a3fdc35d486b7441e4000b183fc1410845216b77
[bpt/emacs.git] / lisp / ChangeLog
1 2005-07-13 Juanma Barranquero <lekktu@gmail.com>
2
3 * allout.el (my-mark-marker, allout-isearch-prior-pos)
4 (allout-unprotected, allout-undo-aggregation, allout-snug-back)
5 (allout-post-command-business, allout-flag-region)
6 (isearch-reenable-font-lock, allout-yank)
7 (allout-insert-latex-header, allout-insert-latex-trailer)
8 (allout-latex-verbatim-quote-curr-line, allout-latexify-exposed)
9 (allout-latex-verb-quote): Fix typos in docstrings.
10 (allout-enwrap-isearch, regexp-sans-escapes): Doc fix.
11 (allout-unprotected, allout-prefix-data):
12 Improve argument/docstring consistency.
13 (allout-chart-subtree): Fix argument spec.
14 (allout-open-topic): Rename `use_sib_bullet' argument to
15 `use-sib-bullet'. Doc fix.
16
17 * whitespace.el (whitespace-check-buffer-leading)
18 (whitespace-check-buffer-trailing)
19 (whitespace-check-buffer-indent)
20 (whitespace-check-buffer-spacetab)
21 (whitespace-check-buffer-ateol, whitespace-highlighted-space)
22 (whitespace-check-leading-whitespace)
23 (whitespace-check-trailing-whitespace)
24 (whitespace-check-spacetab-whitespace)
25 (whitespace-check-indent-whitespace)
26 (whitespace-check-ateol-whitespace, whitespace-abort-on-error)
27 (whitespace-modes): Fix typos in docstrings.
28 (defgroup, defcustom): Doc fix.
29
30 * winner.el (winner-mode, winner-boring-buffers)
31 (winner-pending-undo-ring): Doc fixes.
32 (winner-ring): Remove unneeded `progn'.
33 (winner-equal): `defsubst' it.
34 (winner-redo): Fix message.
35
36 2005-07-13 Kim F. Storm <storm@cua.dk>
37
38 * simple.el (line-move-1): Always use vertical-motion to
39 do the last (or only) line move to ensure some movement.
40 Undo 2005-06-23 change--don't check for overlays.
41
42 2005-07-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
43
44 * term/mac-win.el (ccl-encode-mac-roman-font)
45 (ccl-encode-mac-centraleurroman-font)
46 (ccl-encode-mac-cyrillic-font, ccl-encode-mac-symbol-font):
47 (ccl-encode-mac-dingbats-font): Remove check for ASCII. Change
48 charset-id boundary of dimension to ?\xef.
49 (mac-char-fontspec-list): New constant.
50 (fontset-add-mac-fonts): Use it. Accept non-string `base-family'
51 argument. Nil uses itself as family in font-spec. Previous
52 behavior for nil is now provided by non-nil non-string argument.
53 All callers changed. Add font-specs for Mac fonts to
54 "fontset-default" unless iso8859-1 fonts are installed.
55
56 2005-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
57
58 * progmodes/sh-script.el (sh-get-indent-info): Only indent
59 a continuation line if the \ is preceded by SPC or TAB.
60 (sh-get-indent-info): Simplify.
61 (sh-mark-init, sh-learn-buffer-indent, sh-add-completer):
62 Use with-current-buffer.
63
64 * font-lock.el (font-lock-fontify-keywords-region): Avoid inf-loops
65 when the matched text is empty.
66
67 2005-07-12 Luc Teirlinck <teirllm@auburn.edu>
68
69 * startup.el (command-line): Revert to previous handling of
70 tooltip-mode. Explain in comment why the complexity is needed.
71
72 * tooltip.el (tooltip-mode): Revert to previous implementation of
73 its defcustom.
74
75 * frame.el (blink-cursor-mode): Revert to previous implementation
76 of its defcustom. Update comment.
77
78 2005-07-12 Lars Hansen <larsh@soem.dk>
79
80 * desktop.el: Update e-mail address.
81
82 2005-07-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
83
84 * term/mac-win.el (mac-services-mail-selection)
85 (mac-services-mail-to): New functions.
86 (mac-application-menu-map): Bind them.
87
88 2005-07-12 wulei <milton@wulei.net> (tiny change)
89
90 * progmodes/gdb-ui.el: Add note about buffering with Windows.
91
92 2005-07-11 Luc Teirlinck <teirllm@auburn.edu>
93
94 * custom.el (custom-reevaluate-setting): Doc fix.
95
96 2005-07-11 Jay Belanger <belanger@truman.edu>
97
98 * calc/calc.el (calc-embedded-announce-formula-alist)
99 (calc-embedded-open-close-plain-alist)
100 (calc-embedded-open-close-mode-alist): Add checks for additional
101 major modes (due to Robert J. Chassell <bob@rattlesnake.com>).
102
103 2005-07-11 Juanma Barranquero <lekktu@gmail.com>
104
105 * custom.el (custom-enable-theme): Don't add theme to
106 `custom-enabled-themes' with `push' because there is no
107 setf-method for `delq'.
108
109 2005-07-11 Richard M. Stallman <rms@gnu.org>
110
111 * custom.el (custom-declare-variable): Doc fix.
112
113 * dired-aux.el (dired-compare-directories): Remove "." and ".."
114 from the alists.
115
116 * emacs-lisp/edebug.el (edebug-slow-after, edebug-slow-before):
117 Do nothing if edebug-active.
118
119 * emacs-lisp/edebug.el (edebug-enter): Don't with-timeout-suspend here.
120 (edebug-display): Do it here instead.
121
122 2005-07-10 Richard M. Stallman <rms@gnu.org>
123
124 * cus-face.el (custom-theme-set-faces): Make it work.
125 (custom-reset-faces): Doc fix.
126 (custom-theme-reset-internal-face, custom-theme-face-value):
127 Functions deleted.
128
129 * custom.el (custom-push-theme): Maintain list of the settings
130 of a given theme in its theme-settings property.
131 Maintain position of old settings in the theme-value
132 or theme-face property.
133 (custom-enabled-themes): New variable.
134 (custom-theme-enabled-p): New function.
135 (provide-theme): Update custom-enabled-themes.
136 Disable and reenable the `user' theme.
137 (require-theme): Doc fix.
138 (custom-do-theme-reset, custom-remove-theme): Functions deleted.
139 (custom-theme-value, custom-theme-variable-value): Likewise.
140 (custom-theme-reset-internal): Likewise.
141 (custom-theme-load-themes): Fix bugs and use custom-disable-theme.
142 (custom-enable-theme, custom-disable-theme): New functions.
143 (custom-variable-theme-value, custom-face-theme-value): Likewise.
144 (custom-theme-recalc-variable, custom-theme-recalc-face): Likewise.
145 (custom-theme-reset-variables): Simplify.
146 (deftheme, custom-declare-theme, custom-make-theme-feature):
147 Definitions moved.
148
149 2005-07-10 Chong Yidong <cyd@stupidchicken.com>
150
151 * longlines.el (longlines-show-region)
152 (longlines-unshow-hard-newlines): Recognize hard newlines by
153 non-nil hard property, instead of t.
154
155 2005-07-10 Michael Kifer <kifer@cs.stonybrook.edu>
156
157 * viper-cmd.el (viper--key-maps): New variable.
158 (viper-normalize-minor-mode-map-alist): Use viper--key-maps and
159 emulation-mode-map-alists.
160 (viper-envelop-ESC-key): Use viper-subseq.
161 (viper-search-forward/backward/next): Disable debug-on-error.
162
163 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
164 (viper-ESC-key): New defcustoms.
165
166 * viper-macs.el (ex-map-read-args): Use viper-subseq.
167
168 * viper-util.el (viper-key-to-emacs-key): Use viper-subseq.
169 (viper-subseq): Copy of subseq from cl.el.
170
171 * viper.el (viper-go-away, viper-set-hooks): Use
172 emulation-mode-map-alists, advise self-insert-command, add-minor-mode.
173
174 * viper-mous.el (viper-current-frame-saved): Use defvar.
175
176 * viper-init.el: Get rid of -face in face names.
177
178 * ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3):
179 Make it work with longlines mode
180
181 * ediff-mult.el (ediff-meta-mode-hook): New variable.
182
183 * ediff-ptch.el (ediff-file-name-sans-prefix): Quote regexp.
184
185 * ediff-init: Get rid of -face in face names.
186
187 2005-07-10 Richard M. Stallman <rms@gnu.org>
188
189 * emacs-lisp/edebug.el (edebug-enter): Call with-timeout-suspend
190 and with-timeout-unsuspend.
191
192 * emacs-lisp/debug.el (debug): Call with-timeout-suspend
193 and with-timeout-unsuspend.
194
195 * emacs-lisp/timer.el (with-timeout-timers): New variable.
196 (with-timeout): Bind that variable to record timers.
197 (with-timeout-suspend, with-timeout-unsuspend): New functions.
198
199 * emacs-lisp/debug.el (debug-help-follow): New function.
200 (debugger-mode-map): Use that instead of help-follow.
201 (debugger-setup-buffer): Use eval-buffer-list
202 to handle eval-buffer frames.
203
204 2005-07-10 N. Raghavendra <raghu@mri.ernet.in> (tiny change)
205
206 * timezone.el (timezone-parse-date): Change first regexp
207 so it will not mistakenly match dates with no time zone.
208
209 2005-07-10 Jeff Dwork <jeff.dwork@amd.com> (tiny change)
210
211 * facemenu.el (facemenu-read-color): Do case-insensitive matching.
212
213 2005-07-10 Luc Teirlinck <teirllm@auburn.edu>
214
215 * custom.el (custom-initialize-safe-set)
216 (custom-initialize-safe-default): New functions.
217
218 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
219 and simplify :init-value.
220
221 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
222 and simplify :init-value. Delete obsolete comment.
223
224 * startup.el (command-line): Use `custom-reevaluate-setting' to
225 handle `tooltip-mode'. Delete obsolete comment.
226
227 * files.el (set-visited-file-name): Avoid calling
228 `file-name-nondirectory' with a nil argument.
229
230 2005-07-09 Richard M. Stallman <rms@gnu.org>
231
232 * emacs-lisp/debug.el (debugger-setup-buffer): When eval-buffer
233 was called with nil for the buffer, handle the read position right.
234 Handle read position for eval-region, too.
235
236 2005-07-09 Juri Linkov <juri@jurta.org>
237
238 * fringe.el (fringe-mode): Add period in docstring.
239 (fringe-query-style): Build prompt depending on `all-frames' arg.
240
241 * dired.el (dired-marker-char): Avoid quotations for `do' and `mark'
242 to not create links to unrelated functions in the Help buffer.
243
244 * progmodes/compile.el (compilation-mode-hook, compilation-mode):
245 Doc fix.
246
247 * simple.el (next-error-hook): New variable.
248 (next-error): Use it. Doc fix.
249
250 * textmodes/ispell.el (ispell-command-loop): Add current
251 dictionary name and program name to mode-line-format.
252 (ispell-region, ispell-process-line): Add current dictionary name
253 and program name to messages.
254
255 2005-07-08 Jay Belanger <belanger@truman.edu>
256
257 * calc/calc.el (calc-embedded-announce-formula-alist)
258 (calc-embedded-open-close-formula-alist)
259 (calc-embedded-open-close-word-alist)
260 (calc-embedded-open-close-plain-alist)
261 (calc-embedded-open-close-new-formula-alist)
262 (calc-embedded-open-close-mode-alist)
263 (calc-embedded-new-buffer-hook, calc-embedded-new-formula-hook)
264 (calc-embedded-mode-hook): New variables.
265
266 * calc/calc-embed.el (calc-embedded-firsttime)
267 (calc-embedded-firsttime-buf, calc-embedded-firsttime-formula):
268 New variables.
269 (calc-do-embedded): Use calc-embedded-firsttime,
270 calc-embedded-firsttime-buf and calc-embedded-firsttime-formula to
271 determine whether or not to run hooks.
272 (calc-embedded-make-info) Set calc-embedded-firsttime-buf and
273 calc-embedded-firsttime-formula appropriately.
274 Set calc-embedded delimiter variables according to mode.
275
276 2005-07-08 Richard M. Stallman <rms@gnu.org>
277
278 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-list):
279 Check for "emacs", etc., as entire symbol, not just as word.
280 (checkdoc-file-comments-engine): Use regexp-quote on FN.
281
282 * files.el (set-visited-file-name): Report the error
283 for "empty filename" earlier.
284 (kill-some-buffers): Ignore buffers already dead.
285
286 * fringe.el (fringe-mode): Doc fix.
287
288 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
289 Check for (featurep 'xemacs) and turn off warnings in what it guards.
290 Use unwind-protect to ensure byte-compile-unresolved-functions
291 is updated.
292
293 * whitespace.el (whitespace-buffer-leading-cleanup):
294 Simplify w/ skip-chars-forward.
295 (whitespace-buffer-trailing-cleanup): Simplify w/ skip-chars-backward.
296
297 * mail/rmail.el (rmail-only-expunge): Fix paren error.
298 Unconditionally try to leave point at the same old place.
299
300 2005-07-08 Ralf Angeli <angeli@iwi.uni-sb.de> (tiny change)
301
302 * comint.el (comint-postoutput-scroll-to-bottom)
303 (comint-show-maximum-output): Take scroll-margin into consideration.
304
305 2005-07-08 Kim F. Storm <storm@cua.dk>
306
307 * ido.el (ido-use-filename-at-point): New choice `guess'.
308 (ido-file-internal): Try ffap-guesser if selected.
309
310 * ido.el (ido-before-fallback-functions): New hook.
311 (ido-buffer-internal, ido-file-internal, ido-read-buffer)
312 (ido-read-file-name): Run it.
313
314 2005-07-07 Jay Belanger <belanger@truman.edu>
315
316 * calc/calc-units.el (math-apply-units): Change the places in
317 which units are simplified.
318
319 2005-07-07 Luc Teirlinck <teirllm@auburn.edu>
320
321 * cus-edit.el (customize-option, customize-option-other-window):
322 Make them handle aliases.
323
324 * custom.el (custom-variable-p): Make it recursively follow
325 aliases. Mention that in the docstring.
326
327 2005-07-07 Richard M. Stallman <rms@gnu.org>
328
329 * cus-start.el (exec-path): Use `directory' instead of `file'.
330 Fix tag for nil.
331
332 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
333
334 * replace.el (occur-rename-buffer): Use `generate-new-buffer' also
335 when called non-interactively. Doc fix.
336
337 2005-07-07 Lute Kamstra <lute@gnu.org>
338
339 * elide-head.el (elide-head-headers-to-hide): Recognize the FSF's
340 new address as well.
341
342 2005-07-07 Kenichi Handa <handa@m17n.org>
343
344 * international/mule.el (make-coding-system):
345 Describe `ascii-incompatible' property in the docstring.
346 (set-file-name-coding-system): Signal an error if coding-system is
347 ascii-incompatible.
348 (set-keyboard-coding-system): Likewise.
349
350 * international/mule-cmds.el (set-default-coding-systems):
351 Don't set default-file-name-coding-system and
352 default-keyboard-coding-system if coding-system is ASCII-incompatible.
353
354 * international/utf-16.el: Declare that all UTF-16-based coding
355 systems are ASCII-incompatible.
356
357 2005-07-07 Nick Roberts <nickrob@snap.net.nz>
358
359 * progmodes/gud.el: Require font-lock for displaying errors.
360 Used by gdb-ui.el.
361
362 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
363
364 * hi-lock.el (hi-lock-find-patterns): Protect also against invalid
365 values for the pattern lists which are `read'able but not
366 `append'able (like symbols).
367
368 2005-07-06 Richard M. Stallman <rms@gnu.org>
369
370 * progmodes/flymake.el (flymake-float-time): Instead of
371 with-no-warnings, test for xemacs.
372 (flymake-replace-regexp-in-string): Test fboundp of replace-in-string
373 to avoid warning.
374
375 2005-07-06 Juanma Barranquero <lekktu@gmail.com>
376
377 * w32-vars.el (w32-fixed-font-alist): Fix typo in `defcustom' tag.
378
379 2005-07-05 Lute Kamstra <lute@gnu.org>
380
381 * battery.el: Add support for Darwin (with much debugging help
382 from Samuel Lauber <sam124@operamail.com>).
383 (battery-status-function, battery-echo-area-format)
384 (battery-mode-line-format): Add support for pmset on Darwin.
385 (battery-load-low, battery-load-critical): New user options.
386 (battery-pmset): New function.
387
388 2005-07-05 Lute Kamstra <lute@gnu.org>
389
390 Update FSF's address in GPL notices.
391
392 * textmodes/page-ext.el: Update FSF's address.
393
394 2005-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
395
396 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Prevent adaptive
397 filling from using prefix when filling a single-line docstring.
398
399 * progmodes/flymake.el: Remove useless eval-when-compile.
400
401 * arc-mode.el (archive-lzh-ogm): Reorder save excursion/restriction.
402
403 2005-07-04 Richard M. Stallman <rms@gnu.org>
404
405 * textmodes/org.el (org-file-apps-defaults-gnu):
406 Rename from org-file-apps-defaults-linux.
407 (org-default-apps): Don't test system-type for `linux'.
408 (org-file-apps): Doc fix.
409
410 2005-07-04 David Ponce <david@dponce.com>
411
412 * tree-widget.el: Improve header Commentary section.
413 (tree-widget) [defgroup]
414 (tree-widget-image-enable, tree-widget-themes-directory)
415 (tree-widget-theme, tree-widget-image-properties-emacs)
416 (tree-widget-image-properties-xemacs, tree-widget-create-image)
417 (tree-widget-image-formats, tree-widget-control)
418 (tree-widget-empty-control, tree-widget-leaf-control
419 (tree-widget-guide, tree-widget-end-guide, tree-widget-no-guide)
420 (tree-widget-handle, tree-widget-no-handle, tree-widget-p)
421 (tree-widget-keep, tree-widget-after-toggle-functions)
422 (tree-widget-open-node, tree-widget-close-node): Doc fix.
423 (tree-widget-open-control, tree-widget-close-control): Fix doc and
424 :help-echo message.
425 (tree-widget-set-theme): Doc fix. Use `string-equal'.
426 (tree-widget-image-properties): Doc fix. Clearer implementation.
427 (tree-widget--cursors): New constant.
428 (tree-widget-lookup-image): New function split from
429 `tree-widget-find-image'. Clearer implementation.
430 (tree-widget-find-image): Use it.
431 (tree-widget-button-keymap): Use `set-keymap-parent'.
432 (tree-widget) [define-widget]: Use `widget-children-value-delete'.
433 Define the sub-widgets here.
434 (tree-widget-node): Check that :node is not a tree-widget.
435 (tree-widget-get-super, tree-widget-open-control)
436 (tree-widget-close-control, tree-widget-empty-control)
437 (tree-widget-leaf-control, tree-widget-guide)
438 (tree-widget-end-guide, tree-widget-no-guide, tree-widget-handle)
439 (tree-widget-no-handle, tree-widget-value-delete)
440 (tree-widget-map): Remove.
441 (tree-widget-children-value-save): Doc fix. Simplified.
442 (tree-widget-value-create): Update according to previous changes.
443
444 2005-07-04 Carsten Dominik <dominik@science.uva.nl>
445
446 * textmodes/org.el: Leading space replaced by TABS.
447 (org-recalc-marks, org-table-rotate-recalc-marks)
448 (org-table-get-specials): Treat "^" and "_" marks.
449 (org-table-justify-field-maybe): Optional argument NEW.
450 (org-table-eval-formula): Parsing of the format simplified.
451 New modes C,I. Honor the %= parameter in the current table.
452 Avoid unnecessary re-align by using the NEW argument to
453 `org-table-justify-field-maybe'.
454 (org-calc-default-modes): Default for date-format mimicks org-mode.
455 (org-agenda, org-timeline): Quote argument in org-agenda-redo-command.
456
457 2005-07-03 Luc Teirlinck <teirllm@auburn.edu>
458
459 * cus-face.el (custom-theme-set-faces): Make it handle face
460 aliases whose alias declarations are pre- or autoloaded.
461
462 2005-07-04 Juri Linkov <juri@jurta.org>
463
464 * faces.el (read-face-name): Put the code for getting a face name
465 from the buffer before adding the faces from the `face' property.
466 Use `completing-read-multiple' instead of `completing-read'.
467 Require `crm'. Add default value and post-process the returned
468 list of faces.
469
470 * emacs-lisp/crm.el (crm-find-current-element)
471 (crm-minibuffer-complete-and-exit): Handle minibuffer prompt.
472
473 * emacs-lisp/lisp-mode.el (eval-defun-1):
474 * emacs-lisp/edebug.el (edebug-eval-defun):
475 Remove unnecessary quotes.
476
477 2005-07-04 Juanma Barranquero <lekktu@gmail.com>
478
479 * progmodes/prolog.el (prolog-eof-string): Doc fixes.
480 (prolog-indent-level): Fix typo in docstring.
481
482 * info.el (Info-history, Info-history-forward)
483 (Info-history-list, Info-speedbar-fetch-file-nodes): Doc fixes.
484
485 * add-log.el (add-change-log-entry):
486 * comint.el (comint-dynamic-list-input-ring)
487 (comint-dynamic-list-completions):
488 * dabbrev.el (dabbrev-expand):
489 * delim-col.el (delimit-columns-rectangle-line):
490 * diff-mode.el (diff-context->unified, diff-reverse-direction)
491 (diff-unified->context):
492 * ediff-init.el (ediff-abbrev-jobname):
493 * ediff-mult.el (ediff-replace-session-status-in-meta-buffer)
494 (ediff-replace-session-activity-marker-in-meta-buffer):
495 * info.el (Info-summary):
496 * lpr.el (printify-region):
497 * printing.el (pr-create-interface):
498 * ps-print.el (ps-print-quote):
499 * ses.el (ses-column-widths, ses-print-cell)
500 (ses-adjust-print-width, ses-center):
501 * shell.el (shell-file-name-quote-list):
502 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke)
503 (strokes-fill-current-buffer-with-whitespace)
504 (strokes-xpm-for-stroke, strokes-list-strokes)
505 (strokes-xpm-char-bit-p, strokes-xpm-for-compressed-string):
506 * term.el (term-dynamic-list-input-ring)
507 (term-dynamic-list-completions):
508 * calc/calc.el (math-format-stack-value):
509 * emacs-lisp/edebug.el (edebug-display-freq-count):
510 * progmodes/delphi.el (delphi-indent-line, delphi-fill-comment)
511 (delphi-new-comment-line):
512 * progmodes/ebnf2ps.el (ebnf-eps-filename, ebnf-trim-right):
513 * progmodes/executable.el (executable-set-magic):
514 * progmodes/python.el (inferior-python-mode):
515 * progmodes/scheme.el (scheme-mode-syntax-table):
516 * progmodes/sh-script.el (sh-maybe-here-document):
517 * progmodes/sql.el (sql-copy-column):
518 * progmodes/tcl.el (tcl-comment-indent, tcl-quote):
519 * textmodes/bibtex.el (bibtex-mode):
520 * textmodes/sgml-mode.el (html-imenu-index, sgml-attributes)
521 (sgml-auto-attributes):
522 * textmodes/table.el (table-insert, table-shorten-cell)
523 (table--generate-source-scan-lines, table-delete-row)
524 (*table--cell-delete-char, table--spacify-frame)
525 (table--horizontally-shift-above-and-below)
526 (table--cell-insert-char, table--cell-blank-str)
527 (table--fill-region-strictly):
528 * textmodes/tex-mode.el (tex-insert-quote, latex-find-indent):
529 * textmodes/texinfo.el (texinfo-insert-quote): "?\ " -> "?\s".
530
531 * add-log.el (change-log):
532 * apropos.el (apropos):
533 * comint.el (comint-completion, comint-source):
534 * dabbrev.el (dabbrev):
535 * delim-col.el (columns):
536 * diff-mode.el (diff-mode):
537 * ediff.el (ediff):
538 * ediff-diff.el (ediff-diff):
539 * ediff-init.el (ediff-highlighting, ediff-merge, ediff-hook):
540 * ediff-mult.el (ediff-mult):
541 * ediff-ptch.el (ediff-ptch):
542 * ediff-wind.el (ediff-window):
543 * facemenu.el (facemenu):
544 * indent.el (indent):
545 * info.el (info):
546 * jka-cmpr-hook.el (compression, jka-compr):
547 * lpr.el (lpr):
548 * outline.el (outlines):
549 * pcmpl-cvs.el (pcmpl-cvs):
550 * pcmpl-rpm.el (pcmpl-rpm):
551 * printing.el (printing):
552 * ps-print.el (postscript, ps-print, ps-print-horizontal)
553 (ps-print-vertical, ps-print-headers, ps-print-font)
554 (ps-print-color, ps-print-face, ps-print-n-up, ps-print-zebra)
555 (ps-print-background, ps-print-printer, ps-print-page)
556 (ps-print-miscellany):
557 * ses.el (ses):
558 * shell.el (shell, shell-directories, shell-faces):
559 * startup.el (initialization):
560 * strokes.el (strokes):
561 * term.el (term):
562 * uniquify.el (uniquify):
563 * w32-vars.el (w32):
564 * calc/calc.el (calc):
565 * emacs-lisp/bytecomp.el (bytecomp):
566 * emacs-lisp/cl-indent.el (lisp-indent):
567 * emacs-lisp/edebug.el (edebug):
568 * emacs-lisp/elp.el (elp):
569 * emacs-lisp/testcover.el (testcover):
570 * emacs-lisp/trace.el (trace):
571 * emulation/viper-ex.el (viper-ex):
572 * emulation/viper-mous.el (viper-mouse):
573 * mail/mailalias.el (mailalias):
574 * mail/supercite.el (supercite, supercite-frames)
575 (supercite-attr, supercite-cite, supercite-hooks):
576 * net/rcompile.el (remote-compile):
577 * net/rlogin.el (rlogin):
578 * obsolete/ooutline.el (outlines):
579 * progmodes/delphi.el (delphi):
580 * progmodes/ebnf2ps.el (postscript, ebnf2ps, ebnf-special)
581 (ebnf-except, ebnf-repeat, ebnf-terminal, ebnf-non-terminal)
582 (ebnf-production, ebnf-shape, ebnf-displacement, ebnf-syntactic)
583 (ebnf-optimization):
584 * progmodes/etags.el (etags):
585 * progmodes/executable.el (executable):
586 * progmodes/idlwave.el (idlwave):
587 * progmodes/pascal.el (pascal):
588 * progmodes/prolog.el (prolog):
589 * progmodes/python.el (python):
590 * progmodes/scheme.el (scheme):
591 * progmodes/sh-script.el (sh, sh-script):
592 * progmodes/sql.el (SQL):
593 * progmodes/tcl.el (tcl):
594 * textmodes/bibtex.el (bibtex, bibtex-autokey):
595 * textmodes/enriched.el (enriched):
596 * textmodes/makeinfo.el (makeinfo):
597 * textmodes/sgml-mode.el (sgml):
598 * textmodes/table.el (table-hooks):
599 * textmodes/tex-mode.el (tex-file, tex-run, tex-view):
600 * textmodes/texinfo.el (texinfo):
601 * textmodes/two-column.el (two-column):
602 Finish `defgroup' description with period.
603
604 * emacs-lisp/cl-indent.el (lisp-indent-maximum-backtracking):
605 * eshell/esh-var.el (eshell-var):
606 * progmodes/vhdl-mode.el (vhdl-testbench):
607 * textmodes/org.el (org): Fix typos in docstrings.
608
609 * emacs-lisp/timer.el (with-timeout): Improve argument/docstring
610 consistency.
611
612 * progmodes/flymake.el (flymake-find-file): Remove.
613 (flymake-float-time): Use `with-no-warnings'.
614 (flymake-check-start-time, flymake-check-was-interrupted)
615 (flymake-err-info, flymake-is-running, flymake-last-change-time)
616 (flymake-new-err-info): `defvar' at compile time.
617
618 2005-07-03 Juanma Barranquero <lekktu@gmail.com>
619
620 * replace.el (occur-hook): Doc fix.
621 (occur-1): Don't call `occur-hook' if there are no matches.
622
623 2005-07-03 Richard M. Stallman <rms@gnu.org>
624
625 * emulation/tpu-edt.el (tpu-original-global-map): Don't copy
626 global-map, save the same map.
627 (global-map): Don't alter it at top level.
628 (tpu-edt-on): Save global map in tpu-original-global-map, then copy.
629 Then alter it here instead.
630 (tpu-edt-off): Set global-map to the saved one.
631
632 * emulation/tpu-edt.el (tpu-emacs19-p): Var deleted.
633 All references simplified.
634 (tpu-lucid-emacs-p): Rename from tpu-lucid-emacs19-p. Uses changed.
635 (zmacs-regions): Add defvar.
636 (repeat-complex-command-map): Everything about that deleted.
637
638 * textmodes/artist.el (artist-key-is-drawing)
639 (artist-key-endpoint1, artist-key-poly-point-list)
640 (artist-key-shape, artist-key-draw-how, artist-popup-menu-table)
641 (artist-key-compl-table, artist-rb-save-data)
642 (artist-arrow-point-1, artist-arrow-point-2): Move defvars up.
643 Don't put them in eval-when-compile.
644 (artist-set-arrow-points-for-poly): Use `last', not `artist-last'.
645
646 * progmodes/ebrowse.el (ebrowse-revert-tree-buffer-from-file):
647 Use with-no-warnings.
648
649 * net/browse-url.el (dos-windows-version): Add defvar.
650
651 * mail/supercite.el (filladapt-prefix-table): Add defvar.
652
653 * mail/rmailsum.el (rmail-summary-redo): Add defvar.
654 (rmail-summary-mode-map, rmail-summary-overlay): Defvars moved up.
655 (rmail-new-summary-line-count): Rename from new-summary-line-count.
656 Add defvar.
657 (rmail-summary-beginning-of-message): Use with-no-warnings.
658 (rmail-summary-first-message, rmail-summary-last-message): Likewise.
659
660 * emulation/vip.el (vip-replace-string, ex-map, ex-read):
661 Use with-no-warnings.
662
663 * emulation/vi.el (vi-mark-region): Use c-mark-function.
664 (c-mark-function): Add point-moving-unit property.
665 (vi-goto-line): Use with-no-warnings.
666
667 * emulation/edt.el (edt-last-copied-word): Add defvar.
668 (zmacs-region-stays): Likewise.
669 (edt-mark-section-wisely): Use c-mark-function for C.
670 Use makr-defun for Fortran.
671 (time-string): defvar deleted.
672 (edt-display-the-time): Don't set time-string.
673
674 * emacs-lisp/macroexp.el (macroexp-accumulate): Rename arg to var+list.
675
676 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
677 Don't warn when name is not constant
678 or for defining the group `emacs'.
679
680 * tooltip.el (gud-tooltip-mode): Add defvar.
681
682 * startup.el (default-frame-background-mode): Add defvar.
683
684 * smerge-mode.el (smerge-mode): Add duplicate defvar near top.
685
686 * info.el (tool-bar-map): Add defvar.
687
688 * dired.el (dnd-protocol-alist): Add defvar.
689
690 * dired-aux.el (dired-query): Display question with answer, when
691 the user answers.
692
693 * custom.el (custom-add-option): Doc fix.
694
695 * bookmark.el (Info-current-node, Info-suffix-list): Add defvars.
696
697 2005-07-03 Eli Zaretskii <eliz@gnu.org>
698
699 * font-lock.el (font-lock-regexp-grouping-construct): Fix the
700 bogus name from the last change.
701
702 2005-07-02 Luc Teirlinck <teirllm@auburn.edu>
703
704 * custom.el (custom-declare-variable): Fix typos in comment.
705 (custom-known-themes): Doc fix.
706 (custom-theme-directory): New defcustom.
707 (require-theme): Make it check `custom-theme-directory'.
708
709 * cus-theme.el (custom-new-theme-mode): New function.
710 (custom-theme-name, custom-theme-variables, custom-theme-faces)
711 (custom-theme-description): Add compiler defvars.
712 (customize-create-theme): Add doc to the "*New Custom Theme*"
713 buffer. Use `custom-new-theme-mode'.
714 (custom-theme-write): Put the created buffer in emacs-lisp-mode
715 and save it to the `custom-theme-directory'. Make this the
716 default directory of the buffer.
717
718 2005-07-02 David Hunter <hunterd_42@comcast.net> (tiny change)
719
720 * progmodes/flymake.el (flymake-mode, flymake-mode-off):
721 Fix unbalanced parentheses.
722
723 2005-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
724
725 * progmodes/flymake.el (flymake-mode-on, flymake-mode-off): Move body
726 into flymake-mode and delegate to flymake-mode.
727
728 * find-file.el (ff-which-function-are-we-in): Clean up.
729
730 2005-07-02 Juanma Barranquero <lekktu@gmail.com>
731
732 * replace.el (occur-rename-buffer): Fix docstring.
733
734 * emulation/edt.el (*EDT-keys*, edt-default-global-map)
735 (edt-last-copied-word, edt-learn-macro-count)
736 (edt-orig-page-delimiter, edt-orig-transient-mark-mode)
737 (edt-rect-start-point, edt-user-global-map, rect-start-point)
738 (time-string, zmacs-region-stays):
739 * emulation/edt-mapper.el (edt-save-function-key-map)
740 (EDT-key-name): `defvar' to silence the byte-compiler.
741
742 2005-07-02 Martin Rudalics <rudalics@gmx.at> (tiny change)
743
744 * font-lock.el (font-lock-regexp-grouping-backslash): Rename from
745 font-lock-regexp-backslash. Doc fix.
746 (font-lock-regexp-backslash-grouping-construct): Rename from
747 font-lock-regexp-backslash-construct. Doc fix.
748 (lisp-font-lock-keywords-2): Fix highlighting of Elisp regexp
749 grouping constructs.
750
751 2005-07-02 Eli Zaretskii <eliz@gnu.org>
752
753 * makefile.w32-in (bootstrap): Remove the $(EMACS) binary after
754 updating all the prerequisites.
755
756 2005-07-01 Juanma Barranquero <lekktu@gmail.com>
757
758 * textmodes/org.el (org-agenda-start-on-weekday)
759 (org-calendar-to-agenda-key, org-agenda-sorting-strategy)
760 (org-agenda-use-time-grid, org-archive-location)
761 (org-allow-space-in-links, org-usenet-links-prefer-google)
762 (org-enable-table-editor, org-export-default-language)
763 (org-export-html-show-new-buffer, org-fill-paragraph)
764 (org-cycle, org-goto-ret, org-goto-left, org-goto-right)
765 (org-goto-quit, org-occur, org-eval-in-calendar)
766 (org-agenda-cleanup-fancy-diary, org-agenda-no-heading-message)
767 (org-agenda-diary-entry, org-remember-help)
768 (org-table-convert-region, org-at-table-p)
769 (org-table-move-row-down, org-table-move-row-up)
770 (org-table-copy-region, org-table-toggle-vline-visibility)
771 (org-table-get-stored-formulas, org-table-get-specials)
772 (org-recalc-commands, org-table-eval-formula)
773 (org-table-formula-substitute-names, orgtbl-make-binding)
774 (org-format-org-table-html, org-format-table-table-html)
775 (org-format-table-table-html-using-table-generate-source)
776 (org-customize): Fix typos in docstrings.
777 (org-level-2, org-at-timestamp-p, org-agenda-day-view)
778 (org-agenda-toggle-diary, org-agenda-toggle-time-grid)
779 (org-back-to-heading): Doc fixes.
780 (org-agenda-toggle-time-grid, org-cmp-category, org-cmp-time)
781 (org-agenda-change-all-lines, org-get-header):
782 Improve argument/docstring consistency.
783 (orgtbl-error): Fix error message.
784
785 * progmodes/flymake.el (flymake-find-possible-master-files)
786 (flymake-master-file-compare, flymake-get-line-err-count)
787 (flymake-highlight-line, flymake-gui-warnings-enabled):
788 Fix typos in docstrings.
789 (flymake-parse-line, flymake-get-project-include-dirs-function)
790 (flymake-get-prev-err-line-no, flymake-goto-prev-error):
791 Doc fixes.
792 (flymake-get-project-include-dirs-function)
793 (flymake-make-err-menu-data):
794 Improve argument/docstring consistency.
795
796 2005-07-01 Lute Kamstra <lute@gnu.org>
797
798 * battery.el (battery-linux-proc-apm): Fix typo in docstring.
799 Catch errors with ignore-errors. Use temporary buffer.
800 (battery-linux-proc-acpi): Fix typo in docstring. Document `%r'.
801
802 * facemenu.el (facemenu-unlisted-faces): Delete foreground and
803 background color faces.
804 (facemenu-set-foreground, facemenu-set-background):
805 Use facemenu-set-face-from-menu.
806 (facemenu-set-face-from-menu): Treat face names that start with
807 "fg:" or "bg:" as special.
808 (facemenu-add-new-color): Don't create faces. Simplify.
809
810 2005-06-30 Richard M. Stallman <rms@gnu.org>
811
812 * emacs-lisp/crm.el (crm-do-completion): Handle minibuffer prompt.
813 (crm-find-current-element): Likewise.
814
815 2005-06-30 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
816
817 * help-fns.el (help-do-arg-highlight): Regexp-quote argument names.
818
819 2005-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
820
821 * arc-mode.el (archive-extract): Make it work as a mouse binding.
822 (archive-mouse-extract): Make it an obsolete alias.
823 (archive-mode-map): Don't use archive-mouse-extract any more.
824 (archive-mode, archive-extract): write-contents-hooks ->
825 write-contents-functions.
826 (archive-arc-rename-entry, archive-lzh-rename-entry): Remove unused
827 first arg.
828 (archive-rename-entry): Update the call.
829 (archive-zip-summarize): Remove unused var `method'.
830 (archive-lzh-summarize): Remove unused var `creator'.
831
832 * emacs-lisp/debug.el (debug): Quieten Drew Adams by killing the
833 dedicated frame upon exit.
834
835 * arc-mode.el: Bind inhibit-read-only rather than buffer-read-only.
836 (archive-zip-extract, archive-zip-expunge)
837 (archive-zip-update, archive-zip-update-case): Use executable-find.
838 (archive-resummarize, archive-flag-deleted, archive-unmark-all-files):
839 Use restore-buffer-modified-p.
840 (archive-extract, archive-add-new-member, archive-write-file-member):
841 Use with-current-buffer.
842 (archive-lzh-ogm, archive-zip-chmod-entry): Use dolist.
843
844 2005-06-30 Andreas Schwab <schwab@suse.de>
845
846 * progmodes/gud.el (gud-filter): Remove unneeded progn.
847
848 2005-06-30 Glenn Morris <gmorris@ast.cam.ac.uk>
849
850 * progmodes/sh-script.el (sh-get-kw): `&' also separates words.
851
852 2005-06-30 Juri Linkov <juri@jurta.org>
853
854 * faces.el (vertical-border): Inherit from mode-line-inactive
855 only on tty.
856
857 2005-06-30 Juanma Barranquero <lekktu@gmail.com>
858
859 * help-fns.el (help-do-arg-highlight): Highlight also -ARG (for
860 example, -NLINES in the `occur' docstring).
861
862 * replace.el (occur-1): When no matches are found, do not set the
863 `buffer-read-only' and modified flags for the occur buffer,
864 because it is deleted.
865
866 * emulation/cua-base.el (cua-check-pending-input)
867 (cua-repeat-replace-region, cua-mode, cua-debug)
868 (cua-auto-tabify-rectangles, cua-inhibit-cua-keys):
869 Fix typos in docstrings.
870
871 * emulation/cua-gmrk.el (cua-toggle-global-mark)
872 (cua-cut-region-to-global-mark)
873 (cua--cut-rectangle-to-global-mark):
874 Remove period from end of messages.
875
876 * emulation/cua-rect.el (cua-do-rectangle-padding):
877 Remove period from end of messages.
878 (cua--rectangle-seq-format): Fix typo in docstring.
879 (cua-sequence-rectangle, cua-fill-char-rectangle):
880 Improve argument/docstring consistency.
881
882 2005-06-29 Juri Linkov <juri@jurta.org>
883
884 * faces.el (default-frame-background-mode): New internal variable.
885 (frame-set-background-mode): Use it.
886
887 * startup.el (normal-top-level): Set default-frame-background-mode
888 instead of frame-background-mode. Before setting it, test for its
889 nil value. Remove tests for frame-background-mode and frame
890 parameter `reverse'. Add test for "unspecified-fg".
891
892 * term/xterm.el (xterm-rxvt-set-background-mode):
893 * term/rxvt.el (rxvt-set-background-mode):
894 Set default-frame-background-mode instead of frame-background-mode.
895
896 2005-06-29 Juanma Barranquero <lekktu@gmail.com>
897
898 * simple.el (set-variable): Warn about obsolete user variables.
899
900 * imenu.el (imenu--completion-buffer):
901 * mouse.el (mouse-buffer-menu-alist):
902 * msb.el (msb-invisible-buffer-p):
903 * calendar/diary-lib.el (diary-header-line-format):
904 * emacs-lisp/pp.el (pp-buffer):
905 * progmodes/cperl-mode.el (cperl-do-auto-fill):
906 * textmodes/picture.el (picture-replace-match):
907 Change space constants followed by a sexp to "?\s ".
908
909 * play/decipher.el (decipher-loop-with-breaks):
910 * textmodes/texinfo.el (texinfo-insert-@item): Change space
911 constants "protected" from end of line by a comment to "?\s".
912
913 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
914
915 * font-lock.el (save-buffer-state): Use `declare'.
916
917 * progmodes/cperl-mode.el (cperl-find-pods-heres): Don't gratuitously
918 reset the syntax-table to cperl-mode-syntax-table.
919 (cperl-mode): Make _ into word-syntax during font-locking so "print" in
920 "foo_print_bar" is not matched as a reserved keyword.
921
922 2005-06-29 Carsten Dominik <dominik@science.uva.nl>
923
924 * textmodes/org.el (orgtbl-setup): New function, for delayed
925 setup for the orgtbl commands.
926 (org-calc-default-modes): New option.
927 (orgtbl-make-binding): Use `defun' to get better help display.
928 (org-diary): Call `org-compile-prefix-format'.
929 (org-table-formula-substitute-names): New function.
930 (org-agenda-day-view, org-agenda-week-view): New commands.
931 (org-agenda-toggle-week-view): Command removed.
932 (org-tbl-menu): Split off from org-org-menu.
933 (org-mode): Move removal of outline-mode menus to here.
934 (org-table-formula-debug): New option.
935 (org-table-insert-row): Keep first field if just "#" or "*".
936 (org-mode): Paragraph regexps fixed.
937 (org-table-recalculate-regexp): New constant.
938 (org-table-justify-field-maybe): Avoid replace if not necessary.
939 (org-copy-special, org-cut-special): Use `call-interactively'.
940 (org-table-copy-region): Take region from `interactive' call.
941 (org-trim): Return string even if no match.
942 (org-formula): New face.
943 (org-set-font-lock-defaults): No longer highlight "FIXME".
944 But highlight formula-related fields in table.
945 (org-table-p): Use regexp, not fontification.
946 (org-table-align): Handle white space at end of line.
947 (org-table-formula-evaluate-inline): New option.
948 (org-mode): Auto-wrapping in comment lines turned off.
949 (org-table-copy-down): Evaluate only in copied field, not in
950 destination.
951 (org-table-current-formula): Variable removed.
952 (org-table-store-formulas, org-table-get-stored-formulas)
953 (org-table-modify-formulas, org-table-replace-in-formulas)
954 (org-table-maybe-eval-formula): New functions.
955 (org-table-get-formula): Modify to use stored formulas.
956 (org-table-insert-column, org-table-delete-column)
957 (org-table-move-column): Call `org-table-modify-formulas'.
958 (org-complete): Add completion for keyword formulas.
959 (orgtbl-mode): Pull orgtbl-mode-map to start of
960 minor-mode-map-alist.
961
962 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
963
964 * progmodes/python.el (python-check): Require `compile' before
965 modifying its variables.
966
967 * newcomment.el (comment-indent-default): Don't get fooled by an early
968 end of buffer.
969
970 2005-06-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
971
972 * ps-print.el (ps-print-version): Fix version number.
973
974 2005-06-28 Luc Teirlinck <teirllm@auburn.edu>
975
976 * textmodes/ispell.el (ispell-word): Remove stray parenthesis.
977
978 2005-06-28 Richard M. Stallman <rms@gnu.org>
979
980 * textmodes/flyspell.el (flyspell-use-local-map): Variable deleted.
981 (flyspell-local-mouse-map): Declaration deleted.
982 (flyspell-mouse-map): Bind only mouse-2.
983 (flyspell-mode-map): Don't test flyspell-use-local-map.
984 (flyspell-overlay-keymap-property-name): Var deleted.
985 (flyspell-mode-on): Don't make local bindings for
986 flyspell-mouse-map and flyspell-mode-map.
987 (make-flyspell-overlay): Unconditionally put on `keymap' text prop.
988
989 * textmodes/ispell.el (ispell-word): Do not ignore short words.
990
991 * progmodes/compile.el (compilation-next-error-function):
992 Don't switch buffers; operate on the current buffer.
993
994 * facemenu.el (facemenu-add-face): Warn when font-lock is active.
995
996 * comint.el (comint-password-prompt-regexp): Accept ", try again".
997
998 * bindings.el (global-map): Bind insertchar and its variants.
999
1000 2005-06-27 Richard M. Stallman <rms@gnu.org>
1001
1002 * textmodes/artist.el (artist-text-overwrite)
1003 (artist-figlet-get-extra-args, artist-text-see-thru): Use read-string.
1004
1005 2005-06-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1006
1007 * ps-print.el: It was not working the page selection for printing.
1008 Reported by Sebastian Tennant <sebyte@smolny.plus.com>.
1009 (ps-print-version): New version 6.6.7.
1010 (ps-end-sheet): New fun.
1011 (ps-header-sheet, ps-end-job): Call it.
1012
1013 2005-06-27 Luc Teirlinck <teirllm@auburn.edu>
1014
1015 * subr.el (add-to-list, add-to-ordered-list): Doc fixes.
1016
1017 2005-06-27 Lute Kamstra <lute@gnu.org>
1018
1019 * facemenu.el (facemenu-unlisted-faces): Add foreground and
1020 background color faces.
1021 (facemenu-get-face): Delete function.
1022 (facemenu-set-face-from-menu): Don't call facemenu-get-face.
1023 (facemenu-add-new-color): Make second argument mandatory.
1024 Create the appropriate face and return it. Simplify.
1025 (facemenu-set-foreground, facemenu-set-background): Don't check if
1026 color is defined. Use return value of facemenu-add-new-color.
1027
1028 2005-06-26 Nick Roberts <nickrob@snap.net.nz>
1029
1030 * progmodes/gud.el (gud-filter): Add missing argument to
1031 with-selected-window.
1032
1033 2005-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
1034
1035 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't automatically add
1036 a :require to the defcustom.
1037
1038 * emacs-lisp/autoload.el (make-autoload): Add the :setter for
1039 defcustoms corresponding to minor modes.
1040
1041 2005-06-26 David Ponce <david@dponce.com>
1042
1043 * recentf.el: Require tree-widget instead of wid-edit.
1044 (recentf-filename-handler): Fix widget :type.
1045 (recentf-cancel-dialog, recentf-open-more-files)
1046 (recentf-open-files-action): Doc fix.
1047 (recentf-dialog-goto-first): New function.
1048 (recentf-dialog-mode-map): Set parent keymap first.
1049 (recentf-dialog-mode): Define with define-derived-mode.
1050 Don't display continuation lines in dialogs.
1051 (recentf-edit-list): Rename from recentf-edit-selected-items.
1052 (recentf-edit-list-select): Rename from recentf-edit-list-action.
1053 Simplify.
1054 (recentf-edit-list-validate): New function.
1055 (recentf-edit-list): Update accordingly.
1056 (recentf-open-files-item-shift): Remove.
1057 (recentf-open-files-item): Convert menu elements into tree and
1058 link widgets. Don't create the widgets.
1059 (recentf-open-files): Update accordingly.
1060 (recentf-save-list): Untabify.
1061
1062 2005-06-25 Luc Teirlinck <teirllm@auburn.edu>
1063
1064 * replace.el (keep-lines-read-args): Add INTERACTIVE arg.
1065 (keep-lines): Add INTERACTIVE arg. Never delete lines only
1066 partially contained in the active region. Do not take active
1067 region into account when called from Lisp, unless INTERACTIVE arg
1068 is non-nil. Use `forward-line' instead of `beginning-of-line' to
1069 avoid trouble with fields. Make marker point nowhere when no
1070 longer used. Always return nil. Doc fix.
1071 (flush-lines): Add INTERACTIVE arg. Do not take active region
1072 into account when called from Lisp, unless INTERACTIVE arg is
1073 non-nil. Use `forward-line' instead of `beginning-of-line' to
1074 avoid trouble with fields. Make marker point nowhere when no
1075 longer used. Always return nil. Doc fix.
1076 (how-many): Add INTERACTIVE arg. Make RSTART and REND args
1077 interchangeable. Do not take active region into account when
1078 called from Lisp, unless INTERACTIVE arg is non-nil. Do not print
1079 message in echo area when called from Lisp, unless INTERACTIVE arg
1080 is non-nil. Avoid saying "1 occurrences". Do not use markers.
1081 Return the number of matches. Doc fix.
1082 (occur): Doc fix.
1083 (perform-replace): Make comment follow double space convention for
1084 the sake of `outline-minor-mode'.
1085
1086 * faces.el (facep): Doc fix.
1087
1088 2005-06-25 Richard M. Stallman <rms@gnu.org>
1089
1090 * facemenu.el (facemenu-enable-faces-p): New function.
1091 (facemenu-background-menu, facemenu-foreground-menu)
1092 (facemenu-face-menu): Add menu-enable property.
1093
1094 * jka-compr.el (jka-compr-insert-file-contents):
1095 Special handling if cannot find the uncompression program.
1096
1097 * cus-face.el (custom-face-attributes): Add autoload.
1098
1099 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
1100 Bind comment-indent-function locally.
1101
1102 * window.el (save-selected-window): Use save-current-buffer.
1103
1104 * subr.el (with-selected-window): Use save-current-buffer.
1105
1106 * progmodes/gud.el (gud-filter): Simplify using with-selected-window
1107 and with-current-buffer.
1108
1109 2005-06-24 Richard M. Stallman <rms@gnu.org>
1110
1111 * simple.el (line-move-1): Fix previous change.
1112
1113 2005-06-24 Juanma Barranquero <lekktu@gmail.com>
1114
1115 * replace.el (occur-1): Set `buffer-read-only' and the
1116 buffer-modified flag before running `occur-hook' to protect
1117 against unintentional buffer switches that can lead to data loss.
1118
1119 2005-06-24 Nick Roberts <nickrob@snap.net.nz>
1120
1121 * progmodes/gud.el (gud-tooltip-print-command): Indent properly.
1122 (gud-gdb-marker-filter): Use font-lock-warning-face for any
1123 initial error.
1124
1125 * progmodes/gdb-ui.el (gdb-send): Remove warning face from errors
1126 after fresh input.
1127 (gdb-var-create-handler): Put name of expression in quotes.
1128
1129 2005-06-23 Luc Teirlinck <teirllm@auburn.edu>
1130
1131 * emacs-lisp/ring.el (ring-elements): Make it return a list of the
1132 elements of RING in order, and without bogus nil elements.
1133
1134 2005-06-23 Richard M. Stallman <rms@gnu.org>
1135
1136 * simple.el (set-variable): Args renamed; doc fix.
1137 (line-move-1): When there are overlays around, use vertical-motion.
1138
1139 * faces.el (escape-glyph): Use brown against light background.
1140 (nobreak-space): Rename from no-break-space.
1141 Fix previous change.
1142
1143 * dired-aux.el (dired-do-copy): Fix arg prompt.
1144
1145 * mail/sendmail.el (mail-setup-with-from): Fix custom type.
1146
1147 2005-06-23 Glenn Morris <gmorris@ast.cam.ac.uk>
1148
1149 * mail/emacsbug.el (report-emacs-bug): Use "X server distributor"
1150 rather than "Distributor".
1151
1152 2005-06-23 Lute Kamstra <lute@gnu.org>
1153
1154 * emacs-lisp/debug.el (debugger-special-form-p): New defun.
1155 (debug-on-entry): Use it. New interactive declaration that uses
1156 function-called-at-point.
1157
1158 2005-06-23 Kim F. Storm <storm@cua.dk>
1159
1160 * subr.el (save-match-data): Add comment about using evaporate arg
1161 to set-match-data.
1162
1163 2005-06-22 Glenn Morris <gmorris@ast.cam.ac.uk>
1164
1165 * cus-edit.el (customize-face)
1166 (customize-face-other-window): Handle face aliases.
1167
1168 * faces.el (face-documentation, set-face-attribute)
1169 (face-spec-set): Handle face aliases.
1170
1171 2005-06-22 Juanma Barranquero <lekktu@gmail.com>
1172
1173 * help-mode.el (help-make-xrefs): If a symbol representing a face
1174 name is not followed by the word "face", it could still be a
1175 function or variable name, so don't bypass other checks.
1176
1177 2005-06-22 Juri Linkov <juri@jurta.org>
1178
1179 * ps-print.el (ps-face-foreground-name, ps-face-background-name):
1180 Replace aliased functions with calls where second arg `inherit' is t.
1181
1182 2005-06-22 Nick Roberts <nickrob@snap.net.nz>
1183
1184 * progmodes/gdb-ui.el (gdb-error): New variable.
1185 (gdb-error): New function.
1186 (gdb-annotation-rules): Act on error-begin and error annotations.
1187 (gdb-concat-output): Use font-lock-warning-face for errors.
1188
1189 2005-06-22 Miles Bader <miles@gnu.org>
1190
1191 * bindings.el (propertized-buffer-identification): Use renamed
1192 `Buffer-menu-buffer' face.
1193
1194 * faces.el (vertical-border): Rename from `vertical-divider'.
1195 (escape-glyph): Change dark-background color back to `cyan'.
1196
1197 2005-06-21 Juri Linkov <juri@jurta.org>
1198
1199 * faces.el (face-user-default-spec): Try getting `customized-face'
1200 prior to `saved-face'.
1201 (frame-background-mode): Refill docstring.
1202
1203 * emacs-lisp/lisp-mode.el (eval-defun-1):
1204 * emacs-lisp/edebug.el (edebug-eval-defun):
1205 Set `saved-face' temporarily to nil before calling form.
1206 Set `customized-face' to the new spec after that.
1207
1208 2005-06-21 Juanma Barranquero <lekktu@gmail.com>
1209
1210 * subr.el (1value, lambda, key-substitution-in-progress):
1211 Doc fixes.
1212
1213 * autoinsert.el (auto-insert-alist):
1214 * ses.el (ses-call-printer):
1215 * subr.el (noreturn):
1216 * emacs-lisp/lisp.el (check-parens):
1217 * emacs-lisp/byte-opt.el (byte-optimize-pure-func):
1218 * net/browse-url.el (browse-url-mosaic):
1219 * progmodes/cc-defs.el (c-safe-scan-lists):
1220 * progmodes/ebnf-abn.el (ebnf-abn-lex):
1221 * progmodes/ebnf-bnf.el (ebnf-bnf-lex):
1222 * progmodes/ebnf-dtd.el (ebnf-dtd-lex):
1223 * progmodes/ebnf-ebx.el (ebnf-ebx-lex):
1224 * progmodes/ebnf-iso.el (ebnf-iso-lex):
1225 * progmodes/ebnf-yac.el (ebnf-yac-lex): Fix spellings.
1226
1227 2005-06-21 Reiner Steib <Reiner.Steib@gmx.de>
1228
1229 * pcvs-defs.el (cvs-menu): Add cvs-mode-mark and cvs-mode-unmark.
1230
1231 2005-06-21 Glenn Morris <gmorris@ast.cam.ac.uk>
1232
1233 * calendar/appt.el (appt-make-list): Activate the package, if
1234 not already active (for backwards compatibility).
1235
1236 2005-06-20 Kim F. Storm <storm@cua.dk>
1237
1238 * subr.el (add-to-ordered-list): Test membership with eq. Simplify.
1239
1240 2005-06-20 Miles Bader <miles@gnu.org>
1241
1242 * faces.el (vertical-divider): New face.
1243
1244 2005-06-20 Juanma Barranquero <lekktu@gmail.com>
1245
1246 * simple.el (kill-whole-line): Doc fix.
1247 (next-error-buffer-p, next-error-find-buffer)
1248 (clone-indirect-buffer): Fix typos in docstrings.
1249 (comment-line-break-function): Doc fix: don't say variable
1250 is automatically buffer-local (it isn't).
1251
1252 2005-06-19 Michael Albinus <michael.albinus@gmx.de>
1253
1254 * net/tramp-ftp.el (top):
1255 * net/tramp-smb.el (top):
1256 * net/tramp-util.el (top):
1257 * net/tramp-uu.el (top):
1258 * net/tramp-vc.el (top):
1259 * net/tramp.el (top): Revert copyright years back to original
1260 ones. Tramp has a life outside GNU Emacs.
1261
1262 2005-06-19 Nick Roberts <nickrob@snap.net.nz>
1263
1264 * tooltip.el (tooltip-use-echo-area): Don't make it obsolete.
1265
1266 2005-06-18 Juri Linkov <juri@jurta.org>
1267
1268 * progmodes/grep.el (grep-regexp-alist): Use backreference at the
1269 end of first regexp to limit the match to the position between
1270 line number and source line with same separator character as used
1271 between file name and line number. In the second regexp limit
1272 mouse-face area to file name and line number by adding new group
1273 for them and referring it in HYPERLINK arg.
1274 (grep-regexp-alist, grep-mode-font-lock-keywords): Use shy group.
1275 (grep-mode): Set font-lock-lines-before to 0 to not refontify the
1276 previous line where grep markers may be already removed.
1277
1278 2005-06-18 Peter Kleiweg <p.c.j.kleiweg@rug.nl>
1279
1280 * progmodes/ps-mode.el: Update version and maintainer's email address.
1281
1282 2005-06-18 Steve Youngs <steve@xemacs.org>
1283
1284 * net/browse-url.el (browse-url-browser-function)
1285 (browse-url-default-browser): Add firefox.
1286 (browse-url-firefox-program, browse-url-firefox-arguments)
1287 (browse-url-firefox-startup-arguments)
1288 (browse-url-firefox-new-window-is-tab): New defcustoms.
1289 (browse-url-firefox, browse-url-firefox-sentinel): New functions.
1290
1291 2005-06-17 Richard M. Stallman <rms@gnu.org>
1292
1293 * startup.el (command-line): Warn if specified user name has
1294 no home directory.
1295
1296 * term.el (term-get-old-input, term-input-filter, term-input-sender)
1297 (term-mode-hook, term-exec-hook, term-escape-char): Doc fixes.
1298
1299 * longlines.el (longlines-mode, longlines-show-hard-newlines):
1300 Doc fixes.
1301
1302 * faces.el (underline): Try bold if terminal doesn't support underline.
1303
1304 * mail/sendmail.el (mail-setup-with-from): New variable.
1305 (mail-insert-from-field): New function.
1306 (sendmail-send-it): Call it.
1307 (mail-setup): Optionally call it here.
1308
1309 * term/linux.el: Call tty-no-underline.
1310
1311 2005-06-17 Luc Teirlinck <teirllm@auburn.edu>
1312
1313 * emacs-lisp/edebug.el (edebug-goto-here): Doc fix.
1314
1315 2005-06-17 Miles Bader <miles@gnu.org>
1316
1317 * ediff-init.el (ediff-current-diff-A, ediff-current-diff-B)
1318 (ediff-current-diff-C, ediff-current-diff-Ancestor)
1319 (ediff-fine-diff-A, ediff-fine-diff-B, ediff-fine-diff-C)
1320 (ediff-fine-diff-Ancestor, ediff-even-diff-A, ediff-even-diff-B)
1321 (ediff-even-diff-C, ediff-even-diff-Ancestor, ediff-odd-diff-A)
1322 (ediff-odd-diff-B, ediff-odd-diff-C, ediff-odd-diff-Ancestor):
1323 Remove "-face" suffix from face names.
1324 (ediff-current-diff-face-A, ediff-current-diff-face-B)
1325 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
1326 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
1327 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
1328 (ediff-even-diff-face-A, ediff-even-diff-face-B)
1329 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
1330 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
1331 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
1332 New backward-compatibility aliases for renamed faces.
1333 (ediff-current-diff-face-A, ediff-current-diff-face-B)
1334 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
1335 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
1336 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
1337 (ediff-even-diff-face-A, ediff-even-diff-face-B)
1338 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
1339 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
1340 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
1341 Use renamed ediff faces.
1342
1343 * eshell/esh-test.el (eshell-test-ok, eshell-test-failed):
1344 Remove "-face" suffix from face names.
1345 (eshell-test-ok-face, eshell-test-failed-face):
1346 New backward-compatibility aliases for renamed faces.
1347 (eshell-run-test): Use renamed eshell-test faces.
1348
1349 * eshell/em-prompt.el (eshell-prompt):
1350 Remove "-face" suffix from face name.
1351 (eshell-prompt-face): New backward-compatibility alias for renamed face.
1352 (eshell-emit-prompt): Use renamed eshell-prompt face.
1353
1354 * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink)
1355 (eshell-ls-executable, eshell-ls-readonly, eshell-ls-unreadable)
1356 (eshell-ls-special, eshell-ls-missing, eshell-ls-archive)
1357 (eshell-ls-backup, eshell-ls-product, eshell-ls-clutter):
1358 Remove "-face" suffix from face names.
1359 (eshell-ls-directory-face, eshell-ls-symlink-face)
1360 (eshell-ls-executable-face, eshell-ls-readonly-face)
1361 (eshell-ls-unreadable-face, eshell-ls-special-face)
1362 (eshell-ls-missing-face, eshell-ls-archive-face)
1363 (eshell-ls-backup-face, eshell-ls-product-face)
1364 (eshell-ls-clutter-face):
1365 New backward-compatibility aliases for renamed faces.
1366 (eshell-ls-decorated-name): Use renamed eshell-ls faces.
1367
1368 * progmodes/cc-fonts.el (c-nonbreakable-space-face):
1369 Remove "-face" suffix from face name.
1370 (c-cpp-matchers): Use the variable `c-nonbreakable-space-face'
1371 instead of literal face.
1372
1373 2005-06-17 Juanma Barranquero <lekktu@gmail.com>
1374
1375 * emacs-lisp/warnings.el (display-warning, lwarn)
1376 (warning-minimum-log-level): Doc fixes.
1377 (warning-minimum-level, warning-minimum-log-level):
1378 Add :debug to :type choices.
1379
1380 * progmodes/ada-mode.el (ada-format-paramlist)
1381 (ada-get-indent-case, ada-check-matching-start)
1382 (ada-check-defun-name, ada-goto-matching-decl-start)
1383 (ada-goto-matching-start, ada-goto-matching-end, ada-tab)
1384 (ada-untab, ada-move-to-start, ada-fill-comment-paragraph)
1385 (ada-make-subprogram-body): Follow error conventions.
1386 (ada-case-exception-file, ada-indent-comment-as-code)
1387 (ada-indent-handle-comment-special, ada-indent-renames)
1388 (ada-indent-return, ada-search-directories-internal)
1389 (ada-tab-policy, ada-case-exception-substring)
1390 (ada-other-file-alist, ada-matching-start-re)
1391 (ada-matching-decl-start-re, ada-contextual-menu-last-point)
1392 (ada-imenu-generic-expression, ada-compile-goto-error)
1393 (ada-in-comment-p, ada-in-string-p, ada-in-string-or-comment-p)
1394 (ada-popup-menu, ada-add-extensions, ada-mode)
1395 (ada-region-selected, ada-create-case-exception)
1396 (ada-create-case-exception-substring, ada-after-keyword-p)
1397 (ada-activate-keys-for-case, ada-adjust-case-region)
1398 (ada-adjust-case-buffer, ada-format-paramlist)
1399 (ada-scan-paramlist, ada-insert-paramlist)
1400 (ada-indent-newline-indent)
1401 (ada-indent-newline-indent-conditional)
1402 (ada-justified-indent-current, ada-goto-previous-word)
1403 (ada-indent-current, ada-get-indent-open-paren)
1404 (ada-get-indent-paramlist, ada-get-indent-end)
1405 (ada-get-indent-case, ada-get-indent-when, ada-get-indent-if)
1406 (ada-get-indent-block-start, ada-get-indent-subprog)
1407 (ada-get-indent-noindent, ada-get-indent-label)
1408 (ada-get-indent-loop, ada-get-indent-type, ada-goto-stmt-start)
1409 (ada-search-prev-end-stmt, ada-goto-next-non-ws)
1410 (ada-goto-stmt-end, ada-goto-next-word)
1411 (ada-check-matching-start, ada-check-defun-name)
1412 (ada-goto-matching-decl-start, ada-goto-matching-start)
1413 (ada-goto-matching-end, ada-search-ignore-string-comment)
1414 (ada-in-decl-p, ada-looking-at-semi-or)
1415 (ada-looking-at-semi-private, ada-in-paramlist-p)
1416 (ada-in-open-paren-p, ada-tab, ada-indent-current-function)
1417 (ada-untab-hard, ada-move-to-start, ada-move-to-end)
1418 (ada-next-procedure, ada-previous-procedure, ada-next-package)
1419 (ada-previous-package, ada-create-menu)
1420 (ada-fill-comment-paragraph-justify)
1421 (ada-fill-comment-paragraph-postfix, ada-fill-comment-paragraph)
1422 (ada-other-file-name, ada-last-which-function-line)
1423 (ada-last-which-function-subprog, ada-which-function)
1424 (ada-get-body-name, ada-outline-level, ada-narrow-to-defun)
1425 (ada-gen-treat-proc, ada-check-emacs-version)
1426 (ada-continuation-indent, ada-align-region-separate):
1427 Fix typos in docstrings.
1428 (ada-adjust-case, ada-adjust-case-interactive): Doc fixes.
1429
1430 2005-06-16 Lute Kamstra <lute@gnu.org>
1431
1432 * simple.el (fundamental-mode): Run after-change-major-mode-hook
1433 conditionally.
1434
1435 2005-06-16 Juanma Barranquero <lekktu@gmail.com>
1436
1437 * comint.el (comint-replace-by-expanded-filename)
1438 (comint-prompt-regexp, comint-delimiter-argument-list)
1439 (comint-preinput-scroll-to-bottom):
1440 * info.el (Info-hide-cookies-node):
1441 * ls-lisp.el (ls-lisp-classify):
1442 * find-file.el (ff-search-directories, ff-special-constructs)
1443 (ff-find-other-file):
1444 * font-lock.el (font-lock-keywords):
1445 * shell.el (shell-prompt-pattern)
1446 (shell-dynamic-complete-functions, shell-mode)
1447 (shell-delimiter-argument-list):
1448 * term.el (term-replace-by-expanded-filename)
1449 (term-prompt-regexp, term-delimiter-argument-list):
1450 * woman.el (woman-ignore, woman0-if):
1451 * emacs-lisp/derived.el (derived-mode-init-mode-variables):
1452 * emacs-lisp/elint.el (elint-init-env):
1453 * emacs-lisp/regexp-opt.el (regexp-opt-depth):
1454 * eshell/esh-mode.el (eshell-preinput-scroll-to-bottom):
1455 * language/ethio-util.el (ethio-tilde-escape)
1456 (ethio-use-three-dot-question):
1457 * net/zone-mode.el (zone-mode-load-time-setup):
1458 * progmodes/cc-align.el (c-lineup-argcont):
1459 * progmodes/cc-awk.el (c-awk-beginning-of-defun):
1460 * progmodes/cperl-mode.el (cperl-set-style-back):
1461 * progmodes/inf-lisp.el (inferior-lisp-prompt):
1462 * progmodes/vhdl-mode.el (vhdl-beginning-of-libunit):
1463 Fix spellings in docstrings.
1464
1465 * textmodes/sgml-mode.el (sgml-calculate-indent, html-tag-help):
1466 * progmodes/modula2.el (m2-for): Fix spellings.
1467
1468 * menu-bar.el (menu-bar-games-menu): Fix typo in menu help string.
1469
1470 * simple.el (undo-more): Don't use `format' on `error' arguments.
1471 Improve argument/docstring consistency.
1472 (pending-undo-list): Doc fix.
1473
1474 * smerge-mode.el (smerge-ensure-match):
1475 * emulation/vip.el (vip-ex):
1476 * net/zone-mode.el (zone-mode-update-serial):
1477 * progmodes/idlwave.el (idlwave-complete):
1478 * progmodes/vhdl-mode.el (vhdl-visit-file)
1479 (vhdl-compose-wire-components):
1480 Don't use `format' on `error' arguments.
1481
1482 * tooltip.el (tooltip-start-delayed-tip, tooltip-timeout)
1483 (tooltip-use-echo-area, tooltip-process-prompt-regexp)
1484 (tooltip-help-tips): Fix typos in docstrings.
1485
1486 2005-06-16 David Ponce <david@dponce.com>
1487
1488 * tree-widget.el (tree-widget-value-create): Simplify last change.
1489
1490 2005-06-15 Matt Hodges <MPHodges@member.fsf.org>
1491
1492 * ido.el (ido-incomplete-regexp): New variable.
1493 (ido-set-matches-1): Handle invalid-regexp error and set
1494 ido-incomplete-regexp.
1495 (ido-incomplete-regexp): New face.
1496 (ido-completions): Use it.
1497 (ido-complete, ido-exit-minibuffer, ido-completions):
1498 Handle incomplete regexps.
1499 (ido-completions): Add check for complete match when entering a regexp.
1500
1501 2005-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
1502
1503 * subr.el (add-to-ordered-list): Use a weak hash-table to avoid leaks.
1504
1505 2005-06-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
1506
1507 * textmodes/bibtex.el (bibtex-Preamble): Enclose BibTeX preamble
1508 by field delimiters.
1509
1510 2005-06-15 David Ponce <david@dponce.com>
1511
1512 * tree-widget.el: eval-and-compile inlined functions so they will
1513 be available at run-time too.
1514 (tree-widget-super-format-handler)
1515 (tree-widget-format-handler): Remove.
1516 (tree-widget-value-create): Handle the :indent property.
1517
1518 2005-06-15 Miles Bader <miles@gnu.org>
1519
1520 * progmodes/which-func.el (which-func): Only inherit
1521 `font-lock-function-name-face' when that makes sense against the
1522 default mode-line face, otherwise set the face color explicitly.
1523
1524 * progmodes/cperl-mode.el (cperl-init-faces): Use literal cperl
1525 faces instead of (non-existent) variables.
1526
1527 2005-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
1528
1529 * iswitchb.el (iswitchb-to-end): Replace mapcar with dolist.
1530 (iswitchb-get-matched-buffers): Likewise. Simplify.
1531
1532 2005-06-14 Miles Bader <miles@gnu.org>
1533
1534 * progmodes/ld-script.el (ld-script-location-counter):
1535 Remove "-face" suffix from face name.
1536 (ld-script-location-counter-face):
1537 New backward-compatibility alias for renamed face.
1538 (ld-script-location-counter-face): Use renamed face.
1539
1540 * progmodes/cperl-mode.el (cperl-nonoverridable, cperl-array)
1541 (cperl-hash): Remove "-face" suffix from face names.
1542 (cperl-nonoverridable-face, cperl-array-face, cperl-hash-face):
1543 New backward-compatibility aliases for renamed faces.
1544 (cperl-find-pods-heres, cperl-init-faces, cperl-ps-print-init)
1545 (cperl-ps-print-face-properties): Use renamed cperl-mode faces.
1546
1547 * progmodes/which-func.el (which-func): Remove "-face" suffix from face
1548 name.
1549 (which-func-face): New backward-compatibility alias for renamed face.
1550 (which-func-format): Use renamed which-func face.
1551
1552 * progmodes/vhdl-mode.el (vhdl-prompt, vhdl-attribute, vhdl-enumvalue)
1553 (vhdl-function, vhdl-directive, vhdl-reserved-word)
1554 (vhdl-translate-off): Remove "-face" suffix and "font-lock-" from face
1555 names.
1556 (vhdl-speedbar-entity, vhdl-speedbar-architecture)
1557 (vhdl-speedbar-configuration, vhdl-speedbar-package)
1558 (vhdl-speedbar-library, vhdl-speedbar-instantiation)
1559 (vhdl-speedbar-subprogram, vhdl-speedbar-entity-selected)
1560 (vhdl-speedbar-architecture-selected)
1561 (vhdl-speedbar-configuration-selected)
1562 (vhdl-speedbar-package-selected)
1563 (vhdl-speedbar-instantiation-selected): Remove "-face" suffix from face
1564 names.
1565 (vhdl-font-lock-keywords-2, vhdl-font-lock-keywords-5):
1566 Use renamed faces.
1567 (vhdl-prompt-face, vhdl-attribute-face, vhdl-enumvalue-face)
1568 (vhdl-function-face, vhdl-directive-face, vhdl-reserved-words-face)
1569 (vhdl-translate-off-face): Variables renamed to remove "font-lock-".
1570 Use renamed faces.
1571 (syntax-alist): Don't use "font-lock-" or "-face" in generated face
1572 names.
1573 (vhdl-font-lock-init, vhdl-ps-print-settings): Use renamed faces.
1574 (vhdl-speedbar-insert-hierarchy, vhdl-speedbar-expand-entity)
1575 (vhdl-speedbar-expand-package, vhdl-speedbar-update-current-unit)
1576 (vhdl-speedbar-make-inst-line, vhdl-speedbar-make-pack-line)
1577 (vhdl-speedbar-make-subpack-line, vhdl-speedbar-make-subprogram-line)
1578 (vhdl-speedbar-item-info, vhdl-speedbar-check-unit): Use renamed faces.
1579
1580 * progmodes/sh-script.el (sh-heredoc): Remove "-face" suffix from
1581 face name.
1582 (sh-heredoc-face): New backward-compatibility alias for renamed face.
1583 (sh-heredoc-face): Use renamed sh-heredoc face.
1584
1585 * progmodes/idlw-help.el (idlwave-help-link):
1586 Remove "-face" suffix from face name.
1587 (idlwave-help-link-face):
1588 New backward-compatibility alias for renamed face.
1589 (idlwave-highlight-linked-completions): Use renamed idlwave-help faces.
1590
1591 * progmodes/idlw-shell.el (idlwave-shell-bp-face)
1592 (idlwave-shell-disabled-bp): Remove "-face" suffix from face names.
1593 (idlwave-shell-bp-face, idlwave-shell-disabled-bp):
1594 New backward-compatibility aliases for renamed faces.
1595 (idlwave-shell-disabled-breakpoint-face)
1596 (idlwave-shell-breakpoint-face): Use renamed idlwave-shell faces.
1597
1598 * progmodes/flymake.el (flymake-errline, flymake-warnline):
1599 Remove "-face" suffix from face names.
1600 (flymake-errline-face, flymake-warnline-face):
1601 New backward-compatibility aliases for renamed faces.
1602 (flymake-highlight-line): Use renamed flymake faces.
1603
1604 * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
1605 (ebrowse-file-name, ebrowse-default, ebrowse-member-attribute)
1606 (ebrowse-member-class, ebrowse-progress):
1607 Remove "-face" suffix from face names.
1608 (ebrowse-tree-mark-face, ebrowse-root-class-face)
1609 (ebrowse-file-name-face, ebrowse-default-face)
1610 (ebrowse-member-attribute-face, ebrowse-member-class-face)
1611 (ebrowse-progress-face):
1612 New backward-compatibility aliases for renamed faces.
1613 (ebrowse-show-progress, ebrowse-show-file-name-at-point)
1614 (ebrowse-set-mark-props, ebrowse-draw-tree-fn)
1615 (ebrowse-draw-member-buffer-class-line, ebrowse-draw-member-long-fn)
1616 (ebrowse-draw-member-short-fn): Use renamed ebrowse faces.
1617
1618 * progmodes/antlr-mode.el (antlr-default, antlr-keyword, antlr-syntax)
1619 (antlr-ruledef, antlr-tokendef, antlr-ruleref, antlr-tokenref)
1620 (antlr-literal): Remove "-face" suffix and "font-lock-" from face names.
1621 (antlr-font-lock-default-face, antlr-font-lock-keyword-face)
1622 (antlr-font-lock-syntax-face, antlr-font-lock-ruledef-face)
1623 (antlr-font-lock-tokendef-face, antlr-font-lock-ruleref-face)
1624 (antlr-font-lock-tokenref-face, antlr-font-lock-literal-face):
1625 New backward-compatibility aliases for renamed faces.
1626 (antlr-default-face, antlr-keyword-face, antlr-syntax-face)
1627 (antlr-ruledef-face, antlr-tokendef-face, antlr-ruleref-face)
1628 (antlr-tokenref-face, antlr-literal-face): Variables renamed to remove
1629 "font-lock-". Use renamed antlr-mode faces.
1630 (antlr-font-lock-additional-keywords): Use renamed faces.
1631 Replace literal face-names with face variable references.
1632
1633 * buff-menu.el (Buffer-menu-buffer): Remove "-face" suffix from
1634 face name.
1635 (Buffer-menu-buffer-face): New backward-compatibility alias for
1636 renamed face.
1637 (list-buffers-noselect): Use renamed Buffer-menu-buffer face.
1638
1639 2005-06-15 Daniel Pfeiffer <occitan@esperanto.org>
1640
1641 * progmodes/make-mode.el (makefile-space, makefile-makepp-perl):
1642 Eliminate "-face" suffix.
1643 (makefile-targets): Inherit from font-lock-function-name-face and
1644 eliminate "-face" suffix.
1645 (makefile-shell): Remove attributes and eliminate "-face" suffix.
1646 (makefile-*-font-lock-keywords): Append makefile-targets in rule
1647 actions, instead of prepending, to make it less visible.
1648 (makefile-previous-dependency, makefile-match-dependency):
1649 Don't match a target on a continuation line.
1650
1651 * files.el (auto-mode-alist): Put Makefile in gmake mode.
1652
1653 2005-06-15 Nick Roberts <nickrob@snap.net.nz>
1654
1655 * progmodes/gdb-ui.el (menu): Re-order menu items.
1656 (gdb-tooltip-print): Respect tooltip-use-echo-area.
1657
1658 * progmodes/gud.el (tooltip-use-echo-area): Remove alias.
1659 Define in tooltip.el.
1660 (gud-tooltip-process-output): Respect tooltip-use-echo-area.
1661 (gud-tooltip-tips): Respect tooltip-use-echo-area and
1662 gud-tooltip-echo-area.
1663
1664 * tooltip.el (tooltip-use-echo-area): Restore from gud.el for
1665 backward compatibility and make obsolete.
1666 (tooltip-help-tips): Use tooltip-use-echo-area.
1667 (tooltip-show-help-function): Rename to...
1668 (tooltip-show-help): ...this, because it is a function.
1669 (tooltip-mode, tooltip-help-message): Call tooltip-show-help.
1670
1671 2005-06-14 Luc Teirlinck <teirllm@auburn.edu>
1672
1673 * emacs-lisp/edebug.el (edebug-all-defs, edebug-initial-mode)
1674 (edebug-print-length, edebug-print-level, edebug-print-circle)
1675 (edebug-modify-breakpoint, edebug-eval-last-sexp)
1676 (edebug-eval-print-last-sexp): Doc fixes.
1677
1678 2005-06-14 Kim F. Storm <storm@cua.dk>
1679
1680 * ido.el (ido-mode): Make a new keymap every time we enable ido,
1681 as the coverage buffer/file/both may change.
1682
1683 2005-06-14 Lute Kamstra <lute@gnu.org>
1684
1685 * net/ange-ftp.el (internal-ange-ftp-mode): Use delay-mode-hooks
1686 and run-mode-hooks. Simplify.
1687
1688 * mail/rmailedit.el (rmail-edit-mode):
1689 * progmodes/octave-inf.el (inferior-octave-mode):
1690 * progmodes/sql.el (sql-interactive-mode): Use delay-mode-hooks.
1691
1692 * recentf.el (recentf-dialog-mode): Use kill-all-local-variables
1693 and run-mode-hooks.
1694 (recentf-edit-list, recentf-open-files): Don't call
1695 kill-all-local-variables directly.
1696
1697 * emacs-lisp/debug.el (debug-on-entry): Fix docstring.
1698
1699 2005-06-14 Juanma Barranquero <lekktu@gmail.com>
1700
1701 * emacs-lisp/byte-run.el (make-obsolete)
1702 (define-obsolete-function-alias): Rename arguments FUNCTION and
1703 NEW to OBSOLETE-NAME and CURRENT-NAME respectively.
1704 (make-obsolete-variable, define-obsolete-variable-alias):
1705 Rename arguments VARIABLE and NEW to OBSOLETE-NAME and CURRENT-NAME
1706 respectively.
1707
1708 * isearchb.el (isearchb-activate):
1709 * pcvs.el (cvs-mode):
1710 * ses.el (ses-load):
1711 * vc-arch.el (vc-arch-checkin, vc-arch-diff):
1712 * net/tramp.el (tramp-find-file-exists-command)
1713 (tramp-find-shell):
1714 * progmodes/ada-mode.el (ada-create-case-exception)
1715 (ada-create-case-exception-substring, ada-make-subprogram-body):
1716 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
1717 * progmodes/idlwave.el (idlwave-complete-class-structure-tag-help):
1718 * progmodes/vhdl-mode.el (vhdl-speedbar-place-component):
1719 * textmodes/org.el (org-promote, org-evaluate-time-range)
1720 (org-agenda-next-date-line, org-agenda-previous-date-line)
1721 (org-agenda-error, org-open-at-point, org-table-move-row)
1722 (org-format-table-table-html-using-table-generate-source)
1723 (org-shiftcursor-error, org-ctrl-c-ctrl-c):
1724 * textmodes/reftex.el (reftex-access-scan-info):
1725 * textmodes/reftex-toc.el (reftex-toc-dframe-p)
1726 (reftex-toc-promote-prepare): Follow error conventions.
1727
1728 * diff-mode.el (diff-mode): Fix typo in docstring.
1729
1730 * forms.el (forms--intuit-from-file): Fix reference to
1731 `forms-number-of-fields' in error message.
1732 (forms-print): Fix quoting in error message.
1733
1734 * forms.el (forms-mode):
1735 * emulation/vi.el (vi-goto-insert-state):
1736 * progmodes/flymake.el (flymake-new-err-info)
1737 (flymake-start-syntax-check-for-current-buffer)
1738 (flymake-simple-cleanup):
1739 * eshell/esh-var.el (eshell/export):
1740 * progmodes/gud.el (xdb):
1741 * textmodes/flyspell.el (flyspell-incorrect-hook)
1742 (flyspell-maybe-correct-transposition)
1743 (flyspell-maybe-correct-doubling): Fix quoting in docstring.
1744
1745 2005-06-13 Luc Teirlinck <teirllm@auburn.edu>
1746
1747 * emacs-lisp/debug.el (cancel-debug-on-entry): Mention default in
1748 minibuffer prompt.
1749
1750 2005-06-13 Kim F. Storm <storm@cua.dk>
1751
1752 * subr.el (add-to-ordered-list): New defun.
1753
1754 * emulation/cua-base.el (cua-mode): Use add-to-ordered-list to
1755 add cua--keymap-alist to emulation-mode-map-alists.
1756
1757 2005-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
1758
1759 * subr.el (complete-in-turn): New macro.
1760 (dynamic-completion-table, lazy-completion-table): Add debug info.
1761
1762 * faces.el (read-face-name): Use complete-in-turn complete non-aliases
1763 in preference to face aliases.
1764
1765 * textmodes/fill.el (fill-match-adaptive-prefix): New function.
1766 (fill-context-prefix): Use it to avoid guessing absurdly long prefixes.
1767 Remove unused vars `start' and `firstline'.
1768 (fill-nobreak-p): Fix line-move-invisible -> line-move-invisible-p.
1769 (justify-current-line, fill-individual-paragraphs): Remove unused vars.
1770
1771 2005-06-13 Eli Zaretskii <eliz@gnu.org>
1772
1773 * cus-start.el (all): Don't complain about missing GTK-related
1774 variables, unless either `gtk' is boundp or this isn't a
1775 `windows-nt' build.
1776
1777 2005-06-13 Lute Kamstra <lute@gnu.org>
1778
1779 * abbrev.el (edit-abbrevs-mode): Use kill-all-local-variables and
1780 run-mode-hooks.
1781
1782 * ediff-mult.el (ediff-meta-mode):
1783 * ediff-util.el (ediff-mode): Use run-mode-hooks.
1784
1785 * ledit.el (ledit-mode): Use delay-mode-hooks.
1786
1787 * woman.el (woman-mode-line-format): Delete constant.
1788 (woman-mode-map): Initialize it properly.
1789 (woman-mode): Set mode-class property to special.
1790 Use delay-mode-hooks and run-mode-hooks. Use the right keymap.
1791 Set major-mode and mode-name. Don't set mode-line-format directly.
1792 (Man-getpage-in-background): Don't reference woman-mode-line-format.
1793
1794 * emacs-lisp/debug.el (cancel-debug-on-entry): Make the empty
1795 string argument obsolete.
1796
1797 2005-06-13 Carsten Dominik <dominik@science.uva.nl>
1798
1799 * textmodes/org.el (org-CUA-compatible): New option.
1800 (org-disputed-keys): New variable.
1801 (org-key): New function.
1802 (orgtbl-make-binding): Add docstring to the created function.
1803 (org-mode): Set paragraph start/separate regexps.
1804 (orgtbl-mode): Don't start `orgtbl-mode' in `org-mode' buffers.
1805 (org-archive-location, org-archive-mark-done)
1806 (org-archive-stamp-time): New options.
1807 (org-archive-subtree): New command.
1808 (org-fill-paragraph): New function.
1809 (org-mode): Set `fill-paragraph-function' to `org-fill-paragraph'.
1810 (org-fake-empty-table-line): Function removed.
1811 (org-format-org-table-html): Do not create empty table lines at
1812 separator lines. Improved table header treatment.
1813 (org-link-format): New option.
1814 (org-make-link): New function.
1815 (org-insert-link, org-store-link): Use org-make-link.
1816 (org-open-file): Quote file name for shell command, to allow
1817 spaces in file names.
1818 (org-link-regexp): Fix bug with mailto link.
1819 (org-link-maybe-angles-regexp, org-protected-link-regexp):
1820 New constants.
1821 (org-export-as-html): Deal with the optional angles around a link.
1822 Better treatment of file: links.
1823 (org-open-at-point): Replace @{ and @} with < and >.
1824 (org-run-mode-hooks): Function removed.
1825 (org-agenda-mode): No longer use `org-run-mode-hooks'.
1826
1827 2005-06-13 Nick Roberts <nickrob@snap.net.nz>
1828
1829 * progmodes/gdb-ui.el (gdb-registers-mode): Let gdbmi use
1830 MI command -data-list-register-values.
1831 (gdb-post-prompt): Indent properly.
1832
1833 2005-06-13 Juanma Barranquero <lekktu@gmail.com>
1834
1835 * hilit-chg.el (highlight-changes-colors): Rename from
1836 `highlight-changes-colours'.
1837 (highlight-changes-colours): Keep as obsolete alias.
1838 (highlight-changes-face-list): Doc fix.
1839 (hilit-chg-make-list): Use `highlight-changes-colors'.
1840
1841 2005-06-12 Mark A. Hershberger <mah@everybody.org>
1842
1843 * progmodes/cperl-mode.el (cperl-mode): Remove stray paren in
1844 defun-prompt-regexp.
1845
1846 2005-06-12 Eli Zaretskii <eliz@gnu.org>
1847
1848 * loadup.el: Don't say we are dumping under 2 names on windows-nt
1849 and cygwin.
1850
1851 * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
1852 Don't use an old loaddefs.el, as in Makefile.in.
1853
1854 2005-06-12 Lute Kamstra <lute@gnu.org>
1855
1856 * Makefile.in (bootstrap-prepare): Don't use an old loaddefs.el.
1857
1858 * man.el (Man-mode-map): Initialize it properly.
1859 (Man-mode): Set mode-class property to special.
1860
1861 * calendar/calendar.el (calendar-mode): Use run-mode-hooks.
1862
1863 2005-06-11 Luc Teirlinck <teirllm@auburn.edu>
1864
1865 * menu-bar.el (menu-bar-make-toggle): Remove stray backslash.
1866 A newline is needed in the docstring there.
1867
1868 * emacs-lisp/debug.el (debug-on-entry, cancel-debug-on-entry):
1869 Doc fixes.
1870
1871 2005-06-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1872
1873 * printing.el: Doc fix. The menubar is no more changed when printing
1874 is loaded, it only changes when pr-menu-bind or pr-update-menus is
1875 called. Now, the menubar changing will work in Emacs 20, 21 and 22.
1876 (pr-version): New version number (6.8.4).
1877 (pr-menu-bind): New command.
1878 (pr-update-menus): Docstring and code fix.
1879 (pr-menu-print-item): Now is a global var in Emacs and XEmacs.
1880 Docstring fix.
1881 (pr-txt-printer-alist, pr-ps-printer-alist, pr-gv-command)
1882 (pr-gs-command, pr-gs-switches, pr-ps-utility-alist): Docstring fix.
1883
1884 2005-06-11 Thien-Thi Nguyen <ttn@gnu.org>
1885
1886 * emacs-lisp/ewoc.el: Doc fixes for public funcs:
1887 "Returns" to "return", document useful return values, etc.
1888
1889 2005-06-11 Alan Mackenzie <acm@muc.de>
1890
1891 * fill.el (fill-context-prefix): Try `adaptive-fill-function'
1892 BEFORE `adaptive-fill-regexp' when determining a fill prefix.
1893 (adaptive-file-function): Minor amendment to doc-string.
1894
1895 2005-06-11 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
1896
1897 * thumbs.el (thumbs-per-line, thumbs-thumbsdir-max-size)
1898 (thumbs-relief, thumbs-margin, thumbs-image-resizing-step):
1899 Fix :type--it is `integer', not `string'.
1900
1901 * faces.el (modeline-highlight): Rename from (the erroneous)
1902 `modeline-higilight'.
1903
1904 2005-06-11 Lute Kamstra <lute@gnu.org>
1905
1906 * emacs-lisp/edebug.el (edebug-eval-mode-map): Don't copy
1907 lisp-interaction-mode-map but make it the parent.
1908 (edebug-eval-mode): Use define-derived-mode.
1909
1910 2005-06-11 Andreas Schwab <schwab@suse.de>
1911
1912 * bindings.el: Add binding of `ESC functionkey' for every
1913 `M-functionkey'.
1914 * hexl.el (hexl-mode-map): Likewise.
1915
1916 2005-06-10 Michael Hotchin <michael@hotchin.net> (tiny change)
1917
1918 * progmodes/compile.el (compilation-error-regexp-alist-alist)
1919 [msft]: update regexp for newer msft compilers.
1920
1921 2005-06-10 Mark A. Hershberger <mah@everybody.org>
1922
1923 * xml.el (start-chars, xml-parse-dtd): Add the ability to skip
1924 ATTLIST portions of included DTDs.
1925 (xml-parse-dtd): Eliminate use of inefficient match-data.
1926
1927 2005-06-10 Miles Bader <miles@gnu.org>
1928
1929 * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
1930 (mpuz-text): Remove "-face" suffix from face names.
1931 (mpuz-unsolved-face, mpuz-solved-face, mpuz-trivial-face)
1932 (mpuz-text-face): New backward-compatibility aliases for renamed faces.
1933 (mpuz-create-buffer, mpuz-paint-digit): Use renamed mpuz faces.
1934
1935 * play/gomoku.el (gomoku-O, gomoku-X):
1936 Remove "-face" suffix from face names.
1937 (gomoku-font-lock-O-face, gomoku-font-lock-X-face):
1938 New backward-compatibility aliases for renamed faces.
1939 (gomoku-font-lock-keywords): Use renamed gomoku faces.
1940
1941 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
1942
1943 * thumbs.el: Fixes for changes of 2005-06-09.
1944 (thumbs-thumbsdir): Force `thumbs-thumbsdir' to be interpretable
1945 as a directory.
1946 (thumbs-thumbname): Remove directory separator from format string;
1947 `thumbs-thumbsdir' now returns a valid directory name.
1948 (thumbs-temp-dir): New defsubst.
1949 (thumbs-temp-file, thumbs-resize-image, thumbs-modify-image):
1950 Use it.
1951
1952 * cus-edit.el (minibuffer):
1953 * files.el (make-backup-file-name-function):
1954 * filesets.el (filesets-external-viewers):
1955 * hilit-chg.el (highlight-changes-colours)
1956 (highlight-changes-face-list, highlight-changes-rotate-faces):
1957 * ielm.el (ielm-dynamic-return, inferior-emacs-lisp-mode):
1958 * kmacro.el (kmacro-call-macro):
1959 * log-edit.el (log-edit-changelog-full-paragraphs):
1960 * mouse.el (mouse-1-click-follows-link):
1961 * skeleton.el (skeleton-autowrap):
1962 * subr.el (insert-for-yank-1):
1963 * tempo.el (tempo-insert-region):
1964 * terminal.el (terminal-emulator):
1965 * time.el (display-time-mail-face):
1966 * vc.el (vc-annotate):
1967 * vcursor.el (vcursor-copy-line):
1968 * woman.el (woman-bold-headings, woman-ignore)
1969 (woman-default-faces, woman-monochrome-faces):
1970 * calendar/todo-mode.el (todo-insert-threshold):
1971 * emulation/pc-select.el (pc-select-selection-keys-only)
1972 (pc-selection-mode):
1973 * emulation/vip.el (vip-find-char-forward):
1974 * emulation/viper-cmd.el (viper-find-char-forward):
1975 * international/mule-cmds.el (select-safe-coding-system-accept-default-p)
1976 (input-method-exit-on-invalid-key):
1977 * international/mule-diag.el (describe-coding-system):
1978 * international/ucs-tables.el (unify-8859-on-encoding-mode):
1979 * net/browse-url.el (browse-url-xterm-program):
1980 * obsolete/lazy-lock.el (lazy-lock-mode):
1981 * progmodes/cperl-mode.el (cperl-info-on-command-no-prompt)
1982 (cperl-mode):
1983 * progmodes/cpp.el (cpp-face-light-name-list)
1984 (cpp-face-dark-name-list):
1985 * progmodes/delphi.el (delphi-newline-always-indents):
1986 Fix spellings in docstrings.
1987
1988 * ido.el (ido-mode, ido-file-extensions-order)
1989 (ido-default-file-method, ido-default-buffer-method)
1990 (ido-max-prospects, ido-slow-ftp-hosts, ido-setup-hook)
1991 (ido-decorations, ido-read-file-name-as-directory-commands)
1992 (ido-read-file-name-non-ido, ido-work-directory-list)
1993 (ido-ignore-item-temp-list, ido-current-directory)
1994 (ido-magic-forward-char, ido-enter-find-file)
1995 (ido-enter-switch-buffer, ido-visit-buffer, ido-switch-buffer)
1996 (ido-find-file, ido-read-buffer): Fix typos in docstrings.
1997
1998 2005-06-10 Lute Kamstra <lute@gnu.org>
1999
2000 * play/dunnet.el (dun-mode): Use define-derived-mode.
2001 (dungeon-mode-map): Rename to dun-mode-map. Keep old name as an
2002 obsolete alias.
2003
2004 * play/doctor.el (doctor-mode-map): Remove defvar.
2005 (doctor-mode): Use define-derived-mode.
2006
2007 * mail/mspools.el (mspools-mode):
2008 * net/eudc-hotlist.el (eudc-hotlist-mode):
2009 * play/blackbox.el (blackbox-mode): Use run-mode-hooks.
2010
2011 2005-06-10 Miles Bader <miles@gnu.org>
2012
2013 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
2014 Remove "-face" suffix from face names.
2015 (flyspell-incorrect-face, flyspell-duplicate-face):
2016 New backward-compatibility aliases for renamed faces.
2017 (flyspell-mode-on, make-flyspell-overlay)
2018 (flyspell-highlight-incorrect-region)
2019 (flyspell-highlight-duplicate-region)
2020 (flyspell-display-next-corrections)
2021 (flyspell-auto-correct-previous-word): Use renamed flyspell faces.
2022
2023 * textmodes/texinfo.el (texinfo-heading): Remove "-face" suffix
2024 from face name.
2025 (texinfo-heading-face): New backward-compatibility alias for
2026 renamed face.
2027 (texinfo-heading-face): Use renamed texinfo-heading face.
2028
2029 * textmodes/tex-mode.el (tex-math, tex-verbatim): Remove "-face"
2030 suffix from face names.
2031 (tex-math-face, tex-verbatim-face):
2032 New backward-compatibility aliases for renamed faces.
2033 (tex-math-face, tex-verbatim-face): Use renamed tex-mode faces.
2034 (tex-insert-quote): Use `tex-verbatim-face' variable instead of
2035 literal face name.
2036
2037 * textmodes/table.el (table-cell): Remove "-face" suffix from face
2038 name.
2039 (table-cell-face): New backward-compatibility alias for renamed face.
2040 (table--put-cell-face-property, table--update-cell-face):
2041 Use renamed table-cell face.
2042
2043 * textmodes/sgml-mode.el (sgml-namespace): Remove "-face" suffix
2044 from face name.
2045 (sgml-namespace-face): New backward-compatibility alias for
2046 renamed face.
2047 (sgml-namespace-face): Use renamed sgml-namespace face.
2048
2049 * textmodes/org.el (org-level-1, org-level-2, org-level-3)
2050 (org-level-4, org-level-5, org-level-6, org-level-7)
2051 (org-level-8, org-warning, org-headline-done)
2052 (org-deadline-announce, org-scheduled-today)
2053 (org-scheduled-previously, org-link, org-done, org-table)
2054 (org-time-grid): Remove "-face" suffix from face names.
2055 (org-level-1-face, org-level-2-face, org-level-3-face)
2056 (org-level-4-face, org-level-5-face, org-level-6-face)
2057 (org-level-7-face, org-level-8-face, org-warning-face)
2058 (org-headline-done-face, org-deadline-announce-face)
2059 (org-scheduled-today-face, org-scheduled-previously-face)
2060 (org-link-face, org-done-face, org-table-face)
2061 (org-time-grid-face):
2062 New backward-compatibility aliases for renamed faces.
2063 (org-level-faces, org-set-font-lock-defaults, org-timeline)
2064 (org-agenda, org-agenda-get-todos, org-agenda-get-deadlines)
2065 (org-agenda-get-timestamps, org-agenda-get-scheduled)
2066 (org-agenda-add-time-grid-maybe, org-table-p): Use renamed org faces.
2067
2068 * emulation/viper-init.el (viper-search, viper-replace-overlay)
2069 (viper-minibuffer-emacs, viper-minibuffer-insert)
2070 (viper-minibuffer-vi): Remove "-face" suffix from face names.
2071 (viper-search-face, viper-replace-overlay-face)
2072 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
2073 (viper-minibuffer-vi-face):
2074 New backward-compatibility aliases for renamed faces.
2075 (viper-search-face, viper-replace-overlay-face)
2076 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
2077 (viper-minibuffer-vi-face): Use renamed viper faces.
2078
2079 * emacs-lisp/testcover.el (testcover-nohits, testcover-1value):
2080 Remove "-face" suffix from face names.
2081 (testcover-nohits-face, testcover-1value-face):
2082 New backward-compatibility aliases for renamed faces.
2083 (testcover-mark): Use renamed testcover faces.
2084
2085 * calendar/diary-lib.el (diary-button): Remove "-face" suffix from
2086 face name.
2087 (diary-button-face): New backward-compatibility alias for renamed face.
2088 (diary-entry): Use renamed diary-button face.
2089
2090 * calendar/calendar.el (diary, calendar-today, holiday)
2091 (mark-visible-calendar-date): Remove "-face" suffix from face names.
2092 (diary-face, calendar-today-face, holiday-face):
2093 New backward-compatibility aliases for renamed faces.
2094 (eval-after-load "facemenu", diary-entry-marker)
2095 (calendar-today-marker, calendar-holiday-marker, diary-face):
2096 Use renamed calendar faces.
2097
2098 * compare-w.el (compare-windows): Remove "-face" suffix from face name.
2099 (compare-windows-face): New backward-compatibility alias for
2100 renamed face.
2101 (compare-windows-highlight): Use renamed compare-windows face.
2102
2103 * strokes.el (strokes-char): Remove "-face" suffix from face name.
2104 (strokes-char-face): New backward-compatibility alias for renamed face.
2105 (strokes-encode-buffer): Use renamed strokes-char face.
2106
2107 * pcvs-info.el (cvs-header, cvs-filename, cvs-unknown)
2108 (cvs-handled, cvs-need-action, cvs-marked, cvs-msg):
2109 Remove "-face" suffix from face names.
2110 (cvs-header-face, cvs-filename-face, cvs-unknown-face)
2111 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
2112 (cvs-msg-face): New backward-compatibility aliases for renamed faces.
2113 (cvs-fi-up-to-date-face, cvs-fi-unknown-face, cvs-fileinfo-pp):
2114 Use renamed pcvs faces.
2115 * pcvs.el (cvs-mode-find-file): Use renamed pcvs faces.
2116 * pcvs-defs.el (cvs-mode-map): Likewise.
2117 * cvs-status.el (cvs-status-font-lock-keywords): Likewise.
2118
2119 * info.el (info-title-1, info-title-2, info-title-3)
2120 (info-title-4): Remove "-face" suffix from and downcase face names.
2121 (Info-title-1-face, Info-title-2-face, Info-title-3-face)
2122 (Info-title-4-face):
2123 New backward-compatibility aliases for renamed faces.
2124 (Info-fontify-node): Use renamed info faces.
2125
2126 * hilit-chg.el (highlight-changes, highlight-changes-delete):
2127 Remove "-face" suffix from face names.
2128 (highlight-changes-face, highlight-changes-delete-face):
2129 New backward-compatibility aliases for renamed faces.
2130 (hilit-chg-cust-fix-changes-face-list, hilit-chg-make-ov)
2131 (hilit-chg-make-list): Use renamed highlight-changes faces.
2132
2133 * generic-x.el (show-tabs-tab, show-tabs-space):
2134 Remove "-face" suffix from face names.
2135 (show-tabs-tab-face, show-tabs-space-face):
2136 New backward-compatibility aliases for renamed faces.
2137 (show-tabs-generic-mode-font-lock-defaults-1)
2138 (show-tabs-generic-mode-font-lock-defaults-2):
2139 Use renamed show-tabs faces.
2140
2141 * smerge-mode.el (smerge-mine, smerge-other, smerge-base)
2142 (smerge-markers): Remove "-face" suffix from face names.
2143 (smerge-mine-face, smerge-other-face, smerge-base-face)
2144 (smerge-markers-face):
2145 New backward-compatibility aliases for renamed faces.
2146 (smerge-mine-face, smerge-other-face, smerge-base-face)
2147 (smerge-markers-face): Use renamed smerge faces.
2148
2149 * log-view.el (log-view-file, log-view-message):
2150 Remove "-face" suffix from face names.
2151 (log-view-file-face, log-view-message-face):
2152 New backward-compatibility aliases for renamed faces.
2153 (log-view-file-face, log-view-message-face): Use renamed log-view faces.
2154
2155 * paren.el (show-paren-match, show-paren-mismatch):
2156 Remove "-face" suffix from face names.
2157 (show-paren-match-face, show-paren-mismatch-face):
2158 New backward-compatibility aliases for renamed faces.
2159 (show-paren-function): Use renamed show-paren faces.
2160
2161 * ruler-mode.el (ruler-mode-default, ruler-mode-pad)
2162 (ruler-mode-margins, ruler-mode-fringes)
2163 (ruler-mode-column-number, ruler-mode-fill-column)
2164 (ruler-mode-comment-column, ruler-mode-goal-column)
2165 (ruler-mode-tab-stop, ruler-mode-current-column):
2166 Remove "-face" suffix from face names.
2167 (ruler-mode-default-face, ruler-mode-pad-face)
2168 (ruler-mode-margins-face, ruler-mode-fringes-face)
2169 (ruler-mode-column-number-face, ruler-mode-fill-column-face)
2170 (ruler-mode-comment-column-face, ruler-mode-goal-column-face)
2171 (ruler-mode-tab-stop-face, ruler-mode-current-column-face):
2172 New backward-compatibility aliases for renamed faces.
2173 (ruler-mode-pad, ruler-mode-margins, ruler-mode-fringes)
2174 (ruler-mode-column-number, ruler-mode-fill-column)
2175 (ruler-mode-comment-column, ruler-mode-goal-column)
2176 (ruler-mode-tab-stop, ruler-mode-current-column)
2177 (ruler-mode-mouse-grab-any-column, ruler-mode-ruler): Use renamed faces.
2178
2179 * whitespace.el (whitespace-highlight): Remove "-face" suffix from
2180 face name.
2181 (whitespace-highlight-the-space): Use renamed face.
2182 (whitespace-highlight-face): New backward-compatibility alias for
2183 renamed face.
2184
2185 * woman.el (woman-italic, woman-bold, woman-unknown)
2186 (woman-addition, woman-symbol-face):
2187 Remove "-face" suffix from face names.
2188 (woman-italic-face, woman-bold-face, woman-unknown-face)
2189 (woman-addition-face):
2190 New backward-compatibility aliases for renamed faces.
2191 (woman-default-faces, woman-monochrome-faces, woman-man-buffer)
2192 (woman-decode-region, woman-replace-match)
2193 (woman-display-extended-fonts, woman-special-characters)
2194 (woman-font-alist, woman-change-fonts, woman2-TH, woman2-SH):
2195 Use renamed woman faces.
2196
2197 * longlines.el (longlines-visible-face): Face removed.
2198
2199 * diff-mode.el (diff-header, diff-file-header, diff-index)
2200 (diff-hunk-header, diff-removed, diff-added, diff-changed)
2201 (diff-function, diff-context, diff-nonexistent): Remove "-face"
2202 suffix from face names.
2203 (diff-header-face, diff-file-header-face, diff-index-face)
2204 (diff-hunk-header-face, diff-removed-face, diff-added-face)
2205 (diff-changed-face, diff-function-face, diff-context-face)
2206 (diff-nonexistent-face): New backward-compatibility aliases for
2207 renamed faces.
2208 (diff-header-face, diff-file-header-face)
2209 (diff-index, diff-index-face, diff-hunk-header)
2210 (diff-hunk-header-face, diff-removed, diff-removed-face)
2211 (diff-added, diff-added-face, diff-changed-face, diff-function)
2212 (diff-function-face, diff-context-face, diff-nonexistent)
2213 (diff-nonexistent-face): Use renamed diff-mode faces.
2214
2215 * progmodes/compile.el (compilation-warning-face)
2216 (compilation-info-face): Remove "-face" suffix from face names.
2217 (compilation-warning-face, compilation-info-face):
2218 New backward-compatibility aliases for renamed faces.
2219 (compilation-warning-face, compilation-info-face):
2220 Use renamed compilation faces.
2221
2222 * add-log.el (change-log-date, change-log-name)
2223 (change-log-email, change-log-file, change-log-list)
2224 (change-log-conditionals, change-log-function)
2225 (change-log-acknowledgement): Remove "-face" suffix from face names.
2226 (change-log-date-face, change-log-name-face)
2227 (change-log-email-face, change-log-file-face)
2228 (change-log-list-face, change-log-conditionals-face)
2229 (change-log-function-face, change-log-acknowledgement-face):
2230 New backward-compatibility aliases for renamed faces.
2231 (change-log-font-lock-keywords): Use renamed change-log faces.
2232
2233 * cus-edit.el (custom-invalid, custom-rogue, custom-modified)
2234 (custom-set, custom-changed, custom-saved, custom-button)
2235 (custom-button-pressed, custom-documentation, custom-state)
2236 (custom-comment, custom-comment-tag, custom-variable-tag)
2237 (custom-variable-button, custom-face-tag, custom-group-tag-1)
2238 (custom-group-tag): Remove "-face" suffix from face names.
2239 (custom-magic-alist, custom-magic-value-create)
2240 (custom-group-sample-face-get, custom-mode): Use renamed custom faces.
2241 (custom-invalid-face, custom-rogue-face, custom-modified-face)
2242 (custom-set-face, custom-changed-face, custom-saved-face)
2243 (custom-button-face, custom-button-pressed-face)
2244 (custom-documentation-face, custom-state-face)
2245 (custom-comment-face, custom-comment-tag-face)
2246 (custom-variable-tag-face, custom-variable-button-face)
2247 (custom-face-tag-face, custom-group-tag-face-1)
2248 (custom-group-tag-face):
2249 New backward-compatibility aliases for renamed faces.
2250
2251 * wid-edit.el (widget-documentation, widget-button)
2252 (widget-field, widget-single-line-field, widget-inactive)
2253 (widget-button-pressed): "-face" suffix removed from face names.
2254 (widget-documentation-face, widget-button-face)
2255 (widget-field-face, widget-single-line-field-face)
2256 (widget-inactive-face, widget-button-pressed-face):
2257 New backward-compatibility aliases for renamed faces.
2258 (widget-documentation-face, widget-button-face)
2259 (widget-button-pressed-face, widget-specify-field)
2260 (widget-specify-inactive): Use renamed widget faces.
2261
2262 2005-06-10 Kenichi Handa <handa@m17n.org>
2263
2264 * term/x-win.el (x-clipboard-yank): Remove condition-case
2265 wrapping.
2266
2267 2005-06-11 Kenichi Handa <handa@m17n.org>
2268
2269 * add-log.el (change-log-font-lock-keywords): Make the regexp for
2270 date lines stricter.
2271
2272 2005-06-10 Zhang Wei <id.brep@gmail.com> (tiny change)
2273
2274 * term/x-win.el (x-clipboard-yank): Use x-selection-value instead
2275 of x-get-selection.
2276
2277 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
2278
2279 * comint.el (comint-mode, comint-snapshot-last-prompt):
2280 * frame.el (frame-current-scroll-bars):
2281 * term.el (term-mode, term-check-proc, term-input-sender)
2282 (term-simple-send, term-extract-string, term-word)
2283 (term-match-partial-filename):
2284 * window.el (window-current-scroll-bars):
2285 * emulation/cua-base.el (cua-normal-cursor-color)
2286 (cua-read-only-cursor-color, cua-overwrite-cursor-color)
2287 (cua-global-mark-cursor-color):
2288 * mail/undigest.el (rmail-forward-separator-regex):
2289 Fix typos in docstrings.
2290
2291 * comint.el (comint-check-proc, make-comint-in-buffer)
2292 (comint-source-default): Doc fixes.
2293
2294 * term.el (term-send-string): Improve argument/docstring
2295 consistency.
2296
2297 2005-06-09 Luc Teirlinck <teirllm@auburn.edu>
2298
2299 * comint.el (comint-send-input): Bind `inhibit-read-only' around
2300 call to `delete-region'.
2301 (comint-mode-hook): Do not enable Font Lock by default.
2302
2303 2005-06-09 Lute Kamstra <lute@gnu.org>
2304
2305 * textmodes/ispell.el (ispell-menu-map-needed): flyspell-mode
2306 could be void.
2307
2308 2005-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
2309
2310 * emacs-lisp/debug.el (debugger-will-be-back): New var.
2311 (debug): Use it.
2312 (debugger-step-through, debugger-continue, debugger-jump)
2313 (debugger-return-value): Set it when needed.
2314 (debugger-make-xrefs, debugger-frame, debugger-frame-clear):
2315 Use inhibit-read-only.
2316
2317 2005-06-09 Juanma Barranquero <lekktu@gmail.com>
2318
2319 * window.el (shrink-window-if-larger-than-buffer)
2320 (window-size-fixed): Fix typo in docstring.
2321
2322 * thumbs.el: Don't set `auto-image-file-mode'. Do not create the
2323 thumbnails directory on loading.
2324 (thumbs-conversion-program): Use `eq' to check the system type,
2325 not `equal'.
2326 (thumbs-temp-dir): Initialize to `temporary-file-directory',
2327 not "/tmp". Fix docstring.
2328 (thumbs-thumbsdir): New function to return the thumbnails
2329 directory, creating it if needed.
2330 (thumbs-cleanup-thumbsdir, thumbs-thumbname): Use it.
2331 (thumbs-temp-file): Delete variable and make it into a function.
2332 (thumbs-resize-image, thumbs-modify-image): Use it.
2333 (thumbs-kill-buffer): Simplify.
2334 (thumbs-gensym): Defalias or duplicate CL `gensym'.
2335 (thumbs-resize-image, thumbs-resize-interactive): Fix typos in
2336 docstrings.
2337
2338 2005-06-09 Kim F. Storm <storm@cua.dk>
2339
2340 * subr.el (save-match-data): Add RESEAT arg `evaporate' to
2341 set-match-data to free markers in match-data.
2342
2343 * replace.el (replace-match-data): Pass RESEAT arg `t' to
2344 match-data to unchain markers in match-data.
2345
2346 2005-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
2347
2348 * emacs-lisp/debug.el (debug): Don't iconify if we know we'll re-enter
2349 the debugger immediately anyway. Undo the 2005-06-06 change, rendered
2350 unnecessary now.
2351
2352 2005-06-08 Richard M. Stallman <rms@gnu.org>
2353
2354 * emacs-lisp/easy-mmode.el (define-minor-mode): If BODY is empty,
2355 give the variable a doc string that doesn't say don't set it directly.
2356
2357 * textmodes/ispell.el (ispell-check-version):
2358 Use match-string-no-properties.
2359 (ispell-region, ispell-buffer-local-parsing, ispell-buffer-local-dict)
2360 (ispell-buffer-local-words): Likewise.
2361
2362 * progmodes/make-mode.el (makefile-shell-face): Make this a no-op
2363 except on terminals with enough colors to really display it.
2364 (makefile-dependency-regex): Delete spurious `bb'.
2365
2366 * faces.el (escape-glyph): Use blue once again in last case.
2367 (no-break-space): Redefine so that it isn't invisible on a tty.
2368
2369 2005-06-08 Kim F. Storm <storm@cua.dk>
2370
2371 * ido.el (ido-read-file-name): Fallback to read-file-name on C-f
2372 also when reading directory name.
2373
2374 2005-06-08 Lute Kamstra <lute@gnu.org>
2375
2376 * textmodes/flyspell.el (flyspell-mode): Use define-minor-mode.
2377 (flyspell-mode-line-string): Remove autoload cookie.
2378 (flyspell-mode): Remove defvar.
2379
2380 2005-06-07 Lute Kamstra <lute@gnu.org>
2381
2382 * textmodes/org.el (org-run-mode-hooks): New function.
2383 (org-agenda-mode): Use it.
2384
2385 2005-06-07 David McCabe <davemccabe@gmail.com> (tiny change)
2386
2387 * emacs-lisp/lisp-mode.el (defstruct): Set `doc-string-elt' property.
2388
2389 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
2390
2391 * international/iso-cvt.el (iso-sgml2iso-trans-tab): Add NBSP.
2392
2393 2005-06-06 Luc Teirlinck <teirllm@auburn.edu>
2394
2395 * font-lock.el (font-lock-add-keywords): Doc fix.
2396
2397 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
2398
2399 * textmodes/tex-mode.el (tex-guess-mode): Add RequirePackage.
2400 (tex-compile-default): In the absence of any history, use the order in
2401 tex-compile-alist to choose the preferred command.
2402 (tex-compile-commands): Reorder a bit.
2403
2404 * textmodes/flyspell.el (flyspell-auto-correct-binding)
2405 (flyspell-incorrect-face, flyspell-duplicate-face):
2406 Use (X)Emacs-agnostic code.
2407 (flyspell-mode-map): Don't overwrite at each load. Remove code
2408 redundant with the subsequent add-minor-mode. Merge Emacs and
2409 XEmacs code.
2410 (flyspell-word): Minor simplification.
2411 (flyspell-math-tex-command-p): Quieten the byte-compiler.
2412 (flyspell-external-point-words): Remove unused vars `size' and `start'.
2413 (flyspell-do-correct): Rename from flyspell-xemacs-correct.
2414 Merge the corresponding Emacs code.
2415 (flyspell-correct-word, flyspell-xemacs-popup): Use flyspell-do-correct.
2416
2417 * emacs-lisp/debug.el (debug): Don't bury the buffer unless it's in
2418 a dedicated window.
2419
2420 * international/latexenc.el (latexenc-find-file-coding-system):
2421 Undo part of last patch, to turn off a compiler warning.
2422
2423 2005-06-06 Juri Linkov <juri@jurta.org>
2424
2425 * tmm.el (tmm-inactive, tmm-remove-inactive-mouse-face):
2426 Rename `tmm-inactive-face' to `tmm-inactive'.
2427
2428 2005-06-06 Matt Hodges <MPHodges@member.fsf.org>
2429
2430 * iswitchb.el: Rename faces.
2431
2432 2005-06-06 Kim F. Storm <storm@cua.dk>
2433
2434 * emulation/cua-base.el (cua-rectangle, cua-rectangle-noselect)
2435 (cua-global-mark): Remove -face suffix from face names.
2436
2437 * emulation/cua-gmrk.el (cua--init-global-mark):
2438 Remove cua-global-mark face setup.
2439
2440 2005-06-06 Richard M. Stallman <rms@gnu.org>
2441
2442 * progmodes/make-mode.el (makefile-dependency-regex): Handle whitespace
2443 just like other allowed characters.
2444 (makefile-match-dependency): Exclude leading and training whitespace
2445 from the range of regexp subexp 1.
2446 (makefile-macroassign-regex): Don't try to match the body,
2447 just the name of the macro being defined.
2448
2449 * info.el (Info-read-node-name-2): New function.
2450 (Info-read-node-name-1): Use that.
2451 Add a completion-base-size-function property.
2452
2453 * simple.el (completion-setup-function): Look for
2454 completion-base-size-function property of
2455 minibuffer-completion-table.
2456
2457 * files.el (locate-file-completion): Doc fix.
2458
2459 * printing.el: Don't call pr-update-menus; user must do that.
2460
2461 * emacs-lisp/debug.el (debugger-window): New variable.
2462 (debug): Use debugger-window if it is set and still alive.
2463 Record debugger-window for next entry.
2464
2465 * mail/supercite.el (sc-mail-glom-frame): Mark as risky.
2466
2467 2005-06-06 Matthias F\e,Av\e(Brste <slashdevslashnull@gmx.net>
2468
2469 * files.el (hack-local-variables-confirm): New arg FLAG-TO-CHECK.
2470 (hack-one-local-variable, hack-local-variables)
2471 (hack-local-variables-prop-line): Pass that arg.
2472
2473 2005-06-06 Kim F. Storm <storm@cua.dk>
2474
2475 * ido.el (ido-first-match, ido-only-match, ido-subdir)
2476 (ido-indicator): Remove -face suffix from face names.
2477
2478 2005-06-06 Juri Linkov <juri@jurta.org>
2479
2480 * font-lock.el (font-lock-regexp-backslash)
2481 (font-lock-regexp-backslash-construct): New faces.
2482 (lisp-font-lock-keywords-2): Use new faces. Match `?:' only
2483 after `('. Add `while-no-input' to control structures.
2484
2485 * faces.el (no-break-space, shadow): New faces.
2486 (escape-glyph): Use less loud colors pink2 and red4.
2487
2488 * diff-mode.el (diff-context-face)
2489 * dired.el (dired-ignored)
2490 * rfn-eshadow.el (file-name-shadow)
2491 * tmm.el (tmm-inactive-face): Inherit from `shadow' face.
2492
2493 * info.el (Info-title-1-face): Use green instead of yellow because
2494 bold yellow is not readable on light backgrounds.
2495
2496 * progmodes/compile.el (compilation-start): Move `erase-buffer' up
2497 before selecting the desired mode to not spend time fontifying
2498 old contents.
2499
2500 2005-06-06 Juanma Barranquero <lekktu@gmail.com>
2501
2502 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-image-resizing-step)
2503 (thumbs-thumbsdir-auto-clean): Fix typos in docstrings.
2504
2505 * ps-print.el (ps-default-fg, ps-default-bg):
2506 Fix typos in docstrings.
2507
2508 * isearchb.el (isearchb): Don't pass a spurious second argument to
2509 `iswitchb-completions'.
2510
2511 2005-06-05 Nick Roberts <nickrob@snap.net.nz>
2512
2513 * progmodes/gdb-ui.el (gdb-info-locals-handler): Use window point
2514 to preserve point.
2515 (gdb-find-file-hook): Add doc string.
2516
2517 * progmodes/gud.el (gdb, gud-menu-map): Add command to evaluate
2518 C dereferenced pointer expression.
2519 (gud-tool-bar-map): Put it on the tool bar. Re-order icons.
2520
2521 * toolbar/gud-pstar.xpm, toolbar/gud-pstar.pbm: New files.
2522
2523 * toolbar/gud-break.xpm, toolbar/gud-cont.xpm, toolbar/gud-down.xpm
2524 * toolbar/gud-finish.xpm, toolbar/gud-ni.xpm, toolbar/gud-n.xpm
2525 * toolbar/gud-print.xpm, toolbar/gud-remove.xpm, toolbar/gud-run.xpm
2526 * toolbar/gud-si.xpm, toolbar/gud-s.xpm, toolbar/gud-until.xpm
2527 * toolbar/gud-up.xpm, toolbar/gud-watch.xpm:
2528 Make background transparent.
2529
2530 2005-06-04 Luc Teirlinck <teirllm@auburn.edu>
2531
2532 * font-lock.el (font-lock-add-keywords): Doc fix. Comment change.
2533 (font-lock-remove-keywords): Doc fix.
2534 (font-lock-mode-major-mode): Compiler defvar.
2535 (font-lock-set-defaults): Use `font-lock-mode-major-mode'.
2536
2537 * font-core.el (font-lock-mode-major-mode): Compiler defvar.
2538 (font-lock-mode): Update `font-lock-mode-major-mode'.
2539 (font-lock-set-defaults): Compiler defvar.
2540 (font-lock-default-function): Take `font-lock-mode-major-mode'
2541 into account.
2542
2543 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Make it
2544 keep track of which major mode it enabled the minor mode for.
2545 Use find-file-hook again. Update docstring.
2546
2547 * simple.el (eval-expression-print-level)
2548 (eval-expression-print-length, eval-expression-debug-on-error):
2549 Doc fixes.
2550
2551 2005-06-04 Matt Hodges <MPHodges@member.fsf.org>
2552
2553 * iswitchb.el (iswitchb-single-match-face)
2554 (iswitchb-current-match-face, iswitchb-virtual-matches-face)
2555 (iswitchb-invalid-regexp-face): New faces.
2556 (iswitchb-completions): Use them.
2557 (iswitchb-use-faces): Rename from iswitchb-use-fonts, which is
2558 now marked as an obsolete alias.
2559 (iswitchb-read-buffer): Remove check for bound font variables.
2560 (iswitchb-invalid-regexp): New free variable.
2561 (iswitchb-get-matched-buffers): Catch invalid-regexp errors and
2562 set iswitchb-invalid-regexp.
2563 (iswitchb, iswitchb-complete, iswitchb-completions): Deal with
2564 invalid regexps.
2565 (iswitchb-completions): Add check for complete match when entering
2566 a regexp.
2567 (iswitchb-completions): Remove require-match argument.
2568 (iswitchb-exhibit): Fix caller.
2569 (iswitchb-common-match-inserted): New variable.
2570 (iswitchb-complete, iswitchb-completion-help): Use it.
2571
2572 2005-06-04 David Reitter <david.reitter@gmail.com> (tiny change)
2573
2574 * url-http.el (url-http-chunked-encoding-after-change-function):
2575 Use `url-http-debug' instead of `message'.
2576
2577 2005-06-04 Thierry Emery <thierry.emery@free.fr> (tiny change)
2578
2579 * url-http.el (url-http-parse-headers): Pass redirected URL as a
2580 callback argument.
2581
2582 2005-06-04 Kim F. Storm <storm@cua.dk>
2583
2584 * simple.el (line-move): Only call sit-for when moving backwards.
2585
2586 * ido.el (ido-make-merged-file-list-1): New defun split from
2587 ido-make-merged-file-list.
2588 (ido-make-merged-file-list): Bind throw-on-input around call to
2589 ido-make-merged-file-list-1. Return input-pending-p if
2590 interrupted by more input available.
2591 (ido-read-internal): Handle input-pending-p return value from
2592 ido-make-merged-file-list.
2593
2594 2005-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
2595
2596 * textmodes/flyspell.el (flyspell-check-word-p): Simplify silly
2597 compatibility code.
2598
2599 * international/latexenc.el (latexenc-find-file-coding-system):
2600 Don't inherit the EOL part of the coding-system from the
2601 tex-main buffer. Fit within 80 columns.
2602
2603 2005-06-03 Matt Hodges <MPHodges@member.fsf.org>
2604
2605 * tmm.el (tmm-inactive-face): New face.
2606 (tmm-remove-inactive-mouse-face): New function.
2607 (tmm-prompt, tmm-add-one-shortcut)
2608 (tmm-add-prompt, tmm-get-keymap): Make active menu items visible
2609 but not selectable.
2610
2611 2005-06-03 Juanma Barranquero <lekktu@gmail.com>
2612
2613 * faces.el (face-equal): Improve argument/docstring consistency.
2614
2615 2005-06-03 Daniel Pfeiffer <occitan@esperanto.org>
2616
2617 * progmodes/make-mode.el (makefile-targets-face)
2618 (makefile-shell-face, makefile-makepp-perl-face): Add :version.
2619 (makefile-bsdmake-dependency-regex)
2620 (makefile-makepp-rule-action-regex)
2621 (makefile-bsdmake-rule-action-regex): New constants.
2622 (makefile-makepp-mode, makefile-bsdmake-mode): Use them.
2623
2624 * progmodes/compile.el (compilation-error-regexp-alist-alist):
2625 Allow (...) within `...' for makepp messages.
2626
2627 2005-06-03 Michael Kifer <kifer@cs.stonybrook.edu>
2628
2629 * ediff-diff.el (ediff-same-contents): Eliminate CL-type functions.
2630
2631 * ediff-mult.el (ediff-intersect-directories): Make sure that ".." and
2632 "." files are deleted from all file lists before comparison.
2633
2634 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
2635 (viper-ESC-key): Made them customizable.
2636
2637 * viper.el (viper-non-hook-settings): Fix the names of defadvices.
2638
2639 2005-06-01 Luc Teirlinck <teirllm@auburn.edu>
2640
2641 * autorevert.el (auto-revert-buffers): Use save-match-data.
2642
2643 2005-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
2644
2645 * emacs-lisp/easymenu.el (easy-menu-return-item): Quick fix to find
2646 menu items with a nil command binding.
2647
2648 2005-06-01 Juanma Barranquero <lekktu@gmail.com>
2649
2650 * emacs-lisp/cl-macs.el (defsetf):
2651 Improve argument/docstring consistency.
2652
2653 * faces.el (list-faces-display): Improve the formatting by
2654 computing the maximum length required for any face-name (reworked
2655 patch of 1999-01-11, accidentally deleted on 1999-07-21).
2656 (internal-find-face): Remove redundant info in docstring.
2657
2658 2005-06-01 Nick Roberts <nickrob@snap.net.nz>
2659
2660 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-1)
2661 (gdb-info-breakpoints-custom, gdb-delete-breakpoint)
2662 (gdb-goto-breakpoint, gdb-source-info, gdb-get-location)
2663 (gdb-assembler-custom): Improve regexps.
2664 (def-gdb-auto-update-handler): Use window point to preserve point.
2665
2666 2005-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
2667
2668 * thumbs.el (thumbs-mode): Fix misuse of make-variable-buffer-local.
2669
2670 2005-05-31 Jay Belanger <belanger@truman.edu>
2671
2672 * calc/calc-embed.el (calc-embedded-word): Change argument passed
2673 to calc-embedded.
2674 (calc-embedded-make-info): Have plain prefix argument select
2675 entire line.
2676
2677 2005-05-31 Juanma Barranquero <lekktu@gmail.com>
2678
2679 * faces.el (list-faces-display): Signal error if passed a regexp
2680 that matches no face name.
2681
2682 * simple.el (filter-buffer-substring): Fix typo in docstring.
2683
2684 2005-05-31 Richard M. Stallman <rms@gnu.org>
2685
2686 * progmodes/vhdl-mode.el (vhdl-fill-region): Test ARG, not INTERACTIVE.
2687 (vhdl-emacs-21): Doc fix.
2688 (vhdl-mode): Unconditionally set comment-padding.
2689 (vhdl-fixup-whitespace-region): Insert spaces only where
2690 there are none.
2691 (vhdl-statistics-buffer): Make the Emacs 21 behavior universal.
2692
2693 2005-05-30 John Wiegley <johnw@newartisans.com>
2694
2695 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
2696 * eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-io.el
2697 * eshell/esh-util.el, eshell/esh-var.el: Change all uses of
2698 `directory-sep-char' to ?/, and all uses of `string-to-int' to
2699 `string-to-number'.
2700
2701 2005-05-30 Jay Belanger <belanger@truman.edu>
2702
2703 * calc/calc.el (calc-bug-address): Fix docstring.
2704 (calc-window-hook, calc-trail-window-hook): New variables.
2705 (calc-trail-display): Restore use of calc-trail-window-hook.
2706 (calc): Restore use of calc-window-hook.
2707
2708 2005-05-31 Masatake YAMATO <jet@gyve.org>
2709
2710 * emacs-lisp/find-func.el (find-function-noselect): Handle subroutines.
2711
2712 * help-fns.el (help-C-file-name): Add autoload mark for
2713 `find-function-noselect'.
2714
2715 2005-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
2716
2717 * textmodes/tex-mode.el (tex-compile-commands, tex-compile)
2718 (tex-start-tex): Undo all but the last part of the 2005-05-28 change.
2719
2720 2005-05-30 Glenn Morris <gmorris@ast.cam.ac.uk>
2721
2722 * calendar/diary-lib.el (mark-included-diary-files): Only kill
2723 included diary buffer if it was not already being visited.
2724 Reported by Stephen Berman <Stephen.Berman@gmx.net>.
2725
2726 * calendar/icalendar.el (top-level): Do not require 'appt.
2727
2728 * mail/supercite.el (sc-select-attribution): Only use a list
2729 element from sc-attrib-selection-list if it returns a string.
2730 Reported by Davide G. M. Salvetti <salve@debian.org>.
2731
2732 2005-05-30 Juanma Barranquero <lekktu@gmail.com>
2733
2734 * thumbs.el (thumbs-thumbname): The resulting thumbname now
2735 includes a hash value to improve its uniqueness, and has a ".jpg"
2736 extension. Also, it is now a valid filename on all systems.
2737 (thumbs-make-thumb): Use `let', not `let*'.
2738 (thumbs-show-thumbs-list): Check for JPEG availability.
2739
2740 2005-05-30 Richard M. Stallman <rms@gnu.org>
2741
2742 * filesets.el (filesets-menu-ensure-use-cached):
2743 Prevent warning when emacs-version>= is undefined.
2744
2745 * printing.el (pr-interactive-n-up): Use string-to-number.
2746
2747 * emulation/tpu-mapper.el: Use eval-buffer, not eval-current-buffer.
2748
2749 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
2750 Warn only when name to be defined is quoted.
2751
2752 2005-05-30 Nick Roberts <nickrob@snap.net.nz>
2753
2754 * progmodes/gdb-ui.el (gdb-toggle-breakpoint):
2755 Make regexp more robust.
2756 (gdb-display-assembler-buffer, gdb-frame-assembler-buffer):
2757 Force regeneration of disassembly.
2758
2759 2005-05-29 Jay Belanger <belanger@truman.edu>
2760
2761 * calc/calc.el (calc-user-invocation): Check if
2762 calc-invocation-macro is non-nil.
2763
2764 2005-05-29 Juri Linkov <juri@jurta.org>
2765
2766 * add-log.el (change-log-font-lock-keywords):
2767 Add `+' to e-mail regexp to accept mail address with keywords.
2768
2769 * man.el (Man-name-regexp): Add `:' to accept qualified names.
2770
2771 2005-05-29 Luc Teirlinck <teirllm@auburn.edu>
2772
2773 * progmodes/inf-lisp.el (inferior-lisp-mode): Use delay-mode-hooks.
2774
2775 * ielm.el (inferior-emacs-lisp-mode): Ditto.
2776
2777 2005-05-29 Richard M. Stallman <rms@gnu.org>
2778
2779 * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
2780 Undo the change that moves to end of the current word.
2781
2782 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
2783
2784 * progmodes/gdb-ui.el (gdb-memory-set-repeat-count):
2785 Throw error when count <= 0 to ensure input is a number.
2786 (gdb-read-memory-custom): Pick up address from buffer.
2787 (gdb-memory-mode): Allow user to increment and decrement
2788 memory address from header line.
2789
2790 2005-05-29 Richard M. Stallman <rms@gnu.org>
2791
2792 * flyspell.el (flyspell-version): Function deleted.
2793 (flyspell-auto-correct-previous-hook): Doc fix.
2794
2795 * jit-lock.el (jit-lock-function, jit-lock-after-change):
2796 Do nothing if memory is full.
2797
2798 * font-lock.el (font-lock-fontify-syntactically-region):
2799 Pass t for GREEDY to looking-back.
2800
2801 * saveplace.el (save-place-alist-to-file): Write the file
2802 using write-region.
2803
2804 * subr.el (looking-back): New argument GREEDY.
2805
2806 * progmodes/compile.el (compilation-start): Set the mode
2807 before inserting the initial text.
2808
2809 * progmodes/which-func.el (which-func-update-1): Turn the mode
2810 off in case of error by setting which-func-mode.
2811
2812 2005-05-29 Peter Heslin <p.j.heslin@durham.ac.uk> (tiny change)
2813
2814 * flyspell.el (flyspell-auto-correct-previous-word):
2815 Narrow down to what's on the screen, and recenter overlays
2816 at the end of the next word.
2817
2818 2005-05-29 Manuel Serrano <Manuel.Serrano@sophia.inria.fr>
2819
2820 * flyspell.el (flyspell-emacs, flyspell-use-local-map): Vars moved up.
2821 (flyspell-default-delayed-commands): Add backward-delete-char-untabify.
2822 (flyspell-abbrev-p): Default to nil.
2823 (flyspell-use-global-abbrev-table-p): Doc fix.
2824 (flyspell-large-region): Allow nil as value.
2825 (flyspell-use-meta-tab, flyspell-auto-correct-binding): New variables.
2826
2827 (mail-mode-flyspell-verify): More robust handling
2828 of `mail-header-separator'. More efficient signature detection.
2829 Allow for regexp metacharacters in message-header-separator.
2830 Adding `To' not to be checked in mail-mode-flyspell-verify.
2831
2832 (flyspell-prog-mode): Run flyspell-prog-mode-hook.
2833 (flyspell-mouse-map): Bind M-TAB only if flyspell-use-meta-tab.
2834 Bind flyspell-auto-correct-binding.
2835 Bind C-. and C-, .
2836 (flyspell-mode-map): Likewise.
2837 (flyspell-mode): Doc fix.
2838 (flyspell-accept-buffer-local-defs): Preserve current buffer.
2839 (flyspell-mode-on): Bind flyspell-mouse-map and flyspell-mode-map.
2840 (flyspell-word-cache-result): New var, always local.
2841 (flyspell-check-pre-word-p): Doc fix.
2842 (flyspell-check-changed-word-p): Handle spc like newline.
2843 (flyspell-post-command-hook): Set flyspell-word-cache-result.
2844 (flyspell-word-search-backward, flyspell-word-search-forward):
2845 New functions.
2846 (flyspell-word): Return t if nothing to check.
2847 When parsing TeX code, check for after } or \.
2848 Use flyspell-word-search-backward to find previous word.
2849 Return nil if duplicated word.
2850 For word already checked, return same value as last time.
2851 Set flyspell-word-cache-result after checking.
2852 Don't clobber the return value.
2853 (flyspell-get-word): Major rewrite.
2854 (flyspell-external-point-words): New locals pword, pcount.
2855 Fix size used in progress message.
2856 Find the proper corresponding word in flyspell-large-region-buffer.
2857 (flyspell-region): Check for flyspell-large-region = nil.
2858 (flyspell-highlight-incorrect-region): Clean up overlays in region.
2859 (flyspell-auto-correct-word): Check that WORD is a cons.
2860 (flyspell-correct-word): Likewise.
2861
2862 2005-05-29 Daniel Pfeiffer <occitan@esperanto.org>
2863
2864 * progmodes/make-mode.el (makefile-rule-action-regex)
2865 (makefile-macroassign-regex, makefile-makepp-mode)
2866 (makefile-bsdmake-mode): Continuation lines may be empty.
2867 Reported by Joshua Varner.
2868 (makefile-makepp-font-lock-keywords): Add $(stem).
2869
2870 2005-05-28 Karl Berry <karl@gnu.org>
2871
2872 * textmodes/tex-mode.el: Now that tex-send-command calls
2873 shell-quote-argument (2005-03-31 change), remove all calls to
2874 shell-quote-argument; they all end up invoking tex-send-command.
2875 The double quoting loses on filenames with non-safe characters,
2876 such as "@". Reported by Frederik Fouvry.
2877
2878 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
2879
2880 * progmodes/gdb-ui.el (gdb-assembler-custom): Be more careful
2881 about preserving point.
2882
2883 2005-05-27 Jay Belanger <belanger@truman.edu>
2884
2885 * calc/calc-misc.el (calc-info-goto-node): Use info instead of
2886 Info-goto-node.
2887
2888 * calc/calc-embed.el (calc-embed-arg): New variable.
2889 (calc-do-embedded-activate, calc-embedded-activate-formula)
2890 (calc-embedded-edit, calc-do-embedded-activate): Replace undeclared
2891 variable by new variable.
2892 (calc-embedded-make-info): Replace undeclared variable by new
2893 variable. When selecting region with positive prefix
2894 argument, use end of previous line instead of beginning of line.
2895
2896 * calc/calc-aent.el (calc-arg-values): Declare it.
2897
2898 * calc/calc-ext.el (calc-help-map, calc-alg-map, calc-alg-esc-map):
2899 Declare them.
2900
2901 * calc/calc-stuff.el (math-decls-cache-tag): Declare it.
2902
2903 * calc/calc.el (calc-alg-map): Declare it.
2904
2905 * calc/calcalg2.el (math-decls-cache, math-decls-all): Declare them.
2906
2907 2005-05-28 Nick Roberts <nickrob@snap.net.nz>
2908
2909 * progmodes/gdb-ui.el (gdb-all-registers): New variable.
2910 (gdb-registers-buffer, toggle-gdb-all-registers):
2911 Toggle display of floating point registers.
2912 (gdb-registers-mode-map): Bind SPC to toggle-gdb-all-registers.
2913
2914 * progmodes/gud.el (gud-goto-info): Use info. Don't use require.
2915 (toggle-gud-tooltip-dereference):
2916 Rename from gud-toggle-tooltip-dereference.
2917
2918 2005-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
2919
2920 * info.el (Info-goto-node): Revert autoload addition (2004-06-12).
2921
2922 2005-05-27 Jay Belanger <belanger@truman.edu>
2923
2924 * calc/calc-prog.el (calc-kbd-report): Remove.
2925 (calc-kbd-query): Rewrite.
2926
2927 2005-05-27 Juanma Barranquero <lekktu@gmail.com>
2928
2929 * image.el (image-library-alist): Move to image.c.
2930 (image-type-available-p): Doc fix.
2931
2932 2005-05-27 Lute Kamstra <lute@gnu.org>
2933
2934 * calc/calc.el (calc):
2935 * outline.el (outline-1, outline-2, outline-3, outline-4)
2936 (outline-5, outline-6, outline-7, outline-8):
2937 * textmodes/dns-mode.el (dns-mode):
2938 * textmodes/sgml-mode.el (sgml-namespace-face):
2939 * textmodes/tex-mode.el (superscript, subscript, tex-math-face)
2940 (tex-verbatim-face, tex-use-reftex):
2941 * textmodes/texinfo.el (texinfo-heading-face):
2942 Specify customization group.
2943
2944 * longlines.el: Don't require easy-mmode.
2945 (longlines-visible-face): Specify customization group.
2946
2947 2005-05-27 Kenichi Handa <handa@m17n.org>
2948
2949 * language/cyrillic.el: Add cyrillic-iso8859-5 characters in the
2950 encoding table of windows-1251.
2951
2952 * international/ucs-tables.el (ucs-set-table-for-input):
2953 If translation-table-for-input of a coding system is a symbol, get
2954 its translation-table property.
2955
2956 * international/code-pages.el: Don't register a coding system into
2957 non-iso-charset-alist more than once.
2958 (cp-make-coding-system): Likewise.
2959
2960 2005-05-26 John Wiegley <johnw@newartisans.com>
2961
2962 * eshell/esh-cmd.el (eshell-eval-command): If the return value of
2963 `eshell-resume-eval' is wrapped in a list, it indicates that the
2964 command was run asynchronously. In that case, unwrap the value
2965 before checking the delimiter value.
2966
2967 * eshell/em-cmpl.el (eshell-complete-parse-arguments): If the
2968 character before a space at the end of a line is \, assume the space
2969 is part of the last argument rather than a final argument separator.
2970
2971 * eshell/esh-io.el (eshell-get-target): If `eshell-buffer-shorthand'
2972 is in use, and the target is `t' or `nil' (which are the most common
2973 values), don't assume that the symbol target is a buffer.
2974
2975 2005-05-26 Luc Teirlinck <teirllm@auburn.edu>
2976
2977 * calendar/calendar.el (calendar-mode-line-format):
2978 Use mode-line-highlight as mouse-face.
2979
2980 * time.el (display-time-string-forms, display-time-update):
2981 Use mode-line-highlight as mouse-face.
2982
2983 2005-05-26 Jay Belanger <belanger@truman.edu>
2984
2985 * calc/calc.el (calc-language-alist): Remove extra defvar.
2986
2987 2005-05-26 Lute Kamstra <lute@gnu.org>
2988
2989 * arc-mode.el (archive-mode):
2990 * bookmark.el (bookmark-read-annotation-mode)
2991 (bookmark-edit-annotation-mode, bookmark-bmenu-mode):
2992 * bs.el (bs-mode):
2993 * calc/calc-yank.el (calc-edit-mode):
2994 * calc/calc.el (calc-mode, calc-trail-mode):
2995 * calculator.el (calculator-mode):
2996 * chistory.el (command-history-mode):
2997 * comint.el:
2998 * cus-edit.el (custom-mode):
2999 * descr-text.el (describe-text-mode):
3000 * ebuff-menu.el (Electric-buffer-menu-mode):
3001 * ediff-util.el (ediff-mode):
3002 * emacs-lisp/re-builder.el (reb-mode):
3003 * emulation/vi.el (vi-mode-setup):
3004 * emulation/ws-mode.el (wordstar-mode):
3005 * eshell/esh-mode.el (eshell-mode):
3006 * forms.el (forms-mode):
3007 * help-mode.el (help-mode):
3008 * hexl.el (hexl-mode):
3009 * ibuffer.el (ibuffer-mode):
3010 * ielm.el (inferior-emacs-lisp-mode):
3011 * info.el (Info-mode, Info-edit-mode):
3012 * international/swedish.el:
3013 * ledit.el (ledit-from-lisp-mode):
3014 * locate.el (locate-mode):
3015 * mail/rmail.el (rmail-mode):
3016 * mail/rmailedit.el (rmail-edit-mode):
3017 * mail/rmailsum.el (rmail-summary-mode):
3018 * mail/supercite.el (sc-electric-mode):
3019 * net/eudc.el (eudc-mode):
3020 * net/quickurl.el (quickurl-list-mode):
3021 * net/snmp-mode.el (snmp-mode, snmpv2-mode):
3022 * obsolete/ooutline.el (outline-mode):
3023 * obsolete/options.el (Edit-options-mode):
3024 * obsolete/rnews.el (news-mode):
3025 * obsolete/rnewspost.el (news-reply-mode):
3026 * play/5x5.el (5x5-mode):
3027 * play/decipher.el (decipher-mode, decipher-stats-mode):
3028 * play/gomoku.el (gomoku-mode):
3029 * play/snake.el (snake-mode):
3030 * play/solitaire.el (solitaire-mode):
3031 * play/tetris.el (tetris-mode):
3032 * progmodes/ada-mode.el (ada-mode):
3033 * progmodes/antlr-mode.el (antlr-mode):
3034 * progmodes/autoconf.el (autoconf-mode):
3035 * progmodes/dcl-mode.el (dcl-mode):
3036 * progmodes/delphi.el (delphi-mode):
3037 * progmodes/ebrowse.el (ebrowse-tree-mode)
3038 (ebrowse-electric-list-mode, ebrowse-member-mode)
3039 (ebrowse-electric-position-mode):
3040 * progmodes/f90.el (f90-mode):
3041 * progmodes/fortran.el (fortran-mode):
3042 * progmodes/icon.el (icon-mode):
3043 * progmodes/idlw-help.el (idlwave-help-mode):
3044 * progmodes/idlw-shell.el (idlwave-shell-mode):
3045 * progmodes/idlwave.el (idlwave-mode):
3046 * progmodes/inf-lisp.el (inferior-lisp-mode):
3047 * progmodes/m4-mode.el (m4-mode):
3048 * progmodes/meta-mode.el (metafont-mode, metapost-mode):
3049 * progmodes/modula2.el (modula-2-mode):
3050 * progmodes/octave-inf.el (inferior-octave-mode):
3051 * progmodes/octave-mod.el (octave-mode):
3052 * progmodes/pascal.el (pascal-mode):
3053 * progmodes/sh-script.el (sh-mode):
3054 * progmodes/sql.el (sql-mode, sql-interactive-mode):
3055 * progmodes/vhdl-mode.el (vhdl-mode):
3056 * progmodes/xscheme.el (scheme-interaction-mode):
3057 * replace.el (occur-mode):
3058 * ses.el (ses-mode):
3059 * simple.el (completion-list-mode):
3060 * skeleton.el:
3061 * speedbar.el (speedbar-mode):
3062 * term.el (term-mode):
3063 * terminal.el (terminal-edit-mode):
3064 * textmodes/reftex-index.el (reftex-index-mode)
3065 (reftex-index-phrases-mode):
3066 * textmodes/reftex-sel.el (reftex-select-label-mode)
3067 (reftex-select-bib-mode):
3068 * textmodes/reftex-toc.el (reftex-toc-mode):
3069 * wdired.el (wdired-change-to-wdired-mode):
3070 * wid-browse.el (widget-browse-mode):
3071 Use run-mode-hooks.
3072
3073 * array.el (array-mode):
3074 * calendar/todo-mode.el (todo-mode):
3075 * man.el (Man-mode):
3076 * play/landmark.el (lm-mode):
3077 * play/mpuz.el (mpuz-mode):
3078 Use kill-all-local-variables and run-mode-hooks.
3079
3080 * subr.el (delay-mode-hooks): Specify indentation.
3081
3082 2005-05-26 Mark A. Hershberger <mah@everybody.org>
3083
3084 * xml.el (xml-substitute-special): Don't die for undefined xml entities.
3085
3086 2005-05-26 Jay Belanger <belanger@truman.edu>
3087
3088 * calc/calc-prog.el (calc-user-define-edit): Don't find substring
3089 of nil.
3090
3091 2005-05-27 Nick Roberts <nickrob@snap.net.nz>
3092
3093 * progmodes/gdb-ui.el (gdb-frame-address):
3094 Rename from gdb-current-address.
3095 (gdb-previous-frame-address): Rename from gdb-previous-address.
3096 (gdb-selected-frame): Rename from gdb-current-frame.
3097 (gdb-get-selected-frame): Rename from gdb-get-current-frame.
3098 (gdb-frame-number): Rename from gdb-current-stack-level.
3099 (gdb-ann3): Match new mode-name for disassembly buffer.
3100 Extend initialization of variables.
3101 (gdb-post-prompt): Update disassembly from gdb-frame-handler.
3102 (gdb-memory-mode): Use mouse-face in header line.
3103 (gdb-assembler-buffer-name): Call it disassembly and give frame
3104 in mode line.
3105 (gdb-source-spec-regexp, gdb-assembler-custom)
3106 (gdb-invalidate-assembler, gdb-frame-handler):
3107 Make robust to leading zeroes in address format.
3108
3109 2005-05-26 Carsten Dominik <dominik@science.uva.nl>
3110
3111 * textmodes/org.el (org-mode): Use `define-derived-mode' to
3112 define `org-mode'.
3113 (org-agenda-mode): Use `run-mode-hooks' instead of `run-hooks'.
3114
3115 2005-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
3116
3117 * log-edit.el (log-edit-changelog-entries): Distinguish between
3118 filenames like xfns.c and fns.c.
3119
3120 2005-05-25 Luc Teirlinck <teirllm@auburn.edu>
3121
3122 * buff-menu.el (Buffer-menu-revert-function): Improve handling of
3123 point after reverting.
3124 (Buffer-menu-make-sort-button): Handle the case where
3125 `Buffer-menu-use-header-line' is nil.
3126
3127 2005-05-25 Thien-Thi Nguyen <ttn@gnu.org>
3128
3129 * vms-patch.el (vms-magic-right-square-brace, vms-magic-colon):
3130 New funcs. In minibuffer-local-completion-map bind `]', `/'
3131 and `:' to them.
3132
3133 2005-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
3134
3135 * startup.el (normal-top-level): Allow modification of load-path while
3136 we're iterating over it.
3137
3138 2005-05-25 Juanma Barranquero <lekktu@gmail.com>
3139
3140 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-temp-file)
3141 (thumbs-cleanup-thumbsdir, thumbs-call-convert)
3142 (thumbs-resize-interactive, thumbs-insert-image)
3143 (thumbs-insert-thumb, thumbs-dired-show-marked)
3144 (thumbs-find-image-at-point, thumbs-delete-images)
3145 (thumbs-rename-images, thumbs-next-image, thumbs-dired-setroot)
3146 (thumbs-increment-image-size, thumbs-decrement-image-size):
3147 Fix typos in docstrings.
3148
3149 2005-05-24 Andre Spiegel <spiegel@gnu.org>
3150
3151 * progmodes/cperl-mode.el (cperl-vc-header-alist): Obsolete.
3152 (cperl-vc-rcs-header, cperl-vc-sccs-header): New user options.
3153 (cperl-mode): Use them.
3154
3155 2005-05-24 Juanma Barranquero <lekktu@gmail.com>
3156
3157 * window.el (quit-window, shrink-window-if-larger-than-buffer):
3158 Doc fixes.
3159
3160 2005-05-24 Nick Roberts <nickrob@snap.net.nz>
3161
3162 * progmodes/gdb-ui.el (gdb-inferior-io-mode-map):
3163 Bind C-d to gdb-inferior-io-eof.
3164
3165 * dired.el (dired-dnd-popup-notice): Use message-box.
3166
3167 2005-05-23 Masatake YAMATO <jet@gyve.org>
3168
3169 * bindings.el (mode-line-major-mode-keymap):
3170 Bind [mode-line down-mouse-1] to `mouse-major-mode-menu'.
3171
3172 * faces.el (mode-line-highlight): New face.
3173
3174 * ruler-mode.el (ruler-mode-ruler): Use mode-line-highlight
3175 as mouse-face.
3176
3177 * bindings.el (top-level, help-echo, mode-line-modified)
3178 (mode-line-mule-info, mode-line-eol-desc): Use mode-line-highlight
3179 as mouse-face.
3180
3181 2005-05-23 Juanma Barranquero <lekktu@gmail.com>
3182
3183 * progmodes/cc-engine.el (c-guess-basic-syntax):
3184 Remove spurious call to `zerop'.
3185
3186 * emacs-lisp/cl.el (acons, pairlis): Add docstring.
3187
3188 2005-05-23 Martin Stjernholm <bug-cc-mode@gnu.org>
3189
3190 CC Mode update to 5.30.10:
3191
3192 * cc-fonts.el (c-font-lock-declarators): Fix bug where the point
3193 could go past the limit in decoration level 2, thereby causing
3194 errors during interactive fontification.
3195
3196 * cc-mode.el (c-make-inherited-keymap): Fix cc-bytecomp bug when
3197 the file is evaluated interactively.
3198
3199 * cc-engine.el (c-guess-basic-syntax): Handle operator
3200 declarations somewhat better in C++.
3201
3202 * cc-styles.el, cc-mode.el (c-run-mode-hooks): New helper macro to
3203 make use of `run-mode-hooks' which has been added in Emacs 21.1.
3204 (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
3205 (awk-mode): Use it.
3206 (make-local-hook): Suppress warning about obsoleteness.
3207
3208 * cc-engine.el, cc-align.el, cc-cmds.el
3209 (c-append-backslashes-forward, c-delete-backslashes-forward)
3210 (c-find-decl-spots, c-semi&comma-no-newlines-before-nonblanks):
3211 Compensate for return value from `forward-line' when it has moved
3212 but not to a different line due to eob.
3213
3214 * cc-engine.el (c-guess-basic-syntax): Fix anchoring in
3215 `objc-method-intro' and `objc-method-args-cont'.
3216
3217 2005-05-23 Alan Mackenzie <bug-cc-mode@gnu.org>
3218
3219 CC Mode update to 5.30.10:
3220
3221 * cc-mode.el, cc-engine.el, cc-align.el: Change the FSF's address
3222 in the copyright statement. Incidentally, change "along with GNU
3223 Emacs" to "along with this program" where it occurs.
3224
3225 * cc-mode.el: Add a fourth parameter `t' to the awk-mode autoload,
3226 so that it is interactive, hence can be found by M-x awk-mode
3227 whilst cc-mode is yet to be loaded. Reported by Glenn Morris
3228 <gmorris+emacs@ast.cam.ac.uk>.
3229
3230 * cc-awk.el: Add character classes (e.g. "[:alpha:]") into AWK
3231 Mode's regexps.
3232
3233 2005-05-23 Kevin Ryde <user42@zip.com.au>
3234
3235 * cc-align.el (c-lineup-argcont): Ignore conses for {} pairs from
3236 c-parse-state, to avoid a lisp error (on bad code).
3237
3238 2005-05-23 Lute Kamstra <lute@gnu.org>
3239
3240 * subr.el (font-lock-defaults): Remove defvar as it's already
3241 defined in font-core.el.
3242
3243 * font-lock.el (font-lock-beginning-of-syntax-function): Fix docstring.
3244
3245 2005-05-23 Nick Roberts <nickrob@snap.net.nz>
3246
3247 * progmodes/gdb-ui.el (gdb-info-locals-handler): Make regexps
3248 more general and work when GDB variable "print pretty" is on,
3249 as with Emacs, for example.
3250
3251 2005-05-22 Luc Teirlinck <teirllm@auburn.edu>
3252
3253 * font-core.el: Update comment.
3254
3255 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
3256 Use `after-change-major-mode-hook' instead of `find-file-hook'.
3257
3258 * buff-menu.el (Buffer-menu-mode): Use `run-mode-hooks'.
3259
3260 2005-05-22 Eli Zaretskii <eliz@gnu.org>
3261
3262 * simple.el (yank, yank-pop): Mention `yank-excluded-properties'
3263 and `yank-handler' in the doc strings.
3264
3265 2005-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
3266
3267 * emacs-lisp/cl.el (eql): Remove. It's a builtin already.
3268
3269 2005-05-22 Richard M. Stallman <rms@gnu.org>
3270
3271 * help.el (describe-key): Move print-help-return-message call
3272 out of conditional.
3273
3274 * progmodes/etags.el (list-tags): Use with-no-warnings.
3275
3276 * mail/smtpmail.el (smtpmail-open-stream): Use with-no-warnings.
3277 (smtpmail-send-queued-mail): Avoid beginning-of-buffer.
3278 (starttls-extra-args, starttls-extra-arguments): Add defvars.
3279
3280 * mail/mailalias.el (mail-get-names): Avoid beginning-of-buffer.
3281
3282 * language/viet-util.el (viet-viscii-nonascii-translation-table):
3283 Add defvar.
3284
3285 * emulation/viper-ex.el (viper-ex-work-buf, viper-ex-print-buf):
3286 Use defvar, not defconst.
3287
3288 * hexl.el (hexl-follow-line): Use with-no-warnings.
3289
3290 * emulation/tpu-extras.el: Use write-file-functions instead of
3291 write-file-hooks.
3292
3293 * dired.el (dired-font-lock-keywords): Fontify files with junk
3294 extensions even if marked by -F.
3295
3296 2005-05-22 Juanma Barranquero <lekktu@gmail.com>
3297
3298 * emacs-lisp/cl.el (pushnew, cl-macroexpand, floatp-safe, plusp)
3299 (minusp, oddp, evenp, mapcar*, list*, copy-list, adjoin, subst):
3300 * emacs-lisp/cl-extra.el (coerce, map, maplist, cl-mapc, mapl)
3301 (mapcan, mapcon, some, every, notany, notevery, signum, isqrt)
3302 (concatenate, list-length, get*, getf, cl-remprop):
3303 * emacs-lisp/cl-macs.el (function*, case, ecase, typecase)
3304 (etypecase, progv, lexical-let, lexical-let*)
3305 (multiple-value-bind, multiple-value-setq, shiftf):
3306 Improve argument/docstring consistency.
3307
3308 * subr.el (focus-frame, unfocus-frame):
3309 Revert deletion on 2005-05-01.
3310
3311 2005-05-22 Andre Spiegel <spiegel@gnu.org>
3312
3313 * vc-cvs.el (vc-cvs-checkout-model): Handle the case where FILE
3314 doesn't exist.
3315
3316 * vc.el (vc-trunk-p): Add autoload cookie. The function is used in
3317 vc-rcs.el when vc-mistrust-permissions is t, which is not the default.
3318
3319 2005-05-22 Nick Roberts <nickrob@snap.net.nz>
3320
3321 * emacs-lisp/bytecomp.el: Remove make-obsolete-variable for
3322 already deleted variables: auto-fill-hook, blink-paren-hook,
3323 lisp-indent-hook, inhibit-local-variables, unread-command-event,
3324 suspend-hooks, comment-indent-hook, meta-flag,
3325 before-change-function, after-change-function,
3326 font-lock-doc-string-face.
3327
3328 2005-05-21 Luc Teirlinck <teirllm@auburn.edu>
3329
3330 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
3331
3332 2005-05-21 Eli Zaretskii <eliz@gnu.org>
3333
3334 * mail/rmail.el (rmail-reply): Filter the list in reply-to through
3335 rmail-dont-reply-to.
3336
3337 2005-05-21 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
3338
3339 * mail/sendmail.el (mail-send): Use [[:space:]] instead of a
3340 literal blank when splitting new-header-values.
3341
3342 2005-05-21 Matt Hodges <MPHodges@member.fsf.org>
3343
3344 * calendar/cal-menu.el (cal-menu-update): Add separator as a
3345 string so that tmm doesn't create a completion entry for it.
3346
3347 * textmodes/table.el (table-disable-menu): Ditto.
3348
3349 2005-05-21 Richard M. Stallman <rms@gnu.org>
3350
3351 * progmodes/idlwave.el (idlwave-doc-header): Use insert-file-contents.
3352
3353 * progmodes/flymake.el (flymake-makehash): Use with-no-warnings.
3354
3355 * net/rcompile.el (remote-compile): Use compilation-start.
3356
3357 * tmm.el (tmm-shortcut): Avoid using beginning-of-buffer.
3358
3359 2005-05-21 Daniel Pfeiffer <occitan@esperanto.org>
3360
3361 * files.el (auto-mode-alist): Check GNUmakefile before makefile.
3362 Default to makefile-bsdmake-mode on BSD systems.
3363
3364 * imenu.el (imenu-generic-expression, imenu--generic-function'):
3365 REGEXP may also be a search function now. The part of doc-string
3366 for describing the structure was 95% identical to that of
3367 `imenu--generic-function'. Unify it there.
3368
3369 * progmodes/make-mode.el (makefile-imenu-generic-expression):
3370 Use function to find dependencies, because regexp alone is so complex,
3371 it easily goes into an endless loop.
3372 (makefile-makepp-mode): Also add submenu for Perl functions
3373 defined in the makefile.
3374 (makefile-bsdmake-mode): Special imenu-generic-expression no
3375 longer needed, due to function call.
3376 (makefile-match-dependency): Take BOUND into account when checking
3377 if we're through.
3378
3379 2005-05-20 Jay Belanger <belanger@truman.edu>
3380
3381 * calc/calc-units.el (calc-invalidate-units-table):
3382 Use inhibit-read-only.
3383 (math-build-units-table-buffer): Use view-mode.
3384
3385 2005-05-20 David Kastrup <dak@gnu.org>
3386
3387 * emacs-lisp/easymenu.el (easy-menu-add): Correct docstring since
3388 easy-menu-add is not a nop on Emacs; and clarify when to call it.
3389
3390 2005-05-20 Lute Kamstra <lute@gnu.org>
3391
3392 * diff-mode.el (diff-header-face, diff-file-header-face)
3393 (diff-index-face, diff-hunk-header-face, diff-removed-face)
3394 (diff-added-face, diff-changed-face, diff-function-face)
3395 (diff-context-face, diff-nonexistent-face): Put them in the
3396 diff-mode customization group.
3397
3398 2005-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
3399
3400 * progmodes/vhdl-mode.el (vhdl-font-lock-match-item): Simplify regexp.
3401
3402 * progmodes/sh-script.el (sh-mode, sh-get-word): Minor regexp fixes.
3403
3404 * font-lock.el (lisp-font-lock-keywords-2): Don't error.
3405 Minor regexp-optimization.
3406
3407 2005-05-20 Carsten Dominik <dominik@science.uva.nl>
3408
3409 * textmodes/org.el (org-agenda-toggle-time-grid): New command.
3410 (org-agenda-use-time-grid, org-agenda-time-grid): New options.
3411 (org-agenda-add-time-grid-maybe): New function.
3412 (org-agenda): Call `org-agenda-add-time-grid-maybe'.
3413 (org-table-create): `dotimes' instead of `mapcar'.
3414 (org-xor): Simplify implementation.
3415 (org-agenda): `inhibit-redisplay' turned on.
3416 (org-agenda-change-all-lines): Use `org-format-agenda-item' to get
3417 a consistent line after a state change.
3418 (org-agenda-remove-times-when-in-prefix): New option.
3419 (org-prefix-has-time): New variable.
3420 (org-parse-time-string): Optional argument NODEFAULT.
3421 (org-format-agenda-item): Parse items for time-of-day
3422 specifications and move these into the prefix if possible.
3423 (org-agenda-priority): Get current heading, not previous heading
3424 during agenda remote editing.
3425
3426 2005-05-20 Juanma Barranquero <lekktu@gmail.com>
3427
3428 * emacs-lisp/cl-seq.el (reduce, fill, replace, remove*)
3429 (remove-if, remove-if-not, delete*, delete-if, delete-if-not)
3430 (remove-duplicates, delete-duplicates, substitute)
3431 (substitute-if, substitute-if-not, nsubstitute, nsubstitute-if)
3432 (nsubstitute-if-not, find, find-if, find-if-not, position)
3433 (position-if, position-if-not, count, count-if, count-if-not)
3434 (mismatch, search, sort*, stable-sort, merge, member*)
3435 (member-if, member-if-not, assoc*, assoc-if, assoc-if-not)
3436 (rassoc*, rassoc-if, rassoc-if-not, union, nunion)
3437 (intersection, nintersection, set-difference, nset-difference)
3438 (set-exclusive-or, nset-exclusive-or, subsetp, subst-if)
3439 (subst-if-not, nsubst, nsubst-if, nsubst-if-not, sublis)
3440 (nsublis, tree-equal): Improve argument/docstring consistency.
3441
3442 * subr.el (send-string, send-region):
3443 Remove obsolescence declaration.
3444 (window-dot, set-window-dot, read-input, show-buffer)
3445 (eval-current-buffer, string-to-int):
3446 Add release number to obsolescence declarations.
3447
3448 2005-05-19 Kim F. Storm <storm@cua.dk>
3449
3450 * ido.el (ido-magic-forward-char): Enter ido-find-file at end of input.
3451 (ido-magic-backward-char): Enter ido-switch-buffer at start of input.
3452
3453 2005-05-20 Matt Hodges <MPHodges@member.fsf.org>
3454
3455 * faces.el (list-faces-display): Make back button respect optional
3456 regexp arg.
3457
3458 2005-05-19 Juanma Barranquero <lekktu@gmail.com>
3459
3460 * calculator.el (calculator-radix-grouping-mode)
3461 (calculator-radix-grouping-digits, calculator-displayer)
3462 (calculator-radix-grouping-separator, calculator-copy-displayer):
3463 * dabbrev.el (dabbrev-search-these-buffers-only):
3464 * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly)
3465 (diff-advance-after-apply-hunk, diff-mode-hook)
3466 (diff-minor-mode-prefix):
3467 * imenu.el (imenu-use-popup-menu):
3468 * jit-lock.el (jit-lock-context-time):
3469 * newcomment.el (comment-fill-column, comment-column)
3470 (comment-style, comment-padding, comment-multi-line)
3471 (comment-empty-lines, comment-auto-fill-only-comments):
3472 * reveal.el (reveal-around-mark):
3473 * uniquify.el (uniquify-buffer-name-style)
3474 (uniquify-after-kill-buffer-p)
3475 (uniquify-ask-about-buffer-names-p, uniquify-ignore-buffers-re)
3476 (uniquify-min-dir-content, uniquify-separator)
3477 (uniquify-trailing-separator-p, uniquify-strip-common-suffix):
3478 * w32-vars.el (w32-fixed-font-alist):
3479 * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
3480 * obsolete/rsz-mini.el (resize-minibuffer-frame-max-height):
3481 * progmodes/antlr-mode.el (antlr-font-lock-maximum-decoration):
3482 * progmodes/perl-mode.el (perl-indent-level)
3483 (perl-continued-statement-offset, perl-continued-brace-offset)
3484 (perl-brace-offset, perl-brace-imaginary-offset)
3485 (perl-label-offset, perl-indent-continued-arguments)
3486 (perl-tab-always-indent, perl-tab-to-comment, perl-nochange):
3487 * progmodes/tcl.el (tcl-indent-level)
3488 (tcl-continued-indent-level, tcl-auto-newline)
3489 (tcl-tab-always-indent, tcl-electric-hash-style)
3490 (tcl-help-directory-list, tcl-use-smart-word-finder)
3491 (tcl-application, tcl-command-switches, tcl-prompt-regexp)
3492 (inferior-tcl-source-command):
3493 * textmodes/fill.el (enable-kinsoku):
3494 * textmodes/reftex-vars.el (reftex-index-phrases-wrap-long-lines):
3495 * textmodes/table.el (table-yank-handler):
3496 Specify missing group (and type, if simple) in defcustom.
3497
3498 2005-05-19 Luc Teirlinck <teirllm@auburn.edu>
3499
3500 * progmodes/compile.el (compilation-finish-function): Fix defvar.
3501
3502 2005-05-19 Richard M. Stallman <rms@gnu.org>
3503
3504 * progmodes/make-mode.el (makefile-mode): Use run-mode-hooks.
3505
3506 * subr.el (event-basic-type): Don't get an error.
3507 (left-fringe-p): Function deleted.
3508
3509 * buff-menu.el (Buffer-menu-buffer-face): In group Buffer-menu.
3510 (list-buffers-noselect): Set `font-lock-face' property, not `face'.
3511
3512 * dired-aux.el (dired-copy-file-recursive): Handle symlinks
3513 in recursive copy.
3514
3515 * frame.el (show-trailing-whitespace): In group `whitespace-faces'.
3516
3517 * emacs-lisp/byte-run.el (eval-when-compile): Doc fix.
3518
3519 * emacs-lisp/bytecomp.el (byte-compile-file-form-custom-declare-variable):
3520 Call byte-compile-nogroup-warn if appropriate.
3521
3522 * progmodes/compile.el (compilation-finish-function): Mark obsolete.
3523 (compilation-set-window): Don't call left-fringe-p; do it directly.
3524
3525 2005-05-19 Jay Belanger <belanger@truman.edu>
3526
3527 * calc/calc-graph.el (calc-graph-format-data): Make sure
3528 var-PlotRejects is bound before trying to check its value.
3529
3530 2005-05-19 Carsten Dominik <dominik@science.uva.nl>
3531
3532 * textmodes/reftex.el (reftex-isearch-minor-mode): Move the
3533 definition of this variable from reftex-global.el to reftex.el,
3534 because it is needed in the menu.
3535
3536 2005-05-19 Lute Kamstra <lute@gnu.org>
3537
3538 * emacs-lisp/copyright.el (copyright-fix-years): Make sure all
3539 years are fixed. Don't insert a space after a dash.
3540
3541 2005-05-19 Kim F. Storm <storm@cua.dk>
3542
3543 * emulation/crisp.el (crisp-home, crisp-end): Put CUA property.
3544
3545 2005-05-19 Daniel Pfeiffer <occitan@esperanto.org>
3546
3547 * font-lock.el (lisp-font-lock-keywords-2): Do \\) only in
3548 strings, because (eq ... ?\\) is fairly frequent.
3549
3550 * progmodes/make-mode.el (makefile-add-this-line-targets):
3551 Simplify and integrate into `makefile-pickup-targets'.
3552 (makefile-add-this-line-macro): Simplify and integrate into
3553 `makefile-pickup-macros.
3554 (makefile-pickup-filenames-as-targets): Simplify.
3555 (makefile-previous-dependency, makefile-match-dependency):
3556 Don't stumble over `::'.
3557
3558 2005-05-19 Nick Roberts <nickrob@snap.net.nz>
3559
3560 * subr.el (post-command-idle-hook, post-command-idle-delay):
3561 Remove obsoletion of post-command-idle-hook and
3562 post-command-idle-delay.
3563
3564 * faces.el (list-faces-display): Provide button when describe-face
3565 is called to take user back to the list of faces.
3566
3567 * help-fns.el (describe-variable): Remove hyperlinks in a
3568 variable's value as these are quite frequently inappropriate.
3569
3570 * follow.el (follow-submit-feedback, follow-mode):
3571 Remove references to post-command-idle-hook.
3572
3573 2005-05-18 Daniel Pfeiffer <occitan@esperanto.org>
3574
3575 * progmodes/make-mode.el (makefile-previous-dependency)
3576 (makefile-match-dependency): Check for := (and in bsd mode also
3577 !=) to give a better result, even when font-lock is not on.
3578
3579 2005-05-18 Jay Belanger <belanger@truman.edu>
3580
3581 * calc/calc-help.el (calc-s-prefix-help):
3582 Add `calc-copy-special-constant' to help string.
3583
3584 2005-05-18 Luc Teirlinck <teirllm@auburn.edu>
3585
3586 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
3587
3588 2005-05-18 Jay Belanger <belanger@truman.edu>
3589
3590 * calc/calc-poly.el (math-factor-poly-coefs): Make sure the terms
3591 in linear factors are in proper order.
3592
3593 2005-05-18 Carsten Dominik <dominik@science.uva.nl>
3594
3595 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
3596 Support for jurabib.
3597
3598 * textmodes/reftex.el (featurep): Define aliases for overlay
3599 commands, for XEmacs compatibility, and use these aliases in
3600 overlay initializations.
3601 (reftex-highlight): Use `reftex-move-overlay'.
3602 (reftex-unhighlight): Use `reftex-delete-overlay'.
3603 (reftex-uniq): Function removed. Use `reftex-uniquify' instead.
3604 (reftex-access-search-path): Use `reftex-uniquify' instead of
3605 `reftex-uniq'
3606
3607 * textmodes/reftex-sel.el (reftex-select-unmark):
3608 Overlay `before-string' property modification enables for Emacs as well.
3609 (reftex-select-item): Use `reftex-delete-overlay'.
3610 (reftex-select-mark): Use `reftex-make-overlay' and
3611 `reftex-overlay-put'.
3612 (reftex-select-unmark): Use `reftex-delete-overlay' and
3613 `reftex-overlay-put'.
3614
3615 2005-05-18 Lute Kamstra <lute@gnu.org>
3616
3617 * emacs-lisp/lisp.el (check-parens): Fix docstring.
3618
3619 2005-05-18 Juanma Barranquero <lekktu@gmail.com>
3620
3621 * add-log.el (add-change-log-entry):
3622 * array.el (array-make-template, array-reconfigure-rows)
3623 (array-init-max-row, array-init-max-column)
3624 (array-init-columns-per-line, array-init-field-width):
3625 * replace.el (replace-match-maybe-edit, perform-replace):
3626 * textmodes/spell.el (spell-region):
3627 Replace `read-input' by `read-string'.
3628
3629 * forms.el (forms-mode):
3630 * finder.el (finder-compile-keywords):
3631 * shadowfile.el (shadow-read-files):
3632 Replace `eval-current-buffer' by `eval-buffer'.
3633
3634 * terminal.el (te-pass-through):
3635 * net/ange-ftp.el (ange-ftp-process-filter, ange-ftp-gwp-filter)
3636 (ange-ftp-raw-send-cmd):
3637 * net/telnet.el (telnet-interrupt-subjob, telnet-c-z)
3638 (send-process-next-char, telnet-initial-filter, telnet):
3639 Replace `send-string' by `process-send-string'.
3640
3641 * progmodes/prolog.el (inferior-prolog-mode): Doc fix.
3642 (prolog-consult-region): Replace `send-string' by
3643 `process-send-string'; replace `send-region' by `process-send-region'.
3644
3645 * progmodes/delphi.el (delphi-log-msg):
3646 Replace `set-window-dot' by `set-window-point'.
3647
3648 * subr.el (window-dot, set-window-dot, read-input, send-string)
3649 (send-region, show-buffer, eval-current-buffer):
3650 Make really obsolete, as the comment says.
3651
3652 2005-05-17 Kim F. Storm <storm@cua.dk>
3653
3654 * emulation/cua-base.el (cua-use-hyper-key): Doc fix.
3655 (cua--init-keymaps): Bind C-return instead of S-return to set
3656 rectangle mark.
3657
3658 * emulation/cua-rect.el (cua--init-rectangles): Bind C-return
3659 instead of S-return to toggle/clear rectangle mark.
3660
3661 2005-05-17 Daniel Pfeiffer <occitan@esperanto.org>
3662
3663 * progmodes/make-mode.el (makefile-dependency-skip): New variable.
3664 (makefile-macroassign-regex, makefile-make-font-lock-keywords):
3665 Also fontify plain strings assigned to variables, mostly so that a
3666 colon has a face and is thus not taken as a dependency separator.
3667 (makefile-previous-dependency): Inline the new matcher, because it
3668 is too complex to work in both directions.
3669 (makefile-match-dependency): Eliminate `backward' arg (see above).
3670 Completely reimplemented so as to not sometimes go into an endless
3671 loop. It should also be more efficient, because first it only
3672 searches for `:', instead of applying the very complex regexp.
3673 (makefile-mode): Cancel `font-lock-support-mode', because blocks
3674 to be fontified in one piece can be too long for JIT.
3675 Makefiles are never *that* big.
3676
3677 2005-05-17 Reiner Steib <Reiner.Steib@gmx.de>
3678
3679 * dired.el (dired-mode): Simplify.
3680
3681 2005-05-17 Lute Kamstra <lute@gnu.org>
3682
3683 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't generate a
3684 defcustom for the mode hook variable.
3685
3686 * emacs-lisp/authors.el (authors): Do parse the ChangeLogs of the
3687 Emacs Lisp Reference Manual.
3688
3689 2005-05-17 Juanma Barranquero <lekktu@gmail.com>
3690
3691 * emacs-lisp/cl.el (eql, floatp-safe, plusp, minusp, oddp)
3692 (evenp, list*):
3693 * emacs-lisp/cl-macs.el (macrolet, symbol-macrolet):
3694 * emacs-lisp/cl-seq.el (subsetp, tree-equal): Doc fixes.
3695
3696 * net/tramp-smb.el (tramp-smb-open-connection):
3697 Pass `tramp-chunksize' as fifth (required) argument.
3698
3699 2005-05-16 Daniel Pfeiffer <occitan@esperanto.org>
3700
3701 * font-lock.el (lisp-font-lock-keywords-1):
3702 Set `font-lock-negation-char-face' for [^...] char group.
3703 (lisp-font-lock-keywords-2): Highlight regexp's \\( \\| \\).
3704
3705 * progmodes/make-mode.el (makefile-dependency-regex): Turn it into
3706 a var, and refine it to mask one more level of nested vars.
3707 (makefile-rule-action-regex): Turn it into a var, and refine it so
3708 it recognizes backslashed continuation lines as belonging to the
3709 same command.
3710 (makefile-macroassign-regex): Refine it so it recognizes
3711 backslashed continuation lines as belonging to the same command.
3712 (makefile-var-use-regex): Don't look at the next char, because it
3713 might be the same one to be skipped by the initial [^$], leading
3714 to an overlooked variable use.
3715 (makefile-make-font-lock-keywords): Remove two parameters, which
3716 are now variables that some of the modes set locally.
3717 Handle dependency and rule action matching through functions, because
3718 regexps alone match too often. Dependency matching now comes
3719 last, so it can check, whether a colon already matched something else.
3720 (makefile-mode): Inform that font-lock improves makefile parsing
3721 capabilities.
3722 (makefile-match-dependency, makefile-match-action): New functions.
3723
3724 2005-05-16 Juanma Barranquero <lekktu@gmail.com>
3725
3726 * emacs-lisp/cl-extra.el (equalp): Doc fix.
3727
3728 * align.el (align-regexp):
3729 * ansi-color.el (ansi-color-get-face):
3730 * array.el (array-reconfigure-rows, array-init-max-row)
3731 (array-init-max-column, array-init-columns-per-line)
3732 (array-init-field-width):
3733 * dired-aux.el (dired-trample-file-versions):
3734 * dired-x.el (dired-mark-sexp):
3735 * ediff-diff.el (ediff-extract-diffs, ediff-get-diff3-group):
3736 * edmacro.el (edmacro-finish-edit, edmacro-parse-keys):
3737 * emerge.el (emerge-extract-diffs, emerge-get-diff3-group):
3738 * faces.el (face-read-integer):
3739 * files.el (backup-extract-version, insert-directory):
3740 * hexl.el (hexl-insert-decimal-char):
3741 * server.el (server-process-filter):
3742 * shell.el (shell-extract-num):
3743 * startup.el (command-line-1):
3744 * term.el (term-command-hook):
3745 * time-stamp.el (time-stamp, time-stamp-string-preprocess)
3746 (time-stamp-do-number):
3747 * time.el (display-time-update):
3748 * timezone.el (timezone-parse-date, timezone-zone-to-minute)
3749 (timezone-fix-time):
3750 * vms-patch.el (vms-suspend-resume-hook):
3751 * calendar/appt.el (appt-convert-time):
3752 * calendar/cal-bahai.el (mark-bahai-diary-entries):
3753 * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
3754 * calendar/cal-islam.el (mark-islamic-diary-entries):
3755 * calendar/calendar.el (calendar-cursor-to-date)
3756 (calendar-star-date):
3757 * calendar/diary-lib.el (diary-attrtype-convert)
3758 (mark-diary-entries, diary-entry-time):
3759 * calendar/solar.el (solar-get-number):
3760 * emacs-lisp/lisp-mnt.el (lm-last-modified-date):
3761 * emacs-lisp/re-builder.el (reb-display-subexp):
3762 * emulation/edt.el (edt-set-scroll-margins):
3763 * emulation/tpu-extras.el (tpu-set-scroll-margins):
3764 * emulation/vip.el (vip-get-ex-token, vip-get-ex-buffer)
3765 (vip-get-ex-count):
3766 * emulation/viper-ex.el (viper-get-ex-token)
3767 (viper-get-ex-buffer, viper-get-ex-count, ex-next):
3768 * international/fontset.el (fontset-plain-name):
3769 * mail/feedmail.el (feedmail-look-at-queue-directory):
3770 * mail/mailalias.el (mail-get-names):
3771 * mail/rmail.el (rmail-convert-to-babyl-format):
3772 * mail/rmailsum.el (rmail-make-basic-summary-line)
3773 (rmail-summary-next-same-subject, rmail-summary-rmail-update)
3774 (rmail-summary-goto-msg):
3775 * mail/smtpmail.el (smtpmail-read-response):
3776 * net/ange-ftp.el (ange-ftp-guess-hash-mark-size)
3777 (ange-ftp-vms-add-file-entry):
3778 * play/gametree.el (gametree-looking-at-ply)
3779 (gametree-current-branch-score):
3780 * progmodes/ada-xref.el (ada-prj-find-prj-file)
3781 (ada-xref-find-in-modified-ali, ada-find-in-src-path):
3782 * progmodes/cperl-mode.el (condition-case):
3783 * progmodes/ebrowse.el (ebrowse-set-tree-indentation)
3784 (ebrowse-set-member-buffer-column-width)
3785 (ebrowse-select-1st-to-9nth):
3786 * progmodes/etags.el (etags-snarf-tag):
3787 * progmodes/flymake.el (flymake-parse-line):
3788 * progmodes/idlw-shell.el (idlwave-shell-parse-line)
3789 (idlwave-shell-filter-bp, idlwave-shell-goto-next-error)
3790 (idlwave-shell-menu-def):
3791 * progmodes/ps-mode.el (ps-run-goto-error):
3792 * progmodes/vhdl-mode.el (vhdl-read-offset, vhdl-load-cache)
3793 (vhdl-speedbar-contract-level):
3794 * term/mac-win.el (x-handle-numeric-switch):
3795 * term/sun-mouse.el (sun-get-frame-data):
3796 * term/w32-win.el (x-handle-numeric-switch):
3797 * term/x-win.el (x-handle-numeric-switch):
3798 * textmodes/ispell.el (ispell-parse-output):
3799 * textmodes/nroff-mode.el (nroff-outline-level):
3800 * textmodes/reftex-cite.el (reftex-bib-sort-year)
3801 (reftex-bib-sort-year-reverse, reftex-format-citation):
3802 * textmodes/reftex-parse.el (reftex-init-section-numbers)
3803 (reftex-section-number):
3804 * textmodes/texinfmt.el (texinfo-paragraphindent):
3805 Replace `string-to-int' by `string-to-number'.
3806
3807 * international/latexenc.el: Add page marker to force the "Local
3808 Variables:" string out of the last page.
3809
3810 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
3811
3812 * progmodes/gud.el (gud-tooltip-mode): Add gud prefix to
3813 tooltip-change-major-mode.
3814 (gud-tooltip-print-command): Remove case where gud-minor-mode
3815 is gdb ("--fullname").
3816 (gud-tooltip-tips): Turn GUD tooltips off for this case and
3817 explain to user.
3818
3819 2005-05-16 Jay Belanger <belanger@truman.edu>
3820
3821 * calc/calc-store.el (calc-copy-special-constant): New function.
3822
3823 * calc/calc-ext.el (calc-init-extensions): Add binding for
3824 `calc-copy-special-constant'.
3825
3826 * calc/calc-prog.el (calc-edit-format-macro-buffer): Add a case
3827 for the `calc-copy-special-constant' command.
3828
3829 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
3830
3831 * subr.el (left-fringe-p): New function.
3832
3833 * progmodes/compile.el (compilation-setup): Set local value of
3834 overlay-arrow-string to "" always.
3835 (compilation-set-window): Left fringe then don't scroll.
3836 No left fringe then no arrow and scroll message to top.
3837 (compilation-context-lines): Adjust doc string accordingly.
3838
3839 2005-05-16 Kim F. Storm <storm@cua.dk>
3840
3841 * ido.el (ido-magic-forward-char, ido-magic-backward-char)
3842 (ido-magic-delete-char): New commands for C-f, C-b, C-d.
3843 (ido-wide-find-dir-or-delete-dir): New command for M-d.
3844 (ido-define-mode-map): Bind them. Add C-x prefix to fallback commands.
3845 (ido-read-file-name): Handle commands with ido property value
3846 equal to find-file as reading a file name, to allow C-d to enter dired.
3847 (ibuffer-find-file): Add ido property with value find-file.
3848
3849 2005-05-15 Kim F. Storm <storm@cua.dk>
3850
3851 * subr.el (open-network-stream-nowait): Remove.
3852 (open-network-stream-server): Remove.
3853
3854 2005-05-15 Richard M. Stallman <rms@gnu.org>
3855
3856 * faces.el (describe-face): Output a definition link button.
3857
3858 * help-mode.el (help-face-def): New button type.
3859
3860 * emacs-lisp/copyright.el (copyright-fix-years):
3861 Match properly if the first year is 2-digit.
3862 Don't mess up the whitespace after the years by filling.
3863
3864 * dired-aux.el (dired-mark-confirm):
3865 Pass t to dired-get-marked-files for DISTINGUISH-ONE-MARKED.
3866
3867 * dired.el (dired-map-over-marks): New arg DISTINGUISH-ONE-MARKED.
3868 (dired-get-marked-files): New arg DISTINGUISH-ONE-MARKED.
3869 (dired-mark-pop-up): Handle FILES = (t FILE) specially.
3870
3871 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
3872 Set font-lock-comment-start-skip.
3873
3874 * font-lock.el (font-lock-comment-start-skip): New variable.
3875 (font-lock-comment-end-skip): New variable.
3876 (font-lock-fontify-syntactically-region): Use them if non-nil.
3877
3878 2005-05-15 Jay Belanger <belanger@truman.edu>
3879
3880 * calc/calc-store.el (calc-store-value): Return a string rather
3881 than display it as a message.
3882 Use calc-var-name for variable name.
3883 (calc-store-into): Add the result of calc-store-value to message.
3884 (calc-copy-variable): Add a message.
3885 (calc-store-exchange): Improve error messages.
3886 (calc-store-binary, calc-store-map): Don't reset the values of
3887 special constants.
3888
3889 2005-05-14 Luc Teirlinck <teirllm@auburn.edu>
3890
3891 * emacs-lisp/derived.el (define-derived-mode): Add link to Elisp
3892 manual to docstring.
3893
3894 * files.el (hack-local-variables-confirm): Add STRING argument.
3895 Make the function handle non file visiting buffers correctly.
3896 (hack-local-variables-prop-line, hack-local-variables)
3897 (hack-one-local-variable): Use STRING arg of
3898 `hack-local-variables-confirm'.
3899
3900 2005-05-14 Michael Albinus <michael.albinus@gmx.de>
3901
3902 Sync with Tramp 2.0.49.
3903
3904 * tramp.el (tramp-handle-dired-call-process)
3905 (tramp-handle-insert-directory):`insert-buffer' cannot be used
3906 because the contents of the Tramp buffer is changed before
3907 insertion (`expand-file' and alike).
3908 (tramp-handle-insert-directory): If `localname' has an empty
3909 nondirectory name, it must not be quoted.
3910 (tramp-pre-connection): Add parameter CHUNKSIZE. Make local
3911 variable `tramp-chunksize'. Change callees.
3912 (tramp-open-connection-setup-interactive-shell): Check remote host
3913 for buggy `send-process-string' implementation.
3914 Set `tramp-chunksize' if found. Reported by Michael Kifer
3915 <kifer@cs.sunysb.edu> (and a lot of other people all the years).
3916 (tramp-handle-shell-command): `insert-buffer' cannot be used
3917 because the contents of the Tramp buffer is changed before
3918 insertion (`expand-file' and alike). Reported by Fr\e,Ai\e(Bd\e,Ai\e(Bric Bothamy
3919 <frederic.bothamy@free.fr>.
3920 (tramp-set-auto-save): Actions should be done for Tramp file name
3921 handler only. Ange-FTP has its own auto-save mechanism.
3922 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
3923 (tramp-set-auto-save-file-modes): Set file modes of
3924 `buffer-auto-save-file-name' to ?\600 as fallback solution.
3925 Reported by Ferenc Wagner <wferi@tba.elte.hu>.
3926 (tramp-bug): Remove obsolete variable.
3927 (tramp-append-tramp-buffers): Rewrite partly. More suitable check
3928 for presence of `mml-mode'. Make it running for older Emacsen as well.
3929
3930 2005-05-14 John Paul Wallington <jpw@pobox.com>
3931
3932 * ibuf-ext.el (define-ibuffer-filter filename):
3933 If `dired-directory' is a list, use its car.
3934
3935 2005-05-14 Daniel Brockman <daniel@brockman.se> (tiny change)
3936
3937 * ibuffer.el (define-ibuffer-column filename):
3938 If `dired-directory' is a list, use its car.
3939
3940 2005-05-14 Richard M. Stallman <rms@gnu.org>
3941
3942 * subr.el (symbol-file): Doc fix.
3943
3944 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn): New function.
3945 (byte-compile-form): Call byte-compile-nogroup-warn.
3946 (byte-compile-warning-types): Doc fix.
3947
3948 * eshell/esh-mode.el (eshell-find-tag): Use with-no-warnings.
3949
3950 * progmodes/cc-engine.el (c-literal-faces):
3951 Add font-lock-comment-delimiter-face.
3952
3953 * net/net-utils.el (dig): Use with-no-warnings.
3954
3955 * mail/supercite.el (sc-cite-frame-alist, sc-uncite-frame-alist)
3956 (sc-recite-frame-alist, sc-default-cite-frame)
3957 (sc-default-uncite-frame, sc-default-recite-frame)
3958 (sc-attrib-selection-list, sc-rewrite-header-list):
3959 Mark as risky-local-variable.
3960
3961 * international/ogonek.el (ogonek-jak, ogonek-how):
3962 Don't use beginning-of-buffer.
3963
3964 * emacs-lisp/eldoc.el (eldoc-documentation-function): Add autoload.
3965
3966 * calendar/solar.el (solar-data-list): Move definition up.
3967
3968 * dnd.el (dnd-protocol-alist): Add autoload.
3969
3970 * progmodes/sh-script.el: Many doc usage fixes.
3971 (sh-indent-after-do): Change default to match common styles.
3972
3973 2005-05-13 Luc Teirlinck <teirllm@auburn.edu>
3974
3975 * files.el (interpreter-mode-alist)
3976 (auto-mode-interpreter-regexp): Doc fixes.
3977
3978 2005-05-13 Matt Hodges <MPHodges@member.fsf.org>
3979
3980 * tmm.el (tmm-get-keymap): Include only active menus and menu items.
3981
3982 * emacs-lisp/easymenu.el (easy-menu-define): Doc fixes.
3983
3984 2005-05-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3985
3986 * dired.el (dired-mode): make-variable-buffer-local =>
3987 make-local-variable.
3988
3989 2005-05-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3990
3991 * term/mac-win.el (mac-select-convert-to-string): Try coding
3992 systems in mac-script-code-coding-systems if specified one cannot
3993 encode string for `com.apple.traditional-mac-plain-text'.
3994
3995 2005-05-13 Daniel Pfeiffer <occitan@esperanto.org>
3996
3997 * progmodes/make-mode.el (makefile-targets-face)
3998 (makefile-shell-face, makefile-makepp-perl-face): New faces.
3999 (makefile-dependency-regex): Fix it to not make the colon in
4000 $(var:a=b) special.
4001 (makefile-rule-action-regex): New regexp for highlighting embedded
4002 Shell strings.
4003 (makefile-macroassign-regex): Handle != for highlighting as
4004 embedded Shell strings.
4005 (makefile-var-use-regex): New const.
4006 (makefile-statements, makefile-automake-statements)
4007 (makefile-gmake-statements, makefile-makepp-statements)
4008 (makefile-bsdmake-statements): New consts.
4009 (makefile-make-font-lock-keywords): New function.
4010 (makefile-automake-font-lock-keywords)
4011 (makefile-gmake-font-lock-keywords)
4012 (makefile-makepp-font-lock-keywords)
4013 (makefile-bsdmake-font-lock-keywords): New consts.
4014 (makefile-mode-map): Add switchers between the various submodes.
4015 (makefile-mode): Document the availability of the variants.
4016 (makefile-automake-mode, makefile-gmake-mode)
4017 (makefile-makepp-mode, makefile-bsdmake-mode): New derived modes.
4018
4019 * files.el (auto-mode-alist, interpreter-mode-alist): Set up the
4020 new variants of makefile-mode.
4021
4022 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
4023
4024 * font-lock.el (font-lock-comment-delimiter-face): Fix up
4025 the inheritance.
4026
4027 2005-05-12 Luc Teirlinck <teirllm@auburn.edu>
4028
4029 * progmodes/inf-lisp.el (inferior-lisp-mode-hook)
4030 (inferior-lisp-load-hook): Convert defcustoms back to defvars.
4031
4032 * files.el (normal-mode): Extend the scope of the
4033 `enable-local-variables' binding to include the `set-auto-mode' call.
4034 (magic-mode-alist): Doc fix.
4035
4036 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
4037
4038 * font-lock.el (font-lock-comment-delimiter-face): Inherit from
4039 font-lock-comment-face rather than copying its setting.
4040
4041 2005-05-12 Andreas Schwab <schwab@suse.de>
4042
4043 * eshell/esh-mode.el (eshell-send-input): Doc fix.
4044
4045 2005-05-12 Lute Kamstra <lute@gnu.org>
4046
4047 * emacs-lisp/generic.el (define-generic-mode): Don't generate a
4048 defcustom for the mode hook variable. Delete the last argument.
4049 * generic-x.el: Fix callers of define-generic-mode.
4050 (generic-x-modes): Delete group.
4051 (show-tabs-tab-face, show-tabs-space-face): Put them in the
4052 generic-x customization group.
4053
4054 2005-05-12 Kim F. Storm <storm@cua.dk>
4055
4056 * font-lock.el (font-lock-negation-char-face): Default to "off".
4057
4058 * progmodes/cc-fonts.el (c-basic-matchers-before): Don't apply
4059 font-lock-negation-char-face to ! in !=.
4060
4061 2005-05-12 Masatake YAMATO <jet@gyve.org>
4062
4063 * add-log.el (find-change-log): Fix typos in the docstring
4064 of function.
4065
4066 2005-05-11 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
4067
4068 * international/latexenc.el (latexenc-find-file-coding-system):
4069 Avoid `re-search-forward' when looking for input encoding because
4070 of speed and safety. Better regular expressions for recognizing
4071 input encoding. Limit a search for TeX-master/tex-main-file to
4072 the local variable section.
4073
4074 2005-05-11 Dan Nicolaescu <dann@ics.uci.edu>
4075
4076 * progmodes/sh-script.el (sh-mode-default-syntax-table): Set the
4077 syntax of $ to "'" (quote).
4078
4079 2005-05-11 Reiner Steib <Reiner.Steib@gmx.de>
4080
4081 * dnd.el (dnd-protocol-alist): Improve custom type.
4082
4083 * dired.el (dired-dnd-protocol-alist): New variable.
4084 (dired-mode): Use `dired-dnd-protocol-alist'. Move call of
4085 `dired-mode-hook' to the end.
4086
4087 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
4088
4089 * font-lock.el (font-lock-fontify-syntactically-region): Don't use
4090 comment-end if comment-start-skip is not set.
4091 Obey the font-lock-comment-delimiter-face variables.
4092
4093 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
4094
4095 * files.el (executable-find): Move from executable.el. Use locate-file.
4096 * progmodes/executable.el (executable-find): Move to files.el.
4097
4098 * font-lock.el (font-lock-fontify-keywords-region): Use a marker
4099 when trying to ensure forward progress.
4100
4101 2005-05-11 Chong Yidong <cyd@stupidchicken.com>
4102
4103 * mouse-sel.el (mouse-sel-follow-link-p): New function.
4104 (mouse-select, mouse-select-internal, mouse-extend-internal):
4105 Use it to implement mouse-1-click-follows-link functionality.
4106
4107 2005-05-11 Richard M. Stallman <rms@gnu.org>
4108
4109 * font-lock.el (font-lock-fontify-syntactically-region):
4110 Use font-lock-comment-delimiter-face for comment delimiters.
4111
4112 2005-05-10 Jay Belanger <belanger@truman.edu>
4113
4114 * calc/calc-help.el (calc-m-prefix-help): Add mention of
4115 preserving embedded modes.
4116
4117 2005-05-10 Richard M. Stallman <rms@gnu.org>
4118
4119 * progmodes/sh-script.el (sh-indent-for-do): Default to 0.
4120
4121 * progmodes/ada-mode.el (ada-adjust-case-skeleton):
4122 Move from ada-stmt.el.
4123 (ada-mode): Add ada-adjust-case-skeleton to skeleton-end-hook.
4124
4125 * progmodes/ada-stmt.el (ada-adjust-case-skeleton):
4126 Move to ada-mode.el.
4127 (ada-stmt-mode-hook): Delete; do the work in ada-mode.
4128
4129 * cus-edit.el (custom-file): Call file-chase-links.
4130
4131 * files.el (read-directory-name): Fix previous change.
4132 (hack-local-variables-confirm): New function.
4133 (hack-local-variables-prop-line, hack-local-variables)
4134 (hack-one-local-variable): Use it.
4135
4136 2005-05-10 Lute Kamstra <lute@gnu.org>
4137
4138 * font-lock.el (font-lock-keywords-alist)
4139 (font-lock-removed-keywords-alist): Clarify docstrings.
4140
4141 2005-05-10 Nick Roberts <nickrob@snap.net.nz>
4142
4143 * progmodes/gdb-ui.el (gdb-macro-info): New variable.
4144 (gdb-source-info): Check for preprocessor info.
4145 (gdb-tooltip-print-1): New function. Don't print tooltip if it is
4146 a macro for a function.
4147 (gdb-info-breakpoints-custom): Try to find file again if not already
4148 found (user might have used GDB dir command).
4149 (gdb-get-location): Update gdb-location-alist correctly for change
4150 to gdb-info-breakpoints-custom.
4151
4152 * progmodes/gud.el (gud-tooltip-mode): Require tooltip to be safe.
4153 (gud-tooltip-print-command): Add gdbmi case.
4154 (gud-tooltip-tips): Call gdb-tooltip-print-1 first if there is
4155 preprocessor info.
4156
4157 2005-05-09 Reiner Steib <Reiner.Steib@gmx.de>
4158
4159 * startup.el (fancy-splash-insert): Fix typo in doc string.
4160
4161 2005-05-09 Juanma Barranquero <lekktu@gmail.com>
4162
4163 * obsolete/float.el (string-to-float):
4164 * obsolete/hilit19.el (hilit-add-pattern):
4165 * obsolete/rnews.el (news-parse-range, news-select-message)
4166 (news-get-pruned-list-of-files): Replace `string-to-int' by
4167 `string-to-number'.
4168
4169 * obsolete/uncompress.el: Set `find-file-not-found-functions', not
4170 `find-file-not-found-hooks'; use `add-hook'.
4171 (uncompress-while-visiting): Set `write-file-functions', not
4172 `write-file-hooks'; use `add-hook'.
4173
4174 2005-05-09 Kim F. Storm <storm@cua.dk>
4175
4176 * emulation/cua-base.el (cua-copy-region, cua-cut-region)
4177 (cua-paste): Handle clipboard action.
4178 (cua--init-keymaps): Remap clipboard-kill-region and
4179 clipboard-kill-ring-save.
4180
4181 2005-05-08 Eli Zaretskii <eliz@gnu.org>
4182
4183 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
4184 Improve commentary.
4185
4186 * simple.el (next-error-overlay-arrow-position): Revert the change
4187 made on 2005-04-30.
4188
4189 2005-05-07 Jay Belanger <belanger@truman.edu>
4190
4191 * calc/calcsel2.el (calc-commute-left, calc-commute-right)
4192 (calc-sel-unpack, calc-sel-isolate): Rename variable `reselect' to
4193 `calc-sel-reselect'.
4194
4195 * calc/calc-mode.el (calc-save-modes): Reset the modes list if
4196 Calc is in embedded mode.
4197
4198 2005-05-07 Eli Zaretskii <eliz@gnu.org>
4199
4200 * progmodes/compile.el (compilation-setup):
4201 Set overlay-arrow-string to an empty string on text terminals.
4202
4203 * textmodes/ispell.el (ispell-program-name): Try looking for
4204 "aspell" along exec-path, and if found, use it as the default
4205 speller program.
4206
4207 2005-05-07 Jirka Kosek <jirka@kosek.cz> (tiny change)
4208
4209 * international/mule.el (sgml-xml-auto-coding-function):
4210 Recognize encoding='FOO' in single quotes as well as in double quotes.
4211
4212 2005-05-07 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
4213
4214 * emacs-lisp/cl-macs.el (cl-transform-lambda): Recognize `declare'
4215 as well as `interactive', so that defmacro* would recognize
4216 `declare' forms.
4217
4218 2005-05-07 Eli Zaretskii <eliz@gnu.org>
4219
4220 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
4221 Explain more about the LIGHTER arg's usage in the doc string.
4222 Add commentary to clarify what the code does. Fix the regexp that
4223 strips whitespace from LIGHTER. Quote LIGHTER before using it,
4224 since it could have characters special to regular expressions.
4225
4226 2005-05-07 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
4227
4228 * replace.el (occur-1): Bind inhibit-read-only so that
4229 erase-buffer doesn't barf on read-only text properties (likewise
4230 for add-text-properties in occur-engine). Mark buffer as unmodified.
4231 (occur-engine): Don't set buffer-read-only here.
4232
4233 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
4234
4235 * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Don't fiddle with
4236 list-buffers-directory. This caused the *cvs-commit* buffer to be
4237 sometimes mistakenly reused as a *cvs* buffer.
4238
4239 2005-05-07 Nick Roberts <nickrob@snap.net.nz>
4240
4241 * tooltip.el: Move code for GUD tooltips into gud.el.
4242 (require): CL no longer needed to compile case.
4243 (tooltip-mode): Do not toggle functions for GUD tooltips.
4244 (tooltip-gud-tips-p): Remove. Replace with minor mode
4245 gud-tooltip-mode in gud.el.
4246 (tooltip-gud-modes, tooltip-gud-display, tooltip-gud-echo-area)
4247 (tooltip-gud-toggle-dereference): Rename in gud.el by replacing
4248 tooltip-gud prefix with gud-tooltip and obsolete.
4249 (tooltip-change-major-mode, tooltip-activate-mouse-motions-if-enabled)
4250 (tooltip-mouse-motions-active, tooltip-activate-mouse-motions)
4251 (tooltip-mouse-motion): Mouse movement functions/variable.
4252 Rename in gud.el by adding gud prefix.
4253 (tooltip-gud-original-filter, tooltip-gud-dereference)
4254 (tooltip-gud-event, tooltip-toggle-gud-tips)
4255 (tooltip-gud-process-output, tooltip-gud-print-command)
4256 (tooltip-gud-tips): GUD tooltip functions/variables. Rename in
4257 gud.el by replacing tooltip-gud prefix with gud-tooltip.
4258 (gdb-tooltip-print): Move to gdb-ui.el.
4259
4260 * progmodes/gud.el: Move code for GUD tooltips from tooltip.el.
4261 (require): CL needed to compile case.
4262 (gud-tooltip-mode): Use to toggle GUD tooltips instead of
4263 tooltip-gud-tips-p. Make it a minor-mode.
4264 (gud-find-file): Only prepare GUD tooltips if gud-tooltip-mode is t.
4265 (gud-menu-map): GUD tooltips use gud-tooltip-mode now.
4266 (gud-tooltip-modes, gud-tooltip-display, gud-tooltip-echo-area)
4267 (gud-tooltip-change-major-mode)
4268 (gud-tooltip-activate-mouse-motions-if-enabled)
4269 (gud-tooltip-mouse-motions-active, gud-tooltip-activate-mouse-motions)
4270 (gud-tooltip-mouse-motion, gud-tooltip-toggle-dereference)
4271 (gud-tooltip-original-filter, gud-tooltip-dereference)
4272 (gud-tooltip-event, tooltip-toggle-gud-tips)
4273 (gud-tooltip-process-output, gud-tooltip-print-command)
4274 (gud-tooltip-tips): Move from tooltip.el.
4275
4276 * progmodes/gdb-ui.el (gdb-tooltip-print): Move from tooltip.el.
4277 (gdb-cpp-define-alist-flags): Doc fix.
4278 (gdb-set-gud-minor-mode-1): Only prepare GUD tooltips if
4279 gud-tooltip-mode is t.
4280
4281 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
4282
4283 * net/goto-addr.el (goto-address-fontify): Make sure the overlays
4284 evaporate if their text is deleted.
4285 (goto-address-at-point): Make it work as a mouse binding as well.
4286 (goto-address-at-mouse): Obsolete it. Update users.
4287
4288 2005-05-06 Glenn Morris <gmorris@ast.cam.ac.uk>
4289
4290 * calendar/appt.el (top-level): No longer activate on load.
4291
4292 2005-05-06 Juanma Barranquero <lekktu@gmail.com>
4293
4294 * calendar/cal-bahai.el (mark-bahai-diary-entries):
4295 * net/webjump.el (webjump):
4296 * progmodes/idlw-help.el (idlwave-do-context-help1)
4297 (idlwave-highlight-linked-completions):
4298 * textmodes/po.el (po-find-file-coding-system-guts):
4299 Replace `assoc-ignore-case' by `assoc-string'.
4300
4301 2005-05-06 Eli Zaretskii <eliz@gnu.org>
4302
4303 * files.el (locate-file): Doc fix.
4304
4305 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program): Doc fix.
4306 Remove the redundant test for ms-dos.
4307
4308 * progmodes/cmacexp.el (c-macro-preprocessor): Use locate-file to
4309 look for the preprocessor with exec-suffixes. If not found in
4310 standard places, look in exec-path. Remove most of the tests that
4311 used system-type.
4312
4313 * loadup.el: Load jka-cmpr-hook instead of jka-comp-hook.
4314
4315 * jka-compr.el (jka-compr-uninstall): Add autoload cookie.
4316
4317 * jka-cmpr-hook.el: Renamed from jka-comp-hook.el, to avoid
4318 file-name clash with jka-compr.el on 8+3 filesystems.
4319
4320 2005-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4321
4322 * term/mac-win.el: Don't define or bind scroll bar functions if
4323 x-toolkit-scroll-bars is t.
4324 (x-select-text, x-get-selection-value):
4325 Clear x-last-selected-text-clipboard if x-select-enable-clipboard is nil.
4326 (PRIMARY): Put mac-scrap-name property.
4327 (mac-select-convert-to-file-url): New function.
4328 (public.file-url): New selection target type. Add to
4329 selection-converter-alist.
4330 (x-get-selection, x-selection-value): Handle it.
4331 (x-cut-buffer-or-selection-value): New alias.
4332
4333 2005-05-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
4334
4335 * textmodes/bibtex.el (bibtex-summary): Use current BibTeX
4336 entry to avoid calling bibtex-find-entry with arg global
4337 being t. Remove arg key.
4338 (bibtex-summary-function, bibtex-complete-crossref-cleanup)
4339 (bibtex-copy-summary-as-kill): Change accordingly.
4340
4341 2005-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
4342
4343 * textmodes/org.el (org-get-entries-from-diary): Remove unused vars.
4344 (org-agenda-date-later): Use with-current-buffer.
4345
4346 2005-05-05 Luc Teirlinck <teirllm@auburn.edu>
4347
4348 * emacs-lisp/byte-run.el (define-obsolete-function-alias)
4349 (define-obsolete-variable-alias): Doc Fixes.
4350
4351 2005-05-06 Kim F. Storm <storm@cua.dk>
4352
4353 * simple.el (line-move-1): Fix 2005-04-26 change. Must still use
4354 vertical-motion when selective-display is active.
4355
4356 * ido.el (ido-setup-hook): New hook.
4357 (ido-define-mode-map-hook): Remove hook; use ido-setup-hook instead.
4358 (ido-input-stack): New var.
4359 (ido-define-mode-map): Bind M-b to ido-push-dir. Move old
4360 ido-next-work-file binding to M-O.
4361 Bind M-f to ido-wide-find-file-or-pop-dir.
4362 (ido-define-mode-map): Don't run ido-define-mode-map-hook.
4363 (ido-read-internal): Run ido-setup-hook.
4364 Catch quit in read-file-name and read-string to cancel edit.
4365 Handle new push, pop, and pop-all exit codes (for M-b/M-f).
4366 Automatically pop-all when completing a directory name (RET).
4367 (ido-file-internal): Add with-no-warnings around ffap and dired code.
4368 (ido-exit-minibuffer): Use exit-minibuffer instead of throw.
4369 (ido-wide-find-file, ido-wide-find-dir): Catch quit to cancel find.
4370 (ido-push-dir, ido-pop-dir, ido-wide-find-file-or-pop-dir):
4371 New functions for M-b/M-f to move among the directory components.
4372 (ido-make-merged-file-list): Catch quit to cancel merge.
4373 (ido-make-dir-list): Delete "." when ido-input-stack is non-empty.
4374 (ido-completion-help): No warnings for ido-completion-buffer-full.
4375
4376 2005-05-05 Daniel Pfeiffer <occitan@esperanto.org>
4377
4378 * font-lock.el (font-lock-negation-char-face): New face and variable.
4379 * progmodes/cc-fonts.el (c-cpp-matchers): Use it.
4380 * progmodes/sh-script.el (sh-font-lock-keywords): Use it.
4381 * progmodes/cperl-mode.el (cperl-init-faces): Use it.
4382 * progmodes/make-mode.el (makefile-font-lock-keywords): Use it.
4383
4384 2005-05-05 Juanma Barranquero <lekktu@gmail.com>
4385
4386 * emacs-lisp/byte-run.el (define-obsolete-function-alias):
4387 Fix typo in docstring.
4388
4389 * progmodes/ebrowse.el (ebrowse-install-1-to-9-keys)
4390 (ebrowse-print-statistics-line)
4391 (ebrowse-electric-position-mode-hook): Fix typo in docstring.
4392
4393 * term/w32-win.el (image-library-alist): Add additional name for
4394 Xpm library.
4395
4396 2005-05-05 Nick Roberts <nickrob@snap.net.nz>
4397
4398 * progmodes/cmacexp.el (c-macro-preprocessor): Update for BSD and
4399 use gcc instead of cpp.
4400
4401 * progmodes/gdb-ui.el (gdb-cpp-define-alist-flags): New variable.
4402 (gdb-create-define-alist): Use it.
4403 (gdb-cpp-define-alist-program): Update for MS-DOS.
4404
4405 2005-05-04 Nick Roberts <nickrob@snap.net.nz>
4406
4407 * progmodes/cmacexp.el (c-macro-preprocessor): Update for Mac OS X.
4408
4409 2005-05-04 Richard M. Stallman <rms@gnu.org>
4410
4411 * help.el (describe-key): No error when UNTRANSLATED is nil.
4412
4413 * simple.el (line-move-1): Fix previous change to signal errors
4414 appropriately.
4415
4416 2005-05-03 Ulf Jasper <ulf.jasper@web.de>
4417
4418 * calendar/icalendar.el (icalendar-version): Now at 0.12.
4419 (icalendar-duration-correction): Remove.
4420 (icalendar--get-event-properties): Split result at commas.
4421 (icalendar--decode-isoduration): New optional argument
4422 DURATION-CORRECTION.
4423 (icalendar--convert-ordinary-to-ical, icalendar--convert-sexp-to-ical)
4424 (icalendar--convert-yearly-to-ical, icalendar--convert-weekly-to-ical)
4425 (icalendar--convert-block-to-ical, icalendar--convert-float-to-ical)
4426 (icalendar--convert-date-to-ical, icalendar--convert-cyclic-to-ical)
4427 (icalendar--convert-anniversary-to-ical): New functions, extracted
4428 from icalendar-export-region, with bug fixes.
4429 (icalendar-export-region): Use the above functions.
4430 (icalendar-import-buffer): Check before saving diary file.
4431 (icalendar--convert-recurring-to-diary)
4432 (icalendar--convert-non-recurring-all-day-to-diary)
4433 (icalendar--convert-non-recurring-not-all-day-to-diary): New functions,
4434 extracted from icalendar--convert-ical-to-diary, with bug fixes.
4435 (icalendar--convert-ical-to-diary): Use the above functions.
4436
4437 2005-05-03 Nick Roberts <nickrob@snap.net.nz>
4438
4439 * progmodes/cc-mode.el (cc-define-alist, cc-create-define-alist):
4440 Remove these recent additions.
4441 (c-mode): Restore to before 2005-04-28.
4442
4443 * progmodes/cc-vars.el (cc-define-list-program): Remove this
4444 recent addition.
4445
4446 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program)
4447 (gdb-define-alist): New variables.
4448 (gdb-create-define-alist): New function.
4449 (gdb-set-gud-minor-mode-1): Handle gdb-define-alist.
4450 (gdb-source, gdb-memory-set-repeat-count): Replace string-to-int
4451 with string-to-number.
4452 (gdb-reset): Kill gdb-define-alist. Move assignments outside loop.
4453
4454 * progmodes/gud.el: Replace string-to-int with string-to-number.
4455 (gud-find-file): Handle gdb-define-alist.
4456
4457 * tooltip.el (tooltip-gud-tips): Use gdb-define-alist.
4458
4459 2005-05-02 Jay Belanger <belanger@truman.edu>
4460
4461 * calc/calc-aent.el (math-read-token):
4462 * calc/calc-bin.el (calc-word-size):
4463 * calc/calc-ext.el (calc-read-number-fancy):
4464 * calc/calc-forms.el (calc-time, calc-date-notation, math-this-year)
4465 (math-parse-date, math-parse-standard-date, calcFunc-tzone):
4466 * calc/calc-frac.el (calc-over-notation):
4467 * calc/calc-graph.el (calc-graph-plot, calc-graph-set-styles)
4468 (calc-graph-num-points, calc-graph-init):
4469 * calc/calc-prog.el (calc-read-parse-table-part)
4470 (calc-edit-macro-repeats):
4471 * calc/calc-yank.el (calc-do-grab-rectangle):
4472 * calc/calc.el (calcDigit-key, math-read-number, math-read-bignum):
4473 Replace `string-to-int' by `string-to-number'.
4474
4475 2005-05-02 Kim F. Storm <storm@cua.dk>
4476
4477 * kmacro.el: Use executing-kbd-macro-index variable.
4478
4479 2005-05-02 Thien-Thi Nguyen <ttn@gnu.org>
4480
4481 * net/rlogin.el (rlogin-parse-words): Delete func.
4482 (rlogin): Use split-string, not rlogin-parse-words.
4483 Also, if there are option-like elements in the parsed args,
4484 take the host to be the first arg immediately following them.
4485 Suggested by Michael Mauger.
4486
4487 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
4488
4489 * subr.el (executing-macro): Use `define-obsolete-variable-alias'.
4490
4491 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
4492
4493 * progmodes/cc-mode.el (cc-create-define-alist): Use a shell.
4494 (cc-mode-cpp-program): Rename to cc-define-list-program and
4495 move to cc-vars.el.
4496
4497 * progmodes/cc-vars.el (cc-define-list-program):
4498 Change to "gcc -E -dM -". Make customizable.
4499
4500 2005-05-02 Kim F. Storm <storm@cua.dk>
4501
4502 * emulation/cua-base.el: Fix check for CUA-mode if no init file.
4503
4504 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
4505
4506 * progmodes/cc-mode.el (cc-mode-cpp-program): Change to "gcc -E".
4507
4508 * international/mule-util.el (truncate-string): Remove alias and
4509 obsolete declaration.
4510
4511 * international/mule-cmds.el (update-iso-coding-systems):
4512 Remove alias and obsolete declaration.
4513
4514 * international/mule.el (coding-system-parent): Remove alias and
4515 obsolete declaration.
4516
4517 * subr.el (define-function, sref): Remove aliases and obsolete
4518 declarations.
4519 (chars-in-region): Remove obsolete declaration.
4520
4521 2005-05-01 Richard M. Stallman <rms@gnu.org>
4522
4523 * info.el (Info-mode): Set widen-automatically to nil, locally.
4524
4525 * simple.el (widen-automatically): New variable.
4526 (pop-global-mark): Obey widen-automatically.
4527
4528 2005-05-01 Dan Nicolaescu <dann@ics.uci.edu>
4529
4530 * term/xterm.el (function-key-map): Call substitute-key-definition
4531 before the keymap size is increased by a lot of define-key calls.
4532
4533 2005-05-01 Richard M. Stallman <rms@gnu.org>
4534
4535 * subr.el (add-to-invisibility-spec, remove-from-invisibility-spec):
4536 Rename ARG to ELEMENT. Doc fix.
4537
4538 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
4539
4540 * allout.el (allout-exposure): Remove macro and obsolete declaration.
4541 Remove references to allout-exposure/change to allout-new-exposure.
4542
4543 * emacs-lisp/bytecomp.el (dot, dot-min, dot-max): Don't create
4544 bytecode symbols.
4545
4546 * subr.el (dot, dot-marker, dot-min, dot-max, buffer-flush-undo)
4547 (compiled-function-p, focus-frame, unfocus-frame):
4548 Remove aliases and obsolete declarations.
4549 Back out inadvertent changes from previous commit.
4550
4551 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
4552
4553 * files.el (require-final-newline): Make Custom tags consistent
4554 with mode-require-final-newline.
4555 (mode-require-final-newline): Doc fix.
4556
4557 2005-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
4558
4559 * international/latexenc.el (latexenc-find-file-coding-system):
4560 Fix regular expressions.
4561
4562 2005-05-01 David Kastrup <dak@gnu.org>
4563
4564 * international/latexenc.el (latexenc-find-file-coding-system):
4565 Fix regular expressions.
4566
4567 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
4568
4569 * subr.el (string-to-int): Make obsolete.
4570
4571 2005-04-30 Richard M. Stallman <rms@gnu.org>
4572
4573 * simple.el (next-error-overlay-arrow-position): Turn off, for ttys.
4574
4575 * loadup.el: load jka-comp-hook.
4576
4577 * jka-compr.el: Many functions and vars moved to jka-comp-hook.el.
4578 (jka-compr-handler): Add autoload. `put' calls moved
4579 to jka-comp-hook.el.
4580 (compression, jka-compr): defgroups moved to jka-comp-hook.el.
4581 (jka-compr-inhibit): Autoload.
4582
4583 * jka-comp-hook.el: New file.
4584 Enable the mode by default.
4585
4586 * files.el (backup-buffer-copy): Use copy-file instead
4587 of write-region, and put back the 'excl.
4588
4589 2005-04-30 Chong Yidong <cyd@stupidchicken.com>
4590
4591 * progmodes/flymake.el (flymake-split-string)
4592 (flymake-split-string, flymake-log, flymake-pid-to-names)
4593 (flymake-reg-names, flymake-get-source-buffer-name)
4594 (flymake-unreg-names, flymake-add-line-err-info)
4595 (flymake-add-err-info): Clarify docstrings.
4596 (flymake-popup-menu, flymake-make-emacs-menu)
4597 (flymake-make-xemacs-menu): Add docstrings.
4598 (flymake-get-buffer-*, flymake-set-buffer-*): Functions deleted.
4599 Set variables directly throughout.
4600
4601 2005-04-30 Nick Roberts <nickrob@snap.net.nz>
4602
4603 * progmodes/cc-mode.el (cc-create-define-alist): Check that file
4604 exists. Initialize cc-define-alist.
4605 (c-mode): Add cc-create-define-alist locally to after-save-hook.
4606 If there is no file (Macroexpansion) don't create an alist.
4607
4608 2005-04-29 Sam Steingold <sds@gnu.org>
4609
4610 * progmodes/cc-mode.el (cc-mode-cpp-program): New user variable.
4611 (cc-create-define-alist): Use it instead of the hard-coded string.
4612
4613 2005-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
4614
4615 * international/mule-conf.el (file-coding-system-alist): Fix regexp
4616 for latexenc.
4617
4618 2005-04-29 Lute Kamstra <lute@gnu.org>
4619
4620 * emacs-lisp/generic.el: Improve commentary section.
4621 (define-generic-mode): Improve docstring.
4622
4623 2005-04-29 Carsten Dominik <dominik@science.uva.nl>
4624
4625 * textmodes/org.el (many places): Change to quiet the byte compiler.
4626 (org-prefix-format-compiled): New variable.
4627 (org-compile-prefix-format): New function.
4628 (org-timeline, org-agenda, org-diary): Call org-compile-prefix-format.
4629 (org-agenda-prefix-format,org-timeline-prefix-format): New options.
4630 (org-agenda-get-scheduled): Check if file is opened in `org-mode'.
4631 (org-get-entries-from-diary): Use `org-get-time-of-day' for
4632 consistency with entries from `org-mode' files.
4633 (org-get-time-of-day): Fix bug with partial matches early in a line.
4634 (org-non-link-chars): New constant.
4635 (org-link-regexp): Respect `org-non-link-chars'.
4636 (org-agenda-day-view): Remove command.
4637 (org-agenda-toggle-week-view): Rename from `org-agenda-week-view'.
4638 (org-follow-bbdb-link, org-store-link): Search also company field.
4639 (org-highlight-overlay): New variable.
4640 (org-highlight, org-unhighlight): New functions.
4641 (org-agenda-mode): Add pre-command-hook to remove highlight.
4642 (org-evaluate-time-range): Behavior depends upon whether time stamp
4643 contains a time or not.
4644 (org-show-subtree, org-show-entry): New functions.
4645 (org-agenda-cleanup-fancy-diary): Remove empty lines.
4646
4647 2005-04-28 Luc Teirlinck <teirllm@auburn.edu>
4648
4649 * comint.el (comint-output-filter-functions): Add autoload cookie.
4650
4651 2005-04-28 Kim F. Storm <storm@cua.dk>
4652
4653 * ido.el (ido-everywhere): Fix last change.
4654
4655 2005-04-28 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
4656
4657 * international/latexenc.el: New file.
4658 * international/mule-conf.el (file-coding-system-alist): For .tex,
4659 .ltx, .dtx and .drv extensions, use `latexenc-find-file-coding-system'.
4660
4661 2005-04-28 Lute Kamstra <lute@gnu.org>
4662
4663 * font-lock.el (font-lock-add-keywords)
4664 (font-lock-remove-keywords): Clarify docstring.
4665 (font-lock-keywords-alist, font-lock-removed-keywords-alist):
4666 Don't start docstrings with a `*'.
4667 (font-lock-update-removed-keyword-alist): Give it a docstring.
4668
4669 * generic-x.el: Update commentary section.
4670 Only require font-lock when compiling.
4671 Define all modes conditionally.
4672 Place all generic modes in the generic-x-modes customization group.
4673 (generic-x-modes): New customization group.
4674 (generic-default-modes, generic-mswindows-modes)
4675 (generic-unix-modes, generic-other-modes): New constants.
4676 (generic-define-mswindows-modes, generic-define-unix-modes):
4677 Update docstrings. Make them obsolete.
4678 (generic-extras-enable-list): New default value. Update docstring.
4679 Improve :type. Change :set function.
4680 (bat-generic-mode-syntax-table, rul-generic-mode-syntax-table):
4681 Fix docstring.
4682
4683 * emacs-lisp/generic.el (generic-mode-internal):
4684 Simplify font-lock-defaults.
4685 (define-generic-mode): Fix docstring.
4686
4687 2005-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
4688
4689 * progmodes/grep.el (grep-mode-font-lock-keywords): Use the
4690 font-lock-face property to highlight matches.
4691
4692 2005-04-28 Nick Roberts <nickrob@snap.net.nz>
4693
4694 * progmodes/cc-mode.el (cc-create-define-alist): New function.
4695 (cc-define-alist): New variable.
4696 (c-mode): Make it local and initialize it.
4697
4698 * progmodes/gdb-ui.el (gdb-active-process): New variable.
4699 (gdb-exited): New function.
4700 (gdb-annotation-rules): Use it.
4701 (gdb-starting): Set gdb-active-process to t.
4702 (gdb-stopping): Amend doc string.
4703 (gdb-reset): Set gdb-active-process to nil.
4704
4705 * tooltip.el (tooltip-gud-tips): Show the associated #define
4706 directives when a C program under GDB is not executing.
4707
4708 2005-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
4709
4710 * progmodes/cperl-mode.el (cperl-mode): Don't precompile the
4711 font-lock-fontify-syntactic-keywords.
4712
4713 * font-lock.el (font-lock-default-fontify-region): Don't force
4714 parse-sexp-lookup-properties to nil.
4715
4716 2005-04-27 Alexander Klimov <alserkli@inbox.ru> (tiny change)
4717
4718 * man.el (man-mode-syntax-table): Set up `:' to have
4719 word-constituent syntax.
4720
4721 2005-04-27 Lute Kamstra <lute@gnu.org>
4722
4723 * novice.el (disable-command): Don't add spurious newlines to the
4724 init file. Reported by Dan Jacobson <jidanni@jidanni.org>.
4725
4726 2005-04-26 Jay Belanger <belanger@truman.edu>
4727
4728 * calc/calc-yank.el (calc-edit-finish): Make sure there is more
4729 than one window before deleting window.
4730
4731 2005-04-26 Luc Teirlinck <teirllm@auburn.edu>
4732
4733 * shell.el (shell-prompt-pattern): Doc fix.
4734 (shell-mode): Set paragraph-separate buffer locally to "\\'".
4735
4736 * comint.el (comint-prompt-regexp, comint-get-old-input)
4737 (comint-use-prompt-regexp)
4738 (comint-use-prompt-regexp-instead-of-fields)
4739 (comint-replace-by-expanded-history, comint-send-input)
4740 (comint-output-filter, comint-get-old-input-default)
4741 (comint-line-beginning-position, comint-bol, comint-show-output)
4742 (comint-backward-matching-input, comint-forward-matching-input)
4743 (comint-next-prompt, comint-previous-prompt):
4744 Rename `comint-use-prompt-regexp-instead-of-fields' to
4745 `comint-use-prompt-regexp'. Keep old name as alias and declare
4746 obsolete.
4747 (comint-use-prompt-regexp): Shorten first line of doc string.
4748
4749 * ielm.el (inferior-emacs-lisp-mode): Adapt to above name change.
4750 Set paragraph-separate buffer locally to "\\'".
4751
4752 * hippie-exp.el (try-expand-line, try-expand-line-all-buffers):
4753 Adapt to above name change.
4754
4755 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
4756 (smbclient-prompt-regexp): Ditto.
4757
4758 * progmodes/inf-lisp.el (inferior-lisp-prompt): Ditto.
4759
4760 2005-04-27 Nick Roberts <nickrob@snap.net.nz>
4761
4762 * progmodes/gdb-ui.el (gdb-location-alist): Rename from
4763 gdb-location-list.
4764 Break lines that are over 80 characters wide.
4765
4766 2005-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
4767
4768 * pcvs-info.el (cvs-fileinfo->full-path, cvs-display-full-path):
4769 New fun and var, to preserve compatibility.
4770
4771 * pcvs.el, pcvs-info.el: Rename "full-path" -> "full-name".
4772
4773 2005-04-26 Dominique de Waleffe <ddw@missioncriticalit.com> (tiny change)
4774
4775 * pcvs-info.el (cvs-fileinfo->backup-file): Don't pass the full file
4776 name to file-newer-than-file-p.
4777
4778 2005-04-26 Richard M. Stallman <rms@gnu.org>
4779
4780 * simple.el (line-move-1): Avoid using vertical-motion in easy cases.
4781
4782 * progmodes/python.el (python-mode):
4783 Use new name eldoc-documentation-function.
4784
4785 * hexl.el (hexl-mode): Use new name eldoc-documentation-function.
4786
4787 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
4788 (eldoc-documentation-function):
4789 Rename from eldoc-print-current-symbol-info-function. Calls changed.
4790
4791 2005-04-26 Nick Roberts <nickrob@snap.net.nz>
4792
4793 * emacs-lisp/byte-run.el (define-obsolete-function-alias): New macro.
4794
4795 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
4796
4797 * term/xterm.el (function-key-map): Fix strings for
4798 {C,S,A,C-S}-f[1-4]. Use substitute-key-definition to bind
4799 {C,S,A,C-S}-{f1-f12}.
4800
4801 2005-04-26 Kenichi Handa <handa@m17n.org>
4802
4803 * international/mule-cmds.el (select-safe-coding-system):
4804 Fix previous change.
4805
4806 2005-04-26 Lute Kamstra <lute@gnu.org>
4807
4808 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix docstring.
4809
4810 * font-lock.el (font-lock-fontify-region-function): Fix docstring.
4811 (font-lock-comment-delimiter-face): Ditto.
4812
4813 * calc/calc.el (calc-trail-mode): Don't set font-lock-defaults.
4814
4815 2005-04-25 Jay Belanger <belanger@truman.edu>
4816
4817 * calc/calc-help.el (calc-view-news): Let-bind inhibit-read-only
4818 to t while inserting information; use help-mode.
4819
4820 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
4821
4822 * term.el (ansi-term-color-vector): Use the xterm colors.
4823 (term-raw-map): Don't add mappings for \eO and \e[. Map deletechar.
4824
4825 2005-04-25 Lute Kamstra <lute@gnu.org>
4826
4827 * font-core.el (font-lock-defaults): Fix docstring.
4828
4829 * font-lock.el (font-lock-syntactic-face-function): Fix docstring.
4830
4831 2005-04-25 Kenichi Handa <handa@m17n.org>
4832
4833 * international/mule-cmds.el (select-safe-coding-system):
4834 Don't check consistency with coding: spec, etc if raw-text or
4835 no-conversion was found to be safe.
4836
4837 2005-04-24 Richard M. Stallman <rms@gnu.org>
4838
4839 * mail/sendmail.el (mail-font-lock-keywords): Match any number of
4840 citation markers at start of each line.
4841
4842 * mail/rmail.el (rmail-font-lock-keywords): Match any number of
4843 citation markers at start of each line.
4844
4845 * font-lock.el (font-lock-comment-delimiter-face): Doc fix.
4846
4847 * files.el (mode-require-final-newline): Fix previous change.
4848 (require-final-newline): Fix type label.
4849
4850 2005-04-24 Glenn Morris <gmorris@ast.cam.ac.uk>
4851
4852 * progmodes/f90.el (f90-calculate-indent): Fix treatment of first
4853 statement in buffer (broken by 2004-11-24 change).
4854
4855 2005-04-24 Kim F. Storm <storm@cua.dk>
4856
4857 * ido.el (ido-everywhere): Save and restore old read-buffer-function
4858 and read-file-name-function values. Don't overwrite existing
4859 non-nil values if ido-mode is enabled without ido-everywhere.
4860
4861 2005-04-24 Luc Teirlinck <teirllm@auburn.edu>
4862
4863 * files.el (mode-require-final-newline): Minor doc fix.
4864
4865 2005-04-24 Eli Zaretskii <eliz@gnu.org>
4866
4867 * subr.el (syntax-after): Doc fix.
4868 (syntax-class): If argument is nil, return nil. Mask off upper 16
4869 bits, not 8 bits.
4870
4871 * files.el (mode-require-final-newline): Doc fix.
4872 (backup-buffer-copy): Fix last change.
4873
4874 2005-04-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4875
4876 * term/mac-win.el: Require select. Set selection-coding-system to
4877 mac-system-coding-system. Call menu-bar-enable-clipboard.
4878 (x-last-selected-text-clipboard, x-last-selected-text-primary)
4879 (x-select-enable-clipboard): New variables.
4880 (x-select-text, x-get-selection, x-selection-value)
4881 (x-get-selection-value, mac-select-convert-to-string)
4882 (mac-services-open-file, mac-services-open-selection)
4883 (mac-services-insert-text): New functions.
4884 (CLIPBOARD, FIND): Put mac-scrap-name property.
4885 (com.apple.traditional-mac-plain-text, public.utf16-plain-text)
4886 (public.tiff): Put mac-ostype property.
4887 (selection-converter-alist): Add entries for them.
4888 (mac-application-menu-map): New keymap.
4889 (interprogram-cut-function, interprogram-paste-function): Set to
4890 x-select-text and x-get-selection-value, respectively.
4891 (split-window-keep-point): Set to t.
4892
4893 2005-04-23 Richard M. Stallman <rms@gnu.org>
4894
4895 * files.el (read-directory-name): Always pass non-nil
4896 DEFAULT-FILENAME arg to read-file-name.
4897 (backup-buffer-copy, basic-save-buffer-2): Take care against
4898 writing thru an unexpected existing symlink.
4899 (revert-buffer): In indirect buffer, revert the base buffer.
4900 (magic-mode-alist): Doc fix.
4901 (buffer-stale-function): Doc fix.
4902 (minibuffer-with-setup-hook): Avoid warning.
4903 (mode-require-final-newline): Doc and custom fix.
4904
4905 * follow.el (follow-end-of-buffer): Use with-no-warnings.
4906
4907 * font-lock.el (font-lock-comment-face): On terminals with few colors,
4908 use the default appearance.
4909 (font-lock-comment-delimiter-face): New face, new variable.
4910
4911 * imenu.el (imenu--generic-function): The official position of a
4912 definition is the start of the line that BEG is in.
4913
4914 * midnight.el (midnight-timer): Move defvar up.
4915
4916 * mouse.el (mouse-drag-region-1): Delete some debugging code.
4917
4918 * saveplace.el (save-place-to-alist): Use with-no-warnings.
4919
4920 * startup.el (command-line): Use with-no-warnings.
4921
4922 * window.el (window-size-fixed): New defvar.
4923
4924 * emacs-lisp/easymenu.el (easy-menu-do-define): Use defalias, not fset.
4925
4926 * mail/rmail.el (rmail-font-lock-keywords):
4927 Use font-lock-comment-delimiter-face.
4928
4929 * mail/sendmail.el (mail-font-lock-keywords):
4930 Use font-lock-comment-delimiter-face.
4931
4932 * progmodes/compile.el (next-error-highlight-timer): New defvar.
4933
4934 2005-04-23 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change)
4935
4936 * progmodes/compile.el (compilation-mode-font-lock-keywords):
4937 Specify t for LAXMATCH when matching directories.
4938 Save match data around compilation-compat-error-properties form.
4939
4940 2005-04-23 David Kastrup <dak@gnu.org>
4941
4942 * textmodes/tex-mode.el (TeX-mode, plain-TeX-mode, LaTeX-mode):
4943 Mention that the autoloaded aliases should be kept for AUCTeX.
4944
4945 2005-04-23 Andreas Schwab <schwab@suse.de>
4946
4947 * isearch.el (isearch-forward): Doc fix.
4948
4949 2005-04-23 Eli Zaretskii <eliz@gnu.org>
4950
4951 * jit-lock.el (jit-lock-stealth-time): Change default value to 16.
4952 (jit-lock-stealth-nice): Change default value to 0.5.
4953
4954 2005-04-23 Eric Hanchrow <offby1@blarg.net> (tiny change)
4955
4956 * abbrev.el (write-abbrev-file): Write table entries in
4957 alphabetical order by table name.
4958
4959 2005-04-22 Kim F. Storm <storm@cua.dk>
4960
4961 * ido.el (ido-read-internal): Fix `list' completion.
4962
4963 2005-04-22 Kenichi Handa <handa@m17n.org>
4964
4965 * recentf.el (recentf-save-file-coding-system): New variable.
4966 (recentf-save-list): Encode the file by
4967 recentf-save-file-coding-system and add coding: tag.
4968
4969 2005-04-22 Nick Roberts <nickrob@snap.net.nz>
4970
4971 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): New macro.
4972
4973 2005-04-21 Lute Kamstra <lute@gnu.org>
4974
4975 * loadhist.el (unload-feature): Don't remove a function from hooks
4976 if it is about to be restored to an autoload . Remove functions
4977 that will become unbound from auto-mode-alist. Simplify the code.
4978
4979 * subr.el (assq-delete-all): New implementation that is linear,
4980 not quadratic. Suggested by David Kastrup <dak@gnu.org>.
4981 (rassq-delete-all): New function.
4982
4983 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
4984 Add size-indication-mode.
4985
4986 2005-04-21 Kenichi Handa <handa@m17n.org>
4987
4988 * international/mule-cmds.el: Add autoload for widget-value in
4989 eval-when-compile.
4990
4991 2005-04-21 Nick Roberts <nickrob@snap.net.nz>
4992
4993 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
4994 Add tooltip-mode.
4995
4996 * bindings.el (mode-line-mode-menu): Remove tooltip-mode.
4997
4998 2005-04-20 Luc Teirlinck <teirllm@auburn.edu>
4999
5000 * progmodes/inf-lisp.el (inferior-lisp): New defgroup.
5001 (inferior-lisp-filter-regexp, inferior-lisp-program)
5002 (inferior-lisp-load-command, inferior-lisp-prompt)
5003 (inferior-lisp-mode-hook, lisp-source-modes)
5004 (inferior-lisp-load-hook): defvar->defcustom.
5005 (inferior-lisp-program, inferior-lisp-prompt)
5006 (inferior-lisp-load-hook): Doc fixes.
5007 (inferior-lisp-install-letter-bindings): Small change in
5008 introductory comment.
5009
5010 2005-04-20 Dan Nicolaescu <dann@ics.uci.edu>
5011
5012 * vc.el (vc-annotate-color-map): Change some colors so that text
5013 using them as foreground is readable on both white and black
5014 backgrounds.
5015
5016 2005-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
5017
5018 * international/mule-conf.el (translation-table-for-input):
5019 Remove redundant declaration.
5020
5021 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
5022
5023 * progmodes/gud.el (gud-menu-map): Add tooltip-toggle-gud-tips.
5024
5025 * tooltip.el (tooltip-gud-tips-p): Expand documentation.
5026 (tooltip-toggle-gud-tips): New function.
5027
5028 2005-04-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5029
5030 * term/mac-win.el (mac-symbol-encoder): Fix mappings of left and
5031 right angle brackets.
5032
5033 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
5034
5035 * tooltip.el (tooltip-use-echo-area): Replace as alias and deprecate.
5036
5037 2005-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
5038
5039 * progmodes/flymake.el (flymake-get-absolute-file-name-basedir):
5040 Remove. Update callers to use expand-file-name instead.
5041
5042 * subr.el (syntax-class): New function.
5043
5044 * simple.el (blink-matching-open): Use it.
5045
5046 * paren.el (show-paren-function): Use it to recognize parens that are
5047 also used in 2-char comment markers.
5048
5049 2005-04-19 Lute Kamstra <lute@gnu.org>
5050
5051 * loadhist.el (unload-feature): Update for new format of
5052 load-history. Simplify the code.
5053
5054 2005-04-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5055
5056 * term/mac-win.el: Add coding: tag and set it to iso-2022-7bit.
5057 (mac-add-charset-info): New function. Initialize variable
5058 mac-charset-info-alist using it.
5059 (mac-centraleurroman, mac-cyrillic): Do not use UCS in table data
5060 for translation.
5061 (mac-symbol-encoder, mac-dingbats-encoder): New translation table.
5062 (mac-font-encoder-list): Add entries for mac-symbol and mac-dingbats.
5063 (ccl-encode-mac-symbol-font, ccl-encode-mac-dingbats-font):
5064 New CCL programs.
5065
5066 2005-04-19 Kim F. Storm <storm@cua.dk>
5067
5068 * simple.el (next-buffer, prev-buffer, next-error)
5069 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
5070 (clone-indirect-buffer-other-window): Move bindings to bindings.el.
5071
5072 * bindings.el (next-buffer, prev-buffer, next-error)
5073 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
5074 (clone-indirect-buffer-other-window): Move bindings from simple.el.
5075 (next-buffer, prev-buffer): Add C-x C-right and C-x C-left bindings.
5076 (next-error, previous-error): Add M-g M-n/n and M-g M-p/p bindings.
5077
5078 2005-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
5079
5080 * isearch.el (isearch-edit-string): Make the search-ring available for
5081 minibuffer history commands.
5082 (minibuffer-local-isearch-map): Remove bindings for M-p and M-n,
5083 the default history commands now work just as well.
5084 (isearch-ring-retreat-edit, isearch-ring-advance-edit): Remove.
5085
5086 2005-04-18 Kim F. Storm <storm@cua.dk>
5087
5088 * emulation/cua-base.el (cua--pre-command-handler): Add more
5089 elaborate check for shift modifier on non-window systems.
5090
5091 2005-04-18 Lars Hansen <larsh@math.ku.dk>
5092
5093 * desktop.el: Make "--no-desktop" turn off `desktop-save-mode'.
5094
5095 2005-04-18 Kim F. Storm <storm@cua.dk>
5096
5097 * tooltip.el (tooltip-show): Change second arg to USE-ECHO-AREA
5098 and make it optional. Don't test tooltip-gud-echo-area here.
5099 (tooltip-gud-process-output, gdb-tooltip-print):
5100 Pass tooltip-gud-echo-area to tooltip-show.
5101 (tooltip-help-tips): Remove second optional arg to tooltip-show.
5102
5103 2005-04-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5104
5105 * tooltip.el (tooltip-mode): `emacs-quick-startup' and
5106 `display-graphic-p' may not be bound yet.
5107
5108 2005-04-17 Luc Teirlinck <teirllm@auburn.edu>
5109
5110 * startup.el (command-line): No longer enable Xterm Mouse mode by
5111 default in terminals compatible with xterm.
5112
5113 * xt-mouse.el (xterm-mouse-mode): Set init value back to nil.
5114
5115 2005-04-18 Nick Roberts <nickrob@snap.net.nz>
5116
5117 * tooltip.el (tooltip-gud-echo-area): Rename from
5118 tooltip-use-echo-area.
5119 (tooltip-show, tooltip-gud-process-output, gdb-tooltip-print)
5120 (tooltip-help-tips): Allow GUD tooltips to be displayed in echo
5121 area independently of where help tooltips are displayed.
5122
5123 2005-04-17 David Kastrup <dak@gnu.org>
5124
5125 * cus-theme.el (custom-theme-write-variables): Quote variables
5126 where necessary.
5127
5128 2005-04-17 Richard M. Stallman <rms@gnu.org>
5129
5130 * simple.el (yank-excluded-properties): Add follow-link to value.
5131
5132 * jka-compr.el (jka-compr-compression-info-list): Fix custom type.
5133
5134 * startup.el (fancy-splash-max-time): Just 30 seconds.
5135 (fancy-splash-delay): Just 7.
5136 (fancy-splash-screens): No time limit other than fancy-splash-max-time.
5137
5138 * loadhist.el (unload-feature): Update for new format of load-history.
5139 Simplify the code.
5140
5141 * mail/rmail.el (rmail-ignored-headers): Ignore more headers
5142 (rmail-font-lock-keywords): Don't fontify the text of a citation.
5143
5144 * mail/sendmail.el (mail-font-lock-keywords):
5145 Don't fontify subject text.
5146 Don't fontify the text of a citation.
5147
5148 2005-04-17 Mark H. Weaver <mhw@netris.org> (tiny change)
5149
5150 * comint.el (comint-output-filter): Run comint-output-filter-functions
5151 with point where the user had it.
5152
5153 2005-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
5154
5155 * international/ucs-tables.el (ucs-set-table-for-input):
5156 Disable when using unify-on-decoding.
5157
5158 2005-04-16 Dan Nicolaescu <dann@ics.uci.edu>
5159
5160 * emulation/cua-base.el (cua-global-mark-face): Add special case
5161 for displays supporting a high number of colors.
5162
5163 2005-04-16 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
5164
5165 * repeat.el (repeat): Invoke pre-command-hook and post-command-hook.
5166
5167 2005-04-16 Chong Yidong <cyd@stupidchicken.com>
5168
5169 * filesets.el (filesets-add-buffer): If user supplies a name of a
5170 non-existing fileset, create a new fileset.
5171
5172 2005-04-16 Carsten Dominik <dominik@science.uva.nl>
5173
5174 * textmodes/org.el (org-up-heading-all): Fix bug with
5175 `outline-up-heading-all'.
5176
5177 2005-04-16 Andreas Schwab <schwab@suse.de>
5178
5179 * files.el (auto-mode-alist): Handle /etc/sysconfig/*,
5180 /etc/permissions.d/* and /etc/aliases.d/*.
5181
5182 2005-04-16 Kenichi Handa <handa@m17n.org>
5183
5184 * international/code-pages.el (cp-make-coding-system):
5185 Set `translation-table-for-input' property value to the symbol
5186 ucs-mule-to-mule-unicode, not to that value.
5187 (pt154): Escape guillemet by `\'.
5188
5189 2005-04-15 Luc Teirlinck <teirllm@auburn.edu>
5190
5191 * loadup.el: Load tooltip if x-show-tip is fboundp.
5192
5193 * startup.el (command-line): Add comment.
5194
5195 * tooltip.el (tooltip-mode): Specify correct standard value for
5196 Custom in init-value.
5197
5198 2005-04-15 Nick Roberts <nickrob@snap.net.nz>
5199
5200 * progmodes/gud.el (gud-goto-info): Use existing Info buffer, if
5201 possible.
5202
5203 2005-04-15 Carsten Dominik <dominik@science.uva.nl>
5204
5205 * textmodes/org.el (org-agenda-date-prompt): Rename from
5206 `org-agenda-date-today'.
5207 (org-evaluate-time-range): Insert at point instead of directly
5208 after time range.
5209 (org-first-headline-recenter, org-subtree-end-visible-p)
5210 (org-optimize-window-after-visibility-change): New functions
5211 (org-agenda-post-command-hook): Don't allow point at end of line,
5212 to make sure it always hits the text properties.
5213 (org-agenda-next-date-line, org-agenda-previous-date-line):
5214 New commands.
5215 (org-set-regexps-and-options): Category may contain white space.
5216 (org-agenda-get-deadlines, org-agenda-get-scheduled):
5217 Improve marker positions.
5218 (org-agenda-new-marker): Argument POS made optional.
5219 (org-agenda-get-timestamps): Deadlines which are done are listed
5220 in org-done-face now.
5221 (org-agenda-get-todos, org-agenda-get-timestamps)
5222 (org-agenda-get-deadlines, org-agenda-get-scheduled):
5223 Set `undone-face' and `done-face' properties.
5224 (org-last-todo-state-is-todo): New variable.
5225 (org-todo): Set `org-last-todo-state-is-todo'.
5226 (org-agenda-todo): Change face according to
5227 `org-last-todo-state-is-todo'. And change other lines referring to
5228 the same entry.
5229 (org-calendar-goto-agenda): New command.
5230 (org-calendar-to-agenda-key): New option.
5231 (org-startup-folded): New allowed value `content'.
5232 (org-set-regexps-and-options): Accept new value `content' for
5233 `org-startup-folded'.
5234 (org-get-current-options): Handle new value `content' for
5235 `org-startup-folded'.
5236 (org-insert-todo-heading): New command.
5237 (org-mode): Insert first line "*-* mode: org-mode -*-" when called
5238 interactively in empty file and option
5239 `org-insert-mode-line-in-empty-file' has been set.
5240 (org-agenda-todo,org-agenda-priority): Modify to use
5241 `org-agenda-change-all-lines'.
5242 (org-warning-face): Change color on dark background
5243
5244 2005-04-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5245
5246 * international/mule-cmds.el (set-locale-environment): On Mac OS,
5247 use preferences AppleLocale and AppleLanguages, and variable
5248 mac-system-locale for default locale. On Mac OS Classic, use
5249 mac-system-coding-system for default coding systems.
5250
5251 * term/mac-win.el: Don't set file-name-coding-system.
5252 Decode variables system-name, emacs-build-system, user-login-name, and
5253 user-full-name by mac-system-coding-system on Mac OS Classic.
5254 (mac-system-coding-system): New variable.
5255
5256 2005-04-13 Luc Teirlinck <teirllm@auburn.edu>
5257
5258 * startup.el (command-line): Handle `xterm-mouse-mode' before
5259 reading init file.
5260
5261 * xt-mouse.el (xterm-mouse-mode): Adapt to above change.
5262
5263 2005-04-13 Glenn Morris <gmorris@ast.cam.ac.uk>
5264
5265 * progmodes/sh-script.el (sh-here-document-word): Make it a
5266 defcustom. Doc fix.
5267 (sh-add): Bash uses $(( )) for arithmetic.
5268 (sh-while-getopts) <sh>: Set OPTIND back to 1 at end.
5269 (sh-maybe-here-document): Remove quotes and leading whitespace
5270 from heredoc word when closing. Indent heredoc with tabs if word
5271 starts with "-".
5272
5273 2005-04-13 Richard M. Stallman <rms@gnu.org>
5274
5275 * simple.el (undo): Fix previous change.
5276
5277 * custom.el (defface): Doc fix.
5278
5279 2005-04-13 Lute Kamstra <lute@gnu.org>
5280
5281 * Makefile.in (DONTCOMPILE): Remove list.
5282 (compile, compile-always): Don't use DONTCOMPILE.
5283 (update-authors): Load the library in which batch-update-authors
5284 is defined.
5285 * makefile.w32-in (DONTCOMPILE): Remove list.
5286 (compile, compile-always): Fix comments.
5287 (update-authors): Load the library in which batch-update-authors
5288 is defined.
5289
5290 * generic-x.el (generic-mode-ini-file-find-file-hook):
5291 Rename to ini-generic-mode-find-file-hook.
5292 Keep generic-mode-ini-file-find-file-hook as an alias.
5293 (ini-generic-mode-find-file-hook): Rename from
5294 generic-mode-ini-file-find-file-hook. Fix docstring.
5295 (ini-generic-mode): Docstring change.
5296 (bat-generic-mode-run-as-comint): Silence the byte compiler.
5297
5298 * help.el (describe-key-briefly): UNTRANSLATED can be nil when
5299 called from lisp.
5300
5301 * generic.el: Move to the emacs-lisp subdir.
5302
5303 2005-04-12 Dan Nicolaescu <dann@ics.uci.edu>
5304
5305 * term/xterm.el (function-key-map): Add mappings for A-, C-, S-
5306 and C-S- function and cursor motion keys.
5307
5308 2005-04-12 Luc Teirlinck <teirllm@auburn.edu>
5309
5310 * startup.el (command-line): Enable Xterm Mouse mode by default.
5311 * xt-mouse.el (xterm-mouse-mode): Provide correct standard value
5312 for Custom. No longer show "Mouse" in mode line when enabled.
5313 Doc fix.
5314
5315 2005-04-12 Kim F. Storm <storm@cua.dk>
5316
5317 * emulation/cua-base.el (cua-rectangle-face)
5318 (cua-rectangle-noselect-face): Define face attributes here.
5319
5320 * emulation/cua-rect.el (cua--init-rectangles): Remove face setup.
5321
5322 2005-04-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5323
5324 * startup.el (command-line): Turn off blinking cursor if
5325 cursorBlink in resources is off or false.
5326
5327 2005-04-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5328
5329 * term/mac-win.el (dnd): Require dnd.
5330 (mac-drag-n-drop): Call dnd-handle-one-url.
5331 (kTextEncodingMacRoman, kTextEncodingISOLatin1)
5332 (kTextEncodingISOLatin2): Remove constants.
5333 (mac-script-code-coding-systems): New constant.
5334 (mac-handle-language-change): New function.
5335 (special-event-map): Bind it to `language-change' event.
5336 (mac-centraleurroman, mac-cyrillic): New coding systems.
5337 (mac-font-encoder-list, ccl-encode-mac-centraleurroman-font)
5338 (ccl-encode-mac-cyrillic-font): Rename mac-centraleurroman-encoder
5339 and mac-cyrillic-encoder to encode-mac-centraleurroman and
5340 encode-mac-cyrillic, respectively.
5341
5342 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
5343
5344 * progmodes/gud.el, progmodes/gdb-ui.el (gdb-assembler-mode):
5345 Don't set overlay-arrow-string to "=>" as this is done
5346 globally in C now.
5347
5348 2005-04-12 Lute Kamstra <lute@gnu.org>
5349
5350 * generic-x.el (rc-generic-mode, rul-generic-mode):
5351 Fix auto-mode-alist entries.
5352 (etc-fstab-generic-mode): Tweak fontification.
5353
5354 * generic.el (generic-make-keywords-list): Fix docstring.
5355 (generic-mode-internal): Simplify generic-font-lock-keywords.
5356
5357 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
5358
5359 * whitespace.el (whitespace-buffer-leading)
5360 (whitespace-buffer-trailing): Revert the incorrect test inversion.
5361 However, fix the highlight area for the leading and
5362 trailing whitespaces to show space.
5363
5364 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
5365
5366 * whitespace.el (whitespace-version): Bump to 3.5
5367
5368 (whitespace-buffer-leading, whitespace-buffer-trailing):
5369 Invert sense of the test to highlight the whitespace.
5370
5371 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
5372
5373 * progmodes/gud.el (gud-display-line): GUD uses its own
5374 overlay arrow now so don't set overlay-arrow-string.
5375 (gud-pdb-command-name): Revert back to "pdb" (2004-04-26).
5376
5377 2005-04-11 Dan Nicolaescu <dann@ics.uci.edu>
5378
5379 * term.el (term-ansi-current-bold, term-ansi-current-underline)
5380 (term-ansi-current-reverse, term-ansi-current-invisible)
5381 (term-ansi-face-already-done): Change to boolean.
5382 (term-reset-terminal, term-handle-colors-array): Handle the above
5383 vars accordingly.
5384 (term-buffer-vertical-motion): Rename from buffer-vertical-motion.
5385 (term-emulate-terminal): Use the new name.
5386
5387 * faces.el (secondary-selection): Use yellow1, not yellow.
5388 (trailing-whitespace): Use red1, not red.
5389
5390 2005-04-11 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5391
5392 * dired.el (dired-mode): Use dnd-* instead of x-dnd-*
5393 (dired-dnd-handle-local-file): Call dnd-get-local-file-name.
5394 (dired-dnd-handle-file): Call dnd-get-local-file-uri
5395
5396 * cus-edit.el (dnd): New group.
5397
5398 * term/w32-win.el (dnd): Require dnd
5399 (w32-drag-n-drop): Call dnd-handle-one-url.
5400
5401 * x-dnd.el: Require dnd.
5402 (x-dnd-handle-uri-list, x-dnd-handle-file-name):
5403 Call dnd-handle-one-url.
5404 (x-dnd-types-alist, x-dnd-insert-utf8-text)
5405 (x-dnd-insert-utf16-text, x-dnd-insert-ctext): Change x-dnd-insert-text
5406 to dnd-insert-text.
5407 (x-dnd-protocol-alist, x-dnd-open-file-other-window)
5408 (x-dnd-handle-one-url, x-dnd-get-local-file-uri)
5409 (x-dnd-get-local-file-name, x-dnd-open-local-file)
5410 (x-dnd-open-file, x-dnd-insert-text): Move to dnd.el (without x-).
5411
5412 * dnd.el (dnd-protocol-alist): New file with generic DND functions.
5413
5414 2005-04-11 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
5415
5416 * wdired.el: Doc fixes.
5417 (wdired-confirm-overwrite): Rename from wdired-is-ok-overwrite.
5418 (wdired-use-dired-vertical-movement): Rename from
5419 wdired-always-move-to-filename-beginning.
5420 (wdired-mode-map): Use `ignore' instead of `wdired-newline'.
5421 (wdired-change-to-wdired-mode): Change mode name.
5422 (wdired-newline): Delete.
5423
5424 2005-04-11 Richard M. Stallman <rms@gnu.org>
5425
5426 * whitespace.el (whitespace-highlight-the-space):
5427 Don't call whitespace-unhighlight-the-space here.
5428
5429 * simple.el (undo): Record t in undo-equiv-table
5430 for the redo record made by an undo-in-region.
5431
5432 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
5433
5434 * progmodes/gdb-ui.el (gdb-display-inferior-io-buffer)
5435 (gdb-frame-inferior-io-buffer): New Functions to control
5436 display of separate IO buffer.
5437 (menu): Add them to menu-bar.
5438 (gdb-display-buffer): Check for buffer another frame.
5439 Protect GUD buffer.
5440 (gdb-setup-windows): Create IO buffer if not already there.
5441 (gdb-memory-mode): Remove purecopy noops.
5442
5443 2005-04-11 Glenn Morris <gmorris@ast.cam.ac.uk>
5444
5445 * progmodes/f90.el (f90-electric-insert): Add optional prefix arg,
5446 and pass to self-insert-command.
5447
5448 2005-04-11 Lute Kamstra <lute@gnu.org>
5449
5450 * generic.el: Commentary section cleanup.
5451 (generic): Delete.
5452 (generic-use-find-file-hook, generic-lines-to-scan)
5453 (generic-find-file-regexp, generic-ignore-files-regexp)
5454 (default-generic-mode, generic-mode-find-file-hook)
5455 (generic-mode-ini-file-find-file-hook): Move to generic-x.el.
5456 * generic-x.el (generic-x): Docstring fix. Put it in the data group.
5457 (generic-use-find-file-hook, generic-lines-to-scan)
5458 (generic-find-file-regexp, generic-ignore-files-regexp)
5459 (default-generic-mode, generic-mode-find-file-hook)
5460 (generic-mode-ini-file-find-file-hook): Move from generic.el.
5461
5462 2005-04-10 Karl Fogel <kfogel@red-bean.com>
5463
5464 * bookmark.el (bookmark-write-file): Catch errors writing file.
5465 This is the same change as saveplace.el at 2005-04-10T23:32:00Z!rms@gnu.org.
5466
5467 2005-04-10 Richard M. Stallman <rms@gnu.org>
5468
5469 * startup.el (fancy-splash-tail): Update copyright year.
5470 (command-line): Split part of -Q into -D.
5471 (emacs-basic-display): New defvar.
5472 (fancy-splash-text): Correct name of menu item.
5473
5474 * saveplace.el (save-place-alist-to-file): Catch errors writing file.
5475
5476 * info.el (Info-fontify-node): Handle fontification of multiple * Menu
5477 lines in one node.
5478
5479 * comint.el (comint-send-input): New arg ARTIFICIAL.
5480 Callers in this file changed.
5481
5482 * abbrev.el (define-abbrevs): Read system abbrevs properly.
5483
5484 * emacs-lisp/map-ynp.el (map-y-or-n-p): Clarify RET/q in help message.
5485
5486 2005-04-10 Chong Yidong <cyd@stupidchicken.com>
5487
5488 * url/url-ldap.el (url-ldap): Add docstring. Fix call to
5489 `ldap-search-internal'.
5490
5491 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
5492
5493 * files.el (set-auto-mode-1): Use line-end-position.
5494
5495 * international/latin-1.el:
5496 * international/latin-2.el:
5497 * international/latin-3.el:
5498 * international/latin-4.el:
5499 * international/latin-5.el:
5500 * international/latin-8.el:
5501 * international/latin-9.el: Give punctuation syntax to NBSP.
5502
5503 * textmodes/bibtex.el (bibtex-autokey-titleword-ignore)
5504 (bibtex-reference-key, bibtex-autokey-demangle-name, bibtex-mode):
5505 Use char-classes to accept non-ascii letters, accepted in some recent
5506 bibtex implementations.
5507
5508 2005-04-10 Luc Teirlinck <teirllm@auburn.edu>
5509
5510 * custom.el (custom-set-minor-mode): Any non-nil value for the
5511 variable should enable the mode when set through Custom.
5512
5513 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
5514
5515 * progmodes/vhdl-mode.el (vhdl-mode-map-init): Don't override default
5516 TAB binding so tab-always-indent is obeyed.
5517 (vhdl-minibuffer-local-map): Move initialization into declaration.
5518 (vhdl-mode-abbrev-table-init): Mark the abbrevs as `system'.
5519 (vhdl-run-when-idle, vhdl-create-mode-menu, vhdl-character-to-event)
5520 (vhdl-hooked-abbrev): Avoid test for XEmacs.
5521 (vhdl-current-line): Use line-beginning-position.
5522 (vhdl-doc-variable, vhdl-doc-mode): Call help-setup-xref before
5523 with-output-to-temp-buffer, so the current position can be recorded.
5524
5525 2005-04-10 Masatake YAMATO <jet@gyve.org>
5526
5527 * progmodes/compile.el (compilation-error-regexp-alist-alist):
5528 Add regexp for gcov.
5529
5530 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
5531
5532 * calendar/time-date.el (time-to-seconds, seconds-to-time)
5533 (days-to-time, time-subtract, time-add): Don't use the #xhhhh
5534 syntax which Emacs 20 doesn't support.
5535
5536 2005-04-09 Richard M. Stallman <rms@gnu.org>
5537
5538 * help.el (describe-key-briefly, describe-key):
5539 Replace strings as event types with "(any string)".
5540
5541 2005-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
5542
5543 * arc-mode.el (archive-mode-map): Move initialization into
5544 the declaration. Override *all* bindings of `undo'.
5545 (archive-lemacs): Remove, use (featurep 'xemacs) instead.
5546
5547 2005-04-09 Jay Belanger <belanger@truman.edu>
5548
5549 * calc/calc-units.el (math-standard-units): Redefine Watt hour as W*hr.
5550
5551 2005-04-09 Dan Nicolaescu <dann@ics.uci.edu>
5552
5553 * term/xterm.el (xterm-rgb-convert-to-16bit): Simplify.
5554 (xterm-register-default-colors): Update color values computation
5555 to match xterm-200.
5556
5557 2005-04-09 Kenichi Handa <handa@m17n.org>
5558
5559 * international/code-pages.el (iso-latin-7): Fix the map.
5560
5561 2005-04-08 Luc Teirlinck <teirllm@auburn.edu>
5562
5563 * emacs-lisp/lisp.el (defun-prompt-regexp)
5564 (parens-require-spaces, buffer-end, end-of-defun)
5565 (insert-parentheses): Doc fixes.
5566
5567 2005-04-08 Kim F. Storm <storm@cua.dk>
5568
5569 * comint.el (comint-highlight-prompt): Fix face spec.
5570 * hi-lock.el (hi-green): Likewise.
5571
5572 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
5573
5574 * cus-edit.el (custom-modified-face):
5575 * comint.el (comint-highlight-input): Fix previous changes.
5576 * term.el (term-handle-ansi-escape): Add a comment.
5577
5578 2005-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
5579
5580 * whitespace.el (whitespace-highlight-the-space): Put the same overlay
5581 in the buffer and in whitespace-highlighted-space.
5582 (whitespace-unhighlight-the-space): Simplify.
5583 (whitespace-buffer): Simplify.
5584
5585 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
5586
5587 * textmodes/table.el (table-cell-face): Add special case for
5588 displays supporting a high number of colors.
5589 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
5590 (vhdl-font-lock-reserved-words-face)
5591 (vhdl-speedbar-architecture-face)
5592 (vhdl-speedbar-instantiation-face)
5593 (vhdl-speedbar-architecture-selected-face)
5594 (vhdl-speedbar-instantiation-selected-face): Likewise.
5595 * progmodes/sh-script.el (sh-heredoc-face): Likewise.
5596 * progmodes/idlw-help.el (idlwave-help-link-face): Likewise.
5597 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
5598 (ebrowse-root-class-face, ebrowse-member-attribute-face)
5599 (ebrowse-progress-face): Likewise.
5600 * progmodes/compile.el (compilation-info-face): Likewise.
5601 * progmodes/cc-fonts.el (c-invalid-face): Likewise.
5602 * emacs-lisp/re-builder.el (reb-match-3): Likewise.
5603 * calendar/calendar.el (diary-face): Likewise.
5604 * woman.el (woman-italic-face, woman-bold-face)
5605 (woman-unknown-face): Likewise.
5606 * wid-edit.el (widget-button-pressed-face): Likewise.
5607 * whitespace.el (whitespace-highlight-face): Likewise.
5608 * smerge-mode.el (smerge-mine-face, smerge-base-face): Likewise.
5609 * pcvs-info.el (cvs-marked-face): Likewise.
5610 * info.el (info-xref): Likewise.
5611 * ido.el (ido-subdir-face, ido-indicator-face): Likewise.
5612 * hilit-chg.el (highlight-changes-face)
5613 (highlight-changes-delete-face): Likewise.
5614 * hi-lock.el (hi-yellow, hi-green, hi-blue-b, hi-green-b)
5615 (hi-red-b): Likewise.
5616 * generic-x.el (show-tabs-tab-face, show-tabs-space-face): Likewise.
5617 * font-lock.el (font-lock-keyword-face)
5618 (font-lock-function-name-face, font-lock-warning-face): Likewise.
5619 * cus-edit.el (custom-invalid-face, custom-modified-face)
5620 (custom-set-face, custom-changed-face, custom-variable-tag-face)
5621 (custom-group-tag-face-1, custom-group-tag-face): Likewise.
5622 * comint.el (comint-highlight-prompt): Likewise.
5623
5624 2005-04-08 Lute Kamstra <lute@gnu.org>
5625
5626 * font-lock.el (font-lock-keywords): Docstring fixes.
5627
5628 2005-04-08 Kenichi Handa <handa@m17n.org>
5629
5630 * ps-mule.el (ps-mule-show-warning): If the number of unprintable
5631 chars are more than a limit, print " and more..." at the tail.
5632
5633 2005-04-08 Kim F. Storm <storm@cua.dk>
5634
5635 * emacs-lisp/authors.el (authors-aliases): Update list.
5636 (authors-ignored-files): New list.
5637 (authors-fixed-entries): Fix typo.
5638 (authors-renamed-files-alist): Update list.
5639 (authors-add): Check authors-ignored-files.
5640
5641 2005-04-08 Carsten Dominik <dominik@science.uva.nl>
5642
5643 * calendar/diary-lib.el (add-to-diary-list): MARKER argument made
5644 optional, to ensure backward compatibility.
5645
5646 2005-04-08 Stephen Eglen <stephen@gnu.org>
5647
5648 * textmodes/flyspell.el (flyspell-large-region): Doc fix.
5649
5650 2005-04-08 Kim F. Storm <storm@cua.dk>
5651
5652 * buff-menu.el (Buffer-menu-mode-map): Map follow-link to mouse-face.
5653
5654 * mouse.el (mouse-on-link-p): Doc fix.
5655
5656 2005-04-07 Luc Teirlinck <teirllm@auburn.edu>
5657
5658 * ielm.el (ielm-prompt-read-only): Doc fix.
5659
5660 * comint.el (comint-prompt-read-only): Doc fix.
5661
5662 2005-04-07 Benjamin Rutt <brutt@bloomington.in.us>
5663
5664 * ffap.el (ffap-pass-wildcards-to-dired): New user option to
5665 ensure dired always handles wildcards passed to ffap.
5666 (find-file-at-point): Use it.
5667 (ffap-dired-wildcards): Doc fix.
5668
5669 2005-04-07 Juri Linkov <juri@jurta.org>
5670
5671 * simple.el (next-error-overlay-arrow-position): New defvar.
5672 Put "=>" on its property `overlay-arrow-string'. Add it to
5673 `overlay-arrow-variable-list'.
5674
5675 * progmodes/compile.el (compilation-setup):
5676 Set `next-error-overlay-arrow-position' to nil. Also set it to
5677 nil in the local hook `kill-buffer-hook'. Make local variable
5678 `overlay-arrow-string' and set it to "=>".
5679 (compilation-goto-locus): Set BOL position to
5680 `next-error-overlay-arrow-position' instead of
5681 `overlay-arrow-position'.
5682
5683 * info.el (Info-mode): Add `Info-kill-buffer' to `kill-buffer-hook'
5684 locally instead of adding it to the global hook.
5685 (Info-kill-buffer): Move up.
5686
5687 2005-04-06 Dan Nicolaescu <dann@ics.uci.edu>
5688
5689 * term/xterm.el (xterm-standard-colors): Update color values from
5690 xterm-200.
5691
5692 2005-04-06 Stefan Monnier <monnier@iro.umontreal.ca>
5693
5694 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add \bfseries.
5695
5696 * fast-lock.el:
5697 * lazy-lock.el: Move them to the obsolete subdir.
5698
5699 2005-04-06 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
5700
5701 * wdired.el (wdired-advise-functions, wdired-add-skip-in-replace)
5702 (wdired-add-replace-advice): Remove.
5703 (wdired-change-to-wdired-mode): Use query-replace-skip-read-only.
5704
5705 2005-04-06 Kim F. Storm <storm@cua.dk>
5706
5707 * startup.el (command-line): Add --bare-bones alias for -Q.
5708
5709 2005-04-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5710
5711 * term/mac-win.el: Use create-fontset-from-mac-roman-font to
5712 create the startup fontset if a font specification ends with
5713 `mac-roman'.
5714
5715 2005-04-06 Lute Kamstra <lute@gnu.org>
5716
5717 * add-log.el (change-log-font-lock-keywords): Complete 2005-04-03
5718 change.
5719
5720 * emacs-lisp/copyright.el (copyright-update-year): Replace the
5721 right subexpression. Suggested by Jay Bingham <jay.bingham@hp.com>.
5722
5723 2005-04-05 Lute Kamstra <lute@gnu.org>
5724
5725 * generic.el (generic-mode-internal): Fix 2005-03-31 change.
5726 (define-generic-mode): Ditto. Fix debug declaration.
5727
5728 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
5729 Put them in the generic-x group.
5730
5731 * calendar/timeclock.el (timeclock): Doc fix.
5732
5733 * generic.el (define-generic-mode): Don't use custom-current-group.
5734 Document default :group value.
5735 * emacs-lisp/easy-mmode.el (define-minor-mode): Ditto.
5736 (define-global-minor-mode): Don't use custom-current-group.
5737
5738 2005-04-05 Glenn Morris <gmorris@ast.cam.ac.uk>
5739
5740 * startup.el (command-line-1): Display startup-echo-area-message
5741 when fancy splash screen is in use.
5742
5743 * progmodes/sh-script.el (sh-builtins) <bash>: Add `caller'.
5744 (sh-escaped-newline): New face.
5745 (sh-font-lock-keywords) <shell>: Improve regexp for escaped
5746 newline, and use sh-escaped-newline face.
5747
5748 * progmodes/tcl.el (tcl-escaped-newline): New face.
5749 (tcl-builtin-list): New variable.
5750 (tcl-set-font-lock-keywords): Add builtins, variables, and escaped
5751 newlines. Fix keywords subexpression number.
5752
5753 2005-04-05 Carsten Dominik <dominik@science.uva.nl>
5754
5755 * textmodes/org.el (org-diary-default-entry): Fix call to
5756 `add-to-diary-entry'.
5757
5758 2005-04-05 Kim F. Storm <storm@cua.dk>
5759
5760 * ediff-init.el: Use (featurep 'xemacs).
5761
5762 2005-04-05 David Ponce <david@dponce.com>
5763
5764 * cus-edit.el (face): Derive from symbol widget. Display sample
5765 of the current face on the fly.
5766 (widget-face-sample-face-get, widget-face-notify): New functions.
5767 (widget-face-value-create): Remove.
5768
5769 * wid-edit.el (widget-field-end): Temporarily remove field
5770 narrowing before to call `get-char-property'.
5771
5772 2005-04-04 Jay Belanger <belanger@truman.edu>
5773
5774 * calc/calc-aent.el (math-read-replacement-list): Add subscripts.
5775 (math-read-subscripts): New variable.
5776 (math-read-preprocess-string): Process subscripts.
5777
5778 2005-04-04 Luc Teirlinck <teirllm@auburn.edu>
5779
5780 * comint.el (comint-prompt-read-only): Doc fix.
5781
5782 * dired.el (dired-copy-filename-as-kill): Make `-' arg behave like
5783 `-1'. Doc fix.
5784
5785 2005-04-04 Carsten Dominik <dominik@science.uva.nl>
5786
5787 * textmodes/org.el (org-insert-mode-line-in-empty-file):
5788 Change default value to nil.
5789
5790 2005-04-04 Lute Kamstra <lute@gnu.org>
5791
5792 * autorevert.el (auto-revert-mode): Specify :group.
5793 * battery.el (display-battery-mode): Specify :group.
5794 * diff-mode.el (diff-minor-mode): Specify :group.
5795 * font-core.el (font-lock-mode): Specify :group.
5796 * hl-line.el (hl-line-mode): Specify :group.
5797 * iimage.el (iimage): New customization group.
5798 (iimage-mode): Specify :group.
5799 * longlines.el (longlines-mode): Specify :group.
5800 * master.el: Don't require easy-mmode.
5801 (master): New customization group.
5802 (master-mode): Specify :group.
5803 * msb.el (msb-mode): Specify :group.
5804 * reveal.el (reveal-mode): Specify :group.
5805 * simple.el (next-error-follow-minor-mode): Specify :group.
5806 * smerge-mode.el (smerge-mode): Specify :group.
5807 * emacs-lisp/eldoc.el (eldoc-mode): Specify :group.
5808 * emulation/cua-base.el (cua-mode): Specify :group.
5809 * international/encoded-kb.el (encoded-kbd-mode): Specify :group.
5810 * language/thai-util.el (thai-auto-composition-mode)
5811 (thai-word-mode): Specify :group.
5812 * mail/supercite.el (sc-minor-mode): Specify :group.
5813 * progmodes/cwarn.el (cwarn-mode): Specify :group.
5814 * progmodes/flymake.el (flymake-mode): Specify :group.
5815 * progmodes/glasses.el (glasses-mode): Specify :group.
5816 * progmodes/hideif.el (hide-ifdef-mode): Specify :group.
5817 * textmodes/enriched.el (enriched-mode): Specify :group.
5818 * textmodes/refill.el (refill-mode): Specify :group.
5819
5820 * add-log.el (change-log-font-lock-keywords): Names in
5821 parenthesized lists can contain spaces.
5822
5823 2005-04-04 Thien-Thi Nguyen <ttn@gnu.org>
5824
5825 * startup.el (fancy-splash-text): Shorten default text of
5826 "Emacs Tutorial" line. Also, if the current language env
5827 indicates an available tutorial file other than TUTORIAL,
5828 extract its title and append it to the line in parentheses.
5829 (fancy-splash-insert): If arg is a thunk, funcall it.
5830
5831 2005-04-04 Jay Belanger <belanger@truman.edu>
5832
5833 * calc.el (calc-language-alist): Add tags to customization type.
5834
5835 2005-04-03 Luc Teirlinck <teirllm@auburn.edu>
5836
5837 * xt-mouse.el (xterm-mouse-mode): Add explicit Custom group, mouse.
5838 Doc fix.
5839
5840 2005-04-03 Marcelo Toledo <marcelo@gnu.org>
5841
5842 * add-log.el (change-log-font-lock-keywords): The manual
5843 describing a Change Log entry, says: (...) "Aside from these
5844 header lines, every line in the change log starts with a space or
5845 a tab.". The font-lock was not highlighting lines started with
5846 spaces, added support for it.
5847
5848 2005-04-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
5849
5850 * textmodes/bibtex.el (bibtex-url): Use format to generate the url.
5851 (bibtex-generate-url-list): Update docstring accordingly. Put the
5852 complex example in the docstring.
5853 (bibtex-font-lock-url): Use pop.
5854
5855 2005-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
5856
5857 * progmodes/tcl.el (tcl-set-font-lock-keywords): Use new \_< ops.
5858
5859 * pcvs.el (cvs-checkout): Prompt for cvsroot as well.
5860
5861 2005-04-03 Glenn Morris <gmorris@ast.cam.ac.uk>
5862
5863 * filesets.el (filesets-set-default): Doc fix.
5864
5865 2005-04-03 Lute Kamstra <lute@gnu.org>
5866
5867 * generic.el (define-generic-mode): Add argument to specify
5868 keywords for defcustom.
5869 (default-generic-mode): Specify :group.
5870
5871 * generic-x.el: Specify :group for all generic modes.
5872
5873 * desktop.el (desktop-no-desktop-file-hook)
5874 (desktop-after-read-hook): Doc fix.
5875
5876 2005-04-02 Luc Teirlinck <teirllm@auburn.edu>
5877
5878 * simple.el (visible-mode): Use explicit :group keyword.
5879 This changes the group of `visible-mode-hook' from paren-blinking
5880 to editing-basics.
5881
5882 2005-04-02 Sergey Poznyakoff <gray@Mirddin.farlep.net> (tiny change)
5883
5884 * mail/rmail.el (rmail-parse-url): Bugfix. Parse traditional
5885 mailbox specifications as well as URLs.
5886 (rmail-insert-inbox-text): Remove unused conditional branches.
5887
5888 2005-04-01 Jay Belanger <belanger@truman.edu>
5889
5890 * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
5891 (calc-gnuplot-print-command): Move definitions to calc.el.
5892
5893 * calc/calc-embed.el (calc-embedded-announce-formula)
5894 (calc-embedded-open-formula, calc-embedded-close-formula)
5895 (calc-embedded-open-word, calc-embedded-close-word)
5896 (calc-embedded-open-plain, calc-embedded-close-plain)
5897 (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
5898 (calc-embedded-open-mode, calc-embedded-close-mode):
5899 Move definitions to calc.el.
5900
5901 * calc/calc.el (calc-settings-file, calc-language-alist):
5902 Make customizable.
5903 (calc-embedded-announce-formula, calc-embedded-open-formula)
5904 (calc-embedded-close-formula, calc-embedded-open-word)
5905 (calc-embedded-close-word, calc-embedded-open-plain)
5906 (calc-embedded-close-plain, calc-embedded-open-new-formula)
5907 (calc-embedded-close-new-formula, calc-embedded-open-mode)
5908 (calc-embedded-close-mode, calc-gnuplot-name)
5909 (calc-gnuplot-plot-command, calc-gnuplot-print-command): Move here
5910 from other files and make customizable.
5911
5912 2005-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
5913
5914 * pcvs.el (cvs-temp-buffer, cvs-mode-kill-process, cvs-buffer-check):
5915 Use buffer-live-p.
5916 (cvs-mode-run): Don't call cvs-update-header here.
5917 (cvs-run-process): Call cvs-update-header.
5918 Use process properties for cvs-postprocess and cvs-buffer so that
5919 the sentinel can behave better if the temp buffer is killed.
5920 Use a pipe rather than a tty, to better handle unexpected prompts.
5921 (cvs-sentinel): Rewrite. Call cvs-update-header.
5922
5923 2005-04-01 Andre Spiegel <spiegel@gnu.org>
5924
5925 * vc-hooks.el (vc-workfile-unchanged-p): Disable mtime check when
5926 we go via Tramp or Ange-FTP. Suggested by Kai Grossjohann.
5927
5928 2005-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
5929
5930 * generic.el (define-generic-mode): Add indentation rule.
5931
5932 2005-03-31 Luc Teirlinck <teirllm@auburn.edu>
5933
5934 * files.el (mode-require-final-newline): Make Custom correctly
5935 report a nil value and allow to set it to nil via Custom.
5936 Doc fix.
5937
5938 2005-04-01 Kenichi Handa <handa@m17n.org>
5939
5940 * international/characters.el: Enable the correct case setting for
5941 dotless-i and dotted-I.
5942
5943 2005-04-01 Kim F. Storm <storm@cua.dk>
5944
5945 * ido.el (ido-file-internal): Fall back to non-ido command if
5946 initial directory is on slow ftp (or tramp) host.
5947
5948 2005-03-31 Richard M. Stallman <rms@gnu.org>
5949
5950 * emacs-lisp/autoload.el (make-autoload):
5951 Handle define-global-minor-mode.
5952
5953 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
5954 Rename from easy-mmode-define-global-mode.
5955 (easy-mmode-define-global-mode): Alias for define-global-minor-mode.
5956
5957 * progmodes/scheme.el (scheme-mode-syntax-table):
5958 Update syntax of | and # for two-character comment syntax.
5959
5960 2005-03-31 Lute Kamstra <lute@gnu.org>
5961
5962 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode)
5963 (define-minor-mode): Call custom-current-group at load-time.
5964
5965 * generic.el (define-generic-mode): Add debug declaration.
5966 Add defcustom for the mode hook.
5967 (generic-mode-internal): Use run-mode-hooks.
5968
5969 2005-03-31 Kim F. Storm <storm@cua.dk>
5970
5971 * mouse.el (mouse-1-click-follows-link): Increase to 450 ms.
5972 (mouse-fixup-help-message): New defun called by show_help_echo
5973 to fixup mouse-2 prefix in help messages when applicable.
5974
5975 * tooltip.el (tooltip-show-help-function): Don't fixup message here.
5976
5977 2005-03-31 Kenichi Handa <handa@m17n.org>
5978
5979 * language/thai-word.el (thai-find-word-ends): Pay attention to
5980 the case that we reach the end of buffer.
5981
5982 * textmodes/fill.el (fill-text-properties-at): New function.
5983 (fill-newline): Use fill-text-properties-at instead of
5984 text-properties-at.
5985
5986 2005-03-31 Olive Lin <olive.lin@versateladsl.be> (tiny change)
5987
5988 * textmodes/tex-mode.el (tex-start-tex) Use shell-quote-argument,
5989 not comint-quote-filename.
5990
5991 2005-03-31 Thien-Thi Nguyen <ttn@gnu.org>
5992
5993 * help-fns.el (help-with-tutorial): Revert last change.
5994
5995 2005-03-31 Kim F. Storm <storm@cua.dk>
5996
5997 * emulation/cua-base.el (cua-scroll-down): Add CUA property.
5998
5999 2005-03-30 Paul Eggert <eggert@cs.ucla.edu>
6000
6001 * calendar/cal-china.el: Update reference to "Calendrical
6002 Calculations" book; there's a new edition.
6003 * calendar/cal-coptic.el: Likewise.
6004 * calendar/cal-french.el: Likewise.
6005 * calendar/cal-hebrew.el: Likewise.
6006 * calendar/cal-islam.el: Likewise.
6007 * calendar/cal-iso.el: Likewise.
6008 * calendar/cal-julian.el: Likewise.
6009 * calendar/cal-mayan.el: Likewise.
6010 * calendar/cal-persia.el: Likewise.
6011 * calendar/calendar.el: Likewise.
6012 * calendar/holidays.el: Likewise.
6013 * calendar/lunar.el: Likewise.
6014 * calendar/solar.el: Likewise.
6015
6016 * calendar/calendar.el (calendar-day-abbrev-array): Remove trailing
6017 white space from doc string.
6018
6019 2005-03-30 Jay Belanger <belanger@truman.edu>
6020
6021 * calc/calc-help.el (calc-full-help): Remove email address.
6022
6023 2005-03-30 Thien-Thi Nguyen <ttn@gnu.org>
6024
6025 * help-fns.el (help-with-tutorial): Delete title line.
6026
6027 2005-03-30 Glenn Morris <gmorris@ast.cam.ac.uk>
6028
6029 * calendar/cal-x.el (calendar-one-frame-setup)
6030 (calendar-only-one-frame-setup, calendar-two-frame-setup): Use t
6031 rather than 'symbol for set-window-dedicated-p.
6032
6033 * calendar/appt.el (appt-buffer-name): Make it a constant.
6034 (appt-add): Doc fix.
6035
6036 * filesets.el (filesets-menu-path, filesets-menu-before)
6037 (filesets-menu-in-menu): Doc fix. Now valid in GNU Emacs.
6038 (filesets-menu-cache-file): Use directory ~/.emacs.d.
6039 (filesets-add-submenu): Delete and use add-submenu instead.
6040
6041 2005-03-30 Carsten Dominik <dominik@science.uva.nl>
6042
6043 * org.el (org-agenda-phases-of-moon, org-agenda-sunrise-sunset)
6044 (org-agenda-convert-date, org-agenda-goto-calendar): New commands.
6045 (org-diary-default-entry): New function.
6046 (org-get-entries-from-diary): Better parsing of diary entries.
6047 (org-agenda-check-no-diary): New function.
6048 ("diary-lib"): Advice to function `add-to-diary-list', to allow
6049 linking to diary entries.
6050 (org-agenda-execute-calendar-command): New function.
6051 (org-agenda): Improve visible section in window.
6052 Use `org-fit-agenda-window'.
6053 (org-fit-agenda-window): New option.
6054 (org-move-subtree-down): Better handling of empty lines
6055 at end of subtree.
6056 (org-cycle): Numeric prefix is interpreted now as show-subtree N
6057 levels up.
6058 (org-fontify-done-headline): New option.
6059 (org-headline-done-face): New face.
6060 (org-set-font-lock-defaults): Use `org-headline-done-face'.
6061 (org-table-copy-down): Rename from `org-table-copy-from-above'.
6062 When current field is non-empty, it is copied to next row.
6063 (org-table-copy-from-above): Fix bug which made it
6064 impossible to copy fields containing only a single non-white character.
6065
6066 2005-03-30 Kim F. Storm <storm@cua.dk>
6067
6068 * kmacro.el (kmacro-end-macro): Isearch may store this command
6069 into the macro -- so ignore it when executing keyboard macro.
6070
6071 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
6072
6073 * tooltip.el (tooltip-gud-display): Use gud-overlay-arrow-position.
6074
6075 2005-03-29 Kenichi Handa <handa@m17n.org>
6076
6077 * language/thai.el ("Thai"): Set setup-function and exit-function
6078 for Thai language environment.
6079
6080 * language/thai-util.el: Require thai-word.
6081 (thai-word-mode-map): New variable.
6082 (thai-word-mode): New minor mode.
6083 (setup-thai-language-environment-internal): New function.
6084 (exit-thai-language-environment-internal): New function.
6085
6086 * language/thai-word.el (thai-word-table): Declare it by defvar,
6087 use dolist to initialize it.
6088 (thai-kill-word, thai-backward-kill-word, thai-transpose-words)
6089 (thai-fill-find-break-point): New functions.
6090
6091 2005-03-29 Richard M. Stallman <rms@gnu.org>
6092
6093 * simple.el (idle-update-delay): Move definition up.
6094 (set-mark): Doc fix.
6095
6096 2005-03-29 Chong Yidong <cyd@stupidchicken.com>
6097
6098 * longlines.el: New file.
6099
6100 * simple.el (buffer-substring-filters): New variable.
6101 (filter-buffer-substring): New function.
6102 (kill-region, copy-region-as-kill): Use it.
6103
6104 * register.el (copy-to-register, append-to-register)
6105 (prepend-to-register): Use filter-buffer-substring.
6106
6107 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
6108
6109 * progmodes/gud.el (gdb): (Re)-initialize gud-filter-pending-text.
6110 (gud-filter-pending-text): Move in front of gdb.
6111 (gud-overlay-arrow-position): New variable.
6112 (gud-sentinel, gud-display-line): Use it in place of
6113 overlay-arrow-position.
6114
6115 2005-03-29 Glenn Morris <gmorris@ast.cam.ac.uk>
6116
6117 * progmodes/fortran.el (fortran-if-indent): Doc fix.
6118 (fortran-font-lock-keywords-2): Add "where", "elsewhere".
6119 (fortran-font-lock-keywords-4): New variable.
6120 (fortran-blocks-re, fortran-end-block-re)
6121 (fortran-start-block-re): New constants, for hideshow.
6122 (hs-special-modes-alist): Add a Fortran entry.
6123 (fortran-mode-map): Bind fortran-end-of-block,
6124 fortran-beginning-of-block to \M-\C-n, \M-\C-p.
6125 (fortran-mode): Doc fix. Add fortran-font-lock-keywords-4.
6126 (fortran-looking-at-if-then, fortran-end-of-block)
6127 (fortran-beginning-of-block): New functions, for hideshow.
6128
6129 * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
6130 Doc fix. Tweak regexp.
6131 (f90-beginning-of-block): Push mark first.
6132
6133 2005-03-29 Jay Belanger <belanger@truman.edu>
6134
6135 * calc/calc.el: Update copyright date.
6136 (calc-version): Increase to 2.1.
6137 (calc-version-date): Remove.
6138
6139 * calc/calc-help.el: Update copyright date.
6140 (calc-full-help): Remove reference to calc-version-date.
6141 Update copyright date.
6142
6143 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
6144
6145 * vc.el (vc-do-command): Use a pipe for async processes, so password
6146 prompts don't show up at places where the user can't reply.
6147
6148 2005-03-29 Olive Lin <olive.lin@versateladsl.be> (tiny change)
6149
6150 * textmodes/tex-mode.el (tex-send-command): shell-quote-argument
6151 on the file name we pass to the inferior shell.
6152
6153 2005-03-29 Stephan Stahl <stahl@eos.franken.de> (tiny change)
6154
6155 * progmodes/which-func.el (which-function): Be robust in the face of an
6156 imenu--make-index-alist failure.
6157
6158 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
6159
6160 * reveal.el (reveal-mode-map): Don't override C-a and C-e.
6161
6162 * progmodes/python.el (python-preoutput-filter): Fix last change.
6163
6164 2005-03-29 Lute Kamstra <lute@gnu.org>
6165
6166 * emacs-lisp/debug.el (debug-on-entry): Handle autoloaded
6167 functions and compiled macros.
6168 (debug-convert-byte-code): Handle macros too.
6169 (debug-on-entry-1): Don't signal an error when trying to clear a
6170 function that is not set to debug on entry.
6171
6172 2005-03-29 Jay Belanger <belanger@truman.edu>
6173
6174 * calc/calc-lang.el: Add functions to math-function-table
6175 properties of tex and math.
6176
6177 2005-03-29 Kenichi Handa <handa@m17n.org>
6178
6179 * ps-mule.el (ps-mule-plot-string): Translate characters by
6180 ps-print-translation-table.
6181 (ps-mule-begin-job): Call find-charset-region/string with
6182 ps-print-translation-table.
6183 (ps-mule-printable-p): Return t if CHARSET is ascii or latin-iso8859-1.
6184
6185 * ps-print.el (ps-print-translation-table): New variable.
6186 (ps-plot-region): Translate characters by ps-print-translation-table.
6187
6188 2005-03-29 Juri Linkov <juri@jurta.org>
6189
6190 * simple.el (next-error-highlight-timer): New variable.
6191
6192 * progmodes/compile.el (compilation-goto-locus):
6193 Use `next-error-highlight-timer' instead of `sit-for'.
6194
6195 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
6196
6197 * mail/supercite.el (sc-mail-field): Use assoc-string.
6198 (sc-get-address): Simplify regexps.
6199
6200 * files.el (minibuffer-with-setup-hook): New macro.
6201 (find-file-read-args): Use it to avoid let-binding
6202 minibuffer-with-setup-hook (which breaks turning on/off
6203 file-name-shadow-mode while in the prompt).
6204
6205 * complete.el (PC-read-include-file-name-internal): Use test-completion.
6206
6207 2005-03-28 Luc Teirlinck <teirllm@auburn.edu>
6208
6209 * font-lock.el: Bind `font-lock-fontify-block' to M-o M-o.
6210
6211 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
6212
6213 * window.el (window-buffer-height): Use count-screen-lines.
6214
6215 * progmodes/python.el (python-preoutput-leftover): New var.
6216 (python-preoutput-filter): Use it.
6217 (python-send-receive): Loop until all the result has been received.
6218
6219 2005-03-28 Juri Linkov <juri@jurta.org>
6220
6221 * dired.el (dired-mode-map): Add ellipsis to "Compare directories".
6222
6223 * menu-bar.el (menu-bar-file-menu): Remove ellipsis from
6224 "Recover Crashed Session".
6225 (menu-bar-search-menu): Add ellipsis to "Search tagged files".
6226 (menu-bar-replace-menu): Add ellipsis to "Replace in tagged files".
6227 (menu-bar-goto-menu): Add ellipsis to "Set Tags File Name".
6228 (menu-bar-goto-menu): Add ellipsis to "Tags Apropos".
6229 (menu-bar-options-menu): Add ellipsis to "Set Font/Fontset".
6230 (menu-bar-manuals-menu): Add ellipsis to "Find Command in Manual".
6231 (menu-bar-manuals-menu): Add ellipsis to "Find Key in Manual".
6232 (menu-bar-help-menu): Remove ellipsis from "Find Emacs Packages".
6233
6234 * ediff-hook.el (menu-bar-ediff-misc-menu, ediff-misc-menu):
6235 Remove ellipsis from "Ediff Manual", "Customize Ediff", "List
6236 Ediff Sessions", "Toggle use of separate control buffer frame",
6237 "Use separate frame for Ediff control buffer".
6238
6239 * bookmark.el (menu-bar-bookmark-map): Add ellipsis to "Jump to
6240 Bookmark", "Set Bookmark", "Insert Contents", "Insert Location",
6241 "Rename Bookmark", "Delete Bookmark".
6242
6243 * info.el (Info-mode-menu): Remove ellipsis from "Index".
6244 Add ellipsis to "Lookup a String", "Lookup a string in all indices".
6245 Add `:active Info-index-alternatives' to "Next Matching Item".
6246
6247 * wdired.el (wdired-change-to-wdired-mode):
6248 Mention `wdired-abort-changes' key in the initial message.
6249
6250 * international/mule.el (auto-coding-alist): Associate non-ascii
6251 image filename extensions with `no-conversion'.
6252
6253 2005-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
6254
6255 * international/iso-acc.el:
6256 * obsolete/iso-acc.el: Move iso-acc to the obsolete subdir.
6257
6258 2005-03-26 Luc Teirlinck <teirllm@auburn.edu>
6259
6260 * textmodes/sgml-mode.el (html-mode): Doc update.
6261
6262 * autorevert.el (auto-revert-check-vc-info): Minor doc fix.
6263
6264 2005-03-26 Dan Nicolaescu <dann@ics.uci.edu>
6265
6266 * term.el (term-move-columns): Fix face after extending a line.
6267 (term-insert-spaces): Likewise.
6268 (term-reset-terminal): Fix off by one error.
6269
6270 2005-03-26 Eli Zaretskii <eliz@gnu.org>
6271
6272 * international/mule.el (auto-coding-alist): Add .xpi files.
6273
6274 * files.el (auto-mode-alist): Add .xpi files.
6275
6276 2005-03-26 Jure Cuhalev <gandalf@owca.info> (tiny change)
6277
6278 * textmodes/ispell.el (ispell-dictionary-alist-6): Add slovenian.
6279
6280 2005-03-26 Eli Zaretskii <eliz@gnu.org>
6281
6282 * term/bobcat.el: Don't use keyswap.el, since it is now obsolete.
6283
6284 2005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
6285
6286 * calendar/cal-menu.el (top level): Delete local C-down-mouse-3
6287 binding. Suggested by Stephan Stahl <stahl@eos.franken.de>.
6288
6289 * calendar/cal-move.el (calendar-beginning-of-year): Move the
6290 cursor to Jan 1 when needed.
6291 (calendar-end-of-year): Fix -/+ typo.
6292 Reported by Chong Yidong <cyd@stupidchicken.com>.
6293
6294 2005-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
6295
6296 * progmodes/flymake.el (flymake-mode): Add autoload cookie.
6297
6298 * emacs-lisp/debug.el (debugger-record-expression): Add a missing
6299 format to `message'. Inspired by Deepak Goel <deego@gnufans.org>.
6300
6301 2005-03-25 Richard M. Stallman <rms@gnu.org>
6302
6303 * filesets.el (filesets-init): Add autoload.
6304
6305 * mail/mailalias.el (mail-directory): Doc fix.
6306
6307 2005-03-25 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
6308
6309 * mail/mailalias.el (mail-directory-process): Do nothing if
6310 mail-directory-process is an atom.
6311 (mail-get-names): Ignore mail-directory-names if it is an atom.
6312 (mail-directory-process defvar): Doc fix.
6313 (mail-names): Doc fix.
6314
6315 2005-03-25 Johan Bockg\e,Ae\e(Brd <bojohan+mail@dd.chalmers.se> (tiny change)
6316
6317 * textmodes/flyspell.el (mail-mode-flyspell-verify): Fix regexp syntax.
6318
6319 2005-03-26 Kenichi Handa <handa@m17n.org>
6320
6321 * international/mule-util.el (detect-coding-with-priority):
6322 Call update-coding-systems-internal before detect-coding-region.
6323
6324 2005-03-26 Nick Roberts <nickrob@snap.net.nz>
6325
6326 * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
6327 (gdb-frames-mode-map): Add follow-link property.
6328
6329 2005-03-25 Jay Belanger <belanger@truman.edu>
6330
6331 * calc/calcalg2.el (calc-solve-for): Use "Variable(s)" to prompt
6332 for variables.
6333
6334 2005-03-25 Juri Linkov <juri@jurta.org>
6335
6336 * image-mode.el: Optimize image filename extension regexps in
6337 autoload cookies. Associate .x[bp]m with `image-mode-maybe'
6338 in `auto-mode-alist'.
6339 (image-mode): Add `image-toggle-display-text' to local hook
6340 `change-major-mode-hook'. Display the image as an image by
6341 default. Set `cursor-type' and `truncate-lines' if the image
6342 is already displayed. Take into account the current mode (image
6343 or text) in message.
6344 (image-minor-mode): New minor mode.
6345 (image-mode-maybe, image-toggle-display-text): New functions.
6346 (image-toggle-display): Use called-interactively-p.
6347 Let-bind `inhibit-read-only' to t.
6348
6349 * image-mode.el (image-minor-mode): Set `cursor-type' and
6350 `truncate-lines' if the image is already displayed. Add turning
6351 image-minor-mode off to `change-major-mode-hook'. Add message.
6352 Call `image-toggle-display-text' after turning image-minor-mode off.
6353
6354 2005-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
6355
6356 * international/mule-cmds.el (set-locale-environment): For Mac OS X's
6357 Terminal.app, use utf-8.
6358 (set-display-table-and-terminal-coding-system): Add coding-system arg.
6359 (set-locale-environment): Use it.
6360
6361 * term/xterm.el: Undo last change, better done in mule-cmds.el.
6362
6363 * emacs-lisp/rx.el (rx-constituents): Add symbol-start and symbol-end.
6364
6365 * progmodes/python.el (python-close-block-statement-p)
6366 (python-outdent-p, python-current-defun): Use symbol-end.
6367
6368 2005-03-25 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
6369
6370 * files.el (save-some-buffers): Doc fix.
6371
6372 2005-03-25 Werner Lemberg <wl@gnu.org>
6373
6374 * complete.el, thumbs.el: Replace `legal' with `valid'.
6375 * calendar/calendar.el: Replace `legal' with `valid'.
6376 * emacs-lisp/advice.el: Replace `legal' with `valid'.
6377 * mail/supercite.el: Replace `legal' with `valid'.
6378 * progmodes/cperl-mode.el, progmodes/idlw-shell.el
6379 * progmodes/idlwave.el, progmodes/vhdl-mode.el:
6380 Replace `legal' with `valid'.
6381 * textmodes/reftex-vars.el, textmodes/reftex.el:
6382 Replace `legal' with `valid'.
6383
6384 2005-03-25 Werner Lemberg <wl@gnu.org>
6385
6386 * calc/calc-forms.el, calc/calc-sel: Replace `illegal' with `invalid'.
6387 * midnight.el, vc-cvs.el: Replace `illegal' with `invalid'.
6388 * emacs-lisp/cl-macs.el: Replace `illegal' with `invalid'.
6389 * emulation/vip.el: Replace `illegal' with `invalid'.
6390 * eshell/esh-io.el, eshell/esh-var.el: Replace `illegal' with `invalid'.
6391 * mail/supercite.el: Replace `illegal' with `invalid'.
6392 * progmodes/ebnf-abn.el, progmodes/ebnf-bnf.el
6393 * progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-iso.el
6394 * progmodes/ebnf-yac.el, progmodes/ebnf2ps.el, progmodes/idlwave.el
6395 * progmodes/sh-script.el, progmodes/xscheme.el:
6396 Replace `illegal' with `invalid'.
6397 * textmodes/refbib.el, textmodes/refer.el, textmodes/reftex-cite.el
6398 * textmodes/reftex-index.el, textmodes/reftex-parse.el
6399 * textmodes/reftex-ref.el, textmodes/reftex-vars.el
6400 * textmodes/reftex.el, textmodes/org.el: Replace `illegal' with `invalid'.
6401
6402 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
6403
6404 * progmodes/flymake.el (flymake-get-file-name-mode-and-masks)
6405 (flymake-find-buildfile, flymake-find-possible-master-files)
6406 (flymake-check-include, flymake-parse-line): Replace loops over the
6407 length of lists, by loops over lists, to remove silly O(n\e,A2\e(B) behavior.
6408
6409 * progmodes/flymake.el (flymake-ensure-ends-with-slash): Remove.
6410 Substitute file-name-as-directory in the rest of the file.
6411 (flymake-get-common-file-prefix): Rewrite, using compare-strings.
6412 (flymake-replace-region): Remove unused arg `buffer'.
6413 (flymake-check-patch-master-file-buffer): Update calls to it.
6414 (flymake-add-err-info): Remove unused var `count'.
6415 (flymake-mode): Use define-minor-mode.
6416
6417 * progmodes/flymake.el: Use with-current-buffer.
6418 (flymake-float-time, flymake-get-temp-dir, flymake-line-end-position)
6419 flymake-replace-regexp-in-string, flymake-line-beginning-position)
6420 (flymake-popup-menu, flymake-current-row, flymake-selected-frame):
6421 Avoid testing for `xemacs'.
6422 (flymake-nop): Move.
6423 (flymake-region-has-flymake-overlays): Return the computed value.
6424 (flymake-reformat-err-line-patterns-from-compile-el): Use dolist.
6425 Remove unused var `endline'.
6426 (flymake-get-line-count): Remove unused function.
6427 (flymake-display-err-menu-for-current-line): Unused var move-mouse-pos.
6428
6429 * emulation/vi.el:
6430 * generic.el:
6431 * hilit-chg.el (global-highlight-changes):
6432 * hi-lock.el (hi-lock-mode):
6433 * follow.el: find-file-hooks -> find-file-hook.
6434
6435 * comint.el (comint-insert-input): Obey mouse-yank-at-point.
6436
6437 2005-03-24 Juri Linkov <juri@jurta.org>
6438
6439 * dired.el (dired-mode-map): Add menu item "Compare directories"
6440 for dired-compare-directories.
6441
6442 * dired-aux.el (dired-compare-directories): Add autoload cookie.
6443 Doc fix. Replace `read-file-name' with `read-directory-name'.
6444
6445 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
6446
6447 * term/xterm.el: If running in Terminal.app set coding-system to utf-8.
6448
6449 2005-03-24 Jay Belanger <belanger@truman.edu>
6450
6451 * calc/calc-embed.el (calc-embedded-mode-change): Save all
6452 relevant mode settings in calc-embedded-original-modes when modes
6453 are permanently changed.
6454
6455 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
6456
6457 * autoinsert.el: find-file-hooks -> find-file-hook.
6458
6459 2005-03-24 Lute Kamstra <lute@gnu.org>
6460
6461 * generic.el (generic-font-lock-defaults): Make it obsolete.
6462 (generic-font-lock-keywords): New variable to replace
6463 generic-font-lock-defaults.
6464 (generic-mode-set-font-lock): Delete it.
6465 (generic-mode-internal): Don't call generic-mode-set-font-lock.
6466 (generic-bracket-support): Add docstring.
6467
6468 * generic-x.el: Rename generic-font-lock-defaults to
6469 generic-font-lock-keywords throughout.
6470 (mailagent-rules-setup-function): Delete it.
6471 (mailagent-rules-generic-mode): Use anonymous function instead.
6472 (show-tabs-generic-mode-font-lock-defaults-1)
6473 (show-tabs-generic-mode-font-lock-defaults-2): Make them constants.
6474 Quote faces.
6475 (show-tabs-tab-face, show-tabs-space-face): Specify background,
6476 not foreground.
6477
6478 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
6479 Recognize define-generic-mode.
6480
6481 2005-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
6482
6483 * icomplete.el (icomplete-simple-completing-p): Don't turn on icomplete
6484 if there's no completion table.
6485
6486 2005-03-23 Miles Bader <miles@gnu.org>
6487
6488 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
6489 Remove tty-specific variants, as they're no longer needed.
6490
6491 2005-03-23 Lute Kamstra <lute@gnu.org>
6492
6493 * generic-x.el: Code cleanup: make args constant whenever possible.
6494 (installshield-statement-keyword-list)
6495 (installshield-system-functions-list)
6496 (installshield-system-variables-list, installshield-types-list)
6497 (installshield-funarg-constants-list): Make them constants.
6498
6499 * generic.el (generic-make-keywords-list): Add autoload cookie.
6500
6501 * calendar/time-date.el: Add comment on time value formats.
6502 Don't require parse-time.
6503 (with-decoded-time-value): New macro.
6504 (encode-time-value): New function.
6505 (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
6506 (days-to-time): Return a valid time value when arg is huge.
6507 (time-since): Use time-subtract.
6508 (time-to-number-of-days): Use time-to-seconds.
6509
6510 2005-03-23 David Ponce <david@dponce.com>
6511
6512 * recentf.el: (recentf-keep): New option.
6513 (recentf-menu-action): Default to `find-file'.
6514 (recentf-keep-non-readable-files-flag)
6515 (recentf-keep-non-readable-files-p)
6516 (recentf-file-readable-p, recentf-find-file)
6517 (recentf-cleanup-remote): Remove.
6518 (recentf-include-p): More robust.
6519 (recentf-keep-p): New function.
6520 (recentf-remove-if-non-kept): Rename from
6521 `recentf-remove-if-non-readable'. Use `recentf-keep-p'.
6522 All callers updated.
6523 (recentf-menu-items-for-commands): Fix help string.
6524 (recentf-track-closed-file): Update. Doc fix.
6525 (recentf-cleanup): Update. Count removed files. Doc fix.
6526
6527 2005-03-23 Kim F. Storm <storm@cua.dk>
6528
6529 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
6530 Don't inherit from fringe face (now happens automatically).
6531
6532 2005-03-22 Kim F. Storm <storm@cua.dk>
6533
6534 * tooltip.el (tooltip-show-help-function): Ignore negative mouse
6535 position values.
6536
6537 2005-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
6538
6539 * menu-bar.el (showhide-date-time): Remove.
6540 (menu-bar-showhide-menu): Use menu-bar-make-mm-toggle.
6541 (menu-bar-make-mm-toggle): Simplify.
6542
6543 2005-03-22 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
6544
6545 * progmodes/perl-mode.el (perl-font-lock-keywords-2):
6546 Accept qualified variable and function names.
6547
6548 2005-03-22 Thien-Thi Nguyen <ttn@gnu.org>
6549
6550 * bindings.el (completion-ignored-extensions):
6551 Remove ".lis" for `vax-vms'.
6552
6553 2005-03-22 Andreas Schwab <schwab@suse.de>
6554
6555 * generic-x.el: Revert last change.
6556 * ldefs-boot.el: Update.
6557
6558 2005-03-22 Jay Belanger <belanger@truman.edu>
6559
6560 * calc/calc-embed (calc-embedded-original-modes): New variable.
6561 (calc-embedded-save-original-modes)
6562 (calc-embedded-restore-original-modes): New functions.
6563 (calc-do-embedded): Save original modes when entering embedded mode
6564 and restore when leaving embedded mode.
6565 (calc-embedded-modes-change): Change the value of
6566 calc-embedded-original-modes to reflect permanent changes.
6567
6568 2005-03-22 Lute Kamstra <lute@gnu.org>
6569
6570 * generic-x.el: Require generic again.
6571
6572 2005-03-22 Miles Bader <miles@gnu.org>
6573
6574 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
6575 Tweak details to look good on both ttys and bitmap displays, light
6576 or dark background, etc.
6577
6578 2005-03-21 Kim F. Storm <storm@cua.dk>
6579
6580 * tooltip.el (tooltip-show-help-function): Check car and cdr of
6581 mouse position.
6582
6583 2005-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
6584
6585 * icomplete.el: Don't forcibly turn on the mode upon load.
6586 (icomplete-mode): Use define-minor-mode.
6587 (icomplete-eoinput): Default to nil.
6588 (icomplete-minibuffer-setup): Remove autoload.
6589 (icomplete-tidy): Simplify.
6590 (icomplete-exhibit): Use buffer-undo-list to determine if we're still
6591 in the initial state or if the user has modified the field.
6592 Fix handling of icomplete-max-delay-chars.
6593 Remove code that handles the oddball case where
6594 minibuffer-completion-table is an integer.
6595 Wrap icomplete-completions in while-no-input in case building
6596 completions takes more time than expected.
6597 (icomplete-completions): Simplify.
6598
6599 2005-03-21 Richard M. Stallman <rms@gnu.org>
6600
6601 * jka-compr.el (jka-compr-really-do-compress):
6602 Make variable buffer-local.
6603
6604 * image-mode.el: Handle .xpm files too.
6605 (image-toggle-display): Preserve modification flag.
6606
6607 * help.el (where-is): Don't mention aliases with no key bindings.
6608
6609 2005-03-21 Lute Kamstra <lute@gnu.org>
6610
6611 * generic.el: Fix commentary section. Don't require cl for compilation.
6612 (generic-mode-list): Add autoload cookie.
6613 (generic-use-find-file-hook, generic-lines-to-scan)
6614 (generic-find-file-regexp, generic-ignore-files-regexp)
6615 (generic-mode, generic-mode-find-file-hook)
6616 (generic-mode-ini-file-find-file-hook): Fix docstrings.
6617 (define-generic-mode): Make it a defmacro. Fix docstring.
6618 (generic-mode-internal): Code cleanup. Add autoload cookie.
6619 (generic-mode-set-comments): Code cleanup.
6620 * generic-x.el: Don't prevent compilation. Don't require generic.
6621 Follow coding conventions. Minor code cleanup.
6622 (etc-fstab-generic-mode): Add some keywords.
6623 * font-lock.el (lisp-font-lock-keywords-1): Font lock a call to
6624 define-generic-mode like a function declaration.
6625
6626 2005-03-21 Jay Belanger <belanger@truman.edu>
6627
6628 * calc/calc-embed.el (calc-do-embedded): Put data on stack before
6629 changing modes.
6630
6631 2005-03-21 Sam Steingold <sds@gnu.org>
6632
6633 * add-log.el (add-log-current-defun): Support more C DEFUN forms.
6634
6635 2005-03-21 Thien-Thi Nguyen <ttn@gnu.org>
6636
6637 * progmodes/dcl-mode.el (dcl-font-lock-keywords):
6638 Add underscore to "f$ lexicals" regexp.
6639
6640 2005-03-20 Juri Linkov <juri@jurta.org>
6641
6642 * subr.el (progress-reporter-do-update): When `min-value' is equal
6643 to `max-value', set `percentage' to 0 and prevent division by zero.
6644
6645 2005-03-20 Michael Albinus <michael.albinus@gmx.de>
6646
6647 Sync with Tramp 2.0.48.
6648
6649 * tramp.el (all): Change all addresses to .gnu.org.
6650 (tramp-append-tramp-buffers): New defun.
6651 (tramp-bug): Apply `tramp-append-tramp-buffers' as post-hook.
6652 Catch `dont-send' signal.
6653 (tramp-set-auto-save-file-modes): Set always permissions, because
6654 there might be an old auto-saved file belonging to another
6655 original file. This could be a security threat. Reported by
6656 Kjetil Kjernsmo <kjetil@kjernsmo.net>.
6657 Check for Emacs 21.3.50 removed.
6658
6659 * tramp-smb.el (all): Remove debug construct for
6660 `with-parsed-tramp-file-name'.
6661 (tramp-smb-prompt): Prompt can contain spaces inside directory names.
6662 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file):
6663 No error message if DIRECTORY or FILENAME doesn't exist.
6664 (tramp-smb-open-connection): Check existence of
6665 `tramp-smb-program'.
6666
6667 2005-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
6668
6669 * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
6670 Properly handle the case where the `m' or `s' command's argument is not
6671 yet terminated.
6672 (perl-indent-new-calculate): New function.
6673 (perl-indent-line): Use it.
6674
6675 2005-03-20 Miles Bader <miles@gnu.org>
6676
6677 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Use breakpoint faces
6678 in text-mode too. Change to new face names.
6679 (breakpoint-enabled): Rename from `breakpoint-enabled-bitmap-face'.
6680 Add `:weight bold' attribute.
6681 (breakpoint-disabled): Rename from `breakpoint-disabled-bitmap-face'.
6682
6683 2005-03-19 Juri Linkov <juri@jurta.org>
6684
6685 * files.el (auto-mode-alist): Add comment. Optimize jar/ear/war.
6686
6687 * international/mule.el (auto-coding-alist): Sync with
6688 `auto-mode-alist' by adding upper case archive file extensions
6689 and adding ear/war to jar extension.
6690
6691 2005-03-19 David Casperson <casper@unbc.ca> (tiny change)
6692
6693 * textmodes/tex-mode.el (tex-view): If tex-shell process is not
6694 running, restart it.
6695
6696 2005-03-19 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny changes)
6697
6698 * finder.el (finder-current-item): Throw an error on an empty line.
6699
6700 * man.el (Man-follow-manual-reference): If current-word returns
6701 nil, use "".
6702
6703 2005-03-19 Matt Hodges <MPHodges@member.fsf.org>
6704
6705 * simple.el (goto-line): Doc fix.
6706
6707 2005-03-19 Aaron Hawley <Aaron.Hawley@uvm.edu> (tiny change)
6708
6709 * files.el (save-buffer): Doc fix.
6710
6711 2005-03-19 Michael R. Mauger <mmaug@yahoo.com>
6712
6713 * recentf.el (recentf-cleanup-remote): New variable.
6714 (recentf-cleanup): Use it to conditionally check availability of
6715 remote files.
6716
6717 2005-03-19 Joe Edmonds <joe-bugs-debian-org@elem.com> (tiny change)
6718
6719 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Recognize `@' in
6720 function names.
6721
6722 2005-03-19 Eli Zaretskii <eliz@gnu.org>
6723
6724 * language/thai-word.el: New file.
6725
6726 2005-03-19 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
6727
6728 * files.el (backup-buffer): If the file's directory is not
6729 writable, use copy instead of move to backup the file.
6730
6731 2005-03-19 Eli Zaretskii <eliz@gnu.org>
6732
6733 * obsolete/keyswap.el: Moved to obsolete/ from term/.
6734
6735 2005-03-19 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6736
6737 * ps-print.el (ps-generate-string-list, ps-generate-header-line):
6738 Use functionp instead of symbolp and fboundp. Reported by Drkm
6739 <darkman_spam@yahoo.fr>.
6740 (ps-print-version): New version 6.6.6.
6741
6742 2005-03-18 Tak Ota <Takaaki.Ota@am.sony.com>
6743
6744 * textmodes/table.el (table--line-column-position): New idiom.
6745 (table--row-column-insertion-point-p): New function to test
6746 validity of row and column insertion operation at a location.
6747 (table-global-menu, table-cell-menu): Use above functions for
6748 deterministic test operation.
6749 (table--editable-cell-p): Behave in deterministic fashion.
6750
6751 2005-03-18 Juri Linkov <juri@jurta.org>
6752
6753 * isearch.el (isearch-lazy-highlight-new-loop):
6754 Make arguments beg and end optional.
6755 (isearch-update): Remove optional arguments nil from
6756 isearch-lazy-highlight-new-loop.
6757 (isearch-lazy-highlight-search): Let-bind case-fold-search to
6758 isearch-lazy-highlight-case-fold-search instead of
6759 isearch-case-fold-search, and let-bind isearch-regexp to
6760 isearch-lazy-highlight-regexp.
6761 Use isearch-lazy-highlight-last-string instead of isearch-string.
6762
6763 * replace.el (perform-replace): Remove bindings of global
6764 variables isearch-string, isearch-regexp, isearch-case-fold-search.
6765 Add three new arguments to `replace-highlight'.
6766 (replace-highlight): Add arguments string, regexp, case-fold.
6767 Let-bind isearch-string, isearch-regexp, isearch-case-fold-search
6768 to allow isearch-lazy-highlight-new-loop to use these values
6769 to set corresponding isearch-lazy-highlight-* internal
6770 variables whose values lazy highlighting will use regardless of
6771 changes to global variables isearch-string, isearch-regexp,
6772 isearch-case-fold-search during lazy highlighting loop.
6773 (replace-dehighlight): Rename `isearch-lazy-highlight-cleanup'
6774 to `lazy-highlight-cleanup'.
6775
6776 * textmodes/ispell.el (ispell-lazy-highlight): New defcustom.
6777 (ispell-highlight-face): Set default face to `isearch' when
6778 lazy highlighting is enabled.
6779 (ispell-highlight-spelling-error-overlay): Set `ispell-overlay'
6780 priority to 1. Add lazy highlighting.
6781 (ispell-highlight-spelling-error-xemacs): Remove obsolete arg
6782 from `isearch-dehighlight'.
6783
6784 2005-03-18 David Ponce <david@dponce.com>
6785
6786 * files.el (hack-local-variables): Do a case-insensitive search
6787 for End.
6788
6789 2005-03-18 Juri Linkov <juri@jurta.org>
6790
6791 * isearch.el (lazy-highlight-cleanup) <command>: Rename from
6792 `isearch-lazy-highlight-cleanup', add alias to old name and
6793 declare obsolete. Add release numbers to other obsolete vars.
6794 (isearch-done, isearch-lazy-highlight-new-loop):
6795 Rename `isearch-lazy-highlight-cleanup' to `lazy-highlight-cleanup'.
6796 (lazy-highlight-cleanup) <variable>: Doc fix.
6797 (isearch-lazy-highlight-update): Rename obsolete
6798 `isearch-lazy-highlight-face' to `lazy-highlight-face'.
6799
6800 2005-03-18 Kenichi Handa <handa@m17n.org>
6801
6802 * language/thai-util.el: Fix categorization of Thai characters in
6803 thai-category-table.
6804 (thai-composition-pattern): Adjust it for the above change.
6805 (thai-self-insert-command, thai-compose-syllable): New functions.
6806 (thai-compose-region): Use thai-compose-syllable.
6807 (thai-compose-string): Likewise.
6808 (thai-composition-function): Likewise.
6809 (thai-auto-composition): New function.
6810 (thai-auto-composition-mode): New minor mode.
6811
6812 * language/thai.el: Fix patterns to be registered in
6813 composition-function-table.
6814
6815 * international/quail.el (quail-input-method): Locally bind
6816 inhibit-modification-hooks to t.
6817
6818 2005-03-17 Richard M. Stallman <rms@gnu.org>
6819
6820 * progmodes/perl-mode.el (perl-mode-hook): Defvar it.
6821 (perl-mode): Use run-mode-hooks.
6822
6823 * mail/rmail.el (rmail-movemail-program, rmail-pop-password)
6824 (rmail-pop-password-required, rmail-remote-password): Doc fixes.
6825 (rmail-preserve-inbox, rmail-probe, rmail-autodetect): Doc fix.
6826
6827 * mail/sendmail.el (sendmail-send-it): Reenable the code
6828 to compute resend-to-address and use it.
6829
6830 * tar-mode.el (tar-mode): Turn off undo unconditionally.
6831
6832 * image-mode.el: New file.
6833
6834 * image.el (insert-sliced-image): Add autoload cookie.
6835
6836 * font-lock.el (font-lock-lines-before): New user option.
6837 (font-lock-after-change-function): Obey it.
6838
6839 * bindings.el (esc-map): Make M-g a prefix.
6840 Bind M-g g and M-g M-g to goto-line.
6841
6842 * faces.el (face-id): Doc fix.
6843
6844 2005-03-17 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
6845
6846 * mail/rmail.el (rmail-unknown-mail-followup-to): New function.
6847 (rmail-show-message): Use rmail-unknown-mail-followup-to.
6848 (rmail-reply): Recognize Mail-Followup-To and Mail-Reply-To headers.
6849
6850 * mail/sendmail.el (mail-yank-ignored-headers)
6851 (mail-font-lock-keywords, mail-mode-fill-paragraph):
6852 Add Mail-Followup-To and Mail-Reply-To headers.
6853 (mail-citation-hook): Add autoload cookie.
6854 (mail-mode): Doc fix.
6855 (mail-mode-map): Bind mail-mail-followup-to and mail-mail-reply-to.
6856 (mail-send): Compute Mail-Followup-To and Mail-Reply-To headers.
6857 (mail-mode-fill-paragraph): Handle those headers.
6858 (mail-mailing-lists): New variable.
6859 (mail-mail-reply-to, mail-mail-followup-to): New functions.
6860
6861 2005-03-17 Juri Linkov <juri@jurta.org>
6862
6863 * isearch.el (isearch-fallback): Check for `(car previous)'
6864 before calling `isearch-other-end-state'.
6865
6866 2005-03-17 Kim F. Storm <storm@cua.dk>
6867
6868 * simple.el (move-beginning-of-line): Move to beginning of buffer
6869 line, as well as beginning of screen line.
6870
6871 2005-03-16 Glenn Morris <gmorris@ast.cam.ac.uk>
6872
6873 * calendar/diary-lib.el (mark-diary-entries): Use new optional
6874 argument REDRAW rather than calendar-redrawing variable.
6875 * calendar/calendar.el (calendar-redrawing): Delete.
6876 (redraw-calendar): Do not bind calendar-redrawing.
6877
6878 2005-03-16 Matt Hodges <MPHodges@member.fsf.org>
6879
6880 * calendar/diary-lib.el (diary-redraw-calendar): Preserve point in
6881 diary-file buffer.
6882
6883 2005-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
6884
6885 * help.el (describe-mode): Allow a :minor-mode-function property to
6886 specify a different minor mode toggle function than the variable.
6887 * simple.el (auto-fill-function):
6888 * subr.el (add-minor-mode): Use it.
6889
6890 2005-03-16 Kenichi Handa <handa@m17n.org>
6891
6892 * language/ethio-util.el (sera-being-called-by-w3): New variable.
6893 (ethio-sera-to-fidel-ethio): Check also sera-being-called-by-w3.
6894 (ethio-fidel-to-sera-buffer): Likewise.
6895
6896 2005-03-16 Juri Linkov <juri@jurta.org>
6897
6898 * emacs-lisp/find-func.el (find-function-regexp):
6899 Add defun-emitting macro `menu-bar-make-toggle'.
6900
6901 * isearch.el: Put `isearch-scroll' property to
6902 `split-window-horizontally'.
6903
6904 * info.el: Update error messages for `debug-ignored-errors'.
6905 (Info-isearch-search): Doc fix.
6906 (Info-find-node): Move up code to go into info buffer before
6907 recording the node to the history.
6908 (Info-fontify-node): Fontify titles only if the next line
6909 has two or more `*', `=', `-', `.'.
6910 Display "go to this node" for empty (match-string 3).
6911
6912 2005-03-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6913
6914 * term/mac-win.el: Add mouse pointer shape constants.
6915
6916 2005-03-15 Kim F. Storm <storm@cua.dk>
6917
6918 * simple.el (move-beginning-of-line): Use vertical-motion.
6919
6920 2005-03-15 Juri Linkov <juri@jurta.org>
6921
6922 * isearch.el (isearch-error): New variable.
6923 (isearch-invalid-regexp, isearch-within-brackets): Remove.
6924 (isearch-error-state): Rename from `isearch-invalid-regexp-state'.
6925 (isearch-within-brackets-state): Remove.
6926 (isearch-case-fold-search-state, isearch-pop-fun-state):
6927 Decrease frame index.
6928 (isearch-mode, isearch-top-state, isearch-push-state)
6929 (isearch-edit-string, isearch-abort, isearch-search-and-update)
6930 (isearch-fallback, isearch-message-prefix, isearch-message-suffix)
6931 (isearch-search, isearch-lazy-highlight-new-loop):
6932 Replace `isearch-invalid-regexp' with `isearch-error'.
6933 Remove `isearch-within-brackets'.
6934 (isearch-search): Add `search-failed' handler to `condition-case'.
6935 (isearch-lazy-highlight-search): Add `condition-case' to catch
6936 errors and allow `isearch-lazy-highlight-update' to try
6937 highlighting from the beginning of the window.
6938 (isearch-repeat): Move up code to set isearch-wrapped to t
6939 before calling isearch-wrap-function.
6940
6941 * info.el (Info-isearch-initial-node): New internal variable.
6942 (Info-search): Signal an error in isearch mode when search leaves
6943 the initial node. Signal an error when `bound' is non-nil and
6944 nothing was found in the current subfile.
6945 (Info-isearch-search): Remove `condition-case'.
6946 (Info-isearch-wrap): Don't wrap when search failed during leaving
6947 the initial node. If `Info-isearch-search' is nil, wrap around
6948 the current node.
6949 (Info-isearch-start): New fun.
6950 (Info-mode): Add buffer-local hook `Info-isearch-start' to
6951 `isearch-mode-hook'.
6952
6953 2005-03-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6954
6955 * simple.el (normal-erase-is-backspace): Set default to t if
6956 running on Mac.
6957
6958 * term/mac-win.el (function-key-map): Sync with x-win.el.
6959
6960 2005-03-15 Kenichi Handa <handa@m17n.org>
6961
6962 * international/mule-cmds.el (locale-language-names): Modify the
6963 format of elements and add more entries.
6964 (locale-preferred-coding-systems): Add more entries.
6965 (set-locale-environment): Adjust for the change of
6966 locale-language-names.
6967
6968 2005-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
6969
6970 * pcvs.el (smerge-ediff): Remove bogus autoload.
6971
6972 2005-03-14 Lute Kamstra <lute@gnu.org>
6973
6974 * emacs-lisp/debug.el (debugger-make-xrefs): Docstring fix.
6975 Ignore a `*' at the beginning of a line.
6976
6977 * subr.el (macro-declaration-function): Move to emacs-lisp/byte-run.el.
6978 * emacs-lisp/byte-run.el (macro-declaration-function): Move from
6979 subr.el.
6980 (dont-compile, eval-when-compile, eval-and-compile): Use declare
6981 to specify indentation.
6982
6983 * generic.el (define-generic-mode): Let generic-mode-list be a
6984 list of strings; test membership with equal.
6985
6986 2005-03-14 Kim F. Storm <storm@cua.dk>
6987
6988 * simple.el (next-line, previous-line): Add optional try-vscroll
6989 arg to recognize interactive use. Pass it on to line-move.
6990 (line-move): Don't perform auto-window-vscroll when defining or
6991 executing keyboard macro to ensure consistent behavior.
6992
6993 2005-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
6994
6995 * pcvs-util.el (cvs-string->strings): Strip trailing whitespace.
6996
6997 2005-03-13 Lute Kamstra <lute@gnu.org>
6998
6999 * emacs-lisp/debug.el (debug): Set debug-on-exit before calling
7000 debugger-setup-buffer so that backtrace marks the frames set to
7001 debug-on-exit and we don't have to do it manually. Set an extra
7002 debug-on-exit for macro's.
7003 (debugger-setup-buffer): Don't mark the top frame manually.
7004
7005 2005-03-12 Lute Kamstra <lute@gnu.org>
7006
7007 * emacs-lisp/byte-run.el: Replace lisp-indent-hook with
7008 lisp-indent-function throughout.
7009 (with-no-warnings): Set lisp-indent-function property.
7010
7011 2005-03-12 Thien-Thi Nguyen <ttn@gnu.org>
7012
7013 * progmodes/dcl-mode.el (dcl-mode-syntax-table):
7014 Add entry for backslash.
7015
7016 2005-03-12 Juri Linkov <juri@jurta.org>
7017
7018 * info.el (Info-search): Four fixes for backward search.
7019
7020 2005-03-11 Jay Belanger <belanger@truman.edu>
7021
7022 * calc/calc.el (calc-language-alist): New variable.
7023 * calc/calc-embed.el (calc-embedded-language-alist): Remove.
7024 (calc-embedded-find-modes): Use calc-language-alist instead of
7025 calc-embedded-language-alist.
7026
7027 2005-03-11 Glenn Morris <gmorris@ast.cam.ac.uk>
7028
7029 * calendar/calendar.el (calendar-redrawing): New internal
7030 variable.
7031 (redraw-calendar): Remove bogus save-excursion from previous
7032 change. Bind calendar-redrawing to t for mark-diary-entries.
7033 * calendar/diary-lib.el (mark-diary-entries): No need to redraw
7034 calendar if that is why we were called.
7035
7036 2005-03-11 Kenichi Handa <handa@m17n.org>
7037
7038 * international/mule.el (make-coding-system): Set property
7039 coding-system-define-form to nil.
7040 (define-coding-system-alias): Likewise.
7041
7042 2005-03-11 Kenichi Handa <handa@m17n.org>
7043
7044 These changes are suggested by Dave Love <fx@gnu.org>.
7045
7046 * textmodes/fill.el: Change encoding to iso-2022-7bit and add
7047 coding: tag.
7048 (adaptive-fill-regexp): Add more bullets.
7049 (fill-french-nobreak-p): Add Latin-1 and Latin-9 guillemets in
7050 regexps.
7051
7052 2005-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
7053
7054 * help.el (describe-mode): Properly handle non-trivial lighters.
7055 Don't ignore minor modes that are not listed in minor-mode-list.
7056
7057 * tooltip.el (tooltip-mode): Don't complain that you can't turn the
7058 feature ON when the user requests to turn it OFF.
7059
7060 2005-03-10 Lute Kamstra <lute@gnu.org>
7061
7062 * emacs-lisp/debug.el (debug-entry-code): Delete it.
7063 (implement-debug-on-entry): New function to replace debug-entry-code.
7064 (debug-on-entry-1): Use implement-debug-on-entry. Delete the
7065 second argument as the 2005-03-07 change makes it obsolete.
7066 (debug-on-entry, cancel-debug-on-entry): Update call to
7067 debug-on-entry-1.
7068 (debug, debugger-setup-buffer): Comment update.
7069 (debugger-frame-number): Update to work with implement-debug-on-entry.
7070
7071 2005-03-10 Jay Belanger <belanger@truman.edu>
7072
7073 * calc/calc-embed.el (math-ms-args): Declare it.
7074 (calc-embedded-eval-expr, calc-embedded-eval-get-var): Use variable
7075 math-ms-args.
7076 (calc-embedded-subst): Use math-multi-subst-rec to substitute
7077 variables.
7078
7079 2005-03-10 Nick Roberts <nickrob@snap.net.nz>
7080
7081 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-get-location):
7082 Use message-box.
7083
7084 * tooltip.el (tooltip-mode): Use define-minor-mode and simplify.
7085 (tooltip-activate-mouse-motions-if-enabled): Use dolist.
7086 (tooltip-gud-tips): Simplify.
7087 (tooltip-gud-tips-p): Remove superfluous :set.
7088 (tooltip-gud-modes): Add fortran-mode.
7089 (gdb-tooltip-print): Remove newline for tooltip-use-echo-area.
7090
7091 * bindings.el (mode-line-mode-menu): Add tooltip-mode to mode-line.
7092
7093 2005-03-09 Kim F. Storm <storm@cua.dk>
7094
7095 * play/animate.el (animate-place-char): Use forward-line instead
7096 of next-line to improve performance.
7097
7098 2005-03-09 Simon Josefsson <jas@extundo.com>
7099
7100 * net/browse-url.el (browse-url-default-browser): Doc fix.
7101
7102 2005-03-09 Miles Bader <miles@gnu.org>
7103
7104 * emacs-lisp/bytecomp.el (byte-compile-variable-ref)
7105 (byte-compile-obsolete): Change " since VER" to " (as of Emacs VER)".
7106
7107 2005-03-09 Kenichi Handa <handa@m17n.org>
7108
7109 * international/latin-1.el: Set case and syntax for 255 only if
7110 set-case-syntax-set-multibyte is nil.
7111
7112 * textmodes/ispell.el (ispell-insert-word): New function.
7113 (ispell-word): Use ispell-insert-word to insert a new word.
7114 (ispell-process-line): Likewise.
7115 (ispell-complete-word): Likewise.
7116
7117 2005-03-09 Glenn Morris <gmorris@ast.cam.ac.uk>
7118
7119 * calendar/calendar.el (redraw-calendar): Preserve point.
7120 Reported by Matt Hodges <MPHodges@member.fsf.org>.
7121 (calendar-week-start-day): Move after definition of
7122 redraw-calendar. Delete buffer test, since redraw-calendar has
7123 that now.
7124
7125 * calendar/diary-lib.el (mark-diary-entries): Only call
7126 redraw-calendar in the first of any recursive calls.
7127 Reported by Alan Shutko <ats@acm.org>.
7128
7129 2005-03-08 Juri Linkov <juri@jurta.org>
7130
7131 * textmodes/sgml-mode.el (sgml-tag, html-tag-alist)
7132 (html-horizontal-rule, html-line, html-image, html-checkboxes)
7133 (html-radio-buttons): Add a space before the trailing `/>' where
7134 sgml-xml-mode is non-nil.
7135 (sgml-delete-tag): Check if the tag ends with `/>' to not delete
7136 the subsequent tag of the empty XML tag.
7137 (html-href-anchor): Don't set initial input to "http:".
7138 (html-image): Ask for the image URL and set point inside alt="".
7139 (html-name-anchor): Duplicate the name in the `id' attribute when
7140 sgml-xml-mode is non-nil.
7141 (html-paragraph): Remove \n before <p>.
7142 (html-checkboxes, html-radio-buttons): Insert `checked="checked"'
7143 instead of `checked' when sgml-xml-mode is non-nil.
7144
7145 * facemenu.el (list-colors-print): Print #RRGGBB in default face.
7146 Remove 1 space before #RRGGBB to not truncate it on terminal
7147 windows w/o fringes. Remove 1 space between bg and fg examples
7148 to get more space.
7149 (list-colors-duplicates): Replace `and' with `if' for `boundp' to
7150 avoid byte-compile warnings.
7151
7152 * image-file.el (image-file-handler): Put `safe-magic' property to
7153 `image-file-handler'.
7154
7155 * info.el (Info-isearch-search): Emulate word search in
7156 isearching through multiple Info nodes with Info-search.
7157 (Info-isearch-wrap): Allow isearch-word.
7158
7159 2005-03-08 Lute Kamstra <lute@gnu.org>
7160
7161 * emacs-lisp/debug.el (debugger-step-through): Make sure that
7162 stepping into the debugger's code is not possible.
7163 (debugger-jumping-flag): Docstring update.
7164
7165 2005-03-08 Jay Belanger <belanger@truman.edu>
7166
7167 * calc/calc-embed.el (calc-do-embedded): Reset mode line when
7168 embedded mode begins.
7169 (calc-embedded-language-alist): New variable.
7170 (calc-embedded-find-modes): Use calc-embedded-language-alist to
7171 set default language mode.
7172
7173 2005-03-08 Kenichi Handa <handa@m17n.org>
7174
7175 * international/ccl.el (define-ccl-program): Fix docstring about
7176 extra 256 bytes assured for the output buffer.
7177
7178 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
7179 Fix BUFFER_MAGNIFICATION to 2.
7180 (ccl-encode-mule-utf-16be-with-signature): Likewise.
7181
7182 2005-03-07 Karl Chen <quarl@cs.berkeley.edu>
7183
7184 * align.el (align-rules-list): Added an alignment rule for CSS
7185 declarations (applies to css-mode and html-mode buffers).
7186
7187 2005-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
7188
7189 * emacs-lisp/debug.el (debug-on-entry-1): Fix handling of macros.
7190
7191 2005-03-07 Kim F. Storm <storm@cua.dk>
7192
7193 * simple.el (move-beginning-of-line): New command.
7194
7195 * bindings.el (global-map): Bind C-a to move-beginning-of-line.
7196
7197 * reveal.el (reveal-mode-map): Bind C-a to beginning-of-line.
7198
7199 * emulation/cua-base.el: Put CUA move property on move-end-of-line
7200 and move-beginning-of-line.
7201
7202 * apropos.el (apropos-print): Omit command from M-x ... RET.
7203
7204 2005-03-07 Nick Roberts <nickrob@snap.net.nz>
7205
7206 * progmodes/gdb-ui.el (gdb-var-create-handler): Handle just MI case.
7207 (gdb-send, gdb-send-item): Log items sent from gdb-send too.
7208
7209 2005-03-06 Richard M. Stallman <rms@gnu.org>
7210
7211 * bindings.el (esc-map): Bind M-g to goto-line.
7212
7213 * facemenu.el (global-map): Bind M-o, not M-g.
7214
7215 2005-03-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7216
7217 * menu-bar.el (menu-bar-file-menu): Add the same :enable to
7218 "Open Directory" as for "Open File".
7219
7220 2005-03-06 Chong Yidong <cyd@stupidchicken.com>
7221
7222 * simple.el (activate-mark-hook, deactivate-mark-hook): Add defvars.
7223 (push-mark-command): Run activate-mark-hook.
7224
7225 2005-03-06 Richard M. Stallman <rms@gnu.org>
7226
7227 * help-mode.el (help-mode-finish): Don't alter the element
7228 in view-return-to-alist if there already is one.
7229
7230 * jit-lock.el (jit-lock-stealth-fontify): When calling sit-for,
7231 make sure the current buffer is the expected one.
7232
7233 * novice.el (disabled-command-function): Output in *Disabled Command*.
7234 Explicitly ignore non-keyboard events, and explicitly handle C-g.
7235
7236 * textmodes/flyspell.el (flyspell-large-region):
7237 Pass args differently for aspell.
7238
7239 * files.el (mode-require-final-newline): Doc fix.
7240
7241 2005-03-03 Stephan Stahl <stahl@eos.franken.de> (tiny change)
7242
7243 * progmodes/which-func.el (which-function):
7244 Specify NOERROR when calling imenu--make-index-alist.
7245
7246 2005-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
7247
7248 * simple.el (normal-erase-is-backspace): Define default value.
7249
7250 * custom.el (custom-theme-set-variables): Remove unused var `immediate'.
7251 (custom-reevaluate-setting): Simple function to handle
7252 variables that are defined before their default value can really
7253 be computed.
7254
7255 * startup.el (command-line): Use it for temporary-file-directory,
7256 small-emporary-file-directory, auto-save-file-name-transforms,
7257 blink-cursor-mode, and normal-erase-is-backspace.
7258
7259 * font-lock.el (font-lock-fontify-keywords-region): Ensure forward
7260 progress, even with buggy anchored keywords.
7261
7262 2005-03-05 Luc Teirlinck <teirllm@auburn.edu>
7263
7264 * simple.el (goto-line): Remove unbalanced final parenthesis.
7265
7266 2005-03-05 Richard M. Stallman <rms@gnu.org>
7267
7268 * simple.el (goto-line): Use a number at point as the default.
7269 With C-u as arg, switch buffers.
7270
7271 2005-03-05 Juri Linkov <juri@jurta.org>
7272
7273 * frame.el (blink-cursor-mode): Replace `emacs-quick-startup'
7274 with `no-blinking-cursor'.
7275
7276 * startup.el (no-blinking-cursor): New defvar.
7277 (command-line): Add `--no-blinking-cursor' to longopts.
7278 Set `no-blinking-cursor' to t for command line arguments
7279 -Q, -nbc, --no-blinking-cursor. Replace `emacs-quick-startup'
7280 with `no-blinking-cursor' in the condition for calling
7281 `blink-cursor-mode'.
7282
7283 2005-03-04 Luc Teirlinck <teirllm@auburn.edu>
7284
7285 * menu-bar.el (menu-bar-make-mm-toggle): Doc fix.
7286 (menu-bar-options-save): Add blink-cursor-mode.
7287 (menu-bar-options-menu): Add blink-cursor-mode.
7288
7289 2005-03-04 Ulf Jasper <ulf.jasper@web.de>
7290
7291 * calendar/icalendar.el (icalendar-version): Increase to 0.11.
7292 (icalendar-export-file, icalendar-export-region)
7293 (icalendar-import-file, icalendar-import-buffer): Add autoload cookies.
7294 (icalendar--convert-ical-to-diary): Fix problem with DURATION.
7295
7296 2005-03-04 Lute Kamstra <lute@gnu.org>
7297
7298 * emacs-lisp/debug.el (debugger-step-after-exit): Make it a defvar.
7299 (debug-function-list): Ditto.
7300
7301 2005-03-04 Robert J. Chassell <bob@rattlesnake.com>
7302
7303 * textmodes/texinfmt.el (texinfo-append-refill):
7304 Redefine the types of line to which @refill
7305 is not appended by replacing a search for `@refill\\|@bye' with
7306 `@refill\\|^[ \t]*@'. The intent is to solve both the `@end
7307 itemize@refill' bug and the unfilled long lines bug.
7308 (texinfmt-version): Update number and date.
7309
7310 2005-03-04 Reiner Steib <Reiner.Steib@gmx.de>
7311
7312 * international/code-pages.el (windows-1250, windows-125[2-8])
7313 (iso-8859-10, -13, -16, georgian-ps): Add autoload cookies.
7314
7315 2005-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
7316
7317 * frame.el (blink-cursor-mode): `emacs-quick-startup' may not be
7318 bound yet.
7319
7320 2005-03-02 Romain Francoise <romain@orebokech.com>
7321
7322 * ibuf-ext.el (ibuffer-filter-disable): Move back to the current
7323 buffer after removing limits.
7324 (ibuffer-pop-filter): Ditto.
7325 Update copyright.
7326
7327 2005-03-02 Miles Bader <miles@gnu.org>
7328
7329 * button.el (make-text-button): If the user doesn't specify a
7330 type, use the default. Rewrite to use `add-text-properties' and
7331 plist functions.
7332
7333 2005-03-01 Lute Kamstra <lute@gnu.org>
7334
7335 * emacs-lisp/debug.el (inhibit-debug-on-entry): Add docstring.
7336 (debugger-jumping-flag): New var.
7337 (debug-entry-code): Use it.
7338 (debugger-jump): Use debugger-jumping-flag and add
7339 debugger-reenable to post-command-hook.
7340 (debugger-reenable): Use debugger-jumping-flag and remove itself
7341 from post-command-hook.
7342 (debug, debug-on-entry, cancel-debug-on-entry): Remove call to
7343 debugger-reenable.
7344
7345 2005-03-01 Robert J. Chassell <bob@rattlesnake.com>
7346
7347 * textmodes/texinfmt.el (texinfo-no-refill-regexp): Comment out
7348 inclusion of "itemize\\|", which may be unnecessary, is certainly
7349 inelegant, and stops refilling in itemize lists when formatting
7350 Japanese Texinfo files to Info.
7351 Update copyright to 2005.
7352
7353 2005-03-01 Nick Roberts <nickrob@snap.net.nz>
7354
7355 * progmodes/gdb-ui.el (gdb-get-location): Use a warning instead
7356 of an error if GDB can't find the source file.
7357
7358 2005-03-01 Glenn Morris <gmorris@ast.cam.ac.uk>
7359
7360 * calendar/calendar.el (redraw-calendar): Work from any buffer,
7361 not just the calendar.
7362
7363 * calendar/diary-lib.el (mark-diary-entries): Remove any old marks
7364 first.
7365 (diary-redraw-calendar): New function.
7366 (make-diary-entry): Add diary-redraw-calendar to local
7367 write-contents-functions. Turn off selective display before
7368 inserting in diary.
7369
7370 2005-03-01 Kim F. Storm <storm@cua.dk>
7371
7372 * emacs-lisp/copyright.el (copyright-fix-years): New command.
7373
7374 2005-03-01 Lute Kamstra <lute@gnu.org>
7375
7376 * emacs-lisp/debug.el (debug-on-entry-1): Reimplement to make sure
7377 that debug-entry-code can be safely removed from a function while
7378 this code is being evaluated. Revert the 2005-02-27 change as the
7379 new implementation no longer requires it. Make sure that a
7380 function body containing just a string is not mistaken for a docstring.
7381 (debug): Skip one more frame in case of debug on entry.
7382 (debugger-setup-buffer): Delete one more frame line in case of
7383 debug on entry.
7384 (debugger-frame-number): Update to use the new text introduced by
7385 the 1999-11-03 change. Skip one more frame in case of debug on entry.
7386
7387 2005-02-28 Kim F. Storm <storm@cua.dk>
7388
7389 * double.el (double-translate-key): Call force-window-update after
7390 read-event to avoid crash in redisplay.
7391
7392 2005-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
7393
7394 * emacs-lisp/debug.el (inhibit-debug-on-entry): New var.
7395 (debug): Use it. Move the inhibit-trace earlier.
7396 (debug-entry-code): New const.
7397 (debug-on-entry-1): Use it.
7398
7399 2005-02-28 Chong Yidong <cyd@stupidchicken.com>
7400
7401 * international/utf-16.el (ccl-encode-mule-utf-16le):
7402 Fix BUFFER_MAGNIFICATION to 2.
7403 (ccl-encode-mule-utf-16be): Likewise.
7404
7405 2005-02-28 Kenichi Handa <handa@m17n.org>
7406
7407 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
7408 Fix BUFFER_MAGNIFICATION to 4.
7409 (ccl-encode-mule-utf-16be-with-signature): Likewise.
7410
7411 2005-02-28 Nick Roberts <nickrob@snap.net.nz>
7412
7413 * speedbar.el (speedbar-update-flag): Doc fix.
7414 (speedbar-show-info-under-mouse): Give set-mouse-position the right
7415 argument.
7416
7417 2005-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
7418
7419 * reveal.el (reveal-post-command): Don't try to reveal overlays which
7420 have a non-nil `invisible' property but are actually visible.
7421
7422 * progmodes/perl-mode.el (perl-imenu-generic-expression): Add entries
7423 for perldoc sections.
7424 (perl-outline-regexp, perl-outline-level): New var and function.
7425 (perl-mode): Use them.
7426
7427 2005-02-27 Glenn Morris <gmorris@ast.cam.ac.uk>
7428
7429 * calendar/diary-lib.el (diary-remind): Discard any mark portion
7430 from diary-entry. Reported by Andrew Kemp <ajwk@pell.uklinux.net>.
7431
7432 2005-02-27 Luc Teirlinck <teirllm@auburn.edu>
7433
7434 * cus-edit.el: Comment change.
7435 (custom-buffer-create-internal): Slightly reword text at top of
7436 Custom buffers. Mention there that saving an option edits the
7437 init file. Add link to Emacs manual node on `custom-file'.
7438 (custom-magic-alist): Rewrite individual State messages to use
7439 capitalized keywords. Doc fix.
7440
7441 2005-02-27 Matt Hodges <MPHodges@member.fsf.org>
7442
7443 * calendar/calendar.el (calendar-buffer): Move above
7444 calendar-week-start-day.
7445 (calendar-week-start-day): Doc fix. Add :set function.
7446 (calendar-minimum-window-height): New variable.
7447 (generate-calendar-window): Only resize window if selected-window
7448 is displaying the calendar buffer. Use new variable
7449 calendar-minimum-window-height.
7450 (generate-calendar): Reword error message.
7451 (calendar-mode-map): Bind DEL to scroll-other-window-down.
7452
7453 2005-02-27 Andreas Schwab <schwab@suse.de>
7454
7455 * vc.el (vc-do-command): Don't run command asynchronously when
7456 operating in a remote directory.
7457
7458 * net/tramp.el (tramp-file-name-for-operation): Fix misapplied
7459 change from sync with Tramp 2.0.47.
7460
7461 2005-02-27 Richard M. Stallman <rms@gnu.org>
7462
7463 * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
7464
7465 * textmodes/flyspell.el (flyspell-mode-on):
7466 Call ispell-change-dictionary only if necessary.
7467
7468 * emacs-lisp/re-builder.el (regexp-builder): New function.
7469
7470 * register.el (describe-register-1): Explicitly handle
7471 yank-excluded-properties = t.
7472
7473 * cus-edit.el (custom-buffer-create-internal): Improve progress msgs.
7474 (custom-magic-alist): Change the status descriptions again.
7475 (face widget-type): Total rewrite based on `restricted-sexp'
7476 to eliminate the confusing double hiding levels.
7477
7478 * emacs-lisp/debug.el (debug-on-entry-1):
7479 If function body is empty, add nil as body form.
7480
7481 2005-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
7482
7483 * emacs-lisp/trace.el (inhibit-trace): New var.
7484 (trace-make-advice): Use it.
7485
7486 * emacs-lisp/debug.el (debug): Put back the inhibit-trace.
7487
7488 2005-02-26 Kim F. Storm <storm@cua.dk>
7489
7490 * mouse.el (mouse-1-click-in-non-selected-windows): New defcustom.
7491 (mouse-on-link-p, mouse-drag-region-1): Use it.
7492
7493 2005-02-25 Lute Kamstra <lute@gnu.org>
7494
7495 * replace.el (query-replace-read-from): Fix 2005-02-19 change.
7496
7497 2005-02-24 Luc Teirlinck <teirllm@auburn.edu>
7498
7499 * frame.el (blink-cursor-mode): Add :group keyword.
7500
7501 2005-02-24 Ulf Jasper <ulf.jasper@web.de>
7502
7503 * calendar/icalendar.el (icalendar--decode-isodatetime):
7504 New optional argument DAY-SHIFT.
7505 (icalendar-export-region): Fix coding-system-for-write.
7506 (icalendar--convert-ical-to-diary): Shift end-day of all-day
7507 events by one.
7508
7509 2005-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
7510
7511 * textmodes/tex-mode.el (tex-font-lock-keywords-3): #n is atomic.
7512
7513 2005-02-24 Kim F. Storm <storm@cua.dk>
7514
7515 * international/iso-acc.el (iso-accents-compose): Fix crash
7516 during redisplay. Call force-window-update after read-event
7517 and delete-region to signal that window is not accurate.
7518
7519 2005-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
7520
7521 * emacs-lisp/debug.el (debug): Hide the buffer if it's not killed.
7522 Remove unused and inexistent var `inhibit-trace'.
7523 (debugger-mode): Use run-mode-hooks.
7524 (debugger-list-functions): Add buttons; setup xref stack.
7525
7526 2005-02-23 Richard M. Stallman <rms@gnu.org>
7527
7528 * calendar/appt.el (appt-time-msg-list): 3rd elt of each
7529 appointment says it was explicitly made.
7530 (appt-add): Set the 3rd element.
7531 (appt-make-list): Preserve explicit appointments.
7532
7533 * subr.el (find-tag-default): Catch errors in forward-sexp.
7534
7535 2005-02-23 Juri Linkov <juri@jurta.org>
7536
7537 * info.el (Info-isearch-search): New defcustom.
7538 (Info-isearch-search): Call the default isearch function
7539 when Info-isearch-search is nil.
7540 (Info-isearch-wrap): Use variable Info-isearch-search.
7541
7542 2005-02-22 Luc Teirlinck <teirllm@auburn.edu>
7543
7544 * cus-edit.el: Comment change.
7545
7546 2005-02-22 Kim F. Storm <storm@cua.dk>
7547
7548 * progmodes/hideif.el (hide-ifdef-use-define-alist):
7549 Use completing-read. Suggested by Juan-Leon Lahoz Garcia.
7550
7551 2005-02-22 Simon Josefsson <jas@extundo.com>
7552
7553 * net/browse-url.el (browse-url-netscape-new-window-is-tab):
7554 New variable.
7555 (browse-url-netscape): Use it. Suggested by "Johann 'Myrkraverk'
7556 Oskarsson" <myrkraverk@users.sourceforget.net>.
7557
7558 2005-02-22 Kim F. Storm <storm@cua.dk>
7559
7560 * mouse.el (mouse-on-link-p): If arg POS is a mouse event,
7561 check that window of that event is the selected window.
7562 (mouse-drag-region-1): Compare mouse event window to selected
7563 window before setting point.
7564
7565 * tooltip.el (tooltip-show-help-function): Pass event to
7566 mouse-on-link-p so it can check selected window.
7567
7568 2005-02-22 Kenichi Handa <handa@m17n.org>
7569
7570 * ps-mule.el (ps-mule-header-string-charsets): Delete it.
7571 (ps-mule-show-warning): New function.
7572 (ps-mule-begin-job): Use ps-mule-show-warning if unprintable
7573 characters are found.
7574
7575 * ps-print.el (ps-header-footer-string): Return a list of header
7576 and footer strings.
7577
7578 2005-02-21 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
7579
7580 * pcvs.el (cvs-retrieve-revision): Fix thinko.
7581
7582 2005-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
7583
7584 * frame.el (blink-cursor-mode): Use define-minor-mode.
7585
7586 * term/mac-win.el (function-key-map): Use char-names more consistently.
7587 (file-name-coding-system): Only set it for MacOS-9. The other case is
7588 already handled in mule-cmds.el (where it also works when mac-win.el
7589 is not used).
7590
7591 2005-02-21 Kenichi Handa <handa@m17n.org>
7592
7593 * international/mule.el (ctext-pre-write-conversion): Always use
7594 " *code-converting-work*" buffer for work.
7595
7596 * textmodes/ispell.el (ispell-dictionary-alist): Fix docstring.
7597
7598 2005-02-20 Thien-Thi Nguyen <ttn@gnu.org>
7599
7600 * progmodes/scheme.el (scheme-font-lock-keywords-2): Handle named-let.
7601
7602 2005-02-20 Jonathan Yavner <jyavner@member.fsf.org>
7603
7604 * ses.el (undo-more): Restore defadvice, but only the part that
7605 allows changes outside the restricted area of the buffer.
7606
7607 2005-02-20 Kim F. Storm <storm@cua.dk>
7608
7609 * simple.el (line-move): Add fourth optional arg try-vscroll which
7610 must be set to perform auto-window-vscroll.
7611 When moving backwards and doing auto-window-vscroll, automatically
7612 vscroll to the last part of lines which are taller than the window.
7613 (next-line, previous-line): Set try-vscroll arg on line-move.
7614
7615 2005-02-19 Dan Nicolaescu <dann@ics.uci.edu>
7616
7617 * replace.el (query-replace, query-replace-regexp)
7618 (replace-string, replace-regexp): When operating on region, make
7619 the minibuffer prompt say so.
7620
7621 * isearch.el (isearch-forward): Document isearch-query-replace and
7622 isearch-query-replace-regexp keybindings.
7623
7624 2005-02-19 Jay Belanger <belanger@truman.edu>
7625
7626 * calc/calc-aent.el (math-read-token): Add local variable.
7627
7628 * calc/calc-prog.el (calc-user-define-edit): Add local variable.
7629 (calc-edit-top): Move declaration to earlier in file.
7630 (calc-edit-macro-repeats): Add local variables.
7631
7632 * calc/calcalg2.el: Add differentiation rule for calcFunc-coth.
7633 Adjust differentiation rules for calcFunc-tan, calcFunc-cot,
7634 calcFunc-tanh.
7635 Adjust integration rule for calcFunc-tan.
7636
7637 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
7638
7639 * viper-cmd.el (viper-prefix-commands): Make into a defconst.
7640 (viper-exec-buffer-search): Use regexp-quote to quote buffer string.
7641 (viper-minibuffer-setup-sentinel): Make some variables buffer-local.
7642 (viper-skip-separators): Bug fix.
7643 (viper-set-searchstyle-toggling-macros): Allow to unset macros in a
7644 particular major mode.
7645 (viper-del-backward-char-in-replace): Don't put deleted char on the
7646 kill ring.
7647
7648 * viper-ex.el (viper-color-display-p): New function.
7649 (viper-has-face-support-p): Use viper-color-display-p.
7650
7651 * viper-keym.el (viper-gnus-modifier-map): New keymap.
7652
7653 * viper-macs.el (viper-unrecord-kbd-macro): Bug fix.
7654
7655 * viper-util.el (viper-glob-unix-files): Fix shell status check.
7656 (viper-file-remote-p): Make equivalent to file-remote-p.
7657
7658 * viper.el (viper-major-mode-modifier-list):
7659 Use viper-gnus-modifier-map.
7660
7661 2005-02-19 David Kastrup <dak@gnu.org>
7662
7663 * subr.el (subregexp-context-p): Fix garbled doc string by adding
7664 quoting.
7665
7666 2005-02-19 Jay Belanger <belanger@truman.edu>
7667
7668 * calc/calc-math.el (calc-arctan, calc-tanh, calc-arctanh):
7669 Remove extra definitions.
7670 (calc-coth): New function.
7671 (calcFunc-cot): Fix `let'.
7672
7673 2005-02-19 Eli Zaretskii <eliz@gnu.org>
7674
7675 * faces.el (escape-glyph, minibuffer-prompt): Add commentary for
7676 the reasons we use "type pc" in these faces.
7677
7678 * button.el (button): Ditto.
7679
7680 2005-02-19 Michael Mauger <mmaug@yahoo.com>
7681
7682 * replace.el (query-replace-read-from): Set the value of
7683 query-replace-from-history-variable to handle the case of an empty
7684 string entered to accept the suggested default.
7685
7686 * net/tramp.el (tramp-file-name-for-operation):
7687 Use dired-call-process instead of dired-call-process-command.
7688
7689 2005-02-19 Jay Belanger <belanger@truman.edu>
7690
7691 * calc/calc-arith.el (math-trig-inverses, math-div-trig)
7692 (math-div-non-trig): New variables.
7693 (math-combine-prod-trig, math-div-new-trig, math-div-new-non-trig)
7694 (math-div-isolate-trig, math-div-isolate-trig-term): New functions.
7695 (math-combine-prod, math-div-symb-fancy): Add simplifications for
7696 trig expressions.
7697
7698 2005-02-19 Nick Roberts <nickrob@snap.net.nz>
7699
7700 * progmodes/gdb-ui.el (gdb-var-update-handler)
7701 (gdb-speedbar-timer-fn): Ensure speedbar updates with new values
7702 for watch expressions,
7703 (gdb-var-create-handler): Don't set speedbar-update-flag.
7704 (gdb-post-prompt): Simplify test for speedbar.
7705
7706 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
7707
7708 * ediff.el (ediff-set-diff-overlays-in-one-buffer)
7709 (ediff-set-fine-overlays-in-one-buffer,ediff-goto-word): Make sure
7710 we use the syntax table of the correct buffer.
7711 (ediff-same-file-contents,ediff-same-contents): Enhancements thanks to
7712 Felix Gatzemeier.
7713
7714 * ediff-init.el (ediff-hide-face): Check for definedness of functions.
7715 (ediff-file-remote-p): Make synonymous with file-remote-p.
7716 In all deffaces ediff-*-face-*, use min-colors.
7717
7718 * ediff-mult.el (ediff-meta-mark-equal-files): Make use of
7719 ediff-recurse-to-subdirectories.
7720 (ediff-mark-if-equal): Check that the arguments are strings, use
7721 ediff-same-contents (after to Felix Gatzemeier).
7722
7723 * ediff.el (ediff-merge-on-startup): Don't set buffer-modified-p to
7724 nil.
7725
7726 2005-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
7727
7728 * log-view.el (log-view-message-re): Fix up Subversion regexp.
7729
7730 2005-02-18 David Kastrup <dak@gnu.org>
7731
7732 * progmodes/meta-mode.el (meta-mark-active): Fix condition to just
7733 use `mark-active' when defined.
7734
7735 2005-02-18 Kenichi Handa <handa@m17n.org>
7736
7737 * ps-print.el (ps-font-info-database): New entry
7738 ZapfChancery-MediumItalic with correct font name. Fix font name
7739 of the entry Zapf-Chancery-MediumItalic.
7740
7741 2005-02-16 Luc Teirlinck <teirllm@auburn.edu>
7742
7743 * autorevert.el (auto-revert-stop-on-user-input): Further doc fix.
7744
7745 2005-02-16 Kim F. Storm <storm@cua.dk>
7746
7747 * ido.el (ido-fallback-command): Pass user input to fallback command.
7748
7749 2005-02-16 Nick Roberts <nickrob@snap.net.nz>
7750
7751 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
7752 (gdb-find-file-hook): Add server prefix.
7753
7754 2005-02-16 Richard M. Stallman <rms@gnu.org>
7755
7756 * replace.el (perform-replace): Pass new args to replace-highlight.
7757 (replace-highlight): Take region args,
7758 and pass them to isearch-lazy-highlight-new-loop.
7759
7760 * novice.el (disabled-command-hook): Autoload the defalias
7761 and the make-obsolete-variable call.
7762
7763 * menu-bar.el (menu-bar-select-frame): FRAME defaults to selected.
7764
7765 * isearch.el (isearch-lazy-highlight-start-limit)
7766 (isearch-lazy-highlight-end-limit): New variables limit
7767 the region for highlighting.
7768 (isearch-lazy-highlight-new-loop): New args BEG and END.
7769 (isearch-lazy-highlight-search): Use the new vars.
7770 (isearch-lazy-highlight-update): Likewise.
7771
7772 * dired.el (dired-build-subdir-alist): Bind buffer-undo-list to t.
7773
7774 * cus-start.el (all): Use default-boundp.
7775
7776 2005-02-15 David Casperson <casper@unbc.ca> (tiny change)
7777
7778 * menu-bar.el (menu-bar-select-frame): Handle current frame.
7779
7780 2005-02-15 Luc Teirlinck <teirllm@auburn.edu>
7781
7782 * autorevert.el (auto-revert-stop-on-user-input)
7783 (auto-revert-verbose): Doc fixes.
7784
7785 2005-02-15 Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de>
7786
7787 * international/mule-cmds.el (set-locale-environment): Remove call
7788 to set-selection-coding-system on Windows.
7789
7790 2005-02-15 Jay Belanger <belanger@truman.edu>
7791
7792 * calc/calc-alg.el: Add simplification rules for calcFunc-sec,
7793 calcFunc-csc, calcFunc-cot, calcFunc-sech, calcFunc-csch, and
7794 calcFunc-coth.
7795 (math-simplify-sqrt): Add simplifications.
7796
7797 * calc/calc-arith.el (math-real-if-arg-functions): Add functions
7798 to list.
7799
7800 * calc/calc-ext.el: Add functions to autoloads.
7801
7802 * calc/calc-math.el (calc-sec, calc-csc, calc-cot, calc-sech)
7803 (calc-csch, calc-coth, calcFunc-sec, calcFunc-csc, calcFunc-cot)
7804 (calcFunc-sech, calcFunc-csch, calcFunc-coth, math-sec-raw)
7805 (math-csc-raw, math-cot-raw): New functions.
7806
7807 * calc/calc-rules.el (calc-DistribRules, calc-NegateRules): Add rules.
7808
7809 * calc/calc-undo.el (calc-handle-undo): Remove prefix from
7810 the variable name in a message.
7811
7812 * calc/calc-units.el: Add simplification rules for calcFunc-sec,
7813 calcFunc-csc, calcFunc-cot.
7814
7815 * calc/calcalg2.el: Add derivative and integration rules for
7816 calcFunc-sec, calcFunc-csc, calcFunc-cot, calcFunc-sech,
7817 calcFunc-csch, calcFunc-coth.
7818 (math-do-integral-methods): Add to checks for when to use
7819 substitutions.
7820
7821 * calc/calccomp.el (math-eqn-special-funcs): Add functions to list.
7822
7823 2005-02-15 Lute Kamstra <lute@gnu.org>
7824
7825 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
7826 Add ;;;###autoload to `outline-regexp'. Suggested by Stefan Monnier
7827 <monnier@iro.umontreal.ca>
7828 (lisp-outline-level): Improve efficiency. Suggested by David
7829 Kastrup <dak@gnu.org>.
7830
7831 2005-02-15 Nick Roberts <nickrob@snap.net.nz>
7832
7833 * progmodes/gdb-ui.el (gdb-find-file-unhook): New variable.
7834 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1)
7835 (gdb-set-gud-minor-mode-existing-buffers): New functions.
7836 (gdb-find-file-hook): New hook. Add it to find-file-hook.
7837 (gdb-info-breakpoints-custom, gdb-source-info): Simplify.
7838
7839 2005-02-14 Luc Teirlinck <teirllm@auburn.edu>
7840
7841 * cus-start.el (all): Comment change.
7842
7843 2005-02-14 Lute Kamstra <lute@gnu.org>
7844
7845 * cus-start.el (all): Check if symbol is void.
7846
7847 2005-02-14 Carsten Dominik <dominik@science.uva.nl>
7848
7849 * textmodes/reftex-cite.el (reftex-do-citation): Cleanup single
7850 optional argument to \cite.
7851
7852 2005-02-14 Richard M. Stallman <rms@gnu.org>
7853
7854 * cus-edit.el (custom-buffer-create-internal): Update help message.
7855 (custom-magic-alist): Update help messages.
7856
7857 * cus-start.el (all): Allow a var to specify a standard value.
7858
7859 2005-02-12 Luc Teirlinck <teirllm@auburn.edu>
7860
7861 * custom.el (custom-theme-set-variables): Handle variable aliases.
7862
7863 * frame.el (blink-cursor-timer): Doc fix.
7864 (blink-cursor): Make it an alias for `blink-cursor-mode' and
7865 declare obsolete.
7866 (blink-cursor-mode): Define with defcustom and use correct
7867 standard expression in that defcustom.
7868 * startup.el (command-line): Adapt to above changes in frame.el.
7869
7870 2005-02-11 Lute Kamstra <lute@gnu.org>
7871
7872 * apropos.el (apropos-score-doc): Prevent division by zero.
7873
7874 2005-02-11 Ulf Jasper <ulf.jasper@web.de>
7875
7876 * calendar/icalendar.el (icalendar--get-event-property): Doc fix.
7877 (icalendar--get-event-property-attributes)
7878 (icalendar--get-event-properties)
7879 (icalendar--datetime-to-diary-date): New functions.
7880 (icalendar--split-value): Doc fix.
7881 (icalendar--datetime-to-noneuropean-date)
7882 (icalendar--datetime-to-european-date): New optional argument
7883 SEPARATOR. Return result as a string instead of a list.
7884 (icalendar--get-weekday-number): Check if ABBREVWEEKDAY is nil.
7885 (icalendar--convert-string-for-export): Rename arg S to STRING.
7886 (icalendar-export-region): Doc fix. Change name of error buffer.
7887 Save output buffer.
7888 (icalendar-import-file): Add blank at end of prompt.
7889 (icalendar-import-buffer): Doc fix. Do not switch to error
7890 buffer. Indicate status in return value.
7891 (icalendar--convert-ical-to-diary): Doc fix. Change name of error
7892 buffer. Save output buffer. Handle exception from recurrence
7893 rules (EXDATE, EXRULE). Handle start- and end-date of recurring
7894 events. Fix problems with weekly all-day events.
7895
7896 2005-02-10 Richard M. Stallman <rms@gnu.org>
7897
7898 * simple.el (eval-expression-print-format):
7899 Avoid warning about edebug-active.
7900
7901 * help.el (help-for-help-internal): Rename from help-for-help.
7902 (help-for-help): Define with defalias.
7903
7904 * font-core.el (font-lock-default-function): Use with-no-warnings.
7905
7906 * cus-edit.el (custom-buffer-create-internal): Improve help-echo.
7907
7908 * custom.el (defface): Doc fix.
7909
7910 2005-02-10 Nick Roberts <nickrob@snap.net.nz>
7911
7912 * progmodes/gdb-ui.el (gdb-ann3): Re-instate GDB command "set
7913 width 0" to prevent word wrapping problems.
7914
7915 2005-02-09 Kim F. Storm <storm@cua.dk>
7916
7917 * ido.el (ido-file-extensions-order): New defcustom.
7918 (ido-file-extension-lessp, ido-file-extension-aux)
7919 (ido-file-extension-order): New advanced file ordering.
7920 (ido-file-lessp): New simple file ordering.
7921 (ido-sort-list): Remove.
7922 (ido-make-file-list): Use ido-file-lessp or ido-file-extension-lessp.
7923 (ido-make-dir-list, ido-completion-help): Use ido-file-lessp.
7924
7925 2005-02-08 Dan Nicolaescu <dann@ics.uci.edu>
7926
7927 * progmodes/grep.el (grep-regexp-alist): Match an optional ^[[K
7928 that some versions of grep produce.
7929 (grep-mode-font-lock-keywords): Likewise.
7930
7931 2005-02-09 Nick Roberts <nickrob@snap.net.nz>
7932
7933 * progmodes/gdb-ui.el (gdb-location-list): New variable.
7934 (gdb-cdir): Delete.
7935 (gdb-info-breakpoints-custom, gdb-goto-breakpoint)
7936 (gdb-source-info): Treat case when source file is in another
7937 directory properly.
7938 (gdb-get-location): New function.
7939
7940 2005-02-07 Jay Belanger <belanger@truman.edu>
7941
7942 * calc/calc-prog.el (calc-write-parse-table-part)
7943 (calc-fix-token-name): Fix a check for language type.
7944
7945 * calc/calccomp.el (math-compose-expr): Fix a check for language type.
7946
7947 2005-02-07 Andre Spiegel <spiegel@gnu.org>
7948
7949 * vc-hooks.el (vc-make-version-backup): Ignore file-errors such
7950 as directory not writable.
7951
7952 2005-02-07 Kim F. Storm <storm@cua.dk>
7953
7954 * emulation/cua-base.el (cua-max-undo, cua-undo): Remove.
7955 (cua--standard-movement-commands): Remove list.
7956 Instead, set CUA property value to move for movement commands.
7957 (cua-movement-commands): Remove. Users must set CUA prop instead.
7958 (cua--pre-command-handler): Check CUA property.
7959 (cua--init-keymaps): Don't remap undo commands.
7960 (cua-mode): Don't call cua--rectangle-on-off.
7961
7962 * emulation/cua-rect.el (cua--undo-list, cua--tidy-undo-counter)
7963 (cua--rect-undo, cua--tidy-undo-lists, cua--rectangle-on-off): Remove.
7964 (cua--rect-undo-set-point): New var.
7965 (cua--rectangle-undo-boundary): Setup undo apply entry.
7966 (cua--rect-undo-handler): New function for rectangle undo.
7967 (cua--rect-start-position, cua--rect-end-position): Add.
7968 (cua--rectangle-post-command): Call cua--rectangle-set-corners
7969 for restored rectangle. Set point if cua--rect-undo-set-point.
7970
7971 2005-02-06 Jay Belanger <belanger@truman.edu>
7972
7973 * calc/calc-lang.el (calc-tex-language): Display more information
7974 in messages.
7975
7976 * calc/calccomp.el (math-compose-expr): Allow multiline matrices
7977 in TeX mode.
7978
7979 2005-02-06 Richard M. Stallman <rms@gnu.org>
7980
7981 * emacs-lisp/lisp.el (buffer-end): Doc fix.
7982
7983 2005-02-05 Arne_J\e,Ax\e(Brgensen <arne@arnested.dk> (tiny change)
7984
7985 * net/ldap.el (ldap-search-internal): Support attributes with
7986 optional descriptions separated by a semi-colon, as in
7987 "userCertificate;binary".
7988
7989 2005-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7990
7991 * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
7992 isn't a cons (i.e. the version is 0).
7993
7994 2005-02-05 Eli Zaretskii <eliz@gnu.org>
7995
7996 * help.el (help-for-help): Doc fix.
7997
7998 2005-02-05 Nick Roberts <nickrob@snap.net.nz>
7999
8000 * progmodes/gdb-ui.el: Update copyright. Put GDB-Frames before
8001 GDB-Windows on the menu-bar as this works better.
8002
8003 2005-02-04 Jay Belanger <belanger@truman.edu>
8004
8005 * calc/calc-embed.el (calc-embedded-update): Don't put in
8006 unnecessary newlines. Adjust the end of formula marker.
8007
8008 * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments.
8009 (math-latex-parse-two-args): New function.
8010
8011 2005-02-03 Lute Kamstra <lute@gnu.org>
8012
8013 * help-fns.el (help-with-tutorial): Make sure that users cannot
8014 remove the entire text of the tutorial by means of `undo'.
8015
8016 2005-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
8017
8018 * textmodes/ispell.el (ispell-internal-change-dictionary): Fix problem
8019 in recent changes, where the ispell process was repeatedly
8020 killed & restarted.
8021
8022 * international/mule-cmds.el (set-locale-environment): Set file-name
8023 coding system to utf-8 on Darwin systems.
8024 (set-default-coding-systems): Don't set default-file-name-coding-system
8025 on Darwin systems.
8026
8027 2005-02-03 Richard M. Stallman <rms@gnu.org>
8028
8029 * hi-lock.el (hi-lock-mode): Turning on Hi-Lock turns on Font-Lock.
8030
8031 2005-02-03 Matt Hodges <MPHodges@member.fsf.org>
8032
8033 * faces.el (list-faces-display): Add optional argument.
8034
8035 2005-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
8036
8037 * font-core.el (font-lock-default-function): Handle the rare case where
8038 only font-lock-keywords is set.
8039
8040 2005-02-02 Kenichi Handa <handa@m17n.org>
8041
8042 * international/characters.el: Cancel previous change for
8043 I-WITH-DOT-ABOVE and DOTLESS-i.
8044
8045 * international/latin-5.el: Cancel previous change.
8046
8047 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
8048
8049 * progmodes/gud.el: Correction to syntax in gud-menu-map.
8050
8051 2005-02-02 Kenichi Handa <handa@m17n.org>
8052
8053 * international/latin-5.el (tbl): Setup cases of I-WITH-DOT-ABOVE,
8054 DOTLESS-i.
8055
8056 * international/characters.el: Setup cases of GREEK-FINAL-SIGMA,
8057 Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i.
8058
8059 * case-table.el (get-upcase-table): New function.
8060 (copy-case-table): Copy upcaes table too if non-nil.
8061 (set-case-syntax-delims): Maintain upcase table too.
8062 (set-case-syntax-pair): Likewise.
8063 (set-upcase-syntax, set-downcase-syntax): New functions.
8064 (set-case-syntax): Maintain upcase table too.
8065
8066 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
8067
8068 * progmodes/gdb-ui.el (gdb-goto-info): Delete.
8069
8070 * progmodes/gud.el (gud-goto-info): New function.
8071 (gud-tool-bar-map): Use correct icon.
8072
8073 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
8074
8075 * emacs-lisp/lisp-mode.el (lisp-indent-function): Fix bug:
8076 When delegating, order args in the funcall correctly.
8077
8078 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
8079
8080 * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
8081
8082 2005-02-01 Carsten Dominik <dominik@science.uva.nl>
8083
8084 * textmodes/reftex.el (reftex-access-scan-info): Error out in a
8085 buffer not visiting a file.
8086
8087 2005-01-31 Jay Belanger <belanger@truman.edu>
8088
8089 * calc/calc-embed.el (calc-embedded-find-bounds): Set the formula
8090 bound on the line with the formula.
8091
8092 2005-01-31 Kim F. Storm <storm@cua.dk>
8093
8094 * ses.el (ses-create-cell-variable-range)
8095 (ses-destroy-cell-variable-range, ses-reset-header-string)
8096 (ses-set-with-undo, ses-unset-with-undo, ses-aset-with-undo)
8097 (ses-insert-row): Fix format of apply undo entries.
8098
8099 2005-01-31 Jay Belanger <belanger@truman.edu>
8100
8101 * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX
8102 parts.
8103
8104 * calc/calc-embed.el (calc-embedded-open-formula)
8105 (calc-embedded-close-formula): Ignore matrix environments.
8106
8107 * calc/calc-ext.el (math-read-big-expr): Make LaTeX the default
8108 TeX mode.
8109
8110 * calc/calc-lang.el (math-function-table, math-oper-table)
8111 (math-variable-table): Adjust the LaTeX portions.
8112
8113 * calc/calc.el (math-tex-ignore-words): Remove LaTeX portion.
8114 (math-latex-ignore-words): New constant.
8115
8116 2005-01-31 Richard M. Stallman <rms@gnu.org>
8117
8118 * textmodes/ispell.el (ispell-local-dictionary-overridden): New var.
8119 (ispell-local-dictionary): Doc fix.
8120 (ispell-dictionary-alist): Don't include ispell-local-dictionary-alist.
8121 Don't reinitialize at run time. Don't defcustom.
8122 All uses changed to append ispell-local-dictionary-alist,
8123 or check it first.
8124 (ispell-current-dictionary): New variable for dictionary in use.
8125 (ispell-dictionary): Now used only for global default.
8126 (ispell-start-process): Set ispell-current-dictionary,
8127 not ispell-dictionary.
8128 (ispell-change-dictionary): Use this only for setting
8129 user preferences.
8130 (ispell-internal-change-dictionary): New function
8131 to change the current dictionary in use.
8132 (ispell-region, ispell-process-line, ispell-buffer-local-dict):
8133 Use ispell-current-dictionary.
8134 Handle ispell-local-dictionary-overridden.
8135 (ispell-buffer-local-dict): Call ispell-internal-change-dictionary.
8136
8137 2005-01-31 Jay Belanger <belanger@truman.edu>
8138
8139 * calc/calc-aent.el (math-read-token): Add support for LaTeX.
8140
8141 * calc/calc-ext.el: Add calc-latex-language to autoloads.
8142 (calc-mode-map): Add calc-latex-language.
8143
8144 * calc/calc-lang.el (calc-latex-language, math-latex-parse-frac)
8145 (math-latex-print-frac): New functions.
8146 (math-oper-table, math-function-table, math-variable-table)
8147 (math-complex-format, math-input-filter): Add latex properties.
8148 (calc-set-language): Set math-expr-special-function-mapping.
8149
8150 * calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name)
8151 (calc-write-parse-table-part): Add LaTeX support.
8152
8153 * calc/calc.el (calc-language): Adjust docstring.
8154 (calc-set-mode-line): Add LaTeX support.
8155 (math-expr-special-function-mapping): New variable.
8156 (math-tex-ignore-words): Add to list.
8157
8158 * calc/calccomp.el (math-compose-expr, math-compose-rows):
8159 Add LaTeX support.
8160 (math-compose-expr): Add support for special functions.
8161
8162 * calc/calc-help.el (calc-d-prefix-help): Add LaTeX.
8163
8164 2005-01-31 Nick Roberts <nickrob@snap.net.nz>
8165
8166 * progmodes/gdb-ui.el (gdb-memory-address)
8167 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit)
8168 (gdb-memory-mode-map, gdb-memory-format-keymap)
8169 (gdb-memory-format-menu, gdb-memory-unit-keymap)
8170 (gdb-memory-unit-menu): New variables for a buffer
8171 that lets the user examine program memory.
8172 (gdb-memory-set-address, gdb-memory-set-repeat-count)
8173 (gdb-memory-format-binary, gdb-memory-format-octal)
8174 (gdb-memory-format-unsigned, gdb-memory-format-signed)
8175 (gdb-memory-format-hexadecimal, gdb-memory-format-menu)
8176 (gdb-memory-format-menu-1, gdb-memory-unit-giant)
8177 (gdb-memory-unit-word, gdb-memory-unit-halfword)
8178 (gdb-memory-unit-byte, gdb-memory-unit-menu)
8179 (gdb-memory-unit-menu-1, gdb-make-header-line-mouse-map)
8180 (gdb-memory-mode, gdb-memory-buffer-name)
8181 (gdb-display-memory-buffer, gdb-frame-memory-buffer):
8182 New functions for above buffer.
8183
8184 2005-01-30 Richard M. Stallman <rms@gnu.org>
8185
8186 * cus-edit.el (custom-bury-buffer): Function deleted.
8187 (custom-buffer-done-function): Option deleted.
8188 (custom-buffer-done-kill): New (replacement option.
8189 (Custom-buffer-done): Call quit-window.
8190 (custom-buffer-create-internal): Update for above changes.
8191
8192 2005-01-29 Luc Teirlinck <teirllm@auburn.edu>
8193
8194 * simple.el (undo-ask-before-discard): New var.
8195 (undo-outer-limit-truncate): Implement it.
8196 (undo-extra-outer-limit): Doc update.
8197
8198 2005-01-29 Richard M. Stallman <rms@gnu.org>
8199
8200 * ses.el (undo-more): Delete defadvice.
8201 (ses-begin-change): Doc fix.
8202
8203 * dired.el (dired-mode-map): Remap `undo' and `advertised-undo'
8204 instead of rebinding C-x u and C-_.
8205
8206 * files.el (normal-backup-enable-predicate): Return nil for files
8207 in /tmp, regardless of temporary-file-directory.
8208
8209 * man.el (Man-getpage-in-background): Disable undo in Man buffer.
8210
8211 * rect.el (delete-rectangle-line, delete-extract-rectangle-line)
8212 (open-rectangle, delete-whitespace-rectangle-line)
8213 (clear-rectangle-line): If FILL, pass t instead of FILL
8214 for move-to-column's 2nd arg.
8215
8216 * simple.el (undo): Fix the test for continuing a series of undos.
8217 (undo-more): Set pending-undo-list to t when we reach end.
8218 (pending-undo-list): Move up defvar.
8219
8220 * wid-edit.el (widget-button-click):
8221 Shorten the range of the track-mouse binding.
8222
8223 * comint.el (comint-insert-input): Undo previous changes;
8224 use last-input-event in interactive spec.
8225
8226 2005-01-29 Eli Zaretskii <eliz@gnu.org>
8227
8228 * progmodes/compile.el (compilation-start): Bind buffer-read-only
8229 to nil before invoking call-process. Reset buffer's modified flag
8230 after fontifying it in the no-async branch.
8231
8232 * wid-edit.el (widget-specify-button): If mouse pointer shape
8233 cannot be changed, use mouse face instead.
8234
8235 2005-01-29 Nick Roberts <nickrob@snap.net.nz>
8236
8237 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
8238 (gdb-goto-breakpoint): Make breakpoint handling work on template
8239 functions in C++. Reported by Martin Reed <mjreed@essex.ac.uk>
8240 (gdb-assembler-custom): Update to recognize breakpoint information
8241 added on 2005-01-19.
8242
8243 2005-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
8244
8245 * progmodes/scheme.el (scheme-mode-variables): Set comment-add.
8246 (dsssl-mode): Use define-derived-mode.
8247 (scheme-mode-initialize): Remove.
8248 (scheme-mode): Use run-mode-hooks.
8249
8250 * cus-edit.el (customize-group-other-window)
8251 (custom-buffer-create-other-window): Don't override special-display-*.
8252 (custom-mode-map): Make it dense.
8253
8254 * emacs-lisp/lisp-mode.el (eval-defun-1): Make sure `defvar' always
8255 sets the default value.
8256
8257 2005-01-28 Eli Zaretskii <eliz@gnu.org>
8258
8259 * descr-text.el: Add more keywords.
8260
8261 2005-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
8262
8263 * speedbar.el: Avoid unnecessary use of locate-library.
8264
8265 * international/mule-cmds.el (standard-display-european-internal):
8266 Don't fiddle with latin-1 non-break space any more since it's now
8267 special cased in the C code.
8268 Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
8269
8270 2005-01-26 Luc Teirlinck <teirllm@auburn.edu>
8271
8272 * cus-start.el (all): Add `undo-outer-limit'.
8273
8274 2005-01-25 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
8275
8276 * textmodes/bibtex.el (bibtex-format-entry):
8277 Use `bibtex-empty-field-re' only on the text of fields, not on entire
8278 field lines.
8279 (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
8280 not on part of a buffer.
8281
8282 2005-01-25 Lute Kamstra <lute@gnu.org>
8283
8284 * textmodes/bibtex.el (bibtex-empty-field-re): Don't match
8285 nonempty field text strings like "{letters\\macro{}more letters}".
8286 Clarify docstring.
8287 (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
8288 (bibtex-entry-offset, bibtex-parse-association)
8289 (bibtex-parse-field-name): Fix typos in docstrings.
8290 (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
8291
8292 2005-01-24 Carsten Dominik <dominik@science.uva.nl>
8293
8294 * textmodes/reftex-global.el (reftex-isearch-push-state-function)
8295 (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
8296 (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
8297 (reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.
8298
8299 * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
8300 isearch minor mode.
8301
8302 2005-01-24 Luc Teirlinck <teirllm@auburn.edu>
8303
8304 * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie.
8305
8306 2005-01-24 Lute Kamstra <lute@gnu.org>
8307
8308 * textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the
8309 CASECHARS and NOT-CASECHARS regular expressions of the
8310 "nederlands" and "nederlands8" dictionaries to prevent a "Range
8311 striding over charsets" error.
8312
8313 2005-01-24 Jay Belanger <belanger@truman.edu>
8314
8315 * calc/calc-store.el (calc-declare-variable): Use calc-var-name to
8316 display variable name.
8317
8318 2005-01-24 Kenichi Handa <handa@m17n.org>
8319
8320 * international/encoded-kb.el (encoded-kbd-iso2022-single-shift):
8321 Fix setting of the element of encoded-kbd-iso2022-invocations.
8322
8323 2005-01-24 Nick Roberts <nickrob@snap.net.nz>
8324
8325 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
8326 (gdb-threads-select): Change to also accept mouse events.
8327 (gdb-mouse-goto-breakpoint, gdb-frames-mouse-select)
8328 (gdb-threads-mouse-select): Delete.
8329
8330 2005-01-23 Luc Teirlinck <teirllm@auburn.edu>
8331
8332 * files.el (insert-directory): Take care of empty directory,
8333 listed without -a switch.
8334
8335 2005-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
8336
8337 * textmodes/refill.el (refill-post-command-function):
8338 Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
8339 to the list of functions that we should be careful not to undo.
8340 (refill-late-fill-paragraph-function): Remove.
8341 (refill-saved-state): New var.
8342 (refill-mode): Use it to save fill-paragraph-function.
8343 Save also the value of auto-fill-function.
8344
8345 * term/w32-win.el: Simplify code.
8346
8347 2005-01-23 Kim F. Storm <storm@cua.dk>
8348
8349 * simple.el (line-move): Adapt to new return value from
8350 pos-visible-in-window-p.
8351
8352 * simple.el (line-move): Fix last change. Check partial
8353 visibility at point rather than at window-start.
8354
8355 2005-01-22 Jason Rumney <jasonr@gnu.org>
8356
8357 * term/w32-win.el (xw-defined-colors): Remove debug-message.
8358
8359 2005-01-22 David Kastrup <dak@gnu.org>
8360
8361 * progmodes/grep.el: Add alias `find-grep' for `grep-find'.
8362
8363 2005-01-22 Eli Zaretskii <eliz@gnu.org>
8364
8365 * type-break.el (type-break-mode): Add a test for
8366 type-break-file-name being non-nil.
8367
8368 2005-01-22 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
8369
8370 * net/eudc.el (top level): Call (message "") via progn, so that
8371 eudc-options-file is loaded.
8372
8373 2005-01-22 Kim F. Storm <storm@cua.dk>
8374
8375 * simple.el (line-move-1): Rename from line-move.
8376 (line-move): New function that adjusts vscroll for partially
8377 visible rows, and calls line-move-1 otherwise.
8378
8379 2005-01-21 Ren\e,Ai\e(B Kyllingstad <listmailxemacs@kyllingstad.com>
8380
8381 * pcomplete.el: define pcomplete-read-event instead of read-event,
8382 since it's not a complete read-event implementation
8383
8384 2005-01-20 Jay Belanger <belanger@truman.edu>
8385
8386 * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg
8387 for called function.
8388
8389 2005-01-20 Steven Tamm <steventamm@mac.com>
8390
8391 * term/mac-win.el (process-connection-type): Remove.
8392 Controlled now by s/darwin.h:PTY_ITERATION.
8393
8394 2005-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
8395
8396 * window.el (handle-select-window): Don't switch window when we're
8397 in the minibuffer.
8398
8399 2005-01-10 Paul Pogonyshev <pogonyshev@gmx.net>
8400
8401 * subr.el (dotimes-with-progress-reporter): New macro.
8402
8403 * ses.el (ses-dotimes-msg): Remove macro.
8404 Use `dotimes-with-progress-reporter' instead.
8405
8406 2005-01-19 Steven Tamm <steventamm@mac.com>
8407
8408 * term/mac-win.el (process-connection-type): Use new
8409 operating-system-release variable to use ptys on Darwin 7 (OS X
8410 10.3) when using carbon build.
8411
8412 2005-01-19 Jay Belanger <belanger@truman.edu>
8413
8414 * calc/calc-ext.el (calc-fancy-prefix-other-key): Don't clear
8415 flags if the last command was a tab or M-tab.
8416
8417 * calc/calc-prog.el (calc-user-define-edit): Put original formula
8418 in formula editing buffer.
8419
8420 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
8421
8422 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Add help-echo for
8423 breakpoint image symbol in margin.
8424
8425 2005-01-19 Jay Belanger <belanger@truman.edu>
8426
8427 * calc/calc-prog.el (calc-execute-kbd-macro):
8428 Ignore calc-keep-arg-flag.
8429
8430 2005-01-19 Kenichi Handa <handa@m17n.org>
8431
8432 * textmodes/ispell.el (ispell-looking-at): New function.
8433 (ispell-process-line): Use ispell-looking-at to compare the ispell
8434 output and the buffer contents.
8435
8436 2005-01-18 Jay Belanger <belanger@truman.edu>
8437
8438 * calc/calc.el (calc-display-raw): Fix docstring.
8439
8440 2005-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
8441
8442 * simple.el (blink-matching-open): Strip extra info from syntax.
8443
8444 * progmodes/sh-script.el (sh-here-doc-open-re): Don't allow | or other
8445 funny chars in the end-of-here-doc marker.
8446
8447 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
8448
8449 * progmodes/gdb-ui.el (gdb-put-string): Copy/create strings so
8450 that enable/disabled state of breakpoints is shown correctly in
8451 fringe and on ttys.
8452 (gdb-put-breakpoint-icon, gdb-info-breakpoints-custom):
8453 Add breakpoint information as text properties.
8454 (gdb-mouse-toggle-breakpoint):
8455 Rename to gdb-mouse-set-clear-breakpoint.
8456 (gdb-mouse-toggle-breakpoint): New function. Enable/disable
8457 breakpoints in the margin.
8458 (gdb-remove-strings): Simplify.
8459
8460 2005-01-17 Jay Belanger <belanger@truman.edu>
8461
8462 * calc/calc-yank.el (calc-edit-mode): Inhibit read-only when
8463 erasing buffer.
8464
8465 2005-01-17 Richard M. Stallman <rms@gnu.org>
8466
8467 * progmodes/grep.el (grep-find): Copy from `grep' the condition
8468 for calling grep-compute-defaults.
8469
8470 * play/decipher.el (decipher-mode): Don't call decipher-read-alphabet
8471 if buffer is empty.
8472
8473 * emacs-lisp/lisp.el (backward-kill-sexp, kill-sexp): Doc fixes.
8474
8475 2005-01-17 Stefan Monnier <monnier@iro.umontreal.ca>
8476
8477 * hilit-chg.el (highlight-changes-mode): Don't autoload.
8478
8479 * bindings.el (mode-line-mode-menu): Use bound-and-true-p for all the
8480 non-preloaded variables.
8481
8482 2005-01-17 Steven Tamm <steventamm@mac.com>
8483
8484 * textmodes/tex-mode.el (tex-start-shell): Adding -i to the
8485 tex-shell cause to force interactivity when using pipes.
8486
8487 2005-01-17 Kim F. Storm <storm@cua.dk>
8488
8489 * simple.el (just-one-space): Make arg optional.
8490
8491 2005-01-17 Nick Roberts <nickrob@snap.net.nz>
8492
8493 * xt-mouse.el (xterm-mouse-event): Set new optional fourth arg in
8494 posn-at-x-y to t to access left-margin.
8495
8496 2005-01-16 Michael Albinus <michael.albinus@gmx.de>
8497
8498 Sync with Tramp 2.0.47.
8499
8500 * tramp.el (tramp-operation-not-permitted-regexp) New defcustom,
8501 catching keep-date problems in cp/scp operations.
8502 (tramp-handle-copy-file): Don't call `set-file-modes'
8503 unconditionally. Specialized functions should know better what is
8504 necessary. This improves performance a little bit, and the
8505 functions could catch errors with `cp -p' and `scp -p'.
8506 (tramp-do-copy-or-rename-file-via-buffer)
8507 (tramp-do-copy-or-rename-file-out-of-band): Call `set-file-modes'
8508 when appropriate.
8509 (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error.
8510 Call `set-file-modes' when appropriate.
8511 (tramp-action-out-of-band): Mask `scp -p' error. Reported by Isak
8512 Johnsson <isak@hypergene.com>
8513 (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list
8514 of both Tramp buffer and debug buffer. Reported by Joakim Verona
8515 <joakim@verona.se>
8516 (tramp-file-name-for-operation): Mark `shell-command' as magic for
8517 Emacs only.
8518
8519 * tramp-util.el (tramp-minor-mode): New minor mode. Add it to
8520 `find-file-hooks' and `dired-mode-hook'.
8521 (tramp-minor-mode-map): Respective map. Add remapping for
8522 `compile' and `recompile'.
8523 (tramp-remap-command, tramp-recompile): New defuns.
8524 (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode'
8525 in buffer "*Compilation*". Call the commands asynchronously.
8526
8527 * tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new)
8528 (tramp-vc-simple-command): Call `tramp-handle-shell-command' but
8529 `shell-command', because it isn't magic in XEmacs. Reported by
8530 Adrian Aichner <adrian@xemacs.org>.
8531
8532 * tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
8533 `substitute-in-file-name.
8534 (tramp-smb-handle-substitute-in-file-name): New defun.
8535 (tramp-smb-advice-PC-do-completion): Delete advice.
8536
8537 2005-01-16 Kai Grossjohann <kgrossjo@eu.uu.net>
8538
8539 * tramp.el (tramp-wait-for-output): Fix typo in echo processing.
8540 Fix error in deleting region.
8541
8542 2005-01-15 Richard M. Stallman <rms@gnu.org>
8543
8544 * emacs-lisp/lisp-mnt.el (lm-with-file): Use Lisp mode in temp buffer.
8545 In non-temp buffer, switch syntax table temporarily.
8546
8547 * emacs-lisp/lisp-mode.el (indent-pp-sexp): Doc fix.
8548
8549 * replace.el (occur-accumulate-lines, occur-engine): Avoid warnings.
8550
8551 * tar-mode.el (tar-extract): Bind buffer-undo-list to t.
8552
8553 * imenu.el (imenu--split-menu): Copy menulist before sorting.
8554 (imenu--generic-function): Use START, not BEG, as pos of definition.
8555
8556 * simple.el (just-one-space): Argument specifies number of spaces.
8557
8558 * simple.el (eval-expression-print-format): Avoid warning
8559 about edebug-active.
8560
8561 2005-01-15 James R. Van Zandt <jrvz@comcast.net> (Tiny change)
8562
8563 * progmodes/sh-script.el: Code copied from make-mode.el
8564 with small changes,
8565 (sh-mode-map): Bind C-c C-\.
8566 (sh-backslash-column, sh-backslash-align): New variables.
8567 (sh-backslash-region, sh-append-backslash): New functions.
8568
8569 2005-01-15 Sergey Poznyakoff <gray@Mirddin.farlep.net>
8570
8571 * mail/rmail.el: Updated to work with movemail from GNU Mailutils
8572 (rmail-pop-password, rmail-pop-password-required): Move to
8573 rmail-obsolete group.
8574 (rmail-set-pop-password): Rename to rmail-set-remote-password.
8575 All callers updated.
8576 (rmail-get-pop-password): Rename to rmail-get-remote-password.
8577 Take an argument specifying whether it is POP or IMAP mailbox we
8578 are using. All callers updated.
8579 (rmail-pop-password-error): Rename to
8580 rmail-remote-password-error. Added mailutils-specific error message.
8581 (rmail-movemail-search-path)
8582 (rmail-movemail-variant-in-use): New variables.
8583 (rmail-remote-password, rmail-remote-password-required):
8584 New customization variables.
8585 (rmail-probe,rmail-autodetect, rmail-movemail-variant-p): New funs.
8586 (rmail-parse-url): New function.
8587 (rmail-get-new-mail, rmail-insert-inbox-text): Update for use
8588 with GNU mailutils movemail.
8589
8590 2005-01-15 Kevin Ryde <user42@zip.com.au>
8591
8592 * info-look.el (c-mode/symbol): Add ^` to prefix, and change
8593 suffix to space, $ or '$, to correctly position point when going
8594 to @table style constants like DBL_MAX.
8595
8596 2005-01-15 Jorgen Schaefer <forcer@forcix.cx> (tiny change)
8597
8598 * type-break.el (type-break-mode, type-break-file-time)
8599 (type-break-file-keystroke-count, type-break-choose-file):
8600 Don't store data in or load data from the file if type-break-file-name
8601 is nil.
8602 (type-break-file-name): Doc update as per the above.
8603
8604 2005-01-15 Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk> (tiny change)
8605
8606 * woman.el (woman-dired-define-key-maybe): If KEY is undefined,
8607 lookup-key might return nil; handle that.
8608
8609 2005-01-15 Alan Mackenzie <acm@muc.de>
8610
8611 * ebrowse.el (ebrowse-class-in-tree): Return the tail of the tree
8612 rather than the element found, thus enabling the tree to be setcar'd.
8613
8614 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
8615
8616 * textmodes/org.el (org-show-following-heading): New option.
8617 (org-show-hierarchy-above): Use `org-show-following-heading'.
8618 (org-cycle): Documentation fix.
8619
8620 * textmodes/org.el (orgtbl-optimized): New option
8621 (orgtbl-mode): New command, a minor mode.
8622 (orgtbl-mode-map): New variable.
8623 (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
8624 (orgtbl-error, orgtbl-self-insert-command)
8625 (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
8626
8627 * textmodes/org.el (org-mode): `org-table-may-need-update' is now
8628 a local variable in each org-mode buffer.
8629
8630 * textmodes/org.el (org-set-regexps-and-options): Rename from
8631 `org-set-regexps'. Added checking for STARTUP keyword.
8632 (org-get-current-options): Add STARTUP options.
8633 (org-table-insert-row): Mode mode intelligent about when
8634 realignment is needed.
8635 (org-self-insert-command, org-delete-backward-char, org-delete-char):
8636 New commands.
8637 (org-enable-table-editor): New default value `optimized'.
8638 (org-table-blank-field): Support blanking regions if active.
8639
8640 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
8641
8642 * textmodes/reftex-cite.el (reftex-bib-sort-year): Catch the case
8643 if the year is not given.
8644
8645 * textmodes/reftex-ref.el (reftex-replace-prefix-escapes):
8646 Add new escapes %m and %M, fixed bug with %F by adding
8647 save-match-data.
8648 (reftex-reference): Remove ?. from list of spaces.
8649 (reftex-label-info): Add automatic label prefix recognition.
8650
8651 * textmodes/reftex-index.el (reftex-index-next-phrase):
8652 Add slave parameter to call of `reftex-index-this-phrase'.
8653 (reftex-index-this-phrase): New optional argument.
8654 (reftex-index-region-phrases): Add slave parameter to call of
8655 `reftex-index-this-phrase'.
8656 (reftex-display-index): New argument redo.
8657 (reftex-index-rescan): Add 'redo to arguments of
8658 `reftex-display-index'.
8659 (reftex-index-Rescan, reftex-index-revert)
8660 (reftex-index-switch-index-tag): Add 'redo to arguments of
8661 `reftex-display-index'.
8662 (reftex-index-make-phrase-regexp): Fix bug with case-sensitive
8663 indexing. Fix bug with matching is there is a quote before or
8664 after the word.
8665
8666 * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
8667 Fix bug when collecting citation keys in lines with comments.
8668 (reftex-citation): Prefix argument no longer rescans the document,
8669 but forces prompting for optional arguments of cite macros.
8670 (reftex-do-citation): Prompting for optional arguments implemented.
8671
8672 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
8673 Add optional arguments to most cite commands.
8674 (reftex-cite-cleanup-optional-args): New option
8675 (reftex-cite-prompt-optional-args): New option.
8676 (reftex-trust-label-prefix): New option.
8677
8678 * textmodes/reftex-toc.el (reftex-toc-find-section):
8679 Add push-mark before changing the position in the buffer.
8680
8681 * textmodes/reftex.el (reftex-prefix-to-typekey-alist): New variable.
8682 (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist.
8683
8684 2005-01-14 Nick Roberts <nickrob@snap.net.nz>
8685
8686 * xt-mouse.el (xterm-mouse-event): Compute window co-ordinates
8687 more carefully.
8688
8689 2005-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
8690
8691 * textmodes/sgml-mode.el (sgml-fill-nobreak): New fun.
8692 (sgml-mode): Use it.
8693 (sgml-get-context): Better keep track of implicitly closed tags.
8694
8695 2005-01-13 Kenichi Handa <handa@m17n.org>
8696
8697 * textmodes/ispell.el: These changes are to fix misalignment error
8698 caused by equivalent characters of different Emacs charsets.
8699 (ispell-unified-chars-table): New variable.
8700 (ispell-get-decoded-string): New function.
8701 (ispell-get-casechars, ispell-get-not-casechars)
8702 (ispell-get-otherchars): Call ispell-get-decoded-string.
8703
8704 2005-01-12 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
8705
8706 * custom.el (custom-declare-variable): Just put symbol instead
8707 of (defvar . symbol) in `current-load-list'.
8708
8709 2005-01-12 Reiner Steib <Reiner.Steib@gmx.de>
8710
8711 * emacs-lisp/elint.el: Fixed typo in Commentary section.
8712
8713 2005-01-12 Jay Belanger <belanger@truman.edu>
8714
8715 * calc/calc-help.el (calc-describe-key): Use temporary info buffer
8716 to create a Calc summary.
8717
8718 2005-01-12 Kim F. Storm <storm@cua.dk>
8719
8720 * mouse.el (mouse-on-link-p): Change functionality and doc
8721 string to comply with latest description in lisp ref.
8722
8723 2005-01-12 Nick Roberts <nickrob@snap.net.nz>
8724
8725 * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event):
8726 Enable mouse clicks on mode-line, header-line and margin.
8727 (event-type): Give mouse event symbols an 'event-kind property
8728 with value 'mouse-click.
8729
8730 2005-01-12 Juri Linkov <juri@jurta.org>
8731
8732 * facemenu.el (list-colors-display): Add new arg buffer-name.
8733 Use it. Fix docstring. Replace code for identifying duplicate
8734 colors by the name with call to `list-colors-duplicates' which
8735 identifies duplicate colors by the value unless the color
8736 is one of special Windows colors. Set truncate-lines to t.
8737 Print sorted duplicate color names on each line. Indent to 22
8738 \(the longest color name in rgb.txt) instead of 20. Optimize.
8739 (list-colors-duplicates): New function.
8740 (facemenu-color-name-equal): Delete function.
8741
8742 * facemenu.el (list-colors-print): New function created from code
8743 in list-colors-display. Print #RRGGBB at the window right edge.
8744 (list-colors-display): When temp-buffer-show-function is not
8745 defined, call list-colors-print from temp-buffer-show-hook
8746 to get the right value of window-width in list-colors-print
8747 after the buffer is displayed.
8748
8749 * simple.el (pop-mark): Move deactivate-mark out of conditional
8750 part to deactivate the active mark regardless of the state of the
8751 mark ring.
8752
8753 * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
8754 variables line in desktop files.
8755
8756 2005-01-12 Juri Linkov <juri@jurta.org>
8757
8758 * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
8759 Bring together isearch highlight related options.
8760 (lazy-highlight): Replace group `replace' by `matching'.
8761 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
8762 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
8763 (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
8764 and declare them obsolete.
8765 (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
8766 (isearch-faces): Remove defgroup.
8767 (isearch-overlay, isearch-highlight, isearch-dehighlight):
8768 Move isearch highlighting code closer to lazy highlighting code.
8769
8770 * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
8771 (query-replace-highlight, query-replace-lazy-highlight)
8772 (query-replace): Move definitions to the beginning of the file.
8773
8774 2005-01-11 Juri Linkov <juri@jurta.org>
8775
8776 * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm
8777 * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm
8778 * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
8779
8780 * info.el (Info-history-forward): New variable.
8781 (Info-select-node): Reset Info-history-forward to nil.
8782 (Info-last): Turn into defalias.
8783 (Info-history-back): Rename from Info-last.
8784 Add current node to Info-history-forward.
8785 (Info-history-forward): New fun.
8786 (Info-mode-map): Replace Info-last by Info-history-back.
8787 Bind Info-history-forward to "r".
8788 (Info-mode-menu): Replace Info-last by Info-history-back.
8789 Fix menu item text. Add menu item for Info-history-forward.
8790 (info-tool-bar-map): Replace Info-last by Info-history-back.
8791 Replace its icon "undo" by "back_arrow". Add icon "fwd_arrow"
8792 for Info-history-forward.
8793 (Info-mode): Replace Info-last by Info-history-back in docstring.
8794 Add local variable Info-history-forward.
8795 (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
8796
8797 2005-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
8798
8799 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
8800 (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
8801 Ignore select-window events rather than fiddle with
8802 mouse-autoselect-window.
8803
8804 2005-01-11 Matthew Mundell <matt@mundell.ukfsn.org>
8805
8806 * type-break.el (type-break-mode): Fix previous change.
8807
8808 2005-01-10 Jay Belanger <belanger@truman.edu>
8809
8810 * calc/calc-ext.el (calc-reset): Reset when inside embedded
8811 calculator; only reset when point is inside a calculator.
8812 Don't adjust the window height if the window takes up the whole height
8813 of the frame.
8814
8815 2005-01-10 Thien-Thi Nguyen <ttn@gnu.org>
8816
8817 * ebuff-menu.el (Electric-buffer-menu-mode):
8818 Preserve value of buffer-local var header-line-format.
8819
8820 2005-01-09 Jay Belanger <belanger@truman.edu>
8821
8822 * calc/calc.el (calc-mode-var-list-restore-saved-values):
8823 Make sure settings file exists before accessing it.
8824
8825 * calc/calc-embed.el (calc-embedded-subst):
8826 Replace math-multi-subst-rec, which is only supposed to be called
8827 by math-multi-subst, by math-multi-subst.
8828
8829 2005-01-09 Andre Spiegel <spiegel@gnu.org>
8830
8831 * vc.el (vc-allow-async-revert): New user option.
8832 (vc-disable-async-diff): New internal variable.
8833 (vc-revert-buffer): Use them to disable asynchronous diff.
8834
8835 * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
8836 (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
8837 asynchronously if vc-disable-async-diff is t.
8838
8839 2005-01-09 Jay Belanger <belanger@truman.edu>
8840
8841 * calc/calc.el (defcalcmodevar): New macro.
8842 (calc-mode-var-list-restore-default-values)
8843 (calc-mode-var-list-restore-saved-values): New functions.
8844 (calc-mode-var-list): Use defcalcmodevar to define it.
8845 (calc-always-load-extensions, calc-line-numbering)
8846 (calc-line-breaking, calc-display-just, calc-display-origin)
8847 (calc-number-radix, calc-leading-zeros, calc-group-digits)
8848 (calc-group-char, calc-point-char, calc-frac-format)
8849 (calc-prefer-frac, calc-hms-format, calc-date-format)
8850 (calc-float-format, calc-full-float-format, calc-complex-format)
8851 (calc-complex-mode, calc-infinite-mode, calc-display-strings)
8852 (calc-matrix-just, calc-break-vectors, calc-full-vectors)
8853 (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
8854 (calc-matrix-brackets, calc-language, calc-language-option)
8855 (calc-left-label, calc-right-label, calc-word-size)
8856 (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
8857 (calc-display-raw, calc-internal-prec, calc-angle-mode)
8858 (calc-algebraic-mode, calc-incomplete-algebraic-mode)
8859 (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
8860 (calc-window-height, calc-display-trail, calc-show-selections)
8861 (calc-use-selections, calc-assoc-selections)
8862 (calc-display-working-message, calc-auto-why, calc-timing)
8863 (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
8864 (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
8865 (calc-gnuplot-default-device, calc-gnuplot-default-output)
8866 (calc-gnuplot-print-device, calc-gnuplot-print-output)
8867 (calc-gnuplot-geometry, calc-graph-default-resolution)
8868 (calc-graph-default-resolution-3d, calc-invocation-macro)
8869 (calc-show-banner): Use defcalcmodevar to declare them and set
8870 their default values.
8871
8872 * calc/calc-ext.el (calc-reset): Restore saved values of variables
8873 instead of default values (but restore default values if there is
8874 an argument of 0).
8875
8876 2005-01-09 David Kastrup <dak@gnu.org>
8877
8878 * desktop.el (desktop-restore-eager): Fix typo in type.
8879
8880 2005-01-08 Richard M. Stallman <rms@gnu.org>
8881
8882 * cus-edit.el (customize): Delete :link.
8883
8884 2005-01-08 Jay Belanger <belanger@truman.edu>
8885
8886 * calc/calc.el (calc-mode): Remove the extension from the
8887 `calc-settings-file' file name when loading it.
8888
8889 2005-01-08 Kim F. Storm <storm@cua.dk>
8890
8891 * info.el (Info-mode-map, Info-next-link-keymap)
8892 (Info-prev-link-keymap, Info-up-link-keymap):
8893 Map follow-link to mouse-face.
8894 (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
8895
8896 2005-01-08 Jay Belanger <belanger@truman.edu>
8897
8898 * calc/calc.el (calc-settings-file): Change default value.
8899 Suggested by cgw in a comment in calc-mode.el.
8900
8901 * calc/calc-mode.el (calc-settings-file-name):
8902 Compare calc-settings-file to user-init-file instead of ~/.emacs.
8903 Replace ~/.emacs in a prompt by calc-settings-file.
8904
8905 2005-01-07 Lars Hansen <larsh@math.ku.dk>
8906
8907 * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
8908 (desktop-lazy-idle-delay): New customizable variables.
8909 (desktop-buffer-args-list): New variable.
8910 (desktop-append-buffer-args): New function.
8911 (desktop-save): Call desktop-append-buffer-args for some buffers.
8912 (desktop-lazy-create-buffer): New function.
8913 (desktop-idle-create-buffers): New function.
8914 (desktop-read): Add message about buffers to restore lazily.
8915 (desktop-lazy-abort): New command.
8916 (desktop-clear): Call desktop-lazy-abort.
8917 (desktop-lazy-complete): New command.
8918
8919 2005-01-06 Richard M. Stallman <rms@gnu.org>
8920
8921 * emacs-lisp/find-func.el (find-face-definition):
8922 Rename from find-face.
8923
8924 2005-01-06 Kim F. Storm <storm@cua.dk>
8925
8926 * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
8927
8928 * man.el (Man-xref-man-page, Man-xref-header-file)
8929 (Man-xref-normal-file): Add follow-link property.
8930
8931 2005-01-06 Jay Belanger <belanger@truman.edu>
8932
8933 * calc/calc-units.el: Make sure the proper macro definitions are
8934 available when compiling.
8935
8936 2005-01-06 Juri Linkov <juri@jurta.org>
8937
8938 * isearch.el (isearch-lazy-highlight-update):
8939 Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
8940
8941 2005-01-06 Miles Bader <miles@gnu.org>
8942
8943 * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
8944 (isearch-lazy-highlight-face): Use new name.
8945
8946 2005-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
8947
8948 * uniquify.el (uniquify-rationalize-file-buffer-names):
8949 Re-add an interactive spec.
8950 (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
8951 to the same name.
8952
8953 * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
8954 (isearch-update, isearch-done): Adjust calls accordingly.
8955
8956 2005-01-05 Richard M. Stallman <rms@gnu.org>
8957
8958 * custom.el (custom-set-variables, custom-theme-set-variables):
8959 Clarify documentation.
8960
8961 * emacs-lisp/find-func.el (find-variable)
8962 (find-variable-other-window, find-variable-other-frame):
8963 Fix the TYPE args to find-function-read and find-function-do-it.
8964 (find-function): Doc fix.
8965 (find-function-at-point): Replace function-at-point alias.
8966
8967 2005-01-04 Richard M. Stallman <rms@gnu.org>
8968
8969 * cus-face.el (custom-declare-face):
8970 Record defface in current-load-list.
8971
8972 * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
8973
8974 * emacs-lisp/find-func.el: Doc fixes.
8975 (find-face-regexp): New variable.
8976 (find-function-regexp-alist): New variable.
8977 (find-function-C-source): Third arg is now TYPE.
8978 (find-function-search-for-symbol): Handle general TYPE.
8979 (find-function-read, find-function-do-it): Handle general TYPE.
8980 (find-definition-noselect, find-face): New functions.
8981 (function-at-point): Alias deleted.
8982
8983 2005-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
8984
8985 * battery.el (display-battery-mode): Rename from display-battery.
8986 Handle the case where it gets turned off.
8987
8988 2005-01-04 Richard M. Stallman <rms@gnu.org>
8989
8990 * cus-edit.el (customize): Make :link point to user doc.
8991
8992 * man.el (Man-fontify-manpage): Turn off undo generation.
8993
8994 * add-log.el (change-log-font-lock-keywords): Don't match just "From".
8995
8996 2005-01-04 Andreas Schwab <schwab@suse.de>
8997
8998 * files.el (insert-directory): Only look for error lines in
8999 inserted text. Don't move too far after processing --dired markers.
9000
9001 2005-01-04 Richard M. Stallman <rms@gnu.org>
9002
9003 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
9004 Don't expand if the character is @, period, dash, etc.
9005 (define-mail-abbrev): Quote names that contain problem characters.
9006
9007 2005-01-04 Thien-Thi Nguyen <ttn@gnu.org>
9008
9009 * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
9010
9011 2005-01-03 Richard M. Stallman <rms@gnu.org>
9012
9013 * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
9014 (query-replace-highlight, query-replace-lazy-highlight)
9015 (query-replace): Definitions moved up. Doc fix.
9016
9017 2005-01-03 Richard M. Stallman <rms@gnu.org>
9018
9019 * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
9020 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
9021 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
9022 (lazy-highlight-face): Rename from isearch-lazy-...
9023 Change all references to them.
9024
9025 2005-01-03 Luc Teirlinck <teirllm@auburn.edu>
9026
9027 * cus-edit.el (custom-file): Doc fix for defcustom.
9028 (custom-file): The function no longer sets the variable
9029 `custom-file' to its return value.
9030
9031 * startup.el (command-line): No longer load `custom-file'.
9032
9033 2005-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
9034
9035 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
9036
9037 * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
9038 Don't confuse module-prefixed identifiers for labels.
9039 Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
9040
9041 2005-01-02 Richard M. Stallman <rms@gnu.org>
9042
9043 * files.el (basic-save-buffer-1): Fix previous change.
9044
9045 * loadhist.el (file-loadhist-lookup): New function.
9046 (file-provides, file-requires): Use it.
9047
9048 * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
9049 instead of calculating the right size.
9050
9051 2005-01-02 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
9052
9053 * vc-svn.el (vc-svn-diff): Stay local if possible.
9054
9055 2005-01-02 Stefan Monnier <monnier@iro.umontreal.ca>
9056
9057 * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
9058
9059 * files.el (hack-local-variables): Fix last change.
9060
9061 2005-01-02 Jay Belanger <belanger@truman.edu>
9062
9063 * calc/calc-yank.el (calc-edit-top): New variable.
9064 (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
9065 object. Change header properties.
9066 (calc-edit-finish, calc-edit-finish-stack-object)
9067 (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
9068 edited object.
9069 * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
9070 for the beginning of the edited object.
9071 * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
9072 for the beginning of the edited object.
9073 * calc/calc-prog.el (calc-edit-macro-finish-edit)
9074 (calc-finish-formula-edit, calc-macro-repeats)
9075 (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
9076 (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
9077 beginning of the edited object.
9078 (calc-user-define-edit): Change the header for editing macros.
9079 Remove unnecessary variable.
9080
9081 2005-01-01 Jay Belanger <belanger@truman.edu>
9082
9083 * calc/calc-yank.el (calc-edit-mode): Change default header.
9084 (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
9085 * calc/calc-store.el (calc-edit-variable): Change title to match new
9086 header.
9087 * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
9088 mode to match new header.
9089 (calc-user-define-edit): Change titles to include names of commands.
9090 (calc-finish-formula-edit): Adjust to handle new header.
9091 (calc-finish-macro-edit): Remove.
9092 (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
9093 (calc-edit-macro-command, calc-edit-macro-command-type)
9094 (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
9095 (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
9096 (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
9097 (calc-edit-macro-finish-edit): New functions.
9098 (calc-user-define-edit): Use new functions to edit named calc macros.
9099
9100 2005-01-01 Stefan <monnier@iro.umontreal.ca>
9101
9102 * files.el (hack-local-variables): Cleanup prefix/suffix matching.
9103
9104 * ses.el (copy-region-as-kill): Deactivate mark.
9105
9106 2005-01-01 Richard M. Stallman <rms@gnu.org>
9107
9108 * replace.el (occur-1): If the output buffer is also an input,
9109 don't kill it, rename it.
9110
9111 * faces.el (set-face-background, set-face-foreground): Doc fix.
9112
9113 * cus-face.el (custom-face-attributes): Fix :help-echo strings
9114 for :foreground and :background.
9115
9116 * dired.el (dired-view-command-alist): Variable deleted.
9117 (dired-view-file, dired-mouse-find-file-other-window):
9118 Delete the code to use it.
9119
9120 2005-01-01 Kim F. Storm <storm@cua.dk>
9121
9122 * image.el (insert-sliced-image): Use t for line-height property.
9123
9124 2004-12-31 Jay Belanger <belanger@truman.edu>
9125
9126 * calc/calc-store.el (calcVar-digit, calcVar-oper): Remove the need
9127 for "var-" at the beginning of the minibuffer.
9128
9129 2004-12-31 Richard M. Stallman <rms@gnu.org>
9130
9131 * faces.el (read-face-name):
9132 Don't treat an attribute spec as a list of faces.
9133
9134 * simple.el (undo): Use undo-equiv-table to detect
9135 unexpected changes since previous undo.
9136 (undo-list-saved): Variable deleted.
9137 (buffer-disable-undo): Don't alter undo-list-saved.
9138
9139 * files.el (require-final-newline): Allow `visit' and `visit-save'.
9140 (mode-require-final-newline): New option.
9141 (after-find-file): Handle require-final-newline with new values.
9142 (basic-save-buffer): Handle new values of require-final-newline.
9143
9144 * progmodes/sh-script.el (sh-require-final-newline):
9145 Alist value now controls whether to use mode-require-final-newline.
9146 (sh-set-shell): Implement that new meaning.
9147
9148 * progmodes/cc-vars.el (c-require-final-newline): Fix custom type, doc.
9149 * progmodes/cc-mode.el (c-common-init): Use mode-require-final-newline.
9150 * progmodes/antlr-mode.el (antlr-mode): Use mode-require-final-newline.
9151 Delete old-Emacs compatibility code.
9152 (antlr-c-common-init): Function deleted.
9153
9154 * net/snmp-mode.el (snmp-common-mode): Use mode-require-final-newline.
9155 * progmodes/vhdl-mode.el (vhdl-mode): Use mode-require-final-newline.
9156 * progmodes/simula.el (simula-mode): Use mode-require-final-newline.
9157 * progmodes/python.el (python-mode): Use mode-require-final-newline.
9158 * progmodes/perl-mode.el (perl-mode): Use mode-require-final-newline.
9159 * progmodes/modula2.el (modula-2-mode): Use mode-require-final-newline.
9160 * progmodes/mixal-mode.el (mixal-mode): Use mode-require-final-newline.
9161 * progmodes/idlwave.el (idlwave-mode): Use mode-require-final-newline.
9162 * progmodes/icon.el (icon-mode): Use mode-require-final-newline.
9163 * progmodes/fortran.el (fortran-mode): Use mode-require-final-newline.
9164 * progmodes/f90.el (f90-mode): Use mode-require-final-newline.
9165 * progmodes/cperl-mode.el (cperl-mode): Use mode-require-final-newline.
9166 * progmodes/cfengine.el (cfengine-mode): Use mode-require-final-newline.
9167 * progmodes/ada-mode.el (ada-mode): Use mode-require-final-newline.
9168 * textmodes/text-mode.el (text-mode): Use mode-require-final-newline.
9169 * textmodes/texinfo.el (texinfo-mode): Use mode-require-final-newline.
9170
9171 2004-12-31 Jay Belanger <belanger@truman.edu>
9172
9173 * calc/calc-graph.el (calc-graph-show-dumb): Mention C-cC-c as the
9174 way to return to Calc.
9175
9176 * calc/calc-yank.el (calc-edit-mode): Mention C-cC-c as the way to
9177 finish, C-xk as the way to cancel the edit. Add cancel routine to
9178 kill-buffer-hook.
9179
9180 * calc/calc.el (calc-same-interface, calc-quit): Remove obsolete
9181 MacEdit code.
9182
9183 * calc/calc-prog.el: Remove obsolete MacEdit code.
9184 (calc-macro-edit-algebraic, calc-macro-edit-variable)
9185 (calc-macro-edit-variable-2, calc-macro-edit-quick-digit): Remove.
9186
9187 2004-12-31 Kenichi Handa <handa@m17n.org>
9188
9189 * international/mule.el (buffer-file-coding-system-explicit):
9190 Rename for explicit-buffer-file-coding-system.
9191 (after-insert-file-set-coding): Adjust for the above change.
9192
9193 * files.el (revert-buffer): Change explicit-buffer-file-coding-system
9194 to buffer-file-coding-system-explicit.
9195 (basic-save-buffer-1): Likewise.
9196
9197 2004-12-30 Richard M. Stallman <rms@gnu.org>
9198
9199 * textmodes/artist.el (artist-butlast-fn): Var deleted.
9200 (artist-butlast, artist-last): Functions deleted.
9201 (artist-ellipse-mirror-quadrant): Call last and butlast directly.
9202 (artist-compute-key-compl-table): Call remq directly.
9203 (artist-remove-nulls): Function deleted.
9204 (artist-vaporize-lines, artist-flood-fill): Use push and pop directly.
9205 (artist-push, artist-pop): Macro deleted.
9206
9207 2004-12-30 Andreas Leue <al@sphenon.de>
9208
9209 * textmodes/artist.el (artist-version): 1.2.6
9210 (artist-prev-next-op-alist): New variable.
9211 (artist-select-next-op-in-list): New function.
9212 (artist-select-prev-op-in-list): New function.
9213 (artist-make-prev-next-op-alist): New function.
9214 (artist-is-in-op-list-p): New function.
9215 (artist-get-first-non-nil-op): New function.
9216 (artist-get-last-non-nil-op): New function.
9217 (artist-mode-init): Call artist-get-last-non-nil-op to initialize
9218 artist-prev-next-op-alist.
9219 (artist-mode-map): Add binding for C-mouse-4 and C-mouse-5 to
9220 change drawing operation.
9221
9222 2004-12-30 Luc Teirlinck <teirllm@auburn.edu>
9223
9224 * autorevert.el (auto-revert-tail-handler): Put in undo boundaries.
9225
9226 2004-12-31 Masatake YAMATO <jet@gyve.org>
9227
9228 * server.el (server-process-filter): Suppress `error', too.
9229
9230 2004-12-30 Jay Belanger <belanger@truman.edu>
9231
9232 * calc/calc-store.el (calc-copy-variable): Fix mistyped variable name.
9233 Change the way a variable is displayed in a message.
9234
9235 * calc/calc-prog.el (calc-user-define-edit, calc-finish-macro-edit)
9236 (calc-user-define-permanent, calc-execute-kbd-macro):
9237 Replace old function MacEdit-parse-keys with edmacro-parse-keys.
9238
9239 2004-12-30 Kenichi Handa <handa@m17n.org>
9240
9241 * files.el (basic-save-buffer-1):
9242 Set explicit-buffer-file-coding-system to last-coding-system-used.
9243 (revert-buffer): Pay attention to
9244 explicit-buffer-file-coding-system (not buffer-file-coding-system)
9245 on bind coding-system-for-read.
9246
9247 * international/mule.el (explicit-buffer-file-coding-system):
9248 New buffer local variable.
9249 (after-insert-file-set-coding): Set it to coding-system-for-read.
9250
9251 2004-12-29 Luc Teirlinck <teirllm@auburn.edu>
9252
9253 * autorevert.el (auto-revert-tail-mode): Doc fix for defvar.
9254
9255 2004-12-29 Sanghyuk Suh <han9kin@mac.com>
9256
9257 * term/mac-win.el (mac-drag-n-drop): Handle drag-n-drop events
9258 that include line numbers.
9259
9260 2004-12-29 Milan Zamazal <pdm@zamazal.org>
9261
9262 * files.el (hack-local-variables): If no PREFIX, set it to "^".
9263 Redundant variable PREFIXLEN removed.
9264
9265 2004-12-28 Matt Hodges <MPHodges@member.fsf.org>
9266
9267 * eshell/em-hist.el (eshell-previous-matching-input):
9268 Start the deletion from the end of the output.
9269
9270 2004-12-29 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9271
9272 * term/mac-win.el: Require x-dnd.
9273 (mac-drag-n-drop): Sync with W32 version. Use x-dnd.el functions.
9274
9275 2004-12-29 David Kastrup <dak@gnu.org>
9276
9277 * international/mule.el (decode-coding-inserted-region):
9278 Don't barf if `buffer-undo-list' is already set to `t'.
9279
9280 2004-12-29 Jay Belanger <belanger@truman.edu>
9281
9282 * calc/calc-prog.el (calc-user-define-formula): Put default values
9283 for function names in prompts.
9284 (calc-user-define-permanent, calc-user-define-composition)
9285 (calc-user-define-formula): Remove the need for "calcFunc-" in the
9286 default input for algebraic functions.
9287
9288 2004-12-29 Thien-Thi Nguyen <ttn@gnu.org>
9289
9290 * vc-rcs.el (vc-rcs-annotate-command):
9291 Fix omission bug: Call `vc-setup-buffer'.
9292
9293 2004-12-29 Kenichi Handa <handa@m17n.org>
9294
9295 * international/mule.el (recode-region): New function.
9296
9297 2004-12-28 Richard M. Stallman <rms@gnu.org>
9298
9299 * simple.el (undo-extra-outer-limit): New variable.
9300 (undo-outer-limit-truncate): Test and set it.
9301
9302 * emacs-lisp/lisp.el (mark-sexp, mark-defun): New arg ALLOW-EXTEND
9303 enables the feature to extend the existing region.
9304
9305 * simple.el (mark-word): New arg ALLOW-EXTEND
9306 enables the feature to extend the existing region.
9307
9308 * textmodes/paragraphs.el (mark-paragraph): New arg ALLOW-EXTEND
9309 enables the feature to extend the existing region.
9310
9311 * startup.el (site-run-file): Don't allow setting it with Custom.
9312
9313 * simple.el (buffer-disable-undo): Fix previous change.
9314
9315 2004-12-27 Masatake YAMATO <jet@gyve.org>
9316
9317 * hexl.el (hexlify-buffer): Remove fontification here.
9318 Use font lock mechanism instead.
9319 (hexl-font-lock-keywords): New font lock kewords.
9320 (hexl-mode-old-font-lock-keywords): New variable.
9321 (hexl-mode): Store the old font lock keywords.
9322 (hexl-mode-exit): Restore the old font lock keywords.
9323
9324 2004-12-27 Richard M. Stallman <rms@gnu.org>
9325
9326 * simple.el (undo): Fix previous change.
9327
9328 2004-12-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9329
9330 * term/mac-win.el: Sync with x-win.el. Rearrange the contents.
9331 Call mac-clear-font-name-table if invoked on Mac OS 8/9.
9332 Call x-open-connection on Mac OS X.
9333
9334 2004-12-27 Richard M. Stallman <rms@gnu.org>
9335
9336 * files.el (buffer-save-without-query): New var (buffer-local).
9337 (save-some-buffers): Save those buffers first, w/o asking.
9338
9339 * files.el (insert-directory-ls-version): New variable.
9340 (insert-directory): When ls returns an error, test the version
9341 number to decide what the return code means.
9342 With --dired output format, detect and distinguish lines
9343 that are really error messages.
9344 (insert-directory-adj-pos): New function.
9345
9346 * bookmark.el (bookmark-jump): Nice error if BOOKMARK is nil.
9347
9348 * battery.el (battery-mode-line-format): Remove initial spaces.
9349
9350 * uniquify.el (uniquify-rationalize-file-buffer-names):
9351 Delete interactive spec.
9352
9353 * type-break.el (type-break-mode): Set buffer-save-without-query.
9354 Remove code that tried to set save-some-buffers-always.
9355 (type-break-file-keystroke-count): Bind deactivate-mark.
9356
9357 * mouse.el (mouse-drag-region): Bind mouse-autoselect-window.
9358
9359 * simple.el (next-error-buffer-p): New arg AVOID-CURRENT.
9360 Test that the buffer is live, and maybe reject current buffer too.
9361 Clarify.
9362 (next-error-find-buffer): Rewrite for clarity.
9363
9364 * loadup.el: Don't use buffer-disable-undo; do it directly.
9365
9366 * help-fns.el (describe-function-1): Call symbol-file with `defun'.
9367 (describe-variable): Call symbol-file with `defvar'.
9368
9369 * subr.el (messages-buffer-max-lines): Alias for message-log-max.
9370 (symbol-file): Rewritten to handle new load-history format.
9371 Now takes an arg TYPE to specify looking for a particular
9372 type of definition only.
9373
9374 * emacs-lisp/debug.el (debugger-make-xrefs):
9375 Call symbol-file with `defun'.
9376
9377 * emacs-lisp/find-func.el (find-function-noselect):
9378 Call symbol-file with `defun'.
9379 (find-variable-noselect): Call symbol-file with `defvar'.
9380
9381 * eshell/esh-cmd.el (eshell-find-alias-function):
9382 Call symbol-file with `defun'.
9383
9384 * eshell/esh-test.el (eshell-test-goto-func):
9385 Call symbol-file with `defun'.
9386
9387 * mail/rmail.el (rmail-resend):
9388 Let MAIL-ALIAS-FILE arg override mail-personal-alias-file.
9389
9390 * net/goto-addr.el (goto-address-mail-regexp): Allow = in username.
9391
9392 * progmodes/compile.el (compilation-find-buffer): Rename arg.
9393
9394 * textmodes/texinfmt.el (texinfo-format-buffer-1):
9395 Call buffer-disable-undo.
9396
9397 * simple.el (undo-list-saved): New variable (buffer-local).
9398 (undo): Set and test it.
9399 (buffer-disable-undo): Move here from buffer.c.
9400 Clear out undo-list-saved.
9401
9402 * international/mule.el (decode-coding-inserted-region):
9403 Set buffer-undo-list in a correct and optimal way.
9404
9405 * progmodes/cperl-mode.el (cperl-find-bad-style): Use with-no-warnings.
9406 (cperl-font-lock-unfontify-region-function): No need to save and
9407 restore info, since font-lock.el does it for us.
9408
9409 * ansi-color.el (save-buffer-state): Definition deleted.
9410 (ansi-color-unfontify-region): Don't use save-buffer-state.
9411
9412 2004-12-27 Dave Love <fx@gnu.org>
9413
9414 * wid-edit.el (function): Use restricted-sexp as parent.
9415
9416 2004-12-27 Kevin Ryde <user42@zip.com.au>
9417
9418 * simple.el (next-matching-history-element): Use same
9419 `interactive' form as previous-matching-history-element.
9420
9421 * ffap.el (ffap-string-at-point-mode-alist): Add "*" to url chars,
9422 it can appear unencoded and has been seen from yahoo.
9423
9424 2004-12-27 Sergey Poznyakoff <gray@Mirddin.farlep.net> (tiny change)
9425
9426 * mail/smtpmail.el (smtpmail-try-auth-methods): Send AUTH CRAM-MD5
9427 in upper case. Reported by Wojciech Polak <polak@gnu.org>.
9428
9429 2004-12-27 Kenichi Handa <handa@m17n.org>
9430
9431 * international/utf-8.el (utf-translate-cjk-load-tables):
9432 Bind coding-system-for-read to nil while loading subst-*.
9433
9434 2004-12-26 Jay Belanger <belanger@truman.edu>
9435
9436 * calc/calc-store.el (calc-read-var-name): Remove "var-" from
9437 default input.
9438
9439 2004-12-26 Luc Teirlinck <teirllm@auburn.edu>
9440
9441 * buff-menu.el (Buffer-menu-revert-function): Clear out undo info
9442 before reverting and disable undo recording while reverting.
9443
9444 2004-12-26 Thien-Thi Nguyen <ttn@gnu.org>
9445
9446 * progmodes/hideshow.el (hs-set-up-overlay): New user var.
9447 (hs-make-overlay): New function.
9448 (hs-isearch-show-temporary): Handle `display' overlay prop specially.
9449 (hs-flag-region): Delete function.
9450 (hs-hide-comment-region): No longer use `hs-flag-region'.
9451 Instead, use `hs-discard-overlays' and `hs-make-overlay'.
9452 (hs-hide-block-at-point): Likewise.
9453 (hs-hide-level-recursive): Use `hs-discard-overlays'.
9454 (hs-hide-all, hs-show-all): Likewise.
9455 (hs-show-block): Likewise.
9456 Also, use overlay prop `hs-b-offset', not `hs-ofs'.
9457
9458 2004-12-24 Thien-Thi Nguyen <ttn@gnu.org>
9459
9460 * progmodes/hideshow.el: Require `cl' when compiling.
9461 Remove XEmacs and Emacs 19 compatibility.
9462 Use `dolist' and `add-to-list' for load-time actions.
9463 (hs-discard-overlays): Use `dolist'.
9464 (hs-show-block): Likewise.
9465
9466 2004-12-23 Dan Nicolaescu <dann@ics.uci.edu>
9467
9468 * faces.el (mode-line, mode-line-inactive): Use min-colors.
9469
9470 2004-12-23 Thien-Thi Nguyen <ttn@gnu.org>
9471
9472 * progmodes/hideshow.el (hs-inside-comment-p): Fix omission bug:
9473 When extending backwards, move outside the current comment first.
9474
9475 2004-12-22 Kenichi Handa <handa@m17n.org>
9476
9477 * international/quail.el (quail-start-translation): Fix prompt
9478 string for the case if input-method-use-echo-area being non-nil.
9479 (quail-start-conversion): Likewise.
9480 (quail-show-guidance): Don't show guidance if
9481 input-method-use-echo-area is non-nil.
9482
9483 2004-12-21 Richard M. Stallman <rms@gnu.org>
9484
9485 * textmodes/ispell.el (ispell-help): Bind resize-mini-windows.
9486
9487 2004-12-21 Markus Rost <rost@ias.edu>
9488
9489 * calendar/diary-lib.el (mark-diary-entries):
9490 Set mark-diary-entries-in-calendar only after checking for diary-file.
9491
9492 2004-12-21 Richard M. Stallman <rms@gnu.org>
9493
9494 * faces.el (escape-glyph): Use blue against light foreground.
9495
9496 * simple.el (undo-outer-limit-truncate): New function.
9497 (undo-outer-limit-function): Use undo-outer-limit-truncate.
9498
9499 2004-12-21 Eli Barzilay <eli@barzilay.org>
9500
9501 * calculator.el (calculator-radix-grouping-mode)
9502 (calculator-radix-grouping-digits)
9503 (calculator-radix-grouping-separator):
9504 New defcustoms for the new radix grouping mode functionality.
9505 (calculator-mode-hook): Now used in electric mode too,
9506 (calculator): Call it.
9507 (calculator-mode-map): Some new keys.
9508 (calculator-message): New function. Some new calls.
9509 (calculator-op, calculator-set-register): Use it.
9510 (calculator-string-to-number): New function, mostly moved and
9511 updated code from calculator-curnum-value.
9512 (calculator-curnum-value): Use it.
9513 (calculator-paste): Use it, and update grabbing the current-kill.
9514 (calculator-rotate-displayer)
9515 (calculator-rotate-displayer-back): Toggle digit grouping when
9516 in radix mode, use calculator-message.
9517 (calculator-displayer-prev, calculator-displayer-next):
9518 Change digit group size when in radix mode.
9519 (calculator-number-to-string): Rename from
9520 calculator-num-to-string. Now deals with digit grouping in
9521 radix mode.
9522 (calculator-update-display, calculator-put-value): Use the new name.
9523 (calculator-fact): Return a floating point number.
9524 (calculator-mode): Doc fix.
9525
9526 2004-12-20 Glenn Morris <gmorris@ast.cam.ac.uk>
9527
9528 * calendar/calendar.el (view-other-diary-entries): Add autoload.
9529 * calendar/diary-lib.el (view-other-diary-entries):
9530 Use current-prefix-arg in interactive spec.
9531
9532 2004-12-19 Jay Belanger <belanger@truman.edu>
9533
9534 * calc/calc-aent.el (calcAlg-blank-matching-open):
9535 Temporarily adjust the syntax of both delimiters of half-open intervals.
9536
9537 2004-12-19 Kim F. Storm <storm@cua.dk>
9538
9539 * mouse.el (mouse-1-click-follows-link): Doc fix.
9540
9541 2004-12-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9542
9543 * term/mac-win.el (encoding-vector, mac-font-encoder-list)
9544 (ccl-encode-mac-centraleurroman-font): Use centraleurroman
9545 instead of centraleuropean as the name
9546
9547 2004-12-17 Michael Albinus <michael.albinus@gmx.de>
9548
9549 Sync with Tramp 2.0.46.
9550
9551 * net/tramp.el (tramp-maybe-send-perl-script): Change order of
9552 parameters wrt Tramp convention.
9553 (tramp-handle-file-attributes-with-perl)
9554 (tramp-handle-directory-files-and-attributes): Apply it.
9555 (tramp-do-copy-or-rename-file-out-of-band): Check for existence of
9556 `copy-program'. Reported by Zack Weinberg
9557 <zack@codesourcery.com>.
9558 (top): Set `edebug-form-spec' property directly rather than
9559 calling `def-edebug-spec'.
9560
9561 * net/tramp-smb.el (tramp-smb-advice-PC-do-completion): Make the
9562 advice less fragile. Surround temporary redefinition of
9563 `substitute-in-file-name' with `unwind-protect'. Suggested by
9564 Matt Hodges <MPHodges@member.fsf.org>.
9565
9566 2004-12-17 Juri Linkov <juri@jurta.org>
9567
9568 * replace.el (occur-accumulate-lines, occur-engine):
9569 Make forcing deferred font-lock fontification jit-specific.
9570
9571 2004-12-17 Kim F. Storm <storm@cua.dk>
9572
9573 * mouse.el (mouse-1-click-follows-link): New defcustom.
9574 (mouse-on-link-p): New function.
9575 (mouse-drag-region-1): Implement mouse-1-click-follows-link
9576 functionality. Map a mouse-1 click event into a mouse-2 (or
9577 other) event when position is inside a link.
9578
9579 * tooltip.el (tooltip-show-help-function): Replace "mouse-2"
9580 prefix in tooltip text with "mouse-1" when this is a link
9581 recognized by mouse-1-click-follows-link functionality.
9582
9583 * help.el (describe-key): Report effective and original binding
9584 for mouse-1 when clicked on a link.
9585 (describe-mode): Add follow-link property to "minor-mode" button.
9586
9587 * help-fns.el (describe-variable): Add follow-link property to
9588 "below" button.
9589
9590 * help-mode.el (help-xref): Add follow-link property.
9591
9592 * apropos.el (apropos-symbol, apropos-function, apropos-macro)
9593 (apropos-command, apropos-variable, apropos-face, apropos-group)
9594 (apropos-widget, apropos-plist): Add follow-link property.
9595
9596 * pcvs-defs.el (cvs-mode-map): Map follow-link to a function which
9597 checks if position is in a filename, rather than some other
9598 clickable item. Function looks for cvs-filename-face at position.
9599
9600 * wid-edit.el (widget-specify-field, widget-specify-button):
9601 Map a :follow-link keyword into a follow-link property.
9602 (link): Add :follow-link keyword, map to RET binding.
9603
9604 * dired.el (dired-mode-map): Map follow-link to mouse-face.
9605
9606 * progmodes/compile.el (compilation-minor-mode-map)
9607 (compilation-button-map, compilation-mode-map): Likewise.
9608
9609 2004-12-17 Thien-Thi Nguyen <ttn@gnu.org>
9610
9611 * play/zone.el (zone): Init `line-spacing' from orig buffer.
9612 (zone-replace-char): Take `count' and `del-count'
9613 instead of `direction'. Update callers. When `del-count' is
9614 non-nil, delete that many characters, otherwise `count' characters
9615 backwards. Insert the newly-replaced string `count' times.
9616 (zone-fret): Handle chars w/ width greater than one.
9617 (zone-fall-through-ws): No longer take window width `ww'.
9618 Update callers. Add handling for `char-width' greater than one.
9619 (zone-pgm-drip): Update var holding window-end position every cycle.
9620
9621 2004-12-17 Andre Spiegel <spiegel@gnu.org>
9622
9623 * vc.el (vc-default-update-changelog): Use insert-file-contents,
9624 rather than insert-file.
9625
9626 2004-12-16 Jay Belanger <belanger@truman.edu>
9627
9628 * calc/calc-comb.el (var-RandSeed): Don't initially bind it.
9629 (math-init-random-base, math-random-digit): Check to see if
9630 var-RandSeed is bound.
9631 (math-random-last): Declare it.
9632 (math-random-digit): Don't make math-random-last local.
9633
9634 2004-12-16 Thien-Thi Nguyen <ttn@gnu.org>
9635
9636 * play/zone.el (zone): Fix omission bug: Use a self-disabling
9637 one-shot thunk for uniform (error, quit, normal) recovery.
9638 Reported by John Paul Wallington.
9639 (zone-pgm-random-life): Fix bug:
9640 Recognize empty initial field by lack of "@" chars.
9641
9642 2004-12-16 Juri Linkov <juri@jurta.org>
9643
9644 * help.el (function-called-at-point):
9645 * help-fns.el (variable-at-point): As a last resort try stripping
9646 non-word prefixes and suffixes.
9647
9648 * descr-text.el (describe-property-list): Don't treat syntax-table
9649 specially. Use describe-text-sexp which inserts [show] button
9650 for large objects and handles printing errors. Sort properties
9651 by names in alphabetical order instead of by value sizes.
9652 Add `mouse-face' to list of properties for `describe-face' widget.
9653 (describe-char): Mask out face-id from 19 bits of character.
9654 Print face-id separately.
9655
9656 * replace.el (occur-accumulate-lines, occur-engine):
9657 Fontify unfontified matching lines in the source buffer
9658 before copying them.
9659 (occur-engine): Don't put mouse-face on context lines.
9660 (occur-next-error): Set point to line beginning/end
9661 before searching for prev/next property to skip multiple
9662 matches on a line (not supported by occur engine).
9663 Remove redundant prefix-numeric-value.
9664
9665 2004-12-15 Juri Linkov <juri@jurta.org>
9666
9667 * replace.el (match): New face.
9668 (list-matching-lines-face): Change default from `bold' to `match'.
9669
9670 * progmodes/grep.el (grep-match-face): New defvar.
9671 (grep-mode-font-lock-keywords): Use grep-match-face instead of
9672 compilation-column-face to highlight grep matches.
9673
9674 * apropos.el (apropos-match-face): Change default from
9675 `secondary-selection' to `match'.
9676
9677 * info-look.el (info-lookup-highlight-face): Change default from
9678 `highlight' to `match'.
9679
9680 2004-12-15 Daniel Pfeiffer <occitan@esperanto.org>
9681
9682 * progmodes/executable.el (executable-interpret): Eliminate
9683 obsolete compile-internal, and switch to comint for interaction.
9684
9685 2004-12-15 J.D. Smith <jdsmith@as.arizona.edu>
9686
9687 * progmodes/idlwave.el (idlwave-skip-multi-commands): Don't match
9688 `&&' when skipping multiple statements on a line.
9689
9690 2004-12-15 Thien-Thi Nguyen <ttn@gnu.org>
9691
9692 * play/zone.el (zone): Set `truncate-lines'.
9693 Also, init `tab-width' with value from original buffer.
9694 (zone-shift-up): Rewrite for speed.
9695 (zone-shift-down, zone-shift-left, zone-shift-right): Likewise.
9696 (zone-pgm-jitter): Remove redundant entries from ops vector.
9697 (zone-exploding-remove): Reduce iteration count.
9698 (zone-cpos): Convert to defsubst.
9699 (zone-replace-char): New defsubst.
9700 (zone-park/sit-for): Likewise.
9701 (zone-fret): Take window-start arg.
9702 Update callers. Use `zone-park/sit-for'.
9703 (zone-fill-out-screen): Rewrite.
9704 (zone-fall-through-ws): Likewise. Update callers.
9705 (zone-pgm-drip): Use `zone-replace-char'.
9706 Move var inits before while-loop. Use `zone-park/sit-for'.
9707 (zone-pgm-random-life): Handle empty initial field.
9708 Use `zone-replace-char' and `zone-park/sit-for'.
9709
9710 2004-12-15 Juri Linkov <juri@jurta.org>
9711
9712 * isearch.el (isearch-update): Test isearch-lazy-highlight
9713 before calling isearch-lazy-highlight-new-loop.
9714 (isearch-lazy-highlight-new-loop):
9715 Don't test isearch-lazy-highlight.
9716
9717 * replace.el (perform-replace): Add isearch-case-fold-search.
9718 Use delimited-flag for isearch-regexp.
9719 Reset isearch-lazy-highlight-last-string to force lazy
9720 highlighting when called from isearch mode.
9721 (query-replace-highlight): Revert defcustom type to boolean.
9722 (query-replace-lazy-highlight): New defcustom.
9723 (query-replace): New face.
9724 (perform-replace, replace-highlight, replace-dehighlight):
9725 Test query-replace-lazy-highlight instead of special value
9726 `isearch' of query-replace-highlight.
9727 (replace-dehighlight): Don't call isearch-dehighlight.
9728 (replace-highlight): Don't call isearch-highlight.
9729 Use face `query-replace' unconditionally.
9730
9731 2004-12-14 Kim F. Storm <storm@cua.dk>
9732
9733 * simple.el (inhibit-mark-movement): Remove defvar.
9734 (beginning-of-buffer, end-of-buffer): Don't use it.
9735
9736 * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
9737 Don't use inhibit-mark-movement.
9738
9739 * emulation/cua-base.el (cua--preserve-mark-commands): Remove.
9740 (cua--undo-push-mark): Remove.
9741 (cua--pre-command-handler, cua--post-command-handler):
9742 Don't fiddle with inhibit-mark-movement.
9743
9744 2004-12-14 Juri Linkov <juri@jurta.org>
9745
9746 * buff-menu.el (list-buffers-noselect): Collect internal info
9747 for every buffer in BUFFER-LIST arg too.
9748 (Buffer-menu-switch-other-window): Bind pop-up-windows to t.
9749 (Buffer-menu-switch-other-window, Buffer-menu-2-window):
9750 Bind same-window-buffer-names and same-window-regexps to nil.
9751
9752 2004-12-13 Juri Linkov <juri@jurta.org>
9753
9754 * simple.el (next-error-buffer-p, next-error-find-buffer): Doc fix.
9755
9756 * mail/supercite.el (sc-cite-frame-alist): Doc fix.
9757 (sc-cite-region, sc-uncite-region, sc-recite-region):
9758 Fix previous change to handle not alist as a symbol, but
9759 a citation frame as a symbol that represents a variable name.
9760
9761 2004-12-13 Richard M. Stallman <rms@gnu.org>
9762
9763 * filecache.el (file-cache-add-directory-using-find):
9764 Only set up file-cache-find-command-posix-flag if we will use it.
9765
9766 * bindings.el (mode-line-buffer-identification-keymap):
9767 Don't cancel the mode-line's usual down-mouse-1 binding.
9768
9769 * cus-edit.el (custom-face-selected): Handle `default' specs.
9770 (custom-face-edit): Increase extra-offset.
9771 (custom-display): Handle `default' specs.
9772
9773 * xml.el (xml-name-re, xml-entity-value-re): Add defvars.
9774
9775 * emacs-lisp/elint.el (elint-standard-variables)
9776 (elint-unknown-builtin-args): Move definitions up.
9777
9778 * net/browse-url.el (browse-url-url-at-point): Add autoload.
9779
9780 * info.el (info-xref-visited): Use `default' instead of t.
9781 (Info-try-follow-nearest-node): Don't explicitly load browse-url.
9782
9783 * faces.el (header-line, mode-line-inactive, tool-bar):
9784 Use `default' instead of t for setting the defaults.
9785 (face-spec-choose): Separate `t' from `default'.
9786
9787 * subr.el (while-no-input): New macro.
9788
9789 2004-12-13 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE> (tiny change)
9790
9791 * filecache.el (file-cache-add-directory-using-find):
9792 Only test file-cache-find-command-posix-flag on some systems.
9793
9794 2004-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
9795
9796 * vc-svn.el (vc-svn-repository-hostname): Adjust to new format.
9797 Reported by Ville Skytt\e,Ad\e(B <scop@xemacs.org>.
9798 (vc-svn-annotate-current-time, vc-svn-annotate-time-of-rev)
9799 (vc-svn-annotate-time, vc-svn-annotate-extract-revision-at-line)
9800 (vc-svn-annotate-command, vc-svn-annotate-re): Support for svn annotate.
9801
9802 2004-12-12 Juri Linkov <juri@jurta.org>
9803
9804 * files.el (find-file-other-window, find-file-other-frame):
9805 Add the first buffer to the returned value to return the complete
9806 list of all visited buffers.
9807 (find-file-read-only, find-file-read-only-other-window)
9808 (find-file-read-only-other-frame): Use nil for `mustmatch' arg of
9809 `find-file-read-args'. Signal an error about non-existent file
9810 only if file name doesn't contain wildcards. Toggle read-only in
9811 all visited buffers.
9812 (find-alternate-file, find-alternate-file-other-window):
9813 Add optional arg `wildcards'. Doc fix. Set `wildcards' to t when
9814 called interactively. Pass arg `wildcards' to other functions.
9815 (find-file-noselect): Doc fix.
9816
9817 * ffap.el (ffap-dired-wildcards): Set default to "[*?][^/]*\\'".
9818 Doc fix.
9819 (ffap-directory-finder): New variable.
9820 (ffap-string-at-point-mode-alist): Add * and ? to `file'.
9821 (ffap-file-at-point): Add /* to immediately rejected names.
9822 Return absolute file names matching ffap-dired-wildcards.
9823 (ffap-read-file-or-url): Set default value for `completing-read'
9824 to `buffer-file-name'.
9825 (find-file-at-point): When filename matches ffap-dired-wildcards,
9826 call ffap-file-finder with t arg `wildcards', instead of dired.
9827 (ffap-other-window, ffap-other-frame): Return visited buffers.
9828 (ffap-read-only, ffap-read-only-other-window)
9829 (ffap-read-only-other-frame, ffap-alternate-file): New commands.
9830 (dired-at-point): Call ffap-directory-finder instead of dired.
9831 (ffap-dired-other-window, ffap-dired-other-frame)
9832 (ffap-list-directory): New commands.
9833 (ffap-bindings): New keybindings for new commands.
9834
9835 2004-12-12 Juri Linkov <juri@jurta.org>
9836
9837 * simple.el (beginning-of-buffer, end-of-buffer):
9838 * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
9839 Do not push mark when mark is active in transient-mark-mode.
9840
9841 * simple.el (mark-word):
9842 * emacs-lisp/lisp.el (mark-sexp, mark-defun):
9843 * textmodes/paragraphs.el (mark-paragraph):
9844 Extend the region when mark is active in transient-mark-mode,
9845 regardless of the last command. Doc fix.
9846
9847 * simple.el (mark-word): Preserve direction when repeating.
9848 Make arg optional. Interactive "p" -> "P".
9849 (transient-mark-mode, inhibit-mark-movement): Doc fix.
9850
9851 * emacs-lisp/lisp.el (mark-sexp): Reverse the condition for
9852 preserving direction, to mark forward instead of backward when mark
9853 is equal to point (e.g. when C-SPC C-M-SPC is typed in t-m-m).
9854
9855 2004-12-12 Juri Linkov <juri@jurta.org>
9856
9857 * isearch.el (isearch-edit-string): Set 7th arg of
9858 `read-from-minibuffer' to `t' to inherit the current input
9859 method (whose name is indicated by [IM] in the minibuffer prompt)
9860 from the current buffer to the minibuffer.
9861 (isearch-lazy-highlight-update): Put body to `with-local-quit'
9862 to allow C-g quitting for lazy highlighting looping inside the
9863 search with nested repetition operators. Add overlay to the list
9864 before setting its face and other properties to avoid the case of
9865 code quitting after placing the new overlay but before it's
9866 recorded on the list. Select the window where isearch was
9867 activated, to highlight matches in the right window when isearch
9868 switches the current window to the minibuffer.
9869
9870 * international/isearch-x.el
9871 (isearch-process-search-multibyte-characters):
9872 Use `isearch-message' as initial input for `read-string' instead
9873 of adding it to the minibuffer prompt. After reading a string
9874 remove the initial value of `isearch-message' from the string.
9875
9876 * replace.el (replace-match-maybe-edit): Doc fix.
9877 (perform-replace): Don't call `replace-highlight' when automatic
9878 replacement is requested in literal mode, since it is intended
9879 only to highlight words during entering a new replacement string
9880 for \? in non-literal mode.
9881
9882 * replace.el (query-replace-highlight): Add new value `isearch'
9883 that allows query replacement to use isearch highlighting.
9884 Change type from `boolean' to `choice'. Doc fix.
9885 (replace-highlight, replace-dehighlight, perform-replace):
9886 Use isearch highlighting if query-replace-highlight eq `isearch'.
9887
9888 2004-12-11 Stefan Monnier <monnier@iro.umontreal.ca>
9889
9890 * emacs-lisp/checkdoc.el (checkdoc-continue, checkdoc-comments)
9891 (checkdoc-message-text, checkdoc-defun): Fix format messages for `error'.
9892
9893 * textmodes/tex-mode.el (latex-backward-sexp-1): Handle the special
9894 case of \end{verbatim}.
9895
9896 2004-12-11 Dan Nicolaescu <dann@ics.uci.edu>
9897
9898 * term.el (term-termcap-format): Synchronize with terminfo.
9899 (term-emulate-terminal): Handle reset.
9900 (term-reset-terminal): New function.
9901
9902 2004-12-11 Thien-Thi Nguyen <ttn@gnu.org>
9903
9904 * play/zone.el (zone-programs): Add `zone-pgm-random-life'.
9905 (zone-fill-out-screen): New func.
9906 (zone-pgm-drip): Use `zone-fill-out-screen'.
9907 Also, no longer go to point-min on every cycle.
9908 (zone-pgm-paragraph-spaz): Allow spazzing for texinfo-mode.
9909 (zone-pgm-random-life-wait): New user var.
9910 (zone-pgm-random-life): New func.
9911
9912 2004-12-10 Thien-Thi Nguyen <ttn@gnu.org>
9913
9914 * files.el (auto-mode-alist): Map .com to DCL mode.
9915
9916 2004-12-09 Richard M. Stallman <rms@gnu.org>
9917
9918 * isearch.el (isearch-mode-map): Treat S-SPC like SPC.
9919
9920 2004-12-09 Nick Roberts <nickrob@snap.net.nz>
9921
9922 * xt-mouse.el (xterm-mouse-event): Correct cursor position in a
9923 buffer with a display margin.
9924
9925 2004-12-08 Jay Belanger <belanger@truman.edu>
9926
9927 * calc/calc-keypd.el (calc-keypad-mode): Unbind unused mouse events.
9928 (calc-keypad-left-click): Set buffer to calc-keymap-buffer.
9929
9930 2004-12-08 Richard M. Stallman <rms@gnu.org>
9931
9932 * faces.el: Delete code to set display table.
9933 (escape-glyph): Redefine to be less loud. (Copy minibuffer-prompt.)
9934
9935 2004-12-08 Jay Belanger <belanger@truman.edu>
9936
9937 * calc/calc.el: Add math-read-preprocess-string to autoloads.
9938
9939 * calc/calc-ext.el (math-read-replacement-list)
9940 (math-read-superscripts, math-read-preprocess-string): Move to
9941 calc-aent.el.
9942
9943 * calc/calc-aent.el (math-read-replacement-list)
9944 (math-read-superscripts, math-read-preprocess-string): Move from
9945 calc-ext.el.
9946
9947 2004-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
9948
9949 * isearch.el (isearch-quote-char): Fix up typo in last change.
9950
9951 2004-12-07 Luc Teirlinck <teirllm@auburn.edu>
9952
9953 * mouse.el (mouse-set-font): Handle the case where the command was
9954 not invoked using the mouse.
9955
9956 * edmacro.el: `edit-kbd-macro' is now bound to `C-x C-k e'.
9957 (edmacro-finish-edit): Further update for keyboard macros that are
9958 lambda forms.
9959 (edmacro-sanitize-for-string): Correctly remove Meta modifier.
9960
9961 2004-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
9962
9963 * font-lock.el (font-lock-unfontify-region): Save buffer state.
9964 (font-lock-default-unfontify-region): Don't save buffer state any more.
9965
9966 2004-12-07 Jay Belanger <belanger@truman.edu>
9967
9968 * calc/calc-help.el (calc-describe-key):
9969 Set calc-summary-indentation even when Calc Summary buffer exists.
9970
9971 2004-12-07 Glenn Morris <gmorris@ast.cam.ac.uk>
9972
9973 * calendar/holidays.el (holiday-easter-etc): Make arguments
9974 optional for backwards compatibility. Doc fix.
9975 Remove un-necessary local vars mandatory, output-list.
9976 (holiday-advent): Make arguments optional for backwards
9977 compatibility. Doc fix.
9978
9979 2004-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
9980
9981 * paren.el (show-paren-function): Fix last change (2004-12-02).
9982
9983 * international/mule-util.el (char-displayable-p): Return nil for
9984 unibyte mode.
9985
9986 * subr.el (subregexp-context-p): New function.
9987
9988 * isearch.el (isearch-quote-char): Use it.
9989
9990 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Use it.
9991 (regexp-opt-not-groupie*-re): Remove.
9992 (regexp-opt): Properly handle inputs with duplicate entries.
9993
9994 2004-12-06 Richard M. Stallman <rms@gnu.org>
9995
9996 * info-look.el (info-lookup-maybe-add-help cfengine-mode): Regexp typo.
9997
9998 * cus-edit.el (custom-file): Doc fix.
9999
10000 * textmodes/org.el: New file.
10001
10002 2004-12-06 Kenichi Handa <handa@m17n.org>
10003
10004 * ldefs-boot.el: Update international/mule-util.el section.
10005
10006 2004-12-05 Sam Steingold <sds@gnu.org>
10007
10008 * net/tramp.el (tramp-handle-file-accessible-directory-p):
10009 Fix `tramp-time-diff' comparison logic.
10010
10011 2004-12-05 Paul Pogonyshev <pogonyshev@gmx.net>
10012
10013 * progmodes/which-func.el (which-function):
10014 Use `run-hook-with-args-until-success' instead of a custom loop.
10015 Fixes bug with local hooks.
10016
10017 2004-12-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
10018
10019 * textmodes/bibtex.el (bibtex-font-lock-url-regexp):
10020 Use delete-dups when calculating the initial value.
10021 (bibtex-autokey-get-title): Use <=.
10022 (bibtex-goto-line): New function.
10023 (bibtex-reposition-window): Use line numbers instead of point
10024 positions. Use window-body-height.
10025 (bibtex-find-crossref): Use bibtex-reposition-window.
10026 (bibtex-find-entry): Use bibtex-reposition-window. Always return
10027 position of entry if key is found or nil if not found.
10028
10029 2004-12-05 Richard M. Stallman <rms@gnu.org>
10030
10031 * cus-edit.el (custom-file): Doc fix.
10032
10033 * progmodes/sh-script.el (sh-indent-for-then): Change default.
10034
10035 2004-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
10036
10037 * simple.el (blink-matching-open):
10038 * textmodes/tex-mode.el (tex-validate-region):
10039 Obey syntax-table text properties.
10040
10041 2004-12-02 Per Abrahamsen <abraham@dina.kvl.dk>
10042
10043 * wid-edit.el (widget-specify-field): Add `real-field' property to
10044 boundary.
10045 (widget-field-at): Use it.
10046
10047 2004-12-02 Richard M. Stallman <rms@gnu.org>
10048
10049 * progmodes/cc-mode.el (awk-mode autoload):
10050 Supply t meaning interactive function.
10051
10052 * isearch.el (search-whitespace-regexp): Remove the group. Doc fix.
10053 (isearch-mode-map): No special definition for space.
10054 (isearch-whitespace-chars): Command deleted.
10055 (isearch-forward-regexp): Doc fix.
10056 (isearch-quote-char): When a space is not inside brackets,
10057 use `[ ]' instead of just space.
10058 (isearch-lazy-highlight-search): Bind search-spaces-regexp.
10059
10060 * imenu.el (imenu--generic-function): Delete code to exclude
10061 matches in comments.
10062
10063 * man.el (Man-reverse-face): Change default to `highlight'.
10064
10065 * replace.el (occur-1): Specify t for KEEP-PROPS to occur-engine.
10066 (occur-engine): Use `face' prop rather than `font-lock-face'
10067 when specifying use of `match-face'.
10068 (occur-accumulate-lines): Change arg from NO-PROPS to KEEP-PROPS.
10069
10070 * emacs-lisp/elint.el (elint-standard-variables): Update list.
10071
10072 * add-log.el (add-log-current-defun): Handle the case where point
10073 is in the header part of a DEFUN construct.
10074
10075 2004-12-02 Dave Love <fx@gnu.org>
10076
10077 * progmodes/python.el (python-font-lock-syntactic-keywords):
10078 Fix previous change.
10079
10080 2004-12-02 Richard G Bielawski <Richard.G.Bielawski@wellsfargo.com> (tiny change)
10081
10082 * paren.el (show-paren-function): Check for matching chars
10083 specified by text props.
10084
10085 2004-12-02 Jay Belanger <belanger@truman.edu>
10086
10087 * calc/calc.el (calc-read-key-sequence): Leave the old message visible
10088 when reading a new key sequence.
10089
10090 2004-12-02 Kim F. Storm <storm@cua.dk>
10091
10092 * faces.el (escape-glyph): Rename from glyph.
10093 (standard-display-table): Set it here. Add escape-glyph face to
10094 extra slot characters.
10095
10096 * disp-table.el: Undo 2004-12-01 change. Display table is now
10097 setup in faces.el.
10098
10099 2004-12-02 Mark A. Hershberger <mah@everybody.org>
10100
10101 * xml.el (xml-parse-dtd): Don't show validity messages when
10102 xml-validating-parser is nil.
10103 (xml-substitute-special): Fix validity error messages to
10104 actually show the unexpandable entity. Added validity error if &
10105 isn't followed by an entity.
10106 (xml-parse-tag): Concatenate any string following the a
10107 <![CDATA[]]> section to the parsed CDATA.
10108 (xml-parse-dtd): Skip parameter entity declarations and use of
10109 parameter entities.
10110
10111 2004-12-01 Luc Teirlinck <teirllm@auburn.edu>
10112
10113 * kmacro.el (kmacro-default-counter-format): New var.
10114 (kmacro-set-format): Use it. Delete `(printf format)' from prompt.
10115 (kmacro-display): Remove `nil' from `and' form. Delete call to
10116 `format' inside `message'.
10117 (kmacro-start-macro): Use `kmacro-default-counter-format'.
10118
10119 2004-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
10120
10121 * pcvs.el (cvs-header-msg): New function.
10122 (cvs-update-header): Use it. Change calling convention.
10123 Correctly handle the case of having simultaneous active processes.
10124 (cvs-sentinel): Don't call cvs-update-header any more.
10125 (cvs-mode-run): Update call and add cvs-update-header to postproc.
10126
10127 2004-12-01 Jay Belanger <belanger@truman.edu>
10128
10129 * calc/calc-ext.el (calc-inverse, calc-hyperbolic):
10130 Change message.
10131
10132 2004-12-01 Juri Linkov <juri@jurta.org>
10133
10134 * progmodes/prolog.el (prolog-mode-variables):
10135 Fix imenu-generic-expression.
10136
10137 2004-12-01 Daniel Pfeiffer <occitan@esperanto.org>
10138
10139 * faces.el (glyph): New face.
10140
10141 * disp-table.el: Add an autoloaded table, that doesn't require
10142 this library, with glyph face.
10143
10144 * textmodes/conf-mode.el (conf-ppd-mode-syntax-table): New var.
10145 (conf-ppd-mode): New conf-mode wrapper for printer descriptions.
10146 (conf-quote-normal): Allow normalizing only ' or ".
10147 (conf-mode): Regexp-quote constructed comment-start and don't
10148 match section {} where "name" contains braces.
10149
10150 * files.el (auto-mode-alist): Add conf-ppd-mode, inittab and acpid
10151 files.
10152
10153 2004-12-01 Kenichi Handa <handa@m17n.org>
10154
10155 * term/x-win.el (x-last-selected-text-cut-encoded): New variable.
10156 (x-select-text): Don't treat eight-bit-control/graphic chars
10157 specially. Store the encoded text in the X cut buffer.
10158 (x-cut-buffer-or-selection-value): Compare the X cut buffer text
10159 with x-last-selected-text-cut-encoded.
10160
10161 2004-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
10162
10163 * man.el (Man-fontify-manpage): Improve handling of ANSI escapes.
10164
10165 2004-11-30 Markus Rost <rost@ias.edu>
10166
10167 * textmodes/tex-mode.el (tex-main-file): Add a compatibility with
10168 AUCTeX.
10169
10170 2004-11-30 Jay Belanger <belanger@truman.edu>
10171
10172 * calc/calc-arith.el (math-possible-signs): Made stronger checks
10173 on signs of intervals.
10174 (math-pow-of-zero): Strengthen checks for positive and negative
10175 exponents.
10176
10177 * calc/calc-aent.el, calc/calc-alg.el, calc/calc-arith.el
10178 * calc/calc-bin.el, calc/calc-comb.el, calc/calc-cplx.el
10179 * calc/calc-embed.el, calc/calc-fin.el, calc/calc-forms.el
10180 * calc/calc-frac.el, calc/calc-funcs.el, calc/calc-graph.el
10181 * calc/calc-help.el, calc/calc-incom.el, calc/calc-keypd.el
10182 * calc/calc-lang.el, calc/calc-map.el, calc/calc-math.el
10183 * calc/calc-misc.el, calc/calc-mode.el, calc/calc-mtx.el
10184 * calc/calc-poly.el, calc/calc-prog.el, calc/calc-rewr.el
10185 * calc/calc-rules.el, calc/calc-sel.el, calc/calc-stat.el
10186 * calc/calc-store.el, calc/calc-stuff.el, calc/calc-trail.el
10187 * calc/calc-undo.el, calc/calc-units.el, calc/calc-vec.el
10188 * calc/calc-yank.el, calc/calcalg2.el, calc/calcalg3.el
10189 * calc/calccomp.el, calc/calcsel2.el: Replace dummy autoloaded functions
10190 with provide statements.
10191
10192 * calc/calc-alg.el (math-defsimplify): Move from calc-ext.el.
10193
10194 * calc/calc-embed.el (calc-do-embedded-activate): Remove from autoloads.
10195
10196 * calc/calc-ext.el: Remove dummy autoloading functions from autoloads.
10197 (calc-load-everything, math-defsimplify): Replace dummy autoloading
10198 functions by require statements.
10199 (math-defsimplify): Move to calc-alg.el, add to autoloads.
10200
10201 * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
10202 (calc-gnuplot-print): Give them values.
10203
10204 * calc/calc.el: Remove calc-Need-calc-aent and calc-Need-calc-misc from
10205 autoloads.
10206 Add calc-do-embedded-activate to autoloads.
10207 (calc-gnuplot-name, calc-gnuplot-plot-command)
10208 (calc-gnuplot-print-command): Move them to calc-graph.el.
10209
10210 2004-11-30 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10211
10212 * term/mac-win.el (ccl-encode-mac-roman-font)
10213 (ccl-encode-mac-cyrillic-font)
10214 (ccl-encode-mac-centraleuropean-font, encoder-list)
10215 (fontset-add-mac-fonts, create-fontset-from-mac-roman-font):
10216 Support Cyrillic, CentralEuropean, and Dingbat font display
10217
10218 2004-11-30 Andre Spiegel <spiegel@gnu.org>
10219
10220 * vc-hooks.el (vc-recompute-state): Move here from vc.el.
10221
10222 * vc-cvs.el (vc-cvs-state): Handle the case where vc-state is
10223 still nil.
10224
10225 2004-11-29 Luc Teirlinck <teirllm@auburn.edu>
10226
10227 * emulation/tpu-edt.el (tpu-help-keypad-map, tpu-help-text)
10228 (tpu-word-separator-list, tpu-skip-chars): defconst->defvar.
10229
10230 2004-11-29 Jay Belanger <belanger@truman.edu>
10231
10232 * calc/calc-arith.el (math-pow-of-zero): Take into account different
10233 cases of the base and exponent.
10234
10235 2004-11-26 Teodor Zlatanov <tzz@lifelogs.com>
10236
10237 * simple.el (next-error-buffer-p): Allow for inclusive and
10238 exclusive tests for finding a buffer.
10239 (next-error-find-buffer): Pass the exclusive and inclusive tests
10240 to next-error-buffer-p.
10241
10242 * replace.el (occur-next-error): Switch to the Occur buffer when
10243 appropriate, use the exclusive filter to next-error-find-buffer to
10244 do it. Use the absolute value of the motion amount.
10245
10246 2004-11-29 Kenichi Handa <handa@m17n.org>
10247
10248 * startup.el (command-line): Decode all default-directory by
10249 locale-coding-system.
10250
10251 2004-11-29 Jay Belanger <belanger@truman.edu>
10252
10253 * calc/calc-aent.el: Remove unnecessary eval-when-compile.
10254 (calc-do-quick-calc, calc-do-calc-eval, calc-alg-entry)
10255 (math-read-expr-level, calc-check-user-syntax, math-read-factor):
10256 Replace calls to calc-extensions by appropriate require, replace
10257 calc-extensions-loaded by appropriate featurep.
10258
10259 * calc/calc-ext.el: Move require to end of file.
10260 Remove redundant loading of calc.el.
10261 (calc-extensions-loaded): Remove unnecessary variable.
10262 (calc-extensions): Remove unnecessary function.
10263 (calc-load-everything): Replace calc-need-macros by appropriate require.
10264
10265 * calc/calc-macs.el: Move provide to end of file.
10266 (calc-need-macros): Remove unnecessary function.
10267
10268 * calc/calc-misc.el (calc-do-handle-whys, calc-last-args-stub)
10269 (calc-missing-key, calc-shift-Y-prefix-help, math-concat)
10270 (math-trunc, math-floor, calcFunc-inv, math-mod, math-pow):
10271 Replace calc-extensions by appropriate require.
10272 (calc-power): Replace calc-extensions-loaded by appropriate featurep.
10273
10274 * calc/calc-prog.el (calc-user-define-formula, calc-do-defmath):
10275 Replace calc-need-macros by appropriate require.
10276
10277 * calc/calc.el: Move require to end of file.
10278 (calc-info-filename, calc-autoload-directory, calc-extensions-loaded):
10279 Remove unnecessary variable.
10280 (calc-do-dispatch, calc-mode, calc-check-defines, calc-create-buffer)
10281 (calc, calc-keypad, full-calc-keypad, calc-do, calc-normalize)
10282 (calc-binary-op, calc-unary-op, calcDigit-start, calcDigit-key)
10283 (math-normalize, math-add, math-mul, math-div, math-format-stack-value)
10284 (math-stack-value-offset, math-format-value, math-format-flat-expr)
10285 (math-format-number, math-format-bignum, math-read-number)
10286 (calc-grab-region, calc-grab-rectangle, calc-grab-sum-down)
10287 (calc-grab-sum-across, calc-embedded, defmath): Replace calc-extensions
10288 by appropriate require.
10289 (calc-check-defines): Replace calc-need-macros by appropriate require.
10290
10291 2004-11-29 Kim F. Storm <storm@cua.dk>
10292
10293 * macros.el (insert-kbd-macro): Handle kmacro functions.
10294
10295 2004-11-28 Juri Linkov <juri@jurta.org>
10296
10297 * compare-w.el (compare-windows-highlight): Attach each overlay
10298 to its window to properly highlight differences while comparing
10299 two windows of the same buffer. Fix arguments.
10300 (compare-windows-sync-default-function): Fix arguments of
10301 `compare-windows-highlight'.
10302
10303 * emacs-lisp/edebug.el (edebug-set-global-break-condition):
10304 Use `read-expression-history'. Set initial contents only if
10305 `edebug-global-break-condition' is non-nil. Set histpos to 1
10306 if initial contents is equal to the last history element.
10307 (edebug-set-conditional-breakpoint): Instead of temporarily
10308 prepending the current condition to the history, set initial
10309 contents to the current condition. Set histpos to 1 if initial
10310 contents is equal to the last history element.
10311
10312 * info.el (Info-search-whitespace-regexp): Remove shy group.
10313 (Info-search): Forward line if search is on the header line.
10314 Use search-whitespace-regexp in two other places.
10315
10316 2004-11-27 Luc Teirlinck <teirllm@auburn.edu>
10317
10318 * fringe.el (fringe-indicators): Add fake defvar to avoid compiler
10319 warning. Delay real definition, which uses
10320 `set-fringe-indicators-1' till after the definition of that function.
10321
10322 2004-11-28 Kim F. Storm <storm@cua.dk>
10323
10324 * fringe.el (fringe): New defgroup.
10325 (fringe-mode): Move to fringe group.
10326 (fringe-indicators): New defcustom.
10327 (set-fringe-indicators-1): New defun.
10328
10329 * menu-bar.el (menu-bar-options-save): Add fringe-indicators.
10330 (menu-bar-showhide-fringe-ind-menu): New keymap.
10331 (menu-bar-showhide-fringe-ind-empty)
10332 (menu-bar-showhide-fringe-ind-mixed)
10333 (menu-bar-showhide-fringe-ind-box)
10334 (menu-bar-showhide-fringe-ind-right)
10335 (menu-bar-showhide-fringe-ind-left)
10336 (menu-bar-showhide-fringe-ind-none): New defuns.
10337 (menu-bar-showhide-fringe-menu): Add "Indicators" sub-menu.
10338
10339 2004-11-27 Richard M. Stallman <rms@gnu.org>
10340
10341 * comint.el (comint-read-noecho): Add trivial compatibility definition.
10342
10343 * generic.el (define-generic-mode): Doc fix.
10344
10345 * menu-bar.el (menu-bar-options-save): For the options
10346 that are toggled with menu-bar-make-mm-toggle, don't check
10347 for customized-value prop.
10348
10349 2004-11-27 Eli Zaretskii <eliz@gnu.org>
10350
10351 * mail/supercite.el (sc-cite-region): Handle the case where
10352 sc-cite-frame-alist is a symbol.
10353 (sc-uncite-region): Handle the case where sc-uncite-frame-alist is
10354 a symbol.
10355 (sc-recite-region): Handle the case where sc-recite-frame-alist is
10356 a symbol.
10357
10358 2004-11-27 Arne J\e,Ax\e(Brgensen <arne@arnested.dk> (tiny change)
10359
10360 * wid-edit.el (widget-narrow-to-field): New function.
10361 (widget-complete): Use it.
10362
10363 2004-11-27 Jay Belanger <belanger@truman.edu>
10364
10365 * calc/calc-aent.el (calc-eval-error): Declare and initialize the
10366 variable.
10367 (calc-eval-error): Don't check if the variable calc-eval-error is bound.
10368 (calc-buffer, calc-digit-value, math-expr-data): Declare them.
10369 (math-alg-inequalities): Move declaration to earlier in the file.
10370
10371 * calc/calc-ext.el (calc-command-flags, calc-gnuplot-buffer)
10372 (calc-gnuplot-input, math-normalize-a, math-integral-cache):
10373 Declare them.
10374
10375 * calc/calc-lang.el (math-expr-data, math-expr-token)
10376 (math-exp-old-pos): Declare them.
10377
10378 * calc/calc-vec.el (math-exp-pos, math-exp-str, math-exp-old-pos)
10379 (math-exp-token, math-exp-keep-spaces, math-expr-data): Declare them.
10380
10381 2004-11-27 Kim F. Storm <storm@cua.dk>
10382
10383 * progmodes/flymake.el: Use (featurep 'xemacs).
10384 (flymake-makehash): Change to defsubst. Use fboundp.
10385 (flymake-time-to-float): Remove.
10386 (flymake-float-time): Merge code from flymake-time-to-float here.
10387 (flymake-replace-regexp-in-string): Change to defsubst.
10388 (flymake-split-string-remove-empty-edges):
10389 Rename to flymake-split-string.
10390 (flymake-split-string): Remove previous defalias.
10391 (flymake-get-temp-dir): Change to defsubst.
10392 (flymake-make-xemacs-menu, flymake-xemacs-window-edges):
10393 Define for xemacs only.
10394 (flymake-master-file-count-limit): Change into compiler defvar only.
10395 (flymake-find-possible-master-files): Let-bind it dynamically while
10396 sorting files using flymake-master-file-compare.
10397
10398 2004-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
10399
10400 * font-lock.el (font-lock-compile-keywords): Don't complain if the end
10401 of defun-prompt-regexp matches inside a comment/string but the
10402 beginning is correctly outside everything.
10403
10404 * progmodes/tcl.el (tcl-omit-ws-regexp): Avoid the case where { or [
10405 appears within a string or a comment.
10406
10407 * emacs-lisp/cl-macs.el (cl-parse-loop-clause, labels): Use gensym
10408 rather than make-symbol for symbols which are used in
10409 a symbol-macrolet or equivalent.
10410
10411 2004-11-26 Jay Belanger <belanger@truman.edu>
10412
10413 * calc-misc.el (calc-last-why-command): Declare it.
10414
10415 * calc-vec.el (math-grade-vec): New variable.
10416 (calcFunc-grade, calcFunc-rgrade, math-grade-beforep):
10417 Replace variable grade-vec by declared variable.
10418 (math-rb-close): New variable.
10419 (math-read-brackets, math-read-vector): Replace variable close by
10420 declared variable.
10421
10422 * calc/calc-yank.el (calc-original-buffer, calc-return-buffer)
10423 (calc-one-window, calc-edit-handler, calc-restore-trail)
10424 (calc-allow-ret): Declare them.
10425
10426 * calc/calc-stuff.el (calc-flush-caches): Remove unnecessary variables.
10427 (math-lud-cache, math-log2-cache, math-radix-digits-cache)
10428 (math-radix-float-cache-tag, math-random-cache)
10429 (math-max-digits-cache, math-integral-cache, math-units-table)
10430 (math-format-date-cache, math-holidays-cache-tag): Declare them.
10431 (math-moc-func): New variable.
10432 (math-map-over-constants, math-map-over-constants-rec):
10433 Replace variable func by declared variable.
10434
10435 * calc/calc-store.el (calc-given-value, calc-store-opers):
10436 Declare them.
10437 (calc-var-name-map): Move declaration to earlier in the file.
10438 (calc-pv-pos): New variable.
10439 (calc-permanent-variable, calc-insert-permanent-variable):
10440 Replace variable pos by declared variable.
10441
10442 * calc/calc-mtx.el (calc-det-lu): New variable.
10443 (math-det-raw, math-det-step): Replace variable lu by declared variable.
10444
10445 * calc/calc-map.el (math-ms-temp, math-ms-args): New variables.
10446 (math-multi-subst, math-multi-subst-rec): Replace variables temp
10447 and arg by declared variables.
10448 (calcFunc-reducer): Fix incorrect variable.
10449 (math-inner-mul-func, math-inner-add-func): New variables.
10450 (calcFunc-inner, math-inner-mats): Replace variables mul-func
10451 and add-func by declared variables.
10452
10453 * calc/calc-incom.el (calc-prev-char, calc-prev-prev-char)
10454 (calc-digit-value): Declare them.
10455
10456 * calc/calc-help.el (Info-history): Declare it.
10457 (calc-describe-key): Make calc-summary-indentation a local variable.
10458 (calc-help-long-names): Move declaration to earlier in file.
10459
10460 * calc/calc-embed.el (calc-original-buffer): Declare it.
10461 (calc-embed-outer-top, calc-embed-outer-bot, calc-embed-top)
10462 (calc-embed-bot): New variables.
10463 (calc-do-embedded, calc-embedded-mark-formula)
10464 (calc-embedded-find-bounds, calc-embedded-duplicate)
10465 (calc-embedded-new-formula, calc-embedded-make-info):
10466 Replace vars outer-top, outer-bot, bot and top by declared variables.
10467 (calc-embed-prev-modes): New variable.
10468 (calc-embedded-set-modes, calc-embedded-update): Replace variable
10469 prev-modes with declared variable.
10470 (calc-embed-vars-used): New variable.
10471 (calc-embedded-make-info, calc-embedded-evaluate-expr)
10472 (calc-embedded-update, calc-embedded-find-vars): Replace variable
10473 vars-used by declared variable.
10474
10475 * calc/calc-bin.el (math-format-radix-float): Make pos a local variable.
10476 (math-format-radix-float): Remove unnecessary setq.
10477 (math-radix-float-cache): Declare it.
10478
10479 * calc/calcsel2.el (calc-keep-selection): Declare it.
10480
10481 * calc/calc-maint.el: Remove file.
10482
10483 2004-11-26 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
10484
10485 * textmodes/bibtex.el (bibtex-sort-entry-class)
10486 (bibtex-comment-start): Use defcustom.
10487 (bibtex-entry-field-alist): Use nil if initial content of the
10488 field is undefined. Fix docstring.
10489 (bibtex-parse-keys-timeout, bibtex-autokey-additional-names)
10490 (bibtex-generate-autokey, bibtex-parse-buffers-stealthily)
10491 (bibtex-mode, bibtex-field-list, bibtex-entry-updat)
10492 (bibtex-autofill-entry, bibtex-entry-index, bibtex-next-field):
10493 Fix docstring.
10494 (bibtex-autokey-title-terminators): Use only one regexp.
10495 (bibtex-string-maybe-empty-head): New variable.
10496 (bibtex-remove-delimiters-string): New function.
10497 (bibtex-text-in-field-bounds, bibtex-text-in-string):
10498 Use bibtex-remove-delimiters-string.
10499 (bibtex-progress-message, bibtex-field-left-delimiter)
10500 (bibtex-field-right-delimiter, bibtex-entry-left-delimiter)
10501 (bibtex-entry-right-delimiter, bibtex-search-entry): Use eq.
10502 (bibtex-insert-kill): Rename from `bibtex-insert-current-kill'.
10503 Simplify.
10504 (bibtex-format-entry): Use save-excursion for inherited booktitle.
10505 Use eq and bibtex-remove-delimiters-string. For end markers use
10506 insertion type so that marker stays after inserted text.
10507 (bibtex-autokey-get-names): Return empty string if name is missing.
10508 (bibtex-autokey-demangle-name): Call bibtex-autokey-abbrev before
10509 calling bibtex-autokey-name-case-convert.
10510 (bibtex-autokey-demangle-title):
10511 Call bibtex-autokey-titleword-case-convert. Remove call to
10512 bibtex-autokey-titleword-case-convert from bibtex-autokey-get-title.
10513 (bibtex-global-key-alist, bibtex-read-string-key): New functions.
10514 (bibtex-read-key): New optional arg global.
10515 (bibtex-files-expand): New optional arg force.
10516 (bibtex-complete-string-cleanup): Expansion of abbrev can be absent.
10517 (bibtex-complete-crossref-cleanup): Rename from
10518 bibtex-complete-key-cleanup. Simplify code.
10519 (bibtex-copy-summary-as-kill): Remove arg key. Use looking-at.
10520 Operate on current entry.
10521 (bibtex-button): Add docstring.
10522 (bibtex-entry): Simplify.
10523 (bibtex-make-field): Replace optional arg called-by-yank with more
10524 specific args move and interactive.
10525 (bibtex-end-of-entry): Use forward-sexp.
10526 (bibtex-find-entry-globally): Remove.
10527 (bibtex-find-crossref): Allow for crossref key located in other buffer.
10528 Bound to C-c C-x.
10529 (bibtex-find-entry): New optional args global and display.
10530 (bibtex-find-text): Fix docstring. Remove arg as-if-interactive.
10531 (bibtex-validate): Use arg force of bibtex-files-expand.
10532 (bibtex-clean-entry): Bugfix, clean string entries properly.
10533 Always keep point at beginning of entry.
10534 (bibtex-complete): Bugfix. Handle string entries properly.
10535 Call cleanup functions only if needed.
10536 (bibtex-String): Use bibtex-read-string-key.
10537 (bibtex-url): Use bibtex-remove-delimiters-string. Do not alter
10538 case of replacement text.
10539
10540 2004-11-26 Lars Hansen <larsh@math.ku.dk>
10541
10542 * tramp.el (tramp-handle-directory-files-and-attributes): New function.
10543 (tramp-perl-directory-files-and-attributes): New constant.
10544 (tramp-file-name-handler-alist): Delete file-directory-files, add
10545 directory-files-and-attributes.
10546 (tramp-perl-file-attributes): Surround uid and gid by double
10547 quotes. Change parameter id-format from nonnumeric.
10548 (tramp-convert-file-attributes): New function.
10549 (tramp-handle-file-attributes): Use it.
10550 (tramp-maybe-send-perl-script): New function.
10551 (tramp-handle-file-attributes-with-perl): Use it. Don't convert
10552 file mode. Change parameter id-format from nonnumeric.
10553 (tramp-handle-file-attributes-with-ls): Change parameter id-format
10554 from nonnumeric.
10555 (tramp-post-connection): Don't send tramp-perl-file-attributes
10556 script. Reset connection property "perl-scripts".
10557 (tramp-handle-insert-directory): Run real handler when ls-lisp is
10558 in use.
10559
10560 2004-11-26 Lars Hansen <larsh@math.ku.dk>
10561
10562 * desktop.el (desktop-read): Replace mapcar with mapc.
10563 (desktop-create-buffer): Replace mapcar with mapc.
10564 Remove redundant piece of code.
10565
10566 2004-11-27 Nick Roberts <nickrob@snap.net.nz>
10567
10568 * progmodes/gud.el (gud-display-line): Use display-buffer
10569 for GDB-UI as for GUD.
10570
10571 * progmodes/gdb-ui.el (gdb-view-source, gdb-selected-view):
10572 Delete variables.
10573 (gdb-ann3): Don't make GUD buffer dedicated.
10574 (gdb-goto-breakpoint, gdb-display-buffer): Don't always dedicate.
10575 (gdb-display-source-buffer): Delete function.
10576 (gdb-view-source-function, gdb-view-assembler): Delete functions.
10577 (menu): Delete menu bindings for viewing source/assembler.
10578 (gdb-setup-windows, gdb-restore-windows):
10579 Don't dedicate GUD. No assembler now.
10580 (gdb-reset): No need to undedicate source buffers now.
10581 (gdb-source-info): No assembler now.
10582
10583 2004-11-26 Nick Roberts <nickrob@snap.net.nz>
10584
10585 * progmodes/gdb-ui.el (gdb-frame-parameters): Match height and
10586 width to those for special frames.
10587 (gdb-frame-breakpoints-buffer): Use gdb-frame-parameters.
10588 Use display-buffer.
10589 (gdb-frame-stack-buffer, gdb-frame-threads-buffer)
10590 (gdb-frame-registers-buffer, gdb-frame-locals-buffer)
10591 (gdb-frame-assembler-buffer): Rework like
10592 gdb-frame-breakpoints-buffer.
10593
10594 2004-11-25 Richard M. Stallman <rms@gnu.org>
10595
10596 * progmodes/flymake.el: Reindent.
10597 (flymake-split-string): Turn into defalias.
10598 (flymake-fix-file-name): Rename from flymake-fix-path-name.
10599 (flymake-ensure-ends-with-slash): Rename arg to FILENAME.
10600 (flymake-get-common-file-prefix): Rename from ...path... Doc fix.
10601 (flymake-build-relative-filename): Rename from ...path.
10602 Fix error message.
10603
10604 2004-11-25 Cheng Gao <chenggao@gmail.com>
10605
10606 * progmodes/flymake.el: Much whitespace and capitalization change.
10607 Move `provide' to end. Require `compile' only when compiling.
10608
10609 2004-11-24 Jay Belanger <belanger@truman.edu>
10610
10611 * calc/calc-alg.el: Added comment.
10612 (math-polynomial-base): Replace variable mpb-top-expr by
10613 math-poly-base-top-expr.
10614
10615 * calc/calc-poly.el (math-poly-base-top-expr): New variable.
10616 (math-polynomial-p1): Replace variable mpb-top-expr by declared
10617 variable.
10618 (math-poly-base-total-base): New variable.
10619 (math-total-polynomial-base, math-polynomial-p1): Replace variable
10620 mpb-total-base by declared variable.
10621 (math-factored-vars, math-to-list): Declare it.
10622 (math-fact-expr): New variable.
10623 (calcFunc-factors, calcFunc-factor, math-factor-expr)
10624 (math-factor-expr-try, math-factor-expr-part): Replace variable
10625 expr by declared variable.
10626 (math-fet-x): New variable.
10627 (math-factor-expr-try, math-factor-poly-coefs): Replace variable x
10628 by declared variable.
10629 (math-factor-poly-coefs): Make temp a local variable.
10630
10631 * calc/calc-units.el (calc-convert-units): Make units a local
10632 variable.
10633 (calc-num-units, calc-den-units): New variables.
10634 (calc-explain-units, calc-explain-units-rec): Replace variables
10635 num-units and den-units by declared variables.
10636 (math-cu-unit-list): New variable.
10637 (math-build-units-table, math-compare-unit-names)
10638 (math-convert-units, math-convert-units-rec): Replace variable
10639 unit-list by declared variable.
10640 (math-fbu-base, math-fbu-entry): New variables.
10641 (math-find-base-units, math-find-base-units-rec): Replace variables
10642 base and entry by declared variables.
10643 (math-which-standard): New variable.
10644 (math-to-standard-units, math-to-standard-rec): Replace variable
10645 which-standard by declared variable.
10646 (math-fcu-u): New variable.
10647 (math-find-compatible-unit, math-find-compatible-unit-rec):
10648 Replace variable u by declared variable.
10649 (math-cu-new-units, math-cu-pure): New variables.
10650 (math-convert-units, math-convert-units-rec): Replace variables
10651 new-units and pure by declared variables.
10652 (math-try-cancel-units): New variable.
10653 (math-simplify-units-quotient): Replace variable try-cancel-units by
10654 declared variable.
10655
10656 2004-11-24 Richard M. Stallman <rms@gnu.org>
10657
10658 * textmodes/ispell.el (ispell-check-version):
10659 If default-directory is nonexistent, use home dir.
10660
10661 * progmodes/grep.el (grep-regexp-alist):
10662 Don't match parens around line numbers.
10663
10664 * progmodes/cperl-mode.el (cperl-indent-region)
10665 (cperl-imenu--create-perl-index, cperl-xsub-scan):
10666 Don't print progress messages.
10667
10668 * progmodes/compile.el (compilation-mode-map):
10669 Don't inherit from compilation-minor-mode-map;
10670 copy its bindings instead. But the menu bar Compile
10671 entry now does inherit from compilation-menu-map.
10672
10673 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
10674 Use with-no-warnings around compiler-macroexpand.
10675
10676 * imenu.el: Don't always require newcomment.
10677 (imenu--generic-function): Call comment-normalize-vars
10678 if we have a comment syntax.
10679 Exit the loop if REGEXP matches the null string.
10680 Test comment-start as well as comment-start-skip
10681 when deciding whether to check for comments.
10682
10683 * tooltip.el (tooltip-mode): Doc fix.
10684
10685 * term.el (term-escape-char, term-mode): Doc fixes.
10686
10687 2004-11-24 Dave Love <fx@gnu.org>
10688
10689 * progmodes/python.el (python-font-lock-syntactic-keywords):
10690 Check for escapes in the regexp.
10691 (python-quote-syntax): Don't do it here.
10692
10693 2004-11-24 Nick Roberts <nickrob@snap.net.nz>
10694
10695 * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
10696 (gdb-frames-mode-map, gdb-threads-mode-map)
10697 (gdb-registers-mode-map, gdb-locals-mode-map)
10698 (gdb-assembler-mode-map): Bind "q" to kill-this-buffer.
10699 (gdb-set-window-buffer): Rename from dedicated-switch-to-buffer.
10700
10701 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>:
10702 (dedicated-switch-to-buffer): Rework.
10703 (gdb-var-evaluate-expression-handler, gdb-put-string):
10704 Remove unused variable bindings.
10705 (gdb-setup-windows, gdb-display-buffer):
10706 Simplify. Use pop-to-buffer.
10707 (gdb-view-source-function): Simplify.
10708 (gdb-frame-breakpoints-buffer):
10709 Use pop-to-buffer, special-display-regexps.
10710
10711 2004-11-24 Glenn Morris <gmorris@ast.cam.ac.uk>
10712
10713 * progmodes/f90.el (f90-smart-end)
10714 (f90-previous-statement, f90-beginning-of-block): Doc fix.
10715 (f90-calculate-indent): Handle un-named PROGRAM blocks.
10716 (f90-end-of-block): Doc fix. Make check of outermost block
10717 conditional on value of `f90-smart-end'.
10718 (f90-block-match): Hack to deal with un-named PROGRAM blocks.
10719 Handle case where END-BLOCK is nil.
10720 (f90-match-end): Handle un-named PROGRAM blocks.
10721 (f90-backslash-not-special): New function.
10722
10723 2004-11-24 Jay Belanger <belanger@truman.edu>
10724
10725 * calc/calc.el (calc-embedded-active): Removed unnecessary
10726 declaration.
10727 (calc-show-banner): Removed redundant declaration.
10728
10729 * calc/calc-graph.el (calc-gnuplot-default-device)
10730 (calc-gnuplot-default-output, calc-gnuplot-print-device)
10731 (calc-gnuplot-print-output, calc-gnuplot-geometry)
10732 (calc-graph-default-resolution, calc-graph-default-resolution-3d):
10733 Remove redundant initial values.
10734
10735 * calc/calc-arith.el (math-scalar-functions)
10736 (math-nonscalar-functions, math-scalar-if-args-functions)
10737 (math-real-functions, math-positive-functions)
10738 (math-nonnegative-functions, math-real-scalar-functions)
10739 (math-real-if-arg-functions, math-integer-functions)
10740 (math-num-integer-functions, math-rounding-functions)
10741 (math-float-rounding-functions, math-integer-if-args-functions)
10742 (math-super-types): Move declarations to earlier in file.
10743 (math-unit-prefixes): Declared it.
10744 (math-floor-prec, math-trunc-prec): New variables.
10745 (math-trunc-fancy): Replace variable prec by declared variable.
10746 (math-floor-fancy): Replace variable prec by declared variable.
10747 (math-com-bterms): New variable.
10748 (math-commutative-equal, math-commutative-collect):
10749 Replace variable bterms by declared variable.
10750
10751 * calc/calc-misc.el (math-trunc): Replace variable prec by
10752 math-trunc-prec.
10753 (math-floor): Replace variable prec by math-floor-prec.
10754
10755 * calc/calc-forms.el (math-fd-date, math-fd-dt, math-fd-year)
10756 (math-fd-month, math-fd-day, math-fd-weekday, math-fd-hour)
10757 (math-fd-minute, math-fd-second, math-fd-bc-flag): New variables.
10758 (math-format-date, math-format-date-part): Replace variables
10759 date, dt, year, month, day, weekday, hour, minute, second and
10760 bc-flag by declared variables.
10761 (math-pd-str): New variable.
10762 (math-parse-date, math-parse-date-word, math-parse-standard-date):
10763 Replace variable str by declared variable.
10764 (math-daylight-savings-hook, math-tzone-names): Move definitions
10765 to earlier in the file.
10766 (var-TimeZone, math-exp-str, math-exp-pos): Declare them.
10767 (math-sh-year): New variable.
10768 (math-setup-add-holidays, math-setup-holidays)
10769 (math-setup-year-holidays): Replace variable `year' by declared
10770 variable.
10771
10772 * calc/calc-math.el (math-nrf-n, math-nrf-nf, math-nrf-nfm1):
10773 New variables.
10774 (math-nth-root-float, math-nth-root-float-iter): Replace variables
10775 n, nf and nfm1 by declared variables.
10776 (math-nri-n): New variable.
10777 (math-nth-root-integer, math-nth-root-int-iter): Replace variable
10778 n by declared variable.
10779 (calcFunc-log): Removed misplaced condition.
10780
10781 2004-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
10782
10783 * generic.el (generic-mode-set-comments): Accept an empty comment-end.
10784
10785 2004-11-24 Nick Roberts <nickrob@snap.net.nz>
10786
10787 * progmodes/gdb-ui.el (dedicated-switch-to-buffer): New function.
10788 (gdb-ann3, gdb-setup-windows, gdb-restore-windows):
10789 Dedicate gdb-related windows.
10790 (gdb-display-buffer): Dedicate gdb-related windows.
10791 Don't grab other frames.
10792 (gdb-reset): Remove dedicated property after debugging.
10793
10794 2004-11-24 Jay Belanger <belanger@truman.edu>
10795
10796 * calc/calc-sel.el: Add comment.
10797
10798 * calc/calc.el (math-stack-value-offset): Replace variables c,
10799 wid and off with math-svo-c, math-svo-wid and math-svo-off.
10800
10801 * calc/calccomp.el (math-comp-sel-tag): Declare it.
10802 (math-svo-c, math-svo-wid, math-svo-off): New variables.
10803 (math-stack-value-offset-fancy): Replace variables c, wid and off
10804 by declared variables.
10805 (math-comp-just, math-comp-comma-spc): New variables.
10806 (math-compose-expr, math-compose-matrix): Replace variables `just'
10807 and comma-spc by declared variable.
10808 (math-comp-vector-prec): New variable.
10809 (math-compose-expr, math-compose-matrix, math-compose-rows):
10810 Replace variable vector-prec by declared variable.
10811 (math-comp-left-bracket, math-comp-right-bracket)
10812 (math-comp-comma): New variables.
10813 (math-compose-expr, math-compose-rows): Replace variables
10814 left-bracket, right-bracket and comma by declared variables.
10815 (math-comp-full-width): New variable.
10816 (math-comp-to-string-flat, math-comp-to-string-flat-term):
10817 Replace variable full-width by declared variable.
10818 (math-comp-highlight, math-comp-word, math-comp-level)
10819 (math-comp-margin, math-comp-pos, math-comp-buf, math-comp-base)
10820 (math-comp-hgt, math-comp-tag, math-comp-hpos, math-comp-vpos):
10821 New variables.
10822 (math-comp-to-string-flat, math-comp-to-string-flat-term)
10823 (math-comp-sel-flat-term): Replace variables comp-highlight,
10824 comp-word, comp-level, comp-margin, comp-pos and comp-buf by
10825 declared variables.
10826 (math-comp-simplify, math-comp-simplify-term)
10827 (math-comp-add-string, math-comp-add-string-sel):
10828 Replace variables comp-highlight, comp-buf, comp-base,
10829 comp-height, comp-tag, comp-hpos and comp-vpos by declared variables.
10830
10831 2004-11-23 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10832
10833 * cus-start.el (all): Add x-use-old-gtk-file-dialog.
10834
10835 * mail/emacsbug.el (report-emacs-bug): Catch error that x-server-vendor
10836 and x-server-version may throw.
10837
10838 2004-11-23 Kim F. Storm <storm@cua.dk>
10839
10840 * subr.el (substitute-key-definition-key): Optimize.
10841 Don't call indirect-function for nil defn (always signals error).
10842
10843 * ido.el (ido-read-internal): Fix require-match check when
10844 ido-directory-too-big is set.
10845
10846 2004-11-23 Jay Belanger <belanger@truman.edu>
10847
10848 * calc/calc-ext.el (math-read-replacement-list)
10849 (math-read-superscripts): New variables.
10850 (math-read-preprocess-string): New function.
10851 (math-read-expr): Filter input through math-read-preprocess-string.
10852
10853 * calc/calc-aent.el (math-read-exprs): Filter input through
10854 math-read-preprocess-string.
10855
10856 2004-11-23 Daniel Pfeiffer <occitan@esperanto.org>
10857
10858 * progmodes/compile.el (compilation-start): In cd command use
10859 substitute-env-vars -- not quite shell compatible but better than
10860 nothing.
10861 (compilation-error-regexp-alist-alist): Simplify ftnchek to only
10862 handle the newer versions messages, which are more parseable.
10863
10864 2004-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
10865
10866 * reveal.el (reveal-mode-map): New var.
10867 (reveal-mode): Use it.
10868
10869 2004-11-23 Nick Roberts <nickrob@snap.net.nz>
10870
10871 * progmodes/gdb-ui.el (gdb-flush-pending-output): New variable.
10872 (gdb-send-item, gdb-resync, gud-gdba-marker-filter): Use it.
10873
10874 2004-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
10875
10876 * buff-menu.el (list-buffers-noselect): Re-add the leading space in the
10877 header-line when needed.
10878 Use fixed-pitch only in the header-line.
10879 Build the underline automatically. Use emdash if available.
10880
10881 2004-11-22 Richard M. Stallman <rms@gnu.org>
10882
10883 * dired.el (dired-recursive-copies): Move from dired-aux.el.
10884 * dired-aux.el (dired-recursive-copies): Move to dired.el.
10885
10886 2004-11-22 Nick Roberts <nickrob@snap.net.nz>
10887
10888 * progmodes/gdb-ui.el (gdb-resync): New function.
10889 (gdb-pre-prompt, gdb-prompt, gdb-starting, gdb-stopping)
10890 (gdb-frame-begin, gdb-stopped, gdb-post-prompt):
10891 Use it to fail more gracefully.
10892 (gdb-variables): Delete variable.
10893 Re-order variables to reduce byte-compiler warnings.
10894
10895 2004-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
10896
10897 * descr-text.el (describe-char):
10898 * paren.el (show-paren-function):
10899 * subr.el (syntax-after): Undo last change.
10900
10901 * progmodes/python.el (run-python): Don't hard code *Python*.
10902 Don't modify global process-environment.
10903 (python-send-region, python-load-file): Don't assume that
10904 python-buffer == (process-buffer (python-proc)).
10905 (python-switch-to-python): Simplify.
10906
10907 * dired.el (dired-align-file): Don't assume line starts with spaces.
10908
10909 2004-11-21 Jay Belanger <belanger@truman.edu>
10910
10911 * calc/calc-ext.el (math-read-big-expr, math-read-big-bigp):
10912 Replace variable `lines' by math-read-big-lines.
10913 (math-read-big-expr): Replace variables the-baseline, the-h2
10914 and err-msg by math-read-big-baseline, math-read-big-h2 and
10915 math-read-err-msg.
10916 (math-read-big-bigp): Replace variable h2 with math-rb-h2.
10917
10918 * calc/calc-lang.el (math-read-big-rec): Fix typo.
10919 (math-read-big-balance): Replace unbound variable by value.
10920 (math-read-big-lines): New variable.
10921 (math-read-big-rec, math-read-big-char, math-read-big-emptyp)
10922 (math-read-big-error, math-read-big-balance): Replace variable
10923 `lines' by declared variable.
10924 (math-read-big-baseline, math-read-big-h2): New variables.
10925 (math-read-big-rec): Replace variables the-baseline and the-h2
10926 by declared variables.
10927 (math-rb-h1, math-rb-h2, math-rb-v1, math-rb-v2): New variables.
10928 (math-read-big-rec, math-read-big-char, math-read-big-emptyp)
10929 (math-read-big-balance): Replace variables h1, h2, v1 and v2 by
10930 declared variables.
10931 (math-read-big-err-msg): New variable.
10932 (math-read-big-error): Replace variable err-msg by declared variable.
10933
10934 2004-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
10935
10936 * ses.el: Add coding cookie.
10937 Fix up docstrings, follow new commenting conventions.
10938 (ses-header-line-menu): Fix missing variable rename for header-row.
10939 (ses-cell-size): Remove.
10940 (ses-make-cell): New function.
10941 (ses-cell, ses-insert-row, ses-insert-column): Use it.
10942 (ses-calculate-cell): Remove unused var `symbol'.
10943 (ses-narrowed-p): New function.
10944 (ses-goto-data, undo-more, ses-reconstruct-all): Use it.
10945 (ses-initial-file-trailer): Change ;;; to ;; for local vars.
10946 (ses-load, ses-reconstruct-all): Adjust string search accordingly.
10947 (ses-setup): Use restore-buffer-modified-p.
10948 (ses-cleanup): Remove unused var `end'.
10949 (ses-header-string-left-offset): Remove.
10950 (ses-create-header-string): Adjust to new behavior of `align-to'.
10951 Truncate excessively large fields to preserve alignment.
10952 (ses-reconstruct-all): Remove unused var `refs'.
10953 (ses-read-cell-printer): Remove unused var `prompt'.
10954 (ses-delete-row): Remove unused var `pos'.
10955 (ses-delete-column): Remove unused var `new'.
10956
10957 2004-11-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
10958
10959 * ps-print.el: Insert :version tag into all defgroup and defcustom.
10960 Use (featurep 'xemacs) instead of (eq ps-print-emacs-type 'xemacs).
10961 Eliminate eval-and-compile usage.
10962 (ps-insert-file): Use insert-file-contents instead of insert-file.
10963 (ps-setup): Code fix.
10964
10965 * printing.el (pr-setup, lpr-setup): Code fix.
10966
10967 2004-11-21 Jay Belanger <belanger@truman.edu>
10968
10969 * calc/calc-prog.el (math-integral-cache-state, calc-lang)
10970 (calc-original-buffer): Declare them.
10971 (calc-user-formula-alist): New variable.
10972 (calc-user-define-formula, calc-fix-user-formula)
10973 (calc-user-define-composition, calc-finish-formula-edit):
10974 Replace variable `alist' by declared variable.
10975 (var-q0, var-q1, var-q2, var-q3, var-q4, var-q5, var-q6)
10976 (var-q7, var-q7, var-q8, var-q9): Declare them.
10977 (calc-kbd-push): Don't check to see if var-q0 through var-q9
10978 are bound.
10979 (calcFunc-typeof): Replace undeclared variable by expression.
10980 (math-exp-env): New variable.
10981 (math-define-body, math-define-exp): Replace exp-env by declared var.
10982 (math-define-exp): Replace misplaced variable by expression.
10983
10984 * calc/calcalg3.el (calc-curve-nvars, calc-curve-varnames)
10985 (calc-curve-model, calc-curve-coefnames): New variables.
10986 (calc-curve-fit, calc-get-fit-variables): Replace variables nvars,
10987 varnames, model and coefnames by declared variables.
10988 (math-root-widen): New variable.
10989 (math-search-root, math-find-root): Replace variable root-widen by
10990 declared variable.
10991 (var-DUMMY): Declare it.
10992 (math-root-vars, math-min-vars): Move the declarations to earlier in
10993 the file.
10994 (math-brent-min): Make d a local variable.
10995 (math-find-minimum): Replace non-existent variable.
10996 (math-ninteg-romberg): Remove unnecessary variable.
10997 (math-ninteg-temp): New variable.
10998 (math-ninteg-romberg, math-ninteg-midpoint): Replace variable
10999 integ-temp by declared variable.
11000 (math-fit-first-var, math-fit-first-coef, math-fit-new-coefs):
11001 New variables.
11002 (math-general-fit): Replace variables first-var, first-coef and
11003 new-coefs by declared variables.
11004 (calcFunc-fitvar): Replace variable first-var by declared variable.
11005 (calcFunc-fitparam): Replace variable first-coef by declared variable.
11006 (calcFunc-fitdummy): Replace variable new-coefs by declared variable.
11007 (math-all-vars-vars, math-all-vars-found): New variables.
11008 (math-all-vars-in, math-all-vars-rec): Replace variables vars and
11009 found by declared variable math-all-vars-vars.
11010
11011 2004-11-20 Luc Teirlinck <teirllm@auburn.edu>
11012
11013 * emacs-lisp/cust-print.el (custom-printers): Use `defvar' instead
11014 of `defconst'.
11015
11016 2004-11-20 Richard M. Stallman <rms@gnu.org>
11017
11018 * isearch.el (isearch-mode-map): Don't bind SPC.
11019 (isearch-whitespace-chars): Function deleted.
11020 (isearch-search): Bind search-spaces-regexp.
11021 (isearch-lazy-highlight-search): Likewise.
11022 (search-whitespace-regexp): Doc fix.
11023 (isearch-forward-regexp): Doc fix.
11024
11025 * emacs-lisp/bytecomp.el (byte-compile-form):
11026 Move the calls to byte-compile-set-symbol-position,
11027 to avoid having two for the same symbol occurrence.
11028
11029 * comint.el (comint-input-ring-size): Increase to 150.
11030
11031 * hexl.el (hexl-mode-old-hl-line-mode, hexl-mode-old-ruler-mode):
11032 New variables.
11033 (hexl-mode): Set those variables, record ruler-mode and hl-line-mode.
11034 (hexl-mode-exit): Restore status of ruler-mode and hl-line-mode.
11035
11036 * imenu.el (imenu--generic-function):
11037 Ensure we keep moving backward even if BEG isn't further back.
11038
11039 * replace.el (query-replace-read-to, query-replace-read-from):
11040 Specify t for KEEP-ALL in read-from-minibuffer.
11041
11042 * progmodes/python.el (python-switch-to-python):
11043 If Python isn't running, start it.
11044 Don't alter debug-ignored-errors.
11045
11046 * progmodes/cperl-mode.el (cperl-indent-region):
11047 Don't mind imenu-scanning-message.
11048
11049 * bindings.el (global-map): Bind C-e to move-end-of-line.
11050
11051 * simple.el (line-move-finish): New arg FORWARD.
11052 Ignore invisible newlines, not intangible ones.
11053 Conditions for acceptable stopping positions depend on FORWARD.
11054 (line-move): Pass FORWARD arg to line-move-finish.
11055
11056 * buff-menu.el (list-buffers-noselect): Eliminate space at the start
11057 of HEADER. Compensate for this change in the code to add display
11058 properties. Don't make the first line intangible.
11059
11060 * info.el (Info-search): Fix previous change.
11061
11062 2004-11-20 Thien-Thi Nguyen <ttn@gnu.org>
11063
11064 * Makefile.in (recompile): Revert 2004-11-19 change.
11065 (compile): Likewise.
11066
11067 2004-11-19 Luc Teirlinck <teirllm@auburn.edu>
11068
11069 * Makefile.in (compile): Set `max-specpdl-size' before compiling.
11070
11071 2004-11-19 Vinicius Jose Latorre <viniciusjl@ig.com.br>
11072
11073 * progmodes/ebnf2ps.el: Fix typos. Insert :version tag into all
11074 defgroup and defcustom. Eliminate eval-and-compile usage.
11075
11076 * progmodes/ebnf-otz.el: Fix typos.
11077
11078 2004-11-19 Jay Belanger <belanger@truman.edu>
11079
11080 * calc/calc-yank.el (calc-edit-disp-trail): New variable.
11081 (calc-edit-finish, calc-finish-stack-edit): Replace variable
11082 disp-trail by declared variable.
11083
11084 * calc/calc-sel.el (calc-edit-disp-trail): Declare it.
11085 (calc-finish-selection-edit): Replace variable disp-trail by
11086 declared variable.
11087 (calc-selection-cache-entry): Move declaration to earlier in the file.
11088 (calc-selection-cache-num, calc-selection-cache-comp)
11089 (calc-selection-cache-offset, calc-selection-true-num)
11090 (calc-final-point-line, calc-final-point-column)
11091 (calc-original-buffer): Declare them.
11092 (calc-fnp-op, calc-fnp-num): New variables.
11093 (calc-find-nth-part, calc-find-nth-part-rec)
11094 (calc-select-previous): Replace op and num by declared variables.
11095 (calc-rsf-old, calc-rsf-new): New variables.
11096 (calc-replace-sub-formula, calc-replace-sub-formula-rec):
11097 Replace variables old and new by declared variables.
11098 (calc-sel-reselect): New variable.
11099 (calc-auto-selection, calc-enter-selection, calc-edit-selection)
11100 (calc-sel-evaluate, calc-sel-expand-formula, calc-sel-expand-formula)
11101 (calc-sel-mult-both-sides, calc-sel-add-both-sides): Replace variable
11102 reselect with declared variable.
11103
11104 * calc/calc-rewr.el (math-regs, math-num-regs, math-prog-last)
11105 (math-bound-vars, math-conds, math-copy-neg, math-rhs)
11106 (math-pattern, math-remembering, math-aliased-vars, math-mt-many)
11107 (math-import-list, math-rewrite-phase): Declare them.
11108 (math-rewrite): Use let* to declare variables.
11109 (calc-rewrite-selection): Make rules a local variable.
11110 (calc-rewr-sel): New variable.
11111 (calc-rewrite-selection, calc-locate-selection-marker)
11112 (calc-rewrite): Use the declared variable calc-rewr-sel instead
11113 of sel.
11114 (math-rewrite-whole-expr): New variable.
11115 (math-rewrite, math-rewrite-phase): Replace variable expr by
11116 declared variable.
11117 (math-rewrite-heads-heads, math-rewrite-heads-skips)
11118 (math-rewrite-heads-blanks ): New variables.
11119 (math-rewrite-heads, math-rewrite-heads-rec): Replace variables
11120 heads, skips and blanks by declared variables.
11121 (math-rwcomp-subst-old, math-rwcomp-subst-new)
11122 (math-rwcomp-subst-old-func, math-rwcomp-subst-new-func):
11123 New variables.
11124 (math-rwcomp-substitute, math-rwcomp-subst-rec): Replace variables
11125 old, new, old-func and new-func by declared variables.
11126 (math-rwcomp-assoc-args, math-rwcomp-addsub-args):
11127 Remove unnecessary variable.
11128 (math-apply-rw-regs): New variable.
11129 (math-apply-rewrites, math-rwapply-replace-regs)
11130 (math-rwapply-reg-looks-negp): Replace variable regs by declared var.
11131 (math-apply-rw-ruleset): New variable.
11132 (math-apply-rewrites, math-rwapply-remember): Replace variable
11133 ruleset by declared variable.
11134
11135 2004-11-19 Richard M. Stallman <rms@gnu.org>
11136
11137 * info.el (Info-search): Use search-whitespace-regexp.
11138
11139 2004-11-19 Thien-Thi Nguyen <ttn@gnu.org>
11140
11141 * vc-rcs.el (vc-rcs-parse): New function.
11142 (vc-rcs-annotate-command): Likewise.
11143 (vc-rcs-annotate-current-time): Likewise.
11144 (vc-rcs-annotate-time): Likewise.
11145 (vc-rcs-annotate-extract-revision-at-line): Likewise.
11146
11147 2004-11-19 Thien-Thi Nguyen <ttn@gnu.org>
11148
11149 * Makefile.in (recompile): Set `max-specpdl-size' before compiling.
11150
11151 2004-11-18 Jay Belanger <belanger@truman.edu>
11152
11153 * calc/calc-alg.el (math-simplify-divisor): Remove unnecessary vars.
11154
11155 2004-11-17 Vinicius Jose Latorre <viniciusjl@ig.com.br>
11156
11157 * printing.el: Eliminate use of interactive-p and eval-and-compile.
11158 Use of (featurep 'xemacs) instead of (eq ps-print-emacs-type 'xemacs).
11159 Use make-temp-file to generate PostScript files in any situation.
11160 (pr-ps-temp-file): Now specify a prefix to generate temporary files.
11161 (pr-interactive-p): Eliminate var.
11162 (pr-save-interactive): Eliminate macro.
11163 (pr-interface, pr-ps-directory-preview)
11164 (pr-ps-directory-using-ghostscript, pr-ps-directory-print)
11165 (pr-ps-directory-ps-print, pr-ps-buffer-preview)
11166 (pr-ps-buffer-using-ghostscript, pr-ps-buffer-print)
11167 (pr-ps-buffer-ps-print, pr-ps-region-preview)
11168 (pr-ps-region-using-ghostscript, pr-ps-region-print)
11169 (pr-ps-region-ps-print, pr-ps-mode-preview)
11170 (pr-ps-mode-using-ghostscript, pr-ps-mode-print, pr-ps-mode-ps-print)
11171 (pr-printify-directory, pr-txt-directory, pr-despool-preview)
11172 (pr-despool-using-ghostscript, pr-despool-print, pr-despool-ps-print)
11173 (pr-ps-file-up-preview, pr-ps-file-using-ghostscript)
11174 (pr-ps-file-up-ps-print, pr-toggle-file-duplex, pr-toggle-file-tumble)
11175 (pr-toggle-file-landscape, pr-toggle-ghostscript, pr-toggle-faces)
11176 (pr-toggle-spool, pr-toggle-duplex, pr-toggle-tumble)
11177 (pr-toggle-landscape, pr-toggle-upside-down, pr-toggle-line)
11178 (pr-toggle-zebra, pr-toggle-header, pr-toggle-header-frame)
11179 (pr-toggle-lock, pr-toggle-region, pr-toggle-mode, pr-ps-name)
11180 (pr-txt-name, pr-ps-utility, pr-ps-fast-fire, pr-txt-fast-fire)
11181 (pr-update-menus, pr-interface-ps-prin, pr-interface-preview):
11182 Eliminate pr-save-interactive usage.
11183 (pr-menu-lock, pr-ps-utility-args, pr-set-outfilename):
11184 Eliminate pr-interactive-p usage.
11185 (pr-toggle-file-duplex-menu, pr-toggle-file-tumble-menu)
11186 (pr-toggle-file-landscape-menu, pr-toggle-ghostscript-menu)
11187 (pr-toggle-faces-menu, pr-toggle-spool-menu, pr-toggle-duplex-menu)
11188 (pr-toggle-tumble-menu, pr-toggle-landscape-menu)
11189 (pr-toggle-upside-down-menu, pr-toggle-line-menu, pr-toggle-zebra-menu)
11190 (pr-toggle-header-menu, pr-toggle-header-frame-menu)
11191 (pr-toggle-lock-menu, pr-toggle-region-menu, pr-toggle-mode-menu):
11192 New funs.
11193 (pr-ps-file): Use make-temp-file to generate a temporary file.
11194
11195 2004-11-17 Jay Belanger <belanger@truman.edu>
11196
11197 * calc/calc-alg.el (calc-poly-div): Make calc-poly-div-remainder
11198 a local variable.
11199 (math-eval-rules-cache, math-eval-rules-cache-other): Declare them.
11200 (math-top-only): New variable.
11201 (math-simplify, math-simplify-step): Replace variable top-only by
11202 declared variable math-top-only.
11203 (math-simplify-expr): Declare it.
11204 Replace argument expr in all calls of math-defsimplify by
11205 math-simplify-expr.
11206 (math-simplify-plus, math-simplify-times, math-simplify-divide)
11207 (math-simplify-divisor, math-simplify-one-divisor)
11208 (math-simplify-mod, math-simplify-ineq, math-simplify-sqrt)
11209 (math-simplify-pow): Replace variable expr by declared variable
11210 math-simplify-expr.
11211 (math-simplify-divisor): Remove local variables temp and op.
11212 (math-simplify-one-divisor): Make temp and op local variables.
11213 (math-simplify-divisor-nover, math-simplify-divisor-dover):
11214 New variables.
11215 (math-simplify-divisor, math-simplify-one-divisor):
11216 Replace variables nover and dover by declared variables.
11217 (math-expr-subst-new, math-expr-subst-old): New variables.
11218 (math-expr-subst, math-expr-subst-rec): Replace variables new
11219 and old by declared variables.
11220 (math-is-poly-degree, math-is-poly-loose): New variables.
11221 (math-is-polynomial, math-is-poly-rec): Replace variables degree
11222 and loose by declared variables.
11223 (math-poly-base-const-ok, math-poly-base-pred): New variables.
11224 (math-polynomial-base, math-polynomial-base-rec):
11225 Replace variables const-ok and mpb-pred by declared variables.
11226
11227 * calc/calc-poly.el (calc-poly-div-remainder): Declare it.
11228
11229 * calc/calc-ext.el (math-defsimplify): Change the argument in
11230 the created function to math-simplify-expr.
11231
11232 * calc/calc-units.el (math-simplify-expr): Declare it.
11233 Replace argument expr in all calls of math-defsimplify by
11234 math-simplify-expr.
11235 (math-simplify-units-prod): Replace variable expr by declared
11236 variable math-simplify-expr.
11237
11238 2004-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
11239
11240 * buff-menu.el (list-buffers-noselect): Massage to fit in 80 columns.
11241 Replace mapcar->dolist, format->string.
11242
11243 2004-11-17 Miles Bader <miles@gnu.org>
11244
11245 * progmodes/idlw-shell.el, progmodes/idlw-toolbar.el
11246 * progmodes/idlwave.el: Remove RCS keywords.
11247
11248 2004-11-17 J.D. Smith <jdsmith@as.arizona.edu>
11249
11250 * progmodes/idlwave.el, progmodes/idlw-toolbar.el
11251 * progmodes/idlw-shell.el, progmodes/idlw-rinfo.el:
11252 Update to IDLWAVE version 5.5. Too many changes to list them here.
11253 * progmodes/idlw-help.el: New file.
11254
11255 2004-11-16 Richard M. Stallman <rms@gnu.org>
11256
11257 * international/iso-cvt.el (iso-tex2iso-trans-tab):
11258 Discard spaces after \i according to TeX rules.
11259
11260 * international/mule.el (set-buffer-file-coding-system):
11261 New arg NOMODIFY.
11262 (after-insert-file-set-coding): Pass that new arg.
11263 Prevent set-buffer-multibyte from trying to lock the file.
11264
11265 * buff-menu.el (list-buffers-noselect): New arg BUFFER-LIST.
11266
11267 * saveplace.el (save-place): Doc fix.
11268
11269 * dabbrev.el (dabbrev-expand): When handling SPC M-/,
11270 temporarily widen before finding the following word to copy.
11271
11272 * emacs-lisp/lucid.el (map-keymap): Definition deleted.
11273 (cl-map-keymap): Definition deleted.
11274
11275 * subr.el (map-keymap-internal): New function.
11276
11277 2004-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
11278
11279 * textmodes/flyspell.el (flyspell-mouse-map): Pop the menu
11280 when pressing rather than when releasing mouse-2. Simplify.
11281
11282 2004-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
11283
11284 * progmodes/compile.el (compilation-setup): Don't set buffer-read-only.
11285 (compilation-mode): Set it here instead.
11286
11287 * emacs-lisp/cl-compat.el (pair-with-newsyms): Use make-symbol.
11288
11289 * emacs-lisp/cl-macs.el: Use make-symbol rather than gensym.
11290 (loop, cl-parse-loop-clause, defsetf): Use backquote.
11291
11292 2004-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
11293
11294 * progmodes/compile.el (compilation-internal-error-properties):
11295 Fix up a transposition-typo. Check end-col before using it.
11296
11297 2004-11-14 Frederic Han <han@math.jussieu.fr> (tiny change)
11298
11299 * international/iso-cvt.el (iso-tex2iso-trans-tab):
11300 Discard whitespace after macro \i when converting it.
11301
11302 2004-11-16 Juri Linkov <juri@jurta.org>
11303
11304 * emacs-lisp/find-func.el (find-function-regexp):
11305 Optimize `define-minor-mode'. Add `defun-cvs-mode'.
11306 Add `deffoo'. Add `f' to [^cgv] to exclude `defface'.
11307 Remove invalid `\W' from [^cgv\W]. Doc fix.
11308 (find-function-search-for-symbol): Replace "\\>" with "\\_>".
11309
11310 2004-11-15 Luc Teirlinck <teirllm@auburn.edu>
11311
11312 * play/life.el: Maintainer is now FSF.
11313 (life-patterns, life-neighbor-deltas, life-window-start)
11314 (life-current-generation, life-generation-string): Use defvar
11315 instead of defconst.
11316
11317 2004-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
11318
11319 * progmodes/compile.el (compilation-move-to-column): New fun.
11320 (compilation-internal-error-properties)
11321 (compilation-next-error-function): Use it to make sure we don't go past
11322 the end of line.
11323
11324 2004-11-15 John Paul Wallington <jpw@gnu.org>
11325
11326 * autoinsert.el (auto-insert-alist): Insert the user's name in
11327 copyright notice, rather than Free Software Foundation, for the
11328 Emacs Lisp header case too.
11329
11330 2004-11-15 Vinicius Jose Latorre <viniciusjl@ig.com.br>
11331
11332 * printing.el (pr-ps-file-print, pr-toggle-duplex): Fix typos.
11333 Reported by Glenn Morris <gmorris+emacs@ast.cam.ac.uk>.
11334 (pr-switches-string): If SWITCHES is nil, return nil. Otherwise,
11335 return the list of string in a string.
11336 (pr-call-process): Message if calling process returns an error, that
11337 is, the exit status is different of zero.
11338
11339 2004-11-15 Jay Belanger <belanger@truman.edu>
11340
11341 * calc/calcalg2.el (math-integrate-by-parts): Remove unused
11342 variable var-thing.
11343 (math-integ-depth, math-integ-level, math-integral-limit)
11344 (math-enable-subst, math-any-substs, math-integ-msg)
11345 (math-prev-parts-v, math-good-parts, math-max-integral-limit)
11346 (math-int-threshold, math-int-factors, math-double-roots)
11347 (math-solve-simplifying, var-IntegLimit, math-solve-sign)
11348 (var-GenCount): Declare these variables.
11349 (calcFunc-integ): Don't check if var-IntegLimit is bound.
11350 (math-integral-cache, math-integral-cache-state):
11351 Move declarations to earlier in the file.
11352 (math-deriv-var, math-deriv-total, math-deriv-symb)
11353 (math-cur-record, math-has-rules, math-t1, math-t2, math-t3)
11354 (math-so-far, math-integ-expr, math-expr-parts, calc-low)
11355 (calc-high, math-solve-var, math-solve-full, math-solve-vars)
11356 (math-try-solve-sign, math-solve-b, math-solve-system-vv)
11357 (math-solve-res): New variables
11358 (math-derivative, calcFunc-deriv, calcFunc-tderiv)
11359 (math-integral, math-replace-integral-parts)
11360 (math-integrate-by-parts, calc-dump-integral-cache)
11361 (math-try-integral, math-do-integral, math-do-integral)
11362 (math-do-integral-methods, math-try-solve-for)
11363 (math-try-solve-prod, math-solve-poly-funny-powers)
11364 (math-solve-crunch-poly, math-decompose-poly)
11365 (math-solve-find-root-term, math-find-root-in-prod)
11366 (math-integ-try-linear-substitutions)
11367 (math-integ-try-substitutions, math-expr-rational-in)
11368 (math-expr-rational-in-rec, calcFunc-table, math-scan-for-limits)
11369 (math-solve-prod, math-solve-quartic, math-poly-all-roots)
11370 (math-solve-for, math-solve-system, math-solve-system-rec)
11371 (math-solve-get-sign, math-solve-get-int)
11372 (math-solve-system-subst): Replace undeclared variables with newly
11373 declared variables.
11374
11375 2004-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
11376
11377 * winner.el (winner-active-region, winner-edges, winner-window-list):
11378 Define at toplevel.
11379 (winner-mode-map): Move init inside declaration.
11380
11381 2004-11-14 Luc Teirlinck <teirllm@auburn.edu>
11382
11383 * files.el (convert-standard-filename): Doc fix.
11384
11385 2004-11-14 Daniel Pfeiffer <occitan@esperanto.org>
11386
11387 * files.el (auto-mode-alist): Handle .gtkrc, and under /etc
11388 passwd, group, shadow, default/* and pam.d/*.
11389
11390 2004-11-14 Vinicius Jose Latorre <viniciusjl@ig.com.br>
11391
11392 * printing.el (pr-menu-spec): Adjust menu specification.
11393
11394 2004-11-13 Vinicius Jose Latorre <viniciusjl@ig.com.br>
11395
11396 * printing.el: Doc fix. Insert :version tag into all defcustom.
11397 Handle interactive-p as is recommended in Emacs Lisp Reference.
11398 Set the file permission bits for newly created files.
11399 Reported by Glenn Morris <gmorris+emacs@ast.cam.ac.uk>.
11400 The printing menu specification (in `pr-menu-spec') was merged.
11401 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
11402 (pr-version): New version number (6.8.3).
11403 (pr-file-modes): New option.
11404 (pr-interactive-p): New var.
11405 (pr-save-interactive, pr-save-file-modes): New macros.
11406 (pr-setup): Code fix.
11407 (pr-menu-spec): Menu specification merged.
11408 (pr-call-process, pr-text2ps): Set file permission bits.
11409 (pr-despool-print): Set file permission bits. Handle interactive-p as
11410 is recommended.
11411 (pr-interface, pr-ps-directory-preview)
11412 (pr-ps-directory-using-ghostscript, pr-ps-directory-print)
11413 (pr-ps-directory-ps-print, pr-ps-buffer-preview)
11414 (pr-ps-buffer-using-ghostscript, pr-ps-buffer-print)
11415 (pr-ps-buffer-ps-print, pr-ps-region-preview)
11416 (pr-ps-region-using-ghostscript, pr-ps-region-print)
11417 (pr-ps-region-ps-print, pr-ps-mode-preview)
11418 (pr-ps-mode-using-ghostscript, pr-ps-mode-print, pr-ps-mode-ps-print)
11419 (pr-printify-directory, pr-txt-directory, pr-despool-preview)
11420 (pr-despool-using-ghostscript, pr-despool-ps-print)
11421 (pr-ps-file-up-preview, pr-ps-file-using-ghostscript)
11422 (pr-ps-file-up-ps-print, pr-toggle-file-duplex, pr-toggle-file-tumble)
11423 (pr-toggle-file-landscape, pr-toggle-ghostscript, pr-toggle-faces)
11424 (pr-toggle-spool, pr-toggle-duplex, pr-toggle-tumble)
11425 (pr-toggle-landscape, pr-toggle-upside-down, pr-toggle-line)
11426 (pr-toggle-zebra, pr-toggle-header, pr-toggle-header-frame)
11427 (pr-toggle-lock, pr-toggle-region, pr-toggle-mode, pr-ps-name)
11428 (pr-txt-name, pr-ps-utility, pr-ps-fast-fire, pr-txt-fast-fire)
11429 (pr-menu-lock, pr-update-menus, pr-ps-utility-args)
11430 (pr-set-outfilename, pr-interface-ps-print, pr-interface-preview):
11431 Handle interactive-p as is recommended.
11432
11433 2004-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
11434
11435 * emacs-lisp/byte-opt.el (byte-optimize-inline-handler): Simplify.
11436 (byte-decompile-bytecode-1): Remove unused vars `tag' and `retcount'.
11437
11438 * font-lock.el (font-lock-fontify-syntactically-region): Fix last fix
11439 so it doesn't forget to highlight the beginning of the region either.
11440
11441 2004-11-13 Daniel Pfeiffer <occitan@esperanto.org>
11442
11443 * progmodes/cc-mode.el (c-basic-common-initc-font-lock-init)
11444 (c-font-lock-init): Eliminate obsolete make-local-hook.
11445 (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
11446 (awk-mode): Use run-mode-hooks.
11447
11448 * progmodes/cperl-mode.el (cperl-mode): Use run-mode-hooks.
11449
11450 2004-11-13 Kim F. Storm <storm@cua.dk>
11451
11452 * mouse.el (mouse-drag-copy-region): Add :version.
11453 (mouse-drag-mode-line-1): Let bind mouse-autoselect-window to nil
11454 while dragging mode line, so mode line can be dragged downwards.
11455 (mouse-drag-region-1): Let bind make-cursor-line-fully-visible
11456 while pressing mouse button so window doesn't scroll until we
11457 release the mouse if clicking on partially visible line.
11458
11459 2004-11-12 Jay Belanger <belanger@truman.edu>
11460
11461 * calc/calc-graph.el (calc-dumb-map): Declare it.
11462 (calc-graph-show-dumb): Check if calc-dumb-map is non-nil rather
11463 than unbound.
11464 (calc-graph-name): Made `end' a local variable.
11465 (calc-graph-lookup): Made `varname' a local variable.
11466 (var-DUMMY, var-DUMMY2, var-PlotRejects, calc-gnuplot-trail-mark):
11467 Declare them.
11468 (calc-graph-format-data): Don't check if var-PlotRejects is bound.
11469 (calc-graph-plot, calc-graph-compute-3d): Remove references to
11470 the unused variable y3vec.
11471 (calc-graph-show-dumb): Remove reference to unused variable found-pt.
11472 (calc-graph-kill-hook, calc-graph-plot): Remove reference to
11473 calc-graph-prev-kill-hook.
11474 (calc-graph-yvalue, calc-graph-yvec, calc-graph-numsteps)
11475 (calc-graph-numsteps3, calc-graph-xvalue, calc-graph-xvec)
11476 (calc-graph-xname, calc-graph-yname, calc-graph-xstep)
11477 (calc-graph-ycache, calc-graph-ycacheptr, calc-graph-refine)
11478 (calc-graph-keep-file, calc-graph-xval, calc-graph-xlow)
11479 (calc-graph-xhigh, calc-graph-yval, calc-graph-yp, calc-graph-xp)
11480 (calc-graph-zp, calc-graph-yvector, calc-graph-resolution)
11481 (calc-graph-y3value, calc-graph-y3name)
11482 (calc-graph-y3step, calc-graph-y3step, calc-graph-zval)
11483 (calc-graph-stepcount, calc-graph-is-splot)
11484 (calc-graph-surprise-splot, calc-graph-blank)
11485 (calc-graph-non-blank, calc-graph-curve-num): New variables.
11486 (calc-graph-plot, calc-graph-compute-2d, calc-graph-refine-2d)
11487 (calc-graph-recompute-2d, calc-graph-compute-3d)
11488 (calc-graph-format-data): Replace undeclared variables with the
11489 above newly declared variables.
11490
11491 2004-11-12 Diane Murray <dsm@muenster.de> (tiny change)
11492
11493 * mail/rmail.el (rmail-get-new-mail): Use the renamed variables
11494 `rsf-beep' and `rsf-sleep-after-message'.
11495
11496 * mail/rmail-spam-filter.el (rmail-spam-filter): Only check white
11497 list if `message-sender' is non-nil.
11498
11499 2004-11-12 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
11500
11501 * desktop.el (desktop-create-buffer, desktop-save): Avoid some
11502 consing by using mapc instead of mapcar.
11503
11504 2004-11-12 Nick Roberts <nickrob@snap.net.nz>
11505
11506 * tooltip.el (require): Explain why CL is needed.
11507
11508 2004-11-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
11509
11510 * printing.el: Insert :version into defgroup (printing). All reference
11511 to Files option in menubar were changed to File.
11512 (pr-version): New version number (6.8.2).
11513 (pr-get-symbol): Call easy-menu-intern.
11514 (pr-region-active-p): Now is a fun (it was defsubst). To avoid
11515 compilation gripes.
11516
11517 2004-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
11518
11519 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Understand the
11520 new byte-compile-function-environment binding to t.
11521
11522 * font-lock.el (font-lock-fontify-syntactically-region):
11523 Don't forget to highlight the last char when we hit `end'.
11524
11525 * mwheel.el (mouse-wheel-progressive-speed): Fix typo in name.
11526 (mwheel-scroll): Adjust accordingly.
11527
11528 * cvs-status.el: Reduce spurious warnings.
11529 (cvs-status-checkout): Remove.
11530 (cvs-status-mode-map): Use cvs-mode-checkout instead.
11531
11532 * pcvs.el (cvs-mode-checkout): New command.
11533
11534 * international/iso-cvt.el (iso-cvt-define-menu): Fix typo.
11535
11536 * tooltip.el: Require CL.
11537
11538 * emacs-lisp/bytecomp.el: Use push.
11539 (byte-compile-file-form-defalias): Rename from byte-compile-defalias.
11540 (defalias): Remove the `byte-compile' property and add
11541 a `byte-hunk-handler'.
11542
11543 2004-11-11 Juri Linkov <juri@jurta.org>
11544
11545 * info.el (Info-search): Save match data for isearch.
11546 Skip Tag Table node.
11547
11548 * descr-text.el (describe-char): Replace syntax-after with code
11549 from its previous version.
11550
11551 * files.el (magic-mode-alist): Use optimization for SGML mode too.
11552 (set-auto-mode): Doc fix. Remove unused variable `xml'.
11553
11554 * international/mule.el (sgml-html-meta-auto-coding-function):
11555 Remove > after <html to allow HTML attributes.
11556
11557 2004-11-11 Jay Belanger <belanger@truman.edu>
11558
11559 * calc/calc-comb.el (math-prime-factors-finished): Declare it as
11560 a variable.
11561 (calcFunc-dfac): Replace unbound max by n.
11562 (math-stirling-local-cache): New variable.
11563 (math-stirling-number, math-stirling-1, math-stirling-2):
11564 Replace the variable `cache' by the declared variable
11565 math-stirling-local-cache.
11566 (var-RandSeed): Declare it as a variable.
11567 (math-init-random-base, math-random-digit): Don't check to see if
11568 var-RandSeed is bound.
11569 (math-random-cache, math-gaussian-cache, calc-verbose-nextprime):
11570 Declare them instead of just setting them.
11571 (math-init-random-base): Made i a local variable.
11572 (math-random-digit): Made math-random-last a local variable.
11573 (math-prime-test-cache): Move declaration to before it is used.
11574 (math-prime-test-cache-k, math-prime-test-cache-q)
11575 (math-prime-test-cache-nm1, math-prime-factors-finished):
11576 Declare them as variables.
11577
11578 2004-11-11 Jay Belanger <belanger@truman.edu>
11579
11580 * calc/calc-ext.el (math-defcache): Use defvar for the new
11581 variables it creates.
11582
11583 2004-11-11 Lars Hansen <larsh@math.ku.dk>
11584
11585 * desktop.el (desktop-buffer-mode-handlers, desktop-after-read-hook)
11586 (desktop-clear-preserve-buffers-regexp, desktop-file-name-format)
11587 (desktop-globals-to-clear, desktop-no-desktop-file-hook, desktop-path)
11588 (desktop-save): Add :version.
11589
11590 2004-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
11591
11592 * printing.el (pr-get-symbol): Don't downcase.
11593
11594 2004-11-10 Jay Belanger <belanger@truman.edu>
11595
11596 * calc/calc-aent.el (calc-do-quick-calc): Use kill-new to append
11597 string to kill-ring.
11598
11599 * calc/calc-aent.el (calc-alg-exp, math-toks)
11600 (math-exp-pos,math-exp-old-pos, math-exp-token)
11601 (math-exp-keep-spaces, math-exp-str): New variables.
11602 (calc-do-alg-entry, calcAlg-equals, calcAlg-edit)
11603 (calcAlg-enter): Use declared variable calc-alg-exp.
11604 (math-build-parse-table, math-find-user-token): Use declared
11605 variable math-toks.
11606 (math-read-exprs, math-read-token, calc-check-user-syntax)
11607 (calc-match-user-syntax, match-factor-after, math-read-factor):
11608 Use declared variables math-exp-pos math-exp-old-pos.
11609 (math-read-exprs, math-read-token, math-read-expr-level)
11610 (calc-check-user-syntax, calc-match-user-syntax)
11611 (match-factor-after, math-read-factor): Use declared variable
11612 math-exp-token.
11613 (math-read-exprs, math-read-expr-list, math-read-token)
11614 (math-read-factor): Use declared variable math-exp-keep-spaces.
11615 (math-read-exprs, math-read-token): Use declared variable
11616 math-exp-str.
11617 (calc-match-user-syntax): Make m a local variable.
11618
11619 * calc/calc-ext.el (math-read-expr): Use declared variables
11620 math-exp-pos, math-exp-old-pos, math-exp-str, math-exp-token,
11621 math-exp-keep-spaces.
11622
11623 * calc/calc-forms.el (math-read-angle-bracket): Use declared
11624 variables math-exp-pos, math-exp-str.
11625
11626 * calc/calc-lang.el (math-parse-tex-sum): Use declared variable
11627 math-exp-old-pos.
11628 (math-parse-fortran-vector, math-parse-fortran-vector-end)
11629 (math-parse-eqn-prime): Use declared variable math-exp-token.
11630
11631 * calc/calc-vec.el (math-read-brackets, math-check-for-commas):
11632 Use declared variable math-exp-pos.
11633 (math-check-for-commas): Use declared variable math-exp-str.
11634 (math-read-brackets): Use declared variables math-exp-old-pos,
11635 math-exp-keep-spaces.
11636 (math-read-brackets, math-read-vector, math-read-matrix):
11637 Use declared variable math-exp-token.
11638
11639 2004-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
11640
11641 * emacs-lisp/easymenu.el (easy-menu-define-key): Understand the case
11642 where the keymap is a symbol.
11643 (easy-menu-add-item): Use keymap-prompt. Simplify.
11644
11645 * files.el (magic-mode-alist): Reduce backtracking in the HTML regexp.
11646
11647 * textmodes/sgml-mode.el (sgml-tag-text-p): New fun.
11648 (sgml-parse-tag-backward): Use it to skip spurious < or >.
11649
11650 2004-11-10 Thien-Thi Nguyen <ttn@gnu.org>
11651
11652 * ebuff-menu.el: Doc fixes throughout.
11653 (electric-buffer-menu-mode-hook): New defvar.
11654
11655 2004-11-10 Nick Roberts <nickrob@snap.net.nz>
11656
11657 * tooltip.el: Don't require cl, comint, gud, gdb-ui for compilation.
11658 The resulting compiler warnings appear to be harmless.
11659
11660 2004-11-10 Daniel Pfeiffer <occitan@esperanto.org>
11661
11662 * textmodes/conf-mode.el: New file.
11663
11664 * files.el (auto-mode-alist, magic-mode-alist): Use it.
11665
11666 2004-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
11667
11668 * international/iso-cvt.el (iso-cvt-define-menu): Clean up namespace.
11669
11670 2004-11-09 Jay Belanger <belanger@truman.edu>
11671
11672 * calc/calc-ext.el (calc-init-extensions): Remove old code.
11673
11674 * calc/calc-ext.el (math-expr-data, math-mt-many, math-mt-func)
11675 (calc-z-prefix-buf, calc-z-prefix-msgs): New variables.
11676 (calc-z-prefix-help, calc-user-function-list): Use declared
11677 variables calc-z-prefix-buf, calc-z-prefix-msgs.
11678 (math-map-tree, math-map-tree-rec): Use declared variables
11679 math-mt-many, math-mt-func.
11680 (math-read-expression, math-read-string): Use declared variable
11681 math-expr-data.
11682
11683 * calc/calc-ext.el (math-normalize-nonstandard): Use declared
11684 variable math-normalize-a.
11685
11686 * calc/calc.el (math-normalize-a): New variable.
11687 (math-normalize): Use declared variable math-normalize-a.
11688
11689 * calc/calc-poly.el (math-expand-form): Use declared variable
11690 math-mt-many.
11691
11692 * calc/calc-rewr.el (math-rewrite, math-rewrite-phase):
11693 Use declared variable math-mt-many.
11694 (math-rewrite): Use declared variable math-mt-func.
11695
11696 * calc/calc-vec.el (math-read-brackets, math-read-vector)
11697 (math-read-matrix): Use declared variable math-expr-data.
11698
11699 * calc/calc-lang.el (math-parse-fortran-vector)
11700 (math-parse-fortran-vector-end, math-parse-tex-sum)
11701 (math-parse-eqn-matrix, math-parse-eqn-prime)
11702 (math-read-math-subscr): Use declared variable math-expr-data.
11703
11704 * calc/calc-aent.el (math-read-exprs, math-read-expr-list)
11705 (math-read-expr-level, math-read-token, calc-check-user-syntax)
11706 (calc-match-user-syntax, math-read-if, math-factor-after)
11707 (math-read-factor): Use declared variable math-expr-data.
11708
11709 2004-11-09 Glenn Morris <gmorris@ast.cam.ac.uk>
11710
11711 * calendar/diary-lib.el (diary-from-outlook)
11712 (diary-from-outlook-gnus, diary-from-outlook-rmail): Do not use
11713 interactive-p; but rather new optional argument NOCONFIRM.
11714
11715 2004-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
11716
11717 * emacs-lisp/easymenu.el (easy-menu-intern): Revert to no-downcasing.
11718 (easy-menu-name-match): Revert correspondingly.
11719
11720 2004-11-09 Richard M. Stallman <rms@gnu.org>
11721
11722 * emacs-lisp/bytecomp.el (byte-compile-defalias):
11723 Turn off warnings for the new function even if definition not constant.
11724 If the definition isn't a quoted symbol, record (FUNCTION . t).
11725 (byte-compile-function-environment): Now allow (FUNCTION . t) as elt.
11726 (byte-compile-callargs-warn): Handle (FUNCTION . t).
11727 (display-call-tree, byte-compile-arglist-warn):
11728 Handle t returned by byte-compile-fdefinition.
11729
11730 2004-11-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
11731
11732 * Makefile.in (maintainer-clean): Depend on distclean.
11733
11734 * help-fns.el (help-C-file-name): File name must be in build-files
11735 to be returned.
11736
11737 2004-11-09 Jay Belanger <belanger@truman.edu>
11738
11739 * calc/calc.el (calc-mode-hook, calc-trail-mode-hook)
11740 (calc-start-hook, calc-end-hook, calc-load-hook): New variables.
11741
11742 * calc/calc.el (calc, calc-trail-display, calc-mode):
11743 Remove obsolete sections.
11744
11745 * calc/calc.el (calc-x-paste-text): Remove.
11746
11747 * calc/calc-ext.el (calc-init-extensions): Bind calc-yank to
11748 mouse-2.
11749
11750 2004-11-09 Nick Roberts <nickrob@snap.net.nz>
11751
11752 * progmodes/gdb-ui.el (gdb-current-stack-level): New variable.
11753 (gdb-info-frames-custom, gdb-frame-handler): Use it to find
11754 current frame (in case of recursive calls).
11755 (gdb-show-changed-values): Add :version keyword.
11756
11757 2004-11-09 Kenichi Handa <handa@m17n.org>
11758
11759 * international/mule-cmds.el: Change coding: tag back to
11760 iso-2022-7bit.
11761
11762 2004-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
11763
11764 * international/mule-cmds.el: Change coding-system to utf-8.
11765 (select-safe-coding-system-interactively):
11766 New function extracted from select-safe-coding-system.
11767 (select-safe-coding-system): Use it.
11768
11769 2004-11-08 Richard M. Stallman <rms@gnu.org>
11770
11771 * subr.el (syntax-after): Doc fix.
11772
11773 * paren.el (show-paren-function): Change calls to syntax-after
11774 for new way of returning the value.
11775
11776 * menu-bar.el (menu-bar-file-menu): Make this the real name
11777 and menu-bar-files-menu the alias. Use the former.
11778 (global-map): Use `file', not `files', as the symbol.
11779
11780 * info.el (Info-revert-find-node): Don't use beginning-of-buffer.
11781
11782 * filesets.el (filesets-spawn-external-viewer, filesets-run-cmd):
11783 Don't use beginning-of-buffer.
11784 (filesets-cmd-show-result): Use with-no-warnings.
11785
11786 2004-11-08 Juri Linkov <juri@jurta.org>
11787
11788 * progmodes/compile.el (compile): Don't overwrite last command in
11789 minibuffer history with default command if they are not equal.
11790
11791 2004-11-08 Jay Belanger <belanger@truman.edu>
11792
11793 * calc/calcalg2.el (math-do-integral-methods): Try linear then
11794 non-linear substitutions.
11795
11796 2004-11-08 Jay Belanger <belanger@truman.edu>
11797
11798 * calc/calcalg2.el (math-linear-subst-tried): New variable.
11799 (math-do-integral): Set `math-linear-subst-tried' to nil.
11800 (math-do-integral-methods): Use `math-linear-subst-tried' to
11801 determine what type of substitution to try.
11802 (math-integ-try-linear-substituion):
11803 Set `math-linear-subst-tried' to t.
11804
11805 2004-11-08 Kim F. Storm <storm@cua.dk>
11806
11807 * Makefile.in (bootstrap-clean): New target for 'make bootstrap'.
11808
11809 2004-11-07 Juri Linkov <juri@jurta.org>
11810
11811 * info-look.el (info-lookup): Allow reusing in the current buffer
11812 not only *info* buffer, but all (even renamed) Info buffers
11813 by checking for major-mode instead of *info* buffer name.
11814 (c-mode, autoconf-mode, emacs-lisp-mode, scheme-mode)
11815 (octave-mode, maxima-mode) <doc-spec>:
11816 Allow long dashes generated by Texinfo 4.7 before definitions.
11817 (texinfo-mode) <doc-spec>: Add space to suffix to find command
11818 definitions with argument separated by space.
11819
11820 2004-11-06 Richard M. Stallman <rms@gnu.org>
11821
11822 * simple.el (next-error group, face): Move before first use.
11823 (next-error-highlight, next-error-highlight-no-select): Likewise.
11824
11825 * simple.el (line-move-invisible-p): Rename from line-move-invisible.
11826 (line-move): New args NOERROR and TO-END.
11827 Return t if if succeed in moving specified number of lines.
11828 (move-end-of-line): New function.
11829
11830 * simple.el (beginning-of-buffer-other-window): Use with-no-warnings.
11831 (end-of-buffer-other-window): Likewise.
11832
11833 * simple.el (line-move-ignore-invisible): Default to t.
11834
11835 * subr.el (syntax-after): Return the syntax letter, not the raw code.
11836
11837 * emacs-lisp/elp.el (elp-results): Delete wasteful beginning-of-buffer.
11838
11839 * international/iso-cvt.el (iso-cvt-define-menu):
11840 Rename menu-bar-files-menu to menu-bar-file-menu.
11841
11842 * net/browse-url.el (browse-url-gnome-moz-program)
11843 (browse-url-gnome-moz-arguments): Move up before first use.
11844
11845 * net/tramp.el (tramp group): Add :version.
11846
11847 * progmodes/ada-xref.el (ada-gdb-application):
11848 Use goto-char instead of beginning-of-buffer.
11849
11850 * progmodes/cperl-mode.el (cperl-info-on-command):
11851 Use goto-char instead of beginning-of-buffer.
11852
11853 * progmodes/idlw-shell.el (idlwave-shell-examine-map):
11854 Move up before first use.
11855 (idlwave-shell-temp-pro-file): Likewise.
11856 (idlwave-shell-temp-rinfo-save-file): Likewise.
11857 (idlwave-shell-temp-file): Minor doc fix.
11858
11859 * textmodes/flyspell.el (flyspell-external-point-words):
11860 Use goto-char instead of beginning-of-buffer.
11861
11862 2004-11-06 Kai Grossjohann <kai.grossjohann@gmx.net>
11863
11864 * net/tramp.el (tramp-coding-commands): Additionally try "uudecode -o
11865 /dev/stdout" before trying "uudecode -o -". Suggested by Han Boetes.
11866 (tramp-uudecode): Mention `uudecode -o /dev/stdout'.
11867
11868 2004-11-06 David Ponce <david@dponce.com>
11869
11870 * recentf.el (recentf-menu-path): Use menu item name.
11871
11872 2004-11-06 Eli Zaretskii <eliz@gnu.org>
11873
11874 * progmodes/gdb-ui.el: Don't call define-fringe-bitmap if the
11875 display doesn't support images.
11876
11877 2004-11-06 Andreas Schwab <schwab@suse.de>
11878
11879 * tempo.el (tempo-match-finder): Doc fix.
11880
11881 * emacs-lisp/easymenu.el (easy-menu-get-map): Fix last change.
11882
11883 2004-11-06 Stefan Monnier <monnier@iro.umontreal.ca>
11884
11885 * emacs-lisp/easymenu.el (easy-menu-get-map-look-for-name): Remove.
11886 (easy-menu-lookup-name): New fun to replace it.
11887 (easy-menu-get-map): Use it to obey menu item names (rather than just
11888 keys) when looking up `path'.
11889 (easy-menu-always-true-p): Rename from easy-menu-always-true.
11890 (easy-menu-convert-item-1): Adjust to new name.
11891
11892 2004-11-06 Peter Heslin <pj@heslin.eclipse.co.uk> (tiny change)
11893
11894 * outline.el (hide-body): Don't hide lines at the top of the file
11895 that precede the first header line.
11896
11897 2004-11-06 Paul Pogonyshev <pogonyshev@gmx.net>
11898
11899 * align.el (align-areas): Delete whitespace before reindenting, so
11900 that tabs are never placed after spaces.
11901
11902 2004-11-06 Alan Shutko <ats@acm.org>
11903
11904 * macros.el (insert-kbd-macro): Do completions based on macros,
11905 rather than all commands.
11906
11907 2004-11-06 David Hansen <david.hansen@gmx.net> (tiny change)
11908
11909 * tempo.el (tempo-match-finder): Use [:word:] instead of "^\\b",
11910 to solve a bug whereby tags with 'b' don't match.
11911
11912 2004-11-05 Juri Linkov <juri@jurta.org>
11913
11914 * info.el (Info-search): Don't search in node header lines
11915 and file headers.
11916
11917 * emacs-lisp/edebug.el (edebug-next-token-class): Allow all
11918 symbol-constituent characters after dot, not only digits.
11919
11920 2004-11-04 Daniel Pfeiffer <occitan@esperanto.org>
11921
11922 * files.el (set-auto-mode): Don't get error after setting -*-mode-*-.
11923
11924 2004-11-04 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
11925
11926 * dired.el (dired-read-dir-and-switches): Call read-directory-name
11927 if a dialog will be used, read-file-name otherwise.
11928
11929 2004-11-04 Richard M. Stallman <rms@gnu.org>
11930
11931 * textmodes/table.el (table group): Add :version.
11932
11933 * textmodes/ispell.el (ispell-word):
11934 Don't alter args; set them only thru `interactive' spec.
11935
11936 * textmodes/flyspell.el (flyspell-word):
11937 Don't alter FOLLOWING; set it only thru `interactive' spec.
11938
11939 * progmodes/f90.el (f90-end-of-block): Don't use interactive-p.
11940
11941 * net/browse-url.el (browse-url-maybe-new-window):
11942 Use called-interactively-p.
11943
11944 * mail/supercite.el (sc-cite-region):
11945 Don't use interactive-p. Add arg INTERACTIVE.
11946 (sc-version): Don't use interactive-p. Rename arg to MESSAGE.
11947
11948 * international/mule-cmds.el (set-input-method, toggle-input-method):
11949 Don't use interactive-p. Add arg INTERACTIVE.
11950
11951 * eshell/esh-mode.el (eshell-show-maximum-output):
11952 Don't use interactive-p.
11953 (eshell-truncate-buffer): Just message, no error, if buffer is short.
11954
11955 * mouse.el (mouse-show-mark): Get positions to delete from mark
11956 and point, not from mouse-drag-overlay.
11957
11958 * imenu.el (imenu-eager-completion-buffer): Add :version.
11959
11960 * filesets.el (filesets group): Add :version.
11961
11962 2004-11-03 Daniel Pfeiffer <occitan@esperanto.org>
11963
11964 * files.el (xml-based-modes): Delete var.
11965 (magic-mode-alist): New more general var.
11966 (set-auto-mode): Use it.
11967
11968 * buff-menu.el (Buffer-menu-make-sort-button): Preserve point even
11969 when clicking from another window.
11970
11971 2004-11-03 Thien-Thi Nguyen <ttn@gnu.org>
11972
11973 * vc-cvs.el (vc-cvs-local-month-numbers): Delete var.
11974 (vc-cvs-annotate-time): Incorporate value of deleted var.
11975 Remove special-case handling of beginning-of-buffer cruft.
11976 Cache ending position (point) and return value in text property
11977 `vc-cvs-annotate-time', and consult it on subsequent invocations.
11978
11979 * vc-cvs.el (vc-cvs-annotate-command):
11980 Delete extraneous lines from beginning of buffer.
11981 * vc-mcvs.el (vc-mcvs-annotate-command): Likewise.
11982
11983 * progmodes/grep.el (grep-default-command): Take empty string
11984 for tag if all other methods yield nil. Shell-quote the tag.
11985
11986 * vc.el (vc-annotate-display-autoscale): Add prefix-arg
11987 spec in `interactive' form, and mention it in the docstring.
11988 Also, make sure point is at bol after calling `annotate-time'.
11989
11990 2004-11-02 Richard M. Stallman <rms@gnu.org>
11991
11992 * cus-edit.el (customize-group-other-window):
11993 Select the window that displays the custom buffer.
11994 (custom-buffer-create-other-window): Likewise.
11995
11996 * comint.el (comint-insert-input): Fix previous change.
11997
11998 * emacs-lisp/elp.el (elp-instrument-function):
11999 Use called-interactively-p.
12000
12001 * emacs-lisp/easymenu.el (easy-menu-intern):
12002 Don't downcase; rather, case-flip the first letter of each word.
12003
12004 * emacs-lisp/easy-mmode.el (define-minor-mode):
12005 Use called-interactively-p.
12006
12007 * emacs-lisp/bytecomp.el (byte-compile-warning-types):
12008 Add interactive-only.
12009 (byte-compile-warnings): Add interactive-only as option.
12010 (byte-compile-interactive-only-functions): New variable.
12011 (byte-compile-form): Warn about calls to functions
12012 in byte-compile-interactive-only-functions.
12013
12014 * emacs-lisp/autoload.el (update-file-autoloads):
12015 Don't use interactive-p; take new arg SAVE-AFTER.
12016
12017 * emacs-lisp/advice.el (ad-make-advised-definition):
12018 Use called-interactively-p.
12019
12020 2004-11-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
12021
12022 * files.el (find-file-existing): New function.
12023
12024 * menu-bar.el (menu-bar-files-menu): Make "Open File..." call
12025 find-file-existing. Add "New File..." that calls find-file.
12026
12027 * diropen.pbm, diropen.xpm: New files.
12028
12029 * toolbar/tool-bar.el (tool-bar-setup): Tool bar item dired uses
12030 icon diropen. New tool bar item find-file-existing uses icon open.
12031
12032 * dired.el (dired-read-dir-and-switches): Call read-directory-name
12033 instead of read-file-name.
12034
12035 2004-11-02 Ulf Jasper <ulf.jasper@web.de>
12036
12037 * calendar/icalendar.el (icalendar-version): Increase to 0.08.
12038 (icalendar--split-value): Change name of work buffer.
12039 (icalendar--get-weekday-abbrev): Return nil on error.
12040 (icalendar--date-to-isodate): New function.
12041 (icalendar-convert-diary-to-ical)
12042 (icalendar-extract-ical-from-buffer): Use only two args for
12043 make-obsolete (XEmacs compatibility).
12044 (icalendar-export-file, icalendar-import-file): Blank at end of prompt.
12045 (icalendar-export-region): Doc fix.
12046 If error, return non-nil and write errors to a buffer.
12047 Use correct weekday for weekly recurring events.
12048 Check whether date has been parsed for ordinary events.
12049 Make weekly events start in the year 2000.
12050 DTEND is non-inclusive, shift end date by one day if
12051 necessary (not for entries that have date and time).
12052 Rename local let variables: oops -> found-error, datestring ->
12053 startdatestring.
12054
12055 2004-11-02 Kim F. Storm <storm@cua.dk>
12056
12057 * files.el (set-auto-mode-0): Don't rely on dynamic binding of
12058 keep-mode-if-same variable. Add it as optional arg instead.
12059 (set-auto-mode): Call set-auto-mode-0 with keep-mode-if-same.
12060
12061 * ehelp.el (electric-help-map): Reorder Q/q and R/r entries so
12062 substitute-command-keys will select lower-case bindings like those
12063 used in the static help texts.
12064
12065 * descr-text.el (describe-text-properties): Don't err if called in
12066 the *Help* buffer; output to *Help-2* buffer instead.
12067
12068 * kmacro.el (group kmacro): Add :version.
12069 (kmacro-keyboard-quit): New function to cleanup on C-g.
12070 (kmacro-start-macro): Set defining-kbd-macro to append when
12071 appending to last macro.
12072
12073 * simple.el (keyboard-quit): Call kmacro-keyboard-quit.
12074
12075 2004-11-02 Nick Roberts <nickrob@snap.net.nz>
12076
12077 * progmodes/gdb-ui.el (gdb-enable-debug-log)
12078 (gdb-use-inferior-io-buffer, gdb-use-colon-colon-notation)
12079 (gud-gdba-command-name, gdb-show-main, gdb-many-windows):
12080 Add :version keyword.
12081
12082 2004-11-02 Pavel Kobiakov <pk_at_work@yahoo.com>
12083
12084 * progmodes/flymake.el (flymake-err-line-patterns):
12085 Use `flymake-reformat-err-line-patterns-from-compile-el' to convert
12086 `compilation-error-regexp-alist-alist' to internal Flymake format.
12087
12088 * progmodes/flymake.el: Eliminate byte-compiler warnings.
12089
12090 2004-11-01 Jay Belanger <belanger@truman.edu>
12091
12092 * calc/calc-frac.el (calc-over-notation): Replace `completing-read'
12093 with `interactive "s"'.
12094
12095 2004-11-01 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
12096
12097 * mouse.el (mouse-yank-at-click, mouse-yank-secondary):
12098 Revert change from 2004-10-16. '*' checks the current buffer, but the
12099 mouse click may be in another buffer.
12100
12101 2004-11-01 John Paul Wallington <jpw@gnu.org>
12102
12103 * files.el (large-file-warning-threshold): Add :version keyword.
12104 (kill-some-buffers): Doc fix.
12105
12106 * thumbs.el (group thumbs): Add :version keyword.
12107
12108 * textmodes/bibtex.el (bibtex-make-field): Fix typo.
12109
12110 2004-11-01 Richard M. Stallman <rms@gnu.org>
12111
12112 * textmodes/ispell.el (ispell-word): Don't use interactive-p.
12113
12114 * textmodes/flyspell.el (flyspell-word): Don't use interactive-p.
12115
12116 * allout.el (allout group): Add :version.
12117 (allout-init): Don't use interactive-p.
12118 (allout-ascend-to-depth, allout-ascend, allout-end-of-level)
12119 (allout-forward-current-level, allout-backward-current-level):
12120 Don't use interactive-p.
12121
12122 * textmodes/bibtex.el (bibtex-make-field): Don't use interactive-p.
12123 (bibtex-find-text): Likewise.
12124
12125 * progmodes/vhdl-mode.el (vhdl-fill-region)
12126 (vhdl-beginning-of-statement): Don't use interactive-p.
12127
12128 * progmodes/idlwave.el (idlwave-update-routine-info):
12129 Don't use interactive-p.
12130
12131 * progmodes/idlw-shell.el (idlwave-shell-send-char):
12132 Don't use interactive-p.
12133
12134 * progmodes/cperl-mode.el (cperl-switch-to-doc-buffer):
12135 Don't use interactive-p.
12136
12137 * progmodes/ada-xref.el (ada-make-body-gnatstub):
12138 Don't use interactive-p.
12139
12140 * play/fortune.el (fortune-to-signature): Don't use interactive-p.
12141 (fortune-in-buffer): Doc fix.
12142
12143 * play/5x5.el (5x5-new-game): Set up the buffer even if not interactive.
12144
12145 * net/eudc.el (eudc-display-records): Use with-output-to-temp-buffer;
12146 don't select the temporary buffer.
12147 (eudc-get-email): New optional arg ERROR; don't use interactive-p.
12148 (eudc-get-phone): Likewise.
12149
12150 2004-11-01 Kim F. Storm <storm@cua.dk>
12151
12152 * man.el (Man-xref-normal-file): Fix help-echo.
12153
12154 2004-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
12155
12156 * reveal.el (reveal-last-tick): New var.
12157 (reveal-post-command): Use it to avoid closing overlays when we're
12158 appending text to them.
12159
12160 2004-10-31 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
12161
12162 * textmodes/bibtex.el: Require button.
12163 (bibtex-autokey-transcriptions): Translate TeX `\ ' to space.
12164 (bibtex-reference-keys): Distinguish between header keys and
12165 crossref keys.
12166 (bibtex-beginning-of-field): New function.
12167 (bibtex-url-map): Remove.
12168 (bibtex-font-lock-keywords): Use bibtex-font-lock-crossref.
12169 (bibtex-font-lock-url-regexp): Assume that field names begin at
12170 the beginning of a line.
12171 (bibtex-font-lock-url): Simplify. Do not use bibtex-enclosing-field.
12172 Remove field delimiters. Use bibtex-beginning-of-field.
12173 Bugfix, point can be inside a field with a url.
12174 (bibtex-font-lock-crossref, bibtex-button-action, bibtex-button):
12175 New functions.
12176 (bibtex-mark-active, bibtex-run-with-idle-timer): Remove.
12177 (bibtex-key-in-head): Simplify.
12178 (bibtex-current-line): Use bolp.
12179 (bibtex-parse-keys): Remove unused arg `add'.
12180 Use bibtex-type-in-head and bibtex-key-in-head.
12181 (bibtex-parse-entry, bibtex-autofill-entry):
12182 Use bibtex-type-in-head and bibtex-key-in-head.
12183 (bibtex-autokey-get-field): Do not alter case of replacement text.
12184 (bibtex-autokey-get-names): Do all processing of name list.
12185 (bibtex-autokey-get-year): New function.
12186 (bibtex-autokey-get-title): Do all processing of title words.
12187 (bibtex-generate-autokey): Simplify.
12188 (bibtex-string-files-init): Use default-directory.
12189 Allow for absolute file names in bibtex-string-files.
12190 (bibtex-files, bibtex-file-path): New variables.
12191 (bibtex-files-expand): New function.
12192 (bibtex-find-entry-globally): New command.
12193 (bibtex-summary-function): New variable.
12194 (bibtex-summary): Default value of bibtex-summary-function.
12195 (bibtex-find-crossref): New optional args pnt and split.
12196 (bibtex-complete-key-cleanup): Call bibtex-summary-function.
12197 (bibtex-copy-summary-as-kill): New command bound to C-cC-t.
12198 (bibtex-validate): Fix docstring. Check only abbreviated month fields.
12199 Fix handling of required and alternative fields.
12200 Identify duplicate keys even if bibtex-maintain-sorted-entries is nil.
12201 Use cons and display-buffer.
12202 (bibtex-validate-globally): New command.
12203 (bibtex-clean-entry): Use bibtex-files-expand. Do not call
12204 bibtex-parse-keys and bibtex-parse-strings for updating
12205 bibtex-reference-keys and bibtex-strings.
12206 (bibtex-realign): Remove blank lines past the last entry.
12207 (bibtex-reformat): Use bibtex-entry-format as default.
12208 (bibtex-choose-completion-string): Remove.
12209 (bibtex-complete): Do not use bibtex-choose-completion-string.
12210 (bibtex-url): Simplify.
12211
12212 2004-10-31 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
12213
12214 * x-dnd.el (x-dnd-test-function, x-dnd-protocol-alist)
12215 (x-dnd-types-alist, x-dnd-open-file-other-window)
12216 (x-dnd-known-types): Add :version.
12217
12218 2004-10-31 John Paul Wallington <jpw@gnu.org>
12219
12220 * ibuffer.el (group ibuffer): Add :version keyword.
12221
12222 2004-10-31 Kim F. Storm <storm@cua.dk>
12223
12224 * ido.el (group ido): Add :version keyword.
12225 (ido-mode): Remove :version keyword.
12226
12227 * emulation/cua-base.el (group cua): Add :version keyword.
12228 (cua-mode): Remove :version keyword.
12229
12230 2004-10-30 Luc Teirlinck <teirllm@auburn.edu>
12231
12232 * autorevert.el (auto-revert-tail-mode-text): Add :version keyword.
12233
12234 * help-at-pt.el (help-at-pt-timer): Move defvar up to avoid
12235 compiler warning.
12236 (help-at-pt-timer-delay): Add :initialize keyword. Simplify :set
12237 function.
12238 (help-at-pt-display-when-idle): Remove autoload.
12239
12240 2004-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
12241
12242 * makefile.w32-in (custom-deps, autoloads): Fix *-hooks -> *-hook.
12243
12244 2004-10-30 Juri Linkov <juri@jurta.org>
12245
12246 * help.el (function-called-at-point):
12247 * help-fns.el (variable-at-point): Read -> intern.
12248
12249 2004-10-30 Simon Josefsson <jas@extundo.com>
12250
12251 * progmodes/autoconf.el (autoconf-font-lock-keywords):
12252 Recognize AS_* too.
12253
12254 2004-10-29 Simon Josefsson <jas@extundo.com>
12255
12256 * subr.el (read-passwd): Move back from password.el.
12257
12258 * password.el: Remove, not ready yet.
12259
12260 2004-10-29 Andreas Schwab <schwab@suse.de>
12261
12262 * speedbar.el (speedbar-frame-parameters): Improve customize type.
12263
12264 2004-10-29 Sam Steingold <sds@gnu.org>
12265
12266 * mouse.el (mouse-show-mark): Replace the last occurrence of
12267 x-lost-selection-hooks with x-lost-selection-functions.
12268
12269 2004-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
12270
12271 * mouse.el (mouse-show-mark): Adjust to new name and don't assume
12272 x-lost-selection-functions is bound.
12273
12274 * mouse-sel.el (mouse-sel-mode):
12275 * emacs-lisp/lselect.el: Adjust to new names for
12276 x-(lost|sent)-selection-functions.
12277
12278 * subr.el (x-lost-selection-hooks, x-sent-selection-hooks):
12279 New obsolete aliases of x-lost-selection-functions and
12280 x-sent-selection-functions.
12281
12282 2004-10-28 Kim F. Storm <storm@cua.dk>
12283
12284 * imenu.el (imenu-scanning-message): Remove.
12285 (imenu-progress-message): Make it a no-op.
12286
12287 2004-10-28 John Paul Wallington <jpw@gnu.org>
12288
12289 * files.el (set-auto-mode): Call `throw' correctly.
12290
12291 2004-10-28 Juri Linkov <juri@jurta.org>
12292
12293 * info.el (Info-file-list-for-emacs): Add ("Info" . "info")
12294 to search `Info-...' commands in `info' manual.
12295 (Info-goto-emacs-command-node, Info-goto-emacs-key-command-node):
12296 Add 'info-file "emacs" property.
12297 (Info-find-emacs-command-nodes): Fix index line number regexp.
12298 Set real line number (instead of fake 0) in first element of the
12299 returned list.
12300 (Info-goto-emacs-command-node): Use line number of first element
12301 to set point in the first found Info node.
12302
12303 * progmodes/grep.el (grep-regexp-alist): Move match highlighting
12304 code to `grep-mode-font-lock-keywords'.
12305 (grep-mode-font-lock-keywords): Delete grep markers instead
12306 of making them invisible.
12307
12308 2004-10-28 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
12309
12310 * mail/emacsbug.el (report-emacs-bug): Insert x-server-vendor
12311 and x-server-version in bug report.
12312
12313 2004-10-28 Daniel Pfeiffer <occitan@esperanto.org>
12314
12315 * files.el (set-auto-mode-0): New function.
12316 (set-auto-mode): Use it to handle aliased modes and to
12317 be consistent between C-x C-f and C-x C-w.
12318
12319 2004-10-28 Kenichi Handa <handa@m17n.org>
12320
12321 * international/utf-8.el (utf-translate-cjk-charsets):
12322 Add katakana-jisx0201.
12323
12324 * international/subst-jis.el: Add data for JISX0201.
12325
12326 2004-10-27 Stefan Monnier <monnier@iro.umontreal.ca>
12327
12328 * obsolete/hilit19.el (hilit-mode): New function.
12329 Move all the toplevel side-effecting stuff into it, so that loading
12330 hilit19 doesn't mess everything up any more.
12331
12332 2004-10-27 Richard M. Stallman <rms@gnu.org>
12333
12334 * add-log.el (add-change-log-entry): Set up mailing address
12335 and full name later, and don't alter add-log-mailing-address
12336 or add-log-full-name.
12337
12338 * elide-head.el (elide-head): Change error to message.
12339 (elide-head-show): Likewise.
12340
12341 * apropos.el (apropos-macrop): Doc fix.
12342
12343 * mouse.el (mouse-show-mark): Do most processing the same
12344 regardless of transient-mark-mode.
12345
12346 * shadowfile.el (shadow-copy-files): Use interactive-p
12347 only to control whether to print a message.
12348
12349 * tar-mode.el (tar-mode): Use write-contents-functions,
12350 not write-contents-hooks.
12351
12352 * eshell/em-unix.el (eshell-du-sum-directory): Don't use
12353 directory-sep-char.
12354
12355 2004-10-27 Richard M. Stallman <rms@gnu.org>
12356
12357 * strokes.el (strokes-unload-hook): Fix previous change.
12358
12359 * type-break.el (type-break-run-at-time): Always use run-at-time;
12360 forget the alternatives.
12361 (type-break-cancel-function-timers): Always use cancel-function-timers;
12362 forget the alternatives.
12363
12364 * pcomplete.el (pcomplete-entries): Don't use directory-sep-char.
12365
12366 2004-10-27 Kenichi Handa <handa@m17n.org>
12367
12368 * international/subst-jis.el: Use utf-translate-cjk-substitutable-p.
12369
12370 * international/subst-gb2312.el: Likewise.
12371
12372 * international/subst-big5.el: Likewise.
12373
12374 * international/subst-ksc.el: Likewise.
12375
12376 * international/utf-8.el (utf-translate-cjk-unicode-range-string):
12377 New variable.
12378 (utf-translate-cjk-set-unicode-range): New function.
12379 (utf-translate-cjk-unicode-range): Make it customizable.
12380 (utf-8-post-read-conversion):
12381 Use utf-translate-cjk-unicode-range-string.
12382 (ccl-decode-mule-utf-8): Check utf-subst-table-for-decode for more
12383 Unicode ranges.
12384
12385 2004-10-26 Daniel Pfeiffer <occitan@esperanto.org>
12386
12387 * files.el (auto-mode-alist): Add pod, js, xbm and xpm and group
12388 trivial variants to shorten the list.
12389 (xml-based-modes): New var.
12390 (set-auto-mode): Give interpreter-mode-alist or <?xml or <!DOCTYPE
12391 declaration higher priority than auto-mode-alist.
12392
12393 * find-file.el (cc-other-file-alist): Bring it in line with
12394 cc-mode's auto-mode-alist entries and use \' instead of $.
12395
12396 * textmodes/sgml-mode.el (sgml-mode): Fix imenu-generic-expression
12397 and add "Id" and "Name" submenus to it.
12398
12399 * imenu.el (imenu--generic-function): Skip matches in comments.
12400
12401 2004-10-26 Jay Belanger <belanger@truman.edu>
12402
12403 * calc/calc.el (calc,full-calc, calc-quit, calc-keypad)
12404 (full-calc-keypad, calc-trail-display): Use an extra argument
12405 instead of `interactive-p'.
12406
12407 * calc/calc-misc.el (calc-other-window): Use an extra argument
12408 instead of `interactive-p'.
12409
12410 * calc/calc-rewr.el (calc-match): Use an extra argument instead of
12411 `interactive-p'.
12412
12413 2004-10-26 Kim F. Storm <storm@cua.dk>
12414
12415 * help.el (describe-key): Describe both down-event and up-event
12416 for a mouse click.
12417
12418 2004-10-26 Richard M. Stallman <rms@gnu.org>
12419
12420 * woman.el (woman): Don't call interactive-p.
12421
12422 * pcomplete.el (pcomplete): Instead of interactive-p,
12423 use an arg set non-nil by the interactive spec.
12424
12425 * menu-bar.el (menu-bar-make-toggle): Instead of interactive-p,
12426 use an arg set non-nil by the interactive spec.
12427
12428 * man.el (Man-cleanup-manpage): Instead of interactive-p,
12429 use an arg set non-nil by the interactive spec.
12430
12431 2004-10-26 Pavel Kobiakov <pk_at_work@yahoo.com>
12432
12433 * progmodes/flymake.el (flymake-split-string):
12434 Use `flymake-split-string-remove-empty-edges' in any case.
12435
12436 2004-10-26 Masatake YAMATO <jet@gyve.org>
12437
12438 * progmodes/flymake.el (flymake-err-line-patterns):
12439 Use `compilation-error-regexp-alist-alist' instead of
12440 `compilation-error-regexp-alist'.
12441
12442 2004-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
12443
12444 * textmodes/tex-mode.el (tex-font-lock-keywords-1): Fix up the spurious
12445 verbatim face on the \ of \end{verbatim}.
12446
12447 2004-10-25 Jay Belanger <belanger@truman.edu>
12448
12449 * calc/calc-incom.el (calc-digit-dots): Inhibit read-only before
12450 erasing minibuffer.
12451
12452 2004-10-25 Simon Josefsson <jas@extundo.com>
12453
12454 * subr.el (read-passwd): Move to net/password.el.
12455
12456 * net/password.el (read-passwd): Add. Autoload it.
12457
12458 2004-10-25 Kai Grossjohann <kai.grossjohann@gmx.net>
12459
12460 * mouse-sel.el (mouse-sel-mode): Specify custom group.
12461
12462 * simple.el (process-file): Fix logic.
12463
12464 2004-10-24 Luc Teirlinck <teirllm@auburn.edu>
12465
12466 * indent.el (set-left-margin, set-right-margin): Delete redundant code.
12467 (increase-right-margin): Remove erroneous call to `interactive-p'.
12468
12469 2004-10-24 Kim F. Storm <storm@cua.dk>
12470
12471 * help.el (describe-mode): Fix 2004-10-13 change.
12472 Copy pure "Auto Fill" string so it can be propertized later
12473 without causing a read-only error.
12474
12475 2004-10-24 Luc Teirlinck <teirllm@auburn.edu>
12476
12477 * info.el (Info-find-emacs-command-nodes): Adapt to Texinfo-4.7
12478 style indexes.
12479
12480 2004-10-24 Kai Grossjohann <kai.grossjohann@gmx.net>
12481
12482 * simple.el (process-file): Accept nil for INFILE. Reported by
12483 Luc Teirlinck.
12484
12485 2004-10-24 Masatake YAMATO <jet@gyve.org>
12486
12487 * progmodes/gdb-ui.el (gdb-assembler-font-lock-keywords):
12488 Handle periods and underscores in a function name.
12489 Remove the address fontification.
12490
12491 2004-10-24 Masatake YAMATO <jet@gyve.org>
12492
12493 * progmodes/asm-mode.el (asm-font-lock-keywords):
12494 Use font-lock-variable-name-face for registers.
12495
12496 2004-10-24 Nick Roberts <nickrob@snap.net.nz>
12497
12498 * progmodes/gdb-ui.el (gdb-get-create-buffer): Allow modes to run
12499 kill-all-local-variables.
12500 (gdb-breakpoints-mode, gdb-frames-mode, gdb-threads-mode)
12501 (gdb-registers-mode, gdb-locals-mode, gdb-assembler-mode):
12502 Use kill-all-local-variables and provide mode-hooks.
12503 (gdb-assembler-font-lock-keywords): New font lock keywords definition.
12504 (gdb-assembler-mode): Use 'gdb-assembler-font-lock-keywords'.
12505 Suggested by Masatake YAMATO <jet@gyve.org>.
12506
12507 2004-10-23 Kai Grossjohann <kai.grossjohann@gmx.net>
12508
12509 * simple.el (process-file): New function, similar to call-process
12510 but supports file handlers.
12511 * vc.el (vc-do-command): Use it, instead of call-process.
12512 * net/tramp-vc.el (vc-do-command): Do not advise it if
12513 process-file is fboundp.
12514 * net/tramp.el (tramp-file-name-handler-alist): Add entry for
12515 process-file.
12516 (tramp-handle-process-file): New function.
12517 (tramp-file-name-for-operation): Support process-file.
12518
12519 2004-10-23 Ulf Jasper <ulf.jasper@web.de>
12520
12521 * calendar/icalendar.el (icalendar--weekday-array): New constant.
12522 (icalendar-weekdayabbrev-table)
12523 (icalendar-monthnumber-table): Delete.
12524 (icalendar--get-month-number): Use calendar-month-name-array.
12525 (icalendar--get-weekday-number): New function.
12526 (icalendar--get-weekday-abbrev) Use calendar-day-name-array.
12527 (icalendar-export-region): Handle multi-line entries.
12528 (icalendar--convert-ical-to-diary): Use calendar-day-name-array.
12529
12530 2004-10-23 John Paul Wallington <jpw@gnu.org>
12531
12532 * ibuffer.el (ibuffer-find-file): Remove `interactive-p' call;
12533 `wildcards' set to t in interactive spec.
12534
12535 * ibuf-ext.el (ibuffer-jump-to-buffer): Read buffer name in
12536 interactive spec rather than use `interactive-p'.
12537 (ibuffer-kill-line): Set arg `interactive-p' in interactive spec
12538 rather than use function `interactive-p'.
12539
12540 2004-10-22 Kenichi Handa <handa@m17n.org>
12541
12542 * international/mule.el (translate-region): Implement it in Lisp
12543 as a front end of translate-region-internal.
12544
12545 2004-10-21 Jay Belanger <belanger@truman.edu>
12546
12547 * calc/calc-aent.el (calc-alg-ent-map, calc-alg-ent-esc-map):
12548 Declare these variables with defvar.
12549
12550 * calc/calc-aent.el (calc-do-alg-entry): Since `calc-alg-ent-map'
12551 is bound, only check to see if it is bound.
12552
12553 2004-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
12554
12555 * textmodes/tex-mode.el (tex-compilation-parse-errors):
12556 Don't output messages.
12557
12558 * calc/calc-help.el (calc-describe-bindings): Fix last change.
12559
12560 2004-10-21 John Paul Wallington <jpw@gnu.org>
12561
12562 * calc/calc-graph.el (calc-graph-init):
12563 Use `set-process-query-on-exit-flag'.
12564
12565 2004-10-21 Daniel Pfeiffer <occitan@esperanto.org>
12566
12567 * progmodes/compile.el (compilation-start): Rely on `cd' to get
12568 dir right and also allow argumentless cd.
12569
12570 2004-10-19 Richard M. Stallman <rms@gnu.org>
12571
12572 * textmodes/flyspell.el (flyspell-mode): Doc fix.
12573
12574 * eshell/em-unix.el (eshell-grep):
12575 Don't bind compilation-process-setup-function.
12576
12577 * comint.el (comint-insert-input): Use @ in `interactive'.
12578 (comint-input-filter-functions): Doc fix.
12579 (comint-kill-whole-line, comint-get-source): Doc fix.
12580
12581 * progmodes/compile.el (compilation-setup):
12582 Don't set buffer-read-only if MINOR is non-nil.
12583
12584 2004-10-19 Jay Belanger <belanger@truman.edu>
12585
12586 * calc/calc.el (calc-emacs-type-19, calc-emacs-type-epoch)
12587 (calc-emacs-type-gnu19): Remove.
12588 (calc-digit-map, calc-read-key-sequence, calc-read-key):
12589 Remove check for old emacs versions.
12590
12591 * calc/calc-ext.el (calc-fancy-prefix): Remove emacs version check.
12592 (calc-init-extensions): Define `calc-alg-map' and `calc-alg-esc-map'
12593 for current Emacs.
12594
12595 * calc/calc-aent.el (calcAlg-previous): Check to see if looking at
12596 the end of the minibuffer.
12597 (calc-do-alg-entry): Remove Emacs version check. Use `copy-keymap' to
12598 copy `esc-map'.
12599
12600 * calc/calc-graph.el (calc-graph-plot): Remove emacs version check.
12601
12602 * calc/calc-mode.el (calc-total-algebraic-mode): Remove error
12603 call that would be given when the current emacs was used.
12604
12605 2004-10-19 Ulf Jasper <ulf.jasper@web.de>
12606
12607 * calendar/icalendar.el: Set coding to utf-8.
12608 (icalendar-version): Increase to 0.07.
12609 (icalendar-monthnumber-table): Change March pattern.
12610 (icalendar-get-all-event-properties)
12611 (icalendar-set-event-property): Delete.
12612 (icalendar-all-events): No longer interactive.
12613 (icalendar-convert-diary-to-ical)
12614 (icalendar-extract-ical-from-buffer): Make obsolete, and alias to
12615 their replacements.
12616 (icalendar-export-file, icalendar-export-region): New functions;
12617 essentially old `icalendar-convert-diary-to-ical' but appending to
12618 target rather than overwriting.
12619 (icalendar-import-file): Append to target file rather than
12620 overwriting. Fourth arg deleted.
12621 (icalendar-import-buffer): New name for old
12622 `icalendar-extract-ical-from-buffer'.
12623 (icalendar--convert-string-for-import): New name for
12624 old `icalendar-convert-for-import'.
12625 (include-icalendar-files): Delete.
12626 Prefix for all internal functions changed from `icalendar-'
12627 to `icalendar--'.
12628
12629 2004-10-19 Richard M. Stallman <rms@gnu.org>
12630
12631 * paths.el (news-path): Fix previous change.
12632
12633 2004-10-18 Jay Belanger <belanger@truman.edu>
12634
12635 * calc/calc-help.el (calc-describe-bindings):
12636 Set `buffer-read-only' to nil while working in the keybindings buffer;
12637 remove some extra information from the keybindings buffer.
12638
12639 2004-10-18 David Ponce <david@dponce.com>
12640
12641 * mouse.el (mouse-drag-move-window-top): New function.
12642 (mouse-drag-mode-line-1): Use it.
12643
12644 2004-10-18 Thien-Thi Nguyen <ttn@gnu.org>
12645
12646 * info.el (Info-fontify-node): For multiline refs,
12647 arrange to unfontify newline and surrounding whitespace.
12648
12649 2004-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
12650
12651 * vc-arch.el (vc-arch-workfile-version): Don't burp if the patch-log
12652 directory is missing.
12653
12654 2004-10-17 John Paul Wallington <jpw@gnu.org>
12655
12656 * ibuffer.el (ibuffer-default-display-maybe-show-predicates):
12657 New customizable variable; whether to display buffers that match
12658 `ibuffer-maybe-show-predicates' by default.
12659 (ibuffer-maybe-show-predicates): Mention it in docstring.
12660 (ibuffer-display-maybe-show-predicates): New variable.
12661 (ibuffer-update): Prefix arg now toggles whether buffers that
12662 match `ibuffer-maybe-show-predicates' should be displayed.
12663 (ibuffer-mode): Set `ibuffer-display-maybe-show-predicates'
12664 locally to heed `ibuffer-default-display-maybe-show-predicates'.
12665 (ibuffer-redisplay-engine): Rename optional second arg to `ignore'.
12666
12667 2004-10-17 Michael Albinus <michael.albinus@gmx.de>
12668
12669 * net/tramp.el: Redo sync with Tramp 2.0.45. Last commit did not
12670 work correctly.
12671
12672 2004-10-17 Daniel Pfeiffer <occitan@esperanto.org>
12673
12674 * buff-menu.el (Buffer-menu-revert-function): Emulate save-excursion.
12675 (Buffer-menu-beginning): New helper function.
12676 (Buffer-menu-execute): Use it.
12677 (Buffer-menu-select): Use it.
12678 (Buffer-menu-sort): Use it and also keep markers.
12679
12680 2004-10-17 Richard M. Stallman <rms@gnu.org>
12681
12682 * paths.el (news-directory): Rename from news-path. Old name alias.
12683 (rmail-spool-directory): Use defvar.
12684 (sendmail-program): Use defcustom.
12685 (remote-shell-program): Use defcustom.
12686 (term-file-prefix): Use defvar.
12687 (abbrev-file-name): Use defvar.
12688
12689 * term.el: Add maintainer.
12690
12691 * subr.el (with-local-quit): Return nil if there's a quit.
12692 (read-passwd): Use with-local-quit. Doc fix.
12693
12694 * strokes.el (strokes-list-strokes): Don't try to delete char at eob.
12695 (strokes-unload-hook): Set as a variable with add-hook.
12696
12697 * startup.el (fancy-splash-tail, normal-splash-screen):
12698 Update copyright year.
12699
12700 * shadowfile.el (shadowfile-unload-hook): Set as variable w/ add-hook.
12701
12702 * server.el (server-unload-hook): Set as a variable with add-hook.
12703
12704 * help-at-pt.el (help-at-pt-unload-hook): Use add-hook; no defvar.
12705
12706 * frame.el (special-display-popup-frame):
12707 Make the buffer current as its frame is created.
12708
12709 * delsel.el (delsel-unload-hook): Set as a variable.
12710
12711 * comint.el (comint-output-filter-functions):
12712 Add comint-watch-for-password-prompt.
12713 (comint-read-noecho): Function deleted.
12714 (send-invisible): Use read-passwd.
12715
12716 * fringe.el (fringe-mode-initialize): New function.
12717 (fringe-mode): Use fringe-mode-initialize as :initialize.
12718
12719 2004-10-17 Kim F. Storm <storm@cua.dk>
12720
12721 * language/indian.el (indian-script-language-alist): Swap value and doc.
12722 (indian-font-char-index-table): Doc fix.
12723
12724 2004-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
12725
12726 * vc-hooks.el (vc-find-file-hook): Call vc-backend with absolute name.
12727
12728 2004-10-16 Juri Linkov <juri@jurta.org>
12729
12730 * progmodes/compile.el (compilation-start): Move let-binding of
12731 `process-environment' into `with-current-buffer' body.
12732 Reported by Matt Hodges <MPHodges@member.fsf.org>.
12733
12734 2004-10-16 Richard M. Stallman <rms@gnu.org>
12735
12736 * pcvs-util.el (cvs-bury-buffer):
12737 Don't call get-buffer-window for effect.
12738
12739 * outline.el (hide-other): Call outline-up-heading with INVISIBLE-OK=t.
12740
12741 * newcomment.el (comment-auto-fill-only-comments): Add autoload.
12742
12743 * msb.el (msb-unload-hook): Set the variable.
12744
12745 * mouse.el (mouse-yank-at-click, mouse-yank-secondary):
12746 Use * to err if buffer is readonly.
12747
12748 * subr.el (looking-back): Return only t or nil.
12749
12750 * whitespace.el (whitespace-unload-hook): Set the variable.
12751
12752 * view.el (view-mode-enable): Set view-page-size and
12753 view-half-page-size to nil.
12754 (view-set-half-page-size-default): view-half-page-size = nil
12755 means the default.
12756 (View-scroll-page-forward): Use view-page-size-default.
12757 (View-scroll-page-backward): Likewise.
12758 (view-page-size, view-half-page-size): Doc fixes.
12759
12760 * emacs-lisp/elp.el (elp-unload-hook): Set the variable.
12761
12762 * emacs-lisp/cl.el (cl-unload-hook): Don't defvar it, just set it.
12763
12764 * emacs-lisp/bytecomp.el (byte-compile-eval): Don't process
12765 "cl" like other files. Instead, call byte-compile-find-cl-functions.
12766 (byte-compile-log-1): Bind inhibit-read-only.
12767 (byte-compile-warning-prefix, byte-compile-log-file): Likewise.
12768 (byte-compile-log-warning): Likewise.
12769 (byte-compile-file-form-require): Detect "cl" from the arg value.
12770
12771 * progmodes/compile.el (compilation-start): Assume compilation-mode
12772 will make the buffer read-only.
12773 (compilation-mode): Take arg name-of-mode.
12774 (compilation-setup): Make buffer read-only.
12775 (compilation-handle-exit): Bind inhibit-read-only.
12776
12777 * textmodes/ispell.el (ispell-command-loop): Use with-no-warnings.
12778 (ispell-message): Likewise.
12779 (ispell-show-choices): Don't call get-buffer-window uselessly.
12780 (ispell-init-process): Use set-process-query-on-exit-flag.
12781
12782 2004-10-16 Kim F. Storm <storm@cua.dk>
12783
12784 * fringe.el (fringe-bitmaps): Only initialize when defined.
12785
12786 * pcvs.el (cvs-mode-view-file, cvs-mode-view-file-other-window): Add.
12787 (cvs-mode-find-file): Add optional `view' arg to enter view mode.
12788
12789 * pcvs-defs.el (cvs-mode-map): Bind v to cvs-mode-view-file.
12790
12791 2004-10-15 Simon Josefsson <jas@extundo.com>
12792
12793 * net/password.el: Add.
12794
12795 2004-10-14 Masatake YAMATO <jet@gyve.org>
12796
12797 * progmodes/gud.el (gdb-script-beginning-of-defun): New function.
12798 (gdb-script-end-of-defun): New function.
12799 (gdb-script-mode): Use `gdb-script-beginning-of-defun' and
12800 `gdb-script-end-of-defun' as *-of-defun-function.
12801
12802 2004-10-13 Daniel Pfeiffer <occitan@esperanto.org>
12803
12804 * button.el (button-activate): Allow a marker to display as an action.
12805
12806 * help-fns.el (describe-variable): Use it to make "below" a hyperlink.
12807
12808 * help.el (describe-mode): Use it to make minor mode list into
12809 hyperlinks.
12810
12811 2004-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
12812
12813 * vc.el (vc-annotate-display-select): Fix typo.
12814
12815 * subr.el (substitute-key-definition-key): New function.
12816 (substitute-key-definition): Use it with map-keymap.
12817 (event-modifiers): Use push.
12818 (mouse-movement-p, with-temp-buffer): Simplify.
12819
12820 2004-10-12 Jay Belanger <belanger@truman.edu>
12821
12822 * calc/calc-help.el (calc-help-function-list, calc-help-variable-list):
12823 New variables.
12824 (calc-help-index-entries): New function.
12825 (calc-describe-function): Use `calc-help-function-list' instead of
12826 obarray for completion.
12827 (calc-describe-variable): Use `calc-help-variable-list' instead
12828 of obarray for completion.
12829
12830 2004-10-12 Richard M. Stallman <rms@gnu.org>
12831
12832 * info-look.el (info-lookup-file): Add info-file property.
12833 (info-lookup-symbol): Likewise.
12834
12835 * info.el (info-xref): Add underlining.
12836 (info): Add info-file property.
12837 (Info-find-emacs-command-nodes): Specify case-sensitive search.
12838
12839 2004-10-12 Michael Albinus <michael.albinus@gmx.de>
12840
12841 Sync with Tramp 2.0.45.
12842
12843 * net/tramp.el (top): Apply `def-edebug-spec' only if function is
12844 defined. This is not the case for XEmacs without package "edebug".
12845 (tramp-set-auto-save-file-modes): Set permissions of autosaved
12846 remote files to the permissions of the original file. This is not
12847 the case for Emacs < 21.3.50 and XEmacs < 21.5. Add function to
12848 `auto-save-hook'. Reported by Thomas Prokosch <thomas@nadev.net>.
12849 (tramp-perl-decode): Fix an error in Perl implementation.
12850 $pending must be cleared every loop. Reported by Benjamin Place
12851 <benjaminplace@sprintmail.com>
12852
12853 * net/tramp-smb.el (tramp-smb-advice-PC-do-completion):
12854 Don't activate advice during definition. This is done later on,
12855 depending on test result of `substitute-in-file-name'.
12856 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
12857
12858 2004-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
12859
12860 * pcvs-parse.el (cvs-parse-commit): Fix parsing for new commit message.
12861
12862 * emacs-lisp/lisp.el (mark-sexp): Preserve direction when repeating.
12863
12864 2004-10-12 David Ponce <david@dponce.com>
12865
12866 * recentf.el (recentf-edit-list): Update the menu when the recentf
12867 list has been modified.
12868
12869 2004-10-12 Simon Josefsson <jas@extundo.com>
12870
12871 * net/tls.el (tls-certtool-program): New variable.
12872 (tls-certificate-information): New function, based on
12873 ssl-certificate-information.
12874
12875 2004-10-12 Kenichi Handa <handa@m17n.org>
12876
12877 * international/mule.el (coding-system-equal): Move from mule-util.el.
12878
12879 * international/mule-util.el (coding-system-equal): Move to mule.el.
12880
12881 2004-10-12 Kim F. Storm <storm@cua.dk>
12882
12883 * kmacro.el (kmacro-insert-counter, kmacro-add-counter): Use and
12884 reset kmacro-initial-counter-value if set.
12885 (kmacro-set-counter): Only set kmacro-counter if defining or executing
12886 macro. Set kmacro-initial-counter-value otherwise. Never set both.
12887 (kmacro-display): Show macro counter if non-zero.
12888
12889 * subr.el (substitute-key-definition): Mention command remapping
12890 in doc string.
12891
12892 2004-10-11 Jay Belanger <belanger@truman.edu>
12893
12894 * calc/calc-misc.el (calc-info-goto-node): New function.
12895 (calc-tutorial, calc-info-summary): Go to appropriate Calc info
12896 node in one step.
12897 (calc-describe-copying, calc-describe-distribution)
12898 (calc-describe-thing, calc-describe-no-warranty, calc-describe-key):
12899 Go to appropriate info node in one step.
12900
12901 2004-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
12902
12903 * pcvs-defs.el (pcl-cvs-load-hook): Remove unused var.
12904
12905 * font-lock.el (font-lock-apply-highlight): Fix last change.
12906
12907 2004-10-11 Simon Josefsson <jas@extundo.com>
12908
12909 * mail/smtpmail.el (smtpmail-open-stream): Look for
12910 starttls-gnutls-program instead of starttls-program iff
12911 starttls-use-gnutls is non-nil.
12912 (smtpmail-open-stream): Don't overwrite user settings of
12913 starttls-extra-arguments and starttls-extra-args.
12914
12915 2004-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
12916
12917 * comint.el (comint-mouse-insert-input): Remove.
12918 (comint-insert-input): Make it work for mouse bindings.
12919 (comint-mode-map): Move defs into the declaration.
12920 (comint-output-filter): Typo.
12921
12922 * diff-mode.el (diff-current-defun): Fix 2004-06-13's change.
12923
12924 2004-10-10 Kai Grossjohann <kai.grossjohann@gmx.net>
12925
12926 * net/ange-ftp.el (ange-ftp-remote-shell): Remove variable.
12927 (ange-ftp-call-chmod): Reference remote-shell-program instead of
12928 ange-ftp-remote-shell.
12929
12930 2004-10-10 Andreas Schwab <schwab@suse.de>
12931
12932 * emacs-lisp/byte-opt.el (byte-optimize-backward-word): Optimize
12933 `(backward-word)' to `(forward-word -1)', not `(forward-char -1)'.
12934 Reported by <sri@asu.edu>.
12935
12936 2004-10-10 Benjamin Rutt <brutt@bloomington.in.us>
12937
12938 * vc.el (vc-annotate-mode): Remove variable.
12939 (vc-annotate-display-select): Only call vc-annotate-mode
12940 if we're not in that mode already.
12941
12942 2004-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
12943
12944 * imenu.el (imenu--completion-buffer): Don't return t for rescan.
12945 (imenu-choose-buffer-index): Check here for rescan instead.
12946
12947 * font-lock.el (font-lock-apply-highlight): Explicitly check the case
12948 where the face expression evals to nil.
12949
12950 * textmodes/tex-mode.el (tex-font-lock-append-prop): New fun.
12951 (tex-font-lock-keywords-2): Use it.
12952 (tex-font-lock-syntactic-keywords): Fix the `verbatim' treatment.
12953
12954 * emacs-lisp/lisp-mode.el (lisp-fill-paragraph): Fix backslashes.
12955
12956 2004-10-09 Kim F. Storm <storm@cua.dk>
12957
12958 * subr.el (progress-reporter-update): Define before first usage.
12959 (make-progress-reporter): Doc fix.
12960
12961 2004-10-09 Luc Teirlinck <teirllm@auburn.edu>
12962
12963 * textmodes/paragraphs.el (sentence-end-double-space)
12964 (sentence-end-without-period, sentence-end-without-space)
12965 (sentence-end): Doc fixes.
12966
12967 2004-10-08 Peter Seibel <peter@javamonkey.com> (tiny change)
12968
12969 * emacs-lisp/lisp-mode.el (lisp-fill-paragraph):
12970 Change paragraph-start regexp so we don't fill code starting with #'(.
12971
12972 2004-10-08 Sebastien Kirche <seki@seki.fr> (tiny change)
12973
12974 * mail/mail-extr.el (mail-extr-ignore-realname-equals-mailbox-name):
12975 New defcustom.
12976 (extract-address-components): Use it.
12977
12978 2004-10-08 Paul Pogonyshev <pogonyshev@gmx.net>
12979
12980 * subr.el (make-progress-reporter, progress-reporter-update)
12981 (progress-reporter-force-update, progress-reporter-do-update)
12982 (progress-reporter-done): New functions.
12983
12984 * tar-mode.el (tar-summarize-buffer): Use progress reporter.
12985
12986 * progmodes/etags.el (etags-tags-completion-table): Use progress
12987 reporter.
12988 (etags-tags-apropos): Likewise.
12989
12990 2004-10-08 Alan Mackenzie <acm@muc.de>
12991
12992 * isearch.el (isearch-yank-line): C-y yanks to next EOL, not end
12993 of current line.
12994
12995 2004-10-08 Masatake YAMATO <jet@gyve.org>
12996
12997 * server.el (server-process-filter): Wrap `process-send-region'
12998 by `condition-case' to guard the case when the pipe to PROC is closed.
12999
13000 2004-10-07 Mark A. Hershberger <mah@everybody.org>
13001
13002 * xml.el (xml-substitute-special): Limit handling of external entities.
13003
13004 2004-10-06 Nick Roberts <nickrob@snap.net.nz>
13005
13006 * progmodes/gdb-ui.el (gdb-ann3): (Re-)initialize gdb-input-queue.
13007
13008 2004-10-06 John Paul Wallington <jpw@gnu.org>
13009
13010 * xml.el (xml-parse-dtd): Fix `error' call.
13011
13012 2004-10-05 Mark A. Hershberger <mah@everybody.org>
13013
13014 * xml.el (xml-substitute-special): Return a single string instead
13015 of a list of strings if an entity substitution is made.
13016
13017 2004-10-05 Ulf Jasper <ulf.jasper@web.de>
13018
13019 * calendar/icalendar.el: New file.
13020
13021 2004-10-05 Juri Linkov <juri@jurta.org>
13022
13023 * isearch.el (isearch-done): Set mark after running hook.
13024 Reported by Drew Adams <drew.adams@oracle.com>.
13025
13026 * info.el (Info-history, Info-toc): Fix Info headers.
13027 (Info-toc): Narrow buffer before Info-fontify-node.
13028 (Info-build-toc): Don't check for special Info file names.
13029 Set main-file to nil if Info-find-file returns a symbol.
13030
13031 2004-10-05 Emilio C. Lopes <eclig@gmx.net>
13032
13033 * calendar/calendar.el (calendar-goto-iso-week): Add autoload.
13034 (calendar-mode-map): Add binding for `calendar-goto-iso-week'.
13035 * calendar/cal-menu.el (calendar-mode-map): Ditto.
13036
13037 2004-10-05 Glenn Morris <gmorris@ast.cam.ac.uk>
13038
13039 * calendar/cal-iso.el (calendar-iso-read-args): New function,
13040 for old interactive spec from calendar-goto-iso-date.
13041 (calendar-goto-iso-date): Use it.
13042 (calendar-goto-iso-week): New function. Suggested by Emilio
13043 C. Lopes <eclig@gmx.net>.
13044
13045 2004-10-04 Luc Teirlinck <teirllm@auburn.edu>
13046
13047 * textmodes/enriched.el (enriched-mode-map): Give `set-left-margin' and
13048 `set-right-margin' bindings that follow the minor mode conventions.
13049
13050 2004-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
13051
13052 * textmodes/tex-mode.el (tex-dvi-view-command): Use `yap' on w32.
13053 (tex-font-lock-keywords-1): Add url and nolinkurl for args with `_'.
13054 (latex-block-args-alist): Add minipage and picture.
13055 (latex-block-body-alist): Use reftex-label if enabled.
13056 (latex-insert-block): Don't insert a \n if not necessary.
13057 (tex-compile-commands): Make sure dvips doesn't send to printer.
13058 (tex-compile-default): Handle the case where no executable is found.
13059 (latex-noindent-environments): New var.
13060 (latex-find-indent): Use it. Take an empty line as an arg-breaker.
13061 If tex-indent-allhanging is non-nil, make sure we only align for macros
13062 at beginning of line.
13063
13064 2004-10-03 Daniel Pfeiffer <occitan@esperanto.org>
13065
13066 * newcomment.el (comment-beginning): Doc fix and don't choke on
13067 unset `comment-end-skip' when at beginning of comment.
13068
13069 2004-10-02 Dan Nicolaescu <dann@ics.uci.edu>
13070
13071 * term.el (term-adjust-current-row-cache): Don't allow the current
13072 row to become negative.
13073 (term-emulate-terminal): Fix insert mode. Handle tab insertion at
13074 the end of the line. Fix scroll down. Add comments.
13075 (term-handle-ansi-escape): Don't exceed terminal width when moving
13076 right.
13077 (term-scroll-region): Move the cursor after setting the scroll region.
13078
13079 2004-10-01 Luc Teirlinck <teirllm@auburn.edu>
13080
13081 * indent.el (set-left-margin, set-right-margin): Rename `lm' arg
13082 to `width' for consistency with docstring. Doc fix.
13083
13084 2004-10-01 Martin Stjernholm <bug-cc-mode@gnu.org>
13085
13086 * progmodes/cc-langs.el: Load cl here since cc-defs doesn't do it.
13087 This is necessary for derived modes.
13088
13089 2004-09-30 Kim F. Storm <storm@cua.dk>
13090
13091 * kmacro.el (kmacro-lambda-form, kmacro-extract-lambda): Add.
13092 (kmacro-bind-to-key, kmacro-name-last-macro): Use kmacro-lambda-form.
13093
13094 * edmacro.el: Require kmacro to use the new kmacro-lambda-form and
13095 kmacro-extract-lambda functions.
13096 (edit-kbd-macro): Handle kmacro lambda forms.
13097 Include counter and counter format in edit buffer.
13098 (edmacro-finish-edit): Get counter and format from edit buffer and
13099 update kmacro bindings when found.
13100
13101 2004-09-29 Luc Teirlinck <teirllm@auburn.edu>
13102
13103 * textmodes/paragraphs.el (forward-paragraph):
13104 Avoid args-out-of-range error when point winds up at the beginning of
13105 the buffer and hard newlines are enabled.
13106
13107 * newcomment.el (comment-multi-line): Doc fix.
13108
13109 2004-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
13110
13111 * diff-mode.el (diff-file-header-re): Tighten up regexp a tiny bit.
13112 (diff-fixup-modifs): Catch unified-diff file-headers.
13113
13114 2004-09-29 Kim F. Storm <storm@cua.dk>
13115
13116 * progmodes/gdb-ui.el (breakpoint): Define as fringe bitmap.
13117 (gdb-mouse-toggle-breakpoint): Fix fringe-bitmaps-at-pos usage.
13118 (gdb-put-breakpoint-icon): Use breakpoint bitmap.
13119
13120 * fringe.el (fringe-bitmap-p): New macro.
13121 (fringe-bitmaps): Add standard fringe bitmaps on load.
13122
13123 2004-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
13124
13125 * dired.el (dired-view-command-alist): Use more efficient regexps.
13126 Remove dubious arguments.
13127 (dired-align-file): New function.
13128 (dired-insert-directory): Use it.
13129 (dired-move-to-end-of-filename): Make the " -> " search more specific.
13130 (dired-buffers-for-dir): Remove unused var `pattern'.
13131
13132 2004-09-28 Matthew Mundell <matt@mundell.ukfsn.org>
13133
13134 * calendar/diary-lib.el (list-diary-entries): Save diary buffer
13135 from diary display excursion. Store diary buffer's point for
13136 `simple-diary-display'.
13137 (simple-diary-display): Set window point and start when
13138 displaying buffer, to preserve point.
13139
13140 2004-09-27 Luc Teirlinck <teirllm@auburn.edu>
13141
13142 * textmodes/enriched.el (enriched-translations): Replace defconst
13143 with defvar.
13144
13145 2004-09-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
13146
13147 * printing.el: Doc fix.
13148 (pr-version): New version number (6.8.1).
13149 (pr-ps-file-using-ghostscript): Use make-temp-file instead of
13150 make-temp-name.
13151 (pr-delete-file): Check if file exists before deleting it.
13152 Reported by Lennart Borgman <lennart.borgman.073@student.lu.se>.
13153
13154 2004-09-26 Stefan Monnier <monnier@iro.umontreal.ca>
13155
13156 * term.el (term-display-table): New variable.
13157 (term-mode): Use it.
13158 (term-exec-1): Set the coding system to binary.
13159 (term-emulate-terminal): Decode the string before inserting it.
13160
13161 2004-09-26 Dan Nicolaescu <dann@ics.uci.edu>
13162
13163 * term.el (term-ansi-at-eval-string, term-ansi-default-fg)
13164 (term-ansi-default-bg, term-ansi-current-temp): Delete unused vars.
13165 (map): Bind S-prior, S-next and S-insert.
13166 (term-mode): Set `indent-tabs-mode' to nil.
13167 (term-paste): New function to be bound to S-insert.
13168 (term-send-del, term-send-backspace): Change the strings sent.
13169 (term-termcap-format): Synchronize with etc/e/eterm.ti.
13170 (term-handle-colors-array): Fix handling of underline and reverse.
13171 (term-handle-ansi-escape): Do not handle smcup/rmcup. Add comments.
13172 (term-erase-in-line): Fix comparison.
13173 (term-emulate-terminal): Fix line wrap handling.
13174 (term-start-output-log): Rename from `term-set-output-log'.
13175 (term-stop-output-log): Rename from `term-stop-photo'.
13176 (term-switch-to-alternate-sub-buffer): Comment out, unused.
13177
13178 2004-09-25 Stefan Monnier <monnier@iro.umontreal.ca>
13179
13180 * dired.el (dired-move-to-filename): Don't output a message if
13181 raise-error is non-nil. Fix return position and value.
13182
13183 * files.el (insert-directory): Obey --dired even with symlinks.
13184
13185 2004-09-25 Lars Hansen <larsh@math.ku.dk>
13186
13187 * ls-lisp.el (ls-lisp-format): Mark file names with property
13188 dired-filename.
13189
13190 2004-09-25 Kim F. Storm <storm@cua.dk>
13191
13192 * ido.el (ido-max-directory-size): New defcustom.
13193 (ido-decorations): Add "too big" element.
13194 (ido-directory-too-big): New dynamic var.
13195 (ido-may-cache-directory): Don't cache big directories.
13196 (ido-directory-too-big-p): New defun.
13197 (ido-set-current-directory): Update ido-directory-too-big.
13198 (ido-read-internal): Make empty ido-cur-item if too-big.
13199 (ido-buffer-internal): Use ido-read-internal directly instead of
13200 ido-read-buffer.
13201 (ido-file-internal): Init ido-directory-too-big.
13202 (ido-complete): <TAB> If ido-directory-too-big is set, clear it,
13203 and redo completion with full list.
13204 (ido-toggle-ignore): <C-a> If ido-directory-too-big is set, clear
13205 it, and show completions.
13206 (ido-all-completions): Let bind ido-directory-too-big to nil.
13207 (ido-exhibit): Handle ido-directory-too-big.
13208 (ido-read-buffer): Handle fallback to read-buffer.
13209 Init ido-directory-too-big.
13210 (ido-read-file-name, ido-read-directory-name, ido-completing-read):
13211 Init ido-directory-too-big.
13212
13213 2004-09-24 Luc Teirlinck <teirllm@auburn.edu>
13214
13215 * subr.el (delay-mode-hooks): Doc fix.
13216
13217 2004-09-23 Luc Teirlinck <teirllm@auburn.edu>
13218
13219 * textmodes/enriched.el
13220 (enriched-default-text-properties-local-flag): New variable.
13221 (enriched-mode): Make sure that enabling and disabling the mode is
13222 a no-op. Doc fix.
13223
13224 2004-09-23 H\e,Ae\e(Bkon Malmedal <hmalmedal@yahoo.no> (tiny change)
13225
13226 * calendar/holidays.el (holiday-advent): Report on a specified day
13227 offset from advent, not just advent.
13228 (holiday-easter-etc): Report on one specified day offset from
13229 easter, not all easter holidays. Various Easter holidays moved to
13230 `christian-holidays' variable in calendar.el.
13231 * calendar/calendar.el (christian-holidays): Adapt for new
13232 behavior of `holiday-advent' and `holiday-easter-etc' functions.
13233
13234 2004-09-23 Kim F. Storm <storm@cua.dk>
13235
13236 * image.el (insert-sliced-image): Add doc string.
13237
13238 * ido.el (ido-choice-list): New dynamic var for `list' context.
13239 (ido-context-switch-command): New dynamic var.
13240 (ido-define-mode-map): Generalize switch between file/buffer contexts.
13241 (ido-read-internal): Handle new `list' context.
13242 Handle insert-buffer and insert-file ido-exit values.
13243 (ido-buffer-internal): New arg switch-cmd. Use it to setup
13244 ido-context-switch-command. Handle insert-file ido-exit value.
13245 (ido-read-buffer): Set ido-context-switch-command to 'ignore
13246 unless it is already bound by caller.
13247 (ido-file-internal): New arg switch-cmd. Use it to setup
13248 ido-context-switch-command. Handle insert-buffer ido-exit value.
13249 (ido-enter-insert-buffer, ido-enter-insert-file): New commands
13250 used for context switching.
13251 (ido-all-completions): Handle new `list' context.
13252 (ido-make-choice-list): Return choices for `list' context.
13253 (ido-find-file-in-dir, ido-display-file, ido-write-file)
13254 (ido-display-buffer, ido-kill-buffer): Disable context switching.
13255 (ido-insert-buffer, ido-insert-file): Setup context switching.
13256 (ido-exhibit): Handle `list' context.
13257 (ido-read-file-name): Disable context switching. Handle fallback.
13258 (ido-read-directory-name): Disable context switching.
13259 (ido-completing-read): New defun like completing-read. Setup and
13260 use new `list' context.
13261
13262 2004-09-20 Jesper Harder <harder@ifa.au.dk>
13263
13264 * progmodes/tcl.el (inferior-tcl): Use pop-to-buffer.
13265
13266 2004-09-21 Jay Belanger <belanger@truman.edu>
13267
13268 * calc/calc-graph.el (calc-graph-add-curve): Move the call to
13269 `calc-graph-set-styles' so the gnuplot buffer will appear in a
13270 separate window.
13271
13272 2004-09-21 Luc Teirlinck <teirllm@auburn.edu>
13273
13274 * subr.el (after-change-major-mode-hook): Doc fix.
13275
13276 2004-09-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
13277
13278 * printing.el: Doc fix. Add a new tip about the use of gsprint instead
13279 of ghostscript for monochrome PostScript file in Windows.
13280
13281 2004-09-21 Kenichi Handa <handa@m17n.org>
13282
13283 * descr-text.el (describe-char): Checking of quail activation fixed.
13284
13285 2004-09-21 Jay Belanger <belanger@truman.edu>
13286
13287 * calc/calc.el (calc-mode-var-list): Remove unnecessary quotes.
13288
13289 2004-09-20 Luc Teirlinck <teirllm@auburn.edu>
13290
13291 * subr.el (run-mode-hooks): Run `after-change-major-mode-hook'
13292 after the mode hooks instead of before. Doc fix.
13293
13294 2004-09-20 Jason Rumney <jasonr@gnu.org>
13295
13296 * startup.el (command-line) [windows-nt]: Try .emacs first, then
13297 _emacs, but revert to .emacs if neither exists in home directory.
13298
13299 2004-09-20 John Paul Wallington <jpw@gnu.org>
13300
13301 * bindings.el (completion-ignored-extensions): Add .dfsl.
13302
13303 2004-09-20 Richard M. Stallman <rms@gnu.org>
13304
13305 * bindings.el (scroll-left): Make it disabled.
13306
13307 * files.el (enable-local-eval): Doc fix.
13308
13309 * indent.el (move-to-left-margin): Special case for minibuffer.
13310
13311 * term.el (term-emulate-terminal): Turn off undo for output.
13312 Use with-current-buffer and save-selected-window.
13313
13314 * eshell/esh-ext.el (eshell-explicit-command-char): Doc fix.
13315
13316 * progmodes/make-mode.el (makefile-fill-paragraph):
13317 Don't insist on spaces when looking for comments. # is enough.
13318
13319 * files.el (hack-local-variables): Copy the variables list
13320 to another buffer, strip prefixes and suffixes there, then read.
13321 (enable-local-eval): Doc fix.
13322 (ignored-local-variables): Initialize to nil.
13323 (risky-local-variable-p): Don't check ignored-local-variables here.
13324 (hack-one-local-variable): Ignore var if in ignored-local-variables.
13325
13326 2004-09-20 Dan Nicolaescu <dann@ics.uci.edu>
13327
13328 * progmodes/sh-script.el (sh-mode-default-syntax-table): Set syntax
13329 of = to "." (punctuation).
13330
13331 2004-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
13332
13333 * subr.el (event-basic-type): Fix mask (extend to 22bits).
13334
13335 2004-09-18 Luc Teirlinck <teirllm@auburn.edu>
13336
13337 * textmodes/enriched.el (enriched-rerun-flag): New variable.
13338 (enriched-before-change-major-mode): New function.
13339 Add it to `change-major-mode-hook'.
13340 (enriched-after-change-major-mode): New function.
13341 Add it to `after-change-major-mode-hook'.
13342 (enriched-mode): Make it work correctly if called from
13343 `after-change-major-mode-hook'.
13344 No longer set `indent-line-function'.
13345
13346 * simple.el (fundamental-mode): Run `after-change-major-mode-hook'.
13347
13348 * subr.el (after-change-major-mode-hook): New variable.
13349 (run-mode-hooks): Implement it.
13350
13351 2004-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
13352
13353 * battery.el (battery-linux-proc-apm): Use string-to-number.
13354 (battery-linux-proc-acpi): Ignore all hidden files in the battery dir.
13355 Use dolist (and less indentation). Use erase-buffer.
13356 Pre-initialize `design-capacity', `warn', and `low'.
13357 (battery-format): Use replace-regexp-in-string.
13358
13359 2004-09-18 Ralph Schleicher <rs@nunatak.allgaeu.org>
13360
13361 * battery.el: Delete superfluous empty lines.
13362 (battery-linux-proc-acpi): Attempt to gather information from all
13363 battery subdirectories regardless of their file name.
13364 (battery-linux-proc-apm): Replace all occurrences of
13365 battery-hex-to-int-2 with string-to-int (base 16).
13366 (battery-hex-to-int-2, battery-hex-to-int): Delete functions.
13367 (battery-hex-map): Delete variable.
13368
13369 2004-09-18 John Paul Wallington <jpw@gnu.org>
13370
13371 * calc/calc-units.el (calc-quick-units): Fix overzealous
13372 s/or/unless/.
13373
13374 2004-09-17 Jay Belanger <belanger@truman.edu>
13375
13376 * calc/calc.el (calc-mode-var-list): Fix the value of
13377 `calc-matrix-brackets'.
13378
13379 2004-09-17 Romain Francoise <romain@orebokech.com>
13380
13381 * ibuf-ext.el (define-ibuffer-filter filename):
13382 Expand dired-directory since buffer-file-name is absolute.
13383
13384 2004-09-17 Dan Nicolaescu <dann@ics.uci.edu>
13385
13386 * ediff-init.el (ediff-current-diff-face-A)
13387 (ediff-current-diff-face-B, ediff-current-diff-face-C)
13388 (ediff-current-diff-face-Ancestor)
13389 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
13390 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
13391 (ediff-even-diff-face-A, ediff-even-diff-face-B)
13392 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
13393 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
13394 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
13395 Use min-colors.
13396
13397 * term.el (term-down): Perform vertical motion if DOWN is negative.
13398 (term-exec-1): Set both TERMCAP and TERMINFO unconditionally.
13399 (term-termcap-format): Synchronize with the eterm terminfo entry
13400 in etc/e/eterm.ti.
13401 (term-handle-colors-array): If the current foreground or
13402 background are zero (i.e. unspecified), use the foreground and
13403 background of the default face for reverse video.
13404 (term-ansi-at-eval-string, term-ansi-default-fg)
13405 (term-ansi-default-bg, term-ansi-current-temp): Delete unused variable.
13406 (term-mem): Delete unused function.
13407 (term-protocol-version): Increment.
13408 (term-current-face): Set to default.
13409
13410 2004-09-15 Jay Belanger <belanger@truman.edu>
13411
13412 * calc/calc.el (calc-mode-var-list): Define this variable.
13413 (calc-always-load-extensions, calc-line-numbering)
13414 (calc-line-breaking, calc-display-just, calc-display-origin)
13415 (calc-number-radix, calc-leading-zeros, calc-group-digits)
13416 (calc-group-char, calc-point-char, calc-frac-format)
13417 (calc-prefer-frac, calc-hms-format, calc-date-format)
13418 (calc-float-format, calc-full-float-format, calc-complex-format)
13419 (calc-complex-mode, calc-infinite-mode, calc-display-strings)
13420 (calc-matrix-just, calc-break-vectors, calc-full-vectors)
13421 (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
13422 (calc-matrix-brackets, calc-language, calc-language-option)
13423 (calc-left-label, calc-right-label, calc-word-size)
13424 (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
13425 (calc-display-raw, calc-internal-prec, calc-angle-mode)
13426 (calc-algebraic-mode, calc-incomplete-algebraic-mode)
13427 (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
13428 (calc-window-height, calc-display-trail, calc-show-selections)
13429 (calc-use-selections, calc-assoc-selections)
13430 (calc-display-working-message, calc-auto-why, calc-timing)
13431 (calc-mode-save-mode, calc-standard-date-formats)
13432 (calc-autorange-units, calc-was-keypad-mode, calc-full-mode)
13433 (calc-user-parse-tables, calc-gnuplot-default-device)
13434 (calc-gnuplot-default-output, calc-gnuplot-print-device)
13435 (calc-gnuplot-print-output, calc-gnuplot-geometry)
13436 (calc-graph-default-resolution, calc-graph-default-resolution-3d)
13437 (calc-invocation-macro, calc-show-banner): Give these values as
13438 part of `calc-mode-var-list's initialization after the variables
13439 are declared with defvar.
13440 (calc-bug-address): Change email address to send bug reports to.
13441 Change the maintainer address at the top.
13442 (calc-mode): Compare `calc-settings-file' to `user-init-file' rather
13443 than "\\.emacs" to determine if it is the user-init-file.
13444
13445 * calc/calc-embed.el (calc-embedded-set-modes): Use
13446 `calc-mode-var-list' correctly.
13447
13448 2004-09-15 Thien-Thi Nguyen <ttn@gnu.org>
13449
13450 * vc.el (annotate-time): Document point handling.
13451 (vc-annotate-display-autoscale): Doc fix.
13452
13453 2004-09-15 Miles Bader <miles@gnu.org>
13454
13455 * generic.el (generic-make-keywords-list): Use symbol rather than
13456 word anchors in regexp.
13457
13458 2004-09-14 Sean O'Rourke <sorourke@cs.ucsd.edu>
13459
13460 * ibuf-ext.el (define-ibuffer-filter filename): If buffer has
13461 no file name consider `dired-directory'.
13462
13463 2004-09-14 Kim F. Storm <storm@cua.dk>
13464
13465 * faces.el (cursor): Add face-no-inherit property. Doc fix.
13466
13467 2004-09-14 Simon Josefsson <jas@extundo.com>
13468
13469 * files.el (auto-mode-alist): Map .soa and .zone to dns-mode.
13470
13471 * textmodes/dns-mode.el: Add.
13472
13473 2004-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
13474
13475 * novice.el (disabled-command-hook): Use shorthand for obsolescence.
13476 (disabled-command-function): Make the ?\ char more obvious.
13477
13478 * vc-arch.el (vc-arch-root, vc-arch-registered):
13479 * vc-mcvs.el (vc-mcvs-root, vc-mcvs-registered): Use vc-find-root.
13480
13481 2004-09-13 Hovav Shacham <hovav@sha1.stanford.edu>
13482
13483 * windmove.el (windmove-frame-edges): Report coordinates of
13484 outside edges of frame, not inside edges.
13485 (windmove-coordinates-of-position): Convert into wrapper to new
13486 function `windmove-coordinates-of-window-position';
13487 `compute-motion' always applies to selected window.
13488 (windmove-coordinates-of-position): Update documentation to refer
13489 to Emacs 21 Lisp Reference Manual.
13490 (windmove-find-other-window): Fix off-by-one errors for max x,y.
13491
13492 2004-09-13 Kim F. Storm <storm@cua.dk>
13493
13494 * isearch.el (isearch-resume-in-command-history): Rename from
13495 isearch-resume-enabled and change default to nil.
13496
13497 2004-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
13498
13499 * vc-hooks.el (vc-ignore-dir-regexp): New var.
13500 (vc-registered): Use it.
13501 (vc-find-root): New fun.
13502
13503 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
13504 Don't tell to use \\{...} when it's already done.
13505
13506 * textmodes/bibtex.el (bibtex-generate-url-list): Change format.
13507 Provide a sample complex default.
13508 (bibtex-url, bibtex-font-lock-url): Adapt to new format.
13509 (bibtex-entry): Use mapc.
13510
13511 2004-09-12 Kim F. Storm <storm@cua.dk>
13512
13513 * kmacro.el (kmacro-step-edit-prompt): Add "%s" format to message.
13514
13515 * emulation/cua-rect.el (cua--rectangle-operation): Let bind
13516 inhibit-field-text-motion to t so rectangles work in comint buffers.
13517
13518 * simple.el (choose-completion-string): Set buffer before running
13519 choose-completion-string-functions hook so it can be buffer-local.
13520
13521 2004-09-12 Daniel Pfeiffer <occitan@esperanto.org>
13522
13523 * progmodes/compile.el (compilation-start): Parse command to see
13524 if it starts with a cd, and if so perform it for the *compilation*
13525 buffer. Change the header to reflect this.
13526
13527 2004-09-11 Kim F. Storm <storm@cua.dk>
13528
13529 * ido.el (ido-enable-dot-prefix): Doc fix.
13530 (ido-enable-dot-prefix): New defcustom.
13531 (ido-set-matches1): Use it.
13532
13533 2004-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
13534
13535 * textmodes/bibtex.el (bibtex-mark-active)
13536 (bibtex-run-with-idle-timer): Move the `if' inside the defun.
13537
13538 2004-09-10 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
13539
13540 * textmodes/bibtex.el (bibtex-autokey-titleword-ignore): Regexp is
13541 used in a case insensitive environment.
13542 (bibtex-mode-map): Rearrange order of menus.
13543 (bibtex-quoted-string-re): Obsolete.
13544 (bibtex-complete-key-cleanup): Variable replaced by new function.
13545 (bibtex-font-lock-keywords): Use backquotes.
13546 (bibtex-font-lock-url-regexp): New internal variable.
13547 (bibtex-name-in-field): New optional arg remove-opt-alt to remove
13548 "OPT" and "ALT".
13549 (bibtex-insert-current-kill, bibtex-make-field)
13550 (bibtex-prepare-new-entry, bibtex-yank-pop, bibtex-String): Use unless.
13551 (bibtex-parse-field-text): Simplify.
13552 (bibtex-string=): New helper function.
13553 (bibtex-member-of-regexp): Merge with bibtex-autokey-get-title.
13554 (bibtex-map-entries): Use bibtex-string=.
13555 (bibtex-search-entry): Use not.
13556 (bibtex-enclosing-field): Fix docstring.
13557 (bibtex-assoc-regexp): Obsolete.
13558 (bibtex-format-entry): Use assoc-string and bibtex-string=.
13559 (bibtex-autokey-get-names): Handle empty name field.
13560 (bibtex-parse-strings): Use assoc-string and unless.
13561 (bibtex-complete-string-cleanup): Expansion list is passed as an arg.
13562 Use assoc-string.
13563 (bibtex-pop): Simplify.
13564 (bibtex-mode): Set font-lock-extra-managed-props.
13565 (bibtex-entry-update): Use assoc-string.
13566 (bibtex-parse-entry): Remove "OPT" and "ALT" from FIELD.
13567 (bibtex-autofill-entry): Use bibtex-string=.
13568 (bibtex-print-help-message): Simplify.
13569 (bibtex-find-entry): New optional arg START.
13570 (bibtex-validate): Use bibtex-string= and assoc-string.
13571 Do not call obsolete function compilation-parse-errors.
13572 (bibtex-remove-delimiters): Only remove delimiters if present.
13573 (bibtex-copy-entry-as-kill): Add docstring.
13574 (bibtex-clean-entry): Use bibtex-string=. Handle empty keys.
13575 Detect duplicate keys if bibtex-maintain-sorted-entries is nil.
13576 (bibtex-complete): Use bibtex-predefined-month-strings,
13577 bibtex-string=, and new function bibtex-complete-key-cleanup.
13578 (bibtex-generate-url-list): New variable.
13579 (bibtex-url): New command bound to C-c C-l and mouse-2.
13580 (bibtex-url-map): New local keymap for bibtex-url-mouse.
13581 (bibtex-font-lock-url): New function.
13582
13583 2004-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
13584
13585 * progmodes/grep.el (grep-mode): Remove unnecessary autoload.
13586
13587 2004-09-09 Kim F. Storm <storm@cua.dk>
13588
13589 * kmacro.el (kmacro-bind-to-key): Associate dedicated macro
13590 counter and format with binding.
13591 (kmacro-name-last-macro): New defun. Like name-last-kbd-macro, but
13592 the declared macro uses own macro counter and format. Give symbol
13593 kmacro property.
13594 (kmacro-keymap): Bind kmacro-name-last-macro to n.
13595 (kmacro-start-macro, kmacro-end-macro, kmacro-call-macro)
13596 (kmacro-end-and-call-macro): Doc fix.
13597
13598 2004-09-09 Lars Hansen <larsh@math.ku.dk>
13599
13600 * desktop.el (desktop-clear-preserve-buffers):
13601 Remove make-obsolete-variable.
13602
13603 2004-09-08 Richard M. Stallman <rms@gnu.org>
13604
13605 * buff-menu.el (list-buffers-noselect): Call format-mode-line
13606 with the buffer as argument.
13607
13608 2004-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
13609
13610 * vc-arch.el (vc-arch-state): Fix parsing for `names' method.
13611
13612 2004-09-08 Juri Linkov <juri@jurta.org>
13613
13614 * replace.el (perform-replace): Use `query-replace-descr'.
13615
13616 * cus-start.el (history-delete-duplicates): Specify customization.
13617
13618 * diff-mode.el (diff-mode-map):
13619 * progmodes/compile.el (compilation-mode-map):
13620 * progmodes/grep.el (grep-mode-map):
13621 * replace.el (occur-mode-map): Rename `next-error-follow-mode'
13622 to `next-error-follow-minor-mode'.
13623
13624 2004-09-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13625
13626 * isearch.el (isearch-lazy-highlight-update): Take into account
13627 the case of zero-length match at the search bound.
13628
13629 2004-09-08 Kim F. Storm <storm@cua.dk>
13630
13631 * emulation/cua-rect.el (cua--highlight-rectangle): Fix last
13632 change. Use zero width overlays when necessary.
13633
13634 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
13635
13636 * subr.el (split-string): Docfix.
13637
13638 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
13639
13640 * emacs-lisp/bytecomp.el (byte-compile-generate-call-tree): Doc fix.
13641 (display-call-tree): Ensure newline after caller/calls blocks.
13642
13643 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
13644
13645 * startup.el (command-line-1): Make option
13646 --directory/-L modify `load-path' straight away.
13647
13648 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
13649
13650 * progmodes/grep.el (grep-mode): Use normal autoload cookie.
13651
13652 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
13653
13654 * emacs-lisp/autoload.el (make-autoload):
13655 Handle `define-compilation-mode'.
13656
13657 * emacs-lisp/lisp-mode.el (define-compilation-mode):
13658 Specify `doc-string-elt' property.
13659
13660 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
13661
13662 * bs.el (bs-mode): Doc fix.
13663
13664 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
13665
13666 * info.el (Info-insert-dir): Fix temp buffer leak bug.
13667
13668 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
13669
13670 * play/blackbox.el (bb-trace-ray): Avoid double tracing.
13671
13672 2004-09-08 Kenichi Handa <handa@m17n.org>
13673
13674 * ps-mule.el: Fix old function calls (ps-mule-chars-in-string ->
13675 length, ps-mule-string-char -> aref, ps-mule-next-index -> 1+,
13676 ps-mule-next-point -> 1+).
13677
13678 * composite.el (encode-composition-rule): Add autoload cookie.
13679
13680 2004-09-07 Luc Teirlinck <teirllm@auburn.edu>
13681
13682 * format.el (buffer-auto-save-file-format): Make it permanent local.
13683
13684 2004-09-07 Kim F. Storm <storm@cua.dk>
13685
13686 * emacs-lisp/authors.el (authors-aliases): Add more aliases.
13687 (authors-fixed-entries): Fix typo.
13688 (authors-canonical-author-name): Compact multiple spaces.
13689 Ignore trivial names (e.g. only first name).
13690
13691 * term.el (term-window-width): Only use full window width on
13692 window system if overflow-newline-into-fringe is enabled.
13693 (term-mode): Don't disable overflow-newline-into-fringe.
13694
13695 2004-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
13696
13697 * term/xterm.el (function-key-map): Add bindings for C- and S- cursor
13698 motion as seen on my Mac OS X xterms.
13699
13700 * newcomment.el (uncomment-region-default, comment-region-default):
13701 New functions extracted from uncomment-region and comment-region.
13702 (comment-region, comment-region-function, uncomment-region)
13703 (uncomment-region-function): Use them.
13704
13705 * pcvs-util.el (cvs-string-prefix-p): Use compare-strings.
13706
13707 * pcvs-info.el (cvs-states): Allow `ignore' on NEED-UPDATE.
13708 It's not crucial but can make sense at times.
13709
13710 * vc-arch.el (vc-arch-workfile-version): Handle the special case before
13711 the first commit.
13712
13713 * vc.el (vc-buffer-context, vc-restore-buffer-context):
13714 Disable obsolete code.
13715
13716 2004-09-07 Juri Linkov <juri@jurta.org>
13717
13718 * progmodes/grep.el (grep-highlight-matches): Change default from
13719 `t' to `auto-detect', and type from `boolean' to `choice'. Doc fix.
13720 (grep-compute-defaults): Set `grep-highlight-matches' to `t'
13721 if grep option `--color' is available, or to `nil' otherwise.
13722 (grep-process-setup): Call `grep-compute-defaults' if
13723 `grep-highlight-matches' is not computed. Set env-vars only
13724 if `grep-highlight-matches' is `t'.
13725 (grep-use-null-device): Remove redundant type `boolean' (`choice'
13726 is already defined).
13727
13728 * progmodes/compile.el (compilation-start): Use copy of
13729 `process-environment' created by `copy-sequence' to not
13730 modify env-vars in the global `process-environment'.
13731
13732 2004-09-06 Eli Zaretskii <eliz@gnu.org>
13733
13734 * simple.el (next-error-follow-minor-mode): Fix last change.
13735
13736 2004-09-05 Luc Teirlinck <teirllm@auburn.edu>
13737
13738 * textmodes/paragraphs.el (use-hard-newlines): Make it into a
13739 permanent local.
13740
13741 2004-09-04 Richard M. Stallman <rms@gnu.org>
13742
13743 * isearch.el (isearch-lazy-highlight-new-loop): Don't invoke
13744 highlighting if the search string is empty.
13745
13746 2004-09-04 Luc Teirlinck <teirllm@auburn.edu>
13747
13748 * facemenu.el (facemenu-active-faces): Change condition of inner
13749 `while' loop to also check the first two elements of `face-atts'
13750 and `mask-atts'.
13751
13752 2004-09-04 John Paul Wallington <jpw@gnu.org>
13753
13754 * thumbs.el (thumbs-view-image-mode-map): Fix command name typo.
13755 (thumbs-view-image-mode): Make buffer read-only.
13756
13757 2004-09-04 Christopher J. Madsen <cjm@pobox.com>
13758
13759 * textmodes/ispell.el (ispell-really-aspell): New defvar.
13760 (ispell-check-version): Set it.
13761 (ispell-send-replacement): New function.
13762 (ispell-process-line): Call ispell-send-replacement.
13763
13764 2004-09-04 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
13765
13766 * eshell/em-pred.el (eshell-predicate-help-string): Doc fix.
13767 Support choosing seconds with "s".
13768
13769 2004-09-04 Jari Aalto <jari.aalto@poboxes.com>
13770
13771 * terminal.el (te-escape): Show `?' in prompt for help key.
13772
13773 2004-09-04 Emilio C. Lopes <eclig@gmx.net>
13774
13775 * emacs-lisp/lisp.el (kill-backward-up-list): New function.
13776
13777 2004-09-04 Dan Nicolaescu <dann@ics.uci.edu>
13778
13779 * simple.el (next-error-follow-minor-mode)
13780 (next-error-follow-mode-post-command-hook): New functions.
13781 (next-error-follow-last-line): New defvar.
13782
13783 * diff-mode.el (diff-mode-map): Bind next-error-follow-mode.
13784 * progmodes/compile.el (compilation-mode-map): Likewise.
13785 * progmodes/grep.el (grep-mode-map): Likewise.
13786 * replace.el (occur-mode-map): Likewise.
13787
13788 * newcomment.el (uncomment-region): Bind comment-use-global-state
13789 to nil.
13790
13791 2004-09-03 Luc Teirlinck <teirllm@auburn.edu>
13792
13793 * autorevert.el (auto-revert-handler): Bind `buffer-read-only'
13794 locally around the call to `revert-buffer'.
13795
13796 2004-09-03 Juri Linkov <juri@jurta.org>
13797
13798 * isearch.el (isearch-toggle-regexp): Set `isearch-success' and
13799 `isearch-adjusted' to `t'.
13800 (isearch-toggle-case-fold): Set `isearch-success' to `t'.
13801 (isearch-message-prefix): Add "pending" for isearch-adjusted.
13802 (isearch-other-meta-char): Restore isearch-point unconditionally.
13803 (isearch-query-replace): Add new arg `regexp-flag' and use it.
13804 Set point to start of match if region is not active in transient
13805 mark mode (to include the current match to region boundaries).
13806 Push the search string to `query-replace-from-history-variable'.
13807 Add prompt "Query replace regexp" for isearch-regexp.
13808 Add region beginning/end as last arguments of `perform-replace.'
13809 (isearch-query-replace-regexp): Replace code by the call to
13810 `isearch-query-replace' with arg `t'.
13811
13812 2004-09-03 Richard M. Stallman <rms@gnu.org>
13813
13814 * startup.el (normal-top-level): Undo previous TERM change.
13815
13816 2004-09-03 Kim F. Storm <storm@cua.dk>
13817
13818 * emulation/cua-rect.el (cua--overlay-keymap): New keymap for
13819 highlight overlays; allow using RET when cursor is over a button.
13820 (cua--highlight-rectangle): Use it.
13821 (cua--rectangle-set-corners): Don't move backwards at eol.
13822 (cua--forward-line): Don't move into void after eob.
13823
13824 * emulation/cua-rect.el (cua--rectangle-set-corners): Ensure that
13825 point is set (and displayed) inside rectangle.
13826 (cua--rectangle-operation): Fix for highlight of empty lines.
13827 (cua--highlight-rectangle): Fix highlight for tabs.
13828 Position cursor at left/right edge of rectangle using new `cursor'
13829 property on overlay strings.
13830 (cua--indent-rectangle): Don't tabify.
13831 (cua-rotate-rectangle): Ignore that point has moved.
13832
13833 2004-09-02 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13834
13835 * term/mac-win.el: Add ASCII equivalents for some function keys.
13836 (mode-line-frame-identification): Sync with x-win.el.
13837
13838 2004-09-02 Juri Linkov <juri@jurta.org>
13839
13840 * progmodes/compile.el (compilation-buffer-name): Compare major
13841 mode with second element of compilation-arguments instead of third
13842 to reflect latest changes in compilation-arguments structure.
13843 (recompile): Use global variable `compilation-directory' to get
13844 recent compilation directory only when `recompile' is invoked NOT
13845 in the compilation buffer. Otherwise, use `default-directory' of
13846 the compilation buffer.
13847 (compilation-error-properties): Allow to funcall col and end-col.
13848 (compilation-mode-font-lock-keywords): Check col and end-col by
13849 `integerp'.
13850 (compilation-goto-locus): If end-mk is non-nil in transient mark
13851 mode don't activate the mark (and don't display message in
13852 push-mark), but highlight overlay between mk and end-mk.
13853
13854 * progmodes/grep.el (grep-highlight-matches): New defcustom.
13855 (grep-regexp-alist): Add rule to highlight grep matches.
13856 (grep-process-setup): Set env-vars GREP_OPTIONS and GREP_COLOR.
13857
13858 * info.el (Info-fontify-node): Don't compute other-tag
13859 if Info-hide-note-references=hide.
13860
13861 * help.el (function-called-at-point):
13862 * help-fns.el (variable-at-point):
13863 Try `find-tag-default' when other methods failed.
13864
13865 * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
13866 Do not push mark if inhibit-mark-movement is non-nil.
13867
13868 * textmodes/ispell.el (ispell-html-skip-alists):
13869 Fix backslashes in docstring.
13870
13871 2004-09-01 Juri Linkov <juri@jurta.org>
13872
13873 * isearch.el (isearch-wrap-function)
13874 (isearch-push-state-function): New defvars.
13875 (isearch-pop-fun-state): New defsubst.
13876 (isearch-top-state): Call function saved in `isearch-pop-fun-state'.
13877 (isearch-push-state): Set the result of calling
13878 `isearch-push-state-function' to the `isearch-pop-fun-state' field.
13879 (isearch-cancel): Call function saved in `isearch-pop-fun-state' to
13880 restore the mode-specific starting point of terminated search.
13881 (isearch-abort): Call `isearch-cancel' instead of its duplicated code.
13882 (isearch-repeat): Call `isearch-wrap-function' if defined.
13883 (isearch-message-prefix): Don't add prefix "over" to the message
13884 for wrapped search if `isearch-wrap-function' is defined.
13885 (isearch-search): Call function saved in `isearch-pop-fun-state' to
13886 restore the mode-specific starting point of failed search.
13887
13888 * info.el (Info-search-whitespace-regexp): Fix backslashes.
13889 (Info-search): Add new optional arguments for the sake of isearch.
13890 Replace whitespace in Info-search-whitespace-regexp literally.
13891 Add backward search. Don't call `Info-select-node' if regexp is
13892 found in the same Info node. Don't add node to Info-history for
13893 wrapped isearch.
13894 (Info-search-backward, Info-isearch-search, Info-isearch-wrap)
13895 (Info-isearch-push-state, Info-isearch-pop-state): New funs.
13896 (Info-mode): Set local variables `isearch-search-fun-function',
13897 `isearch-wrap-function', `isearch-push-state-function',
13898 `search-whitespace-regexp'.
13899
13900 * isearch.el: Remove ancient Change Log section.
13901 (isearch-string, isearch-message-string, isearch-point)
13902 (isearch-success, isearch-forward-flag, isearch-other-end)
13903 (isearch-word, isearch-invalid-regexp, isearch-wrapped)
13904 (isearch-barrier, isearch-within-brackets)
13905 (isearch-case-fold-search): Add suffix `-state' to state-related
13906 defsubsts to avoid name clashes with other function names.
13907
13908 * simple.el (next-error): New defgroup and defface.
13909 (next-error-highlight, next-error-highlight-no-select):
13910 New defcustoms.
13911 (next-error-no-select): Let-bind next-error-highlight to the value
13912 of next-error-highlight-no-select before calling `next-error'.
13913
13914 * progmodes/compile.el (compilation-goto-locus):
13915 Use `next-error' face instead of `region'. Set 4-th argument of
13916 `move-overlay' to `current-buffer' to move overlay to different
13917 source buffers. Use new variable `next-error-highlight'.
13918
13919 * simple.el (next-error-find-buffer): Move the rule
13920 "if current buffer is a next-error capable buffer" after the
13921 rule "if next-error-last-buffer is set to a live buffer".
13922 Simplify to test all rules in one `or'.
13923 (next-error): Doc fix.
13924 (next-error, previous-error, first-error)
13925 (next-error-no-select, previous-error-no-select):
13926 Make arguments optional.
13927
13928 2004-08-31 Luc Teirlinck <teirllm@auburn.edu>
13929
13930 * macros.el (apply-macro-to-region-lines): Make it operate on all
13931 lines that begin in the region, rather than on all complete lines
13932 in the region.
13933
13934 2004-08-31 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
13935
13936 * x-dnd.el (x-dnd-protocol-alist): Document update.
13937 (x-dnd-known-types): Defcustom it.
13938 (x-dnd-handle-motif): Print message-atom in error message.
13939
13940 2004-08-30 John Paul Wallington <jpw@gnu.org>
13941
13942 * textmodes/tex-mode.el (tex-validate-buffer): Use distinct
13943 strings rather than programatically constructing message.
13944
13945 2004-08-30 Richard M. Stallman <rms@gnu.org>
13946
13947 * emacs-lisp/lisp-mode.el (prin1-char): Don't turn S-a into A.
13948 Don't return a string that would read as the wrong character code.
13949
13950 2004-08-29 Kim F. Storm <storm@cua.dk>
13951
13952 * emulation/cua-base.el (cua-auto-expand-rectangles):
13953 Remove automatic rectangle padding feature; replace by non-destructive
13954 virtual rectangle edges feature.
13955 (cua-virtual-rectangle-edges): New defcustom.
13956 (cua-auto-tabify-rectangles): New defcustom.
13957 (cua-paste): If paste into a marked rectangle, insert rectangle at
13958 current column, even if virtual; also paste exactly as many lines
13959 as has been marked (ignore additional lines or add empty lines),
13960 but paste whole source if only one line is marked.
13961 (cua--update-indications): No longer use overwrite-cursor to
13962 indicate rectangle padding
13963
13964 * emulation/cua-rect.el (cua--rectangle-padding): Remove.
13965 (cua--rectangle-virtual-edges): New defun.
13966 (cua--rectangle-get-corners): Remove optional PAD arg.
13967 (cua--rectangle-set-corners): Never do padding.
13968 (cua--forward-line): Remove optional PAD arg. Simplify.
13969 (cua-resize-rectangle-right, cua-resize-rectangle-left)
13970 (cua-resize-rectangle-down, cua-resize-rectangle-up):
13971 (cua-resize-rectangle-bot, cua-resize-rectangle-top)
13972 (cua-resize-rectangle-page-up, cua-resize-rectangle-page-down)
13973 (cua--rectangle-move): Never do padding. Simplify.
13974 (cua--tabify-start): New defun.
13975 (cua--rectangle-operation): Add tabify arg. All callers changed.
13976 (cua--pad-rectangle): Remove.
13977 (cua--delete-rectangle): Handle delete with virtual edges.
13978 (cua--extract-rectangle): Add spaces if rectangle has virtual edges.
13979 (cua--insert-rectangle): Handle insert at virtual column.
13980 Perform auto-tabify if necessary.
13981 (cua--activate-rectangle): Remove optional FORCE arg.
13982 Never do padding. Simplify.
13983 (cua--highlight-rectangle): Enhance for virtual edges.
13984 (cua-toggle-rectangle-padding): Remove command.
13985 (cua-toggle-rectangle-virtual-edges): New command.
13986 (cua-sequence-rectangle): Add optional TABIFY arg. Callers changed.
13987 (cua--rectangle-post-command): Don't force rectangle padding.
13988 (cua--init-rectangles): Bind M-p to cua-toggle-rectangle-virtual-edges.
13989
13990 2004-08-28 Luc Teirlinck <teirllm@auburn.edu>
13991
13992 * indent.el (edit-tab-stops-buffer): Doc fix.
13993
13994 2004-08-28 Richard M. Stallman <rms@gnu.org>
13995
13996 * progmodes/grep.el (grep-default-command): Use find-tag-default.
13997 (grep-tag-default): Function deleted.
13998
13999 * subr.el (find-tag-default): Move from etags.el.
14000
14001 * progmodes/etags.el (find-tag-default): Move to subr.el.
14002
14003 * emacs-lisp/lisp-mode.el (prin1-char): Put `shift' modifier
14004 into the basic character if it has an uppercase form.
14005
14006 2004-08-27 Kenichi Handa <handa@m17n.org>
14007
14008 * international/utf-8.el (utf-8-post-read-conversion): If the
14009 buffer is unibyte, temporarily make it multibyte.
14010
14011 2004-08-27 Masatake YAMATO <jet@gyve.org>
14012
14013 * calendar/time-date.el (time-to-seconds): Add autoload cookies.
14014
14015 2004-08-25 John Paul Wallington <jpw@gnu.org>
14016
14017 * textmodes/tex-mode.el (tex-validate-buffer): Distinguish between
14018 0, 1, and many mismatches in message.
14019 (tex-start-shell): Use `set-process-query-on-exit-flag'.
14020
14021 * ielm.el (ielm-tab, ielm-complete-symbol): Doc fix.
14022 (inferior-emacs-lisp-mode): Use `set-process-query-on-exit-flag'.
14023
14024 2004-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
14025
14026 * vc-svn.el (vc-svn-diff): Treat options from vc-svn-diff-switches and
14027 vc-diff-switches differently.
14028
14029 2004-08-22 Luc Teirlinck <teirllm@auburn.edu>
14030
14031 * speedbar.el (speedbar-file-regexp): Give it a phony defvar
14032 before and a real defvar after
14033 `speedbar-supported-extension-expressions'. This is to silence
14034 the compiler without breaking bootstrapping.
14035
14036 2004-08-22 Richard M. Stallman <rms@gnu.org>
14037
14038 * textmodes/flyspell.el (flyspell-word):
14039 Use set-process-query-on-exit-flag.
14040 (flyspell-highlight-duplicate-region): Take POSS as arg.
14041 (flyspell-word): Pass POSS as arg.
14042
14043 * progmodes/ada-xref.el: Many doc and style fixes.
14044 (ada-find-any-references): Use compilation-start.
14045 (ada-get-ali-file-name): Improve error msg.
14046 (ada-get-ada-file-name): Likewise.
14047
14048 * net/ange-ftp.el (ange-ftp-gwp-start, ange-ftp-nslookup-host)
14049 (ange-ftp-start-process): Use set-process-query-on-exit-flag.
14050
14051 * mail/mail-extr.el (mail-extr-all-top-level-domains):
14052 Add forward defvar.
14053
14054 * whitespace.el (global-whitespace-mode): New alias
14055 for whitespace-global-mode.
14056
14057 * speedbar.el (speedbar-file-regexp): Move definition up.
14058 (speedbar-mode, speedbar-set-mode-line-format):
14059 Use with-no-warnings.
14060 (speedbar-emacs-popup-kludge): Delete Emacs 19 alternative.
14061
14062 * simple.el (shell-command-on-region): New arg DISPLAY-ERROR-BUFFER
14063 controls whether to display the error buffer.
14064
14065 * ps-mule.el: Delete compatibility code for old Emacsen.
14066 (ps-mule-find-wrappoint): Don't use chars-in-region.
14067
14068 * frame.el (display-mouse-p, display-selections-p):
14069 Use with-no-warnings.
14070
14071 * font-lock.el (font-lock-set-defaults): Use with-no-warnings.
14072
14073 2004-08-22 David Kastrup <dak@gnu.org>
14074
14075 * textmodes/reftex-auc.el, progmodes/meta-mode.el: Update AUCTeX
14076 information.
14077
14078 * speedbar.el, iswitchb.el, ido.el: Update AUCTeX information.
14079
14080 2004-08-22 Andreas Schwab <schwab@suse.de>
14081
14082 * cvs-status.el: Require pcvs during byte-compiling for defun-cvs-mode.
14083
14084 2004-08-22 Masatake YAMATO <jet@gyve.org>
14085
14086 * cvs-status.el (cvs-status-checkout): New function.
14087 (cvs-status-mode-map): Add a key definition for `cvs-status-checkout'.
14088
14089 2004-08-21 David Kastrup <dak@gnu.org>
14090
14091 * net/ange-ftp.el (ange-ftp-hash-entry-exists-p)
14092 (ange-ftp-file-entry-p, ange-ftp-file-symlink-p): Since the code
14093 has been converted to use hashtables, the relation `nil=none' is
14094 no longer valid, as `nil' is not a hashtable. This patch tries to
14095 reduce the number of resulting errors.
14096
14097 2004-08-21 John Paul Wallington <jpw@gnu.org>
14098
14099 * subr.el (process-kill-without-query): Made obsolete in
14100 version 21.4, not 21.5.
14101
14102 * log-edit.el (vc-comment-ring, vc-comment-ring-index)
14103 (vc-previous-comment, vc-next-comment)
14104 (vc-comment-search-reverse, vc-comment-search-forward)
14105 (vc-comment-to-change-log): Likewise.
14106
14107 * international/latin1-disp.el (latin1-char-displayable-p): Likewise.
14108
14109 2004-08-21 Peter Seibel <peter@javamonkey.com> (tiny patch)
14110
14111 * emacs-lisp/cl-indent.el (lisp-indent-defmethod):
14112 Correct indentation of DEFMETHODS with non-standard method
14113 combinations (e.g., PROGN, MIN, MAX).
14114
14115 2004-08-20 Stefan Monnier <monnier@iro.umontreal.ca>
14116
14117 * startup.el (normal-top-level-add-subdirs-to-load-path):
14118 Avoid unnecessarily checking system-type.
14119 (normal-top-level): Set TERM to "dumb". Simplify.
14120
14121 * avoid.el (mouse-avoidance-ignore-p): New fun.
14122 Also ignore switch-frame, select-window, double, and triple clicks.
14123 (mouse-avoidance-banish-hook, mouse-avoidance-exile-hook)
14124 (mouse-avoidance-fancy-hook): Use it.
14125
14126 2004-08-20 Zoran Milojevic <zoran@sipquest.com> (tiny change)
14127
14128 * avoid.el (mouse-avoidance-nudge-mouse)
14129 (mouse-avoidance-banish-destination): Stay within the current window
14130 to avoid problems with mouse-autoselect-window.
14131
14132 2004-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
14133
14134 * pcvs-parse.el (cvs-parse-table, cvs-parse-commit): Try to adapt to
14135 the newer format of some messages in cvs-1.12.1.
14136
14137 2004-08-19 Masatake YAMATO <jet@gyve.org>
14138
14139 * emacs-lisp/elp.el (elp-results-symname-map): New keymap.
14140 (elp-results-jump-to-definition-by-mouse)
14141 (elp-results-jump-to-definition, elp-output-insert-symname): New funs.
14142 (elp-output-result): Use elp-output-insert-symname.
14143
14144 2004-08-18 Kenichi Handa <handa@m17n.org>
14145
14146 * language/cyrillic.el: Register koi8-r in
14147 ctext-non-standard-encodings-alist.
14148 ("Cyrillic-KOI8"): Add ctext-non-standard-encoding.
14149
14150 2004-08-17 Luc Teirlinck <teirllm@auburn.edu>
14151
14152 * emacs-lisp/copyright.el (copyright-update-year): Delete code
14153 that replaces 20xy with xy.
14154
14155 2004-08-17 John Paul Wallington <jpw@gnu.org>
14156
14157 * emacs-lisp/re-builder.el (reb-mode-map): Define within defvar.
14158 (reb-force-update): Doc fix.
14159
14160 2004-08-16 Richard M. Stallman <rms@gnu.org>
14161
14162 * progmodes/which-func.el (which-func-update-1): Doc fix.
14163
14164 * progmodes/sh-script.el (sh-set-shell): Use sh-mode-abbrev-table.
14165 (sh-mode-abbrev-table): New variable.
14166
14167 * progmodes/compile.el (compilation-mode): Doc fix.
14168
14169 * emacs-lisp/lisp-mode.el (eval-last-sexp):
14170 Don't cons a new symbol each time.
14171 (eval-last-sexp-fake-value): New variable.
14172
14173 * emacs-lisp/copyright.el (copyright-years-regexp): New variable.
14174 (copyright-update-year): Detect continuation of list of years.
14175
14176 * term.el (term-default-fg-color, term-default-bg-color)
14177 (ansi-term-color-vector): Use `unspecified', not nil, as default.
14178
14179 * imenu.el: Several doc fixes: don't say variables are buffer-local.
14180
14181 2004-08-16 Davis Herring <herring@lanl.gov>
14182
14183 * isearch.el (isearch-string, isearch-message-string, isearch-point)
14184 (isearch-success, isearch-forward-flag, isearch-other-end)
14185 (isearch-word, isearch-invalid-regexp, isearch-wrapped)
14186 (isearch-barrier, isearch-within-brackets)
14187 (isearch-case-fold-search): Fix broken `nth'-like calls to `aref'.
14188
14189 2004-08-16 Kenichi Handa <handa@m17n.org>
14190
14191 * ps-mule.el (ps-mule-font-info-database): Fix docstring.
14192
14193 2004-08-15 Kenichi Handa <handa@m17n.org>
14194
14195 * term/x-win.el (x-selection-value): If utf8 was successful but
14196 ctext was not, use utf8 string.
14197
14198 2004-08-14 Davis Herring <herring@lanl.gov>
14199
14200 * isearch.el: Remove accidental changes of March 4. Fix backing
14201 up when a regexp isearch is made more general. Use symbolic
14202 accessor functions for isearch stack frames to make usage clearer.
14203 (search-whitespace-regexp): Made groups in documentation shy (as
14204 is the group in the default value).
14205 (isearch-fallback): New function, addresses problems with regexps
14206 liberalized by `\|', adds support for liberalization by `\}' (the
14207 general repetition construct), and incorporates behavior for
14208 `*'/`?'.
14209 (isearch-}-char): New command, calls `isearch-fallback' with
14210 arguments appropriate to a typed `}'.
14211 (isearch-*-char, isearch-|-char): Now just call `isearch-fallback'
14212 appropriately.
14213 (isearch-mode-map): Bind `}' to `isearch-}-char'.
14214 (isearch-string, isearch-message,string, isearch-point)
14215 (isearch-success, isearch-forward-flag, isearch-other-end)
14216 (isearch-word, isearch-invalid-regexp, isearch-wrapped)
14217 (isearch-barrier, isearch-within-brackets, isearch-case-fold-search):
14218 New inline functions to read fields of a stack frame.
14219
14220 2004-08-14 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at> (tiny change)
14221
14222 * battery.el (battery-linux-proc-acpi): Look into battery
14223 directories matching the literal string "CMB", too (required for
14224 Linux kernel version 2.6.7).
14225
14226 2004-08-14 John Paul Wallington <jpw@gnu.org>
14227
14228 * cus-start.el (read-file-name-completion-ignore-case): Add.
14229 (blink-cursor-alist): Change version to "21.4".
14230
14231 * emacs-lisp/bytecomp.el (forward-word): Allow 0 args.
14232
14233 2004-08-11 Daniel Pfeiffer <occitan@esperanto.org>
14234
14235 * speedbar.el (speedbar-scan-subdirs): New option.
14236 (speedbar-file-lists): Don't ignore file-name case on Unix and use
14237 dolist.
14238 (speedbar-insert-files-at-point): Take an extra argument and use
14239 it to optionally find out if a subdir is empty. Also unreadable
14240 files don't get expand buttons.
14241 (speedbar-directory): New image (unused pixmap already existed).
14242 (speedbar-expand-image-button-alist): Use it.
14243
14244 2004-08-11 Martin Stjernholm <bug-cc-mode@gnu.org>
14245
14246 CC Mode update to 5.30.9:
14247
14248 * progmodes/cc-defs.el, progmodes/cc-vars.el (c-emacs-features):
14249 Move from cc-vars to cc-defs for dependency reasons. Fix the
14250 POSIX char class test to check that it works in
14251 `skip-chars-(forward|backward)' too.
14252
14253 * progmodes/cc-align.el (c-lineup-arglist): Fix bug when the
14254 first argument starts with a special brace list.
14255
14256 * progmodes/cc-engine.el (c-forward-type): Fix promotion bug
14257 when `c-opt-type-concat-key' is used (i.e. in Pike).
14258
14259 * progmodes/cc-engine.el (c-looking-at-special-brace-list):
14260 Fix bug when the inner char pair doesn't have paren syntax,
14261 i.e. "(<>)".
14262
14263 * progmodes/cc-align.el (c-lineup-multi-inher): Made it syntactic
14264 whitespace safe.
14265
14266 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix anchor
14267 position for `arglist-intro', `arglist-cont-nonempty' and
14268 `arglist-close' when there are two arglist open parens on the same
14269 line and there's nothing in front of the first.
14270
14271 * progmodes/cc-fonts.el (c-basic-matchers-before): Fix font
14272 locking of qualified names in Java, which previously could fontify
14273 common indexing expressions in many cases. The standard Java
14274 naming conventions are used to tell them apart.
14275
14276 * progmodes/cc-align.el (c-lineup-whitesmith-in-block):
14277 Fix inconsistency wrt opening parens on the first line inside a paren
14278 block.
14279
14280 * progmodes/cc-defs.el (c-langs-are-parametric): Must be known at
14281 compile time for the sake of `c-major-mode-is'.
14282
14283 (c-mode-is-new-awk-p): Made it a macro to delay expansion of
14284 `c-major-mode-is' in the event that this is used inside a
14285 `c-lang-defconst'.
14286
14287 * progmodes/cc-defs.el (c-major-mode-is): Fix expansion inside
14288 `c-lang-defconst' so that it works better with fallback languages.
14289
14290 * progmodes/cc-defs.el (c-add-language): Fix a typo that caused
14291 it to fail to record the base mode.
14292
14293 * progmodes/cc-engine.el (c-syntactic-re-search-forward):
14294 Fix bug so that it doesn't go past the closing paren when PAREN-LEVEL
14295 is used. Reorder the syntax checks to get more efficient
14296 skipping in some situations.
14297
14298 * progmodes/cc-cmds.el (c-electric-brace): Don't trip up on a line
14299 continuation which might precede the newly inserted '{'.
14300
14301 * progmodes/cc-engine.el (c-syntactic-re-search-forward):
14302 Fix cases where it could loop indefinitely.
14303
14304 * progmodes/cc-fonts.el (c-font-lock-declarators): Handle array
14305 size specs correctly. Only fontify identifiers in front of '('
14306 with as functions - don't accept any paren char. Tighten up
14307 initializer skipping to stop before function and class blocks.
14308
14309 * progmodes/cc-engine.el (c-beginning-of-decl-1): Fix bug where
14310 the point could be left directly after an open paren when finding
14311 the beginning of the first decl in the block.
14312
14313 * progmodes/cc-engine.el (c-parse-state): Don't use the syntax
14314 table when filtering out legitimate open parens to be recorded.
14315 This could cause cache inconsistencies when e.g.
14316 `c++-template-syntax-table' was temporarily in use.
14317
14318 * progmodes/cc-engine.el (c-on-identifier)
14319 (c-simple-skip-symbol-backward): Small fix for handling "-"
14320 correctly in `skip-chars-backward'. Affected the operator lfun
14321 syntax in Pike.
14322
14323 * progmodes/cc-engine.el (c-invalidate-sws-region-after):
14324 Fix bug that could cause an error from `after-change-functions' when
14325 the changed region is at bob.
14326
14327 2004-08-11 Alan Mackenzie <bug-cc-mode@gnu.org>
14328
14329 CC Mode update to 5.30.9:
14330
14331 * progmodes/cc-cmds.el, progmodes/cc-vars.el: Amend doc(-strings)
14332 to say that <TAB> doesn't insert WS into a CPP line.
14333 (c-indent-command, c-tab-always-indent): Amend doc strings.
14334
14335 * progmodes/cc-styles.el, progmodes/cc-engine.el: Add in two
14336 checks for user errors, thus eliminating cryptic and unhelpful
14337 Emacs error messages. (1) Check the arg to `c-set-style' is a
14338 string. (2) Check that settings to `c-offsets-alist' are not
14339 spuriously quoted.
14340
14341 * progmodes/cc-cmds.el (c-electric-brace): Don't delete a comment
14342 which precedes the newly inserted `{'.
14343
14344 2004-08-10 Michael Albinus <michael.albinus@gmx.de>
14345
14346 Sync with Tramp 2.0.44.
14347
14348 * net/tramp.el (tramp-post-connection): Quote $1 and $2 of shell
14349 function "tramp_file_attributes". Otherwise, file names
14350 containing spaces are misinterpreted. Reported by Magnus Henoch
14351 <mange@freemail.hu>.
14352 (tramp-handle-file-truename): FILENAME must be expanded first.
14353 Otherwise, parameters like "/ssh:deego@gnufans.net:~" will return
14354 obscure results. Reported by D. Goel <deego@gnufans.org>.
14355 (tramp-handle-verify-visited-file-modtime): If file does not
14356 exist, say it is not modified if and only if that agrees with the
14357 buffer's record. Check whether a file is visiting the buffer, or
14358 the buffer has no recorded last modification time. Return t in
14359 case the visiting file doesn't exist. Suggested by Luc Teirlinck
14360 <teirllm@auburn.edu>.
14361 (tramp-handle-write-region): Pass modtime explicitly to
14362 `set-visited-file-modtime', because filename can be different
14363 from (buffer-file-name) if `file-precious-flag' is set.
14364 `set-visited-file-modtime' must be called always when `visit' is t
14365 or a string. Suggested by Luc Teirlinck <teirllm@auburn.edu>.
14366 (tramp-handle-set-visited-file-modtime): If `time-list' is not
14367 nil, don't apply the whole body. If the file doesn't exists, set
14368 modtime to '(-1 65535). Suggested by Luc Teirlinck
14369 <teirllm@auburn.edu>.
14370
14371 2004-08-09 Luc Teirlinck <teirllm@auburn.edu>
14372
14373 * help.el (describe-bindings): Doc fix.
14374
14375 * subr.el (kbd): Doc fix.
14376
14377 2004-08-08 John Paul Wallington <jpw@gnu.org>
14378
14379 * ibuffer.el (define-ibuffer-column size): Use `string-to-number'
14380 instead of `string-to-int'.
14381 (define-ibuffer-column mode): Fix indentation.
14382
14383 2004-08-08 Lars Hansen <larsh@math.ku.dk>
14384
14385 * wid-edit.el (widget-sexp-validate): Allow whitespace after expression.
14386
14387 2004-08-08 Luc Teirlinck <teirllm@auburn.edu>
14388
14389 * subr.el (global-unset-key, local-unset-key): Doc fixes.
14390
14391 * novice.el (disabled-command-function): New variable renamed from
14392 `disabled-command-hook'.
14393 (disabled-command-hook): Keep the _variable_ as alias for
14394 `disabled-command-function' and make obsolete.
14395 (disabled-command-function): Function renamed from
14396 `disabled-command-hook'. Adapt code to name change of the variable.
14397
14398 2004-08-07 Satyaki Das <satyaki@theforce.stanford.edu> (tiny change)
14399
14400 * simple.el (completion-root-regexp): New defvar.
14401 (completion-setup-function): Use it instead of a literal string.
14402
14403 2004-08-07 John Paul Wallington <jpw@gnu.org>
14404
14405 * emacs-lisp/re-builder.el (reb-re-syntax): Add `rx' syntax.
14406 (reb-lisp-mode): Require `rx' feature when `re-reb-syntax' is `rx'.
14407 (reb-lisp-syntax-p, reb-change-syntax): `rx' is a Lisp syntax.
14408 (reb-cook-regexp): Call `rx-to-string' when `re-reb-syntax' is `rx'.
14409
14410 2004-08-05 Katsumi Yamaoka <yamaoka@jpl.org> (tiny change)
14411
14412 * mail/mail-extr.el (mail-extr-disable-voodoo): New variable.
14413 (mail-extr-voodoo): Check mail-extr-disable-voodoo.
14414
14415 2004-08-04 Kenichi Handa <handa@m17n.org>
14416
14417 * international/encoded-kb.el (encoded-kbd-setup-keymap):
14418 Fix previous change.
14419
14420 2004-08-03 Kenichi Handa <handa@m17n.org>
14421
14422 * international/encoded-kb.el: The following changes are to
14423 utilize key-translation-map instead of minor mode map.
14424 (encoded-kbd-iso2022-non-ascii-map): Delete it.
14425 (encoded-kbd-coding, encoded-kbd-handle-8bit): Delete them.
14426 (encoded-kbd-last-key): New function.
14427 (encoded-kbd-iso2022-single-shift): New function.
14428 (encoded-kbd-iso2022-designation)
14429 (encoded-kbd-self-insert-iso2022-7bit)
14430 (encoded-kbd-self-insert-iso2022-8bit)
14431 (encoded-kbd-self-insert-sjis, encoded-kbd-self-insert-big5)
14432 (encoded-kbd-self-insert-ccl): Make them suitable for bindings in
14433 key-translation-map.
14434 (encoded-kbd-setup-keymap): Setup key-translation-map.
14435 (saved-key-translation-map): New variable.
14436 (encoded-kbd-mode): Save/restore key-translation-map.
14437 Adjust for the change of encoded-kbd-setup-keymap.
14438
14439 2004-08-02 Kim F. Storm <storm@cua.dk>
14440
14441 * avoid.el (mouse-avoidance-point-position): Use window-inside-edges
14442 and call compute-motion with nil for topos and width to get proper
14443 usable width and height for both window and non-window systems.
14444
14445 * windmove.el (windmove-coordinates-of-position): Let compute-motion
14446 calculate usable window width and height.
14447
14448 * window.el (window-buffer-height): Call compute-motion with nil width.
14449
14450 2004-08-01 David Kastrup <dak@gnu.org>
14451
14452 * replace.el (query-replace-read-from):
14453 Use `query-replace-compile-replacement'.
14454 (query-replace-compile-replacement): New function.
14455 (query-replace-read-to): Use `query-replace-compile-replacement'
14456 for repeating the last command.
14457
14458 2004-08-01 John Paul Wallington <jpw@gnu.org>
14459
14460 * printing.el (toplevel, pr-ps-fast-fire, pr-ps-set-utility)
14461 (pr-ps-set-printer, pr-txt-set-printer, pr-eval-setting-alist)
14462 (pr-switches): Remove period from end of error messages.
14463
14464 * help-mode.el (help-go-back): Likewise.
14465
14466 * abbrev.el (only-global-abbrevs): Doc fix.
14467 (edit-abbrevs-map): Define within defvar.
14468 (quietly-read-abbrev-file): Doc fix.
14469
14470 2004-07-31 Luc Teirlinck <teirllm@auburn.edu>
14471
14472 * novice.el (enable-command, disable-command): Doc fixes.
14473
14474 * subr.el (event-modifiers, event-basic-type): Doc fixes.
14475
14476 2004-07-30 Richard M. Stallman <rms@gnu.org>
14477
14478 * subr.el (with-local-quit): Doc fix.
14479
14480 2004-07-30 Luc Teirlinck <teirllm@auburn.edu>
14481
14482 * international/utf-8.el (utf-translate-cjk-mode): Doc fix.
14483
14484 2004-07-28 Luc Teirlinck <teirllm@auburn.edu>
14485
14486 * custom.el (defcustom): Doc fix.
14487
14488 2004-07-28 Masatake YAMATO <jet@gyve.org>
14489
14490 * progmodes/etags.el (etags-tags-apropos): Show building progress.
14491
14492 2004-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
14493
14494 * imenu.el (imenu-prev-index-position-function)
14495 (imenu-extract-index-name-function, imenu-name-lookup-function)
14496 (imenu--index-alist): Docstring redundancy fix.
14497
14498 2004-07-25 Lars Hansen <larsh@math.ku.dk>
14499
14500 * wdired.el (wdired-finish-edit): Require dired-aux before locally
14501 binding dired-backup-overwrite.
14502
14503 2004-07-25 John Paul Wallington <jpw@gnu.org>
14504
14505 * subr.el (butlast, event-modifiers, event-basic-type): Doc fixes.
14506
14507 2004-07-24 Luc Teirlinck <teirllm@auburn.edu>
14508
14509 * term/tty-colors.el (tty-color-approximate): Doc fix.
14510
14511 * select.el (x-get-selection, x-set-selection): Doc fixes.
14512
14513 * frame.el (make-frame): Doc fix.
14514
14515 2004-07-24 Richard M. Stallman <rms@gnu.org>
14516
14517 * mail/rmail.el (rmail-mime-charset-pattern):
14518 Don't include semicolon in the charset value.
14519
14520 * replace.el (occur-next-error): Call set-window-point.
14521 (occur-engine): Handle negative NLINES.
14522
14523 2004-07-23 Luc Teirlinck <teirllm@auburn.edu>
14524
14525 * frame.el (modify-all-frames-parameters): Minor doc fix.
14526 (set-frame-configuration): Doc fix.
14527
14528 2004-07-23 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
14529
14530 * simple.el (completion-setup-function): Compute the common parts
14531 and the first difference place correctly when
14532 partial-completion-mode is on.
14533
14534 2004-07-22 Vinicius Jose Latorre <viniciusjl@ig.com.br>
14535
14536 * ps-print.el: Doc fix.
14537 (ps-print-version): New version 6.6.5.
14538 (ps-printing-region): Doc fix.
14539 (ps-generate-string-list): Comment fix.
14540 (ps-message-log-max): Code fix.
14541
14542 2004-07-22 Michael Piotrowski <mxp@dynalabs.de> (tiny change)
14543
14544 * ps-print.el (ps-begin-file): Improve the DSC compliance of the
14545 generated PostScript.
14546
14547 2004-08-17 Reiner Steib <Reiner.Steib@gmx.de>
14548
14549 * net/tls.el (tls-process-connection-type): Fix docstring. (Sync
14550 with Gnus v5_10 branch.)
14551
14552 2004-08-16 Reiner Steib <Reiner.Steib@gmx.de>
14553
14554 * calendar/time-date.el (time-to-number-of-days): New function.
14555 Imported from from Gnus.
14556
14557 2004-07-22 Kim F. Storm <storm@cua.dk>
14558
14559 * progmodes/make-mode.el: Fix comments.
14560
14561 2004-07-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
14562
14563 * printing.el: Doc fix.
14564
14565 2004-07-20 Luc Teirlinck <teirllm@auburn.edu>
14566
14567 * frame.el (modify-all-frames-parameters): Minor doc fix.
14568
14569 2004-07-20 Richard M. Stallman <rms@gnu.org>
14570
14571 * textmodes/fill.el (fill-nobreak-p): If this break point is
14572 at the end of the line, don't consider the newline which follows
14573 as a reason to return t.
14574
14575 2004-07-19 John Paul Wallington <jpw@gnu.org>
14576
14577 * dired-aux.el (dired-file-set-difference): Don't use `caddr'.
14578
14579 2004-07-18 Luc Teirlinck <teirllm@auburn.edu>
14580
14581 * dired-aux.el (dired-do-kill-lines): Expand docstring.
14582 Delete irrelevant code.
14583
14584 2004-07-17 Kai Grossjohann <kai.grossjohann@gmx.net>
14585
14586 * net/tramp.el (tramp-handle-verify-visited-file-modtime):
14587 New docstring. From Luc Teirlinck.
14588
14589 2004-07-17 Luc Teirlinck <teirllm@auburn.edu>
14590
14591 * autorevert.el: Describe `Auto Revert Tail Mode' in `Commentary'
14592 section.
14593 (auto-revert-handler): Do not check `auto-revert-tail-mode' for
14594 non-file buffers. We know it is nil.
14595
14596 2004-07-17 Kai Grossjohann <kai.grossjohann@gmx.net>
14597
14598 Sync with Tramp 2.0.43.
14599
14600 * net/tramp.el (tramp-handle-verify-visited-file-modtime):
14601 Remove outdated comment.
14602 (tramp-locked, tramp-locker): New variables for implementing a
14603 global lock.
14604 (tramp-sh-file-name-handler): Use them to implement the global lock.
14605
14606 2004-07-13 Michael Albinus <michael.albinus@gmx.de>
14607
14608 * net/tramp.el (all): Code cleanup. Change all `tramp-handle-xxx'
14609 calls to respective `xxx` calls.
14610 (tramp-process-alive-regexp): Precise doc string.
14611 (tramp-multi-action-process-alive): New defun.
14612 (tramp-multi-actions): Use it.
14613 (tramp-handle-find-backup-file-name): `copy-tree' is available
14614 since Emacs 22.1 only (XEmacs has it). Implementation rewritten
14615 in order to avoid this function.
14616 (tramp-handle-write-region): Set current buffer. If connection
14617 wasn't open, `file-modes' has changed it accidentally. Reported by
14618 David Kastrup <dak@gnu.org>.
14619 (tramp-enter-password, tramp-read-passwd): New arguments USER and
14620 HOST.
14621 (tramp-action-password, tramp-multi-action-password): Apply it.
14622 (tramp-open-connection-rsh): If a port is given, the Tramp buffer
14623 name must still contain the port number. Otherwise, we have two
14624 Tramp buffers, with all the confusion. Reported by Myron Selby
14625 <myron@xytech.com> and Rolf Dubitzky
14626 <Dubitzky@physi.uni-heidelberg.de>.
14627
14628 * net/tramp-smb.el (tramp-smb-open-connection): Apply USER and
14629 HOST to `tramp-enter-passwd'.
14630
14631 * net/tramp-vc.el (all): Code cleanup. Change all
14632 `tramp-handle-xxx' calls to respective `xxx` calls.
14633
14634 2004-07-17 Jonathan Yavner <jyavner@member.fsf.org>
14635
14636 * emacs-lisp/testcover.el: New category "potentially-1valued" for
14637 functions that are not erroneous if either 1-valued or
14638 multi-valued. Detect functions in this class.
14639 (testcover-1value-functions, testcover-compose-functions)
14640 (testcover-progn-functions) Add some additional functions to lists.
14641 (testcover-mark): Bugfix when marking up the definition for an
14642 empty function.
14643
14644 2004-07-17 Richard M. Stallman <rms@gnu.org>
14645
14646 * replace.el (occur-read-primary-args): Pass default to
14647 read-from-minibuffer.
14648
14649 * mail/footnote.el (footnote-section-tag): Use defcustom.
14650
14651 * font-lock.el (font-lock-add-keywords, font-lock-remove-keywords):
14652 Compile font-lock-keywords, not KEYWORDS.
14653 (lisp-font-lock-keywords-2): Add multiple-value-prog1, go.
14654 Add warn, check-type. Handle cerror like error.
14655
14656 2004-07-14 Daniel Pfeiffer <occitan@esperanto.org>
14657
14658 * progmodes/which-func.el (which-func-keymap): New var.
14659 (which-func-face): New face.
14660 (which-func-format): Use them.
14661
14662 2004-07-16 Stephan Stahl <stahl@eos.franken.de> (tiny change)
14663
14664 * buff-menu.el (list-buffers-noselect): Append the buffer's
14665 process status to its mode name.
14666
14667 2004-07-16 Kim F. Storm <storm@cua.dk>
14668
14669 * simple.el (inhibit-mark-movement): New defvar.
14670 (beginning-of-buffer, end-of-buffer): Do not push mark if
14671 inhibit-mark-movement is non-nil or C-u prefix is given.
14672
14673 * emulation/cua-base.el (cua--preserve-mark-commands): New defvar.
14674 Init to beginning-of-buffer and end-of-buffer.
14675 (cua--undo-push-mark): New defvar.
14676 (cua--pre-command-handler): Set inhibit-mark-movement if mark is
14677 already active and command is in cua--preserve-mark-commands.
14678 Also fix check for shift modifier on non-window systems.
14679 (cua--post-command-handler): Clear inhibit-mark-movement if set.
14680
14681 2004-07-14 Luc Teirlinck <teirllm@auburn.edu>
14682
14683 * calendar/cal-dst.el (calendar-time-from-absolute): Return a list
14684 of two integers, instead of a cons.
14685
14686 * net/tramp.el (tramp-handle-verify-visited-file-modtime):
14687 `visited-file-modtime' now returns a list of two integers, instead
14688 of a cons.
14689
14690 * dired.el (dired-directory-changed-p): Ditto.
14691
14692 * progmodes/grep.el (grep): Doc fix.
14693
14694 2004-07-14 Daniel Pfeiffer <occitan@esperanto.org>
14695
14696 * autorevert.el (auto-revert-tail-mode)
14697 (auto-revert-tail-mode-text, auto-revert-tail-pos): New vars.
14698 (auto-revert-mode): Turn off auto-revert-tail-mode, so we're not
14699 in both at the same time.
14700 (auto-revert-tail-mode): New command.
14701 (turn-on-auto-revert-tail-mode, auto-revert-tail-handler): New funs.
14702 (auto-revert-handler): Revert only either tail or whole file.
14703
14704 * bindings.el (mode-line-mode-menu): Fix alphabetical ordering and
14705 add auto-revert-tail-mode.
14706
14707 2004-07-12 Vinicius Jose Latorre <viniciusjl@ig.com.br>
14708
14709 * printing.el: Doc fix. Change name of some funs.
14710 (pr-dosify-file-name): New fun. Replace ps-dosify-path.
14711 (pr-unixify-file-name): New fun. Replace ps-unixify-path.
14712 (pr-standard-file-name): New fun. Replace pr-standard-path.
14713 (pr-call-process): Code fix.
14714
14715 2004-07-12 Luc Teirlinck <teirllm@auburn.edu>
14716
14717 * subr.el (with-selected-window): Doc fix.
14718
14719 2004-07-11 Luc Teirlinck <teirllm@auburn.edu>
14720
14721 * subr.el (get-buffer-window-list): Doc fix.
14722
14723 2004-07-10 Luc Teirlinck <teirllm@auburn.edu>
14724
14725 * files.el (switch-to-buffer-other-window): Doc fix.
14726
14727 * window.el (save-selected-window, one-window-p)
14728 (split-window-keep-point, split-window-vertically)
14729 (split-window-horizontally): Doc fixes.
14730
14731 2004-07-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
14732
14733 * printing.el: Doc fix. Now it uses call-process instead of
14734 shell-command for low command execution.
14735 (pr-version): New version number (6.8).
14736 (pr-shell-file-name): Option removed.
14737 (pr-shell-command): Fun removed.
14738 (pr-call-process): New fun. Replace pr-shell-command.
14739 (pr-standard-path, pr-remove-nil-from-list): New funs.
14740 (zmacs-region-stays, current-mouse-event, current-menubar): New var.
14741 (pr-ps-file-preview, pr-ps-file-using-ghostscript, pr-ps-file-print)
14742 (pr-setup, pr-ps-set-printer, pr-txt-set-printer)
14743 (pr-ps-utility-process, pr-txt-print): Code fix.
14744
14745 2004-07-10 Stephan Stahl <stahl@eos.franken.de> (tiny change)
14746
14747 * ediff-mult.el (ediff-meta-truncate-filenames): Change type to
14748 boolean.
14749
14750 2004-07-09 Lars Hansen <larsh@math.ku.dk>
14751
14752 * wid-edit.el (widget-field-buffer): Doc fix.
14753
14754 2004-07-09 John Paul Wallington <jpw@gnu.org>
14755
14756 * emacs-lisp/re-builder.el (reb-update-overlays):
14757 Distinguish between one and several matches in message.
14758
14759 2004-07-09 Richard M. Stallman <rms@gnu.org>
14760
14761 * mouse.el (mouse-set-region-1): If transient-mark-mode
14762 is `identity', change it to `only'.
14763
14764 * simple.el (current-word): Doc fix.
14765
14766 2004-07-09 Mark A. Hershberger <mah@everybody.org>
14767
14768 * progmodes/cperl-mode.el (cperl-mode): Adapt defun-prompt-regexp
14769 so that it is more understanding of whitespace.
14770
14771 * xml.el (xml-maybe-do-ns, xml-parse-tag): Produce elements in the form
14772 (("ns" . "element") (attr-list) children) instead of
14773 ((:ns . "element") (attr-list) children) in order to reduce the
14774 number of symbols used.
14775 (xml-skip-dtd): Change to use xml-parse-dtd but set
14776 xml-validating-parsing to nil.
14777 (xml-parse-dtd): Parse entity declarations in DOCTYPEs.
14778 (xml-substitute-entity): Remove in favor of new entity substitution.
14779 (xml-substitute-special): Rewrite in to substitute complex
14780 entities from DOCTYPE declarations.
14781 (xml-parse-fragment): Parse fragments from entity declarations.
14782 (xml-parse-region, xml-parse-tag, xml-parse-attlist)
14783 (xml-parse-dtd, xml-substitute-special): Make validity checks
14784 conditioned on xml-validating-parser. Add "Not Well Formed" to
14785 error messages about well-formedness.
14786
14787 2004-07-08 Steven Tamm <steventamm@mac.com>
14788
14789 * term/mac-win.el (mac-scroll-ignore-events, mac-scroll-down)
14790 (mac-scroll-down-line, mac-scroll-up, mac-scroll-up-line):
14791 Do not treat double clicks and triple clicks specially in the
14792 scroll bar (preventing strange repositioning problems)
14793
14794 2004-07-06 Stefan Monnier <monnier@iro.umontreal.ca>
14795
14796 * replace.el (query-replace-regexp-eval): Fix last change.
14797
14798 2004-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
14799
14800 * replace.el (query-replace-descr): New fun.
14801 (query-replace-read-from, query-replace-read-args): Default to the
14802 previous from&to.
14803 (query-replace-read-to): Quote the `from' string when displaying it.
14804 (query-replace-regexp-eval): Immediately check read-only status.
14805 Use query-replace-read-from to get the \n checking.
14806 Quote the `from' string when displaying it.
14807 (map-query-replace-regexp, occur-read-primary-args):
14808 Quote the `from' string when displaying it.
14809
14810 * isearch.el (isearch-query-replace): Pass the regexp-ness and
14811 delimited-ness of the search to query-replace.
14812
14813 * replace.el (query-replace-read-from, query-replace-read-to):
14814 New funs extracted from query-replace-read-args.
14815 (query-replace-read-args): Use them.
14816
14817 * replace.el (query-replace-interactive, query-replace-read-args):
14818 Remove the `initial' special value.
14819 (query-replace-regexp-eval, map-query-replace-regexp): Simplify.
14820 (occur-engine): Remove unused var `matchend'.
14821
14822 * isearch.el (isearch-query-replace, isearch-query-replace-regexp):
14823 Use the search string without prompting.
14824
14825 2004-07-05 Kenichi Handa <handa@m17n.org>
14826
14827 * international/mule.el (decode-coding-inserted-region):
14828 Set last-coding-system-used only when coding is nil.
14829
14830 2004-07-03 Eli Zaretskii <eliz@gnu.org>
14831
14832 * progmodes/grep.el (grep-compute-defaults, grep-command)
14833 (grep-program, find-program, grep-find-use-xargs, grep-history)
14834 (grep-find-history, grep-tag-default, grep-find-command)
14835 (grep-regexp-alist, grep-process-setup, grep-compute-defaults):
14836 Add autoload cookies, for unbundled packages that load `compile'
14837 and expect all grep-related symbols to become defined.
14838
14839 2004-07-03 KOSEKI Yoshinori <kose@meadowy.org>
14840
14841 * iimage.el (turn-on-iimage-mode, iimage-mode): Add autoload cookies.
14842 (iimage-mode-image-search-path): New user option to search the
14843 image file.
14844 (iimage-locate-file): New function. Emacs21.3 or earlier does not
14845 have locate-file.
14846 (iimage-mode-buffer): Use it.
14847
14848 2004-07-03 Nick Roberts <nickrob@gnu.org>
14849
14850 * progmodes/gdb-ui.el (gdb-goto-breakpoint): String match more
14851 carefully.
14852 (gdb-delete-breakpoint, gdb-toggle-breakpoint): Handle gdbmi.
14853
14854 2004-07-03 Juri Linkov <juri@jurta.org>
14855
14856 * replace.el (query-replace-read-args): Swallow space after 'foo,
14857 not after (quote foo). Match space only immediately after symbol,
14858 not anywhere in the whole string.
14859
14860 2004-07-02 Richard M. Stallman <rms@gnu.org>
14861
14862 * replace.el (query-replace-read-args): Swallow space after
14863 symbols, not after closeparens. But avoid error if string ends there.
14864
14865 * progmodes/python.el (python-beginning-of-statement):
14866 Exit the loop if backward-up-list gets error.
14867
14868 * textmodes/enriched.el (enriched-encode): Bind inhibit-read-only.
14869
14870 2004-07-02 Andre Spiegel <spiegel@gnu.org>
14871
14872 * vc-rcs.el (vc-rcs-checkout-model): Look at the version headers
14873 only if vc-consult-headers is non-nil.
14874
14875 2004-07-02 Juri Linkov <juri@jurta.org>
14876
14877 * pcvs.el (cvs-mode-diff-repository): New command.
14878
14879 * pcvs-defs.el (cvs-mode-diff-map): Bind r to cvs-mode-diff-repository.
14880
14881 2004-07-01 Juri Linkov <juri@jurta.org>
14882
14883 * isearch.el (isearch-mode-map): Bind C-M-w to isearch-del-char,
14884 C-M-y to isearch-yank-char. Bind M-% to isearch-query-replace,
14885 C-M-% to isearch-query-replace-regexp.
14886 (minibuffer-local-isearch-map): Add arrow key bindings.
14887 Bind C-f to isearch-yank-char-in-minibuffer.
14888 (isearch-forward): Doc fix.
14889 (isearch-edit-string): Doc fix.
14890 (isearch-query-replace, isearch-query-replace-regexp): New funs.
14891 (isearch-del-char): Add optional arg. Set isearch-yank-flag to t.
14892 (isearch-yank-char): Add optional arg.
14893 (isearch-yank-char-in-minibuffer): New fun.
14894
14895 * replace.el (query-replace-interactive): Change type from boolean
14896 to choice. Add value `initial'.
14897 (query-replace-read-args): Handle value `initial' of
14898 query-replace-interactive.
14899
14900 2004-06-29 Kim F. Storm <storm@cua.dk>
14901
14902 * progmodes/gdb-ui.el (breakpoint-enabled-bitmap-face)
14903 (breakpoint-disabled-bitmap-face): Add :group 'gud.
14904
14905 * progmodes/ada-xref.el (ada-tight-gvd-integration):
14906 Add :group 'ada.
14907
14908 * vc-arch.el (vc-arch-mode-line-rewrite): Add :group 'vc.
14909
14910 2004-06-29 Juri Linkov <juri@jurta.org>
14911
14912 * replace.el (query-replace-read-args): Swallow a space after
14913 everything except )]" which in most cases means after a symbol.
14914
14915 * emacs-lisp/pp.el (pp-buffer): Add autoload.
14916
14917 2004-06-28 Richard M. Stallman <rms@gnu.org>
14918
14919 * font-lock.el (font-lock-fontify-syntactic-keywords-region):
14920 More changes to go with previous change in font-lock.el.
14921
14922 2004-06-26 David Kastrup <dak@gnu.org>
14923
14924 * replace.el (perform-replace): Highlight the match even in
14925 non-query mode if there is potential replace string editing.
14926
14927 2004-06-26 Kai Grossjohann <kai.grossjohann@gmx.net>
14928
14929 * net/tramp.el (tramp-handle-file-remote-p): New implementation to
14930 agree with new return value of `file-remote-p'.
14931 This syncs with Tramp 2.0.42.
14932
14933 * net/ange-ftp.el (ange-ftp-file-remote-p): New return value,
14934 according to new documentation of `file-remote-p'.
14935
14936 * files.el (file-remote-p): Fix doc to say that return value is
14937 identification of remote system, if not nil.
14938 (file-relative-name): Use new return value of `file-remote-p'.
14939
14940 2004-06-26 Nick Roberts <nickrob@gnu.org>
14941
14942 * progmodes/gdb-ui.el (gdb-toggle-breakpoint)
14943 (gdb-goto-breakpoint): Fix breakage.
14944
14945 2004-06-26 Eli Zaretskii <eliz@gnu.org>
14946
14947 * man.el (Man-getpage-in-background): Add windows-nt to the list
14948 of systems where shell-file-name should be used instead of
14949 literal "sh".
14950
14951 2004-06-25 Sam Steingold <sds@gnu.org>
14952
14953 * add-log.el (change-log-font-lock-keywords): Support Common Lisp
14954 function names `(setf symbol)'.
14955
14956 2004-06-24 Richard M. Stallman <rms@gnu.org>
14957
14958 * replace.el (query-replace-read-args): Swallow space after \,SYMBOL.
14959
14960 * font-lock.el (font-lock-keywords): Change format of compiled values.
14961 Document it.
14962 (font-lock-add-keywords): If font-lock-keywords is compiled,
14963 extract the uncompiled version, modify, then recompile.
14964 (font-lock-remove-keywords): Likewise.
14965 (font-lock-fontify-keywords-region): Handle changed format.
14966 (font-lock-compile-keywords): Handle changed format.
14967 (font-lock-set-defaults): Compile the keywords explicitly here.
14968
14969 2004-06-24 David Kastrup <dak@gnu.org>
14970
14971 * replace.el (query-replace-read-args): Implement `\,' and `\#'
14972 replacements here.
14973 (query-replace-regexp): Doc string explaining this and the new
14974 `\?' replacement. Remove `\,' and `\#' implementation here, as it
14975 is better placed in `query-replace-read-args'.
14976 (replace-regexp): Explain `\,', `\#' and `\?'.
14977 (replace-match-data): New function for thorough reuse/destruction
14978 of old match-data.
14979 (replace-match-maybe-edit): Function for implementing `\?' editing.
14980 (perform-replace): Fix maintaining of the match stack including
14981 already matched regions, implement `\?', fix various problems
14982 with regions while editing and other stuff.
14983 (replace-highlight): Simplify.
14984
14985 2004-06-24 Daniel Pfeiffer <occitan@esperanto.org>
14986
14987 * progmodes/grep.el (grep-error-screen-columns): New variable.
14988 (grep-regexp-alist): Give it the full functionality of gnu style
14989 compilation messages with line and column ranges. Ask me for the
14990 perl script I'm working on, that uses these.
14991
14992 2004-06-23 Nick Roberts <nickrob@gnu.org>
14993
14994 * comint.el (comint-insert-clicked-input, comint-copy-old-input):
14995 Remove.
14996 (comint-insert-input, comint-mouse-insert-input): New functions
14997 based on comint-insert-clicked-input for two bindings but just
14998 one functionality.
14999
15000 2004-06-23 Luc Teirlinck <teirllm@auburn.edu>
15001
15002 * net/goto-addr.el (goto-address-fontify): Fix help-echo text.
15003
15004 2004-06-23 Lars Hansen <larsh@math.ku.dk>
15005
15006 * files.el (write-contents-functions): Doc fix.
15007
15008 2004-06-21 Juanma Barranquero <lektu@terra.es>
15009
15010 * image.el (image-library-alist): Rewrite docstring in active voice.
15011
15012 2004-06-20 Richard M. Stallman <rms@gnu.org>
15013
15014 * mouse.el (mouse-set-region-1): Set transient-mark-mode to `only'.
15015
15016 * isearch.el (isearch-repeat): Avoid testing old match data.
15017 (isearch-message): Display trailing space in special font
15018 when search is failing.
15019 (isearch-search-fun-function): Doc fix.
15020
15021 * autorevert.el (global-auto-revert-non-file-buffers): Doc fix.
15022
15023 2004-06-19 Luc Teirlinck <teirllm@auburn.edu>
15024
15025 * frame.el (show-trailing-whitespace): Doc fix.
15026
15027 * cus-edit.el (custom-variable-documentation): New function.
15028 (custom-variable): Use it.
15029
15030 2004-06-19 Nick Roberts <nickrob@gnu.org>
15031
15032 * man.el (Man-getpage-in-background): Revert previous change but
15033 make cygwin a special case.
15034
15035 2004-06-18 Luc Teirlinck <teirllm@auburn.edu>
15036
15037 * autorevert.el (global-auto-revert-non-file-buffers):
15038 Update docstring.
15039
15040 2004-06-19 Daniel Pfeiffer <occitan@esperanto.org>
15041
15042 * progmodes/compile.el (compilation-error-properties): Store one
15043 more than end-col, if present, so that transient-mark-mode will
15044 highlight last char too.
15045 * progmodes/grep.el (grep-regexp-alist): Match columns and column
15046 ranges, if present.
15047
15048 2004-06-18 Jason Rumney <jasonr@gnu.org>
15049
15050 * makefile.w32-in: Double percent signs in for loops.
15051
15052 2004-06-17 David Kastrup <dak@gnu.org>
15053
15054 * replace.el (query-replace-read-args): Only warn about use of \n
15055 and \t when we are doing a regexp replacement and the actual
15056 escaped character is n or t.
15057 (query-replace-regexp): Add \, and \# interpretation to
15058 interactive call and document it.
15059 (query-replace-regexp-eval, replace-match-string-symbols): Add \#
15060 as shortkey for replace-count.
15061 (replace-quote): New function for doubling backslashes.
15062
15063 2004-06-17 Juanma Barranquero <lektu@terra.es>
15064
15065 * files.el (parse-colon-path, cd): Mention in docstring that the
15066 path separator is colon in GNU-like systems.
15067
15068 * newcomment.el (comment-region-internal): Fix docstring.
15069
15070 * emacs-lisp/ewoc.el (ewoc-create, ewoc-map, ewoc-locate)
15071 (ewoc-invalidate, ewoc-collect): Doc fixes.
15072 (ewoc--create-node, ewoc--delete-node-internal):
15073 Fix typos in docstring.
15074
15075 2004-06-15 Luc Teirlinck <teirllm@auburn.edu>
15076
15077 * files.el (buffer-stale-function): Add hyperlink to emacs-xtra
15078 manual to docstring.
15079
15080 2004-06-15 Vinicius Jose Latorre <viniciusjl@ig.com.br>
15081
15082 * ps-print.el (ps-time-stamp-iso8601): Comment doc string of defalias.
15083
15084 2004-06-15 Luc Teirlinck <teirllm@auburn.edu>
15085
15086 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
15087 Add hyperlink to emacs-xtra manual to docstring.
15088
15089 * autorevert.el (global-auto-revert-non-file-buffers):
15090 Add hyperlink to emacs-xtra manual to docstring, as well as an
15091 info-link.
15092
15093 2004-06-14 Juanma Barranquero <lektu@terra.es>
15094
15095 * image.el (image-library-alist): New variable to map image types
15096 to external libraries. Initialized to nil, unless system-specific
15097 configs change it.
15098 (image-type-available-p): Determine whether an image type is
15099 available by calling `init-image-library'.
15100
15101 * term/w32-win.el (image-library-alist): Initialize to a known set
15102 of probable library names.
15103
15104 2004-06-14 Kenichi Handa <handa@m17n.org>
15105
15106 * international/code-pages.el (windows-1256, cp1125): Fix tables
15107 for several characters.
15108
15109 * international/utf-8.el (ccl-encode-mule-utf-8): Fix previous change.
15110
15111 2004-06-13 Richard M. Stallman <rms@gnu.org>
15112
15113 * textmodes/paragraphs.el (sentence-end): Add 0x5397d as close brace.
15114
15115 * emulation/pc-select.el: Doc fixes: say "PC Selection mode",
15116 not "`pc-selection-mode'".
15117
15118 * emacs-lisp/bytecomp.el: Put `...' around symbols in warning messages.
15119
15120 * simple.el (previous-matching-history-element): Specify a default.
15121
15122 * hexl.el (hexl-mode): Catch errors in hexl-goto-address.
15123
15124 * cus-face.el (custom-declare-face): Simplify code.
15125
15126 * abbrev.el (abbrev-mode, edit-abbrevs-map): Doc fixes.
15127
15128 2004-06-13 Luc Teirlinck <teirllm@auburn.edu>
15129
15130 * files.el (before-save-hook): Add `time-stamp' to the options.
15131
15132 * time-stamp.el (time-stamp): Recommend adding it to
15133 `before-save-hook', rather than `write-file-functions'.
15134 Make a similar change in `Commentary' section.
15135
15136 2004-06-13 Kai Grossjohann <kai.grossjohann@gmx.net>
15137
15138 * diff-mode.el (diff-current-defun): If at start of hunk, use
15139 position of first change.
15140
15141 2004-06-13 Lars Hansen <larsh@math.ku.dk>
15142
15143 * dired-x.el (dired-mark-omitted): Bind to "*O".
15144
15145 2004-06-12 Karl Fogel <kfogel@red-bean.com>
15146
15147 * bookmark.el (bookmark-bmenu-relocate): New function, as
15148 suggested by David J. Biesack <David.Biesack@sas.com>.
15149 (bookmark-bmenu-mode-map): Bind `bookmark-bmenu-relocate' to "R".
15150 (bookmark-bmenu-mode): Describe binding in doc string.
15151 (bookmark-set-filename): Save the bookmark list if it's time.
15152
15153 2004-06-13 Kenichi Handa <handa@m17n.org>
15154
15155 * international/utf-8.el (ccl-decode-mule-utf-8): Fix previous change.
15156 (ccl-untranslated-to-ucs): Fix typo.
15157
15158 2004-06-12 Karl Chen <quarl@hkn.eecs.berkeley.edu> (tiny change)
15159
15160 * progmodes/python.el (python-open-block-statement-p):
15161 Fix indentation after a block opening that contains a comment.
15162
15163 2004-06-12 J\e,Ai\e(Br\e,At\e(Bme Marant <jerome@marant.org> (tiny change)
15164
15165 * bindings.el (completion-ignored-extensions): Add file extensions
15166 of Python byte-compiled files.
15167
15168 2004-06-12 Juri Linkov <juri@jurta.org>
15169
15170 * info.el (Info-goto-node): Add autoload.
15171 (Info-toc): Add substring-no-properties on Info file name.
15172 (Info-mode, info, Info-toc, Info-mode-menu): Doc fix.
15173 (Info-mode-map): Bind L to Info-history, T to Info-toc.
15174
15175 2004-06-12 Kenichi Handa <handa@m17n.org>
15176
15177 * international/mule-cmds.el (set-language-environment):
15178 Load subst tables if necessary.
15179
15180 * international/mule.el (decode-char): Load subst tables if necessary.
15181 (encode-char): Likewise.
15182
15183 * international/utf-16.el (utf-16-decode-ucs): Handle a surrogate
15184 pair correctly. Call ccl-mule-utf-untrans for untranslable chars.
15185 (utf-16le-decode-loop): Set r5 to -1 before loop.
15186 (utf-16be-decode-loop): Likewise.
15187 (ccl-decode-mule-utf-16le): Add EOF processing block.
15188 (ccl-decode-mule-utf-16be): Likewise.
15189 (ccl-decode-mule-utf-16le-with-signature): Likewise.
15190 (ccl-decode-mule-utf-16be-with-signature): Likewise.
15191 (ccl-decode-mule-utf-16): Likewise. Set r5 to -1 initially.
15192 (ccl-mule-utf-16-encode-untrans): New CCL.
15193 (utf-16-decode-to-ucs): Handle pre-read character.
15194 (utf-16le-encode-loop): Handle surrogate pair.
15195 (utf-16be-encode-loop): Likewise.
15196 (ccl-encode-mule-utf-16le-with-signature): Adjust for the change
15197 of utf-16le-encode-loop.
15198 (ccl-encode-mule-utf-16be-with-signature): Adjust for the change
15199 of utf-16be-encode-loop.
15200 (mule-utf-16-post-read-conversion):
15201 Call utf-8-post-read-conversion at first.
15202 (mule-utf-16[{le|be}], mule-utf-16{le|be}-with-signature):
15203 Include CJK charsets in safe-charsets if utf-translate-cjk-mode is on.
15204 Add post-read-conversion and pre-write-conversion.
15205
15206 * international/utf-8.el (utf-translate-cjk-charsets): New variable.
15207 (utf-translate-cjk-unicode-range): New variable.
15208 (utf-translate-cjk-load-tables): New function.
15209 (utf-lookup-subst-table-for-decode): New function.
15210 (utf-lookup-subst-table-for-encode): New function.
15211 (utf-translate-cjk-mode): Init-value changed to t. Don't load
15212 tables here. Update safe-charsets of utf-* coding systems.
15213 (ccl-mule-utf-untrans): New CCL.
15214 (ccl-decode-mule-utf-8): Call ccl-mule-utf-untrans. Use `repeat'
15215 at end of each branch.
15216 (ccl-mule-utf-8-encode-untrans): New CCL.
15217 (ccl-encode-mule-utf-8): Call ccl-mule-utf-8-encode-untrans.
15218 (ccl-untranslated-to-ucs): Handle 2-byte encoding. Set r1 to the
15219 length of encoding. Don't return r0.
15220 (utf-8-compose): New arg hash-table. Handle 2-byte encoding.
15221 (utf-8-post-read-conversion): Narrow to region properly.
15222 If utf-translate-cjk-mode is on, load tables if necessary.
15223 Call utf-8-compose with hash-table arg if necessary.
15224 Call XXX-compose-region instead of XXX-post-read-conversion.
15225 (utf-8-pre-write-conversion): New function.
15226 (mule-utf-8): Include CJK charsets in safe-charsets if
15227 utf-translate-cjk-mode is on. Add pre-write-conversion.
15228
15229 * international/characters.el: Temporarily set
15230 utf-translate-cjk-mode to nil.
15231
15232 * language/devan-util.el (devanagari-compose-region):
15233 Add autoload cookie.
15234
15235 * international/ccl.el (ccl-dump-call): Fix printing the
15236 subroutine name.
15237
15238 2004-06-11 Luc Teirlinck <teirllm@auburn.edu>
15239
15240 * dired.el (dired-revert): If buffer is marked unmodified before
15241 reverting, keep it marked unmodified.
15242 Adapt to new conventions for commenting out code.
15243 (dired-make-relative): Adapt to new conventions for commenting out code.
15244
15245 2004-06-10 Miles Bader <miles@gnu.ai.mit.edu>
15246
15247 * eshell/esh-module.el (eshell-load-defgroups):
15248 Bind `vc-handled-backends' to nil when opening files.
15249
15250 2004-06-11 Juanma Barranquero <lektu@terra.es>
15251
15252 * files.el (parse-colon-path, cd): Doc fixes (refer to
15253 `path-separator', not colon).
15254
15255 2004-06-10 Juanma Barranquero <lektu@terra.es>
15256
15257 * newcomment.el (comment-search-forward)
15258 (comment-search-backward): Fix typos in docstring.
15259 (comment-region): Doc fix.
15260
15261 2004-06-10 Luc Teirlinck <teirllm@auburn.edu>
15262
15263 * dired.el (dired-insert-old-subdirs): Adapt to fact that the R
15264 switch is no longer stored in `dired-switches-alist'.
15265
15266 * dired-aux.el (dired-insert-subdir): Do not store R switch in
15267 `dired-switches-alist'.
15268
15269 2004-06-10 Kim F. Storm <storm@cua.dk>
15270
15271 * pcvs.el (cvs-mode-diff-yesterday): New command.
15272
15273 * pcvs-defs.el (cvs-mode-diff-map): Bind y to cvs-mode-diff-yesterday.
15274
15275 2004-06-10 Juri Linkov <juri@jurta.org>
15276
15277 * emacs-lisp/edebug.el (edebug-eval-defun):
15278 * emacs-lisp/lisp-mode.el (eval-defun-1): Add `defface'.
15279 Fix docstring.
15280
15281 * simple.el (eval-expression-print-format): Don't print additional
15282 information on the first call to `eval-print-last-sexp'.
15283 (next-error-find-buffer): Fix punctuation.
15284 (killing) <defgroup>: Fix punctuation.
15285 (yank-excluded-properties): Change group from editing to killing.
15286
15287 * replace.el (perform-replace): Use `limit' to terminate the
15288 while-loop explicitly.
15289
15290 2004-06-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
15291
15292 * toolbar/tool-bar.el (tool-bar-add-item, tool-bar-local-item):
15293 Use lc-*.xpm as prefix instead of *-locol.xpm.
15294
15295 * toolbar/lc-copy.xpm, toolbar/lc-cut.xpm
15296 * toolbar/lc-help.xpm, toolbar/lc-home.xpm
15297 * toolbar/lc-index.xpm, toolbar/lc-jump_to.xpm
15298 * toolbar/lc-left_arrow.xpm, toolbar/lc-new.xpm
15299 * toolbar/lc-open.xpm, toolbar/lc-paste.xpm
15300 * toolbar/lc-preferences.xpm, toolbar/lc-print.xpm
15301 * toolbar/lc-right_arrow.xpm, toolbar/lc-save.xpm
15302 * toolbar/lc-saveas.xpm, toolbar/lc-search.xpm
15303 * toolbar/lc-spell.xpm, toolbar/lc-undo.xpm
15304 * toolbar/lc-up_arrow.xpm:
15305 Rename from *-locol.xpm.
15306
15307 2004-06-09 Rajesh Vaidheeswarran <rv@gnu.org>
15308
15309 * ffap.el (ffap-string-at-point-mode-alist): Fix the url mode to
15310 include forms like &<str>; as valid url patterns.
15311
15312 2004-06-08 Luc Teirlinck <teirllm@auburn.edu>
15313
15314 * dired.el (dired-diff, dired-backup-diff)
15315 (dired-clean-directory, dired-do-chmod, dired-do-chgrp)
15316 (dired-do-chown, dired-do-touch, dired-do-print)
15317 (dired-do-shell-command, dired-do-kill-lines, dired-do-compress)
15318 (dired-do-byte-compile, dired-do-load, dired-do-redisplay)
15319 (dired-create-directory, dired-do-copy, dired-do-symlink)
15320 (dired-do-hardlink, dired-do-rename, dired-do-rename-regexp)
15321 (dired-do-copy-regexp, dired-do-hardlink-regexp)
15322 (dired-do-symlink-regexp, dired-upcase, dired-downcase)
15323 (dired-maybe-insert-subdir, dired-next-subdir)
15324 (dired-prev-subdir, dired-goto-subdir, dired-mark-subdir-files)
15325 (dired-kill-subdir, dired-tree-up, dired-tree-down)
15326 (dired-hide-subdir, dired-hide-all, dired-show-file-type)
15327 (dired-run-shell-command, dired-query): Remove redundant,
15328 or incorrect, autoloads.
15329
15330 * dired-aux.el (dired-kill-tree): Do not kill DIRNAME, even if it
15331 does not end in a slash. Add optional argument KILL-ROOT.
15332 Update docstring.
15333 (dired-do-touch, dired-clean-directory, dired-run-shell-command)
15334 (dired-query): Add autoloads.
15335
15336 2004-06-08 Daniel Pfeiffer <occitan@esperanto.org>
15337
15338 * progmodes/compile.el (compilation-set-window-height):
15339 Rearrange the save-* functions because a buffer can have several current
15340 point in different windows.
15341 (compilation-error-regexp-alist-alist): Recognize {standard input}
15342 GNU messages (for gcc --pipe) and more kinds of Oracle messages.
15343
15344 2004-06-08 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
15345
15346 * toolbar/copy-locol.xpm, toolbar/cut-locol.xpm
15347 * toolbar/help-locol.xpm, toolbar/home-locol.xpm
15348 * toolbar/index-locol.xpm, toolbar/jump_to-locol.xpm
15349 * toolbar/left_arrow-locol.xpm, toolbar/new-locol.xpm
15350 * toolbar/open-locol.xpm, toolbar/paste-locol.xpm
15351 * toolbar/preferences-locol.xpm, toolbar/print-locol.xpm
15352 * toolbar/right_arrow-locol.xpm, toolbar/save-locol.xpm
15353 * toolbar/saveas-locol.xpm, toolbar/search-locol.xpm
15354 * toolbar/spell-locol.xpm, toolbar/undo-locol.xpm
15355 * toolbar/up_arrow-locol.xpm:
15356 New versions of icons that uses fewer colors.
15357
15358 * toolbar/tool-bar.el (tool-bar-local-item)
15359 (tool-bar-local-item-from-menu): Try to use icons with fewer colors
15360 if display-color-cells is 256 or less.
15361
15362 2004-06-08 Kim F. Storm <storm@cua.dk>
15363
15364 * wid-edit.el (widget-specify-button): Use hand pointer rather
15365 than mouse-face as visible mouse-over effect.
15366
15367 2004-06-07 Karl Fogel <kfogel@red-bean.com>
15368
15369 * saveplace.el (save-place-alist-to-file): Bind `print-length'
15370 and `print-level' to nil when writing out `save-place-alist'.
15371 Thanks to Kai Grossjohann <kai@emptydomain.de> for enlightenment.
15372
15373 2004-06-07 Juanma Barranquero <lektu@terra.es>
15374
15375 * completion.el (completion-kill-region): Doc fix.
15376
15377 * format.el (format-insert-annotations)
15378 (format-annotate-location): Doc fixes.
15379 (format-subtract-regions): Make arguments match their use in docstring.
15380
15381 * simple.el (kill-region): Doc fix.
15382
15383 * subr.el (insert-buffer-substring-no-properties)
15384 (insert-buffer-substring-as-yank): Doc fixes.
15385
15386 2004-06-07 Luc Teirlinck <teirllm@auburn.edu>
15387
15388 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
15389 Update docstring.
15390 (dired-reset-subdir-switches): New function.
15391
15392 * dired.el (dired-undo): Call `dired-build-subdir-alist'.
15393 Limit scope of `buffer-read-only' binding.
15394
15395 2004-06-06 Emilio C. Lopes <eclig@gmx.net>
15396
15397 * eshell/esh-cmd.el (eshell/which): Respect commands quoted with
15398 eshell-explicit-command-char.
15399
15400 2004-06-06 Juanma Barranquero <lektu@terra.es>
15401
15402 * help-fns.el (help-argument-name): Inherit from italic face only
15403 if the frame supports it.
15404
15405 2004-06-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
15406
15407 * toolbar/alias.pbm, toolbar/close.pbm, toolbar/copy.pbm
15408 * toolbar/cut.pbm, toolbar/help.pbm, toolbar/home.pbm
15409 * toolbar/index.pbm, toolbar/jump_to.pbm, toolbar/left_arrow.pbm
15410 * toolbar/new.pbm, toolbar/open.pbm, toolbar/paste.pbm
15411 * toolbar/preferences.pbm, toolbar/print.pbm, toolbar/right_arrow.pbm
15412 * toolbar/save.pbm, toolbar/saveas.pbm, toolbar/search.pbm
15413 * toolbar/spell.pbm, toolbar/undo.pbm, toolbar/up_arrow.pbm:
15414 New conversions from xpm files.
15415
15416 * toolbar/README: New file.
15417
15418 2004-06-06 Richard M. Stallman <rms@gnu.org>
15419
15420 * isearch.el (isearch-mode-map): Undo previous change.
15421
15422 2004-06-05 Juri Linkov <juri@jurta.org>
15423
15424 * bindings.el (debug-ignored-errors): Add regexps for history
15425 related messages. Remove $ from "No further undo information".
15426 Move Ediff's messages to ediff.el.
15427
15428 * ediff.el: Move Ediff's debug-ignored-errors from bindings.el.
15429
15430 * cus-edit.el (custom-display): Add `min-colors'.
15431
15432 * custom.el (defface): Add `supports' to docstring.
15433
15434 * help-fns.el (help-argument-name): Add :group 'help.
15435
15436 2004-06-05 Luc Teirlinck <teirllm@auburn.edu>
15437
15438 * find-dired.el (find-ls-subdir-switches): New user option.
15439 (find-dired): No longer call `abbreviate-file-name' on DIR.
15440 Set `dired-subdir-switches' buffer-locally.
15441
15442 * locate.el: Merge the two `Commentary' sections.
15443 (locate-ls-subdir-switches): New user option.
15444 (locate): Update for other changes.
15445 (locate-mode-map): Restore Dired binding for mouse-2.
15446 Bind `locate-mouse-view-file' to M-mouse-2.
15447 Bind `l' to `locate-do-redisplay'.
15448 (locate-main-listing-line-p, locate-do-redisplay): New functions.
15449 (locate-mouse-view-file, locate-tags, locate-find-directory):
15450 Print message if used outside main listing.
15451 (locate-mode): Update docstring. Make `*Locate*' buffer read-only.
15452 Various changes to support inserted subdirectories.
15453 (locate-insert-header): Change header of *Locate* buffer.
15454
15455 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
15456 Change interactive default switches.
15457 (dired-rename-subdir-2): Update `dired-switches-alist'.
15458 (dired-insert-subdir, dired-kill-subdir):
15459 Handle `dired-switches-alist'. Do not mark buffer modified.
15460 (dired-insert-subdir-validate): Handle `dired-subdir-switches'.
15461 (dired-insert-subdir-doinsert): Omit messages.
15462 Handle `dired-subdir-switches'.
15463 (dired-hide-subdir, dired-hide-all): Do not mark buffer modified.
15464
15465 * dired.el (dired-subdir-switches, dired-switches-alist): New vars.
15466 (dired-insert-old-subdirs): Do not repeatedly delete and reinsert
15467 subdirs if -R switch is used for a subdir.
15468 (dired-mode): Set `dired-switches-alist'.
15469 (dired-build-subdir-alist): Only print number of directories in
15470 echo area when invoked interactively.
15471
15472 2004-06-05 Lars Hansen <larsh@math.ku.dk>
15473
15474 * dired-x.el (dired-omit-mode): Rename from
15475 dired-omit-files-p. Use define-minor-mode to define it.
15476 (dired-omit-files-p): Add as alias for dired-omit-mode.
15477 (dired-omit-toggle): Delete. Replaced by dired-omit-mode and
15478 dired-mark-omitted.
15479 (dired-mark-omitted): Add. Bind to M-O.
15480
15481 2004-06-05 Kenichi Handa <handa@m17n.org>
15482
15483 * ps-print.el: Fix typos (kein'ichi -> ken'ichi)
15484
15485 2004-06-05 Juanma Barranquero <lektu@terra.es>
15486
15487 * help-fns.el (help-argument-name): Reintroduce face.
15488 (help-default-arg-highlight): Use it, now that
15489 `face-differs-from-default-p' can be trusted.
15490
15491 2004-06-05 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
15492
15493 * textmodes/table.el: Sentence commands added to Point Motion
15494 group; kill and backward-kill commands added to Extraction group.
15495
15496 2004-06-04 Mario Lang <mlang@delysid.org>
15497
15498 * battery.el (battery-linux-proc-acpi): `mA' was hardcoded, but some
15499 systems appear to use mW, make the code handle this. Fix a
15500 division-by-zero bug while at it, and handle kernels with
15501 a slightly different layout in /proc/acpi.
15502
15503 2004-06-04 Karl Fogel <kfogel@red-bean.com>
15504
15505 * vc-svn.el (vc-svn-checkin): Use `nconc' instead of `list*',
15506 because the latter is a CL-ism. This fixes the bug reported by
15507 Shawn Boyette <mdxi@collapsar.net> in
15508 http://lists.gnu.org/archive/html/emacs-devel/2004-05/msg00442.html.
15509
15510 2004-06-04 Miles Bader <miles@gnu.org>
15511
15512 * faces.el (display-supports-face-attributes-p): Function moved to
15513 C code. Previously only the tty-related portion of this function
15514 was done in C; however the previous attempt to do a halfway-proper
15515 job for non-tty displays in lisp didn't work properly because of
15516 funny conditions during Emacs startup.
15517 (face-differs-from-default-p): Simplify, now that
15518 display-supports-face-attributes-p works properly on all display
15519 types. Remove :stipple from comparison; it doesn't really work
15520 in emacs anyway.
15521
15522 2004-06-04 Miles Bader <miles@gnu.org>
15523
15524 * faces.el (face-differs-from-default-p): Use a different
15525 implementation, so we can really check whether FACE displays
15526 differently or not.
15527
15528 2004-06-04 Miles Bader <miles@gnu.org>
15529
15530 * faces.el (display-supports-face-attributes-p): Implement a
15531 `different from default' check for non-tty displays.
15532
15533 2004-06-03 David Kastrup <dak@gnu.org>
15534
15535 * woman.el (woman-mapcan): More concise code.
15536 (woman-topic-all-completions, woman-topic-all-completions-1)
15537 (woman-topic-all-completions-merge): Replace by a simpler and
15538 much faster implementation based on O(n log n) sort/merge instead
15539 of the old O(n^2) behavior.
15540
15541 2004-06-03 Miles Bader <miles@gnu.org>
15542
15543 * subr.el (read-number): Use canonical format for default in prompt.
15544
15545 * minibuf-eldef.el (minibuffer-default-in-prompt-regexps):
15546 Add regexp for " [...]" style defaults.
15547
15548 2004-06-02 Romain Francoise <romain@orebokech.com>
15549
15550 * ibuf-ext.el (ibuffer-jump-to-buffer): Add support for filter
15551 groups: if the user asks for a hidden buffer, open the
15552 corresponding filter group to expose it.
15553
15554 * ibuffer.el (ibuffer-mode-map): Add key binding `M-g' to
15555 `ibuffer-jump-to-buffer'.
15556 (ibuffer-jump-offer-only-visible-buffers): New user option.
15557
15558 2004-06-02 Juanma Barranquero <lektu@terra.es>
15559
15560 * faces.el (frame-update-faces): Add empty docstring so the one
15561 for `ignore' doesn't show through.
15562
15563 * subr.el (process-kill-without-query): Remove spurious "\n" on
15564 obsolescence string.
15565 (focus-frame, unfocus-frame): Add obsolescence declaration and
15566 empty docstring.
15567
15568 * international/mule.el (register-char-codings): Make alias for
15569 `ignore'. Move docstring to obsolescence info and remove redundancy.
15570
15571 2004-06-02 Kim F. Storm <storm@cua.dk>
15572
15573 * frame.el (blink-cursor-start): Turn cursor off initially so blink
15574 starts after blink-cursor-delay rather than 2*blink-cursor-delay.
15575
15576 2004-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
15577
15578 * comint.el (comint-replace-by-expanded-history-before-point):
15579 Obey `start' as the docstring says.
15580 (comint-send-input, comint-snapshot-last-prompt, comint-output-filter)
15581 (comint-update-fence): Prevent font-lock from running unnecessarily.
15582 (comint-dynamic-list-completions): Use with-current-buffer.
15583
15584 2004-06-01 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
15585
15586 * textmodes/bibtex.el (bibtex-format-entry): Fix regexps.
15587 (bibtex-parse-strings): Bugfix, use assoc instead of assoc-string.
15588 (bibtex-entry-update): Handle alternatives and optional fields.
15589 (bibtex-parse-entry): Bugfix, handle empty key.
15590
15591 2004-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
15592
15593 * vc-arch.el (vc-arch-state): Don't assume the file exists.
15594
15595 2004-05-31 Lars Hansen <larsh@math.ku.dk>
15596
15597 * desktop.el (desktop-save): Don't save minor modes without a
15598 known mode initialization function.
15599
15600 2004-05-30 Luc Teirlinck <teirllm@auburn.edu>
15601
15602 * replace.el (query-replace-interactive): Convert defvar -> defcustom.
15603
15604 * autorevert.el: Update `Commentary' section.
15605
15606 2004-05-30 Juanma Barranquero <lektu@terra.es>
15607
15608 * dos-fns.el (convert-standard-filename):
15609 * files.el (convert-standard-filename):
15610 * w32-fns.el (convert-standard-filename):
15611 Rework docstring (wording by Eli Zaretskii and Kai Grossjohann).
15612
15613 2004-05-30 Kai Grossjohann <kai.grossjohann@gmx.net>
15614
15615 Sync with Tramp.
15616
15617 * net/tramp.el (tramp-let-maybe): Reverse args of `get'.
15618 (tramp-let-maybe): Move to an earlier spot in the file.
15619 Patch by Andreas Schwab.
15620
15621 2004-05-30 Andreas Schwab <schwab@suse.de>
15622
15623 * dired.el (dired-get-filename): Don't use dired-re-dot.
15624
15625 2004-05-30 Richard M. Stallman <rms@gnu.org>
15626
15627 * files.el (find-file): Doc fix.
15628
15629 * font-lock.el (lisp-font-lock-keywords-2): Add multiple-value-bind.
15630
15631 2004-05-30 Nick Roberts <nickrob@gnu.org>
15632
15633 * progmodes/gdb-ui.el (gdb-current-frame, gud-watch)
15634 (gdb-locals-mode, gdb-frame-handler): Display current frame in the
15635 modeline of the locals buffer.
15636 (gdb-goto-breakpoint): Handle gdbmi.
15637 (gdb-get-frame-number): Change for gdbmi.
15638
15639 2004-05-30 Michael Albinus <michael.albinus@gmx.de>
15640
15641 * files.el (file-remote-p): Apply file name handler for operation
15642 `file-remote-p'. It isn't a property any longer.
15643 (file-relative-name): `fh' and `fd' get the required value via
15644 `find-file-name-handler' already.
15645
15646 * ange-ftp.el (ange-ftp-file-remote-p): New defun.
15647 (top): Remove setting of `file-remote-p' property for
15648 `ange-ftp-hook-function'. Add `ange-ftp' property to `file-remote-p'.
15649
15650 2004-05-29 Michael Albinus <michael.albinus@gmx.de>
15651
15652 Version 2.0.41 of Tramp released.
15653
15654 * tramp.el (tramp-wait-for-regexp, tramp-wait-for-output):
15655 Throw away if process has died.
15656 Reported by Luc Teirlinck <teirllm@dms.auburn.edu>.
15657 (tramp-out-of-band-prompt-regexp): Rename to
15658 `tramp-process-alive-regexp', because its usage is widen.
15659 (tramp-actions-copy-out-of-band): Apply it.
15660 (tramp-actions-before-shell, tramp-multi-actions):
15661 Add `tramp-action-process-alive' action.
15662 (tramp-action-process-alive): New defun.
15663 (tramp-file-name-handler-alist, tramp-file-name-for-operation):
15664 Add entry for `file-remote-p'.
15665 (tramp-handle-file-remote-p): New defun.
15666 (top): Remove setting of `file-remote-p'. Don't set
15667 `inhibit-file-name-handlers' and `inhibit-file-name-operation'.
15668
15669 * tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
15670 `file-remote-p'.
15671
15672 * tramp-uu.el (tramp-uuencode-region): Padding characters aren't
15673 counted for (last) line. [They should or they shouldn't? --Stef]
15674 Reported by Aaron Ucko <ucko@ncbi.nlm.nih.gov>.
15675
15676 2004-05-29 Kai Grossjohann <kai.grossjohann@gmx.net>
15677
15678 * tramp.el (tramp-initial-commands): Add "unset HISTFILE"; this is
15679 not really necessary but seems to keep the shell history smaller
15680 in some cases. It is no substitute for setting HISTFILE and
15681 HISTSIZE from tramp-open-connection-setup-interactive-shell,
15682 though. Suggested by Luc Teirlinck.
15683 (tramp-open-connection-setup-interactive-shell): Export variables
15684 HISTFILE and HISTSIZE, do not just set them. From Luc Teirlinck.
15685 (tramp-set-process-query-on-exit-flag): New compat function.
15686 (tramp-open-connection-multi, tramp-open-connection-su)
15687 (tramp-open-connection-rsh, tramp-open-connection-telnet)
15688 (tramp-do-copy-or-rename-file-out-of-band): Use it.
15689 (tramp-let-maybe): New macro, let-binds a variable only if it
15690 isn't obsolete.
15691 (tramp-check-ls-commands, tramp-handle-expand-file-name)
15692 (tramp-handle-file-truename): Use it.
15693 (tramp-completion-file-name-regexp-unified): Avoid matching
15694 filenames starting with "/:" -- those are reserved for
15695 file-name-non-special.
15696
15697 * tramp-smb.el (tramp-smb-open-connection):
15698 Use tramp-set-process-query-on-exit-flag compat function.
15699
15700 2004-05-29 Richard M. Stallman <rms@gnu.org>
15701
15702 * net/browse-url.el (browse-url-interactive-arg): Doc fix.
15703
15704 * emacs-lisp/lisp-mode.el (prin1-char): Catch errors from `string'.
15705 (eval-last-sexp-print-value): Print char equivalent regardless
15706 of standard-output value.
15707
15708 * thumbs.el (thumbs-subst-char-in-string): Delete.
15709 (thumbs-thumbname): Use subst-char-in-string.
15710 (thumbs-resize-image): Use condition-case, not ignore-errors.
15711 (thumbs-kill-buffer): Likewise.
15712
15713 * thumbs.el: Don't include cl. Don't bother with old Emacs versions.
15714 (thumbs-mode): Make buffer read-only.
15715 (thumbs-make-thumb): Unconditionally accept an existing file.
15716 (thumbs-insert-thumb): Add thumb-image-file property to the image.
15717 (thumbs-do-thumbs-insertion): Be smarter about where to put newlines.
15718 (thumbs-show-thumbs-list): Error if images not supported.
15719 (thumbs-save-current-image): Improve prompt string.
15720 (thumbs-mode-map): Define u, R, x.
15721 (thumbs-unmark): New command.
15722 (thumbs-emboss-image): Minor cleanup.
15723 (thumbs-forward-char, thumbs-backward-char): Skip chars with no image.
15724 (thumbs-rename-images): New command.
15725 (thumbs-show-image-num): Rewrite. Don't rename the buffer.
15726
15727 * thumbs.el (thumbs-current-image): New function.
15728 (thumbs-file-list, thumbs-file-alist): New functions.
15729 (thumbs-find-image): Delete arg L.
15730 Don't set up thumbs-fileL as buffer-local global var.
15731 (thumbs-find-image-at-point): Use thumbs-current-image.
15732 (thumbs-set-image-at-point-to-root-window): Likewise.
15733 (thumbs-delete-images): Use thumbs-current-image, thumbs-file-alist.
15734 Record and warn about errors. Update thumbs-markedL for deletions.
15735 (thumbs-next-image, thumbs-previous-image): Use thumbs-file-alist.
15736 (thumbs-redraw-buffer): Use thumbs-file-list.
15737 (thumbs-mark): Use thumbs-current-image.
15738 (thumbs-show-name): Use thumbs-current-image.
15739
15740 * imenu.el (imenu--menubar-select): Set imenu-menubar-modified-tick
15741 and imenu--last-menubar-index-alist.
15742
15743 * subr.el (with-selected-window): Undo previous change.
15744
15745 2004-05-29 John Paul Wallington <jpw@gnu.org>
15746
15747 * thumbs.el (thumbs-show-name): Do nothing if no image at point.
15748 (thumbs-mouse-find-image): New command.
15749 (thumbs-mode-map): Bind it to mouse-2.
15750 (thumbs-mode): Make mode-class special.
15751 (thumbs-view-image-mode): Likewise.
15752
15753 2004-05-29 Pavel Kobiakov <pk_at_work@yahoo.com>
15754
15755 * flymake.el: New file.
15756
15757 2004-05-28 Luc Teirlinck <teirllm@auburn.edu>
15758
15759 * files.el (find-file-noselect-1): Do not bind
15760 `inhibit-read-only' to t during execution of
15761 `find-file-not-found-functions'.
15762
15763 2004-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
15764
15765 * vc-mcvs.el (vc-mcvs-print-log, vc-mcvs-diff):
15766 * vc-arch.el (vc-arch-diff): Add optional `buffer' arg.
15767
15768 2004-05-28 Juri Linkov <juri@jurta.org>
15769
15770 * simple.el (eval-expression-print-format): New fun.
15771
15772 * simple.el (eval-expression):
15773 * emacs-lisp/lisp-mode.el (eval-last-sexp-print-value):
15774 * emacs-lisp/edebug.el (edebug-compute-previous-result)
15775 (edebug-eval-expression): Print additionally the value returned by
15776 `eval-expression-print-format'.
15777
15778 * emacs-lisp/lisp.el (insert-pair-alist): New var.
15779 (insert-pair): Make arguments optional. Find character pair
15780 from `insert-pair-alist' according to the last input event.
15781 (insert-parentheses): Make arguments optional.
15782 (raise-sexp, delete-pair): New funs.
15783
15784 * emacs-lisp/lisp-mode.el (indent-pp-sexp): New fun.
15785 (emacs-lisp-mode-map, lisp-interaction-mode-map):
15786 Bind C-M-q to `indent-pp-sexp'.
15787
15788 * emacs-lisp/pp.el (pp-buffer): New fun created from the code in
15789 `pp-to-string' modified to be able to format text with newlines.
15790 (pp-to-string): Move the buffer-formatting part of the code to
15791 `pp-buffer'. Call `pp-buffer'.
15792
15793 * info.el (Info-desktop-buffer-misc-data): Don't save information
15794 about virtual files.
15795 (Info-restore-desktop-buffer): Restore Info buffers in prepared
15796 buffers with names obtained from the desktop file instead of the
15797 default *info* buffer.
15798
15799 2004-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
15800
15801 * subr.el (with-selected-window): Only save/restore the selected window.
15802
15803 * progmodes/compile.el (compilation-error-regexp-alist):
15804 Use expand-file-name and data-directory.
15805
15806 * progmodes/grep.el (grep-tree): Rework previous fix.
15807
15808 * mouse.el (mouse-set-region-1): Use temporary transient-mark-mode
15809 after the user marked text with the mouse.
15810
15811 * startup.el (command-line): Keep the first regexp of
15812 auto-save-file-name-transforms intact.
15813
15814 2004-05-28 Juanma Barranquero <lektu@terra.es>
15815
15816 * cus-edit.el (customize-face, customize-face-other-window)
15817 (custom-face-edit-delete): Make arguments match their use in
15818 docstring.
15819 (custom-unloaded-symbol-p, custom-unloaded-widget-p): Fix typo in
15820 docstring.
15821
15822 * cvs-status.el (cvs-tree-merge, cvs-tags->tree): Use `butlast',
15823 not `cvs-butlast'.
15824
15825 * pcvs-util.el (cvs-butlast, cvs-nbutlast): Remove (`butlast' and
15826 `nbutlast' are in subr.el).
15827
15828 * w32-fns.el (w32-using-nt, w32-shell-dos-semantics)
15829 (set-w32-system-coding-system): Doc fixes.
15830
15831 * textmodes/artist.el (artist-last, artist-remove-nulls): Simplify.
15832 (artist-draw-ellipse-general, artist-draw-ellipse-with-0-height):
15833 Make arguments match their use in docstring.
15834 (artist-draw-region-trim-line-endings)
15835 (artist-mouse-choose-operation): Fix typo in docstring.
15836 (artist-key-set-point-common): Doc fix.
15837
15838 2004-05-28 Simon Josefsson <jas@extundo.com>
15839
15840 * mail/smtpmail.el (smtpmail-open-stream):
15841 Bind starttls-extra-arguments too, if starttls.el uses GNUTLS.
15842
15843 2004-05-26 Simon Josefsson <jas@extundo.com>
15844
15845 * starttls.el: Merge with my GNUTLS based starttls.el.
15846 (starttls-gnutls-program, starttls-use-gnutls)
15847 (starttls-extra-arguments, starttls-process-connection-type)
15848 (starttls-connect, starttls-failure, starttls-success): New variables.
15849 (starttls-program, starttls-extra-args): Doc fix.
15850 (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New funs.
15851 (starttls-negotiate, starttls-open-stream): Check `starttls-use-gnutls'
15852 and pass on to corresponding *-gnutls function if it is set.
15853
15854 2004-05-27 Luc Teirlinck <teirllm@auburn.edu>
15855
15856 * autorevert.el (auto-revert-handler): Disable auto-reverting of
15857 remote files.
15858
15859 2004-05-27 Michael Albinus <michael.albinus@gmx.de>
15860
15861 * files.el (file-name-non-special): There are more operations
15862 which need handling: `find-backup-file-name',
15863 `insert-file-contents', `verify-visited-file-modtime',
15864 `write-region'. Rename t value of method to `add'. Add new
15865 methods `quote' and `unquote-then-quote' to file-arg-indices.
15866
15867 2004-05-25 Juri Linkov <juri@jurta.org>
15868
15869 * info.el (Info-toc): Call Info-mode on intermediate buffer.
15870 (Info-index-nodes): Enclose code in condition-case to catch errors.
15871 (Info-index-node): Don't search all index nodes if request is only
15872 for the current node and file is not in the cache of index nodes.
15873 (Info-mode-map): Bind Info-copy-current-node-name to `w'
15874 for consistency with dired-copy-filename-as-kill.
15875 Bind `S' to Info-search-case-sensitively.
15876 (Info-copy-current-node-name): New arg. With zero prefix arg put
15877 the name inside a function call to `info'. Display copied text in
15878 the echo area.
15879
15880 2004-05-25 Sam Steingold <sds@gnu.org>
15881
15882 * emacs-lisp/lisp-mode.el (lisp-find-tag-default): New function:
15883 strip the package prefix from the symbol name, if any.
15884 Make it the `find-tag-default-function' for `lisp-mode'.
15885
15886 2004-05-25 John Paul Wallington <jpw@gnu.org>
15887
15888 * gs.el (gs-load-image): Use `set-process-query-on-exit-flag'
15889 instead of obsolete `process-kill-without-query'.
15890
15891 * textmodes/texinfmt.el (texinfo-indexvar-alist):
15892 Declare as variable, not constant.
15893
15894 2004-05-25 Luc Teirlinck <teirllm@auburn.edu>
15895
15896 * files.el (find-file-noselect-1): Fix bug introduced by
15897 Revision 1.694. As a side effect, `inhibit-read-only'
15898 is again, by default, t during execution of
15899 `find-file-not-found-functions'.
15900 (insert-directory): Check that lines were really inserted by
15901 the --dired switch, before erasing them.
15902
15903 2004-05-24 Nick Roberts <nickrob@gnu.org>
15904
15905 * progmodes/gdb-ui.el (gdb-breakpoints-mode, gdb-frames-mode)
15906 (gdb-locals-mode): Check gud-minor-mode in gud-comint-buffer.
15907 (gdb-var-update, gdb-var-update-handler, gdb-var-delete)
15908 (gdb-edit-value, gdb-speedbar-expand-node): Handle new value for
15909 gud-minor-mode (gdbmi).
15910
15911 2004-05-24 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny change)
15912
15913 * net/browse-url.el (browse-url-interactive-arg): Enable user to
15914 explicitly select the text to be taken as URL.
15915
15916 2004-05-23 Juri Linkov <juri@jurta.org>
15917
15918 * info.el (Info-index-nodes): New var and fun.
15919 (Info-goto-index, Info-index, info-apropos)
15920 (Info-find-emacs-command-nodes): Rewrite to use Info-index-nodes.
15921 (Info-index): Fix docstring. Store and restore Info-history-list.
15922 (Info-complete-nodes): New var.
15923 (Info-complete-menu-item): Use it.
15924 (Info-index-node): New fun.
15925 (Info-final-node, Info-forward-node, Info-backward-node)
15926 (Info-build-toc, Info-try-follow-nearest-node, Info-fontify-node):
15927 Use Info-index-node.
15928 (Info-extract-menu-item, Info-extract-menu-counting): Set second
15929 arg of `Info-extract-menu-node-name' to non-nil for index nodes.
15930 (Info-find-node-2): If a node with period in its name not found,
15931 try to find a node without the name part after period.
15932 (Info-select-node): Call Info-fontify-node only if
15933 Info-fontify-maximum-menu-size is not nil.
15934 (info-apropos): Set Info-fontify-maximum-menu-size to nil.
15935 (Info-find-emacs-command-nodes, Info-goto-emacs-command-node):
15936 Preserve Info-history-list.
15937 (Info-toc): Set Info-current-file.
15938 (Info-build-toc): Move point to the beginning of the buffer.
15939 Add main-file variable.
15940 (Info-dir-remove-duplicates, Info-history, Info-toc, info-apropos):
15941 Use backslashed representation of the control character ^_.
15942
15943 * textmodes/texinfmt.el (texinfo-print-index): Print index line
15944 numbers in the new Texinfo 4.7 format.
15945
15946 * add-log.el (change-log-font-lock-keywords): Remove `:' from
15947 regexps for function and variable names.
15948
15949 * descr-text.el (describe-property-list): Add [show] button for
15950 `syntax-table' property with action to pp to a separate buffer.
15951 (describe-char): Replace search-forward by re-search-forward with
15952 whitespace regexp after "character:" to not fail in too narrow windows.
15953
15954 * simple.el (next-error-find-buffer): Add a rule to return
15955 next-error capable buffer if one window on the selected frame
15956 displays such buffer.
15957
15958 2004-05-23 Nick Roberts <nickrob@gnu.org>
15959
15960 * progmodes/gdb-ui.el (gdb-server-prefix): New variable.
15961 (gud-watch, gdb-send-item, gdb-breakpoints-mode, gdb-frames-mode)
15962 (gdb-locals-mode, gdb-send-item, gdb-toggle-breakpoint)
15963 (gdb-delete-breakpoint, gdb-frames-select, gdb-threads-buffer)
15964 (gdb-registers-buffer, gdb-reset, gdb-assembler-buffer):
15965 Handle new value for gud-minor-mode (gdbmi).
15966 (gdb-buffer-type, gdb-input-queue, gdb-prompting)
15967 (gdb-output-sink, gdb-current-item, gdb-pending-triggers):
15968 Change from local to global gdb variable set.
15969 (gdb-ann3): Initialize above gdb variable set.
15970 (gdb-var-update, gdb-var-update-handler, gdb-enqueue-input)
15971 (gdb-dequeue-input, gdb-source, gdb-pre-prompt, gdb-prompt)
15972 (gdb-subprompt, gdb-starting, gdb-stopping, gdb-frame-begin)
15973 (gdb-stopped, gdb-post-prompt, gdb-concat-output)
15974 (def-gdb-auto-update-trigger, def-gdb-auto-update-handler)
15975 (gdb-info-locals-handler, gdb-invalidate-assembler)
15976 (gdb-get-current-frame, gdb-frame-handler): Handle gdb variable
15977 set as global variables.
15978 (gdb-get-create-buffer): Don't make gud-comint buffer-local.
15979 Handle gdbmi.
15980 (gdb-info-breakpoints-custom): Fix regexp.
15981 (def-gdb-var): Delete.
15982
15983 * progmodes/gud.el (gud-menu-map, gud-speedbar-menu-items)
15984 (gud-speedbar-buttons, gud-sentinel, gud-display-line)
15985 (gud-basic-call): Handle new value for gud-minor-mode (gdbmi) for
15986 a new mode. The file (gdb-mi.el) for this mode will be included
15987 with the GDB distribution (6.2 onwards) and will use GDB/MI as its
15988 primary interface.
15989
15990 2004-05-23 Jesper Harder <harder@ifa.au.dk>
15991
15992 * progmodes/grep.el (grep-tree): Ensure that DIR argument is
15993 interpreted as a directory.
15994
15995 2004-05-22 Richard M. Stallman <rms@gnu.org>
15996
15997 * textmodes/paragraphs.el (sentence-end): Match unicode curly quotes
15998 as a close quote.
15999
16000 * textmodes/bibtex.el: Use assoc-string, not assoc-ignore-case.
16001
16002 * progmodes/idlw-shell.el (idlwave-shell-get-object-class):
16003 Use assoc-string, not assoc-ignore-case.
16004
16005 * progmodes/ada-mode.el: Use assoc-string, not assoc-ignore-case.
16006
16007 * emacs-lisp/lisp.el (mark-defun, narrow-to-defun):
16008 If moving back then fwd gets a defun that ends before point,
16009 try again moving fwd then back.
16010
16011 * files.el (file-name-non-special): Allow t in file-arg-indices
16012 to mean requote the return value. Use `identity' as an element
16013 rather than as the whole value.
16014
16015 * gs.el (gs-options): Add -dSAFER. Mark it risky.
16016
16017 2004-05-22 Juanma Barranquero <lektu@terra.es>
16018
16019 * help-fns.el (help-add-fundoc-usage): Use %S only for output of
16020 `help-make-usage'.
16021 (help-highlight-arguments): Skip function name before searching
16022 for arguments.
16023
16024 2004-05-21 Juanma Barranquero <lektu@terra.es>
16025
16026 * allout.el (allout-chart-subtree, allout-rebullet-topic-grunt):
16027 Don't mention in the docstring these arguments meant for
16028 internal (recursive) use only.
16029 (allout-char-spec): Comment out (it's not implemented).
16030 (allout-old-expose-topic, allout-exposure): Fix docstring and add
16031 obsolescence declaration.
16032 (allout-flatten-exposed-to-buffer)
16033 (allout-indented-exposed-to-buffer): Fix typos in docstring.
16034 (my-mark-marker): Doc fix.
16035 (produce-allout-mode-map, allout-sibling-index)
16036 (allout-isearch-expose, allout-distinctive-bullet)
16037 (allout-open-topic, allout-reindent-body)
16038 (allout-rebullet-heading, allout-process-exposed)
16039 (allout-insert-listified, allout-latex-verb-quote)
16040 (allout-insert-latex-header, allout-insert-latex-trailer):
16041 Make arguments match their use in docstring.
16042 (allout-primary-bullet, allout-old-style-prefixes)
16043 (allout-inhibit-protection, allout-init, allout-mode)
16044 (allout-before-change-protect, allout-flag-region):
16045 Use "Emacs" instead of "emacs" in docstrings.
16046
16047 2004-05-21 Masayuki Ataka <ataka@milk.freemail.ne.jp> (tiny change)
16048
16049 * international/characters.el: Modify syntax of more characters.
16050
16051 2004-05-21 Masatake YAMATO <jet@gyve.org>
16052
16053 * progmodes/etags.el (tags-apropos, list-tags): Require apropos.
16054 (etags-tags-completion-table): Show parsing progress.
16055
16056 2004-05-20 Luc Teirlinck <teirllm@auburn.edu>
16057
16058 * locate.el (locate-prompt-for-command): Shorten first line of
16059 docstring.
16060 (locate-mode): Expand docstring and include keymap summary.
16061
16062 * files.el (find-file-noselect-1): Limit the scope of the
16063 `inhibit-read-only' binding. Make sure that `inhibit-read-only'
16064 is, by default, nil during the execution of
16065 `find-file-not-found-functions' and `find-file-hook'.
16066
16067 2004-05-20 Michael Mauger <mmaug@yahoo.com>
16068
16069 * facemenu.el (facemenu-color-name-equal): New function.
16070 (list-colors-display): Use it to compare colors instead of
16071 facemenu-color-equal.
16072
16073 2004-05-20 Dan Nicolaescu <dann@ics.uci.edu>
16074
16075 * compare-w.el (compare-windows-face): Use min-colors instead of
16076 checking for tty or pc types.
16077
16078 2004-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
16079
16080 * simple.el (do-auto-fill): Remove unused vars `bol' and `opoint'.
16081 (completion-setup-function): Use with-current-buffer.
16082 Properly save excursion. Simplify.
16083 Don't assume there is necessarily a `mouse-face' property somewhere.
16084
16085 * progmodes/gud.el (gud-reset): Use unless & with-current-buffer.
16086
16087 * progmodes/gdb-ui.el (gdb-reset): Use unless. Fix regexp.
16088
16089 * emacs-lisp/bytecomp.el (byte-compile-log): Use backquotes.
16090 (byte-compile-log-1): Don't call (byte-goto-log-buffer).
16091 Use with-current-buffer.
16092 (byte-goto-log-buffer): Delete.
16093 (byte-compile-log-file): Call compilation-forget-errors.
16094
16095 2004-05-19 Takaaki Ota <Takaaki.Ota@am.sony.com> (tiny change)
16096
16097 * net/ldap.el (ldap-search-internal): Avoid mixing standard error
16098 output messages into the search result.
16099
16100 2004-05-19 Masatake YAMATO <jet@gyve.org>
16101
16102 * wid-edit.el (widget-radio-button-notify): Revert my last
16103 change. Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
16104
16105 2004-05-19 Kenichi Handa <handa@m17n.org>
16106
16107 * international/characters.el: Fix syntax (open/close) of CJK chars.
16108
16109 2004-05-18 Karl Chen <quarl@hkn.eecs.berkeley.edu> (tiny change)
16110
16111 * help-mode.el (help-go-back): Don't depend on position of back button.
16112
16113 2004-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
16114
16115 * files.el (auto-save-file-name-transforms): Make sure ange-ftp temp
16116 files files don't contain an accidental additional /.
16117
16118 * textmodes/tex-mode.el (tex-compilation-parse-errors): Save excursion
16119 in source buffer.
16120
16121 2004-05-18 Masatake YAMATO <jet@gyve.org>
16122
16123 * wid-edit.el (widget-radio-button-notify): Don't pass `widget'
16124 to widget-apply. :action method assumes 2 arguments, not 3.
16125
16126 2004-05-17 Glenn Morris <gmorris@ast.cam.ac.uk>
16127
16128 * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
16129 New constants.
16130 (hs-special-modes-alist): Add an f90-mode entry.
16131
16132 2004-05-17 Sam Steingold <sds@gnu.org>
16133
16134 * emacs-lisp/cl-indent.el (common-lisp-indent-function-1):
16135 Indent "without-" forms just like "with-" and "do-". Use regexp-opt.
16136
16137 2004-05-16 Kim F. Storm <storm@cua.dk>
16138
16139 * emacs-lisp/timer.el (timer-event-handler): Fix last change.
16140
16141 2004-05-15 John Wiegley <johnw@newartisans.com>
16142
16143 * eshell/esh-io.el (eshell-get-target): Whitespace changes.
16144 (eshell-output-object-to-target): Improve output speed 20% by not
16145 calling `eshell-stringify' if something is already known to be a string.
16146
16147 2004-05-15 Alex Ott <ott@jet.msk.su>
16148
16149 * textmodes/ispell.el (ispell-local-dictionary-alist):
16150 Add windows-1251 to the choice of coding systems.
16151 (ispell-dictionary-alist-6): Add support for "russianw.aff",
16152 encoded in cp1251.
16153
16154 2004-05-15 Dan Nicolaescu <dann@ics.uci.edu>
16155
16156 * progmodes/compile.el (compilation-warning-face)
16157 (compilation-info-face): Use min-colors.
16158
16159 2004-05-15 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
16160
16161 * toolbar/close.pbm, toolbar/close.xpm, toolbar/copy.pbm
16162 * toolbar/copy.xpm, toolbar/cut.pbm, toolbar/cut.xpm
16163 * toolbar/help.pbm, toolbar/help.xpm, toolbar/home.pbm
16164 * toolbar/home.xpm, toolbar/index.pbm, toolbar/index.xpm
16165 * toolbar/jump_to.pbm, toolbar/jump_to.xpm, toolbar/left_arrow.pbm
16166 * toolbar/left_arrow.xpm, toolbar/new.pbm, toolbar/new.xpm
16167 * toolbar/open.pbm, toolbar/open.xpm, toolbar/paste.pbm
16168 * toolbar/paste.xpm, toolbar/preferences.pbm, toolbar/preferences.xpm
16169 * toolbar/print.pbm, toolbar/print.xpm, toolbar/right_arrow.pbm
16170 * toolbar/right_arrow.xpm, toolbar/save.pbm, toolbar/save.xpm
16171 * toolbar/saveas.pbm, toolbar/saveas.xpm, toolbar/search.pbm
16172 * toolbar/search.xpm, toolbar/spell.pbm, toolbar/spell.xpm
16173 * toolbar/undo.pbm, toolbar/undo.xpm, toolbar/up_arrow.pbm
16174 * toolbar/up_arrow.xpm: New icons from GTK+ version 2.
16175
16176 2004-05-15 Kim F. Storm <storm@cua.dk>
16177
16178 * emacs-lisp/timer.el (timer-activate): Add optional arg triggered-p.
16179 Use it to set triggered-p element of timer.
16180 (timer-event-handler): Set triggered-p element non-nil while running
16181 the timer function.
16182
16183 2004-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
16184
16185 * descr-text.el (describe-char-unicode-data)
16186 (describe-char-unicodedata-file): Re-enable the unicode code now that
16187 the licensing issues have been cleared in the unicode-4 license.
16188 (describe-text-properties-1): Remove unused `overlay' var.
16189 (describe-char): Remove unused var `buffer'.
16190
16191 2004-05-14 David Ponce <david@dponce.com>
16192
16193 * tree-widget.el: New file.
16194
16195 2004-05-13 Marcelo Toledo <marcelo@gnu.org>
16196
16197 * language/european.el ("Brazilian Portuguese"): Add support for
16198 Brazilian Portuguese.
16199
16200 2004-05-13 John Wiegley <johnw@newartisans.com>
16201
16202 * iswitchb.el (iswitchb-use-virtual-buffers): Only turn on
16203 `recentf-mode' if this variable has been customized to t.
16204
16205 * eshell/esh-test.el (eshell-test): Call the function
16206 `emacs-version' rather than trying to build a custom version string.
16207
16208 2004-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
16209
16210 * net/telnet.el (telnet-mode): Use define-derived-mode.
16211 Don't modify the global value of comint-prompt-regexp.
16212
16213 2004-05-13 John Paul Wallington <jpw@gnu.org>
16214
16215 * version.el (emacs-version): Check for `gtk' feature before
16216 `x-toolkit' feature.
16217
16218 2004-05-13 Juanma Barranquero <lektu@terra.es>
16219
16220 * files.el (file-truename): Don't mention COUNTER and PREV-DIRS
16221 arguments in the docstring, they're used only in recursive calls.
16222
16223 * help-fns.el (help-arg-highlighting-function)
16224 (help-argument-name): Delete.
16225 (help-default-arg-highlight): New function.
16226 (help-do-arg-highlighting): Use it.
16227
16228 2004-05-13 Glenn Morris <gmorris@ast.cam.ac.uk>
16229
16230 * calendar/appt.el (appt-disp-window):
16231 Use `calendar-set-mode-line' for a centered mode-line.
16232
16233 2004-05-13 Takaaki Ota <Takaaki.Ota@am.sony.com> (tiny change)
16234
16235 * calendar/appt.el (appt-disp-window): Do not split window
16236 excessively when `split-height-threshold' is low.
16237
16238 2004-05-12 Nick Roberts <nickrob@gnu.org>
16239
16240 * progmodes/gud.el (gud-mode): Add gud-kill-buffer-hook to
16241 kill-buffer-hook here and make it local.
16242 (gud-kill-buffer-hook): Use kill-process for a sure kill.
16243
16244 2004-05-12 Daniel Pfeiffer <occitan@esperanto.org>
16245
16246 * progmodes/compile.el (compilation-set-window-height):
16247 Use save-excursion to protect against misplaced marker.
16248
16249 2004-05-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
16250
16251 * custom.el (defface): Document that type can have value gtk.
16252
16253 * faces.el (face-spec-set-match-display): Handle type gtk in display.
16254
16255 2004-05-12 Kenichi Handa <handa@m17n.org>
16256
16257 * descr-text.el: Require quail at compile time.
16258 (describe-char): If an input method is on and it supports the
16259 character, show how to input it.
16260
16261 * international/quail.el (quail-install-decode-map): Accept a
16262 char-table whose subtype is `quail-decode-map'.
16263 (quail-store-decode-map-key, quail-gen-decode-map1)
16264 (quail-gen-decode-map, quail-find-key1, quail-find-key)
16265 (quail-show-key): New functions.
16266
16267 2004-05-12 Juanma Barranquero <lektu@terra.es>
16268
16269 * generic.el (define-generic-mode): Remove redundant arglist info.
16270
16271 * help-fns.el (help-split-fundoc, help-add-fundoc-usage):
16272 Make arguments match their use in docstring.
16273 (help-arg-highlighting-function): New variable.
16274 (help-argument-name): Mention it in the docstring.
16275 (help-do-arg-highlight): Use it. Expand regexp to accept also
16276 ARG-xxx and xxx-ARG references.
16277
16278 2004-05-11 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny change)
16279
16280 * mail/rfc2368.el (rfc2368-parse-mailto-url): Make the results of
16281 parsing "mailto:addr1%2C%20addr2", "mailto:?to=addr1%2C%20addr2",
16282 and "mailto:addr1?to=addr2" equal.
16283
16284 2004-05-11 Alexander Pohoyda <alexander.pohoyda@gmx.net> (tiny change)
16285
16286 * man.el (Man-getpage-in-background): Use shell-file-name
16287 and shell-command-switch variables instead of hard-coded values.
16288
16289 2004-05-11 Eli Zaretskii <eliz@gnu.org>
16290
16291 * iimage.el: New file.
16292
16293 2004-05-11 Juanma Barranquero <lektu@terra.es>
16294
16295 * custom.el (custom-initialize-default, defcustom):
16296 Fix typo in docstring.
16297
16298 * files.el (set-visited-file-name, file-expand-wildcards):
16299 Fix docstring.
16300
16301 2004-05-10 Stefan Monnier <monnier@iro.umontreal.ca>
16302
16303 * emacs-lisp/lisp-mode.el (prin1-char): Use eventp.
16304
16305 * subr.el (eventp): Be more discriminating with integers.
16306
16307 2004-05-10 Daniel Pfeiffer <occitan@esperanto.org>
16308
16309 * progmodes/compile.el (compile): Add universal prefix arg.
16310 (compilation-error-regexp-alist-alist): Add edg patterns.
16311
16312 2004-05-10 Sam Steingold <sds@gnu.org>
16313
16314 * textmodes/ispell.el (ispell-message):
16315 Use `message-cite-prefix-regexp' instead of `message-yank-prefix'.
16316
16317 2004-05-10 Dave Love <fx@gnu.org>
16318
16319 * progmodes/python.el (help-buffer): Autoload when compiling.
16320 (python-after-info-look): Don't assume Info-goto-node returns non-nil.
16321 (run-python): Prepend to any existing PYTHONPATH.
16322
16323 2004-05-10 Nick Roberts <nick@nick.uklinux.net>
16324
16325 * progmodes/gdb-ui.el (gdb-annotation-rules): Add nquery annotation
16326 for pending breakpoints.
16327
16328 2004-05-10 Richard M. Stallman <rms@gnu.org>
16329
16330 * mail/unrmail.el (unrmail): Mostly rewritten. Parses the file
16331 directly without calling any functions in Rmail.
16332 (unrmail-unprune): Function deleted.
16333
16334 2004-05-10 Stefan Monnier <monnier@iro.umontreal.ca>
16335
16336 * progmodes/python.el (inferior-python-mode-map): Remove erroneous
16337 C-c C-z binding.
16338
16339 2004-05-10 Kenichi Handa <handa@m17n.org>
16340
16341 * descr-text.el (describe-char): Fix previous change. Don't make
16342 a unibyte character to multibyte in the *Help* buffer.
16343
16344 2004-05-10 Miles Bader <miles@gnu.org>
16345
16346 * lisp/progmodes/gud.el (gud-common-init): Only consider an existing
16347 buffer an error if the debugger process is actually running.
16348
16349 2004-05-10 Juanma Barranquero <lektu@terra.es>
16350
16351 * help-fns.el (help-argument-name): Default to italic.
16352 (help-highlight-arguments): Return always (usage . doc), even when
16353 usage is nil.
16354
16355 * ibuf-macs.el (define-ibuffer-column, define-ibuffer-sorter)
16356 (define-ibuffer-filter): Add usage info.
16357 (define-ibuffer-op): Add usage info (but CL-style defaults for
16358 keyword args are not shown).
16359
16360 * subr.el (remove-overlays, read-passwd): Fix docstring.
16361 (start-process-shell-command): Fix docstring. Put usage info in a
16362 format usable by `describe-function'.
16363 (open-network-stream, open-network-stream-nowait)
16364 (open-network-stream-server): Fix docstring.
16365
16366 2004-05-09 Jason Rumney <jasonr@gnu.org>
16367
16368 * international/code-pages (cp932, cp936, cp949, c950): Remove.
16369 Only define cp125* if windows-125* is already defined.
16370
16371 * language/korean.el (cp949): Add alias.
16372
16373 * language/chinese.el (cp936, cp950): Add aliases.
16374
16375 * language/japanese.el (cp932): Add alias.
16376
16377 * term/w32-win.el: Require code-pages.
16378
16379 * international/mule-cmds.el (set-locale-environment):
16380 On MS-Windows use ansi code-page for default coding-systems.
16381 Set up paper sizes for Windows 3 letter languages.
16382
16383 * international/code-pages.el (cp932, cp936, cp949, cp950):
16384 Add aliases. Also add cp125* if not already defined.
16385
16386 2004-05-09 Juanma Barranquero <lektu@terra.es>
16387
16388 * help-fns.el (help-highlight-arguments): Don't try to highlight
16389 missing or autoloaded arglists. Accept structured arguments, like
16390 the first ones of `do' and `flet'.
16391
16392 * pcvs.el (cvs-mode-run, cvs-is-within-p): Fix typo in docstring.
16393 (cvs-get-marked): Remove redundant arglist info.
16394
16395 * net/quickurl.el (quickurl, quickurl-browse-url, quickurl-read):
16396 Don't use CL-style default args.
16397
16398 2004-05-08 Andreas Schwab <schwab@suse.de>
16399
16400 * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Doc fix.
16401
16402 * international/subst-ksc.el: Fix references to utf-translate-cjk
16403 into utf-translate-cjk-mode.
16404 * international/subst-big5.el: Likewise.
16405 * international/subst-gb2312.el: Likewise.
16406 * international/subst-jis.el: Likewise.
16407 * international/utf-16.el: Likewise.
16408 * international/utf-8.el: Likewise.
16409
16410 2004-05-08 John Wiegley <johnw@newartisans.com>
16411
16412 * iswitchb.el (iswitchb-use-virtual-buffers): Add support for
16413 "virtual buffers" (off by default), which makes it possible to
16414 switch to the "virtual" buffers of recently visited files. When a
16415 buffer name search fails, and this option is on, iswitchb will
16416 look at the list of recently visited files, and permit matching
16417 against those names. When the user hits RET on a match, it will
16418 revisit that file.
16419 (iswitchb-read-buffer): Add two optional arguments, which makes
16420 isearchb.el possible.
16421 (iswitchb-completions, iswitchb-set-matches, iswitchb-prev-match)
16422 (iswitchb-next-match): Add support for virtual buffers.
16423
16424 * isearchb.el: This module extends iswitchb to provide "as you
16425 type" buffer selection.
16426
16427 * textmodes/flyspell.el (flyspell-highlight-incorrect-region):
16428 Ignore the read-only property when flyspell highlighting is on.
16429 Not ignoring it leads to a series of confusing errors.
16430 (flyspell-highlight-duplicate-region): Ignore read-only, as above,
16431 but also make sure to call flyspell-incorrect-hook.
16432 (flyspell-maybe-correct-transposition): Perform transposition test
16433 by bit twiddling a string, rather than using a temp buffer.
16434 (flyspell-maybe-correct-doubling): Use a string rather than a temp
16435 buffer. This is also the original version of the code, which
16436 could not be checked in before due to a previous lack of
16437 assignment papers. This version has seen heavy usage on my system
16438 for several years now.
16439
16440 * calendar/cal-bahai.el: New file, which adds support for the
16441 Baha'i calendar to Emacs. This calendar is based on a solar year
16442 of 19 months of 19 days, with 4 intercalary days. Each year
16443 begins on March 21, with the calendar starting in 1844.
16444
16445 * calendar/cal-menu.el, calendar/calendar.el
16446 * calendar/diary-lib.el, calendar/holidays.el:
16447 Added support for using cal-bahai.el.
16448
16449 * eshell/em-glob.el (eshell-glob-initialize): Move initialization
16450 of `eshell-glob-chars-regexp' into `eshell-glob-regexp', so that
16451 function can be used outside of eshell buffers.
16452 (eshell-glob-regexp): Initialize `eshell-glob-chars-regexp' here.
16453
16454 2004-05-08 Juanma Barranquero <lektu@terra.es>
16455
16456 * help-fns.el (help-do-arg-highlight): Temporarily set ?\- to be a
16457 word constituent so FOO-ARG is not recognized as an arg.
16458 (help-highlight-arguments): Don't skip lists in mandatory arguments.
16459
16460 * simple.el (next-error): Fix typo in docstring.
16461 (open-line): Make argument names match their use in docstring.
16462 (split-line): Fix docstring.
16463
16464 * emacs-lisp/cl-macs.el (do, do*): Put usage info in a format
16465 usable by `describe-function'.
16466 (gensym, gentemp, typep, ignore-errors): Make argument names match
16467 their use in docstring.
16468
16469 * progmodes/python.el (python-describe-symbol): Pass INTERACTIVE-P
16470 argument to `help-setup-xref'.
16471
16472 2004-05-07 Kai Grossjohann <kai@emptydomain.de>
16473
16474 Version 2.0.40 of Tramp released.
16475
16476 * net/tramp.el (tramp-completion-mode, tramp-md5-function):
16477 Use symbol-function to invoke functions only known on some Emacs
16478 flavors. This avoids byte-compiler warnings. Reported by Kevin
16479 Scaldeferri <kevin@scaldeferri.com>.
16480 (tramp-do-copy-or-rename-file-via-buffer): Rename from
16481 tramp-do-copy-or-rename-via-buffer (without `file'), to make it
16482 consistent with the other tramp-do-* functions.
16483 (tramp-do-copy-or-rename-file): Calls adjusted.
16484 (tramp-process-initial-commands): Avoid liveness check on shell --
16485 we know that it must be alive since we're opening a connection at
16486 this moment.
16487 (tramp-last-cmd): New internal variable.
16488 (tramp-process-echoes): New tunable.
16489 (tramp-send-command): Set tramp-last-cmd.
16490 (tramp-wait-for-output): Delete echo, if applicable.
16491 (tramp-read-passwd): Construct the key for the password cache in a
16492 way that works for multi methods, too.
16493 (tramp-bug): Add backup-directory-alist and
16494 bkup-backup-directory-info to bug reports, with Tramp counterparts.
16495
16496 2004-05-07 Michael Albinus <michael.albinus@gmx.de>
16497
16498 * net/tramp*.el: Suppress byte-compiler warnings where possible.
16499
16500 * net/tramp.el (tramp-out-of-band-prompt-regexp)
16501 (tramp-actions-copy-out-of-band): New defcustoms.
16502 (tramp-do-copy-or-rename-file-out-of-band): Asynchronous process
16503 used instead of a synchronous one. Allows password entering.
16504 (tramp-action-out-of-band): New defun.
16505 (tramp-open-connection-rsh, tramp-method-out-of-band-p):
16506 Remove restriction with password from doc string.
16507 (tramp-bug): Add variables `tramp-terminal-prompt-regexp',
16508 `tramp-out-of-band-prompt-regexp',
16509 `tramp-actions-copy-out-of-band', `password-cache' and
16510 `password-cache-expiry'.
16511 (toplevel): Remove todo item wrt ssh-agent. Obsolete due to
16512 password caching.
16513 (tramp-touch): FILE can be a local file, too.
16514 (TODO): Remove items done.
16515 (tramp-handle-insert-directory): Properly quote file name also if
16516 not full-directory-p. Handle wildcard case. Reported by Andreas
16517 Schwab <schwab@suse.de>.
16518 (tramp-do-copy-or-rename-file-via-buffer): Set permissions of the
16519 new file.
16520 (tramp-handle-file-local-copy, tramp-handle-write-region):
16521 The permissions of the temporary file are set if filename exists.
16522 Reported by Ted Stern <stern@cray.com>.
16523 (tramp-backup-directory-alist)
16524 (tramp-bkup-backup-directory-info): New defcustoms.
16525 (tramp-file-name-handler-alist): Add entry for `find-backup-file-name'.
16526 (tramp-handle-find-backup-file-name): New function.
16527 Implements Tramp's find-backup-file-name.
16528
16529 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry
16530 for `find-backup-file-name'.
16531
16532 * net/tramp-vc.el (tramp-vc-workfile-unchanged-p): Correct typo
16533 ("file" -> "filename"). Reported by Kim F. Storm <storm@cua.dk>.
16534
16535 2004-05-07 Lars Hansen <larsh@math.ku.dk>
16536
16537 * desktop.el (desktop-buffer-mode-handlers): Fix docstring.
16538
16539 2004-05-07 Juanma Barranquero <lektu@terra.es>
16540
16541 * subr.el (lambda): Add arglist description to docstring.
16542 (declare): Fix typo in docstring.
16543 (open-network-stream): Fix docstring.
16544 (process-kill-without-query): Fix docstring and add obsolescence info.
16545 (last, butlast, nbutlast): Make arguments match their use in docstring.
16546 (insert-buffer-substring-no-properties): Likewise.
16547 (insert-buffer-substring-as-yank): Likewise.
16548 (split-string): Fix docstring.
16549
16550 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
16551 Make argument names match their use in docstring.
16552
16553 * emacs-lisp/re-builder.el (reb-auto-update): Fix typo in docstring.
16554
16555 2004-05-06 Nick Roberts <nickrob@gnu.org>
16556
16557 * progmodes/gdb-ui.el: Improve/extend documentation strings.
16558 Fit first sentence on one line for apropos-command.
16559
16560 2004-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
16561
16562 Changes largely merged in from Dave Love's code.
16563 * progmodes/python.el: Doc fixes.
16564 (python-mode-map): Add python-complete-symbol.
16565 (python-comment-line-p, python-beginning-of-string): Use syntax-ppss.
16566 (python-comment-indent, python-complete-symbol)
16567 (python-symbol-completions, python-partial-symbol)
16568 (python-try-complete): New.
16569 (python-indent-line): Remove optional arg. Use python-block-end-p.
16570 (python-check): Bind compilation-error-regexp-alist.
16571 (inferior-python-mode): Use rx. Move keybindings to top level.
16572 Set comint-input-filter.
16573 (python-preoutput-filter): Use rx.
16574 (python-input-filter): Re-introduce.
16575 (python-proc): Start new process if necessary.
16576 Check python-buffer non-nil.
16577 (view-return-to-alist): Defvar.
16578 (python-send-receive): New.
16579 (python-eldoc-function): Use it.
16580 (python-mode-running): Don't defvar.
16581 (python-mode): Set comment-indent-function.
16582 Maybe update hippie-expand-try-functions-list.
16583 (python-indentation-levels): Initialize differently.
16584 (python-block-end-p): New.
16585 (python-indent-line): Use it.
16586 (python-compilation-regexp-alist): Augment.
16587 (run-python): Import `emacs' module to Python rather than loading
16588 code directly. Set python-buffer differently.
16589 (python-send-region): Use emacs.eexecfile. Fix orig-start calculation.
16590 Use python-proc.
16591 (python-send-command): Go to end of comint buffer.
16592 (python-load-file): Use python-proc, emacs.eimport.
16593 (python-describe-symbol): Simplify interactive form.
16594 Use emacs.help. Do use temp-buffer-show-hook.
16595 Call print-help-return-message.
16596 (hippie-exp): Require when compiling.
16597 (python-preoutput-continuation): Use rx.
16598
16599 * diff-mode.el (diff-make-unified): Fix regexp.
16600
16601 2004-05-06 Romain Francoise <romain@orebokech.com> (tiny change)
16602
16603 * ibuffer.el (ibuffer-redisplay-engine): Do not remove folded
16604 filter groups from the buffer when rebuilding the Ibuffer buffer
16605 and `ibuffer-show-empty-filter-groups' is nil.
16606
16607 2004-05-06 Vinicius Jose Latorre <viniciusjl@ig.com.br>
16608
16609 * ps-print.el (ps-print-quote): Call ps-value-string.
16610 (ps-setup): Call ps-comment-string.
16611 (ps-value-string, ps-comment-string): New funs.
16612
16613 2004-05-06 Juanma Barranquero <lektu@terra.es>
16614
16615 * ehelp.el (electric-help-command-loop): Check whether the last
16616 character is visible, not (point-max).
16617
16618 * help-fns.el (help-argument-name): Default to bold; don't inherit
16619 from font-lock-variable-name-face.
16620 (help-do-arg-highlight): Grok also ARGth occurrences in the docstring.
16621
16622 2004-05-05 Kenichi Handa <handa@m17n.org>
16623
16624 * descr-text.el (describe-char): Copy the character with text
16625 properties and overlays into the first line, and call
16626 describe-text-properties on it.
16627
16628 2004-05-05 Stephen Eglen <stephen@anc.ed.ac.uk>
16629
16630 * iswitchb.el (iswitchb-global-map): Fix typo.
16631 Remove unwanted ###autoloads from source file.
16632
16633 2004-05-05 Lars Hansen <larsh@math.ku.dk>
16634
16635 * wdired.el (wdired-change-to-wdired-mode): Quote wdired-mode-hook
16636 in run-hooks. Use substitute-command-keys in message.
16637 (wdired-abort-changes): Add message.
16638
16639 2004-05-03 Michael Mauger <mmaug@yahoo.com>
16640
16641 * emacs/lisp/progmodes/sql.el (sql-xemacs-p, sql-emacs19-p)
16642 (sql-emacs20-p): Remove.
16643 (sql-mode-syntax-table): Use shared GNU Emacs/XEmacs syntax.
16644 (sql-builtin-face, sql-doc-face): Remove.
16645 (sql-mode-ansi-font-lock-keywords)
16646 (sql-mode-oracle-font-lock-keywords)
16647 (sql-mode-postgres-font-lock-keywords)
16648 (sql-mode-linter-font-lock-keywords)
16649 (sql-mode-ms-font-lock-keywords)
16650 (sql-mode-mysql-font-lock-keywords): Use standard fonts.
16651 (sql-product-font-lock): Fix font-lock reset when font rules change.
16652 (sql-highlight-product): Remove incorrect font-lock reset logic.
16653
16654 2004-05-04 Jonathan Yavner <jyavner@member.fsf.org>
16655
16656 * ses.el (ses-set-parameter): Fix typo.
16657
16658 2004-05-04 Kim F. Storm <storm@cua.dk>
16659
16660 * ido.el (ido-read-internal): Fix call to read-file-name for edit.
16661 Must expand directory for completion to work; and don't mess with
16662 process-environment.
16663 (ido-read-file-name): If command has ido property, don't use ido
16664 if value is ignore, or read as directory if value is dir.
16665 Set ido ignore property for dired-do-rename command.
16666
16667 2004-05-04 Juanma Barranquero <lektu@terra.es>
16668
16669 * ehelp.el (electric-help-command-loop, electric-help-undefined)
16670 (electric-help-help): Check against unmapped commands.
16671
16672 * help-fns.el (help-argument-name): New face, inheriting from
16673 font-lock-variable-name-face, to highlight function arguments in
16674 `describe-function' and `describe-key'.
16675 (help-do-arg-highlight): Auxiliary function to highlight a given
16676 list of arguments in a string.
16677 (help-highlight-arguments): Highlight the function arguments and
16678 all uses of them in the docstring.
16679 (describe-function-1): Use it. Do docstring output via `insert',
16680 not 'princ', so text attributes are preserved.
16681
16682 * winner.el (winner-mode-map): Move `winner-undo' and
16683 `winner-redo' to C-c <left> and C-c <right>, respectively (the
16684 previous bindings conflict with `prev-buffer', `next-buffer').
16685
16686 2004-05-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
16687
16688 * textmodes/bibtex.el (bibtex-progress-message): Fix docstring.
16689 (bibtex-entry-update): New command bound to C-c C-u.
16690 (bibtex-text-in-string): Fix regexp.
16691 (bibtex-assoc-of-regexp): Remove.
16692 (bibtex-progress-message): Fix docstring.
16693 (bibtex-inside-field): Use if.
16694 (bibtex-assoc-regexp): New function.
16695 (bibtex-format-entry): Make code more robust so that it formats
16696 also old entries.
16697 (bibtex-autokey-demangle-title): Merge with obsolete function
16698 bibtex-assoc-of-regexp.
16699 (bibtex-field-list): New function.
16700 (bibtex-entry): Use bibtex-field-list.
16701 (bibtex-parse-entry): Fix docstring.
16702 (bibtex-print-help-message): Use bibtex-field-list.
16703 (bibtex-make-field): Use bibtex-field-list.
16704 (bibtex-entry-index): Bugfix. Return crossref key if required.
16705 (bibtex-lessp): Fix docstring.
16706
16707 2004-05-03 Luc Teirlinck <teirllm@auburn.edu>
16708
16709 * select.el (xselect-convert-to-string): Move comment to intended line.
16710
16711 2004-05-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
16712
16713 * toolbar/tool-bar.el (tool-bar-setup): Use lookup-key for
16714 cut/copy/paste in case menu-bar-enable-clipboard is in effect.
16715
16716 2004-05-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
16717
16718 * term/x-win.el (x-clipboard-yank): Don't exit on error from
16719 x-get-selection.
16720
16721 2004-05-03 Jason Rumney <jasonr@gnu.org>
16722
16723 * makefile.nt: Remove.
16724
16725 2004-05-03 Kim F. Storm <storm@cua.dk>
16726
16727 * emulation/cua-base.el (cua--update-indications): Fix last change.
16728 (cua-mode): Deactivate mark when cua-mode is enabled.
16729
16730 2004-05-02 Luc Teirlinck <teirllm@auburn.edu>
16731
16732 * select.el (xselect-convert-to-string): Bind `inhibit-read-only' to t.
16733
16734 2004-05-03 Nick Roberts <nickrob@gnu.org>
16735
16736 * progmodes/gdb-ui.el (gud-watch, gdb-display-buffer)
16737 (gdb-display-source-buffer, gdb-put-breakpoint-icon)
16738 (gdb-remove-breakpoint-icons, gdb-assembler-custom): Look for
16739 window over visible frames.
16740 (gdb-goto-breakpoint): Make buffer display file at breakpoint.
16741
16742 2004-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
16743
16744 * progmodes/compile.el (compilation-gcpro): New var.
16745 (compilation-fake-loc): Use it.
16746 (compilation-forget-errors): Reset it.
16747
16748 2004-05-02 Dan Nicolaescu <dann@ics.uci.edu>
16749
16750 * diff-mode.el (diff-header-face, diff-file-header-face):
16751 Use min-colors.
16752
16753 2004-05-02 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
16754
16755 * textmodes/bibtex.el (bibtex-sort-buffer): Remove error message.
16756 (bibtex-clean-entry): Disentangle code.
16757 (bibtex-realign): New function.
16758 (bibtex-reformat): Use mapcar and bibtex-realign. Do not use
16759 bibtex-beginning-of-first-entry and bibtex-skip-to-valid-entry.
16760 Remove undocumented optional arg called-by-convert-alien.
16761 (bibtex-convert-alien): Use bibtex-realign. Use bibtex-reformat
16762 for sorting instead of bibtex-sort-buffer.
16763
16764 2004-05-02 Eli Zaretskii <eliz@gnu.org>
16765
16766 * progmodes/compile.el (compilation-start): In the
16767 no-async-subprocesses branch, call sit-for to give redisplay a
16768 chance to show the updated process status in the mode line, and
16769 fontify the buffer explicitly after the process exits.
16770
16771 2004-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
16772
16773 * progmodes/python.el (python-compilation-line-number): Remove.
16774 (python-compilation-regexp-alist): Don't use it any more.
16775 (python-orig-start, python-input-filter): Remove.
16776 (inferior-python-mode): Don't set up comint-input-filter-functions.
16777 (python-send-region): Use compilation-fake-loc.
16778
16779 * progmodes/compile.el (compilation-messages-start): New var.
16780 (compilation-mode): Don't setup next-error-function here.
16781 (compilation-setup): Set it up here instead (for minor modes as well).
16782 Make compilation-messages-start buffer local.
16783 (compilation-next-error-function): Use it.
16784 (compilation-forget-errors): Set compilation-messages-start.
16785
16786 2004-05-01 Luc Teirlinck <teirllm@auburn.edu>
16787
16788 * ielm.el (ielm-prompt-read-only): Update docstring.
16789
16790 * comint.el (comint-prompt-read-only): Update docstring.
16791 (comint-update-fence, comint-kill-whole-line)
16792 (comint-kill-region): New functions.
16793
16794 * simple.el (kill-whole-line): Use "p" instead of "P" in
16795 interactive form.
16796
16797 2004-05-01 Juanma Barranquero <lektu@terra.es>
16798
16799 * help-fns.el (help-add-fundoc-usage): Use %S instead of %s to
16800 format arglist so default values in CL-style argument lists are
16801 correctly shown.
16802
16803 2004-05-01 Jason Rumney <jasonr@gnu.org>
16804
16805 * term/w32-win.el (w32-drag-n-drop): Use x-dnd.el functions.
16806
16807 2004-05-01 Kenichi Handa <handa@m17n.org>
16808
16809 * international/titdic-cnv.el (miscdic-convert): Don't generate a
16810 quail file if it is up to date.
16811
16812 2004-04-30 Juri Linkov <juri@jurta.org>
16813
16814 * cus-edit.el (custom-mode-map):
16815 Add key binding `C-x C-s' to `Custom-save'.
16816
16817 * outline.el (outline-blank-line): New var.
16818 (outline-next-preface, outline-show-heading)
16819 (outline-end-of-subtree): Use it.
16820
16821 * dired-aux.el (dired-touch-initial): New fun.
16822 (dired-do-chxxx): Call it for op-symbol `touch'.
16823 (dired-diff): Use `dired-dwim-target-directory'
16824 if current dired buffer has no buffer mark.
16825
16826 * bindings.el (propertized-buffer-identification):
16827 Replace `(:weight bold)' by `Buffer-menu-buffer-face'.
16828 Add C-M-arrow keys for consistency.
16829
16830 * files.el (confirm-kill-emacs):
16831 Change group from top-level `emacs' to `convenience'.
16832
16833 * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
16834 Push mark on the first call of successive command calls.
16835 (insert-pair): New fun created from `insert-parentheses' with
16836 `open' and `close' arguments added. Enclose active regions
16837 in paired characters. Compare adjacent characters syntax with
16838 inserted characters syntax before inserting a space.
16839 (insert-parentheses): Call `insert-pair' with ?\( ?\).
16840
16841 * delsel.el: Don't put `delete-selection' property
16842 on `insert-parentheses' symbol to take advantage of
16843 region handling in `insert-pair' function.
16844 Suggested by Stephan Stahl <stahl@eos.franken.de>.
16845
16846 2004-04-30 Kim F. Storm <storm@cua.dk>
16847
16848 * emulation/cua-base.el: Add support for changing cursor types;
16849 based on patch from Michael Mauger.
16850 (cua-normal-cursor-color, cua-read-only-cursor-color)
16851 (cua-overwrite-cursor-color, cua-global-mark-cursor-color):
16852 Customization cursor type and/or cursor color.
16853 (cua--update-indications): Handle cursor type changes.
16854 (cua-mode): Update cursor indications if enabled.
16855
16856 * menu-bar.el (menu-bar-options-menu): Change menu text for CUA.
16857
16858 * mouse.el (mouse-drag-copy-region): New defcustom.
16859 (mouse-set-region, mouse-drag-region-1): Use it.
16860
16861 * simple.el (kill-ring-save): If region face background color is
16862 unspecified (if no highlighting), show extent of fully visible
16863 region even if transient-mark-mode is enabled.
16864
16865 * emulation/cua-base.el (cua--standard-movement-commands):
16866 Add cua-scroll-up and cua-scroll-down.
16867 (cua-scroll-up, cua-scroll-down): New commands.
16868 (cua--init-keymaps): Remap scroll-up and scroll-down.
16869
16870 * emulation/cua-rect.el (cua--convert-rectangle-as):
16871 New defmacro.
16872 (cua-upcase-rectangle, cua-downcase-rectangle): Use it.
16873 (cua-upcase-initials-rectangle, cua-capitalize-rectangle):
16874 New commands (suggested by Jordan Breeding).
16875
16876 2004-04-30 Juanma Barranquero <lektu@terra.es>
16877
16878 * smerge-mode.el (smerge-diff-switches): Fix typo in docstring.
16879
16880 2004-04-30 Mario Lang <mlang@delysid.org>
16881
16882 * diff.el (diff-switches): Fix typo in docstring.
16883
16884 2004-04-30 Alex Schroeder <alex@gnu.org>
16885
16886 * xml.el (xml-debug-print-internal): Don't add newline and
16887 indentation to text nodes and write empty elements as empty tags
16888 instead of opening and closing tags.
16889 (xml-debug-print): Take optional indent-string argument.
16890 (xml-print): Alias for xml-debug-print.
16891
16892 2004-04-30 Glenn Morris <gmorris@ast.cam.ac.uk>
16893
16894 * progmodes/fortran.el (fortran-fill): Use local var `bol' rather
16895 than duplicate call to `line-beginning-position'.
16896
16897 * progmodes/f90.el (f90-get-present-comment-type):
16898 Return whitespace, as well as comment chars, for consistent filling
16899 of comment blocks. Use `match-string-no-properties'.
16900 (f90-break-line): Trim trailing whitespace when filling comments.
16901
16902 2004-04-30 Dave Love <fx@gnu.org>
16903
16904 * calendar/diary-lib.el (diary-outlook-formats): New variable.
16905 (diary-from-outlook-internal, diary-from-outlook)
16906 (diary-from-outlook-gnus, diary-from-outlook-rmail):
16907 New functions to import diary entries from Outlook-format
16908 appointments in mail messages.
16909
16910 2004-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
16911
16912 * progmodes/python.el (python-send-command): New fun.
16913 (python-send-region, python-load-file): Use it.
16914
16915 * progmodes/compile.el (compilation-last-buffer): Add var alias.
16916
16917 * help-fns.el (help-C-file-name): Use new subr-name.
16918 Prepend `src/' to the file name.
16919 (help-C-source-directory, help-subr-name, help-find-C-source): Remove.
16920 (describe-function-1, describe-variable): Only find a C source file
16921 name if DOC is already loaded.
16922
16923 * help-mode.el (help-function-def, help-variable-def):
16924 Use the new find-function-search-for-symbol functionality.
16925 Allow FILE to be `C-source'.
16926
16927 * emacs-lisp/find-func.el (find-function-C-source-directory): New var.
16928 (find-function-C-source): New fun.
16929 (find-function-search-for-symbol): Use it.
16930
16931 2004-03-29 Michael Mauger <mmaug@yahoo.com>
16932
16933 * progmodes/sql.el (sql-product-alist): Rename variable
16934 `sql-product-support'. Add Postgres login parameters.
16935 (sql-set-product, sql-product-feature): Update with renamed variable.
16936 (sql-connect-postgres): Add username prompt.
16937 (sql-imenu-generic-expression, sql-mode-font-lock-object-name):
16938 Make patterns less product specific.
16939 (sql-xemacs-p, sql-emacs19-p): Add flags for Emacs variants.
16940 (sql-mode-abbrev-table): Modify initialization.
16941 (sql-builtin-face): Add variable.
16942 (sql-keywords-re): Add macro.
16943 (sql-mode-ansi-font-lock-keywords): Update for ANSI-92.
16944 (sql-mode-oracle-font-lock-keywords): Update for Oracle 9i.
16945 (sql-mode-postgres-font-lock-keywords): Update for Postgres 7.3.
16946 (sql-mode-mysql-font-lock-keywords): Update for MySql 4.0.
16947 (sql-mode-linter-font-lock-keywords)
16948 (sql-mode-ms-font-lock-keywords): Use `sql-keywords-re' macro.
16949 (sql-mode-sybase-font-lock-keywords)
16950 (sql-mode-informix-font-lock-keywords)
16951 (sql-mode-interbase-font-lock-keywords)
16952 (sql-mode-ingres-font-lock-keywords)
16953 (sql-mode-solid-font-lock-keywords)
16954 (sql-mode-sqlite-font-lock-keywords)
16955 (sql-mode-db2-font-lock-keywords): Default to nil.
16956 (sql-product-font-lock): Always highlight ANSI keywords.
16957 (sql-add-product-keywords): Made similar to `font-lock-add-keywords'.
16958 (sql-send-string): Add function.
16959
16960 2004-04-29 Dave Love <fx@gnu.org>
16961
16962 * progmodes/cfengine.el (cfengine-beginning-of-defun)
16963 (cfengine-end-of-defun): Ensure progress through buffer.
16964
16965 * info-look.el (cfengine-mode): Accept a terminal ().
16966
16967 2004-04-29 Juri Linkov <juri@jurta.org>
16968
16969 * isearch.el (isearch-mode-map): Bind \C-w to isearch-yank-word
16970 instead of isearch-yank-word-or-char. Add new key bindings for
16971 isearch-yank-char to \C-f, and isearch-del-char to \C-b.
16972 (isearch-del-char): New fun.
16973 (isearch-forward, isearch-edit-string): Update docstring.
16974 (isearch-yank-char): Doc fix.
16975 (isearch-other-meta-char): Restore point after scrolling.
16976
16977 * progmodes/compile.el (compilation-context-lines): Add nil option
16978 to disable compilation output window scrolling.
16979 (compilation-set-window): Use it.
16980
16981 * outline.el (outline-next-preface, outline-show-heading):
16982 Don't leave unhidden blank line before heading.
16983 (outline-end-of-subtree): Include last newline into subtree.
16984 (hide-entry): Leave point at beginning of heading instead of end.
16985 (outline-up-heading): Push mark for the first call of successive
16986 command calls.
16987
16988 2004-04-28 Luc Teirlinck <teirllm@auburn.edu>
16989
16990 * comint.el (comint-prompt-read-only): New variable.
16991 (comint-output-filter): Implement it.
16992
16993 * ielm.el (ielm-prompt-read-only, ielm-prompt): Update docstring.
16994 (ielm-prompt-internal): New variable.
16995 (ielm-font-lock-keywords): Remove irrelevant ielm-prompt keyword.
16996 (ielm-send-input): Delete unused variable `buf'.
16997 (ielm-eval-input): Use `ielm-prompt-internal'.
16998 (inferior-emacs-lisp-mode): Use new variables
16999 `comint-prompt-read-only' and `ielm-prompt-internal'.
17000 Get rid of obsolete variable `directory-sep-char'.
17001 (ielm): Use `zerop'.
17002
17003 2004-04-29 John Paul Wallington <jpw@gnu.org>
17004
17005 * thumbs.el (toplevel): Require cl at compile time.
17006 Remove conditional definitions of `ignore-errors' and `caddar'
17007 because they occur at run time.
17008
17009 2004-04-28 Nick Roberts <nickrob@gnu.org>
17010
17011 * progmodes/gdb-ui.el (gdb-frame-breakpoints-buffer)
17012 (gdb-frame-assembler-buffer, gdb-frame-threads-buffer)
17013 (gdb-frame-registers-buffer, gdb-frame-locals-buffer)
17014 (gdb-frame-gdb-buffer, gdb-frame-stack-buffer): Use selected-window.
17015
17016 * progmodes/gud.el (gud-common-init): Throw an error if program is
17017 already running under gdb.
17018
17019 2004-04-28 John Paul Wallington <jpw@gnu.org>
17020
17021 * thumbs.el (thumbs-delete-images): Fix formatting of prompt.
17022 (thumbs-show-image-num): Move assignment of
17023 `thumbs-current-image-filename' within scope of `i'.
17024 (thumbs-emboss-image): Don't use `evenp'.
17025
17026 2004-04-28 Richard M. Stallman <rms@gnu.org>
17027
17028 * progmodes/compile.el (compilation-context-lines): Default now 0.
17029
17030 2004-04-28 Juanma Barranquero <lektu@terra.es>
17031
17032 Use `time-less-p' from calendar/time-date.el instead of defining
17033 custom versions of it.
17034
17035 * pcomplete.el (pcomplete-time-less-p): Remove.
17036
17037 * thumbs.el (time-less-p): Remove.
17038
17039 * calendar/timeclock.el (timeclock-time-less-p): Remove.
17040 (timeclock-generate-report): Use `time-less-p'.
17041
17042 * emacs-lisp/autoload.el (autoload-before-p): Remove.
17043 (update-file-autoloads, update-directory-autoloads): Use `time-less-p'.
17044
17045 2004-04-28 Masatake YAMATO <jet@gyve.org>
17046
17047 * subr.el (remove-overlays): Make arguments optional.
17048
17049 * wid-edit.el (widget-specify-button): Put evaporate to the
17050 overlay for sample.
17051 (widget-specify-sample): Put evaporate to the overlay for sample.
17052 (widget-specify-doc): Put evaporate to the overlay for documentation.
17053
17054 2004-04-27 Jesper Harder <harder@ifa.au.dk>
17055
17056 * info.el (info-apropos): Make it an index node. Align node names
17057 like makeinfo.
17058
17059 2004-04-27 Eli Zaretskii <eliz@gnu.org>
17060
17061 * net/browse-url.el (browse-url-netscape-sentinel)
17062 (browse-url-mozilla-sentinel, browse-url-galeon-sentinel)
17063 (browse-url-epiphany-sentinel, browse-url-mosaic):
17064 Use browse-url-*-program instead of a literal program name.
17065
17066 2004-04-27 Kevin Ryde <user42@zip.com.au>
17067
17068 * eshell/em-alias.el:
17069 * eshell/em-dirs.el:
17070 * eshell/em-hist.el:
17071 * eshell/em-unix.el: Add "(require 'eshell)", to get necessary
17072 features when M-x customize-group loads modules before the main
17073 eshell.el.
17074
17075 2004-04-27 Matthew Mundell <matt@mundell.ukfsn.org>
17076
17077 * subr.el (momentary-string-display): Support EXIT-CHAR that is
17078 either a character representation of an event or an event
17079 description list.
17080
17081 * type-break.el: Capitalize Emacs and Lisp.
17082 (type-break-good-break-interval, type-break-demo-boring-stats)
17083 (type-break-terse-messages, type-break-file-name): New defcustoms.
17084 (type-break-post-command-hook)
17085 (type-break-warning-countdown-string): Quote variable names in doc.
17086 (type-break-interval-start, type-break-auto-save-file-name): New vars.
17087 (type-break-mode): Document type-break-good-break-interval and the
17088 "session" file. Schedule break according to the session file.
17089 Kill session file buffer on exit. Organize for save-some-buffers
17090 to always save the session file.
17091 (type-break-mode-line-message-mode, type-break-query-mode):
17092 Uppercase arguments.
17093 (type-break-file-time, type-break-file-keystroke-count, timep)
17094 (type-break-choose-file, type-break-get-previous-time)
17095 (type-break-get-previous-count): New defuns.
17096 (type-break): Avoid break querying after a completed break in the
17097 case where the query was initiated during user invocation of the
17098 break. Optional terse messages.
17099 Use type-break-good-break-interval if type-break-good-rest-interval is
17100 nil. File the break time.
17101 (type-break-schedule): New optional args for overriding the use of
17102 the current time.
17103 (type-break-cancel-time-warning-schedule): Avoid leftover warnings
17104 after a break.
17105 (type-break-check): File the keystroke count.
17106 (type-break-do-query): Prevent a second query when the break is
17107 interrupted. Optional terse message.
17108 (type-break-keystroke-reset): Record the start of a typing interval.
17109 (type-break-demo-boring): Optional terse messages. Display word
17110 per minute and keystroke counts according to
17111 type-break-demo-boring-stats.
17112
17113 2004-04-27 Daniel M Coffman <coffmand@us.ibm.com> (tiny change)
17114
17115 * arc-mode.el (archive-maybe-copy): If ARCHIVE includes leading
17116 directories, make sure they exist under archive-tmpdir.
17117
17118 2004-04-27 Juri Linkov <juri@jurta.org>
17119
17120 * help.el (view-emacs-news): With argument, display info for the
17121 selected version by finding it among different NEWS files, and
17122 narrowing the buffer to the selected version.
17123
17124 * info.el: Add *info*<[0-9]+> to same-window-regexps instead of
17125 same-window-buffer-names.
17126 (info): New arg `buffer'. Use it. Doc fix. Read file name for
17127 non-numeric prefix argument, append the number to the buffer name
17128 for numeric prefix argument.
17129 (info-other-window): Bind same-window-regexps to nil.
17130 (Info-reference-name): Rename to Info-point-loc.
17131 (Info-find-node-2): Call forward-line for numeric Info-point-loc,
17132 and Info-find-index-name for stringy Info-point-loc.
17133 (Info-extract-menu-node-name): New arg `index-node'. Use regexp
17134 without middle `.', but with final `.' and optional line number
17135 for it. Set Info-point-loc for index nodes.
17136 (Info-index): Remove middle `.' from index entry regexp.
17137 Modify line number regexp.
17138 (Info-index-next): Decrement line number.
17139 (info-apropos): Remove middle `.' from index entry regexp.
17140 Add optional line number regexp at the end. Add matched value
17141 for line number to the result list and insert it to the buffer.
17142 Replace match-string by match-string-no-properties.
17143 Reorder result list.
17144 (Info-fontify-node): Hide index line numbers.
17145 (Info-goto-node): Replace "\\s *\\'" by "\\s +\\'" to not trim
17146 empty matches.
17147 (Info-follow-reference): Use `str' instead of
17148 Info-following-node-name-re.
17149 (Info-toc): Use full file names. Set Info-current-node to "Top".
17150 (Info-fontify-node): Compare file names without directory name.
17151 (Info-try-follow-nearest-node): Don't set Info-reference-name.
17152 Set second arg of Info-extract-menu-node-name for index nodes.
17153 (info-xref-visited): Use magenta3 instead of magenta4.
17154 (Info-mode): Add info-apropos to docstring.
17155
17156 * log-view.el (log-view-diff): Replace interactive code "r"
17157 by a list to allow to call it even if region is not active.
17158
17159 * paren.el (show-paren-highlight-openparen): New var.
17160 (show-paren-function): Turn on openparen highlighting when
17161 matching forward if show-paren-highlight-openparen is non-nil.
17162
17163 * simple.el (kill-ring-save): Use blink-matching-delay instead of
17164 the constant value 1.
17165 (completions-common-part): Expand docstring.
17166
17167 * textmodes/picture.el (picture-mode-map): Add arrow keys.
17168
17169 2004-04-27 Kim F. Storm <storm@cua.dk>
17170
17171 * image.el (insert-sliced-image): Use line-height instead of
17172 line-spacing property on newline.
17173
17174 2004-04-26 Lars Hansen <larsh@math.ku.dk>
17175
17176 * desktop.el (desktop-buffer-misc-data-function): Rename to
17177 desktop-save-buffer and change docstring.
17178 (desktop-buffer-modes-to-save): Delete.
17179 (desktop-save-buffer-p): Use desktop-save-buffer instead of
17180 desktop-buffer-modes-to-save.
17181 (desktop-save): Rename desktop-buffer-misc-data-function to
17182 desktop-save-buffer and allow non-function value.
17183 (desktop-missing-file-warning): Correct docstring.
17184
17185 * dired.el (dired-mode): Rename desktop-buffer-misc-data-function
17186 to desktop-save-buffer.
17187
17188 * info.el (Info-mode): Rename desktop-buffer-misc-data-function to
17189 desktop-save-buffer.
17190
17191 * mail/rmail.el (rmail-variables): Bind desktop-save-buffer to t.
17192
17193 * mh-e/mh-e.el (mh-folder-mode): Bind desktop-save-buffer to t.
17194
17195 2004-04-26 Eli Zaretskii <eliz@gnu.org>
17196
17197 * progmodes/gud.el (gud-pdb-command-name): Change default to "pydb".
17198
17199 2004-04-25 Luc Teirlinck <teirllm@auburn.edu>
17200
17201 * ielm.el (ielm-prompt-read-only, ielm-prompt): Expand docstring.
17202 (ielm): Only go to the end of the buffer when starting a new process.
17203
17204 2004-04-25 Juanma Barranquero <lektu@terra.es>
17205
17206 * ielm.el (inferior-emacs-lisp-mode): Display working buffer on the
17207 mode line. Bind `inhibit-read-only' to t before modifying
17208 properties of text in the buffer.
17209 (ielm): Force point to the end of buffer, even when running ielm
17210 from inside itself.
17211
17212 2004-04-25 Jesper Harder <harder@ifa.au.dk>
17213
17214 * info.el (info-apropos): Reset Info-complete-cache.
17215
17216 2004-04-25 Daniel Pfeiffer <occitan@esperanto.org>
17217
17218 * progmodes/compile.el (compilation-error-regexp-alist-alist):
17219 Also recognize severe Irix et al. messages.
17220 (compilation-normalize-filename, compile-abbreviate-directory):
17221 Delete functions.
17222 (compilation-get-file-structure): New function inherits
17223 functionality of the two preceding ones.
17224 (compilation-internal-error-properties, compilation-fake-loc):
17225 Use it so that different paths to the same file share the same
17226 markers. Also optimize finding adjacent marker slightly.
17227
17228 2004-04-25 Kim F. Storm <storm@cua.dk>
17229
17230 * image.el (insert-sliced-image): Add line-spacing t property
17231 to newlines separating image lines.
17232
17233 2004-04-24 Luc Teirlinck <teirllm@auburn.edu>
17234
17235 * comint.el (comint-delete-output): Bind inhibit-read-only to t.
17236
17237 * ielm.el (ielm-prompt-read-only): New user option.
17238 (ielm-prompt): Expand docstring to describe new behavior.
17239 (inferior-emacs-lisp-mode): Implement ielm-prompt-read-only and
17240 mention it in the docstring.
17241
17242 2004-04-24 Andreas Schwab <schwab@suse.de>
17243
17244 * progmodes/sh-script.el (sh-leading-keywords) <sh>: Add "!".
17245
17246 * diff.el (diff): Set default-directory in diff buffer.
17247
17248 2004-04-24 Eli Zaretskii <eliz@gnu.org>
17249
17250 * mail/sendmail.el (mail-bury): Don't delete the frame where the
17251 mail was being composed if the terminal cannot display more than
17252 one frame; instead, switch to previous frame.
17253
17254 * mail/rmail.el (rmail-mail-new-frame): Doc fix.
17255 (rmail-start-mail): Support rmail-mail-new-frame even on
17256 terminals that can display only one frame at a time.
17257
17258 2004-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
17259
17260 * emacs-lisp/checkdoc.el (checkdoc-output-error-regex-alist): New var.
17261 (checkdoc-output-font-lock-keywords): Remove error regexp.
17262 (checkdoc-output-mode-map): Remove.
17263 (checkdoc-output-mode): Derive from compilation-mode.
17264 (checkdoc-find-error-mouse, checkdoc-find-error): Remove.
17265
17266 * dired.el (dired-mode-map): Add a menu entry for wdired.
17267
17268 * emacs-lisp/rx.el (rx-syntax): Move sregex style syntax to code.
17269 (rx-bracket, rx-check-any, rx-any): Clean up name space.
17270
17271 * wdired.el (wdired-mode-map): Move init into declaration.
17272 Fix `return' binding.
17273 (wdired-change-to-wdired-mode, wdired-change-to-dired-mode):
17274 Use force-mode-line-update.
17275 (wdired-get-filename): Use `unless'.
17276 (wdired-preprocess-files): Don't assume names have no \n and use / for
17277 dir separator.
17278 (wdired-normalize-filename): Use replace-regexp-in-string.
17279 (wdired-load-hooks): Remove.
17280 (wdired-mode-hooks): Rename to wdired-mode-hook.
17281
17282 * info-look.el: Add support for cfengine-mode.
17283 (info-lookup-setup-mode): Use dolist.
17284
17285 2004-04-23 Juan Le\e,As\e(Bn Lahoz Garc\e,Am\e(Ba <juan-leon.lahoz@tecsidel.es>
17286
17287 * wdired.el: New file.
17288
17289 2004-04-23 Juanma Barranquero <lektu@terra.es>
17290
17291 * ielm.el (inferior-emacs-lisp-mode): Fix docstring.
17292
17293 * pcomplete.el (pcomplete-opt, pcomplete-actual-arg)
17294 (pcomplete-match-string, pcomplete-comint-setup, pcomplete-here)
17295 (pcomplete--help, pcomplete--here): Doc fixes.
17296
17297 2004-04-23 Andre Spiegel <spiegel@gnu.org>
17298
17299 * vc-hooks.el (vc-default-workfile-unchanged-p): Fix code that
17300 handles wrong-number-of-arguments in backend call.
17301
17302 * vc.el (vc-print-log): Likewise.
17303
17304 2004-04-20 Dave Love <fx@gnu.org>
17305
17306 * emacs-lisp/rx.el: Doc fixes.
17307 (rx-constituents): Add/extend many forms.
17308 (rx-check): Check form is a list.
17309 (bracket): Defvar.
17310 (rx-check-any, rx-any, rx-check-not): Modify.
17311 (rx-not): Simplify.
17312 (rx-trans-forms, rx-=, rx->=, rx-**, rx-not-char, rx-not-syntax): New.
17313 (rx-kleene): Use rx-trans-forms.
17314 (rx-quote-for-set): Delete.
17315 (rx): Allow multiple args.
17316
17317 2004-04-23 Kenichi Handa <handa@m17n.org>
17318
17319 * international/mule-util.el (char-displayable-p): Simplify by
17320 using internal-char-font.
17321
17322 2004-04-23 Juanma Barranquero <lektu@terra.es>
17323
17324 * makefile.w32-in: Add "-*- makefile -*-" mode tag.
17325
17326 2004-04-22 Stefan Monnier <monnier@iro.umontreal.ca>
17327
17328 * diff-mode.el (diff-next-error): New fun.
17329 (diff-mode): Use it.
17330
17331 * simple.el (next-error): Change arg name.
17332 Add support for the documented C-u C-x ` usage.
17333
17334 * frame.el (special-display-popup-frame, next-multiframe-window)
17335 (previous-multiframe-window): Only consider frames on same display.
17336
17337 2004-04-22 Lars Hansen <larsh@math.ku.dk>
17338
17339 * info.el (Info-restore-desktop-buffer): Delete with-no-warnings.
17340 * mh-e/mh-e.el (mh-restore-desktop-buffer): Delete with-no-warnings.
17341
17342 2004-04-22 Kim F. Storm <storm@cua.dk>
17343
17344 * net/telnet.el (telnet): Add optional port arg.
17345
17346 2004-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
17347
17348 * progmodes/compile.el (compilation-mode-font-lock-keywords):
17349 Minor sanity check on the `hyperlink' slot.
17350
17351 * Makefile.in (recompile): Compile new files.
17352
17353 * emacs-lisp/bytecomp.el (batch-byte-recompile-directory):
17354 Add byte-recompile-directory's optional `arg'.
17355
17356 * cvs-status.el (cvs-tree-use-charset): New var.
17357 (cvs-tree-char-space, cvs-tree-char-hbar, cvs-tree-char-vbar)
17358 (cvs-tree-char-branch, cvs-tree-char-eob, cvs-tree-char-bob)
17359 (cvs-status-cvstrees): Use it.
17360
17361 * emacs-lisp/checkdoc.el (checkdoc-output-mode):
17362 Make it a normal major mode.
17363 (checkdoc-buffer-label): Make sure the file name is meaningful.
17364 (checkdoc-output-to-error-buffer): Remove.
17365 (checkdoc-error, checkdoc-start-section): Rewrite.
17366
17367 * info.el (info-node, info-menu-5, info-xref, info-header-node)
17368 (Info-title-1-face, Info-title-2-face, Info-title-3-face)
17369 (Info-title-4-face): Use new syntax.
17370 (info-xref-visited): Inherit from info-xref.
17371
17372 * progmodes/python.el (python-maybe-jython): Don't assume point-min==1.
17373
17374 2004-04-21 Teodor Zlatanov <tzz@lifelogs.com>
17375
17376 * simple.el (next-error-last-buffer, next-error-function):
17377 New variables for the next-error framework.
17378 (next-error-buffer-p): New function.
17379 (next-error-find-buffer): Generalize compilation-find-buffer.
17380 (next-error, previous-error, first-error, next-error-no-select)
17381 (previous-error-no-select): Move from compile.el.
17382
17383 * replace.el (occur-next-error, occur-1): Hook into the next-error
17384 framework.
17385
17386 * progmodes/compile.el (compilation-start):
17387 Set next-error-last-buffer so next-error knows where to jump.
17388 (compilation-setup): Set the buffer-local variable
17389 next-error-function to 'compilation-next-error-function.
17390 (compilation-buffer-p, compilation-buffer-internal-p): Use an
17391 alternate way to find if a buffer is a compilation buffer, for
17392 next-error convenience.
17393 (next-error-no-select, previous-error-no-select, next-error)
17394 (previous-error, first-error): Move to simple.el.
17395 (compilation-find-buffer): Move to next-error-find-buffer in simple.el.
17396 (compilation-last-buffer): Remove.
17397 (compilation-start, compilation-next-error, compilation-setup)
17398 (compilation-next-error-function, compilation-find-buffer):
17399 Remove compilation-last-buffer use.
17400
17401 2004-04-21 Juanma Barranquero <lektu@terra.es>
17402
17403 * font-lock.el (font-lock-preprocessor-face): Remove spurious quote.
17404 (font-lock-warning-face): Fix spacing.
17405
17406 * makefile.w32-in (WINS): Add url/ directory.
17407
17408 2004-04-21 Lars Hansen <larsh@math.ku.dk>
17409
17410 * desktop.el (desktop-buffer-mode-handlers): New variable.
17411 Alist of major mode specific functions to restore a desktop buffer.
17412 (desktop-buffer-handlers): Make variable obsolete.
17413 (desktop-create-buffer): Use desktop-buffer-mode-handlers.
17414 Catch errors signaled in handlers. Update buffer count.
17415 Evaluate desktop-buffer-point.
17416 (desktop-buffer-dired): Rename to dired-restore-desktop-buffer and
17417 move to dired.el.
17418 (desktop-buffer-info): Rename to Info-restore-desktop-buffer and
17419 move to info.el.
17420 (desktop-buffer-rmail): Rename to rmail-restore-desktop-buffer and
17421 move to mail/rmail.el.
17422 (desktop-buffer-mh): Rename to mh-restore-desktop-buffer and move
17423 to mh-e/mh-e.el.
17424 (desktop-buffer-file): Rename to desktop-restore-file-buffer.
17425 On fail, print message (to message buffer) even if
17426 desktop-missing-file-warning is nil.
17427 (desktop-buffer-misc-data-function): New buffer local variable.
17428 Function returning major mode specific data.
17429 (desktop-buffer-misc-functions): Make variable obsolete.
17430 (desktop-save): Use desktop-buffer-misc-data-function.
17431 (desktop-buffer-dired-misc-data): Rename to
17432 dired-desktop-buffer-misc-data and move to dired.el.
17433 (desktop-buffer-info-misc-data): Rename to
17434 Info-desktop-buffer-misc-data and move to info.el.
17435 (desktop-read): Add message about number of buffers restored/failed.
17436
17437 * dired.el (dired-restore-desktop-buffer) Move from desktop.el.
17438 Add parameters. Pause to display error only when
17439 desktop-missing-file-warning is non-nil.
17440 (dired-desktop-buffer-misc-data): Move from desktop.el. Add parameter.
17441 (dired-mode): Bind desktop-buffer-misc-data-function.
17442
17443 * info.el (Info-restore-desktop-buffer): Move from desktop.el.
17444 Add Parameters.
17445 (Info-desktop-buffer-misc-data): Move from desktop.el. Add parameter.
17446 (Info-mode): Bind desktop-buffer-misc-data-function.
17447
17448 * mail/rmail.el (rmail-restore-desktop-buffer): Move from desktop.el.
17449 Add Parameters.
17450
17451 * mh-e/mh-e.el (mh-restore-desktop-buffer): Move from desktop.el.
17452 Add Parameters.
17453
17454 2003-04-21 Paul Pogonyshev <pogonyshev@gmx.net>
17455
17456 * dabbrev.el (dabbrev--substitute-expansion): Don't lose
17457 the case of letters in case-insensitive expansions when the
17458 abbrev is preceded by characters with letter syntax.
17459
17460 2004-04-21 Richard M. Stallman <rms@gnu.org>
17461
17462 * progmodes/cperl-mode.el (cperl-putback-char):
17463 Delete Emacs 18 definition.
17464
17465 * international/mule.el (ctext-post-read-conversion):
17466 Use assoc-string, not assoc-ignore-case.
17467
17468 * international/mule-cmds.el: Use assoc-string, not assoc-ignore-case.
17469
17470 * emacs-lisp/easymenu.el (easy-menu-add):
17471 Do call x-popup-menu, but only if it's defined.
17472
17473 * emacs-lisp/disass.el (disassemble): Handle lambda-exp as arg.
17474
17475 * emacs-lisp/bytecomp.el (byte-compile-no-warnings):
17476 Handle multiple args: compile like progn.
17477
17478 * emacs-lisp/byte-run.el (with-no-warnings): Simplify:
17479 take all args as &rest arg.
17480
17481 * autoinsert.el (auto-insert-alist): Insert the user's name in
17482 copyright notice, rather than Free Software Foundation.
17483
17484 2004-04-21 Kenichi Handa <handa@m17n.org>
17485
17486 * descr-text.el (describe-char): Make it work on *Help* buffer.
17487
17488 2004-04-21 Kim F. Storm <storm@cua.dk>
17489
17490 * image.el (insert-image): Add optional SLICE arg.
17491 (insert-sliced-image): New defun.
17492
17493 2004-04-20 Lawrence Mitchell <wence@gmx.li> (tiny change)
17494
17495 * subr.el (read-number): Check whether `default' is nil.
17496
17497 2004-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
17498
17499 * progmodes/compile.el (compilation-error-properties):
17500 Split into two.
17501 (compilation-internal-error-properties): New one.
17502 (compilation-compat-error-properties): Use it. Fix the non-marker case.
17503
17504 2004-04-20 Richard M. Stallman <rms@gnu.org>
17505
17506 * window.el (split-window-save-restore-data):
17507 Don't update the data if OLD-INFO is nil.
17508
17509 * view.el (view-return-to-alist): Mark it permanent local.
17510
17511 * subr.el (event-modifiers): Fix the criterion for ASCII control chars.
17512
17513 * recentf.el (recentf-save-list): Catch and warn about errors.
17514
17515 * menu-bar.el (menu-bar-update-buffers): Call copy-sequence
17516 so "Buffers" won't be pure.
17517
17518 * help-mode.el (help-mode-finish): Set help-return-alist first
17519 thing, setting only the entry for the selected window.
17520
17521 * help-fns.el (describe-function-1): If many non-control non-meta
17522 keys run the command, don't list all of them.
17523
17524 2004-04-20 Juanma Barranquero <lektu@terra.es>
17525
17526 * vc-svn.el (vc-svn-print-log, vc-svn-diff): Add optional BUFFER
17527 arg. Copied from Andre Spiegel's patch of 2004-03-21.
17528
17529 * calendar/time-date.el (time-to-day-in-year): Fix docstring.
17530
17531 2004-04-20 Kenichi Handa <handa@m17n.org>
17532
17533 * international/quail.el (quail-lookup-key): New optional arg
17534 NOT-RESET-INDICES.
17535 (quail-get-translations): Call quail-lookup-key with
17536 NOT-RESET-INDICES t.
17537 (quail-completion): Likewise.
17538 (quail-lookup-map-and-concat): Likewise.
17539
17540 2004-04-20 Kenichi Handa <handa@m17n.org>
17541
17542 * international/quail.el (quail-update-translation): Don't insert
17543 such an unsupported multibyte char in a unibyte buffer.
17544
17545 2004-04-20 Nick Roberts <nick@nick.uklinux.net>
17546
17547 * progmodes/gdb-ui.el (gdb-frame-parameters): New constant.
17548 (gdb-frame-breakpoints-buffer, gdb-frame-stack-buffer)
17549 (gdb-frame-threads-buffer, gdb-frame-registers-buffer)
17550 (gdb-frame-locals-buffer, gdb-frame-gdb-buffer)
17551 (gdb-frame-assembler-buffer): Improve behavior with
17552 multiple frames.
17553 (gdb-display-buffer): Extend search to all visible frames.
17554
17555 2004-04-19 Eli Zaretskii <eliz@gnu.org>
17556
17557 * mail/rmail.el (rmail-convert-to-babyl-format): Don't remove ^M
17558 characters left after base64 decoding.
17559 (rmail-decode-region): Use -dos variety of `coding', to remove any
17560 ^M characters left after qp or base64 decoding.
17561
17562 2004-04-19 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
17563
17564 * x-dnd.el (x-dnd-open-local-file, x-dnd-open-file): Improve error
17565 messages.
17566
17567 2004-04-19 Stephen Eglen <stephen@gnu.org>
17568
17569 * add-log.el (add-change-log-entry): Update doc string to mention
17570 add-log-full-name and add-log-mailing-address.
17571
17572 2004-04-18 Juri Linkov <juri@jurta.org>
17573
17574 * info.el (Info-find-file, Info-find-node-2): Add history and toc.
17575 (Info-find-node-2): Simplify error message.
17576 (Info-insert-dir): Use Info-following-node-name.
17577 (Info-goto-node): Remove *info-history* and *info-toc*.
17578 (Info-history): Create a node of the virtual history file.
17579 (Info-toc): Create a node of the virtual toc file.
17580 (Info-insert-toc): New arg `curr-file' for reference file names.
17581 (info-apropos): Remove redundant var binding for temp-file.
17582 (Info-index, Info-index-next, Info-mode): Doc fix.
17583 (Info-goto-emacs-command-node): Don't jump to *info* from
17584 non-*info* Info buffers.
17585 (Info-fontify-node): Don't show the file name of external
17586 references if `Info-hide-note-references' is `hide'. Don't hide
17587 newlines at the end of paragraphs.
17588
17589 * international/mule-diag.el (list-input-methods):
17590 Fix args to help-xref-button.
17591
17592 * help-fns.el (help-with-tutorial): Call `hack-local-variables'
17593 to put into effect local variables from TUTORIAL files.
17594
17595 * textmodes/paragraphs.el (sentence-end) <function>: New fun
17596 with default value taken from the variable `sentence-end'.
17597 (sentence-end) <defcustom>: Set default to nil. Doc fix.
17598 Add nil const to :type.
17599 (sentence-end-without-period, sentence-end-double-space)
17600 (sentence-end-without-space): Doc fix.
17601
17602 * textmodes/paragraphs.el (forward-sentence):
17603 * textmodes/fill.el (canonically-space-region, fill-nobreak-p)
17604 (fill-delete-newlines):
17605 * progmodes/cc-cmds.el (c-beginning-of-statement):
17606 Use function `sentence-end' instead of variable `sentence-end'.
17607
17608 2004-04-18 Andreas Schwab <schwab@suse.de>
17609
17610 * progmodes/compile.el (compilation-start): Set window start to
17611 point-min if compilation-scroll-output is nil.
17612
17613 2004-04-18 John Wiegley <johnw@newartisans.com>
17614
17615 * iswitchb.el (iswitchb-completions): Remove dependency on cl.
17616
17617 2004-04-18 Nick Roberts <nick@nick.uklinux.net>
17618
17619 * progmodes/gdb-ui.el (gdb-goto-info): Require 'info.
17620 (gdb-info-breakpoints-custom): Revert previous change.
17621 (gdb-view-assembler): Update assembler if necessary.
17622 (gdb-frame-handler): Parse correctly for gdb-current-frame.
17623 (gdb-display-source-buffer): Update properly when both source and
17624 assembler are visible.
17625
17626 2004-04-17 John Wiegley <johnw@newartisans.com>
17627
17628 * iswitchb.el (iswitchb-max-to-show): Add a new config variable
17629 which limits the number of names shown in the minibuffer. Off by
17630 default.
17631 (iswitchb-completions): Use `iswitchb-max-to-show'. This speeds
17632 up iswitchb for users with a multitude of open buffers by showing
17633 only the first and last N/2 buffers in the completion list (which
17634 is enough to aid C-s/C-r, and to know that more characters are
17635 needed to refine the completion list).
17636
17637 2004-04-17 Richard M. Stallman <rms@gnu.org>
17638
17639 * files.el (locate-file-completion): Handle nil in path-and-suffixes.
17640 (file-truename): Expand all ~ constructs directly.
17641 (insert-directory): Delete any error msg output by the
17642 `insert-directory-program'.
17643
17644 * allout.el (allout-mode-exposure-menu, allout-mode-editing-menu):
17645 (allout-mode-navigation-menu, allout-mode-misc-menu): New defvars.
17646 (allout-prior-bindings, allout-added-bindings): Defvars deleted.
17647 (allout-init): Use find-file-hook, not find-file-hooks.
17648 (allout-mode): Eliminate Emacs 18 support.
17649 Use write-contents-functions, not local-write-file-hooks.
17650
17651 2004-04-17 Daniel Pfeiffer <occitan@esperanto.org>
17652
17653 * progmodes/compile.el (compilation-error-properties): Fix for
17654 adding messages when there are already markers for their file.
17655 (compilation-fake-loc): New function.
17656
17657 2004-04-16 Dave Love <fx@gnu.org>
17658
17659 * progmodes/python.el (python-compilation-line-number): Fix braindamage.
17660 (python-load-file): Fix python-orig-start setting.
17661
17662 * progmodes/compile.el: Doc fixes.
17663 (compilation-error-regexp-alist-alist)
17664 (compilation-mode-font-lock-keywords): Allow non-ASCII where possible.
17665 (compilation-assq): Wrap in eval-when-compile.
17666 (compilation-mode-font-lock-keywords): Don't use list*.
17667 (compilation-start): Avoid warning.
17668 (compilation-compat-error-properties)
17669 (compilation-directory-properties): Add keymap property.
17670 (compilation-parsing-end): Make it a marker for better compatibility.
17671
17672 * progmodes/python.el (python-after-info-look): Use with-no-warnings.
17673
17674 2004-04-16 Mark A. Hershberger <mah@everybody.org>
17675
17676 * xml.el: Doc fixes.
17677 (xml-get-children): Only looks at sub-tags and ignore strings.
17678
17679 * xml.el (xml-parse-tag): Avoid overwriting node-name.
17680
17681 2004-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
17682
17683 * diff-mode.el (diff-end-of-hunk): Be more careful with unified hunks.
17684
17685 2004-04-16 Andre Spiegel <spiegel@gnu.org>
17686
17687 * vc-hooks.el (vc-default-workfile-unchanged-p): Quote signal.
17688
17689 * vc.el (vc-print-log): Likewise.
17690
17691 2004-04-16 Masatake YAMATO <jet@gyve.org>
17692
17693 * simple.el (completion-setup-function): Set an initial value
17694 to `element-common-end' before entering loop. Set a value
17695 to `element-common-end' at the end of loop.
17696 The bug is reported by Juri Linkov <juri@jurta.org> in emacs-devel list.
17697 (completions-common-part): Rename from completion-de-emphasis.
17698 (completions-first-difference): Rename from completion-emphasis.
17699 Suggested by RMS.
17700
17701 2004-04-16 Juanma Barranquero <lektu@terra.es>
17702
17703 * bookmark.el (bookmark-send-edited-annotation): Fix docstring.
17704 (bookmark-edit-annotation-mode): Add mode name.
17705
17706 2004-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
17707
17708 * smerge-mode.el (smerge-match-conflict): Try to do something sensible
17709 for nested conflict markers.
17710 (smerge-find-conflict): Better handle errors in smerge-match-conflict.
17711
17712 2004-04-15 Nick Roberts <nick@nick.uklinux.net>
17713
17714 * progmodes/gdb-ui.el (gdb-goto-info): New function.
17715
17716 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Add help button.
17717
17718 2004-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
17719
17720 * emacs-lisp/bytecomp.el (batch-byte-compile-file):
17721 Give a backtrace if requested.
17722
17723 * progmodes/ada-mode.el (ada-create-menu): Remove redundant call.
17724
17725 * progmodes/python.el (python-mouse-2-command, python-RET-command):
17726 Remove unused functions.
17727 (python-orig-start-line, python-orig-file): Remove.
17728 (python-orig-start): New var.
17729 (python-input-filter, python-compilation-line-number)
17730 (python-send-region, python-load-file): Use it.
17731
17732 * info.el (info): Always jump to *info*.
17733
17734 * subr.el (posn-set-point): New function.
17735
17736 * mouse.el (mouse-set-point): Use it.
17737
17738 * progmodes/compile.el (compile-goto-error): Use it.
17739 (compilation-button-map): New keymap.
17740 (compilation-error-properties): Use it.
17741 (compilation-shell-minor-mode-map): Don't bind mouse-2.
17742
17743 * smerge-mode.el (smerge-popup-context-menu): Use it.
17744
17745 * emacs-lisp/checkdoc.el (checkdoc-output-mode-map)
17746 (checkdoc-find-error-mouse, checkdoc-find-error): Use it to merge the
17747 mouse and non-mouse case.
17748
17749 * diff-mode.el (diff-goto-source): Make it work for mouse bindings.
17750 (diff-mouse-goto-source): Make it an alias of diff-goto-source.
17751
17752 * pcvs.el (cvs-mode-toggle-mark): Rename from cvs-mouse-toggle-mark.
17753 Make it work for non-mouse events.
17754
17755 * pcvs-info.el (cvs-status-map): Update binding name.
17756
17757 2004-04-14 Mark A. Hershberger <mah@everybody.org>
17758
17759 * xml.el (xml-maybe-do-ns): New function to handle namespace
17760 parsing of both attribute and element names.
17761 (xml-ns-parse-ns-attrs, xml-ns-expand-el, xml-ns-expand-attr)
17762 (xml-intern-attrlist): Remove in favor of xml-maybe-do-ns.
17763 (xml-parse-tag): Update assumed namespaces. Clean up namespace parsing.
17764 (xml-parse-attlist): Make it do its own namespace parsing.
17765
17766 2004-04-14 Dave Love <fx@gnu.org>
17767
17768 * progmodes/python.el (run-python): Fix use of \n.
17769 (python-load-file): Remove `try' from Python fragment.
17770 (python-describe-symbol): Fix message.
17771
17772 * comint.el: Doc fixes.
17773 (comint-last-input-start, comint-last-input-end)
17774 (comint-last-output-start): Give them values.
17775 (comint-arguments): Avoid warning.
17776 (comint-skip-prompt): Use line-end-position.
17777 (comint-backward-matching-input): Rename arg to agree with doc.
17778 (comint-extract-string): Use syntax-ppss.
17779 (comint-dynamic-simple-complete): Delete useless list construction.
17780 (comint-redirect-subvert-readonly): New.
17781 (comint-redirect-preoutput-filter): Use it.
17782
17783 * emacs-lisp/lisp.el (beginning-of-defun-raw, end-of-defun):
17784 Correctly handle negative arguments when calling hook functions.
17785
17786 2004-04-14 Jesper Harder <harder@ifa.au.dk>
17787
17788 * info.el (info-apropos): Don't clobber Info-history-list.
17789
17790 2004-04-14 Daniel Pfeiffer <occitan@esperanto.org>
17791
17792 * progmodes/compile.el (compilation-setup):
17793 Localize overlay-arrow-position.
17794 (compilation-sentinel): Restructure code equivalently.
17795 (compilation-next-error): Find message on same line after point if
17796 not found before point.
17797 (compile-mouse-goto-error): Restore function so that compilation
17798 buffer need not be current and use compile-goto-error.
17799 (compile-goto-error): Restore function.
17800 (next-error): Set overlay-arrow-position.
17801 (compilation-forget-errors): Don't localize already local
17802 compilation-locs and remove FIXME about refontifying.
17803
17804 2004-04-14 Kim F. Storm <storm@cua.dk>
17805
17806 * startup.el (emacs-quick-startup): New defvar (set by -Q).
17807 (command-line): New option -Q. Like -q --no-site-file, but
17808 in addition it also disables menu-bar, tool-bar, scroll-bars,
17809 tool-tips, and the blinking cursor.
17810 (command-line-1): Skip startup screen if -Q.
17811 (fancy-splash-head): Use ":align-to center" prop to center splash image.
17812
17813 * emulation/cua-base.el (cua-read-only-cursor-color)
17814 (cua-overwrite-cursor-color, cua-global-mark-cursor-color): Doc fix.
17815
17816 2004-04-13 Dave Love <fx@gnu.org>
17817
17818 * progmodes/python.el: Doc fixes. Changes for compiler warnings.
17819 (syntax): Don't require.
17820 (python) <defgroup>: Add :version.
17821 (python-quote-syntax): Re-written.
17822 (inferior-python-mode): Move stuff here from run-python and add
17823 some more.
17824 (python-preoutput-continuation, python-preoutput-result)
17825 (python-dotty-syntax-table): New.
17826 (python-describe-symbol): Use them.
17827 (run-python): Move stuff to inferior-python-mode. Modify code
17828 loaded into Python.
17829 (python-send-region): Use python-proc, python-send-string.
17830 (python-send-string): Send newlines too. Callers changed.
17831 (python-load-file): Re-written.
17832 (python-eldoc-function): New.
17833 (info-look): Don't require.
17834 (python-after-info-look): New. A modified version of former
17835 top-level code for use with eval-after-load.
17836 (python-maybe-jython, python-guess-indent): Use widened buffer.
17837 (python-fill-paragraph): Re-written.
17838 (python-mode): Fix outline-regexp. Set outline-heading-end-regexp,
17839 eldoc-print-current-symbol-info-function. Add to eldoc-mode-hook.
17840
17841 2004-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
17842
17843 * progmodes/python.el (run-python): Use compilation-shell-minor-mode.
17844 Set compilation-error-regexp-alist earlier.
17845
17846 * progmodes/compile.el (compilation-minor-mode-map)
17847 (compilation-shell-minor-mode-map, compile-mouse-goto-error)
17848 (compile-goto-error): Re-merge the mouse and non-mouse commands.
17849
17850 2004-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
17851
17852 * progmodes/compile.el (compile-goto-error): Select the buffer/window
17853 corresponding to the event.
17854
17855 2004-04-12 Joe Buehler <jbuehler@hekiman.com>
17856
17857 * loadup.el: Add cygwin to system-type list, for unexec() support.
17858
17859 2004-04-12 John Paul Wallington <jpw@gnu.org>
17860
17861 * ibuffer.el (ibuffer-delete-window-on-quit): Remove.
17862 (ibuffer-restore-window-config-on-quit): New variable to replace
17863 `ibuffer-delete-window-on-quit'. Update all references.
17864 (ibuffer-prev-window-config): New variable.
17865 (ibuffer-quit): Restore previous window configuration instead of
17866 deleting window.
17867 (ibuffer): Save window configuration before showing Ibuffer buffer.
17868
17869 * help.el (describe-mode): Doc fix.
17870
17871 2004-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
17872
17873 * progmodes/compile.el (compilation-mode-font-lock-keywords): Fix test
17874 not to treat nil as a function.
17875
17876 * vc-arch.el (vc-arch-root): Be a bit more careful.
17877 (vc-arch-register): Save the buffer if we modified it.
17878 (vc-arch-delete-rej-if-obsolete): Save excursion.
17879 (vc-arch-find-file-hook): Use the simpler after-save-hook.
17880 (vc-arch-responsible-p, vc-arch-init-version): New functions.
17881
17882 * net/ldap.el (ldap-search): Use list*.
17883
17884 2004-04-12 Juri Linkov <juri@jurta.org>
17885
17886 * info.el (Info-follow-reference): Allow multiline reference name.
17887
17888 2004-04-11 Dave Love <fx@gnu.org>
17889
17890 * emacs-lisp/bytecomp.el (byte-compile-cond): Fix last change.
17891
17892 * progmodes/python.el: New file.
17893
17894 2004-04-11 Andre Spiegel <spiegel@gnu.org>
17895
17896 * vc-hooks.el (vc-arg-list): Function removed.
17897 (vc-default-workfile-unchanged-p): Use condition-case to check for
17898 backward compatibility.
17899
17900 * vc.el (vc-print-log): Use condition-case to check for backward
17901 compatibility.
17902
17903 2004-04-11 Juri Linkov <juri@jurta.org>
17904
17905 * dired.el (dired-faces): New defgroup.
17906 (dired-header, dired-mark, dired-marked, dired-flagged)
17907 (dired-warning, dired-directory, dired-symlink, dired-ignored):
17908 New faces.
17909 (dired-header-face, dired-mark-face, dired-marked-face)
17910 (dired-flagged-face, dired-warning-face, dired-directory-face)
17911 (dired-symlink-face, dired-ignored-face): New face variables.
17912 (dired-font-lock-keywords): Use them instead of font-lock faces.
17913 Split the rule for dired marks into 3 separate rules: for marks,
17914 marked file names and flagged file names.
17915
17916 * help-mode.el (help-make-xrefs): Add a final newline to the
17917 *Help* buffer.
17918
17919 2004-04-11 John Paul Wallington <jpw@gnu.org>
17920
17921 * replace.el (occur-engine): Distinguish between one and several
17922 matches in the matches per buffer heading.
17923
17924 2004-04-11 Kim F. Storm <storm@cua.dk>
17925
17926 * ido.el (ido-confirm-unique-completion): New defcustom.
17927 (ido-complete): Use it.
17928 (ido-write-file): Set it to t unconditionally.
17929
17930 2004-04-10 Miles Bader <miles@gnu.org>
17931
17932 RCS keyword removal (only non-comment changes are enumerated here):
17933
17934 * emacs-lisp/bytecomp.el (byte-compile-version): Variable removed.
17935 (byte-compile-insert-header): Don't use `byte-compile-version'.
17936 * forms.el (forms-version): Variable removed.
17937 (forms-mode): Don't use `forms-version'.
17938 * recentf.el (recentf-version): Variable removed.
17939 * progmodes/delphi.el (delphi-version): Variable removed.
17940 * progmodes/ada-mode.el (ada-mode): RCS keyword removed from docstring.
17941
17942 2004-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
17943
17944 * emacs-lisp/easymenu.el (easy-menu-add): Make it work in non-X Emacs.
17945
17946 2004-04-09 Jesper Harder <harder@ifa.au.dk>
17947
17948 * info.el (info-apropos): Improve menu item regexp.
17949
17950 2004-04-09 Simon Josefsson <jas@extundo.com>
17951
17952 * mail/smtpmail.el: Add comment, based on report by
17953 kdc@rcn.com (Kevin D. Clark).
17954
17955 2004-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
17956
17957 * progmodes/compile.el (compilation-mode-font-lock-keywords):
17958 Redo one more thing that I didn't notice Daniel had undone.
17959
17960 2004-04-08 Nick Roberts <nick@nick.uklinux.net>
17961
17962 * progmodes/gdb-ui.el (gdb-source-window): Remove variable.
17963 (gdb-goto-breakpoint, gdb-display-buffer)
17964 (gdb-display-source-buffer, gdb-view-source-function)
17965 (gdb-view-assembler, gdb-setup-windows, gdb-restore-windows)
17966 (gdb-source-info, gdb-frame-handler): Don't specify a window
17967 for display.
17968 (gdb-info-breakpoints-custom): Remove superfluous update of
17969 assembler buffer.
17970 (gdb-many-windows): Make settable outside gdb.
17971
17972 2004-04-08 Glenn Morris <gmorris@ast.cam.ac.uk>
17973
17974 * calendar/diary-lib.el (diary-mode, fancy-diary-display-mode):
17975 Derive from fundamental-mode rather than text-mode.
17976
17977 2004-04-08 Juri Linkov <juri@jurta.org>
17978
17979 * info.el (Info-history): Doc fix.
17980 (Info-history-list): New var.
17981 (info-xref): Change magenta4 to blue, remove bold for dark and
17982 light backgrounds, change bold to underline for non-color classes.
17983 (info-xref-visited): New face.
17984 (Info-fontify-visited-nodes): New custom.
17985 (Info-hide-note-references): Add new value `hide'. Doc fix.
17986 (Info-reference-name): New var.
17987 (Info-selection-hook): New custom.
17988 (Info-edit-mode-hook): New var.
17989 (Info-find-file): New fun.
17990 (Info-find-node): Move part of code to Info-find-file.
17991 (Info-find-node-2): Add anchors to Info-history-list. Move point
17992 to the place with the reference name if name is defined.
17993 (Info-select-node): Add current node to Info-history-list.
17994 (Info-goto-node): Switch to *info* from *info-history* *info-toc*.
17995 (Info-search-whitespace-regexp): New custom.
17996 (Info-search-case-fold): New var.
17997 (Info-search): Add "case-sensitively" to the prompt.
17998 Use Info-search-whitespace-regexp. Set Info-search-case-fold.
17999 (Info-search-case-sensitively, Info-search-next): New fun.
18000 (Info-up): Move point to the menu item of the current node.
18001 (Info-history): New fun. Add *info-history* to
18002 same-window-buffer-names.
18003 (Info-toc): New fun. Add *info-toc* to same-window-buffer-names.
18004 (Info-insert-toc): New fun.
18005 (Info-build-toc): New fun.
18006 (Info-follow-reference): Add new arg `fork'. Doc fix.
18007 Replace [ \n\t]* by [ \n\t]+ in the *Note regexp. For references
18008 with the same name prefer the reference closest to point.
18009 (Info-next-reference): Replace * by + in the *Note regexp.
18010 Add regexp for http:// and ftp://. Skip the *Note prefix.
18011 (Info-prev-reference): Replace * by + in the *Note regexp.
18012 Add regexp for http:// and ftp://. Skip the *Note prefix.
18013 (Info-follow-nearest-node): Add new arg `fork'.
18014 (Info-try-follow-nearest-node): Add new arg `fork'.
18015 Call browse-url for http:// and ftp:// references.
18016 Set Info-reference-name for index entries.
18017 (Info-mode-menu): Add menu items for Info-search-case-sensitively,
18018 Info-search-next, Info-history, Info-toc, clone-buffer.
18019 (Info-menu-update): Replace * by + in the *Note regexp.
18020 (Info-mode): Add documentation for Info-history, Info-toc,
18021 Info-search-case-sensitively, Info-search-next, clone-buffer.
18022 (Info-fontify-menu-headers): Remove fun. Move code to
18023 Info-fontify-node.
18024 (Info-fontify-node): Add docstring. Add local vars
18025 fontify-visited-p and not-fontified-p. If not-fontified-p is t
18026 then fontify header line, titles, menu headers, http and ftp
18027 references, refill paragraphs. If not-fontified-p is t or
18028 fontify-visited-p is t then fontify cross references, menu items.
18029 Fontify menu headers. Fontify http and ftp references.
18030 Change regexp for cross references to require whitespace after *Note,
18031 add matching groups for file and node names. Remove hack for quote.
18032 Use display property for Info-hide-note-references=t. Use fifth
18033 or fourth match for help-echo. Display visited nodes in a
18034 different face. Unhide file names of external references.
18035 Unhide newlines. Display visited menu items in a different face.
18036
18037 2004-04-07 Stefan Monnier <monnier@iro.umontreal.ca>
18038
18039 * progmodes/compile.el: Require CL.
18040 (compilation-mode-font-lock-keywords): Re-install the "line as
18041 function" patch.
18042
18043 * help-fns.el (help-C-source-directory): New var.
18044 (help-subr-name, help-C-file-name, help-find-C-source): New funs.
18045 (describe-function-1, describe-variable): Use them.
18046
18047 * help-mode.el (help-function-def, help-variable-def): Handle hyperrefs
18048 to C source files specially.
18049
18050 2004-04-07 Jan Nieuwenhuizen <janneke@gnu.org>
18051
18052 * info.el (Info-hide-cookies-node): New function.
18053 (Info-select-node): Use it.
18054 (Info-display-images-node): Remove message with image file name.
18055
18056 2004-04-07 Daniel Pfeiffer <occitan@esperanto.org>
18057
18058 * progmodes/compile.el (compilation-warning-face)
18059 (compilation-info-face, compilation-skip-threshold)
18060 (compilation-skip-visited, compilation-context-lines):
18061 Declare :version when added to Emacs.
18062 (compilation-error-regexp-alist-alist): Extend caml and irix.
18063 (compilation-setup): Fix if font-locked w/o font-lock-defaults.
18064 (compilation-mode-font-lock-keywords): Temporarily undo line as
18065 function patch, which wasn't ready.
18066
18067 2004-04-07 Kenichi Handa <handa@m17n.org>
18068
18069 * international/latin1-disp.el (latin1-display-setup): Check each
18070 character is displayable or not instead of calling
18071 latin1-display-check-font.
18072
18073 2004-04-06 Kenichi Handa <handa@m17n.org>
18074
18075 * language/ethio-util.el (ethio-sera-being-called-by-w3):
18076 New variable.
18077 (ethio-sera-to-fidel-ethio): Check ethio-sera-being-called-by-w3
18078 instead of sera-being-called-by-w3.
18079 (ethio-fidel-to-sera-buffer): Likewise.
18080 (ethio-find-file): Bind ethio-sera-being-called-by-w3 to t
18081 instead of sera-being-called-by-w3.
18082 (ethio-write-file): Likewise.
18083
18084 2004-04-05 Vinicius Jose Latorre <viniciusjl@ig.com.br>
18085
18086 * printing.el: Doc fix.
18087
18088 2004-04-05 Nick Roberts <nick@nick.uklinux.net>
18089
18090 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New option.
18091 (gdb-ann3, gdb-send, gdb-starting, gdb-stopping)
18092 (gdb-setup-windows): Only use separate IO buffer if required.
18093
18094 2004-04-06 Kim F. Storm <storm@cua.dk>
18095
18096 * term.el (term-is-xemacs): Remove.
18097 (term-if-xemacs, term-ifnot-xemacs): Test (featurep 'xemacs).
18098 (term-window-width): New function.
18099 (term-mode, term-check-size): Use it.
18100 (term-mode): Disable overflow-newline-into-fringe in term buffer.
18101
18102 2004-04-05 Per Abrahamsen <abraham@dina.kvl.dk>
18103
18104 * cus-edit.el (custom-add-parent-links): Change unbound variable
18105 `symbol' to `name'.
18106
18107 2004-04-05 Jesper Harder <harder@ifa.au.dk>
18108 * info.el (info-apropos): New function.
18109 (Info-mode-menu): Add it.
18110 (Info-find-node, Info-find-node-2): Grok apropos virtual file.
18111
18112 * help-mode.el (help-make-xrefs): Recognize aliased variable with
18113 inherited docstring.
18114
18115 * play/gamegrid.el (gamegrid-add-score-insecure): Use sort-fields.
18116
18117 2004-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
18118
18119 * textmodes/fill.el (fill-comment-paragraph): Obey indent-tabs-mode.
18120
18121 * progmodes/compile.el (font-lock): Don't require any more.
18122 (compilation-error-properties, compilation-start, compilation-sentinel)
18123 (compilation-filter, next-error): Use with-current-buffer.
18124 (compilation-skip-to-next-location, compilation-skip-threshold)
18125 (compilation-skip-visited): Move to silence the byte-compiler.
18126 (compilation-setup): Simplify.
18127 (compilation-next-error): Use line-(beginning|end)-position.
18128 Make sure `pt' is non-nil before using compilation-loop.
18129 (compile-goto-error): Add optional event arg. Use it.
18130 (compile-mouse-goto-error): Make it an alias of compile-goto-error.
18131 (compilation-minor-mode-map, compilation-shell-minor-mode-map):
18132 Update the binding for mouse-2.
18133 (first-error): Set compilation-current-error to nil rather than bob.
18134 (compilation-parsing-end, compilation-parse-errors-function)
18135 (compilation-error-list, compilation-old-error-list):
18136 "New" compatibility variables.
18137 (compile-buffer-substring, compilation-compat-error-properties)
18138 (compilation-compat-parse-errors, compilation-forget-errors):
18139 New compatibility functions.
18140 (compilation-mode-font-lock-keywords): Use them.
18141
18142 2004-04-04 Luc Teirlinck <teirllm@auburn.edu>
18143
18144 * autorevert.el (auto-revert-handler): If point (or a window
18145 point) is at the end of the buffer, keep it there after
18146 reverting. This allows to tail a file.
18147 Mention this in the `Commentary'.
18148
18149 * format.el (format-write-file): Add optional argument CONFIRM
18150 and make it behave like the analogous argument to `write-file'.
18151
18152 2004-04-04 Vinicius Jose Latorre <viniciusjl@ig.com.br>
18153
18154 * progmodes/ebnf2ps.el: Doc fix.
18155 (ebnf-version): New version number (4.2).
18156 (ebnf-syntax): Customization and docstring fix.
18157 (ebnf-eliminate-empty-rules, ebnf-optimize, ebnf-otz-initialize):
18158 Put autoloaded funs before first use.
18159 (ebnf-style-database): Add dtd entry.
18160 (ebnf-syntax-alist): Add dtd initialization.
18161 (ebnf-token-sequence): New fun.
18162 (ebnf-comment-table): Add new comment action character.
18163 (ebnf-dtd-parser, ebnf-dtd-initialize): Autoload funs from ebnf-dtd.
18164
18165 * progmodes/ebnf-dtd.el: New file, implement a parser for DTD (Data
18166 Type Definition for XML).
18167
18168 * progmodes/ebnf-abn.el (ebnf-abn-concatenation):
18169 * progmodes/ebnf-bnf.el (ebnf-sequence):
18170 * progmodes/ebnf-ebx.el (ebnf-ebx-concatenation):
18171 * progmodes/ebnf-iso.el (ebnf-iso-single-definition):
18172 * progmodes/ebnf-yac.el (ebnf-yac-sequence):
18173 Code simplification: call ebnf-token-sequence.
18174
18175 2004-04-04 Eli Zaretskii <eliz@gnu.org>
18176
18177 * calendar/timeclock.el (timeclock-relative)
18178 (timeclock-get-project-function, timeclock-get-workday-function)
18179 (timeclock-query-out, timeclock-when-to-leave)
18180 (timeclock-when-to-leave-string, timeclock-log-data)
18181 (timeclock-generate-report, timeclock-in): Doc fixes.
18182
18183 2004-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
18184
18185 * url/: New dir. Import the URL package from its repository.
18186
18187 2004-04-03 Andreas Schwab <schwab@suse.de>
18188
18189 * diff-mode.el (diff-mode): Fix missing quote.
18190
18191 2004-04-03 Juri Linkov <juri@jurta.org>
18192
18193 * descr-text.el (describe-property-list): Add `font-lock-face'.
18194
18195 * dired.el (dired-font-lock-keywords): Fix permission regexps.
18196
18197 2004-04-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
18198
18199 * x-dnd.el (x-dnd-handle-moz-url, x-dnd-insert-utf16-text):
18200 Use utf-16le on little endian machines and utf-16be otherwise.
18201
18202 2004-04-02 David Kastrup <dak@gnu.org>
18203
18204 * net/browse-url.el (browse-url-generic): Use call-process
18205 instead of start-process to allow browsers that fork and detach.
18206
18207 2004-04-01 Daniel Pfeiffer <occitan@esperanto.org>
18208
18209 * compile.el (compilation-current-error): New var.
18210 (compilation-setup, compile-mouse-goto-error)
18211 (compile-goto-error, next-error): Use it.
18212 (compilation-skip-to-next-location): Default to t, which gives
18213 contiguous skipping like old compile (where this was redundant).
18214 (compilation-next-error): Prevent previous-* commands from moving
18215 back to message at or just before point.
18216
18217 2004-04-01 Nick Roberts <nick@nick.uklinux.net>
18218
18219 * progmodes/gdb-ui.el (gdb-view-source-function, gdb-view-assembler)
18220 (gdb-source-info): Don't display source at startup, if required.
18221 (gdb-show-main): New option.
18222 (gdba): Update documentation.
18223 (gdb-source): Cover case of auto-display output.
18224
18225 2004-03-31 Luc Teirlinck <teirllm@auburn.edu>
18226
18227 * autorevert.el: Delete obsolete autoloads and defvars.
18228 (auto-revert-check-vc-info): New user option.
18229 (auto-revert-vc-cvs-file-version, auto-revert-vc-buffer-p)
18230 (auto-revert-handler-vc): Delete.
18231 (auto-revert-handler): Treat return value `fast' of
18232 buffer-stale-function specially. Check `auto-revert-check-vc-info'.
18233
18234 * buff-menu.el (Buffer-menu-mode): Make the buffer-stale-function
18235 return `fast'.
18236
18237 * files.el (buffer-stale-function): Doc change.
18238
18239 2004-03-31 Vinicius Jose Latorre <viniciusjl@ig.com.br>
18240
18241 * printing.el: New tip on Tips section.
18242 (pr-version): New version number (6.7.4).
18243 (pr-shell-file-name): Initialization fix.
18244
18245 2004-03-31 Juri Linkov <juri@jurta.org>
18246
18247 * dired.el: Add autoload for `dired-do-touch'.
18248 (dired-touch-program): New var.
18249 (dired-mode-map): Bind `dired-do-touch' to T and add menu-item.
18250 (dired-no-confirm): Add `touch' to docstring.
18251
18252 * dired-aux.el (dired-do-touch): New fun.
18253 (dired-do-chxxx): Add argument -t for touch operation.
18254
18255 * dired-x.el (dired-mark-sexp): Replace hard-coded month names by
18256 `dired-move-to-filename-regexp'.
18257
18258 2004-03-31 H\e,Ae\e(Bkan Granath <hakan.granath@kau.se> (tiny change)
18259
18260 * dired.el (dired-move-to-filename-regexp): Add `.' to HH:MM.
18261
18262 2004-03-30 Vinicius Jose Latorre <viniciusjl@ig.com.br>
18263
18264 * progmodes/ebnf2ps.el (ebnf-eps-finish-and-write): Write a buffer if
18265 and only if the buffer was modified.
18266
18267 2004-03-30 Kenichi Handa <handa@m17n.org>
18268
18269 * international/characters.el: Delete pairs for U+2308..U+230B.
18270
18271 2004-03-29 Nick Roberts <nick@nick.uklinux.net>
18272
18273 * progmodes/gud.el (gud-gdb-marker-filter): Include "\n" in regexp
18274 to detect the beginning of a level 2 or 3 annotation.
18275
18276 2004-03-29 Kenichi Handa <handa@m17n.org>
18277
18278 * international/ucs-tables.el (ucs-insert): Fix the error message.
18279
18280 2004-03-29 Kenichi Handa <handa@m17n.org>
18281
18282 * international/mule-util.el (char-displayable-p): Fix generation
18283 of XLFD file name.
18284
18285 * Makefile.in (setwins, setwins_almost): Change directory to $wd
18286 before finding directories by `find'.
18287
18288 2004-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
18289
18290 * subr.el (interactive-form): Delete. Now implemented in C.
18291
18292 * pcvs.el (cvs-parse-process): Workaround for Darwin.
18293
18294 * vc.el (vc-version-diff, vc-default-diff-tree): Change `rel' -> `rev'.
18295 (vc-diff-label): New fun.
18296 (vc-diff-internal): Use it.
18297
18298 * progmodes/gdb-ui.el (gdb-post-prompt): Fix test.
18299
18300 2004-03-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
18301
18302 * progmodes/ebnf-abn.el (ebnf-abn-parser): Handle initial comments.
18303
18304 * progmodes/ebnf-ebx.el: New file, implement a parser for EBNF used to
18305 specify XML (EBNFX).
18306
18307 * progmodes/ebnf2ps.el: Doc fix.
18308 (ebnf-version): New version number (4.1).
18309 (ebnf-syntax): Adjust customization.
18310 (ebnf-style-database): Add ebnfx entry.
18311 (ebnf-syntax-alist): Add ebnfx initialization.
18312 (ebnf-ebx-parser, ebnf-ebx-initialize): Autoload funs from ebnf-ebx.
18313
18314 * printing.el: Doc fix.
18315 (pr-version): New version number (6.7.3).
18316 (pr-menu-position): Adjust X and Y positions when mouse-pixel-position
18317 returns nil for mouse position. Reported by Drew Adams
18318 <drew.adams@oracle.com>.
18319 (pr-update-menus): Modify interactive declaration. Reported by Drew
18320 Adams <drew.adams@oracle.com>.
18321
18322 2004-03-28 Nick Roberts <nick@nick.uklinux.net>
18323
18324 * progmodes/gdb-ui.el (gdb-ann3, gdb-send-item)
18325 (gud-gdba-marker-filter): Log the process input and output, if
18326 required. From Stefan Monnier.
18327 (gdb-debug-log, gdb-enable-debug-log): New variables.
18328 (gdb-post-prompt): Don't do gdb-var-update on Mac OS X.
18329
18330 2004-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
18331
18332 * vc-hooks.el (vc-file-not-found-hook): Fix typo.
18333 From lorentey@elte.hu (L\e$,1 q\e(Brentey K\e,Aa\e(Broly).
18334
18335 2004-03-27 Luc Teirlinck <teirllm@auburn.edu>
18336
18337 * autorevert.el (auto-revert-handler): Handle auto-revert-mode.
18338 Call vc-find-file-hook here instead of in auto-revert-buffers.
18339 (auto-revert-buffers): Delete call to vc-find-file-hook.
18340 (auto-revert-verbose, global-auto-revert-non-file-buffers)
18341 (global-auto-revert-mode, auto-revert-set-timer)
18342 (auto-revert-handler, auto-revert-buffers): Doc fixes.
18343
18344 2004-03-27 Francis J. Wright <F.J.Wright@qmul.ac.uk>
18345
18346 * woman.el (woman-change-fonts): Rename local variable
18347 woman-font-alist to font-alist to avoid a compiler warning.
18348
18349 2004-03-27 Dave Love <fx@gnu.org>
18350
18351 * emacs-lisp/rx.el (rx): Doc fix.
18352 Fix copyright years.
18353
18354 * strokes.el (strokes-global-set-stroke-string): New function.
18355 (strokes-list-strokes): Cope with strings, not just commands.
18356 Set foreground color of image.
18357 (strokes-global-set-stroke): Doc fix.
18358
18359 2004-03-26 Luc Teirlinck <teirllm@auburn.edu>
18360
18361 * buff-menu.el (Buffer-menu-revert-function): Make it suitable for
18362 Auto Revert mode.
18363 (Buffer-menu-files-only): New variable.
18364 (Buffer-menu-toggle-files-only): New function.
18365 (Buffer-menu-mode-map): Bind it to `T'.
18366 (Buffer-menu-mode): Mention `T' in docstring.
18367 Set buffer-stale-function.
18368 (list-buffers-noselect): Mark buffer non-modified and set
18369 Buffer-menu-files-only.
18370
18371 * dired.el (buffer-stale-function): Remove no longer needed defvar.
18372
18373 * autorevert.el (auto-revert-handler): Print revert message
18374 before, rather than after, reverting.
18375 (buffer-stale-function): Move to files.el.
18376
18377 * files.el (buffer-stale-function): Move here from autorevert.el.
18378
18379 2004-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
18380
18381 * vc.el (vc-maybe-resolve-conflicts): Don't prompt the user.
18382
18383 * calc/calc.el (calc-mode-map): Use mapc.
18384
18385 * apropos.el (apropos-mode): Don't autoload.
18386 (apropos-symbols-internal): New fun. Extracted from `apropos'.
18387 (apropos): Use it.
18388 (apropos-print): Add optional `text' argument.
18389 (apropos-describe-plist): Use help-buffer and hexlp-setup-xref.
18390 Don't assume point-min == 1.
18391
18392 * bs.el (bs-buffer-list): Use buffer-local-value.
18393 (bs--set-toggle-to-show): Use with-current-buffer.
18394
18395 * buff-menu.el (Buffer-menu-sort, Buffer-menu-make-sort-button):
18396 New funs.
18397 (list-buffers-noselect): Use them. Adjust :align-to to new style.
18398
18399 * cvs-status.el (cvs-tree-use-jisx0208): Use char-displayable-p.
18400
18401 * dabbrev.el (dabbrev-expand): Fix regexp construction.
18402 (dabbrev--find-expansion): Use pop.
18403 (dabbrev--search): Use match-string-no-properties.
18404
18405 * dired.el (dired-mode): Use run-mode-hooks.
18406 (dired-move-to-end-of-filename): Use match-string.
18407
18408 * ediff-init.el (ediff-hide-face): Check that facemenu-unlisted-faces
18409 is bound before using it.
18410 (ediff-verbose-p): Make it into a var since it's not constant.
18411
18412 * electric.el (Electric-pop-up-window): Avoid popping up a new frame.
18413
18414 * faces.el (read-face-font): Don't cons up unnecessarily.
18415 (header-line, tool-bar): Share common parts.
18416
18417 * files.el (file-relative-name): Use compare-strings.
18418
18419 * finder.el (finder-mode): Follow coding convention.
18420
18421 * subr.el (read-number): New function.
18422
18423 * ses.el (ses-read-number): Move to subr.el.
18424 (ses-set-header-row): Use read-number.
18425
18426 2004-03-26 Andre Spiegel <spiegel@gnu.org>
18427
18428 * vc-hooks.el (vc-arg-list): New function, which handles both
18429 compiled and uncompiled code.
18430 (vc-default-workfile-unchanged-p): Use it.
18431
18432 * vc.el (vc-print-log): Undo prev change, use new function
18433 vc-arg-list from vc-hooks.el.
18434
18435 2004-03-26 Masatake YAMATO <jet@gyve.org>
18436
18437 * simple.el (completion-setup-function): Emphasize the
18438 first uncommon characters in the completions; and de-emphasize
18439 the common prefix substrings.
18440 (completion-emphasis): New face.
18441 (completion-de-emphasis): New face.
18442
18443 2004-03-25 Juanma Barranquero <lektu@terra.es>
18444
18445 * progmodes/cperl-mode.el (cperl-indent-alist, cperl-where-am-i):
18446 Comment out (it's unused and unfinished code).
18447
18448 2004-03-25 Sam Steingold <sds@gnu.org>
18449
18450 * vc.el (vc-print-log): Fix a bug in the last patch:
18451 backend-function may be a byte-compiled object, not a lambda.
18452
18453 2004-03-25 Juri Linkov <juri@jurta.org>
18454
18455 * descr-text.el (describe-property-list): Add a button
18456 for `face' property that calls `describe-face'.
18457 Suggested by Luis Fernandes <elf@ee.ryerson.ca>
18458
18459 * international/mule.el (keyboard-coding-system):
18460 * kmacro.el (kmacro-call-macro): Fix docstring.
18461
18462 * dired.el: Fix comments.
18463
18464 * textmodes/fill.el (fill): Fix Info link.
18465
18466 * font-lock.el (fast-lock, lazy-lock):
18467 * jit-lock.el (jit-lock): Remove links to removed Support Modes
18468 Info node.
18469
18470 * eshell/eshell.el (eshell): Fix broken info-link.
18471
18472 * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance):
18473 * eshell/em-banner.el (eshell-banner):
18474 * eshell/em-smart.el (eshell-smart):
18475 * eshell/esh-cmd.el (eshell-cmd):
18476 Comment out broken info-links to incomplete Info manual.
18477
18478 * info-xref.el: Fix commentary.
18479
18480 2004-03-25 Kevin Ryde <user42@zip.com.au>
18481
18482 * info-xref.el (info-xref-check-buffer): Report empty filename parts.
18483 Remove spurious node duplicate suppression, doesn't work, not wanted.
18484 (info-xref-output): Take format style args, add "sit-for 0" to let
18485 user see the results as they progress.
18486 (info-xref-check-all-custom): New function.
18487
18488 2004-03-25 Nick Roberts <nick@nick.uklinux.net>
18489
18490 * gdb-ui.el: Moved to progmodes.
18491
18492 2004-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
18493
18494 * diff-mode.el (diff-font-lock-keywords): Disable yank-handler.
18495
18496 2004-03-24 Glenn Morris <gmorris@ast.cam.ac.uk>
18497
18498 * calendar/appt.el (appt-check): Remove superfluous progn.
18499 When finished with diary buffer: if it was not being displayed
18500 before, kill it; otherwise restore its original state.
18501 Suggested by Matthew Mundell <matt@mundell.ukfsn.org>.
18502
18503 * calendar/calendar.el (calendar-set-mode-line): Use total
18504 available mode-line width, rather than frame-width.
18505
18506 * calendar/diary-lib.el (fancy-diary-display): Set mode-line
18507 after mode change so effect not lost.
18508
18509 2004-03-23 Dave Love <fx@gnu.org>
18510
18511 * dired.el (dired) <defgroup>: Add link to manual.
18512 (dired-font-lock-keywords): Add highlighting on unusual permissions.
18513 (dired-revert): Use dolist.
18514 (dired-mode-map): Add U binding.
18515 (dired-mode): Add font-lock-beginning-of-syntax-function.
18516 (dired-garbage-files-regexp): Make it a defcustom.
18517
18518 2004-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
18519
18520 * vc-arch.el (vc-arch-diff): Handle the special case where `newvers'
18521 is equivalent to nil.
18522 (vc-arch-diff3-rej-p): Be a bit more flexible in what we accept.
18523 (vc-arch-mode-line-string): Accept `added' state.
18524 (vc-arch-state): Use inode-sigs if available.
18525 (vc-arch-add-tagline): Rename from vc-arch-add-tag.
18526 Copy&delete existing id file if any. Fallback if uuidgen is absent.
18527 (vc-arch-tagline-re): New var.
18528 (vc-arch-file-source-p, vc-arch-file-id, vc-arch-tagging-method):
18529 New functions.
18530 (vc-arch-find-file-not-found-hook, vc-arch-register): New backend ops.
18531 (vc-arch-registered): Try our best guess using vc-arch-file-source-p.
18532
18533 * vc-hooks.el (vc-default-find-file-not-found-hook): New fun.
18534 (vc-file-not-found-hook): Use it.
18535
18536 * diff-mode.el (diff-default-read-only): Change default.
18537 (diff-mode-hook): Make it a defcustom. Add some options.
18538 (diff-mode-map): Bind diff-refine-hook.
18539 (diff-yank-handler): New var.
18540 (diff-yank-function): New fun.
18541 (diff-font-lock-keywords): Use them.
18542 (diff-end-of-file): Handle case where file-header looks like diff text.
18543 (diff-hunk-kill): Adjust to "new" hunk-next behavior.
18544 (diff-file-kill): Delete a subsequent empty line, if applicable.
18545 (diff-hunk-file-names): New fun, extracted from diff-tell-file-name.
18546 (diff-find-file-name): Use it.
18547 (diff-tell-file-name): New command.
18548 (diff-mode): Be careful with view-mode.
18549 (diff-delete-if-empty, diff-delete-empty-files, diff-make-unified):
18550 New functions, for use in diff-mode-hook.
18551 (diff-find-source-location): Catch "regex too large" errors.
18552 (diff-apply-hunk, diff-test-hunk): Go to old or new file.
18553 (diff-refine-hunk): New command.
18554
18555 * smerge-mode.el (smerge-mode-menu): Fix activate pred for resolve.
18556 (smerge-context-menu-map): Remove unused var.
18557 (smerge-keep-all): Preserve markers.
18558 (smerge-keep-n): New fun.
18559 (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
18560 (smerge-keep-current, smerge-ediff): Use it.
18561 (smerge-kill-current): Use it. Make it work on some 3-part conflicts.
18562 (smerge-popup-context-menu): Also use context-menu on 3-part conflicts.
18563 (smerge-resolve): Resolve trivial 3-part conflicts.
18564
18565 2004-03-23 Juri Linkov <juri@jurta.org>
18566
18567 * man.el (Man-width): New var.
18568 (Man-getpage-in-background): Use it.
18569 (Man-support-local-filenames): New var and fun.
18570 (Man-build-man-command): Don't add a second %s.
18571 (Man-fontify-manpage): Clean up message.
18572 (Man-mode): Set outline-regexp, outline-level,
18573 imenu-generic-expression.
18574
18575 * woman.el (woman-fill-frame): Doc fix.
18576 (woman-decode-region): Use window-width instead of frame-width.
18577
18578 * abbrevlist.el (list-one-abbrev-table):
18579 * descr-text.el (describe-char):
18580 * international/mule-diag.el (describe-current-coding-system):
18581 * international/quail.el (quail-insert-decode-map):
18582 Use window-width instead of frame-width.
18583
18584 * jka-compr.el (jka-compr-compression-info-list): Add tbz and dz.
18585 (jka-compr-mode-alist-additions): Add tbz.
18586 (jka-compr-write-region, jka-compr-insert-file-contents):
18587 Add message for undefined compress-program.
18588 (jka-compr-write-region): Remove redundant var bindings.
18589
18590 * dired-x.el (dired-guess-shell-alist-default): Add choices for
18591 extracting files into subdirectory. Add tbz and dz. Fix regexps.
18592 Add extensions .[0-9] for man and nroff, and .pod for perldoc.
18593 (dired-man): Use dired-guess-shell-command.
18594 (dired-guess-shell-case-fold-search): Change defvar to defcustom.
18595 Change default nil to t.
18596
18597 * dired-aux.el (dired-compress-file-suffixes): Add dz and tbz.
18598 (dired-compare-directories): Add default value for empty input.
18599
18600 * help-at-pt.el: Move suggestions for key bindings to Commentary.
18601
18602 * time.el (display-time-string-forms): Fix help-echo date format.
18603
18604 2004-03-22 Luc Teirlinck <teirllm@auburn.edu>
18605
18606 * autorevert.el (global-auto-revert-non-file-buffers): Expand docstring.
18607 (buffer-stale-function): New variable.
18608 (auto-revert-list-diff, auto-revert-dired-file-list)
18609 (auto-revert-dired-changed-p, auto-revert-buffer-p): Delete.
18610 (auto-revert-handler): Take over some functionality of deleted
18611 functions.
18612 (auto-revert-buffers): Delete call to auto-revert-buffer-p.
18613
18614 * dired.el (dired-directory-changed-p): New fun, extracted from
18615 dired-internal-noselect.
18616 (dired-buffer-stale-p): New fun.
18617 (dired-internal-noselect): Use dired-directory-changed-p.
18618 Eliminate revert messages.
18619 (dired-mode): Set buffer-stale-function to dired-buffer-stale-p.
18620
18621 2004-03-23 Kenichi Handa <handa@m17n.org>
18622
18623 * international/characters.el: Setup syntaxes for more parentheses
18624 Unicode characters.
18625
18626 * international/mule-cmds.el (select-safe-coding-system):
18627 Merge coding-system and auto-cs before comparing them.
18628
18629 2004-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
18630
18631 * emacs-lisp/pp.el (pp-eval-expression): Simplify.
18632
18633 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
18634 normal-auto-fill-function and comment-indent-function.
18635 The default values now work just as well.
18636 Don't set font-lock-beginning-of-syntax-function since we already set
18637 syntax-begin-function.
18638 (lisp-outline-level): Put ;;;###autoload at same level as (.
18639 (prin1-char): Quote special chars.
18640
18641 * emacs-lisp/lisp-mnt.el (lm-keywords-finder-p): Use defvar rather
18642 than with-no-warnings.
18643
18644 * emacs-lisp/edebug.el (edebug-display): Bring up a debug trace
18645 if the source location can't be found.
18646 (edebug-compute-previous-result): Use prin1-char.
18647
18648 * emacs-lisp/checkdoc.el (checkdoc-error): Don't assume point-min == 1.
18649 (debug-ignored-errors): Add an entry.
18650
18651 * emacs-lisp/bytecomp.el (byte-recompile-directory): Ignore hidden dir.
18652 (byte-compile-file): Output warning when deleting a file.
18653
18654 * emacs-lisp/byte-run.el (defsubst): Add edebug spec and use backquote.
18655 (dont-compile, eval-when-compile, eval-and-compile): Add edebug spec.
18656
18657 * emacs-lisp/byte-opt.el (byte-compile-log-lap)
18658 (byte-compile-inline-expand): Use backquote.
18659 (byte-optimize-pure-func): Rename from byte-optimize-concat.
18660 (symbol-name, regexp-opt, regexp-quote): Mark as pure.
18661
18662 * emacs-lisp/backquote.el (backquote-list*-macro): Use nreverse.
18663
18664 * emacs-lisp/advice.el (ad-subr-arglist): Simplify.
18665
18666 2004-03-22 Juri Linkov <juri@jurta.org>
18667
18668 * finder.el (finder-known-keywords): Fix data, tex, unix.
18669
18670 * play/landmark.el: Fix keywords.
18671
18672 * language/ethio-util.el (ethio-find-file): Doc fix.
18673
18674 * emacs-lisp/warnings.el: Doc fix.
18675
18676 * textmodes/ispell.el (ispell-help): Doc fix.
18677
18678 2004-03-21 Luc Teirlinck <teirllm@auburn.edu>
18679
18680 * format.el (format-insert-file): Always return a list of two
18681 elements, like insert-file-contents does.
18682
18683 2004-03-21 Andre Spiegel <spiegel@gnu.org>
18684
18685 * vc.el: Add new optional BUFFER argument to vc-BACKEND-print-log
18686 and vc-BACKEND-diff.
18687 (vc-print-log): If the print-log implementation supports it, use
18688 the new BUFFER argument to direct output to *vc-change-log*, not *vc*.
18689 (vc-version-diff, vc-diff-internal): Doc fixes.
18690
18691 * vc-hooks.el (vc-default-workfile-unchanged-p): If the
18692 implementation supports it, let diff output go to *vc*,
18693 not *vc-diff*, since this is an internal call.
18694
18695 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Add optional BUFFER arg.
18696
18697 * vc-rcs.el (vc-rcs-print-log, vc-rcs-diff): Likewise.
18698
18699 * vc-sccs.el (vc-sccs-print-log, vc-sccs-diff): Likewise.
18700
18701 2004-03-21 Dave Love <fx@gnu.org>
18702
18703 * progmodes/cfengine.el (cfengine-mode):
18704 Set parse-sexp-ignore-comments.
18705
18706 * emacs-lisp/rx.el (rx): Work at compile time, not run time.
18707
18708 2004-03-21 Juanma Barranquero <lektu@terra.es>
18709
18710 * allout.el (allout-mode): Fix docstring.
18711
18712 2004-03-20 Luc Teirlinck <teirllm@auburn.edu>
18713
18714 * files.el (insert-directory): Fix bug if SWITCHES is a list.
18715
18716 * autorevert.el (auto-revert-interval): Make new value take
18717 effect immediately when set through Custom.
18718 (auto-revert-set-timer): Add interactive declaration.
18719
18720 2004-03-19 David Ponce <david@dponce.com>
18721
18722 * ruler-mode.el (ruler-mode-header-line-format-old):
18723 Don't `make-variable-buffer-local'.
18724 (ruler-mode-ruler-function): Default to `ruler-mode-ruler'.
18725 (ruler-mode-header-line-format): Simply funcall the above.
18726 (ruler-mode): Use `make-local-variable' and `kill-local-variable'
18727 to save/restore a previous header line format.
18728 (ruler-mode-space): Don't depend on a numeric WIDTH value.
18729 (ruler-mode-ruler): Use symbolic display elements for scrollbar,
18730 fringes and margins width.
18731 (ruler-mode-ruler-function): Default to ruler-mode-ruler.
18732
18733 2004-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
18734
18735 * log-edit.el (log-edit-font-lock-keywords): Typo.
18736
18737 * textmodes/tex-mode.el (tex-shell): Set error parsing function here.
18738 (tex-send-tex-command): Rather than here.
18739 (tex-compilation-parse-errors): Simplify.
18740
18741 * info.el (Info-default-dirs): Don't ignore last part of I-d-d-l.
18742
18743 * time.el (display-time-string-forms): Add help-echo with date on time.
18744
18745 * composite.el (compose-region): Use restore-buffer-modified-p.
18746
18747 * disp-table.el (standard-display-8bit): Simplify.
18748
18749 * server.el (server-process-filter): Delete temp frame.
18750
18751 * add-log.el (add-change-log-entry): Simplify.
18752
18753 2004-03-19 Kim F. Storm <storm@cua.dk>
18754
18755 * hexl.el (hexl-mode-ruler): Adapt to new :align-to semantics.
18756 (hexl-follow-line): Don't require 'fringe.
18757
18758 * progmodes/compile.el (compilation-start): Always set
18759 compilation-last-buffer and return it.
18760
18761 2004-03-17 Luc Teirlinck <teirllm@auburn.edu>
18762
18763 * simple.el (clone-buffer): Doc fix.
18764
18765 2004-03-18 Juanma Barranquero <lektu@terra.es>
18766
18767 * emacs-lisp/byte-run.el (make-obsolete-variable): Fix docstring.
18768
18769 2004-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
18770
18771 * log-edit.el (log-edit-font-lock-keywords): New var.
18772 (log-edit-mode): Use it.
18773
18774 2004-03-17 Nick Roberts <nick@nick.uklinux.net>
18775
18776 * gdb-ui.el (gdb-var-list-children-handler): Handle C++ classes
18777 properly for watching in speedbar.
18778
18779 2004-03-17 Masatake YAMATO <jet@gyve.org>
18780
18781 * smerge-mode.el (smerge-popup-context-menu):
18782 Put `unwind-protect' around `overlay-put' and `popup-menu'.
18783
18784 2004-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
18785
18786 * vc-arch.el (vc-arch-workfile-unchanged-p): Define to avoid dup-diff.
18787 (vc-arch-workfile-version, vc-arch-mode-line-rewrite):
18788 Take sealed revisions into account.
18789 (vc-arch-checkin): Extract a summary line from the message.
18790
18791 2004-03-16 Masatake YAMATO <jet@gyve.org>
18792
18793 * register.el (register): Provide `register' feature.
18794
18795 2004-03-15 Masatake YAMATO <jet@gyve.org>
18796
18797 Added context menu support in smerge mode.
18798 Most of the part is written by Stefan Monnier.
18799
18800 * smerge-mode.el (smerge-context-menu-map, smerge-context-menu):
18801 New keymap and menu.
18802 (smerge-text-properties): New function.
18803 (smerge-remove-props): New function.
18804 (smerge-popup-context-menu): New function.
18805 (smerge-resolve): Call `smerge-remove-props'.
18806 (smerge-keep-base, smerge-keep-other, smerge-keep-mine): Ditto.
18807 (smerge-keep-current): Ditto.
18808 (smerge-kill-current): New function.
18809 (smerge-match-conflict): Put text properties.
18810 Detect the file as `same-diff conflict' if the filename is "ANCESTOR".
18811
18812 2004-03-15 David Ponce <david@dponce.com>
18813
18814 * ruler-mode.el (ruler-mode-left-fringe-cols)
18815 (ruler-mode-right-fringe-cols, ruler-mode-left-scroll-bar-cols)
18816 (ruler-mode-right-scroll-bar-cols): Remove.
18817 (ruler-mode-window-col, ruler-mode-mouse-set-left-margin)
18818 (ruler-mode-mouse-set-right-margin, ruler-mode-ruler):
18819 Use fringe-columns and scroll-bar-columns.
18820
18821 2004-03-15 Masatake YAMATO <jet@gyve.org>
18822
18823 * hl-line.el (hl-line-range-function): New variable.
18824 (hl-line-move): New function.
18825 (global-hl-line-highlight): Use `hl-line-move'.
18826 (hl-line-highlight): Ditto.
18827
18828 * scroll-bar.el (scroll-bar-columns):
18829 * fringe.el (fringe-columns): New function derived from ruler-mode.el.
18830
18831 * ruler-mode.el (top-level): Require scroll-bar and fringe.
18832 (ruler-mode-left-fringe-cols)
18833 (ruler-mode-right-fringe-cols): Use `fringe-columns'.
18834 (ruler-mode-right-scroll-bar-cols)
18835 (ruler-mode-left-scroll-bar-cols): Use `scroll-bar-columns'.
18836 (ruler-mode-ruler-function): New variable.
18837 (ruler-mode-header-line-format): Call `ruler-mode-ruler-function'
18838 if the value for `ruler-mode-ruler-function' is given.
18839
18840 * hexl.el (hexl-mode-hook): Make the hook customizable.
18841 (hexl-address-area, hexl-ascii-area): New customize variables.
18842 (hexlify-buffer): Put font-lock-faces on the address area and
18843 the ascii area.
18844 (hexl-activate-ruler): New function.
18845 (hexl-follow-line): New function.
18846 (hexl-highlight-line-range): New function.
18847 (hexl-mode-ruler): New function.
18848
18849 2004-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
18850
18851 * vc-hooks.el (vc-handled-backends): Add Arch. Move MCVS down.
18852 (vc-default-find-file-hook): New fun.
18853 (vc-find-file-hook): Call new find-file-hook operation.
18854
18855 * vc-arch.el: New file.
18856
18857 2004-03-12 Jesper Harder <harder@ifa.au.dk>
18858
18859 * info-look.el (info-lookup): Reuse an existing Info window.
18860
18861 2004-03-12 Francis J. Wright <F.J.Wright@qmul.ac.uk>
18862
18863 * woman.el (woman-preserve-ascii): Default value changed to t and
18864 doc string revised.
18865
18866 2004-03-12 Richard M. Stallman <rms@gnu.org>
18867
18868 * pcvs.el (cvs-mode-add-change-log-entry-other-window):
18869 Fix minor bug.
18870
18871 * replace.el (occur-engine): Change message for count of matches.
18872
18873 * emacs-lisp/bytecomp.el (byte-compile-get-constant):
18874 For strings, do compare text properties.
18875
18876 2004-03-11 Daniel Pfeiffer <occitan@esperanto.org>
18877
18878 * progmodes/compile.el (compile-auto-highlight)
18879 (compilation-error-list, compilation-old-error-list)
18880 (compilation-parse-errors-function, compilation-parsing-end)
18881 (compilation-error-message, compilation-directory-stack)
18882 (compilation-enter-directory-regexp-alist)
18883 (compilation-leave-directory-regexp-alist)
18884 (compilation-file-regexp-alist, compilation-nomessage-regexp-alist)
18885 (compilation-current-file, compilation-regexps): Remove vars.
18886
18887 (compile-error-at-point, compilation-error-filedata)
18888 (compilation-error-filedata-file-name, compile-reinitialize-errors)
18889 (compilation-next-error-locus, compilation-forget-errors)
18890 (count-regexp-groupings, compilation-parse-errors)
18891 (compile-collect-regexps, compile-buffer-substring): Remove funs.
18892
18893 (compile-internal): Make obsolete.
18894
18895 (compilation-first-column, compilation-error)
18896 (compilation-directory-matcher, compilation-page-delimiter)
18897 (compilation-mode-font-lock-keywords, compilation-debug)
18898 (compilation-error-face, compilation-warning-face)
18899 (compilation-info-face, compilation-line-face)
18900 (compilation-column-face, compilation-enter-directory-face)
18901 (compilation-leave-directory-face, compilation-skip-threshold)
18902 (compilation-skip-visited, compilation-context-lines): New vars.
18903
18904 (compilation-warning-face, compilation-info-face)
18905 (compilation-message-face): New faces.
18906
18907 (compilation-error-regexp-alist-alist): New constant.
18908
18909 (compilation-face, compilation-directory-properties)
18910 (compilation-assq, compilation-error-properties, compilation-start)
18911 (define-compilation-mode, compilation-loop)
18912 (compilation-set-window): New functions.
18913
18914 (compile): Additional argument for interactive compiles like TeX.
18915
18916 * progmodes/grep.el (kill-grep): Move here from compile.el
18917 (grep-error, grep-hit-face, grep-error-face)
18918 (grep-mode-font-lock-keywords): New variables.
18919 (grep-regexp-alist): Simplify regexp and add `binary' case.
18920 (grep-mode): New mode.
18921 (grep-process-setup): Simplify.
18922
18923 2004-03-11 Jason Rumney <jasonr@gnu.org>
18924
18925 * net/ldap.el (ldap-search-internal): Handle file URLs with drive
18926 letters on DOS/Windows.
18927
18928 2004-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
18929
18930 * server.el (server-name): New var.
18931 (server-socket-dir): New var to replace server-socket-name.
18932 (server-start): Use them.
18933
18934 2004-03-11 Simon Josefsson <jas@extundo.com>
18935
18936 * mail/smtpmail.el (smtpmail-read-response): Abort if process has
18937 died to avoid infloop. Reported by Jonathan Glauner
18938 <jglauner@sbum.org>.
18939
18940 2004-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
18941
18942 * smerge-mode.el (smerge-check-cache, smerge-check): New var and fun.
18943 (smerge-mode-menu): Use it to deactivate menu entries.
18944 (smerge-keep-current): New fun.
18945 (smerge-keep-current): Use it.
18946
18947 2004-03-10 John Paul Wallington <jpw@gnu.org>
18948
18949 * foldout.el (foldout-fold-list, foldout-modeline-string):
18950 Declare them as variables, not constants.
18951
18952 2004-03-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
18953
18954 * ps-print.el: Modification to print *Messages* buffer.
18955 (ps-print-version): New version 6.6.4.
18956 (ps-message-log-max): New fun.
18957 (ps-spool-without-faces, ps-spool-with-faces)
18958 (ps-count-lines-preprint): Code fix.
18959
18960 * printing.el: New tips in Tips section.
18961
18962 2004-03-09 Vinicius Jose Latorre <viniciusjl@ig.com.br>
18963
18964 * delim-col.el: Doc fix.
18965
18966 * printing.el: Doc fix. New doc section (Tips).
18967
18968 2004-03-09 Stefan Monnier <monnier@iro.umontreal.ca>
18969
18970 * type-break.el (type-break-emacs-variant): Remove.
18971 (type-break-run-at-time, type-break-cancel-function-timers):
18972 Use fboundp rather than version name and number.
18973
18974 2004-03-09 Masatake YAMATO <jet@gyve.org>
18975
18976 * hexl.el (hexl-mode): Use `make-local-variable' instead of
18977 `make-variable-buffer-local'.
18978
18979 2004-03-08 Michael Albinus <Michael.Albinus@alcatel.de>
18980
18981 * find-dired.el (find-dired): Call `shell-command' instead of
18982 `start-process-shell-command'. By this, Tramp takes over
18983 handling of remote directories.
18984
18985 2004-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
18986
18987 * newcomment.el (comment-use-global-state): New var.
18988 (comment-search-forward): Use it.
18989
18990 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set it.
18991
18992 * cus-edit.el (fill) <defgroup>: Move to fill.el.
18993
18994 * textmodes/fill.el (fill) <defgroup>: Move from cus-edit.el.
18995 (enable-kinsoku): Make it a defcustom.
18996 (fill-comment-paragraph): Don't rely on fill-prefix to bound the
18997 paragraph to same-comment-start-marker.
18998
18999 2004-03-07 Dave Love <fx@gnu.org>
19000
19001 * net/browse-url.el (rfc2368-parse-mailto-url): Autoload.
19002 (browse-url-mail): Use it.
19003
19004 * mail/rfc2368.el (rfc2368-unhexify-char): Delete.
19005 (rfc2368-unhexify-string): Use replace-regexp-in-string.
19006
19007 2004-03-07 Francis J. Wright <F.J.Wright@qmul.ac.uk>
19008
19009 * woman.el (woman-man.conf-path): Doc fix.
19010 (woman-parse-man.conf): Also parse OPTIONAL_MANPATH.
19011
19012 2004-03-07 Eli Zaretskii <eliz@gnu.org>
19013
19014 * sort.el (sort-columns): Remove ms-dos from the list of systems
19015 where the external `sort' command is not used.
19016
19017 2004-03-07 Kim F. Storm <storm@cua.dk>
19018
19019 * gdb-ui.el (gdb-overlay-arrow-position): Add defvar.
19020 (gdb-reset): Reset gdb-overlay-arrow-position marker and remove it
19021 from overlay-arrow-variable-list.
19022 (gdb-assembler-mode): Use add-to-list for gdb-overlay-arrow-position.
19023
19024 2004-03-06 Nick Roberts <nick@nick.uklinux.net>
19025
19026 * gdb-ui.el (gdb-assembler-mode, gdb-assembler-custom): Set up
19027 overlay arrow string properly for the assembler buffer.
19028
19029 2004-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
19030
19031 * mail/sendmail.el (mail-mode): Fix last change.
19032
19033 2004-03-05 Nick Roberts <nick@nick.uklinux.net>
19034
19035 * gdb-ui.el (gdb-assembler-mode): Create a second overlay arrow
19036 for the assembler buffer.
19037 (gdb-assembler-custom): Position the overlay arrow.
19038 (gdb-put-arrow, gdb-remove-arrow): Delete functions.
19039
19040 2004-03-04 Stefan Monnier <monnier@iro.umontreal.ca>
19041
19042 * progmodes/sh-script.el (sh-font-lock-paren): Add @ in case patterns.
19043
19044 * pcvs-info.el (cvs-fileinfo->backup-file): Use a more constraining
19045 regexp to distinguish .#ChangeLog.9.1.400 and .#ChangeLog.1.400.
19046
19047 * mail/sendmail.el (mail-mode): Set comment-start-skip.
19048
19049 * newcomment.el (uncomment-region): Allow non-terminated comment.
19050 (comment-normalize-vars): Check the user-specified comstart marker.
19051
19052 2004-03-04 Jesper Harder <harder@ifa.au.dk>
19053
19054 * sort.el (sort-columns): Don't use external 'sort' on ms-windows.
19055 Otherwise, do use it if the region only contains font-lock text
19056 properties.
19057
19058 2004-03-04 Masatake YAMATO <jet@gyve.org>
19059
19060 * hexl.el (hexl-mode): Set `hexl-print-current-point-info'
19061 as the callback function for eldoc.
19062 (hexl-print-current-point-info): New function.
19063 (hexl-current-address): Print the address in both decimal
19064 and hexadecimal format.
19065
19066 2004-03-04 Richard M. Stallman <rms@gnu.org>
19067
19068 * mail/rmail.el (rmail-convert-to-babyl-format):
19069 Specify t for UNIBYTE when calling mail-unquote-printable-region.
19070
19071 * mail/mail-utils.el (mail-unquote-printable-region):
19072 New arg UNIBYTE.
19073
19074 * startup.el (command-switch-alist): Doc fix.
19075
19076 * simple.el (undo): Temporarily set this-command to `undo-start',
19077 then set it to `undo' once undo-start returns without error.
19078
19079 * simple.el (minibuffer-history-sexp-flag): Doc fix.
19080
19081 * simple.el (kill-line): Don't disregard trailing whitespace
19082 in eol condition, if show-trailing-whitespace is set.
19083
19084 * mouse-sel.el (mouse-sel-has-been-enabled): New var.
19085 (mouse-sel-mode): When enabling, set mouse-sel-has-been-enabled.
19086 When disabling, restore old values only if mouse-sel-has-been-enabled.
19087
19088 * isearch.el (isearch-*-char): New arg WANT-BACKSLASH.
19089 (isearch-{-char): New function.
19090 (isearch-mode-map): Bind { to isearch-{-char.
19091
19092 * font-lock.el (lisp-font-lock-keywords-2):
19093 Turn off the CL with-... and do-... general patterns.
19094 Instead, recognize several specific with... and do... constructs.
19095
19096 * files.el (switch-to-buffer-other-window):
19097 Bind same-window-buffer-names and same-window-regexps to nil.
19098 (switch-to-buffer-other-frame): Likewise.
19099
19100 2004-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
19101
19102 * textmodes/fill.el (fill-comment-paragraph): Be more careful when
19103 recognizing leading comment on code line.
19104
19105 2004-03-02 Stefan Monnier <monnier@iro.umontreal.ca>
19106
19107 * Makefile.in (setwins, setwins_almost): Skip .arch-ids and other
19108 hidden files/directories.
19109
19110 2004-03-02 Stefan Monnier <monnier@iro.umontreal.ca>
19111
19112 * textmodes/fill.el (fill-paragraph): Don't check comment-start-skip,
19113 only comment-start (in case the mode hasn't set it).
19114
19115 * Makefile.in (AUTOGENEL): New var.
19116 (bootstrap-prepare): Rename from bootstrap-clean.
19117 Don't remove elc files.
19118 (maintainer-clean): New target.
19119
19120 * xml.el (xml-get-attribute-or-nil): Simplify.
19121
19122 2004-03-02 Juri Linkov <juri@jurta.org>
19123
19124 * net/browse-url.el (browse-url-netscape, browse-url-mozilla)
19125 (browse-url-galeon, browse-url-epiphany): Encode dollar signs in
19126 URL to prevent their substitution with the environment variable
19127 values by browsers.
19128
19129 2004-03-03 Vinicius Jose Latorre <viniciusjl@ig.com.br>
19130
19131 * ps-print.el: Doc fix.
19132 (ps-print-version): New version number (6.6.3).
19133 (ps-right-header, ps-right-footer, ps-left-header, ps-left-footer):
19134 Docstring fix.
19135 (ps-kill-emacs-check): Check if ps-print temporary buffer is killed
19136 before printing.
19137 (ps-time-stamp-yyyy-mm-dd): New fun.
19138 (ps-time-stamp-iso8601): Alias for ps-time-stamp-yyyy-mm-dd.
19139
19140 2004-03-02 Kim F. Storm <storm@cua.dk>
19141
19142 * gdb-ui.el (gdb-mouse-toggle-breakpoint): Remove debug message.
19143
19144 2004-03-01 Juanma Barranquero <lektu@terra.es>
19145
19146 * allout.el (allout-rebullet-heading): Fix typo in docstring.
19147
19148 * desktop.el (desktop-file-version)
19149 (desktop-after-read-hook): Fix typos.
19150 (desktop-clear-preserve-buffers): Remove redundant info in
19151 docstring already shown by the obsolescence message.
19152 (desktop-truncate, desktop-internal-v2s)
19153 (desktop-value-to-string): Change argument name to match docstring.
19154
19155 * emulation/tpu-edt.el (tpu-set-mark): Fix typo in docstring.
19156
19157 * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Fix typo in
19158 docstring.
19159
19160 2004-02-29 Vinicius Jose Latorre <viniciusjl@ig.com.br>
19161
19162 * printing.el: Replace "As Is..." in PostScript file print/preview by
19163 "No Preprocessing...". Suggested by Colin Marquardt
19164 <_marquardt_@zmd.de>.
19165 (pr-insert-section-4): Adjust buffer interface.
19166
19167 2004-02-29 Kai Grossjohann <kai.grossjohann@gmx.net>
19168
19169 Version 2.0.39 of Tramp released.
19170
19171 * net/tramp.el (tramp-handle-file-local-copy)
19172 (tramp-handle-write-region, tramp-open-connection-rsh):
19173 Variable name typo. Small change. From Patrick Tullmann
19174 <tullmann@flux.utah.edu>.
19175 (tramp-process-connection-type): New variable.
19176 (tramp-maybe-open-connection): Use it.
19177 (tramp-do-copy-or-rename-via-buffer): Handle KEEP-DATE arg if possible.
19178 (tramp-touch): Set last-modified time of a remote file.
19179 (tramp-handle-write-region): Say which function is used when encoding.
19180
19181 2004-02-29 Michael Albinus <Michael.Albinus@alcatel.de>
19182
19183 * net/tramp-smb.el (tramp-smb-handle-file-writable-p): Handle the
19184 case of non-existing filename, too. Reported by Christoph Bauer
19185 <c_bauer@informatik.uni-kl.de>.
19186 (tramp-smb-get-file-entries): The directory in question should
19187 have permissions "drwxrwxrwx". Just virtual, because we don't
19188 know the real permissions. Don't we know?
19189 (tramp-smb-prompt): Add virtual prompt from listing shares, too.
19190 (tramp-smb-errors): Add "NT_STATUS_ACCOUNT_LOCKED_OUT".
19191 (tramp-smb-wait-for-output): Optimize algorithm getting pending
19192 output. If it was received chunkwise, there have been problems.
19193 Remove the "prompt not found" error message; it is obvious.
19194 Simplify algorithm.
19195 (tramp-smb-process-running): Remove. Since we acknowledge the
19196 virtual prompt for shares, there's no need for distinction of
19197 reading shares (process ends afterwards) and interactive mode of
19198 smblient.
19199 (tramp-smb-open-connection): Setting process sentinel removed.
19200 (tramp-smb-errors): Add "NT_STATUS_WRONG_PASSWORD" and
19201 "NT_STATUS_NETWORK_ACCESS_DENIED".
19202 (tramp-smb-maybe-open-connection): Set `process-connection-type'
19203 to 'pty. Suggested by Piet van Oostrum <piet@cs.uu.nl>.
19204 (top-level): Setting default value in `tramp-default-method-alist'
19205 corrected. Order of USER and HOST have been wrong.
19206 Nobody complained for months ...
19207 (tramp-smb-maybe-open-connection): Use `tramp-process-connection-type'.
19208 (tramp-smb-open-connection): Clear password cache if login has failed.
19209
19210 * net/tramp.el (tramp-completion-mode) Don't check for 'xemacs' but
19211 `tramp-unified-filenames'.
19212 (tramp-completion-mode): Make test for XEmacs explicitly.
19213 `event-to-character' can exists in Emacs packages too.
19214 Reported by Matt Swift <swift@alum.mit.edu>.
19215 (tramp-buffer-name): Buffer name must contain the user if exists.
19216 Reported by Adrian Phillips <a.phillips@met.no>.
19217 (tramp-do-copy-or-rename-file): Handle out-of-band methods.
19218 Call `tramp-do-copy-or-rename-file-out-of-band' this case.
19219 (tramp-do-copy-or-rename-file-out-of-band): Rename from
19220 `tramp-do-copy-or-rename-file-one-local', because it handles also
19221 the case both files use the same out-of-band method.
19222 Implementation added.
19223 (tramp-handle-file-local-copy, tramp-handle-write-region):
19224 Out-of-band handling removed. `copy-file' called instead, which
19225 calls `tramp-do-copy-or-rename-file-out-of-band'.
19226 (tramp-action-password): Check for out-of-band method removed.
19227 This function is used for 'login-program.
19228 (tramp-post-connection): Use `tramp-method-out-of-band-p' when
19229 appropriate.
19230 (tramp-completion-function-alist-ssh): Add `tramp-parse-shostkeys'
19231 and `tramp-parse-sknownhosts'.
19232 (tramp-completion-function-alist): It's a defvar now, because we
19233 want to apply the optimized `tramp-set-completion-function'
19234 instead of a static list.
19235 (tramp-set-completion-function): Implementation tuned.
19236 Avoid double entries, and entries where the function or the
19237 file/directory doesn't exist.
19238 (tramp-parse-shostkeys, tramp-parse-sknownhosts): New functions
19239 for SSH2.
19240 (tramp-file-name-handler-alist): Add `dired-compress-file' entry.
19241 (tramp-handle-dired-compress-file): New function.
19242 (tramp-async-proc): New variable.
19243 (tramp-handle-shell-command): Adding asynchronous processes.
19244 They are far from being perfect, but it works at least for
19245 `find-grep-dired' and `find-name-dired' in Emacs 22.1.
19246 (top-level): Require password.el if visible. Should be mandatory
19247 once No Gnus has found its way into (X)Emacs.
19248 (tramp-read-passwd): Invoke `password-read' if available,
19249 `read-passwd' otherwise. `ange-ftp-read-passwd' isn't used as
19250 fallback any longer.
19251 (tramp-clear-passwd): New function.
19252 (tramp-process-actions, tramp-process-multi-actions):
19253 Clear password cache if login has failed.
19254
19255 * net/tramp-ftp.el (Commentary): Remove pointer to EFS. It has
19256 its own module.
19257 (tramp-ftp-file-name-handler): Unset `ange-ftp-ftp-name-arg' and
19258 `ange-ftp-ftp-name-res'. There could be incorrect values from
19259 previous calls in case the "ftp" method is used in the Tramp file
19260 name. Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
19261
19262 2004-02-28 Richard M. Stallman <rms@gnu.org>
19263
19264 * term.el (term-mouse-paste): Call mouse-set-point.
19265
19266 * thumbs.el: New file.
19267
19268 2004-02-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
19269
19270 * progmodes/ebnf-abn.el: Doc fix.
19271
19272 * progmodes/ebnf-bnf.el: Doc fix.
19273 (ebnf-repeat): Code fix.
19274
19275 * progmodes/ebnf2ps.el: Doc fix.
19276 (ebnf-syntax-directory, ebnf-syntax-file): New funs.
19277
19278 2004-02-28 Juri Linkov <juri@jurta.org>
19279
19280 * ffap.el (dired-at-point): Additional writability test for
19281 relative directory names.
19282 (dired-at-point-prompter): Treat directories as a directory, get
19283 the directory component from files.
19284 (ffap-string-at-point): Return string from region if region is active.
19285 (ffap-file-at-point): Remove redundant code.
19286
19287 2004-02-28 Kim F. Storm <storm@cua.dk>
19288
19289 * gdb-ui.el (breakpoint-enabled-icon, breakpoint-disabled-icon):
19290 Initialize margin area images to nil.
19291 (breakpoint-bitmap): New defvar for breakpoint fringe bitmaps.
19292 (breakpoint-enabled-bitmap-face)
19293 (breakpoint-disabled-bitmap-face): New faces for bpt in fringe.
19294 (gdb-info-breakpoints-custom): Use gdb-remove-breakpoint-icons.
19295 (gdb-info-breakpoints-custom): Use gdb-put-breakpoint-icon.
19296 (gdb-mouse-toggle-breakpoint): Handle bpt in fringe.
19297 (gdb-reset): Use gdb-remove-breakpoint-icons.
19298 (gdb-put-string): Add dprop arg to specify alternative display
19299 property (for setting fringe bitmap).
19300 (gdb-remove-strings): Doc fix.
19301 (gdb-put-breakpoint-icon): New defun which displays a breakpoint
19302 icon in fringe (if available), or else as icon or text in display
19303 margin. Creates necessary icons in breakpoint-bitmap,
19304 breakpoint-enabled-icon, and/or breakpoint-disabled-icon.
19305 Also make left window margin if required.
19306 (gdb-remove-breakpoint-icons): New defun to remove breakpoint
19307 icons inserted by gdb-put-breakpoint-icon. Remove left margin if
19308 no longer needed.
19309 (gdb-assembler-custom): Use gdb-remove-breakpoint-icons and
19310 gdb-put-breakpoint-icon.
19311 (gdb-assembler-mode): Don't set left-margin-width here.
19312
19313 2004-02-27 Kevin Ryde <user42@zip.com.au>
19314
19315 * info-look.el: In scheme-mode symbol regexp, disallow backquote and
19316 comma, so that it DTRT in macros.
19317
19318 2004-02-27 Markus Rost <rost@mathematik.uni-bielefeld.de>
19319
19320 * progmodes/sh-script.el (sh-shell-arg)
19321 (sh-require-final-newline, sh-assignment-regexp, sh-builtins)
19322 (sh-leading-keywords, sh-other-keywords): Fix custom type.
19323
19324 2004-02-27 Dan Nicolaescu <dann@ics.uci.edu>
19325
19326 * faces.el (face-spec-set-match-display): Add a new attribute,
19327 `min-colors'.
19328 (region, highlight, secondary-selection): Use `min-colors'.
19329
19330 * custom.el (defface): Add documentation for `min-colors'.
19331
19332 * font-lock.el (font-lock-comment-face, font-lock-string-face)
19333 (font-lock-keyword-face, font-lock-function-name-face)
19334 (font-lock-variable-name-face, font-lock-constant-face):
19335 Use `min-colors'.
19336
19337 * isearch.el (isearch, isearch-lazy-highlight-face): Use `min-colors'.
19338
19339 2004-02-25 Vinicius Jose Latorre <viniciusjl@ig.com.br>
19340
19341 * progmodes/ebnf2ps.el: Doc fix. For compatibility with Emacs 20,
19342 define assq-delete-all if it's not defined.
19343 (ebnf-generate-region): Code fix.
19344
19345 * printing.el: Doc fix.
19346 (pr-version): New version number (6.7.2).
19347 (pr-command): Return empty string if command is an empty string.
19348
19349 2004-02-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
19350
19351 * progmodes/ebnf-abn.el: New file, implements an ABNF parser.
19352
19353 * progmodes/ebnf2ps.el: Doc fix. Accept ABNF (Augmented BNF). New
19354 arrow shapes: semi-up-hollow, semi-up-full, semi-down-hollow and
19355 semi-down-full. Fix a bug on productions like test = {"test"}* | (
19356 "tt" ["test"] ). Reported by Markus Dreyer
19357 <mdreyer@ix.urz.uni-heidelberg.de>.
19358 (ebnf-version): New version number (4.0).
19359 (ebnf-print-directory, ebnf-print-file, ebnf-spool-directory)
19360 (ebnf-spool-file, ebnf-eps-directory, ebnf-eps-file)
19361 (ebnf-delete-style): New commands.
19362 (ebnf-directory, ebnf-file): New funs.
19363 (ebnf-special-show-delimiter, ebnf-file-suffix-regexp)
19364 (ebnf-production-name-p, ebnf-stop-on-error): New options.
19365 (ebnf-syntax-alist): New var.
19366 (ebnf-element-width): New fun replacing ebnf-list-width.
19367 (ebnf-arrow-shape, ebnf-syntax): Custom fix.
19368 (ebnf-style-custom-list, ebnf-style-database, ebnf-arrow-shape-alist)
19369 (ebnf-prologue): Adjust vars.
19370 (ebnf-setup, ebnf-insert-style, ebnf-merge-style, ebnf-apply-style)
19371 (ebnf-reset-style, ebnf-push-style, ebnf-pop-style)
19372 (ebnf-check-style-values, ebnf-generate-production)
19373 (ebnf-generate-region, ebnf-production-dimension, ebnf-justify-list)
19374 (ebnf-make-terminal1, ebnf-make-or-more1, ebnf-make-repeat)
19375 (ebnf-token-repeat): Code fix.
19376
19377 * progmodes/ebnf-yac.el: Doc fix. Handle Bison pragmas %nonassoc,
19378 %right, %left and %prec. Suggested by Matthew K. Junker
19379 <junker@alum.mit.edu>.
19380 (ebnf-yac-definitions, ebnf-yac-lex): Code fix.
19381
19382 * progmodes/ebnf-iso.el: Doc fix.
19383 (ebnf-iso-token-table, ebnf-iso-non-terminal-chars): Adjust vars.
19384 (ebnf-iso-lex): Code fix.
19385
19386 * progmodes/ebnf-bnf.el: Doc fix.
19387 (ebnf-bnf-lex): Code fix.
19388
19389 * progmodes/ebnf-otz.el: Doc fix.
19390
19391 2004-02-23 Luc Teirlinck <teirllm@auburn.edu>
19392
19393 * abbrev.el (write-abbrev-file): Make argument optional. Doc fix.
19394 (abbrev-prefix-mark): Doc fix.
19395
19396 2004-02-23 Nick Roberts <nick@nick.uklinux.net>
19397
19398 * gdb-ui.el (gud-watch): Load tooltip, if necessary.
19399 (gdb-var-create-handler): Force speedbar-update-flag to be non-nil.
19400 (gdb-var-delete): Make interactive (really).
19401 (gdb-edit-value): Make non-interactive.
19402
19403 * progmodes/gud.el (gud-speedbar-menu-items):
19404 Add gdb-var-delete and, indirectly, gdb-edit-value.
19405 (gud-install-speedbar-variables): Bind gdb-var-delete to "D".
19406 (gud-speedbar-buttons): Remove gdb-var-delete from tag-line.
19407 (gud-gdb-marker-filter): Add comment for annotations.
19408
19409 2004-02-23 Glenn Morris <gmorris@ast.cam.ac.uk>
19410
19411 * calendar/calendar.el (generate-calendar)
19412 (calendar-read-date): Prevent display of BC calendars once more -
19413 reverts 2003-10-01 change.
19414 (generate-calendar-month): Doc fix.
19415
19416 2004-02-03 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
19417
19418 * calendar/diary-lib.el (fancy-diary-display): Don't rely on
19419 return value of increment-calendar-month.
19420
19421 2004-02-21 Stephen Compall <s11@member.fsf.org>
19422
19423 * saveplace.el (save-place-forget-unreadable-files)
19424 (save-place-save-skipped, save-place-skip-check-regexp): New vars.
19425 (save-place-forget-unreadable-files): New function.
19426 (save-place-alist-to-file): Use it to filter out files that are
19427 no longer readable.
19428
19429 * textmodes/texinfo.el (texinfo-insert-@item): Look for the
19430 current Texinfo environment, using the same method as in
19431 `texinfo-insert-@end', and insert a space rather than a newline if
19432 point in a @table environment.
19433
19434 2004-02-21 Juri Linkov <juri@jurta.org>
19435
19436 * ffap.el (ffap-file-at-point): Try parent directories.
19437
19438 2004-02-21 Klaus Zeitler <kzeitler@lucent.com>
19439
19440 * vcursor.el (vcursor-modifiers): New defcustom.
19441 (vcursor-cs-binding): Use vcursor-modifiers instead of a
19442 hard-coded list.
19443
19444 2004-02-21 Masatake YAMATO <jet@gyve.org>
19445
19446 * play/animate.el (animate-birthday-present): Accept names other
19447 than `Sarah', too.
19448
19449 2004-02-21 Juri Linkov <juri@jurta.org>
19450
19451 * startup.el: Remove table of command line arguments from the
19452 Commentary section.
19453
19454 2004-02-20 John Wiegley <johnw@newartisans.com>
19455
19456 * eshell/em-pred.el (eshell-modifier-alist): Change the "eval
19457 again" modifier from 'e' to 'E', since 'e' is also used by the
19458 "file extension" modifier.
19459
19460 2004-02-19 Luc Teirlinck <teirllm@auburn.edu>
19461
19462 * help-fns.el (describe-categories): Doc fix.
19463
19464 2003-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
19465
19466 * ediff-util.el (ediff-compute-custom-diffs-maybe): Avoid creating
19467 temporary file for buffer already visiting one. This change makes
19468 output likely to be directly usable by patch program.
19469 Suggested by Adrian Aichner <adrian@xemacs.org>
19470
19471 2004-02-20 Nick Roberts <nick@nick.uklinux.net>
19472
19473 * gdb-ui.el (gdb-use-colon-colon-notation): Set default to nil for
19474 case of variables defined in compound statements.
19475 (gdb-setup-windows, gdb-source-info, gdb-source-info):
19476 Simplify constructions using switch-to-buffer.
19477
19478 2004-02-19 Simon Josefsson <jas@extundo.com>
19479
19480 * play/morse.el: Fix typo.
19481 (morse-code): Add @.
19482
19483 2004-02-19 Glenn Morris <gmorris@ast.cam.ac.uk>
19484
19485 * calendar/appt.el (appt-display-format): Change default to
19486 'ignore, for backwards compatibility.
19487 (appt-display-message): If appt-display-format is 'ignore,
19488 respect old vars appt-msg-window and appt-visible.
19489 (appt-activate): Don't depend on return value of cancel-timer.
19490
19491 * calendar/calendar.el (calendar-holidays): Doc fix.
19492
19493 * calendar/cal-coptic.el (coptic-prompt-for-date):
19494 Use assoc-string instead of assoc-ignore-case.
19495 * calendar/cal-french.el (calendar-goto-french-date): Ditto.
19496 * calendar/cal-hebrew.el (calendar-goto-hebrew-date)
19497 (mark-hebrew-diary-entries, list-yahrzeit-dates): Ditto.
19498 * calendar/cal-islam.el (calendar-goto-islamic-date)
19499 (mark-islamic-diary-entries): Ditto.
19500 * calendar/cal-julian.el (calendar-goto-julian-date): Ditto.
19501 * calendar/cal-mayan.el (calendar-read-mayan-haab-date)
19502 (calendar-read-mayan-tzolkin-date): Ditto.
19503 * calendar/calendar.el (calendar-read-date): Ditto.
19504 * calendar/diary-lib.el (mark-diary-entries): Ditto.
19505
19506 2004-02-18 Markus Rost <rost@mathematik.uni-bielefeld.de>
19507
19508 * progmodes/executable.el (executable-command-find-posix-p):
19509 Fix choice of the directory.
19510
19511 2004-02-17 Luc Teirlinck <teirllm@auburn.edu>
19512
19513 * simple.el (interprogram-cut-function)
19514 (interprogram-paste-function, kill-new, kill-append):
19515 Doc fixes.
19516 (kill-region): Make it return nil. Doc fix.
19517 (yank-pop): Make its argument optional.
19518 (yank): Make ARG `-' equivalent to `-1'.
19519
19520 2004-02-17 Eli Zaretskii <eliz@gnu.org>
19521
19522 * mail/rmail.el (rmail-get-new-mail): Don't reference
19523 rmail-use-spam-filter if rmail-spam-filter is not loaded.
19524
19525 2004-02-16 Luc Teirlinck <teirllm@auburn.edu>
19526
19527 * autorevert.el (auto-revert-buffer-p): Only revert dired buffers
19528 if one of global-auto-revert-non-file-buffers or autorevert-mode
19529 is non-nil.
19530
19531 2004-02-16 Eli Zaretskii <eliz@gnu.org>
19532
19533 * subr.el (delete-dups): A better implementation from Karl Heuer
19534 <kwzh@gnu.org>.
19535
19536 2004-02-16 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
19537
19538 * net/telnet.el (telnet-interrupt-subjob): Move doc string to the
19539 correct place.
19540 * progmodes/icon.el (icon-indent-command): Ditto.
19541 * textmodes/paragraphs.el (repunctuate-sentences): Ditto.
19542
19543 2004-02-16 Eli Zaretskii <eliz@gnu.org>
19544
19545 * progmodes/grep.el (grep-compute-defaults): Undo change from
19546 2004-01-29: don't use executable-command-find-posix-p.
19547
19548 2004-02-16 Richard Sharman <rsharman@pobox.com>
19549
19550 * hilit-chg.el: Use require instead of eval-and-compile.
19551 (highlight-compare-buffers): New function.
19552
19553 2004-02-16 John Basrai <jbasrai@comcast.net> (tiny change)
19554
19555 * man.el (Man-fontify-manpage): Render section headings in
19556 `Man-overstrike-face' even when overstrike was not used by man
19557 formatter for section headings.
19558
19559 2004-02-16 Eli Tziperman <eli@deas.harvard.edu>
19560
19561 * rmail-spam-filter.el (vm-use-spam-filter)
19562 (rsf-min-region-length-added-to-spam-list): New variables.
19563 (rsf-bbdb-auto-delete-spam-bbdb-entries): Rename from
19564 rmail-bbdb-auto-delete-spam-entries. Add cc: to recipients for
19565 spam testing. Don't delete spam message if automatic deletion
19566 after output via variable rmail-delete-after-output is turned on.
19567 (rsf-bbdb-dont-create-entries-for-deleted-messages): Rename from
19568 rsf-bbdb-dont-create-entries-for-spam.
19569 (check-field): New function, extracted from code in
19570 rmail-spam-filter to ease addition of header fields like content-type.
19571 (message-content-type): New variable to check the content-type:
19572 field added, also in defcustom of rsf-definitions-alist.
19573 (rmail-spam-filter): Replace repeated test code for header fields
19574 by calls to check-field; change the call to
19575 rmail-output-to-rmail-file such that rmail-current-message stays
19576 the same to avoid wrong deletion of unseen flags.
19577 (rsf-add-contents-type): New function to convert old format
19578 of rmail-spam-definitions-alist into new one.
19579 Change prefixes of all variables and functions from
19580 rmail-spam-filter- or spam-filter- or rmail-spam- to rsf-.
19581
19582 2004-02-16 Eli Zaretskii <eliz@gnu.org>
19583
19584 * loadhist.el (unload-hook-features-list): New defvar.
19585
19586 2004-02-16 Dave Love <fx@gnu.org>
19587
19588 * loadhist.el (unload-feature): Doc fix. Rename flist to
19589 unload-hook-features-list.
19590
19591 2004-02-16 Jay Belanger <belanger@truman.edu> (tiny change)
19592
19593 * calc/calc-embed.el (calc-do-embedded-activate): Add autoload
19594 cookie. Don't check if we are looking-at open-formula.
19595
19596 2004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change)
19597
19598 * subr.el (match-string-no-properties): Use substring-no-properties.
19599
19600 2004-02-16 Eli Zaretskii <eliz@gnu.org>
19601
19602 * emacs-lisp/rx.el (rx-check, rx-check-any, rx-check-not)
19603 (rx-repeat, rx-check-backref, rx-syntax, rx-to-string):
19604 Use lower-case "rx" in all error message.
19605
19606 2004-02-16 Dave Love <fx@gnu.org>
19607
19608 * emacs-lisp/rx.el (rx-or): Put group around result.
19609 (rx-constituents): Add backref.
19610 (rx-syntax): Add string-delimiter, comment-delimiter.
19611 (rx-categories): Add combining-diacritic.
19612 (rx-check-not, rx-greedy, rx): Doc fix.
19613 (rx-backref, rx-check-backref): New.
19614
19615 2004-02-16 Jesper Harder <harder@ifa.au.dk>
19616
19617 * newcomment.el (uncomment-region): Allow eob as comment end.
19618
19619 2004-02-16 Jari Aalto <jari.aalto@poboxes.com>
19620
19621 * filecache.el: All message and error commands now use prefix
19622 "Filecache:" to make it easy to read *Messages* buffer.
19623
19624 2004-02-16 Jari Aalto <jari.aalto@poboxes.com>
19625
19626 * autorevert.el: Add support to detect changed dired and VC buffers.
19627 (auto-revert-active-p, auto-revert-list-diff)
19628 (auto-revert-dired-file-list, auto-revert-dired-changed-p)
19629 (auto-revert-handler, auto-revert-active-p): New functions.
19630 (auto-revert-buffers): Move revert logic to `auto-revert-handler'
19631 and `auto-revert-active-p'.
19632 (eval-when-compile): Defvar dired-directory and vc-mode.
19633 (auto-revert-vc-cvs-file-version, auto-revert-vc-buffer-p)
19634 (auto-revert-handler-vc): New functions.
19635
19636 2004-02-16 Alfred M. Szmidt <ams@kemisten.nu> (tiny change)
19637
19638 * progmodes/compile.el (compilation-directory): New defvar.
19639 (compile): Save current directory in compilation-directory.
19640 (recompile): Bind default-directory to compilation-directory if
19641 that is non-nil.
19642
19643 2004-02-16 Dave Love <fx@gnu.org>
19644
19645 * newcomment.el (comment-insert-comment-function)
19646 (comment-region-function, uncomment-region-function): New.
19647 (comment-indent): Use comment-insert-comment-function.
19648 (uncomment-region): Use uncomment-region-function.
19649 (comment-region): Use comment-region-function.
19650
19651 * emacs-lisp/rx.el (rx-not): Bind case-fold-search to nil.
19652
19653 2004-02-16 Richard Stallman <rms@gnu.org>
19654
19655 * Makefile.in (TAGS, TAGS-LISP): Filter out of `els' only
19656 loaddefs* and ldefs-boot*.
19657
19658 2004-02-16 Eli Zaretskii <eliz@gnu.org>
19659
19660 * mail/mail-utils.el (rmail-dont-reply-to): Anchor user login name
19661 and email address at the beginning and end of the address.
19662
19663 * mail/rmail.el (rmail-default-dont-reply-to-names): Make "info-"
19664 anchored at the beginning of the email address.
19665
19666 2004-02-16 TAKAI Kousuke <tak@kmc.gr.jp> (tiny change)
19667
19668 * international/ccl.el (ccl-compile-write): Pass `left' to
19669 ccl-embed-code to generate correct code of write-expr-register.
19670
19671 2004-02-15 Dan Nicolaescu <dann@ics.uci.edu> (tiny change)
19672
19673 * progmodes/grep.el (grep-compute-defaults): Fix typos.
19674
19675 2004-02-15 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
19676
19677 * x-dnd.el: Mention support for Motif in commentary.
19678 (x-dnd-handle-drag-n-drop-event): Ditto.
19679
19680 2004-02-14 Jonathan Yavner <jyavner@member.fsf.org>
19681
19682 * ses.el: Use "ses--" prefixes for buffer-local variables.
19683 Use (point-min) instead of 1, even when we know the buffer
19684 is unnarrowed.
19685 (ses-build-load-map): Delete. Distribute its content to defconsts for
19686 the three maps.
19687 (ses-menu, ses-header-line-menu): New menus.
19688 (ses-mode-map): Use them.
19689 (ses-read-number) New fun. Duplicates code from interactive "N" spec.
19690
19691 2004-02-14 Martin Stjernholm <bug-cc-mode@gnu.org>
19692
19693 * Makefile.in: Fix the CC Mode recompile kludge so it works
19694 when building in a different directory.
19695
19696 2004-02-13 Luc Teirlinck <teirllm@auburn.edu>
19697
19698 * simple.el (kill-new): Put yank-handler property on the entire string.
19699
19700 2004-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
19701
19702 * diff.el: Don't use compile any more, use diff-mode instead.
19703 (diff-regexp-alist, diff-old-file, diff-new-file)
19704 (diff-parse-differences, diff-process-setup): Remove.
19705 (diff-sentinel): New fun.
19706 (diff): Use it. Run the process ourselves.
19707 Use diff-mode for the rest of the processing.
19708
19709 * diff.el (diff): Simplify code handling `switch'.
19710
19711 2004-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
19712
19713 * pcvs-defs.el (cvs-menu): Add `tag'.
19714
19715 2004-02-11 Luc Teirlinck <teirllm@auburn.edu>
19716
19717 * simple.el (kill-append): Doc fix.
19718
19719 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
19720 Adapt outline-regexp to the new conventions for commenting out code.
19721
19722 2004-02-11 John Paul Wallington <jpw@gnu.org>
19723
19724 * mail/smtpmail.el (smtpmail-try-auth-methods): Fix typo.
19725
19726 2004-02-10 Stefan Monnier <monnier@iro.umontreal.ca>
19727
19728 * diff.el (diff-switches): New fun.
19729 (diff, diff-backup): Use it.
19730 (diff): Clean up the args construction. Use backquote.
19731 Use listp instead of consp to avoid putting a nil arg.
19732 (diff): Add a revert-buffer function.
19733
19734 2004-02-10 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
19735
19736 * x-dnd.el (x-dnd-types-alist): Add COMPOUND_TEXT, FILE_NAME
19737 handled by x-dnd-handle-file-name.
19738 (x-dnd-known-types): Add COMPOUND_TEXT.
19739 (x-dnd-init-frame): Call x-dnd-init-motif-for-frame.
19740 (x-dnd-get-state-cons-for-frame): Must do copy-sequence on
19741 x-dnd-empty-state.
19742 (x-dnd-forget-drop): Ditto.
19743 (x-dnd-save-state): Add optional parameter extra-data (for Motif).
19744 (x-dnd-handle-one-url): Return private when inserting text.
19745 (x-dnd-insert-ctext): New function.
19746 (x-dnd-handle-file-name): New function for FILE_NAME.
19747 (x-dnd-handle-drag-n-drop-event): Add Motif, remove call to error.
19748 (x-dnd-init-motif-for-frame, x-dnd-get-motif-value)
19749 (x-dnd-motif-value-to-list, x-dnd-handle-motif): New functions.
19750
19751 2004-02-10 Kenichi Handa <handa@m17n.org>
19752
19753 * term/x-win.el (x-select-utf8-or-ctext): Use compare-strings
19754 instead of while loop.
19755
19756 2004-02-10 Miles Bader <miles@gnu.org>
19757
19758 * emacs-lisp/macroexp.el: New file, implements `macroexpand-all'.
19759
19760 2004-02-09 Kenichi Handa <handa@m17n.org>
19761
19762 * tar-mode.el (tar-extract): Fix for the case that a file doesn't
19763 have end-of-line.
19764
19765 2004-02-09 Martin Stjernholm <bug-cc-mode@gnu.org>
19766
19767 * Makefile.in: Added extra dependencies in the recompile target
19768 needed to cope with the compile time macro expansions in CC Mode.
19769
19770 2004-02-09 Kim F. Storm <storm@cua.dk>
19771
19772 * fringe.el (no-fringe-bitmap, undef-fringe-bitmap)
19773 (left-truncation-fringe-bitmap, right-truncation-fringe-bitmap)
19774 (up-arrow-fringe-bitmap, down-arrow-fringe-bitmap)
19775 (continued-line-fringe-bitmap, continuation-line-fringe-bitmap)
19776 (overlay-arrow-fringe-bitmap, top-left-angle-fringe-bitmap)
19777 (top-right-angle-fringe-bitmap, bottom-left-angle-fringe-bitmap)
19778 (bottom-right-angle-fringe-bitmap, left-bracket-fringe-bitmap)
19779 (right-bracket-fringe-bitmap, filled-box-cursor-fringe-bitmap)
19780 (hollow-box-cursor-fringe-bitmap, hollow-square-fringe-bitmap)
19781 (bar-cursor-fringe-bitmap, hbar-cursor-fringe-bitmap)
19782 (empty-line-fringe-bitmap): Define standard fringe bitmaps id's.
19783
19784 2004-02-08 Stefan Monnier <monnier@iro.umontreal.ca>
19785
19786 * window.el (window-safely-shrinkable-p): Don't change the buffer-list.
19787 Don't allow shrink if there's a window on our right.
19788
19789 * progmodes/prolog.el (prolog-program-name): Use gprolog if available.
19790 (prolog-mode-syntax-table, prolog-mode-abbrev-table, prolog-mode-map):
19791 Bring together declaration and initialization.
19792 (prolog-mode-variables): Don't set the syntax table.
19793 Don't set paragraph-start and comment-indent-function.
19794 Add /*..*/ to the comment regexps.
19795 (prolog-mode-commands): Remove. Do it during init of prolog-mode-map.
19796 (prolog-mode-map): Don't bind TAB.
19797 (prolog-mode): Set the syntax table.
19798 (prolog-comment-indent): Remove.
19799 (inferior-prolog-mode-map): Initialize in the declaration.
19800 (inferior-prolog-mode-syntax-table)
19801 (inferior-prolog-mode-abbrev-table): New vars.
19802 (inferior-prolog-mode): Derive from comint-mode.
19803 (run-prolog): Avoid switch-to-buffer which can fail in dedicated and
19804 minibuffer windows.
19805
19806 * progmodes/grep.el (grep-regexp-alist): Allow :, \t and (
19807 in file names, as long as it is unambiguous.
19808
19809 2004-02-08 Andreas Schwab <schwab@suse.de>
19810
19811 * textmodes/reftex-toc.el
19812 (reftex-toc-load-all-files-for-promotion): Remove useless use of
19813 format. Doc fix.
19814
19815 * textmodes/refer.el (refer-find-entry-internal): Remove extra
19816 format string arguments.
19817
19818 * tar-mode.el (tar-parse-octal-integer-safe): Add missing format
19819 string argument.
19820
19821 * progmodes/xscheme.el (verify-xscheme-buffer): Fix format strings.
19822
19823 * play/zone.el (zone-call): Fix format string.
19824
19825 * net/webjump.el (webjump-builtin): Add missing format string argument.
19826
19827 * midnight.el (midnight-delay-set): Remove extra format string argument.
19828
19829 * mail/rmail.el (rmail-get-new-mail): Remove useless use of format.
19830
19831 * hexl.el (hexl-insert-char): Add missing format string argument.
19832
19833 * format.el (format-decode): Fix format string.
19834
19835 * emulation/vi.el (vi-mode): Remove extra format string argument.
19836 (vi-repeat-last-search): Likewise.
19837 (vi-reverse-last-search): Likewise.
19838 (vi-goto-mark): Likewise.
19839 (vi-reverse-last-find-char): Likewise.
19840 (vi-repeat-last-find-char): Likewise.
19841 (vi-locate-def): Likewise.
19842
19843 * emacs-lisp/lisp-mnt.el (lm-verify): Remove useless use of format.
19844
19845 * ediff-util.el (ediff-toggle-read-only): Remove extra format
19846 string argument.
19847 (ediff-toggle-regexp-match): Likewise.
19848
19849 * dired-aux.el (dired-do-query-replace-regexp): Add missing
19850 format string argument.
19851
19852 * calc/calc-map.el (calc-get-operator): Remove extra format
19853 string argument.
19854
19855 * calc/calc-forms.el (calc-convert-time-zones): Fix format string.
19856
19857 * calc/calc-ext.el (calc-do-prefix-help): Remove extra format
19858 string argument.
19859
19860 * eshell/esh-mode.el (eshell-send-invisible): Fix format string.
19861
19862 * eshell/em-hist.el (eshell-hist-word-reference): Fix format string.
19863
19864 * emulation/viper-ex.el (ex-mark): Remove extra format string argument.
19865
19866 * emacs-lisp/cl-macs.el (defstruct): Remove extra format string arg.
19867 (cl-struct-setf-expander): Likewise.
19868
19869 * vc.el (with-vc-file): Fix unsafe uses of error.
19870 (vc-cancel-version): Likewise.
19871
19872 2004-02-08 Jan Nieuwenhuizen <jan.nieuwenhuizen@aspiratie.nl> (tiny change)
19873
19874 * progmodes/gud.el (gud-jdb-marker-filter): Add period as optional
19875 thousands separator; fixes <class>:<line-number> regexp for
19876 non-english locales.
19877
19878 2004-02-08 Andreas Schwab <schwab@suse.de>
19879
19880 * view.el (view-mode-enable): Revert previous change.
19881
19882 2004-02-07 Kim F. Storm <storm@cua.dk>
19883
19884 * simple.el (line-number-at-pos): Rename from line-at-pos.
19885 Uses changed (what-line and vc-annotate-warp-version).
19886
19887 2004-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
19888
19889 * diff-mode.el (diff-file-regexp-alist, diff-error-regexp-alist)
19890 (diff-mode): Remove aborted attempt at support for compile.el.
19891 (diff-mode, diff-minor-mode): Avoid obsolete write-contents-hooks.
19892
19893 2004-02-06 Andreas Schwab <schwab@suse.de>
19894
19895 * view.el (view-mode-enable): Add view-mode-map to
19896 minor-mode-overriding-map-alist.
19897
19898 2004-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
19899
19900 * x-dnd.el (x-dnd-get-local-file-name): Fix byte compiler warning
19901
19902 2004-02-04 Stefan Monnier <monnier@iro.umontreal.ca>
19903
19904 * progmodes/cperl-mode.el (cperl-fill-paragraph): Call fill-paragraph
19905 with point inside rather than after the paragraph.
19906
19907 2004-02-04 Sam Steingold <sds@gnu.org>
19908
19909 * mail/smtpmail.el (smtpmail-try-auth-methods):
19910 Do not try authentication when no mechanism is available.
19911 Pass port-name as defaultport to `netrc-machine'.
19912
19913 2004-02-04 Stephen Eglen <stephen@gnu.org>
19914
19915 * iswitchb.el (iswitchb-minibuffer-setup-hook): Update doc string
19916 to show how minibuffer height can be constrained.
19917
19918 2004-02-04 John Paul Wallington <jpw@gnu.org>
19919
19920 * files.el (auto-mode-alist): Fix .scm, .stk, .ss, .sch entry.
19921
19922 2004-02-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
19923
19924 * x-dnd.el: New file for drag and drop.
19925
19926 * term/x-win.el: require x-dnd, set after-make-frame-functions
19927 to x-dnd-init-frame, let x-dnd-handle-drag-n-drop-event handle
19928 drag-n-drop event.
19929
19930 * dired.el (dired-dnd-test-function, dired-dnd-popup-notice)
19931 (dired-dnd-do-ask-action, dired-dnd-handle-local-file)
19932 (dired-dnd-handle-file): New functions for drag and drop support.
19933 (dired-mode): Initialize drag and drop if x-dnd present.
19934
19935 2004-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
19936
19937 * progmodes/cperl-mode.el (cperl-mode-map, cperl-do-auto-fill)
19938 (cperl-menu): Use fill-paragraph, not cperl-fill-paragraph.
19939 (cperl-mode): Set fill-paragraph-function.
19940 (cperl-fill-paragraph): Make it non-interactive.
19941
19942 2004-02-02 Benjamin Rutt <brutt@bloomington.in.us>
19943
19944 * diff-mode.el (diff-mode-shared-map): Bind q to `quit-window'.
19945
19946 2004-02-02 David Kastrup <dak@gnu.org>
19947
19948 * replace.el (perform-replace): Allow 'literal argument in
19949 regexp-flag to indicate literal replacement.
19950 (query-replace-regexp-eval): Use it.
19951
19952 2004-02-01 Andreas Schwab <schwab@suse.de>
19953
19954 * progmodes/executable.el (executable-command-find-posix-p): Doc fix.
19955
19956 2004-02-01 Stephen Eglen <stephen@gnu.org>
19957
19958 * info-look.el: Add support for maxima-mode. Update commentary
19959 because info-lookup-symbol is now bound to C-h S.
19960
19961 2004-01-31 Luc Teirlinck <teirllm@auburn.edu>
19962
19963 * simple.el (edit-and-eval-command): Bind print-level and
19964 minibuffer-history-sexp-flag around call to read-from-minibuffer.
19965 Correct initial position in command-history.
19966
19967 2004-01-30 Luc Teirlinck <teirllm@auburn.edu>
19968
19969 * files.el (read-directory-name): Adapt the docstring to recent
19970 change in Fread_file_name.
19971
19972 2004-01-30 Jonathan Yavner <jyavner@member.fsf.org>
19973
19974 * ses.el (ses-print-cell): If print format too wide for column
19975 width, truncate decimal places if that helps to avoid "#####" fill.
19976 * ses.el (ses-initial-column-width): Revert previous change.
19977
19978 2004-01-29 Stefan Monnier <monnier@iro.umontreal.ca>
19979
19980 * jit-lock.el (jit-lock-context-time, jit-lock-context-timer): New var.
19981 (with-buffer-unmodified, with-buffer-prepared-for-jit-lock):
19982 Add edebug info.
19983 (jit-lock-mode): Setup/cancel the new timer.
19984 (jit-lock-context-fontify): New fun. Extracted from
19985 context fontification code of jit-lock-stealth-fontify.
19986 (jit-lock-stealth-fontify): Don't do context fontification any more.
19987
19988 * jit-lock.el (jit-lock-stealth-fontify): Allow quit.
19989 (jit-lock-fontify-now): Handle the `quit' case.
19990 (jit-lock-contextually): Rename from jit-lock-defer-contextually.
19991
19992 2004-01-29 Jari Aalto <jari.aalto@poboxes.com>
19993
19994 * progmodes/executable.el (executable-command-find-posix-p):
19995 New. Check if find handles arguments Posix-style.
19996
19997 * progmodes/grep.el (grep-compute-defaults):
19998 Use executable-command-find-posix-p.
19999 (grep-find): Check `grep-find-command'.
20000
20001 * filecache.el (file-cache-find-posix-p): Delete.
20002 (file-cache-add-directory-using-find):
20003 Use `executable-command-find-posix-p'.
20004
20005 2004-01-29 Dave Love <fx@gnu.org>
20006
20007 * emacs-lisp/lisp.el (beginning-of-defun-raw, end-of-defun):
20008 Iterate the hook function if arg is given.
20009 (mark-defun, narrow-to-defun): Change order of finding the limits.
20010
20011 * emacs-lisp/bytecomp.el (byte-compile-compatibility): Doc fix.
20012 (byte-compile-format-warn): New.
20013 (byte-compile-callargs-warn): Use it.
20014 (Format, message, error): Add byte-compile-format-like property.
20015 (byte-compile-maybe-guarded): New.
20016 (byte-compile-if, byte-compile-cond): Use it.
20017 (byte-compile-lambda): Compile interactive forms,
20018 just to make warnings about them.
20019
20020 2004-01-29 Jonathan Yavner <jyavner@member.fsf.org>
20021
20022 * ses.el (ses-initial-column-width): Increase to 14, so it will
20023 work well with the default printer of "%.7g" for extreme values
20024 like "-1.234567e+07".
20025
20026 2004-01-29 Kenichi Handa <handa@m17n.org>
20027
20028 * term/x-win.el (x-selection-value): Optimize for ASCII only case.
20029
20030 2004-01-28 Peter 'Luna' Runestig <peter@runestig.com>
20031
20032 * dos-w32.el: Added support for the `default-printer-name' function.
20033
20034 2004-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
20035
20036 * server.el (server-socket-name): Don't use the hostname in the
20037 socket name since /tmp is local to the host anyway.
20038
20039 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Use a more
20040 robust check of widening and fix var-naming.
20041
20042 2004-01-27 Eli Tziperman <eli@deas.harvard.edu>
20043
20044 * rmail-spam-filter.el: Change rmail-spam-filter- or spam-filter-
20045 or rmail-spam- to rsf- in all function and variable names.
20046 (rsf-min-region-to-spam-list): New variable.
20047 (rsf-bbdb-auto-delete-spam-entries): Rename from
20048 rmail-bbdb-auto-delete-spam-bbdb-entries. The cc: field is
20049 scanned together with the recipients field for spam testing; Don't
20050 delete spam message if rmail-delete-after-output is non-nil;
20051 (rsf-check-field): New function, extracted from code in
20052 rmail-spam-filter to ease addition of header fields like
20053 content-type:;
20054 (message-content-type): New variable. The content-type: field was
20055 added also in defcustom of rsf-definitions-alist;
20056 (rmail-spam-filter): Replace repeated test code for header fields
20057 by calls to check-field; change the call to
20058 rmail-output-to-rmail-file such that rmail-current-message stays
20059 the same to avoid wrong deletion of unseen flags.
20060 (rmail-use-spam-filter): Add autoload cookie.
20061
20062 2004-01-27 Jari Aalto <jari.aalto@poboxes.com>
20063
20064 * filecache.el (file-cache-find-posix-p): New function. Detect Cygwin.
20065 (file-cache-add-directory-using-find): Add Cygwin support.
20066 (file-cache-find-command-posix-flag): New user variable.
20067
20068 * filecache.el (file-cache-add-directory): Check for
20069 directories an remove them from dir-files.
20070
20071 2004-01-27 Richard M. Stallman <rms@gnu.org>
20072
20073 * man.el (Man-fontify-manpage): Clean up message.
20074
20075 2004-01-27 Kenichi Handa <handa@m17n.org>
20076
20077 * textmodes/paragraphs.el (sentence-end-without-space): New variable.
20078 (sentence-end): Define using sentence-end-without-space.
20079
20080 * textmodes/fill.el (fill-delete-newlines): Don't add a space if
20081 a sentence ends with one of a character in sentence-end-without-space.
20082
20083 2004-01-26 Stefan Monnier <monnier@iro.umontreal.ca>
20084
20085 * font-lock.el (font-lock): Add jit-lock as explicit group member.
20086 (jit-lock): Group declaration moved to jit-lock.el.
20087 (toplevel): Don't explicitly require jit-lock, since it's autoloaded
20088 when necessary.
20089
20090 * jit-lock.el (jit-lock): Move group declaration from font-lock.el.
20091 (jit-lock-context-unfontify-pos): Rename from
20092 jit-lock-first-unfontify-pos.
20093 (jit-lock-defer-buffers): Rename from jit-lock-buffers.
20094
20095 2004-01-25 Glenn Morris <gmorris@ast.cam.ac.uk>
20096
20097 * progmodes/fortran.el (fortran-break-before-delimiters): Doc fix.
20098 (fortran-break-delimiters-re, fortran-no-break-re): New consts.
20099 (fortran-fill): When filling a string, adjust re-search-backward
20100 argument for special case of string just on fill-column.
20101 When filling non-string, allow one extra char if
20102 fortran-break-before-delimiters is non-nil.
20103 Suggested by Michael Hagemann <michael.hagemann@unibas.ch>.
20104 Use fortran-break-delimiters-re and fortran-no-break-re to
20105 correctly handle cases such as "**".
20106
20107 * progmodes/f90.el (f90-break-delimiters): Doc fix.
20108 (f90-no-break-re): Add some extra tokens. Doc fix.
20109
20110 2004-01-24 Thien-Thi Nguyen <ttn@gnu.org>
20111
20112 * mail/rmail-spam-filter.el:
20113 Use two semicolons as Commentary line prefix.
20114 Add ";;; Code:" stylized comment.
20115 Delete end-of-line whitespace.
20116 Wrap (require 'cl) with `eval-when-compile'.
20117
20118 2004-01-23 Benjamin Rutt <brutt@bloomington.in.us>
20119
20120 * vc.el (vc-annotate): Fix improper use of `make-local-variable'
20121 at the top level of vc.el.
20122
20123 2004-01-23 Andre Spiegel <spiegel@gnu.org>
20124
20125 * vc.el (vc-current-line): Function removed. This is now done by
20126 the new function line-at-pos in simple.el.
20127 (vc-annotate-warp-version): Use line-at-pos instead of
20128 vc-current-line.
20129
20130 2004-01-22 Kim F. Storm <storm@cua.dk>
20131
20132 * simple.el (line-at-pos): New defun.
20133 (what-line): Use it. Optimize by only counting lines in narrowed
20134 region once.
20135
20136 2004-01-22 Kenichi Handa <handa@m17n.org>
20137
20138 * language/cyrillic.el (ccl-encode-windows-1251-font): Rearrange code
20139 point (register r1) only for charset mule-unicode-0100-24ff.
20140
20141 2004-01-21 Markus Rost <rost@mathematik.uni-bielefeld.de>
20142
20143 * mail/rmail.el (rmail-convert-to-babyl-format): Avoid deleting
20144 trailing white space and ensure a final newline.
20145
20146 * mail/rmail-spam-filter.el (rmail-use-spam-filter):
20147 Add autoload cookie.
20148
20149 2004-01-21 Benjamin Rutt <brutt@bloomington.in.us>
20150
20151 * vc.el (vc-annotate-mode): Inherit from fundamental-mode and
20152 activate view-mode explicitly.
20153
20154 2004-01-21 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
20155
20156 * term/x-win.el (x-clipboard-yank, menu-bar-edit-menu): Call
20157 menu-bar-enable-clipboard and make Paste use clipboard first.
20158
20159 2004-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
20160
20161 * vc-mcvs.el (vc-mcvs-mode-line-string): Remove. Does not work.
20162 (vc-mcvs-workfile-version): Manually macro expand vc-mcvs-cvs.
20163 (vc-mcvs-cvs): Remove.
20164 (vc-mcvs-command): Remove use of assert.
20165
20166 * outline.el (outline-insert-heading): Tighten up match.
20167 (outline-demote, outline-move-subtree-down): Don't assume anything
20168 about outline-regexp.
20169
20170 * textmodes/texinfo.el (texinfo-mode): Remove ^ from outline-regexp.
20171 (texinfo-show-structure): Explicitly add ^, and simplify.
20172
20173 2004-01-20 Glenn Morris <gmorris@ast.cam.ac.uk>
20174
20175 * calendar/appt.el (appt-check): Restore usage of
20176 appt-issue-message deleted in previous change.
20177 (top-level): Activate package when loaded (needed for backwards
20178 compatibility).
20179
20180 2004-01-20 Jesper Harder <harder@ifa.au.dk>
20181
20182 * mail/smtpmail.el (smtpmail-via-smtp): No need to add two bytes
20183 following previous change to smtpmail-send-data.
20184
20185 2004-01-20 Benjamin Rutt <brutt@bloomington.in.us>
20186
20187 * vc.el (vc-default-previous-version): Doc enhancement.
20188 (vc-default-next-version): New function.
20189 (vc-print-log): New arg FOCUS-REV.
20190 (vc-annotate-mode): Derive from view-mode.
20191 (vc-annotate): New args REVISION, DISPLAY-MODE.
20192 (vc-annotate-workfile-version, vc-annotate-extract-revision-at-line)
20193 (vc-annotate-revision-at-line, vc-annotate-revision-previous-to-line)
20194 (vc-annotate-show-log-revision-at-line, vc-annotate-warp-version)
20195 (vc-annotate-show-diff-revision-at-line, vc-current-line)
20196 (vc-annotate-prev-version, vc-annotate-next-version): New functions.
20197
20198 * vc-cvs.el (vc-cvs-annotate-extract-revision-at-line): New function.
20199
20200 2004-01-19 Karl Berry <karl@gnu.org>
20201
20202 * textmodes/texinfo.el: Use "Texinfo" consistently, no "TeXinfo"
20203 or "TexInfo".
20204
20205 2004-01-19 Luc Teirlinck <teirllm@auburn.edu>
20206
20207 * subr.el (delete-dups): New function.
20208
20209 2004-01-19 Karl Berry <karl@gnu.org>
20210
20211 * textmodes/texinfo.el (texinfo-mode): Define outline-regexp to start
20212 with ^, since that's what texinfo-show-structure
20213 documentation says (plus it works much better in texinfo.txi).
20214
20215 2004-01-18 Jesper Harder <harder@ifa.au.dk>
20216
20217 * mail/smtpmail.el (smtpmail-send-data): Don't append spurious newline.
20218
20219 2004-01-18 David Ponce <david@dponce.com> (tiny change)
20220
20221 * progmodes/which-func.el (which-function-mode): Don't cancel
20222 which-func-update-timer if not set.
20223
20224 2004-01-17 Thien-Thi Nguyen <ttn@gnu.org>
20225
20226 * calendar/diary-lib.el (diary-entry-time): Fix typo/bug:
20227 Remove spurious left square bracket in XX:XXam regexp.
20228
20229 2004-01-16 Luc Teirlinck <teirllm@auburn.edu>
20230
20231 * progmodes/cc-defs.el: Do not require cl at run time.
20232
20233 2004-01-16 Richard M. Stallman <rms@gnu.org>
20234
20235 * emacs-lisp/cl.el (cl-cannot-unload): New function.
20236 (cl-unload-hook): Defvar this to run cl-cannot-unload.
20237
20238 * mail/rmail.el (rmail-get-new-mail): New local rsf-number-of-spam.
20239 Call rmail-spam-filter. Delete and expunge spam.
20240 Print number of spam messages deleted.
20241 Save and restore the deletion status of old messages when reading
20242 new mail with spam filter, so that expunging spam does not expunge
20243 msgs deleted by the user.
20244 (rmail-only-expunge): Add an optional argument dont-show to
20245 prevent showing message after expunge.
20246
20247 2004-01-15 Luc Teirlinck <teirllm@auburn.edu>
20248
20249 * emacs-lisp/cl.el (declare): Add `fmakunbound' for `declare'.
20250 * subr.el (declare): New macro.
20251
20252 2004-01-15 Thien-Thi Nguyen <ttn@gnu.org>
20253
20254 * progmodes/scheme.el (scheme-font-lock-keywords-2): Add "force".
20255
20256 2004-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
20257
20258 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
20259 Test window-system rather than system-type (for X11/Mac).
20260
20261 2004-01-12 Luc Teirlinck <teirllm@auburn.edu>
20262
20263 * emacs-lisp/bytecomp.el (compile-defun): Doc fix.
20264
20265 2004-01-12 Richard M. Stallman <rms@gnu.org>
20266
20267 * mail/rmail.el (rmail-convert-to-babyl-format):
20268 Use mail-unquote-printable-region.
20269 (rmail-hex-string-to-integer, rmail-decode-quoted-printable):
20270 (rmail-hex-char-to-integer): Functions deleted.
20271
20272 * mail/mail-utils.el (mail-unquote-printable-hexdigit): Upcase CHAR.
20273 (mail-unquote-printable-region): New arg NOERROR.
20274 For invalid encoding, either signal an error to just return nil.
20275
20276 2004-01-11 Glenn Morris <gmorris@ast.cam.ac.uk>
20277
20278 * calendar/appt.el: Update copyright and commentary.
20279 (appt-issue-message): Make obsolete.
20280 (appt-visible, appt-msg-window): Make obsolete, in favor of
20281 appt-display-format.
20282 (appt-display-mode-line, appt-display-duration)
20283 (appt-display-diary, appt-time-msg-list, appt-mode-string)
20284 (appt-prev-comp-time, appt-display-count, appt-timer)
20285 (appt-convert-time): Doc change.
20286 (appt-disp-window-function, appt-delete-window-function):
20287 Use defcustom rather than defvar.
20288 (appt-display-format): New variable.
20289 (appt-display-message): New function with display code from appt-check.
20290 (appt-check): Add optional FORCE argument. Doc change.
20291 Add appt-make-list to diary-hook if displaying diary.
20292 Remove checking of view-diary-entries-initially.
20293 Message display section removed to new function appt-display-message.
20294 (appt-display-window): Doc change. Remove unused internal var
20295 this-buffer. Do not beep, since appt-display-message does that.
20296 (appt-make-list): Doc change. Use caar.
20297 (appt-sort-list): Simplify by using builtin sort function.
20298 (appt-update-list): New function for updating appts when diary is
20299 saved.
20300 (appt-activate): New autoloaded function to toggle package
20301 functionality.
20302
20303 * calendar/cal-x.el: (calendar-one-frame-setup)
20304 (calendar-only-one-frame-setup, calendar-two-frame-setup): Doc change.
20305
20306 * calendar/calendar.el: Update copyright.
20307 (view-diary-entries-initially, european-calendar-style): Doc change.
20308 (calendar-setup): Make defcustom rather than defvar.
20309 (mark-visible-calendar-date): Initialize temp-face and faceinfo
20310 in let binding so local to function.
20311
20312 * calendar/diary-lib.el: Update copyright.
20313 (diary, diary-entry-time): Doc change.
20314 (list-diary-entries): Doc change. Trivial logic change.
20315 (fancy-diary-display): Restore make-face command mistakenly
20316 deleted 2003-05-08.
20317 (show-all-diary-entries): Allow to pop-up frame if needed.
20318
20319 2004-01-09 John Paul Wallington <jpw@gnu.org>
20320
20321 * bindings.el (mode-line-change-eol): Add EVENT parameter.
20322 Temporarily select EVENT's window for changing eol type.
20323
20324 2004-01-09 Deepak Goel <deego@gnufans.org>
20325
20326 * calendar/diary-lib.el (diary-entry-time):
20327 Also accept time in the form XX[.XX][am/pm/AM/PM].
20328 (fancy-diary-font-lock-keywords): Likewise.
20329 (diary-font-lock-keywords): Likewise.
20330 * calendar/appt.el (appt-add): Likewise.
20331 (appt-make-list): Likewise.
20332 (appt-convert-time): Likewise.
20333
20334 2004-01-08 Nick Roberts <nick@nick.uklinux.net>
20335
20336 * gdb-ui.el (gdb-ann3): Revert previous change.
20337 (gdb-source-info): Allow for case of where compilation directory
20338 is not recorded.
20339
20340 2004-01-08 John Paul Wallington <jpw@gnu.org>
20341
20342 * emerge.el (emerge-restore-buffer-characteristics): Doc fix.
20343
20344 2004-01-07 Nick Roberts <nick@nick.uklinux.net>
20345
20346 * progmodes/gud.el (gdb-first-prompt): Rename from gdb-first-pre-prompt
20347
20348 * gdb-ui.el (gdba): Avoid duplication, use gdb-ann3.
20349 (gdb-ann3): Use GDB command "set width 0" to prevent word wrapping
20350 problems.
20351 (gdb-prompt): Set (renamed) gdb-first-prompt to nil in gdb-ann3.
20352
20353 2004-01-07 Luc Teirlinck <teirllm@auburn.edu>
20354
20355 * files.el (write-file-functions, write-contents-functions):
20356 Clarify docstrings.
20357
20358 2004-01-07 Kenichi Handa <handa@m17n.org>
20359
20360 * international/mule.el (set-auto-coding): Fix for the case that
20361 end-of-line is only CR.
20362
20363 2004-01-07 Kim F. Storm <storm@cua.dk>
20364
20365 * subr.el (event-start, event-end): Doc fix.
20366 (posn-string, posn-image): New defuns.
20367 (posn-object): Return either image or string object.
20368 (posn-object-x-y): Return 8th element of position.
20369 (posn-object-width-height): New defun.
20370
20371 2004-01-06 Andreas Schwab <schwab@suse.de>
20372
20373 * gdb-ui.el (gdb-frame-handler): Handle word wrapping anywhere in
20374 output.
20375
20376 2004-01-05 Karl Berry <karl@gnu.org>
20377
20378 * emacs-lisp/copyright.el (copyright-regexp): Might as well allow
20379 / and *, too.
20380
20381 2003-12-31 Simon Josefsson <jas@extundo.com>
20382
20383 * files.el (before-save-hook): Add.
20384 (basic-save-buffer): Use before-save-hook.
20385
20386 * emacs-lisp/copyright.el: Fix comment to recommend
20387 before-save-hook instead of write-file-functions.
20388
20389 2004-01-05 Richard M. Stallman <rms@gnu.org>
20390
20391 * finder.el (finder-commentary): Call delete-other-windows.
20392
20393 * net/ange-ftp.el (ange-ftp-file-attributes):
20394 Pass 2 args to ange-ftp-real-file-attributes only if ID-FORMAT non-nil.
20395
20396 2004-01-04 Karl Berry <karl@gnu.org>
20397
20398 * emacs-lisp/copyright.el (copyright-regexp): Allow the common
20399 comment characters % and # in the copyright year notice,
20400 as well as ;.
20401
20402 2004-01-04 Per Abrahamsen <abraham@dina.kvl.dk>
20403
20404 * wid-edit.el (default): Define dummy :value-delete.
20405 Reported by Jesper Harder <harder@ifa.au.dk>.
20406
20407 2004-01-03 Richard M. Stallman <rms@gnu.org>
20408
20409 * progmodes/compile.el (compile-internal): Use point, not point-min,
20410 for set-window-point.
20411
20412 * textmodes/tex-mode.el (latex-find-indent): Avoid error at end of buf.
20413
20414 * emacs-lisp/lisp-mnt.el (lm-section-end): Require outline.
20415
20416 * progmodes/grep.el (grep-mode-map):
20417 Don't remap next-line, previous-line.
20418
20419 2004-01-03 Eric M. Ludlam <eric@siege-engine.com>
20420
20421 * speedbar.el (speedbar-edit-line): Change regexp to position
20422 the cursor on the first character of this line's button.
20423
20424 2004-01-03 Luc Teirlinck <teirllm@auburn.edu>
20425
20426 * subr.el (functionp): Doc fix.
20427
20428 2004-01-03 Jesper Harder <harder@ifa.au.dk> (tiny change)
20429
20430 * progmodes/idlwave.el (idlwave-make-tags):
20431 * textmodes/flyspell.el (flyspell-large-region):.
20432 * progmodes/make-mode.el (makefile-query-by-make-minus-q):
20433 * emulation/viper-util.el (viper-glob-unix-files):
20434 * emacs-lisp/shadow.el (shadow-same-file-or-nonexistent):
20435 * man.el (Man-init-defvars):
20436 * jka-compr.el (jka-compr-call-process):
20437 * files.el (get-free-disk-space,insert-directory):
20438 * ediff-ptch.el (ediff-test-patch-utility):
20439 * ediff-diff.el (ediff-test-utility):
20440 * dired-aux.el (dired-check-process):
20441 * mail/sendmail.el (sendmail-send-it): Don't use = or zerop to
20442 test the return value of call-process, because it can be a string.
20443
20444 2003-12-31 John Paul Wallington <jpw@gnu.org>
20445
20446 * bindings.el (completion-ignored-extensions): Add .pfsl.
20447
20448 2003-12-31 Kim F. Storm <storm@cua.dk>
20449
20450 * ido.el (ido-nonreadable-directory-p): New defun to check for
20451 nonreadable directory without activating tramp (to avoid problems
20452 with checking incomplete tramp paths).
20453 (ido-set-current-directory, ido-file-internal)
20454 (ido-file-name-all-completions1): Use it.
20455
20456 2003-12-30 Luc Teirlinck <teirllm@auburn.edu>
20457
20458 * help-mode.el (help-xref-info-regexp): Make hyperlinks to Info
20459 documentation if the anchor (or node) name is preceded by `info
20460 anchor' or `Info anchor' in addition to earlier `info node' and
20461 `Info node'.
20462 (help-make-xrefs): Adapt to new value of `help-xref-info-regexp'.
20463
20464 2003-12-30 Eli Zaretskii <eliz@gnu.org>
20465
20466 * mail/rmail.el (rmail-convert-to-babyl-format): Fix off-by-one
20467 error in arguments to base64-decode-region. Remove ^M characters
20468 after decoding base64.
20469
20470 2003-12-30 Simon Josefsson <jas@extundo.com>
20471
20472 * textmodes/texinfo.el: Change maintainer to FSF. Suggested by
20473 karl@freefriends.org (Karl Berry), since the Texinfo Elisp files
20474 have only been distributed with Emacs for some years.
20475 (texinfo-mode-hook): Customize.
20476
20477 2003-12-30 Eli Zaretskii <eliz@gnu.org>
20478
20479 * mail/rmail.el (rmail-convert-to-babyl-format): Make the code
20480 cleaner (suggested by Richard Stallman).
20481
20482 * progmodes/gud.el (gud-tool-bar-map): Modify names of icon files
20483 for gud-next, gud-nexti, gud-step and gud-stepi to prevent
20484 file-name clashes on 8+3 DOS filesystems.
20485
20486 * toolbar/gud-next.pbm, toolbar/gud-next.xpm
20487 * toolbar/gud-nexti.pbm, toolbar/gud-nexti.xpm
20488 * toolbar/gud-step.pbm, toolbar/gud-step.xpm
20489 * toolbar/gud-stepi.pbm, toolbar/gud-stepi.xpm: Renamed to
20490 gud-n.*, gud-ni.*, gud-s.*, and gud-si.*, respectively, to avoid
20491 file-name clashes on 8+3 filesystems.
20492
20493 * emacs-lisp/tcover-unsafep.el, emacs-lisp/tcover-ses.el:
20494 Renamed from testcover-unsafep.el and testcover-ses.el to avoid
20495 file-name clashes on 8+3 DOS filesystems.
20496
20497 2003-12-29 Richard M. Stallman <rms@gnu.org>
20498
20499 * mail/mail-utils.el (mail-unquote-printable-hexdigit):
20500 Upcase the character.
20501
20502 * textmodes/flyspell.el (mail-mode-flyspell-verify):
20503 Search for header separator alone on a line, literally,
20504 and search for it backward, not forward.
20505 (flyspell-abbrev-table): Always use global-abbrev-table
20506 if there is no local one.
20507
20508 * progmodes/sh-script.el (sh-get-indent-info):
20509 Don't move point back if at bob.
20510
20511 * progmodes/antlr-mode.el (save-buffer-state-x): Use with-no-warnings.
20512
20513 * play/handwrite.el (handwrite): Make the handwrite credit message
20514 a comment rather than an output command.
20515
20516 * obsolete/sc.el: Display message that this file is obsolete.
20517
20518 * net/ange-ftp.el (ange-ftp-start-process): Copy the environment.
20519
20520 * mail/rfc822.el (rfc822-address-start): Declare variable.
20521 Renamed from address-start. All uses changed.
20522
20523 * term.el (term-exec): Set up sentinel.
20524 (term-sentinel): New function.
20525 (term-handle-exit): New function.
20526
20527 * subr.el (assoc-ignore-case, assoc-ignore-representation):
20528 Use assoc-string, and mark them obsolete.
20529 (delay-mode-hooks): Mark as permanent local.
20530
20531 * simple.el (sendmail-user-agent-compose): Use assoc-string.
20532
20533 * register.el (copy-rectangle-to-register): Doc fix.
20534
20535 * info.el (Info-insert-dir): Use assoc-string.
20536
20537 * info-look.el (info-lookup): Use assoc-string.
20538
20539 * frame.el (pop-up-frame-function): Use quote, not `function'.
20540 (frame-notice-user-settings): Calculate ADJUSTED-TOP
20541 copying with lists as coordinate values.
20542
20543 * font-lock.el (font-lock-after-change-function): Bind inhibit-quit.
20544
20545 * find-dired.el (kill-find): New command.
20546 (find-dired): Make buffer read-only.
20547 Set up a keymap with C-c C-k running kill-find.
20548 (find-dired-filter, find-dired-sentinel): Bind inhibit-read-only.
20549
20550 * files.el (backup-buffer-copy): If MODES is nil, don't set modes.
20551
20552 * filecache.el (file-cache-ignore-case): New variable.
20553 (file-cache-assoc-function): Var deleted. Use assoc-string instead.
20554
20555 * comint.el (comint-arguments): Set COUNT after ARGS is complete.
20556 (comint-dynamic-complete-as-filename): Rename local vars.
20557 (comint-dynamic-list-filename-completions): Likewise.
20558
20559 * comint.el (comint-dynamic-list-completions-config): New var.
20560 (comint-dynamic-list-completions): Handle both SPC and TAB right.
20561
20562 * comint.el (comint-file-name-chars): Add [].
20563 (comint-word): Use skip-chars-backward, not search.
20564
20565 * shell.el (shell-file-name-chars): Add [].
20566
20567 * shell.el (shell-dynamic-complete-as-command): Rename local vars.
20568
20569 * bookmark.el (bookmark-get-bookmark): Use assoc-string.
20570
20571 * generic.el (define-generic-mode): Doc fix.
20572
20573 2003-12-29 Eli Zaretskii <eliz@gnu.org>
20574
20575 * files.el (kill-some-buffers): Doc fix.
20576
20577 2003-12-29 David Herring <sdh6@ra.msstate.edu> (tiny change)
20578
20579 * comint.el (comint-watch-for-password-prompt): Pass `string' as
20580 arg to send-invisible
20581 (send-invisible): Doc fix. The argument is now a prompt, not the
20582 string to send.
20583 (comint-read-noecho): Doc fix.
20584
20585 2003-12-29 Michael R. Wolf <MichaelRWolf@att.net> (tiny change)
20586
20587 * net/ange-ftp.el (ange-ftp-name-format): Allow USER to contain
20588 "@", as required by some ISP hosting service. Fix defcustom
20589 argument syntax errors that prevented use of customization.
20590
20591 2003-12-29 Eli Zaretskii <eliz@gnu.org>
20592
20593 * xml.el (xml-get-attribute-or-nil): Doc fix.
20594
20595 2003-12-29 Peter 'Luna' Runestig <peter@runestig.com>
20596
20597 * net/zone-mode.el (zone-mode): Use write-file-functions, not
20598 write-file-hooks.
20599
20600 2003-12-29 Eric Hanchrow <offby1@blarg.net> (tiny change)
20601
20602 * autorevert.el (auto-revert-interval): Doc fix.
20603
20604 2003-12-29 Mark A. Hershberger <mah@everybody.org>
20605
20606 * xml.el (xml-get-attribute-or-nil): New function, like
20607 xml-get-attribute, but returns nil if the attribute was not found.
20608 (xml-get-attribute): Convert to defsubst, uses
20609 xml-get-attribute-or-nil.
20610
20611 2003-12-29 Eli Zaretskii <eliz@gnu.org>
20612
20613 * emacs-lisp/easymenu.el (easy-menu-define): Doc fix.
20614
20615 2003-12-29 Alex Schroeder <alex@emacswiki.org> (tiny change)
20616
20617 * custom.el (custom-declare-theme): Use `value' when putting
20618 properties on `theme'.
20619
20620 2003-12-29 Takaaki Ota <Takaaki.Ota@am.sony.com>
20621
20622 * subr.el (insert-for-yank): Call insert-for-yank-1 repetitively
20623 for each yank-handler segment.
20624 (insert-for-yank-1): New function, with the body of the previous
20625 insert-for-yank.
20626
20627 * textmodes/table.el (table-yank-handler): New defcustom.
20628 (table--put-cell-indicator-property): Put yank-handler property
20629 that indicates the yank handler for the table cell.
20630
20631 2003-12-29 Jesper Harder <harder@ifa.au.dk> (tiny change)
20632
20633 * generic-x.el (etc-modules-conf-generic-mode): A more complete
20634 set of keywords.
20635
20636 2003-12-29 Eli Zaretskii <eliz@gnu.org>
20637
20638 * international/mule-cmds.el (reset-language-environment)
20639 (set-language-environment): Don't invoke fontset-related functions
20640 if fontset-list is not fboundp.
20641
20642 2003-12-29 Kenichi Handa <handa@m17n.org>
20643
20644 * international/mule-cmds.el (reset-language-environment):
20645 Call set-overriding-fontspec-internal with nil.
20646 (set-language-environment): Call set-overriding-fontspec-internal
20647 if the language environment specify `overriding-fontspec'.
20648 (language-info-alist): Doc added.
20649
20650 * language/cyrillic.el (ccl-encode-koi8-font): Make it work for
20651 characters of mule-unicode-0100-24ff.
20652 (ccl-encode-windows-1251-font): New CCL program.
20653 ("Bulgarian"): Specify overriding-fontspec.
20654 ("Belarusian"): Likewise.
20655
20656 2003-12-28 Sam Steingold <sds@gnu.org>
20657
20658 * net/ange-ftp.el (ange-ftp-file-attributes): Add new optional
20659 parameter ID-FORMAT to conform with the 2003-11-30 patch.
20660
20661 2003-12-28 Nick Roberts <nick@nick.uklinux.net>
20662
20663 * progmodes/gud.el (gud-gdb-command-name): Set default to
20664 "gdb --annotate=3".
20665 (gud-gdb-marker-filter): Look out for annotations.
20666 (gdb-first-pre-prompt): New variable.
20667 Remove trailing white space.
20668
20669 * gdb-ui.el (gdb-prompt): Change filter for level 3 annotations,
20670 if necessary.
20671 (gdb-ann3): New function. Initialize M-x gdb as for M-x gdba if
20672 annotations are detected.
20673 (gud-gdba-marker-filter): Use global variable gud-marker-acc
20674 instead of a local one to allow transition from
20675 gud-gdb-marker-filter.
20676 Remove trailing white space.
20677
20678 2003-12-27 Kim F. Storm <storm@cua.dk>
20679
20680 * ido.el: Handle non-readable directories.
20681 (ido-decorations): Add 9th element for non-readable directory.
20682 (ido-directory-nonreadable): New dynamic var.
20683 (ido-set-current-directory): Set it.
20684 (ido-read-buffer, ido-file-internal):
20685 (ido-read-file-name, ido-read-directory-name): Let-bind it.
20686 (ido-file-name-all-completions1): Return empty list for
20687 non-readable directory.
20688 (ido-exhibit): Print [Not readable] if directory is not readable.
20689 (ido-expand-directory): New defun (based on tiny fix from Karl Chen).
20690 (ido-read-file-name, ido-file-internal, ido-read-directory-name):
20691 Use it.
20692
20693 2003-12-27 Lars Hansen <larsh@math.ku.dk>
20694
20695 * ls-lisp.el (ls-lisp-insert-directory): Add parameter 'string in
20696 calls to directory-files-and-attributes and file-attributes.
20697 (ls-lisp-format): Remove system dependent handling of user and
20698 group id's.
20699
20700 2003-12-25 Luc Teirlinck <teirllm@auburn.edu>
20701
20702 * ffap.el (ffap-read-file-or-url): Revert previous change.
20703
20704 2003-12-25 Robert J. Chassell <bob@rattlesnake.com>
20705
20706 * textmodes/texnfo-upd.el (texinfo-multi-file-update): Create a
20707 new list of included files called `files-with-node-lines', that
20708 only have node lines. This way @include commands can include any
20709 file, such as version and update files without node lines, not
20710 just files that are chapters.
20711
20712 2003-12-25 Andreas Schwab <schwab@suse.de>
20713
20714 * jka-compr.el (jka-compr-insert-file-contents): Avoid error when
20715 file not found.
20716
20717 2003-12-08 Miles Bader <miles@gnu.org>
20718
20719 * dired.el (dired-between-files): Always use dired-move-to-filename,
20720 which is more robust in non-english locales.
20721
20722 2003-12-25 Markus Rost <rost@mathematik.uni-bielefeld.de>
20723
20724 * vc.el (vc-dired-purge): Avoid error from `kill-line'.
20725
20726 2003-12-24 Andreas Schwab <schwab@suse.de>
20727
20728 * shell.el (shell-file-name-quote-list): Add backslash.
20729
20730 * comint.el (comint-quote-filename): Correctly handle backslash
20731 in comint-file-name-quote-list.
20732
20733 2003-12-24 Kenichi Handa <handa@m17n.org>
20734
20735 * international/mule-cmds.el (set-default-coding-systems):
20736 Call ucs-set-table-for-input for all buffers that don't have local
20737 value of buffer-file-coding-system.
20738
20739 * international/ucs-tables.el (ucs-set-table-for-input):
20740 If translation-table-for-encode is a symbol, get its
20741 translation-table property.
20742
20743 2003-12-23 Luc Teirlinck <teirllm@auburn.edu>
20744
20745 * ffap.el (ffap-read-file-or-url): Eliminate reliance of the call
20746 to `completing-read' on a recently fixed bug.
20747
20748 * fringe.el (fringe-query-style): Suggest `?' in minibuffer prompt,
20749 instead of SPACE, to get the list of possible fringe modes.
20750 SPACE only works if both `partial-completion-mode' and
20751 `completion-auto-help' are nil.
20752
20753 * complete.el (PC-is-complete-p): Delete.
20754 (PC-do-completion): Replace all calls to `PC-is-complete-p' with
20755 calls to `test-completion'.
20756
20757 2003-12-23 Nick Roberts <nick@nick.uklinux.net>
20758
20759 * progmodes/gud.el (gud-speedbar-buttons): Use speed-bar-edit-line
20760 to edit values when there are no children.
20761
20762 * gdb-ui.el (gdba, gdb-assembler-mode): Call the mode "Machine" as
20763 a mode called "Assembler" already exists.
20764 (gdb-use-colon-colon-notation, gdb-show-changed-values): New options.
20765 (gud-watch): Use format option. Remove font properties from string.
20766 (gdb-var-create-handler, gdb-var-list-children-handler):
20767 Don't bother about properties as there are none.
20768 (gdb-var-create-handler, gdb-var-list-children-handler)
20769 (gdb-var-update-handler): Call gdb-var-evaluate-expression-handler
20770 with two arguments.
20771 (gdb-var-evaluate-expression-handler, gdb-post-prompt):
20772 Let speedbar show value changes with a different font.
20773 (gdb-edit-value): New defun.
20774 (gdb-clear-partial-output, gdb-clear-inferior-io)
20775 (def-gdb-auto-update-handler): Use erase-buffer.
20776 (gdb-frame-handler): Display watch expressions in
20777 FUNCTION::VARIABLE format if required.
20778
20779 2003-12-23 John Paul Wallington <jpw@gnu.org>
20780
20781 * info.el (Info-unescape-quotes, Info-split-parameter-string)
20782 (Info-goto-emacs-command-node): Doc fixes.
20783
20784 2003-12-12 Jesper Harder <harder@ifa.au.dk>
20785
20786 * cus-edit.el (custom-add-parent-links): Define "many".
20787
20788 2003-12-08 Per Abrahamsen <abraham@dina.kvl.dk>
20789
20790 * wid-edit.el (widget-child-value-get, widget-child-value-inline)
20791 (widget-child-validate, widget-type-value-create)
20792 (widget-type-default-get, widget-type-match): New functions.
20793 (lazy): New widget.
20794 (menu-choice, checklist, radio-button-choice, editable-list)
20795 (group, documentation-string): Remove redundant (per 2003-10-25
20796 change) calls to `widget-children-value-delete'.
20797 (widget-choice-value-get, widget-choice-value-inline): Remove.
20798 (menu-choice): Update widget.
20799
20800 2003-12-03 Kenichi Handa <handa@m17n.org>
20801
20802 * language/cyrillic.el: Register "microsoft-cp1251" in
20803 ctext-non-standard-encodings-alist.
20804 ("Bulgarian"): Add ctext-non-standard-encodings.
20805 ("Belarusian"): Likewise.
20806
20807 * international/mule-conf.el (compound-text-with-extensions):
20808 Change the type to 2 (iso-2022 base).
20809
20810 * international/mule.el (ctext-non-standard-encodings-alist):
20811 Change the format.
20812 (ctext-non-standard-encodings): New variable.
20813 (ctext-post-read-conversion): Fully re-written.
20814 (ctext-non-standard-designations-alist): Delete it.
20815 (ctext-non-standard-encodings-table): New function.
20816 (ctext-pre-write-conversion): Fully re-written.
20817
20818 2003-11-30 Per Abrahamsen <abraham@dina.kvl.dk>
20819
20820 * cus-edit.el (custom-add-parent-links): Add documentation links
20821 for parent, if the item has none of its own.
20822
20823 2003-11-30 Richard M. Stallman <rms@gnu.org>
20824
20825 * dired-aux.el (dired-do-query-replace-regexp):
20826 Report files visited read-only.
20827
20828 2003-11-30 Juri Linkov <juri@jurta.org>
20829
20830 * dired-aux.el (dired-compare-directories): New command.
20831 (dired-file-set-difference, dired-files-attributes): New functions.
20832
20833 2003-11-30 Kai Grossjohann <kai.grossjohann@gmx.net>
20834 Version 2.0.38 of Tramp released.
20835
20836 * net/tramp.el (tramp-chunksize): Extend docstring. Suggested by
20837 Charles Curley <charlescurley@charlescurley.com>.
20838 (tramp-multi-connection-function-alist): Add ssht entry which adds
20839 "-e none -t -t" to the list of ssh args. Suggested by Adrian
20840 Aichner.
20841 (tramp-get-method-parameter): New function to retrieve a method
20842 parameter. This allows for omission of method parameters.
20843 Callers adjusted.
20844
20845 2003-11-30 Michael Albinus <Michael.Albinus@alcatel.de>
20846
20847 * net/tramp.el: Add new optional parameter ID-FORMAT to
20848 `file-attributes'. Calls of `file-attributes' won't use this
20849 parameter for backward compatibility reasons.
20850 (tramp-perl-file-attributes): Add a new parameter to Perl script
20851 in order to handle uid/gid as strings, if desired.
20852 (tramp-handle-file-truename, tramp-handle-file-symlink-p):
20853 Apply `file-attributes' instead of `tramp-handle-file-attributes' in
20854 order to make the function more general.
20855 (tramp-handle-file-attributes): Replace proprietary optional
20856 parameter NONNUMERIC by the recently (Emacs 22.1) introduced ID-FORMAT.
20857 (tramp-handle-file-attributes-with-perl): Handle parameter
20858 NONNUMERIC if set. This wasn't done in the past.
20859 (tramp-post-connection): Apply second parameter "$2" if
20860 `tramp-remote-perl' is called.
20861
20862 * net/tramp-smb.el (tramp-smb-handle-delete-file):
20863 Correct cut'n'waste error (`filename' instead of `directory').
20864 (tramp-smb-handle-directory-files-and-attributes)
20865 (tramp-smb-handle-file-attributes): Add recently (Emacs 22.1)
20866 introduced parameter ID-FORMAT.
20867 (tramp-smb-handle-make-directory-internal): Correct cut'n'waste
20868 error (`directory' instead of `ldir').
20869
20870 * net/tramp-vc.el (tramp-handle-vc-user-login-name): Check if
20871 `file-attributes' has a second parameter. If yes, apply it with
20872 value "'integer". Otherwise, don't use that parameter (default is
20873 integer format).
20874
20875 2003-11-30 Luc Teirlinck <teirllm@auburn.edu>
20876
20877 * help.el (help-map): Bind `display-local-help' to `C-h .'.
20878 (help-for-help): Add `C-h .' to the listed Help options.
20879 Remove trailing whitespace.
20880
20881 * help-at-pt.el: New file.
20882
20883 2003-11-30 Jonathan Yavner <jyavner@member.fsf.org>
20884
20885 * subr.el (noreturn, 1value): New macros for test coverage.
20886 See `testcover.el'.
20887
20888 * emacs-lisp/edebug.el: Add def-edebug-spec for `noreturn' and `1value'.
20889
20890 * emacs-lisp/testcover.el (testcover-reinstrument): Special case
20891 for macro `1value'.
20892 (testcover-1value): New function. Checks that a 1value form
20893 actually returns only one value. Requested by RMS.
20894
20895 2003-11-29 Nick Roberts <nick@nick.uklinux.net>
20896
20897 * gdb-ui.el (gud-watch, gdb-var-create-handler)
20898 (gdb-var-list-children, gdb-var-list-children-handler)
20899 (gdb-var-update-handler, gdb-var-delete): Add server prefix to the
20900 gdb commands that use mi to keep them out of the command history.
20901
20902 2003-11-29 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
20903
20904 * cus-start.el (all): Add use-file-dialog.
20905
20906 2003-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
20907
20908 * textmodes/tex-mode.el (latex-mode): `tex-trailer' is not a regexp.
20909
20910 2003-11-27 Kim F. Storm <storm@cua.dk>
20911
20912 * subr.el (posn-object-x-y): New defun.
20913
20914 2003-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
20915
20916 * progmodes/make-mode.el (makefile-font-lock-syntactic-keywords):
20917 Don't use `space' for \\\n.
20918 Be more selective as to which # are comment-starters.
20919
20920 2003-11-26 Luc Teirlinck <teirllm@auburn.edu>
20921
20922 * subr.el (number-sequence): Improve handling of floating point
20923 arguments (suggested by Kim Storm). Allow negative arguments.
20924
20925 2003-11-26 Kenichi Handa <handa@m17n.org>
20926
20927 * international/mule-cmds.el (standard-display-european-internal):
20928 Cancel the standard-display-table setting for ` and '.
20929
20930 2003-11-26 Kim F. Storm <storm@cua.dk>
20931
20932 * ido.el (ido-use-filename-at-point, ido-use-url-at-point):
20933 New defcustoms to add ffap-like functionality to ido.
20934 (ido-saved-vc-hb): Rename from ido-saved-vc-mt. Uses changed.
20935 (ido-no-final-slash): New defun.
20936 (ido-make-prompt, ido-file-internal, ido-toggle-vc)
20937 (ido-read-file-name): ): Toggle VC checking via
20938 vc-handled-backends instead of vc-master-templates.
20939 (ido-file-internal): Handle ido-use-url-at-point and
20940 ido-use-filename-at-point via code borrowed from ffap-guesser.
20941 Handle new ido-exit code ffap.
20942 (ido-sort-list): Ignore final slash when sorting file names.
20943
20944 2003-11-25 Kim F. Storm <storm@cua.dk>
20945
20946 * emulation/cua-base.el (cua--standard-movement-commands):
20947 Add forward-sentence and backward-sentence.
20948
20949 2003-11-25 Stephen Eglen <stephen@gnu.org>
20950
20951 * iswitchb.el (iswitchb-read-buffer,iswitchb-exit-minibuffer):
20952 iswitchb-exit is set to 'usefirst when user selects buffer at head
20953 of list using RET. (Selecting buffers at the head of the list was
20954 broken if the substring was also a complete buffername.)
20955
20956 2003-11-23 Kim F. Storm <storm@cua.dk>
20957
20958 * progmodes/compile.el (grep-command, grep-use-null-device)
20959 (grep-find-command, grep-tree-command, grep-tree-files-aliases)
20960 (grep-tree-ignore-case, grep-tree-ignore-CVS-directories)
20961 (grep-regexp-alist, grep-program, find-program)
20962 (grep-find-use-xargs, grep-history, grep-find-history)
20963 (grep-process-setup, grep-compute-defaults)
20964 (grep-default-command, grep, grep-tag-default, grep-find)
20965 (grep-expand-command-macros, grep-tree-last-regexp)
20966 (grep-tree-last-files, grep-tree): Move grep variables, functions
20967 and commands to new file grep.el.
20968 (compilation-mode-map): Remove grep commands from Compile sub-menu.
20969 (compilation-process-setup-function): Doc fix.
20970 (compilation-highlight-regexp, compilation-highlight-overlay): New
20971 defvars used for highlighting current compile error in source buffer.
20972 (compile-internal): New optional args HIGHLIGHT-REGEXP and
20973 LOCAL-MAP which overrides compilation-highlight-regexp and
20974 compilation-mode-map for this compilation.
20975 Delay calling compilation-set-window-height until after running
20976 compilation-process-setup-function so it can buffer-local override
20977 compilation-window-height.
20978 Check buffer-local value of compilation-scroll-output.
20979 (compilation-set-window-height): Use buffer-local value of
20980 compilation-window-height.
20981 (compilation-revert-buffer): Don't pass (undefined)
20982 preserve-modes arg to revert-buffer.
20983 (next-error-no-select, previous-error-no-select): New commands.
20984 (compilation-goto-locus): Temporarily highlight current match in
20985 source buffer using compilation-highlight-regexp.
20986
20987 * progmodes/grep.el: New file with grep code from compile.el.
20988 (grep): New defcustom group.
20989 (grep-window-height): New defcustom, like compilation-window-height.
20990 (grep-auto-highlight): New defcustom, like compile-auto-highlight.
20991 (grep-scroll-output): New defcustom, like compilation-scroll-output.
20992 (grep-command, grep-use-null-device, grep-find-command)
20993 (grep-tree-files-aliases, grep-tree-ignore-case)
20994 (grep-tree-ignore-CVS-directories): Move to grep custom group.
20995 (grep-setup-hook): New hook variable.
20996 (grep-mode-map): New keymap for grep commands. Add Grep menu.
20997 (grep-last-buffer): New defvar, override compilation-last-buffer.
20998 (grep): Add optional arg HIGHLIGHT-REGEXP. Doc fix.
20999 Call compile-internal with args highlight-regexp and grep-mode-map.
21000
21001 2003-11-23 Kim F. Storm <storm@cua.dk>
21002
21003 * subr.el (event-start, event-end): Doc fix.
21004 (posn-window, posn-x-y, posn-timestamp): Simplify doc.
21005 (posn-area, posn-actual-col-row, posn-object): New defuns.
21006 (posn-col-row): Simplify doc. Rewrite to use cond.
21007 (posn-point): Also return buffer position for events outside text
21008 area (that info is now present in the event position).
21009
21010 * mouse.el: Bind mouse-1 on left-fringe and right-fringe to
21011 mouse-set-point so that hscroll still works now that clicks on
21012 fringes generate specific mouse events.
21013 (mouse-set-point): Note that it now works in fringes and margins
21014 too due to new semantics of posn-point in fringes and margins.
21015
21016 * gdb-ui.el (gdb-mouse-toggle-breakpoint): New defun.
21017 (gdba): Bind it to [left-margin mouse-1] and [left-fringe mouse-1].
21018
21019 2003-11-20 Kim F. Storm <storm@cua.dk>
21020
21021 * gdb-ui.el (gud-gdba-command-name): Find gdb command via PATH.
21022 (breakpoint-xpm-data, breakpoint-enabled-pbm-data): Make smoother.
21023 (breakpoint-enabled-icon, breakpoint-disabled-icon): Set :ascent
21024 to 100 for icons to avoid increasing line height when shown.
21025
21026 2003-11-17 Jesper Harder <harder@ifa.au.dk> (tiny change)
21027
21028 * newcomment.el (comment-normalize-vars): Initialize properly if
21029 comment-start was nil.
21030
21031 2003-11-19 Andreas Schwab <schwab@suse.de>
21032
21033 * simple.el (set-variable): Fix indentation.
21034
21035 2003-11-17 Kenichi Handa <handa@m17n.org>
21036
21037 * international/latin1-disp.el (latin1-display-ucs-per-lynx):
21038 Fix docstring.
21039
21040 2003-11-17 Jesper Harder <harder@ifa.au.dk> (tiny change)
21041
21042 * international/latin1-disp.el (latin1-display): Fix docstring.
21043
21044 2003-11-16 John Wiegley <johnw@newartisans.com>
21045
21046 * eshell/em-ls.el (eshell-ls-file): There are times with
21047 size-width is nil and uncomputed (when directories are created in
21048 dired, for example); in this case, 4 is reasonable default value,
21049 although it may caused skewed new entries (which could be avoided
21050 by returning the original value of 8 in all cases, but 99% of the
21051 time this is a waste of whitespace).
21052
21053 2003-11-16 Martin Stjernholm <bug-cc-mode@gnu.org>
21054
21055 * cc-engine.el (c-guess-continued-construct)
21056 (c-guess-basic-syntax): Check a little more carefully if it's a
21057 function declaration when an unknown construct followed by a block
21058 is found inside a statement context. This avoids macros followed
21059 by blocks to be taken as function declarations.
21060
21061 (c-guess-continued-construct): Change the analysis of a statement
21062 continuation with a brace open to `substatement-block', for
21063 consistency with recognized statements.
21064
21065 (c-add-stmt-syntax): Don't continue to the surrounding sexp if the
21066 start is in a position so that `c-beginning-of-statement-1' jumped
21067 to the beginning of the same statement.
21068
21069 * cc-fonts.el, cc-engine.el (c-forward-<>-arglist-recur):
21070 Don't accept binary operators in the arglist if we're in a function
21071 call context, i.e. if `c-restricted-<>-arglists' is set. That avoids
21072 template recognition in cases like "if (a < b || c > d)".
21073
21074 (c-restricted-<>-arglists): New more appropriate name for
21075 `c-disallow-comma-in-<>-arglists'.
21076
21077 Accessing functions updated for the variable name change.
21078
21079 * cc-engine.el (c-syntactic-re-search-forward): Fix bug where the
21080 match data could get clobbered if NOT-INSIDE-TOKEN is used.
21081
21082 * cc-engine.el (c-beginning-of-statement-1): Don't allow parens in
21083 labels.
21084
21085 (c-backward-to-decl-anchor): Use `c-beginning-of-statement-1'
21086 instead of duplicating parts of it. This fixes bogus label
21087 recognition.
21088
21089 * cc-align.el (c-gnu-impose-minimum): Revert to the old method
21090 of checking the context in which to apply the minimum indentation,
21091 so that it isn't enforced in e.g. namespace blocks.
21092
21093 * cc-vars.el (c-inside-block-syms): New constant used by
21094 `c-gnu-impose-minimum'. It's defined close to `c-offsets-alist'
21095 to somewhat reduce the risk of becoming stale.
21096
21097 * cc-cmds.el, cc-engine.el (c-shift-line-indentation): Move from
21098 cc-cmds to cc-engine to allow use from cc-align.
21099
21100 * cc-engine.el (c-beginning-of-inheritance-list): Cope with fully
21101 qualified identifiers containing "::".
21102
21103 * cc-defs.el (c-make-keywords-re): Add kludge for bug in
21104 `regexp-opt' in Emacs 20 and XEmacs when strings contain newlines.
21105
21106 * cc-vars.el (c-emacs-features): Use a space in front of the name
21107 of the temporary buffer. That also avoids dumping problems in
21108 XEmacs due to undo info being left around after the buffer is killed.
21109
21110 * cc-engine.el (c-in-knr-argdecl): Look closer at the function
21111 arglist to see if it's a K&R style declaration.
21112
21113 (c-guess-basic-syntax): CASE 5B.2: Check with `c-in-knr-argdecl'
21114 before returning `knr-argdecl-intro'.
21115
21116 2003-11-16 John Wiegley <johnw@newartisans.com>
21117
21118 * eshell/em-ls.el (eshell-ls-file): Instead of making the size
21119 field in a long-listing always 8 characters, use `size-width',
21120 which has already been computed.
21121
21122 2003-11-15 Thien-Thi Nguyen <ttn@gnu.org>
21123
21124 * subr.el (minor-mode-list): Add `hs-minor-mode'.
21125
21126 2003-11-14 Thien-Thi Nguyen <ttn@gnu.org>
21127
21128 * diff-mode.el (diff-hunk-prev, diff-hunk-next):
21129 Support operation while narrowed, with `diff-restrict-view'.
21130
21131 2003-11-14 Thien-Thi Nguyen <ttn@gnu.org>
21132
21133 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
21134 Take additional optional arg NARROWFUN. For the generated functions:
21135 Add local var `was-narrowed-p'. Also, if NARROWFUN is specified,
21136 include frags that arrange to check for and save narrowing state before
21137 the move and then conditionally call NARROWFUN after the move.
21138
21139 2003-11-14 John Wiegley <johnw@newartisans.com>
21140
21141 * eshell/esh-var.el (eshell-parse-variable-ref): Add a backslash
21142 that was optional, but obviously missing based on surrounding code.
21143
21144 * eshell/esh-cmd.el (eshell-lisp-command): Do not late-convert
21145 string arguments to numbers unless the whole argument was seen as
21146 a number.
21147
21148 2003-11-14 Kenichi Handa <handa@m17n.org>
21149
21150 * international/mule.el (ctext-non-standard-encodings-alist):
21151 Fix coding systems.
21152
21153 2003-11-10 Kenichi Handa <handa@m17n.org>
21154
21155 * language/kannada.el ("Kannada"): Add sample-text.
21156
21157 * language/knd-util.el (kannada-compose-region)
21158 (kannada-compose-string, kannada-post-read-conversion):
21159 Add autoload cookie.
21160
21161 * international/quail.el (quail-completion): Change the message
21162 "corresponding translations" to "corresponding characters".
21163
21164 2003-11-09 Markus Rost <rost@mathematik.uni-bielefeld.de>
21165
21166 * descr-text.el (describe-char): Fix typo.
21167
21168 2003-11-08 Kailash C. Chowksey <klchxbec@m-net.arbornet.org>
21169
21170 These changes are to support Kannada language/script.
21171
21172 * Makefile.in (DONTCOMPILE): Add kannada.el.
21173
21174 * makefile.w32-in (DONTCOMPILE): Add kannada.el.
21175
21176 * loadup.el: Preload kannada.el.
21177
21178 * language/ind-util.el (ucs-kannada-to-is13194-alist)
21179 (is13194-to-ucs-kannada-hashtbl, is13194-to-ucs-kannada-regexp):
21180 New variables.
21181
21182 * language/kannada.el: New file.
21183
21184 * language/knd-util.el: New file.
21185
21186 2003-11-07 Andreas Schwab <schwab@suse.de>
21187
21188 * progmodes/autoconf.el (autoconf-font-lock-keywords):
21189 Also highlight AH_*.
21190
21191 * xml.el (xml-parse-dtd): Fix misplaced paren.
21192
21193 2003-11-07 Kenichi Handa <handa@m17n.org>
21194
21195 * language/european.el (windows-1252): Fix table (0x8F and 0x9E).
21196
21197 2003-11-05 Juri Linkov <juri@jurta.org>
21198
21199 * desktop.el (desktop-locals-to-save): Add buffer-file-coding-system.
21200 (desktop-buffer-file): Use saved buffer-file-coding-system
21201 for file reading. Set auto-insert to nil to prevent automatic
21202 insertion into restored empty files.
21203
21204 2003-11-04 Luc Teirlinck <teirllm@auburn.edu>
21205
21206 * files.el (risky-local-variable-p): Make second argument optional.
21207
21208 2003-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
21209
21210 * subr.el (add-hook): Fix last change.
21211
21212 2003-11-03 Eli Zaretskii <eliz@gnu.org>
21213
21214 * mail/rmail.el (rmail-convert-to-babyl-format):
21215 If base64-decode-region signals an error, catch it and silently
21216 ignore it.
21217
21218 2003-11-01 Mark A. Hershberger <mah@everybody.org>
21219
21220 * xml.el (xml-parse-region): Allow comments to appear after the
21221 topmost element has closed.
21222 (xml-ns-parse-ns-attrs, xml-ns-expand-el)
21223 (xml-ns-expand-attr): New functions to do namespace handling.
21224 (xml-intern-attrlist): Back-compatible handling of attribute names.
21225 (xml-parse-tag): Move namespace handling to separate functions.
21226 Now produces elements in the form ((:ns . "element") (attr-list)
21227 children) instead of ('ns:element (attr-list) children).
21228 (xml-parse-attlist): Fix attribute parsing.
21229 (xml-parse-dtd): Change parsing so that it produces strings
21230 instead of interned symbols.
21231
21232 2003-11-01 era@iki.fi <era@iki.fi> (tiny change)
21233
21234 * dired.el (dired-ls-sorting-switches): Doc fix.
21235
21236 2003-11-01 Oliver Scholz <epameinondas@gmx.de>
21237
21238 * emacs-lisp/rx.el (rx-or): Fix the case of
21239 "(rx (and ?a (or ?b ?c) ?d))".
21240
21241 2003-11-01 Christoph Wedler <wedler@users.sourceforge.net> (tiny change)
21242
21243 * textmodes/texinfmt.el (texinfo-pre-format-hook): New variable.
21244 (texinfo-format-region): Use it.
21245 (texinfo-format-buffer-1): Ditto.
21246
21247 2003-11-01 Alan Mackenzie <acm@muc.de>
21248
21249 Changes to allow scrolling whilst in isearch mode:
21250 * isearch.el (isearch-unread-key-sequence): New function,
21251 extracted from isearch-other-meta-char.
21252 (top level): (put 'foo 'isearch-scroll) on all Emacs's
21253 "scrollable" standard functions.
21254 (isearch-allow-scroll): New customizable variable.
21255 (isearch-string-out-of-window, isearch-back-into-window)
21256 (isearch-reread-key-sequence-naturally)
21257 (isearch-lookup-scroll-key): New functions.
21258 (isearch-other-meta-char): Doc string and functionality enhanced.
21259 Now accepts a prefix argument.
21260 (isearch-lazy-highlight-window-end): New variable.
21261 (isearch-lazy-highlight-new-loop): Pay attention to the window's
21262 end (thru isearch-lazy-highlight-window-end), not only its start.
21263
21264 * simple.el (overriding-map-is-bound, saved-overriding-map): New vars.
21265 (ensure-overriding-map-is-bound, restore-overriding-map): New funs.
21266 (universal-argument, universal-argument-more, negative-argument)
21267 (digit-argument, universal-argument-other-key): Minor changes.
21268
21269 2003-11-01 Alexander Pohoyda <alexander.pohoyda@gmx.net> (tiny change)
21270
21271 * mail/rmailsum.el (rmail-summary-goto-msg): Don't call itself
21272 recursively if the last message is deleted, thus avoiding an
21273 infinite loop.
21274
21275 2003-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
21276
21277 * textmodes/tex-mode.el (tex-compile-commands): Add `yap' and `ps2pdf'.
21278 (tex-main-file): Don't add .tex if the extension is already present.
21279 (tex-uptodate-p): Don't recurse indefinitely with symlinks.
21280
21281 2003-10-29 Lute Kamstra <lute@gnu.org>
21282
21283 * progmodes/octave-inf.el (inferior-octave-prompt):
21284 Recognize version number in prompt.
21285
21286 2003-10-28 Dave Love <fx@gnu.org>
21287
21288 * international/characters.el: Fix some Unicode ranges.
21289
21290 2003-10-28 Kenichi Handa <handa@m17n.org>
21291
21292 * disp-table.el (standard-display-8bit)
21293 (standard-display-default, standard-display-ascii)
21294 (standard-display-g1, standard-display-graphic)
21295 (standard-display-underline): Assure that standard-display-table
21296 is a display table.
21297
21298 2003-10-27 Stefan Monnier <monnier@iro.umontreal.ca>
21299
21300 * simple.el (reindent-then-newline-and-indent): Delete space *after*
21301 reindenting the first line.
21302
21303 2003-10-25 Per Abrahamsen <abraham@dina.kvl.dk>
21304
21305 * wid-edit.el (widget-default-delete): Always delete child widgets.
21306
21307 2003-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
21308
21309 * newcomment.el (comment-indent): Don't call indent-according-to-mode
21310 if the line has code.
21311 Don't try to line up with something that's too far left.
21312
21313 * progmodes/octave-mod.el (octave-comment-start): Simplify.
21314 (octave-mode-syntax-table): Add % as a comment starter.
21315 (octave-point): Remove.
21316 (octave-in-comment-p, octave-in-string-p)
21317 (octave-not-in-string-or-comment-p, calculate-octave-indent)
21318 (octave-blink-matching-block-open, octave-auto-fill):
21319 Use line-(beginning|end)-position instead.
21320
21321 2003-10-23 Francesco Potort\e,Al\e(B <pot@gnu.org>
21322
21323 * emacs-lisp/authors.el (authors-aliases): Add correct realname
21324 for Francesco Potort\e,Al\e(B.
21325
21326 2003-10-23 Dave Love <fx@gnu.org>
21327
21328 * international/mule-cmds.el (locale-charset-to-coding-system):
21329 Don't rely on nil being a coding system.
21330
21331 * mail/mail-extr.el (mail-extr-ignore-single-names): Add :version.
21332 (mail-extr-address-syntax-table): Remove non-ASCII unibyte chars.
21333 (mail-extr-voodoo): Use char classes in regexps (for non-ASCII).
21334
21335 2003-10-21 Nick Roberts <nick@nick.uklinux.net>
21336
21337 * gdb-ui.el (gdb-current-language): New variable.
21338 (gdb-update-flag): Remove variable.
21339 (gud-watch, gdb-frame-handler): Adapt for other languages (Fortran).
21340 (gdb-take-last-elt): Remove function.
21341 (gdb-dequeue-input): Avoid recursion by not using gdb-take-last-elt.
21342 (gdb-post-prompt): Check for variable object changes here.
21343
21344 * progmodes/gud.el (gud-speedbar-buttons): Check for variable
21345 object changes in gdb-ui.el.
21346
21347 2003-10-21 Richard M. Stallman <rms@gnu.org>
21348
21349 * emacs-lisp/edebug.el (edebug-display-freq-count): Doc fix.
21350
21351 * ls-lisp.el (ls-lisp-insert-directory): Arg is now wildcard-regexp.
21352 Don't check for foo*/ wildcard form here.
21353 (insert-directory): Recognize foo*/ as a wildcard.
21354 Separate wildcard-regexp variable from the arg, wildcard.
21355
21356 * subr.el (add-hook): Correctly detect when make-local-hook was used.
21357 (remove-hook): Correctly handle strange cases about local hooks.
21358
21359 2003-10-21 David Ponce <david@dponce.com>
21360
21361 * ruler-mode.el (ruler-mode-left-fringe-cols): Add new optional
21362 argument REAL, to return a real number instead of a rounded
21363 integer value. Define as inline function.
21364 (ruler-mode-right-fringe-cols): Likewise.
21365 (ruler-mode-scroll-bar-cols): New function.
21366 (ruler-mode-left-scroll-bar-cols): Use it. Define as macro.
21367 (ruler-mode-right-scroll-bar-cols): Likewise.
21368 (ruler-mode-space): New function.
21369 (ruler-mode-ruler): Use it. Handle variations of fringe style,
21370 scroll bar mode and margins in a more robust way.
21371
21372 2003-10-21 Christoph Wedler <Christoph.Wedler@sap.com>
21373
21374 * progmodes/antlr-mode.el: Make major mode work with cc-mode-5.30+.
21375 (antlr-c-init-language-vars): New function.
21376 (antlr-mode): Use it with cc-mode before v5.29.
21377 (antlr-c-common-init): Don't set some local vars here.
21378 (antlr-mode): Set them here.
21379 (antlr-c-forward-sws): New function alias.
21380 (antlr-mode): Redefine with cc-mode before v5.30.
21381 (antlr-skip-sexps): Use it.
21382 (antlr-skip-exception-part): Ditto.
21383 (antlr-skip-file-prelude): Ditto.
21384 (antlr-outside-rule-p): Ditto.
21385 (antlr-end-of-body): Ditto.
21386 (antlr-option-kind): Ditto.
21387 (antlr-insert-option-area): Ditto.
21388 (antlr-file-dependencies): Ditto.
21389
21390 2003-10-21 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
21391
21392 * textmodes/bibtex.el (bibtex-move-outside-of-entry):
21393 Move backward only if point was not inside an entry.
21394
21395 2003-10-21 Richard M. Stallman <rms@gnu.org>
21396
21397 * progmodes/compile.el (compile-auto-highlight): Undo July 7 change.
21398
21399 2003-10-21 Juri Linkov <juri@jurta.org>
21400
21401 * compare-w.el: Automatically skip non-matching text to resync.
21402 (compare-windows-whitespace): Doc fix.
21403 (compare-windows-sync, compare-windows-sync-string-size)
21404 (compare-windows-recenter, compare-ignore-whitespace)
21405 (compare-windows-highlight, compare-windows-face): New variables.
21406 (compare-windows): Use compare-windows-sync.
21407 (compare-windows-highlight, compare-windows-dehighlight)
21408 (compare-windows-sync-regexp)
21409 (compare-windows-sync-default-function): New functions.
21410
21411 2003-10-21 Juri Linkov <juri@jurta.org>
21412
21413 * diff.el (diff-parse-differences): Don't visit the files now;
21414 instead, just record the error locus.
21415
21416 2003-10-21 Dave Love <fx@gnu.org>
21417
21418 * progmodes/cfengine.el: New file.
21419
21420 2003-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
21421
21422 * complete.el (PC-do-completion): Do not forget to use `pred' as the
21423 default-directory when completing file names.
21424
21425 2003-10-20 Luc Teirlinck <teirllm@auburn.edu>
21426
21427 * help-mode.el (help-make-xrefs): Make sure that if a symbol is
21428 followed by the word `face', it gets treated as a face, even if
21429 it is also defined as a variable or a function.
21430
21431 2003-10-20 Dave Love <fx@gnu.org>
21432
21433 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
21434 Avoid incf in macro expansion.
21435
21436 2003-10-20 John Paul Wallington <jpw@gnu.org>
21437
21438 * emacs-lisp/elint.el (elint-check-defcustom-form): Don't use
21439 `evenp' so we don't implicitly require cl library at runtime.
21440
21441 2003-10-18 Luc Teirlinck <teirllm@auburn.edu>
21442
21443 * help-mode.el (help-xref-symbol-regexp): Treat newlines as whitespace.
21444 (help-make-xrefs): Only make cross-references for faces if
21445 preceded or followed by the word `face'. Do not make a
21446 cross-reference for variables without variable documentation,
21447 unless preceded by the word `variable' or `option'. Update doc
21448 string accordingly.
21449
21450 2003-10-18 Thien-Thi Nguyen <ttn@gnu.org>
21451
21452 * progmodes/hideshow.el: Rewrite one-armed `if'
21453 constructs using either `when' or `unless'.
21454 (hs-grok-mode-type): Elide superfluous `progn'; nfc.
21455
21456 2003-10-16 Nick Roberts <nick@nick.uklinux.net>
21457
21458 * gdb-ui.el (breakpoint-xpm-data, breakpoint-enabled-pbm-data)
21459 (breakpoint-disabled-pbm-data): Make breakpoint icons 10x10
21460 instead of 12x12.
21461
21462 2003-10-16 Eli Zaretskii <eliz@gnu.org>
21463
21464 * mail/rmail.el (rmail-convert-to-babyl-format): Display a
21465 message while converting to Babyl.
21466
21467 2003-10-16 Vadim Nasardinov <vadimn@redhat.com> (tiny change)
21468
21469 * allout.el (allout-mode): Doc fix.
21470
21471 2003-10-16 Lute Kamstra <lute@gnu.org>
21472
21473 * subr.el (force-mode-line-update): Fix docstring.
21474
21475 2003-10-14 Dave Love <fx@gnu.org>
21476
21477 * international/mule-cmds.el (find-multibyte-characters): Doc fix.
21478 (default-input-method): Add :link, improve :type.
21479 (locale-charset-language-names): Fix utf-8 pattern.
21480 (locale-charset-match-p, locale-charset-alist)
21481 (locale-charset-to-coding-system): New.
21482 (set-locale-environment): Deal with codeset part of locale specs.
21483
21484 2003-10-14 Lute Kamstra <lute@gnu.org>
21485
21486 * fringe.el (fringe-mode): Use active voice in docstring.
21487 (set-fringe-style): Ditto.
21488
21489 2003-10-13 Lute Kamstra <lute@gnu.org>
21490
21491 * fringe.el (fringe-mode): Fix docstring.
21492 (set-fringe-style): Ditto.
21493
21494 2003-10-12 Michael Kifer <kifer@cs.stonybrook.edu>
21495
21496 * ediff-mult.el (ediff-filegroup-action):
21497 Use ediff-default-filtering-regexp.
21498
21499 * ediff-util.el (ediff-recenter): Don't call
21500 ediff-restore-highlighting twice.
21501 (ediff-select-difference): Set current difference.
21502 (ediff-unselect-and-select-difference): Add comment.
21503
21504 * ediff.el (ediff-directories,ediff-directory-revisions)
21505 (ediff-directories3,ediff-merge-directories)
21506 (ediff-merge-directories-with-ancestor)
21507 (ediff-merge-directory-revisions)
21508 (ediff-merge-directory-revisions-with-ancestor):
21509 Use ediff-default-filtering-regexp.
21510
21511 2003-10-12 Andreas Schwab <schwab@suse.de>
21512
21513 * international/mule-cmds.el (locale-charset-language-names):
21514 Simplify regex by removing unused grouping.
21515
21516 2003-10-10 Dave Love <fx@gnu.org>
21517
21518 * bindings.el: Don't bind stop.
21519
21520 2003-10-08 Miles Bader <miles@gnu.org>
21521
21522 * gdb-ui.el (gdb-info-frames-custom): Use proper :inverse-video
21523 face instead of attempting to emulate it.
21524
21525 2003-10-07 Kenichi Handa <handa@m17n.org>
21526
21527 * international/mule-diag.el (list-coding-systems-1): List coding
21528 systems that are loaded automatically.
21529
21530 * international/code-pages.el (iso-8859-11): Add autoload cookie.
21531
21532 * international/mule.el (autoload-coding-system): New function.
21533
21534 2003-10-07 Andreas Schwab <schwab@suse.de>
21535
21536 * log-edit.el (log-edit-changelog-entries): Prefer local value of
21537 change-log-default-name in the buffer visiting the file.
21538
21539 2003-10-06 Dave Love <fx@gnu.org>
21540
21541 * files.el (find-file-hook): Customize.
21542 (auto-mode-alist): Add .stk, .ss, .sch, .orig.
21543
21544 * bindings.el (completion-ignored-extensions): Remove .log.
21545 (global-map): Add again, open, stop keys.
21546
21547 2003-10-05 Richard M. Stallman <rms@gnu.org>
21548
21549 * progmodes/sh-script.el (sh-feature): Handle sh-modify like sh-append.
21550 (sh-for, sh-indexed-loop, sh-function, sh-while, sh-while-getopts):
21551 Use sh-modify directly.
21552 (sh-select): Use sh-append, not eval.
21553
21554 * mail/emacsbug.el (report-emacs-bug): Fix previous change.
21555
21556 * info.el (Info-following-node-name): New function.
21557
21558 * loadhist.el (unload-feature-special-hooks):
21559 Rename from loadhist-hook-functions.
21560 (loadhist-hook-functions): Now an alias.
21561
21562 2003-10-04 Eli Zaretskii <eliz@gnu.org>
21563
21564 * ldefs-boot.el: Renamed from loaddefs-boot.el, to prevent
21565 file-name clashes on 8+3 filesystems.
21566
21567 * Makefile.in (DONTCOMPILE, bootstrap-clean):
21568 Rename loaddefs-boot.el to ldefs-boot.el
21569
21570 * makefile.w32-in (DONTCOMPILE, bootstrap-clean-CMD)
21571 (bootstrap-clean-SH): Rename loaddefs-boot.el to ldefs-boot.el
21572
21573 2003-10-03 Lute Kamstra <lute@gnu.org>
21574
21575 * info.el (Info-mode): Revert previous change.
21576 (Info-escape-percent): New function.
21577 (Info-fontify-node): Use it.
21578
21579 2003-10-02 Andreas Schwab <schwab@suse.de>
21580
21581 * loaddefs-boot.el: Regenerated.
21582
21583 2003-10-01 Rajesh Vaidheeswarran <rv@gnu.org>
21584
21585 * ffap.el: Remove defadvice related code from CVS since `complete'
21586 provides a `PC-completion-as-file-name-predicate' variable that
21587 ffap can override.
21588
21589 2003-10-02 Kenichi Handa <handa@m17n.org>
21590
21591 * international/utf-8.el (ccl-decode-mule-utf-8):
21592 Lookup utf-subst-table-for-decode even for U+E000..U+FFFF.
21593
21594 * international/subst-jis.el: Include U+FF00..U+FFEF in decode table.
21595 * international/subst-big5.el: Likewise.
21596 * international/subst-gb2312.el: Likewise.
21597 * international/subst-ksc.el: Likewise.
21598
21599 2003-10-01 Glenn Morris <gmorris@ast.cam.ac.uk>
21600
21601 * calendar/calendar.el (increment-calendar-month)
21602 (calendar-leap-year-p, calendar-absolute-from-gregorian)
21603 (generate-calendar, calendar-read-date, calendar-interval)
21604 (calendar-day-of-week): Handle years BC.
21605 (generate-calendar-month, calendar-gregorian-from-absolute): Doc fix.
21606
21607 2003-10-01 Dave Love <fx@gnu.org>
21608
21609 * language/cyrillic.el (cp1251): Alias for windows-1251.
21610
21611 * vc-cvs.el (vc-cvs-parse-entry): Revert last change to allow
21612 bootstrap.
21613
21614 2003-10-01 Lute Kamstra <lute@gnu.org>
21615
21616 * files.el: Fix typo.
21617 * imenu.el (imenu--generic-function): Docstring fix.
21618
21619 2003-09-30 Richard M. Stallman <rms@gnu.org>
21620
21621 * dired.el (dired-mode): Handle dired-directory as a list.
21622
21623 2003-09-30 Nick Roberts <nick@nick.uklinux.net>
21624
21625 * toolbar/gud-watch.xpm, toolbar/gud-watch.pbm: Add.
21626
21627 * toolbar/gud-display.xpm, toolbar/gud-display.pbm: Remove.
21628
21629 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map):
21630 Replace gud-display with gud-watch.
21631 (gud-speedbar-buttons): Add stuff for watching expressions
21632 in the speedbar when using M-x gdba. Use dolist on old part
21633 of this function.
21634
21635 * gdb-ui.el (gdb-var-list, gdb-var-changed, gdb-update-flag)
21636 (gdb-update-flag): New variables.
21637 (gdb-var-update, gdb-var-update-handler,gdb-var-delete)
21638 (gdb-speedbar-expand-node, gdb-var-evaluate-expression-handler)
21639 (gud-watch, gdb-var-create-handler) : New functions.
21640 (gdb-var-list-children, gdb-var-list-children-handler)
21641 (gdb-var-create-regexp, gdb-var-update-regexp)
21642 (gdb-var-list-children-regexp): New constants.
21643 (gud-gdba-command-name): Don't specify -noasync so that GDB/MI works.
21644 (gdb-annotation-rules): Reduce annotation set (level 3).
21645 (gdb-pre-prompt, gdb-prompt): Call handler in gdb-prompt.
21646 (gdb-post-prompt): Don't update GDB buffers every time speedbar
21647 updates.
21648 (gdb-window-height, gdb-window-width, gdb-display-in-progress)
21649 (gdb-expression-buffer-name, gdb-display-number, gdb-point)
21650 (gdb-dive-display-number, gdb-nesting-level, gdb-expression)
21651 (gdb-annotation-arg, gdb-dive-map, gdb-values, gdb-array-start)
21652 (gdb-array-stop, gdb-array-slice-map, gdb-display-string)
21653 (gdb-array-size, gdb-display-mode-map, gdb-expressions-mode-map):
21654 (gdb-expressions-mode-menu, gdb-dive): Remove variables.
21655 (gud-display, gud-display1)
21656 (gdb-display-begin,gdb-display-number-end, gdb-delete-line)
21657 (gdb-display-end, gdb-display-go-back, gdb-array-section-end)
21658 (gdb-field-begin, gdb-field-end, gdb-elt,gdb-field-format-begin)
21659 (gdb-field-format-end, gdb-dive, gdb-dive-new-frame)
21660 (gdb-insert-field, gdb-array-format, gdb-mouse-array-slice)
21661 (gdb-array-slice, gdb-array-format1, gdb-info-display-custom)
21662 (gdb-delete-frames, gdb-display-mode, gdb-display-buffer-name)
21663 (gdb-display-display-buffer, gdb-toggle-display)
21664 (gdb-delete-display, gdb-expressions-popup-menu)
21665 (gdb-expressions-mode, gdb-array-visualise): Remove functions.
21666 (gdb-setup-windows, gdb-reset, gdb-source-info): Remove references
21667 to display buffer.
21668
21669 2003-09-30 Richard M. Stallman <rms@gnu.org>
21670
21671 * progmodes/ada-mode.el (ada-mode): Don't use advice.
21672 Instead, set which-func-functions.
21673
21674 * progmodes/which-func.el (which-func-modes): Add ada-mode.
21675 (which-func-functions): New variable.
21676 (which-function): Use that.
21677
21678 * info.el (Info-mode): Double each `%' in header line.
21679
21680 * emacs-lisp/lisp-mnt.el (lm-with-file):
21681 When FILE is nil, run BODY in current buffer.
21682
21683 * mail/emacsbug.el (report-emacs-bug): Mention major and minor modes.
21684
21685 * help.el (describe-mode): Start with a brief list of minor modes.
21686 Find them thru minor-mode-list so as to find them all.
21687 Show them in alphabetical order.
21688
21689 * mail/sendmail.el (mail-aliases): Doc fix.
21690
21691 * progmodes/sh-script.el (sh-mode-syntax-table): Add defvar.
21692
21693 2003-09-30 Alexander Pohoyda <alexander.pohoyda@gmx.net> (tiny change)
21694
21695 * mail/rmailsum.el (rmail-make-summary-line-1):
21696 Change comma after last label to a space.
21697 (rmail-summary-font-lock-keywords): Adapt to that change.
21698
21699 2003-09-30 Thien-Thi Nguyen <ttn@gnu.org>
21700
21701 * progmodes/scheme.el (scheme-mode-variables): When setting
21702 `font-lock-defaults', also specify that "#" should
21703 be interpreted with `word' syntax.
21704 (scheme-font-lock-keywords-2): Also interpret "#:foo" as keyword.
21705
21706 2003-09-30 Lars Hansen <larsh@math.ku.dk>
21707
21708 * desktop.el: A lot of comments updated.
21709 (desktop-save-mode): Minor mode introduced.
21710 (desktop-enable, desktop-clear-preserve-buffers): Make vars obsolete.
21711 (desktop-load-default): Function made obsolete.
21712 (desktop-locals-to-save): Variable made customizable.
21713 (desktop-read): Optional parameter `dirname' added.
21714 (desktop-change-dir, desktop-revert): Parameter `dirname' in
21715 `desktop-read' used.
21716 (desktop-save-in-load-dir): Rename to `desktop-save-in-desktop-dir'.
21717
21718 2003-09-29 Rajesh Vaidheeswarran <rv@gnu.org>
21719
21720 * whitespace.el (whitespace-clean-msg): Add user customizable message
21721 for displaying ``clean'' output.
21722 (whitespace-buffer): Use `whitespace-clean-msg'.
21723 (whitespace-global-mode): Fix typo.
21724
21725 2003-09-29 Thien-Thi Nguyen <ttn@gnu.org>
21726
21727 * pcvs.el (cvs-mode-unmark-up): Move to goal column when done.
21728
21729 2003-09-29 Lute Kamstra <lute@gnu.org>
21730
21731 * bindings.el (mode-line-modes): Remove superfluous :propertize
21732 construct in initialization.
21733 (mode-line-position): Change cons cell into proper list in
21734 initialization.
21735
21736 2003-09-29 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change)
21737
21738 * international/mule.el (decode-coding-inserted-region): Use car
21739 of the return value of find-operation-coding-system.
21740
21741 2003-09-29 Kenichi Handa <handa@m17n.org>
21742
21743 * descr-text.el (describe-char): Fix previous change.
21744
21745 2003-09-28 Kenichi Handa <handa@m17n.org>
21746
21747 * descr-text.el (describe-char-display): New function.
21748 (describe-char): Pay attention to display table on describing how
21749 a character is displayed.
21750
21751 * international/mule-cmds.el (encoded-string-description):
21752 Prepend "0x" to each encoded byte.
21753
21754 2003-09-28 Andreas Schwab <schwab@suse.de>
21755
21756 * find-file.el (ff-special-constructs): Add autoload cookie.
21757
21758 2003-09-28 Kevin Ryde <user42@zip.com.au>
21759
21760 * info.el (Info-find-index-name): Remove any "<n>" suffixes which
21761 makeinfo appends to duplicate index entries.
21762
21763 2003-09-28 Eli Zaretskii <eliz@gnu.org>
21764
21765 * dired-x.el (dired-clean-tex): Doc fix.
21766
21767 * language/chinese.el ("Chinese-GB", "Chinese-BIG5"): Set up for
21768 using a Chinese tutorial.
21769
21770 2003-09-28 Jesper Harder <harder@ifa.au.dk> (tiny change)
21771
21772 * mail/smtpmail.el (smtpmail-via-smtp): Don't insert a space
21773 between "MAIL FROM:" and "RCPT TO:" and the following address.
21774
21775 2003-09-28 Jesper Harder <harder@ifa.au.dk> (tiny change)
21776
21777 * textmodes/text-mode.el (paragraph-indent-minor-mode): Doc fix.
21778
21779 2003-09-28 David Ponce <david@dponce.com>
21780
21781 * recentf.el (recentf-initialize-file-name-history): New defcustom.
21782 (recentf-load-list): When `recentf-initialize-file-name-history'
21783 is non-nil, initialize an empty `file-name-history' with the
21784 recent list.
21785
21786 2003-09-28 Evgeni Dobrev <evgeni_dobrev@developer.bg> (tiny change)
21787
21788 * man.el (Man-default-man-entry): Remove the leading `*' from the
21789 word at point.
21790
21791 2003-09-26 Lute Kamstra <lute@gnu.org>
21792
21793 * bindings.el (mode-line-position): Mention size indication in
21794 docstring.
21795
21796 2003-09-26 Andre Spiegel <spiegel@gnu.org>
21797
21798 * calendar/parse-time.el (parse-time-string): Add autoload cookie.
21799
21800 * vc-cvs.el (vc-cvs-parse-entry): Don't require parse-time,
21801 because it's autoloaded now.
21802
21803 2003-09-25 Glenn Morris <gmorris@ast.cam.ac.uk>
21804
21805 * progmodes/sh-script.el (sh-builtins): Add bash `shopt' builtin.
21806 (sh-font-lock-keywords, sh-feature): Fix previous change of
21807 sh-feature to avoid infloop with sh-font-lock-keywords.
21808
21809 2003-09-25 Kim F. Storm <storm@cua.dk>
21810
21811 * frame.el (frame-current-scroll-bars): New defun.
21812
21813 * window.el (window-current-scroll-bars): New defun.
21814
21815 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
21816
21817 * progmodes/cc-engine.el (c-parse-state): Fix bug that could
21818 cause errors when the state cache contains info on parts that have
21819 been narrowed out.
21820
21821 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
21822
21823 * progmodes/cc-vars.el (c-comment-prefix-regexp): Document that
21824 `c-setup-paragraph-variables' has to be used when this variable is
21825 changed; it doesn't work to reinitialize the mode since that
21826 typically clobbers the variable.
21827
21828 * progmodes/cc-styles.el (c-setup-paragraph-variables):
21829 Make it interactive.
21830
21831 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
21832
21833 * progmodes/cc-fonts.el (c-font-lock-declarations):
21834 Fix recognition of constructors and destructors for classes whose
21835 names are matched by `*-font-lock-extra-types'.
21836
21837 * progmodes/cc-langs.el (c-type-list-kwds): If "operator" is
21838 followed by an identifier in C++ then it's a type.
21839
21840 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
21841
21842 * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix eob
21843 problem that primarily affected XEmacs. Don't use faces to find
21844 unterminated strings since Emacs and XEmacs fontify strings
21845 differently - this function should now work better in XEmacs.
21846
21847 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
21848
21849 * progmodes/cc-cmds.el (c-electric-brace): Fix a bug in the
21850 `expand-abbrev' workaround which caused braces to misbehave inside
21851 macros.
21852
21853 * progmodes/cc-engine.el (c-forward-keyword-clause): Fix error
21854 handling. This bug could cause interactive font locking to bail out.
21855
21856 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
21857
21858 * progmodes/cc-engine.el (c-just-after-func-arglist-p):
21859 Handle paren-style types in Pike. Also fixed some cases of
21860 insufficient handling of unbalanced parens.
21861
21862 2003-09-24 Rajesh Vaidheeswarran <rv@gnu.org>
21863
21864 * ffap.el (ffap-shell-prompt-regexp): Add regexp to identify
21865 common shell prompts that are not common filename or URL characters.
21866 (ffap-file-at-point): Use the new regexp to strip the prompts from
21867 the file names. This is an issue mostly for user prompts that
21868 don't have a trailing space and find-file-at-point is invoked from
21869 within a shell inside Emacs.
21870
21871 2003-09-24 Andre Spiegel <spiegel@gnu.org>
21872
21873 * vc-cvs.el (vc-cvs-parse-entry): Restore the code to compare time
21874 stamps numerically, rather than textually.
21875
21876 2003-09-24 Kenichi Handa <handa@m17n.org>
21877
21878 * language/devan-util.el (devanagari-post-read-conversion):
21879 * language/mlm-util.el (malayalam-post-read-conversion):
21880 * language/tml-util.el (tamil-post-read-conversion):
21881 Add autoload cookie.
21882
21883 * international/utf-8.el (utf-8-post-read-conversion):
21884 Call post-read-conversion functions for Devanagari, Malayalam,
21885 and Tamil.
21886
21887 2003-09-23 Dave Love <fx@gnu.org>
21888
21889 * Makefile.in (bootstrap-clean): Fix misplaced `!'.
21890
21891 2003-09-22 Nick Roberts <nick@nick.uklinux.net>
21892
21893 * progmodes/gud.el (perldb): Add gud-until to list of commands.
21894 Update gud-remove.
21895
21896 2003-09-22 Richard M. Stallman <rms@gnu.org>
21897
21898 * progmodes/sh-script.el (sh-mode-default-syntax-table):
21899 Rename from sh-mode-syntax-table. Call sh-mode-syntax-table directly.
21900 (sh-mode-syntax-table-input): New variable.
21901 (sh-require-final-newline): Don't use eval.
21902 (sh-builtins, sh-leading-keywords, sh-other-keywords)
21903 (sh-variables, sh-font-lock-keywords): Don't use eval.
21904 (sh-set-shell): When setting require-final-newline,
21905 treat value = `require-final-newline' as don't change it.
21906 Set sh-mode-syntax-table locally based on
21907 sh-mode-syntax-table-input and sh-mode-default-syntax-table.
21908
21909 * progmodes/compile.el (compile-internal):
21910 Call compilation-set-window-height before setting window start.
21911
21912 2003-09-22 Greg Hill <ghill@synergymicro.com> (tiny change)
21913
21914 * emacs-lisp/bytecomp.el (byte-compile-log-file):
21915 Clear out byte-compile-last-warned-form.
21916
21917 2003-09-22 Richard M. Stallman <rms@gnu.org>
21918
21919 * woman.el (woman-file-name, woman-follow-word):
21920 If current-word returns nil, use "".
21921
21922 * simple.el (eval-expression): Bind standard-output in to-buffer case.
21923
21924 2003-09-22 Richard M. Stallman <rms@gnu.org>
21925
21926 * emacs-lisp/lisp-mnt.el (lm-with-file):
21927 Don't visit the file, just use insert-file-contents in temp buffer.
21928
21929 2003-09-22 Jari Aalto <jari.aalto@poboxes.com>
21930
21931 * emacs-lisp/lisp-mnt.el (lm-get-header-re):
21932 Add surrounding \\( and \\) around the header, as in
21933 for lm-history-header 'Change Log\\|History'.
21934
21935 2003-09-22 John Paul Wallington <jpw@gnu.org>
21936
21937 * progmodes/ld-script.el: Add Commentary section,
21938 minor cleanup of file header.
21939 (ld-script-font-lock-keywords): Doc fix.
21940 (toplevel): Provide `ld-script' feature.
21941
21942 2003-09-21 Kim F. Storm <storm@cua.dk>
21943
21944 * scroll-bar.el (set-scroll-bar-mode): Initialize to
21945 new built-in variable default-frame-scroll-bars.
21946 (scroll-bar-mode): Use default-frame-scroll-bars when enabling
21947 scroll-bar-mode; notably, use it instead of t when we toggle
21948 scroll-bars on.
21949 (toggle-scroll-bar): Use default-frame-scroll-bars.
21950
21951 2003-09-19 Masatake YAMATO <jet@gyve.org>
21952
21953 * pcvs.el (cvs-do-removal): Change the prompt depending on
21954 `filter' value.
21955
21956 2003-09-19 Glenn Morris <gmorris@ast.cam.ac.uk>
21957
21958 * startup.el (command-line-1): Stop startup-echo-area-message
21959 being hidden by "Loading image..." message.
21960 (use-fancy-splash-screens-p, display-splash-screen):
21961 Move display-graphic-p test from latter to former.
21962
21963 * progmodes/sh-script.el (sh-font-lock-keywords):
21964 Highlight escaped EOLs differently from other backslash constructs.
21965
21966 2003-09-19 Richard M. Stallman <rms@gnu.org>
21967
21968 * emacs-lisp/edebug.el (edebug-var-status, edebug-restore-status):
21969 New functions.
21970 (edebug-enter, edebug-outside-excursion): Use them.
21971
21972 * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
21973 Fix the condition for whether to print "In WHERE".
21974
21975 2003-09-19 Jari Aalto <jari.aalto@poboxes.com>
21976
21977 * finder.el (finder-mode-hook): New variable.
21978 (finder-mode): Run hook finder-mode-hook
21979
21980 2003-09-18 Masatake YAMATO <jet@gyve.org>
21981
21982 * progmodes/ebrowse.el: Fix broken magic autoload comments.
21983
21984 2003-09-17 Mario Lang <mlang@delysid.org>
21985
21986 * progmodes/gud.el (perldb): Change gud-print from just "%e" to
21987 "p %e" to actually print the value in the GUD buffer.
21988
21989 2003-09-16 Miles Bader <miles@gnu.ai.mit.edu>
21990
21991 From David Ponce <david.ponce@wanadoo.fr>:
21992 * makefile.w32-in (DONTCOMPILE): Add loaddefs-boot.el.
21993 (bootstrap-clean-CMD, bootstrap-clean-SH): Recreate loaddefs.el
21994 from loaddefs-boot.el if necessary.
21995
21996 2003-09-15 Zoltan Kemenczy <kemenczy@rogers.com>
21997
21998 * progmodes/gud.el (gud-find-class): Make jdb work again since
21999 cc-mode changed the syntactic information.
22000
22001 2003-09-15 David Ponce <david@dponce.com>
22002
22003 * recentf.el: (recentf-exclude): Accept predicates too.
22004 (recentf-file-readable-p): New function.
22005 (recentf-include-p): Handle predicates in recentf-exclude.
22006 (recentf-add-file): Doc fix. Use recentf-file-readable-p.
22007 (recentf-cleanup): Likewise.
22008 (recentf-save-list): Use write-file to handle backup of
22009 recentf-save-file.
22010
22011 2003-09-15 Miles Bader <miles@gnu.ai.mit.edu>
22012
22013 * loaddefs-boot.el: Renamed from `loaddefs.el'
22014 * Makefile.in (DONTCOMPILE): Add loaddefs-boot.el.
22015 (bootstrap-clean): Recreate loaddefs.el from loaddefs-boot.el if
22016 necessary.
22017
22018 2003-09-13 Thien-Thi Nguyen <ttn@gnu.org>
22019
22020 * electric.el (Electric-pop-up-window): For the `one-window' case,
22021 no longer disconcertingly move point in the original buffer.
22022
22023 2003-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
22024
22025 * emacs-lisp/tq.el (tq-create): Fix mixed up unquote style.
22026
22027 2003-09-12 Eric Hanchrow <offby1@blarg.net> (tiny change)
22028
22029 * dired.el (dired-mode-map): Fix typo.
22030
22031 2003-09-11 Richard M. Stallman <rms@gnu.org>
22032
22033 * dired.el (dired-mode-map): Bind M-g to dired-goto-file.
22034
22035 2003-09-11 Paul Pogonyshev <pogonyshev@gmx.net> (tiny change)
22036
22037 * window.el (kill-buffer-and-window): Remove `yes-or-no-p' so that
22038 the function is less noisy. Now only `kill-buffer' can ask questions.
22039
22040 2003-09-10 Mario Lang <mlang@delysid.org>
22041
22042 * battery.el: Update Commentary and Copyright.
22043 (battery-linux-proc-acpi): Fix a bug in %b which made "!" never
22044 appear due to wrong ordering of the expressions in `or'.
22045
22046 2003-09-09 Lute Kamstra <lute@gnu.org>
22047
22048 * misc.el (upcase-char): Fix docstring.
22049 (zap-up-to-char): New command.
22050
22051 2003-09-08 David Ponce <david@dponce.com>
22052
22053 Ensure that recentf correctly updates the menu bar.
22054 * recentf.el (recentf-menu-path,recentf-menu-before): Doc fix.
22055 (recentf-menu-bar): New function.
22056 (recentf-clear-data): Use it
22057 (recentf-update-menu): Likewise. Use easy-menu-add-item instead
22058 of easy-menu-change.
22059
22060 2003-09-08 Lute Kamstra <lute@gnu.org>
22061
22062 * simple.el (size-indication-mode): New.
22063 * bindings.el (mode-line-position): Add buffer size indicator.
22064
22065 2003-09-04 Mario Lang <mlang@delysid.org>
22066
22067 * battery.el (battery-linux-proc-acpi): New function.
22068 (battery-status-function): Modify default value calculation to also
22069 check for availability of ACPI.
22070 (battery-echo-area-format): Ditto.
22071 (battery-mode-line-format): Ditto.
22072
22073 2003-09-06 Dave Love <fx@gnu.org>
22074
22075 * ielm.el (ielm-mode-hook): Add :options.
22076
22077 * emacs-lisp/eldoc.el (eldoc-print-current-symbol-info-function): New.
22078 (eldoc-print-current-symbol-info): Use it.
22079
22080 2003-09-04 Nick Roberts <nick@nick.uklinux.net>
22081
22082 * gdb-ui.el (gud-display1): Use gud-call to prevent extra prompt
22083 being displayed in GUD buffer.
22084 (gdb-idle-input-queue): Remove var. Use just one queue.
22085 (gdb-enqueue-idle-input,gdb-dequeue-idle-input):
22086 Remove functions. Use just one queue.
22087 (gdb-prompt, gdb-subprompt, def-gdb-auto-update-trigger)
22088 (gdb-invalidate-assembler, gdb-get-current-frame):
22089 Modify functions. Use just one queue.
22090
22091 2003-09-04 Dave Love <fx@gnu.org>
22092
22093 * cus-start.el: Add blink-cursor-alist.
22094
22095 * ruler-mode.el (ruler-mode-fill-column-char)
22096 (ruler-mode-current-column-char): Use char-displayable-p,
22097 not window-system.
22098
22099 * international/codepage.el ("mule-diag"): Add eval-after-load clause.
22100
22101 * language/european.el (windows-1252): Move from code-pages.
22102
22103 * language/cyrillic.el ("Windows-1251"): Delete.
22104 ("Bulgarian", "Belarusian"): Remove `features'.
22105 (windows-1251): Move from code-pages.
22106
22107 * international/mule-diag.el (non-iso-charset-alist):
22108 Remove `codepage' stuff.
22109 (print-designation, list-coding-systems-1): Output fixes.
22110
22111 * international/code-pages.el (cp-make-translation-table)
22112 (cp-valid-codes): Made defsubsts.
22113 (cp-fix-safe-chars): Delete.
22114 (mule-diag): Don't require.
22115 (windows-1251, windows-1252): Remove to cyrillic.el/european.el.
22116 (top-level): Check for defined coding system when defining
22117 cp... aliases. Change w32-add-charset-info test to avoid warning.
22118 (non-iso-charset-alist): Defvar when compiling.
22119 (cp-make-coding-system): Doc fix.
22120
22121 2003-09-02 Jason Rumney <jasonr@gnu.org>
22122
22123 * international/titdic-cnv.el (tsang-quick-converter): Fix broken
22124 line-ends from CVS before doing conversion.
22125
22126 2003-09-02 Glenn Morris <gmorris@ast.cam.ac.uk>
22127
22128 * calendar/diary-lib.el (diary-header-line-flag)
22129 (diary-header-line-format): New variables.
22130 (list-diary-entries): Use them to set header line in simple diary.
22131
22132 * progmodes/sh-script.el (sh-font-lock-keywords): Use something
22133 other than font-lock-string-face to highlight backslashes.
22134
22135 2003-09-01 Jason Rumney <jasonr@gnu.org>
22136
22137 * international/titdic-cnv.el (tit-read-key-value): Include \r in
22138 regexp.
22139
22140 2003-09-01 Dave Love <fx@gnu.org>
22141
22142 * mouse.el (mouse-popup-menubar, mouse-skip-word): Doc fix.
22143
22144 * menu-bar.el (menu-bar-showhide-menu): Amend date and time label
22145 and :help; also line and column numbers labels.
22146
22147 * international/mule-util.el (char-displayable-p): Move from
22148 latin1-disp, rename and autoload.
22149
22150 * international/latin1-disp.el (latin1-char-displayable-p):
22151 Now obsolete alias. Replace uses with char-displayable-p.
22152 (latin1-display-ucs-per-lynx): Fix last change.
22153
22154 * international/mule-cmds.el (standard-display-european-internal):
22155 Don't use char code for Latin-1 NBSP.
22156 <XFree86 4>: Unfrob NBSP display table. Set display table to use
22157 U+2018, U+2019 for `'.
22158 (select-safe-coding-system): Message fix.
22159
22160 2003-09-01 Kenichi Handa <handa@m17n.org>
22161
22162 * international/fontset.el (setup-default-fontset): For Thai
22163 font, specify "*" family.
22164
22165 2003-09-01 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
22166
22167 * progmodes/compile.el (previous-error): Accept a prefix
22168 argument, similarly to next-error.
22169
22170 2003-08-31 Masatake YAMATO <jet@gyve.org>
22171
22172 * pcvs.el (cvs-do-removal): Use = instead of eq to check
22173 the number of files. Bind the number of files to a local
22174 variable. Suggested by Kevin Rodgers <ihs_4664@yahoo.com>.
22175
22176 2003-08-30 Eli Zaretskii <eliz@gnu.org>
22177
22178 * vc-hooks.el (vc-make-version-backup): Fix the change made on
22179 2003-07-26: msdos-long-file-names is a function, not a variable.
22180
22181 2003-08-29 Richard M. Stallman <rms@gnu.org>
22182
22183 * mail/sendmail.el (sendmail-sync-aliases, mail-setup):
22184 Do nothing with mail-personal-alias-file if it is nil.
22185
22186 * mail/mailabbrev.el (mail-abbrevs-sync-aliases):
22187 Do nothing if mail-personal-alias-file is nil.
22188
22189 * term.el (term-exec-1): Bind coding-system-for-read.
22190
22191 * dired.el (dired-mouse-find-file-other-window):
22192 Use dired-view-command-alist here, as in dired-view-file.
22193 (dired-view-command-alist): Use %s to substitute file name.
22194 Handle .ps_pages, .eps, .jpg, .gif, .png.
22195
22196 2003-08-29 Paul Pogonyshev <pogonyshev@gmx.net> (tiny change)
22197
22198 * info.el (Info-mode-map): Bind S-tab and <backtab> to
22199 `Info-prev-reference', instead of M-tab.
22200
22201 2003-08-29 Martin Stjernholm <mast@lysator.liu.se>
22202
22203 * simple.el (blink-matching-open): Work correctly on chars that
22204 are designated as parens through the syntax-table text property.
22205
22206 2003-08-29 Thierry Emery <thierry.emery@club-internet.fr> (tiny change)
22207
22208 * kinsoku.el (kinsoku-longer, kinsoku-shorter): Do not choose a
22209 line break position in the middle of a non-kinsoku (e.g. latin)
22210 word, making it skip until either a space or a character with
22211 category "|".
22212 (kinsoku-longer): Test for end of buffer.
22213
22214 2003-08-28 Eli Zaretskii <eliz@gnu.org>
22215
22216 * mail/rmail.el (rmail-convert-to-babyl-format):
22217 Detect quoted-printable- and base64-encoded messages and decode them
22218 automatically. Set the message's encoding from the charset=
22219 header, if any. Decode base64-encoded messages in Mail format as well.
22220
22221 2003-08-26 Glenn Morris <gmorris@ast.cam.ac.uk>
22222
22223 * mail/smtpmail.el: Fix previous change.
22224 (smtpmail-send-queued-mail): Set smtpmail-mail-address before
22225 calling smtpmail-via-smtp.
22226 (smtpmail-via-smtp): Add fall-back values for envelope-from.
22227
22228 2003-08-26 John Paul Wallington <jpw@gnu.org>
22229
22230 * image.el (image-jpeg-p): Don't search beyond length of data.
22231
22232 2003-08-26 Martin Stjernholm <bug-cc-mode@gnu.org>
22233
22234 * progmodes/cc-cmds.el (c-electric-brace): Work around for a
22235 misfeature in `expand-abbrev' which caused electric keywords like
22236 "else" to disappear if an open brace was typed directly afterwards.
22237
22238 2003-08-26 Martin Stjernholm <bug-cc-mode@gnu.org>
22239
22240 * progmodes/cc-vars.el (c-extra-types-widget): The doc string is
22241 mandatory in `define-widget'.
22242
22243 * progmodes/cc-align.el, progmodes/cc-langs.el (c-lineup-math):
22244 Don't align the operators "!=", "<=" and ">=" as assignment operators.
22245
22246 (c-assignment-operators): New language constant that only contains
22247 the assignment operators.
22248
22249 (c-assignment-op-regexp): New language var used by `c-lineup-math'.
22250
22251 2003-08-26 Martin Stjernholm <bug-cc-mode@gnu.org>
22252
22253 * progmodes/cc-engine.el (c-just-after-func-arglist-p):
22254 Safeguard against unbalanced sexps.
22255
22256 2003-08-26 Terje Rosten <terjeros@phys.ntnu.no>
22257
22258 * version.el (emacs-version): Check for gtk. Include gtk version info.
22259
22260 2003-08-25 John Paul Wallington <jpw@gnu.org>
22261
22262 * man.el (Man-default-man-entry): Don't whizz past the section
22263 number before looking for it.
22264
22265 2003-08-24 Nick Roberts <nick@nick.uklinux.net>
22266
22267 * progmodes/gud.el (gud-display-line): Don't set window-point if
22268 source buffer is not visible. (Only happens with M-x gdba.)
22269
22270 * gdb-ui.el (gdba): Remove gdb-quit (previously removed) from
22271 documentation.
22272 (gdb-source, gdb-source-info): Update to assembler unnecessary
22273 as its done after each GDB command anyway.
22274 (gdb-pre-prompt): Use with-current-buffer.
22275 (gdb-insert-field): Add help-echo text.
22276 (gdb-invalidate-assembler): Re-display of assembler now done in
22277 gdb-info-breakpoints-custom.
22278 (gdb-info-breakpoints-custom): Force re-display of assembler to
22279 happen *after* update of breakpoints buffer.
22280 (gdb-display-source-buffer): Don't choke if gdb-source-window
22281 isn't visible.
22282 (gdb-put-string, gdb-put-arrow): Remove free variables.
22283
22284 2003-08-24 John Paul Wallington <jpw@gnu.org>
22285
22286 * ibuffer.el (ibuffer-formats): Make name and size columns wider.
22287
22288 * man.el (Man-default-man-entry): Strip text properties when
22289 snarfing parts of entry because `format' preserves properties.
22290
22291 2003-08-24 Glenn Morris <gmorris@ast.cam.ac.uk>
22292
22293 * files.el (file-newest-backup): Use `expand-file-name'.
22294
22295 * calendar/diary-lib.el (simple-diary-display, make-diary-entry):
22296 Allow the diary to pop up a new frame, if needed.
22297
22298 * mail/sendmail.el (mail-specify-envelope-from): Doc change.
22299 * mail/smtpmail.el (smtpmail-mail-address): Doc change.
22300 (smtpmail-send-it): Make treatment of envelope-from consistent with
22301 sendmail.el.
22302
22303 * progmodes/sh-script.el (sh-builtins): Add some bash builtins.
22304 (sh-leading-keywords): Add the bash `time' reserved word.
22305 (sh-variables): Add some bash variables.
22306 (sh-add-completer): Fix nil branch of case statement.
22307
22308 2003-08-24 Masatake YAMATO <jet@gyve.org>
22309
22310 * progmodes/ld-script.el: New file.
22311
22312 2003-08-23 Markus Rost <rost@math.ohio-state.edu>
22313
22314 * vc-hooks.el (vc-ignore-vc-files, vc-master-templates): Doc fix.
22315
22316 2003-08-23 Andre Spiegel <spiegel@gnu.org>
22317
22318 * vc-hooks.el (vc-ignore-vc-files, vc-master-templates):
22319 Better explain obsolescence, and what to use instead.
22320
22321 2003-08-23 Masatake YAMATO <jet@gyve.org>
22322
22323 * pcvs.el (cvs-do-removal): Show the deleted file name
22324 on the prompt.
22325
22326 2003-08-20 Dave Love <fx@gnu.org>
22327
22328 * international/mule.el (make-coding-system)
22329 (set-buffer-file-coding-system): Doc fix.
22330
22331 * emacs-lisp/lisp-mode.el (common-lisp-mode): New.
22332
22333 * emacs-lisp/lisp.el (beginning-of-defun-function): Doc fix.
22334
22335 * international/utf-8.el (ucs-unicode-to-mule-cjk): Use smaller :size.
22336
22337 * international/utf-16.el: Add mime-text-unsuitable coding system
22338 properties.
22339
22340 * international/latin1-disp.el (latin1-display): Add ?\e$,1s"\e(B.
22341
22342 * cus-edit.el: Add some :links.
22343 (bib): Remove.
22344
22345 * textmodes/bib-mode.el (bib): Add :group external.
22346
22347 2003-08-18 Luc Teirlinck <teirllm@mail.auburn.edu>
22348
22349 * wid-edit.el (widget-echo-help): Make it handle expressions that
22350 evaluate to strings.
22351
22352 2003-08-18 Michael Mauger <mmaug@yahoo.com>
22353
22354 Version 1.8.0 of sql-mode. (Patch submitted 2003-06-21)
22355
22356 Simplify selection of SQL products to define highlighting and
22357 interactive mode. Includes detailed instructions on adding
22358 support for new products.
22359
22360 * progmodes/sql.el (sql-product): New variable. Identifies SQL
22361 product for use in highlighting and interactive mode.
22362 (sql-interactive-product): New variable. SQL product for
22363 sql-interactive-mode.
22364 (sql-product-support): New variable. Specifies product-specific
22365 parameters to drive highlighting and interactive mode.
22366 (sql-imenu-generic-expression): Add more object types.
22367 (sql-sqlite-options): Correct comment.
22368 (sql-ms-program): Use "osql" rather than "isql".
22369 (sql-prompt-regexp, sql-prompt-length): Update comment.
22370 (sql-mode-menu): Add "Start SQLi session" entry.
22371 Replace Highlighting submenu with Product menu. Fix Send Region entry.
22372 (sql-mode-abbrev-table): Add abbreviations. Support of
22373 SYSTEM-FLAG on define-abbrev. Support was removed with last
22374 check-in; it now handles older Emacsen without the SYSTEM-FLAG.
22375 (sql-mode-font-lock-object-name): Add font-lock pattern for object
22376 names.
22377 (sql-mode-ansi-font-lock-keywords): Set as default value.
22378 (sql-mode-oracle-font-lock-keywords): Set as default value.
22379 Support Oracle 9i keywords.
22380 (sql-mode-postgres-font-lock-keywords): Set as default value.
22381 (sql-mode-linter-font-lock-keywords): Set as default value.
22382 (sql-mode-ms-font-lock-keywords): New variable. Support Microsoft
22383 SQLServer 2000.
22384 (sql-mode-sybase-font-lock-keywords)
22385 (sql-mode-interbase-font-lock-keywords)
22386 (sql-mode-sqlite-font-lock-keywords)
22387 (sql-mode-strong-font-lock-keywords)
22388 (sql-mode-mysql-font-lock-keywords)
22389 (sql-mode-db2-font-lock-keywords): New variables. Default to ANSI
22390 keywords.
22391 (sql-mode-font-lock-defaults): Update comment.
22392 (sql-product-feature): New function. Returns feature associated
22393 with a product from `sql-product-support' alist.
22394 (sql-product-font-lock): New function. Set font-lock support
22395 based on `sql-product'.
22396 (sql-add-product-keywords): New function. Add font-lock rules to
22397 product-specific keyword variables.
22398 (sql-set-product): New function. Set `sql-product' and apply
22399 appropriate font-lock highlighting.
22400 (sql-highlight-product): New function. Set font-lock support
22401 based on a product. Also set mode name to include product name.
22402 (sql-highlight-ansi-keywords, sql-highlight-oracle-keywords)
22403 (sql-highlight-postgres-keywords, sql-highlight-linter-keywords):
22404 Use `sql-set-product'.
22405 (sql-highlight-ms-keywords)
22406 (sql-highlight-sybase-keywords)
22407 (sql-highlight-interbase-keywords)
22408 (sql-highlight-strong-keywords)
22409 (sql-highlight-mysql-keywords)
22410 (sql-highlight-sqlite-keywords)
22411 (sql-highlight-db2-keywords): New functions. Use `sql-set-product'.
22412 (sql-get-login): Prompt in the same order as the tokens.
22413 (sql-mode): Uses `sql-product-highlight' and `sql-product-font-lock'.
22414 (sql-product-interactive): New function. Common portions of
22415 product-specific interactive mode wrappers.
22416 (sql-interactive-mode): Rewritten to use product features.
22417 (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
22418 (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
22419 (sql-db2, sql-linter): Use `sql-product-interactive'.
22420 (sql-connect-oracle, sql-connect-sybase, sql-connect-informix)
22421 (sql-connect-sqlite, sql-connect-mysql, sql-connect-solid)
22422 (sql-connect-ingres, sql-connect-postgres)
22423 (sql-connect-interbase, sql-connect-db2, sql-connect-linter):
22424 New functions. Format command line parameters and invoke comint on
22425 the appropriate interpreter. Code was in the corresponding
22426 `sql-xyz' function before.
22427 (sql-connect-ms): New function. Support -E argument to use
22428 operating system credentials for authentication.
22429
22430 2003-08-18 Kenichi Handa <handa@m17n.org>
22431
22432 * international/mule.el (encode-char): Fix for the ASCII case.
22433
22434 2003-08-15 Kenichi Handa <handa@m17n.org>
22435
22436 * international/fontset.el (setup-default-fontset): Change "*" to
22437 nil in the specifications of font family.
22438
22439 2003-08-18 Kim F. Storm <storm@cua.dk>
22440
22441 * kmacro.el (kmacro-keymap): Group related bindings in
22442 initialization for clarity. Bind C-s to start macro.
22443 Remove C-r binding.
22444 (kmacro-initial-counter-value): New defvar to hold initial counter
22445 value in case we set the value before defining a macro.
22446 (kmacro-insert-counter): Clear kmacro-initial-counter-value..
22447 (kmacro-set-counter): Set kmacro-initial-counter-value if we are
22448 not defining or executing macro. Doc fix.
22449 (kmacro-add-counter): Clear kmacro-initial-counter-value.
22450 (kmacro-view-last-item, kmacro-view-item-no): New defvars used to
22451 temporarily view older elements on the macro ring without cycling
22452 the ring.
22453 (kmacro-display): Doc fix.
22454 (kmacro-exec-ring-item): New helper function.
22455 (kmacro-call-ring-2nd): Use it.
22456 (kmacro-call-ring-2nd-repeat): Doc fix.
22457 (kmacro-start-macro): Use (and clear) kmacro-initial-counter-value.
22458 (kmacro-end-or-call-macro): Execute last viewed macro (using
22459 kmacro-exec-ring-item) from ring if this follows
22460 kmacro-view-macro. This allows us to find a macro on the ring
22461 with C-x C-k C-v C-v ... and execute it (with C-k) without cycling
22462 the ring to bring it to the head of the ring.
22463 (kmacro-bind-to-key): Doc fix (describe reserved bindings).
22464 Allow binding to reserved keys without specifying C-x C-k prefix.
22465 Ask for confirmation if entered key sequence is already bound to
22466 a non-macro command.
22467 (kmacro-view-macro): Repeating command will show older elements
22468 on the macro ring; C-k will execute the last viewed macro.
22469 (kmacro-view-macro-repeat): Doc fix. Change its kmacro-repeat
22470 property from 'ring to 'head.
22471
22472 2003-08-17 Alan Shutko <ats@acm.org>
22473
22474 * calendar/calendar.el (calendar-make-alist): Correct off-by-one
22475 keeping December out of the alist.
22476
22477 2003-08-17 Edward M. Reingold <reingold@emr.cs.iit.edu>
22478
22479 * calendar/cal-move.el (calendar-goto-day-of-year): New function.
22480 * calendar/calendar.el (calendar-mode-map): Bind it to key.
22481 * calendar/cal-menu.el (calendar-mode-map): Add it to menu.
22482 (calendar-flatten): New function.
22483 (calendar-mouse-view-other-diary-entries)
22484 (calendar-mouse-view-diary-entries): Rewritten to put any holidays
22485 in the menu title and to show multi-line diary entries correctly
22486 in the menu.
22487
22488 2003-08-17 Luc Teirlinck <teirllm@mail.auburn.edu>
22489
22490 * info.el (Info-scroll-prefer-subnodes): Add :version keyword to
22491 defcustom, because the default was recently changed.
22492
22493 2003-08-16 Richard M. Stallman <rms@gnu.org>
22494
22495 * net/ange-ftp.el (ange-ftp-error): Add save-excursion.
22496
22497 * emacs-lisp/lisp-mode.el (eval-last-sexp-print-value):
22498 New subroutine, broken out of eval-last-sexp-1.
22499 (eval-last-sexp-1): Use eval-last-sexp-print-value.
22500
22501 * custom.el (custom-load-symbol): Load cus-load and cus-start first.
22502
22503 * dabbrev.el (dabbrev--safe-replace-match): Use with-no-warnings.
22504
22505 * simple.el (eval-expression): Use eval-last-sexp-print-value.
22506
22507 2003-08-14 Jari Aalto <jari.aalto@poboxes.com>
22508
22509 * progmodes/compile.el (compilation-error-regexp-alist):
22510 Add Java ANt error detection as described in document
22511 http://ant.apache.org/faq.html
22512
22513 2003-08-12 Juri Linkov <juri@jurta.org> (tiny change)
22514
22515 * simple.el (backward-word, forward-to-indentation)
22516 (backward-to-indentation): Argument changed to optional.
22517 (next-line, previous-line): Use `or' instead of `unless'.
22518
22519 2003-08-12 Vinicius Jose Latorre <viniciusjl@ig.com.br>
22520
22521 * progmodes/ebnf-iso.el (ebnf-no-meta-identifier): Becomes a var
22522 instead of a constant.
22523
22524 2003-08-12 Markus Rost <rost@math.ohio-state.edu>
22525
22526 * shell.el (shell): With prefix-arg, suggest a new buffer name.
22527
22528 2003-08-12 Andre Spiegel <spiegel@gnu.org>
22529
22530 * vc-sccs.el (vc-sccs-state-heuristic): Fix parentheses.
22531 (vc-sccs-workfile-version): Search the entire delta table, rather
22532 than just the first entry, because that might be a deleted version.
22533
22534 2003-08-11 Karl Fogel <kfogel@red-bean.com>
22535
22536 * menu-bar.el (menu-bar-options-menu): Supply a body for the
22537 [save-place] binding in the Options menu. Have it require
22538 'saveplace' and then toggle the variable manually, to avoid an an
22539 unbound variable error. Thanks to <Sebastien.Kirche@sage.com>
22540 for the bug report.
22541
22542 2003-08-11 Nick Roberts <nick@nick.uklinux.net>
22543
22544 * gdb-ui.el (gdb-insert-field, gdb-array-format1)
22545 (gdb-info-breakpoints-custom, gdb-info-frames-custom)
22546 (gdb-info-threads-custom): Add help-echo text.
22547 (gdb-display-back): Don't use purecopy.
22548 (gdb-info-breakpoints-custom, gdb-reset)
22549 (gdb-assembler-custom): Use display-images-p to test if breakpoint
22550 icons can be displayed.
22551
22552 2003-08-11 Markus Rost <rost@math.ohio-state.edu>
22553
22554 * textmodes/reftex-vars.el (reftex-auto-recenter-toc): Fix typo.
22555
22556 2003-08-11 Stefan Monnier <monnier@cs.yale.edu>
22557
22558 * bookmark.el (bookmark-completing-read):
22559 Return a string, instead of a list of one string.
22560 Use a popup menu if activated from the mouse.
22561 (bookmark-edit-annotation): Remove unused vars.
22562 (bookmark-jump, bookmark-relocate, bookmark-insert-location)
22563 (bookmark-rename, bookmark-insert, bookmark-delete): Adjust calls
22564 to bookmark-completing-read.
22565 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
22566 (bookmark-bmenu-mark, bookmark-bmenu-select, bookmark-bmenu-unmark)
22567 (bookmark-bmenu-delete, bookmark-bmenu-list): Use inhibit-read-only
22568 and erase-buffer.
22569 (bookmark-menu-delete, bookmark-menu-rename, bookmark-menu-locate)
22570 (bookmark-menu-jump, bookmark-menu-insert)
22571 (bookmark-popup-menu-and-apply-function)
22572 (bookmark-menu-popup-paned-bookmark-menu): Remove.
22573 (bookmark-menu-build-paned-menu): Remove by folding it into
22574 bookmark-menu-popup-paned-menu.
22575 (menu-bar-bookmark-map): Move the define-key statements here.
22576 Use the "non-menu" commands since they now pop up a menu if needed.
22577 (bookmark-exit-hook-internal): Simplify.
22578
22579 2003-08-11 Carsten Dominik <dominik@sand.science.uva.nl>
22580
22581 * reftex-toc.el (reftex-toc-rename-label): New function.
22582 (reftex-toc-check-docstruct): New function.
22583
22584 * reftex.el (reftex-region-active-p): New function.
22585
22586 * reftex-parse.el (reftex-locate-bibliography-files): Improved the
22587 regexp to find the \bibliography macro.
22588
22589 * reftex-vars.el (reftex-section-levels): Removed subsubparagraph,
22590 which does not exist in LaTeX.
22591 (reftex-cite-format-builtin): Added amsrefs support.
22592 (reftex-toc-confirm-promotion): New option
22593
22594 * reftex-toc.el
22595 (reftex-toc): Use `reftex-toc-split-windows-fraction'.
22596 (reftex-toc-demote, reftex-toc-promote)
22597 (reftex-toc-do-promote, reftex-toc-promote-prepare)
22598 (reftex-toc-promote-action, reftex-toc-extract-section-number)
22599 (reftex-toc-newhead-from-alist)
22600 (reftex-toc-load-all-files-for-promotion): New functions.
22601 (reftex-toc-help): Added description of new keys.
22602 (reftex-toc-split-windows-fraction): New option.
22603 (reftex-recenter-toc-when-idle): Search *toc* window on all
22604 visible frames.
22605 (reftex-toc): Additional parameter REUSE
22606 (reftex-toc-recenter): Remember current frame. Call `reftex-toc'
22607 with REUSE argument.
22608 (reftex-recenter-toc-when-idle): Reset `current-prefix-arg' for
22609 the call of `reftex-toc'.
22610 (reftex-make-separate-toc-frame): New function .
22611 (reftex-toc-recenter): When called with triple prefix arg, call
22612 `reftex-make-separate-toc-frame' first.
22613 (reftex-toc-toggle-dedicated-frame): New command.
22614 (reftex-toc-quit): Adapted to delete frame when called in
22615 dedicated frame.
22616
22617 * reftex-index.el (reftex-index-phrase-match-is-indexed): Check
22618 all enclosing macros.
22619
22620
22621 2003-08-08 Vinicius Jose Latorre <viniciusjl@ig.com.br>
22622
22623 * progmodes/ebnf2ps.el (ebnf-total, ebnf-nprod): Move defvar before
22624 first use.
22625
22626 2003-08-07 Vinicius Jose Latorre <viniciusjl@ig.com.br>
22627
22628 * progmodes/ebnf2ps.el (ebnf-begin-job): Code fix.
22629
22630 2003-08-06 Glenn Morris <gmorris@ast.cam.ac.uk>
22631
22632 * calendar/calendar.el (list-diary-entries-hook)
22633 (diary-display-hook, nongregorian-diary-listing-hook)
22634 (mark-diary-entries-hook, nongregorian-diary-marking-hook):
22635 Add some customize options for these hooks.
22636 (calendar-abbrev-construct): Don't try to take a substring longer
22637 than the original string.
22638
22639 2003-08-05 Richard M. Stallman <rms@gnu.org>
22640
22641 * emacs-lisp/testcover.el (noreturn): Report error if does return.
22642 (testcover-reinstrument-clauses): Doc fix.
22643
22644 * emacs-lisp/warnings.el: Doc fixes, args renamed.
22645 (warning-type-format): Rename from warning-group-format.
22646
22647 * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-var): New var.
22648 (byte-compile-variable-ref): Handle byte-compile-not-obsolete-var.
22649 (byte-compile-defvar): Bind byte-compile-not-obsolete-var
22650 to prevent warnings about defvar for an obsolete variable.
22651
22652 * emacs-lisp/bytecomp.el (byte-compile-log-warning):
22653 warning-group-format renamed to warning-type-format.
22654
22655 * subr.el (read-passwd): Use clear-string instead of fillarray.
22656
22657 * edmacro.el (edmacro-format-keys): Use edmacro-sanitize-for-string.
22658 Use vconcat instead of concat.
22659 (edmacro-sanitize-for-string): New function.
22660
22661 2003-08-05 Dave Love <fx@gnu.org>
22662
22663 * cus-start.el: Add open-paren-in-column-0-is-defun-start,
22664 line-number-display-limit-width.
22665
22666 * textmodes/tex-mode.el (tex-dvi-view-command): Fix quoted quotes.
22667
22668 2003-08-05 Kenichi Handa <handa@m17n.org>
22669
22670 * international/code-pages.el: Don't require mule-diag.
22671
22672 * international/mule-diag.el (non-iso-charset-alist):
22673 Add autoload cookie.
22674
22675 * language/devan-util.el (dev-glyph-order): Add an entry for the
22676 glyph code #xC4.
22677
22678 2003-08-03 Glenn Morris <gmorris@ast.cam.ac.uk>
22679
22680 * calendar/calendar.el (diary-file, diary-file-name-prefix)
22681 (european-calendar-style, diary-date-forms)
22682 (calendar-day-name-array, calendar-month-name-array): Doc change.
22683 (generate-calendar-month): Adapt for new behavior of
22684 `calendar-day-name' function.
22685 (calendar-abbrev-length, calendar-day-abbrev-array)
22686 (calendar-month-abbrev-array): New variables.
22687 (calendar-abbrev-construct): New function.
22688 (calendar-day-name, calendar-month-name): Use new abbrev arrays,
22689 rather than fixing abbrevs at some width. Calling syntax change.
22690 (calendar-make-alist): Use abbrev arrays. Calling syntax change.
22691 (calendar-date-string): Adapt for new behaviors of
22692 `calendar-day-name' and `calendar-month-name' functions.
22693
22694 * calendar/diary-lib.el (list-diary-entries): Adapt for new
22695 behavior of `calendar-day-name' and `calendar-month-name' functions.
22696 (diary-name-pattern): Use abbrev arrays, rather than fixing
22697 abbrevs at three chars. Calling syntax change.
22698 (mark-diary-entries): Adapt for new behaviors of
22699 `diary-name-pattern' and `calendar-make-alist' functions.
22700 (fancy-diary-font-lock-keywords): Adapt for new behavior of
22701 `diary-name-pattern' function.
22702 (font-lock-diary-date-forms): Use abbrev arrays, rather than
22703 fixing abbrevs at three chars. Calling syntax change.
22704 (cal-hebrew, cal-islam): Require when compiling.
22705 (diary-font-lock-keywords): Adapt for new behavior of
22706 `font-lock-diary-date-forms' function.
22707
22708 * calendar/cal-hebrew.el: Reposition some code so defined before used.
22709 (calendar-hebrew-month-name-array-common-year)
22710 (calendar-hebrew-month-name-array-leap-year): Add doc strings.
22711 (list-hebrew-diary-entries): Adapt for new behaviors of
22712 `calendar-day-name' and `add-to-diary-list' functions.
22713 (mark-hebrew-diary-entries): Adapt for new behaviors of
22714 `diary-name-pattern' and `calendar-make-alist' functions.
22715
22716 * calendar/cal-islam.el (calendar-islamic-month-name-array):
22717 Add doc string.
22718 (list-islamic-diary-entries): Adapt for new behaviors of
22719 `calendar-day-name' and `add-to-diary-list' functions.
22720 (mark-islamic-diary-entries): Adapt for new behaviors of
22721 `diary-name-pattern' and `calendar-make-alist' functions.
22722
22723 * calendar/cal-menu.el (cal-menu-update): Adapt for new behavior of
22724 `calendar-month-name' function.
22725
22726 * calendar/cal-coptic.el (coptic-name): defvar rather than defconst.
22727
22728 * calendar/solar.el (solar-seasons-data): Move definition before use.
22729
22730 * calendar/cal-tex.el (cal-tex-day-name-format): Doc fix.
22731 (cal-tex-LaTeX-hourbox): Move definition before use.
22732
22733 * calendar/cal-china.el, cal-hebrew.el, cal-islam.el
22734 * cal-julian.el, cal-menu.el, cal-move.el, holidays.el
22735 * lunar.el, solar.el (displayed-month, displayed-year):
22736 Define for compiler.
22737
22738 2003-08-03 Martin Stjernholm <bug-cc-mode@gnu.org>
22739
22740 * progmodes/cc-mode.el (c-init-language-vars-for): Add argument
22741 MODE. Renamed from c-init-c-language-vars'.
22742 (c-initialize-cc-mode): Change accordingly.
22743 (c-common-init): Ditto.
22744 (c-mode): Ditto.
22745 (c++-mode): Use `c-init-language-vars-for'.
22746 (objc-mode): Ditto.
22747 (java-mode): Ditto.
22748 (idl-mode): Ditto.
22749 (pike-mode): Ditto.
22750 (awk-mode): Ditto.
22751
22752 2003-08-03 Martin Stjernholm <bug-cc-mode@gnu.org>
22753
22754 * progmodes/cc-engine.el (c-end-of-current-token): Return whether
22755 or not the point moved.
22756
22757 (c-search-decl-header-end): Don't trip up on operator identifiers
22758 in C++ and operators like == in all languages.
22759
22760 * progmodes/cc-engine.el (c-backward-to-decl-anchor):
22761 Detect leading labels correctly.
22762
22763 2003-08-02 Andreas Schwab <schwab@suse.de>
22764
22765 * textmodes/ispell.el: Don't redo key bindings on loading, put
22766 them only in loaddefs.el.
22767 * bookmark.el: Likewise.
22768 * dabbrev.el: Likewise.
22769 * emerge.el: Likewise.
22770
22771 * apropos.el (apropos-words-to-regexp): Only add `wild' if `words'
22772 has more than one member.
22773
22774 * progmodes/sh-script.el (sh-mode): Don't set mode-class property.
22775
22776 2003-08-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
22777
22778 * lpr.el (printify-region): It was ending conversion before the
22779 expected position. Reported by Keiichi Suzuki <keiichi@nanap.org>.
22780
22781 2003-07-31 John Paul Wallington <jpw@gnu.org>
22782
22783 * net/browse-url.el (browse-url-epiphany): Doc fix.
22784
22785 2003-07-30 Kenichi Handa <handa@m17n.org>
22786
22787 * international/fontset.el (setup-default-fontset):
22788 Change registry names of Akurti fonts.
22789
22790 2003-07-29 Jesper Harder <harder@ifa.au.dk> (tiny change)
22791
22792 * comint.el (comint-read-noecho): Use `clear-string' instead of
22793 `fillarray'.
22794
22795 2003-07-29 Thomas W Murphy <twm@andrew.cmu.edu> (tiny change)
22796
22797 * outline.el (outline-mode-hook): Add defvar.
22798
22799 2003-07-28 Nick Roberts <nick@nick.uklinux.net>
22800
22801 * gdb-ui.el (gdb-setup-windows, gdb-restore-windows):
22802 Restore assembler in source window if that is what has been selected.
22803 (menu): Add gdb-restore-windows to menu. Make gdba
22804 specific menus only visible from gdba.
22805
22806 2003-07-28 Tak Ota <Takaaki.Ota@am.sony.com> (tiny change)
22807
22808 * progmodes/compile.el (compilation-environment): New user variable.
22809 (compile-internal): Respect it.
22810
22811 2003-07-23 Masatake YAMATO <jet@gyve.org>
22812
22813 * progmodes/gud.el (gdb-script-font-lock-keywords):
22814 Put `font-lock-function-name-face' on a symbol which includes
22815 `-' like `hook-run'. Put font-lock-variable-name-face
22816 on a symbol starting with $.
22817
22818 2003-07-27 Markus Rost <rost@math.ohio-state.edu>
22819
22820 * files.el (set-visited-file-name): Use truename for buffer-file-name.
22821
22822 2003-07-26 Markus Rost <rost@math.ohio-state.edu>
22823
22824 * vc-hooks.el (vc-file-not-found-hook): Doc fix.
22825
22826 2003-07-26 Andre Spiegel <spiegel@gnu.org>
22827
22828 * vc-hooks.el (vc-default-registered, vc-make-version-backup):
22829 Use with-no-warnings.
22830 (vc-file-not-found-hook): Add this to find-file-not-found-functions,
22831 rather than to find-file-not-found-hook, which doesn't exist.
22832
22833 2003-07-26 Markus Rost <rost@math.ohio-state.edu>
22834
22835 * international/quail.el (quail-translate-key): Fix previous change.
22836
22837 2003-07-25 John Paul Wallington <jpw@gnu.org>
22838
22839 * server.el (server-start): Check `server-process' is non-nil
22840 before killing it to avoid killing current buffer's process.
22841
22842 * simple.el (choose-completion-string): Use `minibufferp';
22843 test `completion-reference-buffer' if `buffer' arg is nil.
22844 (push-mark): Use `when' and `unless'.
22845 (pop-mark): Use `when'.
22846
22847 * mouse-sel.el (mouse-sel-get-selection-function):
22848 Check `x-last-selected-text-primary'. Don't barf if it or
22849 `x-last-selected-text' aren't bound.
22850
22851 2003-07-25 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
22852
22853 * menu-bar.el (menu-bar-tools-menu): Minor change in strings.
22854
22855 2003-07-23 Stefan Monnier <monnier@cs.yale.edu>
22856
22857 * vc-svn.el (vc-svn-diff-switches): Don't default to vc-diff-switches.
22858
22859 2003-07-23 John Paul Wallington <jpw@gnu.org>
22860
22861 * tooltip.el (defface tooltip): Inherit from variable-pitch.
22862
22863 2003-07-23 Glenn Morris <gmorris@ast.cam.ac.uk>
22864
22865 * emacs-lisp/derived.el (define-derived-mode): Mention hook in doc
22866 string. Defvar the derived hook.
22867
22868 * macros.el (insert-kbd-macro): Escape double quote character.
22869 From Thomas W Murphy <twm@andrew.cmu.edu>.
22870
22871 2003-07-22 Stefan Monnier <monnier@cs.yale.edu>
22872
22873 * textmodes/fill.el (fill-comment-paragraph): Construct a regexp
22874 to match the specific mark rather than reusing comment-start-skip.
22875
22876 2003-07-22 Thien-Thi Nguyen <ttn@gnu.org>
22877
22878 * progmodes/hideshow.el (hs-special-modes-alist):
22879 Clarify MDATA-SELECTOR doc; nfc. Thanks to Michael Ernst.
22880
22881 2003-07-21 Markus Rost <rost@math.ohio-state.edu>
22882
22883 * progmodes/idlwave.el (idlwave-comment-indent-char): Fix default
22884 value using ?\s.
22885
22886 2003-07-21 John Paul Wallington <jpw@gnu.org>
22887
22888 * subr.el (with-selected-window): Add closing paren.
22889
22890 2003-07-21 Richard M. Stallman <rms@gnu.org>
22891
22892 * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use run-mode-hooks.
22893 (lisp-mode): Likewise.
22894
22895 * subr.el (with-selected-window): Copy code form save-selected-window
22896 so as to call select-window with norecord arg.
22897 (dynamic-completion-table): Doc fix.
22898 (lazy-completion-table): Doc fix.
22899
22900 * international/mule-cmds.el (set-locale-environment):
22901 langinfo renamed to locale-info.
22902
22903 * international/mule.el (auto-coding-functions): Doc fix.
22904
22905 2003-07-21 Kenichi Handa <handa@m17n.org>
22906
22907 * international/quail.el (quail-translate-key):
22908 Update quail-current-str correctly.
22909
22910 2003-07-21 Andreas Schwab <schwab@suse.de>
22911
22912 * progmodes/sh-script.el (sh-mode-syntax-table): Change syntax of
22913 ?, to "_".
22914
22915 2003-07-20 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@gmx.net>
22916 Version 2.0.36 of Tramp released.
22917
22918 * net/tramp.el (tramp-default-password-end-of-line): Rename from
22919 tramp-password-end-of-line.
22920 (tramp-password-end-of-line): New method parameter.
22921 (tramp-get-password-end-of-line): Function to access method
22922 parameter `tramp-password-end-of-line', or variable
22923 `tramp-default-password-end-of-line' (default value).
22924 (tramp-methods): Add entries for new parameter
22925 tramp-password-end-of-line.
22926 (tramp-enter-password): Use new function
22927 `tramp-get-password-end-of-line'.
22928 (tramp-handle-insert-file-contents): Do not
22929 unconditionally inhibit the file operation file-local-copy, only
22930 do that when the inhibit-file-name-operation is currently
22931 insert-file-contents. This fixes finding remote CVS-controlled
22932 files. (It would barf on inserting the CVS/Entries file
22933 literally, because the file-local-copy handler wasn't called.)
22934 (tramp-handle-shell-command): Support optional third arg ERROR-BUFFER.
22935 (tramp-sh-extra-args): Adapt defcustom type to XEmacs.
22936 (tramp-initial-commands): New variable.
22937 (tramp-process-initial-commands): New function, using the variable.
22938 (tramp-open-connection-setup-interactive-shell): Call the new function.
22939 (tramp-buffer-name, tramp-debug-buffer-name): Always put the
22940 method into the buffer name, never use nil. Reported by Hanak
22941 David <dhanak@inf.bme.hu>.
22942 (tramp-open-connection-setup-interactive-shell): Erase buffer
22943 before sending "stty -onlcr".
22944
22945 * net/tramp-vc.el (vc-workfile-unchanged-p): Add comment.
22946
22947 2003-07-19 Markus Rost <rost@math.ohio-state.edu>
22948
22949 * textmodes/artist.el (artist-erase-char): Fix default value using ?\s.
22950
22951 2003-07-19 John Paul Wallington <jpw@gnu.org>
22952
22953 * textmodes/artist.el (artist-butlast-fn, artist-draw-sline)
22954 (artist-draw-rect, artist-draw-square): Doc fixes.
22955
22956 * textmodes/enriched.el (enriched-decode-display-prop): Doc fix.
22957
22958 * textmodes/two-column.el (2C-mode-line-format): Doc fix.
22959
22960 2003-07-19 Kenichi Handa <handa@m17n.org>
22961
22962 * international/kkc.el (kkc-show-conversion-list-update):
22963 Highlight the correct candidate in the message.
22964
22965 2003-07-18 John Paul Wallington <jpw@gnu.org>
22966
22967 * simple.el (current-word): Don't include punctuation char when
22968 `really-word' arg is non-nil.
22969
22970 2003-07-17 Martin Stjernholm <bug-cc-mode@gnu.org>
22971
22972 * progmodes/awk-mode.el: Obsoleted by the AWK support in CC Mode -
22973 moved to the directory obsolete.
22974
22975 2003-07-16 Stefan Monnier <monnier@cs.yale.edu>
22976
22977 * info.el (Info-menu-entry-name-re): Allow newlines in
22978 menu entry names.
22979
22980 * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Rename from
22981 syntax-ppss-after-change-function.
22982 (syntax-ppss-after-change-function): New alias. Update uses.
22983 (syntax-ppss): Catch the case where the buffer is narrowed.
22984
22985 2003-07-16 Martin Stjernholm <bug-cc-mode@gnu.org>
22986
22987 * progmodes/cc-defs.el (c-langelem-sym, c-langelem-pos)
22988 (c-langelem-2nd-pos): Add accessor functions for syntactic elements.
22989
22990 2003-07-16 Martin Stjernholm <bug-cc-mode@gnu.org>
22991
22992 * progmodes/cc-engine.el (c-literal-faces): Declare as a variable
22993 since it might be modified.
22994
22995 * progmodes/cc-langs.el (c++-make-template-syntax-table)
22996 (c-syntactic-ws-start, c-syntactic-ws-end): Give more consistent
22997 names to these language constants.
22998
22999 2003-07-15 Kim F. Storm <storm@cua.dk>
23000
23001 * apropos.el (apropos-sort-by-scores): Rename from apropos-show-scores.
23002 All uses changed.
23003
23004 2003-07-14 Mark A. Hershberger <mah@everybody.org>
23005
23006 * xml.el (xml-parse-tag, xml-parse-file, xml-parse-region):
23007 Namespace support.
23008
23009 2003-07-13 Juanma Barranquero <lektu@terra.es>
23010
23011 * frame.el (modify-all-frames-parameters): Reinstall (copyright
23012 papers received).
23013
23014 2003-07-13 Karl Eichwalder <ke@suse.de>
23015
23016 * textmodes/po.el (po-find-charset): White space at the start of the
23017 Content-Type field body is non-mandatory.
23018
23019 2003-07-13 Masayuki Ataka <ataka@milk.freemail.ne.jp> (tiny change)
23020
23021 * textmodes/texinfo.el (texinfo-section-list):
23022 Append appendixsection; a synonym for appendixsec.
23023
23024 2003-07-13 Jari Aalto <jari.aalto@poboxes.com>
23025
23026 * man.el (Man-translate-cleanup): New.
23027 (Man-translate-references): Call `Man-translate-cleanup' to clean
23028 leading, trailing and middle spaces.
23029
23030 2003-07-13 Lars Hansen <larsh@math.ku.dk>
23031
23032 * desktop.el (desktop-buffer-dired-misc-data, desktop-buffer-dired):
23033 Handle `dired-directory' being a list.
23034
23035 2003-07-13 Jesper Harder <harder@ifa.au.dk> (tiny change)
23036
23037 * mail/smtpmail.el (smtpmail-send-it): Create smtpmail-queue-dir if
23038 it doesn't exist.
23039
23040 2003-07-12 Richard M. Stallman <rms@gnu.org>
23041
23042 * progmodes/cc-engine.el (c-declare-lang-variables): Don't use mapcan.
23043
23044 * progmodes/cc-defs.el (c-make-keywords-re):
23045 Don't use delete-duplicates.
23046 (c-lang-const): Don't use mapcan.
23047
23048 * apropos.el (apropos-show-scores): Make it customizable.
23049 Document new meaning.
23050 (apropos): Compute scores from symbols.
23051 (apropos-print): Don't sort by scores if apropos-show-scores is nil.
23052
23053 2003-07-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
23054
23055 * ps-bdf.el: Fix copyright line.
23056 (bdf-directory-list): Fix initialization code.
23057
23058 2003-07-11 John Paul Wallington <jpw@gnu.org>
23059
23060 * emacs-lisp/ring.el (ring-empty-p): Use `zerop'.
23061 (ring-p, ring-plus1, ring-minus1, ring-length, ring-index)
23062 (ring-empty-p, ring-size, ring-copy, ring-ref): Doc fixes.
23063
23064 2003-07-11 NAKAJIMA Mikio <minakaji@namazu.org> (tiny change)
23065
23066 * emacs-lisp/ring.el (ring-elements): Doc fix.
23067
23068 2003-07-11 Glenn Morris <gmorris@ast.cam.ac.uk>
23069
23070 * calendar/timeclock.el (timeclock-relative)
23071 (timeclock-ask-before-exiting, timeclock-use-display-time):
23072 Doc changes.
23073 (timeclock-modeline-display): Give a message if
23074 `timeclock-use-display-time' is non-nil but `display-time-mode'
23075 is not active.
23076
23077 2003-07-11 Kenichi Handa <handa@m17n.org>
23078
23079 * international/mule-cmds.el (set-language-environment):
23080 Set current-language-environment to the correct string.
23081
23082 2003-07-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
23083
23084 * ps-print.el: Print line number correctly in a region. Reported by
23085 Tim Allen <timallen@ls83.fsnet.co.uk>.
23086 (ps-print-version): New version number (6.6.2).
23087 (ps-printing-region): Code fix.
23088
23089 2003-07-10 John Paul Wallington <jpw@gnu.org>
23090
23091 * progmodes/etags.el (visit-tags-table-buffer): Add autoload cookie;
23092 this function can be called from `add-completions-from-tags-table'.
23093
23094 2003-07-10 Glenn Morris <gmorris@ast.cam.ac.uk>
23095
23096 * calendar/timeclock.el (timeclock-use-display-time)
23097 (timeclock-day-over-hook, timeclock-workday-remaining)
23098 (timeclock-status-string, timeclock-when-to-leave)
23099 (timeclock-when-to-leave-string, timeclock-log-data)
23100 (timeclock-find-discrep, timeclock-day-base)
23101 (timeclock-generate-report, timeclock-visit-timelog): Doc fix.
23102 (timeclock-modeline-display): Set the variable
23103 `timeclock-modeline-display'.
23104 (timeclock-update-modeline): Doc fix. Respect value of
23105 `timeclock-relative'.
23106
23107 2003-07-09 Richard M. Stallman <rms@gnu.org>
23108
23109 * textmodes/reftex-parse.el (reftex-all-document-files):
23110 Add autoload cookie.
23111
23112 * textmodes/reftex.el (reftex-all-document-files): Delete autoload.
23113 (reftex-scanning-info-available-p): Add autoload cookie.
23114
23115 * international/mule-cmds.el
23116 (set-display-table-and-terminal-coding-system): Delete duplicate
23117 aset on standard-display-table.
23118
23119 * view.el (view-file): If existing buffer's major mode is special,
23120 don't go into view mode.
23121
23122 * dired.el (dired-move-to-filename-regexp): Allow quote in months.
23123
23124 2003-07-08 Martin Stjernholm <bug-cc-mode@gnu.org>
23125
23126 * progmodes/cc-engine.el (c-guess-basic-syntax): Do not do hidden
23127 buffer changes; there's third party code that calls this function
23128 directly.
23129
23130 2003-07-08 Martin Stjernholm <bug-cc-mode@gnu.org>
23131
23132 * progmodes/cc-fonts.el (javadoc-font-lock-keywords)
23133 (autodoc-font-lock-keywords): Don't byte compile on font lock
23134 initialization when running from byte compiled files.
23135
23136 2003-07-08 Alan Mackenzie <bug-cc-mode@gnu.org>
23137
23138 * progmodes/cc-engine.el: Fix AWK mode indentation when previous
23139 statement ends with auto-increment "++".
23140
23141 2003-07-08 Martin Stjernholm <bug-cc-mode@gnu.org>
23142
23143 * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist)
23144 (c-lang-variable-inits, c-lang-variable-inits-tail): The values of
23145 these are changed, so declare them as variables and not constants.
23146
23147 2003-07-08 Markus Rost <rost@math.ohio-state.edu>
23148
23149 * subr.el (dolist, dotimes): Doc fix.
23150
23151 2003-07-08 Kim F. Storm <storm@cua.dk>
23152
23153 * international/mule-cmds.el
23154 (set-display-table-and-terminal-coding-system): Don't break
23155 bootstrap if standard-display-table isn't setup yet.
23156
23157 2003-07-07 Richard M. Stallman <rms@gnu.org>
23158
23159 * ehelp.el (ehelp-command): Use defalias to define ehelp-command.
23160 Give it a doc string, and autoload it.
23161
23162 * desktop.el (desktop-buffer-info, desktop-buffer-mh):
23163 Use with-no-warnings.
23164
23165 * info.el (Info-search): If find invisible text, search again.
23166
23167 * isearch.el (search-whitespace-regexp): Add a shy group around it.
23168
23169 * man.el (Man-name-regexp): Match + as part of name.
23170
23171 * simple.el (visible-mode): Rename from vis-mode.
23172 (vis-mode-saved-buffer-invisibility-spec): Doc fix.
23173
23174 * simple.el (current-word): New arg REALLY-WORD specifies
23175 don't include punctuation chars.
23176
23177 * emacs-lisp/debug.el (debug, debugger-env-macro):
23178 Use with-no-warnings while accessing and binding unread-command-char.
23179
23180 * international/mule-cmds.el
23181 (set-display-table-and-terminal-coding-system): Use explicit loop
23182 instead of calling standard-display-default.
23183
23184 * net/ange-ftp.el (ange-ftp-file-symlink-p):
23185 Use condition-case to catch error in ange-ftp-get-files.
23186
23187 * net/browse-url.el (browse-url-browser-function):
23188 Add alternative for Epiphany.
23189 (browse-url-epiphany-program, browse-url-epiphany-arguments)
23190 (browse-url-epiphany-startup-arguments)
23191 (browse-url-epiphany-new-window-is-tab): New variables.
23192 (browse-url-epiphany, browse-url-epiphany-sentinel): New functions.
23193
23194 * progmodes/compile.el (compile-auto-highlight): Default now t.
23195 (compile): Doc fix.
23196 (compilation-next-error): Fix previous change.
23197
23198 * textmodes/tex-mode.el (tex-main-file): Use with-no-warnings.
23199
23200 * textmodes/sgml-mode.el (xml-mode): Add autoload cookie.
23201
23202 2003-07-07 Nick Roberts <nick@nick.uklinux.net>
23203
23204 * gdb-ui.el (gdb-source-info): Display current frame when
23205 attaching to an existing process.
23206 (gdb-setup-windows, gdb-source-info): Start with gud-comint-buffer
23207 while laying out windows when attaching to an existing process.
23208
23209 2003-07-07 Stefan Monnier <monnier@cs.yale.edu>
23210
23211 * info.el (Info-menu): Use Info-menu-entry-name-re.
23212
23213 2003-07-06 Stefan Monnier <monnier@cs.yale.edu>
23214
23215 * vc-hooks.el (vc-stay-local, vc-stay-local-p): Move from vc.el.
23216 * vc.el (vc-stay-local, vc-stay-local-p): Move to vc-hooks.el.
23217
23218 * info.el (Info-menu-entry-name-re): Be careful to avoid multiple ways
23219 to match the same text.
23220
23221 2003-07-06 John Paul Wallington <jpw@gnu.org>
23222
23223 * vc.el (vc-annotate-offset): Move defvar up.
23224
23225 2003-07-06 Kim F. Storm <storm@cua.dk>
23226
23227 * info.el (Info-menu-entry-name-re): Add `:' to second [] part.
23228 This should fix the infinite loop when extracting menu names.
23229
23230 2003-07-05 Martin Stjernholm <bug-cc-mode@gnu.org>
23231
23232 * files.el (auto-mode-alist, interpreter-mode-alist):
23233 Remove entries to CC Mode modes to avoid duplicates; they are now added
23234 with autoload directives in cc-mode.el.
23235
23236 2003-07-05 Martin Stjernholm <bug-cc-mode@gnu.org>
23237
23238 * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist)
23239 (c-lang-variable-inits, c-lang-variable-inits-tail): The values of
23240 these are changed, so declare them as variables and not constants.
23241
23242 * progmodes/cc-mode.el: Fix some autoload problems: Try to
23243 ensure that the entry for ".c" extension comes before the one for
23244 ".C" on `auto-mode-alist', to behave better on case insensitive OS:es.
23245 Fix incorrect entries that were added to `interpreter-mode-alist'.
23246 Move the autoload directives for AWK to the top level since they
23247 aren't recognized anywhere else. Do not use the new AWK mode doc
23248 in the autoload form for the old AWK mode.
23249
23250 2003-06-30 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
23251
23252 * textmodes/bibtex.el (bibtex-sort-entry-class): New entry catch-all.
23253 (bibtex-sort-ignore-string-entries): Default value t.
23254 (bibtex-entry-kill-ring-max): Reintroduce as it was removed
23255 erroneously in previous version.
23256 (bibtex-string-files): Docstring reflects new parsing scheme.
23257 (bibtex-autokey-transcriptions): Merge some rewrite entries, fix
23258 docstring, add # as one of the chars to crush
23259 (bibtex-autokey-prefix-string, bibtex-autokey-names)
23260 (bibtex-autokey-names-stretch, bibtex-autokey-additional-names)
23261 (bibtex-autokey-name-change-strings)
23262 (bibtex-autokey-name-case-convert, bibtex-autokey-name-length)
23263 (bibtex-autokey-name-separator, bibtex-autokey-year-length)
23264 (bibtex-autokey-use-crossref, bibtex-autokey-titlewords)
23265 (bibtex-autokey-title-terminators)
23266 (bibtex-autokey-titlewords-stretch)
23267 (bibtex-autokey-titleword-ignore)
23268 (bibtex-autokey-titleword-case-convert)
23269 (bibtex-autokey-titleword-abbrevs)
23270 (bibtex-autokey-titleword-abbrevs)
23271 (bibtex-autokey-titleword-change-strings)
23272 (bibtex-autokey-titleword-length)
23273 (bibtex-autokey-titleword-separator)
23274 (bibtex-autokey-name-year-separator)
23275 (bibtex-autokey-year-title-separator)
23276 (bibtex-autokey-before-presentation-function)
23277 (bibtex-entry-type-history, bibtex-entry-maybe-empty-head):
23278 Fix docstring.
23279 (bibtex-strings, bibtex-reference-keys):
23280 Use lazy-completion-table and make-variable-buffer-local.
23281 (bibtex-sort-entry-class-alist): Use downcase, account for catch-all.
23282 (bibtex-braced-string-syntax-table)
23283 (bibtex-quoted-string-syntax-table): New variables.
23284 (bibtex-parse-nested-braces): Remove.
23285 (bibtex-parse-field-string): Use syntax table and forward-sexp.
23286 (bibtex-parse-association): Simplify.
23287 (bibtex-parse-field-name): Obey bibtex-autoadd-commas.
23288 (bibtex-parse-field-text): Simplify.
23289 (bibtex-search-forward-field, bibtex-search-backward-field):
23290 argument BOUND can take value t.
23291 (bibtex-start-of-field, bibtex-start-of-name-in-field)
23292 (bibtex-end-of-name-in-field, bibtex-end-of-field)
23293 (bibtex-start-of-text-in-field, bibtex-end-of-text-in-field)
23294 (bibtex-start-of-text-in-string, bibtex-end-of-text-in-string)
23295 (bibtex-end-of-string, bibtex-type-in-head): Use defsubst.
23296 (bibtex-skip-to-valid-entry): Return buffer position of beginning
23297 and ending of entry. Update for changes of bibtex-search-entry.
23298 Simplify.
23299 (bibtex-map-entries): FUN is called with three arguments.
23300 (bibtex-search-entry): Return a cons pair with buffer positions of
23301 beginning and end of entry.
23302 (bibtex-enclosing-field): Simplify.
23303 (bibtex-format-entry): Use booktitle to set a missing title.
23304 (bibtex-autokey-get-names): Fiddle with regexps.
23305 (bibtex-generate-autokey): Use identity.
23306 (bibtex-parse-keys): Use simplified parsing algorithm if
23307 bibtex-parse-keys-fast is non-nil. Simplify. Change order of
23308 arguments. Return alist of keys.
23309 (bibtex-parse-strings): Simplify. Return alist of strings.
23310 (bibtex-complete-string-cleanup): Fix docstring.
23311 (bibtex-read-key): New function.
23312 (bibtex-mode): Fix docstring. Do not parse for keys and
23313 strings when the mode is entered. Set fill-paragraph-function to
23314 bibtex-fill-field. Setup font-lock-mark-block-function the way
23315 font-lock intended.
23316 (bibtex-entry): Use bibtex-read-key. Obey bibtex-autofill-types.
23317 (bibtex-parse-entry, bibtex-autofill-entry): New functions.
23318 (bibtex-print-help-message, bibtex-remove-OPT-or-ALT)
23319 (bibtex-Preamble): Avoid hard coded constants.
23320 (bibtex-make-field): Fix docstring. Simplify.
23321 (bibtex-beginning-of-entry): Always return new position of point.
23322 (bibtex-end-of-entry): Rearrange cond clauses.
23323 (bibtex-count-entries, bibtex-validate, bibtex-reformat):
23324 Update for changes of bibtex-map-entries.
23325 (bibtex-ispell-abstract): Do not move point.
23326 (bibtex-entry-index): Use downcase. Simplify.
23327 (bibtex-lessp): Handle catch-all.
23328 (bibtex-find-crossref): Turn into a command.
23329 (bibtex-find-entry): Simplify. Use bibtex-read-key. Fix regexp.
23330 (bibtex-clean-entry): Use bibtex-read-key. Handle string and
23331 preamble entries.
23332 (bibtex-fill-field-bounds): New function.
23333 (bibtex-fill-field): New command. Bound to fill-paragraph-function.
23334 (bibtex-fill-entry): Use bibtex-fill-field-bounds
23335 (bibtex-String): Use bibtex-strings. Always obey
23336 bibtex-sort-ignore-string-entries.
23337
23338 2003-07-05 John Paul Wallington <jpw@gnu.org>
23339
23340 * cus-theme.el (customize-create-theme):
23341 Call `customize-create-theme' in Reset widget's notify function.
23342
23343 * ibuffer.el (ibuffer-backward-line, ibuffer-forward-line)
23344 (ibuffer-mark-interactive): Use `or' instead of `unless'.
23345 (define-ibuffer-column name): Add summarizer.
23346 (define-ibuffer-column size): Likewise.
23347 (define-ibuffer-column filename): Likewise.
23348 (define-ibuffer-column process): Likewise. Change BODY's output too.
23349 (define-ibuffer-column filename-and-process): Likewise, likewise.
23350 (ibuffer): Remove local vars `already-in' and `need-update'.
23351
23352 * ibuf-ext.el: Don't require `derived' at compile-time.
23353
23354 2003-07-05 Kim F. Storm <storm@cua.dk>
23355
23356 * info.el: Disable paragraph refilling.
23357 (Info-refill-paragraphs): New defcustom.
23358 (Info-fontify-node): Use it.
23359
23360 2003-07-04 Stefan Monnier <monnier@cs.yale.edu>
23361
23362 * emacs-lisp/cl-macs.el (cl-transform-lambda): Strip &cl-defs
23363 thingies from constructors created by defstruct.
23364
23365 * emacs-lisp/bytecomp.el (byte-compile-defvar): Check and set
23366 the default value of the variable.
23367 (byte-code-meter): Move declaration to top level.
23368
23369 * pcvs-parse.el (cvs-parse-status): Ignore extra fields from CVSNT.
23370
23371 * info.el (Info-following-node-name-re): New fun.
23372 (Info-following-node-name): Remove.
23373 (Info-insert-dir): Use the new fun.
23374 (Info-extract-pointer): Don't save restriction; use new fun.
23375 (Info-menu-entry-name-re): New const.
23376 (Info-menu-entry-name-re): Use it along with new fun.
23377 (Info-node-spec-re): Use new fun.
23378 (Info-complete-menu-item, Info-fontify-node): Use new const.
23379 (Info-goto-node, Info-follow-reference, Info-menu-update):
23380 Use match-string.
23381 (Info-follow-reference): Use assoc-string.
23382 Use a list of strings for the completion table.
23383 (Info-fontify-node): Use match-string, line-end-position.
23384 Limit the search for `node:' to the first line.
23385
23386 * newcomment.el (uncomment-region): Remove padding coming from
23387 comment-start rather than just from comment-padding.
23388
23389 * vc-cvs.el (vc-cvs-repository-hostname): New operation.
23390 (vc-cvs-stay-local-p): Use vc-stay-local-p.
23391 (vc-cvs-rename-file): Remove (use the default).
23392 (vc-cvs-register): Register parent dir if needed.
23393 (vc-cvs-could-register): Return non-nil if parent can be registered.
23394 (vc-cvs-state, vc-cvs-dir-state, vc-cvs-print-log, vc-cvs-diff)
23395 (vc-cvs-diff-tree, vc-cvs-make-version-backups-p): Use vc-stay-local-p.
23396
23397 * vc-svn.el (vc-svn-use-edit): Make it into a const.
23398 (vc-svn-update): Fix the arguments to `svn'.
23399 (vc-svn-diff-tree): Just use `vc-svn-diff'.
23400 (vc-svn-create-snapshot, vc-svn-retrieve-snapshot):
23401 Simple implementations, assuming `name' is a URL.
23402
23403 * progmodes/sh-script.el (sh-font-lock-paren): Add [ and ] to the
23404 set of chars allowed unquoted in a case pattern.
23405
23406 * font-core.el (font-lock-defaults-alist): Remove obsolete entries.
23407
23408 * font-lock.el (font-lock-extra-types-widget)
23409 (c-font-lock-extra-types, c++-font-lock-extra-types)
23410 (objc-font-lock-extra-types, java-font-lock-extra-types)
23411 (c-font-lock-keywords-1, c-font-lock-keywords-2, c-font-lock-keywords)
23412 (c-font-lock-keywords-3, c-font-lock-syntactic-face-function)
23413 (font-lock-match-c++-style-declaration-item-and-skip-to-next)
23414 (font-lock-match-c++-structor-declaration)
23415 (c++-font-lock-keywords-1, c++-font-lock-keywords-2)
23416 (c++-font-lock-keywords-3, c++-font-lock-keywords)
23417 (objc-font-lock-keywords-1, objc-font-lock-keywords-2)
23418 (objc-font-lock-keywords-3, objc-font-lock-keywords)
23419 (java-font-lock-keywords-1, java-font-lock-keywords-2)
23420 (java-font-lock-keywords-3, java-font-lock-keywords)
23421 (java-font-lock-syntactic-face-function): Remove obsolete code
23422 and constants. It's all in cc-fonts.el now.
23423
23424 2003-07-04 Glenn Morris <gmorris@ast.cam.ac.uk>
23425
23426 * mail/sendmail.el (mail-specify-envelope-from)
23427 (mail-envelope-from): Doc fix.
23428
23429 2003-07-04 Martin Stjernholm <mast@lysator.liu.se>
23430
23431 * generic-x.el: Do away with the dependency on `c-emacs-features'
23432 when populating `rul-generic-mode-syntax-table'; we already know
23433 this isn't XEmacs.
23434
23435 See ChangeLog.10 for earlier changes.
23436
23437 ;; Local Variables:
23438 ;; coding: iso-2022-7bit
23439 ;; End:
23440
23441 Copyright (C) 2001, 02, 04 Free Software Foundation, Inc.
23442 Copying and distribution of this file, with or without modification,
23443 are permitted provided the copyright notice and this notice are preserved.
23444
23445 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1