]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
(site-run-file, keyboard-type): Doc fixes.
[gnu-emacs] / lisp / ChangeLog
1 2005-07-16 Nick Roberts <nickrob@snap.net.nz>
2
3 * progmodes/gdb-ui.el (gdb-var-update, gdb-var-update-handler):
4 Don't consider gdbmi (gdb-mi.el has its own update functions).
5 (gdb-var-delete): Make it work for gdbmi as well.
6 (gdb-speedbar-expand-node): Move var-update here for gdbmi.
7
8 * progmodes/gud.el (etags, sdb): Only require etags when needed.
9 (gud-speedbar-menu-items): Correct logic for enabling items.
10
11 2005-07-15 Kim F. Storm <storm@cua.dk>
12
13 * ido.el: Fix commentary.
14 (ido-define-mode-map): Move ido-next-work-file to C-M-o.
15 Use with-no-warnings around ffap-guesser.
16 (ido-file-internal, ido-read-file-name, ido-read-directory-name):
17 Let bind minibuffer-completing-file-name to t.
18
19 2005-07-15 Juanma Barranquero <lekktu@gmail.com>
20
21 * startup.el (site-run-file, keyboard-type): Doc fixes.
22 (command-line): Check for "--basic-display" argument; also for
23 "--quick", not "--bare-bones" (which was renamed).
24 (fancy-splash-text): Add missing item "Getting New Versions".
25 (normal-splash-screen): Fix typos and improve consistency with
26 `fancy-splash-text'. Update copyright year.
27
28 * hexl.el (hexl-mode-map): Recognize also `ehelp-command' as a
29 valid binding for `help-char'.
30
31 * emacs-lisp/derived.el (derived-mode-hook-name): Doc fix.
32
33 2005-07-14 Dan Nicolaescu <dann@ics.uci.edu>
34
35 * term.el (term-mode): Disable cua-mode for term buffers.
36
37 2005-07-14 Juanma Barranquero <lekktu@gmail.com>
38
39 * add-log.el (add-log-mailing-address, change-log-merge):
40 Doc fixes.
41 (change-log-get-method-definition): Fix typo in docstring.
42
43 2005-07-14 Kim F. Storm <storm@cua.dk>
44
45 * emulation/cua-base.el:
46 (cua--pre-command-handler-1, cua--pre-command-handler)
47 (cua--post-command-handler-1, cua--post-command-handler):
48 Split in two. Check (buffer local) value of cua-mode.
49 (cua-selection-mode): New command.
50
51 2005-07-13 Luc Teirlinck <teirllm@auburn.edu>
52
53 * custom.el (custom-initialize-safe-set)
54 (custom-initialize-safe-default): Doc fixes.
55
56 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
57 and simplify :init-value again.
58
59 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
60 and simplify :init-value again. Delete autoload.
61
62 * startup.el (command-line): Use `custom-reevaluate-setting' again
63 for tooltip-mode.
64
65 * emacs-lisp/easy-mmode.el (define-minor-mode): Do not override
66 explicitly specified :initialize keyword.
67
68 2005-07-13 Juanma Barranquero <lekktu@gmail.com>
69
70 * allout.el (my-mark-marker, allout-isearch-prior-pos)
71 (allout-unprotected, allout-undo-aggregation, allout-snug-back)
72 (allout-post-command-business, allout-flag-region)
73 (isearch-reenable-font-lock, allout-yank)
74 (allout-insert-latex-header, allout-insert-latex-trailer)
75 (allout-latex-verbatim-quote-curr-line, allout-latexify-exposed)
76 (allout-latex-verb-quote): Fix typos in docstrings.
77 (allout-enwrap-isearch, regexp-sans-escapes): Doc fixes.
78 (allout-unprotected, allout-prefix-data):
79 Improve argument/docstring consistency.
80 (allout-chart-subtree): Fix argument spec.
81 (allout-open-topic): Rename `use_sib_bullet' argument to
82 `use-sib-bullet'. Doc fix.
83
84 * whitespace.el (whitespace-check-buffer-leading)
85 (whitespace-check-buffer-trailing)
86 (whitespace-check-buffer-indent)
87 (whitespace-check-buffer-spacetab)
88 (whitespace-check-buffer-ateol, whitespace-highlighted-space)
89 (whitespace-check-leading-whitespace)
90 (whitespace-check-trailing-whitespace)
91 (whitespace-check-spacetab-whitespace)
92 (whitespace-check-indent-whitespace)
93 (whitespace-check-ateol-whitespace, whitespace-abort-on-error)
94 (whitespace-modes): Fix typos in docstrings.
95 (defgroup, defcustom): Doc fixes.
96
97 * winner.el (winner-mode, winner-boring-buffers)
98 (winner-pending-undo-ring): Doc fixes.
99 (winner-ring): Remove unneeded `progn'.
100 (winner-equal): `defsubst' it.
101 (winner-redo): Fix message.
102
103 2005-07-13 Kim F. Storm <storm@cua.dk>
104
105 * simple.el (line-move-1): Always use vertical-motion to
106 do the last (or only) line move to ensure some movement.
107 Undo 2005-06-23 change--don't check for overlays.
108
109 2005-07-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
110
111 * term/mac-win.el (ccl-encode-mac-roman-font)
112 (ccl-encode-mac-centraleurroman-font)
113 (ccl-encode-mac-cyrillic-font, ccl-encode-mac-symbol-font):
114 (ccl-encode-mac-dingbats-font): Remove check for ASCII.
115 Change charset-id boundary of dimension to ?\xef.
116 (mac-char-fontspec-list): New constant.
117 (fontset-add-mac-fonts): Use it. Accept non-string `base-family'
118 argument. Nil uses itself as family in font-spec. Previous
119 behavior for nil is now provided by non-nil non-string argument.
120 All callers changed. Add font-specs for Mac fonts to
121 "fontset-default" unless iso8859-1 fonts are installed.
122
123 2005-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
124
125 * progmodes/sh-script.el (sh-get-indent-info): Only indent
126 a continuation line if the \ is preceded by SPC or TAB.
127 (sh-get-indent-info): Simplify.
128 (sh-mark-init, sh-learn-buffer-indent, sh-add-completer):
129 Use with-current-buffer.
130
131 * font-lock.el (font-lock-fontify-keywords-region): Avoid inf-loops
132 when the matched text is empty.
133
134 2005-07-12 Luc Teirlinck <teirllm@auburn.edu>
135
136 * startup.el (command-line): Revert to previous handling of
137 tooltip-mode. Explain in comment why the complexity is needed.
138
139 * tooltip.el (tooltip-mode): Revert to previous implementation of
140 its defcustom.
141
142 * frame.el (blink-cursor-mode): Revert to previous implementation
143 of its defcustom. Update comment.
144
145 2005-07-12 Lars Hansen <larsh@soem.dk>
146
147 * desktop.el: Update e-mail address.
148
149 2005-07-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
150
151 * term/mac-win.el (mac-services-mail-selection)
152 (mac-services-mail-to): New functions.
153 (mac-application-menu-map): Bind them.
154
155 2005-07-12 wulei <milton@wulei.net> (tiny change)
156
157 * progmodes/gdb-ui.el: Add note about buffering with Windows.
158
159 2005-07-11 Luc Teirlinck <teirllm@auburn.edu>
160
161 * custom.el (custom-reevaluate-setting): Doc fix.
162
163 2005-07-11 Jay Belanger <belanger@truman.edu>
164
165 * calc/calc.el (calc-embedded-announce-formula-alist)
166 (calc-embedded-open-close-plain-alist)
167 (calc-embedded-open-close-mode-alist): Add checks for additional
168 major modes (due to Robert J. Chassell <bob@rattlesnake.com>).
169
170 2005-07-11 Juanma Barranquero <lekktu@gmail.com>
171
172 * custom.el (custom-enable-theme): Don't add theme to
173 `custom-enabled-themes' with `push' because there is no
174 setf-method for `delq'.
175
176 2005-07-11 Richard M. Stallman <rms@gnu.org>
177
178 * custom.el (custom-declare-variable): Doc fix.
179
180 * dired-aux.el (dired-compare-directories): Remove "." and ".."
181 from the alists.
182
183 * emacs-lisp/edebug.el (edebug-slow-after, edebug-slow-before):
184 Do nothing if edebug-active.
185
186 * emacs-lisp/edebug.el (edebug-enter): Don't with-timeout-suspend here.
187 (edebug-display): Do it here instead.
188
189 2005-07-10 Richard M. Stallman <rms@gnu.org>
190
191 * cus-face.el (custom-theme-set-faces): Make it work.
192 (custom-reset-faces): Doc fix.
193 (custom-theme-reset-internal-face, custom-theme-face-value):
194 Functions deleted.
195
196 * custom.el (custom-push-theme): Maintain list of the settings
197 of a given theme in its theme-settings property.
198 Maintain position of old settings in the theme-value
199 or theme-face property.
200 (custom-enabled-themes): New variable.
201 (custom-theme-enabled-p): New function.
202 (provide-theme): Update custom-enabled-themes.
203 Disable and reenable the `user' theme.
204 (require-theme): Doc fix.
205 (custom-do-theme-reset, custom-remove-theme): Functions deleted.
206 (custom-theme-value, custom-theme-variable-value): Likewise.
207 (custom-theme-reset-internal): Likewise.
208 (custom-theme-load-themes): Fix bugs and use custom-disable-theme.
209 (custom-enable-theme, custom-disable-theme): New functions.
210 (custom-variable-theme-value, custom-face-theme-value): Likewise.
211 (custom-theme-recalc-variable, custom-theme-recalc-face): Likewise.
212 (custom-theme-reset-variables): Simplify.
213 (deftheme, custom-declare-theme, custom-make-theme-feature):
214 Definitions moved.
215
216 2005-07-10 Chong Yidong <cyd@stupidchicken.com>
217
218 * longlines.el (longlines-show-region)
219 (longlines-unshow-hard-newlines): Recognize hard newlines by
220 non-nil hard property, instead of t.
221
222 2005-07-10 Michael Kifer <kifer@cs.stonybrook.edu>
223
224 * viper-cmd.el (viper--key-maps): New variable.
225 (viper-normalize-minor-mode-map-alist): Use viper--key-maps and
226 emulation-mode-map-alists.
227 (viper-envelop-ESC-key): Use viper-subseq.
228 (viper-search-forward/backward/next): Disable debug-on-error.
229
230 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
231 (viper-ESC-key): New defcustoms.
232
233 * viper-macs.el (ex-map-read-args): Use viper-subseq.
234
235 * viper-util.el (viper-key-to-emacs-key): Use viper-subseq.
236 (viper-subseq): Copy of subseq from cl.el.
237
238 * viper.el (viper-go-away, viper-set-hooks): Use
239 emulation-mode-map-alists, advise self-insert-command, add-minor-mode.
240
241 * viper-mous.el (viper-current-frame-saved): Use defvar.
242
243 * viper-init.el: Get rid of -face in face names.
244
245 * ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3):
246 Make it work with longlines mode
247
248 * ediff-mult.el (ediff-meta-mode-hook): New variable.
249
250 * ediff-ptch.el (ediff-file-name-sans-prefix): Quote regexp.
251
252 * ediff-init: Get rid of -face in face names.
253
254 2005-07-10 Richard M. Stallman <rms@gnu.org>
255
256 * emacs-lisp/edebug.el (edebug-enter): Call with-timeout-suspend
257 and with-timeout-unsuspend.
258
259 * emacs-lisp/debug.el (debug): Call with-timeout-suspend
260 and with-timeout-unsuspend.
261
262 * emacs-lisp/timer.el (with-timeout-timers): New variable.
263 (with-timeout): Bind that variable to record timers.
264 (with-timeout-suspend, with-timeout-unsuspend): New functions.
265
266 * emacs-lisp/debug.el (debug-help-follow): New function.
267 (debugger-mode-map): Use that instead of help-follow.
268 (debugger-setup-buffer): Use eval-buffer-list
269 to handle eval-buffer frames.
270
271 2005-07-10 N. Raghavendra <raghu@mri.ernet.in> (tiny change)
272
273 * timezone.el (timezone-parse-date): Change first regexp
274 so it will not mistakenly match dates with no time zone.
275
276 2005-07-10 Jeff Dwork <jeff.dwork@amd.com> (tiny change)
277
278 * facemenu.el (facemenu-read-color): Do case-insensitive matching.
279
280 2005-07-10 Luc Teirlinck <teirllm@auburn.edu>
281
282 * custom.el (custom-initialize-safe-set)
283 (custom-initialize-safe-default): New functions.
284
285 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
286 and simplify :init-value.
287
288 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
289 and simplify :init-value. Delete obsolete comment.
290
291 * startup.el (command-line): Use `custom-reevaluate-setting' to
292 handle `tooltip-mode'. Delete obsolete comment.
293
294 * files.el (set-visited-file-name): Avoid calling
295 `file-name-nondirectory' with a nil argument.
296
297 2005-07-09 Richard M. Stallman <rms@gnu.org>
298
299 * emacs-lisp/debug.el (debugger-setup-buffer): When eval-buffer
300 was called with nil for the buffer, handle the read position right.
301 Handle read position for eval-region, too.
302
303 2005-07-09 Juri Linkov <juri@jurta.org>
304
305 * fringe.el (fringe-mode): Add period in docstring.
306 (fringe-query-style): Build prompt depending on `all-frames' arg.
307
308 * dired.el (dired-marker-char): Avoid quotations for `do' and `mark'
309 to not create links to unrelated functions in the Help buffer.
310
311 * progmodes/compile.el (compilation-mode-hook, compilation-mode):
312 Doc fix.
313
314 * simple.el (next-error-hook): New variable.
315 (next-error): Use it. Doc fix.
316
317 * textmodes/ispell.el (ispell-command-loop): Add current
318 dictionary name and program name to mode-line-format.
319 (ispell-region, ispell-process-line): Add current dictionary name
320 and program name to messages.
321
322 2005-07-08 Jay Belanger <belanger@truman.edu>
323
324 * calc/calc.el (calc-embedded-announce-formula-alist)
325 (calc-embedded-open-close-formula-alist)
326 (calc-embedded-open-close-word-alist)
327 (calc-embedded-open-close-plain-alist)
328 (calc-embedded-open-close-new-formula-alist)
329 (calc-embedded-open-close-mode-alist)
330 (calc-embedded-new-buffer-hook, calc-embedded-new-formula-hook)
331 (calc-embedded-mode-hook): New variables.
332
333 * calc/calc-embed.el (calc-embedded-firsttime)
334 (calc-embedded-firsttime-buf, calc-embedded-firsttime-formula):
335 New variables.
336 (calc-do-embedded): Use calc-embedded-firsttime,
337 calc-embedded-firsttime-buf and calc-embedded-firsttime-formula to
338 determine whether or not to run hooks.
339 (calc-embedded-make-info) Set calc-embedded-firsttime-buf and
340 calc-embedded-firsttime-formula appropriately.
341 Set calc-embedded delimiter variables according to mode.
342
343 2005-07-08 Richard M. Stallman <rms@gnu.org>
344
345 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-list):
346 Check for "emacs", etc., as entire symbol, not just as word.
347 (checkdoc-file-comments-engine): Use regexp-quote on FN.
348
349 * files.el (set-visited-file-name): Report the error
350 for "empty filename" earlier.
351 (kill-some-buffers): Ignore buffers already dead.
352
353 * fringe.el (fringe-mode): Doc fix.
354
355 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
356 Check for (featurep 'xemacs) and turn off warnings in what it guards.
357 Use unwind-protect to ensure byte-compile-unresolved-functions
358 is updated.
359
360 * whitespace.el (whitespace-buffer-leading-cleanup):
361 Simplify w/ skip-chars-forward.
362 (whitespace-buffer-trailing-cleanup): Simplify w/ skip-chars-backward.
363
364 * mail/rmail.el (rmail-only-expunge): Fix paren error.
365 Unconditionally try to leave point at the same old place.
366
367 2005-07-08 Ralf Angeli <angeli@iwi.uni-sb.de> (tiny change)
368
369 * comint.el (comint-postoutput-scroll-to-bottom)
370 (comint-show-maximum-output): Take scroll-margin into consideration.
371
372 2005-07-08 Kim F. Storm <storm@cua.dk>
373
374 * ido.el (ido-use-filename-at-point): New choice `guess'.
375 (ido-file-internal): Try ffap-guesser if selected.
376
377 * ido.el (ido-before-fallback-functions): New hook.
378 (ido-buffer-internal, ido-file-internal, ido-read-buffer)
379 (ido-read-file-name): Run it.
380
381 2005-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
382
383 * progmodes/hideif.el (hide-ifdef-use-define-alist): Pass a list of
384 strings rather than a list of symbols to the completion function.
385
386 2005-07-07 Jay Belanger <belanger@truman.edu>
387
388 * calc/calc-units.el (math-apply-units): Change the places in
389 which units are simplified.
390
391 2005-07-07 Luc Teirlinck <teirllm@auburn.edu>
392
393 * cus-edit.el (customize-option, customize-option-other-window):
394 Make them handle aliases.
395
396 * custom.el (custom-variable-p): Make it recursively follow
397 aliases. Mention that in the docstring.
398
399 2005-07-07 Richard M. Stallman <rms@gnu.org>
400
401 * cus-start.el (exec-path): Use `directory' instead of `file'.
402 Fix tag for nil.
403
404 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
405
406 * replace.el (occur-rename-buffer): Use `generate-new-buffer' also
407 when called non-interactively. Doc fix.
408
409 2005-07-07 Lute Kamstra <lute@gnu.org>
410
411 * elide-head.el (elide-head-headers-to-hide): Recognize the FSF's
412 new address as well.
413
414 2005-07-07 Kenichi Handa <handa@m17n.org>
415
416 * international/mule.el (make-coding-system):
417 Describe `ascii-incompatible' property in the docstring.
418 (set-file-name-coding-system): Signal an error if coding-system is
419 ascii-incompatible.
420 (set-keyboard-coding-system): Likewise.
421
422 * international/mule-cmds.el (set-default-coding-systems):
423 Don't set default-file-name-coding-system and
424 default-keyboard-coding-system if coding-system is ASCII-incompatible.
425
426 * international/utf-16.el: Declare that all UTF-16-based coding
427 systems are ASCII-incompatible.
428
429 2005-07-07 Nick Roberts <nickrob@snap.net.nz>
430
431 * progmodes/gud.el: Require font-lock for displaying errors.
432 Used by gdb-ui.el.
433
434 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
435
436 * hi-lock.el (hi-lock-find-patterns): Protect also against invalid
437 values for the pattern lists which are `read'able but not
438 `append'able (like symbols).
439
440 2005-07-06 Richard M. Stallman <rms@gnu.org>
441
442 * progmodes/flymake.el (flymake-float-time): Instead of
443 with-no-warnings, test for xemacs.
444 (flymake-replace-regexp-in-string): Test fboundp of replace-in-string
445 to avoid warning.
446
447 2005-07-06 Juanma Barranquero <lekktu@gmail.com>
448
449 * w32-vars.el (w32-fixed-font-alist): Fix typo in `defcustom' tag.
450
451 2005-07-05 Lute Kamstra <lute@gnu.org>
452
453 * battery.el: Add support for Darwin (with much debugging help
454 from Samuel Lauber <sam124@operamail.com>).
455 (battery-status-function, battery-echo-area-format)
456 (battery-mode-line-format): Add support for pmset on Darwin.
457 (battery-load-low, battery-load-critical): New user options.
458 (battery-pmset): New function.
459
460 2005-07-05 Lute Kamstra <lute@gnu.org>
461
462 Update FSF's address in GPL notices.
463
464 * textmodes/page-ext.el: Update FSF's address.
465
466 2005-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
467
468 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Prevent adaptive
469 filling from using prefix when filling a single-line docstring.
470
471 * progmodes/flymake.el: Remove useless eval-when-compile.
472
473 * arc-mode.el (archive-lzh-ogm): Reorder save excursion/restriction.
474
475 2005-07-04 Richard M. Stallman <rms@gnu.org>
476
477 * textmodes/org.el (org-file-apps-defaults-gnu):
478 Rename from org-file-apps-defaults-linux.
479 (org-default-apps): Don't test system-type for `linux'.
480 (org-file-apps): Doc fix.
481
482 2005-07-04 David Ponce <david@dponce.com>
483
484 * tree-widget.el: Improve header Commentary section.
485 (tree-widget) [defgroup]
486 (tree-widget-image-enable, tree-widget-themes-directory)
487 (tree-widget-theme, tree-widget-image-properties-emacs)
488 (tree-widget-image-properties-xemacs, tree-widget-create-image)
489 (tree-widget-image-formats, tree-widget-control)
490 (tree-widget-empty-control, tree-widget-leaf-control
491 (tree-widget-guide, tree-widget-end-guide, tree-widget-no-guide)
492 (tree-widget-handle, tree-widget-no-handle, tree-widget-p)
493 (tree-widget-keep, tree-widget-after-toggle-functions)
494 (tree-widget-open-node, tree-widget-close-node): Doc fix.
495 (tree-widget-open-control, tree-widget-close-control): Fix doc and
496 :help-echo message.
497 (tree-widget-set-theme): Doc fix. Use `string-equal'.
498 (tree-widget-image-properties): Doc fix. Clearer implementation.
499 (tree-widget--cursors): New constant.
500 (tree-widget-lookup-image): New function split from
501 `tree-widget-find-image'. Clearer implementation.
502 (tree-widget-find-image): Use it.
503 (tree-widget-button-keymap): Use `set-keymap-parent'.
504 (tree-widget) [define-widget]: Use `widget-children-value-delete'.
505 Define the sub-widgets here.
506 (tree-widget-node): Check that :node is not a tree-widget.
507 (tree-widget-get-super, tree-widget-open-control)
508 (tree-widget-close-control, tree-widget-empty-control)
509 (tree-widget-leaf-control, tree-widget-guide)
510 (tree-widget-end-guide, tree-widget-no-guide, tree-widget-handle)
511 (tree-widget-no-handle, tree-widget-value-delete)
512 (tree-widget-map): Remove.
513 (tree-widget-children-value-save): Doc fix. Simplified.
514 (tree-widget-value-create): Update according to previous changes.
515
516 2005-07-04 Carsten Dominik <dominik@science.uva.nl>
517
518 * textmodes/org.el: Leading space replaced by TABS.
519 (org-recalc-marks, org-table-rotate-recalc-marks)
520 (org-table-get-specials): Treat "^" and "_" marks.
521 (org-table-justify-field-maybe): Optional argument NEW.
522 (org-table-eval-formula): Parsing of the format simplified.
523 New modes C,I. Honor the %= parameter in the current table.
524 Avoid unnecessary re-align by using the NEW argument to
525 `org-table-justify-field-maybe'.
526 (org-calc-default-modes): Default for date-format mimicks org-mode.
527 (org-agenda, org-timeline): Quote argument in org-agenda-redo-command.
528
529 2005-07-03 Luc Teirlinck <teirllm@auburn.edu>
530
531 * cus-face.el (custom-theme-set-faces): Make it handle face
532 aliases whose alias declarations are pre- or autoloaded.
533
534 2005-07-04 Juri Linkov <juri@jurta.org>
535
536 * faces.el (read-face-name): Put the code for getting a face name
537 from the buffer before adding the faces from the `face' property.
538 Use `completing-read-multiple' instead of `completing-read'.
539 Require `crm'. Add default value and post-process the returned
540 list of faces.
541
542 * emacs-lisp/crm.el (crm-find-current-element)
543 (crm-minibuffer-complete-and-exit): Handle minibuffer prompt.
544
545 * emacs-lisp/lisp-mode.el (eval-defun-1):
546 * emacs-lisp/edebug.el (edebug-eval-defun):
547 Remove unnecessary quotes.
548
549 2005-07-04 Juanma Barranquero <lekktu@gmail.com>
550
551 * progmodes/prolog.el (prolog-eof-string): Doc fixes.
552 (prolog-indent-level): Fix typo in docstring.
553
554 * info.el (Info-history, Info-history-forward)
555 (Info-history-list, Info-speedbar-fetch-file-nodes): Doc fixes.
556
557 * add-log.el (add-change-log-entry):
558 * comint.el (comint-dynamic-list-input-ring)
559 (comint-dynamic-list-completions):
560 * dabbrev.el (dabbrev-expand):
561 * delim-col.el (delimit-columns-rectangle-line):
562 * diff-mode.el (diff-context->unified, diff-reverse-direction)
563 (diff-unified->context):
564 * ediff-init.el (ediff-abbrev-jobname):
565 * ediff-mult.el (ediff-replace-session-status-in-meta-buffer)
566 (ediff-replace-session-activity-marker-in-meta-buffer):
567 * info.el (Info-summary):
568 * lpr.el (printify-region):
569 * printing.el (pr-create-interface):
570 * ps-print.el (ps-print-quote):
571 * ses.el (ses-column-widths, ses-print-cell)
572 (ses-adjust-print-width, ses-center):
573 * shell.el (shell-file-name-quote-list):
574 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke)
575 (strokes-fill-current-buffer-with-whitespace)
576 (strokes-xpm-for-stroke, strokes-list-strokes)
577 (strokes-xpm-char-bit-p, strokes-xpm-for-compressed-string):
578 * term.el (term-dynamic-list-input-ring)
579 (term-dynamic-list-completions):
580 * calc/calc.el (math-format-stack-value):
581 * emacs-lisp/edebug.el (edebug-display-freq-count):
582 * progmodes/delphi.el (delphi-indent-line, delphi-fill-comment)
583 (delphi-new-comment-line):
584 * progmodes/ebnf2ps.el (ebnf-eps-filename, ebnf-trim-right):
585 * progmodes/executable.el (executable-set-magic):
586 * progmodes/python.el (inferior-python-mode):
587 * progmodes/scheme.el (scheme-mode-syntax-table):
588 * progmodes/sh-script.el (sh-maybe-here-document):
589 * progmodes/sql.el (sql-copy-column):
590 * progmodes/tcl.el (tcl-comment-indent, tcl-quote):
591 * textmodes/bibtex.el (bibtex-mode):
592 * textmodes/sgml-mode.el (html-imenu-index, sgml-attributes)
593 (sgml-auto-attributes):
594 * textmodes/table.el (table-insert, table-shorten-cell)
595 (table--generate-source-scan-lines, table-delete-row)
596 (*table--cell-delete-char, table--spacify-frame)
597 (table--horizontally-shift-above-and-below)
598 (table--cell-insert-char, table--cell-blank-str)
599 (table--fill-region-strictly):
600 * textmodes/tex-mode.el (tex-insert-quote, latex-find-indent):
601 * textmodes/texinfo.el (texinfo-insert-quote): "?\ " -> "?\s".
602
603 * add-log.el (change-log):
604 * apropos.el (apropos):
605 * comint.el (comint-completion, comint-source):
606 * dabbrev.el (dabbrev):
607 * delim-col.el (columns):
608 * diff-mode.el (diff-mode):
609 * ediff.el (ediff):
610 * ediff-diff.el (ediff-diff):
611 * ediff-init.el (ediff-highlighting, ediff-merge, ediff-hook):
612 * ediff-mult.el (ediff-mult):
613 * ediff-ptch.el (ediff-ptch):
614 * ediff-wind.el (ediff-window):
615 * facemenu.el (facemenu):
616 * indent.el (indent):
617 * info.el (info):
618 * jka-cmpr-hook.el (compression, jka-compr):
619 * lpr.el (lpr):
620 * outline.el (outlines):
621 * pcmpl-cvs.el (pcmpl-cvs):
622 * pcmpl-rpm.el (pcmpl-rpm):
623 * printing.el (printing):
624 * ps-print.el (postscript, ps-print, ps-print-horizontal)
625 (ps-print-vertical, ps-print-headers, ps-print-font)
626 (ps-print-color, ps-print-face, ps-print-n-up, ps-print-zebra)
627 (ps-print-background, ps-print-printer, ps-print-page)
628 (ps-print-miscellany):
629 * ses.el (ses):
630 * shell.el (shell, shell-directories, shell-faces):
631 * startup.el (initialization):
632 * strokes.el (strokes):
633 * term.el (term):
634 * uniquify.el (uniquify):
635 * w32-vars.el (w32):
636 * calc/calc.el (calc):
637 * emacs-lisp/bytecomp.el (bytecomp):
638 * emacs-lisp/cl-indent.el (lisp-indent):
639 * emacs-lisp/edebug.el (edebug):
640 * emacs-lisp/elp.el (elp):
641 * emacs-lisp/testcover.el (testcover):
642 * emacs-lisp/trace.el (trace):
643 * emulation/viper-ex.el (viper-ex):
644 * emulation/viper-mous.el (viper-mouse):
645 * mail/mailalias.el (mailalias):
646 * mail/supercite.el (supercite, supercite-frames)
647 (supercite-attr, supercite-cite, supercite-hooks):
648 * net/rcompile.el (remote-compile):
649 * net/rlogin.el (rlogin):
650 * obsolete/ooutline.el (outlines):
651 * progmodes/delphi.el (delphi):
652 * progmodes/ebnf2ps.el (postscript, ebnf2ps, ebnf-special)
653 (ebnf-except, ebnf-repeat, ebnf-terminal, ebnf-non-terminal)
654 (ebnf-production, ebnf-shape, ebnf-displacement, ebnf-syntactic)
655 (ebnf-optimization):
656 * progmodes/etags.el (etags):
657 * progmodes/executable.el (executable):
658 * progmodes/idlwave.el (idlwave):
659 * progmodes/pascal.el (pascal):
660 * progmodes/prolog.el (prolog):
661 * progmodes/python.el (python):
662 * progmodes/scheme.el (scheme):
663 * progmodes/sh-script.el (sh, sh-script):
664 * progmodes/sql.el (SQL):
665 * progmodes/tcl.el (tcl):
666 * textmodes/bibtex.el (bibtex, bibtex-autokey):
667 * textmodes/enriched.el (enriched):
668 * textmodes/makeinfo.el (makeinfo):
669 * textmodes/sgml-mode.el (sgml):
670 * textmodes/table.el (table-hooks):
671 * textmodes/tex-mode.el (tex-file, tex-run, tex-view):
672 * textmodes/texinfo.el (texinfo):
673 * textmodes/two-column.el (two-column):
674 Finish `defgroup' description with period.
675
676 * emacs-lisp/cl-indent.el (lisp-indent-maximum-backtracking):
677 * eshell/esh-var.el (eshell-var):
678 * progmodes/vhdl-mode.el (vhdl-testbench):
679 * textmodes/org.el (org): Fix typos in docstrings.
680
681 * emacs-lisp/timer.el (with-timeout): Improve argument/docstring
682 consistency.
683
684 * progmodes/flymake.el (flymake-find-file): Remove.
685 (flymake-float-time): Use `with-no-warnings'.
686 (flymake-check-start-time, flymake-check-was-interrupted)
687 (flymake-err-info, flymake-is-running, flymake-last-change-time)
688 (flymake-new-err-info): `defvar' at compile time.
689
690 2005-07-03 Juanma Barranquero <lekktu@gmail.com>
691
692 * replace.el (occur-hook): Doc fix.
693 (occur-1): Don't call `occur-hook' if there are no matches.
694
695 2005-07-03 Richard M. Stallman <rms@gnu.org>
696
697 * emulation/tpu-edt.el (tpu-original-global-map): Don't copy
698 global-map, save the same map.
699 (global-map): Don't alter it at top level.
700 (tpu-edt-on): Save global map in tpu-original-global-map, then copy.
701 Then alter it here instead.
702 (tpu-edt-off): Set global-map to the saved one.
703
704 * emulation/tpu-edt.el (tpu-emacs19-p): Var deleted.
705 All references simplified.
706 (tpu-lucid-emacs-p): Rename from tpu-lucid-emacs19-p. Uses changed.
707 (zmacs-regions): Add defvar.
708 (repeat-complex-command-map): Everything about that deleted.
709
710 * textmodes/artist.el (artist-key-is-drawing)
711 (artist-key-endpoint1, artist-key-poly-point-list)
712 (artist-key-shape, artist-key-draw-how, artist-popup-menu-table)
713 (artist-key-compl-table, artist-rb-save-data)
714 (artist-arrow-point-1, artist-arrow-point-2): Move defvars up.
715 Don't put them in eval-when-compile.
716 (artist-set-arrow-points-for-poly): Use `last', not `artist-last'.
717
718 * progmodes/ebrowse.el (ebrowse-revert-tree-buffer-from-file):
719 Use with-no-warnings.
720
721 * net/browse-url.el (dos-windows-version): Add defvar.
722
723 * mail/supercite.el (filladapt-prefix-table): Add defvar.
724
725 * mail/rmailsum.el (rmail-summary-redo): Add defvar.
726 (rmail-summary-mode-map, rmail-summary-overlay): Defvars moved up.
727 (rmail-new-summary-line-count): Rename from new-summary-line-count.
728 Add defvar.
729 (rmail-summary-beginning-of-message): Use with-no-warnings.
730 (rmail-summary-first-message, rmail-summary-last-message): Likewise.
731
732 * emulation/vip.el (vip-replace-string, ex-map, ex-read):
733 Use with-no-warnings.
734
735 * emulation/vi.el (vi-mark-region): Use c-mark-function.
736 (c-mark-function): Add point-moving-unit property.
737 (vi-goto-line): Use with-no-warnings.
738
739 * emulation/edt.el (edt-last-copied-word): Add defvar.
740 (zmacs-region-stays): Likewise.
741 (edt-mark-section-wisely): Use c-mark-function for C.
742 Use makr-defun for Fortran.
743 (time-string): defvar deleted.
744 (edt-display-the-time): Don't set time-string.
745
746 * emacs-lisp/macroexp.el (macroexp-accumulate): Rename arg to var+list.
747
748 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
749 Don't warn when name is not constant
750 or for defining the group `emacs'.
751
752 * tooltip.el (gud-tooltip-mode): Add defvar.
753
754 * startup.el (default-frame-background-mode): Add defvar.
755
756 * smerge-mode.el (smerge-mode): Add duplicate defvar near top.
757
758 * info.el (tool-bar-map): Add defvar.
759
760 * dired.el (dnd-protocol-alist): Add defvar.
761
762 * dired-aux.el (dired-query): Display question with answer, when
763 the user answers.
764
765 * custom.el (custom-add-option): Doc fix.
766
767 * bookmark.el (Info-current-node, Info-suffix-list): Add defvars.
768
769 2005-07-03 Eli Zaretskii <eliz@gnu.org>
770
771 * font-lock.el (font-lock-regexp-grouping-construct): Fix the
772 bogus name from the last change.
773
774 2005-07-02 Luc Teirlinck <teirllm@auburn.edu>
775
776 * custom.el (custom-declare-variable): Fix typos in comment.
777 (custom-known-themes): Doc fix.
778 (custom-theme-directory): New defcustom.
779 (require-theme): Make it check `custom-theme-directory'.
780
781 * cus-theme.el (custom-new-theme-mode): New function.
782 (custom-theme-name, custom-theme-variables, custom-theme-faces)
783 (custom-theme-description): Add compiler defvars.
784 (customize-create-theme): Add doc to the "*New Custom Theme*"
785 buffer. Use `custom-new-theme-mode'.
786 (custom-theme-write): Put the created buffer in emacs-lisp-mode
787 and save it to the `custom-theme-directory'. Make this the
788 default directory of the buffer.
789
790 2005-07-02 David Hunter <hunterd_42@comcast.net> (tiny change)
791
792 * progmodes/flymake.el (flymake-mode, flymake-mode-off):
793 Fix unbalanced parentheses.
794
795 2005-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
796
797 * progmodes/flymake.el (flymake-mode-on, flymake-mode-off): Move body
798 into flymake-mode and delegate to flymake-mode.
799
800 * find-file.el (ff-which-function-are-we-in): Clean up.
801
802 2005-07-02 Juanma Barranquero <lekktu@gmail.com>
803
804 * replace.el (occur-rename-buffer): Fix docstring.
805
806 * emulation/edt.el (*EDT-keys*, edt-default-global-map)
807 (edt-last-copied-word, edt-learn-macro-count)
808 (edt-orig-page-delimiter, edt-orig-transient-mark-mode)
809 (edt-rect-start-point, edt-user-global-map, rect-start-point)
810 (time-string, zmacs-region-stays):
811 * emulation/edt-mapper.el (edt-save-function-key-map)
812 (EDT-key-name): `defvar' to silence the byte-compiler.
813
814 2005-07-02 Martin Rudalics <rudalics@gmx.at> (tiny change)
815
816 * font-lock.el (font-lock-regexp-grouping-backslash): Rename from
817 font-lock-regexp-backslash. Doc fix.
818 (font-lock-regexp-backslash-grouping-construct): Rename from
819 font-lock-regexp-backslash-construct. Doc fix.
820 (lisp-font-lock-keywords-2): Fix highlighting of Elisp regexp
821 grouping constructs.
822
823 2005-07-02 Eli Zaretskii <eliz@gnu.org>
824
825 * makefile.w32-in (bootstrap): Remove the $(EMACS) binary after
826 updating all the prerequisites.
827
828 2005-07-01 Juanma Barranquero <lekktu@gmail.com>
829
830 * textmodes/org.el (org-agenda-start-on-weekday)
831 (org-calendar-to-agenda-key, org-agenda-sorting-strategy)
832 (org-agenda-use-time-grid, org-archive-location)
833 (org-allow-space-in-links, org-usenet-links-prefer-google)
834 (org-enable-table-editor, org-export-default-language)
835 (org-export-html-show-new-buffer, org-fill-paragraph)
836 (org-cycle, org-goto-ret, org-goto-left, org-goto-right)
837 (org-goto-quit, org-occur, org-eval-in-calendar)
838 (org-agenda-cleanup-fancy-diary, org-agenda-no-heading-message)
839 (org-agenda-diary-entry, org-remember-help)
840 (org-table-convert-region, org-at-table-p)
841 (org-table-move-row-down, org-table-move-row-up)
842 (org-table-copy-region, org-table-toggle-vline-visibility)
843 (org-table-get-stored-formulas, org-table-get-specials)
844 (org-recalc-commands, org-table-eval-formula)
845 (org-table-formula-substitute-names, orgtbl-make-binding)
846 (org-format-org-table-html, org-format-table-table-html)
847 (org-format-table-table-html-using-table-generate-source)
848 (org-customize): Fix typos in docstrings.
849 (org-level-2, org-at-timestamp-p, org-agenda-day-view)
850 (org-agenda-toggle-diary, org-agenda-toggle-time-grid)
851 (org-back-to-heading): Doc fixes.
852 (org-agenda-toggle-time-grid, org-cmp-category, org-cmp-time)
853 (org-agenda-change-all-lines, org-get-header):
854 Improve argument/docstring consistency.
855 (orgtbl-error): Fix error message.
856
857 * progmodes/flymake.el (flymake-find-possible-master-files)
858 (flymake-master-file-compare, flymake-get-line-err-count)
859 (flymake-highlight-line, flymake-gui-warnings-enabled):
860 Fix typos in docstrings.
861 (flymake-parse-line, flymake-get-project-include-dirs-function)
862 (flymake-get-prev-err-line-no, flymake-goto-prev-error):
863 Doc fixes.
864 (flymake-get-project-include-dirs-function)
865 (flymake-make-err-menu-data):
866 Improve argument/docstring consistency.
867
868 2005-07-01 Lute Kamstra <lute@gnu.org>
869
870 * battery.el (battery-linux-proc-apm): Fix typo in docstring.
871 Catch errors with ignore-errors. Use temporary buffer.
872 (battery-linux-proc-acpi): Fix typo in docstring. Document `%r'.
873
874 * facemenu.el (facemenu-unlisted-faces): Delete foreground and
875 background color faces.
876 (facemenu-set-foreground, facemenu-set-background):
877 Use facemenu-set-face-from-menu.
878 (facemenu-set-face-from-menu): Treat face names that start with
879 "fg:" or "bg:" as special.
880 (facemenu-add-new-color): Don't create faces. Simplify.
881
882 2005-06-30 Richard M. Stallman <rms@gnu.org>
883
884 * emacs-lisp/crm.el (crm-do-completion): Handle minibuffer prompt.
885 (crm-find-current-element): Likewise.
886
887 2005-06-30 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
888
889 * help-fns.el (help-do-arg-highlight): Regexp-quote argument names.
890
891 2005-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
892
893 * arc-mode.el (archive-extract): Make it work as a mouse binding.
894 (archive-mouse-extract): Make it an obsolete alias.
895 (archive-mode-map): Don't use archive-mouse-extract any more.
896 (archive-mode, archive-extract): write-contents-hooks ->
897 write-contents-functions.
898 (archive-arc-rename-entry, archive-lzh-rename-entry): Remove unused
899 first arg.
900 (archive-rename-entry): Update the call.
901 (archive-zip-summarize): Remove unused var `method'.
902 (archive-lzh-summarize): Remove unused var `creator'.
903
904 * emacs-lisp/debug.el (debug): Quieten Drew Adams by killing the
905 dedicated frame upon exit.
906
907 * arc-mode.el: Bind inhibit-read-only rather than buffer-read-only.
908 (archive-zip-extract, archive-zip-expunge)
909 (archive-zip-update, archive-zip-update-case): Use executable-find.
910 (archive-resummarize, archive-flag-deleted, archive-unmark-all-files):
911 Use restore-buffer-modified-p.
912 (archive-extract, archive-add-new-member, archive-write-file-member):
913 Use with-current-buffer.
914 (archive-lzh-ogm, archive-zip-chmod-entry): Use dolist.
915
916 2005-06-30 Andreas Schwab <schwab@suse.de>
917
918 * progmodes/gud.el (gud-filter): Remove unneeded progn.
919
920 2005-06-30 Glenn Morris <gmorris@ast.cam.ac.uk>
921
922 * progmodes/sh-script.el (sh-get-kw): `&' also separates words.
923
924 2005-06-30 Juri Linkov <juri@jurta.org>
925
926 * faces.el (vertical-border): Inherit from mode-line-inactive
927 only on tty.
928
929 2005-06-30 Juanma Barranquero <lekktu@gmail.com>
930
931 * help-fns.el (help-do-arg-highlight): Highlight also -ARG (for
932 example, -NLINES in the `occur' docstring).
933
934 * replace.el (occur-1): When no matches are found, do not set the
935 `buffer-read-only' and modified flags for the occur buffer,
936 because it is deleted.
937
938 * emulation/cua-base.el (cua-check-pending-input)
939 (cua-repeat-replace-region, cua-mode, cua-debug)
940 (cua-auto-tabify-rectangles, cua-inhibit-cua-keys):
941 Fix typos in docstrings.
942
943 * emulation/cua-gmrk.el (cua-toggle-global-mark)
944 (cua-cut-region-to-global-mark)
945 (cua--cut-rectangle-to-global-mark):
946 Remove period from end of messages.
947
948 * emulation/cua-rect.el (cua-do-rectangle-padding):
949 Remove period from end of messages.
950 (cua--rectangle-seq-format): Fix typo in docstring.
951 (cua-sequence-rectangle, cua-fill-char-rectangle):
952 Improve argument/docstring consistency.
953
954 2005-06-29 Juri Linkov <juri@jurta.org>
955
956 * faces.el (default-frame-background-mode): New internal variable.
957 (frame-set-background-mode): Use it.
958
959 * startup.el (normal-top-level): Set default-frame-background-mode
960 instead of frame-background-mode. Before setting it, test for its
961 nil value. Remove tests for frame-background-mode and frame
962 parameter `reverse'. Add test for "unspecified-fg".
963
964 * term/xterm.el (xterm-rxvt-set-background-mode):
965 * term/rxvt.el (rxvt-set-background-mode):
966 Set default-frame-background-mode instead of frame-background-mode.
967
968 2005-06-29 Juanma Barranquero <lekktu@gmail.com>
969
970 * simple.el (set-variable): Warn about obsolete user variables.
971
972 * imenu.el (imenu--completion-buffer):
973 * mouse.el (mouse-buffer-menu-alist):
974 * msb.el (msb-invisible-buffer-p):
975 * calendar/diary-lib.el (diary-header-line-format):
976 * emacs-lisp/pp.el (pp-buffer):
977 * progmodes/cperl-mode.el (cperl-do-auto-fill):
978 * textmodes/picture.el (picture-replace-match):
979 Change space constants followed by a sexp to "?\s ".
980
981 * play/decipher.el (decipher-loop-with-breaks):
982 * textmodes/texinfo.el (texinfo-insert-@item): Change space
983 constants "protected" from end of line by a comment to "?\s".
984
985 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
986
987 * font-lock.el (save-buffer-state): Use `declare'.
988
989 * progmodes/cperl-mode.el (cperl-find-pods-heres): Don't gratuitously
990 reset the syntax-table to cperl-mode-syntax-table.
991 (cperl-mode): Make _ into word-syntax during font-locking so "print" in
992 "foo_print_bar" is not matched as a reserved keyword.
993
994 2005-06-29 Carsten Dominik <dominik@science.uva.nl>
995
996 * textmodes/org.el (orgtbl-setup): New function, for delayed
997 setup for the orgtbl commands.
998 (org-calc-default-modes): New option.
999 (orgtbl-make-binding): Use `defun' to get better help display.
1000 (org-diary): Call `org-compile-prefix-format'.
1001 (org-table-formula-substitute-names): New function.
1002 (org-agenda-day-view, org-agenda-week-view): New commands.
1003 (org-agenda-toggle-week-view): Command removed.
1004 (org-tbl-menu): Split off from org-org-menu.
1005 (org-mode): Move removal of outline-mode menus to here.
1006 (org-table-formula-debug): New option.
1007 (org-table-insert-row): Keep first field if just "#" or "*".
1008 (org-mode): Paragraph regexps fixed.
1009 (org-table-recalculate-regexp): New constant.
1010 (org-table-justify-field-maybe): Avoid replace if not necessary.
1011 (org-copy-special, org-cut-special): Use `call-interactively'.
1012 (org-table-copy-region): Take region from `interactive' call.
1013 (org-trim): Return string even if no match.
1014 (org-formula): New face.
1015 (org-set-font-lock-defaults): No longer highlight "FIXME".
1016 But highlight formula-related fields in table.
1017 (org-table-p): Use regexp, not fontification.
1018 (org-table-align): Handle white space at end of line.
1019 (org-table-formula-evaluate-inline): New option.
1020 (org-mode): Auto-wrapping in comment lines turned off.
1021 (org-table-copy-down): Evaluate only in copied field, not in
1022 destination.
1023 (org-table-current-formula): Variable removed.
1024 (org-table-store-formulas, org-table-get-stored-formulas)
1025 (org-table-modify-formulas, org-table-replace-in-formulas)
1026 (org-table-maybe-eval-formula): New functions.
1027 (org-table-get-formula): Modify to use stored formulas.
1028 (org-table-insert-column, org-table-delete-column)
1029 (org-table-move-column): Call `org-table-modify-formulas'.
1030 (org-complete): Add completion for keyword formulas.
1031 (orgtbl-mode): Pull orgtbl-mode-map to start of
1032 minor-mode-map-alist.
1033
1034 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
1035
1036 * progmodes/python.el (python-check): Require `compile' before
1037 modifying its variables.
1038
1039 * newcomment.el (comment-indent-default): Don't get fooled by an early
1040 end of buffer.
1041
1042 2005-06-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1043
1044 * ps-print.el (ps-print-version): Fix version number.
1045
1046 2005-06-28 Luc Teirlinck <teirllm@auburn.edu>
1047
1048 * textmodes/ispell.el (ispell-word): Remove stray parenthesis.
1049
1050 2005-06-28 Richard M. Stallman <rms@gnu.org>
1051
1052 * textmodes/flyspell.el (flyspell-use-local-map): Variable deleted.
1053 (flyspell-local-mouse-map): Declaration deleted.
1054 (flyspell-mouse-map): Bind only mouse-2.
1055 (flyspell-mode-map): Don't test flyspell-use-local-map.
1056 (flyspell-overlay-keymap-property-name): Var deleted.
1057 (flyspell-mode-on): Don't make local bindings for
1058 flyspell-mouse-map and flyspell-mode-map.
1059 (make-flyspell-overlay): Unconditionally put on `keymap' text prop.
1060
1061 * textmodes/ispell.el (ispell-word): Do not ignore short words.
1062
1063 * progmodes/compile.el (compilation-next-error-function):
1064 Don't switch buffers; operate on the current buffer.
1065
1066 * facemenu.el (facemenu-add-face): Warn when font-lock is active.
1067
1068 * comint.el (comint-password-prompt-regexp): Accept ", try again".
1069
1070 * bindings.el (global-map): Bind insertchar and its variants.
1071
1072 2005-06-27 Richard M. Stallman <rms@gnu.org>
1073
1074 * textmodes/artist.el (artist-text-overwrite)
1075 (artist-figlet-get-extra-args, artist-text-see-thru): Use read-string.
1076
1077 2005-06-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1078
1079 * ps-print.el: It was not working the page selection for printing.
1080 Reported by Sebastian Tennant <sebyte@smolny.plus.com>.
1081 (ps-print-version): New version 6.6.7.
1082 (ps-end-sheet): New fun.
1083 (ps-header-sheet, ps-end-job): Call it.
1084
1085 2005-06-27 Luc Teirlinck <teirllm@auburn.edu>
1086
1087 * subr.el (add-to-list, add-to-ordered-list): Doc fixes.
1088
1089 2005-06-27 Lute Kamstra <lute@gnu.org>
1090
1091 * facemenu.el (facemenu-unlisted-faces): Add foreground and
1092 background color faces.
1093 (facemenu-get-face): Delete function.
1094 (facemenu-set-face-from-menu): Don't call facemenu-get-face.
1095 (facemenu-add-new-color): Make second argument mandatory.
1096 Create the appropriate face and return it. Simplify.
1097 (facemenu-set-foreground, facemenu-set-background): Don't check if
1098 color is defined. Use return value of facemenu-add-new-color.
1099
1100 2005-06-26 Nick Roberts <nickrob@snap.net.nz>
1101
1102 * progmodes/gud.el (gud-filter): Add missing argument to
1103 with-selected-window.
1104
1105 2005-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
1106
1107 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't automatically add
1108 a :require to the defcustom.
1109
1110 * emacs-lisp/autoload.el (make-autoload): Add the :setter for
1111 defcustoms corresponding to minor modes.
1112
1113 2005-06-26 David Ponce <david@dponce.com>
1114
1115 * recentf.el: Require tree-widget instead of wid-edit.
1116 (recentf-filename-handler): Fix widget :type.
1117 (recentf-cancel-dialog, recentf-open-more-files)
1118 (recentf-open-files-action): Doc fix.
1119 (recentf-dialog-goto-first): New function.
1120 (recentf-dialog-mode-map): Set parent keymap first.
1121 (recentf-dialog-mode): Define with define-derived-mode.
1122 Don't display continuation lines in dialogs.
1123 (recentf-edit-list): Rename from recentf-edit-selected-items.
1124 (recentf-edit-list-select): Rename from recentf-edit-list-action.
1125 Simplify.
1126 (recentf-edit-list-validate): New function.
1127 (recentf-edit-list): Update accordingly.
1128 (recentf-open-files-item-shift): Remove.
1129 (recentf-open-files-item): Convert menu elements into tree and
1130 link widgets. Don't create the widgets.
1131 (recentf-open-files): Update accordingly.
1132 (recentf-save-list): Untabify.
1133
1134 2005-06-25 Luc Teirlinck <teirllm@auburn.edu>
1135
1136 * replace.el (keep-lines-read-args): Add INTERACTIVE arg.
1137 (keep-lines): Add INTERACTIVE arg. Never delete lines only
1138 partially contained in the active region. Do not take active
1139 region into account when called from Lisp, unless INTERACTIVE arg
1140 is non-nil. Use `forward-line' instead of `beginning-of-line' to
1141 avoid trouble with fields. Make marker point nowhere when no
1142 longer used. Always return nil. Doc fix.
1143 (flush-lines): Add INTERACTIVE arg. Do not take active region
1144 into account when called from Lisp, unless INTERACTIVE arg is
1145 non-nil. Use `forward-line' instead of `beginning-of-line' to
1146 avoid trouble with fields. Make marker point nowhere when no
1147 longer used. Always return nil. Doc fix.
1148 (how-many): Add INTERACTIVE arg. Make RSTART and REND args
1149 interchangeable. Do not take active region into account when
1150 called from Lisp, unless INTERACTIVE arg is non-nil. Do not print
1151 message in echo area when called from Lisp, unless INTERACTIVE arg
1152 is non-nil. Avoid saying "1 occurrences". Do not use markers.
1153 Return the number of matches. Doc fix.
1154 (occur): Doc fix.
1155 (perform-replace): Make comment follow double space convention for
1156 the sake of `outline-minor-mode'.
1157
1158 * faces.el (facep): Doc fix.
1159
1160 2005-06-25 Richard M. Stallman <rms@gnu.org>
1161
1162 * facemenu.el (facemenu-enable-faces-p): New function.
1163 (facemenu-background-menu, facemenu-foreground-menu)
1164 (facemenu-face-menu): Add menu-enable property.
1165
1166 * jka-compr.el (jka-compr-insert-file-contents):
1167 Special handling if cannot find the uncompression program.
1168
1169 * cus-face.el (custom-face-attributes): Add autoload.
1170
1171 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
1172 Bind comment-indent-function locally.
1173
1174 * window.el (save-selected-window): Use save-current-buffer.
1175
1176 * subr.el (with-selected-window): Use save-current-buffer.
1177
1178 * progmodes/gud.el (gud-filter): Simplify using with-selected-window
1179 and with-current-buffer.
1180
1181 2005-06-24 Richard M. Stallman <rms@gnu.org>
1182
1183 * simple.el (line-move-1): Fix previous change.
1184
1185 2005-06-24 Juanma Barranquero <lekktu@gmail.com>
1186
1187 * replace.el (occur-1): Set `buffer-read-only' and the
1188 buffer-modified flag before running `occur-hook' to protect
1189 against unintentional buffer switches that can lead to data loss.
1190
1191 2005-06-24 Nick Roberts <nickrob@snap.net.nz>
1192
1193 * progmodes/gud.el (gud-tooltip-print-command): Indent properly.
1194 (gud-gdb-marker-filter): Use font-lock-warning-face for any
1195 initial error.
1196
1197 * progmodes/gdb-ui.el (gdb-send): Remove warning face from errors
1198 after fresh input.
1199 (gdb-var-create-handler): Put name of expression in quotes.
1200
1201 2005-06-23 Luc Teirlinck <teirllm@auburn.edu>
1202
1203 * emacs-lisp/ring.el (ring-elements): Make it return a list of the
1204 elements of RING in order, and without bogus nil elements.
1205
1206 2005-06-23 Richard M. Stallman <rms@gnu.org>
1207
1208 * simple.el (set-variable): Args renamed; doc fix.
1209 (line-move-1): When there are overlays around, use vertical-motion.
1210
1211 * faces.el (escape-glyph): Use brown against light background.
1212 (nobreak-space): Rename from no-break-space.
1213 Fix previous change.
1214
1215 * dired-aux.el (dired-do-copy): Fix arg prompt.
1216
1217 * mail/sendmail.el (mail-setup-with-from): Fix custom type.
1218
1219 2005-06-23 Glenn Morris <gmorris@ast.cam.ac.uk>
1220
1221 * mail/emacsbug.el (report-emacs-bug): Use "X server distributor"
1222 rather than "Distributor".
1223
1224 2005-06-23 Lute Kamstra <lute@gnu.org>
1225
1226 * emacs-lisp/debug.el (debugger-special-form-p): New defun.
1227 (debug-on-entry): Use it. New interactive declaration that uses
1228 function-called-at-point.
1229
1230 2005-06-23 Kim F. Storm <storm@cua.dk>
1231
1232 * subr.el (save-match-data): Add comment about using evaporate arg
1233 to set-match-data.
1234
1235 2005-06-22 Glenn Morris <gmorris@ast.cam.ac.uk>
1236
1237 * cus-edit.el (customize-face)
1238 (customize-face-other-window): Handle face aliases.
1239
1240 * faces.el (face-documentation, set-face-attribute)
1241 (face-spec-set): Handle face aliases.
1242
1243 2005-06-22 Juanma Barranquero <lekktu@gmail.com>
1244
1245 * help-mode.el (help-make-xrefs): If a symbol representing a face
1246 name is not followed by the word "face", it could still be a
1247 function or variable name, so don't bypass other checks.
1248
1249 2005-06-22 Juri Linkov <juri@jurta.org>
1250
1251 * ps-print.el (ps-face-foreground-name, ps-face-background-name):
1252 Replace aliased functions with calls where second arg `inherit' is t.
1253
1254 2005-06-22 Nick Roberts <nickrob@snap.net.nz>
1255
1256 * progmodes/gdb-ui.el (gdb-error): New variable.
1257 (gdb-error): New function.
1258 (gdb-annotation-rules): Act on error-begin and error annotations.
1259 (gdb-concat-output): Use font-lock-warning-face for errors.
1260
1261 2005-06-22 Miles Bader <miles@gnu.org>
1262
1263 * bindings.el (propertized-buffer-identification): Use renamed
1264 `Buffer-menu-buffer' face.
1265
1266 * faces.el (vertical-border): Rename from `vertical-divider'.
1267 (escape-glyph): Change dark-background color back to `cyan'.
1268
1269 2005-06-21 Juri Linkov <juri@jurta.org>
1270
1271 * faces.el (face-user-default-spec): Try getting `customized-face'
1272 prior to `saved-face'.
1273 (frame-background-mode): Refill docstring.
1274
1275 * emacs-lisp/lisp-mode.el (eval-defun-1):
1276 * emacs-lisp/edebug.el (edebug-eval-defun):
1277 Set `saved-face' temporarily to nil before calling form.
1278 Set `customized-face' to the new spec after that.
1279
1280 2005-06-21 Juanma Barranquero <lekktu@gmail.com>
1281
1282 * subr.el (1value, lambda, key-substitution-in-progress):
1283 Doc fixes.
1284
1285 * autoinsert.el (auto-insert-alist):
1286 * ses.el (ses-call-printer):
1287 * subr.el (noreturn):
1288 * emacs-lisp/lisp.el (check-parens):
1289 * emacs-lisp/byte-opt.el (byte-optimize-pure-func):
1290 * net/browse-url.el (browse-url-mosaic):
1291 * progmodes/cc-defs.el (c-safe-scan-lists):
1292 * progmodes/ebnf-abn.el (ebnf-abn-lex):
1293 * progmodes/ebnf-bnf.el (ebnf-bnf-lex):
1294 * progmodes/ebnf-dtd.el (ebnf-dtd-lex):
1295 * progmodes/ebnf-ebx.el (ebnf-ebx-lex):
1296 * progmodes/ebnf-iso.el (ebnf-iso-lex):
1297 * progmodes/ebnf-yac.el (ebnf-yac-lex): Fix spellings.
1298
1299 2005-06-21 Reiner Steib <Reiner.Steib@gmx.de>
1300
1301 * pcvs-defs.el (cvs-menu): Add cvs-mode-mark and cvs-mode-unmark.
1302
1303 2005-06-21 Glenn Morris <gmorris@ast.cam.ac.uk>
1304
1305 * calendar/appt.el (appt-make-list): Activate the package, if
1306 not already active (for backwards compatibility).
1307
1308 2005-06-20 Kim F. Storm <storm@cua.dk>
1309
1310 * subr.el (add-to-ordered-list): Test membership with eq. Simplify.
1311
1312 2005-06-20 Miles Bader <miles@gnu.org>
1313
1314 * faces.el (vertical-divider): New face.
1315
1316 2005-06-20 Juanma Barranquero <lekktu@gmail.com>
1317
1318 * simple.el (kill-whole-line): Doc fix.
1319 (next-error-buffer-p, next-error-find-buffer)
1320 (clone-indirect-buffer): Fix typos in docstrings.
1321 (comment-line-break-function): Doc fix: don't say variable
1322 is automatically buffer-local (it isn't).
1323
1324 2005-06-19 Michael Albinus <michael.albinus@gmx.de>
1325
1326 * net/tramp-ftp.el (top):
1327 * net/tramp-smb.el (top):
1328 * net/tramp-util.el (top):
1329 * net/tramp-uu.el (top):
1330 * net/tramp-vc.el (top):
1331 * net/tramp.el (top): Revert copyright years back to original
1332 ones. Tramp has a life outside GNU Emacs.
1333
1334 2005-06-19 Nick Roberts <nickrob@snap.net.nz>
1335
1336 * tooltip.el (tooltip-use-echo-area): Don't make it obsolete.
1337
1338 2005-06-18 Juri Linkov <juri@jurta.org>
1339
1340 * progmodes/grep.el (grep-regexp-alist): Use backreference at the
1341 end of first regexp to limit the match to the position between
1342 line number and source line with same separator character as used
1343 between file name and line number. In the second regexp limit
1344 mouse-face area to file name and line number by adding new group
1345 for them and referring it in HYPERLINK arg.
1346 (grep-regexp-alist, grep-mode-font-lock-keywords): Use shy group.
1347 (grep-mode): Set font-lock-lines-before to 0 to not refontify the
1348 previous line where grep markers may be already removed.
1349
1350 2005-06-18 Peter Kleiweg <p.c.j.kleiweg@rug.nl>
1351
1352 * progmodes/ps-mode.el: Update version and maintainer's email address.
1353
1354 2005-06-18 Steve Youngs <steve@xemacs.org>
1355
1356 * net/browse-url.el (browse-url-browser-function)
1357 (browse-url-default-browser): Add firefox.
1358 (browse-url-firefox-program, browse-url-firefox-arguments)
1359 (browse-url-firefox-startup-arguments)
1360 (browse-url-firefox-new-window-is-tab): New defcustoms.
1361 (browse-url-firefox, browse-url-firefox-sentinel): New functions.
1362
1363 2005-06-17 Richard M. Stallman <rms@gnu.org>
1364
1365 * startup.el (command-line): Warn if specified user name has
1366 no home directory.
1367
1368 * term.el (term-get-old-input, term-input-filter, term-input-sender)
1369 (term-mode-hook, term-exec-hook, term-escape-char): Doc fixes.
1370
1371 * longlines.el (longlines-mode, longlines-show-hard-newlines):
1372 Doc fixes.
1373
1374 * faces.el (underline): Try bold if terminal doesn't support underline.
1375
1376 * mail/sendmail.el (mail-setup-with-from): New variable.
1377 (mail-insert-from-field): New function.
1378 (sendmail-send-it): Call it.
1379 (mail-setup): Optionally call it here.
1380
1381 * term/linux.el: Call tty-no-underline.
1382
1383 2005-06-17 Luc Teirlinck <teirllm@auburn.edu>
1384
1385 * emacs-lisp/edebug.el (edebug-goto-here): Doc fix.
1386
1387 2005-06-17 Miles Bader <miles@gnu.org>
1388
1389 * ediff-init.el (ediff-current-diff-A, ediff-current-diff-B)
1390 (ediff-current-diff-C, ediff-current-diff-Ancestor)
1391 (ediff-fine-diff-A, ediff-fine-diff-B, ediff-fine-diff-C)
1392 (ediff-fine-diff-Ancestor, ediff-even-diff-A, ediff-even-diff-B)
1393 (ediff-even-diff-C, ediff-even-diff-Ancestor, ediff-odd-diff-A)
1394 (ediff-odd-diff-B, ediff-odd-diff-C, ediff-odd-diff-Ancestor):
1395 Remove "-face" suffix from face names.
1396 (ediff-current-diff-face-A, ediff-current-diff-face-B)
1397 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
1398 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
1399 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
1400 (ediff-even-diff-face-A, ediff-even-diff-face-B)
1401 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
1402 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
1403 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
1404 New backward-compatibility aliases for renamed faces.
1405 (ediff-current-diff-face-A, ediff-current-diff-face-B)
1406 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
1407 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
1408 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
1409 (ediff-even-diff-face-A, ediff-even-diff-face-B)
1410 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
1411 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
1412 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
1413 Use renamed ediff faces.
1414
1415 * eshell/esh-test.el (eshell-test-ok, eshell-test-failed):
1416 Remove "-face" suffix from face names.
1417 (eshell-test-ok-face, eshell-test-failed-face):
1418 New backward-compatibility aliases for renamed faces.
1419 (eshell-run-test): Use renamed eshell-test faces.
1420
1421 * eshell/em-prompt.el (eshell-prompt):
1422 Remove "-face" suffix from face name.
1423 (eshell-prompt-face): New backward-compatibility alias for renamed face.
1424 (eshell-emit-prompt): Use renamed eshell-prompt face.
1425
1426 * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink)
1427 (eshell-ls-executable, eshell-ls-readonly, eshell-ls-unreadable)
1428 (eshell-ls-special, eshell-ls-missing, eshell-ls-archive)
1429 (eshell-ls-backup, eshell-ls-product, eshell-ls-clutter):
1430 Remove "-face" suffix from face names.
1431 (eshell-ls-directory-face, eshell-ls-symlink-face)
1432 (eshell-ls-executable-face, eshell-ls-readonly-face)
1433 (eshell-ls-unreadable-face, eshell-ls-special-face)
1434 (eshell-ls-missing-face, eshell-ls-archive-face)
1435 (eshell-ls-backup-face, eshell-ls-product-face)
1436 (eshell-ls-clutter-face):
1437 New backward-compatibility aliases for renamed faces.
1438 (eshell-ls-decorated-name): Use renamed eshell-ls faces.
1439
1440 * progmodes/cc-fonts.el (c-nonbreakable-space-face):
1441 Remove "-face" suffix from face name.
1442 (c-cpp-matchers): Use the variable `c-nonbreakable-space-face'
1443 instead of literal face.
1444
1445 2005-06-17 Juanma Barranquero <lekktu@gmail.com>
1446
1447 * emacs-lisp/warnings.el (display-warning, lwarn)
1448 (warning-minimum-log-level): Doc fixes.
1449 (warning-minimum-level, warning-minimum-log-level):
1450 Add :debug to :type choices.
1451
1452 * progmodes/ada-mode.el (ada-format-paramlist)
1453 (ada-get-indent-case, ada-check-matching-start)
1454 (ada-check-defun-name, ada-goto-matching-decl-start)
1455 (ada-goto-matching-start, ada-goto-matching-end, ada-tab)
1456 (ada-untab, ada-move-to-start, ada-fill-comment-paragraph)
1457 (ada-make-subprogram-body): Follow error conventions.
1458 (ada-case-exception-file, ada-indent-comment-as-code)
1459 (ada-indent-handle-comment-special, ada-indent-renames)
1460 (ada-indent-return, ada-search-directories-internal)
1461 (ada-tab-policy, ada-case-exception-substring)
1462 (ada-other-file-alist, ada-matching-start-re)
1463 (ada-matching-decl-start-re, ada-contextual-menu-last-point)
1464 (ada-imenu-generic-expression, ada-compile-goto-error)
1465 (ada-in-comment-p, ada-in-string-p, ada-in-string-or-comment-p)
1466 (ada-popup-menu, ada-add-extensions, ada-mode)
1467 (ada-region-selected, ada-create-case-exception)
1468 (ada-create-case-exception-substring, ada-after-keyword-p)
1469 (ada-activate-keys-for-case, ada-adjust-case-region)
1470 (ada-adjust-case-buffer, ada-format-paramlist)
1471 (ada-scan-paramlist, ada-insert-paramlist)
1472 (ada-indent-newline-indent)
1473 (ada-indent-newline-indent-conditional)
1474 (ada-justified-indent-current, ada-goto-previous-word)
1475 (ada-indent-current, ada-get-indent-open-paren)
1476 (ada-get-indent-paramlist, ada-get-indent-end)
1477 (ada-get-indent-case, ada-get-indent-when, ada-get-indent-if)
1478 (ada-get-indent-block-start, ada-get-indent-subprog)
1479 (ada-get-indent-noindent, ada-get-indent-label)
1480 (ada-get-indent-loop, ada-get-indent-type, ada-goto-stmt-start)
1481 (ada-search-prev-end-stmt, ada-goto-next-non-ws)
1482 (ada-goto-stmt-end, ada-goto-next-word)
1483 (ada-check-matching-start, ada-check-defun-name)
1484 (ada-goto-matching-decl-start, ada-goto-matching-start)
1485 (ada-goto-matching-end, ada-search-ignore-string-comment)
1486 (ada-in-decl-p, ada-looking-at-semi-or)
1487 (ada-looking-at-semi-private, ada-in-paramlist-p)
1488 (ada-in-open-paren-p, ada-tab, ada-indent-current-function)
1489 (ada-untab-hard, ada-move-to-start, ada-move-to-end)
1490 (ada-next-procedure, ada-previous-procedure, ada-next-package)
1491 (ada-previous-package, ada-create-menu)
1492 (ada-fill-comment-paragraph-justify)
1493 (ada-fill-comment-paragraph-postfix, ada-fill-comment-paragraph)
1494 (ada-other-file-name, ada-last-which-function-line)
1495 (ada-last-which-function-subprog, ada-which-function)
1496 (ada-get-body-name, ada-outline-level, ada-narrow-to-defun)
1497 (ada-gen-treat-proc, ada-check-emacs-version)
1498 (ada-continuation-indent, ada-align-region-separate):
1499 Fix typos in docstrings.
1500 (ada-adjust-case, ada-adjust-case-interactive): Doc fixes.
1501
1502 2005-06-16 Lute Kamstra <lute@gnu.org>
1503
1504 * simple.el (fundamental-mode): Run after-change-major-mode-hook
1505 conditionally.
1506
1507 2005-06-16 Juanma Barranquero <lekktu@gmail.com>
1508
1509 * comint.el (comint-replace-by-expanded-filename)
1510 (comint-prompt-regexp, comint-delimiter-argument-list)
1511 (comint-preinput-scroll-to-bottom):
1512 * info.el (Info-hide-cookies-node):
1513 * ls-lisp.el (ls-lisp-classify):
1514 * find-file.el (ff-search-directories, ff-special-constructs)
1515 (ff-find-other-file):
1516 * font-lock.el (font-lock-keywords):
1517 * shell.el (shell-prompt-pattern)
1518 (shell-dynamic-complete-functions, shell-mode)
1519 (shell-delimiter-argument-list):
1520 * term.el (term-replace-by-expanded-filename)
1521 (term-prompt-regexp, term-delimiter-argument-list):
1522 * woman.el (woman-ignore, woman0-if):
1523 * emacs-lisp/derived.el (derived-mode-init-mode-variables):
1524 * emacs-lisp/elint.el (elint-init-env):
1525 * emacs-lisp/regexp-opt.el (regexp-opt-depth):
1526 * eshell/esh-mode.el (eshell-preinput-scroll-to-bottom):
1527 * language/ethio-util.el (ethio-tilde-escape)
1528 (ethio-use-three-dot-question):
1529 * net/zone-mode.el (zone-mode-load-time-setup):
1530 * progmodes/cc-align.el (c-lineup-argcont):
1531 * progmodes/cc-awk.el (c-awk-beginning-of-defun):
1532 * progmodes/cperl-mode.el (cperl-set-style-back):
1533 * progmodes/inf-lisp.el (inferior-lisp-prompt):
1534 * progmodes/vhdl-mode.el (vhdl-beginning-of-libunit):
1535 Fix spellings in docstrings.
1536
1537 * textmodes/sgml-mode.el (sgml-calculate-indent, html-tag-help):
1538 * progmodes/modula2.el (m2-for): Fix spellings.
1539
1540 * menu-bar.el (menu-bar-games-menu): Fix typo in menu help string.
1541
1542 * simple.el (undo-more): Don't use `format' on `error' arguments.
1543 Improve argument/docstring consistency.
1544 (pending-undo-list): Doc fix.
1545
1546 * smerge-mode.el (smerge-ensure-match):
1547 * emulation/vip.el (vip-ex):
1548 * net/zone-mode.el (zone-mode-update-serial):
1549 * progmodes/idlwave.el (idlwave-complete):
1550 * progmodes/vhdl-mode.el (vhdl-visit-file)
1551 (vhdl-compose-wire-components):
1552 Don't use `format' on `error' arguments.
1553
1554 * tooltip.el (tooltip-start-delayed-tip, tooltip-timeout)
1555 (tooltip-use-echo-area, tooltip-process-prompt-regexp)
1556 (tooltip-help-tips): Fix typos in docstrings.
1557
1558 2005-06-16 David Ponce <david@dponce.com>
1559
1560 * tree-widget.el (tree-widget-value-create): Simplify last change.
1561
1562 2005-06-15 Matt Hodges <MPHodges@member.fsf.org>
1563
1564 * ido.el (ido-incomplete-regexp): New variable.
1565 (ido-set-matches-1): Handle invalid-regexp error and set
1566 ido-incomplete-regexp.
1567 (ido-incomplete-regexp): New face.
1568 (ido-completions): Use it.
1569 (ido-complete, ido-exit-minibuffer, ido-completions):
1570 Handle incomplete regexps.
1571 (ido-completions): Add check for complete match when entering a regexp.
1572
1573 2005-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
1574
1575 * subr.el (add-to-ordered-list): Use a weak hash-table to avoid leaks.
1576
1577 2005-06-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
1578
1579 * textmodes/bibtex.el (bibtex-Preamble): Enclose BibTeX preamble
1580 by field delimiters.
1581
1582 2005-06-15 David Ponce <david@dponce.com>
1583
1584 * tree-widget.el: eval-and-compile inlined functions so they will
1585 be available at run-time too.
1586 (tree-widget-super-format-handler)
1587 (tree-widget-format-handler): Remove.
1588 (tree-widget-value-create): Handle the :indent property.
1589
1590 2005-06-15 Miles Bader <miles@gnu.org>
1591
1592 * progmodes/which-func.el (which-func): Only inherit
1593 `font-lock-function-name-face' when that makes sense against the
1594 default mode-line face, otherwise set the face color explicitly.
1595
1596 * progmodes/cperl-mode.el (cperl-init-faces): Use literal cperl
1597 faces instead of (non-existent) variables.
1598
1599 2005-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
1600
1601 * iswitchb.el (iswitchb-to-end): Replace mapcar with dolist.
1602 (iswitchb-get-matched-buffers): Likewise. Simplify.
1603
1604 2005-06-14 Miles Bader <miles@gnu.org>
1605
1606 * progmodes/ld-script.el (ld-script-location-counter):
1607 Remove "-face" suffix from face name.
1608 (ld-script-location-counter-face):
1609 New backward-compatibility alias for renamed face.
1610 (ld-script-location-counter-face): Use renamed face.
1611
1612 * progmodes/cperl-mode.el (cperl-nonoverridable, cperl-array)
1613 (cperl-hash): Remove "-face" suffix from face names.
1614 (cperl-nonoverridable-face, cperl-array-face, cperl-hash-face):
1615 New backward-compatibility aliases for renamed faces.
1616 (cperl-find-pods-heres, cperl-init-faces, cperl-ps-print-init)
1617 (cperl-ps-print-face-properties): Use renamed cperl-mode faces.
1618
1619 * progmodes/which-func.el (which-func): Remove "-face" suffix from face
1620 name.
1621 (which-func-face): New backward-compatibility alias for renamed face.
1622 (which-func-format): Use renamed which-func face.
1623
1624 * progmodes/vhdl-mode.el (vhdl-prompt, vhdl-attribute, vhdl-enumvalue)
1625 (vhdl-function, vhdl-directive, vhdl-reserved-word)
1626 (vhdl-translate-off): Remove "-face" suffix and "font-lock-" from face
1627 names.
1628 (vhdl-speedbar-entity, vhdl-speedbar-architecture)
1629 (vhdl-speedbar-configuration, vhdl-speedbar-package)
1630 (vhdl-speedbar-library, vhdl-speedbar-instantiation)
1631 (vhdl-speedbar-subprogram, vhdl-speedbar-entity-selected)
1632 (vhdl-speedbar-architecture-selected)
1633 (vhdl-speedbar-configuration-selected)
1634 (vhdl-speedbar-package-selected)
1635 (vhdl-speedbar-instantiation-selected): Remove "-face" suffix from face
1636 names.
1637 (vhdl-font-lock-keywords-2, vhdl-font-lock-keywords-5):
1638 Use renamed faces.
1639 (vhdl-prompt-face, vhdl-attribute-face, vhdl-enumvalue-face)
1640 (vhdl-function-face, vhdl-directive-face, vhdl-reserved-words-face)
1641 (vhdl-translate-off-face): Variables renamed to remove "font-lock-".
1642 Use renamed faces.
1643 (syntax-alist): Don't use "font-lock-" or "-face" in generated face
1644 names.
1645 (vhdl-font-lock-init, vhdl-ps-print-settings): Use renamed faces.
1646 (vhdl-speedbar-insert-hierarchy, vhdl-speedbar-expand-entity)
1647 (vhdl-speedbar-expand-package, vhdl-speedbar-update-current-unit)
1648 (vhdl-speedbar-make-inst-line, vhdl-speedbar-make-pack-line)
1649 (vhdl-speedbar-make-subpack-line, vhdl-speedbar-make-subprogram-line)
1650 (vhdl-speedbar-item-info, vhdl-speedbar-check-unit): Use renamed faces.
1651
1652 * progmodes/sh-script.el (sh-heredoc): Remove "-face" suffix from
1653 face name.
1654 (sh-heredoc-face): New backward-compatibility alias for renamed face.
1655 (sh-heredoc-face): Use renamed sh-heredoc face.
1656
1657 * progmodes/idlw-help.el (idlwave-help-link):
1658 Remove "-face" suffix from face name.
1659 (idlwave-help-link-face):
1660 New backward-compatibility alias for renamed face.
1661 (idlwave-highlight-linked-completions): Use renamed idlwave-help faces.
1662
1663 * progmodes/idlw-shell.el (idlwave-shell-bp-face)
1664 (idlwave-shell-disabled-bp): Remove "-face" suffix from face names.
1665 (idlwave-shell-bp-face, idlwave-shell-disabled-bp):
1666 New backward-compatibility aliases for renamed faces.
1667 (idlwave-shell-disabled-breakpoint-face)
1668 (idlwave-shell-breakpoint-face): Use renamed idlwave-shell faces.
1669
1670 * progmodes/flymake.el (flymake-errline, flymake-warnline):
1671 Remove "-face" suffix from face names.
1672 (flymake-errline-face, flymake-warnline-face):
1673 New backward-compatibility aliases for renamed faces.
1674 (flymake-highlight-line): Use renamed flymake faces.
1675
1676 * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
1677 (ebrowse-file-name, ebrowse-default, ebrowse-member-attribute)
1678 (ebrowse-member-class, ebrowse-progress):
1679 Remove "-face" suffix from face names.
1680 (ebrowse-tree-mark-face, ebrowse-root-class-face)
1681 (ebrowse-file-name-face, ebrowse-default-face)
1682 (ebrowse-member-attribute-face, ebrowse-member-class-face)
1683 (ebrowse-progress-face):
1684 New backward-compatibility aliases for renamed faces.
1685 (ebrowse-show-progress, ebrowse-show-file-name-at-point)
1686 (ebrowse-set-mark-props, ebrowse-draw-tree-fn)
1687 (ebrowse-draw-member-buffer-class-line, ebrowse-draw-member-long-fn)
1688 (ebrowse-draw-member-short-fn): Use renamed ebrowse faces.
1689
1690 * progmodes/antlr-mode.el (antlr-default, antlr-keyword, antlr-syntax)
1691 (antlr-ruledef, antlr-tokendef, antlr-ruleref, antlr-tokenref)
1692 (antlr-literal): Remove "-face" suffix and "font-lock-" from face names.
1693 (antlr-font-lock-default-face, antlr-font-lock-keyword-face)
1694 (antlr-font-lock-syntax-face, antlr-font-lock-ruledef-face)
1695 (antlr-font-lock-tokendef-face, antlr-font-lock-ruleref-face)
1696 (antlr-font-lock-tokenref-face, antlr-font-lock-literal-face):
1697 New backward-compatibility aliases for renamed faces.
1698 (antlr-default-face, antlr-keyword-face, antlr-syntax-face)
1699 (antlr-ruledef-face, antlr-tokendef-face, antlr-ruleref-face)
1700 (antlr-tokenref-face, antlr-literal-face): Variables renamed to remove
1701 "font-lock-". Use renamed antlr-mode faces.
1702 (antlr-font-lock-additional-keywords): Use renamed faces.
1703 Replace literal face-names with face variable references.
1704
1705 * buff-menu.el (Buffer-menu-buffer): Remove "-face" suffix from
1706 face name.
1707 (Buffer-menu-buffer-face): New backward-compatibility alias for
1708 renamed face.
1709 (list-buffers-noselect): Use renamed Buffer-menu-buffer face.
1710
1711 2005-06-15 Daniel Pfeiffer <occitan@esperanto.org>
1712
1713 * progmodes/make-mode.el (makefile-space, makefile-makepp-perl):
1714 Eliminate "-face" suffix.
1715 (makefile-targets): Inherit from font-lock-function-name-face and
1716 eliminate "-face" suffix.
1717 (makefile-shell): Remove attributes and eliminate "-face" suffix.
1718 (makefile-*-font-lock-keywords): Append makefile-targets in rule
1719 actions, instead of prepending, to make it less visible.
1720 (makefile-previous-dependency, makefile-match-dependency):
1721 Don't match a target on a continuation line.
1722
1723 * files.el (auto-mode-alist): Put Makefile in gmake mode.
1724
1725 2005-06-15 Nick Roberts <nickrob@snap.net.nz>
1726
1727 * progmodes/gdb-ui.el (menu): Re-order menu items.
1728 (gdb-tooltip-print): Respect tooltip-use-echo-area.
1729
1730 * progmodes/gud.el (tooltip-use-echo-area): Remove alias.
1731 Define in tooltip.el.
1732 (gud-tooltip-process-output): Respect tooltip-use-echo-area.
1733 (gud-tooltip-tips): Respect tooltip-use-echo-area and
1734 gud-tooltip-echo-area.
1735
1736 * tooltip.el (tooltip-use-echo-area): Restore from gud.el for
1737 backward compatibility and make obsolete.
1738 (tooltip-help-tips): Use tooltip-use-echo-area.
1739 (tooltip-show-help-function): Rename to...
1740 (tooltip-show-help): ...this, because it is a function.
1741 (tooltip-mode, tooltip-help-message): Call tooltip-show-help.
1742
1743 2005-06-14 Luc Teirlinck <teirllm@auburn.edu>
1744
1745 * emacs-lisp/edebug.el (edebug-all-defs, edebug-initial-mode)
1746 (edebug-print-length, edebug-print-level, edebug-print-circle)
1747 (edebug-modify-breakpoint, edebug-eval-last-sexp)
1748 (edebug-eval-print-last-sexp): Doc fixes.
1749
1750 2005-06-14 Kim F. Storm <storm@cua.dk>
1751
1752 * ido.el (ido-mode): Make a new keymap every time we enable ido,
1753 as the coverage buffer/file/both may change.
1754
1755 2005-06-14 Lute Kamstra <lute@gnu.org>
1756
1757 * net/ange-ftp.el (internal-ange-ftp-mode): Use delay-mode-hooks
1758 and run-mode-hooks. Simplify.
1759
1760 * mail/rmailedit.el (rmail-edit-mode):
1761 * progmodes/octave-inf.el (inferior-octave-mode):
1762 * progmodes/sql.el (sql-interactive-mode): Use delay-mode-hooks.
1763
1764 * recentf.el (recentf-dialog-mode): Use kill-all-local-variables
1765 and run-mode-hooks.
1766 (recentf-edit-list, recentf-open-files): Don't call
1767 kill-all-local-variables directly.
1768
1769 * emacs-lisp/debug.el (debug-on-entry): Fix docstring.
1770
1771 2005-06-14 Juanma Barranquero <lekktu@gmail.com>
1772
1773 * emacs-lisp/byte-run.el (make-obsolete)
1774 (define-obsolete-function-alias): Rename arguments FUNCTION and
1775 NEW to OBSOLETE-NAME and CURRENT-NAME respectively.
1776 (make-obsolete-variable, define-obsolete-variable-alias):
1777 Rename arguments VARIABLE and NEW to OBSOLETE-NAME and CURRENT-NAME
1778 respectively.
1779
1780 * isearchb.el (isearchb-activate):
1781 * pcvs.el (cvs-mode):
1782 * ses.el (ses-load):
1783 * vc-arch.el (vc-arch-checkin, vc-arch-diff):
1784 * net/tramp.el (tramp-find-file-exists-command)
1785 (tramp-find-shell):
1786 * progmodes/ada-mode.el (ada-create-case-exception)
1787 (ada-create-case-exception-substring, ada-make-subprogram-body):
1788 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
1789 * progmodes/idlwave.el (idlwave-complete-class-structure-tag-help):
1790 * progmodes/vhdl-mode.el (vhdl-speedbar-place-component):
1791 * textmodes/org.el (org-promote, org-evaluate-time-range)
1792 (org-agenda-next-date-line, org-agenda-previous-date-line)
1793 (org-agenda-error, org-open-at-point, org-table-move-row)
1794 (org-format-table-table-html-using-table-generate-source)
1795 (org-shiftcursor-error, org-ctrl-c-ctrl-c):
1796 * textmodes/reftex.el (reftex-access-scan-info):
1797 * textmodes/reftex-toc.el (reftex-toc-dframe-p)
1798 (reftex-toc-promote-prepare): Follow error conventions.
1799
1800 * diff-mode.el (diff-mode): Fix typo in docstring.
1801
1802 * forms.el (forms--intuit-from-file): Fix reference to
1803 `forms-number-of-fields' in error message.
1804 (forms-print): Fix quoting in error message.
1805
1806 * forms.el (forms-mode):
1807 * emulation/vi.el (vi-goto-insert-state):
1808 * progmodes/flymake.el (flymake-new-err-info)
1809 (flymake-start-syntax-check-for-current-buffer)
1810 (flymake-simple-cleanup):
1811 * eshell/esh-var.el (eshell/export):
1812 * progmodes/gud.el (xdb):
1813 * textmodes/flyspell.el (flyspell-incorrect-hook)
1814 (flyspell-maybe-correct-transposition)
1815 (flyspell-maybe-correct-doubling): Fix quoting in docstring.
1816
1817 2005-06-13 Luc Teirlinck <teirllm@auburn.edu>
1818
1819 * emacs-lisp/debug.el (cancel-debug-on-entry): Mention default in
1820 minibuffer prompt.
1821
1822 2005-06-13 Kim F. Storm <storm@cua.dk>
1823
1824 * subr.el (add-to-ordered-list): New defun.
1825
1826 * emulation/cua-base.el (cua-mode): Use add-to-ordered-list to
1827 add cua--keymap-alist to emulation-mode-map-alists.
1828
1829 2005-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
1830
1831 * subr.el (complete-in-turn): New macro.
1832 (dynamic-completion-table, lazy-completion-table): Add debug info.
1833
1834 * faces.el (read-face-name): Use complete-in-turn complete non-aliases
1835 in preference to face aliases.
1836
1837 * textmodes/fill.el (fill-match-adaptive-prefix): New function.
1838 (fill-context-prefix): Use it to avoid guessing absurdly long prefixes.
1839 Remove unused vars `start' and `firstline'.
1840 (fill-nobreak-p): Fix line-move-invisible -> line-move-invisible-p.
1841 (justify-current-line, fill-individual-paragraphs): Remove unused vars.
1842
1843 2005-06-13 Eli Zaretskii <eliz@gnu.org>
1844
1845 * cus-start.el (all): Don't complain about missing GTK-related
1846 variables, unless either `gtk' is boundp or this isn't a
1847 `windows-nt' build.
1848
1849 2005-06-13 Lute Kamstra <lute@gnu.org>
1850
1851 * abbrev.el (edit-abbrevs-mode): Use kill-all-local-variables and
1852 run-mode-hooks.
1853
1854 * ediff-mult.el (ediff-meta-mode):
1855 * ediff-util.el (ediff-mode): Use run-mode-hooks.
1856
1857 * ledit.el (ledit-mode): Use delay-mode-hooks.
1858
1859 * woman.el (woman-mode-line-format): Delete constant.
1860 (woman-mode-map): Initialize it properly.
1861 (woman-mode): Set mode-class property to special.
1862 Use delay-mode-hooks and run-mode-hooks. Use the right keymap.
1863 Set major-mode and mode-name. Don't set mode-line-format directly.
1864 (Man-getpage-in-background): Don't reference woman-mode-line-format.
1865
1866 * emacs-lisp/debug.el (cancel-debug-on-entry): Make the empty
1867 string argument obsolete.
1868
1869 2005-06-13 Carsten Dominik <dominik@science.uva.nl>
1870
1871 * textmodes/org.el (org-CUA-compatible): New option.
1872 (org-disputed-keys): New variable.
1873 (org-key): New function.
1874 (orgtbl-make-binding): Add docstring to the created function.
1875 (org-mode): Set paragraph start/separate regexps.
1876 (orgtbl-mode): Don't start `orgtbl-mode' in `org-mode' buffers.
1877 (org-archive-location, org-archive-mark-done)
1878 (org-archive-stamp-time): New options.
1879 (org-archive-subtree): New command.
1880 (org-fill-paragraph): New function.
1881 (org-mode): Set `fill-paragraph-function' to `org-fill-paragraph'.
1882 (org-fake-empty-table-line): Function removed.
1883 (org-format-org-table-html): Do not create empty table lines at
1884 separator lines. Improved table header treatment.
1885 (org-link-format): New option.
1886 (org-make-link): New function.
1887 (org-insert-link, org-store-link): Use org-make-link.
1888 (org-open-file): Quote file name for shell command, to allow
1889 spaces in file names.
1890 (org-link-regexp): Fix bug with mailto link.
1891 (org-link-maybe-angles-regexp, org-protected-link-regexp):
1892 New constants.
1893 (org-export-as-html): Deal with the optional angles around a link.
1894 Better treatment of file: links.
1895 (org-open-at-point): Replace @{ and @} with < and >.
1896 (org-run-mode-hooks): Function removed.
1897 (org-agenda-mode): No longer use `org-run-mode-hooks'.
1898
1899 2005-06-13 Nick Roberts <nickrob@snap.net.nz>
1900
1901 * progmodes/gdb-ui.el (gdb-registers-mode): Let gdbmi use
1902 MI command -data-list-register-values.
1903 (gdb-post-prompt): Indent properly.
1904
1905 2005-06-13 Juanma Barranquero <lekktu@gmail.com>
1906
1907 * hilit-chg.el (highlight-changes-colors): Rename from
1908 `highlight-changes-colours'.
1909 (highlight-changes-colours): Keep as obsolete alias.
1910 (highlight-changes-face-list): Doc fix.
1911 (hilit-chg-make-list): Use `highlight-changes-colors'.
1912
1913 2005-06-12 Mark A. Hershberger <mah@everybody.org>
1914
1915 * progmodes/cperl-mode.el (cperl-mode): Remove stray paren in
1916 defun-prompt-regexp.
1917
1918 2005-06-12 Eli Zaretskii <eliz@gnu.org>
1919
1920 * loadup.el: Don't say we are dumping under 2 names on windows-nt
1921 and cygwin.
1922
1923 * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
1924 Don't use an old loaddefs.el, as in Makefile.in.
1925
1926 2005-06-12 Lute Kamstra <lute@gnu.org>
1927
1928 * Makefile.in (bootstrap-prepare): Don't use an old loaddefs.el.
1929
1930 * man.el (Man-mode-map): Initialize it properly.
1931 (Man-mode): Set mode-class property to special.
1932
1933 * calendar/calendar.el (calendar-mode): Use run-mode-hooks.
1934
1935 2005-06-11 Luc Teirlinck <teirllm@auburn.edu>
1936
1937 * menu-bar.el (menu-bar-make-toggle): Remove stray backslash.
1938 A newline is needed in the docstring there.
1939
1940 * emacs-lisp/debug.el (debug-on-entry, cancel-debug-on-entry):
1941 Doc fixes.
1942
1943 2005-06-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1944
1945 * printing.el: Doc fix. The menubar is no more changed when printing
1946 is loaded, it only changes when pr-menu-bind or pr-update-menus is
1947 called. Now, the menubar changing will work in Emacs 20, 21 and 22.
1948 (pr-version): New version number (6.8.4).
1949 (pr-menu-bind): New command.
1950 (pr-update-menus): Docstring and code fix.
1951 (pr-menu-print-item): Now is a global var in Emacs and XEmacs.
1952 Docstring fix.
1953 (pr-txt-printer-alist, pr-ps-printer-alist, pr-gv-command)
1954 (pr-gs-command, pr-gs-switches, pr-ps-utility-alist): Docstring fix.
1955
1956 2005-06-11 Thien-Thi Nguyen <ttn@gnu.org>
1957
1958 * emacs-lisp/ewoc.el: Doc fixes for public funcs:
1959 "Returns" to "return", document useful return values, etc.
1960
1961 2005-06-11 Alan Mackenzie <acm@muc.de>
1962
1963 * fill.el (fill-context-prefix): Try `adaptive-fill-function'
1964 BEFORE `adaptive-fill-regexp' when determining a fill prefix.
1965 (adaptive-file-function): Minor amendment to doc-string.
1966
1967 2005-06-11 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
1968
1969 * thumbs.el (thumbs-per-line, thumbs-thumbsdir-max-size)
1970 (thumbs-relief, thumbs-margin, thumbs-image-resizing-step):
1971 Fix :type--it is `integer', not `string'.
1972
1973 * faces.el (modeline-highlight): Rename from (the erroneous)
1974 `modeline-higilight'.
1975
1976 2005-06-11 Lute Kamstra <lute@gnu.org>
1977
1978 * emacs-lisp/edebug.el (edebug-eval-mode-map): Don't copy
1979 lisp-interaction-mode-map but make it the parent.
1980 (edebug-eval-mode): Use define-derived-mode.
1981
1982 2005-06-11 Andreas Schwab <schwab@suse.de>
1983
1984 * bindings.el: Add binding of `ESC functionkey' for every
1985 `M-functionkey'.
1986 * hexl.el (hexl-mode-map): Likewise.
1987
1988 2005-06-10 Michael Hotchin <michael@hotchin.net> (tiny change)
1989
1990 * progmodes/compile.el (compilation-error-regexp-alist-alist)
1991 [msft]: update regexp for newer msft compilers.
1992
1993 2005-06-10 Mark A. Hershberger <mah@everybody.org>
1994
1995 * xml.el (start-chars, xml-parse-dtd): Add the ability to skip
1996 ATTLIST portions of included DTDs.
1997 (xml-parse-dtd): Eliminate use of inefficient match-data.
1998
1999 2005-06-10 Miles Bader <miles@gnu.org>
2000
2001 * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
2002 (mpuz-text): Remove "-face" suffix from face names.
2003 (mpuz-unsolved-face, mpuz-solved-face, mpuz-trivial-face)
2004 (mpuz-text-face): New backward-compatibility aliases for renamed faces.
2005 (mpuz-create-buffer, mpuz-paint-digit): Use renamed mpuz faces.
2006
2007 * play/gomoku.el (gomoku-O, gomoku-X):
2008 Remove "-face" suffix from face names.
2009 (gomoku-font-lock-O-face, gomoku-font-lock-X-face):
2010 New backward-compatibility aliases for renamed faces.
2011 (gomoku-font-lock-keywords): Use renamed gomoku faces.
2012
2013 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
2014
2015 * thumbs.el: Fixes for changes of 2005-06-09.
2016 (thumbs-thumbsdir): Force `thumbs-thumbsdir' to be interpretable
2017 as a directory.
2018 (thumbs-thumbname): Remove directory separator from format string;
2019 `thumbs-thumbsdir' now returns a valid directory name.
2020 (thumbs-temp-dir): New defsubst.
2021 (thumbs-temp-file, thumbs-resize-image, thumbs-modify-image):
2022 Use it.
2023
2024 * cus-edit.el (minibuffer):
2025 * files.el (make-backup-file-name-function):
2026 * filesets.el (filesets-external-viewers):
2027 * hilit-chg.el (highlight-changes-colours)
2028 (highlight-changes-face-list, highlight-changes-rotate-faces):
2029 * ielm.el (ielm-dynamic-return, inferior-emacs-lisp-mode):
2030 * kmacro.el (kmacro-call-macro):
2031 * log-edit.el (log-edit-changelog-full-paragraphs):
2032 * mouse.el (mouse-1-click-follows-link):
2033 * skeleton.el (skeleton-autowrap):
2034 * subr.el (insert-for-yank-1):
2035 * tempo.el (tempo-insert-region):
2036 * terminal.el (terminal-emulator):
2037 * time.el (display-time-mail-face):
2038 * vc.el (vc-annotate):
2039 * vcursor.el (vcursor-copy-line):
2040 * woman.el (woman-bold-headings, woman-ignore)
2041 (woman-default-faces, woman-monochrome-faces):
2042 * calendar/todo-mode.el (todo-insert-threshold):
2043 * emulation/pc-select.el (pc-select-selection-keys-only)
2044 (pc-selection-mode):
2045 * emulation/vip.el (vip-find-char-forward):
2046 * emulation/viper-cmd.el (viper-find-char-forward):
2047 * international/mule-cmds.el (select-safe-coding-system-accept-default-p)
2048 (input-method-exit-on-invalid-key):
2049 * international/mule-diag.el (describe-coding-system):
2050 * international/ucs-tables.el (unify-8859-on-encoding-mode):
2051 * net/browse-url.el (browse-url-xterm-program):
2052 * obsolete/lazy-lock.el (lazy-lock-mode):
2053 * progmodes/cperl-mode.el (cperl-info-on-command-no-prompt)
2054 (cperl-mode):
2055 * progmodes/cpp.el (cpp-face-light-name-list)
2056 (cpp-face-dark-name-list):
2057 * progmodes/delphi.el (delphi-newline-always-indents):
2058 Fix spellings in docstrings.
2059
2060 * ido.el (ido-mode, ido-file-extensions-order)
2061 (ido-default-file-method, ido-default-buffer-method)
2062 (ido-max-prospects, ido-slow-ftp-hosts, ido-setup-hook)
2063 (ido-decorations, ido-read-file-name-as-directory-commands)
2064 (ido-read-file-name-non-ido, ido-work-directory-list)
2065 (ido-ignore-item-temp-list, ido-current-directory)
2066 (ido-magic-forward-char, ido-enter-find-file)
2067 (ido-enter-switch-buffer, ido-visit-buffer, ido-switch-buffer)
2068 (ido-find-file, ido-read-buffer): Fix typos in docstrings.
2069
2070 2005-06-10 Lute Kamstra <lute@gnu.org>
2071
2072 * play/dunnet.el (dun-mode): Use define-derived-mode.
2073 (dungeon-mode-map): Rename to dun-mode-map. Keep old name as an
2074 obsolete alias.
2075
2076 * play/doctor.el (doctor-mode-map): Remove defvar.
2077 (doctor-mode): Use define-derived-mode.
2078
2079 * mail/mspools.el (mspools-mode):
2080 * net/eudc-hotlist.el (eudc-hotlist-mode):
2081 * play/blackbox.el (blackbox-mode): Use run-mode-hooks.
2082
2083 2005-06-10 Miles Bader <miles@gnu.org>
2084
2085 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
2086 Remove "-face" suffix from face names.
2087 (flyspell-incorrect-face, flyspell-duplicate-face):
2088 New backward-compatibility aliases for renamed faces.
2089 (flyspell-mode-on, make-flyspell-overlay)
2090 (flyspell-highlight-incorrect-region)
2091 (flyspell-highlight-duplicate-region)
2092 (flyspell-display-next-corrections)
2093 (flyspell-auto-correct-previous-word): Use renamed flyspell faces.
2094
2095 * textmodes/texinfo.el (texinfo-heading): Remove "-face" suffix
2096 from face name.
2097 (texinfo-heading-face): New backward-compatibility alias for
2098 renamed face.
2099 (texinfo-heading-face): Use renamed texinfo-heading face.
2100
2101 * textmodes/tex-mode.el (tex-math, tex-verbatim): Remove "-face"
2102 suffix from face names.
2103 (tex-math-face, tex-verbatim-face):
2104 New backward-compatibility aliases for renamed faces.
2105 (tex-math-face, tex-verbatim-face): Use renamed tex-mode faces.
2106 (tex-insert-quote): Use `tex-verbatim-face' variable instead of
2107 literal face name.
2108
2109 * textmodes/table.el (table-cell): Remove "-face" suffix from face
2110 name.
2111 (table-cell-face): New backward-compatibility alias for renamed face.
2112 (table--put-cell-face-property, table--update-cell-face):
2113 Use renamed table-cell face.
2114
2115 * textmodes/sgml-mode.el (sgml-namespace): Remove "-face" suffix
2116 from face name.
2117 (sgml-namespace-face): New backward-compatibility alias for
2118 renamed face.
2119 (sgml-namespace-face): Use renamed sgml-namespace face.
2120
2121 * textmodes/org.el (org-level-1, org-level-2, org-level-3)
2122 (org-level-4, org-level-5, org-level-6, org-level-7)
2123 (org-level-8, org-warning, org-headline-done)
2124 (org-deadline-announce, org-scheduled-today)
2125 (org-scheduled-previously, org-link, org-done, org-table)
2126 (org-time-grid): Remove "-face" suffix from face names.
2127 (org-level-1-face, org-level-2-face, org-level-3-face)
2128 (org-level-4-face, org-level-5-face, org-level-6-face)
2129 (org-level-7-face, org-level-8-face, org-warning-face)
2130 (org-headline-done-face, org-deadline-announce-face)
2131 (org-scheduled-today-face, org-scheduled-previously-face)
2132 (org-link-face, org-done-face, org-table-face)
2133 (org-time-grid-face):
2134 New backward-compatibility aliases for renamed faces.
2135 (org-level-faces, org-set-font-lock-defaults, org-timeline)
2136 (org-agenda, org-agenda-get-todos, org-agenda-get-deadlines)
2137 (org-agenda-get-timestamps, org-agenda-get-scheduled)
2138 (org-agenda-add-time-grid-maybe, org-table-p): Use renamed org faces.
2139
2140 * emulation/viper-init.el (viper-search, viper-replace-overlay)
2141 (viper-minibuffer-emacs, viper-minibuffer-insert)
2142 (viper-minibuffer-vi): Remove "-face" suffix from face names.
2143 (viper-search-face, viper-replace-overlay-face)
2144 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
2145 (viper-minibuffer-vi-face):
2146 New backward-compatibility aliases for renamed faces.
2147 (viper-search-face, viper-replace-overlay-face)
2148 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
2149 (viper-minibuffer-vi-face): Use renamed viper faces.
2150
2151 * emacs-lisp/testcover.el (testcover-nohits, testcover-1value):
2152 Remove "-face" suffix from face names.
2153 (testcover-nohits-face, testcover-1value-face):
2154 New backward-compatibility aliases for renamed faces.
2155 (testcover-mark): Use renamed testcover faces.
2156
2157 * calendar/diary-lib.el (diary-button): Remove "-face" suffix from
2158 face name.
2159 (diary-button-face): New backward-compatibility alias for renamed face.
2160 (diary-entry): Use renamed diary-button face.
2161
2162 * calendar/calendar.el (diary, calendar-today, holiday)
2163 (mark-visible-calendar-date): Remove "-face" suffix from face names.
2164 (diary-face, calendar-today-face, holiday-face):
2165 New backward-compatibility aliases for renamed faces.
2166 (eval-after-load "facemenu", diary-entry-marker)
2167 (calendar-today-marker, calendar-holiday-marker, diary-face):
2168 Use renamed calendar faces.
2169
2170 * compare-w.el (compare-windows): Remove "-face" suffix from face name.
2171 (compare-windows-face): New backward-compatibility alias for
2172 renamed face.
2173 (compare-windows-highlight): Use renamed compare-windows face.
2174
2175 * strokes.el (strokes-char): Remove "-face" suffix from face name.
2176 (strokes-char-face): New backward-compatibility alias for renamed face.
2177 (strokes-encode-buffer): Use renamed strokes-char face.
2178
2179 * pcvs-info.el (cvs-header, cvs-filename, cvs-unknown)
2180 (cvs-handled, cvs-need-action, cvs-marked, cvs-msg):
2181 Remove "-face" suffix from face names.
2182 (cvs-header-face, cvs-filename-face, cvs-unknown-face)
2183 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
2184 (cvs-msg-face): New backward-compatibility aliases for renamed faces.
2185 (cvs-fi-up-to-date-face, cvs-fi-unknown-face, cvs-fileinfo-pp):
2186 Use renamed pcvs faces.
2187 * pcvs.el (cvs-mode-find-file): Use renamed pcvs faces.
2188 * pcvs-defs.el (cvs-mode-map): Likewise.
2189 * cvs-status.el (cvs-status-font-lock-keywords): Likewise.
2190
2191 * info.el (info-title-1, info-title-2, info-title-3)
2192 (info-title-4): Remove "-face" suffix from and downcase face names.
2193 (Info-title-1-face, Info-title-2-face, Info-title-3-face)
2194 (Info-title-4-face):
2195 New backward-compatibility aliases for renamed faces.
2196 (Info-fontify-node): Use renamed info faces.
2197
2198 * hilit-chg.el (highlight-changes, highlight-changes-delete):
2199 Remove "-face" suffix from face names.
2200 (highlight-changes-face, highlight-changes-delete-face):
2201 New backward-compatibility aliases for renamed faces.
2202 (hilit-chg-cust-fix-changes-face-list, hilit-chg-make-ov)
2203 (hilit-chg-make-list): Use renamed highlight-changes faces.
2204
2205 * generic-x.el (show-tabs-tab, show-tabs-space):
2206 Remove "-face" suffix from face names.
2207 (show-tabs-tab-face, show-tabs-space-face):
2208 New backward-compatibility aliases for renamed faces.
2209 (show-tabs-generic-mode-font-lock-defaults-1)
2210 (show-tabs-generic-mode-font-lock-defaults-2):
2211 Use renamed show-tabs faces.
2212
2213 * smerge-mode.el (smerge-mine, smerge-other, smerge-base)
2214 (smerge-markers): Remove "-face" suffix from face names.
2215 (smerge-mine-face, smerge-other-face, smerge-base-face)
2216 (smerge-markers-face):
2217 New backward-compatibility aliases for renamed faces.
2218 (smerge-mine-face, smerge-other-face, smerge-base-face)
2219 (smerge-markers-face): Use renamed smerge faces.
2220
2221 * log-view.el (log-view-file, log-view-message):
2222 Remove "-face" suffix from face names.
2223 (log-view-file-face, log-view-message-face):
2224 New backward-compatibility aliases for renamed faces.
2225 (log-view-file-face, log-view-message-face): Use renamed log-view faces.
2226
2227 * paren.el (show-paren-match, show-paren-mismatch):
2228 Remove "-face" suffix from face names.
2229 (show-paren-match-face, show-paren-mismatch-face):
2230 New backward-compatibility aliases for renamed faces.
2231 (show-paren-function): Use renamed show-paren faces.
2232
2233 * ruler-mode.el (ruler-mode-default, ruler-mode-pad)
2234 (ruler-mode-margins, ruler-mode-fringes)
2235 (ruler-mode-column-number, ruler-mode-fill-column)
2236 (ruler-mode-comment-column, ruler-mode-goal-column)
2237 (ruler-mode-tab-stop, ruler-mode-current-column):
2238 Remove "-face" suffix from face names.
2239 (ruler-mode-default-face, ruler-mode-pad-face)
2240 (ruler-mode-margins-face, ruler-mode-fringes-face)
2241 (ruler-mode-column-number-face, ruler-mode-fill-column-face)
2242 (ruler-mode-comment-column-face, ruler-mode-goal-column-face)
2243 (ruler-mode-tab-stop-face, ruler-mode-current-column-face):
2244 New backward-compatibility aliases for renamed faces.
2245 (ruler-mode-pad, ruler-mode-margins, ruler-mode-fringes)
2246 (ruler-mode-column-number, ruler-mode-fill-column)
2247 (ruler-mode-comment-column, ruler-mode-goal-column)
2248 (ruler-mode-tab-stop, ruler-mode-current-column)
2249 (ruler-mode-mouse-grab-any-column, ruler-mode-ruler): Use renamed faces.
2250
2251 * whitespace.el (whitespace-highlight): Remove "-face" suffix from
2252 face name.
2253 (whitespace-highlight-the-space): Use renamed face.
2254 (whitespace-highlight-face): New backward-compatibility alias for
2255 renamed face.
2256
2257 * woman.el (woman-italic, woman-bold, woman-unknown)
2258 (woman-addition, woman-symbol-face):
2259 Remove "-face" suffix from face names.
2260 (woman-italic-face, woman-bold-face, woman-unknown-face)
2261 (woman-addition-face):
2262 New backward-compatibility aliases for renamed faces.
2263 (woman-default-faces, woman-monochrome-faces, woman-man-buffer)
2264 (woman-decode-region, woman-replace-match)
2265 (woman-display-extended-fonts, woman-special-characters)
2266 (woman-font-alist, woman-change-fonts, woman2-TH, woman2-SH):
2267 Use renamed woman faces.
2268
2269 * longlines.el (longlines-visible-face): Face removed.
2270
2271 * diff-mode.el (diff-header, diff-file-header, diff-index)
2272 (diff-hunk-header, diff-removed, diff-added, diff-changed)
2273 (diff-function, diff-context, diff-nonexistent): Remove "-face"
2274 suffix from face names.
2275 (diff-header-face, diff-file-header-face, diff-index-face)
2276 (diff-hunk-header-face, diff-removed-face, diff-added-face)
2277 (diff-changed-face, diff-function-face, diff-context-face)
2278 (diff-nonexistent-face): New backward-compatibility aliases for
2279 renamed faces.
2280 (diff-header-face, diff-file-header-face)
2281 (diff-index, diff-index-face, diff-hunk-header)
2282 (diff-hunk-header-face, diff-removed, diff-removed-face)
2283 (diff-added, diff-added-face, diff-changed-face, diff-function)
2284 (diff-function-face, diff-context-face, diff-nonexistent)
2285 (diff-nonexistent-face): Use renamed diff-mode faces.
2286
2287 * progmodes/compile.el (compilation-warning-face)
2288 (compilation-info-face): Remove "-face" suffix from face names.
2289 (compilation-warning-face, compilation-info-face):
2290 New backward-compatibility aliases for renamed faces.
2291 (compilation-warning-face, compilation-info-face):
2292 Use renamed compilation faces.
2293
2294 * add-log.el (change-log-date, change-log-name)
2295 (change-log-email, change-log-file, change-log-list)
2296 (change-log-conditionals, change-log-function)
2297 (change-log-acknowledgement): Remove "-face" suffix from face names.
2298 (change-log-date-face, change-log-name-face)
2299 (change-log-email-face, change-log-file-face)
2300 (change-log-list-face, change-log-conditionals-face)
2301 (change-log-function-face, change-log-acknowledgement-face):
2302 New backward-compatibility aliases for renamed faces.
2303 (change-log-font-lock-keywords): Use renamed change-log faces.
2304
2305 * cus-edit.el (custom-invalid, custom-rogue, custom-modified)
2306 (custom-set, custom-changed, custom-saved, custom-button)
2307 (custom-button-pressed, custom-documentation, custom-state)
2308 (custom-comment, custom-comment-tag, custom-variable-tag)
2309 (custom-variable-button, custom-face-tag, custom-group-tag-1)
2310 (custom-group-tag): Remove "-face" suffix from face names.
2311 (custom-magic-alist, custom-magic-value-create)
2312 (custom-group-sample-face-get, custom-mode): Use renamed custom faces.
2313 (custom-invalid-face, custom-rogue-face, custom-modified-face)
2314 (custom-set-face, custom-changed-face, custom-saved-face)
2315 (custom-button-face, custom-button-pressed-face)
2316 (custom-documentation-face, custom-state-face)
2317 (custom-comment-face, custom-comment-tag-face)
2318 (custom-variable-tag-face, custom-variable-button-face)
2319 (custom-face-tag-face, custom-group-tag-face-1)
2320 (custom-group-tag-face):
2321 New backward-compatibility aliases for renamed faces.
2322
2323 * wid-edit.el (widget-documentation, widget-button)
2324 (widget-field, widget-single-line-field, widget-inactive)
2325 (widget-button-pressed): "-face" suffix removed from face names.
2326 (widget-documentation-face, widget-button-face)
2327 (widget-field-face, widget-single-line-field-face)
2328 (widget-inactive-face, widget-button-pressed-face):
2329 New backward-compatibility aliases for renamed faces.
2330 (widget-documentation-face, widget-button-face)
2331 (widget-button-pressed-face, widget-specify-field)
2332 (widget-specify-inactive): Use renamed widget faces.
2333
2334 2005-06-10 Kenichi Handa <handa@m17n.org>
2335
2336 * term/x-win.el (x-clipboard-yank): Remove condition-case
2337 wrapping.
2338
2339 2005-06-11 Kenichi Handa <handa@m17n.org>
2340
2341 * add-log.el (change-log-font-lock-keywords): Make the regexp for
2342 date lines stricter.
2343
2344 2005-06-10 Zhang Wei <id.brep@gmail.com> (tiny change)
2345
2346 * term/x-win.el (x-clipboard-yank): Use x-selection-value instead
2347 of x-get-selection.
2348
2349 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
2350
2351 * comint.el (comint-mode, comint-snapshot-last-prompt):
2352 * frame.el (frame-current-scroll-bars):
2353 * term.el (term-mode, term-check-proc, term-input-sender)
2354 (term-simple-send, term-extract-string, term-word)
2355 (term-match-partial-filename):
2356 * window.el (window-current-scroll-bars):
2357 * emulation/cua-base.el (cua-normal-cursor-color)
2358 (cua-read-only-cursor-color, cua-overwrite-cursor-color)
2359 (cua-global-mark-cursor-color):
2360 * mail/undigest.el (rmail-forward-separator-regex):
2361 Fix typos in docstrings.
2362
2363 * comint.el (comint-check-proc, make-comint-in-buffer)
2364 (comint-source-default): Doc fixes.
2365
2366 * term.el (term-send-string): Improve argument/docstring
2367 consistency.
2368
2369 2005-06-09 Luc Teirlinck <teirllm@auburn.edu>
2370
2371 * comint.el (comint-send-input): Bind `inhibit-read-only' around
2372 call to `delete-region'.
2373 (comint-mode-hook): Do not enable Font Lock by default.
2374
2375 2005-06-09 Lute Kamstra <lute@gnu.org>
2376
2377 * textmodes/ispell.el (ispell-menu-map-needed): flyspell-mode
2378 could be void.
2379
2380 2005-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
2381
2382 * emacs-lisp/debug.el (debugger-will-be-back): New var.
2383 (debug): Use it.
2384 (debugger-step-through, debugger-continue, debugger-jump)
2385 (debugger-return-value): Set it when needed.
2386 (debugger-make-xrefs, debugger-frame, debugger-frame-clear):
2387 Use inhibit-read-only.
2388
2389 2005-06-09 Juanma Barranquero <lekktu@gmail.com>
2390
2391 * window.el (shrink-window-if-larger-than-buffer)
2392 (window-size-fixed): Fix typo in docstring.
2393
2394 * thumbs.el: Don't set `auto-image-file-mode'. Do not create the
2395 thumbnails directory on loading.
2396 (thumbs-conversion-program): Use `eq' to check the system type,
2397 not `equal'.
2398 (thumbs-temp-dir): Initialize to `temporary-file-directory',
2399 not "/tmp". Fix docstring.
2400 (thumbs-thumbsdir): New function to return the thumbnails
2401 directory, creating it if needed.
2402 (thumbs-cleanup-thumbsdir, thumbs-thumbname): Use it.
2403 (thumbs-temp-file): Delete variable and make it into a function.
2404 (thumbs-resize-image, thumbs-modify-image): Use it.
2405 (thumbs-kill-buffer): Simplify.
2406 (thumbs-gensym): Defalias or duplicate CL `gensym'.
2407 (thumbs-resize-image, thumbs-resize-interactive): Fix typos in
2408 docstrings.
2409
2410 2005-06-09 Kim F. Storm <storm@cua.dk>
2411
2412 * subr.el (save-match-data): Add RESEAT arg `evaporate' to
2413 set-match-data to free markers in match-data.
2414
2415 * replace.el (replace-match-data): Pass RESEAT arg `t' to
2416 match-data to unchain markers in match-data.
2417
2418 2005-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
2419
2420 * emacs-lisp/debug.el (debug): Don't iconify if we know we'll re-enter
2421 the debugger immediately anyway. Undo the 2005-06-06 change, rendered
2422 unnecessary now.
2423
2424 2005-06-08 Richard M. Stallman <rms@gnu.org>
2425
2426 * emacs-lisp/easy-mmode.el (define-minor-mode): If BODY is empty,
2427 give the variable a doc string that doesn't say don't set it directly.
2428
2429 * textmodes/ispell.el (ispell-check-version):
2430 Use match-string-no-properties.
2431 (ispell-region, ispell-buffer-local-parsing, ispell-buffer-local-dict)
2432 (ispell-buffer-local-words): Likewise.
2433
2434 * progmodes/make-mode.el (makefile-shell-face): Make this a no-op
2435 except on terminals with enough colors to really display it.
2436 (makefile-dependency-regex): Delete spurious `bb'.
2437
2438 * faces.el (escape-glyph): Use blue once again in last case.
2439 (no-break-space): Redefine so that it isn't invisible on a tty.
2440
2441 2005-06-08 Kim F. Storm <storm@cua.dk>
2442
2443 * ido.el (ido-read-file-name): Fallback to read-file-name on C-f
2444 also when reading directory name.
2445
2446 2005-06-08 Lute Kamstra <lute@gnu.org>
2447
2448 * textmodes/flyspell.el (flyspell-mode): Use define-minor-mode.
2449 (flyspell-mode-line-string): Remove autoload cookie.
2450 (flyspell-mode): Remove defvar.
2451
2452 2005-06-07 Lute Kamstra <lute@gnu.org>
2453
2454 * textmodes/org.el (org-run-mode-hooks): New function.
2455 (org-agenda-mode): Use it.
2456
2457 2005-06-07 David McCabe <davemccabe@gmail.com> (tiny change)
2458
2459 * emacs-lisp/lisp-mode.el (defstruct): Set `doc-string-elt' property.
2460
2461 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
2462
2463 * international/iso-cvt.el (iso-sgml2iso-trans-tab): Add NBSP.
2464
2465 2005-06-06 Luc Teirlinck <teirllm@auburn.edu>
2466
2467 * font-lock.el (font-lock-add-keywords): Doc fix.
2468
2469 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
2470
2471 * textmodes/tex-mode.el (tex-guess-mode): Add RequirePackage.
2472 (tex-compile-default): In the absence of any history, use the order in
2473 tex-compile-alist to choose the preferred command.
2474 (tex-compile-commands): Reorder a bit.
2475
2476 * textmodes/flyspell.el (flyspell-auto-correct-binding)
2477 (flyspell-incorrect-face, flyspell-duplicate-face):
2478 Use (X)Emacs-agnostic code.
2479 (flyspell-mode-map): Don't overwrite at each load. Remove code
2480 redundant with the subsequent add-minor-mode. Merge Emacs and
2481 XEmacs code.
2482 (flyspell-word): Minor simplification.
2483 (flyspell-math-tex-command-p): Quieten the byte-compiler.
2484 (flyspell-external-point-words): Remove unused vars `size' and `start'.
2485 (flyspell-do-correct): Rename from flyspell-xemacs-correct.
2486 Merge the corresponding Emacs code.
2487 (flyspell-correct-word, flyspell-xemacs-popup): Use flyspell-do-correct.
2488
2489 * emacs-lisp/debug.el (debug): Don't bury the buffer unless it's in
2490 a dedicated window.
2491
2492 * international/latexenc.el (latexenc-find-file-coding-system):
2493 Undo part of last patch, to turn off a compiler warning.
2494
2495 2005-06-06 Juri Linkov <juri@jurta.org>
2496
2497 * tmm.el (tmm-inactive, tmm-remove-inactive-mouse-face):
2498 Rename `tmm-inactive-face' to `tmm-inactive'.
2499
2500 2005-06-06 Matt Hodges <MPHodges@member.fsf.org>
2501
2502 * iswitchb.el: Rename faces.
2503
2504 2005-06-06 Kim F. Storm <storm@cua.dk>
2505
2506 * emulation/cua-base.el (cua-rectangle, cua-rectangle-noselect)
2507 (cua-global-mark): Remove -face suffix from face names.
2508
2509 * emulation/cua-gmrk.el (cua--init-global-mark):
2510 Remove cua-global-mark face setup.
2511
2512 2005-06-06 Richard M. Stallman <rms@gnu.org>
2513
2514 * progmodes/make-mode.el (makefile-dependency-regex): Handle whitespace
2515 just like other allowed characters.
2516 (makefile-match-dependency): Exclude leading and training whitespace
2517 from the range of regexp subexp 1.
2518 (makefile-macroassign-regex): Don't try to match the body,
2519 just the name of the macro being defined.
2520
2521 * info.el (Info-read-node-name-2): New function.
2522 (Info-read-node-name-1): Use that.
2523 Add a completion-base-size-function property.
2524
2525 * simple.el (completion-setup-function): Look for
2526 completion-base-size-function property of
2527 minibuffer-completion-table.
2528
2529 * files.el (locate-file-completion): Doc fix.
2530
2531 * printing.el: Don't call pr-update-menus; user must do that.
2532
2533 * emacs-lisp/debug.el (debugger-window): New variable.
2534 (debug): Use debugger-window if it is set and still alive.
2535 Record debugger-window for next entry.
2536
2537 * mail/supercite.el (sc-mail-glom-frame): Mark as risky.
2538
2539 2005-06-06 Matthias F\e,Av\e(Brste <slashdevslashnull@gmx.net>
2540
2541 * files.el (hack-local-variables-confirm): New arg FLAG-TO-CHECK.
2542 (hack-one-local-variable, hack-local-variables)
2543 (hack-local-variables-prop-line): Pass that arg.
2544
2545 2005-06-06 Kim F. Storm <storm@cua.dk>
2546
2547 * ido.el (ido-first-match, ido-only-match, ido-subdir)
2548 (ido-indicator): Remove -face suffix from face names.
2549
2550 2005-06-06 Juri Linkov <juri@jurta.org>
2551
2552 * font-lock.el (font-lock-regexp-backslash)
2553 (font-lock-regexp-backslash-construct): New faces.
2554 (lisp-font-lock-keywords-2): Use new faces. Match `?:' only
2555 after `('. Add `while-no-input' to control structures.
2556
2557 * faces.el (no-break-space, shadow): New faces.
2558 (escape-glyph): Use less loud colors pink2 and red4.
2559
2560 * diff-mode.el (diff-context-face)
2561 * dired.el (dired-ignored)
2562 * rfn-eshadow.el (file-name-shadow)
2563 * tmm.el (tmm-inactive-face): Inherit from `shadow' face.
2564
2565 * info.el (Info-title-1-face): Use green instead of yellow because
2566 bold yellow is not readable on light backgrounds.
2567
2568 * progmodes/compile.el (compilation-start): Move `erase-buffer' up
2569 before selecting the desired mode to not spend time fontifying
2570 old contents.
2571
2572 2005-06-06 Juanma Barranquero <lekktu@gmail.com>
2573
2574 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-image-resizing-step)
2575 (thumbs-thumbsdir-auto-clean): Fix typos in docstrings.
2576
2577 * ps-print.el (ps-default-fg, ps-default-bg):
2578 Fix typos in docstrings.
2579
2580 * isearchb.el (isearchb): Don't pass a spurious second argument to
2581 `iswitchb-completions'.
2582
2583 2005-06-05 Nick Roberts <nickrob@snap.net.nz>
2584
2585 * progmodes/gdb-ui.el (gdb-info-locals-handler): Use window point
2586 to preserve point.
2587 (gdb-find-file-hook): Add doc string.
2588
2589 * progmodes/gud.el (gdb, gud-menu-map): Add command to evaluate
2590 C dereferenced pointer expression.
2591 (gud-tool-bar-map): Put it on the tool bar. Re-order icons.
2592
2593 * toolbar/gud-pstar.xpm, toolbar/gud-pstar.pbm: New files.
2594
2595 * toolbar/gud-break.xpm, toolbar/gud-cont.xpm, toolbar/gud-down.xpm
2596 * toolbar/gud-finish.xpm, toolbar/gud-ni.xpm, toolbar/gud-n.xpm
2597 * toolbar/gud-print.xpm, toolbar/gud-remove.xpm, toolbar/gud-run.xpm
2598 * toolbar/gud-si.xpm, toolbar/gud-s.xpm, toolbar/gud-until.xpm
2599 * toolbar/gud-up.xpm, toolbar/gud-watch.xpm:
2600 Make background transparent.
2601
2602 2005-06-04 Luc Teirlinck <teirllm@auburn.edu>
2603
2604 * font-lock.el (font-lock-add-keywords): Doc fix. Comment change.
2605 (font-lock-remove-keywords): Doc fix.
2606 (font-lock-mode-major-mode): Compiler defvar.
2607 (font-lock-set-defaults): Use `font-lock-mode-major-mode'.
2608
2609 * font-core.el (font-lock-mode-major-mode): Compiler defvar.
2610 (font-lock-mode): Update `font-lock-mode-major-mode'.
2611 (font-lock-set-defaults): Compiler defvar.
2612 (font-lock-default-function): Take `font-lock-mode-major-mode'
2613 into account.
2614
2615 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Make it
2616 keep track of which major mode it enabled the minor mode for.
2617 Use find-file-hook again. Update docstring.
2618
2619 * simple.el (eval-expression-print-level)
2620 (eval-expression-print-length, eval-expression-debug-on-error):
2621 Doc fixes.
2622
2623 2005-06-04 Matt Hodges <MPHodges@member.fsf.org>
2624
2625 * iswitchb.el (iswitchb-single-match-face)
2626 (iswitchb-current-match-face, iswitchb-virtual-matches-face)
2627 (iswitchb-invalid-regexp-face): New faces.
2628 (iswitchb-completions): Use them.
2629 (iswitchb-use-faces): Rename from iswitchb-use-fonts, which is
2630 now marked as an obsolete alias.
2631 (iswitchb-read-buffer): Remove check for bound font variables.
2632 (iswitchb-invalid-regexp): New free variable.
2633 (iswitchb-get-matched-buffers): Catch invalid-regexp errors and
2634 set iswitchb-invalid-regexp.
2635 (iswitchb, iswitchb-complete, iswitchb-completions): Deal with
2636 invalid regexps.
2637 (iswitchb-completions): Add check for complete match when entering
2638 a regexp.
2639 (iswitchb-completions): Remove require-match argument.
2640 (iswitchb-exhibit): Fix caller.
2641 (iswitchb-common-match-inserted): New variable.
2642 (iswitchb-complete, iswitchb-completion-help): Use it.
2643
2644 2005-06-04 David Reitter <david.reitter@gmail.com> (tiny change)
2645
2646 * url-http.el (url-http-chunked-encoding-after-change-function):
2647 Use `url-http-debug' instead of `message'.
2648
2649 2005-06-04 Thierry Emery <thierry.emery@free.fr> (tiny change)
2650
2651 * url-http.el (url-http-parse-headers): Pass redirected URL as a
2652 callback argument.
2653
2654 2005-06-04 Kim F. Storm <storm@cua.dk>
2655
2656 * simple.el (line-move): Only call sit-for when moving backwards.
2657
2658 * ido.el (ido-make-merged-file-list-1): New defun split from
2659 ido-make-merged-file-list.
2660 (ido-make-merged-file-list): Bind throw-on-input around call to
2661 ido-make-merged-file-list-1. Return input-pending-p if
2662 interrupted by more input available.
2663 (ido-read-internal): Handle input-pending-p return value from
2664 ido-make-merged-file-list.
2665
2666 2005-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
2667
2668 * textmodes/flyspell.el (flyspell-check-word-p): Simplify silly
2669 compatibility code.
2670
2671 * international/latexenc.el (latexenc-find-file-coding-system):
2672 Don't inherit the EOL part of the coding-system from the
2673 tex-main buffer. Fit within 80 columns.
2674
2675 2005-06-03 Matt Hodges <MPHodges@member.fsf.org>
2676
2677 * tmm.el (tmm-inactive-face): New face.
2678 (tmm-remove-inactive-mouse-face): New function.
2679 (tmm-prompt, tmm-add-one-shortcut)
2680 (tmm-add-prompt, tmm-get-keymap): Make active menu items visible
2681 but not selectable.
2682
2683 2005-06-03 Juanma Barranquero <lekktu@gmail.com>
2684
2685 * faces.el (face-equal): Improve argument/docstring consistency.
2686
2687 2005-06-03 Daniel Pfeiffer <occitan@esperanto.org>
2688
2689 * progmodes/make-mode.el (makefile-targets-face)
2690 (makefile-shell-face, makefile-makepp-perl-face): Add :version.
2691 (makefile-bsdmake-dependency-regex)
2692 (makefile-makepp-rule-action-regex)
2693 (makefile-bsdmake-rule-action-regex): New constants.
2694 (makefile-makepp-mode, makefile-bsdmake-mode): Use them.
2695
2696 * progmodes/compile.el (compilation-error-regexp-alist-alist):
2697 Allow (...) within `...' for makepp messages.
2698
2699 2005-06-03 Michael Kifer <kifer@cs.stonybrook.edu>
2700
2701 * ediff-diff.el (ediff-same-contents): Eliminate CL-type functions.
2702
2703 * ediff-mult.el (ediff-intersect-directories): Make sure that ".." and
2704 "." files are deleted from all file lists before comparison.
2705
2706 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
2707 (viper-ESC-key): Made them customizable.
2708
2709 * viper.el (viper-non-hook-settings): Fix the names of defadvices.
2710
2711 2005-06-01 Luc Teirlinck <teirllm@auburn.edu>
2712
2713 * autorevert.el (auto-revert-buffers): Use save-match-data.
2714
2715 2005-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
2716
2717 * emacs-lisp/easymenu.el (easy-menu-return-item): Quick fix to find
2718 menu items with a nil command binding.
2719
2720 2005-06-01 Juanma Barranquero <lekktu@gmail.com>
2721
2722 * emacs-lisp/cl-macs.el (defsetf):
2723 Improve argument/docstring consistency.
2724
2725 * faces.el (list-faces-display): Improve the formatting by
2726 computing the maximum length required for any face-name (reworked
2727 patch of 1999-01-11, accidentally deleted on 1999-07-21).
2728 (internal-find-face): Remove redundant info in docstring.
2729
2730 2005-06-01 Nick Roberts <nickrob@snap.net.nz>
2731
2732 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-1)
2733 (gdb-info-breakpoints-custom, gdb-delete-breakpoint)
2734 (gdb-goto-breakpoint, gdb-source-info, gdb-get-location)
2735 (gdb-assembler-custom): Improve regexps.
2736 (def-gdb-auto-update-handler): Use window point to preserve point.
2737
2738 2005-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
2739
2740 * thumbs.el (thumbs-mode): Fix misuse of make-variable-buffer-local.
2741
2742 2005-05-31 Jay Belanger <belanger@truman.edu>
2743
2744 * calc/calc-embed.el (calc-embedded-word): Change argument passed
2745 to calc-embedded.
2746 (calc-embedded-make-info): Have plain prefix argument select
2747 entire line.
2748
2749 2005-05-31 Juanma Barranquero <lekktu@gmail.com>
2750
2751 * faces.el (list-faces-display): Signal error if passed a regexp
2752 that matches no face name.
2753
2754 * simple.el (filter-buffer-substring): Fix typo in docstring.
2755
2756 2005-05-31 Richard M. Stallman <rms@gnu.org>
2757
2758 * progmodes/vhdl-mode.el (vhdl-fill-region): Test ARG, not INTERACTIVE.
2759 (vhdl-emacs-21): Doc fix.
2760 (vhdl-mode): Unconditionally set comment-padding.
2761 (vhdl-fixup-whitespace-region): Insert spaces only where
2762 there are none.
2763 (vhdl-statistics-buffer): Make the Emacs 21 behavior universal.
2764
2765 2005-05-30 John Wiegley <johnw@newartisans.com>
2766
2767 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
2768 * eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-io.el
2769 * eshell/esh-util.el, eshell/esh-var.el: Change all uses of
2770 `directory-sep-char' to ?/, and all uses of `string-to-int' to
2771 `string-to-number'.
2772
2773 2005-05-30 Jay Belanger <belanger@truman.edu>
2774
2775 * calc/calc.el (calc-bug-address): Fix docstring.
2776 (calc-window-hook, calc-trail-window-hook): New variables.
2777 (calc-trail-display): Restore use of calc-trail-window-hook.
2778 (calc): Restore use of calc-window-hook.
2779
2780 2005-05-31 Masatake YAMATO <jet@gyve.org>
2781
2782 * emacs-lisp/find-func.el (find-function-noselect): Handle subroutines.
2783
2784 * help-fns.el (help-C-file-name): Add autoload mark for
2785 `find-function-noselect'.
2786
2787 2005-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
2788
2789 * textmodes/tex-mode.el (tex-compile-commands, tex-compile)
2790 (tex-start-tex): Undo all but the last part of the 2005-05-28 change.
2791
2792 2005-05-30 Glenn Morris <gmorris@ast.cam.ac.uk>
2793
2794 * calendar/diary-lib.el (mark-included-diary-files): Only kill
2795 included diary buffer if it was not already being visited.
2796 Reported by Stephen Berman <Stephen.Berman@gmx.net>.
2797
2798 * calendar/icalendar.el (top-level): Do not require 'appt.
2799
2800 * mail/supercite.el (sc-select-attribution): Only use a list
2801 element from sc-attrib-selection-list if it returns a string.
2802 Reported by Davide G. M. Salvetti <salve@debian.org>.
2803
2804 2005-05-30 Juanma Barranquero <lekktu@gmail.com>
2805
2806 * thumbs.el (thumbs-thumbname): The resulting thumbname now
2807 includes a hash value to improve its uniqueness, and has a ".jpg"
2808 extension. Also, it is now a valid filename on all systems.
2809 (thumbs-make-thumb): Use `let', not `let*'.
2810 (thumbs-show-thumbs-list): Check for JPEG availability.
2811
2812 2005-05-30 Richard M. Stallman <rms@gnu.org>
2813
2814 * filesets.el (filesets-menu-ensure-use-cached):
2815 Prevent warning when emacs-version>= is undefined.
2816
2817 * printing.el (pr-interactive-n-up): Use string-to-number.
2818
2819 * emulation/tpu-mapper.el: Use eval-buffer, not eval-current-buffer.
2820
2821 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
2822 Warn only when name to be defined is quoted.
2823
2824 2005-05-30 Nick Roberts <nickrob@snap.net.nz>
2825
2826 * progmodes/gdb-ui.el (gdb-toggle-breakpoint):
2827 Make regexp more robust.
2828 (gdb-display-assembler-buffer, gdb-frame-assembler-buffer):
2829 Force regeneration of disassembly.
2830
2831 2005-05-29 Jay Belanger <belanger@truman.edu>
2832
2833 * calc/calc.el (calc-user-invocation): Check if
2834 calc-invocation-macro is non-nil.
2835
2836 2005-05-29 Juri Linkov <juri@jurta.org>
2837
2838 * add-log.el (change-log-font-lock-keywords):
2839 Add `+' to e-mail regexp to accept mail address with keywords.
2840
2841 * man.el (Man-name-regexp): Add `:' to accept qualified names.
2842
2843 2005-05-29 Luc Teirlinck <teirllm@auburn.edu>
2844
2845 * progmodes/inf-lisp.el (inferior-lisp-mode): Use delay-mode-hooks.
2846
2847 * ielm.el (inferior-emacs-lisp-mode): Ditto.
2848
2849 2005-05-29 Richard M. Stallman <rms@gnu.org>
2850
2851 * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
2852 Undo the change that moves to end of the current word.
2853
2854 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
2855
2856 * progmodes/gdb-ui.el (gdb-memory-set-repeat-count):
2857 Throw error when count <= 0 to ensure input is a number.
2858 (gdb-read-memory-custom): Pick up address from buffer.
2859 (gdb-memory-mode): Allow user to increment and decrement
2860 memory address from header line.
2861
2862 2005-05-29 Richard M. Stallman <rms@gnu.org>
2863
2864 * flyspell.el (flyspell-version): Function deleted.
2865 (flyspell-auto-correct-previous-hook): Doc fix.
2866
2867 * jit-lock.el (jit-lock-function, jit-lock-after-change):
2868 Do nothing if memory is full.
2869
2870 * font-lock.el (font-lock-fontify-syntactically-region):
2871 Pass t for GREEDY to looking-back.
2872
2873 * saveplace.el (save-place-alist-to-file): Write the file
2874 using write-region.
2875
2876 * subr.el (looking-back): New argument GREEDY.
2877
2878 * progmodes/compile.el (compilation-start): Set the mode
2879 before inserting the initial text.
2880
2881 * progmodes/which-func.el (which-func-update-1): Turn the mode
2882 off in case of error by setting which-func-mode.
2883
2884 2005-05-29 Peter Heslin <p.j.heslin@durham.ac.uk> (tiny change)
2885
2886 * flyspell.el (flyspell-auto-correct-previous-word):
2887 Narrow down to what's on the screen, and recenter overlays
2888 at the end of the next word.
2889
2890 2005-05-29 Manuel Serrano <Manuel.Serrano@sophia.inria.fr>
2891
2892 * flyspell.el (flyspell-emacs, flyspell-use-local-map): Vars moved up.
2893 (flyspell-default-delayed-commands): Add backward-delete-char-untabify.
2894 (flyspell-abbrev-p): Default to nil.
2895 (flyspell-use-global-abbrev-table-p): Doc fix.
2896 (flyspell-large-region): Allow nil as value.
2897 (flyspell-use-meta-tab, flyspell-auto-correct-binding): New variables.
2898
2899 (mail-mode-flyspell-verify): More robust handling
2900 of `mail-header-separator'. More efficient signature detection.
2901 Allow for regexp metacharacters in message-header-separator.
2902 Adding `To' not to be checked in mail-mode-flyspell-verify.
2903
2904 (flyspell-prog-mode): Run flyspell-prog-mode-hook.
2905 (flyspell-mouse-map): Bind M-TAB only if flyspell-use-meta-tab.
2906 Bind flyspell-auto-correct-binding.
2907 Bind C-. and C-, .
2908 (flyspell-mode-map): Likewise.
2909 (flyspell-mode): Doc fix.
2910 (flyspell-accept-buffer-local-defs): Preserve current buffer.
2911 (flyspell-mode-on): Bind flyspell-mouse-map and flyspell-mode-map.
2912 (flyspell-word-cache-result): New var, always local.
2913 (flyspell-check-pre-word-p): Doc fix.
2914 (flyspell-check-changed-word-p): Handle spc like newline.
2915 (flyspell-post-command-hook): Set flyspell-word-cache-result.
2916 (flyspell-word-search-backward, flyspell-word-search-forward):
2917 New functions.
2918 (flyspell-word): Return t if nothing to check.
2919 When parsing TeX code, check for after } or \.
2920 Use flyspell-word-search-backward to find previous word.
2921 Return nil if duplicated word.
2922 For word already checked, return same value as last time.
2923 Set flyspell-word-cache-result after checking.
2924 Don't clobber the return value.
2925 (flyspell-get-word): Major rewrite.
2926 (flyspell-external-point-words): New locals pword, pcount.
2927 Fix size used in progress message.
2928 Find the proper corresponding word in flyspell-large-region-buffer.
2929 (flyspell-region): Check for flyspell-large-region = nil.
2930 (flyspell-highlight-incorrect-region): Clean up overlays in region.
2931 (flyspell-auto-correct-word): Check that WORD is a cons.
2932 (flyspell-correct-word): Likewise.
2933
2934 2005-05-29 Daniel Pfeiffer <occitan@esperanto.org>
2935
2936 * progmodes/make-mode.el (makefile-rule-action-regex)
2937 (makefile-macroassign-regex, makefile-makepp-mode)
2938 (makefile-bsdmake-mode): Continuation lines may be empty.
2939 Reported by Joshua Varner.
2940 (makefile-makepp-font-lock-keywords): Add $(stem).
2941
2942 2005-05-28 Karl Berry <karl@gnu.org>
2943
2944 * textmodes/tex-mode.el: Now that tex-send-command calls
2945 shell-quote-argument (2005-03-31 change), remove all calls to
2946 shell-quote-argument; they all end up invoking tex-send-command.
2947 The double quoting loses on filenames with non-safe characters,
2948 such as "@". Reported by Frederik Fouvry.
2949
2950 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
2951
2952 * progmodes/gdb-ui.el (gdb-assembler-custom): Be more careful
2953 about preserving point.
2954
2955 2005-05-27 Jay Belanger <belanger@truman.edu>
2956
2957 * calc/calc-misc.el (calc-info-goto-node): Use info instead of
2958 Info-goto-node.
2959
2960 * calc/calc-embed.el (calc-embed-arg): New variable.
2961 (calc-do-embedded-activate, calc-embedded-activate-formula)
2962 (calc-embedded-edit, calc-do-embedded-activate): Replace undeclared
2963 variable by new variable.
2964 (calc-embedded-make-info): Replace undeclared variable by new
2965 variable. When selecting region with positive prefix
2966 argument, use end of previous line instead of beginning of line.
2967
2968 * calc/calc-aent.el (calc-arg-values): Declare it.
2969
2970 * calc/calc-ext.el (calc-help-map, calc-alg-map, calc-alg-esc-map):
2971 Declare them.
2972
2973 * calc/calc-stuff.el (math-decls-cache-tag): Declare it.
2974
2975 * calc/calc.el (calc-alg-map): Declare it.
2976
2977 * calc/calcalg2.el (math-decls-cache, math-decls-all): Declare them.
2978
2979 2005-05-28 Nick Roberts <nickrob@snap.net.nz>
2980
2981 * progmodes/gdb-ui.el (gdb-all-registers): New variable.
2982 (gdb-registers-buffer, toggle-gdb-all-registers):
2983 Toggle display of floating point registers.
2984 (gdb-registers-mode-map): Bind SPC to toggle-gdb-all-registers.
2985
2986 * progmodes/gud.el (gud-goto-info): Use info. Don't use require.
2987 (toggle-gud-tooltip-dereference):
2988 Rename from gud-toggle-tooltip-dereference.
2989
2990 2005-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
2991
2992 * info.el (Info-goto-node): Revert autoload addition (2004-06-12).
2993
2994 2005-05-27 Jay Belanger <belanger@truman.edu>
2995
2996 * calc/calc-prog.el (calc-kbd-report): Remove.
2997 (calc-kbd-query): Rewrite.
2998
2999 2005-05-27 Juanma Barranquero <lekktu@gmail.com>
3000
3001 * image.el (image-library-alist): Move to image.c.
3002 (image-type-available-p): Doc fix.
3003
3004 2005-05-27 Lute Kamstra <lute@gnu.org>
3005
3006 * calc/calc.el (calc):
3007 * outline.el (outline-1, outline-2, outline-3, outline-4)
3008 (outline-5, outline-6, outline-7, outline-8):
3009 * textmodes/dns-mode.el (dns-mode):
3010 * textmodes/sgml-mode.el (sgml-namespace-face):
3011 * textmodes/tex-mode.el (superscript, subscript, tex-math-face)
3012 (tex-verbatim-face, tex-use-reftex):
3013 * textmodes/texinfo.el (texinfo-heading-face):
3014 Specify customization group.
3015
3016 * longlines.el: Don't require easy-mmode.
3017 (longlines-visible-face): Specify customization group.
3018
3019 2005-05-27 Kenichi Handa <handa@m17n.org>
3020
3021 * language/cyrillic.el: Add cyrillic-iso8859-5 characters in the
3022 encoding table of windows-1251.
3023
3024 * international/ucs-tables.el (ucs-set-table-for-input):
3025 If translation-table-for-input of a coding system is a symbol, get
3026 its translation-table property.
3027
3028 * international/code-pages.el: Don't register a coding system into
3029 non-iso-charset-alist more than once.
3030 (cp-make-coding-system): Likewise.
3031
3032 2005-05-26 John Wiegley <johnw@newartisans.com>
3033
3034 * eshell/esh-cmd.el (eshell-eval-command): If the return value of
3035 `eshell-resume-eval' is wrapped in a list, it indicates that the
3036 command was run asynchronously. In that case, unwrap the value
3037 before checking the delimiter value.
3038
3039 * eshell/em-cmpl.el (eshell-complete-parse-arguments): If the
3040 character before a space at the end of a line is \, assume the space
3041 is part of the last argument rather than a final argument separator.
3042
3043 * eshell/esh-io.el (eshell-get-target): If `eshell-buffer-shorthand'
3044 is in use, and the target is `t' or `nil' (which are the most common
3045 values), don't assume that the symbol target is a buffer.
3046
3047 2005-05-26 Luc Teirlinck <teirllm@auburn.edu>
3048
3049 * calendar/calendar.el (calendar-mode-line-format):
3050 Use mode-line-highlight as mouse-face.
3051
3052 * time.el (display-time-string-forms, display-time-update):
3053 Use mode-line-highlight as mouse-face.
3054
3055 2005-05-26 Jay Belanger <belanger@truman.edu>
3056
3057 * calc/calc.el (calc-language-alist): Remove extra defvar.
3058
3059 2005-05-26 Lute Kamstra <lute@gnu.org>
3060
3061 * arc-mode.el (archive-mode):
3062 * bookmark.el (bookmark-read-annotation-mode)
3063 (bookmark-edit-annotation-mode, bookmark-bmenu-mode):
3064 * bs.el (bs-mode):
3065 * calc/calc-yank.el (calc-edit-mode):
3066 * calc/calc.el (calc-mode, calc-trail-mode):
3067 * calculator.el (calculator-mode):
3068 * chistory.el (command-history-mode):
3069 * comint.el:
3070 * cus-edit.el (custom-mode):
3071 * descr-text.el (describe-text-mode):
3072 * ebuff-menu.el (Electric-buffer-menu-mode):
3073 * ediff-util.el (ediff-mode):
3074 * emacs-lisp/re-builder.el (reb-mode):
3075 * emulation/vi.el (vi-mode-setup):
3076 * emulation/ws-mode.el (wordstar-mode):
3077 * eshell/esh-mode.el (eshell-mode):
3078 * forms.el (forms-mode):
3079 * help-mode.el (help-mode):
3080 * hexl.el (hexl-mode):
3081 * ibuffer.el (ibuffer-mode):
3082 * ielm.el (inferior-emacs-lisp-mode):
3083 * info.el (Info-mode, Info-edit-mode):
3084 * international/swedish.el:
3085 * ledit.el (ledit-from-lisp-mode):
3086 * locate.el (locate-mode):
3087 * mail/rmail.el (rmail-mode):
3088 * mail/rmailedit.el (rmail-edit-mode):
3089 * mail/rmailsum.el (rmail-summary-mode):
3090 * mail/supercite.el (sc-electric-mode):
3091 * net/eudc.el (eudc-mode):
3092 * net/quickurl.el (quickurl-list-mode):
3093 * net/snmp-mode.el (snmp-mode, snmpv2-mode):
3094 * obsolete/ooutline.el (outline-mode):
3095 * obsolete/options.el (Edit-options-mode):
3096 * obsolete/rnews.el (news-mode):
3097 * obsolete/rnewspost.el (news-reply-mode):
3098 * play/5x5.el (5x5-mode):
3099 * play/decipher.el (decipher-mode, decipher-stats-mode):
3100 * play/gomoku.el (gomoku-mode):
3101 * play/snake.el (snake-mode):
3102 * play/solitaire.el (solitaire-mode):
3103 * play/tetris.el (tetris-mode):
3104 * progmodes/ada-mode.el (ada-mode):
3105 * progmodes/antlr-mode.el (antlr-mode):
3106 * progmodes/autoconf.el (autoconf-mode):
3107 * progmodes/dcl-mode.el (dcl-mode):
3108 * progmodes/delphi.el (delphi-mode):
3109 * progmodes/ebrowse.el (ebrowse-tree-mode)
3110 (ebrowse-electric-list-mode, ebrowse-member-mode)
3111 (ebrowse-electric-position-mode):
3112 * progmodes/f90.el (f90-mode):
3113 * progmodes/fortran.el (fortran-mode):
3114 * progmodes/icon.el (icon-mode):
3115 * progmodes/idlw-help.el (idlwave-help-mode):
3116 * progmodes/idlw-shell.el (idlwave-shell-mode):
3117 * progmodes/idlwave.el (idlwave-mode):
3118 * progmodes/inf-lisp.el (inferior-lisp-mode):
3119 * progmodes/m4-mode.el (m4-mode):
3120 * progmodes/meta-mode.el (metafont-mode, metapost-mode):
3121 * progmodes/modula2.el (modula-2-mode):
3122 * progmodes/octave-inf.el (inferior-octave-mode):
3123 * progmodes/octave-mod.el (octave-mode):
3124 * progmodes/pascal.el (pascal-mode):
3125 * progmodes/sh-script.el (sh-mode):
3126 * progmodes/sql.el (sql-mode, sql-interactive-mode):
3127 * progmodes/vhdl-mode.el (vhdl-mode):
3128 * progmodes/xscheme.el (scheme-interaction-mode):
3129 * replace.el (occur-mode):
3130 * ses.el (ses-mode):
3131 * simple.el (completion-list-mode):
3132 * skeleton.el:
3133 * speedbar.el (speedbar-mode):
3134 * term.el (term-mode):
3135 * terminal.el (terminal-edit-mode):
3136 * textmodes/reftex-index.el (reftex-index-mode)
3137 (reftex-index-phrases-mode):
3138 * textmodes/reftex-sel.el (reftex-select-label-mode)
3139 (reftex-select-bib-mode):
3140 * textmodes/reftex-toc.el (reftex-toc-mode):
3141 * wdired.el (wdired-change-to-wdired-mode):
3142 * wid-browse.el (widget-browse-mode):
3143 Use run-mode-hooks.
3144
3145 * array.el (array-mode):
3146 * calendar/todo-mode.el (todo-mode):
3147 * man.el (Man-mode):
3148 * play/landmark.el (lm-mode):
3149 * play/mpuz.el (mpuz-mode):
3150 Use kill-all-local-variables and run-mode-hooks.
3151
3152 * subr.el (delay-mode-hooks): Specify indentation.
3153
3154 2005-05-26 Mark A. Hershberger <mah@everybody.org>
3155
3156 * xml.el (xml-substitute-special): Don't die for undefined xml entities.
3157
3158 2005-05-26 Jay Belanger <belanger@truman.edu>
3159
3160 * calc/calc-prog.el (calc-user-define-edit): Don't find substring
3161 of nil.
3162
3163 2005-05-27 Nick Roberts <nickrob@snap.net.nz>
3164
3165 * progmodes/gdb-ui.el (gdb-frame-address):
3166 Rename from gdb-current-address.
3167 (gdb-previous-frame-address): Rename from gdb-previous-address.
3168 (gdb-selected-frame): Rename from gdb-current-frame.
3169 (gdb-get-selected-frame): Rename from gdb-get-current-frame.
3170 (gdb-frame-number): Rename from gdb-current-stack-level.
3171 (gdb-ann3): Match new mode-name for disassembly buffer.
3172 Extend initialization of variables.
3173 (gdb-post-prompt): Update disassembly from gdb-frame-handler.
3174 (gdb-memory-mode): Use mouse-face in header line.
3175 (gdb-assembler-buffer-name): Call it disassembly and give frame
3176 in mode line.
3177 (gdb-source-spec-regexp, gdb-assembler-custom)
3178 (gdb-invalidate-assembler, gdb-frame-handler):
3179 Make robust to leading zeroes in address format.
3180
3181 2005-05-26 Carsten Dominik <dominik@science.uva.nl>
3182
3183 * textmodes/org.el (org-mode): Use `define-derived-mode' to
3184 define `org-mode'.
3185 (org-agenda-mode): Use `run-mode-hooks' instead of `run-hooks'.
3186
3187 2005-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
3188
3189 * log-edit.el (log-edit-changelog-entries): Distinguish between
3190 filenames like xfns.c and fns.c.
3191
3192 2005-05-25 Luc Teirlinck <teirllm@auburn.edu>
3193
3194 * buff-menu.el (Buffer-menu-revert-function): Improve handling of
3195 point after reverting.
3196 (Buffer-menu-make-sort-button): Handle the case where
3197 `Buffer-menu-use-header-line' is nil.
3198
3199 2005-05-25 Thien-Thi Nguyen <ttn@gnu.org>
3200
3201 * vms-patch.el (vms-magic-right-square-brace, vms-magic-colon):
3202 New funcs. In minibuffer-local-completion-map bind `]', `/'
3203 and `:' to them.
3204
3205 2005-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
3206
3207 * startup.el (normal-top-level): Allow modification of load-path while
3208 we're iterating over it.
3209
3210 2005-05-25 Juanma Barranquero <lekktu@gmail.com>
3211
3212 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-temp-file)
3213 (thumbs-cleanup-thumbsdir, thumbs-call-convert)
3214 (thumbs-resize-interactive, thumbs-insert-image)
3215 (thumbs-insert-thumb, thumbs-dired-show-marked)
3216 (thumbs-find-image-at-point, thumbs-delete-images)
3217 (thumbs-rename-images, thumbs-next-image, thumbs-dired-setroot)
3218 (thumbs-increment-image-size, thumbs-decrement-image-size):
3219 Fix typos in docstrings.
3220
3221 2005-05-24 Andre Spiegel <spiegel@gnu.org>
3222
3223 * progmodes/cperl-mode.el (cperl-vc-header-alist): Obsolete.
3224 (cperl-vc-rcs-header, cperl-vc-sccs-header): New user options.
3225 (cperl-mode): Use them.
3226
3227 2005-05-24 Juanma Barranquero <lekktu@gmail.com>
3228
3229 * window.el (quit-window, shrink-window-if-larger-than-buffer):
3230 Doc fixes.
3231
3232 2005-05-24 Nick Roberts <nickrob@snap.net.nz>
3233
3234 * progmodes/gdb-ui.el (gdb-inferior-io-mode-map):
3235 Bind C-d to gdb-inferior-io-eof.
3236
3237 * dired.el (dired-dnd-popup-notice): Use message-box.
3238
3239 2005-05-23 Masatake YAMATO <jet@gyve.org>
3240
3241 * bindings.el (mode-line-major-mode-keymap):
3242 Bind [mode-line down-mouse-1] to `mouse-major-mode-menu'.
3243
3244 * faces.el (mode-line-highlight): New face.
3245
3246 * ruler-mode.el (ruler-mode-ruler): Use mode-line-highlight
3247 as mouse-face.
3248
3249 * bindings.el (top-level, help-echo, mode-line-modified)
3250 (mode-line-mule-info, mode-line-eol-desc): Use mode-line-highlight
3251 as mouse-face.
3252
3253 2005-05-23 Juanma Barranquero <lekktu@gmail.com>
3254
3255 * progmodes/cc-engine.el (c-guess-basic-syntax):
3256 Remove spurious call to `zerop'.
3257
3258 * emacs-lisp/cl.el (acons, pairlis): Add docstring.
3259
3260 2005-05-23 Martin Stjernholm <bug-cc-mode@gnu.org>
3261
3262 CC Mode update to 5.30.10:
3263
3264 * cc-fonts.el (c-font-lock-declarators): Fix bug where the point
3265 could go past the limit in decoration level 2, thereby causing
3266 errors during interactive fontification.
3267
3268 * cc-mode.el (c-make-inherited-keymap): Fix cc-bytecomp bug when
3269 the file is evaluated interactively.
3270
3271 * cc-engine.el (c-guess-basic-syntax): Handle operator
3272 declarations somewhat better in C++.
3273
3274 * cc-styles.el, cc-mode.el (c-run-mode-hooks): New helper macro to
3275 make use of `run-mode-hooks' which has been added in Emacs 21.1.
3276 (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
3277 (awk-mode): Use it.
3278 (make-local-hook): Suppress warning about obsoleteness.
3279
3280 * cc-engine.el, cc-align.el, cc-cmds.el
3281 (c-append-backslashes-forward, c-delete-backslashes-forward)
3282 (c-find-decl-spots, c-semi&comma-no-newlines-before-nonblanks):
3283 Compensate for return value from `forward-line' when it has moved
3284 but not to a different line due to eob.
3285
3286 * cc-engine.el (c-guess-basic-syntax): Fix anchoring in
3287 `objc-method-intro' and `objc-method-args-cont'.
3288
3289 2005-05-23 Alan Mackenzie <bug-cc-mode@gnu.org>
3290
3291 CC Mode update to 5.30.10:
3292
3293 * cc-mode.el, cc-engine.el, cc-align.el: Change the FSF's address
3294 in the copyright statement. Incidentally, change "along with GNU
3295 Emacs" to "along with this program" where it occurs.
3296
3297 * cc-mode.el: Add a fourth parameter `t' to the awk-mode autoload,
3298 so that it is interactive, hence can be found by M-x awk-mode
3299 whilst cc-mode is yet to be loaded. Reported by Glenn Morris
3300 <gmorris+emacs@ast.cam.ac.uk>.
3301
3302 * cc-awk.el: Add character classes (e.g. "[:alpha:]") into AWK
3303 Mode's regexps.
3304
3305 2005-05-23 Kevin Ryde <user42@zip.com.au>
3306
3307 * cc-align.el (c-lineup-argcont): Ignore conses for {} pairs from
3308 c-parse-state, to avoid a lisp error (on bad code).
3309
3310 2005-05-23 Lute Kamstra <lute@gnu.org>
3311
3312 * subr.el (font-lock-defaults): Remove defvar as it's already
3313 defined in font-core.el.
3314
3315 * font-lock.el (font-lock-beginning-of-syntax-function): Fix docstring.
3316
3317 2005-05-23 Nick Roberts <nickrob@snap.net.nz>
3318
3319 * progmodes/gdb-ui.el (gdb-info-locals-handler): Make regexps
3320 more general and work when GDB variable "print pretty" is on,
3321 as with Emacs, for example.
3322
3323 2005-05-22 Luc Teirlinck <teirllm@auburn.edu>
3324
3325 * font-core.el: Update comment.
3326
3327 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
3328 Use `after-change-major-mode-hook' instead of `find-file-hook'.
3329
3330 * buff-menu.el (Buffer-menu-mode): Use `run-mode-hooks'.
3331
3332 2005-05-22 Eli Zaretskii <eliz@gnu.org>
3333
3334 * simple.el (yank, yank-pop): Mention `yank-excluded-properties'
3335 and `yank-handler' in the doc strings.
3336
3337 2005-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
3338
3339 * emacs-lisp/cl.el (eql): Remove. It's a builtin already.
3340
3341 2005-05-22 Richard M. Stallman <rms@gnu.org>
3342
3343 * help.el (describe-key): Move print-help-return-message call
3344 out of conditional.
3345
3346 * progmodes/etags.el (list-tags): Use with-no-warnings.
3347
3348 * mail/smtpmail.el (smtpmail-open-stream): Use with-no-warnings.
3349 (smtpmail-send-queued-mail): Avoid beginning-of-buffer.
3350 (starttls-extra-args, starttls-extra-arguments): Add defvars.
3351
3352 * mail/mailalias.el (mail-get-names): Avoid beginning-of-buffer.
3353
3354 * language/viet-util.el (viet-viscii-nonascii-translation-table):
3355 Add defvar.
3356
3357 * emulation/viper-ex.el (viper-ex-work-buf, viper-ex-print-buf):
3358 Use defvar, not defconst.
3359
3360 * hexl.el (hexl-follow-line): Use with-no-warnings.
3361
3362 * emulation/tpu-extras.el: Use write-file-functions instead of
3363 write-file-hooks.
3364
3365 * dired.el (dired-font-lock-keywords): Fontify files with junk
3366 extensions even if marked by -F.
3367
3368 2005-05-22 Juanma Barranquero <lekktu@gmail.com>
3369
3370 * emacs-lisp/cl.el (pushnew, cl-macroexpand, floatp-safe, plusp)
3371 (minusp, oddp, evenp, mapcar*, list*, copy-list, adjoin, subst):
3372 * emacs-lisp/cl-extra.el (coerce, map, maplist, cl-mapc, mapl)
3373 (mapcan, mapcon, some, every, notany, notevery, signum, isqrt)
3374 (concatenate, list-length, get*, getf, cl-remprop):
3375 * emacs-lisp/cl-macs.el (function*, case, ecase, typecase)
3376 (etypecase, progv, lexical-let, lexical-let*)
3377 (multiple-value-bind, multiple-value-setq, shiftf):
3378 Improve argument/docstring consistency.
3379
3380 * subr.el (focus-frame, unfocus-frame):
3381 Revert deletion on 2005-05-01.
3382
3383 2005-05-22 Andre Spiegel <spiegel@gnu.org>
3384
3385 * vc-cvs.el (vc-cvs-checkout-model): Handle the case where FILE
3386 doesn't exist.
3387
3388 * vc.el (vc-trunk-p): Add autoload cookie. The function is used in
3389 vc-rcs.el when vc-mistrust-permissions is t, which is not the default.
3390
3391 2005-05-22 Nick Roberts <nickrob@snap.net.nz>
3392
3393 * emacs-lisp/bytecomp.el: Remove make-obsolete-variable for
3394 already deleted variables: auto-fill-hook, blink-paren-hook,
3395 lisp-indent-hook, inhibit-local-variables, unread-command-event,
3396 suspend-hooks, comment-indent-hook, meta-flag,
3397 before-change-function, after-change-function,
3398 font-lock-doc-string-face.
3399
3400 2005-05-21 Luc Teirlinck <teirllm@auburn.edu>
3401
3402 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
3403
3404 2005-05-21 Eli Zaretskii <eliz@gnu.org>
3405
3406 * mail/rmail.el (rmail-reply): Filter the list in reply-to through
3407 rmail-dont-reply-to.
3408
3409 2005-05-21 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
3410
3411 * mail/sendmail.el (mail-send): Use [[:space:]] instead of a
3412 literal blank when splitting new-header-values.
3413
3414 2005-05-21 Matt Hodges <MPHodges@member.fsf.org>
3415
3416 * calendar/cal-menu.el (cal-menu-update): Add separator as a
3417 string so that tmm doesn't create a completion entry for it.
3418
3419 * textmodes/table.el (table-disable-menu): Ditto.
3420
3421 2005-05-21 Richard M. Stallman <rms@gnu.org>
3422
3423 * progmodes/idlwave.el (idlwave-doc-header): Use insert-file-contents.
3424
3425 * progmodes/flymake.el (flymake-makehash): Use with-no-warnings.
3426
3427 * net/rcompile.el (remote-compile): Use compilation-start.
3428
3429 * tmm.el (tmm-shortcut): Avoid using beginning-of-buffer.
3430
3431 2005-05-21 Daniel Pfeiffer <occitan@esperanto.org>
3432
3433 * files.el (auto-mode-alist): Check GNUmakefile before makefile.
3434 Default to makefile-bsdmake-mode on BSD systems.
3435
3436 * imenu.el (imenu-generic-expression, imenu--generic-function'):
3437 REGEXP may also be a search function now. The part of doc-string
3438 for describing the structure was 95% identical to that of
3439 `imenu--generic-function'. Unify it there.
3440
3441 * progmodes/make-mode.el (makefile-imenu-generic-expression):
3442 Use function to find dependencies, because regexp alone is so complex,
3443 it easily goes into an endless loop.
3444 (makefile-makepp-mode): Also add submenu for Perl functions
3445 defined in the makefile.
3446 (makefile-bsdmake-mode): Special imenu-generic-expression no
3447 longer needed, due to function call.
3448 (makefile-match-dependency): Take BOUND into account when checking
3449 if we're through.
3450
3451 2005-05-20 Jay Belanger <belanger@truman.edu>
3452
3453 * calc/calc-units.el (calc-invalidate-units-table):
3454 Use inhibit-read-only.
3455 (math-build-units-table-buffer): Use view-mode.
3456
3457 2005-05-20 David Kastrup <dak@gnu.org>
3458
3459 * emacs-lisp/easymenu.el (easy-menu-add): Correct docstring since
3460 easy-menu-add is not a nop on Emacs; and clarify when to call it.
3461
3462 2005-05-20 Lute Kamstra <lute@gnu.org>
3463
3464 * diff-mode.el (diff-header-face, diff-file-header-face)
3465 (diff-index-face, diff-hunk-header-face, diff-removed-face)
3466 (diff-added-face, diff-changed-face, diff-function-face)
3467 (diff-context-face, diff-nonexistent-face): Put them in the
3468 diff-mode customization group.
3469
3470 2005-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
3471
3472 * progmodes/vhdl-mode.el (vhdl-font-lock-match-item): Simplify regexp.
3473
3474 * progmodes/sh-script.el (sh-mode, sh-get-word): Minor regexp fixes.
3475
3476 * font-lock.el (lisp-font-lock-keywords-2): Don't error.
3477 Minor regexp-optimization.
3478
3479 2005-05-20 Carsten Dominik <dominik@science.uva.nl>
3480
3481 * textmodes/org.el (org-agenda-toggle-time-grid): New command.
3482 (org-agenda-use-time-grid, org-agenda-time-grid): New options.
3483 (org-agenda-add-time-grid-maybe): New function.
3484 (org-agenda): Call `org-agenda-add-time-grid-maybe'.
3485 (org-table-create): `dotimes' instead of `mapcar'.
3486 (org-xor): Simplify implementation.
3487 (org-agenda): `inhibit-redisplay' turned on.
3488 (org-agenda-change-all-lines): Use `org-format-agenda-item' to get
3489 a consistent line after a state change.
3490 (org-agenda-remove-times-when-in-prefix): New option.
3491 (org-prefix-has-time): New variable.
3492 (org-parse-time-string): Optional argument NODEFAULT.
3493 (org-format-agenda-item): Parse items for time-of-day
3494 specifications and move these into the prefix if possible.
3495 (org-agenda-priority): Get current heading, not previous heading
3496 during agenda remote editing.
3497
3498 2005-05-20 Juanma Barranquero <lekktu@gmail.com>
3499
3500 * emacs-lisp/cl-seq.el (reduce, fill, replace, remove*)
3501 (remove-if, remove-if-not, delete*, delete-if, delete-if-not)
3502 (remove-duplicates, delete-duplicates, substitute)
3503 (substitute-if, substitute-if-not, nsubstitute, nsubstitute-if)
3504 (nsubstitute-if-not, find, find-if, find-if-not, position)
3505 (position-if, position-if-not, count, count-if, count-if-not)
3506 (mismatch, search, sort*, stable-sort, merge, member*)
3507 (member-if, member-if-not, assoc*, assoc-if, assoc-if-not)
3508 (rassoc*, rassoc-if, rassoc-if-not, union, nunion)
3509 (intersection, nintersection, set-difference, nset-difference)
3510 (set-exclusive-or, nset-exclusive-or, subsetp, subst-if)
3511 (subst-if-not, nsubst, nsubst-if, nsubst-if-not, sublis)
3512 (nsublis, tree-equal): Improve argument/docstring consistency.
3513
3514 * subr.el (send-string, send-region):
3515 Remove obsolescence declaration.
3516 (window-dot, set-window-dot, read-input, show-buffer)
3517 (eval-current-buffer, string-to-int):
3518 Add release number to obsolescence declarations.
3519
3520 2005-05-19 Kim F. Storm <storm@cua.dk>
3521
3522 * ido.el (ido-magic-forward-char): Enter ido-find-file at end of input.
3523 (ido-magic-backward-char): Enter ido-switch-buffer at start of input.
3524
3525 2005-05-20 Matt Hodges <MPHodges@member.fsf.org>
3526
3527 * faces.el (list-faces-display): Make back button respect optional
3528 regexp arg.
3529
3530 2005-05-19 Juanma Barranquero <lekktu@gmail.com>
3531
3532 * calculator.el (calculator-radix-grouping-mode)
3533 (calculator-radix-grouping-digits, calculator-displayer)
3534 (calculator-radix-grouping-separator, calculator-copy-displayer):
3535 * dabbrev.el (dabbrev-search-these-buffers-only):
3536 * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly)
3537 (diff-advance-after-apply-hunk, diff-mode-hook)
3538 (diff-minor-mode-prefix):
3539 * imenu.el (imenu-use-popup-menu):
3540 * jit-lock.el (jit-lock-context-time):
3541 * newcomment.el (comment-fill-column, comment-column)
3542 (comment-style, comment-padding, comment-multi-line)
3543 (comment-empty-lines, comment-auto-fill-only-comments):
3544 * reveal.el (reveal-around-mark):
3545 * uniquify.el (uniquify-buffer-name-style)
3546 (uniquify-after-kill-buffer-p)
3547 (uniquify-ask-about-buffer-names-p, uniquify-ignore-buffers-re)
3548 (uniquify-min-dir-content, uniquify-separator)
3549 (uniquify-trailing-separator-p, uniquify-strip-common-suffix):
3550 * w32-vars.el (w32-fixed-font-alist):
3551 * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
3552 * obsolete/rsz-mini.el (resize-minibuffer-frame-max-height):
3553 * progmodes/antlr-mode.el (antlr-font-lock-maximum-decoration):
3554 * progmodes/perl-mode.el (perl-indent-level)
3555 (perl-continued-statement-offset, perl-continued-brace-offset)
3556 (perl-brace-offset, perl-brace-imaginary-offset)
3557 (perl-label-offset, perl-indent-continued-arguments)
3558 (perl-tab-always-indent, perl-tab-to-comment, perl-nochange):
3559 * progmodes/tcl.el (tcl-indent-level)
3560 (tcl-continued-indent-level, tcl-auto-newline)
3561 (tcl-tab-always-indent, tcl-electric-hash-style)
3562 (tcl-help-directory-list, tcl-use-smart-word-finder)
3563 (tcl-application, tcl-command-switches, tcl-prompt-regexp)
3564 (inferior-tcl-source-command):
3565 * textmodes/fill.el (enable-kinsoku):
3566 * textmodes/reftex-vars.el (reftex-index-phrases-wrap-long-lines):
3567 * textmodes/table.el (table-yank-handler):
3568 Specify missing group (and type, if simple) in defcustom.
3569
3570 2005-05-19 Luc Teirlinck <teirllm@auburn.edu>
3571
3572 * progmodes/compile.el (compilation-finish-function): Fix defvar.
3573
3574 2005-05-19 Richard M. Stallman <rms@gnu.org>
3575
3576 * progmodes/make-mode.el (makefile-mode): Use run-mode-hooks.
3577
3578 * subr.el (event-basic-type): Don't get an error.
3579 (left-fringe-p): Function deleted.
3580
3581 * buff-menu.el (Buffer-menu-buffer-face): In group Buffer-menu.
3582 (list-buffers-noselect): Set `font-lock-face' property, not `face'.
3583
3584 * dired-aux.el (dired-copy-file-recursive): Handle symlinks
3585 in recursive copy.
3586
3587 * frame.el (show-trailing-whitespace): In group `whitespace-faces'.
3588
3589 * emacs-lisp/byte-run.el (eval-when-compile): Doc fix.
3590
3591 * emacs-lisp/bytecomp.el (byte-compile-file-form-custom-declare-variable):
3592 Call byte-compile-nogroup-warn if appropriate.
3593
3594 * progmodes/compile.el (compilation-finish-function): Mark obsolete.
3595 (compilation-set-window): Don't call left-fringe-p; do it directly.
3596
3597 2005-05-19 Jay Belanger <belanger@truman.edu>
3598
3599 * calc/calc-graph.el (calc-graph-format-data): Make sure
3600 var-PlotRejects is bound before trying to check its value.
3601
3602 2005-05-19 Carsten Dominik <dominik@science.uva.nl>
3603
3604 * textmodes/reftex.el (reftex-isearch-minor-mode): Move the
3605 definition of this variable from reftex-global.el to reftex.el,
3606 because it is needed in the menu.
3607
3608 2005-05-19 Lute Kamstra <lute@gnu.org>
3609
3610 * emacs-lisp/copyright.el (copyright-fix-years): Make sure all
3611 years are fixed. Don't insert a space after a dash.
3612
3613 2005-05-19 Kim F. Storm <storm@cua.dk>
3614
3615 * emulation/crisp.el (crisp-home, crisp-end): Put CUA property.
3616
3617 2005-05-19 Daniel Pfeiffer <occitan@esperanto.org>
3618
3619 * font-lock.el (lisp-font-lock-keywords-2): Do \\) only in
3620 strings, because (eq ... ?\\) is fairly frequent.
3621
3622 * progmodes/make-mode.el (makefile-add-this-line-targets):
3623 Simplify and integrate into `makefile-pickup-targets'.
3624 (makefile-add-this-line-macro): Simplify and integrate into
3625 `makefile-pickup-macros.
3626 (makefile-pickup-filenames-as-targets): Simplify.
3627 (makefile-previous-dependency, makefile-match-dependency):
3628 Don't stumble over `::'.
3629
3630 2005-05-19 Nick Roberts <nickrob@snap.net.nz>
3631
3632 * subr.el (post-command-idle-hook, post-command-idle-delay):
3633 Remove obsoletion of post-command-idle-hook and
3634 post-command-idle-delay.
3635
3636 * faces.el (list-faces-display): Provide button when describe-face
3637 is called to take user back to the list of faces.
3638
3639 * help-fns.el (describe-variable): Remove hyperlinks in a
3640 variable's value as these are quite frequently inappropriate.
3641
3642 * follow.el (follow-submit-feedback, follow-mode):
3643 Remove references to post-command-idle-hook.
3644
3645 2005-05-18 Daniel Pfeiffer <occitan@esperanto.org>
3646
3647 * progmodes/make-mode.el (makefile-previous-dependency)
3648 (makefile-match-dependency): Check for := (and in bsd mode also
3649 !=) to give a better result, even when font-lock is not on.
3650
3651 2005-05-18 Jay Belanger <belanger@truman.edu>
3652
3653 * calc/calc-help.el (calc-s-prefix-help):
3654 Add `calc-copy-special-constant' to help string.
3655
3656 2005-05-18 Luc Teirlinck <teirllm@auburn.edu>
3657
3658 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
3659
3660 2005-05-18 Jay Belanger <belanger@truman.edu>
3661
3662 * calc/calc-poly.el (math-factor-poly-coefs): Make sure the terms
3663 in linear factors are in proper order.
3664
3665 2005-05-18 Carsten Dominik <dominik@science.uva.nl>
3666
3667 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
3668 Support for jurabib.
3669
3670 * textmodes/reftex.el (featurep): Define aliases for overlay
3671 commands, for XEmacs compatibility, and use these aliases in
3672 overlay initializations.
3673 (reftex-highlight): Use `reftex-move-overlay'.
3674 (reftex-unhighlight): Use `reftex-delete-overlay'.
3675 (reftex-uniq): Function removed. Use `reftex-uniquify' instead.
3676 (reftex-access-search-path): Use `reftex-uniquify' instead of
3677 `reftex-uniq'
3678
3679 * textmodes/reftex-sel.el (reftex-select-unmark):
3680 Overlay `before-string' property modification enables for Emacs as well.
3681 (reftex-select-item): Use `reftex-delete-overlay'.
3682 (reftex-select-mark): Use `reftex-make-overlay' and
3683 `reftex-overlay-put'.
3684 (reftex-select-unmark): Use `reftex-delete-overlay' and
3685 `reftex-overlay-put'.
3686
3687 2005-05-18 Lute Kamstra <lute@gnu.org>
3688
3689 * emacs-lisp/lisp.el (check-parens): Fix docstring.
3690
3691 2005-05-18 Juanma Barranquero <lekktu@gmail.com>
3692
3693 * add-log.el (add-change-log-entry):
3694 * array.el (array-make-template, array-reconfigure-rows)
3695 (array-init-max-row, array-init-max-column)
3696 (array-init-columns-per-line, array-init-field-width):
3697 * replace.el (replace-match-maybe-edit, perform-replace):
3698 * textmodes/spell.el (spell-region):
3699 Replace `read-input' by `read-string'.
3700
3701 * forms.el (forms-mode):
3702 * finder.el (finder-compile-keywords):
3703 * shadowfile.el (shadow-read-files):
3704 Replace `eval-current-buffer' by `eval-buffer'.
3705
3706 * terminal.el (te-pass-through):
3707 * net/ange-ftp.el (ange-ftp-process-filter, ange-ftp-gwp-filter)
3708 (ange-ftp-raw-send-cmd):
3709 * net/telnet.el (telnet-interrupt-subjob, telnet-c-z)
3710 (send-process-next-char, telnet-initial-filter, telnet):
3711 Replace `send-string' by `process-send-string'.
3712
3713 * progmodes/prolog.el (inferior-prolog-mode): Doc fix.
3714 (prolog-consult-region): Replace `send-string' by
3715 `process-send-string'; replace `send-region' by `process-send-region'.
3716
3717 * progmodes/delphi.el (delphi-log-msg):
3718 Replace `set-window-dot' by `set-window-point'.
3719
3720 * subr.el (window-dot, set-window-dot, read-input, send-string)
3721 (send-region, show-buffer, eval-current-buffer):
3722 Make really obsolete, as the comment says.
3723
3724 2005-05-17 Kim F. Storm <storm@cua.dk>
3725
3726 * emulation/cua-base.el (cua-use-hyper-key): Doc fix.
3727 (cua--init-keymaps): Bind C-return instead of S-return to set
3728 rectangle mark.
3729
3730 * emulation/cua-rect.el (cua--init-rectangles): Bind C-return
3731 instead of S-return to toggle/clear rectangle mark.
3732
3733 2005-05-17 Daniel Pfeiffer <occitan@esperanto.org>
3734
3735 * progmodes/make-mode.el (makefile-dependency-skip): New variable.
3736 (makefile-macroassign-regex, makefile-make-font-lock-keywords):
3737 Also fontify plain strings assigned to variables, mostly so that a
3738 colon has a face and is thus not taken as a dependency separator.
3739 (makefile-previous-dependency): Inline the new matcher, because it
3740 is too complex to work in both directions.
3741 (makefile-match-dependency): Eliminate `backward' arg (see above).
3742 Completely reimplemented so as to not sometimes go into an endless
3743 loop. It should also be more efficient, because first it only
3744 searches for `:', instead of applying the very complex regexp.
3745 (makefile-mode): Cancel `font-lock-support-mode', because blocks
3746 to be fontified in one piece can be too long for JIT.
3747 Makefiles are never *that* big.
3748
3749 2005-05-17 Reiner Steib <Reiner.Steib@gmx.de>
3750
3751 * dired.el (dired-mode): Simplify.
3752
3753 2005-05-17 Lute Kamstra <lute@gnu.org>
3754
3755 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't generate a
3756 defcustom for the mode hook variable.
3757
3758 * emacs-lisp/authors.el (authors): Do parse the ChangeLogs of the
3759 Emacs Lisp Reference Manual.
3760
3761 2005-05-17 Juanma Barranquero <lekktu@gmail.com>
3762
3763 * emacs-lisp/cl.el (eql, floatp-safe, plusp, minusp, oddp)
3764 (evenp, list*):
3765 * emacs-lisp/cl-macs.el (macrolet, symbol-macrolet):
3766 * emacs-lisp/cl-seq.el (subsetp, tree-equal): Doc fixes.
3767
3768 * net/tramp-smb.el (tramp-smb-open-connection):
3769 Pass `tramp-chunksize' as fifth (required) argument.
3770
3771 2005-05-16 Daniel Pfeiffer <occitan@esperanto.org>
3772
3773 * font-lock.el (lisp-font-lock-keywords-1):
3774 Set `font-lock-negation-char-face' for [^...] char group.
3775 (lisp-font-lock-keywords-2): Highlight regexp's \\( \\| \\).
3776
3777 * progmodes/make-mode.el (makefile-dependency-regex): Turn it into
3778 a var, and refine it to mask one more level of nested vars.
3779 (makefile-rule-action-regex): Turn it into a var, and refine it so
3780 it recognizes backslashed continuation lines as belonging to the
3781 same command.
3782 (makefile-macroassign-regex): Refine it so it recognizes
3783 backslashed continuation lines as belonging to the same command.
3784 (makefile-var-use-regex): Don't look at the next char, because it
3785 might be the same one to be skipped by the initial [^$], leading
3786 to an overlooked variable use.
3787 (makefile-make-font-lock-keywords): Remove two parameters, which
3788 are now variables that some of the modes set locally.
3789 Handle dependency and rule action matching through functions, because
3790 regexps alone match too often. Dependency matching now comes
3791 last, so it can check, whether a colon already matched something else.
3792 (makefile-mode): Inform that font-lock improves makefile parsing
3793 capabilities.
3794 (makefile-match-dependency, makefile-match-action): New functions.
3795
3796 2005-05-16 Juanma Barranquero <lekktu@gmail.com>
3797
3798 * emacs-lisp/cl-extra.el (equalp): Doc fix.
3799
3800 * align.el (align-regexp):
3801 * ansi-color.el (ansi-color-get-face):
3802 * array.el (array-reconfigure-rows, array-init-max-row)
3803 (array-init-max-column, array-init-columns-per-line)
3804 (array-init-field-width):
3805 * dired-aux.el (dired-trample-file-versions):
3806 * dired-x.el (dired-mark-sexp):
3807 * ediff-diff.el (ediff-extract-diffs, ediff-get-diff3-group):
3808 * edmacro.el (edmacro-finish-edit, edmacro-parse-keys):
3809 * emerge.el (emerge-extract-diffs, emerge-get-diff3-group):
3810 * faces.el (face-read-integer):
3811 * files.el (backup-extract-version, insert-directory):
3812 * hexl.el (hexl-insert-decimal-char):
3813 * server.el (server-process-filter):
3814 * shell.el (shell-extract-num):
3815 * startup.el (command-line-1):
3816 * term.el (term-command-hook):
3817 * time-stamp.el (time-stamp, time-stamp-string-preprocess)
3818 (time-stamp-do-number):
3819 * time.el (display-time-update):
3820 * timezone.el (timezone-parse-date, timezone-zone-to-minute)
3821 (timezone-fix-time):
3822 * vms-patch.el (vms-suspend-resume-hook):
3823 * calendar/appt.el (appt-convert-time):
3824 * calendar/cal-bahai.el (mark-bahai-diary-entries):
3825 * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
3826 * calendar/cal-islam.el (mark-islamic-diary-entries):
3827 * calendar/calendar.el (calendar-cursor-to-date)
3828 (calendar-star-date):
3829 * calendar/diary-lib.el (diary-attrtype-convert)
3830 (mark-diary-entries, diary-entry-time):
3831 * calendar/solar.el (solar-get-number):
3832 * emacs-lisp/lisp-mnt.el (lm-last-modified-date):
3833 * emacs-lisp/re-builder.el (reb-display-subexp):
3834 * emulation/edt.el (edt-set-scroll-margins):
3835 * emulation/tpu-extras.el (tpu-set-scroll-margins):
3836 * emulation/vip.el (vip-get-ex-token, vip-get-ex-buffer)
3837 (vip-get-ex-count):
3838 * emulation/viper-ex.el (viper-get-ex-token)
3839 (viper-get-ex-buffer, viper-get-ex-count, ex-next):
3840 * international/fontset.el (fontset-plain-name):
3841 * mail/feedmail.el (feedmail-look-at-queue-directory):
3842 * mail/mailalias.el (mail-get-names):
3843 * mail/rmail.el (rmail-convert-to-babyl-format):
3844 * mail/rmailsum.el (rmail-make-basic-summary-line)
3845 (rmail-summary-next-same-subject, rmail-summary-rmail-update)
3846 (rmail-summary-goto-msg):
3847 * mail/smtpmail.el (smtpmail-read-response):
3848 * net/ange-ftp.el (ange-ftp-guess-hash-mark-size)
3849 (ange-ftp-vms-add-file-entry):
3850 * play/gametree.el (gametree-looking-at-ply)
3851 (gametree-current-branch-score):
3852 * progmodes/ada-xref.el (ada-prj-find-prj-file)
3853 (ada-xref-find-in-modified-ali, ada-find-in-src-path):
3854 * progmodes/cperl-mode.el (condition-case):
3855 * progmodes/ebrowse.el (ebrowse-set-tree-indentation)
3856 (ebrowse-set-member-buffer-column-width)
3857 (ebrowse-select-1st-to-9nth):
3858 * progmodes/etags.el (etags-snarf-tag):
3859 * progmodes/flymake.el (flymake-parse-line):
3860 * progmodes/idlw-shell.el (idlwave-shell-parse-line)
3861 (idlwave-shell-filter-bp, idlwave-shell-goto-next-error)
3862 (idlwave-shell-menu-def):
3863 * progmodes/ps-mode.el (ps-run-goto-error):
3864 * progmodes/vhdl-mode.el (vhdl-read-offset, vhdl-load-cache)
3865 (vhdl-speedbar-contract-level):
3866 * term/mac-win.el (x-handle-numeric-switch):
3867 * term/sun-mouse.el (sun-get-frame-data):
3868 * term/w32-win.el (x-handle-numeric-switch):
3869 * term/x-win.el (x-handle-numeric-switch):
3870 * textmodes/ispell.el (ispell-parse-output):
3871 * textmodes/nroff-mode.el (nroff-outline-level):
3872 * textmodes/reftex-cite.el (reftex-bib-sort-year)
3873 (reftex-bib-sort-year-reverse, reftex-format-citation):
3874 * textmodes/reftex-parse.el (reftex-init-section-numbers)
3875 (reftex-section-number):
3876 * textmodes/texinfmt.el (texinfo-paragraphindent):
3877 Replace `string-to-int' by `string-to-number'.
3878
3879 * international/latexenc.el: Add page marker to force the "Local
3880 Variables:" string out of the last page.
3881
3882 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
3883
3884 * progmodes/gud.el (gud-tooltip-mode): Add gud prefix to
3885 tooltip-change-major-mode.
3886 (gud-tooltip-print-command): Remove case where gud-minor-mode
3887 is gdb ("--fullname").
3888 (gud-tooltip-tips): Turn GUD tooltips off for this case and
3889 explain to user.
3890
3891 2005-05-16 Jay Belanger <belanger@truman.edu>
3892
3893 * calc/calc-store.el (calc-copy-special-constant): New function.
3894
3895 * calc/calc-ext.el (calc-init-extensions): Add binding for
3896 `calc-copy-special-constant'.
3897
3898 * calc/calc-prog.el (calc-edit-format-macro-buffer): Add a case
3899 for the `calc-copy-special-constant' command.
3900
3901 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
3902
3903 * subr.el (left-fringe-p): New function.
3904
3905 * progmodes/compile.el (compilation-setup): Set local value of
3906 overlay-arrow-string to "" always.
3907 (compilation-set-window): Left fringe then don't scroll.
3908 No left fringe then no arrow and scroll message to top.
3909 (compilation-context-lines): Adjust doc string accordingly.
3910
3911 2005-05-16 Kim F. Storm <storm@cua.dk>
3912
3913 * ido.el (ido-magic-forward-char, ido-magic-backward-char)
3914 (ido-magic-delete-char): New commands for C-f, C-b, C-d.
3915 (ido-wide-find-dir-or-delete-dir): New command for M-d.
3916 (ido-define-mode-map): Bind them. Add C-x prefix to fallback commands.
3917 (ido-read-file-name): Handle commands with ido property value
3918 equal to find-file as reading a file name, to allow C-d to enter dired.
3919 (ibuffer-find-file): Add ido property with value find-file.
3920
3921 2005-05-15 Kim F. Storm <storm@cua.dk>
3922
3923 * subr.el (open-network-stream-nowait): Remove.
3924 (open-network-stream-server): Remove.
3925
3926 2005-05-15 Richard M. Stallman <rms@gnu.org>
3927
3928 * faces.el (describe-face): Output a definition link button.
3929
3930 * help-mode.el (help-face-def): New button type.
3931
3932 * emacs-lisp/copyright.el (copyright-fix-years):
3933 Match properly if the first year is 2-digit.
3934 Don't mess up the whitespace after the years by filling.
3935
3936 * dired-aux.el (dired-mark-confirm):
3937 Pass t to dired-get-marked-files for DISTINGUISH-ONE-MARKED.
3938
3939 * dired.el (dired-map-over-marks): New arg DISTINGUISH-ONE-MARKED.
3940 (dired-get-marked-files): New arg DISTINGUISH-ONE-MARKED.
3941 (dired-mark-pop-up): Handle FILES = (t FILE) specially.
3942
3943 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
3944 Set font-lock-comment-start-skip.
3945
3946 * font-lock.el (font-lock-comment-start-skip): New variable.
3947 (font-lock-comment-end-skip): New variable.
3948 (font-lock-fontify-syntactically-region): Use them if non-nil.
3949
3950 2005-05-15 Jay Belanger <belanger@truman.edu>
3951
3952 * calc/calc-store.el (calc-store-value): Return a string rather
3953 than display it as a message.
3954 Use calc-var-name for variable name.
3955 (calc-store-into): Add the result of calc-store-value to message.
3956 (calc-copy-variable): Add a message.
3957 (calc-store-exchange): Improve error messages.
3958 (calc-store-binary, calc-store-map): Don't reset the values of
3959 special constants.
3960
3961 2005-05-14 Luc Teirlinck <teirllm@auburn.edu>
3962
3963 * emacs-lisp/derived.el (define-derived-mode): Add link to Elisp
3964 manual to docstring.
3965
3966 * files.el (hack-local-variables-confirm): Add STRING argument.
3967 Make the function handle non file visiting buffers correctly.
3968 (hack-local-variables-prop-line, hack-local-variables)
3969 (hack-one-local-variable): Use STRING arg of
3970 `hack-local-variables-confirm'.
3971
3972 2005-05-14 Michael Albinus <michael.albinus@gmx.de>
3973
3974 Sync with Tramp 2.0.49.
3975
3976 * tramp.el (tramp-handle-dired-call-process)
3977 (tramp-handle-insert-directory):`insert-buffer' cannot be used
3978 because the contents of the Tramp buffer is changed before
3979 insertion (`expand-file' and alike).
3980 (tramp-handle-insert-directory): If `localname' has an empty
3981 nondirectory name, it must not be quoted.
3982 (tramp-pre-connection): Add parameter CHUNKSIZE. Make local
3983 variable `tramp-chunksize'. Change callees.
3984 (tramp-open-connection-setup-interactive-shell): Check remote host
3985 for buggy `send-process-string' implementation.
3986 Set `tramp-chunksize' if found. Reported by Michael Kifer
3987 <kifer@cs.sunysb.edu> (and a lot of other people all the years).
3988 (tramp-handle-shell-command): `insert-buffer' cannot be used
3989 because the contents of the Tramp buffer is changed before
3990 insertion (`expand-file' and alike). Reported by Fr\e,Ai\e(Bd\e,Ai\e(Bric Bothamy
3991 <frederic.bothamy@free.fr>.
3992 (tramp-set-auto-save): Actions should be done for Tramp file name
3993 handler only. Ange-FTP has its own auto-save mechanism.
3994 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
3995 (tramp-set-auto-save-file-modes): Set file modes of
3996 `buffer-auto-save-file-name' to ?\600 as fallback solution.
3997 Reported by Ferenc Wagner <wferi@tba.elte.hu>.
3998 (tramp-bug): Remove obsolete variable.
3999 (tramp-append-tramp-buffers): Rewrite partly. More suitable check
4000 for presence of `mml-mode'. Make it running for older Emacsen as well.
4001
4002 2005-05-14 John Paul Wallington <jpw@pobox.com>
4003
4004 * ibuf-ext.el (define-ibuffer-filter filename):
4005 If `dired-directory' is a list, use its car.
4006
4007 2005-05-14 Daniel Brockman <daniel@brockman.se> (tiny change)
4008
4009 * ibuffer.el (define-ibuffer-column filename):
4010 If `dired-directory' is a list, use its car.
4011
4012 2005-05-14 Richard M. Stallman <rms@gnu.org>
4013
4014 * subr.el (symbol-file): Doc fix.
4015
4016 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn): New function.
4017 (byte-compile-form): Call byte-compile-nogroup-warn.
4018 (byte-compile-warning-types): Doc fix.
4019
4020 * eshell/esh-mode.el (eshell-find-tag): Use with-no-warnings.
4021
4022 * progmodes/cc-engine.el (c-literal-faces):
4023 Add font-lock-comment-delimiter-face.
4024
4025 * net/net-utils.el (dig): Use with-no-warnings.
4026
4027 * mail/supercite.el (sc-cite-frame-alist, sc-uncite-frame-alist)
4028 (sc-recite-frame-alist, sc-default-cite-frame)
4029 (sc-default-uncite-frame, sc-default-recite-frame)
4030 (sc-attrib-selection-list, sc-rewrite-header-list):
4031 Mark as risky-local-variable.
4032
4033 * international/ogonek.el (ogonek-jak, ogonek-how):
4034 Don't use beginning-of-buffer.
4035
4036 * emacs-lisp/eldoc.el (eldoc-documentation-function): Add autoload.
4037
4038 * calendar/solar.el (solar-data-list): Move definition up.
4039
4040 * dnd.el (dnd-protocol-alist): Add autoload.
4041
4042 * progmodes/sh-script.el: Many doc usage fixes.
4043 (sh-indent-after-do): Change default to match common styles.
4044
4045 2005-05-13 Luc Teirlinck <teirllm@auburn.edu>
4046
4047 * files.el (interpreter-mode-alist)
4048 (auto-mode-interpreter-regexp): Doc fixes.
4049
4050 2005-05-13 Matt Hodges <MPHodges@member.fsf.org>
4051
4052 * tmm.el (tmm-get-keymap): Include only active menus and menu items.
4053
4054 * emacs-lisp/easymenu.el (easy-menu-define): Doc fixes.
4055
4056 2005-05-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4057
4058 * dired.el (dired-mode): make-variable-buffer-local =>
4059 make-local-variable.
4060
4061 2005-05-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4062
4063 * term/mac-win.el (mac-select-convert-to-string): Try coding
4064 systems in mac-script-code-coding-systems if specified one cannot
4065 encode string for `com.apple.traditional-mac-plain-text'.
4066
4067 2005-05-13 Daniel Pfeiffer <occitan@esperanto.org>
4068
4069 * progmodes/make-mode.el (makefile-targets-face)
4070 (makefile-shell-face, makefile-makepp-perl-face): New faces.
4071 (makefile-dependency-regex): Fix it to not make the colon in
4072 $(var:a=b) special.
4073 (makefile-rule-action-regex): New regexp for highlighting embedded
4074 Shell strings.
4075 (makefile-macroassign-regex): Handle != for highlighting as
4076 embedded Shell strings.
4077 (makefile-var-use-regex): New const.
4078 (makefile-statements, makefile-automake-statements)
4079 (makefile-gmake-statements, makefile-makepp-statements)
4080 (makefile-bsdmake-statements): New consts.
4081 (makefile-make-font-lock-keywords): New function.
4082 (makefile-automake-font-lock-keywords)
4083 (makefile-gmake-font-lock-keywords)
4084 (makefile-makepp-font-lock-keywords)
4085 (makefile-bsdmake-font-lock-keywords): New consts.
4086 (makefile-mode-map): Add switchers between the various submodes.
4087 (makefile-mode): Document the availability of the variants.
4088 (makefile-automake-mode, makefile-gmake-mode)
4089 (makefile-makepp-mode, makefile-bsdmake-mode): New derived modes.
4090
4091 * files.el (auto-mode-alist, interpreter-mode-alist): Set up the
4092 new variants of makefile-mode.
4093
4094 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
4095
4096 * font-lock.el (font-lock-comment-delimiter-face): Fix up
4097 the inheritance.
4098
4099 2005-05-12 Luc Teirlinck <teirllm@auburn.edu>
4100
4101 * progmodes/inf-lisp.el (inferior-lisp-mode-hook)
4102 (inferior-lisp-load-hook): Convert defcustoms back to defvars.
4103
4104 * files.el (normal-mode): Extend the scope of the
4105 `enable-local-variables' binding to include the `set-auto-mode' call.
4106 (magic-mode-alist): Doc fix.
4107
4108 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
4109
4110 * font-lock.el (font-lock-comment-delimiter-face): Inherit from
4111 font-lock-comment-face rather than copying its setting.
4112
4113 2005-05-12 Andreas Schwab <schwab@suse.de>
4114
4115 * eshell/esh-mode.el (eshell-send-input): Doc fix.
4116
4117 2005-05-12 Lute Kamstra <lute@gnu.org>
4118
4119 * emacs-lisp/generic.el (define-generic-mode): Don't generate a
4120 defcustom for the mode hook variable. Delete the last argument.
4121 * generic-x.el: Fix callers of define-generic-mode.
4122 (generic-x-modes): Delete group.
4123 (show-tabs-tab-face, show-tabs-space-face): Put them in the
4124 generic-x customization group.
4125
4126 2005-05-12 Kim F. Storm <storm@cua.dk>
4127
4128 * font-lock.el (font-lock-negation-char-face): Default to "off".
4129
4130 * progmodes/cc-fonts.el (c-basic-matchers-before): Don't apply
4131 font-lock-negation-char-face to ! in !=.
4132
4133 2005-05-12 Masatake YAMATO <jet@gyve.org>
4134
4135 * add-log.el (find-change-log): Fix typos in the docstring
4136 of function.
4137
4138 2005-05-11 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
4139
4140 * international/latexenc.el (latexenc-find-file-coding-system):
4141 Avoid `re-search-forward' when looking for input encoding because
4142 of speed and safety. Better regular expressions for recognizing
4143 input encoding. Limit a search for TeX-master/tex-main-file to
4144 the local variable section.
4145
4146 2005-05-11 Dan Nicolaescu <dann@ics.uci.edu>
4147
4148 * progmodes/sh-script.el (sh-mode-default-syntax-table): Set the
4149 syntax of $ to "'" (quote).
4150
4151 2005-05-11 Reiner Steib <Reiner.Steib@gmx.de>
4152
4153 * dnd.el (dnd-protocol-alist): Improve custom type.
4154
4155 * dired.el (dired-dnd-protocol-alist): New variable.
4156 (dired-mode): Use `dired-dnd-protocol-alist'. Move call of
4157 `dired-mode-hook' to the end.
4158
4159 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
4160
4161 * font-lock.el (font-lock-fontify-syntactically-region): Don't use
4162 comment-end if comment-start-skip is not set.
4163 Obey the font-lock-comment-delimiter-face variables.
4164
4165 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
4166
4167 * files.el (executable-find): Move from executable.el. Use locate-file.
4168 * progmodes/executable.el (executable-find): Move to files.el.
4169
4170 * font-lock.el (font-lock-fontify-keywords-region): Use a marker
4171 when trying to ensure forward progress.
4172
4173 2005-05-11 Chong Yidong <cyd@stupidchicken.com>
4174
4175 * mouse-sel.el (mouse-sel-follow-link-p): New function.
4176 (mouse-select, mouse-select-internal, mouse-extend-internal):
4177 Use it to implement mouse-1-click-follows-link functionality.
4178
4179 2005-05-11 Richard M. Stallman <rms@gnu.org>
4180
4181 * font-lock.el (font-lock-fontify-syntactically-region):
4182 Use font-lock-comment-delimiter-face for comment delimiters.
4183
4184 2005-05-10 Jay Belanger <belanger@truman.edu>
4185
4186 * calc/calc-help.el (calc-m-prefix-help): Add mention of
4187 preserving embedded modes.
4188
4189 2005-05-10 Richard M. Stallman <rms@gnu.org>
4190
4191 * progmodes/sh-script.el (sh-indent-for-do): Default to 0.
4192
4193 * progmodes/ada-mode.el (ada-adjust-case-skeleton):
4194 Move from ada-stmt.el.
4195 (ada-mode): Add ada-adjust-case-skeleton to skeleton-end-hook.
4196
4197 * progmodes/ada-stmt.el (ada-adjust-case-skeleton):
4198 Move to ada-mode.el.
4199 (ada-stmt-mode-hook): Delete; do the work in ada-mode.
4200
4201 * cus-edit.el (custom-file): Call file-chase-links.
4202
4203 * files.el (read-directory-name): Fix previous change.
4204 (hack-local-variables-confirm): New function.
4205 (hack-local-variables-prop-line, hack-local-variables)
4206 (hack-one-local-variable): Use it.
4207
4208 2005-05-10 Lute Kamstra <lute@gnu.org>
4209
4210 * font-lock.el (font-lock-keywords-alist)
4211 (font-lock-removed-keywords-alist): Clarify docstrings.
4212
4213 2005-05-10 Nick Roberts <nickrob@snap.net.nz>
4214
4215 * progmodes/gdb-ui.el (gdb-macro-info): New variable.
4216 (gdb-source-info): Check for preprocessor info.
4217 (gdb-tooltip-print-1): New function. Don't print tooltip if it is
4218 a macro for a function.
4219 (gdb-info-breakpoints-custom): Try to find file again if not already
4220 found (user might have used GDB dir command).
4221 (gdb-get-location): Update gdb-location-alist correctly for change
4222 to gdb-info-breakpoints-custom.
4223
4224 * progmodes/gud.el (gud-tooltip-mode): Require tooltip to be safe.
4225 (gud-tooltip-print-command): Add gdbmi case.
4226 (gud-tooltip-tips): Call gdb-tooltip-print-1 first if there is
4227 preprocessor info.
4228
4229 2005-05-09 Reiner Steib <Reiner.Steib@gmx.de>
4230
4231 * startup.el (fancy-splash-insert): Fix typo in doc string.
4232
4233 2005-05-09 Juanma Barranquero <lekktu@gmail.com>
4234
4235 * obsolete/float.el (string-to-float):
4236 * obsolete/hilit19.el (hilit-add-pattern):
4237 * obsolete/rnews.el (news-parse-range, news-select-message)
4238 (news-get-pruned-list-of-files): Replace `string-to-int' by
4239 `string-to-number'.
4240
4241 * obsolete/uncompress.el: Set `find-file-not-found-functions', not
4242 `find-file-not-found-hooks'; use `add-hook'.
4243 (uncompress-while-visiting): Set `write-file-functions', not
4244 `write-file-hooks'; use `add-hook'.
4245
4246 2005-05-09 Kim F. Storm <storm@cua.dk>
4247
4248 * emulation/cua-base.el (cua-copy-region, cua-cut-region)
4249 (cua-paste): Handle clipboard action.
4250 (cua--init-keymaps): Remap clipboard-kill-region and
4251 clipboard-kill-ring-save.
4252
4253 2005-05-08 Eli Zaretskii <eliz@gnu.org>
4254
4255 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
4256 Improve commentary.
4257
4258 * simple.el (next-error-overlay-arrow-position): Revert the change
4259 made on 2005-04-30.
4260
4261 2005-05-07 Jay Belanger <belanger@truman.edu>
4262
4263 * calc/calcsel2.el (calc-commute-left, calc-commute-right)
4264 (calc-sel-unpack, calc-sel-isolate): Rename variable `reselect' to
4265 `calc-sel-reselect'.
4266
4267 * calc/calc-mode.el (calc-save-modes): Reset the modes list if
4268 Calc is in embedded mode.
4269
4270 2005-05-07 Eli Zaretskii <eliz@gnu.org>
4271
4272 * progmodes/compile.el (compilation-setup):
4273 Set overlay-arrow-string to an empty string on text terminals.
4274
4275 * textmodes/ispell.el (ispell-program-name): Try looking for
4276 "aspell" along exec-path, and if found, use it as the default
4277 speller program.
4278
4279 2005-05-07 Jirka Kosek <jirka@kosek.cz> (tiny change)
4280
4281 * international/mule.el (sgml-xml-auto-coding-function):
4282 Recognize encoding='FOO' in single quotes as well as in double quotes.
4283
4284 2005-05-07 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
4285
4286 * emacs-lisp/cl-macs.el (cl-transform-lambda): Recognize `declare'
4287 as well as `interactive', so that defmacro* would recognize
4288 `declare' forms.
4289
4290 2005-05-07 Eli Zaretskii <eliz@gnu.org>
4291
4292 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
4293 Explain more about the LIGHTER arg's usage in the doc string.
4294 Add commentary to clarify what the code does. Fix the regexp that
4295 strips whitespace from LIGHTER. Quote LIGHTER before using it,
4296 since it could have characters special to regular expressions.
4297
4298 2005-05-07 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
4299
4300 * replace.el (occur-1): Bind inhibit-read-only so that
4301 erase-buffer doesn't barf on read-only text properties (likewise
4302 for add-text-properties in occur-engine). Mark buffer as unmodified.
4303 (occur-engine): Don't set buffer-read-only here.
4304
4305 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
4306
4307 * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Don't fiddle with
4308 list-buffers-directory. This caused the *cvs-commit* buffer to be
4309 sometimes mistakenly reused as a *cvs* buffer.
4310
4311 2005-05-07 Nick Roberts <nickrob@snap.net.nz>
4312
4313 * tooltip.el: Move code for GUD tooltips into gud.el.
4314 (require): CL no longer needed to compile case.
4315 (tooltip-mode): Do not toggle functions for GUD tooltips.
4316 (tooltip-gud-tips-p): Remove. Replace with minor mode
4317 gud-tooltip-mode in gud.el.
4318 (tooltip-gud-modes, tooltip-gud-display, tooltip-gud-echo-area)
4319 (tooltip-gud-toggle-dereference): Rename in gud.el by replacing
4320 tooltip-gud prefix with gud-tooltip and obsolete.
4321 (tooltip-change-major-mode, tooltip-activate-mouse-motions-if-enabled)
4322 (tooltip-mouse-motions-active, tooltip-activate-mouse-motions)
4323 (tooltip-mouse-motion): Mouse movement functions/variable.
4324 Rename in gud.el by adding gud prefix.
4325 (tooltip-gud-original-filter, tooltip-gud-dereference)
4326 (tooltip-gud-event, tooltip-toggle-gud-tips)
4327 (tooltip-gud-process-output, tooltip-gud-print-command)
4328 (tooltip-gud-tips): GUD tooltip functions/variables. Rename in
4329 gud.el by replacing tooltip-gud prefix with gud-tooltip.
4330 (gdb-tooltip-print): Move to gdb-ui.el.
4331
4332 * progmodes/gud.el: Move code for GUD tooltips from tooltip.el.
4333 (require): CL needed to compile case.
4334 (gud-tooltip-mode): Use to toggle GUD tooltips instead of
4335 tooltip-gud-tips-p. Make it a minor-mode.
4336 (gud-find-file): Only prepare GUD tooltips if gud-tooltip-mode is t.
4337 (gud-menu-map): GUD tooltips use gud-tooltip-mode now.
4338 (gud-tooltip-modes, gud-tooltip-display, gud-tooltip-echo-area)
4339 (gud-tooltip-change-major-mode)
4340 (gud-tooltip-activate-mouse-motions-if-enabled)
4341 (gud-tooltip-mouse-motions-active, gud-tooltip-activate-mouse-motions)
4342 (gud-tooltip-mouse-motion, gud-tooltip-toggle-dereference)
4343 (gud-tooltip-original-filter, gud-tooltip-dereference)
4344 (gud-tooltip-event, tooltip-toggle-gud-tips)
4345 (gud-tooltip-process-output, gud-tooltip-print-command)
4346 (gud-tooltip-tips): Move from tooltip.el.
4347
4348 * progmodes/gdb-ui.el (gdb-tooltip-print): Move from tooltip.el.
4349 (gdb-cpp-define-alist-flags): Doc fix.
4350 (gdb-set-gud-minor-mode-1): Only prepare GUD tooltips if
4351 gud-tooltip-mode is t.
4352
4353 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
4354
4355 * net/goto-addr.el (goto-address-fontify): Make sure the overlays
4356 evaporate if their text is deleted.
4357 (goto-address-at-point): Make it work as a mouse binding as well.
4358 (goto-address-at-mouse): Obsolete it. Update users.
4359
4360 2005-05-06 Glenn Morris <gmorris@ast.cam.ac.uk>
4361
4362 * calendar/appt.el (top-level): No longer activate on load.
4363
4364 2005-05-06 Juanma Barranquero <lekktu@gmail.com>
4365
4366 * calendar/cal-bahai.el (mark-bahai-diary-entries):
4367 * net/webjump.el (webjump):
4368 * progmodes/idlw-help.el (idlwave-do-context-help1)
4369 (idlwave-highlight-linked-completions):
4370 * textmodes/po.el (po-find-file-coding-system-guts):
4371 Replace `assoc-ignore-case' by `assoc-string'.
4372
4373 2005-05-06 Eli Zaretskii <eliz@gnu.org>
4374
4375 * files.el (locate-file): Doc fix.
4376
4377 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program): Doc fix.
4378 Remove the redundant test for ms-dos.
4379
4380 * progmodes/cmacexp.el (c-macro-preprocessor): Use locate-file to
4381 look for the preprocessor with exec-suffixes. If not found in
4382 standard places, look in exec-path. Remove most of the tests that
4383 used system-type.
4384
4385 * loadup.el: Load jka-cmpr-hook instead of jka-comp-hook.
4386
4387 * jka-compr.el (jka-compr-uninstall): Add autoload cookie.
4388
4389 * jka-cmpr-hook.el: Renamed from jka-comp-hook.el, to avoid
4390 file-name clash with jka-compr.el on 8+3 filesystems.
4391
4392 2005-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4393
4394 * term/mac-win.el: Don't define or bind scroll bar functions if
4395 x-toolkit-scroll-bars is t.
4396 (x-select-text, x-get-selection-value):
4397 Clear x-last-selected-text-clipboard if x-select-enable-clipboard is nil.
4398 (PRIMARY): Put mac-scrap-name property.
4399 (mac-select-convert-to-file-url): New function.
4400 (public.file-url): New selection target type. Add to
4401 selection-converter-alist.
4402 (x-get-selection, x-selection-value): Handle it.
4403 (x-cut-buffer-or-selection-value): New alias.
4404
4405 2005-05-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
4406
4407 * textmodes/bibtex.el (bibtex-summary): Use current BibTeX
4408 entry to avoid calling bibtex-find-entry with arg global
4409 being t. Remove arg key.
4410 (bibtex-summary-function, bibtex-complete-crossref-cleanup)
4411 (bibtex-copy-summary-as-kill): Change accordingly.
4412
4413 2005-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
4414
4415 * textmodes/org.el (org-get-entries-from-diary): Remove unused vars.
4416 (org-agenda-date-later): Use with-current-buffer.
4417
4418 2005-05-05 Luc Teirlinck <teirllm@auburn.edu>
4419
4420 * emacs-lisp/byte-run.el (define-obsolete-function-alias)
4421 (define-obsolete-variable-alias): Doc Fixes.
4422
4423 2005-05-06 Kim F. Storm <storm@cua.dk>
4424
4425 * simple.el (line-move-1): Fix 2005-04-26 change. Must still use
4426 vertical-motion when selective-display is active.
4427
4428 * ido.el (ido-setup-hook): New hook.
4429 (ido-define-mode-map-hook): Remove hook; use ido-setup-hook instead.
4430 (ido-input-stack): New var.
4431 (ido-define-mode-map): Bind M-b to ido-push-dir. Move old
4432 ido-next-work-file binding to M-O.
4433 Bind M-f to ido-wide-find-file-or-pop-dir.
4434 (ido-define-mode-map): Don't run ido-define-mode-map-hook.
4435 (ido-read-internal): Run ido-setup-hook.
4436 Catch quit in read-file-name and read-string to cancel edit.
4437 Handle new push, pop, and pop-all exit codes (for M-b/M-f).
4438 Automatically pop-all when completing a directory name (RET).
4439 (ido-file-internal): Add with-no-warnings around ffap and dired code.
4440 (ido-exit-minibuffer): Use exit-minibuffer instead of throw.
4441 (ido-wide-find-file, ido-wide-find-dir): Catch quit to cancel find.
4442 (ido-push-dir, ido-pop-dir, ido-wide-find-file-or-pop-dir):
4443 New functions for M-b/M-f to move among the directory components.
4444 (ido-make-merged-file-list): Catch quit to cancel merge.
4445 (ido-make-dir-list): Delete "." when ido-input-stack is non-empty.
4446 (ido-completion-help): No warnings for ido-completion-buffer-full.
4447
4448 2005-05-05 Daniel Pfeiffer <occitan@esperanto.org>
4449
4450 * font-lock.el (font-lock-negation-char-face): New face and variable.
4451 * progmodes/cc-fonts.el (c-cpp-matchers): Use it.
4452 * progmodes/sh-script.el (sh-font-lock-keywords): Use it.
4453 * progmodes/cperl-mode.el (cperl-init-faces): Use it.
4454 * progmodes/make-mode.el (makefile-font-lock-keywords): Use it.
4455
4456 2005-05-05 Juanma Barranquero <lekktu@gmail.com>
4457
4458 * emacs-lisp/byte-run.el (define-obsolete-function-alias):
4459 Fix typo in docstring.
4460
4461 * progmodes/ebrowse.el (ebrowse-install-1-to-9-keys)
4462 (ebrowse-print-statistics-line)
4463 (ebrowse-electric-position-mode-hook): Fix typo in docstring.
4464
4465 * term/w32-win.el (image-library-alist): Add additional name for
4466 Xpm library.
4467
4468 2005-05-05 Nick Roberts <nickrob@snap.net.nz>
4469
4470 * progmodes/cmacexp.el (c-macro-preprocessor): Update for BSD and
4471 use gcc instead of cpp.
4472
4473 * progmodes/gdb-ui.el (gdb-cpp-define-alist-flags): New variable.
4474 (gdb-create-define-alist): Use it.
4475 (gdb-cpp-define-alist-program): Update for MS-DOS.
4476
4477 2005-05-04 Nick Roberts <nickrob@snap.net.nz>
4478
4479 * progmodes/cmacexp.el (c-macro-preprocessor): Update for Mac OS X.
4480
4481 2005-05-04 Richard M. Stallman <rms@gnu.org>
4482
4483 * help.el (describe-key): No error when UNTRANSLATED is nil.
4484
4485 * simple.el (line-move-1): Fix previous change to signal errors
4486 appropriately.
4487
4488 2005-05-03 Ulf Jasper <ulf.jasper@web.de>
4489
4490 * calendar/icalendar.el (icalendar-version): Now at 0.12.
4491 (icalendar-duration-correction): Remove.
4492 (icalendar--get-event-properties): Split result at commas.
4493 (icalendar--decode-isoduration): New optional argument
4494 DURATION-CORRECTION.
4495 (icalendar--convert-ordinary-to-ical, icalendar--convert-sexp-to-ical)
4496 (icalendar--convert-yearly-to-ical, icalendar--convert-weekly-to-ical)
4497 (icalendar--convert-block-to-ical, icalendar--convert-float-to-ical)
4498 (icalendar--convert-date-to-ical, icalendar--convert-cyclic-to-ical)
4499 (icalendar--convert-anniversary-to-ical): New functions, extracted
4500 from icalendar-export-region, with bug fixes.
4501 (icalendar-export-region): Use the above functions.
4502 (icalendar-import-buffer): Check before saving diary file.
4503 (icalendar--convert-recurring-to-diary)
4504 (icalendar--convert-non-recurring-all-day-to-diary)
4505 (icalendar--convert-non-recurring-not-all-day-to-diary): New functions,
4506 extracted from icalendar--convert-ical-to-diary, with bug fixes.
4507 (icalendar--convert-ical-to-diary): Use the above functions.
4508
4509 2005-05-03 Nick Roberts <nickrob@snap.net.nz>
4510
4511 * progmodes/cc-mode.el (cc-define-alist, cc-create-define-alist):
4512 Remove these recent additions.
4513 (c-mode): Restore to before 2005-04-28.
4514
4515 * progmodes/cc-vars.el (cc-define-list-program): Remove this
4516 recent addition.
4517
4518 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program)
4519 (gdb-define-alist): New variables.
4520 (gdb-create-define-alist): New function.
4521 (gdb-set-gud-minor-mode-1): Handle gdb-define-alist.
4522 (gdb-source, gdb-memory-set-repeat-count): Replace string-to-int
4523 with string-to-number.
4524 (gdb-reset): Kill gdb-define-alist. Move assignments outside loop.
4525
4526 * progmodes/gud.el: Replace string-to-int with string-to-number.
4527 (gud-find-file): Handle gdb-define-alist.
4528
4529 * tooltip.el (tooltip-gud-tips): Use gdb-define-alist.
4530
4531 2005-05-02 Jay Belanger <belanger@truman.edu>
4532
4533 * calc/calc-aent.el (math-read-token):
4534 * calc/calc-bin.el (calc-word-size):
4535 * calc/calc-ext.el (calc-read-number-fancy):
4536 * calc/calc-forms.el (calc-time, calc-date-notation, math-this-year)
4537 (math-parse-date, math-parse-standard-date, calcFunc-tzone):
4538 * calc/calc-frac.el (calc-over-notation):
4539 * calc/calc-graph.el (calc-graph-plot, calc-graph-set-styles)
4540 (calc-graph-num-points, calc-graph-init):
4541 * calc/calc-prog.el (calc-read-parse-table-part)
4542 (calc-edit-macro-repeats):
4543 * calc/calc-yank.el (calc-do-grab-rectangle):
4544 * calc/calc.el (calcDigit-key, math-read-number, math-read-bignum):
4545 Replace `string-to-int' by `string-to-number'.
4546
4547 2005-05-02 Kim F. Storm <storm@cua.dk>
4548
4549 * kmacro.el: Use executing-kbd-macro-index variable.
4550
4551 2005-05-02 Thien-Thi Nguyen <ttn@gnu.org>
4552
4553 * net/rlogin.el (rlogin-parse-words): Delete func.
4554 (rlogin): Use split-string, not rlogin-parse-words.
4555 Also, if there are option-like elements in the parsed args,
4556 take the host to be the first arg immediately following them.
4557 Suggested by Michael Mauger.
4558
4559 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
4560
4561 * subr.el (executing-macro): Use `define-obsolete-variable-alias'.
4562
4563 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
4564
4565 * progmodes/cc-mode.el (cc-create-define-alist): Use a shell.
4566 (cc-mode-cpp-program): Rename to cc-define-list-program and
4567 move to cc-vars.el.
4568
4569 * progmodes/cc-vars.el (cc-define-list-program):
4570 Change to "gcc -E -dM -". Make customizable.
4571
4572 2005-05-02 Kim F. Storm <storm@cua.dk>
4573
4574 * emulation/cua-base.el: Fix check for CUA-mode if no init file.
4575
4576 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
4577
4578 * progmodes/cc-mode.el (cc-mode-cpp-program): Change to "gcc -E".
4579
4580 * international/mule-util.el (truncate-string): Remove alias and
4581 obsolete declaration.
4582
4583 * international/mule-cmds.el (update-iso-coding-systems):
4584 Remove alias and obsolete declaration.
4585
4586 * international/mule.el (coding-system-parent): Remove alias and
4587 obsolete declaration.
4588
4589 * subr.el (define-function, sref): Remove aliases and obsolete
4590 declarations.
4591 (chars-in-region): Remove obsolete declaration.
4592
4593 2005-05-01 Richard M. Stallman <rms@gnu.org>
4594
4595 * info.el (Info-mode): Set widen-automatically to nil, locally.
4596
4597 * simple.el (widen-automatically): New variable.
4598 (pop-global-mark): Obey widen-automatically.
4599
4600 2005-05-01 Dan Nicolaescu <dann@ics.uci.edu>
4601
4602 * term/xterm.el (function-key-map): Call substitute-key-definition
4603 before the keymap size is increased by a lot of define-key calls.
4604
4605 2005-05-01 Richard M. Stallman <rms@gnu.org>
4606
4607 * subr.el (add-to-invisibility-spec, remove-from-invisibility-spec):
4608 Rename ARG to ELEMENT. Doc fix.
4609
4610 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
4611
4612 * allout.el (allout-exposure): Remove macro and obsolete declaration.
4613 Remove references to allout-exposure/change to allout-new-exposure.
4614
4615 * emacs-lisp/bytecomp.el (dot, dot-min, dot-max): Don't create
4616 bytecode symbols.
4617
4618 * subr.el (dot, dot-marker, dot-min, dot-max, buffer-flush-undo)
4619 (compiled-function-p, focus-frame, unfocus-frame):
4620 Remove aliases and obsolete declarations.
4621 Back out inadvertent changes from previous commit.
4622
4623 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
4624
4625 * files.el (require-final-newline): Make Custom tags consistent
4626 with mode-require-final-newline.
4627 (mode-require-final-newline): Doc fix.
4628
4629 2005-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
4630
4631 * international/latexenc.el (latexenc-find-file-coding-system):
4632 Fix regular expressions.
4633
4634 2005-05-01 David Kastrup <dak@gnu.org>
4635
4636 * international/latexenc.el (latexenc-find-file-coding-system):
4637 Fix regular expressions.
4638
4639 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
4640
4641 * subr.el (string-to-int): Make obsolete.
4642
4643 2005-04-30 Richard M. Stallman <rms@gnu.org>
4644
4645 * simple.el (next-error-overlay-arrow-position): Turn off, for ttys.
4646
4647 * loadup.el: load jka-comp-hook.
4648
4649 * jka-compr.el: Many functions and vars moved to jka-comp-hook.el.
4650 (jka-compr-handler): Add autoload. `put' calls moved
4651 to jka-comp-hook.el.
4652 (compression, jka-compr): defgroups moved to jka-comp-hook.el.
4653 (jka-compr-inhibit): Autoload.
4654
4655 * jka-comp-hook.el: New file.
4656 Enable the mode by default.
4657
4658 * files.el (backup-buffer-copy): Use copy-file instead
4659 of write-region, and put back the 'excl.
4660
4661 2005-04-30 Chong Yidong <cyd@stupidchicken.com>
4662
4663 * progmodes/flymake.el (flymake-split-string)
4664 (flymake-split-string, flymake-log, flymake-pid-to-names)
4665 (flymake-reg-names, flymake-get-source-buffer-name)
4666 (flymake-unreg-names, flymake-add-line-err-info)
4667 (flymake-add-err-info): Clarify docstrings.
4668 (flymake-popup-menu, flymake-make-emacs-menu)
4669 (flymake-make-xemacs-menu): Add docstrings.
4670 (flymake-get-buffer-*, flymake-set-buffer-*): Functions deleted.
4671 Set variables directly throughout.
4672
4673 2005-04-30 Nick Roberts <nickrob@snap.net.nz>
4674
4675 * progmodes/cc-mode.el (cc-create-define-alist): Check that file
4676 exists. Initialize cc-define-alist.
4677 (c-mode): Add cc-create-define-alist locally to after-save-hook.
4678 If there is no file (Macroexpansion) don't create an alist.
4679
4680 2005-04-29 Sam Steingold <sds@gnu.org>
4681
4682 * progmodes/cc-mode.el (cc-mode-cpp-program): New user variable.
4683 (cc-create-define-alist): Use it instead of the hard-coded string.
4684
4685 2005-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
4686
4687 * international/mule-conf.el (file-coding-system-alist): Fix regexp
4688 for latexenc.
4689
4690 2005-04-29 Lute Kamstra <lute@gnu.org>
4691
4692 * emacs-lisp/generic.el: Improve commentary section.
4693 (define-generic-mode): Improve docstring.
4694
4695 2005-04-29 Carsten Dominik <dominik@science.uva.nl>
4696
4697 * textmodes/org.el (many places): Change to quiet the byte compiler.
4698 (org-prefix-format-compiled): New variable.
4699 (org-compile-prefix-format): New function.
4700 (org-timeline, org-agenda, org-diary): Call org-compile-prefix-format.
4701 (org-agenda-prefix-format,org-timeline-prefix-format): New options.
4702 (org-agenda-get-scheduled): Check if file is opened in `org-mode'.
4703 (org-get-entries-from-diary): Use `org-get-time-of-day' for
4704 consistency with entries from `org-mode' files.
4705 (org-get-time-of-day): Fix bug with partial matches early in a line.
4706 (org-non-link-chars): New constant.
4707 (org-link-regexp): Respect `org-non-link-chars'.
4708 (org-agenda-day-view): Remove command.
4709 (org-agenda-toggle-week-view): Rename from `org-agenda-week-view'.
4710 (org-follow-bbdb-link, org-store-link): Search also company field.
4711 (org-highlight-overlay): New variable.
4712 (org-highlight, org-unhighlight): New functions.
4713 (org-agenda-mode): Add pre-command-hook to remove highlight.
4714 (org-evaluate-time-range): Behavior depends upon whether time stamp
4715 contains a time or not.
4716 (org-show-subtree, org-show-entry): New functions.
4717 (org-agenda-cleanup-fancy-diary): Remove empty lines.
4718
4719 2005-04-28 Luc Teirlinck <teirllm@auburn.edu>
4720
4721 * comint.el (comint-output-filter-functions): Add autoload cookie.
4722
4723 2005-04-28 Kim F. Storm <storm@cua.dk>
4724
4725 * ido.el (ido-everywhere): Fix last change.
4726
4727 2005-04-28 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
4728
4729 * international/latexenc.el: New file.
4730 * international/mule-conf.el (file-coding-system-alist): For .tex,
4731 .ltx, .dtx and .drv extensions, use `latexenc-find-file-coding-system'.
4732
4733 2005-04-28 Lute Kamstra <lute@gnu.org>
4734
4735 * font-lock.el (font-lock-add-keywords)
4736 (font-lock-remove-keywords): Clarify docstring.
4737 (font-lock-keywords-alist, font-lock-removed-keywords-alist):
4738 Don't start docstrings with a `*'.
4739 (font-lock-update-removed-keyword-alist): Give it a docstring.
4740
4741 * generic-x.el: Update commentary section.
4742 Only require font-lock when compiling.
4743 Define all modes conditionally.
4744 Place all generic modes in the generic-x-modes customization group.
4745 (generic-x-modes): New customization group.
4746 (generic-default-modes, generic-mswindows-modes)
4747 (generic-unix-modes, generic-other-modes): New constants.
4748 (generic-define-mswindows-modes, generic-define-unix-modes):
4749 Update docstrings. Make them obsolete.
4750 (generic-extras-enable-list): New default value. Update docstring.
4751 Improve :type. Change :set function.
4752 (bat-generic-mode-syntax-table, rul-generic-mode-syntax-table):
4753 Fix docstring.
4754
4755 * emacs-lisp/generic.el (generic-mode-internal):
4756 Simplify font-lock-defaults.
4757 (define-generic-mode): Fix docstring.
4758
4759 2005-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
4760
4761 * progmodes/grep.el (grep-mode-font-lock-keywords): Use the
4762 font-lock-face property to highlight matches.
4763
4764 2005-04-28 Nick Roberts <nickrob@snap.net.nz>
4765
4766 * progmodes/cc-mode.el (cc-create-define-alist): New function.
4767 (cc-define-alist): New variable.
4768 (c-mode): Make it local and initialize it.
4769
4770 * progmodes/gdb-ui.el (gdb-active-process): New variable.
4771 (gdb-exited): New function.
4772 (gdb-annotation-rules): Use it.
4773 (gdb-starting): Set gdb-active-process to t.
4774 (gdb-stopping): Amend doc string.
4775 (gdb-reset): Set gdb-active-process to nil.
4776
4777 * tooltip.el (tooltip-gud-tips): Show the associated #define
4778 directives when a C program under GDB is not executing.
4779
4780 2005-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
4781
4782 * progmodes/cperl-mode.el (cperl-mode): Don't precompile the
4783 font-lock-fontify-syntactic-keywords.
4784
4785 * font-lock.el (font-lock-default-fontify-region): Don't force
4786 parse-sexp-lookup-properties to nil.
4787
4788 2005-04-27 Alexander Klimov <alserkli@inbox.ru> (tiny change)
4789
4790 * man.el (man-mode-syntax-table): Set up `:' to have
4791 word-constituent syntax.
4792
4793 2005-04-27 Lute Kamstra <lute@gnu.org>
4794
4795 * novice.el (disable-command): Don't add spurious newlines to the
4796 init file. Reported by Dan Jacobson <jidanni@jidanni.org>.
4797
4798 2005-04-26 Jay Belanger <belanger@truman.edu>
4799
4800 * calc/calc-yank.el (calc-edit-finish): Make sure there is more
4801 than one window before deleting window.
4802
4803 2005-04-26 Luc Teirlinck <teirllm@auburn.edu>
4804
4805 * shell.el (shell-prompt-pattern): Doc fix.
4806 (shell-mode): Set paragraph-separate buffer locally to "\\'".
4807
4808 * comint.el (comint-prompt-regexp, comint-get-old-input)
4809 (comint-use-prompt-regexp)
4810 (comint-use-prompt-regexp-instead-of-fields)
4811 (comint-replace-by-expanded-history, comint-send-input)
4812 (comint-output-filter, comint-get-old-input-default)
4813 (comint-line-beginning-position, comint-bol, comint-show-output)
4814 (comint-backward-matching-input, comint-forward-matching-input)
4815 (comint-next-prompt, comint-previous-prompt):
4816 Rename `comint-use-prompt-regexp-instead-of-fields' to
4817 `comint-use-prompt-regexp'. Keep old name as alias and declare
4818 obsolete.
4819 (comint-use-prompt-regexp): Shorten first line of doc string.
4820
4821 * ielm.el (inferior-emacs-lisp-mode): Adapt to above name change.
4822 Set paragraph-separate buffer locally to "\\'".
4823
4824 * hippie-exp.el (try-expand-line, try-expand-line-all-buffers):
4825 Adapt to above name change.
4826
4827 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
4828 (smbclient-prompt-regexp): Ditto.
4829
4830 * progmodes/inf-lisp.el (inferior-lisp-prompt): Ditto.
4831
4832 2005-04-27 Nick Roberts <nickrob@snap.net.nz>
4833
4834 * progmodes/gdb-ui.el (gdb-location-alist): Rename from
4835 gdb-location-list.
4836 Break lines that are over 80 characters wide.
4837
4838 2005-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
4839
4840 * pcvs-info.el (cvs-fileinfo->full-path, cvs-display-full-path):
4841 New fun and var, to preserve compatibility.
4842
4843 * pcvs.el, pcvs-info.el: Rename "full-path" -> "full-name".
4844
4845 2005-04-26 Dominique de Waleffe <ddw@missioncriticalit.com> (tiny change)
4846
4847 * pcvs-info.el (cvs-fileinfo->backup-file): Don't pass the full file
4848 name to file-newer-than-file-p.
4849
4850 2005-04-26 Richard M. Stallman <rms@gnu.org>
4851
4852 * simple.el (line-move-1): Avoid using vertical-motion in easy cases.
4853
4854 * progmodes/python.el (python-mode):
4855 Use new name eldoc-documentation-function.
4856
4857 * hexl.el (hexl-mode): Use new name eldoc-documentation-function.
4858
4859 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
4860 (eldoc-documentation-function):
4861 Rename from eldoc-print-current-symbol-info-function. Calls changed.
4862
4863 2005-04-26 Nick Roberts <nickrob@snap.net.nz>
4864
4865 * emacs-lisp/byte-run.el (define-obsolete-function-alias): New macro.
4866
4867 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
4868
4869 * term/xterm.el (function-key-map): Fix strings for
4870 {C,S,A,C-S}-f[1-4]. Use substitute-key-definition to bind
4871 {C,S,A,C-S}-{f1-f12}.
4872
4873 2005-04-26 Kenichi Handa <handa@m17n.org>
4874
4875 * international/mule-cmds.el (select-safe-coding-system):
4876 Fix previous change.
4877
4878 2005-04-26 Lute Kamstra <lute@gnu.org>
4879
4880 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix docstring.
4881
4882 * font-lock.el (font-lock-fontify-region-function): Fix docstring.
4883 (font-lock-comment-delimiter-face): Ditto.
4884
4885 * calc/calc.el (calc-trail-mode): Don't set font-lock-defaults.
4886
4887 2005-04-25 Jay Belanger <belanger@truman.edu>
4888
4889 * calc/calc-help.el (calc-view-news): Let-bind inhibit-read-only
4890 to t while inserting information; use help-mode.
4891
4892 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
4893
4894 * term.el (ansi-term-color-vector): Use the xterm colors.
4895 (term-raw-map): Don't add mappings for \eO and \e[. Map deletechar.
4896
4897 2005-04-25 Lute Kamstra <lute@gnu.org>
4898
4899 * font-core.el (font-lock-defaults): Fix docstring.
4900
4901 * font-lock.el (font-lock-syntactic-face-function): Fix docstring.
4902
4903 2005-04-25 Kenichi Handa <handa@m17n.org>
4904
4905 * international/mule-cmds.el (select-safe-coding-system):
4906 Don't check consistency with coding: spec, etc if raw-text or
4907 no-conversion was found to be safe.
4908
4909 2005-04-24 Richard M. Stallman <rms@gnu.org>
4910
4911 * mail/sendmail.el (mail-font-lock-keywords): Match any number of
4912 citation markers at start of each line.
4913
4914 * mail/rmail.el (rmail-font-lock-keywords): Match any number of
4915 citation markers at start of each line.
4916
4917 * font-lock.el (font-lock-comment-delimiter-face): Doc fix.
4918
4919 * files.el (mode-require-final-newline): Fix previous change.
4920 (require-final-newline): Fix type label.
4921
4922 2005-04-24 Glenn Morris <gmorris@ast.cam.ac.uk>
4923
4924 * progmodes/f90.el (f90-calculate-indent): Fix treatment of first
4925 statement in buffer (broken by 2004-11-24 change).
4926
4927 2005-04-24 Kim F. Storm <storm@cua.dk>
4928
4929 * ido.el (ido-everywhere): Save and restore old read-buffer-function
4930 and read-file-name-function values. Don't overwrite existing
4931 non-nil values if ido-mode is enabled without ido-everywhere.
4932
4933 2005-04-24 Luc Teirlinck <teirllm@auburn.edu>
4934
4935 * files.el (mode-require-final-newline): Minor doc fix.
4936
4937 2005-04-24 Eli Zaretskii <eliz@gnu.org>
4938
4939 * subr.el (syntax-after): Doc fix.
4940 (syntax-class): If argument is nil, return nil. Mask off upper 16
4941 bits, not 8 bits.
4942
4943 * files.el (mode-require-final-newline): Doc fix.
4944 (backup-buffer-copy): Fix last change.
4945
4946 2005-04-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4947
4948 * term/mac-win.el: Require select. Set selection-coding-system to
4949 mac-system-coding-system. Call menu-bar-enable-clipboard.
4950 (x-last-selected-text-clipboard, x-last-selected-text-primary)
4951 (x-select-enable-clipboard): New variables.
4952 (x-select-text, x-get-selection, x-selection-value)
4953 (x-get-selection-value, mac-select-convert-to-string)
4954 (mac-services-open-file, mac-services-open-selection)
4955 (mac-services-insert-text): New functions.
4956 (CLIPBOARD, FIND): Put mac-scrap-name property.
4957 (com.apple.traditional-mac-plain-text, public.utf16-plain-text)
4958 (public.tiff): Put mac-ostype property.
4959 (selection-converter-alist): Add entries for them.
4960 (mac-application-menu-map): New keymap.
4961 (interprogram-cut-function, interprogram-paste-function): Set to
4962 x-select-text and x-get-selection-value, respectively.
4963 (split-window-keep-point): Set to t.
4964
4965 2005-04-23 Richard M. Stallman <rms@gnu.org>
4966
4967 * files.el (read-directory-name): Always pass non-nil
4968 DEFAULT-FILENAME arg to read-file-name.
4969 (backup-buffer-copy, basic-save-buffer-2): Take care against
4970 writing thru an unexpected existing symlink.
4971 (revert-buffer): In indirect buffer, revert the base buffer.
4972 (magic-mode-alist): Doc fix.
4973 (buffer-stale-function): Doc fix.
4974 (minibuffer-with-setup-hook): Avoid warning.
4975 (mode-require-final-newline): Doc and custom fix.
4976
4977 * follow.el (follow-end-of-buffer): Use with-no-warnings.
4978
4979 * font-lock.el (font-lock-comment-face): On terminals with few colors,
4980 use the default appearance.
4981 (font-lock-comment-delimiter-face): New face, new variable.
4982
4983 * imenu.el (imenu--generic-function): The official position of a
4984 definition is the start of the line that BEG is in.
4985
4986 * midnight.el (midnight-timer): Move defvar up.
4987
4988 * mouse.el (mouse-drag-region-1): Delete some debugging code.
4989
4990 * saveplace.el (save-place-to-alist): Use with-no-warnings.
4991
4992 * startup.el (command-line): Use with-no-warnings.
4993
4994 * window.el (window-size-fixed): New defvar.
4995
4996 * emacs-lisp/easymenu.el (easy-menu-do-define): Use defalias, not fset.
4997
4998 * mail/rmail.el (rmail-font-lock-keywords):
4999 Use font-lock-comment-delimiter-face.
5000
5001 * mail/sendmail.el (mail-font-lock-keywords):
5002 Use font-lock-comment-delimiter-face.
5003
5004 * progmodes/compile.el (next-error-highlight-timer): New defvar.
5005
5006 2005-04-23 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change)
5007
5008 * progmodes/compile.el (compilation-mode-font-lock-keywords):
5009 Specify t for LAXMATCH when matching directories.
5010 Save match data around compilation-compat-error-properties form.
5011
5012 2005-04-23 David Kastrup <dak@gnu.org>
5013
5014 * textmodes/tex-mode.el (TeX-mode, plain-TeX-mode, LaTeX-mode):
5015 Mention that the autoloaded aliases should be kept for AUCTeX.
5016
5017 2005-04-23 Andreas Schwab <schwab@suse.de>
5018
5019 * isearch.el (isearch-forward): Doc fix.
5020
5021 2005-04-23 Eli Zaretskii <eliz@gnu.org>
5022
5023 * jit-lock.el (jit-lock-stealth-time): Change default value to 16.
5024 (jit-lock-stealth-nice): Change default value to 0.5.
5025
5026 2005-04-23 Eric Hanchrow <offby1@blarg.net> (tiny change)
5027
5028 * abbrev.el (write-abbrev-file): Write table entries in
5029 alphabetical order by table name.
5030
5031 2005-04-22 Kim F. Storm <storm@cua.dk>
5032
5033 * ido.el (ido-read-internal): Fix `list' completion.
5034
5035 2005-04-22 Kenichi Handa <handa@m17n.org>
5036
5037 * recentf.el (recentf-save-file-coding-system): New variable.
5038 (recentf-save-list): Encode the file by
5039 recentf-save-file-coding-system and add coding: tag.
5040
5041 2005-04-22 Nick Roberts <nickrob@snap.net.nz>
5042
5043 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): New macro.
5044
5045 2005-04-21 Lute Kamstra <lute@gnu.org>
5046
5047 * loadhist.el (unload-feature): Don't remove a function from hooks
5048 if it is about to be restored to an autoload . Remove functions
5049 that will become unbound from auto-mode-alist. Simplify the code.
5050
5051 * subr.el (assq-delete-all): New implementation that is linear,
5052 not quadratic. Suggested by David Kastrup <dak@gnu.org>.
5053 (rassq-delete-all): New function.
5054
5055 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
5056 Add size-indication-mode.
5057
5058 2005-04-21 Kenichi Handa <handa@m17n.org>
5059
5060 * international/mule-cmds.el: Add autoload for widget-value in
5061 eval-when-compile.
5062
5063 2005-04-21 Nick Roberts <nickrob@snap.net.nz>
5064
5065 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
5066 Add tooltip-mode.
5067
5068 * bindings.el (mode-line-mode-menu): Remove tooltip-mode.
5069
5070 2005-04-20 Luc Teirlinck <teirllm@auburn.edu>
5071
5072 * progmodes/inf-lisp.el (inferior-lisp): New defgroup.
5073 (inferior-lisp-filter-regexp, inferior-lisp-program)
5074 (inferior-lisp-load-command, inferior-lisp-prompt)
5075 (inferior-lisp-mode-hook, lisp-source-modes)
5076 (inferior-lisp-load-hook): defvar->defcustom.
5077 (inferior-lisp-program, inferior-lisp-prompt)
5078 (inferior-lisp-load-hook): Doc fixes.
5079 (inferior-lisp-install-letter-bindings): Small change in
5080 introductory comment.
5081
5082 2005-04-20 Dan Nicolaescu <dann@ics.uci.edu>
5083
5084 * vc.el (vc-annotate-color-map): Change some colors so that text
5085 using them as foreground is readable on both white and black
5086 backgrounds.
5087
5088 2005-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
5089
5090 * international/mule-conf.el (translation-table-for-input):
5091 Remove redundant declaration.
5092
5093 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
5094
5095 * progmodes/gud.el (gud-menu-map): Add tooltip-toggle-gud-tips.
5096
5097 * tooltip.el (tooltip-gud-tips-p): Expand documentation.
5098 (tooltip-toggle-gud-tips): New function.
5099
5100 2005-04-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5101
5102 * term/mac-win.el (mac-symbol-encoder): Fix mappings of left and
5103 right angle brackets.
5104
5105 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
5106
5107 * tooltip.el (tooltip-use-echo-area): Replace as alias and deprecate.
5108
5109 2005-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
5110
5111 * progmodes/flymake.el (flymake-get-absolute-file-name-basedir):
5112 Remove. Update callers to use expand-file-name instead.
5113
5114 * subr.el (syntax-class): New function.
5115
5116 * simple.el (blink-matching-open): Use it.
5117
5118 * paren.el (show-paren-function): Use it to recognize parens that are
5119 also used in 2-char comment markers.
5120
5121 2005-04-19 Lute Kamstra <lute@gnu.org>
5122
5123 * loadhist.el (unload-feature): Update for new format of
5124 load-history. Simplify the code.
5125
5126 2005-04-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5127
5128 * term/mac-win.el: Add coding: tag and set it to iso-2022-7bit.
5129 (mac-add-charset-info): New function. Initialize variable
5130 mac-charset-info-alist using it.
5131 (mac-centraleurroman, mac-cyrillic): Do not use UCS in table data
5132 for translation.
5133 (mac-symbol-encoder, mac-dingbats-encoder): New translation table.
5134 (mac-font-encoder-list): Add entries for mac-symbol and mac-dingbats.
5135 (ccl-encode-mac-symbol-font, ccl-encode-mac-dingbats-font):
5136 New CCL programs.
5137
5138 2005-04-19 Kim F. Storm <storm@cua.dk>
5139
5140 * simple.el (next-buffer, prev-buffer, next-error)
5141 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
5142 (clone-indirect-buffer-other-window): Move bindings to bindings.el.
5143
5144 * bindings.el (next-buffer, prev-buffer, next-error)
5145 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
5146 (clone-indirect-buffer-other-window): Move bindings from simple.el.
5147 (next-buffer, prev-buffer): Add C-x C-right and C-x C-left bindings.
5148 (next-error, previous-error): Add M-g M-n/n and M-g M-p/p bindings.
5149
5150 2005-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
5151
5152 * isearch.el (isearch-edit-string): Make the search-ring available for
5153 minibuffer history commands.
5154 (minibuffer-local-isearch-map): Remove bindings for M-p and M-n,
5155 the default history commands now work just as well.
5156 (isearch-ring-retreat-edit, isearch-ring-advance-edit): Remove.
5157
5158 2005-04-18 Kim F. Storm <storm@cua.dk>
5159
5160 * emulation/cua-base.el (cua--pre-command-handler): Add more
5161 elaborate check for shift modifier on non-window systems.
5162
5163 2005-04-18 Lars Hansen <larsh@math.ku.dk>
5164
5165 * desktop.el: Make "--no-desktop" turn off `desktop-save-mode'.
5166
5167 2005-04-18 Kim F. Storm <storm@cua.dk>
5168
5169 * tooltip.el (tooltip-show): Change second arg to USE-ECHO-AREA
5170 and make it optional. Don't test tooltip-gud-echo-area here.
5171 (tooltip-gud-process-output, gdb-tooltip-print):
5172 Pass tooltip-gud-echo-area to tooltip-show.
5173 (tooltip-help-tips): Remove second optional arg to tooltip-show.
5174
5175 2005-04-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5176
5177 * tooltip.el (tooltip-mode): `emacs-quick-startup' and
5178 `display-graphic-p' may not be bound yet.
5179
5180 2005-04-17 Luc Teirlinck <teirllm@auburn.edu>
5181
5182 * startup.el (command-line): No longer enable Xterm Mouse mode by
5183 default in terminals compatible with xterm.
5184
5185 * xt-mouse.el (xterm-mouse-mode): Set init value back to nil.
5186
5187 2005-04-18 Nick Roberts <nickrob@snap.net.nz>
5188
5189 * tooltip.el (tooltip-gud-echo-area): Rename from
5190 tooltip-use-echo-area.
5191 (tooltip-show, tooltip-gud-process-output, gdb-tooltip-print)
5192 (tooltip-help-tips): Allow GUD tooltips to be displayed in echo
5193 area independently of where help tooltips are displayed.
5194
5195 2005-04-17 David Kastrup <dak@gnu.org>
5196
5197 * cus-theme.el (custom-theme-write-variables): Quote variables
5198 where necessary.
5199
5200 2005-04-17 Richard M. Stallman <rms@gnu.org>
5201
5202 * simple.el (yank-excluded-properties): Add follow-link to value.
5203
5204 * jka-compr.el (jka-compr-compression-info-list): Fix custom type.
5205
5206 * startup.el (fancy-splash-max-time): Just 30 seconds.
5207 (fancy-splash-delay): Just 7.
5208 (fancy-splash-screens): No time limit other than fancy-splash-max-time.
5209
5210 * loadhist.el (unload-feature): Update for new format of load-history.
5211 Simplify the code.
5212
5213 * mail/rmail.el (rmail-ignored-headers): Ignore more headers
5214 (rmail-font-lock-keywords): Don't fontify the text of a citation.
5215
5216 * mail/sendmail.el (mail-font-lock-keywords):
5217 Don't fontify subject text.
5218 Don't fontify the text of a citation.
5219
5220 2005-04-17 Mark H. Weaver <mhw@netris.org> (tiny change)
5221
5222 * comint.el (comint-output-filter): Run comint-output-filter-functions
5223 with point where the user had it.
5224
5225 2005-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
5226
5227 * international/ucs-tables.el (ucs-set-table-for-input):
5228 Disable when using unify-on-decoding.
5229
5230 2005-04-16 Dan Nicolaescu <dann@ics.uci.edu>
5231
5232 * emulation/cua-base.el (cua-global-mark-face): Add special case
5233 for displays supporting a high number of colors.
5234
5235 2005-04-16 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
5236
5237 * repeat.el (repeat): Invoke pre-command-hook and post-command-hook.
5238
5239 2005-04-16 Chong Yidong <cyd@stupidchicken.com>
5240
5241 * filesets.el (filesets-add-buffer): If user supplies a name of a
5242 non-existing fileset, create a new fileset.
5243
5244 2005-04-16 Carsten Dominik <dominik@science.uva.nl>
5245
5246 * textmodes/org.el (org-up-heading-all): Fix bug with
5247 `outline-up-heading-all'.
5248
5249 2005-04-16 Andreas Schwab <schwab@suse.de>
5250
5251 * files.el (auto-mode-alist): Handle /etc/sysconfig/*,
5252 /etc/permissions.d/* and /etc/aliases.d/*.
5253
5254 2005-04-16 Kenichi Handa <handa@m17n.org>
5255
5256 * international/code-pages.el (cp-make-coding-system):
5257 Set `translation-table-for-input' property value to the symbol
5258 ucs-mule-to-mule-unicode, not to that value.
5259 (pt154): Escape guillemet by `\'.
5260
5261 2005-04-15 Luc Teirlinck <teirllm@auburn.edu>
5262
5263 * loadup.el: Load tooltip if x-show-tip is fboundp.
5264
5265 * startup.el (command-line): Add comment.
5266
5267 * tooltip.el (tooltip-mode): Specify correct standard value for
5268 Custom in init-value.
5269
5270 2005-04-15 Nick Roberts <nickrob@snap.net.nz>
5271
5272 * progmodes/gud.el (gud-goto-info): Use existing Info buffer, if
5273 possible.
5274
5275 2005-04-15 Carsten Dominik <dominik@science.uva.nl>
5276
5277 * textmodes/org.el (org-agenda-date-prompt): Rename from
5278 `org-agenda-date-today'.
5279 (org-evaluate-time-range): Insert at point instead of directly
5280 after time range.
5281 (org-first-headline-recenter, org-subtree-end-visible-p)
5282 (org-optimize-window-after-visibility-change): New functions
5283 (org-agenda-post-command-hook): Don't allow point at end of line,
5284 to make sure it always hits the text properties.
5285 (org-agenda-next-date-line, org-agenda-previous-date-line):
5286 New commands.
5287 (org-set-regexps-and-options): Category may contain white space.
5288 (org-agenda-get-deadlines, org-agenda-get-scheduled):
5289 Improve marker positions.
5290 (org-agenda-new-marker): Argument POS made optional.
5291 (org-agenda-get-timestamps): Deadlines which are done are listed
5292 in org-done-face now.
5293 (org-agenda-get-todos, org-agenda-get-timestamps)
5294 (org-agenda-get-deadlines, org-agenda-get-scheduled):
5295 Set `undone-face' and `done-face' properties.
5296 (org-last-todo-state-is-todo): New variable.
5297 (org-todo): Set `org-last-todo-state-is-todo'.
5298 (org-agenda-todo): Change face according to
5299 `org-last-todo-state-is-todo'. And change other lines referring to
5300 the same entry.
5301 (org-calendar-goto-agenda): New command.
5302 (org-calendar-to-agenda-key): New option.
5303 (org-startup-folded): New allowed value `content'.
5304 (org-set-regexps-and-options): Accept new value `content' for
5305 `org-startup-folded'.
5306 (org-get-current-options): Handle new value `content' for
5307 `org-startup-folded'.
5308 (org-insert-todo-heading): New command.
5309 (org-mode): Insert first line "*-* mode: org-mode -*-" when called
5310 interactively in empty file and option
5311 `org-insert-mode-line-in-empty-file' has been set.
5312 (org-agenda-todo,org-agenda-priority): Modify to use
5313 `org-agenda-change-all-lines'.
5314 (org-warning-face): Change color on dark background
5315
5316 2005-04-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5317
5318 * international/mule-cmds.el (set-locale-environment): On Mac OS,
5319 use preferences AppleLocale and AppleLanguages, and variable
5320 mac-system-locale for default locale. On Mac OS Classic, use
5321 mac-system-coding-system for default coding systems.
5322
5323 * term/mac-win.el: Don't set file-name-coding-system.
5324 Decode variables system-name, emacs-build-system, user-login-name, and
5325 user-full-name by mac-system-coding-system on Mac OS Classic.
5326 (mac-system-coding-system): New variable.
5327
5328 2005-04-13 Luc Teirlinck <teirllm@auburn.edu>
5329
5330 * startup.el (command-line): Handle `xterm-mouse-mode' before
5331 reading init file.
5332
5333 * xt-mouse.el (xterm-mouse-mode): Adapt to above change.
5334
5335 2005-04-13 Glenn Morris <gmorris@ast.cam.ac.uk>
5336
5337 * progmodes/sh-script.el (sh-here-document-word): Make it a
5338 defcustom. Doc fix.
5339 (sh-add): Bash uses $(( )) for arithmetic.
5340 (sh-while-getopts) <sh>: Set OPTIND back to 1 at end.
5341 (sh-maybe-here-document): Remove quotes and leading whitespace
5342 from heredoc word when closing. Indent heredoc with tabs if word
5343 starts with "-".
5344
5345 2005-04-13 Richard M. Stallman <rms@gnu.org>
5346
5347 * simple.el (undo): Fix previous change.
5348
5349 * custom.el (defface): Doc fix.
5350
5351 2005-04-13 Lute Kamstra <lute@gnu.org>
5352
5353 * Makefile.in (DONTCOMPILE): Remove list.
5354 (compile, compile-always): Don't use DONTCOMPILE.
5355 (update-authors): Load the library in which batch-update-authors
5356 is defined.
5357 * makefile.w32-in (DONTCOMPILE): Remove list.
5358 (compile, compile-always): Fix comments.
5359 (update-authors): Load the library in which batch-update-authors
5360 is defined.
5361
5362 * generic-x.el (generic-mode-ini-file-find-file-hook):
5363 Rename to ini-generic-mode-find-file-hook.
5364 Keep generic-mode-ini-file-find-file-hook as an alias.
5365 (ini-generic-mode-find-file-hook): Rename from
5366 generic-mode-ini-file-find-file-hook. Fix docstring.
5367 (ini-generic-mode): Docstring change.
5368 (bat-generic-mode-run-as-comint): Silence the byte compiler.
5369
5370 * help.el (describe-key-briefly): UNTRANSLATED can be nil when
5371 called from lisp.
5372
5373 * generic.el: Move to the emacs-lisp subdir.
5374
5375 2005-04-12 Dan Nicolaescu <dann@ics.uci.edu>
5376
5377 * term/xterm.el (function-key-map): Add mappings for A-, C-, S-
5378 and C-S- function and cursor motion keys.
5379
5380 2005-04-12 Luc Teirlinck <teirllm@auburn.edu>
5381
5382 * startup.el (command-line): Enable Xterm Mouse mode by default.
5383 * xt-mouse.el (xterm-mouse-mode): Provide correct standard value
5384 for Custom. No longer show "Mouse" in mode line when enabled.
5385 Doc fix.
5386
5387 2005-04-12 Kim F. Storm <storm@cua.dk>
5388
5389 * emulation/cua-base.el (cua-rectangle-face)
5390 (cua-rectangle-noselect-face): Define face attributes here.
5391
5392 * emulation/cua-rect.el (cua--init-rectangles): Remove face setup.
5393
5394 2005-04-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5395
5396 * startup.el (command-line): Turn off blinking cursor if
5397 cursorBlink in resources is off or false.
5398
5399 2005-04-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5400
5401 * term/mac-win.el (dnd): Require dnd.
5402 (mac-drag-n-drop): Call dnd-handle-one-url.
5403 (kTextEncodingMacRoman, kTextEncodingISOLatin1)
5404 (kTextEncodingISOLatin2): Remove constants.
5405 (mac-script-code-coding-systems): New constant.
5406 (mac-handle-language-change): New function.
5407 (special-event-map): Bind it to `language-change' event.
5408 (mac-centraleurroman, mac-cyrillic): New coding systems.
5409 (mac-font-encoder-list, ccl-encode-mac-centraleurroman-font)
5410 (ccl-encode-mac-cyrillic-font): Rename mac-centraleurroman-encoder
5411 and mac-cyrillic-encoder to encode-mac-centraleurroman and
5412 encode-mac-cyrillic, respectively.
5413
5414 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
5415
5416 * progmodes/gud.el, progmodes/gdb-ui.el (gdb-assembler-mode):
5417 Don't set overlay-arrow-string to "=>" as this is done
5418 globally in C now.
5419
5420 2005-04-12 Lute Kamstra <lute@gnu.org>
5421
5422 * generic-x.el (rc-generic-mode, rul-generic-mode):
5423 Fix auto-mode-alist entries.
5424 (etc-fstab-generic-mode): Tweak fontification.
5425
5426 * generic.el (generic-make-keywords-list): Fix docstring.
5427 (generic-mode-internal): Simplify generic-font-lock-keywords.
5428
5429 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
5430
5431 * whitespace.el (whitespace-buffer-leading)
5432 (whitespace-buffer-trailing): Revert the incorrect test inversion.
5433 However, fix the highlight area for the leading and
5434 trailing whitespaces to show space.
5435
5436 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
5437
5438 * whitespace.el (whitespace-version): Bump to 3.5
5439
5440 (whitespace-buffer-leading, whitespace-buffer-trailing):
5441 Invert sense of the test to highlight the whitespace.
5442
5443 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
5444
5445 * progmodes/gud.el (gud-display-line): GUD uses its own
5446 overlay arrow now so don't set overlay-arrow-string.
5447 (gud-pdb-command-name): Revert back to "pdb" (2004-04-26).
5448
5449 2005-04-11 Dan Nicolaescu <dann@ics.uci.edu>
5450
5451 * term.el (term-ansi-current-bold, term-ansi-current-underline)
5452 (term-ansi-current-reverse, term-ansi-current-invisible)
5453 (term-ansi-face-already-done): Change to boolean.
5454 (term-reset-terminal, term-handle-colors-array): Handle the above
5455 vars accordingly.
5456 (term-buffer-vertical-motion): Rename from buffer-vertical-motion.
5457 (term-emulate-terminal): Use the new name.
5458
5459 * faces.el (secondary-selection): Use yellow1, not yellow.
5460 (trailing-whitespace): Use red1, not red.
5461
5462 2005-04-11 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5463
5464 * dired.el (dired-mode): Use dnd-* instead of x-dnd-*
5465 (dired-dnd-handle-local-file): Call dnd-get-local-file-name.
5466 (dired-dnd-handle-file): Call dnd-get-local-file-uri
5467
5468 * cus-edit.el (dnd): New group.
5469
5470 * term/w32-win.el (dnd): Require dnd
5471 (w32-drag-n-drop): Call dnd-handle-one-url.
5472
5473 * x-dnd.el: Require dnd.
5474 (x-dnd-handle-uri-list, x-dnd-handle-file-name):
5475 Call dnd-handle-one-url.
5476 (x-dnd-types-alist, x-dnd-insert-utf8-text)
5477 (x-dnd-insert-utf16-text, x-dnd-insert-ctext): Change x-dnd-insert-text
5478 to dnd-insert-text.
5479 (x-dnd-protocol-alist, x-dnd-open-file-other-window)
5480 (x-dnd-handle-one-url, x-dnd-get-local-file-uri)
5481 (x-dnd-get-local-file-name, x-dnd-open-local-file)
5482 (x-dnd-open-file, x-dnd-insert-text): Move to dnd.el (without x-).
5483
5484 * dnd.el (dnd-protocol-alist): New file with generic DND functions.
5485
5486 2005-04-11 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
5487
5488 * wdired.el: Doc fixes.
5489 (wdired-confirm-overwrite): Rename from wdired-is-ok-overwrite.
5490 (wdired-use-dired-vertical-movement): Rename from
5491 wdired-always-move-to-filename-beginning.
5492 (wdired-mode-map): Use `ignore' instead of `wdired-newline'.
5493 (wdired-change-to-wdired-mode): Change mode name.
5494 (wdired-newline): Delete.
5495
5496 2005-04-11 Richard M. Stallman <rms@gnu.org>
5497
5498 * whitespace.el (whitespace-highlight-the-space):
5499 Don't call whitespace-unhighlight-the-space here.
5500
5501 * simple.el (undo): Record t in undo-equiv-table
5502 for the redo record made by an undo-in-region.
5503
5504 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
5505
5506 * progmodes/gdb-ui.el (gdb-display-inferior-io-buffer)
5507 (gdb-frame-inferior-io-buffer): New Functions to control
5508 display of separate IO buffer.
5509 (menu): Add them to menu-bar.
5510 (gdb-display-buffer): Check for buffer another frame.
5511 Protect GUD buffer.
5512 (gdb-setup-windows): Create IO buffer if not already there.
5513 (gdb-memory-mode): Remove purecopy noops.
5514
5515 2005-04-11 Glenn Morris <gmorris@ast.cam.ac.uk>
5516
5517 * progmodes/f90.el (f90-electric-insert): Add optional prefix arg,
5518 and pass to self-insert-command.
5519
5520 2005-04-11 Lute Kamstra <lute@gnu.org>
5521
5522 * generic.el: Commentary section cleanup.
5523 (generic): Delete.
5524 (generic-use-find-file-hook, generic-lines-to-scan)
5525 (generic-find-file-regexp, generic-ignore-files-regexp)
5526 (default-generic-mode, generic-mode-find-file-hook)
5527 (generic-mode-ini-file-find-file-hook): Move to generic-x.el.
5528 * generic-x.el (generic-x): Docstring fix. Put it in the data group.
5529 (generic-use-find-file-hook, generic-lines-to-scan)
5530 (generic-find-file-regexp, generic-ignore-files-regexp)
5531 (default-generic-mode, generic-mode-find-file-hook)
5532 (generic-mode-ini-file-find-file-hook): Move from generic.el.
5533
5534 2005-04-10 Karl Fogel <kfogel@red-bean.com>
5535
5536 * bookmark.el (bookmark-write-file): Catch errors writing file.
5537 This is the same change as saveplace.el at 2005-04-10T23:32:00Z!rms@gnu.org.
5538
5539 2005-04-10 Richard M. Stallman <rms@gnu.org>
5540
5541 * startup.el (fancy-splash-tail): Update copyright year.
5542 (command-line): Split part of -Q into -D.
5543 (emacs-basic-display): New defvar.
5544 (fancy-splash-text): Correct name of menu item.
5545
5546 * saveplace.el (save-place-alist-to-file): Catch errors writing file.
5547
5548 * info.el (Info-fontify-node): Handle fontification of multiple * Menu
5549 lines in one node.
5550
5551 * comint.el (comint-send-input): New arg ARTIFICIAL.
5552 Callers in this file changed.
5553
5554 * abbrev.el (define-abbrevs): Read system abbrevs properly.
5555
5556 * emacs-lisp/map-ynp.el (map-y-or-n-p): Clarify RET/q in help message.
5557
5558 2005-04-10 Chong Yidong <cyd@stupidchicken.com>
5559
5560 * url/url-ldap.el (url-ldap): Add docstring. Fix call to
5561 `ldap-search-internal'.
5562
5563 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
5564
5565 * files.el (set-auto-mode-1): Use line-end-position.
5566
5567 * international/latin-1.el:
5568 * international/latin-2.el:
5569 * international/latin-3.el:
5570 * international/latin-4.el:
5571 * international/latin-5.el:
5572 * international/latin-8.el:
5573 * international/latin-9.el: Give punctuation syntax to NBSP.
5574
5575 * textmodes/bibtex.el (bibtex-autokey-titleword-ignore)
5576 (bibtex-reference-key, bibtex-autokey-demangle-name, bibtex-mode):
5577 Use char-classes to accept non-ascii letters, accepted in some recent
5578 bibtex implementations.
5579
5580 2005-04-10 Luc Teirlinck <teirllm@auburn.edu>
5581
5582 * custom.el (custom-set-minor-mode): Any non-nil value for the
5583 variable should enable the mode when set through Custom.
5584
5585 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
5586
5587 * progmodes/vhdl-mode.el (vhdl-mode-map-init): Don't override default
5588 TAB binding so tab-always-indent is obeyed.
5589 (vhdl-minibuffer-local-map): Move initialization into declaration.
5590 (vhdl-mode-abbrev-table-init): Mark the abbrevs as `system'.
5591 (vhdl-run-when-idle, vhdl-create-mode-menu, vhdl-character-to-event)
5592 (vhdl-hooked-abbrev): Avoid test for XEmacs.
5593 (vhdl-current-line): Use line-beginning-position.
5594 (vhdl-doc-variable, vhdl-doc-mode): Call help-setup-xref before
5595 with-output-to-temp-buffer, so the current position can be recorded.
5596
5597 2005-04-10 Masatake YAMATO <jet@gyve.org>
5598
5599 * progmodes/compile.el (compilation-error-regexp-alist-alist):
5600 Add regexp for gcov.
5601
5602 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
5603
5604 * calendar/time-date.el (time-to-seconds, seconds-to-time)
5605 (days-to-time, time-subtract, time-add): Don't use the #xhhhh
5606 syntax which Emacs 20 doesn't support.
5607
5608 2005-04-09 Richard M. Stallman <rms@gnu.org>
5609
5610 * help.el (describe-key-briefly, describe-key):
5611 Replace strings as event types with "(any string)".
5612
5613 2005-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
5614
5615 * arc-mode.el (archive-mode-map): Move initialization into
5616 the declaration. Override *all* bindings of `undo'.
5617 (archive-lemacs): Remove, use (featurep 'xemacs) instead.
5618
5619 2005-04-09 Jay Belanger <belanger@truman.edu>
5620
5621 * calc/calc-units.el (math-standard-units): Redefine Watt hour as W*hr.
5622
5623 2005-04-09 Dan Nicolaescu <dann@ics.uci.edu>
5624
5625 * term/xterm.el (xterm-rgb-convert-to-16bit): Simplify.
5626 (xterm-register-default-colors): Update color values computation
5627 to match xterm-200.
5628
5629 2005-04-09 Kenichi Handa <handa@m17n.org>
5630
5631 * international/code-pages.el (iso-latin-7): Fix the map.
5632
5633 2005-04-08 Luc Teirlinck <teirllm@auburn.edu>
5634
5635 * emacs-lisp/lisp.el (defun-prompt-regexp)
5636 (parens-require-spaces, buffer-end, end-of-defun)
5637 (insert-parentheses): Doc fixes.
5638
5639 2005-04-08 Kim F. Storm <storm@cua.dk>
5640
5641 * comint.el (comint-highlight-prompt): Fix face spec.
5642 * hi-lock.el (hi-green): Likewise.
5643
5644 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
5645
5646 * cus-edit.el (custom-modified-face):
5647 * comint.el (comint-highlight-input): Fix previous changes.
5648 * term.el (term-handle-ansi-escape): Add a comment.
5649
5650 2005-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
5651
5652 * whitespace.el (whitespace-highlight-the-space): Put the same overlay
5653 in the buffer and in whitespace-highlighted-space.
5654 (whitespace-unhighlight-the-space): Simplify.
5655 (whitespace-buffer): Simplify.
5656
5657 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
5658
5659 * textmodes/table.el (table-cell-face): Add special case for
5660 displays supporting a high number of colors.
5661 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
5662 (vhdl-font-lock-reserved-words-face)
5663 (vhdl-speedbar-architecture-face)
5664 (vhdl-speedbar-instantiation-face)
5665 (vhdl-speedbar-architecture-selected-face)
5666 (vhdl-speedbar-instantiation-selected-face): Likewise.
5667 * progmodes/sh-script.el (sh-heredoc-face): Likewise.
5668 * progmodes/idlw-help.el (idlwave-help-link-face): Likewise.
5669 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
5670 (ebrowse-root-class-face, ebrowse-member-attribute-face)
5671 (ebrowse-progress-face): Likewise.
5672 * progmodes/compile.el (compilation-info-face): Likewise.
5673 * progmodes/cc-fonts.el (c-invalid-face): Likewise.
5674 * emacs-lisp/re-builder.el (reb-match-3): Likewise.
5675 * calendar/calendar.el (diary-face): Likewise.
5676 * woman.el (woman-italic-face, woman-bold-face)
5677 (woman-unknown-face): Likewise.
5678 * wid-edit.el (widget-button-pressed-face): Likewise.
5679 * whitespace.el (whitespace-highlight-face): Likewise.
5680 * smerge-mode.el (smerge-mine-face, smerge-base-face): Likewise.
5681 * pcvs-info.el (cvs-marked-face): Likewise.
5682 * info.el (info-xref): Likewise.
5683 * ido.el (ido-subdir-face, ido-indicator-face): Likewise.
5684 * hilit-chg.el (highlight-changes-face)
5685 (highlight-changes-delete-face): Likewise.
5686 * hi-lock.el (hi-yellow, hi-green, hi-blue-b, hi-green-b)
5687 (hi-red-b): Likewise.
5688 * generic-x.el (show-tabs-tab-face, show-tabs-space-face): Likewise.
5689 * font-lock.el (font-lock-keyword-face)
5690 (font-lock-function-name-face, font-lock-warning-face): Likewise.
5691 * cus-edit.el (custom-invalid-face, custom-modified-face)
5692 (custom-set-face, custom-changed-face, custom-variable-tag-face)
5693 (custom-group-tag-face-1, custom-group-tag-face): Likewise.
5694 * comint.el (comint-highlight-prompt): Likewise.
5695
5696 2005-04-08 Lute Kamstra <lute@gnu.org>
5697
5698 * font-lock.el (font-lock-keywords): Docstring fixes.
5699
5700 2005-04-08 Kenichi Handa <handa@m17n.org>
5701
5702 * ps-mule.el (ps-mule-show-warning): If the number of unprintable
5703 chars are more than a limit, print " and more..." at the tail.
5704
5705 2005-04-08 Kim F. Storm <storm@cua.dk>
5706
5707 * emacs-lisp/authors.el (authors-aliases): Update list.
5708 (authors-ignored-files): New list.
5709 (authors-fixed-entries): Fix typo.
5710 (authors-renamed-files-alist): Update list.
5711 (authors-add): Check authors-ignored-files.
5712
5713 2005-04-08 Carsten Dominik <dominik@science.uva.nl>
5714
5715 * calendar/diary-lib.el (add-to-diary-list): MARKER argument made
5716 optional, to ensure backward compatibility.
5717
5718 2005-04-08 Stephen Eglen <stephen@gnu.org>
5719
5720 * textmodes/flyspell.el (flyspell-large-region): Doc fix.
5721
5722 2005-04-08 Kim F. Storm <storm@cua.dk>
5723
5724 * buff-menu.el (Buffer-menu-mode-map): Map follow-link to mouse-face.
5725
5726 * mouse.el (mouse-on-link-p): Doc fix.
5727
5728 2005-04-07 Luc Teirlinck <teirllm@auburn.edu>
5729
5730 * ielm.el (ielm-prompt-read-only): Doc fix.
5731
5732 * comint.el (comint-prompt-read-only): Doc fix.
5733
5734 2005-04-07 Benjamin Rutt <brutt@bloomington.in.us>
5735
5736 * ffap.el (ffap-pass-wildcards-to-dired): New user option to
5737 ensure dired always handles wildcards passed to ffap.
5738 (find-file-at-point): Use it.
5739 (ffap-dired-wildcards): Doc fix.
5740
5741 2005-04-07 Juri Linkov <juri@jurta.org>
5742
5743 * simple.el (next-error-overlay-arrow-position): New defvar.
5744 Put "=>" on its property `overlay-arrow-string'. Add it to
5745 `overlay-arrow-variable-list'.
5746
5747 * progmodes/compile.el (compilation-setup):
5748 Set `next-error-overlay-arrow-position' to nil. Also set it to
5749 nil in the local hook `kill-buffer-hook'. Make local variable
5750 `overlay-arrow-string' and set it to "=>".
5751 (compilation-goto-locus): Set BOL position to
5752 `next-error-overlay-arrow-position' instead of
5753 `overlay-arrow-position'.
5754
5755 * info.el (Info-mode): Add `Info-kill-buffer' to `kill-buffer-hook'
5756 locally instead of adding it to the global hook.
5757 (Info-kill-buffer): Move up.
5758
5759 2005-04-06 Dan Nicolaescu <dann@ics.uci.edu>
5760
5761 * term/xterm.el (xterm-standard-colors): Update color values from
5762 xterm-200.
5763
5764 2005-04-06 Stefan Monnier <monnier@iro.umontreal.ca>
5765
5766 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add \bfseries.
5767
5768 * fast-lock.el:
5769 * lazy-lock.el: Move them to the obsolete subdir.
5770
5771 2005-04-06 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
5772
5773 * wdired.el (wdired-advise-functions, wdired-add-skip-in-replace)
5774 (wdired-add-replace-advice): Remove.
5775 (wdired-change-to-wdired-mode): Use query-replace-skip-read-only.
5776
5777 2005-04-06 Kim F. Storm <storm@cua.dk>
5778
5779 * startup.el (command-line): Add --bare-bones alias for -Q.
5780
5781 2005-04-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5782
5783 * term/mac-win.el: Use create-fontset-from-mac-roman-font to
5784 create the startup fontset if a font specification ends with
5785 `mac-roman'.
5786
5787 2005-04-06 Lute Kamstra <lute@gnu.org>
5788
5789 * add-log.el (change-log-font-lock-keywords): Complete 2005-04-03
5790 change.
5791
5792 * emacs-lisp/copyright.el (copyright-update-year): Replace the
5793 right subexpression. Suggested by Jay Bingham <jay.bingham@hp.com>.
5794
5795 2005-04-05 Lute Kamstra <lute@gnu.org>
5796
5797 * generic.el (generic-mode-internal): Fix 2005-03-31 change.
5798 (define-generic-mode): Ditto. Fix debug declaration.
5799
5800 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
5801 Put them in the generic-x group.
5802
5803 * calendar/timeclock.el (timeclock): Doc fix.
5804
5805 * generic.el (define-generic-mode): Don't use custom-current-group.
5806 Document default :group value.
5807 * emacs-lisp/easy-mmode.el (define-minor-mode): Ditto.
5808 (define-global-minor-mode): Don't use custom-current-group.
5809
5810 2005-04-05 Glenn Morris <gmorris@ast.cam.ac.uk>
5811
5812 * startup.el (command-line-1): Display startup-echo-area-message
5813 when fancy splash screen is in use.
5814
5815 * progmodes/sh-script.el (sh-builtins) <bash>: Add `caller'.
5816 (sh-escaped-newline): New face.
5817 (sh-font-lock-keywords) <shell>: Improve regexp for escaped
5818 newline, and use sh-escaped-newline face.
5819
5820 * progmodes/tcl.el (tcl-escaped-newline): New face.
5821 (tcl-builtin-list): New variable.
5822 (tcl-set-font-lock-keywords): Add builtins, variables, and escaped
5823 newlines. Fix keywords subexpression number.
5824
5825 2005-04-05 Carsten Dominik <dominik@science.uva.nl>
5826
5827 * textmodes/org.el (org-diary-default-entry): Fix call to
5828 `add-to-diary-entry'.
5829
5830 2005-04-05 Kim F. Storm <storm@cua.dk>
5831
5832 * ediff-init.el: Use (featurep 'xemacs).
5833
5834 2005-04-05 David Ponce <david@dponce.com>
5835
5836 * cus-edit.el (face): Derive from symbol widget. Display sample
5837 of the current face on the fly.
5838 (widget-face-sample-face-get, widget-face-notify): New functions.
5839 (widget-face-value-create): Remove.
5840
5841 * wid-edit.el (widget-field-end): Temporarily remove field
5842 narrowing before to call `get-char-property'.
5843
5844 2005-04-04 Jay Belanger <belanger@truman.edu>
5845
5846 * calc/calc-aent.el (math-read-replacement-list): Add subscripts.
5847 (math-read-subscripts): New variable.
5848 (math-read-preprocess-string): Process subscripts.
5849
5850 2005-04-04 Luc Teirlinck <teirllm@auburn.edu>
5851
5852 * comint.el (comint-prompt-read-only): Doc fix.
5853
5854 * dired.el (dired-copy-filename-as-kill): Make `-' arg behave like
5855 `-1'. Doc fix.
5856
5857 2005-04-04 Carsten Dominik <dominik@science.uva.nl>
5858
5859 * textmodes/org.el (org-insert-mode-line-in-empty-file):
5860 Change default value to nil.
5861
5862 2005-04-04 Lute Kamstra <lute@gnu.org>
5863
5864 * autorevert.el (auto-revert-mode): Specify :group.
5865 * battery.el (display-battery-mode): Specify :group.
5866 * diff-mode.el (diff-minor-mode): Specify :group.
5867 * font-core.el (font-lock-mode): Specify :group.
5868 * hl-line.el (hl-line-mode): Specify :group.
5869 * iimage.el (iimage): New customization group.
5870 (iimage-mode): Specify :group.
5871 * longlines.el (longlines-mode): Specify :group.
5872 * master.el: Don't require easy-mmode.
5873 (master): New customization group.
5874 (master-mode): Specify :group.
5875 * msb.el (msb-mode): Specify :group.
5876 * reveal.el (reveal-mode): Specify :group.
5877 * simple.el (next-error-follow-minor-mode): Specify :group.
5878 * smerge-mode.el (smerge-mode): Specify :group.
5879 * emacs-lisp/eldoc.el (eldoc-mode): Specify :group.
5880 * emulation/cua-base.el (cua-mode): Specify :group.
5881 * international/encoded-kb.el (encoded-kbd-mode): Specify :group.
5882 * language/thai-util.el (thai-auto-composition-mode)
5883 (thai-word-mode): Specify :group.
5884 * mail/supercite.el (sc-minor-mode): Specify :group.
5885 * progmodes/cwarn.el (cwarn-mode): Specify :group.
5886 * progmodes/flymake.el (flymake-mode): Specify :group.
5887 * progmodes/glasses.el (glasses-mode): Specify :group.
5888 * progmodes/hideif.el (hide-ifdef-mode): Specify :group.
5889 * textmodes/enriched.el (enriched-mode): Specify :group.
5890 * textmodes/refill.el (refill-mode): Specify :group.
5891
5892 * add-log.el (change-log-font-lock-keywords): Names in
5893 parenthesized lists can contain spaces.
5894
5895 2005-04-04 Thien-Thi Nguyen <ttn@gnu.org>
5896
5897 * startup.el (fancy-splash-text): Shorten default text of
5898 "Emacs Tutorial" line. Also, if the current language env
5899 indicates an available tutorial file other than TUTORIAL,
5900 extract its title and append it to the line in parentheses.
5901 (fancy-splash-insert): If arg is a thunk, funcall it.
5902
5903 2005-04-04 Jay Belanger <belanger@truman.edu>
5904
5905 * calc.el (calc-language-alist): Add tags to customization type.
5906
5907 2005-04-03 Luc Teirlinck <teirllm@auburn.edu>
5908
5909 * xt-mouse.el (xterm-mouse-mode): Add explicit Custom group, mouse.
5910 Doc fix.
5911
5912 2005-04-03 Marcelo Toledo <marcelo@gnu.org>
5913
5914 * add-log.el (change-log-font-lock-keywords): The manual
5915 describing a Change Log entry, says: (...) "Aside from these
5916 header lines, every line in the change log starts with a space or
5917 a tab.". The font-lock was not highlighting lines started with
5918 spaces, added support for it.
5919
5920 2005-04-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
5921
5922 * textmodes/bibtex.el (bibtex-url): Use format to generate the url.
5923 (bibtex-generate-url-list): Update docstring accordingly. Put the
5924 complex example in the docstring.
5925 (bibtex-font-lock-url): Use pop.
5926
5927 2005-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
5928
5929 * progmodes/tcl.el (tcl-set-font-lock-keywords): Use new \_< ops.
5930
5931 * pcvs.el (cvs-checkout): Prompt for cvsroot as well.
5932
5933 2005-04-03 Glenn Morris <gmorris@ast.cam.ac.uk>
5934
5935 * filesets.el (filesets-set-default): Doc fix.
5936
5937 2005-04-03 Lute Kamstra <lute@gnu.org>
5938
5939 * generic.el (define-generic-mode): Add argument to specify
5940 keywords for defcustom.
5941 (default-generic-mode): Specify :group.
5942
5943 * generic-x.el: Specify :group for all generic modes.
5944
5945 * desktop.el (desktop-no-desktop-file-hook)
5946 (desktop-after-read-hook): Doc fix.
5947
5948 2005-04-02 Luc Teirlinck <teirllm@auburn.edu>
5949
5950 * simple.el (visible-mode): Use explicit :group keyword.
5951 This changes the group of `visible-mode-hook' from paren-blinking
5952 to editing-basics.
5953
5954 2005-04-02 Sergey Poznyakoff <gray@Mirddin.farlep.net> (tiny change)
5955
5956 * mail/rmail.el (rmail-parse-url): Bugfix. Parse traditional
5957 mailbox specifications as well as URLs.
5958 (rmail-insert-inbox-text): Remove unused conditional branches.
5959
5960 2005-04-01 Jay Belanger <belanger@truman.edu>
5961
5962 * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
5963 (calc-gnuplot-print-command): Move definitions to calc.el.
5964
5965 * calc/calc-embed.el (calc-embedded-announce-formula)
5966 (calc-embedded-open-formula, calc-embedded-close-formula)
5967 (calc-embedded-open-word, calc-embedded-close-word)
5968 (calc-embedded-open-plain, calc-embedded-close-plain)
5969 (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
5970 (calc-embedded-open-mode, calc-embedded-close-mode):
5971 Move definitions to calc.el.
5972
5973 * calc/calc.el (calc-settings-file, calc-language-alist):
5974 Make customizable.
5975 (calc-embedded-announce-formula, calc-embedded-open-formula)
5976 (calc-embedded-close-formula, calc-embedded-open-word)
5977 (calc-embedded-close-word, calc-embedded-open-plain)
5978 (calc-embedded-close-plain, calc-embedded-open-new-formula)
5979 (calc-embedded-close-new-formula, calc-embedded-open-mode)
5980 (calc-embedded-close-mode, calc-gnuplot-name)
5981 (calc-gnuplot-plot-command, calc-gnuplot-print-command): Move here
5982 from other files and make customizable.
5983
5984 2005-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
5985
5986 * pcvs.el (cvs-temp-buffer, cvs-mode-kill-process, cvs-buffer-check):
5987 Use buffer-live-p.
5988 (cvs-mode-run): Don't call cvs-update-header here.
5989 (cvs-run-process): Call cvs-update-header.
5990 Use process properties for cvs-postprocess and cvs-buffer so that
5991 the sentinel can behave better if the temp buffer is killed.
5992 Use a pipe rather than a tty, to better handle unexpected prompts.
5993 (cvs-sentinel): Rewrite. Call cvs-update-header.
5994
5995 2005-04-01 Andre Spiegel <spiegel@gnu.org>
5996
5997 * vc-hooks.el (vc-workfile-unchanged-p): Disable mtime check when
5998 we go via Tramp or Ange-FTP. Suggested by Kai Grossjohann.
5999
6000 2005-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
6001
6002 * generic.el (define-generic-mode): Add indentation rule.
6003
6004 2005-03-31 Luc Teirlinck <teirllm@auburn.edu>
6005
6006 * files.el (mode-require-final-newline): Make Custom correctly
6007 report a nil value and allow to set it to nil via Custom.
6008 Doc fix.
6009
6010 2005-04-01 Kenichi Handa <handa@m17n.org>
6011
6012 * international/characters.el: Enable the correct case setting for
6013 dotless-i and dotted-I.
6014
6015 2005-04-01 Kim F. Storm <storm@cua.dk>
6016
6017 * ido.el (ido-file-internal): Fall back to non-ido command if
6018 initial directory is on slow ftp (or tramp) host.
6019
6020 2005-03-31 Richard M. Stallman <rms@gnu.org>
6021
6022 * emacs-lisp/autoload.el (make-autoload):
6023 Handle define-global-minor-mode.
6024
6025 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
6026 Rename from easy-mmode-define-global-mode.
6027 (easy-mmode-define-global-mode): Alias for define-global-minor-mode.
6028
6029 * progmodes/scheme.el (scheme-mode-syntax-table):
6030 Update syntax of | and # for two-character comment syntax.
6031
6032 2005-03-31 Lute Kamstra <lute@gnu.org>
6033
6034 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode)
6035 (define-minor-mode): Call custom-current-group at load-time.
6036
6037 * generic.el (define-generic-mode): Add debug declaration.
6038 Add defcustom for the mode hook.
6039 (generic-mode-internal): Use run-mode-hooks.
6040
6041 2005-03-31 Kim F. Storm <storm@cua.dk>
6042
6043 * mouse.el (mouse-1-click-follows-link): Increase to 450 ms.
6044 (mouse-fixup-help-message): New defun called by show_help_echo
6045 to fixup mouse-2 prefix in help messages when applicable.
6046
6047 * tooltip.el (tooltip-show-help-function): Don't fixup message here.
6048
6049 2005-03-31 Kenichi Handa <handa@m17n.org>
6050
6051 * language/thai-word.el (thai-find-word-ends): Pay attention to
6052 the case that we reach the end of buffer.
6053
6054 * textmodes/fill.el (fill-text-properties-at): New function.
6055 (fill-newline): Use fill-text-properties-at instead of
6056 text-properties-at.
6057
6058 2005-03-31 Olive Lin <olive.lin@versateladsl.be> (tiny change)
6059
6060 * textmodes/tex-mode.el (tex-start-tex) Use shell-quote-argument,
6061 not comint-quote-filename.
6062
6063 2005-03-31 Thien-Thi Nguyen <ttn@gnu.org>
6064
6065 * help-fns.el (help-with-tutorial): Revert last change.
6066
6067 2005-03-31 Kim F. Storm <storm@cua.dk>
6068
6069 * emulation/cua-base.el (cua-scroll-down): Add CUA property.
6070
6071 2005-03-30 Paul Eggert <eggert@cs.ucla.edu>
6072
6073 * calendar/cal-china.el: Update reference to "Calendrical
6074 Calculations" book; there's a new edition.
6075 * calendar/cal-coptic.el: Likewise.
6076 * calendar/cal-french.el: Likewise.
6077 * calendar/cal-hebrew.el: Likewise.
6078 * calendar/cal-islam.el: Likewise.
6079 * calendar/cal-iso.el: Likewise.
6080 * calendar/cal-julian.el: Likewise.
6081 * calendar/cal-mayan.el: Likewise.
6082 * calendar/cal-persia.el: Likewise.
6083 * calendar/calendar.el: Likewise.
6084 * calendar/holidays.el: Likewise.
6085 * calendar/lunar.el: Likewise.
6086 * calendar/solar.el: Likewise.
6087
6088 * calendar/calendar.el (calendar-day-abbrev-array): Remove trailing
6089 white space from doc string.
6090
6091 2005-03-30 Jay Belanger <belanger@truman.edu>
6092
6093 * calc/calc-help.el (calc-full-help): Remove email address.
6094
6095 2005-03-30 Thien-Thi Nguyen <ttn@gnu.org>
6096
6097 * help-fns.el (help-with-tutorial): Delete title line.
6098
6099 2005-03-30 Glenn Morris <gmorris@ast.cam.ac.uk>
6100
6101 * calendar/cal-x.el (calendar-one-frame-setup)
6102 (calendar-only-one-frame-setup, calendar-two-frame-setup): Use t
6103 rather than 'symbol for set-window-dedicated-p.
6104
6105 * calendar/appt.el (appt-buffer-name): Make it a constant.
6106 (appt-add): Doc fix.
6107
6108 * filesets.el (filesets-menu-path, filesets-menu-before)
6109 (filesets-menu-in-menu): Doc fix. Now valid in GNU Emacs.
6110 (filesets-menu-cache-file): Use directory ~/.emacs.d.
6111 (filesets-add-submenu): Delete and use add-submenu instead.
6112
6113 2005-03-30 Carsten Dominik <dominik@science.uva.nl>
6114
6115 * org.el (org-agenda-phases-of-moon, org-agenda-sunrise-sunset)
6116 (org-agenda-convert-date, org-agenda-goto-calendar): New commands.
6117 (org-diary-default-entry): New function.
6118 (org-get-entries-from-diary): Better parsing of diary entries.
6119 (org-agenda-check-no-diary): New function.
6120 ("diary-lib"): Advice to function `add-to-diary-list', to allow
6121 linking to diary entries.
6122 (org-agenda-execute-calendar-command): New function.
6123 (org-agenda): Improve visible section in window.
6124 Use `org-fit-agenda-window'.
6125 (org-fit-agenda-window): New option.
6126 (org-move-subtree-down): Better handling of empty lines
6127 at end of subtree.
6128 (org-cycle): Numeric prefix is interpreted now as show-subtree N
6129 levels up.
6130 (org-fontify-done-headline): New option.
6131 (org-headline-done-face): New face.
6132 (org-set-font-lock-defaults): Use `org-headline-done-face'.
6133 (org-table-copy-down): Rename from `org-table-copy-from-above'.
6134 When current field is non-empty, it is copied to next row.
6135 (org-table-copy-from-above): Fix bug which made it
6136 impossible to copy fields containing only a single non-white character.
6137
6138 2005-03-30 Kim F. Storm <storm@cua.dk>
6139
6140 * kmacro.el (kmacro-end-macro): Isearch may store this command
6141 into the macro -- so ignore it when executing keyboard macro.
6142
6143 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
6144
6145 * tooltip.el (tooltip-gud-display): Use gud-overlay-arrow-position.
6146
6147 2005-03-29 Kenichi Handa <handa@m17n.org>
6148
6149 * language/thai.el ("Thai"): Set setup-function and exit-function
6150 for Thai language environment.
6151
6152 * language/thai-util.el: Require thai-word.
6153 (thai-word-mode-map): New variable.
6154 (thai-word-mode): New minor mode.
6155 (setup-thai-language-environment-internal): New function.
6156 (exit-thai-language-environment-internal): New function.
6157
6158 * language/thai-word.el (thai-word-table): Declare it by defvar,
6159 use dolist to initialize it.
6160 (thai-kill-word, thai-backward-kill-word, thai-transpose-words)
6161 (thai-fill-find-break-point): New functions.
6162
6163 2005-03-29 Richard M. Stallman <rms@gnu.org>
6164
6165 * simple.el (idle-update-delay): Move definition up.
6166 (set-mark): Doc fix.
6167
6168 2005-03-29 Chong Yidong <cyd@stupidchicken.com>
6169
6170 * longlines.el: New file.
6171
6172 * simple.el (buffer-substring-filters): New variable.
6173 (filter-buffer-substring): New function.
6174 (kill-region, copy-region-as-kill): Use it.
6175
6176 * register.el (copy-to-register, append-to-register)
6177 (prepend-to-register): Use filter-buffer-substring.
6178
6179 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
6180
6181 * progmodes/gud.el (gdb): (Re)-initialize gud-filter-pending-text.
6182 (gud-filter-pending-text): Move in front of gdb.
6183 (gud-overlay-arrow-position): New variable.
6184 (gud-sentinel, gud-display-line): Use it in place of
6185 overlay-arrow-position.
6186
6187 2005-03-29 Glenn Morris <gmorris@ast.cam.ac.uk>
6188
6189 * progmodes/fortran.el (fortran-if-indent): Doc fix.
6190 (fortran-font-lock-keywords-2): Add "where", "elsewhere".
6191 (fortran-font-lock-keywords-4): New variable.
6192 (fortran-blocks-re, fortran-end-block-re)
6193 (fortran-start-block-re): New constants, for hideshow.
6194 (hs-special-modes-alist): Add a Fortran entry.
6195 (fortran-mode-map): Bind fortran-end-of-block,
6196 fortran-beginning-of-block to \M-\C-n, \M-\C-p.
6197 (fortran-mode): Doc fix. Add fortran-font-lock-keywords-4.
6198 (fortran-looking-at-if-then, fortran-end-of-block)
6199 (fortran-beginning-of-block): New functions, for hideshow.
6200
6201 * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
6202 Doc fix. Tweak regexp.
6203 (f90-beginning-of-block): Push mark first.
6204
6205 2005-03-29 Jay Belanger <belanger@truman.edu>
6206
6207 * calc/calc.el: Update copyright date.
6208 (calc-version): Increase to 2.1.
6209 (calc-version-date): Remove.
6210
6211 * calc/calc-help.el: Update copyright date.
6212 (calc-full-help): Remove reference to calc-version-date.
6213 Update copyright date.
6214
6215 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
6216
6217 * vc.el (vc-do-command): Use a pipe for async processes, so password
6218 prompts don't show up at places where the user can't reply.
6219
6220 2005-03-29 Olive Lin <olive.lin@versateladsl.be> (tiny change)
6221
6222 * textmodes/tex-mode.el (tex-send-command): shell-quote-argument
6223 on the file name we pass to the inferior shell.
6224
6225 2005-03-29 Stephan Stahl <stahl@eos.franken.de> (tiny change)
6226
6227 * progmodes/which-func.el (which-function): Be robust in the face of an
6228 imenu--make-index-alist failure.
6229
6230 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
6231
6232 * reveal.el (reveal-mode-map): Don't override C-a and C-e.
6233
6234 * progmodes/python.el (python-preoutput-filter): Fix last change.
6235
6236 2005-03-29 Lute Kamstra <lute@gnu.org>
6237
6238 * emacs-lisp/debug.el (debug-on-entry): Handle autoloaded
6239 functions and compiled macros.
6240 (debug-convert-byte-code): Handle macros too.
6241 (debug-on-entry-1): Don't signal an error when trying to clear a
6242 function that is not set to debug on entry.
6243
6244 2005-03-29 Jay Belanger <belanger@truman.edu>
6245
6246 * calc/calc-lang.el: Add functions to math-function-table
6247 properties of tex and math.
6248
6249 2005-03-29 Kenichi Handa <handa@m17n.org>
6250
6251 * ps-mule.el (ps-mule-plot-string): Translate characters by
6252 ps-print-translation-table.
6253 (ps-mule-begin-job): Call find-charset-region/string with
6254 ps-print-translation-table.
6255 (ps-mule-printable-p): Return t if CHARSET is ascii or latin-iso8859-1.
6256
6257 * ps-print.el (ps-print-translation-table): New variable.
6258 (ps-plot-region): Translate characters by ps-print-translation-table.
6259
6260 2005-03-29 Juri Linkov <juri@jurta.org>
6261
6262 * simple.el (next-error-highlight-timer): New variable.
6263
6264 * progmodes/compile.el (compilation-goto-locus):
6265 Use `next-error-highlight-timer' instead of `sit-for'.
6266
6267 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
6268
6269 * mail/supercite.el (sc-mail-field): Use assoc-string.
6270 (sc-get-address): Simplify regexps.
6271
6272 * files.el (minibuffer-with-setup-hook): New macro.
6273 (find-file-read-args): Use it to avoid let-binding
6274 minibuffer-with-setup-hook (which breaks turning on/off
6275 file-name-shadow-mode while in the prompt).
6276
6277 * complete.el (PC-read-include-file-name-internal): Use test-completion.
6278
6279 2005-03-28 Luc Teirlinck <teirllm@auburn.edu>
6280
6281 * font-lock.el: Bind `font-lock-fontify-block' to M-o M-o.
6282
6283 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
6284
6285 * window.el (window-buffer-height): Use count-screen-lines.
6286
6287 * progmodes/python.el (python-preoutput-leftover): New var.
6288 (python-preoutput-filter): Use it.
6289 (python-send-receive): Loop until all the result has been received.
6290
6291 2005-03-28 Juri Linkov <juri@jurta.org>
6292
6293 * dired.el (dired-mode-map): Add ellipsis to "Compare directories".
6294
6295 * menu-bar.el (menu-bar-file-menu): Remove ellipsis from
6296 "Recover Crashed Session".
6297 (menu-bar-search-menu): Add ellipsis to "Search tagged files".
6298 (menu-bar-replace-menu): Add ellipsis to "Replace in tagged files".
6299 (menu-bar-goto-menu): Add ellipsis to "Set Tags File Name".
6300 (menu-bar-goto-menu): Add ellipsis to "Tags Apropos".
6301 (menu-bar-options-menu): Add ellipsis to "Set Font/Fontset".
6302 (menu-bar-manuals-menu): Add ellipsis to "Find Command in Manual".
6303 (menu-bar-manuals-menu): Add ellipsis to "Find Key in Manual".
6304 (menu-bar-help-menu): Remove ellipsis from "Find Emacs Packages".
6305
6306 * ediff-hook.el (menu-bar-ediff-misc-menu, ediff-misc-menu):
6307 Remove ellipsis from "Ediff Manual", "Customize Ediff", "List
6308 Ediff Sessions", "Toggle use of separate control buffer frame",
6309 "Use separate frame for Ediff control buffer".
6310
6311 * bookmark.el (menu-bar-bookmark-map): Add ellipsis to "Jump to
6312 Bookmark", "Set Bookmark", "Insert Contents", "Insert Location",
6313 "Rename Bookmark", "Delete Bookmark".
6314
6315 * info.el (Info-mode-menu): Remove ellipsis from "Index".
6316 Add ellipsis to "Lookup a String", "Lookup a string in all indices".
6317 Add `:active Info-index-alternatives' to "Next Matching Item".
6318
6319 * wdired.el (wdired-change-to-wdired-mode):
6320 Mention `wdired-abort-changes' key in the initial message.
6321
6322 * international/mule.el (auto-coding-alist): Associate non-ascii
6323 image filename extensions with `no-conversion'.
6324
6325 2005-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
6326
6327 * international/iso-acc.el:
6328 * obsolete/iso-acc.el: Move iso-acc to the obsolete subdir.
6329
6330 2005-03-26 Luc Teirlinck <teirllm@auburn.edu>
6331
6332 * textmodes/sgml-mode.el (html-mode): Doc update.
6333
6334 * autorevert.el (auto-revert-check-vc-info): Minor doc fix.
6335
6336 2005-03-26 Dan Nicolaescu <dann@ics.uci.edu>
6337
6338 * term.el (term-move-columns): Fix face after extending a line.
6339 (term-insert-spaces): Likewise.
6340 (term-reset-terminal): Fix off by one error.
6341
6342 2005-03-26 Eli Zaretskii <eliz@gnu.org>
6343
6344 * international/mule.el (auto-coding-alist): Add .xpi files.
6345
6346 * files.el (auto-mode-alist): Add .xpi files.
6347
6348 2005-03-26 Jure Cuhalev <gandalf@owca.info> (tiny change)
6349
6350 * textmodes/ispell.el (ispell-dictionary-alist-6): Add slovenian.
6351
6352 2005-03-26 Eli Zaretskii <eliz@gnu.org>
6353
6354 * term/bobcat.el: Don't use keyswap.el, since it is now obsolete.
6355
6356 2005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
6357
6358 * calendar/cal-menu.el (top level): Delete local C-down-mouse-3
6359 binding. Suggested by Stephan Stahl <stahl@eos.franken.de>.
6360
6361 * calendar/cal-move.el (calendar-beginning-of-year): Move the
6362 cursor to Jan 1 when needed.
6363 (calendar-end-of-year): Fix -/+ typo.
6364 Reported by Chong Yidong <cyd@stupidchicken.com>.
6365
6366 2005-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
6367
6368 * progmodes/flymake.el (flymake-mode): Add autoload cookie.
6369
6370 * emacs-lisp/debug.el (debugger-record-expression): Add a missing
6371 format to `message'. Inspired by Deepak Goel <deego@gnufans.org>.
6372
6373 2005-03-25 Richard M. Stallman <rms@gnu.org>
6374
6375 * filesets.el (filesets-init): Add autoload.
6376
6377 * mail/mailalias.el (mail-directory): Doc fix.
6378
6379 2005-03-25 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
6380
6381 * mail/mailalias.el (mail-directory-process): Do nothing if
6382 mail-directory-process is an atom.
6383 (mail-get-names): Ignore mail-directory-names if it is an atom.
6384 (mail-directory-process defvar): Doc fix.
6385 (mail-names): Doc fix.
6386
6387 2005-03-25 Johan Bockg\e,Ae\e(Brd <bojohan+mail@dd.chalmers.se> (tiny change)
6388
6389 * textmodes/flyspell.el (mail-mode-flyspell-verify): Fix regexp syntax.
6390
6391 2005-03-26 Kenichi Handa <handa@m17n.org>
6392
6393 * international/mule-util.el (detect-coding-with-priority):
6394 Call update-coding-systems-internal before detect-coding-region.
6395
6396 2005-03-26 Nick Roberts <nickrob@snap.net.nz>
6397
6398 * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
6399 (gdb-frames-mode-map): Add follow-link property.
6400
6401 2005-03-25 Jay Belanger <belanger@truman.edu>
6402
6403 * calc/calcalg2.el (calc-solve-for): Use "Variable(s)" to prompt
6404 for variables.
6405
6406 2005-03-25 Juri Linkov <juri@jurta.org>
6407
6408 * image-mode.el: Optimize image filename extension regexps in
6409 autoload cookies. Associate .x[bp]m with `image-mode-maybe'
6410 in `auto-mode-alist'.
6411 (image-mode): Add `image-toggle-display-text' to local hook
6412 `change-major-mode-hook'. Display the image as an image by
6413 default. Set `cursor-type' and `truncate-lines' if the image
6414 is already displayed. Take into account the current mode (image
6415 or text) in message.
6416 (image-minor-mode): New minor mode.
6417 (image-mode-maybe, image-toggle-display-text): New functions.
6418 (image-toggle-display): Use called-interactively-p.
6419 Let-bind `inhibit-read-only' to t.
6420
6421 * image-mode.el (image-minor-mode): Set `cursor-type' and
6422 `truncate-lines' if the image is already displayed. Add turning
6423 image-minor-mode off to `change-major-mode-hook'. Add message.
6424 Call `image-toggle-display-text' after turning image-minor-mode off.
6425
6426 2005-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
6427
6428 * international/mule-cmds.el (set-locale-environment): For Mac OS X's
6429 Terminal.app, use utf-8.
6430 (set-display-table-and-terminal-coding-system): Add coding-system arg.
6431 (set-locale-environment): Use it.
6432
6433 * term/xterm.el: Undo last change, better done in mule-cmds.el.
6434
6435 * emacs-lisp/rx.el (rx-constituents): Add symbol-start and symbol-end.
6436
6437 * progmodes/python.el (python-close-block-statement-p)
6438 (python-outdent-p, python-current-defun): Use symbol-end.
6439
6440 2005-03-25 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
6441
6442 * files.el (save-some-buffers): Doc fix.
6443
6444 2005-03-25 Werner Lemberg <wl@gnu.org>
6445
6446 * complete.el, thumbs.el: Replace `legal' with `valid'.
6447 * calendar/calendar.el: Replace `legal' with `valid'.
6448 * emacs-lisp/advice.el: Replace `legal' with `valid'.
6449 * mail/supercite.el: Replace `legal' with `valid'.
6450 * progmodes/cperl-mode.el, progmodes/idlw-shell.el
6451 * progmodes/idlwave.el, progmodes/vhdl-mode.el:
6452 Replace `legal' with `valid'.
6453 * textmodes/reftex-vars.el, textmodes/reftex.el:
6454 Replace `legal' with `valid'.
6455
6456 2005-03-25 Werner Lemberg <wl@gnu.org>
6457
6458 * calc/calc-forms.el, calc/calc-sel: Replace `illegal' with `invalid'.
6459 * midnight.el, vc-cvs.el: Replace `illegal' with `invalid'.
6460 * emacs-lisp/cl-macs.el: Replace `illegal' with `invalid'.
6461 * emulation/vip.el: Replace `illegal' with `invalid'.
6462 * eshell/esh-io.el, eshell/esh-var.el: Replace `illegal' with `invalid'.
6463 * mail/supercite.el: Replace `illegal' with `invalid'.
6464 * progmodes/ebnf-abn.el, progmodes/ebnf-bnf.el
6465 * progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-iso.el
6466 * progmodes/ebnf-yac.el, progmodes/ebnf2ps.el, progmodes/idlwave.el
6467 * progmodes/sh-script.el, progmodes/xscheme.el:
6468 Replace `illegal' with `invalid'.
6469 * textmodes/refbib.el, textmodes/refer.el, textmodes/reftex-cite.el
6470 * textmodes/reftex-index.el, textmodes/reftex-parse.el
6471 * textmodes/reftex-ref.el, textmodes/reftex-vars.el
6472 * textmodes/reftex.el, textmodes/org.el: Replace `illegal' with `invalid'.
6473
6474 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
6475
6476 * progmodes/flymake.el (flymake-get-file-name-mode-and-masks)
6477 (flymake-find-buildfile, flymake-find-possible-master-files)
6478 (flymake-check-include, flymake-parse-line): Replace loops over the
6479 length of lists, by loops over lists, to remove silly O(n\e,A2\e(B) behavior.
6480
6481 * progmodes/flymake.el (flymake-ensure-ends-with-slash): Remove.
6482 Substitute file-name-as-directory in the rest of the file.
6483 (flymake-get-common-file-prefix): Rewrite, using compare-strings.
6484 (flymake-replace-region): Remove unused arg `buffer'.
6485 (flymake-check-patch-master-file-buffer): Update calls to it.
6486 (flymake-add-err-info): Remove unused var `count'.
6487 (flymake-mode): Use define-minor-mode.
6488
6489 * progmodes/flymake.el: Use with-current-buffer.
6490 (flymake-float-time, flymake-get-temp-dir, flymake-line-end-position)
6491 flymake-replace-regexp-in-string, flymake-line-beginning-position)
6492 (flymake-popup-menu, flymake-current-row, flymake-selected-frame):
6493 Avoid testing for `xemacs'.
6494 (flymake-nop): Move.
6495 (flymake-region-has-flymake-overlays): Return the computed value.
6496 (flymake-reformat-err-line-patterns-from-compile-el): Use dolist.
6497 Remove unused var `endline'.
6498 (flymake-get-line-count): Remove unused function.
6499 (flymake-display-err-menu-for-current-line): Unused var move-mouse-pos.
6500
6501 * emulation/vi.el:
6502 * generic.el:
6503 * hilit-chg.el (global-highlight-changes):
6504 * hi-lock.el (hi-lock-mode):
6505 * follow.el: find-file-hooks -> find-file-hook.
6506
6507 * comint.el (comint-insert-input): Obey mouse-yank-at-point.
6508
6509 2005-03-24 Juri Linkov <juri@jurta.org>
6510
6511 * dired.el (dired-mode-map): Add menu item "Compare directories"
6512 for dired-compare-directories.
6513
6514 * dired-aux.el (dired-compare-directories): Add autoload cookie.
6515 Doc fix. Replace `read-file-name' with `read-directory-name'.
6516
6517 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
6518
6519 * term/xterm.el: If running in Terminal.app set coding-system to utf-8.
6520
6521 2005-03-24 Jay Belanger <belanger@truman.edu>
6522
6523 * calc/calc-embed.el (calc-embedded-mode-change): Save all
6524 relevant mode settings in calc-embedded-original-modes when modes
6525 are permanently changed.
6526
6527 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
6528
6529 * autoinsert.el: find-file-hooks -> find-file-hook.
6530
6531 2005-03-24 Lute Kamstra <lute@gnu.org>
6532
6533 * generic.el (generic-font-lock-defaults): Make it obsolete.
6534 (generic-font-lock-keywords): New variable to replace
6535 generic-font-lock-defaults.
6536 (generic-mode-set-font-lock): Delete it.
6537 (generic-mode-internal): Don't call generic-mode-set-font-lock.
6538 (generic-bracket-support): Add docstring.
6539
6540 * generic-x.el: Rename generic-font-lock-defaults to
6541 generic-font-lock-keywords throughout.
6542 (mailagent-rules-setup-function): Delete it.
6543 (mailagent-rules-generic-mode): Use anonymous function instead.
6544 (show-tabs-generic-mode-font-lock-defaults-1)
6545 (show-tabs-generic-mode-font-lock-defaults-2): Make them constants.
6546 Quote faces.
6547 (show-tabs-tab-face, show-tabs-space-face): Specify background,
6548 not foreground.
6549
6550 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
6551 Recognize define-generic-mode.
6552
6553 2005-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
6554
6555 * icomplete.el (icomplete-simple-completing-p): Don't turn on icomplete
6556 if there's no completion table.
6557
6558 2005-03-23 Miles Bader <miles@gnu.org>
6559
6560 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
6561 Remove tty-specific variants, as they're no longer needed.
6562
6563 2005-03-23 Lute Kamstra <lute@gnu.org>
6564
6565 * generic-x.el: Code cleanup: make args constant whenever possible.
6566 (installshield-statement-keyword-list)
6567 (installshield-system-functions-list)
6568 (installshield-system-variables-list, installshield-types-list)
6569 (installshield-funarg-constants-list): Make them constants.
6570
6571 * generic.el (generic-make-keywords-list): Add autoload cookie.
6572
6573 * calendar/time-date.el: Add comment on time value formats.
6574 Don't require parse-time.
6575 (with-decoded-time-value): New macro.
6576 (encode-time-value): New function.
6577 (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
6578 (days-to-time): Return a valid time value when arg is huge.
6579 (time-since): Use time-subtract.
6580 (time-to-number-of-days): Use time-to-seconds.
6581
6582 2005-03-23 David Ponce <david@dponce.com>
6583
6584 * recentf.el: (recentf-keep): New option.
6585 (recentf-menu-action): Default to `find-file'.
6586 (recentf-keep-non-readable-files-flag)
6587 (recentf-keep-non-readable-files-p)
6588 (recentf-file-readable-p, recentf-find-file)
6589 (recentf-cleanup-remote): Remove.
6590 (recentf-include-p): More robust.
6591 (recentf-keep-p): New function.
6592 (recentf-remove-if-non-kept): Rename from
6593 `recentf-remove-if-non-readable'. Use `recentf-keep-p'.
6594 All callers updated.
6595 (recentf-menu-items-for-commands): Fix help string.
6596 (recentf-track-closed-file): Update. Doc fix.
6597 (recentf-cleanup): Update. Count removed files. Doc fix.
6598
6599 2005-03-23 Kim F. Storm <storm@cua.dk>
6600
6601 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
6602 Don't inherit from fringe face (now happens automatically).
6603
6604 2005-03-22 Kim F. Storm <storm@cua.dk>
6605
6606 * tooltip.el (tooltip-show-help-function): Ignore negative mouse
6607 position values.
6608
6609 2005-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
6610
6611 * menu-bar.el (showhide-date-time): Remove.
6612 (menu-bar-showhide-menu): Use menu-bar-make-mm-toggle.
6613 (menu-bar-make-mm-toggle): Simplify.
6614
6615 2005-03-22 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
6616
6617 * progmodes/perl-mode.el (perl-font-lock-keywords-2):
6618 Accept qualified variable and function names.
6619
6620 2005-03-22 Thien-Thi Nguyen <ttn@gnu.org>
6621
6622 * bindings.el (completion-ignored-extensions):
6623 Remove ".lis" for `vax-vms'.
6624
6625 2005-03-22 Andreas Schwab <schwab@suse.de>
6626
6627 * generic-x.el: Revert last change.
6628 * ldefs-boot.el: Update.
6629
6630 2005-03-22 Jay Belanger <belanger@truman.edu>
6631
6632 * calc/calc-embed (calc-embedded-original-modes): New variable.
6633 (calc-embedded-save-original-modes)
6634 (calc-embedded-restore-original-modes): New functions.
6635 (calc-do-embedded): Save original modes when entering embedded mode
6636 and restore when leaving embedded mode.
6637 (calc-embedded-modes-change): Change the value of
6638 calc-embedded-original-modes to reflect permanent changes.
6639
6640 2005-03-22 Lute Kamstra <lute@gnu.org>
6641
6642 * generic-x.el: Require generic again.
6643
6644 2005-03-22 Miles Bader <miles@gnu.org>
6645
6646 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
6647 Tweak details to look good on both ttys and bitmap displays, light
6648 or dark background, etc.
6649
6650 2005-03-21 Kim F. Storm <storm@cua.dk>
6651
6652 * tooltip.el (tooltip-show-help-function): Check car and cdr of
6653 mouse position.
6654
6655 2005-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
6656
6657 * icomplete.el: Don't forcibly turn on the mode upon load.
6658 (icomplete-mode): Use define-minor-mode.
6659 (icomplete-eoinput): Default to nil.
6660 (icomplete-minibuffer-setup): Remove autoload.
6661 (icomplete-tidy): Simplify.
6662 (icomplete-exhibit): Use buffer-undo-list to determine if we're still
6663 in the initial state or if the user has modified the field.
6664 Fix handling of icomplete-max-delay-chars.
6665 Remove code that handles the oddball case where
6666 minibuffer-completion-table is an integer.
6667 Wrap icomplete-completions in while-no-input in case building
6668 completions takes more time than expected.
6669 (icomplete-completions): Simplify.
6670
6671 2005-03-21 Richard M. Stallman <rms@gnu.org>
6672
6673 * jka-compr.el (jka-compr-really-do-compress):
6674 Make variable buffer-local.
6675
6676 * image-mode.el: Handle .xpm files too.
6677 (image-toggle-display): Preserve modification flag.
6678
6679 * help.el (where-is): Don't mention aliases with no key bindings.
6680
6681 2005-03-21 Lute Kamstra <lute@gnu.org>
6682
6683 * generic.el: Fix commentary section. Don't require cl for compilation.
6684 (generic-mode-list): Add autoload cookie.
6685 (generic-use-find-file-hook, generic-lines-to-scan)
6686 (generic-find-file-regexp, generic-ignore-files-regexp)
6687 (generic-mode, generic-mode-find-file-hook)
6688 (generic-mode-ini-file-find-file-hook): Fix docstrings.
6689 (define-generic-mode): Make it a defmacro. Fix docstring.
6690 (generic-mode-internal): Code cleanup. Add autoload cookie.
6691 (generic-mode-set-comments): Code cleanup.
6692 * generic-x.el: Don't prevent compilation. Don't require generic.
6693 Follow coding conventions. Minor code cleanup.
6694 (etc-fstab-generic-mode): Add some keywords.
6695 * font-lock.el (lisp-font-lock-keywords-1): Font lock a call to
6696 define-generic-mode like a function declaration.
6697
6698 2005-03-21 Jay Belanger <belanger@truman.edu>
6699
6700 * calc/calc-embed.el (calc-do-embedded): Put data on stack before
6701 changing modes.
6702
6703 2005-03-21 Sam Steingold <sds@gnu.org>
6704
6705 * add-log.el (add-log-current-defun): Support more C DEFUN forms.
6706
6707 2005-03-21 Thien-Thi Nguyen <ttn@gnu.org>
6708
6709 * progmodes/dcl-mode.el (dcl-font-lock-keywords):
6710 Add underscore to "f$ lexicals" regexp.
6711
6712 2005-03-20 Juri Linkov <juri@jurta.org>
6713
6714 * subr.el (progress-reporter-do-update): When `min-value' is equal
6715 to `max-value', set `percentage' to 0 and prevent division by zero.
6716
6717 2005-03-20 Michael Albinus <michael.albinus@gmx.de>
6718
6719 Sync with Tramp 2.0.48.
6720
6721 * tramp.el (all): Change all addresses to .gnu.org.
6722 (tramp-append-tramp-buffers): New defun.
6723 (tramp-bug): Apply `tramp-append-tramp-buffers' as post-hook.
6724 Catch `dont-send' signal.
6725 (tramp-set-auto-save-file-modes): Set always permissions, because
6726 there might be an old auto-saved file belonging to another
6727 original file. This could be a security threat. Reported by
6728 Kjetil Kjernsmo <kjetil@kjernsmo.net>.
6729 Check for Emacs 21.3.50 removed.
6730
6731 * tramp-smb.el (all): Remove debug construct for
6732 `with-parsed-tramp-file-name'.
6733 (tramp-smb-prompt): Prompt can contain spaces inside directory names.
6734 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file):
6735 No error message if DIRECTORY or FILENAME doesn't exist.
6736 (tramp-smb-open-connection): Check existence of
6737 `tramp-smb-program'.
6738
6739 2005-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
6740
6741 * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
6742 Properly handle the case where the `m' or `s' command's argument is not
6743 yet terminated.
6744 (perl-indent-new-calculate): New function.
6745 (perl-indent-line): Use it.
6746
6747 2005-03-20 Miles Bader <miles@gnu.org>
6748
6749 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Use breakpoint faces
6750 in text-mode too. Change to new face names.
6751 (breakpoint-enabled): Rename from `breakpoint-enabled-bitmap-face'.
6752 Add `:weight bold' attribute.
6753 (breakpoint-disabled): Rename from `breakpoint-disabled-bitmap-face'.
6754
6755 2005-03-19 Juri Linkov <juri@jurta.org>
6756
6757 * files.el (auto-mode-alist): Add comment. Optimize jar/ear/war.
6758
6759 * international/mule.el (auto-coding-alist): Sync with
6760 `auto-mode-alist' by adding upper case archive file extensions
6761 and adding ear/war to jar extension.
6762
6763 2005-03-19 David Casperson <casper@unbc.ca> (tiny change)
6764
6765 * textmodes/tex-mode.el (tex-view): If tex-shell process is not
6766 running, restart it.
6767
6768 2005-03-19 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny changes)
6769
6770 * finder.el (finder-current-item): Throw an error on an empty line.
6771
6772 * man.el (Man-follow-manual-reference): If current-word returns
6773 nil, use "".
6774
6775 2005-03-19 Matt Hodges <MPHodges@member.fsf.org>
6776
6777 * simple.el (goto-line): Doc fix.
6778
6779 2005-03-19 Aaron Hawley <Aaron.Hawley@uvm.edu> (tiny change)
6780
6781 * files.el (save-buffer): Doc fix.
6782
6783 2005-03-19 Michael R. Mauger <mmaug@yahoo.com>
6784
6785 * recentf.el (recentf-cleanup-remote): New variable.
6786 (recentf-cleanup): Use it to conditionally check availability of
6787 remote files.
6788
6789 2005-03-19 Joe Edmonds <joe-bugs-debian-org@elem.com> (tiny change)
6790
6791 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Recognize `@' in
6792 function names.
6793
6794 2005-03-19 Eli Zaretskii <eliz@gnu.org>
6795
6796 * language/thai-word.el: New file.
6797
6798 2005-03-19 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
6799
6800 * files.el (backup-buffer): If the file's directory is not
6801 writable, use copy instead of move to backup the file.
6802
6803 2005-03-19 Eli Zaretskii <eliz@gnu.org>
6804
6805 * obsolete/keyswap.el: Moved to obsolete/ from term/.
6806
6807 2005-03-19 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6808
6809 * ps-print.el (ps-generate-string-list, ps-generate-header-line):
6810 Use functionp instead of symbolp and fboundp. Reported by Drkm
6811 <darkman_spam@yahoo.fr>.
6812 (ps-print-version): New version 6.6.6.
6813
6814 2005-03-18 Tak Ota <Takaaki.Ota@am.sony.com>
6815
6816 * textmodes/table.el (table--line-column-position): New idiom.
6817 (table--row-column-insertion-point-p): New function to test
6818 validity of row and column insertion operation at a location.
6819 (table-global-menu, table-cell-menu): Use above functions for
6820 deterministic test operation.
6821 (table--editable-cell-p): Behave in deterministic fashion.
6822
6823 2005-03-18 Juri Linkov <juri@jurta.org>
6824
6825 * isearch.el (isearch-lazy-highlight-new-loop):
6826 Make arguments beg and end optional.
6827 (isearch-update): Remove optional arguments nil from
6828 isearch-lazy-highlight-new-loop.
6829 (isearch-lazy-highlight-search): Let-bind case-fold-search to
6830 isearch-lazy-highlight-case-fold-search instead of
6831 isearch-case-fold-search, and let-bind isearch-regexp to
6832 isearch-lazy-highlight-regexp.
6833 Use isearch-lazy-highlight-last-string instead of isearch-string.
6834
6835 * replace.el (perform-replace): Remove bindings of global
6836 variables isearch-string, isearch-regexp, isearch-case-fold-search.
6837 Add three new arguments to `replace-highlight'.
6838 (replace-highlight): Add arguments string, regexp, case-fold.
6839 Let-bind isearch-string, isearch-regexp, isearch-case-fold-search
6840 to allow isearch-lazy-highlight-new-loop to use these values
6841 to set corresponding isearch-lazy-highlight-* internal
6842 variables whose values lazy highlighting will use regardless of
6843 changes to global variables isearch-string, isearch-regexp,
6844 isearch-case-fold-search during lazy highlighting loop.
6845 (replace-dehighlight): Rename `isearch-lazy-highlight-cleanup'
6846 to `lazy-highlight-cleanup'.
6847
6848 * textmodes/ispell.el (ispell-lazy-highlight): New defcustom.
6849 (ispell-highlight-face): Set default face to `isearch' when
6850 lazy highlighting is enabled.
6851 (ispell-highlight-spelling-error-overlay): Set `ispell-overlay'
6852 priority to 1. Add lazy highlighting.
6853 (ispell-highlight-spelling-error-xemacs): Remove obsolete arg
6854 from `isearch-dehighlight'.
6855
6856 2005-03-18 David Ponce <david@dponce.com>
6857
6858 * files.el (hack-local-variables): Do a case-insensitive search
6859 for End.
6860
6861 2005-03-18 Juri Linkov <juri@jurta.org>
6862
6863 * isearch.el (lazy-highlight-cleanup) <command>: Rename from
6864 `isearch-lazy-highlight-cleanup', add alias to old name and
6865 declare obsolete. Add release numbers to other obsolete vars.
6866 (isearch-done, isearch-lazy-highlight-new-loop):
6867 Rename `isearch-lazy-highlight-cleanup' to `lazy-highlight-cleanup'.
6868 (lazy-highlight-cleanup) <variable>: Doc fix.
6869 (isearch-lazy-highlight-update): Rename obsolete
6870 `isearch-lazy-highlight-face' to `lazy-highlight-face'.
6871
6872 2005-03-18 Kenichi Handa <handa@m17n.org>
6873
6874 * language/thai-util.el: Fix categorization of Thai characters in
6875 thai-category-table.
6876 (thai-composition-pattern): Adjust it for the above change.
6877 (thai-self-insert-command, thai-compose-syllable): New functions.
6878 (thai-compose-region): Use thai-compose-syllable.
6879 (thai-compose-string): Likewise.
6880 (thai-composition-function): Likewise.
6881 (thai-auto-composition): New function.
6882 (thai-auto-composition-mode): New minor mode.
6883
6884 * language/thai.el: Fix patterns to be registered in
6885 composition-function-table.
6886
6887 * international/quail.el (quail-input-method): Locally bind
6888 inhibit-modification-hooks to t.
6889
6890 2005-03-17 Richard M. Stallman <rms@gnu.org>
6891
6892 * progmodes/perl-mode.el (perl-mode-hook): Defvar it.
6893 (perl-mode): Use run-mode-hooks.
6894
6895 * mail/rmail.el (rmail-movemail-program, rmail-pop-password)
6896 (rmail-pop-password-required, rmail-remote-password): Doc fixes.
6897 (rmail-preserve-inbox, rmail-probe, rmail-autodetect): Doc fix.
6898
6899 * mail/sendmail.el (sendmail-send-it): Reenable the code
6900 to compute resend-to-address and use it.
6901
6902 * tar-mode.el (tar-mode): Turn off undo unconditionally.
6903
6904 * image-mode.el: New file.
6905
6906 * image.el (insert-sliced-image): Add autoload cookie.
6907
6908 * font-lock.el (font-lock-lines-before): New user option.
6909 (font-lock-after-change-function): Obey it.
6910
6911 * bindings.el (esc-map): Make M-g a prefix.
6912 Bind M-g g and M-g M-g to goto-line.
6913
6914 * faces.el (face-id): Doc fix.
6915
6916 2005-03-17 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
6917
6918 * mail/rmail.el (rmail-unknown-mail-followup-to): New function.
6919 (rmail-show-message): Use rmail-unknown-mail-followup-to.
6920 (rmail-reply): Recognize Mail-Followup-To and Mail-Reply-To headers.
6921
6922 * mail/sendmail.el (mail-yank-ignored-headers)
6923 (mail-font-lock-keywords, mail-mode-fill-paragraph):
6924 Add Mail-Followup-To and Mail-Reply-To headers.
6925 (mail-citation-hook): Add autoload cookie.
6926 (mail-mode): Doc fix.
6927 (mail-mode-map): Bind mail-mail-followup-to and mail-mail-reply-to.
6928 (mail-send): Compute Mail-Followup-To and Mail-Reply-To headers.
6929 (mail-mode-fill-paragraph): Handle those headers.
6930 (mail-mailing-lists): New variable.
6931 (mail-mail-reply-to, mail-mail-followup-to): New functions.
6932
6933 2005-03-17 Juri Linkov <juri@jurta.org>
6934
6935 * isearch.el (isearch-fallback): Check for `(car previous)'
6936 before calling `isearch-other-end-state'.
6937
6938 2005-03-17 Kim F. Storm <storm@cua.dk>
6939
6940 * simple.el (move-beginning-of-line): Move to beginning of buffer
6941 line, as well as beginning of screen line.
6942
6943 2005-03-16 Glenn Morris <gmorris@ast.cam.ac.uk>
6944
6945 * calendar/diary-lib.el (mark-diary-entries): Use new optional
6946 argument REDRAW rather than calendar-redrawing variable.
6947 * calendar/calendar.el (calendar-redrawing): Delete.
6948 (redraw-calendar): Do not bind calendar-redrawing.
6949
6950 2005-03-16 Matt Hodges <MPHodges@member.fsf.org>
6951
6952 * calendar/diary-lib.el (diary-redraw-calendar): Preserve point in
6953 diary-file buffer.
6954
6955 2005-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
6956
6957 * help.el (describe-mode): Allow a :minor-mode-function property to
6958 specify a different minor mode toggle function than the variable.
6959 * simple.el (auto-fill-function):
6960 * subr.el (add-minor-mode): Use it.
6961
6962 2005-03-16 Kenichi Handa <handa@m17n.org>
6963
6964 * language/ethio-util.el (sera-being-called-by-w3): New variable.
6965 (ethio-sera-to-fidel-ethio): Check also sera-being-called-by-w3.
6966 (ethio-fidel-to-sera-buffer): Likewise.
6967
6968 2005-03-16 Juri Linkov <juri@jurta.org>
6969
6970 * emacs-lisp/find-func.el (find-function-regexp):
6971 Add defun-emitting macro `menu-bar-make-toggle'.
6972
6973 * isearch.el: Put `isearch-scroll' property to
6974 `split-window-horizontally'.
6975
6976 * info.el: Update error messages for `debug-ignored-errors'.
6977 (Info-isearch-search): Doc fix.
6978 (Info-find-node): Move up code to go into info buffer before
6979 recording the node to the history.
6980 (Info-fontify-node): Fontify titles only if the next line
6981 has two or more `*', `=', `-', `.'.
6982 Display "go to this node" for empty (match-string 3).
6983
6984 2005-03-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6985
6986 * term/mac-win.el: Add mouse pointer shape constants.
6987
6988 2005-03-15 Kim F. Storm <storm@cua.dk>
6989
6990 * simple.el (move-beginning-of-line): Use vertical-motion.
6991
6992 2005-03-15 Juri Linkov <juri@jurta.org>
6993
6994 * isearch.el (isearch-error): New variable.
6995 (isearch-invalid-regexp, isearch-within-brackets): Remove.
6996 (isearch-error-state): Rename from `isearch-invalid-regexp-state'.
6997 (isearch-within-brackets-state): Remove.
6998 (isearch-case-fold-search-state, isearch-pop-fun-state):
6999 Decrease frame index.
7000 (isearch-mode, isearch-top-state, isearch-push-state)
7001 (isearch-edit-string, isearch-abort, isearch-search-and-update)
7002 (isearch-fallback, isearch-message-prefix, isearch-message-suffix)
7003 (isearch-search, isearch-lazy-highlight-new-loop):
7004 Replace `isearch-invalid-regexp' with `isearch-error'.
7005 Remove `isearch-within-brackets'.
7006 (isearch-search): Add `search-failed' handler to `condition-case'.
7007 (isearch-lazy-highlight-search): Add `condition-case' to catch
7008 errors and allow `isearch-lazy-highlight-update' to try
7009 highlighting from the beginning of the window.
7010 (isearch-repeat): Move up code to set isearch-wrapped to t
7011 before calling isearch-wrap-function.
7012
7013 * info.el (Info-isearch-initial-node): New internal variable.
7014 (Info-search): Signal an error in isearch mode when search leaves
7015 the initial node. Signal an error when `bound' is non-nil and
7016 nothing was found in the current subfile.
7017 (Info-isearch-search): Remove `condition-case'.
7018 (Info-isearch-wrap): Don't wrap when search failed during leaving
7019 the initial node. If `Info-isearch-search' is nil, wrap around
7020 the current node.
7021 (Info-isearch-start): New fun.
7022 (Info-mode): Add buffer-local hook `Info-isearch-start' to
7023 `isearch-mode-hook'.
7024
7025 2005-03-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7026
7027 * simple.el (normal-erase-is-backspace): Set default to t if
7028 running on Mac.
7029
7030 * term/mac-win.el (function-key-map): Sync with x-win.el.
7031
7032 2005-03-15 Kenichi Handa <handa@m17n.org>
7033
7034 * international/mule-cmds.el (locale-language-names): Modify the
7035 format of elements and add more entries.
7036 (locale-preferred-coding-systems): Add more entries.
7037 (set-locale-environment): Adjust for the change of
7038 locale-language-names.
7039
7040 2005-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
7041
7042 * pcvs.el (smerge-ediff): Remove bogus autoload.
7043
7044 2005-03-14 Lute Kamstra <lute@gnu.org>
7045
7046 * emacs-lisp/debug.el (debugger-make-xrefs): Docstring fix.
7047 Ignore a `*' at the beginning of a line.
7048
7049 * subr.el (macro-declaration-function): Move to emacs-lisp/byte-run.el.
7050 * emacs-lisp/byte-run.el (macro-declaration-function): Move from
7051 subr.el.
7052 (dont-compile, eval-when-compile, eval-and-compile): Use declare
7053 to specify indentation.
7054
7055 * generic.el (define-generic-mode): Let generic-mode-list be a
7056 list of strings; test membership with equal.
7057
7058 2005-03-14 Kim F. Storm <storm@cua.dk>
7059
7060 * simple.el (next-line, previous-line): Add optional try-vscroll
7061 arg to recognize interactive use. Pass it on to line-move.
7062 (line-move): Don't perform auto-window-vscroll when defining or
7063 executing keyboard macro to ensure consistent behavior.
7064
7065 2005-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
7066
7067 * pcvs-util.el (cvs-string->strings): Strip trailing whitespace.
7068
7069 2005-03-13 Lute Kamstra <lute@gnu.org>
7070
7071 * emacs-lisp/debug.el (debug): Set debug-on-exit before calling
7072 debugger-setup-buffer so that backtrace marks the frames set to
7073 debug-on-exit and we don't have to do it manually. Set an extra
7074 debug-on-exit for macro's.
7075 (debugger-setup-buffer): Don't mark the top frame manually.
7076
7077 2005-03-12 Lute Kamstra <lute@gnu.org>
7078
7079 * emacs-lisp/byte-run.el: Replace lisp-indent-hook with
7080 lisp-indent-function throughout.
7081 (with-no-warnings): Set lisp-indent-function property.
7082
7083 2005-03-12 Thien-Thi Nguyen <ttn@gnu.org>
7084
7085 * progmodes/dcl-mode.el (dcl-mode-syntax-table):
7086 Add entry for backslash.
7087
7088 2005-03-12 Juri Linkov <juri@jurta.org>
7089
7090 * info.el (Info-search): Four fixes for backward search.
7091
7092 2005-03-11 Jay Belanger <belanger@truman.edu>
7093
7094 * calc/calc.el (calc-language-alist): New variable.
7095 * calc/calc-embed.el (calc-embedded-language-alist): Remove.
7096 (calc-embedded-find-modes): Use calc-language-alist instead of
7097 calc-embedded-language-alist.
7098
7099 2005-03-11 Glenn Morris <gmorris@ast.cam.ac.uk>
7100
7101 * calendar/calendar.el (calendar-redrawing): New internal
7102 variable.
7103 (redraw-calendar): Remove bogus save-excursion from previous
7104 change. Bind calendar-redrawing to t for mark-diary-entries.
7105 * calendar/diary-lib.el (mark-diary-entries): No need to redraw
7106 calendar if that is why we were called.
7107
7108 2005-03-11 Kenichi Handa <handa@m17n.org>
7109
7110 * international/mule.el (make-coding-system): Set property
7111 coding-system-define-form to nil.
7112 (define-coding-system-alias): Likewise.
7113
7114 2005-03-11 Kenichi Handa <handa@m17n.org>
7115
7116 These changes are suggested by Dave Love <fx@gnu.org>.
7117
7118 * textmodes/fill.el: Change encoding to iso-2022-7bit and add
7119 coding: tag.
7120 (adaptive-fill-regexp): Add more bullets.
7121 (fill-french-nobreak-p): Add Latin-1 and Latin-9 guillemets in
7122 regexps.
7123
7124 2005-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
7125
7126 * help.el (describe-mode): Properly handle non-trivial lighters.
7127 Don't ignore minor modes that are not listed in minor-mode-list.
7128
7129 * tooltip.el (tooltip-mode): Don't complain that you can't turn the
7130 feature ON when the user requests to turn it OFF.
7131
7132 2005-03-10 Lute Kamstra <lute@gnu.org>
7133
7134 * emacs-lisp/debug.el (debug-entry-code): Delete it.
7135 (implement-debug-on-entry): New function to replace debug-entry-code.
7136 (debug-on-entry-1): Use implement-debug-on-entry. Delete the
7137 second argument as the 2005-03-07 change makes it obsolete.
7138 (debug-on-entry, cancel-debug-on-entry): Update call to
7139 debug-on-entry-1.
7140 (debug, debugger-setup-buffer): Comment update.
7141 (debugger-frame-number): Update to work with implement-debug-on-entry.
7142
7143 2005-03-10 Jay Belanger <belanger@truman.edu>
7144
7145 * calc/calc-embed.el (math-ms-args): Declare it.
7146 (calc-embedded-eval-expr, calc-embedded-eval-get-var): Use variable
7147 math-ms-args.
7148 (calc-embedded-subst): Use math-multi-subst-rec to substitute
7149 variables.
7150
7151 2005-03-10 Nick Roberts <nickrob@snap.net.nz>
7152
7153 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-get-location):
7154 Use message-box.
7155
7156 * tooltip.el (tooltip-mode): Use define-minor-mode and simplify.
7157 (tooltip-activate-mouse-motions-if-enabled): Use dolist.
7158 (tooltip-gud-tips): Simplify.
7159 (tooltip-gud-tips-p): Remove superfluous :set.
7160 (tooltip-gud-modes): Add fortran-mode.
7161 (gdb-tooltip-print): Remove newline for tooltip-use-echo-area.
7162
7163 * bindings.el (mode-line-mode-menu): Add tooltip-mode to mode-line.
7164
7165 2005-03-09 Kim F. Storm <storm@cua.dk>
7166
7167 * play/animate.el (animate-place-char): Use forward-line instead
7168 of next-line to improve performance.
7169
7170 2005-03-09 Simon Josefsson <jas@extundo.com>
7171
7172 * net/browse-url.el (browse-url-default-browser): Doc fix.
7173
7174 2005-03-09 Miles Bader <miles@gnu.org>
7175
7176 * emacs-lisp/bytecomp.el (byte-compile-variable-ref)
7177 (byte-compile-obsolete): Change " since VER" to " (as of Emacs VER)".
7178
7179 2005-03-09 Kenichi Handa <handa@m17n.org>
7180
7181 * international/latin-1.el: Set case and syntax for 255 only if
7182 set-case-syntax-set-multibyte is nil.
7183
7184 * textmodes/ispell.el (ispell-insert-word): New function.
7185 (ispell-word): Use ispell-insert-word to insert a new word.
7186 (ispell-process-line): Likewise.
7187 (ispell-complete-word): Likewise.
7188
7189 2005-03-09 Glenn Morris <gmorris@ast.cam.ac.uk>
7190
7191 * calendar/calendar.el (redraw-calendar): Preserve point.
7192 Reported by Matt Hodges <MPHodges@member.fsf.org>.
7193 (calendar-week-start-day): Move after definition of
7194 redraw-calendar. Delete buffer test, since redraw-calendar has
7195 that now.
7196
7197 * calendar/diary-lib.el (mark-diary-entries): Only call
7198 redraw-calendar in the first of any recursive calls.
7199 Reported by Alan Shutko <ats@acm.org>.
7200
7201 2005-03-08 Juri Linkov <juri@jurta.org>
7202
7203 * textmodes/sgml-mode.el (sgml-tag, html-tag-alist)
7204 (html-horizontal-rule, html-line, html-image, html-checkboxes)
7205 (html-radio-buttons): Add a space before the trailing `/>' where
7206 sgml-xml-mode is non-nil.
7207 (sgml-delete-tag): Check if the tag ends with `/>' to not delete
7208 the subsequent tag of the empty XML tag.
7209 (html-href-anchor): Don't set initial input to "http:".
7210 (html-image): Ask for the image URL and set point inside alt="".
7211 (html-name-anchor): Duplicate the name in the `id' attribute when
7212 sgml-xml-mode is non-nil.
7213 (html-paragraph): Remove \n before <p>.
7214 (html-checkboxes, html-radio-buttons): Insert `checked="checked"'
7215 instead of `checked' when sgml-xml-mode is non-nil.
7216
7217 * facemenu.el (list-colors-print): Print #RRGGBB in default face.
7218 Remove 1 space before #RRGGBB to not truncate it on terminal
7219 windows w/o fringes. Remove 1 space between bg and fg examples
7220 to get more space.
7221 (list-colors-duplicates): Replace `and' with `if' for `boundp' to
7222 avoid byte-compile warnings.
7223
7224 * image-file.el (image-file-handler): Put `safe-magic' property to
7225 `image-file-handler'.
7226
7227 * info.el (Info-isearch-search): Emulate word search in
7228 isearching through multiple Info nodes with Info-search.
7229 (Info-isearch-wrap): Allow isearch-word.
7230
7231 2005-03-08 Lute Kamstra <lute@gnu.org>
7232
7233 * emacs-lisp/debug.el (debugger-step-through): Make sure that
7234 stepping into the debugger's code is not possible.
7235 (debugger-jumping-flag): Docstring update.
7236
7237 2005-03-08 Jay Belanger <belanger@truman.edu>
7238
7239 * calc/calc-embed.el (calc-do-embedded): Reset mode line when
7240 embedded mode begins.
7241 (calc-embedded-language-alist): New variable.
7242 (calc-embedded-find-modes): Use calc-embedded-language-alist to
7243 set default language mode.
7244
7245 2005-03-08 Kenichi Handa <handa@m17n.org>
7246
7247 * international/ccl.el (define-ccl-program): Fix docstring about
7248 extra 256 bytes assured for the output buffer.
7249
7250 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
7251 Fix BUFFER_MAGNIFICATION to 2.
7252 (ccl-encode-mule-utf-16be-with-signature): Likewise.
7253
7254 2005-03-07 Karl Chen <quarl@cs.berkeley.edu>
7255
7256 * align.el (align-rules-list): Added an alignment rule for CSS
7257 declarations (applies to css-mode and html-mode buffers).
7258
7259 2005-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
7260
7261 * emacs-lisp/debug.el (debug-on-entry-1): Fix handling of macros.
7262
7263 2005-03-07 Kim F. Storm <storm@cua.dk>
7264
7265 * simple.el (move-beginning-of-line): New command.
7266
7267 * bindings.el (global-map): Bind C-a to move-beginning-of-line.
7268
7269 * reveal.el (reveal-mode-map): Bind C-a to beginning-of-line.
7270
7271 * emulation/cua-base.el: Put CUA move property on move-end-of-line
7272 and move-beginning-of-line.
7273
7274 * apropos.el (apropos-print): Omit command from M-x ... RET.
7275
7276 2005-03-07 Nick Roberts <nickrob@snap.net.nz>
7277
7278 * progmodes/gdb-ui.el (gdb-var-create-handler): Handle just MI case.
7279 (gdb-send, gdb-send-item): Log items sent from gdb-send too.
7280
7281 2005-03-06 Richard M. Stallman <rms@gnu.org>
7282
7283 * bindings.el (esc-map): Bind M-g to goto-line.
7284
7285 * facemenu.el (global-map): Bind M-o, not M-g.
7286
7287 2005-03-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7288
7289 * menu-bar.el (menu-bar-file-menu): Add the same :enable to
7290 "Open Directory" as for "Open File".
7291
7292 2005-03-06 Chong Yidong <cyd@stupidchicken.com>
7293
7294 * simple.el (activate-mark-hook, deactivate-mark-hook): Add defvars.
7295 (push-mark-command): Run activate-mark-hook.
7296
7297 2005-03-06 Richard M. Stallman <rms@gnu.org>
7298
7299 * help-mode.el (help-mode-finish): Don't alter the element
7300 in view-return-to-alist if there already is one.
7301
7302 * jit-lock.el (jit-lock-stealth-fontify): When calling sit-for,
7303 make sure the current buffer is the expected one.
7304
7305 * novice.el (disabled-command-function): Output in *Disabled Command*.
7306 Explicitly ignore non-keyboard events, and explicitly handle C-g.
7307
7308 * textmodes/flyspell.el (flyspell-large-region):
7309 Pass args differently for aspell.
7310
7311 * files.el (mode-require-final-newline): Doc fix.
7312
7313 2005-03-03 Stephan Stahl <stahl@eos.franken.de> (tiny change)
7314
7315 * progmodes/which-func.el (which-function):
7316 Specify NOERROR when calling imenu--make-index-alist.
7317
7318 2005-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
7319
7320 * simple.el (normal-erase-is-backspace): Define default value.
7321
7322 * custom.el (custom-theme-set-variables): Remove unused var `immediate'.
7323 (custom-reevaluate-setting): Simple function to handle
7324 variables that are defined before their default value can really
7325 be computed.
7326
7327 * startup.el (command-line): Use it for temporary-file-directory,
7328 small-emporary-file-directory, auto-save-file-name-transforms,
7329 blink-cursor-mode, and normal-erase-is-backspace.
7330
7331 * font-lock.el (font-lock-fontify-keywords-region): Ensure forward
7332 progress, even with buggy anchored keywords.
7333
7334 2005-03-05 Luc Teirlinck <teirllm@auburn.edu>
7335
7336 * simple.el (goto-line): Remove unbalanced final parenthesis.
7337
7338 2005-03-05 Richard M. Stallman <rms@gnu.org>
7339
7340 * simple.el (goto-line): Use a number at point as the default.
7341 With C-u as arg, switch buffers.
7342
7343 2005-03-05 Juri Linkov <juri@jurta.org>
7344
7345 * frame.el (blink-cursor-mode): Replace `emacs-quick-startup'
7346 with `no-blinking-cursor'.
7347
7348 * startup.el (no-blinking-cursor): New defvar.
7349 (command-line): Add `--no-blinking-cursor' to longopts.
7350 Set `no-blinking-cursor' to t for command line arguments
7351 -Q, -nbc, --no-blinking-cursor. Replace `emacs-quick-startup'
7352 with `no-blinking-cursor' in the condition for calling
7353 `blink-cursor-mode'.
7354
7355 2005-03-04 Luc Teirlinck <teirllm@auburn.edu>
7356
7357 * menu-bar.el (menu-bar-make-mm-toggle): Doc fix.
7358 (menu-bar-options-save): Add blink-cursor-mode.
7359 (menu-bar-options-menu): Add blink-cursor-mode.
7360
7361 2005-03-04 Ulf Jasper <ulf.jasper@web.de>
7362
7363 * calendar/icalendar.el (icalendar-version): Increase to 0.11.
7364 (icalendar-export-file, icalendar-export-region)
7365 (icalendar-import-file, icalendar-import-buffer): Add autoload cookies.
7366 (icalendar--convert-ical-to-diary): Fix problem with DURATION.
7367
7368 2005-03-04 Lute Kamstra <lute@gnu.org>
7369
7370 * emacs-lisp/debug.el (debugger-step-after-exit): Make it a defvar.
7371 (debug-function-list): Ditto.
7372
7373 2005-03-04 Robert J. Chassell <bob@rattlesnake.com>
7374
7375 * textmodes/texinfmt.el (texinfo-append-refill):
7376 Redefine the types of line to which @refill
7377 is not appended by replacing a search for `@refill\\|@bye' with
7378 `@refill\\|^[ \t]*@'. The intent is to solve both the `@end
7379 itemize@refill' bug and the unfilled long lines bug.
7380 (texinfmt-version): Update number and date.
7381
7382 2005-03-04 Reiner Steib <Reiner.Steib@gmx.de>
7383
7384 * international/code-pages.el (windows-1250, windows-125[2-8])
7385 (iso-8859-10, -13, -16, georgian-ps): Add autoload cookies.
7386
7387 2005-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
7388
7389 * frame.el (blink-cursor-mode): `emacs-quick-startup' may not be
7390 bound yet.
7391
7392 2005-03-02 Romain Francoise <romain@orebokech.com>
7393
7394 * ibuf-ext.el (ibuffer-filter-disable): Move back to the current
7395 buffer after removing limits.
7396 (ibuffer-pop-filter): Ditto.
7397 Update copyright.
7398
7399 2005-03-02 Miles Bader <miles@gnu.org>
7400
7401 * button.el (make-text-button): If the user doesn't specify a
7402 type, use the default. Rewrite to use `add-text-properties' and
7403 plist functions.
7404
7405 2005-03-01 Lute Kamstra <lute@gnu.org>
7406
7407 * emacs-lisp/debug.el (inhibit-debug-on-entry): Add docstring.
7408 (debugger-jumping-flag): New var.
7409 (debug-entry-code): Use it.
7410 (debugger-jump): Use debugger-jumping-flag and add
7411 debugger-reenable to post-command-hook.
7412 (debugger-reenable): Use debugger-jumping-flag and remove itself
7413 from post-command-hook.
7414 (debug, debug-on-entry, cancel-debug-on-entry): Remove call to
7415 debugger-reenable.
7416
7417 2005-03-01 Robert J. Chassell <bob@rattlesnake.com>
7418
7419 * textmodes/texinfmt.el (texinfo-no-refill-regexp): Comment out
7420 inclusion of "itemize\\|", which may be unnecessary, is certainly
7421 inelegant, and stops refilling in itemize lists when formatting
7422 Japanese Texinfo files to Info.
7423 Update copyright to 2005.
7424
7425 2005-03-01 Nick Roberts <nickrob@snap.net.nz>
7426
7427 * progmodes/gdb-ui.el (gdb-get-location): Use a warning instead
7428 of an error if GDB can't find the source file.
7429
7430 2005-03-01 Glenn Morris <gmorris@ast.cam.ac.uk>
7431
7432 * calendar/calendar.el (redraw-calendar): Work from any buffer,
7433 not just the calendar.
7434
7435 * calendar/diary-lib.el (mark-diary-entries): Remove any old marks
7436 first.
7437 (diary-redraw-calendar): New function.
7438 (make-diary-entry): Add diary-redraw-calendar to local
7439 write-contents-functions. Turn off selective display before
7440 inserting in diary.
7441
7442 2005-03-01 Kim F. Storm <storm@cua.dk>
7443
7444 * emacs-lisp/copyright.el (copyright-fix-years): New command.
7445
7446 2005-03-01 Lute Kamstra <lute@gnu.org>
7447
7448 * emacs-lisp/debug.el (debug-on-entry-1): Reimplement to make sure
7449 that debug-entry-code can be safely removed from a function while
7450 this code is being evaluated. Revert the 2005-02-27 change as the
7451 new implementation no longer requires it. Make sure that a
7452 function body containing just a string is not mistaken for a docstring.
7453 (debug): Skip one more frame in case of debug on entry.
7454 (debugger-setup-buffer): Delete one more frame line in case of
7455 debug on entry.
7456 (debugger-frame-number): Update to use the new text introduced by
7457 the 1999-11-03 change. Skip one more frame in case of debug on entry.
7458
7459 2005-02-28 Kim F. Storm <storm@cua.dk>
7460
7461 * double.el (double-translate-key): Call force-window-update after
7462 read-event to avoid crash in redisplay.
7463
7464 2005-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
7465
7466 * emacs-lisp/debug.el (inhibit-debug-on-entry): New var.
7467 (debug): Use it. Move the inhibit-trace earlier.
7468 (debug-entry-code): New const.
7469 (debug-on-entry-1): Use it.
7470
7471 2005-02-28 Chong Yidong <cyd@stupidchicken.com>
7472
7473 * international/utf-16.el (ccl-encode-mule-utf-16le):
7474 Fix BUFFER_MAGNIFICATION to 2.
7475 (ccl-encode-mule-utf-16be): Likewise.
7476
7477 2005-02-28 Kenichi Handa <handa@m17n.org>
7478
7479 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
7480 Fix BUFFER_MAGNIFICATION to 4.
7481 (ccl-encode-mule-utf-16be-with-signature): Likewise.
7482
7483 2005-02-28 Nick Roberts <nickrob@snap.net.nz>
7484
7485 * speedbar.el (speedbar-update-flag): Doc fix.
7486 (speedbar-show-info-under-mouse): Give set-mouse-position the right
7487 argument.
7488
7489 2005-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
7490
7491 * reveal.el (reveal-post-command): Don't try to reveal overlays which
7492 have a non-nil `invisible' property but are actually visible.
7493
7494 * progmodes/perl-mode.el (perl-imenu-generic-expression): Add entries
7495 for perldoc sections.
7496 (perl-outline-regexp, perl-outline-level): New var and function.
7497 (perl-mode): Use them.
7498
7499 2005-02-27 Glenn Morris <gmorris@ast.cam.ac.uk>
7500
7501 * calendar/diary-lib.el (diary-remind): Discard any mark portion
7502 from diary-entry. Reported by Andrew Kemp <ajwk@pell.uklinux.net>.
7503
7504 2005-02-27 Luc Teirlinck <teirllm@auburn.edu>
7505
7506 * cus-edit.el: Comment change.
7507 (custom-buffer-create-internal): Slightly reword text at top of
7508 Custom buffers. Mention there that saving an option edits the
7509 init file. Add link to Emacs manual node on `custom-file'.
7510 (custom-magic-alist): Rewrite individual State messages to use
7511 capitalized keywords. Doc fix.
7512
7513 2005-02-27 Matt Hodges <MPHodges@member.fsf.org>
7514
7515 * calendar/calendar.el (calendar-buffer): Move above
7516 calendar-week-start-day.
7517 (calendar-week-start-day): Doc fix. Add :set function.
7518 (calendar-minimum-window-height): New variable.
7519 (generate-calendar-window): Only resize window if selected-window
7520 is displaying the calendar buffer. Use new variable
7521 calendar-minimum-window-height.
7522 (generate-calendar): Reword error message.
7523 (calendar-mode-map): Bind DEL to scroll-other-window-down.
7524
7525 2005-02-27 Andreas Schwab <schwab@suse.de>
7526
7527 * vc.el (vc-do-command): Don't run command asynchronously when
7528 operating in a remote directory.
7529
7530 * net/tramp.el (tramp-file-name-for-operation): Fix misapplied
7531 change from sync with Tramp 2.0.47.
7532
7533 2005-02-27 Richard M. Stallman <rms@gnu.org>
7534
7535 * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
7536
7537 * textmodes/flyspell.el (flyspell-mode-on):
7538 Call ispell-change-dictionary only if necessary.
7539
7540 * emacs-lisp/re-builder.el (regexp-builder): New function.
7541
7542 * register.el (describe-register-1): Explicitly handle
7543 yank-excluded-properties = t.
7544
7545 * cus-edit.el (custom-buffer-create-internal): Improve progress msgs.
7546 (custom-magic-alist): Change the status descriptions again.
7547 (face widget-type): Total rewrite based on `restricted-sexp'
7548 to eliminate the confusing double hiding levels.
7549
7550 * emacs-lisp/debug.el (debug-on-entry-1):
7551 If function body is empty, add nil as body form.
7552
7553 2005-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
7554
7555 * emacs-lisp/trace.el (inhibit-trace): New var.
7556 (trace-make-advice): Use it.
7557
7558 * emacs-lisp/debug.el (debug): Put back the inhibit-trace.
7559
7560 2005-02-26 Kim F. Storm <storm@cua.dk>
7561
7562 * mouse.el (mouse-1-click-in-non-selected-windows): New defcustom.
7563 (mouse-on-link-p, mouse-drag-region-1): Use it.
7564
7565 2005-02-25 Lute Kamstra <lute@gnu.org>
7566
7567 * replace.el (query-replace-read-from): Fix 2005-02-19 change.
7568
7569 2005-02-24 Luc Teirlinck <teirllm@auburn.edu>
7570
7571 * frame.el (blink-cursor-mode): Add :group keyword.
7572
7573 2005-02-24 Ulf Jasper <ulf.jasper@web.de>
7574
7575 * calendar/icalendar.el (icalendar--decode-isodatetime):
7576 New optional argument DAY-SHIFT.
7577 (icalendar-export-region): Fix coding-system-for-write.
7578 (icalendar--convert-ical-to-diary): Shift end-day of all-day
7579 events by one.
7580
7581 2005-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
7582
7583 * textmodes/tex-mode.el (tex-font-lock-keywords-3): #n is atomic.
7584
7585 2005-02-24 Kim F. Storm <storm@cua.dk>
7586
7587 * international/iso-acc.el (iso-accents-compose): Fix crash
7588 during redisplay. Call force-window-update after read-event
7589 and delete-region to signal that window is not accurate.
7590
7591 2005-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
7592
7593 * emacs-lisp/debug.el (debug): Hide the buffer if it's not killed.
7594 Remove unused and inexistent var `inhibit-trace'.
7595 (debugger-mode): Use run-mode-hooks.
7596 (debugger-list-functions): Add buttons; setup xref stack.
7597
7598 2005-02-23 Richard M. Stallman <rms@gnu.org>
7599
7600 * calendar/appt.el (appt-time-msg-list): 3rd elt of each
7601 appointment says it was explicitly made.
7602 (appt-add): Set the 3rd element.
7603 (appt-make-list): Preserve explicit appointments.
7604
7605 * subr.el (find-tag-default): Catch errors in forward-sexp.
7606
7607 2005-02-23 Juri Linkov <juri@jurta.org>
7608
7609 * info.el (Info-isearch-search): New defcustom.
7610 (Info-isearch-search): Call the default isearch function
7611 when Info-isearch-search is nil.
7612 (Info-isearch-wrap): Use variable Info-isearch-search.
7613
7614 2005-02-22 Luc Teirlinck <teirllm@auburn.edu>
7615
7616 * cus-edit.el: Comment change.
7617
7618 2005-02-22 Kim F. Storm <storm@cua.dk>
7619
7620 * progmodes/hideif.el (hide-ifdef-use-define-alist):
7621 Use completing-read. Suggested by Juan-Leon Lahoz Garcia.
7622
7623 2005-02-22 Simon Josefsson <jas@extundo.com>
7624
7625 * net/browse-url.el (browse-url-netscape-new-window-is-tab):
7626 New variable.
7627 (browse-url-netscape): Use it. Suggested by "Johann 'Myrkraverk'
7628 Oskarsson" <myrkraverk@users.sourceforget.net>.
7629
7630 2005-02-22 Kim F. Storm <storm@cua.dk>
7631
7632 * mouse.el (mouse-on-link-p): If arg POS is a mouse event,
7633 check that window of that event is the selected window.
7634 (mouse-drag-region-1): Compare mouse event window to selected
7635 window before setting point.
7636
7637 * tooltip.el (tooltip-show-help-function): Pass event to
7638 mouse-on-link-p so it can check selected window.
7639
7640 2005-02-22 Kenichi Handa <handa@m17n.org>
7641
7642 * ps-mule.el (ps-mule-header-string-charsets): Delete it.
7643 (ps-mule-show-warning): New function.
7644 (ps-mule-begin-job): Use ps-mule-show-warning if unprintable
7645 characters are found.
7646
7647 * ps-print.el (ps-header-footer-string): Return a list of header
7648 and footer strings.
7649
7650 2005-02-21 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
7651
7652 * pcvs.el (cvs-retrieve-revision): Fix thinko.
7653
7654 2005-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
7655
7656 * frame.el (blink-cursor-mode): Use define-minor-mode.
7657
7658 * term/mac-win.el (function-key-map): Use char-names more consistently.
7659 (file-name-coding-system): Only set it for MacOS-9. The other case is
7660 already handled in mule-cmds.el (where it also works when mac-win.el
7661 is not used).
7662
7663 2005-02-21 Kenichi Handa <handa@m17n.org>
7664
7665 * international/mule.el (ctext-pre-write-conversion): Always use
7666 " *code-converting-work*" buffer for work.
7667
7668 * textmodes/ispell.el (ispell-dictionary-alist): Fix docstring.
7669
7670 2005-02-20 Thien-Thi Nguyen <ttn@gnu.org>
7671
7672 * progmodes/scheme.el (scheme-font-lock-keywords-2): Handle named-let.
7673
7674 2005-02-20 Jonathan Yavner <jyavner@member.fsf.org>
7675
7676 * ses.el (undo-more): Restore defadvice, but only the part that
7677 allows changes outside the restricted area of the buffer.
7678
7679 2005-02-20 Kim F. Storm <storm@cua.dk>
7680
7681 * simple.el (line-move): Add fourth optional arg try-vscroll which
7682 must be set to perform auto-window-vscroll.
7683 When moving backwards and doing auto-window-vscroll, automatically
7684 vscroll to the last part of lines which are taller than the window.
7685 (next-line, previous-line): Set try-vscroll arg on line-move.
7686
7687 2005-02-19 Dan Nicolaescu <dann@ics.uci.edu>
7688
7689 * replace.el (query-replace, query-replace-regexp)
7690 (replace-string, replace-regexp): When operating on region, make
7691 the minibuffer prompt say so.
7692
7693 * isearch.el (isearch-forward): Document isearch-query-replace and
7694 isearch-query-replace-regexp keybindings.
7695
7696 2005-02-19 Jay Belanger <belanger@truman.edu>
7697
7698 * calc/calc-aent.el (math-read-token): Add local variable.
7699
7700 * calc/calc-prog.el (calc-user-define-edit): Add local variable.
7701 (calc-edit-top): Move declaration to earlier in file.
7702 (calc-edit-macro-repeats): Add local variables.
7703
7704 * calc/calcalg2.el: Add differentiation rule for calcFunc-coth.
7705 Adjust differentiation rules for calcFunc-tan, calcFunc-cot,
7706 calcFunc-tanh.
7707 Adjust integration rule for calcFunc-tan.
7708
7709 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
7710
7711 * viper-cmd.el (viper-prefix-commands): Make into a defconst.
7712 (viper-exec-buffer-search): Use regexp-quote to quote buffer string.
7713 (viper-minibuffer-setup-sentinel): Make some variables buffer-local.
7714 (viper-skip-separators): Bug fix.
7715 (viper-set-searchstyle-toggling-macros): Allow to unset macros in a
7716 particular major mode.
7717 (viper-del-backward-char-in-replace): Don't put deleted char on the
7718 kill ring.
7719
7720 * viper-ex.el (viper-color-display-p): New function.
7721 (viper-has-face-support-p): Use viper-color-display-p.
7722
7723 * viper-keym.el (viper-gnus-modifier-map): New keymap.
7724
7725 * viper-macs.el (viper-unrecord-kbd-macro): Bug fix.
7726
7727 * viper-util.el (viper-glob-unix-files): Fix shell status check.
7728 (viper-file-remote-p): Make equivalent to file-remote-p.
7729
7730 * viper.el (viper-major-mode-modifier-list):
7731 Use viper-gnus-modifier-map.
7732
7733 2005-02-19 David Kastrup <dak@gnu.org>
7734
7735 * subr.el (subregexp-context-p): Fix garbled doc string by adding
7736 quoting.
7737
7738 2005-02-19 Jay Belanger <belanger@truman.edu>
7739
7740 * calc/calc-math.el (calc-arctan, calc-tanh, calc-arctanh):
7741 Remove extra definitions.
7742 (calc-coth): New function.
7743 (calcFunc-cot): Fix `let'.
7744
7745 2005-02-19 Eli Zaretskii <eliz@gnu.org>
7746
7747 * faces.el (escape-glyph, minibuffer-prompt): Add commentary for
7748 the reasons we use "type pc" in these faces.
7749
7750 * button.el (button): Ditto.
7751
7752 2005-02-19 Michael Mauger <mmaug@yahoo.com>
7753
7754 * replace.el (query-replace-read-from): Set the value of
7755 query-replace-from-history-variable to handle the case of an empty
7756 string entered to accept the suggested default.
7757
7758 * net/tramp.el (tramp-file-name-for-operation):
7759 Use dired-call-process instead of dired-call-process-command.
7760
7761 2005-02-19 Jay Belanger <belanger@truman.edu>
7762
7763 * calc/calc-arith.el (math-trig-inverses, math-div-trig)
7764 (math-div-non-trig): New variables.
7765 (math-combine-prod-trig, math-div-new-trig, math-div-new-non-trig)
7766 (math-div-isolate-trig, math-div-isolate-trig-term): New functions.
7767 (math-combine-prod, math-div-symb-fancy): Add simplifications for
7768 trig expressions.
7769
7770 2005-02-19 Nick Roberts <nickrob@snap.net.nz>
7771
7772 * progmodes/gdb-ui.el (gdb-var-update-handler)
7773 (gdb-speedbar-timer-fn): Ensure speedbar updates with new values
7774 for watch expressions,
7775 (gdb-var-create-handler): Don't set speedbar-update-flag.
7776 (gdb-post-prompt): Simplify test for speedbar.
7777
7778 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
7779
7780 * ediff.el (ediff-set-diff-overlays-in-one-buffer)
7781 (ediff-set-fine-overlays-in-one-buffer,ediff-goto-word): Make sure
7782 we use the syntax table of the correct buffer.
7783 (ediff-same-file-contents,ediff-same-contents): Enhancements thanks to
7784 Felix Gatzemeier.
7785
7786 * ediff-init.el (ediff-hide-face): Check for definedness of functions.
7787 (ediff-file-remote-p): Make synonymous with file-remote-p.
7788 In all deffaces ediff-*-face-*, use min-colors.
7789
7790 * ediff-mult.el (ediff-meta-mark-equal-files): Make use of
7791 ediff-recurse-to-subdirectories.
7792 (ediff-mark-if-equal): Check that the arguments are strings, use
7793 ediff-same-contents (after to Felix Gatzemeier).
7794
7795 * ediff.el (ediff-merge-on-startup): Don't set buffer-modified-p to
7796 nil.
7797
7798 2005-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
7799
7800 * log-view.el (log-view-message-re): Fix up Subversion regexp.
7801
7802 2005-02-18 David Kastrup <dak@gnu.org>
7803
7804 * progmodes/meta-mode.el (meta-mark-active): Fix condition to just
7805 use `mark-active' when defined.
7806
7807 2005-02-18 Kenichi Handa <handa@m17n.org>
7808
7809 * ps-print.el (ps-font-info-database): New entry
7810 ZapfChancery-MediumItalic with correct font name. Fix font name
7811 of the entry Zapf-Chancery-MediumItalic.
7812
7813 2005-02-16 Luc Teirlinck <teirllm@auburn.edu>
7814
7815 * autorevert.el (auto-revert-stop-on-user-input): Further doc fix.
7816
7817 2005-02-16 Kim F. Storm <storm@cua.dk>
7818
7819 * ido.el (ido-fallback-command): Pass user input to fallback command.
7820
7821 2005-02-16 Nick Roberts <nickrob@snap.net.nz>
7822
7823 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
7824 (gdb-find-file-hook): Add server prefix.
7825
7826 2005-02-16 Richard M. Stallman <rms@gnu.org>
7827
7828 * replace.el (perform-replace): Pass new args to replace-highlight.
7829 (replace-highlight): Take region args,
7830 and pass them to isearch-lazy-highlight-new-loop.
7831
7832 * novice.el (disabled-command-hook): Autoload the defalias
7833 and the make-obsolete-variable call.
7834
7835 * menu-bar.el (menu-bar-select-frame): FRAME defaults to selected.
7836
7837 * isearch.el (isearch-lazy-highlight-start-limit)
7838 (isearch-lazy-highlight-end-limit): New variables limit
7839 the region for highlighting.
7840 (isearch-lazy-highlight-new-loop): New args BEG and END.
7841 (isearch-lazy-highlight-search): Use the new vars.
7842 (isearch-lazy-highlight-update): Likewise.
7843
7844 * dired.el (dired-build-subdir-alist): Bind buffer-undo-list to t.
7845
7846 * cus-start.el (all): Use default-boundp.
7847
7848 2005-02-15 David Casperson <casper@unbc.ca> (tiny change)
7849
7850 * menu-bar.el (menu-bar-select-frame): Handle current frame.
7851
7852 2005-02-15 Luc Teirlinck <teirllm@auburn.edu>
7853
7854 * autorevert.el (auto-revert-stop-on-user-input)
7855 (auto-revert-verbose): Doc fixes.
7856
7857 2005-02-15 Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de>
7858
7859 * international/mule-cmds.el (set-locale-environment): Remove call
7860 to set-selection-coding-system on Windows.
7861
7862 2005-02-15 Jay Belanger <belanger@truman.edu>
7863
7864 * calc/calc-alg.el: Add simplification rules for calcFunc-sec,
7865 calcFunc-csc, calcFunc-cot, calcFunc-sech, calcFunc-csch, and
7866 calcFunc-coth.
7867 (math-simplify-sqrt): Add simplifications.
7868
7869 * calc/calc-arith.el (math-real-if-arg-functions): Add functions
7870 to list.
7871
7872 * calc/calc-ext.el: Add functions to autoloads.
7873
7874 * calc/calc-math.el (calc-sec, calc-csc, calc-cot, calc-sech)
7875 (calc-csch, calc-coth, calcFunc-sec, calcFunc-csc, calcFunc-cot)
7876 (calcFunc-sech, calcFunc-csch, calcFunc-coth, math-sec-raw)
7877 (math-csc-raw, math-cot-raw): New functions.
7878
7879 * calc/calc-rules.el (calc-DistribRules, calc-NegateRules): Add rules.
7880
7881 * calc/calc-undo.el (calc-handle-undo): Remove prefix from
7882 the variable name in a message.
7883
7884 * calc/calc-units.el: Add simplification rules for calcFunc-sec,
7885 calcFunc-csc, calcFunc-cot.
7886
7887 * calc/calcalg2.el: Add derivative and integration rules for
7888 calcFunc-sec, calcFunc-csc, calcFunc-cot, calcFunc-sech,
7889 calcFunc-csch, calcFunc-coth.
7890 (math-do-integral-methods): Add to checks for when to use
7891 substitutions.
7892
7893 * calc/calccomp.el (math-eqn-special-funcs): Add functions to list.
7894
7895 2005-02-15 Lute Kamstra <lute@gnu.org>
7896
7897 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
7898 Add ;;;###autoload to `outline-regexp'. Suggested by Stefan Monnier
7899 <monnier@iro.umontreal.ca>
7900 (lisp-outline-level): Improve efficiency. Suggested by David
7901 Kastrup <dak@gnu.org>.
7902
7903 2005-02-15 Nick Roberts <nickrob@snap.net.nz>
7904
7905 * progmodes/gdb-ui.el (gdb-find-file-unhook): New variable.
7906 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1)
7907 (gdb-set-gud-minor-mode-existing-buffers): New functions.
7908 (gdb-find-file-hook): New hook. Add it to find-file-hook.
7909 (gdb-info-breakpoints-custom, gdb-source-info): Simplify.
7910
7911 2005-02-14 Luc Teirlinck <teirllm@auburn.edu>
7912
7913 * cus-start.el (all): Comment change.
7914
7915 2005-02-14 Lute Kamstra <lute@gnu.org>
7916
7917 * cus-start.el (all): Check if symbol is void.
7918
7919 2005-02-14 Carsten Dominik <dominik@science.uva.nl>
7920
7921 * textmodes/reftex-cite.el (reftex-do-citation): Cleanup single
7922 optional argument to \cite.
7923
7924 2005-02-14 Richard M. Stallman <rms@gnu.org>
7925
7926 * cus-edit.el (custom-buffer-create-internal): Update help message.
7927 (custom-magic-alist): Update help messages.
7928
7929 * cus-start.el (all): Allow a var to specify a standard value.
7930
7931 2005-02-12 Luc Teirlinck <teirllm@auburn.edu>
7932
7933 * custom.el (custom-theme-set-variables): Handle variable aliases.
7934
7935 * frame.el (blink-cursor-timer): Doc fix.
7936 (blink-cursor): Make it an alias for `blink-cursor-mode' and
7937 declare obsolete.
7938 (blink-cursor-mode): Define with defcustom and use correct
7939 standard expression in that defcustom.
7940 * startup.el (command-line): Adapt to above changes in frame.el.
7941
7942 2005-02-11 Lute Kamstra <lute@gnu.org>
7943
7944 * apropos.el (apropos-score-doc): Prevent division by zero.
7945
7946 2005-02-11 Ulf Jasper <ulf.jasper@web.de>
7947
7948 * calendar/icalendar.el (icalendar--get-event-property): Doc fix.
7949 (icalendar--get-event-property-attributes)
7950 (icalendar--get-event-properties)
7951 (icalendar--datetime-to-diary-date): New functions.
7952 (icalendar--split-value): Doc fix.
7953 (icalendar--datetime-to-noneuropean-date)
7954 (icalendar--datetime-to-european-date): New optional argument
7955 SEPARATOR. Return result as a string instead of a list.
7956 (icalendar--get-weekday-number): Check if ABBREVWEEKDAY is nil.
7957 (icalendar--convert-string-for-export): Rename arg S to STRING.
7958 (icalendar-export-region): Doc fix. Change name of error buffer.
7959 Save output buffer.
7960 (icalendar-import-file): Add blank at end of prompt.
7961 (icalendar-import-buffer): Doc fix. Do not switch to error
7962 buffer. Indicate status in return value.
7963 (icalendar--convert-ical-to-diary): Doc fix. Change name of error
7964 buffer. Save output buffer. Handle exception from recurrence
7965 rules (EXDATE, EXRULE). Handle start- and end-date of recurring
7966 events. Fix problems with weekly all-day events.
7967
7968 2005-02-10 Richard M. Stallman <rms@gnu.org>
7969
7970 * simple.el (eval-expression-print-format):
7971 Avoid warning about edebug-active.
7972
7973 * help.el (help-for-help-internal): Rename from help-for-help.
7974 (help-for-help): Define with defalias.
7975
7976 * font-core.el (font-lock-default-function): Use with-no-warnings.
7977
7978 * cus-edit.el (custom-buffer-create-internal): Improve help-echo.
7979
7980 * custom.el (defface): Doc fix.
7981
7982 2005-02-10 Nick Roberts <nickrob@snap.net.nz>
7983
7984 * progmodes/gdb-ui.el (gdb-ann3): Re-instate GDB command "set
7985 width 0" to prevent word wrapping problems.
7986
7987 2005-02-09 Kim F. Storm <storm@cua.dk>
7988
7989 * ido.el (ido-file-extensions-order): New defcustom.
7990 (ido-file-extension-lessp, ido-file-extension-aux)
7991 (ido-file-extension-order): New advanced file ordering.
7992 (ido-file-lessp): New simple file ordering.
7993 (ido-sort-list): Remove.
7994 (ido-make-file-list): Use ido-file-lessp or ido-file-extension-lessp.
7995 (ido-make-dir-list, ido-completion-help): Use ido-file-lessp.
7996
7997 2005-02-08 Dan Nicolaescu <dann@ics.uci.edu>
7998
7999 * progmodes/grep.el (grep-regexp-alist): Match an optional ^[[K
8000 that some versions of grep produce.
8001 (grep-mode-font-lock-keywords): Likewise.
8002
8003 2005-02-09 Nick Roberts <nickrob@snap.net.nz>
8004
8005 * progmodes/gdb-ui.el (gdb-location-list): New variable.
8006 (gdb-cdir): Delete.
8007 (gdb-info-breakpoints-custom, gdb-goto-breakpoint)
8008 (gdb-source-info): Treat case when source file is in another
8009 directory properly.
8010 (gdb-get-location): New function.
8011
8012 2005-02-07 Jay Belanger <belanger@truman.edu>
8013
8014 * calc/calc-prog.el (calc-write-parse-table-part)
8015 (calc-fix-token-name): Fix a check for language type.
8016
8017 * calc/calccomp.el (math-compose-expr): Fix a check for language type.
8018
8019 2005-02-07 Andre Spiegel <spiegel@gnu.org>
8020
8021 * vc-hooks.el (vc-make-version-backup): Ignore file-errors such
8022 as directory not writable.
8023
8024 2005-02-07 Kim F. Storm <storm@cua.dk>
8025
8026 * emulation/cua-base.el (cua-max-undo, cua-undo): Remove.
8027 (cua--standard-movement-commands): Remove list.
8028 Instead, set CUA property value to move for movement commands.
8029 (cua-movement-commands): Remove. Users must set CUA prop instead.
8030 (cua--pre-command-handler): Check CUA property.
8031 (cua--init-keymaps): Don't remap undo commands.
8032 (cua-mode): Don't call cua--rectangle-on-off.
8033
8034 * emulation/cua-rect.el (cua--undo-list, cua--tidy-undo-counter)
8035 (cua--rect-undo, cua--tidy-undo-lists, cua--rectangle-on-off): Remove.
8036 (cua--rect-undo-set-point): New var.
8037 (cua--rectangle-undo-boundary): Setup undo apply entry.
8038 (cua--rect-undo-handler): New function for rectangle undo.
8039 (cua--rect-start-position, cua--rect-end-position): Add.
8040 (cua--rectangle-post-command): Call cua--rectangle-set-corners
8041 for restored rectangle. Set point if cua--rect-undo-set-point.
8042
8043 2005-02-06 Jay Belanger <belanger@truman.edu>
8044
8045 * calc/calc-lang.el (calc-tex-language): Display more information
8046 in messages.
8047
8048 * calc/calccomp.el (math-compose-expr): Allow multiline matrices
8049 in TeX mode.
8050
8051 2005-02-06 Richard M. Stallman <rms@gnu.org>
8052
8053 * emacs-lisp/lisp.el (buffer-end): Doc fix.
8054
8055 2005-02-05 Arne_J\e,Ax\e(Brgensen <arne@arnested.dk> (tiny change)
8056
8057 * net/ldap.el (ldap-search-internal): Support attributes with
8058 optional descriptions separated by a semi-colon, as in
8059 "userCertificate;binary".
8060
8061 2005-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8062
8063 * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
8064 isn't a cons (i.e. the version is 0).
8065
8066 2005-02-05 Eli Zaretskii <eliz@gnu.org>
8067
8068 * help.el (help-for-help): Doc fix.
8069
8070 2005-02-05 Nick Roberts <nickrob@snap.net.nz>
8071
8072 * progmodes/gdb-ui.el: Update copyright. Put GDB-Frames before
8073 GDB-Windows on the menu-bar as this works better.
8074
8075 2005-02-04 Jay Belanger <belanger@truman.edu>
8076
8077 * calc/calc-embed.el (calc-embedded-update): Don't put in
8078 unnecessary newlines. Adjust the end of formula marker.
8079
8080 * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments.
8081 (math-latex-parse-two-args): New function.
8082
8083 2005-02-03 Lute Kamstra <lute@gnu.org>
8084
8085 * help-fns.el (help-with-tutorial): Make sure that users cannot
8086 remove the entire text of the tutorial by means of `undo'.
8087
8088 2005-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
8089
8090 * textmodes/ispell.el (ispell-internal-change-dictionary): Fix problem
8091 in recent changes, where the ispell process was repeatedly
8092 killed & restarted.
8093
8094 * international/mule-cmds.el (set-locale-environment): Set file-name
8095 coding system to utf-8 on Darwin systems.
8096 (set-default-coding-systems): Don't set default-file-name-coding-system
8097 on Darwin systems.
8098
8099 2005-02-03 Richard M. Stallman <rms@gnu.org>
8100
8101 * hi-lock.el (hi-lock-mode): Turning on Hi-Lock turns on Font-Lock.
8102
8103 2005-02-03 Matt Hodges <MPHodges@member.fsf.org>
8104
8105 * faces.el (list-faces-display): Add optional argument.
8106
8107 2005-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
8108
8109 * font-core.el (font-lock-default-function): Handle the rare case where
8110 only font-lock-keywords is set.
8111
8112 2005-02-02 Kenichi Handa <handa@m17n.org>
8113
8114 * international/characters.el: Cancel previous change for
8115 I-WITH-DOT-ABOVE and DOTLESS-i.
8116
8117 * international/latin-5.el: Cancel previous change.
8118
8119 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
8120
8121 * progmodes/gud.el: Correction to syntax in gud-menu-map.
8122
8123 2005-02-02 Kenichi Handa <handa@m17n.org>
8124
8125 * international/latin-5.el (tbl): Setup cases of I-WITH-DOT-ABOVE,
8126 DOTLESS-i.
8127
8128 * international/characters.el: Setup cases of GREEK-FINAL-SIGMA,
8129 Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i.
8130
8131 * case-table.el (get-upcase-table): New function.
8132 (copy-case-table): Copy upcaes table too if non-nil.
8133 (set-case-syntax-delims): Maintain upcase table too.
8134 (set-case-syntax-pair): Likewise.
8135 (set-upcase-syntax, set-downcase-syntax): New functions.
8136 (set-case-syntax): Maintain upcase table too.
8137
8138 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
8139
8140 * progmodes/gdb-ui.el (gdb-goto-info): Delete.
8141
8142 * progmodes/gud.el (gud-goto-info): New function.
8143 (gud-tool-bar-map): Use correct icon.
8144
8145 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
8146
8147 * emacs-lisp/lisp-mode.el (lisp-indent-function): Fix bug:
8148 When delegating, order args in the funcall correctly.
8149
8150 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
8151
8152 * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
8153
8154 2005-02-01 Carsten Dominik <dominik@science.uva.nl>
8155
8156 * textmodes/reftex.el (reftex-access-scan-info): Error out in a
8157 buffer not visiting a file.
8158
8159 2005-01-31 Jay Belanger <belanger@truman.edu>
8160
8161 * calc/calc-embed.el (calc-embedded-find-bounds): Set the formula
8162 bound on the line with the formula.
8163
8164 2005-01-31 Kim F. Storm <storm@cua.dk>
8165
8166 * ses.el (ses-create-cell-variable-range)
8167 (ses-destroy-cell-variable-range, ses-reset-header-string)
8168 (ses-set-with-undo, ses-unset-with-undo, ses-aset-with-undo)
8169 (ses-insert-row): Fix format of apply undo entries.
8170
8171 2005-01-31 Jay Belanger <belanger@truman.edu>
8172
8173 * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX
8174 parts.
8175
8176 * calc/calc-embed.el (calc-embedded-open-formula)
8177 (calc-embedded-close-formula): Ignore matrix environments.
8178
8179 * calc/calc-ext.el (math-read-big-expr): Make LaTeX the default
8180 TeX mode.
8181
8182 * calc/calc-lang.el (math-function-table, math-oper-table)
8183 (math-variable-table): Adjust the LaTeX portions.
8184
8185 * calc/calc.el (math-tex-ignore-words): Remove LaTeX portion.
8186 (math-latex-ignore-words): New constant.
8187
8188 2005-01-31 Richard M. Stallman <rms@gnu.org>
8189
8190 * textmodes/ispell.el (ispell-local-dictionary-overridden): New var.
8191 (ispell-local-dictionary): Doc fix.
8192 (ispell-dictionary-alist): Don't include ispell-local-dictionary-alist.
8193 Don't reinitialize at run time. Don't defcustom.
8194 All uses changed to append ispell-local-dictionary-alist,
8195 or check it first.
8196 (ispell-current-dictionary): New variable for dictionary in use.
8197 (ispell-dictionary): Now used only for global default.
8198 (ispell-start-process): Set ispell-current-dictionary,
8199 not ispell-dictionary.
8200 (ispell-change-dictionary): Use this only for setting
8201 user preferences.
8202 (ispell-internal-change-dictionary): New function
8203 to change the current dictionary in use.
8204 (ispell-region, ispell-process-line, ispell-buffer-local-dict):
8205 Use ispell-current-dictionary.
8206 Handle ispell-local-dictionary-overridden.
8207 (ispell-buffer-local-dict): Call ispell-internal-change-dictionary.
8208
8209 2005-01-31 Jay Belanger <belanger@truman.edu>
8210
8211 * calc/calc-aent.el (math-read-token): Add support for LaTeX.
8212
8213 * calc/calc-ext.el: Add calc-latex-language to autoloads.
8214 (calc-mode-map): Add calc-latex-language.
8215
8216 * calc/calc-lang.el (calc-latex-language, math-latex-parse-frac)
8217 (math-latex-print-frac): New functions.
8218 (math-oper-table, math-function-table, math-variable-table)
8219 (math-complex-format, math-input-filter): Add latex properties.
8220 (calc-set-language): Set math-expr-special-function-mapping.
8221
8222 * calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name)
8223 (calc-write-parse-table-part): Add LaTeX support.
8224
8225 * calc/calc.el (calc-language): Adjust docstring.
8226 (calc-set-mode-line): Add LaTeX support.
8227 (math-expr-special-function-mapping): New variable.
8228 (math-tex-ignore-words): Add to list.
8229
8230 * calc/calccomp.el (math-compose-expr, math-compose-rows):
8231 Add LaTeX support.
8232 (math-compose-expr): Add support for special functions.
8233
8234 * calc/calc-help.el (calc-d-prefix-help): Add LaTeX.
8235
8236 2005-01-31 Nick Roberts <nickrob@snap.net.nz>
8237
8238 * progmodes/gdb-ui.el (gdb-memory-address)
8239 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit)
8240 (gdb-memory-mode-map, gdb-memory-format-keymap)
8241 (gdb-memory-format-menu, gdb-memory-unit-keymap)
8242 (gdb-memory-unit-menu): New variables for a buffer
8243 that lets the user examine program memory.
8244 (gdb-memory-set-address, gdb-memory-set-repeat-count)
8245 (gdb-memory-format-binary, gdb-memory-format-octal)
8246 (gdb-memory-format-unsigned, gdb-memory-format-signed)
8247 (gdb-memory-format-hexadecimal, gdb-memory-format-menu)
8248 (gdb-memory-format-menu-1, gdb-memory-unit-giant)
8249 (gdb-memory-unit-word, gdb-memory-unit-halfword)
8250 (gdb-memory-unit-byte, gdb-memory-unit-menu)
8251 (gdb-memory-unit-menu-1, gdb-make-header-line-mouse-map)
8252 (gdb-memory-mode, gdb-memory-buffer-name)
8253 (gdb-display-memory-buffer, gdb-frame-memory-buffer):
8254 New functions for above buffer.
8255
8256 2005-01-30 Richard M. Stallman <rms@gnu.org>
8257
8258 * cus-edit.el (custom-bury-buffer): Function deleted.
8259 (custom-buffer-done-function): Option deleted.
8260 (custom-buffer-done-kill): New (replacement option.
8261 (Custom-buffer-done): Call quit-window.
8262 (custom-buffer-create-internal): Update for above changes.
8263
8264 2005-01-29 Luc Teirlinck <teirllm@auburn.edu>
8265
8266 * simple.el (undo-ask-before-discard): New var.
8267 (undo-outer-limit-truncate): Implement it.
8268 (undo-extra-outer-limit): Doc update.
8269
8270 2005-01-29 Richard M. Stallman <rms@gnu.org>
8271
8272 * ses.el (undo-more): Delete defadvice.
8273 (ses-begin-change): Doc fix.
8274
8275 * dired.el (dired-mode-map): Remap `undo' and `advertised-undo'
8276 instead of rebinding C-x u and C-_.
8277
8278 * files.el (normal-backup-enable-predicate): Return nil for files
8279 in /tmp, regardless of temporary-file-directory.
8280
8281 * man.el (Man-getpage-in-background): Disable undo in Man buffer.
8282
8283 * rect.el (delete-rectangle-line, delete-extract-rectangle-line)
8284 (open-rectangle, delete-whitespace-rectangle-line)
8285 (clear-rectangle-line): If FILL, pass t instead of FILL
8286 for move-to-column's 2nd arg.
8287
8288 * simple.el (undo): Fix the test for continuing a series of undos.
8289 (undo-more): Set pending-undo-list to t when we reach end.
8290 (pending-undo-list): Move up defvar.
8291
8292 * wid-edit.el (widget-button-click):
8293 Shorten the range of the track-mouse binding.
8294
8295 * comint.el (comint-insert-input): Undo previous changes;
8296 use last-input-event in interactive spec.
8297
8298 2005-01-29 Eli Zaretskii <eliz@gnu.org>
8299
8300 * progmodes/compile.el (compilation-start): Bind buffer-read-only
8301 to nil before invoking call-process. Reset buffer's modified flag
8302 after fontifying it in the no-async branch.
8303
8304 * wid-edit.el (widget-specify-button): If mouse pointer shape
8305 cannot be changed, use mouse face instead.
8306
8307 2005-01-29 Nick Roberts <nickrob@snap.net.nz>
8308
8309 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
8310 (gdb-goto-breakpoint): Make breakpoint handling work on template
8311 functions in C++. Reported by Martin Reed <mjreed@essex.ac.uk>
8312 (gdb-assembler-custom): Update to recognize breakpoint information
8313 added on 2005-01-19.
8314
8315 2005-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
8316
8317 * progmodes/scheme.el (scheme-mode-variables): Set comment-add.
8318 (dsssl-mode): Use define-derived-mode.
8319 (scheme-mode-initialize): Remove.
8320 (scheme-mode): Use run-mode-hooks.
8321
8322 * cus-edit.el (customize-group-other-window)
8323 (custom-buffer-create-other-window): Don't override special-display-*.
8324 (custom-mode-map): Make it dense.
8325
8326 * emacs-lisp/lisp-mode.el (eval-defun-1): Make sure `defvar' always
8327 sets the default value.
8328
8329 2005-01-28 Eli Zaretskii <eliz@gnu.org>
8330
8331 * descr-text.el: Add more keywords.
8332
8333 2005-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
8334
8335 * speedbar.el: Avoid unnecessary use of locate-library.
8336
8337 * international/mule-cmds.el (standard-display-european-internal):
8338 Don't fiddle with latin-1 non-break space any more since it's now
8339 special cased in the C code.
8340 Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
8341
8342 2005-01-26 Luc Teirlinck <teirllm@auburn.edu>
8343
8344 * cus-start.el (all): Add `undo-outer-limit'.
8345
8346 2005-01-25 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
8347
8348 * textmodes/bibtex.el (bibtex-format-entry):
8349 Use `bibtex-empty-field-re' only on the text of fields, not on entire
8350 field lines.
8351 (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
8352 not on part of a buffer.
8353
8354 2005-01-25 Lute Kamstra <lute@gnu.org>
8355
8356 * textmodes/bibtex.el (bibtex-empty-field-re): Don't match
8357 nonempty field text strings like "{letters\\macro{}more letters}".
8358 Clarify docstring.
8359 (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
8360 (bibtex-entry-offset, bibtex-parse-association)
8361 (bibtex-parse-field-name): Fix typos in docstrings.
8362 (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
8363
8364 2005-01-24 Carsten Dominik <dominik@science.uva.nl>
8365
8366 * textmodes/reftex-global.el (reftex-isearch-push-state-function)
8367 (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
8368 (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
8369 (reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.
8370
8371 * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
8372 isearch minor mode.
8373
8374 2005-01-24 Luc Teirlinck <teirllm@auburn.edu>
8375
8376 * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie.
8377
8378 2005-01-24 Lute Kamstra <lute@gnu.org>
8379
8380 * textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the
8381 CASECHARS and NOT-CASECHARS regular expressions of the
8382 "nederlands" and "nederlands8" dictionaries to prevent a "Range
8383 striding over charsets" error.
8384
8385 2005-01-24 Jay Belanger <belanger@truman.edu>
8386
8387 * calc/calc-store.el (calc-declare-variable): Use calc-var-name to
8388 display variable name.
8389
8390 2005-01-24 Kenichi Handa <handa@m17n.org>
8391
8392 * international/encoded-kb.el (encoded-kbd-iso2022-single-shift):
8393 Fix setting of the element of encoded-kbd-iso2022-invocations.
8394
8395 2005-01-24 Nick Roberts <nickrob@snap.net.nz>
8396
8397 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
8398 (gdb-threads-select): Change to also accept mouse events.
8399 (gdb-mouse-goto-breakpoint, gdb-frames-mouse-select)
8400 (gdb-threads-mouse-select): Delete.
8401
8402 2005-01-23 Luc Teirlinck <teirllm@auburn.edu>
8403
8404 * files.el (insert-directory): Take care of empty directory,
8405 listed without -a switch.
8406
8407 2005-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
8408
8409 * textmodes/refill.el (refill-post-command-function):
8410 Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
8411 to the list of functions that we should be careful not to undo.
8412 (refill-late-fill-paragraph-function): Remove.
8413 (refill-saved-state): New var.
8414 (refill-mode): Use it to save fill-paragraph-function.
8415 Save also the value of auto-fill-function.
8416
8417 * term/w32-win.el: Simplify code.
8418
8419 2005-01-23 Kim F. Storm <storm@cua.dk>
8420
8421 * simple.el (line-move): Adapt to new return value from
8422 pos-visible-in-window-p.
8423
8424 * simple.el (line-move): Fix last change. Check partial
8425 visibility at point rather than at window-start.
8426
8427 2005-01-22 Jason Rumney <jasonr@gnu.org>
8428
8429 * term/w32-win.el (xw-defined-colors): Remove debug-message.
8430
8431 2005-01-22 David Kastrup <dak@gnu.org>
8432
8433 * progmodes/grep.el: Add alias `find-grep' for `grep-find'.
8434
8435 2005-01-22 Eli Zaretskii <eliz@gnu.org>
8436
8437 * type-break.el (type-break-mode): Add a test for
8438 type-break-file-name being non-nil.
8439
8440 2005-01-22 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
8441
8442 * net/eudc.el (top level): Call (message "") via progn, so that
8443 eudc-options-file is loaded.
8444
8445 2005-01-22 Kim F. Storm <storm@cua.dk>
8446
8447 * simple.el (line-move-1): Rename from line-move.
8448 (line-move): New function that adjusts vscroll for partially
8449 visible rows, and calls line-move-1 otherwise.
8450
8451 2005-01-21 Ren\e,Ai\e(B Kyllingstad <listmailxemacs@kyllingstad.com>
8452
8453 * pcomplete.el: define pcomplete-read-event instead of read-event,
8454 since it's not a complete read-event implementation
8455
8456 2005-01-20 Jay Belanger <belanger@truman.edu>
8457
8458 * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg
8459 for called function.
8460
8461 2005-01-20 Steven Tamm <steventamm@mac.com>
8462
8463 * term/mac-win.el (process-connection-type): Remove.
8464 Controlled now by s/darwin.h:PTY_ITERATION.
8465
8466 2005-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
8467
8468 * window.el (handle-select-window): Don't switch window when we're
8469 in the minibuffer.
8470
8471 2005-01-10 Paul Pogonyshev <pogonyshev@gmx.net>
8472
8473 * subr.el (dotimes-with-progress-reporter): New macro.
8474
8475 * ses.el (ses-dotimes-msg): Remove macro.
8476 Use `dotimes-with-progress-reporter' instead.
8477
8478 2005-01-19 Steven Tamm <steventamm@mac.com>
8479
8480 * term/mac-win.el (process-connection-type): Use new
8481 operating-system-release variable to use ptys on Darwin 7 (OS X
8482 10.3) when using carbon build.
8483
8484 2005-01-19 Jay Belanger <belanger@truman.edu>
8485
8486 * calc/calc-ext.el (calc-fancy-prefix-other-key): Don't clear
8487 flags if the last command was a tab or M-tab.
8488
8489 * calc/calc-prog.el (calc-user-define-edit): Put original formula
8490 in formula editing buffer.
8491
8492 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
8493
8494 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Add help-echo for
8495 breakpoint image symbol in margin.
8496
8497 2005-01-19 Jay Belanger <belanger@truman.edu>
8498
8499 * calc/calc-prog.el (calc-execute-kbd-macro):
8500 Ignore calc-keep-arg-flag.
8501
8502 2005-01-19 Kenichi Handa <handa@m17n.org>
8503
8504 * textmodes/ispell.el (ispell-looking-at): New function.
8505 (ispell-process-line): Use ispell-looking-at to compare the ispell
8506 output and the buffer contents.
8507
8508 2005-01-18 Jay Belanger <belanger@truman.edu>
8509
8510 * calc/calc.el (calc-display-raw): Fix docstring.
8511
8512 2005-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
8513
8514 * simple.el (blink-matching-open): Strip extra info from syntax.
8515
8516 * progmodes/sh-script.el (sh-here-doc-open-re): Don't allow | or other
8517 funny chars in the end-of-here-doc marker.
8518
8519 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
8520
8521 * progmodes/gdb-ui.el (gdb-put-string): Copy/create strings so
8522 that enable/disabled state of breakpoints is shown correctly in
8523 fringe and on ttys.
8524 (gdb-put-breakpoint-icon, gdb-info-breakpoints-custom):
8525 Add breakpoint information as text properties.
8526 (gdb-mouse-toggle-breakpoint):
8527 Rename to gdb-mouse-set-clear-breakpoint.
8528 (gdb-mouse-toggle-breakpoint): New function. Enable/disable
8529 breakpoints in the margin.
8530 (gdb-remove-strings): Simplify.
8531
8532 2005-01-17 Jay Belanger <belanger@truman.edu>
8533
8534 * calc/calc-yank.el (calc-edit-mode): Inhibit read-only when
8535 erasing buffer.
8536
8537 2005-01-17 Richard M. Stallman <rms@gnu.org>
8538
8539 * progmodes/grep.el (grep-find): Copy from `grep' the condition
8540 for calling grep-compute-defaults.
8541
8542 * play/decipher.el (decipher-mode): Don't call decipher-read-alphabet
8543 if buffer is empty.
8544
8545 * emacs-lisp/lisp.el (backward-kill-sexp, kill-sexp): Doc fixes.
8546
8547 2005-01-17 Stefan Monnier <monnier@iro.umontreal.ca>
8548
8549 * hilit-chg.el (highlight-changes-mode): Don't autoload.
8550
8551 * bindings.el (mode-line-mode-menu): Use bound-and-true-p for all the
8552 non-preloaded variables.
8553
8554 2005-01-17 Steven Tamm <steventamm@mac.com>
8555
8556 * textmodes/tex-mode.el (tex-start-shell): Adding -i to the
8557 tex-shell cause to force interactivity when using pipes.
8558
8559 2005-01-17 Kim F. Storm <storm@cua.dk>
8560
8561 * simple.el (just-one-space): Make arg optional.
8562
8563 2005-01-17 Nick Roberts <nickrob@snap.net.nz>
8564
8565 * xt-mouse.el (xterm-mouse-event): Set new optional fourth arg in
8566 posn-at-x-y to t to access left-margin.
8567
8568 2005-01-16 Michael Albinus <michael.albinus@gmx.de>
8569
8570 Sync with Tramp 2.0.47.
8571
8572 * tramp.el (tramp-operation-not-permitted-regexp) New defcustom,
8573 catching keep-date problems in cp/scp operations.
8574 (tramp-handle-copy-file): Don't call `set-file-modes'
8575 unconditionally. Specialized functions should know better what is
8576 necessary. This improves performance a little bit, and the
8577 functions could catch errors with `cp -p' and `scp -p'.
8578 (tramp-do-copy-or-rename-file-via-buffer)
8579 (tramp-do-copy-or-rename-file-out-of-band): Call `set-file-modes'
8580 when appropriate.
8581 (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error.
8582 Call `set-file-modes' when appropriate.
8583 (tramp-action-out-of-band): Mask `scp -p' error. Reported by Isak
8584 Johnsson <isak@hypergene.com>
8585 (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list
8586 of both Tramp buffer and debug buffer. Reported by Joakim Verona
8587 <joakim@verona.se>
8588 (tramp-file-name-for-operation): Mark `shell-command' as magic for
8589 Emacs only.
8590
8591 * tramp-util.el (tramp-minor-mode): New minor mode. Add it to
8592 `find-file-hooks' and `dired-mode-hook'.
8593 (tramp-minor-mode-map): Respective map. Add remapping for
8594 `compile' and `recompile'.
8595 (tramp-remap-command, tramp-recompile): New defuns.
8596 (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode'
8597 in buffer "*Compilation*". Call the commands asynchronously.
8598
8599 * tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new)
8600 (tramp-vc-simple-command): Call `tramp-handle-shell-command' but
8601 `shell-command', because it isn't magic in XEmacs. Reported by
8602 Adrian Aichner <adrian@xemacs.org>.
8603
8604 * tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
8605 `substitute-in-file-name.
8606 (tramp-smb-handle-substitute-in-file-name): New defun.
8607 (tramp-smb-advice-PC-do-completion): Delete advice.
8608
8609 2005-01-16 Kai Grossjohann <kgrossjo@eu.uu.net>
8610
8611 * tramp.el (tramp-wait-for-output): Fix typo in echo processing.
8612 Fix error in deleting region.
8613
8614 2005-01-15 Richard M. Stallman <rms@gnu.org>
8615
8616 * emacs-lisp/lisp-mnt.el (lm-with-file): Use Lisp mode in temp buffer.
8617 In non-temp buffer, switch syntax table temporarily.
8618
8619 * emacs-lisp/lisp-mode.el (indent-pp-sexp): Doc fix.
8620
8621 * replace.el (occur-accumulate-lines, occur-engine): Avoid warnings.
8622
8623 * tar-mode.el (tar-extract): Bind buffer-undo-list to t.
8624
8625 * imenu.el (imenu--split-menu): Copy menulist before sorting.
8626 (imenu--generic-function): Use START, not BEG, as pos of definition.
8627
8628 * simple.el (just-one-space): Argument specifies number of spaces.
8629
8630 * simple.el (eval-expression-print-format): Avoid warning
8631 about edebug-active.
8632
8633 2005-01-15 James R. Van Zandt <jrvz@comcast.net> (Tiny change)
8634
8635 * progmodes/sh-script.el: Code copied from make-mode.el
8636 with small changes,
8637 (sh-mode-map): Bind C-c C-\.
8638 (sh-backslash-column, sh-backslash-align): New variables.
8639 (sh-backslash-region, sh-append-backslash): New functions.
8640
8641 2005-01-15 Sergey Poznyakoff <gray@Mirddin.farlep.net>
8642
8643 * mail/rmail.el: Updated to work with movemail from GNU Mailutils
8644 (rmail-pop-password, rmail-pop-password-required): Move to
8645 rmail-obsolete group.
8646 (rmail-set-pop-password): Rename to rmail-set-remote-password.
8647 All callers updated.
8648 (rmail-get-pop-password): Rename to rmail-get-remote-password.
8649 Take an argument specifying whether it is POP or IMAP mailbox we
8650 are using. All callers updated.
8651 (rmail-pop-password-error): Rename to
8652 rmail-remote-password-error. Added mailutils-specific error message.
8653 (rmail-movemail-search-path)
8654 (rmail-movemail-variant-in-use): New variables.
8655 (rmail-remote-password, rmail-remote-password-required):
8656 New customization variables.
8657 (rmail-probe,rmail-autodetect, rmail-movemail-variant-p): New funs.
8658 (rmail-parse-url): New function.
8659 (rmail-get-new-mail, rmail-insert-inbox-text): Update for use
8660 with GNU mailutils movemail.
8661
8662 2005-01-15 Kevin Ryde <user42@zip.com.au>
8663
8664 * info-look.el (c-mode/symbol): Add ^` to prefix, and change
8665 suffix to space, $ or '$, to correctly position point when going
8666 to @table style constants like DBL_MAX.
8667
8668 2005-01-15 Jorgen Schaefer <forcer@forcix.cx> (tiny change)
8669
8670 * type-break.el (type-break-mode, type-break-file-time)
8671 (type-break-file-keystroke-count, type-break-choose-file):
8672 Don't store data in or load data from the file if type-break-file-name
8673 is nil.
8674 (type-break-file-name): Doc update as per the above.
8675
8676 2005-01-15 Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk> (tiny change)
8677
8678 * woman.el (woman-dired-define-key-maybe): If KEY is undefined,
8679 lookup-key might return nil; handle that.
8680
8681 2005-01-15 Alan Mackenzie <acm@muc.de>
8682
8683 * ebrowse.el (ebrowse-class-in-tree): Return the tail of the tree
8684 rather than the element found, thus enabling the tree to be setcar'd.
8685
8686 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
8687
8688 * textmodes/org.el (org-show-following-heading): New option.
8689 (org-show-hierarchy-above): Use `org-show-following-heading'.
8690 (org-cycle): Documentation fix.
8691
8692 * textmodes/org.el (orgtbl-optimized): New option
8693 (orgtbl-mode): New command, a minor mode.
8694 (orgtbl-mode-map): New variable.
8695 (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
8696 (orgtbl-error, orgtbl-self-insert-command)
8697 (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
8698
8699 * textmodes/org.el (org-mode): `org-table-may-need-update' is now
8700 a local variable in each org-mode buffer.
8701
8702 * textmodes/org.el (org-set-regexps-and-options): Rename from
8703 `org-set-regexps'. Added checking for STARTUP keyword.
8704 (org-get-current-options): Add STARTUP options.
8705 (org-table-insert-row): Mode mode intelligent about when
8706 realignment is needed.
8707 (org-self-insert-command, org-delete-backward-char, org-delete-char):
8708 New commands.
8709 (org-enable-table-editor): New default value `optimized'.
8710 (org-table-blank-field): Support blanking regions if active.
8711
8712 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
8713
8714 * textmodes/reftex-cite.el (reftex-bib-sort-year): Catch the case
8715 if the year is not given.
8716
8717 * textmodes/reftex-ref.el (reftex-replace-prefix-escapes):
8718 Add new escapes %m and %M, fixed bug with %F by adding
8719 save-match-data.
8720 (reftex-reference): Remove ?. from list of spaces.
8721 (reftex-label-info): Add automatic label prefix recognition.
8722
8723 * textmodes/reftex-index.el (reftex-index-next-phrase):
8724 Add slave parameter to call of `reftex-index-this-phrase'.
8725 (reftex-index-this-phrase): New optional argument.
8726 (reftex-index-region-phrases): Add slave parameter to call of
8727 `reftex-index-this-phrase'.
8728 (reftex-display-index): New argument redo.
8729 (reftex-index-rescan): Add 'redo to arguments of
8730 `reftex-display-index'.
8731 (reftex-index-Rescan, reftex-index-revert)
8732 (reftex-index-switch-index-tag): Add 'redo to arguments of
8733 `reftex-display-index'.
8734 (reftex-index-make-phrase-regexp): Fix bug with case-sensitive
8735 indexing. Fix bug with matching is there is a quote before or
8736 after the word.
8737
8738 * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
8739 Fix bug when collecting citation keys in lines with comments.
8740 (reftex-citation): Prefix argument no longer rescans the document,
8741 but forces prompting for optional arguments of cite macros.
8742 (reftex-do-citation): Prompting for optional arguments implemented.
8743
8744 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
8745 Add optional arguments to most cite commands.
8746 (reftex-cite-cleanup-optional-args): New option
8747 (reftex-cite-prompt-optional-args): New option.
8748 (reftex-trust-label-prefix): New option.
8749
8750 * textmodes/reftex-toc.el (reftex-toc-find-section):
8751 Add push-mark before changing the position in the buffer.
8752
8753 * textmodes/reftex.el (reftex-prefix-to-typekey-alist): New variable.
8754 (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist.
8755
8756 2005-01-14 Nick Roberts <nickrob@snap.net.nz>
8757
8758 * xt-mouse.el (xterm-mouse-event): Compute window co-ordinates
8759 more carefully.
8760
8761 2005-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
8762
8763 * textmodes/sgml-mode.el (sgml-fill-nobreak): New fun.
8764 (sgml-mode): Use it.
8765 (sgml-get-context): Better keep track of implicitly closed tags.
8766
8767 2005-01-13 Kenichi Handa <handa@m17n.org>
8768
8769 * textmodes/ispell.el: These changes are to fix misalignment error
8770 caused by equivalent characters of different Emacs charsets.
8771 (ispell-unified-chars-table): New variable.
8772 (ispell-get-decoded-string): New function.
8773 (ispell-get-casechars, ispell-get-not-casechars)
8774 (ispell-get-otherchars): Call ispell-get-decoded-string.
8775
8776 2005-01-12 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
8777
8778 * custom.el (custom-declare-variable): Just put symbol instead
8779 of (defvar . symbol) in `current-load-list'.
8780
8781 2005-01-12 Reiner Steib <Reiner.Steib@gmx.de>
8782
8783 * emacs-lisp/elint.el: Fixed typo in Commentary section.
8784
8785 2005-01-12 Jay Belanger <belanger@truman.edu>
8786
8787 * calc/calc-help.el (calc-describe-key): Use temporary info buffer
8788 to create a Calc summary.
8789
8790 2005-01-12 Kim F. Storm <storm@cua.dk>
8791
8792 * mouse.el (mouse-on-link-p): Change functionality and doc
8793 string to comply with latest description in lisp ref.
8794
8795 2005-01-12 Nick Roberts <nickrob@snap.net.nz>
8796
8797 * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event):
8798 Enable mouse clicks on mode-line, header-line and margin.
8799 (event-type): Give mouse event symbols an 'event-kind property
8800 with value 'mouse-click.
8801
8802 2005-01-12 Juri Linkov <juri@jurta.org>
8803
8804 * facemenu.el (list-colors-display): Add new arg buffer-name.
8805 Use it. Fix docstring. Replace code for identifying duplicate
8806 colors by the name with call to `list-colors-duplicates' which
8807 identifies duplicate colors by the value unless the color
8808 is one of special Windows colors. Set truncate-lines to t.
8809 Print sorted duplicate color names on each line. Indent to 22
8810 \(the longest color name in rgb.txt) instead of 20. Optimize.
8811 (list-colors-duplicates): New function.
8812 (facemenu-color-name-equal): Delete function.
8813
8814 * facemenu.el (list-colors-print): New function created from code
8815 in list-colors-display. Print #RRGGBB at the window right edge.
8816 (list-colors-display): When temp-buffer-show-function is not
8817 defined, call list-colors-print from temp-buffer-show-hook
8818 to get the right value of window-width in list-colors-print
8819 after the buffer is displayed.
8820
8821 * simple.el (pop-mark): Move deactivate-mark out of conditional
8822 part to deactivate the active mark regardless of the state of the
8823 mark ring.
8824
8825 * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
8826 variables line in desktop files.
8827
8828 2005-01-12 Juri Linkov <juri@jurta.org>
8829
8830 * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
8831 Bring together isearch highlight related options.
8832 (lazy-highlight): Replace group `replace' by `matching'.
8833 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
8834 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
8835 (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
8836 and declare them obsolete.
8837 (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
8838 (isearch-faces): Remove defgroup.
8839 (isearch-overlay, isearch-highlight, isearch-dehighlight):
8840 Move isearch highlighting code closer to lazy highlighting code.
8841
8842 * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
8843 (query-replace-highlight, query-replace-lazy-highlight)
8844 (query-replace): Move definitions to the beginning of the file.
8845
8846 2005-01-11 Juri Linkov <juri@jurta.org>
8847
8848 * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm
8849 * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm
8850 * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
8851
8852 * info.el (Info-history-forward): New variable.
8853 (Info-select-node): Reset Info-history-forward to nil.
8854 (Info-last): Turn into defalias.
8855 (Info-history-back): Rename from Info-last.
8856 Add current node to Info-history-forward.
8857 (Info-history-forward): New fun.
8858 (Info-mode-map): Replace Info-last by Info-history-back.
8859 Bind Info-history-forward to "r".
8860 (Info-mode-menu): Replace Info-last by Info-history-back.
8861 Fix menu item text. Add menu item for Info-history-forward.
8862 (info-tool-bar-map): Replace Info-last by Info-history-back.
8863 Replace its icon "undo" by "back_arrow". Add icon "fwd_arrow"
8864 for Info-history-forward.
8865 (Info-mode): Replace Info-last by Info-history-back in docstring.
8866 Add local variable Info-history-forward.
8867 (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
8868
8869 2005-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
8870
8871 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
8872 (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
8873 Ignore select-window events rather than fiddle with
8874 mouse-autoselect-window.
8875
8876 2005-01-11 Matthew Mundell <matt@mundell.ukfsn.org>
8877
8878 * type-break.el (type-break-mode): Fix previous change.
8879
8880 2005-01-10 Jay Belanger <belanger@truman.edu>
8881
8882 * calc/calc-ext.el (calc-reset): Reset when inside embedded
8883 calculator; only reset when point is inside a calculator.
8884 Don't adjust the window height if the window takes up the whole height
8885 of the frame.
8886
8887 2005-01-10 Thien-Thi Nguyen <ttn@gnu.org>
8888
8889 * ebuff-menu.el (Electric-buffer-menu-mode):
8890 Preserve value of buffer-local var header-line-format.
8891
8892 2005-01-09 Jay Belanger <belanger@truman.edu>
8893
8894 * calc/calc.el (calc-mode-var-list-restore-saved-values):
8895 Make sure settings file exists before accessing it.
8896
8897 * calc/calc-embed.el (calc-embedded-subst):
8898 Replace math-multi-subst-rec, which is only supposed to be called
8899 by math-multi-subst, by math-multi-subst.
8900
8901 2005-01-09 Andre Spiegel <spiegel@gnu.org>
8902
8903 * vc.el (vc-allow-async-revert): New user option.
8904 (vc-disable-async-diff): New internal variable.
8905 (vc-revert-buffer): Use them to disable asynchronous diff.
8906
8907 * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
8908 (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
8909 asynchronously if vc-disable-async-diff is t.
8910
8911 2005-01-09 Jay Belanger <belanger@truman.edu>
8912
8913 * calc/calc.el (defcalcmodevar): New macro.
8914 (calc-mode-var-list-restore-default-values)
8915 (calc-mode-var-list-restore-saved-values): New functions.
8916 (calc-mode-var-list): Use defcalcmodevar to define it.
8917 (calc-always-load-extensions, calc-line-numbering)
8918 (calc-line-breaking, calc-display-just, calc-display-origin)
8919 (calc-number-radix, calc-leading-zeros, calc-group-digits)
8920 (calc-group-char, calc-point-char, calc-frac-format)
8921 (calc-prefer-frac, calc-hms-format, calc-date-format)
8922 (calc-float-format, calc-full-float-format, calc-complex-format)
8923 (calc-complex-mode, calc-infinite-mode, calc-display-strings)
8924 (calc-matrix-just, calc-break-vectors, calc-full-vectors)
8925 (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
8926 (calc-matrix-brackets, calc-language, calc-language-option)
8927 (calc-left-label, calc-right-label, calc-word-size)
8928 (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
8929 (calc-display-raw, calc-internal-prec, calc-angle-mode)
8930 (calc-algebraic-mode, calc-incomplete-algebraic-mode)
8931 (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
8932 (calc-window-height, calc-display-trail, calc-show-selections)
8933 (calc-use-selections, calc-assoc-selections)
8934 (calc-display-working-message, calc-auto-why, calc-timing)
8935 (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
8936 (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
8937 (calc-gnuplot-default-device, calc-gnuplot-default-output)
8938 (calc-gnuplot-print-device, calc-gnuplot-print-output)
8939 (calc-gnuplot-geometry, calc-graph-default-resolution)
8940 (calc-graph-default-resolution-3d, calc-invocation-macro)
8941 (calc-show-banner): Use defcalcmodevar to declare them and set
8942 their default values.
8943
8944 * calc/calc-ext.el (calc-reset): Restore saved values of variables
8945 instead of default values (but restore default values if there is
8946 an argument of 0).
8947
8948 2005-01-09 David Kastrup <dak@gnu.org>
8949
8950 * desktop.el (desktop-restore-eager): Fix typo in type.
8951
8952 2005-01-08 Richard M. Stallman <rms@gnu.org>
8953
8954 * cus-edit.el (customize): Delete :link.
8955
8956 2005-01-08 Jay Belanger <belanger@truman.edu>
8957
8958 * calc/calc.el (calc-mode): Remove the extension from the
8959 `calc-settings-file' file name when loading it.
8960
8961 2005-01-08 Kim F. Storm <storm@cua.dk>
8962
8963 * info.el (Info-mode-map, Info-next-link-keymap)
8964 (Info-prev-link-keymap, Info-up-link-keymap):
8965 Map follow-link to mouse-face.
8966 (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
8967
8968 2005-01-08 Jay Belanger <belanger@truman.edu>
8969
8970 * calc/calc.el (calc-settings-file): Change default value.
8971 Suggested by cgw in a comment in calc-mode.el.
8972
8973 * calc/calc-mode.el (calc-settings-file-name):
8974 Compare calc-settings-file to user-init-file instead of ~/.emacs.
8975 Replace ~/.emacs in a prompt by calc-settings-file.
8976
8977 2005-01-07 Lars Hansen <larsh@math.ku.dk>
8978
8979 * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
8980 (desktop-lazy-idle-delay): New customizable variables.
8981 (desktop-buffer-args-list): New variable.
8982 (desktop-append-buffer-args): New function.
8983 (desktop-save): Call desktop-append-buffer-args for some buffers.
8984 (desktop-lazy-create-buffer): New function.
8985 (desktop-idle-create-buffers): New function.
8986 (desktop-read): Add message about buffers to restore lazily.
8987 (desktop-lazy-abort): New command.
8988 (desktop-clear): Call desktop-lazy-abort.
8989 (desktop-lazy-complete): New command.
8990
8991 2005-01-06 Richard M. Stallman <rms@gnu.org>
8992
8993 * emacs-lisp/find-func.el (find-face-definition):
8994 Rename from find-face.
8995
8996 2005-01-06 Kim F. Storm <storm@cua.dk>
8997
8998 * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
8999
9000 * man.el (Man-xref-man-page, Man-xref-header-file)
9001 (Man-xref-normal-file): Add follow-link property.
9002
9003 2005-01-06 Jay Belanger <belanger@truman.edu>
9004
9005 * calc/calc-units.el: Make sure the proper macro definitions are
9006 available when compiling.
9007
9008 2005-01-06 Juri Linkov <juri@jurta.org>
9009
9010 * isearch.el (isearch-lazy-highlight-update):
9011 Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
9012
9013 2005-01-06 Miles Bader <miles@gnu.org>
9014
9015 * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
9016 (isearch-lazy-highlight-face): Use new name.
9017
9018 2005-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
9019
9020 * uniquify.el (uniquify-rationalize-file-buffer-names):
9021 Re-add an interactive spec.
9022 (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
9023 to the same name.
9024
9025 * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
9026 (isearch-update, isearch-done): Adjust calls accordingly.
9027
9028 2005-01-05 Richard M. Stallman <rms@gnu.org>
9029
9030 * custom.el (custom-set-variables, custom-theme-set-variables):
9031 Clarify documentation.
9032
9033 * emacs-lisp/find-func.el (find-variable)
9034 (find-variable-other-window, find-variable-other-frame):
9035 Fix the TYPE args to find-function-read and find-function-do-it.
9036 (find-function): Doc fix.
9037 (find-function-at-point): Replace function-at-point alias.
9038
9039 2005-01-04 Richard M. Stallman <rms@gnu.org>
9040
9041 * cus-face.el (custom-declare-face):
9042 Record defface in current-load-list.
9043
9044 * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
9045
9046 * emacs-lisp/find-func.el: Doc fixes.
9047 (find-face-regexp): New variable.
9048 (find-function-regexp-alist): New variable.
9049 (find-function-C-source): Third arg is now TYPE.
9050 (find-function-search-for-symbol): Handle general TYPE.
9051 (find-function-read, find-function-do-it): Handle general TYPE.
9052 (find-definition-noselect, find-face): New functions.
9053 (function-at-point): Alias deleted.
9054
9055 2005-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
9056
9057 * battery.el (display-battery-mode): Rename from display-battery.
9058 Handle the case where it gets turned off.
9059
9060 2005-01-04 Richard M. Stallman <rms@gnu.org>
9061
9062 * cus-edit.el (customize): Make :link point to user doc.
9063
9064 * man.el (Man-fontify-manpage): Turn off undo generation.
9065
9066 * add-log.el (change-log-font-lock-keywords): Don't match just "From".
9067
9068 2005-01-04 Andreas Schwab <schwab@suse.de>
9069
9070 * files.el (insert-directory): Only look for error lines in
9071 inserted text. Don't move too far after processing --dired markers.
9072
9073 2005-01-04 Richard M. Stallman <rms@gnu.org>
9074
9075 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
9076 Don't expand if the character is @, period, dash, etc.
9077 (define-mail-abbrev): Quote names that contain problem characters.
9078
9079 2005-01-04 Thien-Thi Nguyen <ttn@gnu.org>
9080
9081 * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
9082
9083 2005-01-03 Richard M. Stallman <rms@gnu.org>
9084
9085 * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
9086 (query-replace-highlight, query-replace-lazy-highlight)
9087 (query-replace): Definitions moved up. Doc fix.
9088
9089 2005-01-03 Richard M. Stallman <rms@gnu.org>
9090
9091 * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
9092 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
9093 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
9094 (lazy-highlight-face): Rename from isearch-lazy-...
9095 Change all references to them.
9096
9097 2005-01-03 Luc Teirlinck <teirllm@auburn.edu>
9098
9099 * cus-edit.el (custom-file): Doc fix for defcustom.
9100 (custom-file): The function no longer sets the variable
9101 `custom-file' to its return value.
9102
9103 * startup.el (command-line): No longer load `custom-file'.
9104
9105 2005-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
9106
9107 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
9108
9109 * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
9110 Don't confuse module-prefixed identifiers for labels.
9111 Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
9112
9113 2005-01-02 Richard M. Stallman <rms@gnu.org>
9114
9115 * files.el (basic-save-buffer-1): Fix previous change.
9116
9117 * loadhist.el (file-loadhist-lookup): New function.
9118 (file-provides, file-requires): Use it.
9119
9120 * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
9121 instead of calculating the right size.
9122
9123 2005-01-02 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
9124
9125 * vc-svn.el (vc-svn-diff): Stay local if possible.
9126
9127 2005-01-02 Stefan Monnier <monnier@iro.umontreal.ca>
9128
9129 * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
9130
9131 * files.el (hack-local-variables): Fix last change.
9132
9133 2005-01-02 Jay Belanger <belanger@truman.edu>
9134
9135 * calc/calc-yank.el (calc-edit-top): New variable.
9136 (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
9137 object. Change header properties.
9138 (calc-edit-finish, calc-edit-finish-stack-object)
9139 (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
9140 edited object.
9141 * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
9142 for the beginning of the edited object.
9143 * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
9144 for the beginning of the edited object.
9145 * calc/calc-prog.el (calc-edit-macro-finish-edit)
9146 (calc-finish-formula-edit, calc-macro-repeats)
9147 (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
9148 (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
9149 beginning of the edited object.
9150 (calc-user-define-edit): Change the header for editing macros.
9151 Remove unnecessary variable.
9152
9153 2005-01-01 Jay Belanger <belanger@truman.edu>
9154
9155 * calc/calc-yank.el (calc-edit-mode): Change default header.
9156 (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
9157 * calc/calc-store.el (calc-edit-variable): Change title to match new
9158 header.
9159 * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
9160 mode to match new header.
9161 (calc-user-define-edit): Change titles to include names of commands.
9162 (calc-finish-formula-edit): Adjust to handle new header.
9163 (calc-finish-macro-edit): Remove.
9164 (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
9165 (calc-edit-macro-command, calc-edit-macro-command-type)
9166 (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
9167 (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
9168 (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
9169 (calc-edit-macro-finish-edit): New functions.
9170 (calc-user-define-edit): Use new functions to edit named calc macros.
9171
9172 2005-01-01 Stefan <monnier@iro.umontreal.ca>
9173
9174 * files.el (hack-local-variables): Cleanup prefix/suffix matching.
9175
9176 * ses.el (copy-region-as-kill): Deactivate mark.
9177
9178 2005-01-01 Richard M. Stallman <rms@gnu.org>
9179
9180 * replace.el (occur-1): If the output buffer is also an input,
9181 don't kill it, rename it.
9182
9183 * faces.el (set-face-background, set-face-foreground): Doc fix.
9184
9185 * cus-face.el (custom-face-attributes): Fix :help-echo strings
9186 for :foreground and :background.
9187
9188 * dired.el (dired-view-command-alist): Variable deleted.
9189 (dired-view-file, dired-mouse-find-file-other-window):
9190 Delete the code to use it.
9191
9192 2005-01-01 Kim F. Storm <storm@cua.dk>
9193
9194 * image.el (insert-sliced-image): Use t for line-height property.
9195
9196 2004-12-31 Jay Belanger <belanger@truman.edu>
9197
9198 * calc/calc-store.el (calcVar-digit, calcVar-oper): Remove the need
9199 for "var-" at the beginning of the minibuffer.
9200
9201 2004-12-31 Richard M. Stallman <rms@gnu.org>
9202
9203 * faces.el (read-face-name):
9204 Don't treat an attribute spec as a list of faces.
9205
9206 * simple.el (undo): Use undo-equiv-table to detect
9207 unexpected changes since previous undo.
9208 (undo-list-saved): Variable deleted.
9209 (buffer-disable-undo): Don't alter undo-list-saved.
9210
9211 * files.el (require-final-newline): Allow `visit' and `visit-save'.
9212 (mode-require-final-newline): New option.
9213 (after-find-file): Handle require-final-newline with new values.
9214 (basic-save-buffer): Handle new values of require-final-newline.
9215
9216 * progmodes/sh-script.el (sh-require-final-newline):
9217 Alist value now controls whether to use mode-require-final-newline.
9218 (sh-set-shell): Implement that new meaning.
9219
9220 * progmodes/cc-vars.el (c-require-final-newline): Fix custom type, doc.
9221 * progmodes/cc-mode.el (c-common-init): Use mode-require-final-newline.
9222 * progmodes/antlr-mode.el (antlr-mode): Use mode-require-final-newline.
9223 Delete old-Emacs compatibility code.
9224 (antlr-c-common-init): Function deleted.
9225
9226 * net/snmp-mode.el (snmp-common-mode): Use mode-require-final-newline.
9227 * progmodes/vhdl-mode.el (vhdl-mode): Use mode-require-final-newline.
9228 * progmodes/simula.el (simula-mode): Use mode-require-final-newline.
9229 * progmodes/python.el (python-mode): Use mode-require-final-newline.
9230 * progmodes/perl-mode.el (perl-mode): Use mode-require-final-newline.
9231 * progmodes/modula2.el (modula-2-mode): Use mode-require-final-newline.
9232 * progmodes/mixal-mode.el (mixal-mode): Use mode-require-final-newline.
9233 * progmodes/idlwave.el (idlwave-mode): Use mode-require-final-newline.
9234 * progmodes/icon.el (icon-mode): Use mode-require-final-newline.
9235 * progmodes/fortran.el (fortran-mode): Use mode-require-final-newline.
9236 * progmodes/f90.el (f90-mode): Use mode-require-final-newline.
9237 * progmodes/cperl-mode.el (cperl-mode): Use mode-require-final-newline.
9238 * progmodes/cfengine.el (cfengine-mode): Use mode-require-final-newline.
9239 * progmodes/ada-mode.el (ada-mode): Use mode-require-final-newline.
9240 * textmodes/text-mode.el (text-mode): Use mode-require-final-newline.
9241 * textmodes/texinfo.el (texinfo-mode): Use mode-require-final-newline.
9242
9243 2004-12-31 Jay Belanger <belanger@truman.edu>
9244
9245 * calc/calc-graph.el (calc-graph-show-dumb): Mention C-cC-c as the
9246 way to return to Calc.
9247
9248 * calc/calc-yank.el (calc-edit-mode): Mention C-cC-c as the way to
9249 finish, C-xk as the way to cancel the edit. Add cancel routine to
9250 kill-buffer-hook.
9251
9252 * calc/calc.el (calc-same-interface, calc-quit): Remove obsolete
9253 MacEdit code.
9254
9255 * calc/calc-prog.el: Remove obsolete MacEdit code.
9256 (calc-macro-edit-algebraic, calc-macro-edit-variable)
9257 (calc-macro-edit-variable-2, calc-macro-edit-quick-digit): Remove.
9258
9259 2004-12-31 Kenichi Handa <handa@m17n.org>
9260
9261 * international/mule.el (buffer-file-coding-system-explicit):
9262 Rename for explicit-buffer-file-coding-system.
9263 (after-insert-file-set-coding): Adjust for the above change.
9264
9265 * files.el (revert-buffer): Change explicit-buffer-file-coding-system
9266 to buffer-file-coding-system-explicit.
9267 (basic-save-buffer-1): Likewise.
9268
9269 2004-12-30 Richard M. Stallman <rms@gnu.org>
9270
9271 * textmodes/artist.el (artist-butlast-fn): Var deleted.
9272 (artist-butlast, artist-last): Functions deleted.
9273 (artist-ellipse-mirror-quadrant): Call last and butlast directly.
9274 (artist-compute-key-compl-table): Call remq directly.
9275 (artist-remove-nulls): Function deleted.
9276 (artist-vaporize-lines, artist-flood-fill): Use push and pop directly.
9277 (artist-push, artist-pop): Macro deleted.
9278
9279 2004-12-30 Andreas Leue <al@sphenon.de>
9280
9281 * textmodes/artist.el (artist-version): 1.2.6
9282 (artist-prev-next-op-alist): New variable.
9283 (artist-select-next-op-in-list): New function.
9284 (artist-select-prev-op-in-list): New function.
9285 (artist-make-prev-next-op-alist): New function.
9286 (artist-is-in-op-list-p): New function.
9287 (artist-get-first-non-nil-op): New function.
9288 (artist-get-last-non-nil-op): New function.
9289 (artist-mode-init): Call artist-get-last-non-nil-op to initialize
9290 artist-prev-next-op-alist.
9291 (artist-mode-map): Add binding for C-mouse-4 and C-mouse-5 to
9292 change drawing operation.
9293
9294 2004-12-30 Luc Teirlinck <teirllm@auburn.edu>
9295
9296 * autorevert.el (auto-revert-tail-handler): Put in undo boundaries.
9297
9298 2004-12-31 Masatake YAMATO <jet@gyve.org>
9299
9300 * server.el (server-process-filter): Suppress `error', too.
9301
9302 2004-12-30 Jay Belanger <belanger@truman.edu>
9303
9304 * calc/calc-store.el (calc-copy-variable): Fix mistyped variable name.
9305 Change the way a variable is displayed in a message.
9306
9307 * calc/calc-prog.el (calc-user-define-edit, calc-finish-macro-edit)
9308 (calc-user-define-permanent, calc-execute-kbd-macro):
9309 Replace old function MacEdit-parse-keys with edmacro-parse-keys.
9310
9311 2004-12-30 Kenichi Handa <handa@m17n.org>
9312
9313 * files.el (basic-save-buffer-1):
9314 Set explicit-buffer-file-coding-system to last-coding-system-used.
9315 (revert-buffer): Pay attention to
9316 explicit-buffer-file-coding-system (not buffer-file-coding-system)
9317 on bind coding-system-for-read.
9318
9319 * international/mule.el (explicit-buffer-file-coding-system):
9320 New buffer local variable.
9321 (after-insert-file-set-coding): Set it to coding-system-for-read.
9322
9323 2004-12-29 Luc Teirlinck <teirllm@auburn.edu>
9324
9325 * autorevert.el (auto-revert-tail-mode): Doc fix for defvar.
9326
9327 2004-12-29 Sanghyuk Suh <han9kin@mac.com>
9328
9329 * term/mac-win.el (mac-drag-n-drop): Handle drag-n-drop events
9330 that include line numbers.
9331
9332 2004-12-29 Milan Zamazal <pdm@zamazal.org>
9333
9334 * files.el (hack-local-variables): If no PREFIX, set it to "^".
9335 Redundant variable PREFIXLEN removed.
9336
9337 2004-12-28 Matt Hodges <MPHodges@member.fsf.org>
9338
9339 * eshell/em-hist.el (eshell-previous-matching-input):
9340 Start the deletion from the end of the output.
9341
9342 2004-12-29 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9343
9344 * term/mac-win.el: Require x-dnd.
9345 (mac-drag-n-drop): Sync with W32 version. Use x-dnd.el functions.
9346
9347 2004-12-29 David Kastrup <dak@gnu.org>
9348
9349 * international/mule.el (decode-coding-inserted-region):
9350 Don't barf if `buffer-undo-list' is already set to `t'.
9351
9352 2004-12-29 Jay Belanger <belanger@truman.edu>
9353
9354 * calc/calc-prog.el (calc-user-define-formula): Put default values
9355 for function names in prompts.
9356 (calc-user-define-permanent, calc-user-define-composition)
9357 (calc-user-define-formula): Remove the need for "calcFunc-" in the
9358 default input for algebraic functions.
9359
9360 2004-12-29 Thien-Thi Nguyen <ttn@gnu.org>
9361
9362 * vc-rcs.el (vc-rcs-annotate-command):
9363 Fix omission bug: Call `vc-setup-buffer'.
9364
9365 2004-12-29 Kenichi Handa <handa@m17n.org>
9366
9367 * international/mule.el (recode-region): New function.
9368
9369 2004-12-28 Richard M. Stallman <rms@gnu.org>
9370
9371 * simple.el (undo-extra-outer-limit): New variable.
9372 (undo-outer-limit-truncate): Test and set it.
9373
9374 * emacs-lisp/lisp.el (mark-sexp, mark-defun): New arg ALLOW-EXTEND
9375 enables the feature to extend the existing region.
9376
9377 * simple.el (mark-word): New arg ALLOW-EXTEND
9378 enables the feature to extend the existing region.
9379
9380 * textmodes/paragraphs.el (mark-paragraph): New arg ALLOW-EXTEND
9381 enables the feature to extend the existing region.
9382
9383 * startup.el (site-run-file): Don't allow setting it with Custom.
9384
9385 * simple.el (buffer-disable-undo): Fix previous change.
9386
9387 2004-12-27 Masatake YAMATO <jet@gyve.org>
9388
9389 * hexl.el (hexlify-buffer): Remove fontification here.
9390 Use font lock mechanism instead.
9391 (hexl-font-lock-keywords): New font lock kewords.
9392 (hexl-mode-old-font-lock-keywords): New variable.
9393 (hexl-mode): Store the old font lock keywords.
9394 (hexl-mode-exit): Restore the old font lock keywords.
9395
9396 2004-12-27 Richard M. Stallman <rms@gnu.org>
9397
9398 * simple.el (undo): Fix previous change.
9399
9400 2004-12-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9401
9402 * term/mac-win.el: Sync with x-win.el. Rearrange the contents.
9403 Call mac-clear-font-name-table if invoked on Mac OS 8/9.
9404 Call x-open-connection on Mac OS X.
9405
9406 2004-12-27 Richard M. Stallman <rms@gnu.org>
9407
9408 * files.el (buffer-save-without-query): New var (buffer-local).
9409 (save-some-buffers): Save those buffers first, w/o asking.
9410
9411 * files.el (insert-directory-ls-version): New variable.
9412 (insert-directory): When ls returns an error, test the version
9413 number to decide what the return code means.
9414 With --dired output format, detect and distinguish lines
9415 that are really error messages.
9416 (insert-directory-adj-pos): New function.
9417
9418 * bookmark.el (bookmark-jump): Nice error if BOOKMARK is nil.
9419
9420 * battery.el (battery-mode-line-format): Remove initial spaces.
9421
9422 * uniquify.el (uniquify-rationalize-file-buffer-names):
9423 Delete interactive spec.
9424
9425 * type-break.el (type-break-mode): Set buffer-save-without-query.
9426 Remove code that tried to set save-some-buffers-always.
9427 (type-break-file-keystroke-count): Bind deactivate-mark.
9428
9429 * mouse.el (mouse-drag-region): Bind mouse-autoselect-window.
9430
9431 * simple.el (next-error-buffer-p): New arg AVOID-CURRENT.
9432 Test that the buffer is live, and maybe reject current buffer too.
9433 Clarify.
9434 (next-error-find-buffer): Rewrite for clarity.
9435
9436 * loadup.el: Don't use buffer-disable-undo; do it directly.
9437
9438 * help-fns.el (describe-function-1): Call symbol-file with `defun'.
9439 (describe-variable): Call symbol-file with `defvar'.
9440
9441 * subr.el (messages-buffer-max-lines): Alias for message-log-max.
9442 (symbol-file): Rewritten to handle new load-history format.
9443 Now takes an arg TYPE to specify looking for a particular
9444 type of definition only.
9445
9446 * emacs-lisp/debug.el (debugger-make-xrefs):
9447 Call symbol-file with `defun'.
9448
9449 * emacs-lisp/find-func.el (find-function-noselect):
9450 Call symbol-file with `defun'.
9451 (find-variable-noselect): Call symbol-file with `defvar'.
9452
9453 * eshell/esh-cmd.el (eshell-find-alias-function):
9454 Call symbol-file with `defun'.
9455
9456 * eshell/esh-test.el (eshell-test-goto-func):
9457 Call symbol-file with `defun'.
9458
9459 * mail/rmail.el (rmail-resend):
9460 Let MAIL-ALIAS-FILE arg override mail-personal-alias-file.
9461
9462 * net/goto-addr.el (goto-address-mail-regexp): Allow = in username.
9463
9464 * progmodes/compile.el (compilation-find-buffer): Rename arg.
9465
9466 * textmodes/texinfmt.el (texinfo-format-buffer-1):
9467 Call buffer-disable-undo.
9468
9469 * simple.el (undo-list-saved): New variable (buffer-local).
9470 (undo): Set and test it.
9471 (buffer-disable-undo): Move here from buffer.c.
9472 Clear out undo-list-saved.
9473
9474 * international/mule.el (decode-coding-inserted-region):
9475 Set buffer-undo-list in a correct and optimal way.
9476
9477 * progmodes/cperl-mode.el (cperl-find-bad-style): Use with-no-warnings.
9478 (cperl-font-lock-unfontify-region-function): No need to save and
9479 restore info, since font-lock.el does it for us.
9480
9481 * ansi-color.el (save-buffer-state): Definition deleted.
9482 (ansi-color-unfontify-region): Don't use save-buffer-state.
9483
9484 2004-12-27 Dave Love <fx@gnu.org>
9485
9486 * wid-edit.el (function): Use restricted-sexp as parent.
9487
9488 2004-12-27 Kevin Ryde <user42@zip.com.au>
9489
9490 * simple.el (next-matching-history-element): Use same
9491 `interactive' form as previous-matching-history-element.
9492
9493 * ffap.el (ffap-string-at-point-mode-alist): Add "*" to url chars,
9494 it can appear unencoded and has been seen from yahoo.
9495
9496 2004-12-27 Sergey Poznyakoff <gray@Mirddin.farlep.net> (tiny change)
9497
9498 * mail/smtpmail.el (smtpmail-try-auth-methods): Send AUTH CRAM-MD5
9499 in upper case. Reported by Wojciech Polak <polak@gnu.org>.
9500
9501 2004-12-27 Kenichi Handa <handa@m17n.org>
9502
9503 * international/utf-8.el (utf-translate-cjk-load-tables):
9504 Bind coding-system-for-read to nil while loading subst-*.
9505
9506 2004-12-26 Jay Belanger <belanger@truman.edu>
9507
9508 * calc/calc-store.el (calc-read-var-name): Remove "var-" from
9509 default input.
9510
9511 2004-12-26 Luc Teirlinck <teirllm@auburn.edu>
9512
9513 * buff-menu.el (Buffer-menu-revert-function): Clear out undo info
9514 before reverting and disable undo recording while reverting.
9515
9516 2004-12-26 Thien-Thi Nguyen <ttn@gnu.org>
9517
9518 * progmodes/hideshow.el (hs-set-up-overlay): New user var.
9519 (hs-make-overlay): New function.
9520 (hs-isearch-show-temporary): Handle `display' overlay prop specially.
9521 (hs-flag-region): Delete function.
9522 (hs-hide-comment-region): No longer use `hs-flag-region'.
9523 Instead, use `hs-discard-overlays' and `hs-make-overlay'.
9524 (hs-hide-block-at-point): Likewise.
9525 (hs-hide-level-recursive): Use `hs-discard-overlays'.
9526 (hs-hide-all, hs-show-all): Likewise.
9527 (hs-show-block): Likewise.
9528 Also, use overlay prop `hs-b-offset', not `hs-ofs'.
9529
9530 2004-12-24 Thien-Thi Nguyen <ttn@gnu.org>
9531
9532 * progmodes/hideshow.el: Require `cl' when compiling.
9533 Remove XEmacs and Emacs 19 compatibility.
9534 Use `dolist' and `add-to-list' for load-time actions.
9535 (hs-discard-overlays): Use `dolist'.
9536 (hs-show-block): Likewise.
9537
9538 2004-12-23 Dan Nicolaescu <dann@ics.uci.edu>
9539
9540 * faces.el (mode-line, mode-line-inactive): Use min-colors.
9541
9542 2004-12-23 Thien-Thi Nguyen <ttn@gnu.org>
9543
9544 * progmodes/hideshow.el (hs-inside-comment-p): Fix omission bug:
9545 When extending backwards, move outside the current comment first.
9546
9547 2004-12-22 Kenichi Handa <handa@m17n.org>
9548
9549 * international/quail.el (quail-start-translation): Fix prompt
9550 string for the case if input-method-use-echo-area being non-nil.
9551 (quail-start-conversion): Likewise.
9552 (quail-show-guidance): Don't show guidance if
9553 input-method-use-echo-area is non-nil.
9554
9555 2004-12-21 Richard M. Stallman <rms@gnu.org>
9556
9557 * textmodes/ispell.el (ispell-help): Bind resize-mini-windows.
9558
9559 2004-12-21 Markus Rost <rost@ias.edu>
9560
9561 * calendar/diary-lib.el (mark-diary-entries):
9562 Set mark-diary-entries-in-calendar only after checking for diary-file.
9563
9564 2004-12-21 Richard M. Stallman <rms@gnu.org>
9565
9566 * faces.el (escape-glyph): Use blue against light foreground.
9567
9568 * simple.el (undo-outer-limit-truncate): New function.
9569 (undo-outer-limit-function): Use undo-outer-limit-truncate.
9570
9571 2004-12-21 Eli Barzilay <eli@barzilay.org>
9572
9573 * calculator.el (calculator-radix-grouping-mode)
9574 (calculator-radix-grouping-digits)
9575 (calculator-radix-grouping-separator):
9576 New defcustoms for the new radix grouping mode functionality.
9577 (calculator-mode-hook): Now used in electric mode too,
9578 (calculator): Call it.
9579 (calculator-mode-map): Some new keys.
9580 (calculator-message): New function. Some new calls.
9581 (calculator-op, calculator-set-register): Use it.
9582 (calculator-string-to-number): New function, mostly moved and
9583 updated code from calculator-curnum-value.
9584 (calculator-curnum-value): Use it.
9585 (calculator-paste): Use it, and update grabbing the current-kill.
9586 (calculator-rotate-displayer)
9587 (calculator-rotate-displayer-back): Toggle digit grouping when
9588 in radix mode, use calculator-message.
9589 (calculator-displayer-prev, calculator-displayer-next):
9590 Change digit group size when in radix mode.
9591 (calculator-number-to-string): Rename from
9592 calculator-num-to-string. Now deals with digit grouping in
9593 radix mode.
9594 (calculator-update-display, calculator-put-value): Use the new name.
9595 (calculator-fact): Return a floating point number.
9596 (calculator-mode): Doc fix.
9597
9598 2004-12-20 Glenn Morris <gmorris@ast.cam.ac.uk>
9599
9600 * calendar/calendar.el (view-other-diary-entries): Add autoload.
9601 * calendar/diary-lib.el (view-other-diary-entries):
9602 Use current-prefix-arg in interactive spec.
9603
9604 2004-12-19 Jay Belanger <belanger@truman.edu>
9605
9606 * calc/calc-aent.el (calcAlg-blank-matching-open):
9607 Temporarily adjust the syntax of both delimiters of half-open intervals.
9608
9609 2004-12-19 Kim F. Storm <storm@cua.dk>
9610
9611 * mouse.el (mouse-1-click-follows-link): Doc fix.
9612
9613 2004-12-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9614
9615 * term/mac-win.el (encoding-vector, mac-font-encoder-list)
9616 (ccl-encode-mac-centraleurroman-font): Use centraleurroman
9617 instead of centraleuropean as the name
9618
9619 2004-12-17 Michael Albinus <michael.albinus@gmx.de>
9620
9621 Sync with Tramp 2.0.46.
9622
9623 * net/tramp.el (tramp-maybe-send-perl-script): Change order of
9624 parameters wrt Tramp convention.
9625 (tramp-handle-file-attributes-with-perl)
9626 (tramp-handle-directory-files-and-attributes): Apply it.
9627 (tramp-do-copy-or-rename-file-out-of-band): Check for existence of
9628 `copy-program'. Reported by Zack Weinberg
9629 <zack@codesourcery.com>.
9630 (top): Set `edebug-form-spec' property directly rather than
9631 calling `def-edebug-spec'.
9632
9633 * net/tramp-smb.el (tramp-smb-advice-PC-do-completion): Make the
9634 advice less fragile. Surround temporary redefinition of
9635 `substitute-in-file-name' with `unwind-protect'. Suggested by
9636 Matt Hodges <MPHodges@member.fsf.org>.
9637
9638 2004-12-17 Juri Linkov <juri@jurta.org>
9639
9640 * replace.el (occur-accumulate-lines, occur-engine):
9641 Make forcing deferred font-lock fontification jit-specific.
9642
9643 2004-12-17 Kim F. Storm <storm@cua.dk>
9644
9645 * mouse.el (mouse-1-click-follows-link): New defcustom.
9646 (mouse-on-link-p): New function.
9647 (mouse-drag-region-1): Implement mouse-1-click-follows-link
9648 functionality. Map a mouse-1 click event into a mouse-2 (or
9649 other) event when position is inside a link.
9650
9651 * tooltip.el (tooltip-show-help-function): Replace "mouse-2"
9652 prefix in tooltip text with "mouse-1" when this is a link
9653 recognized by mouse-1-click-follows-link functionality.
9654
9655 * help.el (describe-key): Report effective and original binding
9656 for mouse-1 when clicked on a link.
9657 (describe-mode): Add follow-link property to "minor-mode" button.
9658
9659 * help-fns.el (describe-variable): Add follow-link property to
9660 "below" button.
9661
9662 * help-mode.el (help-xref): Add follow-link property.
9663
9664 * apropos.el (apropos-symbol, apropos-function, apropos-macro)
9665 (apropos-command, apropos-variable, apropos-face, apropos-group)
9666 (apropos-widget, apropos-plist): Add follow-link property.
9667
9668 * pcvs-defs.el (cvs-mode-map): Map follow-link to a function which
9669 checks if position is in a filename, rather than some other
9670 clickable item. Function looks for cvs-filename-face at position.
9671
9672 * wid-edit.el (widget-specify-field, widget-specify-button):
9673 Map a :follow-link keyword into a follow-link property.
9674 (link): Add :follow-link keyword, map to RET binding.
9675
9676 * dired.el (dired-mode-map): Map follow-link to mouse-face.
9677
9678 * progmodes/compile.el (compilation-minor-mode-map)
9679 (compilation-button-map, compilation-mode-map): Likewise.
9680
9681 2004-12-17 Thien-Thi Nguyen <ttn@gnu.org>
9682
9683 * play/zone.el (zone): Init `line-spacing' from orig buffer.
9684 (zone-replace-char): Take `count' and `del-count'
9685 instead of `direction'. Update callers. When `del-count' is
9686 non-nil, delete that many characters, otherwise `count' characters
9687 backwards. Insert the newly-replaced string `count' times.
9688 (zone-fret): Handle chars w/ width greater than one.
9689 (zone-fall-through-ws): No longer take window width `ww'.
9690 Update callers. Add handling for `char-width' greater than one.
9691 (zone-pgm-drip): Update var holding window-end position every cycle.
9692
9693 2004-12-17 Andre Spiegel <spiegel@gnu.org>
9694
9695 * vc.el (vc-default-update-changelog): Use insert-file-contents,
9696 rather than insert-file.
9697
9698 2004-12-16 Jay Belanger <belanger@truman.edu>
9699
9700 * calc/calc-comb.el (var-RandSeed): Don't initially bind it.
9701 (math-init-random-base, math-random-digit): Check to see if
9702 var-RandSeed is bound.
9703 (math-random-last): Declare it.
9704 (math-random-digit): Don't make math-random-last local.
9705
9706 2004-12-16 Thien-Thi Nguyen <ttn@gnu.org>
9707
9708 * play/zone.el (zone): Fix omission bug: Use a self-disabling
9709 one-shot thunk for uniform (error, quit, normal) recovery.
9710 Reported by John Paul Wallington.
9711 (zone-pgm-random-life): Fix bug:
9712 Recognize empty initial field by lack of "@" chars.
9713
9714 2004-12-16 Juri Linkov <juri@jurta.org>
9715
9716 * help.el (function-called-at-point):
9717 * help-fns.el (variable-at-point): As a last resort try stripping
9718 non-word prefixes and suffixes.
9719
9720 * descr-text.el (describe-property-list): Don't treat syntax-table
9721 specially. Use describe-text-sexp which inserts [show] button
9722 for large objects and handles printing errors. Sort properties
9723 by names in alphabetical order instead of by value sizes.
9724 Add `mouse-face' to list of properties for `describe-face' widget.
9725 (describe-char): Mask out face-id from 19 bits of character.
9726 Print face-id separately.
9727
9728 * replace.el (occur-accumulate-lines, occur-engine):
9729 Fontify unfontified matching lines in the source buffer
9730 before copying them.
9731 (occur-engine): Don't put mouse-face on context lines.
9732 (occur-next-error): Set point to line beginning/end
9733 before searching for prev/next property to skip multiple
9734 matches on a line (not supported by occur engine).
9735 Remove redundant prefix-numeric-value.
9736
9737 2004-12-15 Juri Linkov <juri@jurta.org>
9738
9739 * replace.el (match): New face.
9740 (list-matching-lines-face): Change default from `bold' to `match'.
9741
9742 * progmodes/grep.el (grep-match-face): New defvar.
9743 (grep-mode-font-lock-keywords): Use grep-match-face instead of
9744 compilation-column-face to highlight grep matches.
9745
9746 * apropos.el (apropos-match-face): Change default from
9747 `secondary-selection' to `match'.
9748
9749 * info-look.el (info-lookup-highlight-face): Change default from
9750 `highlight' to `match'.
9751
9752 2004-12-15 Daniel Pfeiffer <occitan@esperanto.org>
9753
9754 * progmodes/executable.el (executable-interpret): Eliminate
9755 obsolete compile-internal, and switch to comint for interaction.
9756
9757 2004-12-15 J.D. Smith <jdsmith@as.arizona.edu>
9758
9759 * progmodes/idlwave.el (idlwave-skip-multi-commands): Don't match
9760 `&&' when skipping multiple statements on a line.
9761
9762 2004-12-15 Thien-Thi Nguyen <ttn@gnu.org>
9763
9764 * play/zone.el (zone): Set `truncate-lines'.
9765 Also, init `tab-width' with value from original buffer.
9766 (zone-shift-up): Rewrite for speed.
9767 (zone-shift-down, zone-shift-left, zone-shift-right): Likewise.
9768 (zone-pgm-jitter): Remove redundant entries from ops vector.
9769 (zone-exploding-remove): Reduce iteration count.
9770 (zone-cpos): Convert to defsubst.
9771 (zone-replace-char): New defsubst.
9772 (zone-park/sit-for): Likewise.
9773 (zone-fret): Take window-start arg.
9774 Update callers. Use `zone-park/sit-for'.
9775 (zone-fill-out-screen): Rewrite.
9776 (zone-fall-through-ws): Likewise. Update callers.
9777 (zone-pgm-drip): Use `zone-replace-char'.
9778 Move var inits before while-loop. Use `zone-park/sit-for'.
9779 (zone-pgm-random-life): Handle empty initial field.
9780 Use `zone-replace-char' and `zone-park/sit-for'.
9781
9782 2004-12-15 Juri Linkov <juri@jurta.org>
9783
9784 * isearch.el (isearch-update): Test isearch-lazy-highlight
9785 before calling isearch-lazy-highlight-new-loop.
9786 (isearch-lazy-highlight-new-loop):
9787 Don't test isearch-lazy-highlight.
9788
9789 * replace.el (perform-replace): Add isearch-case-fold-search.
9790 Use delimited-flag for isearch-regexp.
9791 Reset isearch-lazy-highlight-last-string to force lazy
9792 highlighting when called from isearch mode.
9793 (query-replace-highlight): Revert defcustom type to boolean.
9794 (query-replace-lazy-highlight): New defcustom.
9795 (query-replace): New face.
9796 (perform-replace, replace-highlight, replace-dehighlight):
9797 Test query-replace-lazy-highlight instead of special value
9798 `isearch' of query-replace-highlight.
9799 (replace-dehighlight): Don't call isearch-dehighlight.
9800 (replace-highlight): Don't call isearch-highlight.
9801 Use face `query-replace' unconditionally.
9802
9803 2004-12-14 Kim F. Storm <storm@cua.dk>
9804
9805 * simple.el (inhibit-mark-movement): Remove defvar.
9806 (beginning-of-buffer, end-of-buffer): Don't use it.
9807
9808 * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
9809 Don't use inhibit-mark-movement.
9810
9811 * emulation/cua-base.el (cua--preserve-mark-commands): Remove.
9812 (cua--undo-push-mark): Remove.
9813 (cua--pre-command-handler, cua--post-command-handler):
9814 Don't fiddle with inhibit-mark-movement.
9815
9816 2004-12-14 Juri Linkov <juri@jurta.org>
9817
9818 * buff-menu.el (list-buffers-noselect): Collect internal info
9819 for every buffer in BUFFER-LIST arg too.
9820 (Buffer-menu-switch-other-window): Bind pop-up-windows to t.
9821 (Buffer-menu-switch-other-window, Buffer-menu-2-window):
9822 Bind same-window-buffer-names and same-window-regexps to nil.
9823
9824 2004-12-13 Juri Linkov <juri@jurta.org>
9825
9826 * simple.el (next-error-buffer-p, next-error-find-buffer): Doc fix.
9827
9828 * mail/supercite.el (sc-cite-frame-alist): Doc fix.
9829 (sc-cite-region, sc-uncite-region, sc-recite-region):
9830 Fix previous change to handle not alist as a symbol, but
9831 a citation frame as a symbol that represents a variable name.
9832
9833 2004-12-13 Richard M. Stallman <rms@gnu.org>
9834
9835 * filecache.el (file-cache-add-directory-using-find):
9836 Only set up file-cache-find-command-posix-flag if we will use it.
9837
9838 * bindings.el (mode-line-buffer-identification-keymap):
9839 Don't cancel the mode-line's usual down-mouse-1 binding.
9840
9841 * cus-edit.el (custom-face-selected): Handle `default' specs.
9842 (custom-face-edit): Increase extra-offset.
9843 (custom-display): Handle `default' specs.
9844
9845 * xml.el (xml-name-re, xml-entity-value-re): Add defvars.
9846
9847 * emacs-lisp/elint.el (elint-standard-variables)
9848 (elint-unknown-builtin-args): Move definitions up.
9849
9850 * net/browse-url.el (browse-url-url-at-point): Add autoload.
9851
9852 * info.el (info-xref-visited): Use `default' instead of t.
9853 (Info-try-follow-nearest-node): Don't explicitly load browse-url.
9854
9855 * faces.el (header-line, mode-line-inactive, tool-bar):
9856 Use `default' instead of t for setting the defaults.
9857 (face-spec-choose): Separate `t' from `default'.
9858
9859 * subr.el (while-no-input): New macro.
9860
9861 2004-12-13 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE> (tiny change)
9862
9863 * filecache.el (file-cache-add-directory-using-find):
9864 Only test file-cache-find-command-posix-flag on some systems.
9865
9866 2004-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
9867
9868 * vc-svn.el (vc-svn-repository-hostname): Adjust to new format.
9869 Reported by Ville Skytt\e,Ad\e(B <scop@xemacs.org>.
9870 (vc-svn-annotate-current-time, vc-svn-annotate-time-of-rev)
9871 (vc-svn-annotate-time, vc-svn-annotate-extract-revision-at-line)
9872 (vc-svn-annotate-command, vc-svn-annotate-re): Support for svn annotate.
9873
9874 2004-12-12 Juri Linkov <juri@jurta.org>
9875
9876 * files.el (find-file-other-window, find-file-other-frame):
9877 Add the first buffer to the returned value to return the complete
9878 list of all visited buffers.
9879 (find-file-read-only, find-file-read-only-other-window)
9880 (find-file-read-only-other-frame): Use nil for `mustmatch' arg of
9881 `find-file-read-args'. Signal an error about non-existent file
9882 only if file name doesn't contain wildcards. Toggle read-only in
9883 all visited buffers.
9884 (find-alternate-file, find-alternate-file-other-window):
9885 Add optional arg `wildcards'. Doc fix. Set `wildcards' to t when
9886 called interactively. Pass arg `wildcards' to other functions.
9887 (find-file-noselect): Doc fix.
9888
9889 * ffap.el (ffap-dired-wildcards): Set default to "[*?][^/]*\\'".
9890 Doc fix.
9891 (ffap-directory-finder): New variable.
9892 (ffap-string-at-point-mode-alist): Add * and ? to `file'.
9893 (ffap-file-at-point): Add /* to immediately rejected names.
9894 Return absolute file names matching ffap-dired-wildcards.
9895 (ffap-read-file-or-url): Set default value for `completing-read'
9896 to `buffer-file-name'.
9897 (find-file-at-point): When filename matches ffap-dired-wildcards,
9898 call ffap-file-finder with t arg `wildcards', instead of dired.
9899 (ffap-other-window, ffap-other-frame): Return visited buffers.
9900 (ffap-read-only, ffap-read-only-other-window)
9901 (ffap-read-only-other-frame, ffap-alternate-file): New commands.
9902 (dired-at-point): Call ffap-directory-finder instead of dired.
9903 (ffap-dired-other-window, ffap-dired-other-frame)
9904 (ffap-list-directory): New commands.
9905 (ffap-bindings): New keybindings for new commands.
9906
9907 2004-12-12 Juri Linkov <juri@jurta.org>
9908
9909 * simple.el (beginning-of-buffer, end-of-buffer):
9910 * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
9911 Do not push mark when mark is active in transient-mark-mode.
9912
9913 * simple.el (mark-word):
9914 * emacs-lisp/lisp.el (mark-sexp, mark-defun):
9915 * textmodes/paragraphs.el (mark-paragraph):
9916 Extend the region when mark is active in transient-mark-mode,
9917 regardless of the last command. Doc fix.
9918
9919 * simple.el (mark-word): Preserve direction when repeating.
9920 Make arg optional. Interactive "p" -> "P".
9921 (transient-mark-mode, inhibit-mark-movement): Doc fix.
9922
9923 * emacs-lisp/lisp.el (mark-sexp): Reverse the condition for
9924 preserving direction, to mark forward instead of backward when mark
9925 is equal to point (e.g. when C-SPC C-M-SPC is typed in t-m-m).
9926
9927 2004-12-12 Juri Linkov <juri@jurta.org>
9928
9929 * isearch.el (isearch-edit-string): Set 7th arg of
9930 `read-from-minibuffer' to `t' to inherit the current input
9931 method (whose name is indicated by [IM] in the minibuffer prompt)
9932 from the current buffer to the minibuffer.
9933 (isearch-lazy-highlight-update): Put body to `with-local-quit'
9934 to allow C-g quitting for lazy highlighting looping inside the
9935 search with nested repetition operators. Add overlay to the list
9936 before setting its face and other properties to avoid the case of
9937 code quitting after placing the new overlay but before it's
9938 recorded on the list. Select the window where isearch was
9939 activated, to highlight matches in the right window when isearch
9940 switches the current window to the minibuffer.
9941
9942 * international/isearch-x.el
9943 (isearch-process-search-multibyte-characters):
9944 Use `isearch-message' as initial input for `read-string' instead
9945 of adding it to the minibuffer prompt. After reading a string
9946 remove the initial value of `isearch-message' from the string.
9947
9948 * replace.el (replace-match-maybe-edit): Doc fix.
9949 (perform-replace): Don't call `replace-highlight' when automatic
9950 replacement is requested in literal mode, since it is intended
9951 only to highlight words during entering a new replacement string
9952 for \? in non-literal mode.
9953
9954 * replace.el (query-replace-highlight): Add new value `isearch'
9955 that allows query replacement to use isearch highlighting.
9956 Change type from `boolean' to `choice'. Doc fix.
9957 (replace-highlight, replace-dehighlight, perform-replace):
9958 Use isearch highlighting if query-replace-highlight eq `isearch'.
9959
9960 2004-12-11 Stefan Monnier <monnier@iro.umontreal.ca>
9961
9962 * emacs-lisp/checkdoc.el (checkdoc-continue, checkdoc-comments)
9963 (checkdoc-message-text, checkdoc-defun): Fix format messages for `error'.
9964
9965 * textmodes/tex-mode.el (latex-backward-sexp-1): Handle the special
9966 case of \end{verbatim}.
9967
9968 2004-12-11 Dan Nicolaescu <dann@ics.uci.edu>
9969
9970 * term.el (term-termcap-format): Synchronize with terminfo.
9971 (term-emulate-terminal): Handle reset.
9972 (term-reset-terminal): New function.
9973
9974 2004-12-11 Thien-Thi Nguyen <ttn@gnu.org>
9975
9976 * play/zone.el (zone-programs): Add `zone-pgm-random-life'.
9977 (zone-fill-out-screen): New func.
9978 (zone-pgm-drip): Use `zone-fill-out-screen'.
9979 Also, no longer go to point-min on every cycle.
9980 (zone-pgm-paragraph-spaz): Allow spazzing for texinfo-mode.
9981 (zone-pgm-random-life-wait): New user var.
9982 (zone-pgm-random-life): New func.
9983
9984 2004-12-10 Thien-Thi Nguyen <ttn@gnu.org>
9985
9986 * files.el (auto-mode-alist): Map .com to DCL mode.
9987
9988 2004-12-09 Richard M. Stallman <rms@gnu.org>
9989
9990 * isearch.el (isearch-mode-map): Treat S-SPC like SPC.
9991
9992 2004-12-09 Nick Roberts <nickrob@snap.net.nz>
9993
9994 * xt-mouse.el (xterm-mouse-event): Correct cursor position in a
9995 buffer with a display margin.
9996
9997 2004-12-08 Jay Belanger <belanger@truman.edu>
9998
9999 * calc/calc-keypd.el (calc-keypad-mode): Unbind unused mouse events.
10000 (calc-keypad-left-click): Set buffer to calc-keymap-buffer.
10001
10002 2004-12-08 Richard M. Stallman <rms@gnu.org>
10003
10004 * faces.el: Delete code to set display table.
10005 (escape-glyph): Redefine to be less loud. (Copy minibuffer-prompt.)
10006
10007 2004-12-08 Jay Belanger <belanger@truman.edu>
10008
10009 * calc/calc.el: Add math-read-preprocess-string to autoloads.
10010
10011 * calc/calc-ext.el (math-read-replacement-list)
10012 (math-read-superscripts, math-read-preprocess-string): Move to
10013 calc-aent.el.
10014
10015 * calc/calc-aent.el (math-read-replacement-list)
10016 (math-read-superscripts, math-read-preprocess-string): Move from
10017 calc-ext.el.
10018
10019 2004-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
10020
10021 * isearch.el (isearch-quote-char): Fix up typo in last change.
10022
10023 2004-12-07 Luc Teirlinck <teirllm@auburn.edu>
10024
10025 * mouse.el (mouse-set-font): Handle the case where the command was
10026 not invoked using the mouse.
10027
10028 * edmacro.el: `edit-kbd-macro' is now bound to `C-x C-k e'.
10029 (edmacro-finish-edit): Further update for keyboard macros that are
10030 lambda forms.
10031 (edmacro-sanitize-for-string): Correctly remove Meta modifier.
10032
10033 2004-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
10034
10035 * font-lock.el (font-lock-unfontify-region): Save buffer state.
10036 (font-lock-default-unfontify-region): Don't save buffer state any more.
10037
10038 2004-12-07 Jay Belanger <belanger@truman.edu>
10039
10040 * calc/calc-help.el (calc-describe-key):
10041 Set calc-summary-indentation even when Calc Summary buffer exists.
10042
10043 2004-12-07 Glenn Morris <gmorris@ast.cam.ac.uk>
10044
10045 * calendar/holidays.el (holiday-easter-etc): Make arguments
10046 optional for backwards compatibility. Doc fix.
10047 Remove un-necessary local vars mandatory, output-list.
10048 (holiday-advent): Make arguments optional for backwards
10049 compatibility. Doc fix.
10050
10051 2004-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
10052
10053 * paren.el (show-paren-function): Fix last change (2004-12-02).
10054
10055 * international/mule-util.el (char-displayable-p): Return nil for
10056 unibyte mode.
10057
10058 * subr.el (subregexp-context-p): New function.
10059
10060 * isearch.el (isearch-quote-char): Use it.
10061
10062 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Use it.
10063 (regexp-opt-not-groupie*-re): Remove.
10064 (regexp-opt): Properly handle inputs with duplicate entries.
10065
10066 2004-12-06 Richard M. Stallman <rms@gnu.org>
10067
10068 * info-look.el (info-lookup-maybe-add-help cfengine-mode): Regexp typo.
10069
10070 * cus-edit.el (custom-file): Doc fix.
10071
10072 * textmodes/org.el: New file.
10073
10074 2004-12-06 Kenichi Handa <handa@m17n.org>
10075
10076 * ldefs-boot.el: Update international/mule-util.el section.
10077
10078 2004-12-05 Sam Steingold <sds@gnu.org>
10079
10080 * net/tramp.el (tramp-handle-file-accessible-directory-p):
10081 Fix `tramp-time-diff' comparison logic.
10082
10083 2004-12-05 Paul Pogonyshev <pogonyshev@gmx.net>
10084
10085 * progmodes/which-func.el (which-function):
10086 Use `run-hook-with-args-until-success' instead of a custom loop.
10087 Fixes bug with local hooks.
10088
10089 2004-12-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
10090
10091 * textmodes/bibtex.el (bibtex-font-lock-url-regexp):
10092 Use delete-dups when calculating the initial value.
10093 (bibtex-autokey-get-title): Use <=.
10094 (bibtex-goto-line): New function.
10095 (bibtex-reposition-window): Use line numbers instead of point
10096 positions. Use window-body-height.
10097 (bibtex-find-crossref): Use bibtex-reposition-window.
10098 (bibtex-find-entry): Use bibtex-reposition-window. Always return
10099 position of entry if key is found or nil if not found.
10100
10101 2004-12-05 Richard M. Stallman <rms@gnu.org>
10102
10103 * cus-edit.el (custom-file): Doc fix.
10104
10105 * progmodes/sh-script.el (sh-indent-for-then): Change default.
10106
10107 2004-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
10108
10109 * simple.el (blink-matching-open):
10110 * textmodes/tex-mode.el (tex-validate-region):
10111 Obey syntax-table text properties.
10112
10113 2004-12-02 Per Abrahamsen <abraham@dina.kvl.dk>
10114
10115 * wid-edit.el (widget-specify-field): Add `real-field' property to
10116 boundary.
10117 (widget-field-at): Use it.
10118
10119 2004-12-02 Richard M. Stallman <rms@gnu.org>
10120
10121 * progmodes/cc-mode.el (awk-mode autoload):
10122 Supply t meaning interactive function.
10123
10124 * isearch.el (search-whitespace-regexp): Remove the group. Doc fix.
10125 (isearch-mode-map): No special definition for space.
10126 (isearch-whitespace-chars): Command deleted.
10127 (isearch-forward-regexp): Doc fix.
10128 (isearch-quote-char): When a space is not inside brackets,
10129 use `[ ]' instead of just space.
10130 (isearch-lazy-highlight-search): Bind search-spaces-regexp.
10131
10132 * imenu.el (imenu--generic-function): Delete code to exclude
10133 matches in comments.
10134
10135 * man.el (Man-reverse-face): Change default to `highlight'.
10136
10137 * replace.el (occur-1): Specify t for KEEP-PROPS to occur-engine.
10138 (occur-engine): Use `face' prop rather than `font-lock-face'
10139 when specifying use of `match-face'.
10140 (occur-accumulate-lines): Change arg from NO-PROPS to KEEP-PROPS.
10141
10142 * emacs-lisp/elint.el (elint-standard-variables): Update list.
10143
10144 * add-log.el (add-log-current-defun): Handle the case where point
10145 is in the header part of a DEFUN construct.
10146
10147 2004-12-02 Dave Love <fx@gnu.org>
10148
10149 * progmodes/python.el (python-font-lock-syntactic-keywords):
10150 Fix previous change.
10151
10152 2004-12-02 Richard G Bielawski <Richard.G.Bielawski@wellsfargo.com> (tiny change)
10153
10154 * paren.el (show-paren-function): Check for matching chars
10155 specified by text props.
10156
10157 2004-12-02 Jay Belanger <belanger@truman.edu>
10158
10159 * calc/calc.el (calc-read-key-sequence): Leave the old message visible
10160 when reading a new key sequence.
10161
10162 2004-12-02 Kim F. Storm <storm@cua.dk>
10163
10164 * faces.el (escape-glyph): Rename from glyph.
10165 (standard-display-table): Set it here. Add escape-glyph face to
10166 extra slot characters.
10167
10168 * disp-table.el: Undo 2004-12-01 change. Display table is now
10169 setup in faces.el.
10170
10171 2004-12-02 Mark A. Hershberger <mah@everybody.org>
10172
10173 * xml.el (xml-parse-dtd): Don't show validity messages when
10174 xml-validating-parser is nil.
10175 (xml-substitute-special): Fix validity error messages to
10176 actually show the unexpandable entity. Added validity error if &
10177 isn't followed by an entity.
10178 (xml-parse-tag): Concatenate any string following the a
10179 <![CDATA[]]> section to the parsed CDATA.
10180 (xml-parse-dtd): Skip parameter entity declarations and use of
10181 parameter entities.
10182
10183 2004-12-01 Luc Teirlinck <teirllm@auburn.edu>
10184
10185 * kmacro.el (kmacro-default-counter-format): New var.
10186 (kmacro-set-format): Use it. Delete `(printf format)' from prompt.
10187 (kmacro-display): Remove `nil' from `and' form. Delete call to
10188 `format' inside `message'.
10189 (kmacro-start-macro): Use `kmacro-default-counter-format'.
10190
10191 2004-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
10192
10193 * pcvs.el (cvs-header-msg): New function.
10194 (cvs-update-header): Use it. Change calling convention.
10195 Correctly handle the case of having simultaneous active processes.
10196 (cvs-sentinel): Don't call cvs-update-header any more.
10197 (cvs-mode-run): Update call and add cvs-update-header to postproc.
10198
10199 2004-12-01 Jay Belanger <belanger@truman.edu>
10200
10201 * calc/calc-ext.el (calc-inverse, calc-hyperbolic):
10202 Change message.
10203
10204 2004-12-01 Juri Linkov <juri@jurta.org>
10205
10206 * progmodes/prolog.el (prolog-mode-variables):
10207 Fix imenu-generic-expression.
10208
10209 2004-12-01 Daniel Pfeiffer <occitan@esperanto.org>
10210
10211 * faces.el (glyph): New face.
10212
10213 * disp-table.el: Add an autoloaded table, that doesn't require
10214 this library, with glyph face.
10215
10216 * textmodes/conf-mode.el (conf-ppd-mode-syntax-table): New var.
10217 (conf-ppd-mode): New conf-mode wrapper for printer descriptions.
10218 (conf-quote-normal): Allow normalizing only ' or ".
10219 (conf-mode): Regexp-quote constructed comment-start and don't
10220 match section {} where "name" contains braces.
10221
10222 * files.el (auto-mode-alist): Add conf-ppd-mode, inittab and acpid
10223 files.
10224
10225 2004-12-01 Kenichi Handa <handa@m17n.org>
10226
10227 * term/x-win.el (x-last-selected-text-cut-encoded): New variable.
10228 (x-select-text): Don't treat eight-bit-control/graphic chars
10229 specially. Store the encoded text in the X cut buffer.
10230 (x-cut-buffer-or-selection-value): Compare the X cut buffer text
10231 with x-last-selected-text-cut-encoded.
10232
10233 2004-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
10234
10235 * man.el (Man-fontify-manpage): Improve handling of ANSI escapes.
10236
10237 2004-11-30 Markus Rost <rost@ias.edu>
10238
10239 * textmodes/tex-mode.el (tex-main-file): Add a compatibility with
10240 AUCTeX.
10241
10242 2004-11-30 Jay Belanger <belanger@truman.edu>
10243
10244 * calc/calc-arith.el (math-possible-signs): Made stronger checks
10245 on signs of intervals.
10246 (math-pow-of-zero): Strengthen checks for positive and negative
10247 exponents.
10248
10249 * calc/calc-aent.el, calc/calc-alg.el, calc/calc-arith.el
10250 * calc/calc-bin.el, calc/calc-comb.el, calc/calc-cplx.el
10251 * calc/calc-embed.el, calc/calc-fin.el, calc/calc-forms.el
10252 * calc/calc-frac.el, calc/calc-funcs.el, calc/calc-graph.el
10253 * calc/calc-help.el, calc/calc-incom.el, calc/calc-keypd.el
10254 * calc/calc-lang.el, calc/calc-map.el, calc/calc-math.el
10255 * calc/calc-misc.el, calc/calc-mode.el, calc/calc-mtx.el
10256 * calc/calc-poly.el, calc/calc-prog.el, calc/calc-rewr.el
10257 * calc/calc-rules.el, calc/calc-sel.el, calc/calc-stat.el
10258 * calc/calc-store.el, calc/calc-stuff.el, calc/calc-trail.el
10259 * calc/calc-undo.el, calc/calc-units.el, calc/calc-vec.el
10260 * calc/calc-yank.el, calc/calcalg2.el, calc/calcalg3.el
10261 * calc/calccomp.el, calc/calcsel2.el: Replace dummy autoloaded functions
10262 with provide statements.
10263
10264 * calc/calc-alg.el (math-defsimplify): Move from calc-ext.el.
10265
10266 * calc/calc-embed.el (calc-do-embedded-activate): Remove from autoloads.
10267
10268 * calc/calc-ext.el: Remove dummy autoloading functions from autoloads.
10269 (calc-load-everything, math-defsimplify): Replace dummy autoloading
10270 functions by require statements.
10271 (math-defsimplify): Move to calc-alg.el, add to autoloads.
10272
10273 * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
10274 (calc-gnuplot-print): Give them values.
10275
10276 * calc/calc.el: Remove calc-Need-calc-aent and calc-Need-calc-misc from
10277 autoloads.
10278 Add calc-do-embedded-activate to autoloads.
10279 (calc-gnuplot-name, calc-gnuplot-plot-command)
10280 (calc-gnuplot-print-command): Move them to calc-graph.el.
10281
10282 2004-11-30 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10283
10284 * term/mac-win.el (ccl-encode-mac-roman-font)
10285 (ccl-encode-mac-cyrillic-font)
10286 (ccl-encode-mac-centraleuropean-font, encoder-list)
10287 (fontset-add-mac-fonts, create-fontset-from-mac-roman-font):
10288 Support Cyrillic, CentralEuropean, and Dingbat font display
10289
10290 2004-11-30 Andre Spiegel <spiegel@gnu.org>
10291
10292 * vc-hooks.el (vc-recompute-state): Move here from vc.el.
10293
10294 * vc-cvs.el (vc-cvs-state): Handle the case where vc-state is
10295 still nil.
10296
10297 2004-11-29 Luc Teirlinck <teirllm@auburn.edu>
10298
10299 * emulation/tpu-edt.el (tpu-help-keypad-map, tpu-help-text)
10300 (tpu-word-separator-list, tpu-skip-chars): defconst->defvar.
10301
10302 2004-11-29 Jay Belanger <belanger@truman.edu>
10303
10304 * calc/calc-arith.el (math-pow-of-zero): Take into account different
10305 cases of the base and exponent.
10306
10307 2004-11-26 Teodor Zlatanov <tzz@lifelogs.com>
10308
10309 * simple.el (next-error-buffer-p): Allow for inclusive and
10310 exclusive tests for finding a buffer.
10311 (next-error-find-buffer): Pass the exclusive and inclusive tests
10312 to next-error-buffer-p.
10313
10314 * replace.el (occur-next-error): Switch to the Occur buffer when
10315 appropriate, use the exclusive filter to next-error-find-buffer to
10316 do it. Use the absolute value of the motion amount.
10317
10318 2004-11-29 Kenichi Handa <handa@m17n.org>
10319
10320 * startup.el (command-line): Decode all default-directory by
10321 locale-coding-system.
10322
10323 2004-11-29 Jay Belanger <belanger@truman.edu>
10324
10325 * calc/calc-aent.el: Remove unnecessary eval-when-compile.
10326 (calc-do-quick-calc, calc-do-calc-eval, calc-alg-entry)
10327 (math-read-expr-level, calc-check-user-syntax, math-read-factor):
10328 Replace calls to calc-extensions by appropriate require, replace
10329 calc-extensions-loaded by appropriate featurep.
10330
10331 * calc/calc-ext.el: Move require to end of file.
10332 Remove redundant loading of calc.el.
10333 (calc-extensions-loaded): Remove unnecessary variable.
10334 (calc-extensions): Remove unnecessary function.
10335 (calc-load-everything): Replace calc-need-macros by appropriate require.
10336
10337 * calc/calc-macs.el: Move provide to end of file.
10338 (calc-need-macros): Remove unnecessary function.
10339
10340 * calc/calc-misc.el (calc-do-handle-whys, calc-last-args-stub)
10341 (calc-missing-key, calc-shift-Y-prefix-help, math-concat)
10342 (math-trunc, math-floor, calcFunc-inv, math-mod, math-pow):
10343 Replace calc-extensions by appropriate require.
10344 (calc-power): Replace calc-extensions-loaded by appropriate featurep.
10345
10346 * calc/calc-prog.el (calc-user-define-formula, calc-do-defmath):
10347 Replace calc-need-macros by appropriate require.
10348
10349 * calc/calc.el: Move require to end of file.
10350 (calc-info-filename, calc-autoload-directory, calc-extensions-loaded):
10351 Remove unnecessary variable.
10352 (calc-do-dispatch, calc-mode, calc-check-defines, calc-create-buffer)
10353 (calc, calc-keypad, full-calc-keypad, calc-do, calc-normalize)
10354 (calc-binary-op, calc-unary-op, calcDigit-start, calcDigit-key)
10355 (math-normalize, math-add, math-mul, math-div, math-format-stack-value)
10356 (math-stack-value-offset, math-format-value, math-format-flat-expr)
10357 (math-format-number, math-format-bignum, math-read-number)
10358 (calc-grab-region, calc-grab-rectangle, calc-grab-sum-down)
10359 (calc-grab-sum-across, calc-embedded, defmath): Replace calc-extensions
10360 by appropriate require.
10361 (calc-check-defines): Replace calc-need-macros by appropriate require.
10362
10363 2004-11-29 Kim F. Storm <storm@cua.dk>
10364
10365 * macros.el (insert-kbd-macro): Handle kmacro functions.
10366
10367 2004-11-28 Juri Linkov <juri@jurta.org>
10368
10369 * compare-w.el (compare-windows-highlight): Attach each overlay
10370 to its window to properly highlight differences while comparing
10371 two windows of the same buffer. Fix arguments.
10372 (compare-windows-sync-default-function): Fix arguments of
10373 `compare-windows-highlight'.
10374
10375 * emacs-lisp/edebug.el (edebug-set-global-break-condition):
10376 Use `read-expression-history'. Set initial contents only if
10377 `edebug-global-break-condition' is non-nil. Set histpos to 1
10378 if initial contents is equal to the last history element.
10379 (edebug-set-conditional-breakpoint): Instead of temporarily
10380 prepending the current condition to the history, set initial
10381 contents to the current condition. Set histpos to 1 if initial
10382 contents is equal to the last history element.
10383
10384 * info.el (Info-search-whitespace-regexp): Remove shy group.
10385 (Info-search): Forward line if search is on the header line.
10386 Use search-whitespace-regexp in two other places.
10387
10388 2004-11-27 Luc Teirlinck <teirllm@auburn.edu>
10389
10390 * fringe.el (fringe-indicators): Add fake defvar to avoid compiler
10391 warning. Delay real definition, which uses
10392 `set-fringe-indicators-1' till after the definition of that function.
10393
10394 2004-11-28 Kim F. Storm <storm@cua.dk>
10395
10396 * fringe.el (fringe): New defgroup.
10397 (fringe-mode): Move to fringe group.
10398 (fringe-indicators): New defcustom.
10399 (set-fringe-indicators-1): New defun.
10400
10401 * menu-bar.el (menu-bar-options-save): Add fringe-indicators.
10402 (menu-bar-showhide-fringe-ind-menu): New keymap.
10403 (menu-bar-showhide-fringe-ind-empty)
10404 (menu-bar-showhide-fringe-ind-mixed)
10405 (menu-bar-showhide-fringe-ind-box)
10406 (menu-bar-showhide-fringe-ind-right)
10407 (menu-bar-showhide-fringe-ind-left)
10408 (menu-bar-showhide-fringe-ind-none): New defuns.
10409 (menu-bar-showhide-fringe-menu): Add "Indicators" sub-menu.
10410
10411 2004-11-27 Richard M. Stallman <rms@gnu.org>
10412
10413 * comint.el (comint-read-noecho): Add trivial compatibility definition.
10414
10415 * generic.el (define-generic-mode): Doc fix.
10416
10417 * menu-bar.el (menu-bar-options-save): For the options
10418 that are toggled with menu-bar-make-mm-toggle, don't check
10419 for customized-value prop.
10420
10421 2004-11-27 Eli Zaretskii <eliz@gnu.org>
10422
10423 * mail/supercite.el (sc-cite-region): Handle the case where
10424 sc-cite-frame-alist is a symbol.
10425 (sc-uncite-region): Handle the case where sc-uncite-frame-alist is
10426 a symbol.
10427 (sc-recite-region): Handle the case where sc-recite-frame-alist is
10428 a symbol.
10429
10430 2004-11-27 Arne J\e,Ax\e(Brgensen <arne@arnested.dk> (tiny change)
10431
10432 * wid-edit.el (widget-narrow-to-field): New function.
10433 (widget-complete): Use it.
10434
10435 2004-11-27 Jay Belanger <belanger@truman.edu>
10436
10437 * calc/calc-aent.el (calc-eval-error): Declare and initialize the
10438 variable.
10439 (calc-eval-error): Don't check if the variable calc-eval-error is bound.
10440 (calc-buffer, calc-digit-value, math-expr-data): Declare them.
10441 (math-alg-inequalities): Move declaration to earlier in the file.
10442
10443 * calc/calc-ext.el (calc-command-flags, calc-gnuplot-buffer)
10444 (calc-gnuplot-input, math-normalize-a, math-integral-cache):
10445 Declare them.
10446
10447 * calc/calc-lang.el (math-expr-data, math-expr-token)
10448 (math-exp-old-pos): Declare them.
10449
10450 * calc/calc-vec.el (math-exp-pos, math-exp-str, math-exp-old-pos)
10451 (math-exp-token, math-exp-keep-spaces, math-expr-data): Declare them.
10452
10453 2004-11-27 Kim F. Storm <storm@cua.dk>
10454
10455 * progmodes/flymake.el: Use (featurep 'xemacs).
10456 (flymake-makehash): Change to defsubst. Use fboundp.
10457 (flymake-time-to-float): Remove.
10458 (flymake-float-time): Merge code from flymake-time-to-float here.
10459 (flymake-replace-regexp-in-string): Change to defsubst.
10460 (flymake-split-string-remove-empty-edges):
10461 Rename to flymake-split-string.
10462 (flymake-split-string): Remove previous defalias.
10463 (flymake-get-temp-dir): Change to defsubst.
10464 (flymake-make-xemacs-menu, flymake-xemacs-window-edges):
10465 Define for xemacs only.
10466 (flymake-master-file-count-limit): Change into compiler defvar only.
10467 (flymake-find-possible-master-files): Let-bind it dynamically while
10468 sorting files using flymake-master-file-compare.
10469
10470 2004-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
10471
10472 * font-lock.el (font-lock-compile-keywords): Don't complain if the end
10473 of defun-prompt-regexp matches inside a comment/string but the
10474 beginning is correctly outside everything.
10475
10476 * progmodes/tcl.el (tcl-omit-ws-regexp): Avoid the case where { or [
10477 appears within a string or a comment.
10478
10479 * emacs-lisp/cl-macs.el (cl-parse-loop-clause, labels): Use gensym
10480 rather than make-symbol for symbols which are used in
10481 a symbol-macrolet or equivalent.
10482
10483 2004-11-26 Jay Belanger <belanger@truman.edu>
10484
10485 * calc-misc.el (calc-last-why-command): Declare it.
10486
10487 * calc-vec.el (math-grade-vec): New variable.
10488 (calcFunc-grade, calcFunc-rgrade, math-grade-beforep):
10489 Replace variable grade-vec by declared variable.
10490 (math-rb-close): New variable.
10491 (math-read-brackets, math-read-vector): Replace variable close by
10492 declared variable.
10493
10494 * calc/calc-yank.el (calc-original-buffer, calc-return-buffer)
10495 (calc-one-window, calc-edit-handler, calc-restore-trail)
10496 (calc-allow-ret): Declare them.
10497
10498 * calc/calc-stuff.el (calc-flush-caches): Remove unnecessary variables.
10499 (math-lud-cache, math-log2-cache, math-radix-digits-cache)
10500 (math-radix-float-cache-tag, math-random-cache)
10501 (math-max-digits-cache, math-integral-cache, math-units-table)
10502 (math-format-date-cache, math-holidays-cache-tag): Declare them.
10503 (math-moc-func): New variable.
10504 (math-map-over-constants, math-map-over-constants-rec):
10505 Replace variable func by declared variable.
10506
10507 * calc/calc-store.el (calc-given-value, calc-store-opers):
10508 Declare them.
10509 (calc-var-name-map): Move declaration to earlier in the file.
10510 (calc-pv-pos): New variable.
10511 (calc-permanent-variable, calc-insert-permanent-variable):
10512 Replace variable pos by declared variable.
10513
10514 * calc/calc-mtx.el (calc-det-lu): New variable.
10515 (math-det-raw, math-det-step): Replace variable lu by declared variable.
10516
10517 * calc/calc-map.el (math-ms-temp, math-ms-args): New variables.
10518 (math-multi-subst, math-multi-subst-rec): Replace variables temp
10519 and arg by declared variables.
10520 (calcFunc-reducer): Fix incorrect variable.
10521 (math-inner-mul-func, math-inner-add-func): New variables.
10522 (calcFunc-inner, math-inner-mats): Replace variables mul-func
10523 and add-func by declared variables.
10524
10525 * calc/calc-incom.el (calc-prev-char, calc-prev-prev-char)
10526 (calc-digit-value): Declare them.
10527
10528 * calc/calc-help.el (Info-history): Declare it.
10529 (calc-describe-key): Make calc-summary-indentation a local variable.
10530 (calc-help-long-names): Move declaration to earlier in file.
10531
10532 * calc/calc-embed.el (calc-original-buffer): Declare it.
10533 (calc-embed-outer-top, calc-embed-outer-bot, calc-embed-top)
10534 (calc-embed-bot): New variables.
10535 (calc-do-embedded, calc-embedded-mark-formula)
10536 (calc-embedded-find-bounds, calc-embedded-duplicate)
10537 (calc-embedded-new-formula, calc-embedded-make-info):
10538 Replace vars outer-top, outer-bot, bot and top by declared variables.
10539 (calc-embed-prev-modes): New variable.
10540 (calc-embedded-set-modes, calc-embedded-update): Replace variable
10541 prev-modes with declared variable.
10542 (calc-embed-vars-used): New variable.
10543 (calc-embedded-make-info, calc-embedded-evaluate-expr)
10544 (calc-embedded-update, calc-embedded-find-vars): Replace variable
10545 vars-used by declared variable.
10546
10547 * calc/calc-bin.el (math-format-radix-float): Make pos a local variable.
10548 (math-format-radix-float): Remove unnecessary setq.
10549 (math-radix-float-cache): Declare it.
10550
10551 * calc/calcsel2.el (calc-keep-selection): Declare it.
10552
10553 * calc/calc-maint.el: Remove file.
10554
10555 2004-11-26 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
10556
10557 * textmodes/bibtex.el (bibtex-sort-entry-class)
10558 (bibtex-comment-start): Use defcustom.
10559 (bibtex-entry-field-alist): Use nil if initial content of the
10560 field is undefined. Fix docstring.
10561 (bibtex-parse-keys-timeout, bibtex-autokey-additional-names)
10562 (bibtex-generate-autokey, bibtex-parse-buffers-stealthily)
10563 (bibtex-mode, bibtex-field-list, bibtex-entry-updat)
10564 (bibtex-autofill-entry, bibtex-entry-index, bibtex-next-field):
10565 Fix docstring.
10566 (bibtex-autokey-title-terminators): Use only one regexp.
10567 (bibtex-string-maybe-empty-head): New variable.
10568 (bibtex-remove-delimiters-string): New function.
10569 (bibtex-text-in-field-bounds, bibtex-text-in-string):
10570 Use bibtex-remove-delimiters-string.
10571 (bibtex-progress-message, bibtex-field-left-delimiter)
10572 (bibtex-field-right-delimiter, bibtex-entry-left-delimiter)
10573 (bibtex-entry-right-delimiter, bibtex-search-entry): Use eq.
10574 (bibtex-insert-kill): Rename from `bibtex-insert-current-kill'.
10575 Simplify.
10576 (bibtex-format-entry): Use save-excursion for inherited booktitle.
10577 Use eq and bibtex-remove-delimiters-string. For end markers use
10578 insertion type so that marker stays after inserted text.
10579 (bibtex-autokey-get-names): Return empty string if name is missing.
10580 (bibtex-autokey-demangle-name): Call bibtex-autokey-abbrev before
10581 calling bibtex-autokey-name-case-convert.
10582 (bibtex-autokey-demangle-title):
10583 Call bibtex-autokey-titleword-case-convert. Remove call to
10584 bibtex-autokey-titleword-case-convert from bibtex-autokey-get-title.
10585 (bibtex-global-key-alist, bibtex-read-string-key): New functions.
10586 (bibtex-read-key): New optional arg global.
10587 (bibtex-files-expand): New optional arg force.
10588 (bibtex-complete-string-cleanup): Expansion of abbrev can be absent.
10589 (bibtex-complete-crossref-cleanup): Rename from
10590 bibtex-complete-key-cleanup. Simplify code.
10591 (bibtex-copy-summary-as-kill): Remove arg key. Use looking-at.
10592 Operate on current entry.
10593 (bibtex-button): Add docstring.
10594 (bibtex-entry): Simplify.
10595 (bibtex-make-field): Replace optional arg called-by-yank with more
10596 specific args move and interactive.
10597 (bibtex-end-of-entry): Use forward-sexp.
10598 (bibtex-find-entry-globally): Remove.
10599 (bibtex-find-crossref): Allow for crossref key located in other buffer.
10600 Bound to C-c C-x.
10601 (bibtex-find-entry): New optional args global and display.
10602 (bibtex-find-text): Fix docstring. Remove arg as-if-interactive.
10603 (bibtex-validate): Use arg force of bibtex-files-expand.
10604 (bibtex-clean-entry): Bugfix, clean string entries properly.
10605 Always keep point at beginning of entry.
10606 (bibtex-complete): Bugfix. Handle string entries properly.
10607 Call cleanup functions only if needed.
10608 (bibtex-String): Use bibtex-read-string-key.
10609 (bibtex-url): Use bibtex-remove-delimiters-string. Do not alter
10610 case of replacement text.
10611
10612 2004-11-26 Lars Hansen <larsh@math.ku.dk>
10613
10614 * tramp.el (tramp-handle-directory-files-and-attributes): New function.
10615 (tramp-perl-directory-files-and-attributes): New constant.
10616 (tramp-file-name-handler-alist): Delete file-directory-files, add
10617 directory-files-and-attributes.
10618 (tramp-perl-file-attributes): Surround uid and gid by double
10619 quotes. Change parameter id-format from nonnumeric.
10620 (tramp-convert-file-attributes): New function.
10621 (tramp-handle-file-attributes): Use it.
10622 (tramp-maybe-send-perl-script): New function.
10623 (tramp-handle-file-attributes-with-perl): Use it. Don't convert
10624 file mode. Change parameter id-format from nonnumeric.
10625 (tramp-handle-file-attributes-with-ls): Change parameter id-format
10626 from nonnumeric.
10627 (tramp-post-connection): Don't send tramp-perl-file-attributes
10628 script. Reset connection property "perl-scripts".
10629 (tramp-handle-insert-directory): Run real handler when ls-lisp is
10630 in use.
10631
10632 2004-11-26 Lars Hansen <larsh@math.ku.dk>
10633
10634 * desktop.el (desktop-read): Replace mapcar with mapc.
10635 (desktop-create-buffer): Replace mapcar with mapc.
10636 Remove redundant piece of code.
10637
10638 2004-11-27 Nick Roberts <nickrob@snap.net.nz>
10639
10640 * progmodes/gud.el (gud-display-line): Use display-buffer
10641 for GDB-UI as for GUD.
10642
10643 * progmodes/gdb-ui.el (gdb-view-source, gdb-selected-view):
10644 Delete variables.
10645 (gdb-ann3): Don't make GUD buffer dedicated.
10646 (gdb-goto-breakpoint, gdb-display-buffer): Don't always dedicate.
10647 (gdb-display-source-buffer): Delete function.
10648 (gdb-view-source-function, gdb-view-assembler): Delete functions.
10649 (menu): Delete menu bindings for viewing source/assembler.
10650 (gdb-setup-windows, gdb-restore-windows):
10651 Don't dedicate GUD. No assembler now.
10652 (gdb-reset): No need to undedicate source buffers now.
10653 (gdb-source-info): No assembler now.
10654
10655 2004-11-26 Nick Roberts <nickrob@snap.net.nz>
10656
10657 * progmodes/gdb-ui.el (gdb-frame-parameters): Match height and
10658 width to those for special frames.
10659 (gdb-frame-breakpoints-buffer): Use gdb-frame-parameters.
10660 Use display-buffer.
10661 (gdb-frame-stack-buffer, gdb-frame-threads-buffer)
10662 (gdb-frame-registers-buffer, gdb-frame-locals-buffer)
10663 (gdb-frame-assembler-buffer): Rework like
10664 gdb-frame-breakpoints-buffer.
10665
10666 2004-11-25 Richard M. Stallman <rms@gnu.org>
10667
10668 * progmodes/flymake.el: Reindent.
10669 (flymake-split-string): Turn into defalias.
10670 (flymake-fix-file-name): Rename from flymake-fix-path-name.
10671 (flymake-ensure-ends-with-slash): Rename arg to FILENAME.
10672 (flymake-get-common-file-prefix): Rename from ...path... Doc fix.
10673 (flymake-build-relative-filename): Rename from ...path.
10674 Fix error message.
10675
10676 2004-11-25 Cheng Gao <chenggao@gmail.com>
10677
10678 * progmodes/flymake.el: Much whitespace and capitalization change.
10679 Move `provide' to end. Require `compile' only when compiling.
10680
10681 2004-11-24 Jay Belanger <belanger@truman.edu>
10682
10683 * calc/calc-alg.el: Added comment.
10684 (math-polynomial-base): Replace variable mpb-top-expr by
10685 math-poly-base-top-expr.
10686
10687 * calc/calc-poly.el (math-poly-base-top-expr): New variable.
10688 (math-polynomial-p1): Replace variable mpb-top-expr by declared
10689 variable.
10690 (math-poly-base-total-base): New variable.
10691 (math-total-polynomial-base, math-polynomial-p1): Replace variable
10692 mpb-total-base by declared variable.
10693 (math-factored-vars, math-to-list): Declare it.
10694 (math-fact-expr): New variable.
10695 (calcFunc-factors, calcFunc-factor, math-factor-expr)
10696 (math-factor-expr-try, math-factor-expr-part): Replace variable
10697 expr by declared variable.
10698 (math-fet-x): New variable.
10699 (math-factor-expr-try, math-factor-poly-coefs): Replace variable x
10700 by declared variable.
10701 (math-factor-poly-coefs): Make temp a local variable.
10702
10703 * calc/calc-units.el (calc-convert-units): Make units a local
10704 variable.
10705 (calc-num-units, calc-den-units): New variables.
10706 (calc-explain-units, calc-explain-units-rec): Replace variables
10707 num-units and den-units by declared variables.
10708 (math-cu-unit-list): New variable.
10709 (math-build-units-table, math-compare-unit-names)
10710 (math-convert-units, math-convert-units-rec): Replace variable
10711 unit-list by declared variable.
10712 (math-fbu-base, math-fbu-entry): New variables.
10713 (math-find-base-units, math-find-base-units-rec): Replace variables
10714 base and entry by declared variables.
10715 (math-which-standard): New variable.
10716 (math-to-standard-units, math-to-standard-rec): Replace variable
10717 which-standard by declared variable.
10718 (math-fcu-u): New variable.
10719 (math-find-compatible-unit, math-find-compatible-unit-rec):
10720 Replace variable u by declared variable.
10721 (math-cu-new-units, math-cu-pure): New variables.
10722 (math-convert-units, math-convert-units-rec): Replace variables
10723 new-units and pure by declared variables.
10724 (math-try-cancel-units): New variable.
10725 (math-simplify-units-quotient): Replace variable try-cancel-units by
10726 declared variable.
10727
10728 2004-11-24 Richard M. Stallman <rms@gnu.org>
10729
10730 * textmodes/ispell.el (ispell-check-version):
10731 If default-directory is nonexistent, use home dir.
10732
10733 * progmodes/grep.el (grep-regexp-alist):
10734 Don't match parens around line numbers.
10735
10736 * progmodes/cperl-mode.el (cperl-indent-region)
10737 (cperl-imenu--create-perl-index, cperl-xsub-scan):
10738 Don't print progress messages.
10739
10740 * progmodes/compile.el (compilation-mode-map):
10741 Don't inherit from compilation-minor-mode-map;
10742 copy its bindings instead. But the menu bar Compile
10743 entry now does inherit from compilation-menu-map.
10744
10745 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
10746 Use with-no-warnings around compiler-macroexpand.
10747
10748 * imenu.el: Don't always require newcomment.
10749 (imenu--generic-function): Call comment-normalize-vars
10750 if we have a comment syntax.
10751 Exit the loop if REGEXP matches the null string.
10752 Test comment-start as well as comment-start-skip
10753 when deciding whether to check for comments.
10754
10755 * tooltip.el (tooltip-mode): Doc fix.
10756
10757 * term.el (term-escape-char, term-mode): Doc fixes.
10758
10759 2004-11-24 Dave Love <fx@gnu.org>
10760
10761 * progmodes/python.el (python-font-lock-syntactic-keywords):
10762 Check for escapes in the regexp.
10763 (python-quote-syntax): Don't do it here.
10764
10765 2004-11-24 Nick Roberts <nickrob@snap.net.nz>
10766
10767 * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
10768 (gdb-frames-mode-map, gdb-threads-mode-map)
10769 (gdb-registers-mode-map, gdb-locals-mode-map)
10770 (gdb-assembler-mode-map): Bind "q" to kill-this-buffer.
10771 (gdb-set-window-buffer): Rename from dedicated-switch-to-buffer.
10772
10773 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>:
10774 (dedicated-switch-to-buffer): Rework.
10775 (gdb-var-evaluate-expression-handler, gdb-put-string):
10776 Remove unused variable bindings.
10777 (gdb-setup-windows, gdb-display-buffer):
10778 Simplify. Use pop-to-buffer.
10779 (gdb-view-source-function): Simplify.
10780 (gdb-frame-breakpoints-buffer):
10781 Use pop-to-buffer, special-display-regexps.
10782
10783 2004-11-24 Glenn Morris <gmorris@ast.cam.ac.uk>
10784
10785 * progmodes/f90.el (f90-smart-end)
10786 (f90-previous-statement, f90-beginning-of-block): Doc fix.
10787 (f90-calculate-indent): Handle un-named PROGRAM blocks.
10788 (f90-end-of-block): Doc fix. Make check of outermost block
10789 conditional on value of `f90-smart-end'.
10790 (f90-block-match): Hack to deal with un-named PROGRAM blocks.
10791 Handle case where END-BLOCK is nil.
10792 (f90-match-end): Handle un-named PROGRAM blocks.
10793 (f90-backslash-not-special): New function.
10794
10795 2004-11-24 Jay Belanger <belanger@truman.edu>
10796
10797 * calc/calc.el (calc-embedded-active): Removed unnecessary
10798 declaration.
10799 (calc-show-banner): Removed redundant declaration.
10800
10801 * calc/calc-graph.el (calc-gnuplot-default-device)
10802 (calc-gnuplot-default-output, calc-gnuplot-print-device)
10803 (calc-gnuplot-print-output, calc-gnuplot-geometry)
10804 (calc-graph-default-resolution, calc-graph-default-resolution-3d):
10805 Remove redundant initial values.
10806
10807 * calc/calc-arith.el (math-scalar-functions)
10808 (math-nonscalar-functions, math-scalar-if-args-functions)
10809 (math-real-functions, math-positive-functions)
10810 (math-nonnegative-functions, math-real-scalar-functions)
10811 (math-real-if-arg-functions, math-integer-functions)
10812 (math-num-integer-functions, math-rounding-functions)
10813 (math-float-rounding-functions, math-integer-if-args-functions)
10814 (math-super-types): Move declarations to earlier in file.
10815 (math-unit-prefixes): Declared it.
10816 (math-floor-prec, math-trunc-prec): New variables.
10817 (math-trunc-fancy): Replace variable prec by declared variable.
10818 (math-floor-fancy): Replace variable prec by declared variable.
10819 (math-com-bterms): New variable.
10820 (math-commutative-equal, math-commutative-collect):
10821 Replace variable bterms by declared variable.
10822
10823 * calc/calc-misc.el (math-trunc): Replace variable prec by
10824 math-trunc-prec.
10825 (math-floor): Replace variable prec by math-floor-prec.
10826
10827 * calc/calc-forms.el (math-fd-date, math-fd-dt, math-fd-year)
10828 (math-fd-month, math-fd-day, math-fd-weekday, math-fd-hour)
10829 (math-fd-minute, math-fd-second, math-fd-bc-flag): New variables.
10830 (math-format-date, math-format-date-part): Replace variables
10831 date, dt, year, month, day, weekday, hour, minute, second and
10832 bc-flag by declared variables.
10833 (math-pd-str): New variable.
10834 (math-parse-date, math-parse-date-word, math-parse-standard-date):
10835 Replace variable str by declared variable.
10836 (math-daylight-savings-hook, math-tzone-names): Move definitions
10837 to earlier in the file.
10838 (var-TimeZone, math-exp-str, math-exp-pos): Declare them.
10839 (math-sh-year): New variable.
10840 (math-setup-add-holidays, math-setup-holidays)
10841 (math-setup-year-holidays): Replace variable `year' by declared
10842 variable.
10843
10844 * calc/calc-math.el (math-nrf-n, math-nrf-nf, math-nrf-nfm1):
10845 New variables.
10846 (math-nth-root-float, math-nth-root-float-iter): Replace variables
10847 n, nf and nfm1 by declared variables.
10848 (math-nri-n): New variable.
10849 (math-nth-root-integer, math-nth-root-int-iter): Replace variable
10850 n by declared variable.
10851 (calcFunc-log): Removed misplaced condition.
10852
10853 2004-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
10854
10855 * generic.el (generic-mode-set-comments): Accept an empty comment-end.
10856
10857 2004-11-24 Nick Roberts <nickrob@snap.net.nz>
10858
10859 * progmodes/gdb-ui.el (dedicated-switch-to-buffer): New function.
10860 (gdb-ann3, gdb-setup-windows, gdb-restore-windows):
10861 Dedicate gdb-related windows.
10862 (gdb-display-buffer): Dedicate gdb-related windows.
10863 Don't grab other frames.
10864 (gdb-reset): Remove dedicated property after debugging.
10865
10866 2004-11-24 Jay Belanger <belanger@truman.edu>
10867
10868 * calc/calc-sel.el: Add comment.
10869
10870 * calc/calc.el (math-stack-value-offset): Replace variables c,
10871 wid and off with math-svo-c, math-svo-wid and math-svo-off.
10872
10873 * calc/calccomp.el (math-comp-sel-tag): Declare it.
10874 (math-svo-c, math-svo-wid, math-svo-off): New variables.
10875 (math-stack-value-offset-fancy): Replace variables c, wid and off
10876 by declared variables.
10877 (math-comp-just, math-comp-comma-spc): New variables.
10878 (math-compose-expr, math-compose-matrix): Replace variables `just'
10879 and comma-spc by declared variable.
10880 (math-comp-vector-prec): New variable.
10881 (math-compose-expr, math-compose-matrix, math-compose-rows):
10882 Replace variable vector-prec by declared variable.
10883 (math-comp-left-bracket, math-comp-right-bracket)
10884 (math-comp-comma): New variables.
10885 (math-compose-expr, math-compose-rows): Replace variables
10886 left-bracket, right-bracket and comma by declared variables.
10887 (math-comp-full-width): New variable.
10888 (math-comp-to-string-flat, math-comp-to-string-flat-term):
10889 Replace variable full-width by declared variable.
10890 (math-comp-highlight, math-comp-word, math-comp-level)
10891 (math-comp-margin, math-comp-pos, math-comp-buf, math-comp-base)
10892 (math-comp-hgt, math-comp-tag, math-comp-hpos, math-comp-vpos):
10893 New variables.
10894 (math-comp-to-string-flat, math-comp-to-string-flat-term)
10895 (math-comp-sel-flat-term): Replace variables comp-highlight,
10896 comp-word, comp-level, comp-margin, comp-pos and comp-buf by
10897 declared variables.
10898 (math-comp-simplify, math-comp-simplify-term)
10899 (math-comp-add-string, math-comp-add-string-sel):
10900 Replace variables comp-highlight, comp-buf, comp-base,
10901 comp-height, comp-tag, comp-hpos and comp-vpos by declared variables.
10902
10903 2004-11-23 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10904
10905 * cus-start.el (all): Add x-use-old-gtk-file-dialog.
10906
10907 * mail/emacsbug.el (report-emacs-bug): Catch error that x-server-vendor
10908 and x-server-version may throw.
10909
10910 2004-11-23 Kim F. Storm <storm@cua.dk>
10911
10912 * subr.el (substitute-key-definition-key): Optimize.
10913 Don't call indirect-function for nil defn (always signals error).
10914
10915 * ido.el (ido-read-internal): Fix require-match check when
10916 ido-directory-too-big is set.
10917
10918 2004-11-23 Jay Belanger <belanger@truman.edu>
10919
10920 * calc/calc-ext.el (math-read-replacement-list)
10921 (math-read-superscripts): New variables.
10922 (math-read-preprocess-string): New function.
10923 (math-read-expr): Filter input through math-read-preprocess-string.
10924
10925 * calc/calc-aent.el (math-read-exprs): Filter input through
10926 math-read-preprocess-string.
10927
10928 2004-11-23 Daniel Pfeiffer <occitan@esperanto.org>
10929
10930 * progmodes/compile.el (compilation-start): In cd command use
10931 substitute-env-vars -- not quite shell compatible but better than
10932 nothing.
10933 (compilation-error-regexp-alist-alist): Simplify ftnchek to only
10934 handle the newer versions messages, which are more parseable.
10935
10936 2004-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
10937
10938 * reveal.el (reveal-mode-map): New var.
10939 (reveal-mode): Use it.
10940
10941 2004-11-23 Nick Roberts <nickrob@snap.net.nz>
10942
10943 * progmodes/gdb-ui.el (gdb-flush-pending-output): New variable.
10944 (gdb-send-item, gdb-resync, gud-gdba-marker-filter): Use it.
10945
10946 2004-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
10947
10948 * buff-menu.el (list-buffers-noselect): Re-add the leading space in the
10949 header-line when needed.
10950 Use fixed-pitch only in the header-line.
10951 Build the underline automatically. Use emdash if available.
10952
10953 2004-11-22 Richard M. Stallman <rms@gnu.org>
10954
10955 * dired.el (dired-recursive-copies): Move from dired-aux.el.
10956 * dired-aux.el (dired-recursive-copies): Move to dired.el.
10957
10958 2004-11-22 Nick Roberts <nickrob@snap.net.nz>
10959
10960 * progmodes/gdb-ui.el (gdb-resync): New function.
10961 (gdb-pre-prompt, gdb-prompt, gdb-starting, gdb-stopping)
10962 (gdb-frame-begin, gdb-stopped, gdb-post-prompt):
10963 Use it to fail more gracefully.
10964 (gdb-variables): Delete variable.
10965 Re-order variables to reduce byte-compiler warnings.
10966
10967 2004-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
10968
10969 * descr-text.el (describe-char):
10970 * paren.el (show-paren-function):
10971 * subr.el (syntax-after): Undo last change.
10972
10973 * progmodes/python.el (run-python): Don't hard code *Python*.
10974 Don't modify global process-environment.
10975 (python-send-region, python-load-file): Don't assume that
10976 python-buffer == (process-buffer (python-proc)).
10977 (python-switch-to-python): Simplify.
10978
10979 * dired.el (dired-align-file): Don't assume line starts with spaces.
10980
10981 2004-11-21 Jay Belanger <belanger@truman.edu>
10982
10983 * calc/calc-ext.el (math-read-big-expr, math-read-big-bigp):
10984 Replace variable `lines' by math-read-big-lines.
10985 (math-read-big-expr): Replace variables the-baseline, the-h2
10986 and err-msg by math-read-big-baseline, math-read-big-h2 and
10987 math-read-err-msg.
10988 (math-read-big-bigp): Replace variable h2 with math-rb-h2.
10989
10990 * calc/calc-lang.el (math-read-big-rec): Fix typo.
10991 (math-read-big-balance): Replace unbound variable by value.
10992 (math-read-big-lines): New variable.
10993 (math-read-big-rec, math-read-big-char, math-read-big-emptyp)
10994 (math-read-big-error, math-read-big-balance): Replace variable
10995 `lines' by declared variable.
10996 (math-read-big-baseline, math-read-big-h2): New variables.
10997 (math-read-big-rec): Replace variables the-baseline and the-h2
10998 by declared variables.
10999 (math-rb-h1, math-rb-h2, math-rb-v1, math-rb-v2): New variables.
11000 (math-read-big-rec, math-read-big-char, math-read-big-emptyp)
11001 (math-read-big-balance): Replace variables h1, h2, v1 and v2 by
11002 declared variables.
11003 (math-read-big-err-msg): New variable.
11004 (math-read-big-error): Replace variable err-msg by declared variable.
11005
11006 2004-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
11007
11008 * ses.el: Add coding cookie.
11009 Fix up docstrings, follow new commenting conventions.
11010 (ses-header-line-menu): Fix missing variable rename for header-row.
11011 (ses-cell-size): Remove.
11012 (ses-make-cell): New function.
11013 (ses-cell, ses-insert-row, ses-insert-column): Use it.
11014 (ses-calculate-cell): Remove unused var `symbol'.
11015 (ses-narrowed-p): New function.
11016 (ses-goto-data, undo-more, ses-reconstruct-all): Use it.
11017 (ses-initial-file-trailer): Change ;;; to ;; for local vars.
11018 (ses-load, ses-reconstruct-all): Adjust string search accordingly.
11019 (ses-setup): Use restore-buffer-modified-p.
11020 (ses-cleanup): Remove unused var `end'.
11021 (ses-header-string-left-offset): Remove.
11022 (ses-create-header-string): Adjust to new behavior of `align-to'.
11023 Truncate excessively large fields to preserve alignment.
11024 (ses-reconstruct-all): Remove unused var `refs'.
11025 (ses-read-cell-printer): Remove unused var `prompt'.
11026 (ses-delete-row): Remove unused var `pos'.
11027 (ses-delete-column): Remove unused var `new'.
11028
11029 2004-11-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
11030
11031 * ps-print.el: Insert :version tag into all defgroup and defcustom.
11032 Use (featurep 'xemacs) instead of (eq ps-print-emacs-type 'xemacs).
11033 Eliminate eval-and-compile usage.
11034 (ps-insert-file): Use insert-file-contents instead of insert-file.
11035 (ps-setup): Code fix.
11036
11037 * printing.el (pr-setup, lpr-setup): Code fix.
11038
11039 2004-11-21 Jay Belanger <belanger@truman.edu>
11040
11041 * calc/calc-prog.el (math-integral-cache-state, calc-lang)
11042 (calc-original-buffer): Declare them.
11043 (calc-user-formula-alist): New variable.
11044 (calc-user-define-formula, calc-fix-user-formula)
11045 (calc-user-define-composition, calc-finish-formula-edit):
11046 Replace variable `alist' by declared variable.
11047 (var-q0, var-q1, var-q2, var-q3, var-q4, var-q5, var-q6)
11048 (var-q7, var-q7, var-q8, var-q9): Declare them.
11049 (calc-kbd-push): Don't check to see if var-q0 through var-q9
11050 are bound.
11051 (calcFunc-typeof): Replace undeclared variable by expression.
11052 (math-exp-env): New variable.
11053 (math-define-body, math-define-exp): Replace exp-env by declared var.
11054 (math-define-exp): Replace misplaced variable by expression.
11055
11056 * calc/calcalg3.el (calc-curve-nvars, calc-curve-varnames)
11057 (calc-curve-model, calc-curve-coefnames): New variables.
11058 (calc-curve-fit, calc-get-fit-variables): Replace variables nvars,
11059 varnames, model and coefnames by declared variables.
11060 (math-root-widen): New variable.
11061 (math-search-root, math-find-root): Replace variable root-widen by
11062 declared variable.
11063 (var-DUMMY): Declare it.
11064 (math-root-vars, math-min-vars): Move the declarations to earlier in
11065 the file.
11066 (math-brent-min): Make d a local variable.
11067 (math-find-minimum): Replace non-existent variable.
11068 (math-ninteg-romberg): Remove unnecessary variable.
11069 (math-ninteg-temp): New variable.
11070 (math-ninteg-romberg, math-ninteg-midpoint): Replace variable
11071 integ-temp by declared variable.
11072 (math-fit-first-var, math-fit-first-coef, math-fit-new-coefs):
11073 New variables.
11074 (math-general-fit): Replace variables first-var, first-coef and
11075 new-coefs by declared variables.
11076 (calcFunc-fitvar): Replace variable first-var by declared variable.
11077 (calcFunc-fitparam): Replace variable first-coef by declared variable.
11078 (calcFunc-fitdummy): Replace variable new-coefs by declared variable.
11079 (math-all-vars-vars, math-all-vars-found): New variables.
11080 (math-all-vars-in, math-all-vars-rec): Replace variables vars and
11081 found by declared variable math-all-vars-vars.
11082
11083 2004-11-20 Luc Teirlinck <teirllm@auburn.edu>
11084
11085 * emacs-lisp/cust-print.el (custom-printers): Use `defvar' instead
11086 of `defconst'.
11087
11088 2004-11-20 Richard M. Stallman <rms@gnu.org>
11089
11090 * isearch.el (isearch-mode-map): Don't bind SPC.
11091 (isearch-whitespace-chars): Function deleted.
11092 (isearch-search): Bind search-spaces-regexp.
11093 (isearch-lazy-highlight-search): Likewise.
11094 (search-whitespace-regexp): Doc fix.
11095 (isearch-forward-regexp): Doc fix.
11096
11097 * emacs-lisp/bytecomp.el (byte-compile-form):
11098 Move the calls to byte-compile-set-symbol-position,
11099 to avoid having two for the same symbol occurrence.
11100
11101 * comint.el (comint-input-ring-size): Increase to 150.
11102
11103 * hexl.el (hexl-mode-old-hl-line-mode, hexl-mode-old-ruler-mode):
11104 New variables.
11105 (hexl-mode): Set those variables, record ruler-mode and hl-line-mode.
11106 (hexl-mode-exit): Restore status of ruler-mode and hl-line-mode.
11107
11108 * imenu.el (imenu--generic-function):
11109 Ensure we keep moving backward even if BEG isn't further back.
11110
11111 * replace.el (query-replace-read-to, query-replace-read-from):
11112 Specify t for KEEP-ALL in read-from-minibuffer.
11113
11114 * progmodes/python.el (python-switch-to-python):
11115 If Python isn't running, start it.
11116 Don't alter debug-ignored-errors.
11117
11118 * progmodes/cperl-mode.el (cperl-indent-region):
11119 Don't mind imenu-scanning-message.
11120
11121 * bindings.el (global-map): Bind C-e to move-end-of-line.
11122
11123 * simple.el (line-move-finish): New arg FORWARD.
11124 Ignore invisible newlines, not intangible ones.
11125 Conditions for acceptable stopping positions depend on FORWARD.
11126 (line-move): Pass FORWARD arg to line-move-finish.
11127
11128 * buff-menu.el (list-buffers-noselect): Eliminate space at the start
11129 of HEADER. Compensate for this change in the code to add display
11130 properties. Don't make the first line intangible.
11131
11132 * info.el (Info-search): Fix previous change.
11133
11134 2004-11-20 Thien-Thi Nguyen <ttn@gnu.org>
11135
11136 * Makefile.in (recompile): Revert 2004-11-19 change.
11137 (compile): Likewise.
11138
11139 2004-11-19 Luc Teirlinck <teirllm@auburn.edu>
11140
11141 * Makefile.in (compile): Set `max-specpdl-size' before compiling.
11142
11143 2004-11-19 Vinicius Jose Latorre <viniciusjl@ig.com.br>
11144
11145 * progmodes/ebnf2ps.el: Fix typos. Insert :version tag into all
11146 defgroup and defcustom. Eliminate eval-and-compile usage.
11147
11148 * progmodes/ebnf-otz.el: Fix typos.
11149
11150 2004-11-19 Jay Belanger <belanger@truman.edu>
11151
11152 * calc/calc-yank.el (calc-edit-disp-trail): New variable.
11153 (calc-edit-finish, calc-finish-stack-edit): Replace variable
11154 disp-trail by declared variable.
11155
11156 * calc/calc-sel.el (calc-edit-disp-trail): Declare it.
11157 (calc-finish-selection-edit): Replace variable disp-trail by
11158 declared variable.
11159 (calc-selection-cache-entry): Move declaration to earlier in the file.
11160 (calc-selection-cache-num, calc-selection-cache-comp)
11161 (calc-selection-cache-offset, calc-selection-true-num)
11162 (calc-final-point-line, calc-final-point-column)
11163 (calc-original-buffer): Declare them.
11164 (calc-fnp-op, calc-fnp-num): New variables.
11165 (calc-find-nth-part, calc-find-nth-part-rec)
11166 (calc-select-previous): Replace op and num by declared variables.
11167 (calc-rsf-old, calc-rsf-new): New variables.
11168 (calc-replace-sub-formula, calc-replace-sub-formula-rec):
11169 Replace variables old and new by declared variables.
11170 (calc-sel-reselect): New variable.
11171 (calc-auto-selection, calc-enter-selection, calc-edit-selection)
11172 (calc-sel-evaluate, calc-sel-expand-formula, calc-sel-expand-formula)
11173 (calc-sel-mult-both-sides, calc-sel-add-both-sides): Replace variable
11174 reselect with declared variable.
11175
11176 * calc/calc-rewr.el (math-regs, math-num-regs, math-prog-last)
11177 (math-bound-vars, math-conds, math-copy-neg, math-rhs)
11178 (math-pattern, math-remembering, math-aliased-vars, math-mt-many)
11179 (math-import-list, math-rewrite-phase): Declare them.
11180 (math-rewrite): Use let* to declare variables.
11181 (calc-rewrite-selection): Make rules a local variable.
11182 (calc-rewr-sel): New variable.
11183 (calc-rewrite-selection, calc-locate-selection-marker)
11184 (calc-rewrite): Use the declared variable calc-rewr-sel instead
11185 of sel.
11186 (math-rewrite-whole-expr): New variable.
11187 (math-rewrite, math-rewrite-phase): Replace variable expr by
11188 declared variable.
11189 (math-rewrite-heads-heads, math-rewrite-heads-skips)
11190 (math-rewrite-heads-blanks ): New variables.
11191 (math-rewrite-heads, math-rewrite-heads-rec): Replace variables
11192 heads, skips and blanks by declared variables.
11193 (math-rwcomp-subst-old, math-rwcomp-subst-new)
11194 (math-rwcomp-subst-old-func, math-rwcomp-subst-new-func):
11195 New variables.
11196 (math-rwcomp-substitute, math-rwcomp-subst-rec): Replace variables
11197 old, new, old-func and new-func by declared variables.
11198 (math-rwcomp-assoc-args, math-rwcomp-addsub-args):
11199 Remove unnecessary variable.
11200 (math-apply-rw-regs): New variable.
11201 (math-apply-rewrites, math-rwapply-replace-regs)
11202 (math-rwapply-reg-looks-negp): Replace variable regs by declared var.
11203 (math-apply-rw-ruleset): New variable.
11204 (math-apply-rewrites, math-rwapply-remember): Replace variable
11205 ruleset by declared variable.
11206
11207 2004-11-19 Richard M. Stallman <rms@gnu.org>
11208
11209 * info.el (Info-search): Use search-whitespace-regexp.
11210
11211 2004-11-19 Thien-Thi Nguyen <ttn@gnu.org>
11212
11213 * vc-rcs.el (vc-rcs-parse): New function.
11214 (vc-rcs-annotate-command): Likewise.
11215 (vc-rcs-annotate-current-time): Likewise.
11216 (vc-rcs-annotate-time): Likewise.
11217 (vc-rcs-annotate-extract-revision-at-line): Likewise.
11218
11219 2004-11-19 Thien-Thi Nguyen <ttn@gnu.org>
11220
11221 * Makefile.in (recompile): Set `max-specpdl-size' before compiling.
11222
11223 2004-11-18 Jay Belanger <belanger@truman.edu>
11224
11225 * calc/calc-alg.el (math-simplify-divisor): Remove unnecessary vars.
11226
11227 2004-11-17 Vinicius Jose Latorre <viniciusjl@ig.com.br>
11228
11229 * printing.el: Eliminate use of interactive-p and eval-and-compile.
11230 Use of (featurep 'xemacs) instead of (eq ps-print-emacs-type 'xemacs).
11231 Use make-temp-file to generate PostScript files in any situation.
11232 (pr-ps-temp-file): Now specify a prefix to generate temporary files.
11233 (pr-interactive-p): Eliminate var.
11234 (pr-save-interactive): Eliminate macro.
11235 (pr-interface, pr-ps-directory-preview)
11236 (pr-ps-directory-using-ghostscript, pr-ps-directory-print)
11237 (pr-ps-directory-ps-print, pr-ps-buffer-preview)
11238 (pr-ps-buffer-using-ghostscript, pr-ps-buffer-print)
11239 (pr-ps-buffer-ps-print, pr-ps-region-preview)
11240 (pr-ps-region-using-ghostscript, pr-ps-region-print)
11241 (pr-ps-region-ps-print, pr-ps-mode-preview)
11242 (pr-ps-mode-using-ghostscript, pr-ps-mode-print, pr-ps-mode-ps-print)
11243 (pr-printify-directory, pr-txt-directory, pr-despool-preview)
11244 (pr-despool-using-ghostscript, pr-despool-print, pr-despool-ps-print)
11245 (pr-ps-file-up-preview, pr-ps-file-using-ghostscript)
11246 (pr-ps-file-up-ps-print, pr-toggle-file-duplex, pr-toggle-file-tumble)
11247 (pr-toggle-file-landscape, pr-toggle-ghostscript, pr-toggle-faces)
11248 (pr-toggle-spool, pr-toggle-duplex, pr-toggle-tumble)
11249 (pr-toggle-landscape, pr-toggle-upside-down, pr-toggle-line)
11250 (pr-toggle-zebra, pr-toggle-header, pr-toggle-header-frame)
11251 (pr-toggle-lock, pr-toggle-region, pr-toggle-mode, pr-ps-name)
11252 (pr-txt-name, pr-ps-utility, pr-ps-fast-fire, pr-txt-fast-fire)
11253 (pr-update-menus, pr-interface-ps-prin, pr-interface-preview):
11254 Eliminate pr-save-interactive usage.
11255 (pr-menu-lock, pr-ps-utility-args, pr-set-outfilename):
11256 Eliminate pr-interactive-p usage.
11257 (pr-toggle-file-duplex-menu, pr-toggle-file-tumble-menu)
11258 (pr-toggle-file-landscape-menu, pr-toggle-ghostscript-menu)
11259 (pr-toggle-faces-menu, pr-toggle-spool-menu, pr-toggle-duplex-menu)
11260 (pr-toggle-tumble-menu, pr-toggle-landscape-menu)
11261 (pr-toggle-upside-down-menu, pr-toggle-line-menu, pr-toggle-zebra-menu)
11262 (pr-toggle-header-menu, pr-toggle-header-frame-menu)
11263 (pr-toggle-lock-menu, pr-toggle-region-menu, pr-toggle-mode-menu):
11264 New funs.
11265 (pr-ps-file): Use make-temp-file to generate a temporary file.
11266
11267 2004-11-17 Jay Belanger <belanger@truman.edu>
11268
11269 * calc/calc-alg.el (calc-poly-div): Make calc-poly-div-remainder
11270 a local variable.
11271 (math-eval-rules-cache, math-eval-rules-cache-other): Declare them.
11272 (math-top-only): New variable.
11273 (math-simplify, math-simplify-step): Replace variable top-only by
11274 declared variable math-top-only.
11275 (math-simplify-expr): Declare it.
11276 Replace argument expr in all calls of math-defsimplify by
11277 math-simplify-expr.
11278 (math-simplify-plus, math-simplify-times, math-simplify-divide)
11279 (math-simplify-divisor, math-simplify-one-divisor)
11280 (math-simplify-mod, math-simplify-ineq, math-simplify-sqrt)
11281 (math-simplify-pow): Replace variable expr by declared variable
11282 math-simplify-expr.
11283 (math-simplify-divisor): Remove local variables temp and op.
11284 (math-simplify-one-divisor): Make temp and op local variables.
11285 (math-simplify-divisor-nover, math-simplify-divisor-dover):
11286 New variables.
11287 (math-simplify-divisor, math-simplify-one-divisor):
11288 Replace variables nover and dover by declared variables.
11289 (math-expr-subst-new, math-expr-subst-old): New variables.
11290 (math-expr-subst, math-expr-subst-rec): Replace variables new
11291 and old by declared variables.
11292 (math-is-poly-degree, math-is-poly-loose): New variables.
11293 (math-is-polynomial, math-is-poly-rec): Replace variables degree
11294 and loose by declared variables.
11295 (math-poly-base-const-ok, math-poly-base-pred): New variables.
11296 (math-polynomial-base, math-polynomial-base-rec):
11297 Replace variables const-ok and mpb-pred by declared variables.
11298
11299 * calc/calc-poly.el (calc-poly-div-remainder): Declare it.
11300
11301 * calc/calc-ext.el (math-defsimplify): Change the argument in
11302 the created function to math-simplify-expr.
11303
11304 * calc/calc-units.el (math-simplify-expr): Declare it.
11305 Replace argument expr in all calls of math-defsimplify by
11306 math-simplify-expr.
11307 (math-simplify-units-prod): Replace variable expr by declared
11308 variable math-simplify-expr.
11309
11310 2004-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
11311
11312 * buff-menu.el (list-buffers-noselect): Massage to fit in 80 columns.
11313 Replace mapcar->dolist, format->string.
11314
11315 2004-11-17 Miles Bader <miles@gnu.org>
11316
11317 * progmodes/idlw-shell.el, progmodes/idlw-toolbar.el
11318 * progmodes/idlwave.el: Remove RCS keywords.
11319
11320 2004-11-17 J.D. Smith <jdsmith@as.arizona.edu>
11321
11322 * progmodes/idlwave.el, progmodes/idlw-toolbar.el
11323 * progmodes/idlw-shell.el, progmodes/idlw-rinfo.el:
11324 Update to IDLWAVE version 5.5. Too many changes to list them here.
11325 * progmodes/idlw-help.el: New file.
11326
11327 2004-11-16 Richard M. Stallman <rms@gnu.org>
11328
11329 * international/iso-cvt.el (iso-tex2iso-trans-tab):
11330 Discard spaces after \i according to TeX rules.
11331
11332 * international/mule.el (set-buffer-file-coding-system):
11333 New arg NOMODIFY.
11334 (after-insert-file-set-coding): Pass that new arg.
11335 Prevent set-buffer-multibyte from trying to lock the file.
11336
11337 * buff-menu.el (list-buffers-noselect): New arg BUFFER-LIST.
11338
11339 * saveplace.el (save-place): Doc fix.
11340
11341 * dabbrev.el (dabbrev-expand): When handling SPC M-/,
11342 temporarily widen before finding the following word to copy.
11343
11344 * emacs-lisp/lucid.el (map-keymap): Definition deleted.
11345 (cl-map-keymap): Definition deleted.
11346
11347 * subr.el (map-keymap-internal): New function.
11348
11349 2004-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
11350
11351 * textmodes/flyspell.el (flyspell-mouse-map): Pop the menu
11352 when pressing rather than when releasing mouse-2. Simplify.
11353
11354 2004-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
11355
11356 * progmodes/compile.el (compilation-setup): Don't set buffer-read-only.
11357 (compilation-mode): Set it here instead.
11358
11359 * emacs-lisp/cl-compat.el (pair-with-newsyms): Use make-symbol.
11360
11361 * emacs-lisp/cl-macs.el: Use make-symbol rather than gensym.
11362 (loop, cl-parse-loop-clause, defsetf): Use backquote.
11363
11364 2004-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
11365
11366 * progmodes/compile.el (compilation-internal-error-properties):
11367 Fix up a transposition-typo. Check end-col before using it.
11368
11369 2004-11-14 Frederic Han <han@math.jussieu.fr> (tiny change)
11370
11371 * international/iso-cvt.el (iso-tex2iso-trans-tab):
11372 Discard whitespace after macro \i when converting it.
11373
11374 2004-11-16 Juri Linkov <juri@jurta.org>
11375
11376 * emacs-lisp/find-func.el (find-function-regexp):
11377 Optimize `define-minor-mode'. Add `defun-cvs-mode'.
11378 Add `deffoo'. Add `f' to [^cgv] to exclude `defface'.
11379 Remove invalid `\W' from [^cgv\W]. Doc fix.
11380 (find-function-search-for-symbol): Replace "\\>" with "\\_>".
11381
11382 2004-11-15 Luc Teirlinck <teirllm@auburn.edu>
11383
11384 * play/life.el: Maintainer is now FSF.
11385 (life-patterns, life-neighbor-deltas, life-window-start)
11386 (life-current-generation, life-generation-string): Use defvar
11387 instead of defconst.
11388
11389 2004-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
11390
11391 * progmodes/compile.el (compilation-move-to-column): New fun.
11392 (compilation-internal-error-properties)
11393 (compilation-next-error-function): Use it to make sure we don't go past
11394 the end of line.
11395
11396 2004-11-15 John Paul Wallington <jpw@gnu.org>
11397
11398 * autoinsert.el (auto-insert-alist): Insert the user's name in
11399 copyright notice, rather than Free Software Foundation, for the
11400 Emacs Lisp header case too.
11401
11402 2004-11-15 Vinicius Jose Latorre <viniciusjl@ig.com.br>
11403
11404 * printing.el (pr-ps-file-print, pr-toggle-duplex): Fix typos.
11405 Reported by Glenn Morris <gmorris+emacs@ast.cam.ac.uk>.
11406 (pr-switches-string): If SWITCHES is nil, return nil. Otherwise,
11407 return the list of string in a string.
11408 (pr-call-process): Message if calling process returns an error, that
11409 is, the exit status is different of zero.
11410
11411 2004-11-15 Jay Belanger <belanger@truman.edu>
11412
11413 * calc/calcalg2.el (math-integrate-by-parts): Remove unused
11414 variable var-thing.
11415 (math-integ-depth, math-integ-level, math-integral-limit)
11416 (math-enable-subst, math-any-substs, math-integ-msg)
11417 (math-prev-parts-v, math-good-parts, math-max-integral-limit)
11418 (math-int-threshold, math-int-factors, math-double-roots)
11419 (math-solve-simplifying, var-IntegLimit, math-solve-sign)
11420 (var-GenCount): Declare these variables.
11421 (calcFunc-integ): Don't check if var-IntegLimit is bound.
11422 (math-integral-cache, math-integral-cache-state):
11423 Move declarations to earlier in the file.
11424 (math-deriv-var, math-deriv-total, math-deriv-symb)
11425 (math-cur-record, math-has-rules, math-t1, math-t2, math-t3)
11426 (math-so-far, math-integ-expr, math-expr-parts, calc-low)
11427 (calc-high, math-solve-var, math-solve-full, math-solve-vars)
11428 (math-try-solve-sign, math-solve-b, math-solve-system-vv)
11429 (math-solve-res): New variables
11430 (math-derivative, calcFunc-deriv, calcFunc-tderiv)
11431 (math-integral, math-replace-integral-parts)
11432 (math-integrate-by-parts, calc-dump-integral-cache)
11433 (math-try-integral, math-do-integral, math-do-integral)
11434 (math-do-integral-methods, math-try-solve-for)
11435 (math-try-solve-prod, math-solve-poly-funny-powers)
11436 (math-solve-crunch-poly, math-decompose-poly)
11437 (math-solve-find-root-term, math-find-root-in-prod)
11438 (math-integ-try-linear-substitutions)
11439 (math-integ-try-substitutions, math-expr-rational-in)
11440 (math-expr-rational-in-rec, calcFunc-table, math-scan-for-limits)
11441 (math-solve-prod, math-solve-quartic, math-poly-all-roots)
11442 (math-solve-for, math-solve-system, math-solve-system-rec)
11443 (math-solve-get-sign, math-solve-get-int)
11444 (math-solve-system-subst): Replace undeclared variables with newly
11445 declared variables.
11446
11447 2004-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
11448
11449 * winner.el (winner-active-region, winner-edges, winner-window-list):
11450 Define at toplevel.
11451 (winner-mode-map): Move init inside declaration.
11452
11453 2004-11-14 Luc Teirlinck <teirllm@auburn.edu>
11454
11455 * files.el (convert-standard-filename): Doc fix.
11456
11457 2004-11-14 Daniel Pfeiffer <occitan@esperanto.org>
11458
11459 * files.el (auto-mode-alist): Handle .gtkrc, and under /etc
11460 passwd, group, shadow, default/* and pam.d/*.
11461
11462 2004-11-14 Vinicius Jose Latorre <viniciusjl@ig.com.br>
11463
11464 * printing.el (pr-menu-spec): Adjust menu specification.
11465
11466 2004-11-13 Vinicius Jose Latorre <viniciusjl@ig.com.br>
11467
11468 * printing.el: Doc fix. Insert :version tag into all defcustom.
11469 Handle interactive-p as is recommended in Emacs Lisp Reference.
11470 Set the file permission bits for newly created files.
11471 Reported by Glenn Morris <gmorris+emacs@ast.cam.ac.uk>.
11472 The printing menu specification (in `pr-menu-spec') was merged.
11473 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
11474 (pr-version): New version number (6.8.3).
11475 (pr-file-modes): New option.
11476 (pr-interactive-p): New var.
11477 (pr-save-interactive, pr-save-file-modes): New macros.
11478 (pr-setup): Code fix.
11479 (pr-menu-spec): Menu specification merged.
11480 (pr-call-process, pr-text2ps): Set file permission bits.
11481 (pr-despool-print): Set file permission bits. Handle interactive-p as
11482 is recommended.
11483 (pr-interface, pr-ps-directory-preview)
11484 (pr-ps-directory-using-ghostscript, pr-ps-directory-print)
11485 (pr-ps-directory-ps-print, pr-ps-buffer-preview)
11486 (pr-ps-buffer-using-ghostscript, pr-ps-buffer-print)
11487 (pr-ps-buffer-ps-print, pr-ps-region-preview)
11488 (pr-ps-region-using-ghostscript, pr-ps-region-print)
11489 (pr-ps-region-ps-print, pr-ps-mode-preview)
11490 (pr-ps-mode-using-ghostscript, pr-ps-mode-print, pr-ps-mode-ps-print)
11491 (pr-printify-directory, pr-txt-directory, pr-despool-preview)
11492 (pr-despool-using-ghostscript, pr-despool-ps-print)
11493 (pr-ps-file-up-preview, pr-ps-file-using-ghostscript)
11494 (pr-ps-file-up-ps-print, pr-toggle-file-duplex, pr-toggle-file-tumble)
11495 (pr-toggle-file-landscape, pr-toggle-ghostscript, pr-toggle-faces)
11496 (pr-toggle-spool, pr-toggle-duplex, pr-toggle-tumble)
11497 (pr-toggle-landscape, pr-toggle-upside-down, pr-toggle-line)
11498 (pr-toggle-zebra, pr-toggle-header, pr-toggle-header-frame)
11499 (pr-toggle-lock, pr-toggle-region, pr-toggle-mode, pr-ps-name)
11500 (pr-txt-name, pr-ps-utility, pr-ps-fast-fire, pr-txt-fast-fire)
11501 (pr-menu-lock, pr-update-menus, pr-ps-utility-args)
11502 (pr-set-outfilename, pr-interface-ps-print, pr-interface-preview):
11503 Handle interactive-p as is recommended.
11504
11505 2004-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
11506
11507 * emacs-lisp/byte-opt.el (byte-optimize-inline-handler): Simplify.
11508 (byte-decompile-bytecode-1): Remove unused vars `tag' and `retcount'.
11509
11510 * font-lock.el (font-lock-fontify-syntactically-region): Fix last fix
11511 so it doesn't forget to highlight the beginning of the region either.
11512
11513 2004-11-13 Daniel Pfeiffer <occitan@esperanto.org>
11514
11515 * progmodes/cc-mode.el (c-basic-common-initc-font-lock-init)
11516 (c-font-lock-init): Eliminate obsolete make-local-hook.
11517 (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
11518 (awk-mode): Use run-mode-hooks.
11519
11520 * progmodes/cperl-mode.el (cperl-mode): Use run-mode-hooks.
11521
11522 2004-11-13 Kim F. Storm <storm@cua.dk>
11523
11524 * mouse.el (mouse-drag-copy-region): Add :version.
11525 (mouse-drag-mode-line-1): Let bind mouse-autoselect-window to nil
11526 while dragging mode line, so mode line can be dragged downwards.
11527 (mouse-drag-region-1): Let bind make-cursor-line-fully-visible
11528 while pressing mouse button so window doesn't scroll until we
11529 release the mouse if clicking on partially visible line.
11530
11531 2004-11-12 Jay Belanger <belanger@truman.edu>
11532
11533 * calc/calc-graph.el (calc-dumb-map): Declare it.
11534 (calc-graph-show-dumb): Check if calc-dumb-map is non-nil rather
11535 than unbound.
11536 (calc-graph-name): Made `end' a local variable.
11537 (calc-graph-lookup): Made `varname' a local variable.
11538 (var-DUMMY, var-DUMMY2, var-PlotRejects, calc-gnuplot-trail-mark):
11539 Declare them.
11540 (calc-graph-format-data): Don't check if var-PlotRejects is bound.
11541 (calc-graph-plot, calc-graph-compute-3d): Remove references to
11542 the unused variable y3vec.
11543 (calc-graph-show-dumb): Remove reference to unused variable found-pt.
11544 (calc-graph-kill-hook, calc-graph-plot): Remove reference to
11545 calc-graph-prev-kill-hook.
11546 (calc-graph-yvalue, calc-graph-yvec, calc-graph-numsteps)
11547 (calc-graph-numsteps3, calc-graph-xvalue, calc-graph-xvec)
11548 (calc-graph-xname, calc-graph-yname, calc-graph-xstep)
11549 (calc-graph-ycache, calc-graph-ycacheptr, calc-graph-refine)
11550 (calc-graph-keep-file, calc-graph-xval, calc-graph-xlow)
11551 (calc-graph-xhigh, calc-graph-yval, calc-graph-yp, calc-graph-xp)
11552 (calc-graph-zp, calc-graph-yvector, calc-graph-resolution)
11553 (calc-graph-y3value, calc-graph-y3name)
11554 (calc-graph-y3step, calc-graph-y3step, calc-graph-zval)
11555 (calc-graph-stepcount, calc-graph-is-splot)
11556 (calc-graph-surprise-splot, calc-graph-blank)
11557 (calc-graph-non-blank, calc-graph-curve-num): New variables.
11558 (calc-graph-plot, calc-graph-compute-2d, calc-graph-refine-2d)
11559 (calc-graph-recompute-2d, calc-graph-compute-3d)
11560 (calc-graph-format-data): Replace undeclared variables with the
11561 above newly declared variables.
11562
11563 2004-11-12 Diane Murray <dsm@muenster.de> (tiny change)
11564
11565 * mail/rmail.el (rmail-get-new-mail): Use the renamed variables
11566 `rsf-beep' and `rsf-sleep-after-message'.
11567
11568 * mail/rmail-spam-filter.el (rmail-spam-filter): Only check white
11569 list if `message-sender' is non-nil.
11570
11571 2004-11-12 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
11572
11573 * desktop.el (desktop-create-buffer, desktop-save): Avoid some
11574 consing by using mapc instead of mapcar.
11575
11576 2004-11-12 Nick Roberts <nickrob@snap.net.nz>
11577
11578 * tooltip.el (require): Explain why CL is needed.
11579
11580 2004-11-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
11581
11582 * printing.el: Insert :version into defgroup (printing). All reference
11583 to Files option in menubar were changed to File.
11584 (pr-version): New version number (6.8.2).
11585 (pr-get-symbol): Call easy-menu-intern.
11586 (pr-region-active-p): Now is a fun (it was defsubst). To avoid
11587 compilation gripes.
11588
11589 2004-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
11590
11591 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Understand the
11592 new byte-compile-function-environment binding to t.
11593
11594 * font-lock.el (font-lock-fontify-syntactically-region):
11595 Don't forget to highlight the last char when we hit `end'.
11596
11597 * mwheel.el (mouse-wheel-progressive-speed): Fix typo in name.
11598 (mwheel-scroll): Adjust accordingly.
11599
11600 * cvs-status.el: Reduce spurious warnings.
11601 (cvs-status-checkout): Remove.
11602 (cvs-status-mode-map): Use cvs-mode-checkout instead.
11603
11604 * pcvs.el (cvs-mode-checkout): New command.
11605
11606 * international/iso-cvt.el (iso-cvt-define-menu): Fix typo.
11607
11608 * tooltip.el: Require CL.
11609
11610 * emacs-lisp/bytecomp.el: Use push.
11611 (byte-compile-file-form-defalias): Rename from byte-compile-defalias.
11612 (defalias): Remove the `byte-compile' property and add
11613 a `byte-hunk-handler'.
11614
11615 2004-11-11 Juri Linkov <juri@jurta.org>
11616
11617 * info.el (Info-search): Save match data for isearch.
11618 Skip Tag Table node.
11619
11620 * descr-text.el (describe-char): Replace syntax-after with code
11621 from its previous version.
11622
11623 * files.el (magic-mode-alist): Use optimization for SGML mode too.
11624 (set-auto-mode): Doc fix. Remove unused variable `xml'.
11625
11626 * international/mule.el (sgml-html-meta-auto-coding-function):
11627 Remove > after <html to allow HTML attributes.
11628
11629 2004-11-11 Jay Belanger <belanger@truman.edu>
11630
11631 * calc/calc-comb.el (math-prime-factors-finished): Declare it as
11632 a variable.
11633 (calcFunc-dfac): Replace unbound max by n.
11634 (math-stirling-local-cache): New variable.
11635 (math-stirling-number, math-stirling-1, math-stirling-2):
11636 Replace the variable `cache' by the declared variable
11637 math-stirling-local-cache.
11638 (var-RandSeed): Declare it as a variable.
11639 (math-init-random-base, math-random-digit): Don't check to see if
11640 var-RandSeed is bound.
11641 (math-random-cache, math-gaussian-cache, calc-verbose-nextprime):
11642 Declare them instead of just setting them.
11643 (math-init-random-base): Made i a local variable.
11644 (math-random-digit): Made math-random-last a local variable.
11645 (math-prime-test-cache): Move declaration to before it is used.
11646 (math-prime-test-cache-k, math-prime-test-cache-q)
11647 (math-prime-test-cache-nm1, math-prime-factors-finished):
11648 Declare them as variables.
11649
11650 2004-11-11 Jay Belanger <belanger@truman.edu>
11651
11652 * calc/calc-ext.el (math-defcache): Use defvar for the new
11653 variables it creates.
11654
11655 2004-11-11 Lars Hansen <larsh@math.ku.dk>
11656
11657 * desktop.el (desktop-buffer-mode-handlers, desktop-after-read-hook)
11658 (desktop-clear-preserve-buffers-regexp, desktop-file-name-format)
11659 (desktop-globals-to-clear, desktop-no-desktop-file-hook, desktop-path)
11660 (desktop-save): Add :version.
11661
11662 2004-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
11663
11664 * printing.el (pr-get-symbol): Don't downcase.
11665
11666 2004-11-10 Jay Belanger <belanger@truman.edu>
11667
11668 * calc/calc-aent.el (calc-do-quick-calc): Use kill-new to append
11669 string to kill-ring.
11670
11671 * calc/calc-aent.el (calc-alg-exp, math-toks)
11672 (math-exp-pos,math-exp-old-pos, math-exp-token)
11673 (math-exp-keep-spaces, math-exp-str): New variables.
11674 (calc-do-alg-entry, calcAlg-equals, calcAlg-edit)
11675 (calcAlg-enter): Use declared variable calc-alg-exp.
11676 (math-build-parse-table, math-find-user-token): Use declared
11677 variable math-toks.
11678 (math-read-exprs, math-read-token, calc-check-user-syntax)
11679 (calc-match-user-syntax, match-factor-after, math-read-factor):
11680 Use declared variables math-exp-pos math-exp-old-pos.
11681 (math-read-exprs, math-read-token, math-read-expr-level)
11682 (calc-check-user-syntax, calc-match-user-syntax)
11683 (match-factor-after, math-read-factor): Use declared variable
11684 math-exp-token.
11685 (math-read-exprs, math-read-expr-list, math-read-token)
11686 (math-read-factor): Use declared variable math-exp-keep-spaces.
11687 (math-read-exprs, math-read-token): Use declared variable
11688 math-exp-str.
11689 (calc-match-user-syntax): Make m a local variable.
11690
11691 * calc/calc-ext.el (math-read-expr): Use declared variables
11692 math-exp-pos, math-exp-old-pos, math-exp-str, math-exp-token,
11693 math-exp-keep-spaces.
11694
11695 * calc/calc-forms.el (math-read-angle-bracket): Use declared
11696 variables math-exp-pos, math-exp-str.
11697
11698 * calc/calc-lang.el (math-parse-tex-sum): Use declared variable
11699 math-exp-old-pos.
11700 (math-parse-fortran-vector, math-parse-fortran-vector-end)
11701 (math-parse-eqn-prime): Use declared variable math-exp-token.
11702
11703 * calc/calc-vec.el (math-read-brackets, math-check-for-commas):
11704 Use declared variable math-exp-pos.
11705 (math-check-for-commas): Use declared variable math-exp-str.
11706 (math-read-brackets): Use declared variables math-exp-old-pos,
11707 math-exp-keep-spaces.
11708 (math-read-brackets, math-read-vector, math-read-matrix):
11709 Use declared variable math-exp-token.
11710
11711 2004-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
11712
11713 * emacs-lisp/easymenu.el (easy-menu-define-key): Understand the case
11714 where the keymap is a symbol.
11715 (easy-menu-add-item): Use keymap-prompt. Simplify.
11716
11717 * files.el (magic-mode-alist): Reduce backtracking in the HTML regexp.
11718
11719 * textmodes/sgml-mode.el (sgml-tag-text-p): New fun.
11720 (sgml-parse-tag-backward): Use it to skip spurious < or >.
11721
11722 2004-11-10 Thien-Thi Nguyen <ttn@gnu.org>
11723
11724 * ebuff-menu.el: Doc fixes throughout.
11725 (electric-buffer-menu-mode-hook): New defvar.
11726
11727 2004-11-10 Nick Roberts <nickrob@snap.net.nz>
11728
11729 * tooltip.el: Don't require cl, comint, gud, gdb-ui for compilation.
11730 The resulting compiler warnings appear to be harmless.
11731
11732 2004-11-10 Daniel Pfeiffer <occitan@esperanto.org>
11733
11734 * textmodes/conf-mode.el: New file.
11735
11736 * files.el (auto-mode-alist, magic-mode-alist): Use it.
11737
11738 2004-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
11739
11740 * international/iso-cvt.el (iso-cvt-define-menu): Clean up namespace.
11741
11742 2004-11-09 Jay Belanger <belanger@truman.edu>
11743
11744 * calc/calc-ext.el (calc-init-extensions): Remove old code.
11745
11746 * calc/calc-ext.el (math-expr-data, math-mt-many, math-mt-func)
11747 (calc-z-prefix-buf, calc-z-prefix-msgs): New variables.
11748 (calc-z-prefix-help, calc-user-function-list): Use declared
11749 variables calc-z-prefix-buf, calc-z-prefix-msgs.
11750 (math-map-tree, math-map-tree-rec): Use declared variables
11751 math-mt-many, math-mt-func.
11752 (math-read-expression, math-read-string): Use declared variable
11753 math-expr-data.
11754
11755 * calc/calc-ext.el (math-normalize-nonstandard): Use declared
11756 variable math-normalize-a.
11757
11758 * calc/calc.el (math-normalize-a): New variable.
11759 (math-normalize): Use declared variable math-normalize-a.
11760
11761 * calc/calc-poly.el (math-expand-form): Use declared variable
11762 math-mt-many.
11763
11764 * calc/calc-rewr.el (math-rewrite, math-rewrite-phase):
11765 Use declared variable math-mt-many.
11766 (math-rewrite): Use declared variable math-mt-func.
11767
11768 * calc/calc-vec.el (math-read-brackets, math-read-vector)
11769 (math-read-matrix): Use declared variable math-expr-data.
11770
11771 * calc/calc-lang.el (math-parse-fortran-vector)
11772 (math-parse-fortran-vector-end, math-parse-tex-sum)
11773 (math-parse-eqn-matrix, math-parse-eqn-prime)
11774 (math-read-math-subscr): Use declared variable math-expr-data.
11775
11776 * calc/calc-aent.el (math-read-exprs, math-read-expr-list)
11777 (math-read-expr-level, math-read-token, calc-check-user-syntax)
11778 (calc-match-user-syntax, math-read-if, math-factor-after)
11779 (math-read-factor): Use declared variable math-expr-data.
11780
11781 2004-11-09 Glenn Morris <gmorris@ast.cam.ac.uk>
11782
11783 * calendar/diary-lib.el (diary-from-outlook)
11784 (diary-from-outlook-gnus, diary-from-outlook-rmail): Do not use
11785 interactive-p; but rather new optional argument NOCONFIRM.
11786
11787 2004-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
11788
11789 * emacs-lisp/easymenu.el (easy-menu-intern): Revert to no-downcasing.
11790 (easy-menu-name-match): Revert correspondingly.
11791
11792 2004-11-09 Richard M. Stallman <rms@gnu.org>
11793
11794 * emacs-lisp/bytecomp.el (byte-compile-defalias):
11795 Turn off warnings for the new function even if definition not constant.
11796 If the definition isn't a quoted symbol, record (FUNCTION . t).
11797 (byte-compile-function-environment): Now allow (FUNCTION . t) as elt.
11798 (byte-compile-callargs-warn): Handle (FUNCTION . t).
11799 (display-call-tree, byte-compile-arglist-warn):
11800 Handle t returned by byte-compile-fdefinition.
11801
11802 2004-11-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
11803
11804 * Makefile.in (maintainer-clean): Depend on distclean.
11805
11806 * help-fns.el (help-C-file-name): File name must be in build-files
11807 to be returned.
11808
11809 2004-11-09 Jay Belanger <belanger@truman.edu>
11810
11811 * calc/calc.el (calc-mode-hook, calc-trail-mode-hook)
11812 (calc-start-hook, calc-end-hook, calc-load-hook): New variables.
11813
11814 * calc/calc.el (calc, calc-trail-display, calc-mode):
11815 Remove obsolete sections.
11816
11817 * calc/calc.el (calc-x-paste-text): Remove.
11818
11819 * calc/calc-ext.el (calc-init-extensions): Bind calc-yank to
11820 mouse-2.
11821
11822 2004-11-09 Nick Roberts <nickrob@snap.net.nz>
11823
11824 * progmodes/gdb-ui.el (gdb-current-stack-level): New variable.
11825 (gdb-info-frames-custom, gdb-frame-handler): Use it to find
11826 current frame (in case of recursive calls).
11827 (gdb-show-changed-values): Add :version keyword.
11828
11829 2004-11-09 Kenichi Handa <handa@m17n.org>
11830
11831 * international/mule-cmds.el: Change coding: tag back to
11832 iso-2022-7bit.
11833
11834 2004-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
11835
11836 * international/mule-cmds.el: Change coding-system to utf-8.
11837 (select-safe-coding-system-interactively):
11838 New function extracted from select-safe-coding-system.
11839 (select-safe-coding-system): Use it.
11840
11841 2004-11-08 Richard M. Stallman <rms@gnu.org>
11842
11843 * subr.el (syntax-after): Doc fix.
11844
11845 * paren.el (show-paren-function): Change calls to syntax-after
11846 for new way of returning the value.
11847
11848 * menu-bar.el (menu-bar-file-menu): Make this the real name
11849 and menu-bar-files-menu the alias. Use the former.
11850 (global-map): Use `file', not `files', as the symbol.
11851
11852 * info.el (Info-revert-find-node): Don't use beginning-of-buffer.
11853
11854 * filesets.el (filesets-spawn-external-viewer, filesets-run-cmd):
11855 Don't use beginning-of-buffer.
11856 (filesets-cmd-show-result): Use with-no-warnings.
11857
11858 2004-11-08 Juri Linkov <juri@jurta.org>
11859
11860 * progmodes/compile.el (compile): Don't overwrite last command in
11861 minibuffer history with default command if they are not equal.
11862
11863 2004-11-08 Jay Belanger <belanger@truman.edu>
11864
11865 * calc/calcalg2.el (math-do-integral-methods): Try linear then
11866 non-linear substitutions.
11867
11868 2004-11-08 Jay Belanger <belanger@truman.edu>
11869
11870 * calc/calcalg2.el (math-linear-subst-tried): New variable.
11871 (math-do-integral): Set `math-linear-subst-tried' to nil.
11872 (math-do-integral-methods): Use `math-linear-subst-tried' to
11873 determine what type of substitution to try.
11874 (math-integ-try-linear-substituion):
11875 Set `math-linear-subst-tried' to t.
11876
11877 2004-11-08 Kim F. Storm <storm@cua.dk>
11878
11879 * Makefile.in (bootstrap-clean): New target for 'make bootstrap'.
11880
11881 2004-11-07 Juri Linkov <juri@jurta.org>
11882
11883 * info-look.el (info-lookup): Allow reusing in the current buffer
11884 not only *info* buffer, but all (even renamed) Info buffers
11885 by checking for major-mode instead of *info* buffer name.
11886 (c-mode, autoconf-mode, emacs-lisp-mode, scheme-mode)
11887 (octave-mode, maxima-mode) <doc-spec>:
11888 Allow long dashes generated by Texinfo 4.7 before definitions.
11889 (texinfo-mode) <doc-spec>: Add space to suffix to find command
11890 definitions with argument separated by space.
11891
11892 2004-11-06 Richard M. Stallman <rms@gnu.org>
11893
11894 * simple.el (next-error group, face): Move before first use.
11895 (next-error-highlight, next-error-highlight-no-select): Likewise.
11896
11897 * simple.el (line-move-invisible-p): Rename from line-move-invisible.
11898 (line-move): New args NOERROR and TO-END.
11899 Return t if if succeed in moving specified number of lines.
11900 (move-end-of-line): New function.
11901
11902 * simple.el (beginning-of-buffer-other-window): Use with-no-warnings.
11903 (end-of-buffer-other-window): Likewise.
11904
11905 * simple.el (line-move-ignore-invisible): Default to t.
11906
11907 * subr.el (syntax-after): Return the syntax letter, not the raw code.
11908
11909 * emacs-lisp/elp.el (elp-results): Delete wasteful beginning-of-buffer.
11910
11911 * international/iso-cvt.el (iso-cvt-define-menu):
11912 Rename menu-bar-files-menu to menu-bar-file-menu.
11913
11914 * net/browse-url.el (browse-url-gnome-moz-program)
11915 (browse-url-gnome-moz-arguments): Move up before first use.
11916
11917 * net/tramp.el (tramp group): Add :version.
11918
11919 * progmodes/ada-xref.el (ada-gdb-application):
11920 Use goto-char instead of beginning-of-buffer.
11921
11922 * progmodes/cperl-mode.el (cperl-info-on-command):
11923 Use goto-char instead of beginning-of-buffer.
11924
11925 * progmodes/idlw-shell.el (idlwave-shell-examine-map):
11926 Move up before first use.
11927 (idlwave-shell-temp-pro-file): Likewise.
11928 (idlwave-shell-temp-rinfo-save-file): Likewise.
11929 (idlwave-shell-temp-file): Minor doc fix.
11930
11931 * textmodes/flyspell.el (flyspell-external-point-words):
11932 Use goto-char instead of beginning-of-buffer.
11933
11934 2004-11-06 Kai Grossjohann <kai.grossjohann@gmx.net>
11935
11936 * net/tramp.el (tramp-coding-commands): Additionally try "uudecode -o
11937 /dev/stdout" before trying "uudecode -o -". Suggested by Han Boetes.
11938 (tramp-uudecode): Mention `uudecode -o /dev/stdout'.
11939
11940 2004-11-06 David Ponce <david@dponce.com>
11941
11942 * recentf.el (recentf-menu-path): Use menu item name.
11943
11944 2004-11-06 Eli Zaretskii <eliz@gnu.org>
11945
11946 * progmodes/gdb-ui.el: Don't call define-fringe-bitmap if the
11947 display doesn't support images.
11948
11949 2004-11-06 Andreas Schwab <schwab@suse.de>
11950
11951 * tempo.el (tempo-match-finder): Doc fix.
11952
11953 * emacs-lisp/easymenu.el (easy-menu-get-map): Fix last change.
11954
11955 2004-11-06 Stefan Monnier <monnier@iro.umontreal.ca>
11956
11957 * emacs-lisp/easymenu.el (easy-menu-get-map-look-for-name): Remove.
11958 (easy-menu-lookup-name): New fun to replace it.
11959 (easy-menu-get-map): Use it to obey menu item names (rather than just
11960 keys) when looking up `path'.
11961 (easy-menu-always-true-p): Rename from easy-menu-always-true.
11962 (easy-menu-convert-item-1): Adjust to new name.
11963
11964 2004-11-06 Peter Heslin <pj@heslin.eclipse.co.uk> (tiny change)
11965
11966 * outline.el (hide-body): Don't hide lines at the top of the file
11967 that precede the first header line.
11968
11969 2004-11-06 Paul Pogonyshev <pogonyshev@gmx.net>
11970
11971 * align.el (align-areas): Delete whitespace before reindenting, so
11972 that tabs are never placed after spaces.
11973
11974 2004-11-06 Alan Shutko <ats@acm.org>
11975
11976 * macros.el (insert-kbd-macro): Do completions based on macros,
11977 rather than all commands.
11978
11979 2004-11-06 David Hansen <david.hansen@gmx.net> (tiny change)
11980
11981 * tempo.el (tempo-match-finder): Use [:word:] instead of "^\\b",
11982 to solve a bug whereby tags with 'b' don't match.
11983
11984 2004-11-05 Juri Linkov <juri@jurta.org>
11985
11986 * info.el (Info-search): Don't search in node header lines
11987 and file headers.
11988
11989 * emacs-lisp/edebug.el (edebug-next-token-class): Allow all
11990 symbol-constituent characters after dot, not only digits.
11991
11992 2004-11-04 Daniel Pfeiffer <occitan@esperanto.org>
11993
11994 * files.el (set-auto-mode): Don't get error after setting -*-mode-*-.
11995
11996 2004-11-04 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
11997
11998 * dired.el (dired-read-dir-and-switches): Call read-directory-name
11999 if a dialog will be used, read-file-name otherwise.
12000
12001 2004-11-04 Richard M. Stallman <rms@gnu.org>
12002
12003 * textmodes/table.el (table group): Add :version.
12004
12005 * textmodes/ispell.el (ispell-word):
12006 Don't alter args; set them only thru `interactive' spec.
12007
12008 * textmodes/flyspell.el (flyspell-word):
12009 Don't alter FOLLOWING; set it only thru `interactive' spec.
12010
12011 * progmodes/f90.el (f90-end-of-block): Don't use interactive-p.
12012
12013 * net/browse-url.el (browse-url-maybe-new-window):
12014 Use called-interactively-p.
12015
12016 * mail/supercite.el (sc-cite-region):
12017 Don't use interactive-p. Add arg INTERACTIVE.
12018 (sc-version): Don't use interactive-p. Rename arg to MESSAGE.
12019
12020 * international/mule-cmds.el (set-input-method, toggle-input-method):
12021 Don't use interactive-p. Add arg INTERACTIVE.
12022
12023 * eshell/esh-mode.el (eshell-show-maximum-output):
12024 Don't use interactive-p.
12025 (eshell-truncate-buffer): Just message, no error, if buffer is short.
12026
12027 * mouse.el (mouse-show-mark): Get positions to delete from mark
12028 and point, not from mouse-drag-overlay.
12029
12030 * imenu.el (imenu-eager-completion-buffer): Add :version.
12031
12032 * filesets.el (filesets group): Add :version.
12033
12034 2004-11-03 Daniel Pfeiffer <occitan@esperanto.org>
12035
12036 * files.el (xml-based-modes): Delete var.
12037 (magic-mode-alist): New more general var.
12038 (set-auto-mode): Use it.
12039
12040 * buff-menu.el (Buffer-menu-make-sort-button): Preserve point even
12041 when clicking from another window.
12042
12043 2004-11-03 Thien-Thi Nguyen <ttn@gnu.org>
12044
12045 * vc-cvs.el (vc-cvs-local-month-numbers): Delete var.
12046 (vc-cvs-annotate-time): Incorporate value of deleted var.
12047 Remove special-case handling of beginning-of-buffer cruft.
12048 Cache ending position (point) and return value in text property
12049 `vc-cvs-annotate-time', and consult it on subsequent invocations.
12050
12051 * vc-cvs.el (vc-cvs-annotate-command):
12052 Delete extraneous lines from beginning of buffer.
12053 * vc-mcvs.el (vc-mcvs-annotate-command): Likewise.
12054
12055 * progmodes/grep.el (grep-default-command): Take empty string
12056 for tag if all other methods yield nil. Shell-quote the tag.
12057
12058 * vc.el (vc-annotate-display-autoscale): Add prefix-arg
12059 spec in `interactive' form, and mention it in the docstring.
12060 Also, make sure point is at bol after calling `annotate-time'.
12061
12062 2004-11-02 Richard M. Stallman <rms@gnu.org>
12063
12064 * cus-edit.el (customize-group-other-window):
12065 Select the window that displays the custom buffer.
12066 (custom-buffer-create-other-window): Likewise.
12067
12068 * comint.el (comint-insert-input): Fix previous change.
12069
12070 * emacs-lisp/elp.el (elp-instrument-function):
12071 Use called-interactively-p.
12072
12073 * emacs-lisp/easymenu.el (easy-menu-intern):
12074 Don't downcase; rather, case-flip the first letter of each word.
12075
12076 * emacs-lisp/easy-mmode.el (define-minor-mode):
12077 Use called-interactively-p.
12078
12079 * emacs-lisp/bytecomp.el (byte-compile-warning-types):
12080 Add interactive-only.
12081 (byte-compile-warnings): Add interactive-only as option.
12082 (byte-compile-interactive-only-functions): New variable.
12083 (byte-compile-form): Warn about calls to functions
12084 in byte-compile-interactive-only-functions.
12085
12086 * emacs-lisp/autoload.el (update-file-autoloads):
12087 Don't use interactive-p; take new arg SAVE-AFTER.
12088
12089 * emacs-lisp/advice.el (ad-make-advised-definition):
12090 Use called-interactively-p.
12091
12092 2004-11-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
12093
12094 * files.el (find-file-existing): New function.
12095
12096 * menu-bar.el (menu-bar-files-menu): Make "Open File..." call
12097 find-file-existing. Add "New File..." that calls find-file.
12098
12099 * diropen.pbm, diropen.xpm: New files.
12100
12101 * toolbar/tool-bar.el (tool-bar-setup): Tool bar item dired uses
12102 icon diropen. New tool bar item find-file-existing uses icon open.
12103
12104 * dired.el (dired-read-dir-and-switches): Call read-directory-name
12105 instead of read-file-name.
12106
12107 2004-11-02 Ulf Jasper <ulf.jasper@web.de>
12108
12109 * calendar/icalendar.el (icalendar-version): Increase to 0.08.
12110 (icalendar--split-value): Change name of work buffer.
12111 (icalendar--get-weekday-abbrev): Return nil on error.
12112 (icalendar--date-to-isodate): New function.
12113 (icalendar-convert-diary-to-ical)
12114 (icalendar-extract-ical-from-buffer): Use only two args for
12115 make-obsolete (XEmacs compatibility).
12116 (icalendar-export-file, icalendar-import-file): Blank at end of prompt.
12117 (icalendar-export-region): Doc fix.
12118 If error, return non-nil and write errors to a buffer.
12119 Use correct weekday for weekly recurring events.
12120 Check whether date has been parsed for ordinary events.
12121 Make weekly events start in the year 2000.
12122 DTEND is non-inclusive, shift end date by one day if
12123 necessary (not for entries that have date and time).
12124 Rename local let variables: oops -> found-error, datestring ->
12125 startdatestring.
12126
12127 2004-11-02 Kim F. Storm <storm@cua.dk>
12128
12129 * files.el (set-auto-mode-0): Don't rely on dynamic binding of
12130 keep-mode-if-same variable. Add it as optional arg instead.
12131 (set-auto-mode): Call set-auto-mode-0 with keep-mode-if-same.
12132
12133 * ehelp.el (electric-help-map): Reorder Q/q and R/r entries so
12134 substitute-command-keys will select lower-case bindings like those
12135 used in the static help texts.
12136
12137 * descr-text.el (describe-text-properties): Don't err if called in
12138 the *Help* buffer; output to *Help-2* buffer instead.
12139
12140 * kmacro.el (group kmacro): Add :version.
12141 (kmacro-keyboard-quit): New function to cleanup on C-g.
12142 (kmacro-start-macro): Set defining-kbd-macro to append when
12143 appending to last macro.
12144
12145 * simple.el (keyboard-quit): Call kmacro-keyboard-quit.
12146
12147 2004-11-02 Nick Roberts <nickrob@snap.net.nz>
12148
12149 * progmodes/gdb-ui.el (gdb-enable-debug-log)
12150 (gdb-use-inferior-io-buffer, gdb-use-colon-colon-notation)
12151 (gud-gdba-command-name, gdb-show-main, gdb-many-windows):
12152 Add :version keyword.
12153
12154 2004-11-02 Pavel Kobiakov <pk_at_work@yahoo.com>
12155
12156 * progmodes/flymake.el (flymake-err-line-patterns):
12157 Use `flymake-reformat-err-line-patterns-from-compile-el' to convert
12158 `compilation-error-regexp-alist-alist' to internal Flymake format.
12159
12160 * progmodes/flymake.el: Eliminate byte-compiler warnings.
12161
12162 2004-11-01 Jay Belanger <belanger@truman.edu>
12163
12164 * calc/calc-frac.el (calc-over-notation): Replace `completing-read'
12165 with `interactive "s"'.
12166
12167 2004-11-01 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
12168
12169 * mouse.el (mouse-yank-at-click, mouse-yank-secondary):
12170 Revert change from 2004-10-16. '*' checks the current buffer, but the
12171 mouse click may be in another buffer.
12172
12173 2004-11-01 John Paul Wallington <jpw@gnu.org>
12174
12175 * files.el (large-file-warning-threshold): Add :version keyword.
12176 (kill-some-buffers): Doc fix.
12177
12178 * thumbs.el (group thumbs): Add :version keyword.
12179
12180 * textmodes/bibtex.el (bibtex-make-field): Fix typo.
12181
12182 2004-11-01 Richard M. Stallman <rms@gnu.org>
12183
12184 * textmodes/ispell.el (ispell-word): Don't use interactive-p.
12185
12186 * textmodes/flyspell.el (flyspell-word): Don't use interactive-p.
12187
12188 * allout.el (allout group): Add :version.
12189 (allout-init): Don't use interactive-p.
12190 (allout-ascend-to-depth, allout-ascend, allout-end-of-level)
12191 (allout-forward-current-level, allout-backward-current-level):
12192 Don't use interactive-p.
12193
12194 * textmodes/bibtex.el (bibtex-make-field): Don't use interactive-p.
12195 (bibtex-find-text): Likewise.
12196
12197 * progmodes/vhdl-mode.el (vhdl-fill-region)
12198 (vhdl-beginning-of-statement): Don't use interactive-p.
12199
12200 * progmodes/idlwave.el (idlwave-update-routine-info):
12201 Don't use interactive-p.
12202
12203 * progmodes/idlw-shell.el (idlwave-shell-send-char):
12204 Don't use interactive-p.
12205
12206 * progmodes/cperl-mode.el (cperl-switch-to-doc-buffer):
12207 Don't use interactive-p.
12208
12209 * progmodes/ada-xref.el (ada-make-body-gnatstub):
12210 Don't use interactive-p.
12211
12212 * play/fortune.el (fortune-to-signature): Don't use interactive-p.
12213 (fortune-in-buffer): Doc fix.
12214
12215 * play/5x5.el (5x5-new-game): Set up the buffer even if not interactive.
12216
12217 * net/eudc.el (eudc-display-records): Use with-output-to-temp-buffer;
12218 don't select the temporary buffer.
12219 (eudc-get-email): New optional arg ERROR; don't use interactive-p.
12220 (eudc-get-phone): Likewise.
12221
12222 2004-11-01 Kim F. Storm <storm@cua.dk>
12223
12224 * man.el (Man-xref-normal-file): Fix help-echo.
12225
12226 2004-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
12227
12228 * reveal.el (reveal-last-tick): New var.
12229 (reveal-post-command): Use it to avoid closing overlays when we're
12230 appending text to them.
12231
12232 2004-10-31 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
12233
12234 * textmodes/bibtex.el: Require button.
12235 (bibtex-autokey-transcriptions): Translate TeX `\ ' to space.
12236 (bibtex-reference-keys): Distinguish between header keys and
12237 crossref keys.
12238 (bibtex-beginning-of-field): New function.
12239 (bibtex-url-map): Remove.
12240 (bibtex-font-lock-keywords): Use bibtex-font-lock-crossref.
12241 (bibtex-font-lock-url-regexp): Assume that field names begin at
12242 the beginning of a line.
12243 (bibtex-font-lock-url): Simplify. Do not use bibtex-enclosing-field.
12244 Remove field delimiters. Use bibtex-beginning-of-field.
12245 Bugfix, point can be inside a field with a url.
12246 (bibtex-font-lock-crossref, bibtex-button-action, bibtex-button):
12247 New functions.
12248 (bibtex-mark-active, bibtex-run-with-idle-timer): Remove.
12249 (bibtex-key-in-head): Simplify.
12250 (bibtex-current-line): Use bolp.
12251 (bibtex-parse-keys): Remove unused arg `add'.
12252 Use bibtex-type-in-head and bibtex-key-in-head.
12253 (bibtex-parse-entry, bibtex-autofill-entry):
12254 Use bibtex-type-in-head and bibtex-key-in-head.
12255 (bibtex-autokey-get-field): Do not alter case of replacement text.
12256 (bibtex-autokey-get-names): Do all processing of name list.
12257 (bibtex-autokey-get-year): New function.
12258 (bibtex-autokey-get-title): Do all processing of title words.
12259 (bibtex-generate-autokey): Simplify.
12260 (bibtex-string-files-init): Use default-directory.
12261 Allow for absolute file names in bibtex-string-files.
12262 (bibtex-files, bibtex-file-path): New variables.
12263 (bibtex-files-expand): New function.
12264 (bibtex-find-entry-globally): New command.
12265 (bibtex-summary-function): New variable.
12266 (bibtex-summary): Default value of bibtex-summary-function.
12267 (bibtex-find-crossref): New optional args pnt and split.
12268 (bibtex-complete-key-cleanup): Call bibtex-summary-function.
12269 (bibtex-copy-summary-as-kill): New command bound to C-cC-t.
12270 (bibtex-validate): Fix docstring. Check only abbreviated month fields.
12271 Fix handling of required and alternative fields.
12272 Identify duplicate keys even if bibtex-maintain-sorted-entries is nil.
12273 Use cons and display-buffer.
12274 (bibtex-validate-globally): New command.
12275 (bibtex-clean-entry): Use bibtex-files-expand. Do not call
12276 bibtex-parse-keys and bibtex-parse-strings for updating
12277 bibtex-reference-keys and bibtex-strings.
12278 (bibtex-realign): Remove blank lines past the last entry.
12279 (bibtex-reformat): Use bibtex-entry-format as default.
12280 (bibtex-choose-completion-string): Remove.
12281 (bibtex-complete): Do not use bibtex-choose-completion-string.
12282 (bibtex-url): Simplify.
12283
12284 2004-10-31 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
12285
12286 * x-dnd.el (x-dnd-test-function, x-dnd-protocol-alist)
12287 (x-dnd-types-alist, x-dnd-open-file-other-window)
12288 (x-dnd-known-types): Add :version.
12289
12290 2004-10-31 John Paul Wallington <jpw@gnu.org>
12291
12292 * ibuffer.el (group ibuffer): Add :version keyword.
12293
12294 2004-10-31 Kim F. Storm <storm@cua.dk>
12295
12296 * ido.el (group ido): Add :version keyword.
12297 (ido-mode): Remove :version keyword.
12298
12299 * emulation/cua-base.el (group cua): Add :version keyword.
12300 (cua-mode): Remove :version keyword.
12301
12302 2004-10-30 Luc Teirlinck <teirllm@auburn.edu>
12303
12304 * autorevert.el (auto-revert-tail-mode-text): Add :version keyword.
12305
12306 * help-at-pt.el (help-at-pt-timer): Move defvar up to avoid
12307 compiler warning.
12308 (help-at-pt-timer-delay): Add :initialize keyword. Simplify :set
12309 function.
12310 (help-at-pt-display-when-idle): Remove autoload.
12311
12312 2004-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
12313
12314 * makefile.w32-in (custom-deps, autoloads): Fix *-hooks -> *-hook.
12315
12316 2004-10-30 Juri Linkov <juri@jurta.org>
12317
12318 * help.el (function-called-at-point):
12319 * help-fns.el (variable-at-point): Read -> intern.
12320
12321 2004-10-30 Simon Josefsson <jas@extundo.com>
12322
12323 * progmodes/autoconf.el (autoconf-font-lock-keywords):
12324 Recognize AS_* too.
12325
12326 2004-10-29 Simon Josefsson <jas@extundo.com>
12327
12328 * subr.el (read-passwd): Move back from password.el.
12329
12330 * password.el: Remove, not ready yet.
12331
12332 2004-10-29 Andreas Schwab <schwab@suse.de>
12333
12334 * speedbar.el (speedbar-frame-parameters): Improve customize type.
12335
12336 2004-10-29 Sam Steingold <sds@gnu.org>
12337
12338 * mouse.el (mouse-show-mark): Replace the last occurrence of
12339 x-lost-selection-hooks with x-lost-selection-functions.
12340
12341 2004-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
12342
12343 * mouse.el (mouse-show-mark): Adjust to new name and don't assume
12344 x-lost-selection-functions is bound.
12345
12346 * mouse-sel.el (mouse-sel-mode):
12347 * emacs-lisp/lselect.el: Adjust to new names for
12348 x-(lost|sent)-selection-functions.
12349
12350 * subr.el (x-lost-selection-hooks, x-sent-selection-hooks):
12351 New obsolete aliases of x-lost-selection-functions and
12352 x-sent-selection-functions.
12353
12354 2004-10-28 Kim F. Storm <storm@cua.dk>
12355
12356 * imenu.el (imenu-scanning-message): Remove.
12357 (imenu-progress-message): Make it a no-op.
12358
12359 2004-10-28 John Paul Wallington <jpw@gnu.org>
12360
12361 * files.el (set-auto-mode): Call `throw' correctly.
12362
12363 2004-10-28 Juri Linkov <juri@jurta.org>
12364
12365 * info.el (Info-file-list-for-emacs): Add ("Info" . "info")
12366 to search `Info-...' commands in `info' manual.
12367 (Info-goto-emacs-command-node, Info-goto-emacs-key-command-node):
12368 Add 'info-file "emacs" property.
12369 (Info-find-emacs-command-nodes): Fix index line number regexp.
12370 Set real line number (instead of fake 0) in first element of the
12371 returned list.
12372 (Info-goto-emacs-command-node): Use line number of first element
12373 to set point in the first found Info node.
12374
12375 * progmodes/grep.el (grep-regexp-alist): Move match highlighting
12376 code to `grep-mode-font-lock-keywords'.
12377 (grep-mode-font-lock-keywords): Delete grep markers instead
12378 of making them invisible.
12379
12380 2004-10-28 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
12381
12382 * mail/emacsbug.el (report-emacs-bug): Insert x-server-vendor
12383 and x-server-version in bug report.
12384
12385 2004-10-28 Daniel Pfeiffer <occitan@esperanto.org>
12386
12387 * files.el (set-auto-mode-0): New function.
12388 (set-auto-mode): Use it to handle aliased modes and to
12389 be consistent between C-x C-f and C-x C-w.
12390
12391 2004-10-28 Kenichi Handa <handa@m17n.org>
12392
12393 * international/utf-8.el (utf-translate-cjk-charsets):
12394 Add katakana-jisx0201.
12395
12396 * international/subst-jis.el: Add data for JISX0201.
12397
12398 2004-10-27 Stefan Monnier <monnier@iro.umontreal.ca>
12399
12400 * obsolete/hilit19.el (hilit-mode): New function.
12401 Move all the toplevel side-effecting stuff into it, so that loading
12402 hilit19 doesn't mess everything up any more.
12403
12404 2004-10-27 Richard M. Stallman <rms@gnu.org>
12405
12406 * add-log.el (add-change-log-entry): Set up mailing address
12407 and full name later, and don't alter add-log-mailing-address
12408 or add-log-full-name.
12409
12410 * elide-head.el (elide-head): Change error to message.
12411 (elide-head-show): Likewise.
12412
12413 * apropos.el (apropos-macrop): Doc fix.
12414
12415 * mouse.el (mouse-show-mark): Do most processing the same
12416 regardless of transient-mark-mode.
12417
12418 * shadowfile.el (shadow-copy-files): Use interactive-p
12419 only to control whether to print a message.
12420
12421 * tar-mode.el (tar-mode): Use write-contents-functions,
12422 not write-contents-hooks.
12423
12424 * eshell/em-unix.el (eshell-du-sum-directory): Don't use
12425 directory-sep-char.
12426
12427 2004-10-27 Richard M. Stallman <rms@gnu.org>
12428
12429 * strokes.el (strokes-unload-hook): Fix previous change.
12430
12431 * type-break.el (type-break-run-at-time): Always use run-at-time;
12432 forget the alternatives.
12433 (type-break-cancel-function-timers): Always use cancel-function-timers;
12434 forget the alternatives.
12435
12436 * pcomplete.el (pcomplete-entries): Don't use directory-sep-char.
12437
12438 2004-10-27 Kenichi Handa <handa@m17n.org>
12439
12440 * international/subst-jis.el: Use utf-translate-cjk-substitutable-p.
12441
12442 * international/subst-gb2312.el: Likewise.
12443
12444 * international/subst-big5.el: Likewise.
12445
12446 * international/subst-ksc.el: Likewise.
12447
12448 * international/utf-8.el (utf-translate-cjk-unicode-range-string):
12449 New variable.
12450 (utf-translate-cjk-set-unicode-range): New function.
12451 (utf-translate-cjk-unicode-range): Make it customizable.
12452 (utf-8-post-read-conversion):
12453 Use utf-translate-cjk-unicode-range-string.
12454 (ccl-decode-mule-utf-8): Check utf-subst-table-for-decode for more
12455 Unicode ranges.
12456
12457 2004-10-26 Daniel Pfeiffer <occitan@esperanto.org>
12458
12459 * files.el (auto-mode-alist): Add pod, js, xbm and xpm and group
12460 trivial variants to shorten the list.
12461 (xml-based-modes): New var.
12462 (set-auto-mode): Give interpreter-mode-alist or <?xml or <!DOCTYPE
12463 declaration higher priority than auto-mode-alist.
12464
12465 * find-file.el (cc-other-file-alist): Bring it in line with
12466 cc-mode's auto-mode-alist entries and use \' instead of $.
12467
12468 * textmodes/sgml-mode.el (sgml-mode): Fix imenu-generic-expression
12469 and add "Id" and "Name" submenus to it.
12470
12471 * imenu.el (imenu--generic-function): Skip matches in comments.
12472
12473 2004-10-26 Jay Belanger <belanger@truman.edu>
12474
12475 * calc/calc.el (calc,full-calc, calc-quit, calc-keypad)
12476 (full-calc-keypad, calc-trail-display): Use an extra argument
12477 instead of `interactive-p'.
12478
12479 * calc/calc-misc.el (calc-other-window): Use an extra argument
12480 instead of `interactive-p'.
12481
12482 * calc/calc-rewr.el (calc-match): Use an extra argument instead of
12483 `interactive-p'.
12484
12485 2004-10-26 Kim F. Storm <storm@cua.dk>
12486
12487 * help.el (describe-key): Describe both down-event and up-event
12488 for a mouse click.
12489
12490 2004-10-26 Richard M. Stallman <rms@gnu.org>
12491
12492 * woman.el (woman): Don't call interactive-p.
12493
12494 * pcomplete.el (pcomplete): Instead of interactive-p,
12495 use an arg set non-nil by the interactive spec.
12496
12497 * menu-bar.el (menu-bar-make-toggle): Instead of interactive-p,
12498 use an arg set non-nil by the interactive spec.
12499
12500 * man.el (Man-cleanup-manpage): Instead of interactive-p,
12501 use an arg set non-nil by the interactive spec.
12502
12503 2004-10-26 Pavel Kobiakov <pk_at_work@yahoo.com>
12504
12505 * progmodes/flymake.el (flymake-split-string):
12506 Use `flymake-split-string-remove-empty-edges' in any case.
12507
12508 2004-10-26 Masatake YAMATO <jet@gyve.org>
12509
12510 * progmodes/flymake.el (flymake-err-line-patterns):
12511 Use `compilation-error-regexp-alist-alist' instead of
12512 `compilation-error-regexp-alist'.
12513
12514 2004-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
12515
12516 * textmodes/tex-mode.el (tex-font-lock-keywords-1): Fix up the spurious
12517 verbatim face on the \ of \end{verbatim}.
12518
12519 2004-10-25 Jay Belanger <belanger@truman.edu>
12520
12521 * calc/calc-incom.el (calc-digit-dots): Inhibit read-only before
12522 erasing minibuffer.
12523
12524 2004-10-25 Simon Josefsson <jas@extundo.com>
12525
12526 * subr.el (read-passwd): Move to net/password.el.
12527
12528 * net/password.el (read-passwd): Add. Autoload it.
12529
12530 2004-10-25 Kai Grossjohann <kai.grossjohann@gmx.net>
12531
12532 * mouse-sel.el (mouse-sel-mode): Specify custom group.
12533
12534 * simple.el (process-file): Fix logic.
12535
12536 2004-10-24 Luc Teirlinck <teirllm@auburn.edu>
12537
12538 * indent.el (set-left-margin, set-right-margin): Delete redundant code.
12539 (increase-right-margin): Remove erroneous call to `interactive-p'.
12540
12541 2004-10-24 Kim F. Storm <storm@cua.dk>
12542
12543 * help.el (describe-mode): Fix 2004-10-13 change.
12544 Copy pure "Auto Fill" string so it can be propertized later
12545 without causing a read-only error.
12546
12547 2004-10-24 Luc Teirlinck <teirllm@auburn.edu>
12548
12549 * info.el (Info-find-emacs-command-nodes): Adapt to Texinfo-4.7
12550 style indexes.
12551
12552 2004-10-24 Kai Grossjohann <kai.grossjohann@gmx.net>
12553
12554 * simple.el (process-file): Accept nil for INFILE. Reported by
12555 Luc Teirlinck.
12556
12557 2004-10-24 Masatake YAMATO <jet@gyve.org>
12558
12559 * progmodes/gdb-ui.el (gdb-assembler-font-lock-keywords):
12560 Handle periods and underscores in a function name.
12561 Remove the address fontification.
12562
12563 2004-10-24 Masatake YAMATO <jet@gyve.org>
12564
12565 * progmodes/asm-mode.el (asm-font-lock-keywords):
12566 Use font-lock-variable-name-face for registers.
12567
12568 2004-10-24 Nick Roberts <nickrob@snap.net.nz>
12569
12570 * progmodes/gdb-ui.el (gdb-get-create-buffer): Allow modes to run
12571 kill-all-local-variables.
12572 (gdb-breakpoints-mode, gdb-frames-mode, gdb-threads-mode)
12573 (gdb-registers-mode, gdb-locals-mode, gdb-assembler-mode):
12574 Use kill-all-local-variables and provide mode-hooks.
12575 (gdb-assembler-font-lock-keywords): New font lock keywords definition.
12576 (gdb-assembler-mode): Use 'gdb-assembler-font-lock-keywords'.
12577 Suggested by Masatake YAMATO <jet@gyve.org>.
12578
12579 2004-10-23 Kai Grossjohann <kai.grossjohann@gmx.net>
12580
12581 * simple.el (process-file): New function, similar to call-process
12582 but supports file handlers.
12583 * vc.el (vc-do-command): Use it, instead of call-process.
12584 * net/tramp-vc.el (vc-do-command): Do not advise it if
12585 process-file is fboundp.
12586 * net/tramp.el (tramp-file-name-handler-alist): Add entry for
12587 process-file.
12588 (tramp-handle-process-file): New function.
12589 (tramp-file-name-for-operation): Support process-file.
12590
12591 2004-10-23 Ulf Jasper <ulf.jasper@web.de>
12592
12593 * calendar/icalendar.el (icalendar--weekday-array): New constant.
12594 (icalendar-weekdayabbrev-table)
12595 (icalendar-monthnumber-table): Delete.
12596 (icalendar--get-month-number): Use calendar-month-name-array.
12597 (icalendar--get-weekday-number): New function.
12598 (icalendar--get-weekday-abbrev) Use calendar-day-name-array.
12599 (icalendar-export-region): Handle multi-line entries.
12600 (icalendar--convert-ical-to-diary): Use calendar-day-name-array.
12601
12602 2004-10-23 John Paul Wallington <jpw@gnu.org>
12603
12604 * ibuffer.el (ibuffer-find-file): Remove `interactive-p' call;
12605 `wildcards' set to t in interactive spec.
12606
12607 * ibuf-ext.el (ibuffer-jump-to-buffer): Read buffer name in
12608 interactive spec rather than use `interactive-p'.
12609 (ibuffer-kill-line): Set arg `interactive-p' in interactive spec
12610 rather than use function `interactive-p'.
12611
12612 2004-10-22 Kenichi Handa <handa@m17n.org>
12613
12614 * international/mule.el (translate-region): Implement it in Lisp
12615 as a front end of translate-region-internal.
12616
12617 2004-10-21 Jay Belanger <belanger@truman.edu>
12618
12619 * calc/calc-aent.el (calc-alg-ent-map, calc-alg-ent-esc-map):
12620 Declare these variables with defvar.
12621
12622 * calc/calc-aent.el (calc-do-alg-entry): Since `calc-alg-ent-map'
12623 is bound, only check to see if it is bound.
12624
12625 2004-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
12626
12627 * textmodes/tex-mode.el (tex-compilation-parse-errors):
12628 Don't output messages.
12629
12630 * calc/calc-help.el (calc-describe-bindings): Fix last change.
12631
12632 2004-10-21 John Paul Wallington <jpw@gnu.org>
12633
12634 * calc/calc-graph.el (calc-graph-init):
12635 Use `set-process-query-on-exit-flag'.
12636
12637 2004-10-21 Daniel Pfeiffer <occitan@esperanto.org>
12638
12639 * progmodes/compile.el (compilation-start): Rely on `cd' to get
12640 dir right and also allow argumentless cd.
12641
12642 2004-10-19 Richard M. Stallman <rms@gnu.org>
12643
12644 * textmodes/flyspell.el (flyspell-mode): Doc fix.
12645
12646 * eshell/em-unix.el (eshell-grep):
12647 Don't bind compilation-process-setup-function.
12648
12649 * comint.el (comint-insert-input): Use @ in `interactive'.
12650 (comint-input-filter-functions): Doc fix.
12651 (comint-kill-whole-line, comint-get-source): Doc fix.
12652
12653 * progmodes/compile.el (compilation-setup):
12654 Don't set buffer-read-only if MINOR is non-nil.
12655
12656 2004-10-19 Jay Belanger <belanger@truman.edu>
12657
12658 * calc/calc.el (calc-emacs-type-19, calc-emacs-type-epoch)
12659 (calc-emacs-type-gnu19): Remove.
12660 (calc-digit-map, calc-read-key-sequence, calc-read-key):
12661 Remove check for old emacs versions.
12662
12663 * calc/calc-ext.el (calc-fancy-prefix): Remove emacs version check.
12664 (calc-init-extensions): Define `calc-alg-map' and `calc-alg-esc-map'
12665 for current Emacs.
12666
12667 * calc/calc-aent.el (calcAlg-previous): Check to see if looking at
12668 the end of the minibuffer.
12669 (calc-do-alg-entry): Remove Emacs version check. Use `copy-keymap' to
12670 copy `esc-map'.
12671
12672 * calc/calc-graph.el (calc-graph-plot): Remove emacs version check.
12673
12674 * calc/calc-mode.el (calc-total-algebraic-mode): Remove error
12675 call that would be given when the current emacs was used.
12676
12677 2004-10-19 Ulf Jasper <ulf.jasper@web.de>
12678
12679 * calendar/icalendar.el: Set coding to utf-8.
12680 (icalendar-version): Increase to 0.07.
12681 (icalendar-monthnumber-table): Change March pattern.
12682 (icalendar-get-all-event-properties)
12683 (icalendar-set-event-property): Delete.
12684 (icalendar-all-events): No longer interactive.
12685 (icalendar-convert-diary-to-ical)
12686 (icalendar-extract-ical-from-buffer): Make obsolete, and alias to
12687 their replacements.
12688 (icalendar-export-file, icalendar-export-region): New functions;
12689 essentially old `icalendar-convert-diary-to-ical' but appending to
12690 target rather than overwriting.
12691 (icalendar-import-file): Append to target file rather than
12692 overwriting. Fourth arg deleted.
12693 (icalendar-import-buffer): New name for old
12694 `icalendar-extract-ical-from-buffer'.
12695 (icalendar--convert-string-for-import): New name for
12696 old `icalendar-convert-for-import'.
12697 (include-icalendar-files): Delete.
12698 Prefix for all internal functions changed from `icalendar-'
12699 to `icalendar--'.
12700
12701 2004-10-19 Richard M. Stallman <rms@gnu.org>
12702
12703 * paths.el (news-path): Fix previous change.
12704
12705 2004-10-18 Jay Belanger <belanger@truman.edu>
12706
12707 * calc/calc-help.el (calc-describe-bindings):
12708 Set `buffer-read-only' to nil while working in the keybindings buffer;
12709 remove some extra information from the keybindings buffer.
12710
12711 2004-10-18 David Ponce <david@dponce.com>
12712
12713 * mouse.el (mouse-drag-move-window-top): New function.
12714 (mouse-drag-mode-line-1): Use it.
12715
12716 2004-10-18 Thien-Thi Nguyen <ttn@gnu.org>
12717
12718 * info.el (Info-fontify-node): For multiline refs,
12719 arrange to unfontify newline and surrounding whitespace.
12720
12721 2004-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
12722
12723 * vc-arch.el (vc-arch-workfile-version): Don't burp if the patch-log
12724 directory is missing.
12725
12726 2004-10-17 John Paul Wallington <jpw@gnu.org>
12727
12728 * ibuffer.el (ibuffer-default-display-maybe-show-predicates):
12729 New customizable variable; whether to display buffers that match
12730 `ibuffer-maybe-show-predicates' by default.
12731 (ibuffer-maybe-show-predicates): Mention it in docstring.
12732 (ibuffer-display-maybe-show-predicates): New variable.
12733 (ibuffer-update): Prefix arg now toggles whether buffers that
12734 match `ibuffer-maybe-show-predicates' should be displayed.
12735 (ibuffer-mode): Set `ibuffer-display-maybe-show-predicates'
12736 locally to heed `ibuffer-default-display-maybe-show-predicates'.
12737 (ibuffer-redisplay-engine): Rename optional second arg to `ignore'.
12738
12739 2004-10-17 Michael Albinus <michael.albinus@gmx.de>
12740
12741 * net/tramp.el: Redo sync with Tramp 2.0.45. Last commit did not
12742 work correctly.
12743
12744 2004-10-17 Daniel Pfeiffer <occitan@esperanto.org>
12745
12746 * buff-menu.el (Buffer-menu-revert-function): Emulate save-excursion.
12747 (Buffer-menu-beginning): New helper function.
12748 (Buffer-menu-execute): Use it.
12749 (Buffer-menu-select): Use it.
12750 (Buffer-menu-sort): Use it and also keep markers.
12751
12752 2004-10-17 Richard M. Stallman <rms@gnu.org>
12753
12754 * paths.el (news-directory): Rename from news-path. Old name alias.
12755 (rmail-spool-directory): Use defvar.
12756 (sendmail-program): Use defcustom.
12757 (remote-shell-program): Use defcustom.
12758 (term-file-prefix): Use defvar.
12759 (abbrev-file-name): Use defvar.
12760
12761 * term.el: Add maintainer.
12762
12763 * subr.el (with-local-quit): Return nil if there's a quit.
12764 (read-passwd): Use with-local-quit. Doc fix.
12765
12766 * strokes.el (strokes-list-strokes): Don't try to delete char at eob.
12767 (strokes-unload-hook): Set as a variable with add-hook.
12768
12769 * startup.el (fancy-splash-tail, normal-splash-screen):
12770 Update copyright year.
12771
12772 * shadowfile.el (shadowfile-unload-hook): Set as variable w/ add-hook.
12773
12774 * server.el (server-unload-hook): Set as a variable with add-hook.
12775
12776 * help-at-pt.el (help-at-pt-unload-hook): Use add-hook; no defvar.
12777
12778 * frame.el (special-display-popup-frame):
12779 Make the buffer current as its frame is created.
12780
12781 * delsel.el (delsel-unload-hook): Set as a variable.
12782
12783 * comint.el (comint-output-filter-functions):
12784 Add comint-watch-for-password-prompt.
12785 (comint-read-noecho): Function deleted.
12786 (send-invisible): Use read-passwd.
12787
12788 * fringe.el (fringe-mode-initialize): New function.
12789 (fringe-mode): Use fringe-mode-initialize as :initialize.
12790
12791 2004-10-17 Kim F. Storm <storm@cua.dk>
12792
12793 * language/indian.el (indian-script-language-alist): Swap value and doc.
12794 (indian-font-char-index-table): Doc fix.
12795
12796 2004-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
12797
12798 * vc-hooks.el (vc-find-file-hook): Call vc-backend with absolute name.
12799
12800 2004-10-16 Juri Linkov <juri@jurta.org>
12801
12802 * progmodes/compile.el (compilation-start): Move let-binding of
12803 `process-environment' into `with-current-buffer' body.
12804 Reported by Matt Hodges <MPHodges@member.fsf.org>.
12805
12806 2004-10-16 Richard M. Stallman <rms@gnu.org>
12807
12808 * pcvs-util.el (cvs-bury-buffer):
12809 Don't call get-buffer-window for effect.
12810
12811 * outline.el (hide-other): Call outline-up-heading with INVISIBLE-OK=t.
12812
12813 * newcomment.el (comment-auto-fill-only-comments): Add autoload.
12814
12815 * msb.el (msb-unload-hook): Set the variable.
12816
12817 * mouse.el (mouse-yank-at-click, mouse-yank-secondary):
12818 Use * to err if buffer is readonly.
12819
12820 * subr.el (looking-back): Return only t or nil.
12821
12822 * whitespace.el (whitespace-unload-hook): Set the variable.
12823
12824 * view.el (view-mode-enable): Set view-page-size and
12825 view-half-page-size to nil.
12826 (view-set-half-page-size-default): view-half-page-size = nil
12827 means the default.
12828 (View-scroll-page-forward): Use view-page-size-default.
12829 (View-scroll-page-backward): Likewise.
12830 (view-page-size, view-half-page-size): Doc fixes.
12831
12832 * emacs-lisp/elp.el (elp-unload-hook): Set the variable.
12833
12834 * emacs-lisp/cl.el (cl-unload-hook): Don't defvar it, just set it.
12835
12836 * emacs-lisp/bytecomp.el (byte-compile-eval): Don't process
12837 "cl" like other files. Instead, call byte-compile-find-cl-functions.
12838 (byte-compile-log-1): Bind inhibit-read-only.
12839 (byte-compile-warning-prefix, byte-compile-log-file): Likewise.
12840 (byte-compile-log-warning): Likewise.
12841 (byte-compile-file-form-require): Detect "cl" from the arg value.
12842
12843 * progmodes/compile.el (compilation-start): Assume compilation-mode
12844 will make the buffer read-only.
12845 (compilation-mode): Take arg name-of-mode.
12846 (compilation-setup): Make buffer read-only.
12847 (compilation-handle-exit): Bind inhibit-read-only.
12848
12849 * textmodes/ispell.el (ispell-command-loop): Use with-no-warnings.
12850 (ispell-message): Likewise.
12851 (ispell-show-choices): Don't call get-buffer-window uselessly.
12852 (ispell-init-process): Use set-process-query-on-exit-flag.
12853
12854 2004-10-16 Kim F. Storm <storm@cua.dk>
12855
12856 * fringe.el (fringe-bitmaps): Only initialize when defined.
12857
12858 * pcvs.el (cvs-mode-view-file, cvs-mode-view-file-other-window): Add.
12859 (cvs-mode-find-file): Add optional `view' arg to enter view mode.
12860
12861 * pcvs-defs.el (cvs-mode-map): Bind v to cvs-mode-view-file.
12862
12863 2004-10-15 Simon Josefsson <jas@extundo.com>
12864
12865 * net/password.el: Add.
12866
12867 2004-10-14 Masatake YAMATO <jet@gyve.org>
12868
12869 * progmodes/gud.el (gdb-script-beginning-of-defun): New function.
12870 (gdb-script-end-of-defun): New function.
12871 (gdb-script-mode): Use `gdb-script-beginning-of-defun' and
12872 `gdb-script-end-of-defun' as *-of-defun-function.
12873
12874 2004-10-13 Daniel Pfeiffer <occitan@esperanto.org>
12875
12876 * button.el (button-activate): Allow a marker to display as an action.
12877
12878 * help-fns.el (describe-variable): Use it to make "below" a hyperlink.
12879
12880 * help.el (describe-mode): Use it to make minor mode list into
12881 hyperlinks.
12882
12883 2004-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
12884
12885 * vc.el (vc-annotate-display-select): Fix typo.
12886
12887 * subr.el (substitute-key-definition-key): New function.
12888 (substitute-key-definition): Use it with map-keymap.
12889 (event-modifiers): Use push.
12890 (mouse-movement-p, with-temp-buffer): Simplify.
12891
12892 2004-10-12 Jay Belanger <belanger@truman.edu>
12893
12894 * calc/calc-help.el (calc-help-function-list, calc-help-variable-list):
12895 New variables.
12896 (calc-help-index-entries): New function.
12897 (calc-describe-function): Use `calc-help-function-list' instead of
12898 obarray for completion.
12899 (calc-describe-variable): Use `calc-help-variable-list' instead
12900 of obarray for completion.
12901
12902 2004-10-12 Richard M. Stallman <rms@gnu.org>
12903
12904 * info-look.el (info-lookup-file): Add info-file property.
12905 (info-lookup-symbol): Likewise.
12906
12907 * info.el (info-xref): Add underlining.
12908 (info): Add info-file property.
12909 (Info-find-emacs-command-nodes): Specify case-sensitive search.
12910
12911 2004-10-12 Michael Albinus <michael.albinus@gmx.de>
12912
12913 Sync with Tramp 2.0.45.
12914
12915 * net/tramp.el (top): Apply `def-edebug-spec' only if function is
12916 defined. This is not the case for XEmacs without package "edebug".
12917 (tramp-set-auto-save-file-modes): Set permissions of autosaved
12918 remote files to the permissions of the original file. This is not
12919 the case for Emacs < 21.3.50 and XEmacs < 21.5. Add function to
12920 `auto-save-hook'. Reported by Thomas Prokosch <thomas@nadev.net>.
12921 (tramp-perl-decode): Fix an error in Perl implementation.
12922 $pending must be cleared every loop. Reported by Benjamin Place
12923 <benjaminplace@sprintmail.com>
12924
12925 * net/tramp-smb.el (tramp-smb-advice-PC-do-completion):
12926 Don't activate advice during definition. This is done later on,
12927 depending on test result of `substitute-in-file-name'.
12928 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
12929
12930 2004-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
12931
12932 * pcvs-parse.el (cvs-parse-commit): Fix parsing for new commit message.
12933
12934 * emacs-lisp/lisp.el (mark-sexp): Preserve direction when repeating.
12935
12936 2004-10-12 David Ponce <david@dponce.com>
12937
12938 * recentf.el (recentf-edit-list): Update the menu when the recentf
12939 list has been modified.
12940
12941 2004-10-12 Simon Josefsson <jas@extundo.com>
12942
12943 * net/tls.el (tls-certtool-program): New variable.
12944 (tls-certificate-information): New function, based on
12945 ssl-certificate-information.
12946
12947 2004-10-12 Kenichi Handa <handa@m17n.org>
12948
12949 * international/mule.el (coding-system-equal): Move from mule-util.el.
12950
12951 * international/mule-util.el (coding-system-equal): Move to mule.el.
12952
12953 2004-10-12 Kim F. Storm <storm@cua.dk>
12954
12955 * kmacro.el (kmacro-insert-counter, kmacro-add-counter): Use and
12956 reset kmacro-initial-counter-value if set.
12957 (kmacro-set-counter): Only set kmacro-counter if defining or executing
12958 macro. Set kmacro-initial-counter-value otherwise. Never set both.
12959 (kmacro-display): Show macro counter if non-zero.
12960
12961 * subr.el (substitute-key-definition): Mention command remapping
12962 in doc string.
12963
12964 2004-10-11 Jay Belanger <belanger@truman.edu>
12965
12966 * calc/calc-misc.el (calc-info-goto-node): New function.
12967 (calc-tutorial, calc-info-summary): Go to appropriate Calc info
12968 node in one step.
12969 (calc-describe-copying, calc-describe-distribution)
12970 (calc-describe-thing, calc-describe-no-warranty, calc-describe-key):
12971 Go to appropriate info node in one step.
12972
12973 2004-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
12974
12975 * pcvs-defs.el (pcl-cvs-load-hook): Remove unused var.
12976
12977 * font-lock.el (font-lock-apply-highlight): Fix last change.
12978
12979 2004-10-11 Simon Josefsson <jas@extundo.com>
12980
12981 * mail/smtpmail.el (smtpmail-open-stream): Look for
12982 starttls-gnutls-program instead of starttls-program iff
12983 starttls-use-gnutls is non-nil.
12984 (smtpmail-open-stream): Don't overwrite user settings of
12985 starttls-extra-arguments and starttls-extra-args.
12986
12987 2004-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
12988
12989 * comint.el (comint-mouse-insert-input): Remove.
12990 (comint-insert-input): Make it work for mouse bindings.
12991 (comint-mode-map): Move defs into the declaration.
12992 (comint-output-filter): Typo.
12993
12994 * diff-mode.el (diff-current-defun): Fix 2004-06-13's change.
12995
12996 2004-10-10 Kai Grossjohann <kai.grossjohann@gmx.net>
12997
12998 * net/ange-ftp.el (ange-ftp-remote-shell): Remove variable.
12999 (ange-ftp-call-chmod): Reference remote-shell-program instead of
13000 ange-ftp-remote-shell.
13001
13002 2004-10-10 Andreas Schwab <schwab@suse.de>
13003
13004 * emacs-lisp/byte-opt.el (byte-optimize-backward-word): Optimize
13005 `(backward-word)' to `(forward-word -1)', not `(forward-char -1)'.
13006 Reported by <sri@asu.edu>.
13007
13008 2004-10-10 Benjamin Rutt <brutt@bloomington.in.us>
13009
13010 * vc.el (vc-annotate-mode): Remove variable.
13011 (vc-annotate-display-select): Only call vc-annotate-mode
13012 if we're not in that mode already.
13013
13014 2004-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
13015
13016 * imenu.el (imenu--completion-buffer): Don't return t for rescan.
13017 (imenu-choose-buffer-index): Check here for rescan instead.
13018
13019 * font-lock.el (font-lock-apply-highlight): Explicitly check the case
13020 where the face expression evals to nil.
13021
13022 * textmodes/tex-mode.el (tex-font-lock-append-prop): New fun.
13023 (tex-font-lock-keywords-2): Use it.
13024 (tex-font-lock-syntactic-keywords): Fix the `verbatim' treatment.
13025
13026 * emacs-lisp/lisp-mode.el (lisp-fill-paragraph): Fix backslashes.
13027
13028 2004-10-09 Kim F. Storm <storm@cua.dk>
13029
13030 * subr.el (progress-reporter-update): Define before first usage.
13031 (make-progress-reporter): Doc fix.
13032
13033 2004-10-09 Luc Teirlinck <teirllm@auburn.edu>
13034
13035 * textmodes/paragraphs.el (sentence-end-double-space)
13036 (sentence-end-without-period, sentence-end-without-space)
13037 (sentence-end): Doc fixes.
13038
13039 2004-10-08 Peter Seibel <peter@javamonkey.com> (tiny change)
13040
13041 * emacs-lisp/lisp-mode.el (lisp-fill-paragraph):
13042 Change paragraph-start regexp so we don't fill code starting with #'(.
13043
13044 2004-10-08 Sebastien Kirche <seki@seki.fr> (tiny change)
13045
13046 * mail/mail-extr.el (mail-extr-ignore-realname-equals-mailbox-name):
13047 New defcustom.
13048 (extract-address-components): Use it.
13049
13050 2004-10-08 Paul Pogonyshev <pogonyshev@gmx.net>
13051
13052 * subr.el (make-progress-reporter, progress-reporter-update)
13053 (progress-reporter-force-update, progress-reporter-do-update)
13054 (progress-reporter-done): New functions.
13055
13056 * tar-mode.el (tar-summarize-buffer): Use progress reporter.
13057
13058 * progmodes/etags.el (etags-tags-completion-table): Use progress
13059 reporter.
13060 (etags-tags-apropos): Likewise.
13061
13062 2004-10-08 Alan Mackenzie <acm@muc.de>
13063
13064 * isearch.el (isearch-yank-line): C-y yanks to next EOL, not end
13065 of current line.
13066
13067 2004-10-08 Masatake YAMATO <jet@gyve.org>
13068
13069 * server.el (server-process-filter): Wrap `process-send-region'
13070 by `condition-case' to guard the case when the pipe to PROC is closed.
13071
13072 2004-10-07 Mark A. Hershberger <mah@everybody.org>
13073
13074 * xml.el (xml-substitute-special): Limit handling of external entities.
13075
13076 2004-10-06 Nick Roberts <nickrob@snap.net.nz>
13077
13078 * progmodes/gdb-ui.el (gdb-ann3): (Re-)initialize gdb-input-queue.
13079
13080 2004-10-06 John Paul Wallington <jpw@gnu.org>
13081
13082 * xml.el (xml-parse-dtd): Fix `error' call.
13083
13084 2004-10-05 Mark A. Hershberger <mah@everybody.org>
13085
13086 * xml.el (xml-substitute-special): Return a single string instead
13087 of a list of strings if an entity substitution is made.
13088
13089 2004-10-05 Ulf Jasper <ulf.jasper@web.de>
13090
13091 * calendar/icalendar.el: New file.
13092
13093 2004-10-05 Juri Linkov <juri@jurta.org>
13094
13095 * isearch.el (isearch-done): Set mark after running hook.
13096 Reported by Drew Adams <drew.adams@oracle.com>.
13097
13098 * info.el (Info-history, Info-toc): Fix Info headers.
13099 (Info-toc): Narrow buffer before Info-fontify-node.
13100 (Info-build-toc): Don't check for special Info file names.
13101 Set main-file to nil if Info-find-file returns a symbol.
13102
13103 2004-10-05 Emilio C. Lopes <eclig@gmx.net>
13104
13105 * calendar/calendar.el (calendar-goto-iso-week): Add autoload.
13106 (calendar-mode-map): Add binding for `calendar-goto-iso-week'.
13107 * calendar/cal-menu.el (calendar-mode-map): Ditto.
13108
13109 2004-10-05 Glenn Morris <gmorris@ast.cam.ac.uk>
13110
13111 * calendar/cal-iso.el (calendar-iso-read-args): New function,
13112 for old interactive spec from calendar-goto-iso-date.
13113 (calendar-goto-iso-date): Use it.
13114 (calendar-goto-iso-week): New function. Suggested by Emilio
13115 C. Lopes <eclig@gmx.net>.
13116
13117 2004-10-04 Luc Teirlinck <teirllm@auburn.edu>
13118
13119 * textmodes/enriched.el (enriched-mode-map): Give `set-left-margin' and
13120 `set-right-margin' bindings that follow the minor mode conventions.
13121
13122 2004-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
13123
13124 * textmodes/tex-mode.el (tex-dvi-view-command): Use `yap' on w32.
13125 (tex-font-lock-keywords-1): Add url and nolinkurl for args with `_'.
13126 (latex-block-args-alist): Add minipage and picture.
13127 (latex-block-body-alist): Use reftex-label if enabled.
13128 (latex-insert-block): Don't insert a \n if not necessary.
13129 (tex-compile-commands): Make sure dvips doesn't send to printer.
13130 (tex-compile-default): Handle the case where no executable is found.
13131 (latex-noindent-environments): New var.
13132 (latex-find-indent): Use it. Take an empty line as an arg-breaker.
13133 If tex-indent-allhanging is non-nil, make sure we only align for macros
13134 at beginning of line.
13135
13136 2004-10-03 Daniel Pfeiffer <occitan@esperanto.org>
13137
13138 * newcomment.el (comment-beginning): Doc fix and don't choke on
13139 unset `comment-end-skip' when at beginning of comment.
13140
13141 2004-10-02 Dan Nicolaescu <dann@ics.uci.edu>
13142
13143 * term.el (term-adjust-current-row-cache): Don't allow the current
13144 row to become negative.
13145 (term-emulate-terminal): Fix insert mode. Handle tab insertion at
13146 the end of the line. Fix scroll down. Add comments.
13147 (term-handle-ansi-escape): Don't exceed terminal width when moving
13148 right.
13149 (term-scroll-region): Move the cursor after setting the scroll region.
13150
13151 2004-10-01 Luc Teirlinck <teirllm@auburn.edu>
13152
13153 * indent.el (set-left-margin, set-right-margin): Rename `lm' arg
13154 to `width' for consistency with docstring. Doc fix.
13155
13156 2004-10-01 Martin Stjernholm <bug-cc-mode@gnu.org>
13157
13158 * progmodes/cc-langs.el: Load cl here since cc-defs doesn't do it.
13159 This is necessary for derived modes.
13160
13161 2004-09-30 Kim F. Storm <storm@cua.dk>
13162
13163 * kmacro.el (kmacro-lambda-form, kmacro-extract-lambda): Add.
13164 (kmacro-bind-to-key, kmacro-name-last-macro): Use kmacro-lambda-form.
13165
13166 * edmacro.el: Require kmacro to use the new kmacro-lambda-form and
13167 kmacro-extract-lambda functions.
13168 (edit-kbd-macro): Handle kmacro lambda forms.
13169 Include counter and counter format in edit buffer.
13170 (edmacro-finish-edit): Get counter and format from edit buffer and
13171 update kmacro bindings when found.
13172
13173 2004-09-29 Luc Teirlinck <teirllm@auburn.edu>
13174
13175 * textmodes/paragraphs.el (forward-paragraph):
13176 Avoid args-out-of-range error when point winds up at the beginning of
13177 the buffer and hard newlines are enabled.
13178
13179 * newcomment.el (comment-multi-line): Doc fix.
13180
13181 2004-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
13182
13183 * diff-mode.el (diff-file-header-re): Tighten up regexp a tiny bit.
13184 (diff-fixup-modifs): Catch unified-diff file-headers.
13185
13186 2004-09-29 Kim F. Storm <storm@cua.dk>
13187
13188 * progmodes/gdb-ui.el (breakpoint): Define as fringe bitmap.
13189 (gdb-mouse-toggle-breakpoint): Fix fringe-bitmaps-at-pos usage.
13190 (gdb-put-breakpoint-icon): Use breakpoint bitmap.
13191
13192 * fringe.el (fringe-bitmap-p): New macro.
13193 (fringe-bitmaps): Add standard fringe bitmaps on load.
13194
13195 2004-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
13196
13197 * dired.el (dired-view-command-alist): Use more efficient regexps.
13198 Remove dubious arguments.
13199 (dired-align-file): New function.
13200 (dired-insert-directory): Use it.
13201 (dired-move-to-end-of-filename): Make the " -> " search more specific.
13202 (dired-buffers-for-dir): Remove unused var `pattern'.
13203
13204 2004-09-28 Matthew Mundell <matt@mundell.ukfsn.org>
13205
13206 * calendar/diary-lib.el (list-diary-entries): Save diary buffer
13207 from diary display excursion. Store diary buffer's point for
13208 `simple-diary-display'.
13209 (simple-diary-display): Set window point and start when
13210 displaying buffer, to preserve point.
13211
13212 2004-09-27 Luc Teirlinck <teirllm@auburn.edu>
13213
13214 * textmodes/enriched.el (enriched-translations): Replace defconst
13215 with defvar.
13216
13217 2004-09-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
13218
13219 * printing.el: Doc fix.
13220 (pr-version): New version number (6.8.1).
13221 (pr-ps-file-using-ghostscript): Use make-temp-file instead of
13222 make-temp-name.
13223 (pr-delete-file): Check if file exists before deleting it.
13224 Reported by Lennart Borgman <lennart.borgman.073@student.lu.se>.
13225
13226 2004-09-26 Stefan Monnier <monnier@iro.umontreal.ca>
13227
13228 * term.el (term-display-table): New variable.
13229 (term-mode): Use it.
13230 (term-exec-1): Set the coding system to binary.
13231 (term-emulate-terminal): Decode the string before inserting it.
13232
13233 2004-09-26 Dan Nicolaescu <dann@ics.uci.edu>
13234
13235 * term.el (term-ansi-at-eval-string, term-ansi-default-fg)
13236 (term-ansi-default-bg, term-ansi-current-temp): Delete unused vars.
13237 (map): Bind S-prior, S-next and S-insert.
13238 (term-mode): Set `indent-tabs-mode' to nil.
13239 (term-paste): New function to be bound to S-insert.
13240 (term-send-del, term-send-backspace): Change the strings sent.
13241 (term-termcap-format): Synchronize with etc/e/eterm.ti.
13242 (term-handle-colors-array): Fix handling of underline and reverse.
13243 (term-handle-ansi-escape): Do not handle smcup/rmcup. Add comments.
13244 (term-erase-in-line): Fix comparison.
13245 (term-emulate-terminal): Fix line wrap handling.
13246 (term-start-output-log): Rename from `term-set-output-log'.
13247 (term-stop-output-log): Rename from `term-stop-photo'.
13248 (term-switch-to-alternate-sub-buffer): Comment out, unused.
13249
13250 2004-09-25 Stefan Monnier <monnier@iro.umontreal.ca>
13251
13252 * dired.el (dired-move-to-filename): Don't output a message if
13253 raise-error is non-nil. Fix return position and value.
13254
13255 * files.el (insert-directory): Obey --dired even with symlinks.
13256
13257 2004-09-25 Lars Hansen <larsh@math.ku.dk>
13258
13259 * ls-lisp.el (ls-lisp-format): Mark file names with property
13260 dired-filename.
13261
13262 2004-09-25 Kim F. Storm <storm@cua.dk>
13263
13264 * ido.el (ido-max-directory-size): New defcustom.
13265 (ido-decorations): Add "too big" element.
13266 (ido-directory-too-big): New dynamic var.
13267 (ido-may-cache-directory): Don't cache big directories.
13268 (ido-directory-too-big-p): New defun.
13269 (ido-set-current-directory): Update ido-directory-too-big.
13270 (ido-read-internal): Make empty ido-cur-item if too-big.
13271 (ido-buffer-internal): Use ido-read-internal directly instead of
13272 ido-read-buffer.
13273 (ido-file-internal): Init ido-directory-too-big.
13274 (ido-complete): <TAB> If ido-directory-too-big is set, clear it,
13275 and redo completion with full list.
13276 (ido-toggle-ignore): <C-a> If ido-directory-too-big is set, clear
13277 it, and show completions.
13278 (ido-all-completions): Let bind ido-directory-too-big to nil.
13279 (ido-exhibit): Handle ido-directory-too-big.
13280 (ido-read-buffer): Handle fallback to read-buffer.
13281 Init ido-directory-too-big.
13282 (ido-read-file-name, ido-read-directory-name, ido-completing-read):
13283 Init ido-directory-too-big.
13284
13285 2004-09-24 Luc Teirlinck <teirllm@auburn.edu>
13286
13287 * subr.el (delay-mode-hooks): Doc fix.
13288
13289 2004-09-23 Luc Teirlinck <teirllm@auburn.edu>
13290
13291 * textmodes/enriched.el
13292 (enriched-default-text-properties-local-flag): New variable.
13293 (enriched-mode): Make sure that enabling and disabling the mode is
13294 a no-op. Doc fix.
13295
13296 2004-09-23 H\e,Ae\e(Bkon Malmedal <hmalmedal@yahoo.no> (tiny change)
13297
13298 * calendar/holidays.el (holiday-advent): Report on a specified day
13299 offset from advent, not just advent.
13300 (holiday-easter-etc): Report on one specified day offset from
13301 easter, not all easter holidays. Various Easter holidays moved to
13302 `christian-holidays' variable in calendar.el.
13303 * calendar/calendar.el (christian-holidays): Adapt for new
13304 behavior of `holiday-advent' and `holiday-easter-etc' functions.
13305
13306 2004-09-23 Kim F. Storm <storm@cua.dk>
13307
13308 * image.el (insert-sliced-image): Add doc string.
13309
13310 * ido.el (ido-choice-list): New dynamic var for `list' context.
13311 (ido-context-switch-command): New dynamic var.
13312 (ido-define-mode-map): Generalize switch between file/buffer contexts.
13313 (ido-read-internal): Handle new `list' context.
13314 Handle insert-buffer and insert-file ido-exit values.
13315 (ido-buffer-internal): New arg switch-cmd. Use it to setup
13316 ido-context-switch-command. Handle insert-file ido-exit value.
13317 (ido-read-buffer): Set ido-context-switch-command to 'ignore
13318 unless it is already bound by caller.
13319 (ido-file-internal): New arg switch-cmd. Use it to setup
13320 ido-context-switch-command. Handle insert-buffer ido-exit value.
13321 (ido-enter-insert-buffer, ido-enter-insert-file): New commands
13322 used for context switching.
13323 (ido-all-completions): Handle new `list' context.
13324 (ido-make-choice-list): Return choices for `list' context.
13325 (ido-find-file-in-dir, ido-display-file, ido-write-file)
13326 (ido-display-buffer, ido-kill-buffer): Disable context switching.
13327 (ido-insert-buffer, ido-insert-file): Setup context switching.
13328 (ido-exhibit): Handle `list' context.
13329 (ido-read-file-name): Disable context switching. Handle fallback.
13330 (ido-read-directory-name): Disable context switching.
13331 (ido-completing-read): New defun like completing-read. Setup and
13332 use new `list' context.
13333
13334 2004-09-20 Jesper Harder <harder@ifa.au.dk>
13335
13336 * progmodes/tcl.el (inferior-tcl): Use pop-to-buffer.
13337
13338 2004-09-21 Jay Belanger <belanger@truman.edu>
13339
13340 * calc/calc-graph.el (calc-graph-add-curve): Move the call to
13341 `calc-graph-set-styles' so the gnuplot buffer will appear in a
13342 separate window.
13343
13344 2004-09-21 Luc Teirlinck <teirllm@auburn.edu>
13345
13346 * subr.el (after-change-major-mode-hook): Doc fix.
13347
13348 2004-09-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
13349
13350 * printing.el: Doc fix. Add a new tip about the use of gsprint instead
13351 of ghostscript for monochrome PostScript file in Windows.
13352
13353 2004-09-21 Kenichi Handa <handa@m17n.org>
13354
13355 * descr-text.el (describe-char): Checking of quail activation fixed.
13356
13357 2004-09-21 Jay Belanger <belanger@truman.edu>
13358
13359 * calc/calc.el (calc-mode-var-list): Remove unnecessary quotes.
13360
13361 2004-09-20 Luc Teirlinck <teirllm@auburn.edu>
13362
13363 * subr.el (run-mode-hooks): Run `after-change-major-mode-hook'
13364 after the mode hooks instead of before. Doc fix.
13365
13366 2004-09-20 Jason Rumney <jasonr@gnu.org>
13367
13368 * startup.el (command-line) [windows-nt]: Try .emacs first, then
13369 _emacs, but revert to .emacs if neither exists in home directory.
13370
13371 2004-09-20 John Paul Wallington <jpw@gnu.org>
13372
13373 * bindings.el (completion-ignored-extensions): Add .dfsl.
13374
13375 2004-09-20 Richard M. Stallman <rms@gnu.org>
13376
13377 * bindings.el (scroll-left): Make it disabled.
13378
13379 * files.el (enable-local-eval): Doc fix.
13380
13381 * indent.el (move-to-left-margin): Special case for minibuffer.
13382
13383 * term.el (term-emulate-terminal): Turn off undo for output.
13384 Use with-current-buffer and save-selected-window.
13385
13386 * eshell/esh-ext.el (eshell-explicit-command-char): Doc fix.
13387
13388 * progmodes/make-mode.el (makefile-fill-paragraph):
13389 Don't insist on spaces when looking for comments. # is enough.
13390
13391 * files.el (hack-local-variables): Copy the variables list
13392 to another buffer, strip prefixes and suffixes there, then read.
13393 (enable-local-eval): Doc fix.
13394 (ignored-local-variables): Initialize to nil.
13395 (risky-local-variable-p): Don't check ignored-local-variables here.
13396 (hack-one-local-variable): Ignore var if in ignored-local-variables.
13397
13398 2004-09-20 Dan Nicolaescu <dann@ics.uci.edu>
13399
13400 * progmodes/sh-script.el (sh-mode-default-syntax-table): Set syntax
13401 of = to "." (punctuation).
13402
13403 2004-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
13404
13405 * subr.el (event-basic-type): Fix mask (extend to 22bits).
13406
13407 2004-09-18 Luc Teirlinck <teirllm@auburn.edu>
13408
13409 * textmodes/enriched.el (enriched-rerun-flag): New variable.
13410 (enriched-before-change-major-mode): New function.
13411 Add it to `change-major-mode-hook'.
13412 (enriched-after-change-major-mode): New function.
13413 Add it to `after-change-major-mode-hook'.
13414 (enriched-mode): Make it work correctly if called from
13415 `after-change-major-mode-hook'.
13416 No longer set `indent-line-function'.
13417
13418 * simple.el (fundamental-mode): Run `after-change-major-mode-hook'.
13419
13420 * subr.el (after-change-major-mode-hook): New variable.
13421 (run-mode-hooks): Implement it.
13422
13423 2004-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
13424
13425 * battery.el (battery-linux-proc-apm): Use string-to-number.
13426 (battery-linux-proc-acpi): Ignore all hidden files in the battery dir.
13427 Use dolist (and less indentation). Use erase-buffer.
13428 Pre-initialize `design-capacity', `warn', and `low'.
13429 (battery-format): Use replace-regexp-in-string.
13430
13431 2004-09-18 Ralph Schleicher <rs@nunatak.allgaeu.org>
13432
13433 * battery.el: Delete superfluous empty lines.
13434 (battery-linux-proc-acpi): Attempt to gather information from all
13435 battery subdirectories regardless of their file name.
13436 (battery-linux-proc-apm): Replace all occurrences of
13437 battery-hex-to-int-2 with string-to-int (base 16).
13438 (battery-hex-to-int-2, battery-hex-to-int): Delete functions.
13439 (battery-hex-map): Delete variable.
13440
13441 2004-09-18 John Paul Wallington <jpw@gnu.org>
13442
13443 * calc/calc-units.el (calc-quick-units): Fix overzealous
13444 s/or/unless/.
13445
13446 2004-09-17 Jay Belanger <belanger@truman.edu>
13447
13448 * calc/calc.el (calc-mode-var-list): Fix the value of
13449 `calc-matrix-brackets'.
13450
13451 2004-09-17 Romain Francoise <romain@orebokech.com>
13452
13453 * ibuf-ext.el (define-ibuffer-filter filename):
13454 Expand dired-directory since buffer-file-name is absolute.
13455
13456 2004-09-17 Dan Nicolaescu <dann@ics.uci.edu>
13457
13458 * ediff-init.el (ediff-current-diff-face-A)
13459 (ediff-current-diff-face-B, ediff-current-diff-face-C)
13460 (ediff-current-diff-face-Ancestor)
13461 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
13462 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
13463 (ediff-even-diff-face-A, ediff-even-diff-face-B)
13464 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
13465 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
13466 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
13467 Use min-colors.
13468
13469 * term.el (term-down): Perform vertical motion if DOWN is negative.
13470 (term-exec-1): Set both TERMCAP and TERMINFO unconditionally.
13471 (term-termcap-format): Synchronize with the eterm terminfo entry
13472 in etc/e/eterm.ti.
13473 (term-handle-colors-array): If the current foreground or
13474 background are zero (i.e. unspecified), use the foreground and
13475 background of the default face for reverse video.
13476 (term-ansi-at-eval-string, term-ansi-default-fg)
13477 (term-ansi-default-bg, term-ansi-current-temp): Delete unused variable.
13478 (term-mem): Delete unused function.
13479 (term-protocol-version): Increment.
13480 (term-current-face): Set to default.
13481
13482 2004-09-15 Jay Belanger <belanger@truman.edu>
13483
13484 * calc/calc.el (calc-mode-var-list): Define this variable.
13485 (calc-always-load-extensions, calc-line-numbering)
13486 (calc-line-breaking, calc-display-just, calc-display-origin)
13487 (calc-number-radix, calc-leading-zeros, calc-group-digits)
13488 (calc-group-char, calc-point-char, calc-frac-format)
13489 (calc-prefer-frac, calc-hms-format, calc-date-format)
13490 (calc-float-format, calc-full-float-format, calc-complex-format)
13491 (calc-complex-mode, calc-infinite-mode, calc-display-strings)
13492 (calc-matrix-just, calc-break-vectors, calc-full-vectors)
13493 (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
13494 (calc-matrix-brackets, calc-language, calc-language-option)
13495 (calc-left-label, calc-right-label, calc-word-size)
13496 (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
13497 (calc-display-raw, calc-internal-prec, calc-angle-mode)
13498 (calc-algebraic-mode, calc-incomplete-algebraic-mode)
13499 (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
13500 (calc-window-height, calc-display-trail, calc-show-selections)
13501 (calc-use-selections, calc-assoc-selections)
13502 (calc-display-working-message, calc-auto-why, calc-timing)
13503 (calc-mode-save-mode, calc-standard-date-formats)
13504 (calc-autorange-units, calc-was-keypad-mode, calc-full-mode)
13505 (calc-user-parse-tables, calc-gnuplot-default-device)
13506 (calc-gnuplot-default-output, calc-gnuplot-print-device)
13507 (calc-gnuplot-print-output, calc-gnuplot-geometry)
13508 (calc-graph-default-resolution, calc-graph-default-resolution-3d)
13509 (calc-invocation-macro, calc-show-banner): Give these values as
13510 part of `calc-mode-var-list's initialization after the variables
13511 are declared with defvar.
13512 (calc-bug-address): Change email address to send bug reports to.
13513 Change the maintainer address at the top.
13514 (calc-mode): Compare `calc-settings-file' to `user-init-file' rather
13515 than "\\.emacs" to determine if it is the user-init-file.
13516
13517 * calc/calc-embed.el (calc-embedded-set-modes): Use
13518 `calc-mode-var-list' correctly.
13519
13520 2004-09-15 Thien-Thi Nguyen <ttn@gnu.org>
13521
13522 * vc.el (annotate-time): Document point handling.
13523 (vc-annotate-display-autoscale): Doc fix.
13524
13525 2004-09-15 Miles Bader <miles@gnu.org>
13526
13527 * generic.el (generic-make-keywords-list): Use symbol rather than
13528 word anchors in regexp.
13529
13530 2004-09-14 Sean O'Rourke <sorourke@cs.ucsd.edu>
13531
13532 * ibuf-ext.el (define-ibuffer-filter filename): If buffer has
13533 no file name consider `dired-directory'.
13534
13535 2004-09-14 Kim F. Storm <storm@cua.dk>
13536
13537 * faces.el (cursor): Add face-no-inherit property. Doc fix.
13538
13539 2004-09-14 Simon Josefsson <jas@extundo.com>
13540
13541 * files.el (auto-mode-alist): Map .soa and .zone to dns-mode.
13542
13543 * textmodes/dns-mode.el: Add.
13544
13545 2004-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
13546
13547 * novice.el (disabled-command-hook): Use shorthand for obsolescence.
13548 (disabled-command-function): Make the ?\ char more obvious.
13549
13550 * vc-arch.el (vc-arch-root, vc-arch-registered):
13551 * vc-mcvs.el (vc-mcvs-root, vc-mcvs-registered): Use vc-find-root.
13552
13553 2004-09-13 Hovav Shacham <hovav@sha1.stanford.edu>
13554
13555 * windmove.el (windmove-frame-edges): Report coordinates of
13556 outside edges of frame, not inside edges.
13557 (windmove-coordinates-of-position): Convert into wrapper to new
13558 function `windmove-coordinates-of-window-position';
13559 `compute-motion' always applies to selected window.
13560 (windmove-coordinates-of-position): Update documentation to refer
13561 to Emacs 21 Lisp Reference Manual.
13562 (windmove-find-other-window): Fix off-by-one errors for max x,y.
13563
13564 2004-09-13 Kim F. Storm <storm@cua.dk>
13565
13566 * isearch.el (isearch-resume-in-command-history): Rename from
13567 isearch-resume-enabled and change default to nil.
13568
13569 2004-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
13570
13571 * vc-hooks.el (vc-ignore-dir-regexp): New var.
13572 (vc-registered): Use it.
13573 (vc-find-root): New fun.
13574
13575 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
13576 Don't tell to use \\{...} when it's already done.
13577
13578 * textmodes/bibtex.el (bibtex-generate-url-list): Change format.
13579 Provide a sample complex default.
13580 (bibtex-url, bibtex-font-lock-url): Adapt to new format.
13581 (bibtex-entry): Use mapc.
13582
13583 2004-09-12 Kim F. Storm <storm@cua.dk>
13584
13585 * kmacro.el (kmacro-step-edit-prompt): Add "%s" format to message.
13586
13587 * emulation/cua-rect.el (cua--rectangle-operation): Let bind
13588 inhibit-field-text-motion to t so rectangles work in comint buffers.
13589
13590 * simple.el (choose-completion-string): Set buffer before running
13591 choose-completion-string-functions hook so it can be buffer-local.
13592
13593 2004-09-12 Daniel Pfeiffer <occitan@esperanto.org>
13594
13595 * progmodes/compile.el (compilation-start): Parse command to see
13596 if it starts with a cd, and if so perform it for the *compilation*
13597 buffer. Change the header to reflect this.
13598
13599 2004-09-11 Kim F. Storm <storm@cua.dk>
13600
13601 * ido.el (ido-enable-dot-prefix): Doc fix.
13602 (ido-enable-dot-prefix): New defcustom.
13603 (ido-set-matches1): Use it.
13604
13605 2004-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
13606
13607 * textmodes/bibtex.el (bibtex-mark-active)
13608 (bibtex-run-with-idle-timer): Move the `if' inside the defun.
13609
13610 2004-09-10 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
13611
13612 * textmodes/bibtex.el (bibtex-autokey-titleword-ignore): Regexp is
13613 used in a case insensitive environment.
13614 (bibtex-mode-map): Rearrange order of menus.
13615 (bibtex-quoted-string-re): Obsolete.
13616 (bibtex-complete-key-cleanup): Variable replaced by new function.
13617 (bibtex-font-lock-keywords): Use backquotes.
13618 (bibtex-font-lock-url-regexp): New internal variable.
13619 (bibtex-name-in-field): New optional arg remove-opt-alt to remove
13620 "OPT" and "ALT".
13621 (bibtex-insert-current-kill, bibtex-make-field)
13622 (bibtex-prepare-new-entry, bibtex-yank-pop, bibtex-String): Use unless.
13623 (bibtex-parse-field-text): Simplify.
13624 (bibtex-string=): New helper function.
13625 (bibtex-member-of-regexp): Merge with bibtex-autokey-get-title.
13626 (bibtex-map-entries): Use bibtex-string=.
13627 (bibtex-search-entry): Use not.
13628 (bibtex-enclosing-field): Fix docstring.
13629 (bibtex-assoc-regexp): Obsolete.
13630 (bibtex-format-entry): Use assoc-string and bibtex-string=.
13631 (bibtex-autokey-get-names): Handle empty name field.
13632 (bibtex-parse-strings): Use assoc-string and unless.
13633 (bibtex-complete-string-cleanup): Expansion list is passed as an arg.
13634 Use assoc-string.
13635 (bibtex-pop): Simplify.
13636 (bibtex-mode): Set font-lock-extra-managed-props.
13637 (bibtex-entry-update): Use assoc-string.
13638 (bibtex-parse-entry): Remove "OPT" and "ALT" from FIELD.
13639 (bibtex-autofill-entry): Use bibtex-string=.
13640 (bibtex-print-help-message): Simplify.
13641 (bibtex-find-entry): New optional arg START.
13642 (bibtex-validate): Use bibtex-string= and assoc-string.
13643 Do not call obsolete function compilation-parse-errors.
13644 (bibtex-remove-delimiters): Only remove delimiters if present.
13645 (bibtex-copy-entry-as-kill): Add docstring.
13646 (bibtex-clean-entry): Use bibtex-string=. Handle empty keys.
13647 Detect duplicate keys if bibtex-maintain-sorted-entries is nil.
13648 (bibtex-complete): Use bibtex-predefined-month-strings,
13649 bibtex-string=, and new function bibtex-complete-key-cleanup.
13650 (bibtex-generate-url-list): New variable.
13651 (bibtex-url): New command bound to C-c C-l and mouse-2.
13652 (bibtex-url-map): New local keymap for bibtex-url-mouse.
13653 (bibtex-font-lock-url): New function.
13654
13655 2004-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
13656
13657 * progmodes/grep.el (grep-mode): Remove unnecessary autoload.
13658
13659 2004-09-09 Kim F. Storm <storm@cua.dk>
13660
13661 * kmacro.el (kmacro-bind-to-key): Associate dedicated macro
13662 counter and format with binding.
13663 (kmacro-name-last-macro): New defun. Like name-last-kbd-macro, but
13664 the declared macro uses own macro counter and format. Give symbol
13665 kmacro property.
13666 (kmacro-keymap): Bind kmacro-name-last-macro to n.
13667 (kmacro-start-macro, kmacro-end-macro, kmacro-call-macro)
13668 (kmacro-end-and-call-macro): Doc fix.
13669
13670 2004-09-09 Lars Hansen <larsh@math.ku.dk>
13671
13672 * desktop.el (desktop-clear-preserve-buffers):
13673 Remove make-obsolete-variable.
13674
13675 2004-09-08 Richard M. Stallman <rms@gnu.org>
13676
13677 * buff-menu.el (list-buffers-noselect): Call format-mode-line
13678 with the buffer as argument.
13679
13680 2004-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
13681
13682 * vc-arch.el (vc-arch-state): Fix parsing for `names' method.
13683
13684 2004-09-08 Juri Linkov <juri@jurta.org>
13685
13686 * replace.el (perform-replace): Use `query-replace-descr'.
13687
13688 * cus-start.el (history-delete-duplicates): Specify customization.
13689
13690 * diff-mode.el (diff-mode-map):
13691 * progmodes/compile.el (compilation-mode-map):
13692 * progmodes/grep.el (grep-mode-map):
13693 * replace.el (occur-mode-map): Rename `next-error-follow-mode'
13694 to `next-error-follow-minor-mode'.
13695
13696 2004-09-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13697
13698 * isearch.el (isearch-lazy-highlight-update): Take into account
13699 the case of zero-length match at the search bound.
13700
13701 2004-09-08 Kim F. Storm <storm@cua.dk>
13702
13703 * emulation/cua-rect.el (cua--highlight-rectangle): Fix last
13704 change. Use zero width overlays when necessary.
13705
13706 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
13707
13708 * subr.el (split-string): Docfix.
13709
13710 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
13711
13712 * emacs-lisp/bytecomp.el (byte-compile-generate-call-tree): Doc fix.
13713 (display-call-tree): Ensure newline after caller/calls blocks.
13714
13715 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
13716
13717 * startup.el (command-line-1): Make option
13718 --directory/-L modify `load-path' straight away.
13719
13720 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
13721
13722 * progmodes/grep.el (grep-mode): Use normal autoload cookie.
13723
13724 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
13725
13726 * emacs-lisp/autoload.el (make-autoload):
13727 Handle `define-compilation-mode'.
13728
13729 * emacs-lisp/lisp-mode.el (define-compilation-mode):
13730 Specify `doc-string-elt' property.
13731
13732 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
13733
13734 * bs.el (bs-mode): Doc fix.
13735
13736 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
13737
13738 * info.el (Info-insert-dir): Fix temp buffer leak bug.
13739
13740 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
13741
13742 * play/blackbox.el (bb-trace-ray): Avoid double tracing.
13743
13744 2004-09-08 Kenichi Handa <handa@m17n.org>
13745
13746 * ps-mule.el: Fix old function calls (ps-mule-chars-in-string ->
13747 length, ps-mule-string-char -> aref, ps-mule-next-index -> 1+,
13748 ps-mule-next-point -> 1+).
13749
13750 * composite.el (encode-composition-rule): Add autoload cookie.
13751
13752 2004-09-07 Luc Teirlinck <teirllm@auburn.edu>
13753
13754 * format.el (buffer-auto-save-file-format): Make it permanent local.
13755
13756 2004-09-07 Kim F. Storm <storm@cua.dk>
13757
13758 * emacs-lisp/authors.el (authors-aliases): Add more aliases.
13759 (authors-fixed-entries): Fix typo.
13760 (authors-canonical-author-name): Compact multiple spaces.
13761 Ignore trivial names (e.g. only first name).
13762
13763 * term.el (term-window-width): Only use full window width on
13764 window system if overflow-newline-into-fringe is enabled.
13765 (term-mode): Don't disable overflow-newline-into-fringe.
13766
13767 2004-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
13768
13769 * term/xterm.el (function-key-map): Add bindings for C- and S- cursor
13770 motion as seen on my Mac OS X xterms.
13771
13772 * newcomment.el (uncomment-region-default, comment-region-default):
13773 New functions extracted from uncomment-region and comment-region.
13774 (comment-region, comment-region-function, uncomment-region)
13775 (uncomment-region-function): Use them.
13776
13777 * pcvs-util.el (cvs-string-prefix-p): Use compare-strings.
13778
13779 * pcvs-info.el (cvs-states): Allow `ignore' on NEED-UPDATE.
13780 It's not crucial but can make sense at times.
13781
13782 * vc-arch.el (vc-arch-workfile-version): Handle the special case before
13783 the first commit.
13784
13785 * vc.el (vc-buffer-context, vc-restore-buffer-context):
13786 Disable obsolete code.
13787
13788 2004-09-07 Juri Linkov <juri@jurta.org>
13789
13790 * progmodes/grep.el (grep-highlight-matches): Change default from
13791 `t' to `auto-detect', and type from `boolean' to `choice'. Doc fix.
13792 (grep-compute-defaults): Set `grep-highlight-matches' to `t'
13793 if grep option `--color' is available, or to `nil' otherwise.
13794 (grep-process-setup): Call `grep-compute-defaults' if
13795 `grep-highlight-matches' is not computed. Set env-vars only
13796 if `grep-highlight-matches' is `t'.
13797 (grep-use-null-device): Remove redundant type `boolean' (`choice'
13798 is already defined).
13799
13800 * progmodes/compile.el (compilation-start): Use copy of
13801 `process-environment' created by `copy-sequence' to not
13802 modify env-vars in the global `process-environment'.
13803
13804 2004-09-06 Eli Zaretskii <eliz@gnu.org>
13805
13806 * simple.el (next-error-follow-minor-mode): Fix last change.
13807
13808 2004-09-05 Luc Teirlinck <teirllm@auburn.edu>
13809
13810 * textmodes/paragraphs.el (use-hard-newlines): Make it into a
13811 permanent local.
13812
13813 2004-09-04 Richard M. Stallman <rms@gnu.org>
13814
13815 * isearch.el (isearch-lazy-highlight-new-loop): Don't invoke
13816 highlighting if the search string is empty.
13817
13818 2004-09-04 Luc Teirlinck <teirllm@auburn.edu>
13819
13820 * facemenu.el (facemenu-active-faces): Change condition of inner
13821 `while' loop to also check the first two elements of `face-atts'
13822 and `mask-atts'.
13823
13824 2004-09-04 John Paul Wallington <jpw@gnu.org>
13825
13826 * thumbs.el (thumbs-view-image-mode-map): Fix command name typo.
13827 (thumbs-view-image-mode): Make buffer read-only.
13828
13829 2004-09-04 Christopher J. Madsen <cjm@pobox.com>
13830
13831 * textmodes/ispell.el (ispell-really-aspell): New defvar.
13832 (ispell-check-version): Set it.
13833 (ispell-send-replacement): New function.
13834 (ispell-process-line): Call ispell-send-replacement.
13835
13836 2004-09-04 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
13837
13838 * eshell/em-pred.el (eshell-predicate-help-string): Doc fix.
13839 Support choosing seconds with "s".
13840
13841 2004-09-04 Jari Aalto <jari.aalto@poboxes.com>
13842
13843 * terminal.el (te-escape): Show `?' in prompt for help key.
13844
13845 2004-09-04 Emilio C. Lopes <eclig@gmx.net>
13846
13847 * emacs-lisp/lisp.el (kill-backward-up-list): New function.
13848
13849 2004-09-04 Dan Nicolaescu <dann@ics.uci.edu>
13850
13851 * simple.el (next-error-follow-minor-mode)
13852 (next-error-follow-mode-post-command-hook): New functions.
13853 (next-error-follow-last-line): New defvar.
13854
13855 * diff-mode.el (diff-mode-map): Bind next-error-follow-mode.
13856 * progmodes/compile.el (compilation-mode-map): Likewise.
13857 * progmodes/grep.el (grep-mode-map): Likewise.
13858 * replace.el (occur-mode-map): Likewise.
13859
13860 * newcomment.el (uncomment-region): Bind comment-use-global-state
13861 to nil.
13862
13863 2004-09-03 Luc Teirlinck <teirllm@auburn.edu>
13864
13865 * autorevert.el (auto-revert-handler): Bind `buffer-read-only'
13866 locally around the call to `revert-buffer'.
13867
13868 2004-09-03 Juri Linkov <juri@jurta.org>
13869
13870 * isearch.el (isearch-toggle-regexp): Set `isearch-success' and
13871 `isearch-adjusted' to `t'.
13872 (isearch-toggle-case-fold): Set `isearch-success' to `t'.
13873 (isearch-message-prefix): Add "pending" for isearch-adjusted.
13874 (isearch-other-meta-char): Restore isearch-point unconditionally.
13875 (isearch-query-replace): Add new arg `regexp-flag' and use it.
13876 Set point to start of match if region is not active in transient
13877 mark mode (to include the current match to region boundaries).
13878 Push the search string to `query-replace-from-history-variable'.
13879 Add prompt "Query replace regexp" for isearch-regexp.
13880 Add region beginning/end as last arguments of `perform-replace.'
13881 (isearch-query-replace-regexp): Replace code by the call to
13882 `isearch-query-replace' with arg `t'.
13883
13884 2004-09-03 Richard M. Stallman <rms@gnu.org>
13885
13886 * startup.el (normal-top-level): Undo previous TERM change.
13887
13888 2004-09-03 Kim F. Storm <storm@cua.dk>
13889
13890 * emulation/cua-rect.el (cua--overlay-keymap): New keymap for
13891 highlight overlays; allow using RET when cursor is over a button.
13892 (cua--highlight-rectangle): Use it.
13893 (cua--rectangle-set-corners): Don't move backwards at eol.
13894 (cua--forward-line): Don't move into void after eob.
13895
13896 * emulation/cua-rect.el (cua--rectangle-set-corners): Ensure that
13897 point is set (and displayed) inside rectangle.
13898 (cua--rectangle-operation): Fix for highlight of empty lines.
13899 (cua--highlight-rectangle): Fix highlight for tabs.
13900 Position cursor at left/right edge of rectangle using new `cursor'
13901 property on overlay strings.
13902 (cua--indent-rectangle): Don't tabify.
13903 (cua-rotate-rectangle): Ignore that point has moved.
13904
13905 2004-09-02 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13906
13907 * term/mac-win.el: Add ASCII equivalents for some function keys.
13908 (mode-line-frame-identification): Sync with x-win.el.
13909
13910 2004-09-02 Juri Linkov <juri@jurta.org>
13911
13912 * progmodes/compile.el (compilation-buffer-name): Compare major
13913 mode with second element of compilation-arguments instead of third
13914 to reflect latest changes in compilation-arguments structure.
13915 (recompile): Use global variable `compilation-directory' to get
13916 recent compilation directory only when `recompile' is invoked NOT
13917 in the compilation buffer. Otherwise, use `default-directory' of
13918 the compilation buffer.
13919 (compilation-error-properties): Allow to funcall col and end-col.
13920 (compilation-mode-font-lock-keywords): Check col and end-col by
13921 `integerp'.
13922 (compilation-goto-locus): If end-mk is non-nil in transient mark
13923 mode don't activate the mark (and don't display message in
13924 push-mark), but highlight overlay between mk and end-mk.
13925
13926 * progmodes/grep.el (grep-highlight-matches): New defcustom.
13927 (grep-regexp-alist): Add rule to highlight grep matches.
13928 (grep-process-setup): Set env-vars GREP_OPTIONS and GREP_COLOR.
13929
13930 * info.el (Info-fontify-node): Don't compute other-tag
13931 if Info-hide-note-references=hide.
13932
13933 * help.el (function-called-at-point):
13934 * help-fns.el (variable-at-point):
13935 Try `find-tag-default' when other methods failed.
13936
13937 * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
13938 Do not push mark if inhibit-mark-movement is non-nil.
13939
13940 * textmodes/ispell.el (ispell-html-skip-alists):
13941 Fix backslashes in docstring.
13942
13943 2004-09-01 Juri Linkov <juri@jurta.org>
13944
13945 * isearch.el (isearch-wrap-function)
13946 (isearch-push-state-function): New defvars.
13947 (isearch-pop-fun-state): New defsubst.
13948 (isearch-top-state): Call function saved in `isearch-pop-fun-state'.
13949 (isearch-push-state): Set the result of calling
13950 `isearch-push-state-function' to the `isearch-pop-fun-state' field.
13951 (isearch-cancel): Call function saved in `isearch-pop-fun-state' to
13952 restore the mode-specific starting point of terminated search.
13953 (isearch-abort): Call `isearch-cancel' instead of its duplicated code.
13954 (isearch-repeat): Call `isearch-wrap-function' if defined.
13955 (isearch-message-prefix): Don't add prefix "over" to the message
13956 for wrapped search if `isearch-wrap-function' is defined.
13957 (isearch-search): Call function saved in `isearch-pop-fun-state' to
13958 restore the mode-specific starting point of failed search.
13959
13960 * info.el (Info-search-whitespace-regexp): Fix backslashes.
13961 (Info-search): Add new optional arguments for the sake of isearch.
13962 Replace whitespace in Info-search-whitespace-regexp literally.
13963 Add backward search. Don't call `Info-select-node' if regexp is
13964 found in the same Info node. Don't add node to Info-history for
13965 wrapped isearch.
13966 (Info-search-backward, Info-isearch-search, Info-isearch-wrap)
13967 (Info-isearch-push-state, Info-isearch-pop-state): New funs.
13968 (Info-mode): Set local variables `isearch-search-fun-function',
13969 `isearch-wrap-function', `isearch-push-state-function',
13970 `search-whitespace-regexp'.
13971
13972 * isearch.el: Remove ancient Change Log section.
13973 (isearch-string, isearch-message-string, isearch-point)
13974 (isearch-success, isearch-forward-flag, isearch-other-end)
13975 (isearch-word, isearch-invalid-regexp, isearch-wrapped)
13976 (isearch-barrier, isearch-within-brackets)
13977 (isearch-case-fold-search): Add suffix `-state' to state-related
13978 defsubsts to avoid name clashes with other function names.
13979
13980 * simple.el (next-error): New defgroup and defface.
13981 (next-error-highlight, next-error-highlight-no-select):
13982 New defcustoms.
13983 (next-error-no-select): Let-bind next-error-highlight to the value
13984 of next-error-highlight-no-select before calling `next-error'.
13985
13986 * progmodes/compile.el (compilation-goto-locus):
13987 Use `next-error' face instead of `region'. Set 4-th argument of
13988 `move-overlay' to `current-buffer' to move overlay to different
13989 source buffers. Use new variable `next-error-highlight'.
13990
13991 * simple.el (next-error-find-buffer): Move the rule
13992 "if current buffer is a next-error capable buffer" after the
13993 rule "if next-error-last-buffer is set to a live buffer".
13994 Simplify to test all rules in one `or'.
13995 (next-error): Doc fix.
13996 (next-error, previous-error, first-error)
13997 (next-error-no-select, previous-error-no-select):
13998 Make arguments optional.
13999
14000 2004-08-31 Luc Teirlinck <teirllm@auburn.edu>
14001
14002 * macros.el (apply-macro-to-region-lines): Make it operate on all
14003 lines that begin in the region, rather than on all complete lines
14004 in the region.
14005
14006 2004-08-31 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
14007
14008 * x-dnd.el (x-dnd-protocol-alist): Document update.
14009 (x-dnd-known-types): Defcustom it.
14010 (x-dnd-handle-motif): Print message-atom in error message.
14011
14012 2004-08-30 John Paul Wallington <jpw@gnu.org>
14013
14014 * textmodes/tex-mode.el (tex-validate-buffer): Use distinct
14015 strings rather than programatically constructing message.
14016
14017 2004-08-30 Richard M. Stallman <rms@gnu.org>
14018
14019 * emacs-lisp/lisp-mode.el (prin1-char): Don't turn S-a into A.
14020 Don't return a string that would read as the wrong character code.
14021
14022 2004-08-29 Kim F. Storm <storm@cua.dk>
14023
14024 * emulation/cua-base.el (cua-auto-expand-rectangles):
14025 Remove automatic rectangle padding feature; replace by non-destructive
14026 virtual rectangle edges feature.
14027 (cua-virtual-rectangle-edges): New defcustom.
14028 (cua-auto-tabify-rectangles): New defcustom.
14029 (cua-paste): If paste into a marked rectangle, insert rectangle at
14030 current column, even if virtual; also paste exactly as many lines
14031 as has been marked (ignore additional lines or add empty lines),
14032 but paste whole source if only one line is marked.
14033 (cua--update-indications): No longer use overwrite-cursor to
14034 indicate rectangle padding
14035
14036 * emulation/cua-rect.el (cua--rectangle-padding): Remove.
14037 (cua--rectangle-virtual-edges): New defun.
14038 (cua--rectangle-get-corners): Remove optional PAD arg.
14039 (cua--rectangle-set-corners): Never do padding.
14040 (cua--forward-line): Remove optional PAD arg. Simplify.
14041 (cua-resize-rectangle-right, cua-resize-rectangle-left)
14042 (cua-resize-rectangle-down, cua-resize-rectangle-up):
14043 (cua-resize-rectangle-bot, cua-resize-rectangle-top)
14044 (cua-resize-rectangle-page-up, cua-resize-rectangle-page-down)
14045 (cua--rectangle-move): Never do padding. Simplify.
14046 (cua--tabify-start): New defun.
14047 (cua--rectangle-operation): Add tabify arg. All callers changed.
14048 (cua--pad-rectangle): Remove.
14049 (cua--delete-rectangle): Handle delete with virtual edges.
14050 (cua--extract-rectangle): Add spaces if rectangle has virtual edges.
14051 (cua--insert-rectangle): Handle insert at virtual column.
14052 Perform auto-tabify if necessary.
14053 (cua--activate-rectangle): Remove optional FORCE arg.
14054 Never do padding. Simplify.
14055 (cua--highlight-rectangle): Enhance for virtual edges.
14056 (cua-toggle-rectangle-padding): Remove command.
14057 (cua-toggle-rectangle-virtual-edges): New command.
14058 (cua-sequence-rectangle): Add optional TABIFY arg. Callers changed.
14059 (cua--rectangle-post-command): Don't force rectangle padding.
14060 (cua--init-rectangles): Bind M-p to cua-toggle-rectangle-virtual-edges.
14061
14062 2004-08-28 Luc Teirlinck <teirllm@auburn.edu>
14063
14064 * indent.el (edit-tab-stops-buffer): Doc fix.
14065
14066 2004-08-28 Richard M. Stallman <rms@gnu.org>
14067
14068 * progmodes/grep.el (grep-default-command): Use find-tag-default.
14069 (grep-tag-default): Function deleted.
14070
14071 * subr.el (find-tag-default): Move from etags.el.
14072
14073 * progmodes/etags.el (find-tag-default): Move to subr.el.
14074
14075 * emacs-lisp/lisp-mode.el (prin1-char): Put `shift' modifier
14076 into the basic character if it has an uppercase form.
14077
14078 2004-08-27 Kenichi Handa <handa@m17n.org>
14079
14080 * international/utf-8.el (utf-8-post-read-conversion): If the
14081 buffer is unibyte, temporarily make it multibyte.
14082
14083 2004-08-27 Masatake YAMATO <jet@gyve.org>
14084
14085 * calendar/time-date.el (time-to-seconds): Add autoload cookies.
14086
14087 2004-08-25 John Paul Wallington <jpw@gnu.org>
14088
14089 * textmodes/tex-mode.el (tex-validate-buffer): Distinguish between
14090 0, 1, and many mismatches in message.
14091 (tex-start-shell): Use `set-process-query-on-exit-flag'.
14092
14093 * ielm.el (ielm-tab, ielm-complete-symbol): Doc fix.
14094 (inferior-emacs-lisp-mode): Use `set-process-query-on-exit-flag'.
14095
14096 2004-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
14097
14098 * vc-svn.el (vc-svn-diff): Treat options from vc-svn-diff-switches and
14099 vc-diff-switches differently.
14100
14101 2004-08-22 Luc Teirlinck <teirllm@auburn.edu>
14102
14103 * speedbar.el (speedbar-file-regexp): Give it a phony defvar
14104 before and a real defvar after
14105 `speedbar-supported-extension-expressions'. This is to silence
14106 the compiler without breaking bootstrapping.
14107
14108 2004-08-22 Richard M. Stallman <rms@gnu.org>
14109
14110 * textmodes/flyspell.el (flyspell-word):
14111 Use set-process-query-on-exit-flag.
14112 (flyspell-highlight-duplicate-region): Take POSS as arg.
14113 (flyspell-word): Pass POSS as arg.
14114
14115 * progmodes/ada-xref.el: Many doc and style fixes.
14116 (ada-find-any-references): Use compilation-start.
14117 (ada-get-ali-file-name): Improve error msg.
14118 (ada-get-ada-file-name): Likewise.
14119
14120 * net/ange-ftp.el (ange-ftp-gwp-start, ange-ftp-nslookup-host)
14121 (ange-ftp-start-process): Use set-process-query-on-exit-flag.
14122
14123 * mail/mail-extr.el (mail-extr-all-top-level-domains):
14124 Add forward defvar.
14125
14126 * whitespace.el (global-whitespace-mode): New alias
14127 for whitespace-global-mode.
14128
14129 * speedbar.el (speedbar-file-regexp): Move definition up.
14130 (speedbar-mode, speedbar-set-mode-line-format):
14131 Use with-no-warnings.
14132 (speedbar-emacs-popup-kludge): Delete Emacs 19 alternative.
14133
14134 * simple.el (shell-command-on-region): New arg DISPLAY-ERROR-BUFFER
14135 controls whether to display the error buffer.
14136
14137 * ps-mule.el: Delete compatibility code for old Emacsen.
14138 (ps-mule-find-wrappoint): Don't use chars-in-region.
14139
14140 * frame.el (display-mouse-p, display-selections-p):
14141 Use with-no-warnings.
14142
14143 * font-lock.el (font-lock-set-defaults): Use with-no-warnings.
14144
14145 2004-08-22 David Kastrup <dak@gnu.org>
14146
14147 * textmodes/reftex-auc.el, progmodes/meta-mode.el: Update AUCTeX
14148 information.
14149
14150 * speedbar.el, iswitchb.el, ido.el: Update AUCTeX information.
14151
14152 2004-08-22 Andreas Schwab <schwab@suse.de>
14153
14154 * cvs-status.el: Require pcvs during byte-compiling for defun-cvs-mode.
14155
14156 2004-08-22 Masatake YAMATO <jet@gyve.org>
14157
14158 * cvs-status.el (cvs-status-checkout): New function.
14159 (cvs-status-mode-map): Add a key definition for `cvs-status-checkout'.
14160
14161 2004-08-21 David Kastrup <dak@gnu.org>
14162
14163 * net/ange-ftp.el (ange-ftp-hash-entry-exists-p)
14164 (ange-ftp-file-entry-p, ange-ftp-file-symlink-p): Since the code
14165 has been converted to use hashtables, the relation `nil=none' is
14166 no longer valid, as `nil' is not a hashtable. This patch tries to
14167 reduce the number of resulting errors.
14168
14169 2004-08-21 John Paul Wallington <jpw@gnu.org>
14170
14171 * subr.el (process-kill-without-query): Made obsolete in
14172 version 21.4, not 21.5.
14173
14174 * log-edit.el (vc-comment-ring, vc-comment-ring-index)
14175 (vc-previous-comment, vc-next-comment)
14176 (vc-comment-search-reverse, vc-comment-search-forward)
14177 (vc-comment-to-change-log): Likewise.
14178
14179 * international/latin1-disp.el (latin1-char-displayable-p): Likewise.
14180
14181 2004-08-21 Peter Seibel <peter@javamonkey.com> (tiny patch)
14182
14183 * emacs-lisp/cl-indent.el (lisp-indent-defmethod):
14184 Correct indentation of DEFMETHODS with non-standard method
14185 combinations (e.g., PROGN, MIN, MAX).
14186
14187 2004-08-20 Stefan Monnier <monnier@iro.umontreal.ca>
14188
14189 * startup.el (normal-top-level-add-subdirs-to-load-path):
14190 Avoid unnecessarily checking system-type.
14191 (normal-top-level): Set TERM to "dumb". Simplify.
14192
14193 * avoid.el (mouse-avoidance-ignore-p): New fun.
14194 Also ignore switch-frame, select-window, double, and triple clicks.
14195 (mouse-avoidance-banish-hook, mouse-avoidance-exile-hook)
14196 (mouse-avoidance-fancy-hook): Use it.
14197
14198 2004-08-20 Zoran Milojevic <zoran@sipquest.com> (tiny change)
14199
14200 * avoid.el (mouse-avoidance-nudge-mouse)
14201 (mouse-avoidance-banish-destination): Stay within the current window
14202 to avoid problems with mouse-autoselect-window.
14203
14204 2004-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
14205
14206 * pcvs-parse.el (cvs-parse-table, cvs-parse-commit): Try to adapt to
14207 the newer format of some messages in cvs-1.12.1.
14208
14209 2004-08-19 Masatake YAMATO <jet@gyve.org>
14210
14211 * emacs-lisp/elp.el (elp-results-symname-map): New keymap.
14212 (elp-results-jump-to-definition-by-mouse)
14213 (elp-results-jump-to-definition, elp-output-insert-symname): New funs.
14214 (elp-output-result): Use elp-output-insert-symname.
14215
14216 2004-08-18 Kenichi Handa <handa@m17n.org>
14217
14218 * language/cyrillic.el: Register koi8-r in
14219 ctext-non-standard-encodings-alist.
14220 ("Cyrillic-KOI8"): Add ctext-non-standard-encoding.
14221
14222 2004-08-17 Luc Teirlinck <teirllm@auburn.edu>
14223
14224 * emacs-lisp/copyright.el (copyright-update-year): Delete code
14225 that replaces 20xy with xy.
14226
14227 2004-08-17 John Paul Wallington <jpw@gnu.org>
14228
14229 * emacs-lisp/re-builder.el (reb-mode-map): Define within defvar.
14230 (reb-force-update): Doc fix.
14231
14232 2004-08-16 Richard M. Stallman <rms@gnu.org>
14233
14234 * progmodes/which-func.el (which-func-update-1): Doc fix.
14235
14236 * progmodes/sh-script.el (sh-set-shell): Use sh-mode-abbrev-table.
14237 (sh-mode-abbrev-table): New variable.
14238
14239 * progmodes/compile.el (compilation-mode): Doc fix.
14240
14241 * emacs-lisp/lisp-mode.el (eval-last-sexp):
14242 Don't cons a new symbol each time.
14243 (eval-last-sexp-fake-value): New variable.
14244
14245 * emacs-lisp/copyright.el (copyright-years-regexp): New variable.
14246 (copyright-update-year): Detect continuation of list of years.
14247
14248 * term.el (term-default-fg-color, term-default-bg-color)
14249 (ansi-term-color-vector): Use `unspecified', not nil, as default.
14250
14251 * imenu.el: Several doc fixes: don't say variables are buffer-local.
14252
14253 2004-08-16 Davis Herring <herring@lanl.gov>
14254
14255 * isearch.el (isearch-string, isearch-message-string, isearch-point)
14256 (isearch-success, isearch-forward-flag, isearch-other-end)
14257 (isearch-word, isearch-invalid-regexp, isearch-wrapped)
14258 (isearch-barrier, isearch-within-brackets)
14259 (isearch-case-fold-search): Fix broken `nth'-like calls to `aref'.
14260
14261 2004-08-16 Kenichi Handa <handa@m17n.org>
14262
14263 * ps-mule.el (ps-mule-font-info-database): Fix docstring.
14264
14265 2004-08-15 Kenichi Handa <handa@m17n.org>
14266
14267 * term/x-win.el (x-selection-value): If utf8 was successful but
14268 ctext was not, use utf8 string.
14269
14270 2004-08-14 Davis Herring <herring@lanl.gov>
14271
14272 * isearch.el: Remove accidental changes of March 4. Fix backing
14273 up when a regexp isearch is made more general. Use symbolic
14274 accessor functions for isearch stack frames to make usage clearer.
14275 (search-whitespace-regexp): Made groups in documentation shy (as
14276 is the group in the default value).
14277 (isearch-fallback): New function, addresses problems with regexps
14278 liberalized by `\|', adds support for liberalization by `\}' (the
14279 general repetition construct), and incorporates behavior for
14280 `*'/`?'.
14281 (isearch-}-char): New command, calls `isearch-fallback' with
14282 arguments appropriate to a typed `}'.
14283 (isearch-*-char, isearch-|-char): Now just call `isearch-fallback'
14284 appropriately.
14285 (isearch-mode-map): Bind `}' to `isearch-}-char'.
14286 (isearch-string, isearch-message,string, isearch-point)
14287 (isearch-success, isearch-forward-flag, isearch-other-end)
14288 (isearch-word, isearch-invalid-regexp, isearch-wrapped)
14289 (isearch-barrier, isearch-within-brackets, isearch-case-fold-search):
14290 New inline functions to read fields of a stack frame.
14291
14292 2004-08-14 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at> (tiny change)
14293
14294 * battery.el (battery-linux-proc-acpi): Look into battery
14295 directories matching the literal string "CMB", too (required for
14296 Linux kernel version 2.6.7).
14297
14298 2004-08-14 John Paul Wallington <jpw@gnu.org>
14299
14300 * cus-start.el (read-file-name-completion-ignore-case): Add.
14301 (blink-cursor-alist): Change version to "21.4".
14302
14303 * emacs-lisp/bytecomp.el (forward-word): Allow 0 args.
14304
14305 2004-08-11 Daniel Pfeiffer <occitan@esperanto.org>
14306
14307 * speedbar.el (speedbar-scan-subdirs): New option.
14308 (speedbar-file-lists): Don't ignore file-name case on Unix and use
14309 dolist.
14310 (speedbar-insert-files-at-point): Take an extra argument and use
14311 it to optionally find out if a subdir is empty. Also unreadable
14312 files don't get expand buttons.
14313 (speedbar-directory): New image (unused pixmap already existed).
14314 (speedbar-expand-image-button-alist): Use it.
14315
14316 2004-08-11 Martin Stjernholm <bug-cc-mode@gnu.org>
14317
14318 CC Mode update to 5.30.9:
14319
14320 * progmodes/cc-defs.el, progmodes/cc-vars.el (c-emacs-features):
14321 Move from cc-vars to cc-defs for dependency reasons. Fix the
14322 POSIX char class test to check that it works in
14323 `skip-chars-(forward|backward)' too.
14324
14325 * progmodes/cc-align.el (c-lineup-arglist): Fix bug when the
14326 first argument starts with a special brace list.
14327
14328 * progmodes/cc-engine.el (c-forward-type): Fix promotion bug
14329 when `c-opt-type-concat-key' is used (i.e. in Pike).
14330
14331 * progmodes/cc-engine.el (c-looking-at-special-brace-list):
14332 Fix bug when the inner char pair doesn't have paren syntax,
14333 i.e. "(<>)".
14334
14335 * progmodes/cc-align.el (c-lineup-multi-inher): Made it syntactic
14336 whitespace safe.
14337
14338 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix anchor
14339 position for `arglist-intro', `arglist-cont-nonempty' and
14340 `arglist-close' when there are two arglist open parens on the same
14341 line and there's nothing in front of the first.
14342
14343 * progmodes/cc-fonts.el (c-basic-matchers-before): Fix font
14344 locking of qualified names in Java, which previously could fontify
14345 common indexing expressions in many cases. The standard Java
14346 naming conventions are used to tell them apart.
14347
14348 * progmodes/cc-align.el (c-lineup-whitesmith-in-block):
14349 Fix inconsistency wrt opening parens on the first line inside a paren
14350 block.
14351
14352 * progmodes/cc-defs.el (c-langs-are-parametric): Must be known at
14353 compile time for the sake of `c-major-mode-is'.
14354
14355 (c-mode-is-new-awk-p): Made it a macro to delay expansion of
14356 `c-major-mode-is' in the event that this is used inside a
14357 `c-lang-defconst'.
14358
14359 * progmodes/cc-defs.el (c-major-mode-is): Fix expansion inside
14360 `c-lang-defconst' so that it works better with fallback languages.
14361
14362 * progmodes/cc-defs.el (c-add-language): Fix a typo that caused
14363 it to fail to record the base mode.
14364
14365 * progmodes/cc-engine.el (c-syntactic-re-search-forward):
14366 Fix bug so that it doesn't go past the closing paren when PAREN-LEVEL
14367 is used. Reorder the syntax checks to get more efficient
14368 skipping in some situations.
14369
14370 * progmodes/cc-cmds.el (c-electric-brace): Don't trip up on a line
14371 continuation which might precede the newly inserted '{'.
14372
14373 * progmodes/cc-engine.el (c-syntactic-re-search-forward):
14374 Fix cases where it could loop indefinitely.
14375
14376 * progmodes/cc-fonts.el (c-font-lock-declarators): Handle array
14377 size specs correctly. Only fontify identifiers in front of '('
14378 with as functions - don't accept any paren char. Tighten up
14379 initializer skipping to stop before function and class blocks.
14380
14381 * progmodes/cc-engine.el (c-beginning-of-decl-1): Fix bug where
14382 the point could be left directly after an open paren when finding
14383 the beginning of the first decl in the block.
14384
14385 * progmodes/cc-engine.el (c-parse-state): Don't use the syntax
14386 table when filtering out legitimate open parens to be recorded.
14387 This could cause cache inconsistencies when e.g.
14388 `c++-template-syntax-table' was temporarily in use.
14389
14390 * progmodes/cc-engine.el (c-on-identifier)
14391 (c-simple-skip-symbol-backward): Small fix for handling "-"
14392 correctly in `skip-chars-backward'. Affected the operator lfun
14393 syntax in Pike.
14394
14395 * progmodes/cc-engine.el (c-invalidate-sws-region-after):
14396 Fix bug that could cause an error from `after-change-functions' when
14397 the changed region is at bob.
14398
14399 2004-08-11 Alan Mackenzie <bug-cc-mode@gnu.org>
14400
14401 CC Mode update to 5.30.9:
14402
14403 * progmodes/cc-cmds.el, progmodes/cc-vars.el: Amend doc(-strings)
14404 to say that <TAB> doesn't insert WS into a CPP line.
14405 (c-indent-command, c-tab-always-indent): Amend doc strings.
14406
14407 * progmodes/cc-styles.el, progmodes/cc-engine.el: Add in two
14408 checks for user errors, thus eliminating cryptic and unhelpful
14409 Emacs error messages. (1) Check the arg to `c-set-style' is a
14410 string. (2) Check that settings to `c-offsets-alist' are not
14411 spuriously quoted.
14412
14413 * progmodes/cc-cmds.el (c-electric-brace): Don't delete a comment
14414 which precedes the newly inserted `{'.
14415
14416 2004-08-10 Michael Albinus <michael.albinus@gmx.de>
14417
14418 Sync with Tramp 2.0.44.
14419
14420 * net/tramp.el (tramp-post-connection): Quote $1 and $2 of shell
14421 function "tramp_file_attributes". Otherwise, file names
14422 containing spaces are misinterpreted. Reported by Magnus Henoch
14423 <mange@freemail.hu>.
14424 (tramp-handle-file-truename): FILENAME must be expanded first.
14425 Otherwise, parameters like "/ssh:deego@gnufans.net:~" will return
14426 obscure results. Reported by D. Goel <deego@gnufans.org>.
14427 (tramp-handle-verify-visited-file-modtime): If file does not
14428 exist, say it is not modified if and only if that agrees with the
14429 buffer's record. Check whether a file is visiting the buffer, or
14430 the buffer has no recorded last modification time. Return t in
14431 case the visiting file doesn't exist. Suggested by Luc Teirlinck
14432 <teirllm@auburn.edu>.
14433 (tramp-handle-write-region): Pass modtime explicitly to
14434 `set-visited-file-modtime', because filename can be different
14435 from (buffer-file-name) if `file-precious-flag' is set.
14436 `set-visited-file-modtime' must be called always when `visit' is t
14437 or a string. Suggested by Luc Teirlinck <teirllm@auburn.edu>.
14438 (tramp-handle-set-visited-file-modtime): If `time-list' is not
14439 nil, don't apply the whole body. If the file doesn't exists, set
14440 modtime to '(-1 65535). Suggested by Luc Teirlinck
14441 <teirllm@auburn.edu>.
14442
14443 2004-08-09 Luc Teirlinck <teirllm@auburn.edu>
14444
14445 * help.el (describe-bindings): Doc fix.
14446
14447 * subr.el (kbd): Doc fix.
14448
14449 2004-08-08 John Paul Wallington <jpw@gnu.org>
14450
14451 * ibuffer.el (define-ibuffer-column size): Use `string-to-number'
14452 instead of `string-to-int'.
14453 (define-ibuffer-column mode): Fix indentation.
14454
14455 2004-08-08 Lars Hansen <larsh@math.ku.dk>
14456
14457 * wid-edit.el (widget-sexp-validate): Allow whitespace after expression.
14458
14459 2004-08-08 Luc Teirlinck <teirllm@auburn.edu>
14460
14461 * subr.el (global-unset-key, local-unset-key): Doc fixes.
14462
14463 * novice.el (disabled-command-function): New variable renamed from
14464 `disabled-command-hook'.
14465 (disabled-command-hook): Keep the _variable_ as alias for
14466 `disabled-command-function' and make obsolete.
14467 (disabled-command-function): Function renamed from
14468 `disabled-command-hook'. Adapt code to name change of the variable.
14469
14470 2004-08-07 Satyaki Das <satyaki@theforce.stanford.edu> (tiny change)
14471
14472 * simple.el (completion-root-regexp): New defvar.
14473 (completion-setup-function): Use it instead of a literal string.
14474
14475 2004-08-07 John Paul Wallington <jpw@gnu.org>
14476
14477 * emacs-lisp/re-builder.el (reb-re-syntax): Add `rx' syntax.
14478 (reb-lisp-mode): Require `rx' feature when `re-reb-syntax' is `rx'.
14479 (reb-lisp-syntax-p, reb-change-syntax): `rx' is a Lisp syntax.
14480 (reb-cook-regexp): Call `rx-to-string' when `re-reb-syntax' is `rx'.
14481
14482 2004-08-05 Katsumi Yamaoka <yamaoka@jpl.org> (tiny change)
14483
14484 * mail/mail-extr.el (mail-extr-disable-voodoo): New variable.
14485 (mail-extr-voodoo): Check mail-extr-disable-voodoo.
14486
14487 2004-08-04 Kenichi Handa <handa@m17n.org>
14488
14489 * international/encoded-kb.el (encoded-kbd-setup-keymap):
14490 Fix previous change.
14491
14492 2004-08-03 Kenichi Handa <handa@m17n.org>
14493
14494 * international/encoded-kb.el: The following changes are to
14495 utilize key-translation-map instead of minor mode map.
14496 (encoded-kbd-iso2022-non-ascii-map): Delete it.
14497 (encoded-kbd-coding, encoded-kbd-handle-8bit): Delete them.
14498 (encoded-kbd-last-key): New function.
14499 (encoded-kbd-iso2022-single-shift): New function.
14500 (encoded-kbd-iso2022-designation)
14501 (encoded-kbd-self-insert-iso2022-7bit)
14502 (encoded-kbd-self-insert-iso2022-8bit)
14503 (encoded-kbd-self-insert-sjis, encoded-kbd-self-insert-big5)
14504 (encoded-kbd-self-insert-ccl): Make them suitable for bindings in
14505 key-translation-map.
14506 (encoded-kbd-setup-keymap): Setup key-translation-map.
14507 (saved-key-translation-map): New variable.
14508 (encoded-kbd-mode): Save/restore key-translation-map.
14509 Adjust for the change of encoded-kbd-setup-keymap.
14510
14511 2004-08-02 Kim F. Storm <storm@cua.dk>
14512
14513 * avoid.el (mouse-avoidance-point-position): Use window-inside-edges
14514 and call compute-motion with nil for topos and width to get proper
14515 usable width and height for both window and non-window systems.
14516
14517 * windmove.el (windmove-coordinates-of-position): Let compute-motion
14518 calculate usable window width and height.
14519
14520 * window.el (window-buffer-height): Call compute-motion with nil width.
14521
14522 2004-08-01 David Kastrup <dak@gnu.org>
14523
14524 * replace.el (query-replace-read-from):
14525 Use `query-replace-compile-replacement'.
14526 (query-replace-compile-replacement): New function.
14527 (query-replace-read-to): Use `query-replace-compile-replacement'
14528 for repeating the last command.
14529
14530 2004-08-01 John Paul Wallington <jpw@gnu.org>
14531
14532 * printing.el (toplevel, pr-ps-fast-fire, pr-ps-set-utility)
14533 (pr-ps-set-printer, pr-txt-set-printer, pr-eval-setting-alist)
14534 (pr-switches): Remove period from end of error messages.
14535
14536 * help-mode.el (help-go-back): Likewise.
14537
14538 * abbrev.el (only-global-abbrevs): Doc fix.
14539 (edit-abbrevs-map): Define within defvar.
14540 (quietly-read-abbrev-file): Doc fix.
14541
14542 2004-07-31 Luc Teirlinck <teirllm@auburn.edu>
14543
14544 * novice.el (enable-command, disable-command): Doc fixes.
14545
14546 * subr.el (event-modifiers, event-basic-type): Doc fixes.
14547
14548 2004-07-30 Richard M. Stallman <rms@gnu.org>
14549
14550 * subr.el (with-local-quit): Doc fix.
14551
14552 2004-07-30 Luc Teirlinck <teirllm@auburn.edu>
14553
14554 * international/utf-8.el (utf-translate-cjk-mode): Doc fix.
14555
14556 2004-07-28 Luc Teirlinck <teirllm@auburn.edu>
14557
14558 * custom.el (defcustom): Doc fix.
14559
14560 2004-07-28 Masatake YAMATO <jet@gyve.org>
14561
14562 * progmodes/etags.el (etags-tags-apropos): Show building progress.
14563
14564 2004-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
14565
14566 * imenu.el (imenu-prev-index-position-function)
14567 (imenu-extract-index-name-function, imenu-name-lookup-function)
14568 (imenu--index-alist): Docstring redundancy fix.
14569
14570 2004-07-25 Lars Hansen <larsh@math.ku.dk>
14571
14572 * wdired.el (wdired-finish-edit): Require dired-aux before locally
14573 binding dired-backup-overwrite.
14574
14575 2004-07-25 John Paul Wallington <jpw@gnu.org>
14576
14577 * subr.el (butlast, event-modifiers, event-basic-type): Doc fixes.
14578
14579 2004-07-24 Luc Teirlinck <teirllm@auburn.edu>
14580
14581 * term/tty-colors.el (tty-color-approximate): Doc fix.
14582
14583 * select.el (x-get-selection, x-set-selection): Doc fixes.
14584
14585 * frame.el (make-frame): Doc fix.
14586
14587 2004-07-24 Richard M. Stallman <rms@gnu.org>
14588
14589 * mail/rmail.el (rmail-mime-charset-pattern):
14590 Don't include semicolon in the charset value.
14591
14592 * replace.el (occur-next-error): Call set-window-point.
14593 (occur-engine): Handle negative NLINES.
14594
14595 2004-07-23 Luc Teirlinck <teirllm@auburn.edu>
14596
14597 * frame.el (modify-all-frames-parameters): Minor doc fix.
14598 (set-frame-configuration): Doc fix.
14599
14600 2004-07-23 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
14601
14602 * simple.el (completion-setup-function): Compute the common parts
14603 and the first difference place correctly when
14604 partial-completion-mode is on.
14605
14606 2004-07-22 Vinicius Jose Latorre <viniciusjl@ig.com.br>
14607
14608 * ps-print.el: Doc fix.
14609 (ps-print-version): New version 6.6.5.
14610 (ps-printing-region): Doc fix.
14611 (ps-generate-string-list): Comment fix.
14612 (ps-message-log-max): Code fix.
14613
14614 2004-07-22 Michael Piotrowski <mxp@dynalabs.de> (tiny change)
14615
14616 * ps-print.el (ps-begin-file): Improve the DSC compliance of the
14617 generated PostScript.
14618
14619 2004-08-17 Reiner Steib <Reiner.Steib@gmx.de>
14620
14621 * net/tls.el (tls-process-connection-type): Fix docstring. (Sync
14622 with Gnus v5_10 branch.)
14623
14624 2004-08-16 Reiner Steib <Reiner.Steib@gmx.de>
14625
14626 * calendar/time-date.el (time-to-number-of-days): New function.
14627 Imported from from Gnus.
14628
14629 2004-07-22 Kim F. Storm <storm@cua.dk>
14630
14631 * progmodes/make-mode.el: Fix comments.
14632
14633 2004-07-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
14634
14635 * printing.el: Doc fix.
14636
14637 2004-07-20 Luc Teirlinck <teirllm@auburn.edu>
14638
14639 * frame.el (modify-all-frames-parameters): Minor doc fix.
14640
14641 2004-07-20 Richard M. Stallman <rms@gnu.org>
14642
14643 * textmodes/fill.el (fill-nobreak-p): If this break point is
14644 at the end of the line, don't consider the newline which follows
14645 as a reason to return t.
14646
14647 2004-07-19 John Paul Wallington <jpw@gnu.org>
14648
14649 * dired-aux.el (dired-file-set-difference): Don't use `caddr'.
14650
14651 2004-07-18 Luc Teirlinck <teirllm@auburn.edu>
14652
14653 * dired-aux.el (dired-do-kill-lines): Expand docstring.
14654 Delete irrelevant code.
14655
14656 2004-07-17 Kai Grossjohann <kai.grossjohann@gmx.net>
14657
14658 * net/tramp.el (tramp-handle-verify-visited-file-modtime):
14659 New docstring. From Luc Teirlinck.
14660
14661 2004-07-17 Luc Teirlinck <teirllm@auburn.edu>
14662
14663 * autorevert.el: Describe `Auto Revert Tail Mode' in `Commentary'
14664 section.
14665 (auto-revert-handler): Do not check `auto-revert-tail-mode' for
14666 non-file buffers. We know it is nil.
14667
14668 2004-07-17 Kai Grossjohann <kai.grossjohann@gmx.net>
14669
14670 Sync with Tramp 2.0.43.
14671
14672 * net/tramp.el (tramp-handle-verify-visited-file-modtime):
14673 Remove outdated comment.
14674 (tramp-locked, tramp-locker): New variables for implementing a
14675 global lock.
14676 (tramp-sh-file-name-handler): Use them to implement the global lock.
14677
14678 2004-07-13 Michael Albinus <michael.albinus@gmx.de>
14679
14680 * net/tramp.el (all): Code cleanup. Change all `tramp-handle-xxx'
14681 calls to respective `xxx` calls.
14682 (tramp-process-alive-regexp): Precise doc string.
14683 (tramp-multi-action-process-alive): New defun.
14684 (tramp-multi-actions): Use it.
14685 (tramp-handle-find-backup-file-name): `copy-tree' is available
14686 since Emacs 22.1 only (XEmacs has it). Implementation rewritten
14687 in order to avoid this function.
14688 (tramp-handle-write-region): Set current buffer. If connection
14689 wasn't open, `file-modes' has changed it accidentally. Reported by
14690 David Kastrup <dak@gnu.org>.
14691 (tramp-enter-password, tramp-read-passwd): New arguments USER and
14692 HOST.
14693 (tramp-action-password, tramp-multi-action-password): Apply it.
14694 (tramp-open-connection-rsh): If a port is given, the Tramp buffer
14695 name must still contain the port number. Otherwise, we have two
14696 Tramp buffers, with all the confusion. Reported by Myron Selby
14697 <myron@xytech.com> and Rolf Dubitzky
14698 <Dubitzky@physi.uni-heidelberg.de>.
14699
14700 * net/tramp-smb.el (tramp-smb-open-connection): Apply USER and
14701 HOST to `tramp-enter-passwd'.
14702
14703 * net/tramp-vc.el (all): Code cleanup. Change all
14704 `tramp-handle-xxx' calls to respective `xxx` calls.
14705
14706 2004-07-17 Jonathan Yavner <jyavner@member.fsf.org>
14707
14708 * emacs-lisp/testcover.el: New category "potentially-1valued" for
14709 functions that are not erroneous if either 1-valued or
14710 multi-valued. Detect functions in this class.
14711 (testcover-1value-functions, testcover-compose-functions)
14712 (testcover-progn-functions) Add some additional functions to lists.
14713 (testcover-mark): Bugfix when marking up the definition for an
14714 empty function.
14715
14716 2004-07-17 Richard M. Stallman <rms@gnu.org>
14717
14718 * replace.el (occur-read-primary-args): Pass default to
14719 read-from-minibuffer.
14720
14721 * mail/footnote.el (footnote-section-tag): Use defcustom.
14722
14723 * font-lock.el (font-lock-add-keywords, font-lock-remove-keywords):
14724 Compile font-lock-keywords, not KEYWORDS.
14725 (lisp-font-lock-keywords-2): Add multiple-value-prog1, go.
14726 Add warn, check-type. Handle cerror like error.
14727
14728 2004-07-14 Daniel Pfeiffer <occitan@esperanto.org>
14729
14730 * progmodes/which-func.el (which-func-keymap): New var.
14731 (which-func-face): New face.
14732 (which-func-format): Use them.
14733
14734 2004-07-16 Stephan Stahl <stahl@eos.franken.de> (tiny change)
14735
14736 * buff-menu.el (list-buffers-noselect): Append the buffer's
14737 process status to its mode name.
14738
14739 2004-07-16 Kim F. Storm <storm@cua.dk>
14740
14741 * simple.el (inhibit-mark-movement): New defvar.
14742 (beginning-of-buffer, end-of-buffer): Do not push mark if
14743 inhibit-mark-movement is non-nil or C-u prefix is given.
14744
14745 * emulation/cua-base.el (cua--preserve-mark-commands): New defvar.
14746 Init to beginning-of-buffer and end-of-buffer.
14747 (cua--undo-push-mark): New defvar.
14748 (cua--pre-command-handler): Set inhibit-mark-movement if mark is
14749 already active and command is in cua--preserve-mark-commands.
14750 Also fix check for shift modifier on non-window systems.
14751 (cua--post-command-handler): Clear inhibit-mark-movement if set.
14752
14753 2004-07-14 Luc Teirlinck <teirllm@auburn.edu>
14754
14755 * calendar/cal-dst.el (calendar-time-from-absolute): Return a list
14756 of two integers, instead of a cons.
14757
14758 * net/tramp.el (tramp-handle-verify-visited-file-modtime):
14759 `visited-file-modtime' now returns a list of two integers, instead
14760 of a cons.
14761
14762 * dired.el (dired-directory-changed-p): Ditto.
14763
14764 * progmodes/grep.el (grep): Doc fix.
14765
14766 2004-07-14 Daniel Pfeiffer <occitan@esperanto.org>
14767
14768 * autorevert.el (auto-revert-tail-mode)
14769 (auto-revert-tail-mode-text, auto-revert-tail-pos): New vars.
14770 (auto-revert-mode): Turn off auto-revert-tail-mode, so we're not
14771 in both at the same time.
14772 (auto-revert-tail-mode): New command.
14773 (turn-on-auto-revert-tail-mode, auto-revert-tail-handler): New funs.
14774 (auto-revert-handler): Revert only either tail or whole file.
14775
14776 * bindings.el (mode-line-mode-menu): Fix alphabetical ordering and
14777 add auto-revert-tail-mode.
14778
14779 2004-07-12 Vinicius Jose Latorre <viniciusjl@ig.com.br>
14780
14781 * printing.el: Doc fix. Change name of some funs.
14782 (pr-dosify-file-name): New fun. Replace ps-dosify-path.
14783 (pr-unixify-file-name): New fun. Replace ps-unixify-path.
14784 (pr-standard-file-name): New fun. Replace pr-standard-path.
14785 (pr-call-process): Code fix.
14786
14787 2004-07-12 Luc Teirlinck <teirllm@auburn.edu>
14788
14789 * subr.el (with-selected-window): Doc fix.
14790
14791 2004-07-11 Luc Teirlinck <teirllm@auburn.edu>
14792
14793 * subr.el (get-buffer-window-list): Doc fix.
14794
14795 2004-07-10 Luc Teirlinck <teirllm@auburn.edu>
14796
14797 * files.el (switch-to-buffer-other-window): Doc fix.
14798
14799 * window.el (save-selected-window, one-window-p)
14800 (split-window-keep-point, split-window-vertically)
14801 (split-window-horizontally): Doc fixes.
14802
14803 2004-07-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
14804
14805 * printing.el: Doc fix. Now it uses call-process instead of
14806 shell-command for low command execution.
14807 (pr-version): New version number (6.8).
14808 (pr-shell-file-name): Option removed.
14809 (pr-shell-command): Fun removed.
14810 (pr-call-process): New fun. Replace pr-shell-command.
14811 (pr-standard-path, pr-remove-nil-from-list): New funs.
14812 (zmacs-region-stays, current-mouse-event, current-menubar): New var.
14813 (pr-ps-file-preview, pr-ps-file-using-ghostscript, pr-ps-file-print)
14814 (pr-setup, pr-ps-set-printer, pr-txt-set-printer)
14815 (pr-ps-utility-process, pr-txt-print): Code fix.
14816
14817 2004-07-10 Stephan Stahl <stahl@eos.franken.de> (tiny change)
14818
14819 * ediff-mult.el (ediff-meta-truncate-filenames): Change type to
14820 boolean.
14821
14822 2004-07-09 Lars Hansen <larsh@math.ku.dk>
14823
14824 * wid-edit.el (widget-field-buffer): Doc fix.
14825
14826 2004-07-09 John Paul Wallington <jpw@gnu.org>
14827
14828 * emacs-lisp/re-builder.el (reb-update-overlays):
14829 Distinguish between one and several matches in message.
14830
14831 2004-07-09 Richard M. Stallman <rms@gnu.org>
14832
14833 * mouse.el (mouse-set-region-1): If transient-mark-mode
14834 is `identity', change it to `only'.
14835
14836 * simple.el (current-word): Doc fix.
14837
14838 2004-07-09 Mark A. Hershberger <mah@everybody.org>
14839
14840 * progmodes/cperl-mode.el (cperl-mode): Adapt defun-prompt-regexp
14841 so that it is more understanding of whitespace.
14842
14843 * xml.el (xml-maybe-do-ns, xml-parse-tag): Produce elements in the form
14844 (("ns" . "element") (attr-list) children) instead of
14845 ((:ns . "element") (attr-list) children) in order to reduce the
14846 number of symbols used.
14847 (xml-skip-dtd): Change to use xml-parse-dtd but set
14848 xml-validating-parsing to nil.
14849 (xml-parse-dtd): Parse entity declarations in DOCTYPEs.
14850 (xml-substitute-entity): Remove in favor of new entity substitution.
14851 (xml-substitute-special): Rewrite in to substitute complex
14852 entities from DOCTYPE declarations.
14853 (xml-parse-fragment): Parse fragments from entity declarations.
14854 (xml-parse-region, xml-parse-tag, xml-parse-attlist)
14855 (xml-parse-dtd, xml-substitute-special): Make validity checks
14856 conditioned on xml-validating-parser. Add "Not Well Formed" to
14857 error messages about well-formedness.
14858
14859 2004-07-08 Steven Tamm <steventamm@mac.com>
14860
14861 * term/mac-win.el (mac-scroll-ignore-events, mac-scroll-down)
14862 (mac-scroll-down-line, mac-scroll-up, mac-scroll-up-line):
14863 Do not treat double clicks and triple clicks specially in the
14864 scroll bar (preventing strange repositioning problems)
14865
14866 2004-07-06 Stefan Monnier <monnier@iro.umontreal.ca>
14867
14868 * replace.el (query-replace-regexp-eval): Fix last change.
14869
14870 2004-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
14871
14872 * replace.el (query-replace-descr): New fun.
14873 (query-replace-read-from, query-replace-read-args): Default to the
14874 previous from&to.
14875 (query-replace-read-to): Quote the `from' string when displaying it.
14876 (query-replace-regexp-eval): Immediately check read-only status.
14877 Use query-replace-read-from to get the \n checking.
14878 Quote the `from' string when displaying it.
14879 (map-query-replace-regexp, occur-read-primary-args):
14880 Quote the `from' string when displaying it.
14881
14882 * isearch.el (isearch-query-replace): Pass the regexp-ness and
14883 delimited-ness of the search to query-replace.
14884
14885 * replace.el (query-replace-read-from, query-replace-read-to):
14886 New funs extracted from query-replace-read-args.
14887 (query-replace-read-args): Use them.
14888
14889 * replace.el (query-replace-interactive, query-replace-read-args):
14890 Remove the `initial' special value.
14891 (query-replace-regexp-eval, map-query-replace-regexp): Simplify.
14892 (occur-engine): Remove unused var `matchend'.
14893
14894 * isearch.el (isearch-query-replace, isearch-query-replace-regexp):
14895 Use the search string without prompting.
14896
14897 2004-07-05 Kenichi Handa <handa@m17n.org>
14898
14899 * international/mule.el (decode-coding-inserted-region):
14900 Set last-coding-system-used only when coding is nil.
14901
14902 2004-07-03 Eli Zaretskii <eliz@gnu.org>
14903
14904 * progmodes/grep.el (grep-compute-defaults, grep-command)
14905 (grep-program, find-program, grep-find-use-xargs, grep-history)
14906 (grep-find-history, grep-tag-default, grep-find-command)
14907 (grep-regexp-alist, grep-process-setup, grep-compute-defaults):
14908 Add autoload cookies, for unbundled packages that load `compile'
14909 and expect all grep-related symbols to become defined.
14910
14911 2004-07-03 KOSEKI Yoshinori <kose@meadowy.org>
14912
14913 * iimage.el (turn-on-iimage-mode, iimage-mode): Add autoload cookies.
14914 (iimage-mode-image-search-path): New user option to search the
14915 image file.
14916 (iimage-locate-file): New function. Emacs21.3 or earlier does not
14917 have locate-file.
14918 (iimage-mode-buffer): Use it.
14919
14920 2004-07-03 Nick Roberts <nickrob@gnu.org>
14921
14922 * progmodes/gdb-ui.el (gdb-goto-breakpoint): String match more
14923 carefully.
14924 (gdb-delete-breakpoint, gdb-toggle-breakpoint): Handle gdbmi.
14925
14926 2004-07-03 Juri Linkov <juri@jurta.org>
14927
14928 * replace.el (query-replace-read-args): Swallow space after 'foo,
14929 not after (quote foo). Match space only immediately after symbol,
14930 not anywhere in the whole string.
14931
14932 2004-07-02 Richard M. Stallman <rms@gnu.org>
14933
14934 * replace.el (query-replace-read-args): Swallow space after
14935 symbols, not after closeparens. But avoid error if string ends there.
14936
14937 * progmodes/python.el (python-beginning-of-statement):
14938 Exit the loop if backward-up-list gets error.
14939
14940 * textmodes/enriched.el (enriched-encode): Bind inhibit-read-only.
14941
14942 2004-07-02 Andre Spiegel <spiegel@gnu.org>
14943
14944 * vc-rcs.el (vc-rcs-checkout-model): Look at the version headers
14945 only if vc-consult-headers is non-nil.
14946
14947 2004-07-02 Juri Linkov <juri@jurta.org>
14948
14949 * pcvs.el (cvs-mode-diff-repository): New command.
14950
14951 * pcvs-defs.el (cvs-mode-diff-map): Bind r to cvs-mode-diff-repository.
14952
14953 2004-07-01 Juri Linkov <juri@jurta.org>
14954
14955 * isearch.el (isearch-mode-map): Bind C-M-w to isearch-del-char,
14956 C-M-y to isearch-yank-char. Bind M-% to isearch-query-replace,
14957 C-M-% to isearch-query-replace-regexp.
14958 (minibuffer-local-isearch-map): Add arrow key bindings.
14959 Bind C-f to isearch-yank-char-in-minibuffer.
14960 (isearch-forward): Doc fix.
14961 (isearch-edit-string): Doc fix.
14962 (isearch-query-replace, isearch-query-replace-regexp): New funs.
14963 (isearch-del-char): Add optional arg. Set isearch-yank-flag to t.
14964 (isearch-yank-char): Add optional arg.
14965 (isearch-yank-char-in-minibuffer): New fun.
14966
14967 * replace.el (query-replace-interactive): Change type from boolean
14968 to choice. Add value `initial'.
14969 (query-replace-read-args): Handle value `initial' of
14970 query-replace-interactive.
14971
14972 2004-06-29 Kim F. Storm <storm@cua.dk>
14973
14974 * progmodes/gdb-ui.el (breakpoint-enabled-bitmap-face)
14975 (breakpoint-disabled-bitmap-face): Add :group 'gud.
14976
14977 * progmodes/ada-xref.el (ada-tight-gvd-integration):
14978 Add :group 'ada.
14979
14980 * vc-arch.el (vc-arch-mode-line-rewrite): Add :group 'vc.
14981
14982 2004-06-29 Juri Linkov <juri@jurta.org>
14983
14984 * replace.el (query-replace-read-args): Swallow a space after
14985 everything except )]" which in most cases means after a symbol.
14986
14987 * emacs-lisp/pp.el (pp-buffer): Add autoload.
14988
14989 2004-06-28 Richard M. Stallman <rms@gnu.org>
14990
14991 * font-lock.el (font-lock-fontify-syntactic-keywords-region):
14992 More changes to go with previous change in font-lock.el.
14993
14994 2004-06-26 David Kastrup <dak@gnu.org>
14995
14996 * replace.el (perform-replace): Highlight the match even in
14997 non-query mode if there is potential replace string editing.
14998
14999 2004-06-26 Kai Grossjohann <kai.grossjohann@gmx.net>
15000
15001 * net/tramp.el (tramp-handle-file-remote-p): New implementation to
15002 agree with new return value of `file-remote-p'.
15003 This syncs with Tramp 2.0.42.
15004
15005 * net/ange-ftp.el (ange-ftp-file-remote-p): New return value,
15006 according to new documentation of `file-remote-p'.
15007
15008 * files.el (file-remote-p): Fix doc to say that return value is
15009 identification of remote system, if not nil.
15010 (file-relative-name): Use new return value of `file-remote-p'.
15011
15012 2004-06-26 Nick Roberts <nickrob@gnu.org>
15013
15014 * progmodes/gdb-ui.el (gdb-toggle-breakpoint)
15015 (gdb-goto-breakpoint): Fix breakage.
15016
15017 2004-06-26 Eli Zaretskii <eliz@gnu.org>
15018
15019 * man.el (Man-getpage-in-background): Add windows-nt to the list
15020 of systems where shell-file-name should be used instead of
15021 literal "sh".
15022
15023 2004-06-25 Sam Steingold <sds@gnu.org>
15024
15025 * add-log.el (change-log-font-lock-keywords): Support Common Lisp
15026 function names `(setf symbol)'.
15027
15028 2004-06-24 Richard M. Stallman <rms@gnu.org>
15029
15030 * replace.el (query-replace-read-args): Swallow space after \,SYMBOL.
15031
15032 * font-lock.el (font-lock-keywords): Change format of compiled values.
15033 Document it.
15034 (font-lock-add-keywords): If font-lock-keywords is compiled,
15035 extract the uncompiled version, modify, then recompile.
15036 (font-lock-remove-keywords): Likewise.
15037 (font-lock-fontify-keywords-region): Handle changed format.
15038 (font-lock-compile-keywords): Handle changed format.
15039 (font-lock-set-defaults): Compile the keywords explicitly here.
15040
15041 2004-06-24 David Kastrup <dak@gnu.org>
15042
15043 * replace.el (query-replace-read-args): Implement `\,' and `\#'
15044 replacements here.
15045 (query-replace-regexp): Doc string explaining this and the new
15046 `\?' replacement. Remove `\,' and `\#' implementation here, as it
15047 is better placed in `query-replace-read-args'.
15048 (replace-regexp): Explain `\,', `\#' and `\?'.
15049 (replace-match-data): New function for thorough reuse/destruction
15050 of old match-data.
15051 (replace-match-maybe-edit): Function for implementing `\?' editing.
15052 (perform-replace): Fix maintaining of the match stack including
15053 already matched regions, implement `\?', fix various problems
15054 with regions while editing and other stuff.
15055 (replace-highlight): Simplify.
15056
15057 2004-06-24 Daniel Pfeiffer <occitan@esperanto.org>
15058
15059 * progmodes/grep.el (grep-error-screen-columns): New variable.
15060 (grep-regexp-alist): Give it the full functionality of gnu style
15061 compilation messages with line and column ranges. Ask me for the
15062 perl script I'm working on, that uses these.
15063
15064 2004-06-23 Nick Roberts <nickrob@gnu.org>
15065
15066 * comint.el (comint-insert-clicked-input, comint-copy-old-input):
15067 Remove.
15068 (comint-insert-input, comint-mouse-insert-input): New functions
15069 based on comint-insert-clicked-input for two bindings but just
15070 one functionality.
15071
15072 2004-06-23 Luc Teirlinck <teirllm@auburn.edu>
15073
15074 * net/goto-addr.el (goto-address-fontify): Fix help-echo text.
15075
15076 2004-06-23 Lars Hansen <larsh@math.ku.dk>
15077
15078 * files.el (write-contents-functions): Doc fix.
15079
15080 2004-06-21 Juanma Barranquero <lektu@terra.es>
15081
15082 * image.el (image-library-alist): Rewrite docstring in active voice.
15083
15084 2004-06-20 Richard M. Stallman <rms@gnu.org>
15085
15086 * mouse.el (mouse-set-region-1): Set transient-mark-mode to `only'.
15087
15088 * isearch.el (isearch-repeat): Avoid testing old match data.
15089 (isearch-message): Display trailing space in special font
15090 when search is failing.
15091 (isearch-search-fun-function): Doc fix.
15092
15093 * autorevert.el (global-auto-revert-non-file-buffers): Doc fix.
15094
15095 2004-06-19 Luc Teirlinck <teirllm@auburn.edu>
15096
15097 * frame.el (show-trailing-whitespace): Doc fix.
15098
15099 * cus-edit.el (custom-variable-documentation): New function.
15100 (custom-variable): Use it.
15101
15102 2004-06-19 Nick Roberts <nickrob@gnu.org>
15103
15104 * man.el (Man-getpage-in-background): Revert previous change but
15105 make cygwin a special case.
15106
15107 2004-06-18 Luc Teirlinck <teirllm@auburn.edu>
15108
15109 * autorevert.el (global-auto-revert-non-file-buffers):
15110 Update docstring.
15111
15112 2004-06-19 Daniel Pfeiffer <occitan@esperanto.org>
15113
15114 * progmodes/compile.el (compilation-error-properties): Store one
15115 more than end-col, if present, so that transient-mark-mode will
15116 highlight last char too.
15117 * progmodes/grep.el (grep-regexp-alist): Match columns and column
15118 ranges, if present.
15119
15120 2004-06-18 Jason Rumney <jasonr@gnu.org>
15121
15122 * makefile.w32-in: Double percent signs in for loops.
15123
15124 2004-06-17 David Kastrup <dak@gnu.org>
15125
15126 * replace.el (query-replace-read-args): Only warn about use of \n
15127 and \t when we are doing a regexp replacement and the actual
15128 escaped character is n or t.
15129 (query-replace-regexp): Add \, and \# interpretation to
15130 interactive call and document it.
15131 (query-replace-regexp-eval, replace-match-string-symbols): Add \#
15132 as shortkey for replace-count.
15133 (replace-quote): New function for doubling backslashes.
15134
15135 2004-06-17 Juanma Barranquero <lektu@terra.es>
15136
15137 * files.el (parse-colon-path, cd): Mention in docstring that the
15138 path separator is colon in GNU-like systems.
15139
15140 * newcomment.el (comment-region-internal): Fix docstring.
15141
15142 * emacs-lisp/ewoc.el (ewoc-create, ewoc-map, ewoc-locate)
15143 (ewoc-invalidate, ewoc-collect): Doc fixes.
15144 (ewoc--create-node, ewoc--delete-node-internal):
15145 Fix typos in docstring.
15146
15147 2004-06-15 Luc Teirlinck <teirllm@auburn.edu>
15148
15149 * files.el (buffer-stale-function): Add hyperlink to emacs-xtra
15150 manual to docstring.
15151
15152 2004-06-15 Vinicius Jose Latorre <viniciusjl@ig.com.br>
15153
15154 * ps-print.el (ps-time-stamp-iso8601): Comment doc string of defalias.
15155
15156 2004-06-15 Luc Teirlinck <teirllm@auburn.edu>
15157
15158 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
15159 Add hyperlink to emacs-xtra manual to docstring.
15160
15161 * autorevert.el (global-auto-revert-non-file-buffers):
15162 Add hyperlink to emacs-xtra manual to docstring, as well as an
15163 info-link.
15164
15165 2004-06-14 Juanma Barranquero <lektu@terra.es>
15166
15167 * image.el (image-library-alist): New variable to map image types
15168 to external libraries. Initialized to nil, unless system-specific
15169 configs change it.
15170 (image-type-available-p): Determine whether an image type is
15171 available by calling `init-image-library'.
15172
15173 * term/w32-win.el (image-library-alist): Initialize to a known set
15174 of probable library names.
15175
15176 2004-06-14 Kenichi Handa <handa@m17n.org>
15177
15178 * international/code-pages.el (windows-1256, cp1125): Fix tables
15179 for several characters.
15180
15181 * international/utf-8.el (ccl-encode-mule-utf-8): Fix previous change.
15182
15183 2004-06-13 Richard M. Stallman <rms@gnu.org>
15184
15185 * textmodes/paragraphs.el (sentence-end): Add 0x5397d as close brace.
15186
15187 * emulation/pc-select.el: Doc fixes: say "PC Selection mode",
15188 not "`pc-selection-mode'".
15189
15190 * emacs-lisp/bytecomp.el: Put `...' around symbols in warning messages.
15191
15192 * simple.el (previous-matching-history-element): Specify a default.
15193
15194 * hexl.el (hexl-mode): Catch errors in hexl-goto-address.
15195
15196 * cus-face.el (custom-declare-face): Simplify code.
15197
15198 * abbrev.el (abbrev-mode, edit-abbrevs-map): Doc fixes.
15199
15200 2004-06-13 Luc Teirlinck <teirllm@auburn.edu>
15201
15202 * files.el (before-save-hook): Add `time-stamp' to the options.
15203
15204 * time-stamp.el (time-stamp): Recommend adding it to
15205 `before-save-hook', rather than `write-file-functions'.
15206 Make a similar change in `Commentary' section.
15207
15208 2004-06-13 Kai Grossjohann <kai.grossjohann@gmx.net>
15209
15210 * diff-mode.el (diff-current-defun): If at start of hunk, use
15211 position of first change.
15212
15213 2004-06-13 Lars Hansen <larsh@math.ku.dk>
15214
15215 * dired-x.el (dired-mark-omitted): Bind to "*O".
15216
15217 2004-06-12 Karl Fogel <kfogel@red-bean.com>
15218
15219 * bookmark.el (bookmark-bmenu-relocate): New function, as
15220 suggested by David J. Biesack <David.Biesack@sas.com>.
15221 (bookmark-bmenu-mode-map): Bind `bookmark-bmenu-relocate' to "R".
15222 (bookmark-bmenu-mode): Describe binding in doc string.
15223 (bookmark-set-filename): Save the bookmark list if it's time.
15224
15225 2004-06-13 Kenichi Handa <handa@m17n.org>
15226
15227 * international/utf-8.el (ccl-decode-mule-utf-8): Fix previous change.
15228 (ccl-untranslated-to-ucs): Fix typo.
15229
15230 2004-06-12 Karl Chen <quarl@hkn.eecs.berkeley.edu> (tiny change)
15231
15232 * progmodes/python.el (python-open-block-statement-p):
15233 Fix indentation after a block opening that contains a comment.
15234
15235 2004-06-12 J\e,Ai\e(Br\e,At\e(Bme Marant <jerome@marant.org> (tiny change)
15236
15237 * bindings.el (completion-ignored-extensions): Add file extensions
15238 of Python byte-compiled files.
15239
15240 2004-06-12 Juri Linkov <juri@jurta.org>
15241
15242 * info.el (Info-goto-node): Add autoload.
15243 (Info-toc): Add substring-no-properties on Info file name.
15244 (Info-mode, info, Info-toc, Info-mode-menu): Doc fix.
15245 (Info-mode-map): Bind L to Info-history, T to Info-toc.
15246
15247 2004-06-12 Kenichi Handa <handa@m17n.org>
15248
15249 * international/mule-cmds.el (set-language-environment):
15250 Load subst tables if necessary.
15251
15252 * international/mule.el (decode-char): Load subst tables if necessary.
15253 (encode-char): Likewise.
15254
15255 * international/utf-16.el (utf-16-decode-ucs): Handle a surrogate
15256 pair correctly. Call ccl-mule-utf-untrans for untranslable chars.
15257 (utf-16le-decode-loop): Set r5 to -1 before loop.
15258 (utf-16be-decode-loop): Likewise.
15259 (ccl-decode-mule-utf-16le): Add EOF processing block.
15260 (ccl-decode-mule-utf-16be): Likewise.
15261 (ccl-decode-mule-utf-16le-with-signature): Likewise.
15262 (ccl-decode-mule-utf-16be-with-signature): Likewise.
15263 (ccl-decode-mule-utf-16): Likewise. Set r5 to -1 initially.
15264 (ccl-mule-utf-16-encode-untrans): New CCL.
15265 (utf-16-decode-to-ucs): Handle pre-read character.
15266 (utf-16le-encode-loop): Handle surrogate pair.
15267 (utf-16be-encode-loop): Likewise.
15268 (ccl-encode-mule-utf-16le-with-signature): Adjust for the change
15269 of utf-16le-encode-loop.
15270 (ccl-encode-mule-utf-16be-with-signature): Adjust for the change
15271 of utf-16be-encode-loop.
15272 (mule-utf-16-post-read-conversion):
15273 Call utf-8-post-read-conversion at first.
15274 (mule-utf-16[{le|be}], mule-utf-16{le|be}-with-signature):
15275 Include CJK charsets in safe-charsets if utf-translate-cjk-mode is on.
15276 Add post-read-conversion and pre-write-conversion.
15277
15278 * international/utf-8.el (utf-translate-cjk-charsets): New variable.
15279 (utf-translate-cjk-unicode-range): New variable.
15280 (utf-translate-cjk-load-tables): New function.
15281 (utf-lookup-subst-table-for-decode): New function.
15282 (utf-lookup-subst-table-for-encode): New function.
15283 (utf-translate-cjk-mode): Init-value changed to t. Don't load
15284 tables here. Update safe-charsets of utf-* coding systems.
15285 (ccl-mule-utf-untrans): New CCL.
15286 (ccl-decode-mule-utf-8): Call ccl-mule-utf-untrans. Use `repeat'
15287 at end of each branch.
15288 (ccl-mule-utf-8-encode-untrans): New CCL.
15289 (ccl-encode-mule-utf-8): Call ccl-mule-utf-8-encode-untrans.
15290 (ccl-untranslated-to-ucs): Handle 2-byte encoding. Set r1 to the
15291 length of encoding. Don't return r0.
15292 (utf-8-compose): New arg hash-table. Handle 2-byte encoding.
15293 (utf-8-post-read-conversion): Narrow to region properly.
15294 If utf-translate-cjk-mode is on, load tables if necessary.
15295 Call utf-8-compose with hash-table arg if necessary.
15296 Call XXX-compose-region instead of XXX-post-read-conversion.
15297 (utf-8-pre-write-conversion): New function.
15298 (mule-utf-8): Include CJK charsets in safe-charsets if
15299 utf-translate-cjk-mode is on. Add pre-write-conversion.
15300
15301 * international/characters.el: Temporarily set
15302 utf-translate-cjk-mode to nil.
15303
15304 * language/devan-util.el (devanagari-compose-region):
15305 Add autoload cookie.
15306
15307 * international/ccl.el (ccl-dump-call): Fix printing the
15308 subroutine name.
15309
15310 2004-06-11 Luc Teirlinck <teirllm@auburn.edu>
15311
15312 * dired.el (dired-revert): If buffer is marked unmodified before
15313 reverting, keep it marked unmodified.
15314 Adapt to new conventions for commenting out code.
15315 (dired-make-relative): Adapt to new conventions for commenting out code.
15316
15317 2004-06-10 Miles Bader <miles@gnu.ai.mit.edu>
15318
15319 * eshell/esh-module.el (eshell-load-defgroups):
15320 Bind `vc-handled-backends' to nil when opening files.
15321
15322 2004-06-11 Juanma Barranquero <lektu@terra.es>
15323
15324 * files.el (parse-colon-path, cd): Doc fixes (refer to
15325 `path-separator', not colon).
15326
15327 2004-06-10 Juanma Barranquero <lektu@terra.es>
15328
15329 * newcomment.el (comment-search-forward)
15330 (comment-search-backward): Fix typos in docstring.
15331 (comment-region): Doc fix.
15332
15333 2004-06-10 Luc Teirlinck <teirllm@auburn.edu>
15334
15335 * dired.el (dired-insert-old-subdirs): Adapt to fact that the R
15336 switch is no longer stored in `dired-switches-alist'.
15337
15338 * dired-aux.el (dired-insert-subdir): Do not store R switch in
15339 `dired-switches-alist'.
15340
15341 2004-06-10 Kim F. Storm <storm@cua.dk>
15342
15343 * pcvs.el (cvs-mode-diff-yesterday): New command.
15344
15345 * pcvs-defs.el (cvs-mode-diff-map): Bind y to cvs-mode-diff-yesterday.
15346
15347 2004-06-10 Juri Linkov <juri@jurta.org>
15348
15349 * emacs-lisp/edebug.el (edebug-eval-defun):
15350 * emacs-lisp/lisp-mode.el (eval-defun-1): Add `defface'.
15351 Fix docstring.
15352
15353 * simple.el (eval-expression-print-format): Don't print additional
15354 information on the first call to `eval-print-last-sexp'.
15355 (next-error-find-buffer): Fix punctuation.
15356 (killing) <defgroup>: Fix punctuation.
15357 (yank-excluded-properties): Change group from editing to killing.
15358
15359 * replace.el (perform-replace): Use `limit' to terminate the
15360 while-loop explicitly.
15361
15362 2004-06-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
15363
15364 * toolbar/tool-bar.el (tool-bar-add-item, tool-bar-local-item):
15365 Use lc-*.xpm as prefix instead of *-locol.xpm.
15366
15367 * toolbar/lc-copy.xpm, toolbar/lc-cut.xpm
15368 * toolbar/lc-help.xpm, toolbar/lc-home.xpm
15369 * toolbar/lc-index.xpm, toolbar/lc-jump_to.xpm
15370 * toolbar/lc-left_arrow.xpm, toolbar/lc-new.xpm
15371 * toolbar/lc-open.xpm, toolbar/lc-paste.xpm
15372 * toolbar/lc-preferences.xpm, toolbar/lc-print.xpm
15373 * toolbar/lc-right_arrow.xpm, toolbar/lc-save.xpm
15374 * toolbar/lc-saveas.xpm, toolbar/lc-search.xpm
15375 * toolbar/lc-spell.xpm, toolbar/lc-undo.xpm
15376 * toolbar/lc-up_arrow.xpm:
15377 Rename from *-locol.xpm.
15378
15379 2004-06-09 Rajesh Vaidheeswarran <rv@gnu.org>
15380
15381 * ffap.el (ffap-string-at-point-mode-alist): Fix the url mode to
15382 include forms like &<str>; as valid url patterns.
15383
15384 2004-06-08 Luc Teirlinck <teirllm@auburn.edu>
15385
15386 * dired.el (dired-diff, dired-backup-diff)
15387 (dired-clean-directory, dired-do-chmod, dired-do-chgrp)
15388 (dired-do-chown, dired-do-touch, dired-do-print)
15389 (dired-do-shell-command, dired-do-kill-lines, dired-do-compress)
15390 (dired-do-byte-compile, dired-do-load, dired-do-redisplay)
15391 (dired-create-directory, dired-do-copy, dired-do-symlink)
15392 (dired-do-hardlink, dired-do-rename, dired-do-rename-regexp)
15393 (dired-do-copy-regexp, dired-do-hardlink-regexp)
15394 (dired-do-symlink-regexp, dired-upcase, dired-downcase)
15395 (dired-maybe-insert-subdir, dired-next-subdir)
15396 (dired-prev-subdir, dired-goto-subdir, dired-mark-subdir-files)
15397 (dired-kill-subdir, dired-tree-up, dired-tree-down)
15398 (dired-hide-subdir, dired-hide-all, dired-show-file-type)
15399 (dired-run-shell-command, dired-query): Remove redundant,
15400 or incorrect, autoloads.
15401
15402 * dired-aux.el (dired-kill-tree): Do not kill DIRNAME, even if it
15403 does not end in a slash. Add optional argument KILL-ROOT.
15404 Update docstring.
15405 (dired-do-touch, dired-clean-directory, dired-run-shell-command)
15406 (dired-query): Add autoloads.
15407
15408 2004-06-08 Daniel Pfeiffer <occitan@esperanto.org>
15409
15410 * progmodes/compile.el (compilation-set-window-height):
15411 Rearrange the save-* functions because a buffer can have several current
15412 point in different windows.
15413 (compilation-error-regexp-alist-alist): Recognize {standard input}
15414 GNU messages (for gcc --pipe) and more kinds of Oracle messages.
15415
15416 2004-06-08 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
15417
15418 * toolbar/copy-locol.xpm, toolbar/cut-locol.xpm
15419 * toolbar/help-locol.xpm, toolbar/home-locol.xpm
15420 * toolbar/index-locol.xpm, toolbar/jump_to-locol.xpm
15421 * toolbar/left_arrow-locol.xpm, toolbar/new-locol.xpm
15422 * toolbar/open-locol.xpm, toolbar/paste-locol.xpm
15423 * toolbar/preferences-locol.xpm, toolbar/print-locol.xpm
15424 * toolbar/right_arrow-locol.xpm, toolbar/save-locol.xpm
15425 * toolbar/saveas-locol.xpm, toolbar/search-locol.xpm
15426 * toolbar/spell-locol.xpm, toolbar/undo-locol.xpm
15427 * toolbar/up_arrow-locol.xpm:
15428 New versions of icons that uses fewer colors.
15429
15430 * toolbar/tool-bar.el (tool-bar-local-item)
15431 (tool-bar-local-item-from-menu): Try to use icons with fewer colors
15432 if display-color-cells is 256 or less.
15433
15434 2004-06-08 Kim F. Storm <storm@cua.dk>
15435
15436 * wid-edit.el (widget-specify-button): Use hand pointer rather
15437 than mouse-face as visible mouse-over effect.
15438
15439 2004-06-07 Karl Fogel <kfogel@red-bean.com>
15440
15441 * saveplace.el (save-place-alist-to-file): Bind `print-length'
15442 and `print-level' to nil when writing out `save-place-alist'.
15443 Thanks to Kai Grossjohann <kai@emptydomain.de> for enlightenment.
15444
15445 2004-06-07 Juanma Barranquero <lektu@terra.es>
15446
15447 * completion.el (completion-kill-region): Doc fix.
15448
15449 * format.el (format-insert-annotations)
15450 (format-annotate-location): Doc fixes.
15451 (format-subtract-regions): Make arguments match their use in docstring.
15452
15453 * simple.el (kill-region): Doc fix.
15454
15455 * subr.el (insert-buffer-substring-no-properties)
15456 (insert-buffer-substring-as-yank): Doc fixes.
15457
15458 2004-06-07 Luc Teirlinck <teirllm@auburn.edu>
15459
15460 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
15461 Update docstring.
15462 (dired-reset-subdir-switches): New function.
15463
15464 * dired.el (dired-undo): Call `dired-build-subdir-alist'.
15465 Limit scope of `buffer-read-only' binding.
15466
15467 2004-06-06 Emilio C. Lopes <eclig@gmx.net>
15468
15469 * eshell/esh-cmd.el (eshell/which): Respect commands quoted with
15470 eshell-explicit-command-char.
15471
15472 2004-06-06 Juanma Barranquero <lektu@terra.es>
15473
15474 * help-fns.el (help-argument-name): Inherit from italic face only
15475 if the frame supports it.
15476
15477 2004-06-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
15478
15479 * toolbar/alias.pbm, toolbar/close.pbm, toolbar/copy.pbm
15480 * toolbar/cut.pbm, toolbar/help.pbm, toolbar/home.pbm
15481 * toolbar/index.pbm, toolbar/jump_to.pbm, toolbar/left_arrow.pbm
15482 * toolbar/new.pbm, toolbar/open.pbm, toolbar/paste.pbm
15483 * toolbar/preferences.pbm, toolbar/print.pbm, toolbar/right_arrow.pbm
15484 * toolbar/save.pbm, toolbar/saveas.pbm, toolbar/search.pbm
15485 * toolbar/spell.pbm, toolbar/undo.pbm, toolbar/up_arrow.pbm:
15486 New conversions from xpm files.
15487
15488 * toolbar/README: New file.
15489
15490 2004-06-06 Richard M. Stallman <rms@gnu.org>
15491
15492 * isearch.el (isearch-mode-map): Undo previous change.
15493
15494 2004-06-05 Juri Linkov <juri@jurta.org>
15495
15496 * bindings.el (debug-ignored-errors): Add regexps for history
15497 related messages. Remove $ from "No further undo information".
15498 Move Ediff's messages to ediff.el.
15499
15500 * ediff.el: Move Ediff's debug-ignored-errors from bindings.el.
15501
15502 * cus-edit.el (custom-display): Add `min-colors'.
15503
15504 * custom.el (defface): Add `supports' to docstring.
15505
15506 * help-fns.el (help-argument-name): Add :group 'help.
15507
15508 2004-06-05 Luc Teirlinck <teirllm@auburn.edu>
15509
15510 * find-dired.el (find-ls-subdir-switches): New user option.
15511 (find-dired): No longer call `abbreviate-file-name' on DIR.
15512 Set `dired-subdir-switches' buffer-locally.
15513
15514 * locate.el: Merge the two `Commentary' sections.
15515 (locate-ls-subdir-switches): New user option.
15516 (locate): Update for other changes.
15517 (locate-mode-map): Restore Dired binding for mouse-2.
15518 Bind `locate-mouse-view-file' to M-mouse-2.
15519 Bind `l' to `locate-do-redisplay'.
15520 (locate-main-listing-line-p, locate-do-redisplay): New functions.
15521 (locate-mouse-view-file, locate-tags, locate-find-directory):
15522 Print message if used outside main listing.
15523 (locate-mode): Update docstring. Make `*Locate*' buffer read-only.
15524 Various changes to support inserted subdirectories.
15525 (locate-insert-header): Change header of *Locate* buffer.
15526
15527 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
15528 Change interactive default switches.
15529 (dired-rename-subdir-2): Update `dired-switches-alist'.
15530 (dired-insert-subdir, dired-kill-subdir):
15531 Handle `dired-switches-alist'. Do not mark buffer modified.
15532 (dired-insert-subdir-validate): Handle `dired-subdir-switches'.
15533 (dired-insert-subdir-doinsert): Omit messages.
15534 Handle `dired-subdir-switches'.
15535 (dired-hide-subdir, dired-hide-all): Do not mark buffer modified.
15536
15537 * dired.el (dired-subdir-switches, dired-switches-alist): New vars.
15538 (dired-insert-old-subdirs): Do not repeatedly delete and reinsert
15539 subdirs if -R switch is used for a subdir.
15540 (dired-mode): Set `dired-switches-alist'.
15541 (dired-build-subdir-alist): Only print number of directories in
15542 echo area when invoked interactively.
15543
15544 2004-06-05 Lars Hansen <larsh@math.ku.dk>
15545
15546 * dired-x.el (dired-omit-mode): Rename from
15547 dired-omit-files-p. Use define-minor-mode to define it.
15548 (dired-omit-files-p): Add as alias for dired-omit-mode.
15549 (dired-omit-toggle): Delete. Replaced by dired-omit-mode and
15550 dired-mark-omitted.
15551 (dired-mark-omitted): Add. Bind to M-O.
15552
15553 2004-06-05 Kenichi Handa <handa@m17n.org>
15554
15555 * ps-print.el: Fix typos (kein'ichi -> ken'ichi)
15556
15557 2004-06-05 Juanma Barranquero <lektu@terra.es>
15558
15559 * help-fns.el (help-argument-name): Reintroduce face.
15560 (help-default-arg-highlight): Use it, now that
15561 `face-differs-from-default-p' can be trusted.
15562
15563 2004-06-05 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
15564
15565 * textmodes/table.el: Sentence commands added to Point Motion
15566 group; kill and backward-kill commands added to Extraction group.
15567
15568 2004-06-04 Mario Lang <mlang@delysid.org>
15569
15570 * battery.el (battery-linux-proc-acpi): `mA' was hardcoded, but some
15571 systems appear to use mW, make the code handle this. Fix a
15572 division-by-zero bug while at it, and handle kernels with
15573 a slightly different layout in /proc/acpi.
15574
15575 2004-06-04 Karl Fogel <kfogel@red-bean.com>
15576
15577 * vc-svn.el (vc-svn-checkin): Use `nconc' instead of `list*',
15578 because the latter is a CL-ism. This fixes the bug reported by
15579 Shawn Boyette <mdxi@collapsar.net> in
15580 http://lists.gnu.org/archive/html/emacs-devel/2004-05/msg00442.html.
15581
15582 2004-06-04 Miles Bader <miles@gnu.org>
15583
15584 * faces.el (display-supports-face-attributes-p): Function moved to
15585 C code. Previously only the tty-related portion of this function
15586 was done in C; however the previous attempt to do a halfway-proper
15587 job for non-tty displays in lisp didn't work properly because of
15588 funny conditions during Emacs startup.
15589 (face-differs-from-default-p): Simplify, now that
15590 display-supports-face-attributes-p works properly on all display
15591 types. Remove :stipple from comparison; it doesn't really work
15592 in emacs anyway.
15593
15594 2004-06-04 Miles Bader <miles@gnu.org>
15595
15596 * faces.el (face-differs-from-default-p): Use a different
15597 implementation, so we can really check whether FACE displays
15598 differently or not.
15599
15600 2004-06-04 Miles Bader <miles@gnu.org>
15601
15602 * faces.el (display-supports-face-attributes-p): Implement a
15603 `different from default' check for non-tty displays.
15604
15605 2004-06-03 David Kastrup <dak@gnu.org>
15606
15607 * woman.el (woman-mapcan): More concise code.
15608 (woman-topic-all-completions, woman-topic-all-completions-1)
15609 (woman-topic-all-completions-merge): Replace by a simpler and
15610 much faster implementation based on O(n log n) sort/merge instead
15611 of the old O(n^2) behavior.
15612
15613 2004-06-03 Miles Bader <miles@gnu.org>
15614
15615 * subr.el (read-number): Use canonical format for default in prompt.
15616
15617 * minibuf-eldef.el (minibuffer-default-in-prompt-regexps):
15618 Add regexp for " [...]" style defaults.
15619
15620 2004-06-02 Romain Francoise <romain@orebokech.com>
15621
15622 * ibuf-ext.el (ibuffer-jump-to-buffer): Add support for filter
15623 groups: if the user asks for a hidden buffer, open the
15624 corresponding filter group to expose it.
15625
15626 * ibuffer.el (ibuffer-mode-map): Add key binding `M-g' to
15627 `ibuffer-jump-to-buffer'.
15628 (ibuffer-jump-offer-only-visible-buffers): New user option.
15629
15630 2004-06-02 Juanma Barranquero <lektu@terra.es>
15631
15632 * faces.el (frame-update-faces): Add empty docstring so the one
15633 for `ignore' doesn't show through.
15634
15635 * subr.el (process-kill-without-query): Remove spurious "\n" on
15636 obsolescence string.
15637 (focus-frame, unfocus-frame): Add obsolescence declaration and
15638 empty docstring.
15639
15640 * international/mule.el (register-char-codings): Make alias for
15641 `ignore'. Move docstring to obsolescence info and remove redundancy.
15642
15643 2004-06-02 Kim F. Storm <storm@cua.dk>
15644
15645 * frame.el (blink-cursor-start): Turn cursor off initially so blink
15646 starts after blink-cursor-delay rather than 2*blink-cursor-delay.
15647
15648 2004-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
15649
15650 * comint.el (comint-replace-by-expanded-history-before-point):
15651 Obey `start' as the docstring says.
15652 (comint-send-input, comint-snapshot-last-prompt, comint-output-filter)
15653 (comint-update-fence): Prevent font-lock from running unnecessarily.
15654 (comint-dynamic-list-completions): Use with-current-buffer.
15655
15656 2004-06-01 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
15657
15658 * textmodes/bibtex.el (bibtex-format-entry): Fix regexps.
15659 (bibtex-parse-strings): Bugfix, use assoc instead of assoc-string.
15660 (bibtex-entry-update): Handle alternatives and optional fields.
15661 (bibtex-parse-entry): Bugfix, handle empty key.
15662
15663 2004-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
15664
15665 * vc-arch.el (vc-arch-state): Don't assume the file exists.
15666
15667 2004-05-31 Lars Hansen <larsh@math.ku.dk>
15668
15669 * desktop.el (desktop-save): Don't save minor modes without a
15670 known mode initialization function.
15671
15672 2004-05-30 Luc Teirlinck <teirllm@auburn.edu>
15673
15674 * replace.el (query-replace-interactive): Convert defvar -> defcustom.
15675
15676 * autorevert.el: Update `Commentary' section.
15677
15678 2004-05-30 Juanma Barranquero <lektu@terra.es>
15679
15680 * dos-fns.el (convert-standard-filename):
15681 * files.el (convert-standard-filename):
15682 * w32-fns.el (convert-standard-filename):
15683 Rework docstring (wording by Eli Zaretskii and Kai Grossjohann).
15684
15685 2004-05-30 Kai Grossjohann <kai.grossjohann@gmx.net>
15686
15687 Sync with Tramp.
15688
15689 * net/tramp.el (tramp-let-maybe): Reverse args of `get'.
15690 (tramp-let-maybe): Move to an earlier spot in the file.
15691 Patch by Andreas Schwab.
15692
15693 2004-05-30 Andreas Schwab <schwab@suse.de>
15694
15695 * dired.el (dired-get-filename): Don't use dired-re-dot.
15696
15697 2004-05-30 Richard M. Stallman <rms@gnu.org>
15698
15699 * files.el (find-file): Doc fix.
15700
15701 * font-lock.el (lisp-font-lock-keywords-2): Add multiple-value-bind.
15702
15703 2004-05-30 Nick Roberts <nickrob@gnu.org>
15704
15705 * progmodes/gdb-ui.el (gdb-current-frame, gud-watch)
15706 (gdb-locals-mode, gdb-frame-handler): Display current frame in the
15707 modeline of the locals buffer.
15708 (gdb-goto-breakpoint): Handle gdbmi.
15709 (gdb-get-frame-number): Change for gdbmi.
15710
15711 2004-05-30 Michael Albinus <michael.albinus@gmx.de>
15712
15713 * files.el (file-remote-p): Apply file name handler for operation
15714 `file-remote-p'. It isn't a property any longer.
15715 (file-relative-name): `fh' and `fd' get the required value via
15716 `find-file-name-handler' already.
15717
15718 * ange-ftp.el (ange-ftp-file-remote-p): New defun.
15719 (top): Remove setting of `file-remote-p' property for
15720 `ange-ftp-hook-function'. Add `ange-ftp' property to `file-remote-p'.
15721
15722 2004-05-29 Michael Albinus <michael.albinus@gmx.de>
15723
15724 Version 2.0.41 of Tramp released.
15725
15726 * tramp.el (tramp-wait-for-regexp, tramp-wait-for-output):
15727 Throw away if process has died.
15728 Reported by Luc Teirlinck <teirllm@dms.auburn.edu>.
15729 (tramp-out-of-band-prompt-regexp): Rename to
15730 `tramp-process-alive-regexp', because its usage is widen.
15731 (tramp-actions-copy-out-of-band): Apply it.
15732 (tramp-actions-before-shell, tramp-multi-actions):
15733 Add `tramp-action-process-alive' action.
15734 (tramp-action-process-alive): New defun.
15735 (tramp-file-name-handler-alist, tramp-file-name-for-operation):
15736 Add entry for `file-remote-p'.
15737 (tramp-handle-file-remote-p): New defun.
15738 (top): Remove setting of `file-remote-p'. Don't set
15739 `inhibit-file-name-handlers' and `inhibit-file-name-operation'.
15740
15741 * tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
15742 `file-remote-p'.
15743
15744 * tramp-uu.el (tramp-uuencode-region): Padding characters aren't
15745 counted for (last) line. [They should or they shouldn't? --Stef]
15746 Reported by Aaron Ucko <ucko@ncbi.nlm.nih.gov>.
15747
15748 2004-05-29 Kai Grossjohann <kai.grossjohann@gmx.net>
15749
15750 * tramp.el (tramp-initial-commands): Add "unset HISTFILE"; this is
15751 not really necessary but seems to keep the shell history smaller
15752 in some cases. It is no substitute for setting HISTFILE and
15753 HISTSIZE from tramp-open-connection-setup-interactive-shell,
15754 though. Suggested by Luc Teirlinck.
15755 (tramp-open-connection-setup-interactive-shell): Export variables
15756 HISTFILE and HISTSIZE, do not just set them. From Luc Teirlinck.
15757 (tramp-set-process-query-on-exit-flag): New compat function.
15758 (tramp-open-connection-multi, tramp-open-connection-su)
15759 (tramp-open-connection-rsh, tramp-open-connection-telnet)
15760 (tramp-do-copy-or-rename-file-out-of-band): Use it.
15761 (tramp-let-maybe): New macro, let-binds a variable only if it
15762 isn't obsolete.
15763 (tramp-check-ls-commands, tramp-handle-expand-file-name)
15764 (tramp-handle-file-truename): Use it.
15765 (tramp-completion-file-name-regexp-unified): Avoid matching
15766 filenames starting with "/:" -- those are reserved for
15767 file-name-non-special.
15768
15769 * tramp-smb.el (tramp-smb-open-connection):
15770 Use tramp-set-process-query-on-exit-flag compat function.
15771
15772 2004-05-29 Richard M. Stallman <rms@gnu.org>
15773
15774 * net/browse-url.el (browse-url-interactive-arg): Doc fix.
15775
15776 * emacs-lisp/lisp-mode.el (prin1-char): Catch errors from `string'.
15777 (eval-last-sexp-print-value): Print char equivalent regardless
15778 of standard-output value.
15779
15780 * thumbs.el (thumbs-subst-char-in-string): Delete.
15781 (thumbs-thumbname): Use subst-char-in-string.
15782 (thumbs-resize-image): Use condition-case, not ignore-errors.
15783 (thumbs-kill-buffer): Likewise.
15784
15785 * thumbs.el: Don't include cl. Don't bother with old Emacs versions.
15786 (thumbs-mode): Make buffer read-only.
15787 (thumbs-make-thumb): Unconditionally accept an existing file.
15788 (thumbs-insert-thumb): Add thumb-image-file property to the image.
15789 (thumbs-do-thumbs-insertion): Be smarter about where to put newlines.
15790 (thumbs-show-thumbs-list): Error if images not supported.
15791 (thumbs-save-current-image): Improve prompt string.
15792 (thumbs-mode-map): Define u, R, x.
15793 (thumbs-unmark): New command.
15794 (thumbs-emboss-image): Minor cleanup.
15795 (thumbs-forward-char, thumbs-backward-char): Skip chars with no image.
15796 (thumbs-rename-images): New command.
15797 (thumbs-show-image-num): Rewrite. Don't rename the buffer.
15798
15799 * thumbs.el (thumbs-current-image): New function.
15800 (thumbs-file-list, thumbs-file-alist): New functions.
15801 (thumbs-find-image): Delete arg L.
15802 Don't set up thumbs-fileL as buffer-local global var.
15803 (thumbs-find-image-at-point): Use thumbs-current-image.
15804 (thumbs-set-image-at-point-to-root-window): Likewise.
15805 (thumbs-delete-images): Use thumbs-current-image, thumbs-file-alist.
15806 Record and warn about errors. Update thumbs-markedL for deletions.
15807 (thumbs-next-image, thumbs-previous-image): Use thumbs-file-alist.
15808 (thumbs-redraw-buffer): Use thumbs-file-list.
15809 (thumbs-mark): Use thumbs-current-image.
15810 (thumbs-show-name): Use thumbs-current-image.
15811
15812 * imenu.el (imenu--menubar-select): Set imenu-menubar-modified-tick
15813 and imenu--last-menubar-index-alist.
15814
15815 * subr.el (with-selected-window): Undo previous change.
15816
15817 2004-05-29 John Paul Wallington <jpw@gnu.org>
15818
15819 * thumbs.el (thumbs-show-name): Do nothing if no image at point.
15820 (thumbs-mouse-find-image): New command.
15821 (thumbs-mode-map): Bind it to mouse-2.
15822 (thumbs-mode): Make mode-class special.
15823 (thumbs-view-image-mode): Likewise.
15824
15825 2004-05-29 Pavel Kobiakov <pk_at_work@yahoo.com>
15826
15827 * flymake.el: New file.
15828
15829 2004-05-28 Luc Teirlinck <teirllm@auburn.edu>
15830
15831 * files.el (find-file-noselect-1): Do not bind
15832 `inhibit-read-only' to t during execution of
15833 `find-file-not-found-functions'.
15834
15835 2004-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
15836
15837 * vc-mcvs.el (vc-mcvs-print-log, vc-mcvs-diff):
15838 * vc-arch.el (vc-arch-diff): Add optional `buffer' arg.
15839
15840 2004-05-28 Juri Linkov <juri@jurta.org>
15841
15842 * simple.el (eval-expression-print-format): New fun.
15843
15844 * simple.el (eval-expression):
15845 * emacs-lisp/lisp-mode.el (eval-last-sexp-print-value):
15846 * emacs-lisp/edebug.el (edebug-compute-previous-result)
15847 (edebug-eval-expression): Print additionally the value returned by
15848 `eval-expression-print-format'.
15849
15850 * emacs-lisp/lisp.el (insert-pair-alist): New var.
15851 (insert-pair): Make arguments optional. Find character pair
15852 from `insert-pair-alist' according to the last input event.
15853 (insert-parentheses): Make arguments optional.
15854 (raise-sexp, delete-pair): New funs.
15855
15856 * emacs-lisp/lisp-mode.el (indent-pp-sexp): New fun.
15857 (emacs-lisp-mode-map, lisp-interaction-mode-map):
15858 Bind C-M-q to `indent-pp-sexp'.
15859
15860 * emacs-lisp/pp.el (pp-buffer): New fun created from the code in
15861 `pp-to-string' modified to be able to format text with newlines.
15862 (pp-to-string): Move the buffer-formatting part of the code to
15863 `pp-buffer'. Call `pp-buffer'.
15864
15865 * info.el (Info-desktop-buffer-misc-data): Don't save information
15866 about virtual files.
15867 (Info-restore-desktop-buffer): Restore Info buffers in prepared
15868 buffers with names obtained from the desktop file instead of the
15869 default *info* buffer.
15870
15871 2004-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
15872
15873 * subr.el (with-selected-window): Only save/restore the selected window.
15874
15875 * progmodes/compile.el (compilation-error-regexp-alist):
15876 Use expand-file-name and data-directory.
15877
15878 * progmodes/grep.el (grep-tree): Rework previous fix.
15879
15880 * mouse.el (mouse-set-region-1): Use temporary transient-mark-mode
15881 after the user marked text with the mouse.
15882
15883 * startup.el (command-line): Keep the first regexp of
15884 auto-save-file-name-transforms intact.
15885
15886 2004-05-28 Juanma Barranquero <lektu@terra.es>
15887
15888 * cus-edit.el (customize-face, customize-face-other-window)
15889 (custom-face-edit-delete): Make arguments match their use in
15890 docstring.
15891 (custom-unloaded-symbol-p, custom-unloaded-widget-p): Fix typo in
15892 docstring.
15893
15894 * cvs-status.el (cvs-tree-merge, cvs-tags->tree): Use `butlast',
15895 not `cvs-butlast'.
15896
15897 * pcvs-util.el (cvs-butlast, cvs-nbutlast): Remove (`butlast' and
15898 `nbutlast' are in subr.el).
15899
15900 * w32-fns.el (w32-using-nt, w32-shell-dos-semantics)
15901 (set-w32-system-coding-system): Doc fixes.
15902
15903 * textmodes/artist.el (artist-last, artist-remove-nulls): Simplify.
15904 (artist-draw-ellipse-general, artist-draw-ellipse-with-0-height):
15905 Make arguments match their use in docstring.
15906 (artist-draw-region-trim-line-endings)
15907 (artist-mouse-choose-operation): Fix typo in docstring.
15908 (artist-key-set-point-common): Doc fix.
15909
15910 2004-05-28 Simon Josefsson <jas@extundo.com>
15911
15912 * mail/smtpmail.el (smtpmail-open-stream):
15913 Bind starttls-extra-arguments too, if starttls.el uses GNUTLS.
15914
15915 2004-05-26 Simon Josefsson <jas@extundo.com>
15916
15917 * starttls.el: Merge with my GNUTLS based starttls.el.
15918 (starttls-gnutls-program, starttls-use-gnutls)
15919 (starttls-extra-arguments, starttls-process-connection-type)
15920 (starttls-connect, starttls-failure, starttls-success): New variables.
15921 (starttls-program, starttls-extra-args): Doc fix.
15922 (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New funs.
15923 (starttls-negotiate, starttls-open-stream): Check `starttls-use-gnutls'
15924 and pass on to corresponding *-gnutls function if it is set.
15925
15926 2004-05-27 Luc Teirlinck <teirllm@auburn.edu>
15927
15928 * autorevert.el (auto-revert-handler): Disable auto-reverting of
15929 remote files.
15930
15931 2004-05-27 Michael Albinus <michael.albinus@gmx.de>
15932
15933 * files.el (file-name-non-special): There are more operations
15934 which need handling: `find-backup-file-name',
15935 `insert-file-contents', `verify-visited-file-modtime',
15936 `write-region'. Rename t value of method to `add'. Add new
15937 methods `quote' and `unquote-then-quote' to file-arg-indices.
15938
15939 2004-05-25 Juri Linkov <juri@jurta.org>
15940
15941 * info.el (Info-toc): Call Info-mode on intermediate buffer.
15942 (Info-index-nodes): Enclose code in condition-case to catch errors.
15943 (Info-index-node): Don't search all index nodes if request is only
15944 for the current node and file is not in the cache of index nodes.
15945 (Info-mode-map): Bind Info-copy-current-node-name to `w'
15946 for consistency with dired-copy-filename-as-kill.
15947 Bind `S' to Info-search-case-sensitively.
15948 (Info-copy-current-node-name): New arg. With zero prefix arg put
15949 the name inside a function call to `info'. Display copied text in
15950 the echo area.
15951
15952 2004-05-25 Sam Steingold <sds@gnu.org>
15953
15954 * emacs-lisp/lisp-mode.el (lisp-find-tag-default): New function:
15955 strip the package prefix from the symbol name, if any.
15956 Make it the `find-tag-default-function' for `lisp-mode'.
15957
15958 2004-05-25 John Paul Wallington <jpw@gnu.org>
15959
15960 * gs.el (gs-load-image): Use `set-process-query-on-exit-flag'
15961 instead of obsolete `process-kill-without-query'.
15962
15963 * textmodes/texinfmt.el (texinfo-indexvar-alist):
15964 Declare as variable, not constant.
15965
15966 2004-05-25 Luc Teirlinck <teirllm@auburn.edu>
15967
15968 * files.el (find-file-noselect-1): Fix bug introduced by
15969 Revision 1.694. As a side effect, `inhibit-read-only'
15970 is again, by default, t during execution of
15971 `find-file-not-found-functions'.
15972 (insert-directory): Check that lines were really inserted by
15973 the --dired switch, before erasing them.
15974
15975 2004-05-24 Nick Roberts <nickrob@gnu.org>
15976
15977 * progmodes/gdb-ui.el (gdb-breakpoints-mode, gdb-frames-mode)
15978 (gdb-locals-mode): Check gud-minor-mode in gud-comint-buffer.
15979 (gdb-var-update, gdb-var-update-handler, gdb-var-delete)
15980 (gdb-edit-value, gdb-speedbar-expand-node): Handle new value for
15981 gud-minor-mode (gdbmi).
15982
15983 2004-05-24 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny change)
15984
15985 * net/browse-url.el (browse-url-interactive-arg): Enable user to
15986 explicitly select the text to be taken as URL.
15987
15988 2004-05-23 Juri Linkov <juri@jurta.org>
15989
15990 * info.el (Info-index-nodes): New var and fun.
15991 (Info-goto-index, Info-index, info-apropos)
15992 (Info-find-emacs-command-nodes): Rewrite to use Info-index-nodes.
15993 (Info-index): Fix docstring. Store and restore Info-history-list.
15994 (Info-complete-nodes): New var.
15995 (Info-complete-menu-item): Use it.
15996 (Info-index-node): New fun.
15997 (Info-final-node, Info-forward-node, Info-backward-node)
15998 (Info-build-toc, Info-try-follow-nearest-node, Info-fontify-node):
15999 Use Info-index-node.
16000 (Info-extract-menu-item, Info-extract-menu-counting): Set second
16001 arg of `Info-extract-menu-node-name' to non-nil for index nodes.
16002 (Info-find-node-2): If a node with period in its name not found,
16003 try to find a node without the name part after period.
16004 (Info-select-node): Call Info-fontify-node only if
16005 Info-fontify-maximum-menu-size is not nil.
16006 (info-apropos): Set Info-fontify-maximum-menu-size to nil.
16007 (Info-find-emacs-command-nodes, Info-goto-emacs-command-node):
16008 Preserve Info-history-list.
16009 (Info-toc): Set Info-current-file.
16010 (Info-build-toc): Move point to the beginning of the buffer.
16011 Add main-file variable.
16012 (Info-dir-remove-duplicates, Info-history, Info-toc, info-apropos):
16013 Use backslashed representation of the control character ^_.
16014
16015 * textmodes/texinfmt.el (texinfo-print-index): Print index line
16016 numbers in the new Texinfo 4.7 format.
16017
16018 * add-log.el (change-log-font-lock-keywords): Remove `:' from
16019 regexps for function and variable names.
16020
16021 * descr-text.el (describe-property-list): Add [show] button for
16022 `syntax-table' property with action to pp to a separate buffer.
16023 (describe-char): Replace search-forward by re-search-forward with
16024 whitespace regexp after "character:" to not fail in too narrow windows.
16025
16026 * simple.el (next-error-find-buffer): Add a rule to return
16027 next-error capable buffer if one window on the selected frame
16028 displays such buffer.
16029
16030 2004-05-23 Nick Roberts <nickrob@gnu.org>
16031
16032 * progmodes/gdb-ui.el (gdb-server-prefix): New variable.
16033 (gud-watch, gdb-send-item, gdb-breakpoints-mode, gdb-frames-mode)
16034 (gdb-locals-mode, gdb-send-item, gdb-toggle-breakpoint)
16035 (gdb-delete-breakpoint, gdb-frames-select, gdb-threads-buffer)
16036 (gdb-registers-buffer, gdb-reset, gdb-assembler-buffer):
16037 Handle new value for gud-minor-mode (gdbmi).
16038 (gdb-buffer-type, gdb-input-queue, gdb-prompting)
16039 (gdb-output-sink, gdb-current-item, gdb-pending-triggers):
16040 Change from local to global gdb variable set.
16041 (gdb-ann3): Initialize above gdb variable set.
16042 (gdb-var-update, gdb-var-update-handler, gdb-enqueue-input)
16043 (gdb-dequeue-input, gdb-source, gdb-pre-prompt, gdb-prompt)
16044 (gdb-subprompt, gdb-starting, gdb-stopping, gdb-frame-begin)
16045 (gdb-stopped, gdb-post-prompt, gdb-concat-output)
16046 (def-gdb-auto-update-trigger, def-gdb-auto-update-handler)
16047 (gdb-info-locals-handler, gdb-invalidate-assembler)
16048 (gdb-get-current-frame, gdb-frame-handler): Handle gdb variable
16049 set as global variables.
16050 (gdb-get-create-buffer): Don't make gud-comint buffer-local.
16051 Handle gdbmi.
16052 (gdb-info-breakpoints-custom): Fix regexp.
16053 (def-gdb-var): Delete.
16054
16055 * progmodes/gud.el (gud-menu-map, gud-speedbar-menu-items)
16056 (gud-speedbar-buttons, gud-sentinel, gud-display-line)
16057 (gud-basic-call): Handle new value for gud-minor-mode (gdbmi) for
16058 a new mode. The file (gdb-mi.el) for this mode will be included
16059 with the GDB distribution (6.2 onwards) and will use GDB/MI as its
16060 primary interface.
16061
16062 2004-05-23 Jesper Harder <harder@ifa.au.dk>
16063
16064 * progmodes/grep.el (grep-tree): Ensure that DIR argument is
16065 interpreted as a directory.
16066
16067 2004-05-22 Richard M. Stallman <rms@gnu.org>
16068
16069 * textmodes/paragraphs.el (sentence-end): Match unicode curly quotes
16070 as a close quote.
16071
16072 * textmodes/bibtex.el: Use assoc-string, not assoc-ignore-case.
16073
16074 * progmodes/idlw-shell.el (idlwave-shell-get-object-class):
16075 Use assoc-string, not assoc-ignore-case.
16076
16077 * progmodes/ada-mode.el: Use assoc-string, not assoc-ignore-case.
16078
16079 * emacs-lisp/lisp.el (mark-defun, narrow-to-defun):
16080 If moving back then fwd gets a defun that ends before point,
16081 try again moving fwd then back.
16082
16083 * files.el (file-name-non-special): Allow t in file-arg-indices
16084 to mean requote the return value. Use `identity' as an element
16085 rather than as the whole value.
16086
16087 * gs.el (gs-options): Add -dSAFER. Mark it risky.
16088
16089 2004-05-22 Juanma Barranquero <lektu@terra.es>
16090
16091 * help-fns.el (help-add-fundoc-usage): Use %S only for output of
16092 `help-make-usage'.
16093 (help-highlight-arguments): Skip function name before searching
16094 for arguments.
16095
16096 2004-05-21 Juanma Barranquero <lektu@terra.es>
16097
16098 * allout.el (allout-chart-subtree, allout-rebullet-topic-grunt):
16099 Don't mention in the docstring these arguments meant for
16100 internal (recursive) use only.
16101 (allout-char-spec): Comment out (it's not implemented).
16102 (allout-old-expose-topic, allout-exposure): Fix docstring and add
16103 obsolescence declaration.
16104 (allout-flatten-exposed-to-buffer)
16105 (allout-indented-exposed-to-buffer): Fix typos in docstring.
16106 (my-mark-marker): Doc fix.
16107 (produce-allout-mode-map, allout-sibling-index)
16108 (allout-isearch-expose, allout-distinctive-bullet)
16109 (allout-open-topic, allout-reindent-body)
16110 (allout-rebullet-heading, allout-process-exposed)
16111 (allout-insert-listified, allout-latex-verb-quote)
16112 (allout-insert-latex-header, allout-insert-latex-trailer):
16113 Make arguments match their use in docstring.
16114 (allout-primary-bullet, allout-old-style-prefixes)
16115 (allout-inhibit-protection, allout-init, allout-mode)
16116 (allout-before-change-protect, allout-flag-region):
16117 Use "Emacs" instead of "emacs" in docstrings.
16118
16119 2004-05-21 Masayuki Ataka <ataka@milk.freemail.ne.jp> (tiny change)
16120
16121 * international/characters.el: Modify syntax of more characters.
16122
16123 2004-05-21 Masatake YAMATO <jet@gyve.org>
16124
16125 * progmodes/etags.el (tags-apropos, list-tags): Require apropos.
16126 (etags-tags-completion-table): Show parsing progress.
16127
16128 2004-05-20 Luc Teirlinck <teirllm@auburn.edu>
16129
16130 * locate.el (locate-prompt-for-command): Shorten first line of
16131 docstring.
16132 (locate-mode): Expand docstring and include keymap summary.
16133
16134 * files.el (find-file-noselect-1): Limit the scope of the
16135 `inhibit-read-only' binding. Make sure that `inhibit-read-only'
16136 is, by default, nil during the execution of
16137 `find-file-not-found-functions' and `find-file-hook'.
16138
16139 2004-05-20 Michael Mauger <mmaug@yahoo.com>
16140
16141 * facemenu.el (facemenu-color-name-equal): New function.
16142 (list-colors-display): Use it to compare colors instead of
16143 facemenu-color-equal.
16144
16145 2004-05-20 Dan Nicolaescu <dann@ics.uci.edu>
16146
16147 * compare-w.el (compare-windows-face): Use min-colors instead of
16148 checking for tty or pc types.
16149
16150 2004-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
16151
16152 * simple.el (do-auto-fill): Remove unused vars `bol' and `opoint'.
16153 (completion-setup-function): Use with-current-buffer.
16154 Properly save excursion. Simplify.
16155 Don't assume there is necessarily a `mouse-face' property somewhere.
16156
16157 * progmodes/gud.el (gud-reset): Use unless & with-current-buffer.
16158
16159 * progmodes/gdb-ui.el (gdb-reset): Use unless. Fix regexp.
16160
16161 * emacs-lisp/bytecomp.el (byte-compile-log): Use backquotes.
16162 (byte-compile-log-1): Don't call (byte-goto-log-buffer).
16163 Use with-current-buffer.
16164 (byte-goto-log-buffer): Delete.
16165 (byte-compile-log-file): Call compilation-forget-errors.
16166
16167 2004-05-19 Takaaki Ota <Takaaki.Ota@am.sony.com> (tiny change)
16168
16169 * net/ldap.el (ldap-search-internal): Avoid mixing standard error
16170 output messages into the search result.
16171
16172 2004-05-19 Masatake YAMATO <jet@gyve.org>
16173
16174 * wid-edit.el (widget-radio-button-notify): Revert my last
16175 change. Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
16176
16177 2004-05-19 Kenichi Handa <handa@m17n.org>
16178
16179 * international/characters.el: Fix syntax (open/close) of CJK chars.
16180
16181 2004-05-18 Karl Chen <quarl@hkn.eecs.berkeley.edu> (tiny change)
16182
16183 * help-mode.el (help-go-back): Don't depend on position of back button.
16184
16185 2004-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
16186
16187 * files.el (auto-save-file-name-transforms): Make sure ange-ftp temp
16188 files files don't contain an accidental additional /.
16189
16190 * textmodes/tex-mode.el (tex-compilation-parse-errors): Save excursion
16191 in source buffer.
16192
16193 2004-05-18 Masatake YAMATO <jet@gyve.org>
16194
16195 * wid-edit.el (widget-radio-button-notify): Don't pass `widget'
16196 to widget-apply. :action method assumes 2 arguments, not 3.
16197
16198 2004-05-17 Glenn Morris <gmorris@ast.cam.ac.uk>
16199
16200 * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
16201 New constants.
16202 (hs-special-modes-alist): Add an f90-mode entry.
16203
16204 2004-05-17 Sam Steingold <sds@gnu.org>
16205
16206 * emacs-lisp/cl-indent.el (common-lisp-indent-function-1):
16207 Indent "without-" forms just like "with-" and "do-". Use regexp-opt.
16208
16209 2004-05-16 Kim F. Storm <storm@cua.dk>
16210
16211 * emacs-lisp/timer.el (timer-event-handler): Fix last change.
16212
16213 2004-05-15 John Wiegley <johnw@newartisans.com>
16214
16215 * eshell/esh-io.el (eshell-get-target): Whitespace changes.
16216 (eshell-output-object-to-target): Improve output speed 20% by not
16217 calling `eshell-stringify' if something is already known to be a string.
16218
16219 2004-05-15 Alex Ott <ott@jet.msk.su>
16220
16221 * textmodes/ispell.el (ispell-local-dictionary-alist):
16222 Add windows-1251 to the choice of coding systems.
16223 (ispell-dictionary-alist-6): Add support for "russianw.aff",
16224 encoded in cp1251.
16225
16226 2004-05-15 Dan Nicolaescu <dann@ics.uci.edu>
16227
16228 * progmodes/compile.el (compilation-warning-face)
16229 (compilation-info-face): Use min-colors.
16230
16231 2004-05-15 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
16232
16233 * toolbar/close.pbm, toolbar/close.xpm, toolbar/copy.pbm
16234 * toolbar/copy.xpm, toolbar/cut.pbm, toolbar/cut.xpm
16235 * toolbar/help.pbm, toolbar/help.xpm, toolbar/home.pbm
16236 * toolbar/home.xpm, toolbar/index.pbm, toolbar/index.xpm
16237 * toolbar/jump_to.pbm, toolbar/jump_to.xpm, toolbar/left_arrow.pbm
16238 * toolbar/left_arrow.xpm, toolbar/new.pbm, toolbar/new.xpm
16239 * toolbar/open.pbm, toolbar/open.xpm, toolbar/paste.pbm
16240 * toolbar/paste.xpm, toolbar/preferences.pbm, toolbar/preferences.xpm
16241 * toolbar/print.pbm, toolbar/print.xpm, toolbar/right_arrow.pbm
16242 * toolbar/right_arrow.xpm, toolbar/save.pbm, toolbar/save.xpm
16243 * toolbar/saveas.pbm, toolbar/saveas.xpm, toolbar/search.pbm
16244 * toolbar/search.xpm, toolbar/spell.pbm, toolbar/spell.xpm
16245 * toolbar/undo.pbm, toolbar/undo.xpm, toolbar/up_arrow.pbm
16246 * toolbar/up_arrow.xpm: New icons from GTK+ version 2.
16247
16248 2004-05-15 Kim F. Storm <storm@cua.dk>
16249
16250 * emacs-lisp/timer.el (timer-activate): Add optional arg triggered-p.
16251 Use it to set triggered-p element of timer.
16252 (timer-event-handler): Set triggered-p element non-nil while running
16253 the timer function.
16254
16255 2004-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
16256
16257 * descr-text.el (describe-char-unicode-data)
16258 (describe-char-unicodedata-file): Re-enable the unicode code now that
16259 the licensing issues have been cleared in the unicode-4 license.
16260 (describe-text-properties-1): Remove unused `overlay' var.
16261 (describe-char): Remove unused var `buffer'.
16262
16263 2004-05-14 David Ponce <david@dponce.com>
16264
16265 * tree-widget.el: New file.
16266
16267 2004-05-13 Marcelo Toledo <marcelo@gnu.org>
16268
16269 * language/european.el ("Brazilian Portuguese"): Add support for
16270 Brazilian Portuguese.
16271
16272 2004-05-13 John Wiegley <johnw@newartisans.com>
16273
16274 * iswitchb.el (iswitchb-use-virtual-buffers): Only turn on
16275 `recentf-mode' if this variable has been customized to t.
16276
16277 * eshell/esh-test.el (eshell-test): Call the function
16278 `emacs-version' rather than trying to build a custom version string.
16279
16280 2004-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
16281
16282 * net/telnet.el (telnet-mode): Use define-derived-mode.
16283 Don't modify the global value of comint-prompt-regexp.
16284
16285 2004-05-13 John Paul Wallington <jpw@gnu.org>
16286
16287 * version.el (emacs-version): Check for `gtk' feature before
16288 `x-toolkit' feature.
16289
16290 2004-05-13 Juanma Barranquero <lektu@terra.es>
16291
16292 * files.el (file-truename): Don't mention COUNTER and PREV-DIRS
16293 arguments in the docstring, they're used only in recursive calls.
16294
16295 * help-fns.el (help-arg-highlighting-function)
16296 (help-argument-name): Delete.
16297 (help-default-arg-highlight): New function.
16298 (help-do-arg-highlighting): Use it.
16299
16300 2004-05-13 Glenn Morris <gmorris@ast.cam.ac.uk>
16301
16302 * calendar/appt.el (appt-disp-window):
16303 Use `calendar-set-mode-line' for a centered mode-line.
16304
16305 2004-05-13 Takaaki Ota <Takaaki.Ota@am.sony.com> (tiny change)
16306
16307 * calendar/appt.el (appt-disp-window): Do not split window
16308 excessively when `split-height-threshold' is low.
16309
16310 2004-05-12 Nick Roberts <nickrob@gnu.org>
16311
16312 * progmodes/gud.el (gud-mode): Add gud-kill-buffer-hook to
16313 kill-buffer-hook here and make it local.
16314 (gud-kill-buffer-hook): Use kill-process for a sure kill.
16315
16316 2004-05-12 Daniel Pfeiffer <occitan@esperanto.org>
16317
16318 * progmodes/compile.el (compilation-set-window-height):
16319 Use save-excursion to protect against misplaced marker.
16320
16321 2004-05-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
16322
16323 * custom.el (defface): Document that type can have value gtk.
16324
16325 * faces.el (face-spec-set-match-display): Handle type gtk in display.
16326
16327 2004-05-12 Kenichi Handa <handa@m17n.org>
16328
16329 * descr-text.el: Require quail at compile time.
16330 (describe-char): If an input method is on and it supports the
16331 character, show how to input it.
16332
16333 * international/quail.el (quail-install-decode-map): Accept a
16334 char-table whose subtype is `quail-decode-map'.
16335 (quail-store-decode-map-key, quail-gen-decode-map1)
16336 (quail-gen-decode-map, quail-find-key1, quail-find-key)
16337 (quail-show-key): New functions.
16338
16339 2004-05-12 Juanma Barranquero <lektu@terra.es>
16340
16341 * generic.el (define-generic-mode): Remove redundant arglist info.
16342
16343 * help-fns.el (help-split-fundoc, help-add-fundoc-usage):
16344 Make arguments match their use in docstring.
16345 (help-arg-highlighting-function): New variable.
16346 (help-argument-name): Mention it in the docstring.
16347 (help-do-arg-highlight): Use it. Expand regexp to accept also
16348 ARG-xxx and xxx-ARG references.
16349
16350 2004-05-11 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny change)
16351
16352 * mail/rfc2368.el (rfc2368-parse-mailto-url): Make the results of
16353 parsing "mailto:addr1%2C%20addr2", "mailto:?to=addr1%2C%20addr2",
16354 and "mailto:addr1?to=addr2" equal.
16355
16356 2004-05-11 Alexander Pohoyda <alexander.pohoyda@gmx.net> (tiny change)
16357
16358 * man.el (Man-getpage-in-background): Use shell-file-name
16359 and shell-command-switch variables instead of hard-coded values.
16360
16361 2004-05-11 Eli Zaretskii <eliz@gnu.org>
16362
16363 * iimage.el: New file.
16364
16365 2004-05-11 Juanma Barranquero <lektu@terra.es>
16366
16367 * custom.el (custom-initialize-default, defcustom):
16368 Fix typo in docstring.
16369
16370 * files.el (set-visited-file-name, file-expand-wildcards):
16371 Fix docstring.
16372
16373 2004-05-10 Stefan Monnier <monnier@iro.umontreal.ca>
16374
16375 * emacs-lisp/lisp-mode.el (prin1-char): Use eventp.
16376
16377 * subr.el (eventp): Be more discriminating with integers.
16378
16379 2004-05-10 Daniel Pfeiffer <occitan@esperanto.org>
16380
16381 * progmodes/compile.el (compile): Add universal prefix arg.
16382 (compilation-error-regexp-alist-alist): Add edg patterns.
16383
16384 2004-05-10 Sam Steingold <sds@gnu.org>
16385
16386 * textmodes/ispell.el (ispell-message):
16387 Use `message-cite-prefix-regexp' instead of `message-yank-prefix'.
16388
16389 2004-05-10 Dave Love <fx@gnu.org>
16390
16391 * progmodes/python.el (help-buffer): Autoload when compiling.
16392 (python-after-info-look): Don't assume Info-goto-node returns non-nil.
16393 (run-python): Prepend to any existing PYTHONPATH.
16394
16395 2004-05-10 Nick Roberts <nick@nick.uklinux.net>
16396
16397 * progmodes/gdb-ui.el (gdb-annotation-rules): Add nquery annotation
16398 for pending breakpoints.
16399
16400 2004-05-10 Richard M. Stallman <rms@gnu.org>
16401
16402 * mail/unrmail.el (unrmail): Mostly rewritten. Parses the file
16403 directly without calling any functions in Rmail.
16404 (unrmail-unprune): Function deleted.
16405
16406 2004-05-10 Stefan Monnier <monnier@iro.umontreal.ca>
16407
16408 * progmodes/python.el (inferior-python-mode-map): Remove erroneous
16409 C-c C-z binding.
16410
16411 2004-05-10 Kenichi Handa <handa@m17n.org>
16412
16413 * descr-text.el (describe-char): Fix previous change. Don't make
16414 a unibyte character to multibyte in the *Help* buffer.
16415
16416 2004-05-10 Miles Bader <miles@gnu.org>
16417
16418 * lisp/progmodes/gud.el (gud-common-init): Only consider an existing
16419 buffer an error if the debugger process is actually running.
16420
16421 2004-05-10 Juanma Barranquero <lektu@terra.es>
16422
16423 * help-fns.el (help-argument-name): Default to italic.
16424 (help-highlight-arguments): Return always (usage . doc), even when
16425 usage is nil.
16426
16427 * ibuf-macs.el (define-ibuffer-column, define-ibuffer-sorter)
16428 (define-ibuffer-filter): Add usage info.
16429 (define-ibuffer-op): Add usage info (but CL-style defaults for
16430 keyword args are not shown).
16431
16432 * subr.el (remove-overlays, read-passwd): Fix docstring.
16433 (start-process-shell-command): Fix docstring. Put usage info in a
16434 format usable by `describe-function'.
16435 (open-network-stream, open-network-stream-nowait)
16436 (open-network-stream-server): Fix docstring.
16437
16438 2004-05-09 Jason Rumney <jasonr@gnu.org>
16439
16440 * international/code-pages (cp932, cp936, cp949, c950): Remove.
16441 Only define cp125* if windows-125* is already defined.
16442
16443 * language/korean.el (cp949): Add alias.
16444
16445 * language/chinese.el (cp936, cp950): Add aliases.
16446
16447 * language/japanese.el (cp932): Add alias.
16448
16449 * term/w32-win.el: Require code-pages.
16450
16451 * international/mule-cmds.el (set-locale-environment):
16452 On MS-Windows use ansi code-page for default coding-systems.
16453 Set up paper sizes for Windows 3 letter languages.
16454
16455 * international/code-pages.el (cp932, cp936, cp949, cp950):
16456 Add aliases. Also add cp125* if not already defined.
16457
16458 2004-05-09 Juanma Barranquero <lektu@terra.es>
16459
16460 * help-fns.el (help-highlight-arguments): Don't try to highlight
16461 missing or autoloaded arglists. Accept structured arguments, like
16462 the first ones of `do' and `flet'.
16463
16464 * pcvs.el (cvs-mode-run, cvs-is-within-p): Fix typo in docstring.
16465 (cvs-get-marked): Remove redundant arglist info.
16466
16467 * net/quickurl.el (quickurl, quickurl-browse-url, quickurl-read):
16468 Don't use CL-style default args.
16469
16470 2004-05-08 Andreas Schwab <schwab@suse.de>
16471
16472 * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Doc fix.
16473
16474 * international/subst-ksc.el: Fix references to utf-translate-cjk
16475 into utf-translate-cjk-mode.
16476 * international/subst-big5.el: Likewise.
16477 * international/subst-gb2312.el: Likewise.
16478 * international/subst-jis.el: Likewise.
16479 * international/utf-16.el: Likewise.
16480 * international/utf-8.el: Likewise.
16481
16482 2004-05-08 John Wiegley <johnw@newartisans.com>
16483
16484 * iswitchb.el (iswitchb-use-virtual-buffers): Add support for
16485 "virtual buffers" (off by default), which makes it possible to
16486 switch to the "virtual" buffers of recently visited files. When a
16487 buffer name search fails, and this option is on, iswitchb will
16488 look at the list of recently visited files, and permit matching
16489 against those names. When the user hits RET on a match, it will
16490 revisit that file.
16491 (iswitchb-read-buffer): Add two optional arguments, which makes
16492 isearchb.el possible.
16493 (iswitchb-completions, iswitchb-set-matches, iswitchb-prev-match)
16494 (iswitchb-next-match): Add support for virtual buffers.
16495
16496 * isearchb.el: This module extends iswitchb to provide "as you
16497 type" buffer selection.
16498
16499 * textmodes/flyspell.el (flyspell-highlight-incorrect-region):
16500 Ignore the read-only property when flyspell highlighting is on.
16501 Not ignoring it leads to a series of confusing errors.
16502 (flyspell-highlight-duplicate-region): Ignore read-only, as above,
16503 but also make sure to call flyspell-incorrect-hook.
16504 (flyspell-maybe-correct-transposition): Perform transposition test
16505 by bit twiddling a string, rather than using a temp buffer.
16506 (flyspell-maybe-correct-doubling): Use a string rather than a temp
16507 buffer. This is also the original version of the code, which
16508 could not be checked in before due to a previous lack of
16509 assignment papers. This version has seen heavy usage on my system
16510 for several years now.
16511
16512 * calendar/cal-bahai.el: New file, which adds support for the
16513 Baha'i calendar to Emacs. This calendar is based on a solar year
16514 of 19 months of 19 days, with 4 intercalary days. Each year
16515 begins on March 21, with the calendar starting in 1844.
16516
16517 * calendar/cal-menu.el, calendar/calendar.el
16518 * calendar/diary-lib.el, calendar/holidays.el:
16519 Added support for using cal-bahai.el.
16520
16521 * eshell/em-glob.el (eshell-glob-initialize): Move initialization
16522 of `eshell-glob-chars-regexp' into `eshell-glob-regexp', so that
16523 function can be used outside of eshell buffers.
16524 (eshell-glob-regexp): Initialize `eshell-glob-chars-regexp' here.
16525
16526 2004-05-08 Juanma Barranquero <lektu@terra.es>
16527
16528 * help-fns.el (help-do-arg-highlight): Temporarily set ?\- to be a
16529 word constituent so FOO-ARG is not recognized as an arg.
16530 (help-highlight-arguments): Don't skip lists in mandatory arguments.
16531
16532 * simple.el (next-error): Fix typo in docstring.
16533 (open-line): Make argument names match their use in docstring.
16534 (split-line): Fix docstring.
16535
16536 * emacs-lisp/cl-macs.el (do, do*): Put usage info in a format
16537 usable by `describe-function'.
16538 (gensym, gentemp, typep, ignore-errors): Make argument names match
16539 their use in docstring.
16540
16541 * progmodes/python.el (python-describe-symbol): Pass INTERACTIVE-P
16542 argument to `help-setup-xref'.
16543
16544 2004-05-07 Kai Grossjohann <kai@emptydomain.de>
16545
16546 Version 2.0.40 of Tramp released.
16547
16548 * net/tramp.el (tramp-completion-mode, tramp-md5-function):
16549 Use symbol-function to invoke functions only known on some Emacs
16550 flavors. This avoids byte-compiler warnings. Reported by Kevin
16551 Scaldeferri <kevin@scaldeferri.com>.
16552 (tramp-do-copy-or-rename-file-via-buffer): Rename from
16553 tramp-do-copy-or-rename-via-buffer (without `file'), to make it
16554 consistent with the other tramp-do-* functions.
16555 (tramp-do-copy-or-rename-file): Calls adjusted.
16556 (tramp-process-initial-commands): Avoid liveness check on shell --
16557 we know that it must be alive since we're opening a connection at
16558 this moment.
16559 (tramp-last-cmd): New internal variable.
16560 (tramp-process-echoes): New tunable.
16561 (tramp-send-command): Set tramp-last-cmd.
16562 (tramp-wait-for-output): Delete echo, if applicable.
16563 (tramp-read-passwd): Construct the key for the password cache in a
16564 way that works for multi methods, too.
16565 (tramp-bug): Add backup-directory-alist and
16566 bkup-backup-directory-info to bug reports, with Tramp counterparts.
16567
16568 2004-05-07 Michael Albinus <michael.albinus@gmx.de>
16569
16570 * net/tramp*.el: Suppress byte-compiler warnings where possible.
16571
16572 * net/tramp.el (tramp-out-of-band-prompt-regexp)
16573 (tramp-actions-copy-out-of-band): New defcustoms.
16574 (tramp-do-copy-or-rename-file-out-of-band): Asynchronous process
16575 used instead of a synchronous one. Allows password entering.
16576 (tramp-action-out-of-band): New defun.
16577 (tramp-open-connection-rsh, tramp-method-out-of-band-p):
16578 Remove restriction with password from doc string.
16579 (tramp-bug): Add variables `tramp-terminal-prompt-regexp',
16580 `tramp-out-of-band-prompt-regexp',
16581 `tramp-actions-copy-out-of-band', `password-cache' and
16582 `password-cache-expiry'.
16583 (toplevel): Remove todo item wrt ssh-agent. Obsolete due to
16584 password caching.
16585 (tramp-touch): FILE can be a local file, too.
16586 (TODO): Remove items done.
16587 (tramp-handle-insert-directory): Properly quote file name also if
16588 not full-directory-p. Handle wildcard case. Reported by Andreas
16589 Schwab <schwab@suse.de>.
16590 (tramp-do-copy-or-rename-file-via-buffer): Set permissions of the
16591 new file.
16592 (tramp-handle-file-local-copy, tramp-handle-write-region):
16593 The permissions of the temporary file are set if filename exists.
16594 Reported by Ted Stern <stern@cray.com>.
16595 (tramp-backup-directory-alist)
16596 (tramp-bkup-backup-directory-info): New defcustoms.
16597 (tramp-file-name-handler-alist): Add entry for `find-backup-file-name'.
16598 (tramp-handle-find-backup-file-name): New function.
16599 Implements Tramp's find-backup-file-name.
16600
16601 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry
16602 for `find-backup-file-name'.
16603
16604 * net/tramp-vc.el (tramp-vc-workfile-unchanged-p): Correct typo
16605 ("file" -> "filename"). Reported by Kim F. Storm <storm@cua.dk>.
16606
16607 2004-05-07 Lars Hansen <larsh@math.ku.dk>
16608
16609 * desktop.el (desktop-buffer-mode-handlers): Fix docstring.
16610
16611 2004-05-07 Juanma Barranquero <lektu@terra.es>
16612
16613 * subr.el (lambda): Add arglist description to docstring.
16614 (declare): Fix typo in docstring.
16615 (open-network-stream): Fix docstring.
16616 (process-kill-without-query): Fix docstring and add obsolescence info.
16617 (last, butlast, nbutlast): Make arguments match their use in docstring.
16618 (insert-buffer-substring-no-properties): Likewise.
16619 (insert-buffer-substring-as-yank): Likewise.
16620 (split-string): Fix docstring.
16621
16622 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
16623 Make argument names match their use in docstring.
16624
16625 * emacs-lisp/re-builder.el (reb-auto-update): Fix typo in docstring.
16626
16627 2004-05-06 Nick Roberts <nickrob@gnu.org>
16628
16629 * progmodes/gdb-ui.el: Improve/extend documentation strings.
16630 Fit first sentence on one line for apropos-command.
16631
16632 2004-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
16633
16634 Changes largely merged in from Dave Love's code.
16635 * progmodes/python.el: Doc fixes.
16636 (python-mode-map): Add python-complete-symbol.
16637 (python-comment-line-p, python-beginning-of-string): Use syntax-ppss.
16638 (python-comment-indent, python-complete-symbol)
16639 (python-symbol-completions, python-partial-symbol)
16640 (python-try-complete): New.
16641 (python-indent-line): Remove optional arg. Use python-block-end-p.
16642 (python-check): Bind compilation-error-regexp-alist.
16643 (inferior-python-mode): Use rx. Move keybindings to top level.
16644 Set comint-input-filter.
16645 (python-preoutput-filter): Use rx.
16646 (python-input-filter): Re-introduce.
16647 (python-proc): Start new process if necessary.
16648 Check python-buffer non-nil.
16649 (view-return-to-alist): Defvar.
16650 (python-send-receive): New.
16651 (python-eldoc-function): Use it.
16652 (python-mode-running): Don't defvar.
16653 (python-mode): Set comment-indent-function.
16654 Maybe update hippie-expand-try-functions-list.
16655 (python-indentation-levels): Initialize differently.
16656 (python-block-end-p): New.
16657 (python-indent-line): Use it.
16658 (python-compilation-regexp-alist): Augment.
16659 (run-python): Import `emacs' module to Python rather than loading
16660 code directly. Set python-buffer differently.
16661 (python-send-region): Use emacs.eexecfile. Fix orig-start calculation.
16662 Use python-proc.
16663 (python-send-command): Go to end of comint buffer.
16664 (python-load-file): Use python-proc, emacs.eimport.
16665 (python-describe-symbol): Simplify interactive form.
16666 Use emacs.help. Do use temp-buffer-show-hook.
16667 Call print-help-return-message.
16668 (hippie-exp): Require when compiling.
16669 (python-preoutput-continuation): Use rx.
16670
16671 * diff-mode.el (diff-make-unified): Fix regexp.
16672
16673 2004-05-06 Romain Francoise <romain@orebokech.com> (tiny change)
16674
16675 * ibuffer.el (ibuffer-redisplay-engine): Do not remove folded
16676 filter groups from the buffer when rebuilding the Ibuffer buffer
16677 and `ibuffer-show-empty-filter-groups' is nil.
16678
16679 2004-05-06 Vinicius Jose Latorre <viniciusjl@ig.com.br>
16680
16681 * ps-print.el (ps-print-quote): Call ps-value-string.
16682 (ps-setup): Call ps-comment-string.
16683 (ps-value-string, ps-comment-string): New funs.
16684
16685 2004-05-06 Juanma Barranquero <lektu@terra.es>
16686
16687 * ehelp.el (electric-help-command-loop): Check whether the last
16688 character is visible, not (point-max).
16689
16690 * help-fns.el (help-argument-name): Default to bold; don't inherit
16691 from font-lock-variable-name-face.
16692 (help-do-arg-highlight): Grok also ARGth occurrences in the docstring.
16693
16694 2004-05-05 Kenichi Handa <handa@m17n.org>
16695
16696 * descr-text.el (describe-char): Copy the character with text
16697 properties and overlays into the first line, and call
16698 describe-text-properties on it.
16699
16700 2004-05-05 Stephen Eglen <stephen@anc.ed.ac.uk>
16701
16702 * iswitchb.el (iswitchb-global-map): Fix typo.
16703 Remove unwanted ###autoloads from source file.
16704
16705 2004-05-05 Lars Hansen <larsh@math.ku.dk>
16706
16707 * wdired.el (wdired-change-to-wdired-mode): Quote wdired-mode-hook
16708 in run-hooks. Use substitute-command-keys in message.
16709 (wdired-abort-changes): Add message.
16710
16711 2004-05-03 Michael Mauger <mmaug@yahoo.com>
16712
16713 * emacs/lisp/progmodes/sql.el (sql-xemacs-p, sql-emacs19-p)
16714 (sql-emacs20-p): Remove.
16715 (sql-mode-syntax-table): Use shared GNU Emacs/XEmacs syntax.
16716 (sql-builtin-face, sql-doc-face): Remove.
16717 (sql-mode-ansi-font-lock-keywords)
16718 (sql-mode-oracle-font-lock-keywords)
16719 (sql-mode-postgres-font-lock-keywords)
16720 (sql-mode-linter-font-lock-keywords)
16721 (sql-mode-ms-font-lock-keywords)
16722 (sql-mode-mysql-font-lock-keywords): Use standard fonts.
16723 (sql-product-font-lock): Fix font-lock reset when font rules change.
16724 (sql-highlight-product): Remove incorrect font-lock reset logic.
16725
16726 2004-05-04 Jonathan Yavner <jyavner@member.fsf.org>
16727
16728 * ses.el (ses-set-parameter): Fix typo.
16729
16730 2004-05-04 Kim F. Storm <storm@cua.dk>
16731
16732 * ido.el (ido-read-internal): Fix call to read-file-name for edit.
16733 Must expand directory for completion to work; and don't mess with
16734 process-environment.
16735 (ido-read-file-name): If command has ido property, don't use ido
16736 if value is ignore, or read as directory if value is dir.
16737 Set ido ignore property for dired-do-rename command.
16738
16739 2004-05-04 Juanma Barranquero <lektu@terra.es>
16740
16741 * ehelp.el (electric-help-command-loop, electric-help-undefined)
16742 (electric-help-help): Check against unmapped commands.
16743
16744 * help-fns.el (help-argument-name): New face, inheriting from
16745 font-lock-variable-name-face, to highlight function arguments in
16746 `describe-function' and `describe-key'.
16747 (help-do-arg-highlight): Auxiliary function to highlight a given
16748 list of arguments in a string.
16749 (help-highlight-arguments): Highlight the function arguments and
16750 all uses of them in the docstring.
16751 (describe-function-1): Use it. Do docstring output via `insert',
16752 not 'princ', so text attributes are preserved.
16753
16754 * winner.el (winner-mode-map): Move `winner-undo' and
16755 `winner-redo' to C-c <left> and C-c <right>, respectively (the
16756 previous bindings conflict with `prev-buffer', `next-buffer').
16757
16758 2004-05-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
16759
16760 * textmodes/bibtex.el (bibtex-progress-message): Fix docstring.
16761 (bibtex-entry-update): New command bound to C-c C-u.
16762 (bibtex-text-in-string): Fix regexp.
16763 (bibtex-assoc-of-regexp): Remove.
16764 (bibtex-progress-message): Fix docstring.
16765 (bibtex-inside-field): Use if.
16766 (bibtex-assoc-regexp): New function.
16767 (bibtex-format-entry): Make code more robust so that it formats
16768 also old entries.
16769 (bibtex-autokey-demangle-title): Merge with obsolete function
16770 bibtex-assoc-of-regexp.
16771 (bibtex-field-list): New function.
16772 (bibtex-entry): Use bibtex-field-list.
16773 (bibtex-parse-entry): Fix docstring.
16774 (bibtex-print-help-message): Use bibtex-field-list.
16775 (bibtex-make-field): Use bibtex-field-list.
16776 (bibtex-entry-index): Bugfix. Return crossref key if required.
16777 (bibtex-lessp): Fix docstring.
16778
16779 2004-05-03 Luc Teirlinck <teirllm@auburn.edu>
16780
16781 * select.el (xselect-convert-to-string): Move comment to intended line.
16782
16783 2004-05-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
16784
16785 * toolbar/tool-bar.el (tool-bar-setup): Use lookup-key for
16786 cut/copy/paste in case menu-bar-enable-clipboard is in effect.
16787
16788 2004-05-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
16789
16790 * term/x-win.el (x-clipboard-yank): Don't exit on error from
16791 x-get-selection.
16792
16793 2004-05-03 Jason Rumney <jasonr@gnu.org>
16794
16795 * makefile.nt: Remove.
16796
16797 2004-05-03 Kim F. Storm <storm@cua.dk>
16798
16799 * emulation/cua-base.el (cua--update-indications): Fix last change.
16800 (cua-mode): Deactivate mark when cua-mode is enabled.
16801
16802 2004-05-02 Luc Teirlinck <teirllm@auburn.edu>
16803
16804 * select.el (xselect-convert-to-string): Bind `inhibit-read-only' to t.
16805
16806 2004-05-03 Nick Roberts <nickrob@gnu.org>
16807
16808 * progmodes/gdb-ui.el (gud-watch, gdb-display-buffer)
16809 (gdb-display-source-buffer, gdb-put-breakpoint-icon)
16810 (gdb-remove-breakpoint-icons, gdb-assembler-custom): Look for
16811 window over visible frames.
16812 (gdb-goto-breakpoint): Make buffer display file at breakpoint.
16813
16814 2004-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
16815
16816 * progmodes/compile.el (compilation-gcpro): New var.
16817 (compilation-fake-loc): Use it.
16818 (compilation-forget-errors): Reset it.
16819
16820 2004-05-02 Dan Nicolaescu <dann@ics.uci.edu>
16821
16822 * diff-mode.el (diff-header-face, diff-file-header-face):
16823 Use min-colors.
16824
16825 2004-05-02 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
16826
16827 * textmodes/bibtex.el (bibtex-sort-buffer): Remove error message.
16828 (bibtex-clean-entry): Disentangle code.
16829 (bibtex-realign): New function.
16830 (bibtex-reformat): Use mapcar and bibtex-realign. Do not use
16831 bibtex-beginning-of-first-entry and bibtex-skip-to-valid-entry.
16832 Remove undocumented optional arg called-by-convert-alien.
16833 (bibtex-convert-alien): Use bibtex-realign. Use bibtex-reformat
16834 for sorting instead of bibtex-sort-buffer.
16835
16836 2004-05-02 Eli Zaretskii <eliz@gnu.org>
16837
16838 * progmodes/compile.el (compilation-start): In the
16839 no-async-subprocesses branch, call sit-for to give redisplay a
16840 chance to show the updated process status in the mode line, and
16841 fontify the buffer explicitly after the process exits.
16842
16843 2004-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
16844
16845 * progmodes/python.el (python-compilation-line-number): Remove.
16846 (python-compilation-regexp-alist): Don't use it any more.
16847 (python-orig-start, python-input-filter): Remove.
16848 (inferior-python-mode): Don't set up comint-input-filter-functions.
16849 (python-send-region): Use compilation-fake-loc.
16850
16851 * progmodes/compile.el (compilation-messages-start): New var.
16852 (compilation-mode): Don't setup next-error-function here.
16853 (compilation-setup): Set it up here instead (for minor modes as well).
16854 Make compilation-messages-start buffer local.
16855 (compilation-next-error-function): Use it.
16856 (compilation-forget-errors): Set compilation-messages-start.
16857
16858 2004-05-01 Luc Teirlinck <teirllm@auburn.edu>
16859
16860 * ielm.el (ielm-prompt-read-only): Update docstring.
16861
16862 * comint.el (comint-prompt-read-only): Update docstring.
16863 (comint-update-fence, comint-kill-whole-line)
16864 (comint-kill-region): New functions.
16865
16866 * simple.el (kill-whole-line): Use "p" instead of "P" in
16867 interactive form.
16868
16869 2004-05-01 Juanma Barranquero <lektu@terra.es>
16870
16871 * help-fns.el (help-add-fundoc-usage): Use %S instead of %s to
16872 format arglist so default values in CL-style argument lists are
16873 correctly shown.
16874
16875 2004-05-01 Jason Rumney <jasonr@gnu.org>
16876
16877 * term/w32-win.el (w32-drag-n-drop): Use x-dnd.el functions.
16878
16879 2004-05-01 Kenichi Handa <handa@m17n.org>
16880
16881 * international/titdic-cnv.el (miscdic-convert): Don't generate a
16882 quail file if it is up to date.
16883
16884 2004-04-30 Juri Linkov <juri@jurta.org>
16885
16886 * cus-edit.el (custom-mode-map):
16887 Add key binding `C-x C-s' to `Custom-save'.
16888
16889 * outline.el (outline-blank-line): New var.
16890 (outline-next-preface, outline-show-heading)
16891 (outline-end-of-subtree): Use it.
16892
16893 * dired-aux.el (dired-touch-initial): New fun.
16894 (dired-do-chxxx): Call it for op-symbol `touch'.
16895 (dired-diff): Use `dired-dwim-target-directory'
16896 if current dired buffer has no buffer mark.
16897
16898 * bindings.el (propertized-buffer-identification):
16899 Replace `(:weight bold)' by `Buffer-menu-buffer-face'.
16900 Add C-M-arrow keys for consistency.
16901
16902 * files.el (confirm-kill-emacs):
16903 Change group from top-level `emacs' to `convenience'.
16904
16905 * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
16906 Push mark on the first call of successive command calls.
16907 (insert-pair): New fun created from `insert-parentheses' with
16908 `open' and `close' arguments added. Enclose active regions
16909 in paired characters. Compare adjacent characters syntax with
16910 inserted characters syntax before inserting a space.
16911 (insert-parentheses): Call `insert-pair' with ?\( ?\).
16912
16913 * delsel.el: Don't put `delete-selection' property
16914 on `insert-parentheses' symbol to take advantage of
16915 region handling in `insert-pair' function.
16916 Suggested by Stephan Stahl <stahl@eos.franken.de>.
16917
16918 2004-04-30 Kim F. Storm <storm@cua.dk>
16919
16920 * emulation/cua-base.el: Add support for changing cursor types;
16921 based on patch from Michael Mauger.
16922 (cua-normal-cursor-color, cua-read-only-cursor-color)
16923 (cua-overwrite-cursor-color, cua-global-mark-cursor-color):
16924 Customization cursor type and/or cursor color.
16925 (cua--update-indications): Handle cursor type changes.
16926 (cua-mode): Update cursor indications if enabled.
16927
16928 * menu-bar.el (menu-bar-options-menu): Change menu text for CUA.
16929
16930 * mouse.el (mouse-drag-copy-region): New defcustom.
16931 (mouse-set-region, mouse-drag-region-1): Use it.
16932
16933 * simple.el (kill-ring-save): If region face background color is
16934 unspecified (if no highlighting), show extent of fully visible
16935 region even if transient-mark-mode is enabled.
16936
16937 * emulation/cua-base.el (cua--standard-movement-commands):
16938 Add cua-scroll-up and cua-scroll-down.
16939 (cua-scroll-up, cua-scroll-down): New commands.
16940 (cua--init-keymaps): Remap scroll-up and scroll-down.
16941
16942 * emulation/cua-rect.el (cua--convert-rectangle-as):
16943 New defmacro.
16944 (cua-upcase-rectangle, cua-downcase-rectangle): Use it.
16945 (cua-upcase-initials-rectangle, cua-capitalize-rectangle):
16946 New commands (suggested by Jordan Breeding).
16947
16948 2004-04-30 Juanma Barranquero <lektu@terra.es>
16949
16950 * smerge-mode.el (smerge-diff-switches): Fix typo in docstring.
16951
16952 2004-04-30 Mario Lang <mlang@delysid.org>
16953
16954 * diff.el (diff-switches): Fix typo in docstring.
16955
16956 2004-04-30 Alex Schroeder <alex@gnu.org>
16957
16958 * xml.el (xml-debug-print-internal): Don't add newline and
16959 indentation to text nodes and write empty elements as empty tags
16960 instead of opening and closing tags.
16961 (xml-debug-print): Take optional indent-string argument.
16962 (xml-print): Alias for xml-debug-print.
16963
16964 2004-04-30 Glenn Morris <gmorris@ast.cam.ac.uk>
16965
16966 * progmodes/fortran.el (fortran-fill): Use local var `bol' rather
16967 than duplicate call to `line-beginning-position'.
16968
16969 * progmodes/f90.el (f90-get-present-comment-type):
16970 Return whitespace, as well as comment chars, for consistent filling
16971 of comment blocks. Use `match-string-no-properties'.
16972 (f90-break-line): Trim trailing whitespace when filling comments.
16973
16974 2004-04-30 Dave Love <fx@gnu.org>
16975
16976 * calendar/diary-lib.el (diary-outlook-formats): New variable.
16977 (diary-from-outlook-internal, diary-from-outlook)
16978 (diary-from-outlook-gnus, diary-from-outlook-rmail):
16979 New functions to import diary entries from Outlook-format
16980 appointments in mail messages.
16981
16982 2004-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
16983
16984 * progmodes/python.el (python-send-command): New fun.
16985 (python-send-region, python-load-file): Use it.
16986
16987 * progmodes/compile.el (compilation-last-buffer): Add var alias.
16988
16989 * help-fns.el (help-C-file-name): Use new subr-name.
16990 Prepend `src/' to the file name.
16991 (help-C-source-directory, help-subr-name, help-find-C-source): Remove.
16992 (describe-function-1, describe-variable): Only find a C source file
16993 name if DOC is already loaded.
16994
16995 * help-mode.el (help-function-def, help-variable-def):
16996 Use the new find-function-search-for-symbol functionality.
16997 Allow FILE to be `C-source'.
16998
16999 * emacs-lisp/find-func.el (find-function-C-source-directory): New var.
17000 (find-function-C-source): New fun.
17001 (find-function-search-for-symbol): Use it.
17002
17003 2004-03-29 Michael Mauger <mmaug@yahoo.com>
17004
17005 * progmodes/sql.el (sql-product-alist): Rename variable
17006 `sql-product-support'. Add Postgres login parameters.
17007 (sql-set-product, sql-product-feature): Update with renamed variable.
17008 (sql-connect-postgres): Add username prompt.
17009 (sql-imenu-generic-expression, sql-mode-font-lock-object-name):
17010 Make patterns less product specific.
17011 (sql-xemacs-p, sql-emacs19-p): Add flags for Emacs variants.
17012 (sql-mode-abbrev-table): Modify initialization.
17013 (sql-builtin-face): Add variable.
17014 (sql-keywords-re): Add macro.
17015 (sql-mode-ansi-font-lock-keywords): Update for ANSI-92.
17016 (sql-mode-oracle-font-lock-keywords): Update for Oracle 9i.
17017 (sql-mode-postgres-font-lock-keywords): Update for Postgres 7.3.
17018 (sql-mode-mysql-font-lock-keywords): Update for MySql 4.0.
17019 (sql-mode-linter-font-lock-keywords)
17020 (sql-mode-ms-font-lock-keywords): Use `sql-keywords-re' macro.
17021 (sql-mode-sybase-font-lock-keywords)
17022 (sql-mode-informix-font-lock-keywords)
17023 (sql-mode-interbase-font-lock-keywords)
17024 (sql-mode-ingres-font-lock-keywords)
17025 (sql-mode-solid-font-lock-keywords)
17026 (sql-mode-sqlite-font-lock-keywords)
17027 (sql-mode-db2-font-lock-keywords): Default to nil.
17028 (sql-product-font-lock): Always highlight ANSI keywords.
17029 (sql-add-product-keywords): Made similar to `font-lock-add-keywords'.
17030 (sql-send-string): Add function.
17031
17032 2004-04-29 Dave Love <fx@gnu.org>
17033
17034 * progmodes/cfengine.el (cfengine-beginning-of-defun)
17035 (cfengine-end-of-defun): Ensure progress through buffer.
17036
17037 * info-look.el (cfengine-mode): Accept a terminal ().
17038
17039 2004-04-29 Juri Linkov <juri@jurta.org>
17040
17041 * isearch.el (isearch-mode-map): Bind \C-w to isearch-yank-word
17042 instead of isearch-yank-word-or-char. Add new key bindings for
17043 isearch-yank-char to \C-f, and isearch-del-char to \C-b.
17044 (isearch-del-char): New fun.
17045 (isearch-forward, isearch-edit-string): Update docstring.
17046 (isearch-yank-char): Doc fix.
17047 (isearch-other-meta-char): Restore point after scrolling.
17048
17049 * progmodes/compile.el (compilation-context-lines): Add nil option
17050 to disable compilation output window scrolling.
17051 (compilation-set-window): Use it.
17052
17053 * outline.el (outline-next-preface, outline-show-heading):
17054 Don't leave unhidden blank line before heading.
17055 (outline-end-of-subtree): Include last newline into subtree.
17056 (hide-entry): Leave point at beginning of heading instead of end.
17057 (outline-up-heading): Push mark for the first call of successive
17058 command calls.
17059
17060 2004-04-28 Luc Teirlinck <teirllm@auburn.edu>
17061
17062 * comint.el (comint-prompt-read-only): New variable.
17063 (comint-output-filter): Implement it.
17064
17065 * ielm.el (ielm-prompt-read-only, ielm-prompt): Update docstring.
17066 (ielm-prompt-internal): New variable.
17067 (ielm-font-lock-keywords): Remove irrelevant ielm-prompt keyword.
17068 (ielm-send-input): Delete unused variable `buf'.
17069 (ielm-eval-input): Use `ielm-prompt-internal'.
17070 (inferior-emacs-lisp-mode): Use new variables
17071 `comint-prompt-read-only' and `ielm-prompt-internal'.
17072 Get rid of obsolete variable `directory-sep-char'.
17073 (ielm): Use `zerop'.
17074
17075 2004-04-29 John Paul Wallington <jpw@gnu.org>
17076
17077 * thumbs.el (toplevel): Require cl at compile time.
17078 Remove conditional definitions of `ignore-errors' and `caddar'
17079 because they occur at run time.
17080
17081 2004-04-28 Nick Roberts <nickrob@gnu.org>
17082
17083 * progmodes/gdb-ui.el (gdb-frame-breakpoints-buffer)
17084 (gdb-frame-assembler-buffer, gdb-frame-threads-buffer)
17085 (gdb-frame-registers-buffer, gdb-frame-locals-buffer)
17086 (gdb-frame-gdb-buffer, gdb-frame-stack-buffer): Use selected-window.
17087
17088 * progmodes/gud.el (gud-common-init): Throw an error if program is
17089 already running under gdb.
17090
17091 2004-04-28 John Paul Wallington <jpw@gnu.org>
17092
17093 * thumbs.el (thumbs-delete-images): Fix formatting of prompt.
17094 (thumbs-show-image-num): Move assignment of
17095 `thumbs-current-image-filename' within scope of `i'.
17096 (thumbs-emboss-image): Don't use `evenp'.
17097
17098 2004-04-28 Richard M. Stallman <rms@gnu.org>
17099
17100 * progmodes/compile.el (compilation-context-lines): Default now 0.
17101
17102 2004-04-28 Juanma Barranquero <lektu@terra.es>
17103
17104 Use `time-less-p' from calendar/time-date.el instead of defining
17105 custom versions of it.
17106
17107 * pcomplete.el (pcomplete-time-less-p): Remove.
17108
17109 * thumbs.el (time-less-p): Remove.
17110
17111 * calendar/timeclock.el (timeclock-time-less-p): Remove.
17112 (timeclock-generate-report): Use `time-less-p'.
17113
17114 * emacs-lisp/autoload.el (autoload-before-p): Remove.
17115 (update-file-autoloads, update-directory-autoloads): Use `time-less-p'.
17116
17117 2004-04-28 Masatake YAMATO <jet@gyve.org>
17118
17119 * subr.el (remove-overlays): Make arguments optional.
17120
17121 * wid-edit.el (widget-specify-button): Put evaporate to the
17122 overlay for sample.
17123 (widget-specify-sample): Put evaporate to the overlay for sample.
17124 (widget-specify-doc): Put evaporate to the overlay for documentation.
17125
17126 2004-04-27 Jesper Harder <harder@ifa.au.dk>
17127
17128 * info.el (info-apropos): Make it an index node. Align node names
17129 like makeinfo.
17130
17131 2004-04-27 Eli Zaretskii <eliz@gnu.org>
17132
17133 * net/browse-url.el (browse-url-netscape-sentinel)
17134 (browse-url-mozilla-sentinel, browse-url-galeon-sentinel)
17135 (browse-url-epiphany-sentinel, browse-url-mosaic):
17136 Use browse-url-*-program instead of a literal program name.
17137
17138 2004-04-27 Kevin Ryde <user42@zip.com.au>
17139
17140 * eshell/em-alias.el:
17141 * eshell/em-dirs.el:
17142 * eshell/em-hist.el:
17143 * eshell/em-unix.el: Add "(require 'eshell)", to get necessary
17144 features when M-x customize-group loads modules before the main
17145 eshell.el.
17146
17147 2004-04-27 Matthew Mundell <matt@mundell.ukfsn.org>
17148
17149 * subr.el (momentary-string-display): Support EXIT-CHAR that is
17150 either a character representation of an event or an event
17151 description list.
17152
17153 * type-break.el: Capitalize Emacs and Lisp.
17154 (type-break-good-break-interval, type-break-demo-boring-stats)
17155 (type-break-terse-messages, type-break-file-name): New defcustoms.
17156 (type-break-post-command-hook)
17157 (type-break-warning-countdown-string): Quote variable names in doc.
17158 (type-break-interval-start, type-break-auto-save-file-name): New vars.
17159 (type-break-mode): Document type-break-good-break-interval and the
17160 "session" file. Schedule break according to the session file.
17161 Kill session file buffer on exit. Organize for save-some-buffers
17162 to always save the session file.
17163 (type-break-mode-line-message-mode, type-break-query-mode):
17164 Uppercase arguments.
17165 (type-break-file-time, type-break-file-keystroke-count, timep)
17166 (type-break-choose-file, type-break-get-previous-time)
17167 (type-break-get-previous-count): New defuns.
17168 (type-break): Avoid break querying after a completed break in the
17169 case where the query was initiated during user invocation of the
17170 break. Optional terse messages.
17171 Use type-break-good-break-interval if type-break-good-rest-interval is
17172 nil. File the break time.
17173 (type-break-schedule): New optional args for overriding the use of
17174 the current time.
17175 (type-break-cancel-time-warning-schedule): Avoid leftover warnings
17176 after a break.
17177 (type-break-check): File the keystroke count.
17178 (type-break-do-query): Prevent a second query when the break is
17179 interrupted. Optional terse message.
17180 (type-break-keystroke-reset): Record the start of a typing interval.
17181 (type-break-demo-boring): Optional terse messages. Display word
17182 per minute and keystroke counts according to
17183 type-break-demo-boring-stats.
17184
17185 2004-04-27 Daniel M Coffman <coffmand@us.ibm.com> (tiny change)
17186
17187 * arc-mode.el (archive-maybe-copy): If ARCHIVE includes leading
17188 directories, make sure they exist under archive-tmpdir.
17189
17190 2004-04-27 Juri Linkov <juri@jurta.org>
17191
17192 * help.el (view-emacs-news): With argument, display info for the
17193 selected version by finding it among different NEWS files, and
17194 narrowing the buffer to the selected version.
17195
17196 * info.el: Add *info*<[0-9]+> to same-window-regexps instead of
17197 same-window-buffer-names.
17198 (info): New arg `buffer'. Use it. Doc fix. Read file name for
17199 non-numeric prefix argument, append the number to the buffer name
17200 for numeric prefix argument.
17201 (info-other-window): Bind same-window-regexps to nil.
17202 (Info-reference-name): Rename to Info-point-loc.
17203 (Info-find-node-2): Call forward-line for numeric Info-point-loc,
17204 and Info-find-index-name for stringy Info-point-loc.
17205 (Info-extract-menu-node-name): New arg `index-node'. Use regexp
17206 without middle `.', but with final `.' and optional line number
17207 for it. Set Info-point-loc for index nodes.
17208 (Info-index): Remove middle `.' from index entry regexp.
17209 Modify line number regexp.
17210 (Info-index-next): Decrement line number.
17211 (info-apropos): Remove middle `.' from index entry regexp.
17212 Add optional line number regexp at the end. Add matched value
17213 for line number to the result list and insert it to the buffer.
17214 Replace match-string by match-string-no-properties.
17215 Reorder result list.
17216 (Info-fontify-node): Hide index line numbers.
17217 (Info-goto-node): Replace "\\s *\\'" by "\\s +\\'" to not trim
17218 empty matches.
17219 (Info-follow-reference): Use `str' instead of
17220 Info-following-node-name-re.
17221 (Info-toc): Use full file names. Set Info-current-node to "Top".
17222 (Info-fontify-node): Compare file names without directory name.
17223 (Info-try-follow-nearest-node): Don't set Info-reference-name.
17224 Set second arg of Info-extract-menu-node-name for index nodes.
17225 (info-xref-visited): Use magenta3 instead of magenta4.
17226 (Info-mode): Add info-apropos to docstring.
17227
17228 * log-view.el (log-view-diff): Replace interactive code "r"
17229 by a list to allow to call it even if region is not active.
17230
17231 * paren.el (show-paren-highlight-openparen): New var.
17232 (show-paren-function): Turn on openparen highlighting when
17233 matching forward if show-paren-highlight-openparen is non-nil.
17234
17235 * simple.el (kill-ring-save): Use blink-matching-delay instead of
17236 the constant value 1.
17237 (completions-common-part): Expand docstring.
17238
17239 * textmodes/picture.el (picture-mode-map): Add arrow keys.
17240
17241 2004-04-27 Kim F. Storm <storm@cua.dk>
17242
17243 * image.el (insert-sliced-image): Use line-height instead of
17244 line-spacing property on newline.
17245
17246 2004-04-26 Lars Hansen <larsh@math.ku.dk>
17247
17248 * desktop.el (desktop-buffer-misc-data-function): Rename to
17249 desktop-save-buffer and change docstring.
17250 (desktop-buffer-modes-to-save): Delete.
17251 (desktop-save-buffer-p): Use desktop-save-buffer instead of
17252 desktop-buffer-modes-to-save.
17253 (desktop-save): Rename desktop-buffer-misc-data-function to
17254 desktop-save-buffer and allow non-function value.
17255 (desktop-missing-file-warning): Correct docstring.
17256
17257 * dired.el (dired-mode): Rename desktop-buffer-misc-data-function
17258 to desktop-save-buffer.
17259
17260 * info.el (Info-mode): Rename desktop-buffer-misc-data-function to
17261 desktop-save-buffer.
17262
17263 * mail/rmail.el (rmail-variables): Bind desktop-save-buffer to t.
17264
17265 * mh-e/mh-e.el (mh-folder-mode): Bind desktop-save-buffer to t.
17266
17267 2004-04-26 Eli Zaretskii <eliz@gnu.org>
17268
17269 * progmodes/gud.el (gud-pdb-command-name): Change default to "pydb".
17270
17271 2004-04-25 Luc Teirlinck <teirllm@auburn.edu>
17272
17273 * ielm.el (ielm-prompt-read-only, ielm-prompt): Expand docstring.
17274 (ielm): Only go to the end of the buffer when starting a new process.
17275
17276 2004-04-25 Juanma Barranquero <lektu@terra.es>
17277
17278 * ielm.el (inferior-emacs-lisp-mode): Display working buffer on the
17279 mode line. Bind `inhibit-read-only' to t before modifying
17280 properties of text in the buffer.
17281 (ielm): Force point to the end of buffer, even when running ielm
17282 from inside itself.
17283
17284 2004-04-25 Jesper Harder <harder@ifa.au.dk>
17285
17286 * info.el (info-apropos): Reset Info-complete-cache.
17287
17288 2004-04-25 Daniel Pfeiffer <occitan@esperanto.org>
17289
17290 * progmodes/compile.el (compilation-error-regexp-alist-alist):
17291 Also recognize severe Irix et al. messages.
17292 (compilation-normalize-filename, compile-abbreviate-directory):
17293 Delete functions.
17294 (compilation-get-file-structure): New function inherits
17295 functionality of the two preceding ones.
17296 (compilation-internal-error-properties, compilation-fake-loc):
17297 Use it so that different paths to the same file share the same
17298 markers. Also optimize finding adjacent marker slightly.
17299
17300 2004-04-25 Kim F. Storm <storm@cua.dk>
17301
17302 * image.el (insert-sliced-image): Add line-spacing t property
17303 to newlines separating image lines.
17304
17305 2004-04-24 Luc Teirlinck <teirllm@auburn.edu>
17306
17307 * comint.el (comint-delete-output): Bind inhibit-read-only to t.
17308
17309 * ielm.el (ielm-prompt-read-only): New user option.
17310 (ielm-prompt): Expand docstring to describe new behavior.
17311 (inferior-emacs-lisp-mode): Implement ielm-prompt-read-only and
17312 mention it in the docstring.
17313
17314 2004-04-24 Andreas Schwab <schwab@suse.de>
17315
17316 * progmodes/sh-script.el (sh-leading-keywords) <sh>: Add "!".
17317
17318 * diff.el (diff): Set default-directory in diff buffer.
17319
17320 2004-04-24 Eli Zaretskii <eliz@gnu.org>
17321
17322 * mail/sendmail.el (mail-bury): Don't delete the frame where the
17323 mail was being composed if the terminal cannot display more than
17324 one frame; instead, switch to previous frame.
17325
17326 * mail/rmail.el (rmail-mail-new-frame): Doc fix.
17327 (rmail-start-mail): Support rmail-mail-new-frame even on
17328 terminals that can display only one frame at a time.
17329
17330 2004-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
17331
17332 * emacs-lisp/checkdoc.el (checkdoc-output-error-regex-alist): New var.
17333 (checkdoc-output-font-lock-keywords): Remove error regexp.
17334 (checkdoc-output-mode-map): Remove.
17335 (checkdoc-output-mode): Derive from compilation-mode.
17336 (checkdoc-find-error-mouse, checkdoc-find-error): Remove.
17337
17338 * dired.el (dired-mode-map): Add a menu entry for wdired.
17339
17340 * emacs-lisp/rx.el (rx-syntax): Move sregex style syntax to code.
17341 (rx-bracket, rx-check-any, rx-any): Clean up name space.
17342
17343 * wdired.el (wdired-mode-map): Move init into declaration.
17344 Fix `return' binding.
17345 (wdired-change-to-wdired-mode, wdired-change-to-dired-mode):
17346 Use force-mode-line-update.
17347 (wdired-get-filename): Use `unless'.
17348 (wdired-preprocess-files): Don't assume names have no \n and use / for
17349 dir separator.
17350 (wdired-normalize-filename): Use replace-regexp-in-string.
17351 (wdired-load-hooks): Remove.
17352 (wdired-mode-hooks): Rename to wdired-mode-hook.
17353
17354 * info-look.el: Add support for cfengine-mode.
17355 (info-lookup-setup-mode): Use dolist.
17356
17357 2004-04-23 Juan Le\e,As\e(Bn Lahoz Garc\e,Am\e(Ba <juan-leon.lahoz@tecsidel.es>
17358
17359 * wdired.el: New file.
17360
17361 2004-04-23 Juanma Barranquero <lektu@terra.es>
17362
17363 * ielm.el (inferior-emacs-lisp-mode): Fix docstring.
17364
17365 * pcomplete.el (pcomplete-opt, pcomplete-actual-arg)
17366 (pcomplete-match-string, pcomplete-comint-setup, pcomplete-here)
17367 (pcomplete--help, pcomplete--here): Doc fixes.
17368
17369 2004-04-23 Andre Spiegel <spiegel@gnu.org>
17370
17371 * vc-hooks.el (vc-default-workfile-unchanged-p): Fix code that
17372 handles wrong-number-of-arguments in backend call.
17373
17374 * vc.el (vc-print-log): Likewise.
17375
17376 2004-04-20 Dave Love <fx@gnu.org>
17377
17378 * emacs-lisp/rx.el: Doc fixes.
17379 (rx-constituents): Add/extend many forms.
17380 (rx-check): Check form is a list.
17381 (bracket): Defvar.
17382 (rx-check-any, rx-any, rx-check-not): Modify.
17383 (rx-not): Simplify.
17384 (rx-trans-forms, rx-=, rx->=, rx-**, rx-not-char, rx-not-syntax): New.
17385 (rx-kleene): Use rx-trans-forms.
17386 (rx-quote-for-set): Delete.
17387 (rx): Allow multiple args.
17388
17389 2004-04-23 Kenichi Handa <handa@m17n.org>
17390
17391 * international/mule-util.el (char-displayable-p): Simplify by
17392 using internal-char-font.
17393
17394 2004-04-23 Juanma Barranquero <lektu@terra.es>
17395
17396 * makefile.w32-in: Add "-*- makefile -*-" mode tag.
17397
17398 2004-04-22 Stefan Monnier <monnier@iro.umontreal.ca>
17399
17400 * diff-mode.el (diff-next-error): New fun.
17401 (diff-mode): Use it.
17402
17403 * simple.el (next-error): Change arg name.
17404 Add support for the documented C-u C-x ` usage.
17405
17406 * frame.el (special-display-popup-frame, next-multiframe-window)
17407 (previous-multiframe-window): Only consider frames on same display.
17408
17409 2004-04-22 Lars Hansen <larsh@math.ku.dk>
17410
17411 * info.el (Info-restore-desktop-buffer): Delete with-no-warnings.
17412 * mh-e/mh-e.el (mh-restore-desktop-buffer): Delete with-no-warnings.
17413
17414 2004-04-22 Kim F. Storm <storm@cua.dk>
17415
17416 * net/telnet.el (telnet): Add optional port arg.
17417
17418 2004-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
17419
17420 * progmodes/compile.el (compilation-mode-font-lock-keywords):
17421 Minor sanity check on the `hyperlink' slot.
17422
17423 * Makefile.in (recompile): Compile new files.
17424
17425 * emacs-lisp/bytecomp.el (batch-byte-recompile-directory):
17426 Add byte-recompile-directory's optional `arg'.
17427
17428 * cvs-status.el (cvs-tree-use-charset): New var.
17429 (cvs-tree-char-space, cvs-tree-char-hbar, cvs-tree-char-vbar)
17430 (cvs-tree-char-branch, cvs-tree-char-eob, cvs-tree-char-bob)
17431 (cvs-status-cvstrees): Use it.
17432
17433 * emacs-lisp/checkdoc.el (checkdoc-output-mode):
17434 Make it a normal major mode.
17435 (checkdoc-buffer-label): Make sure the file name is meaningful.
17436 (checkdoc-output-to-error-buffer): Remove.
17437 (checkdoc-error, checkdoc-start-section): Rewrite.
17438
17439 * info.el (info-node, info-menu-5, info-xref, info-header-node)
17440 (Info-title-1-face, Info-title-2-face, Info-title-3-face)
17441 (Info-title-4-face): Use new syntax.
17442 (info-xref-visited): Inherit from info-xref.
17443
17444 * progmodes/python.el (python-maybe-jython): Don't assume point-min==1.
17445
17446 2004-04-21 Teodor Zlatanov <tzz@lifelogs.com>
17447
17448 * simple.el (next-error-last-buffer, next-error-function):
17449 New variables for the next-error framework.
17450 (next-error-buffer-p): New function.
17451 (next-error-find-buffer): Generalize compilation-find-buffer.
17452 (next-error, previous-error, first-error, next-error-no-select)
17453 (previous-error-no-select): Move from compile.el.
17454
17455 * replace.el (occur-next-error, occur-1): Hook into the next-error
17456 framework.
17457
17458 * progmodes/compile.el (compilation-start):
17459 Set next-error-last-buffer so next-error knows where to jump.
17460 (compilation-setup): Set the buffer-local variable
17461 next-error-function to 'compilation-next-error-function.
17462 (compilation-buffer-p, compilation-buffer-internal-p): Use an
17463 alternate way to find if a buffer is a compilation buffer, for
17464 next-error convenience.
17465 (next-error-no-select, previous-error-no-select, next-error)
17466 (previous-error, first-error): Move to simple.el.
17467 (compilation-find-buffer): Move to next-error-find-buffer in simple.el.
17468 (compilation-last-buffer): Remove.
17469 (compilation-start, compilation-next-error, compilation-setup)
17470 (compilation-next-error-function, compilation-find-buffer):
17471 Remove compilation-last-buffer use.
17472
17473 2004-04-21 Juanma Barranquero <lektu@terra.es>
17474
17475 * font-lock.el (font-lock-preprocessor-face): Remove spurious quote.
17476 (font-lock-warning-face): Fix spacing.
17477
17478 * makefile.w32-in (WINS): Add url/ directory.
17479
17480 2004-04-21 Lars Hansen <larsh@math.ku.dk>
17481
17482 * desktop.el (desktop-buffer-mode-handlers): New variable.
17483 Alist of major mode specific functions to restore a desktop buffer.
17484 (desktop-buffer-handlers): Make variable obsolete.
17485 (desktop-create-buffer): Use desktop-buffer-mode-handlers.
17486 Catch errors signaled in handlers. Update buffer count.
17487 Evaluate desktop-buffer-point.
17488 (desktop-buffer-dired): Rename to dired-restore-desktop-buffer and
17489 move to dired.el.
17490 (desktop-buffer-info): Rename to Info-restore-desktop-buffer and
17491 move to info.el.
17492 (desktop-buffer-rmail): Rename to rmail-restore-desktop-buffer and
17493 move to mail/rmail.el.
17494 (desktop-buffer-mh): Rename to mh-restore-desktop-buffer and move
17495 to mh-e/mh-e.el.
17496 (desktop-buffer-file): Rename to desktop-restore-file-buffer.
17497 On fail, print message (to message buffer) even if
17498 desktop-missing-file-warning is nil.
17499 (desktop-buffer-misc-data-function): New buffer local variable.
17500 Function returning major mode specific data.
17501 (desktop-buffer-misc-functions): Make variable obsolete.
17502 (desktop-save): Use desktop-buffer-misc-data-function.
17503 (desktop-buffer-dired-misc-data): Rename to
17504 dired-desktop-buffer-misc-data and move to dired.el.
17505 (desktop-buffer-info-misc-data): Rename to
17506 Info-desktop-buffer-misc-data and move to info.el.
17507 (desktop-read): Add message about number of buffers restored/failed.
17508
17509 * dired.el (dired-restore-desktop-buffer) Move from desktop.el.
17510 Add parameters. Pause to display error only when
17511 desktop-missing-file-warning is non-nil.
17512 (dired-desktop-buffer-misc-data): Move from desktop.el. Add parameter.
17513 (dired-mode): Bind desktop-buffer-misc-data-function.
17514
17515 * info.el (Info-restore-desktop-buffer): Move from desktop.el.
17516 Add Parameters.
17517 (Info-desktop-buffer-misc-data): Move from desktop.el. Add parameter.
17518 (Info-mode): Bind desktop-buffer-misc-data-function.
17519
17520 * mail/rmail.el (rmail-restore-desktop-buffer): Move from desktop.el.
17521 Add Parameters.
17522
17523 * mh-e/mh-e.el (mh-restore-desktop-buffer): Move from desktop.el.
17524 Add Parameters.
17525
17526 2003-04-21 Paul Pogonyshev <pogonyshev@gmx.net>
17527
17528 * dabbrev.el (dabbrev--substitute-expansion): Don't lose
17529 the case of letters in case-insensitive expansions when the
17530 abbrev is preceded by characters with letter syntax.
17531
17532 2004-04-21 Richard M. Stallman <rms@gnu.org>
17533
17534 * progmodes/cperl-mode.el (cperl-putback-char):
17535 Delete Emacs 18 definition.
17536
17537 * international/mule.el (ctext-post-read-conversion):
17538 Use assoc-string, not assoc-ignore-case.
17539
17540 * international/mule-cmds.el: Use assoc-string, not assoc-ignore-case.
17541
17542 * emacs-lisp/easymenu.el (easy-menu-add):
17543 Do call x-popup-menu, but only if it's defined.
17544
17545 * emacs-lisp/disass.el (disassemble): Handle lambda-exp as arg.
17546
17547 * emacs-lisp/bytecomp.el (byte-compile-no-warnings):
17548 Handle multiple args: compile like progn.
17549
17550 * emacs-lisp/byte-run.el (with-no-warnings): Simplify:
17551 take all args as &rest arg.
17552
17553 * autoinsert.el (auto-insert-alist): Insert the user's name in
17554 copyright notice, rather than Free Software Foundation.
17555
17556 2004-04-21 Kenichi Handa <handa@m17n.org>
17557
17558 * descr-text.el (describe-char): Make it work on *Help* buffer.
17559
17560 2004-04-21 Kim F. Storm <storm@cua.dk>
17561
17562 * image.el (insert-image): Add optional SLICE arg.
17563 (insert-sliced-image): New defun.
17564
17565 2004-04-20 Lawrence Mitchell <wence@gmx.li> (tiny change)
17566
17567 * subr.el (read-number): Check whether `default' is nil.
17568
17569 2004-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
17570
17571 * progmodes/compile.el (compilation-error-properties):
17572 Split into two.
17573 (compilation-internal-error-properties): New one.
17574 (compilation-compat-error-properties): Use it. Fix the non-marker case.
17575
17576 2004-04-20 Richard M. Stallman <rms@gnu.org>
17577
17578 * window.el (split-window-save-restore-data):
17579 Don't update the data if OLD-INFO is nil.
17580
17581 * view.el (view-return-to-alist): Mark it permanent local.
17582
17583 * subr.el (event-modifiers): Fix the criterion for ASCII control chars.
17584
17585 * recentf.el (recentf-save-list): Catch and warn about errors.
17586
17587 * menu-bar.el (menu-bar-update-buffers): Call copy-sequence
17588 so "Buffers" won't be pure.
17589
17590 * help-mode.el (help-mode-finish): Set help-return-alist first
17591 thing, setting only the entry for the selected window.
17592
17593 * help-fns.el (describe-function-1): If many non-control non-meta
17594 keys run the command, don't list all of them.
17595
17596 2004-04-20 Juanma Barranquero <lektu@terra.es>
17597
17598 * vc-svn.el (vc-svn-print-log, vc-svn-diff): Add optional BUFFER
17599 arg. Copied from Andre Spiegel's patch of 2004-03-21.
17600
17601 * calendar/time-date.el (time-to-day-in-year): Fix docstring.
17602
17603 2004-04-20 Kenichi Handa <handa@m17n.org>
17604
17605 * international/quail.el (quail-lookup-key): New optional arg
17606 NOT-RESET-INDICES.
17607 (quail-get-translations): Call quail-lookup-key with
17608 NOT-RESET-INDICES t.
17609 (quail-completion): Likewise.
17610 (quail-lookup-map-and-concat): Likewise.
17611
17612 2004-04-20 Kenichi Handa <handa@m17n.org>
17613
17614 * international/quail.el (quail-update-translation): Don't insert
17615 such an unsupported multibyte char in a unibyte buffer.
17616
17617 2004-04-20 Nick Roberts <nick@nick.uklinux.net>
17618
17619 * progmodes/gdb-ui.el (gdb-frame-parameters): New constant.
17620 (gdb-frame-breakpoints-buffer, gdb-frame-stack-buffer)
17621 (gdb-frame-threads-buffer, gdb-frame-registers-buffer)
17622 (gdb-frame-locals-buffer, gdb-frame-gdb-buffer)
17623 (gdb-frame-assembler-buffer): Improve behavior with
17624 multiple frames.
17625 (gdb-display-buffer): Extend search to all visible frames.
17626
17627 2004-04-19 Eli Zaretskii <eliz@gnu.org>
17628
17629 * mail/rmail.el (rmail-convert-to-babyl-format): Don't remove ^M
17630 characters left after base64 decoding.
17631 (rmail-decode-region): Use -dos variety of `coding', to remove any
17632 ^M characters left after qp or base64 decoding.
17633
17634 2004-04-19 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
17635
17636 * x-dnd.el (x-dnd-open-local-file, x-dnd-open-file): Improve error
17637 messages.
17638
17639 2004-04-19 Stephen Eglen <stephen@gnu.org>
17640
17641 * add-log.el (add-change-log-entry): Update doc string to mention
17642 add-log-full-name and add-log-mailing-address.
17643
17644 2004-04-18 Juri Linkov <juri@jurta.org>
17645
17646 * info.el (Info-find-file, Info-find-node-2): Add history and toc.
17647 (Info-find-node-2): Simplify error message.
17648 (Info-insert-dir): Use Info-following-node-name.
17649 (Info-goto-node): Remove *info-history* and *info-toc*.
17650 (Info-history): Create a node of the virtual history file.
17651 (Info-toc): Create a node of the virtual toc file.
17652 (Info-insert-toc): New arg `curr-file' for reference file names.
17653 (info-apropos): Remove redundant var binding for temp-file.
17654 (Info-index, Info-index-next, Info-mode): Doc fix.
17655 (Info-goto-emacs-command-node): Don't jump to *info* from
17656 non-*info* Info buffers.
17657 (Info-fontify-node): Don't show the file name of external
17658 references if `Info-hide-note-references' is `hide'. Don't hide
17659 newlines at the end of paragraphs.
17660
17661 * international/mule-diag.el (list-input-methods):
17662 Fix args to help-xref-button.
17663
17664 * help-fns.el (help-with-tutorial): Call `hack-local-variables'
17665 to put into effect local variables from TUTORIAL files.
17666
17667 * textmodes/paragraphs.el (sentence-end) <function>: New fun
17668 with default value taken from the variable `sentence-end'.
17669 (sentence-end) <defcustom>: Set default to nil. Doc fix.
17670 Add nil const to :type.
17671 (sentence-end-without-period, sentence-end-double-space)
17672 (sentence-end-without-space): Doc fix.
17673
17674 * textmodes/paragraphs.el (forward-sentence):
17675 * textmodes/fill.el (canonically-space-region, fill-nobreak-p)
17676 (fill-delete-newlines):
17677 * progmodes/cc-cmds.el (c-beginning-of-statement):
17678 Use function `sentence-end' instead of variable `sentence-end'.
17679
17680 2004-04-18 Andreas Schwab <schwab@suse.de>
17681
17682 * progmodes/compile.el (compilation-start): Set window start to
17683 point-min if compilation-scroll-output is nil.
17684
17685 2004-04-18 John Wiegley <johnw@newartisans.com>
17686
17687 * iswitchb.el (iswitchb-completions): Remove dependency on cl.
17688
17689 2004-04-18 Nick Roberts <nick@nick.uklinux.net>
17690
17691 * progmodes/gdb-ui.el (gdb-goto-info): Require 'info.
17692 (gdb-info-breakpoints-custom): Revert previous change.
17693 (gdb-view-assembler): Update assembler if necessary.
17694 (gdb-frame-handler): Parse correctly for gdb-current-frame.
17695 (gdb-display-source-buffer): Update properly when both source and
17696 assembler are visible.
17697
17698 2004-04-17 John Wiegley <johnw@newartisans.com>
17699
17700 * iswitchb.el (iswitchb-max-to-show): Add a new config variable
17701 which limits the number of names shown in the minibuffer. Off by
17702 default.
17703 (iswitchb-completions): Use `iswitchb-max-to-show'. This speeds
17704 up iswitchb for users with a multitude of open buffers by showing
17705 only the first and last N/2 buffers in the completion list (which
17706 is enough to aid C-s/C-r, and to know that more characters are
17707 needed to refine the completion list).
17708
17709 2004-04-17 Richard M. Stallman <rms@gnu.org>
17710
17711 * files.el (locate-file-completion): Handle nil in path-and-suffixes.
17712 (file-truename): Expand all ~ constructs directly.
17713 (insert-directory): Delete any error msg output by the
17714 `insert-directory-program'.
17715
17716 * allout.el (allout-mode-exposure-menu, allout-mode-editing-menu):
17717 (allout-mode-navigation-menu, allout-mode-misc-menu): New defvars.
17718 (allout-prior-bindings, allout-added-bindings): Defvars deleted.
17719 (allout-init): Use find-file-hook, not find-file-hooks.
17720 (allout-mode): Eliminate Emacs 18 support.
17721 Use write-contents-functions, not local-write-file-hooks.
17722
17723 2004-04-17 Daniel Pfeiffer <occitan@esperanto.org>
17724
17725 * progmodes/compile.el (compilation-error-properties): Fix for
17726 adding messages when there are already markers for their file.
17727 (compilation-fake-loc): New function.
17728
17729 2004-04-16 Dave Love <fx@gnu.org>
17730
17731 * progmodes/python.el (python-compilation-line-number): Fix braindamage.
17732 (python-load-file): Fix python-orig-start setting.
17733
17734 * progmodes/compile.el: Doc fixes.
17735 (compilation-error-regexp-alist-alist)
17736 (compilation-mode-font-lock-keywords): Allow non-ASCII where possible.
17737 (compilation-assq): Wrap in eval-when-compile.
17738 (compilation-mode-font-lock-keywords): Don't use list*.
17739 (compilation-start): Avoid warning.
17740 (compilation-compat-error-properties)
17741 (compilation-directory-properties): Add keymap property.
17742 (compilation-parsing-end): Make it a marker for better compatibility.
17743
17744 * progmodes/python.el (python-after-info-look): Use with-no-warnings.
17745
17746 2004-04-16 Mark A. Hershberger <mah@everybody.org>
17747
17748 * xml.el: Doc fixes.
17749 (xml-get-children): Only looks at sub-tags and ignore strings.
17750
17751 * xml.el (xml-parse-tag): Avoid overwriting node-name.
17752
17753 2004-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
17754
17755 * diff-mode.el (diff-end-of-hunk): Be more careful with unified hunks.
17756
17757 2004-04-16 Andre Spiegel <spiegel@gnu.org>
17758
17759 * vc-hooks.el (vc-default-workfile-unchanged-p): Quote signal.
17760
17761 * vc.el (vc-print-log): Likewise.
17762
17763 2004-04-16 Masatake YAMATO <jet@gyve.org>
17764
17765 * simple.el (completion-setup-function): Set an initial value
17766 to `element-common-end' before entering loop. Set a value
17767 to `element-common-end' at the end of loop.
17768 The bug is reported by Juri Linkov <juri@jurta.org> in emacs-devel list.
17769 (completions-common-part): Rename from completion-de-emphasis.
17770 (completions-first-difference): Rename from completion-emphasis.
17771 Suggested by RMS.
17772
17773 2004-04-16 Juanma Barranquero <lektu@terra.es>
17774
17775 * bookmark.el (bookmark-send-edited-annotation): Fix docstring.
17776 (bookmark-edit-annotation-mode): Add mode name.
17777
17778 2004-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
17779
17780 * smerge-mode.el (smerge-match-conflict): Try to do something sensible
17781 for nested conflict markers.
17782 (smerge-find-conflict): Better handle errors in smerge-match-conflict.
17783
17784 2004-04-15 Nick Roberts <nick@nick.uklinux.net>
17785
17786 * progmodes/gdb-ui.el (gdb-goto-info): New function.
17787
17788 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Add help button.
17789
17790 2004-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
17791
17792 * emacs-lisp/bytecomp.el (batch-byte-compile-file):
17793 Give a backtrace if requested.
17794
17795 * progmodes/ada-mode.el (ada-create-menu): Remove redundant call.
17796
17797 * progmodes/python.el (python-mouse-2-command, python-RET-command):
17798 Remove unused functions.
17799 (python-orig-start-line, python-orig-file): Remove.
17800 (python-orig-start): New var.
17801 (python-input-filter, python-compilation-line-number)
17802 (python-send-region, python-load-file): Use it.
17803
17804 * info.el (info): Always jump to *info*.
17805
17806 * subr.el (posn-set-point): New function.
17807
17808 * mouse.el (mouse-set-point): Use it.
17809
17810 * progmodes/compile.el (compile-goto-error): Use it.
17811 (compilation-button-map): New keymap.
17812 (compilation-error-properties): Use it.
17813 (compilation-shell-minor-mode-map): Don't bind mouse-2.
17814
17815 * smerge-mode.el (smerge-popup-context-menu): Use it.
17816
17817 * emacs-lisp/checkdoc.el (checkdoc-output-mode-map)
17818 (checkdoc-find-error-mouse, checkdoc-find-error): Use it to merge the
17819 mouse and non-mouse case.
17820
17821 * diff-mode.el (diff-goto-source): Make it work for mouse bindings.
17822 (diff-mouse-goto-source): Make it an alias of diff-goto-source.
17823
17824 * pcvs.el (cvs-mode-toggle-mark): Rename from cvs-mouse-toggle-mark.
17825 Make it work for non-mouse events.
17826
17827 * pcvs-info.el (cvs-status-map): Update binding name.
17828
17829 2004-04-14 Mark A. Hershberger <mah@everybody.org>
17830
17831 * xml.el (xml-maybe-do-ns): New function to handle namespace
17832 parsing of both attribute and element names.
17833 (xml-ns-parse-ns-attrs, xml-ns-expand-el, xml-ns-expand-attr)
17834 (xml-intern-attrlist): Remove in favor of xml-maybe-do-ns.
17835 (xml-parse-tag): Update assumed namespaces. Clean up namespace parsing.
17836 (xml-parse-attlist): Make it do its own namespace parsing.
17837
17838 2004-04-14 Dave Love <fx@gnu.org>
17839
17840 * progmodes/python.el (run-python): Fix use of \n.
17841 (python-load-file): Remove `try' from Python fragment.
17842 (python-describe-symbol): Fix message.
17843
17844 * comint.el: Doc fixes.
17845 (comint-last-input-start, comint-last-input-end)
17846 (comint-last-output-start): Give them values.
17847 (comint-arguments): Avoid warning.
17848 (comint-skip-prompt): Use line-end-position.
17849 (comint-backward-matching-input): Rename arg to agree with doc.
17850 (comint-extract-string): Use syntax-ppss.
17851 (comint-dynamic-simple-complete): Delete useless list construction.
17852 (comint-redirect-subvert-readonly): New.
17853 (comint-redirect-preoutput-filter): Use it.
17854
17855 * emacs-lisp/lisp.el (beginning-of-defun-raw, end-of-defun):
17856 Correctly handle negative arguments when calling hook functions.
17857
17858 2004-04-14 Jesper Harder <harder@ifa.au.dk>
17859
17860 * info.el (info-apropos): Don't clobber Info-history-list.
17861
17862 2004-04-14 Daniel Pfeiffer <occitan@esperanto.org>
17863
17864 * progmodes/compile.el (compilation-setup):
17865 Localize overlay-arrow-position.
17866 (compilation-sentinel): Restructure code equivalently.
17867 (compilation-next-error): Find message on same line after point if
17868 not found before point.
17869 (compile-mouse-goto-error): Restore function so that compilation
17870 buffer need not be current and use compile-goto-error.
17871 (compile-goto-error): Restore function.
17872 (next-error): Set overlay-arrow-position.
17873 (compilation-forget-errors): Don't localize already local
17874 compilation-locs and remove FIXME about refontifying.
17875
17876 2004-04-14 Kim F. Storm <storm@cua.dk>
17877
17878 * startup.el (emacs-quick-startup): New defvar (set by -Q).
17879 (command-line): New option -Q. Like -q --no-site-file, but
17880 in addition it also disables menu-bar, tool-bar, scroll-bars,
17881 tool-tips, and the blinking cursor.
17882 (command-line-1): Skip startup screen if -Q.
17883 (fancy-splash-head): Use ":align-to center" prop to center splash image.
17884
17885 * emulation/cua-base.el (cua-read-only-cursor-color)
17886 (cua-overwrite-cursor-color, cua-global-mark-cursor-color): Doc fix.
17887
17888 2004-04-13 Dave Love <fx@gnu.org>
17889
17890 * progmodes/python.el: Doc fixes. Changes for compiler warnings.
17891 (syntax): Don't require.
17892 (python) <defgroup>: Add :version.
17893 (python-quote-syntax): Re-written.
17894 (inferior-python-mode): Move stuff here from run-python and add
17895 some more.
17896 (python-preoutput-continuation, python-preoutput-result)
17897 (python-dotty-syntax-table): New.
17898 (python-describe-symbol): Use them.
17899 (run-python): Move stuff to inferior-python-mode. Modify code
17900 loaded into Python.
17901 (python-send-region): Use python-proc, python-send-string.
17902 (python-send-string): Send newlines too. Callers changed.
17903 (python-load-file): Re-written.
17904 (python-eldoc-function): New.
17905 (info-look): Don't require.
17906 (python-after-info-look): New. A modified version of former
17907 top-level code for use with eval-after-load.
17908 (python-maybe-jython, python-guess-indent): Use widened buffer.
17909 (python-fill-paragraph): Re-written.
17910 (python-mode): Fix outline-regexp. Set outline-heading-end-regexp,
17911 eldoc-print-current-symbol-info-function. Add to eldoc-mode-hook.
17912
17913 2004-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
17914
17915 * progmodes/python.el (run-python): Use compilation-shell-minor-mode.
17916 Set compilation-error-regexp-alist earlier.
17917
17918 * progmodes/compile.el (compilation-minor-mode-map)
17919 (compilation-shell-minor-mode-map, compile-mouse-goto-error)
17920 (compile-goto-error): Re-merge the mouse and non-mouse commands.
17921
17922 2004-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
17923
17924 * progmodes/compile.el (compile-goto-error): Select the buffer/window
17925 corresponding to the event.
17926
17927 2004-04-12 Joe Buehler <jbuehler@hekiman.com>
17928
17929 * loadup.el: Add cygwin to system-type list, for unexec() support.
17930
17931 2004-04-12 John Paul Wallington <jpw@gnu.org>
17932
17933 * ibuffer.el (ibuffer-delete-window-on-quit): Remove.
17934 (ibuffer-restore-window-config-on-quit): New variable to replace
17935 `ibuffer-delete-window-on-quit'. Update all references.
17936 (ibuffer-prev-window-config): New variable.
17937 (ibuffer-quit): Restore previous window configuration instead of
17938 deleting window.
17939 (ibuffer): Save window configuration before showing Ibuffer buffer.
17940
17941 * help.el (describe-mode): Doc fix.
17942
17943 2004-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
17944
17945 * progmodes/compile.el (compilation-mode-font-lock-keywords): Fix test
17946 not to treat nil as a function.
17947
17948 * vc-arch.el (vc-arch-root): Be a bit more careful.
17949 (vc-arch-register): Save the buffer if we modified it.
17950 (vc-arch-delete-rej-if-obsolete): Save excursion.
17951 (vc-arch-find-file-hook): Use the simpler after-save-hook.
17952 (vc-arch-responsible-p, vc-arch-init-version): New functions.
17953
17954 * net/ldap.el (ldap-search): Use list*.
17955
17956 2004-04-12 Juri Linkov <juri@jurta.org>
17957
17958 * info.el (Info-follow-reference): Allow multiline reference name.
17959
17960 2004-04-11 Dave Love <fx@gnu.org>
17961
17962 * emacs-lisp/bytecomp.el (byte-compile-cond): Fix last change.
17963
17964 * progmodes/python.el: New file.
17965
17966 2004-04-11 Andre Spiegel <spiegel@gnu.org>
17967
17968 * vc-hooks.el (vc-arg-list): Function removed.
17969 (vc-default-workfile-unchanged-p): Use condition-case to check for
17970 backward compatibility.
17971
17972 * vc.el (vc-print-log): Use condition-case to check for backward
17973 compatibility.
17974
17975 2004-04-11 Juri Linkov <juri@jurta.org>
17976
17977 * dired.el (dired-faces): New defgroup.
17978 (dired-header, dired-mark, dired-marked, dired-flagged)
17979 (dired-warning, dired-directory, dired-symlink, dired-ignored):
17980 New faces.
17981 (dired-header-face, dired-mark-face, dired-marked-face)
17982 (dired-flagged-face, dired-warning-face, dired-directory-face)
17983 (dired-symlink-face, dired-ignored-face): New face variables.
17984 (dired-font-lock-keywords): Use them instead of font-lock faces.
17985 Split the rule for dired marks into 3 separate rules: for marks,
17986 marked file names and flagged file names.
17987
17988 * help-mode.el (help-make-xrefs): Add a final newline to the
17989 *Help* buffer.
17990
17991 2004-04-11 John Paul Wallington <jpw@gnu.org>
17992
17993 * replace.el (occur-engine): Distinguish between one and several
17994 matches in the matches per buffer heading.
17995
17996 2004-04-11 Kim F. Storm <storm@cua.dk>
17997
17998 * ido.el (ido-confirm-unique-completion): New defcustom.
17999 (ido-complete): Use it.
18000 (ido-write-file): Set it to t unconditionally.
18001
18002 2004-04-10 Miles Bader <miles@gnu.org>
18003
18004 RCS keyword removal (only non-comment changes are enumerated here):
18005
18006 * emacs-lisp/bytecomp.el (byte-compile-version): Variable removed.
18007 (byte-compile-insert-header): Don't use `byte-compile-version'.
18008 * forms.el (forms-version): Variable removed.
18009 (forms-mode): Don't use `forms-version'.
18010 * recentf.el (recentf-version): Variable removed.
18011 * progmodes/delphi.el (delphi-version): Variable removed.
18012 * progmodes/ada-mode.el (ada-mode): RCS keyword removed from docstring.
18013
18014 2004-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
18015
18016 * emacs-lisp/easymenu.el (easy-menu-add): Make it work in non-X Emacs.
18017
18018 2004-04-09 Jesper Harder <harder@ifa.au.dk>
18019
18020 * info.el (info-apropos): Improve menu item regexp.
18021
18022 2004-04-09 Simon Josefsson <jas@extundo.com>
18023
18024 * mail/smtpmail.el: Add comment, based on report by
18025 kdc@rcn.com (Kevin D. Clark).
18026
18027 2004-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
18028
18029 * progmodes/compile.el (compilation-mode-font-lock-keywords):
18030 Redo one more thing that I didn't notice Daniel had undone.
18031
18032 2004-04-08 Nick Roberts <nick@nick.uklinux.net>
18033
18034 * progmodes/gdb-ui.el (gdb-source-window): Remove variable.
18035 (gdb-goto-breakpoint, gdb-display-buffer)
18036 (gdb-display-source-buffer, gdb-view-source-function)
18037 (gdb-view-assembler, gdb-setup-windows, gdb-restore-windows)
18038 (gdb-source-info, gdb-frame-handler): Don't specify a window
18039 for display.
18040 (gdb-info-breakpoints-custom): Remove superfluous update of
18041 assembler buffer.
18042 (gdb-many-windows): Make settable outside gdb.
18043
18044 2004-04-08 Glenn Morris <gmorris@ast.cam.ac.uk>
18045
18046 * calendar/diary-lib.el (diary-mode, fancy-diary-display-mode):
18047 Derive from fundamental-mode rather than text-mode.
18048
18049 2004-04-08 Juri Linkov <juri@jurta.org>
18050
18051 * info.el (Info-history): Doc fix.
18052 (Info-history-list): New var.
18053 (info-xref): Change magenta4 to blue, remove bold for dark and
18054 light backgrounds, change bold to underline for non-color classes.
18055 (info-xref-visited): New face.
18056 (Info-fontify-visited-nodes): New custom.
18057 (Info-hide-note-references): Add new value `hide'. Doc fix.
18058 (Info-reference-name): New var.
18059 (Info-selection-hook): New custom.
18060 (Info-edit-mode-hook): New var.
18061 (Info-find-file): New fun.
18062 (Info-find-node): Move part of code to Info-find-file.
18063 (Info-find-node-2): Add anchors to Info-history-list. Move point
18064 to the place with the reference name if name is defined.
18065 (Info-select-node): Add current node to Info-history-list.
18066 (Info-goto-node): Switch to *info* from *info-history* *info-toc*.
18067 (Info-search-whitespace-regexp): New custom.
18068 (Info-search-case-fold): New var.
18069 (Info-search): Add "case-sensitively" to the prompt.
18070 Use Info-search-whitespace-regexp. Set Info-search-case-fold.
18071 (Info-search-case-sensitively, Info-search-next): New fun.
18072 (Info-up): Move point to the menu item of the current node.
18073 (Info-history): New fun. Add *info-history* to
18074 same-window-buffer-names.
18075 (Info-toc): New fun. Add *info-toc* to same-window-buffer-names.
18076 (Info-insert-toc): New fun.
18077 (Info-build-toc): New fun.
18078 (Info-follow-reference): Add new arg `fork'. Doc fix.
18079 Replace [ \n\t]* by [ \n\t]+ in the *Note regexp. For references
18080 with the same name prefer the reference closest to point.
18081 (Info-next-reference): Replace * by + in the *Note regexp.
18082 Add regexp for http:// and ftp://. Skip the *Note prefix.
18083 (Info-prev-reference): Replace * by + in the *Note regexp.
18084 Add regexp for http:// and ftp://. Skip the *Note prefix.
18085 (Info-follow-nearest-node): Add new arg `fork'.
18086 (Info-try-follow-nearest-node): Add new arg `fork'.
18087 Call browse-url for http:// and ftp:// references.
18088 Set Info-reference-name for index entries.
18089 (Info-mode-menu): Add menu items for Info-search-case-sensitively,
18090 Info-search-next, Info-history, Info-toc, clone-buffer.
18091 (Info-menu-update): Replace * by + in the *Note regexp.
18092 (Info-mode): Add documentation for Info-history, Info-toc,
18093 Info-search-case-sensitively, Info-search-next, clone-buffer.
18094 (Info-fontify-menu-headers): Remove fun. Move code to
18095 Info-fontify-node.
18096 (Info-fontify-node): Add docstring. Add local vars
18097 fontify-visited-p and not-fontified-p. If not-fontified-p is t
18098 then fontify header line, titles, menu headers, http and ftp
18099 references, refill paragraphs. If not-fontified-p is t or
18100 fontify-visited-p is t then fontify cross references, menu items.
18101 Fontify menu headers. Fontify http and ftp references.
18102 Change regexp for cross references to require whitespace after *Note,
18103 add matching groups for file and node names. Remove hack for quote.
18104 Use display property for Info-hide-note-references=t. Use fifth
18105 or fourth match for help-echo. Display visited nodes in a
18106 different face. Unhide file names of external references.
18107 Unhide newlines. Display visited menu items in a different face.
18108
18109 2004-04-07 Stefan Monnier <monnier@iro.umontreal.ca>
18110
18111 * progmodes/compile.el: Require CL.
18112 (compilation-mode-font-lock-keywords): Re-install the "line as
18113 function" patch.
18114
18115 * help-fns.el (help-C-source-directory): New var.
18116 (help-subr-name, help-C-file-name, help-find-C-source): New funs.
18117 (describe-function-1, describe-variable): Use them.
18118
18119 * help-mode.el (help-function-def, help-variable-def): Handle hyperrefs
18120 to C source files specially.
18121
18122 2004-04-07 Jan Nieuwenhuizen <janneke@gnu.org>
18123
18124 * info.el (Info-hide-cookies-node): New function.
18125 (Info-select-node): Use it.
18126 (Info-display-images-node): Remove message with image file name.
18127
18128 2004-04-07 Daniel Pfeiffer <occitan@esperanto.org>
18129
18130 * progmodes/compile.el (compilation-warning-face)
18131 (compilation-info-face, compilation-skip-threshold)
18132 (compilation-skip-visited, compilation-context-lines):
18133 Declare :version when added to Emacs.
18134 (compilation-error-regexp-alist-alist): Extend caml and irix.
18135 (compilation-setup): Fix if font-locked w/o font-lock-defaults.
18136 (compilation-mode-font-lock-keywords): Temporarily undo line as
18137 function patch, which wasn't ready.
18138
18139 2004-04-07 Kenichi Handa <handa@m17n.org>
18140
18141 * international/latin1-disp.el (latin1-display-setup): Check each
18142 character is displayable or not instead of calling
18143 latin1-display-check-font.
18144
18145 2004-04-06 Kenichi Handa <handa@m17n.org>
18146
18147 * language/ethio-util.el (ethio-sera-being-called-by-w3):
18148 New variable.
18149 (ethio-sera-to-fidel-ethio): Check ethio-sera-being-called-by-w3
18150 instead of sera-being-called-by-w3.
18151 (ethio-fidel-to-sera-buffer): Likewise.
18152 (ethio-find-file): Bind ethio-sera-being-called-by-w3 to t
18153 instead of sera-being-called-by-w3.
18154 (ethio-write-file): Likewise.
18155
18156 2004-04-05 Vinicius Jose Latorre <viniciusjl@ig.com.br>
18157
18158 * printing.el: Doc fix.
18159
18160 2004-04-05 Nick Roberts <nick@nick.uklinux.net>
18161
18162 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New option.
18163 (gdb-ann3, gdb-send, gdb-starting, gdb-stopping)
18164 (gdb-setup-windows): Only use separate IO buffer if required.
18165
18166 2004-04-06 Kim F. Storm <storm@cua.dk>
18167
18168 * term.el (term-is-xemacs): Remove.
18169 (term-if-xemacs, term-ifnot-xemacs): Test (featurep 'xemacs).
18170 (term-window-width): New function.
18171 (term-mode, term-check-size): Use it.
18172 (term-mode): Disable overflow-newline-into-fringe in term buffer.
18173
18174 2004-04-05 Per Abrahamsen <abraham@dina.kvl.dk>
18175
18176 * cus-edit.el (custom-add-parent-links): Change unbound variable
18177 `symbol' to `name'.
18178
18179 2004-04-05 Jesper Harder <harder@ifa.au.dk>
18180 * info.el (info-apropos): New function.
18181 (Info-mode-menu): Add it.
18182 (Info-find-node, Info-find-node-2): Grok apropos virtual file.
18183
18184 * help-mode.el (help-make-xrefs): Recognize aliased variable with
18185 inherited docstring.
18186
18187 * play/gamegrid.el (gamegrid-add-score-insecure): Use sort-fields.
18188
18189 2004-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
18190
18191 * textmodes/fill.el (fill-comment-paragraph): Obey indent-tabs-mode.
18192
18193 * progmodes/compile.el (font-lock): Don't require any more.
18194 (compilation-error-properties, compilation-start, compilation-sentinel)
18195 (compilation-filter, next-error): Use with-current-buffer.
18196 (compilation-skip-to-next-location, compilation-skip-threshold)
18197 (compilation-skip-visited): Move to silence the byte-compiler.
18198 (compilation-setup): Simplify.
18199 (compilation-next-error): Use line-(beginning|end)-position.
18200 Make sure `pt' is non-nil before using compilation-loop.
18201 (compile-goto-error): Add optional event arg. Use it.
18202 (compile-mouse-goto-error): Make it an alias of compile-goto-error.
18203 (compilation-minor-mode-map, compilation-shell-minor-mode-map):
18204 Update the binding for mouse-2.
18205 (first-error): Set compilation-current-error to nil rather than bob.
18206 (compilation-parsing-end, compilation-parse-errors-function)
18207 (compilation-error-list, compilation-old-error-list):
18208 "New" compatibility variables.
18209 (compile-buffer-substring, compilation-compat-error-properties)
18210 (compilation-compat-parse-errors, compilation-forget-errors):
18211 New compatibility functions.
18212 (compilation-mode-font-lock-keywords): Use them.
18213
18214 2004-04-04 Luc Teirlinck <teirllm@auburn.edu>
18215
18216 * autorevert.el (auto-revert-handler): If point (or a window
18217 point) is at the end of the buffer, keep it there after
18218 reverting. This allows to tail a file.
18219 Mention this in the `Commentary'.
18220
18221 * format.el (format-write-file): Add optional argument CONFIRM
18222 and make it behave like the analogous argument to `write-file'.
18223
18224 2004-04-04 Vinicius Jose Latorre <viniciusjl@ig.com.br>
18225
18226 * progmodes/ebnf2ps.el: Doc fix.
18227 (ebnf-version): New version number (4.2).
18228 (ebnf-syntax): Customization and docstring fix.
18229 (ebnf-eliminate-empty-rules, ebnf-optimize, ebnf-otz-initialize):
18230 Put autoloaded funs before first use.
18231 (ebnf-style-database): Add dtd entry.
18232 (ebnf-syntax-alist): Add dtd initialization.
18233 (ebnf-token-sequence): New fun.
18234 (ebnf-comment-table): Add new comment action character.
18235 (ebnf-dtd-parser, ebnf-dtd-initialize): Autoload funs from ebnf-dtd.
18236
18237 * progmodes/ebnf-dtd.el: New file, implement a parser for DTD (Data
18238 Type Definition for XML).
18239
18240 * progmodes/ebnf-abn.el (ebnf-abn-concatenation):
18241 * progmodes/ebnf-bnf.el (ebnf-sequence):
18242 * progmodes/ebnf-ebx.el (ebnf-ebx-concatenation):
18243 * progmodes/ebnf-iso.el (ebnf-iso-single-definition):
18244 * progmodes/ebnf-yac.el (ebnf-yac-sequence):
18245 Code simplification: call ebnf-token-sequence.
18246
18247 2004-04-04 Eli Zaretskii <eliz@gnu.org>
18248
18249 * calendar/timeclock.el (timeclock-relative)
18250 (timeclock-get-project-function, timeclock-get-workday-function)
18251 (timeclock-query-out, timeclock-when-to-leave)
18252 (timeclock-when-to-leave-string, timeclock-log-data)
18253 (timeclock-generate-report, timeclock-in): Doc fixes.
18254
18255 2004-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
18256
18257 * url/: New dir. Import the URL package from its repository.
18258
18259 2004-04-03 Andreas Schwab <schwab@suse.de>
18260
18261 * diff-mode.el (diff-mode): Fix missing quote.
18262
18263 2004-04-03 Juri Linkov <juri@jurta.org>
18264
18265 * descr-text.el (describe-property-list): Add `font-lock-face'.
18266
18267 * dired.el (dired-font-lock-keywords): Fix permission regexps.
18268
18269 2004-04-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
18270
18271 * x-dnd.el (x-dnd-handle-moz-url, x-dnd-insert-utf16-text):
18272 Use utf-16le on little endian machines and utf-16be otherwise.
18273
18274 2004-04-02 David Kastrup <dak@gnu.org>
18275
18276 * net/browse-url.el (browse-url-generic): Use call-process
18277 instead of start-process to allow browsers that fork and detach.
18278
18279 2004-04-01 Daniel Pfeiffer <occitan@esperanto.org>
18280
18281 * compile.el (compilation-current-error): New var.
18282 (compilation-setup, compile-mouse-goto-error)
18283 (compile-goto-error, next-error): Use it.
18284 (compilation-skip-to-next-location): Default to t, which gives
18285 contiguous skipping like old compile (where this was redundant).
18286 (compilation-next-error): Prevent previous-* commands from moving
18287 back to message at or just before point.
18288
18289 2004-04-01 Nick Roberts <nick@nick.uklinux.net>
18290
18291 * progmodes/gdb-ui.el (gdb-view-source-function, gdb-view-assembler)
18292 (gdb-source-info): Don't display source at startup, if required.
18293 (gdb-show-main): New option.
18294 (gdba): Update documentation.
18295 (gdb-source): Cover case of auto-display output.
18296
18297 2004-03-31 Luc Teirlinck <teirllm@auburn.edu>
18298
18299 * autorevert.el: Delete obsolete autoloads and defvars.
18300 (auto-revert-check-vc-info): New user option.
18301 (auto-revert-vc-cvs-file-version, auto-revert-vc-buffer-p)
18302 (auto-revert-handler-vc): Delete.
18303 (auto-revert-handler): Treat return value `fast' of
18304 buffer-stale-function specially. Check `auto-revert-check-vc-info'.
18305
18306 * buff-menu.el (Buffer-menu-mode): Make the buffer-stale-function
18307 return `fast'.
18308
18309 * files.el (buffer-stale-function): Doc change.
18310
18311 2004-03-31 Vinicius Jose Latorre <viniciusjl@ig.com.br>
18312
18313 * printing.el: New tip on Tips section.
18314 (pr-version): New version number (6.7.4).
18315 (pr-shell-file-name): Initialization fix.
18316
18317 2004-03-31 Juri Linkov <juri@jurta.org>
18318
18319 * dired.el: Add autoload for `dired-do-touch'.
18320 (dired-touch-program): New var.
18321 (dired-mode-map): Bind `dired-do-touch' to T and add menu-item.
18322 (dired-no-confirm): Add `touch' to docstring.
18323
18324 * dired-aux.el (dired-do-touch): New fun.
18325 (dired-do-chxxx): Add argument -t for touch operation.
18326
18327 * dired-x.el (dired-mark-sexp): Replace hard-coded month names by
18328 `dired-move-to-filename-regexp'.
18329
18330 2004-03-31 H\e,Ae\e(Bkan Granath <hakan.granath@kau.se> (tiny change)
18331
18332 * dired.el (dired-move-to-filename-regexp): Add `.' to HH:MM.
18333
18334 2004-03-30 Vinicius Jose Latorre <viniciusjl@ig.com.br>
18335
18336 * progmodes/ebnf2ps.el (ebnf-eps-finish-and-write): Write a buffer if
18337 and only if the buffer was modified.
18338
18339 2004-03-30 Kenichi Handa <handa@m17n.org>
18340
18341 * international/characters.el: Delete pairs for U+2308..U+230B.
18342
18343 2004-03-29 Nick Roberts <nick@nick.uklinux.net>
18344
18345 * progmodes/gud.el (gud-gdb-marker-filter): Include "\n" in regexp
18346 to detect the beginning of a level 2 or 3 annotation.
18347
18348 2004-03-29 Kenichi Handa <handa@m17n.org>
18349
18350 * international/ucs-tables.el (ucs-insert): Fix the error message.
18351
18352 2004-03-29 Kenichi Handa <handa@m17n.org>
18353
18354 * international/mule-util.el (char-displayable-p): Fix generation
18355 of XLFD file name.
18356
18357 * Makefile.in (setwins, setwins_almost): Change directory to $wd
18358 before finding directories by `find'.
18359
18360 2004-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
18361
18362 * subr.el (interactive-form): Delete. Now implemented in C.
18363
18364 * pcvs.el (cvs-parse-process): Workaround for Darwin.
18365
18366 * vc.el (vc-version-diff, vc-default-diff-tree): Change `rel' -> `rev'.
18367 (vc-diff-label): New fun.
18368 (vc-diff-internal): Use it.
18369
18370 * progmodes/gdb-ui.el (gdb-post-prompt): Fix test.
18371
18372 2004-03-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
18373
18374 * progmodes/ebnf-abn.el (ebnf-abn-parser): Handle initial comments.
18375
18376 * progmodes/ebnf-ebx.el: New file, implement a parser for EBNF used to
18377 specify XML (EBNFX).
18378
18379 * progmodes/ebnf2ps.el: Doc fix.
18380 (ebnf-version): New version number (4.1).
18381 (ebnf-syntax): Adjust customization.
18382 (ebnf-style-database): Add ebnfx entry.
18383 (ebnf-syntax-alist): Add ebnfx initialization.
18384 (ebnf-ebx-parser, ebnf-ebx-initialize): Autoload funs from ebnf-ebx.
18385
18386 * printing.el: Doc fix.
18387 (pr-version): New version number (6.7.3).
18388 (pr-menu-position): Adjust X and Y positions when mouse-pixel-position
18389 returns nil for mouse position. Reported by Drew Adams
18390 <drew.adams@oracle.com>.
18391 (pr-update-menus): Modify interactive declaration. Reported by Drew
18392 Adams <drew.adams@oracle.com>.
18393
18394 2004-03-28 Nick Roberts <nick@nick.uklinux.net>
18395
18396 * progmodes/gdb-ui.el (gdb-ann3, gdb-send-item)
18397 (gud-gdba-marker-filter): Log the process input and output, if
18398 required. From Stefan Monnier.
18399 (gdb-debug-log, gdb-enable-debug-log): New variables.
18400 (gdb-post-prompt): Don't do gdb-var-update on Mac OS X.
18401
18402 2004-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
18403
18404 * vc-hooks.el (vc-file-not-found-hook): Fix typo.
18405 From lorentey@elte.hu (L\e$,1 q\e(Brentey K\e,Aa\e(Broly).
18406
18407 2004-03-27 Luc Teirlinck <teirllm@auburn.edu>
18408
18409 * autorevert.el (auto-revert-handler): Handle auto-revert-mode.
18410 Call vc-find-file-hook here instead of in auto-revert-buffers.
18411 (auto-revert-buffers): Delete call to vc-find-file-hook.
18412 (auto-revert-verbose, global-auto-revert-non-file-buffers)
18413 (global-auto-revert-mode, auto-revert-set-timer)
18414 (auto-revert-handler, auto-revert-buffers): Doc fixes.
18415
18416 2004-03-27 Francis J. Wright <F.J.Wright@qmul.ac.uk>
18417
18418 * woman.el (woman-change-fonts): Rename local variable
18419 woman-font-alist to font-alist to avoid a compiler warning.
18420
18421 2004-03-27 Dave Love <fx@gnu.org>
18422
18423 * emacs-lisp/rx.el (rx): Doc fix.
18424 Fix copyright years.
18425
18426 * strokes.el (strokes-global-set-stroke-string): New function.
18427 (strokes-list-strokes): Cope with strings, not just commands.
18428 Set foreground color of image.
18429 (strokes-global-set-stroke): Doc fix.
18430
18431 2004-03-26 Luc Teirlinck <teirllm@auburn.edu>
18432
18433 * buff-menu.el (Buffer-menu-revert-function): Make it suitable for
18434 Auto Revert mode.
18435 (Buffer-menu-files-only): New variable.
18436 (Buffer-menu-toggle-files-only): New function.
18437 (Buffer-menu-mode-map): Bind it to `T'.
18438 (Buffer-menu-mode): Mention `T' in docstring.
18439 Set buffer-stale-function.
18440 (list-buffers-noselect): Mark buffer non-modified and set
18441 Buffer-menu-files-only.
18442
18443 * dired.el (buffer-stale-function): Remove no longer needed defvar.
18444
18445 * autorevert.el (auto-revert-handler): Print revert message
18446 before, rather than after, reverting.
18447 (buffer-stale-function): Move to files.el.
18448
18449 * files.el (buffer-stale-function): Move here from autorevert.el.
18450
18451 2004-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
18452
18453 * vc.el (vc-maybe-resolve-conflicts): Don't prompt the user.
18454
18455 * calc/calc.el (calc-mode-map): Use mapc.
18456
18457 * apropos.el (apropos-mode): Don't autoload.
18458 (apropos-symbols-internal): New fun. Extracted from `apropos'.
18459 (apropos): Use it.
18460 (apropos-print): Add optional `text' argument.
18461 (apropos-describe-plist): Use help-buffer and hexlp-setup-xref.
18462 Don't assume point-min == 1.
18463
18464 * bs.el (bs-buffer-list): Use buffer-local-value.
18465 (bs--set-toggle-to-show): Use with-current-buffer.
18466
18467 * buff-menu.el (Buffer-menu-sort, Buffer-menu-make-sort-button):
18468 New funs.
18469 (list-buffers-noselect): Use them. Adjust :align-to to new style.
18470
18471 * cvs-status.el (cvs-tree-use-jisx0208): Use char-displayable-p.
18472
18473 * dabbrev.el (dabbrev-expand): Fix regexp construction.
18474 (dabbrev--find-expansion): Use pop.
18475 (dabbrev--search): Use match-string-no-properties.
18476
18477 * dired.el (dired-mode): Use run-mode-hooks.
18478 (dired-move-to-end-of-filename): Use match-string.
18479
18480 * ediff-init.el (ediff-hide-face): Check that facemenu-unlisted-faces
18481 is bound before using it.
18482 (ediff-verbose-p): Make it into a var since it's not constant.
18483
18484 * electric.el (Electric-pop-up-window): Avoid popping up a new frame.
18485
18486 * faces.el (read-face-font): Don't cons up unnecessarily.
18487 (header-line, tool-bar): Share common parts.
18488
18489 * files.el (file-relative-name): Use compare-strings.
18490
18491 * finder.el (finder-mode): Follow coding convention.
18492
18493 * subr.el (read-number): New function.
18494
18495 * ses.el (ses-read-number): Move to subr.el.
18496 (ses-set-header-row): Use read-number.
18497
18498 2004-03-26 Andre Spiegel <spiegel@gnu.org>
18499
18500 * vc-hooks.el (vc-arg-list): New function, which handles both
18501 compiled and uncompiled code.
18502 (vc-default-workfile-unchanged-p): Use it.
18503
18504 * vc.el (vc-print-log): Undo prev change, use new function
18505 vc-arg-list from vc-hooks.el.
18506
18507 2004-03-26 Masatake YAMATO <jet@gyve.org>
18508
18509 * simple.el (completion-setup-function): Emphasize the
18510 first uncommon characters in the completions; and de-emphasize
18511 the common prefix substrings.
18512 (completion-emphasis): New face.
18513 (completion-de-emphasis): New face.
18514
18515 2004-03-25 Juanma Barranquero <lektu@terra.es>
18516
18517 * progmodes/cperl-mode.el (cperl-indent-alist, cperl-where-am-i):
18518 Comment out (it's unused and unfinished code).
18519
18520 2004-03-25 Sam Steingold <sds@gnu.org>
18521
18522 * vc.el (vc-print-log): Fix a bug in the last patch:
18523 backend-function may be a byte-compiled object, not a lambda.
18524
18525 2004-03-25 Juri Linkov <juri@jurta.org>
18526
18527 * descr-text.el (describe-property-list): Add a button
18528 for `face' property that calls `describe-face'.
18529 Suggested by Luis Fernandes <elf@ee.ryerson.ca>
18530
18531 * international/mule.el (keyboard-coding-system):
18532 * kmacro.el (kmacro-call-macro): Fix docstring.
18533
18534 * dired.el: Fix comments.
18535
18536 * textmodes/fill.el (fill): Fix Info link.
18537
18538 * font-lock.el (fast-lock, lazy-lock):
18539 * jit-lock.el (jit-lock): Remove links to removed Support Modes
18540 Info node.
18541
18542 * eshell/eshell.el (eshell): Fix broken info-link.
18543
18544 * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance):
18545 * eshell/em-banner.el (eshell-banner):
18546 * eshell/em-smart.el (eshell-smart):
18547 * eshell/esh-cmd.el (eshell-cmd):
18548 Comment out broken info-links to incomplete Info manual.
18549
18550 * info-xref.el: Fix commentary.
18551
18552 2004-03-25 Kevin Ryde <user42@zip.com.au>
18553
18554 * info-xref.el (info-xref-check-buffer): Report empty filename parts.
18555 Remove spurious node duplicate suppression, doesn't work, not wanted.
18556 (info-xref-output): Take format style args, add "sit-for 0" to let
18557 user see the results as they progress.
18558 (info-xref-check-all-custom): New function.
18559
18560 2004-03-25 Nick Roberts <nick@nick.uklinux.net>
18561
18562 * gdb-ui.el: Moved to progmodes.
18563
18564 2004-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
18565
18566 * diff-mode.el (diff-font-lock-keywords): Disable yank-handler.
18567
18568 2004-03-24 Glenn Morris <gmorris@ast.cam.ac.uk>
18569
18570 * calendar/appt.el (appt-check): Remove superfluous progn.
18571 When finished with diary buffer: if it was not being displayed
18572 before, kill it; otherwise restore its original state.
18573 Suggested by Matthew Mundell <matt@mundell.ukfsn.org>.
18574
18575 * calendar/calendar.el (calendar-set-mode-line): Use total
18576 available mode-line width, rather than frame-width.
18577
18578 * calendar/diary-lib.el (fancy-diary-display): Set mode-line
18579 after mode change so effect not lost.
18580
18581 2004-03-23 Dave Love <fx@gnu.org>
18582
18583 * dired.el (dired) <defgroup>: Add link to manual.
18584 (dired-font-lock-keywords): Add highlighting on unusual permissions.
18585 (dired-revert): Use dolist.
18586 (dired-mode-map): Add U binding.
18587 (dired-mode): Add font-lock-beginning-of-syntax-function.
18588 (dired-garbage-files-regexp): Make it a defcustom.
18589
18590 2004-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
18591
18592 * vc-arch.el (vc-arch-diff): Handle the special case where `newvers'
18593 is equivalent to nil.
18594 (vc-arch-diff3-rej-p): Be a bit more flexible in what we accept.
18595 (vc-arch-mode-line-string): Accept `added' state.
18596 (vc-arch-state): Use inode-sigs if available.
18597 (vc-arch-add-tagline): Rename from vc-arch-add-tag.
18598 Copy&delete existing id file if any. Fallback if uuidgen is absent.
18599 (vc-arch-tagline-re): New var.
18600 (vc-arch-file-source-p, vc-arch-file-id, vc-arch-tagging-method):
18601 New functions.
18602 (vc-arch-find-file-not-found-hook, vc-arch-register): New backend ops.
18603 (vc-arch-registered): Try our best guess using vc-arch-file-source-p.
18604
18605 * vc-hooks.el (vc-default-find-file-not-found-hook): New fun.
18606 (vc-file-not-found-hook): Use it.
18607
18608 * diff-mode.el (diff-default-read-only): Change default.
18609 (diff-mode-hook): Make it a defcustom. Add some options.
18610 (diff-mode-map): Bind diff-refine-hook.
18611 (diff-yank-handler): New var.
18612 (diff-yank-function): New fun.
18613 (diff-font-lock-keywords): Use them.
18614 (diff-end-of-file): Handle case where file-header looks like diff text.
18615 (diff-hunk-kill): Adjust to "new" hunk-next behavior.
18616 (diff-file-kill): Delete a subsequent empty line, if applicable.
18617 (diff-hunk-file-names): New fun, extracted from diff-tell-file-name.
18618 (diff-find-file-name): Use it.
18619 (diff-tell-file-name): New command.
18620 (diff-mode): Be careful with view-mode.
18621 (diff-delete-if-empty, diff-delete-empty-files, diff-make-unified):
18622 New functions, for use in diff-mode-hook.
18623 (diff-find-source-location): Catch "regex too large" errors.
18624 (diff-apply-hunk, diff-test-hunk): Go to old or new file.
18625 (diff-refine-hunk): New command.
18626
18627 * smerge-mode.el (smerge-mode-menu): Fix activate pred for resolve.
18628 (smerge-context-menu-map): Remove unused var.
18629 (smerge-keep-all): Preserve markers.
18630 (smerge-keep-n): New fun.
18631 (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
18632 (smerge-keep-current, smerge-ediff): Use it.
18633 (smerge-kill-current): Use it. Make it work on some 3-part conflicts.
18634 (smerge-popup-context-menu): Also use context-menu on 3-part conflicts.
18635 (smerge-resolve): Resolve trivial 3-part conflicts.
18636
18637 2004-03-23 Juri Linkov <juri@jurta.org>
18638
18639 * man.el (Man-width): New var.
18640 (Man-getpage-in-background): Use it.
18641 (Man-support-local-filenames): New var and fun.
18642 (Man-build-man-command): Don't add a second %s.
18643 (Man-fontify-manpage): Clean up message.
18644 (Man-mode): Set outline-regexp, outline-level,
18645 imenu-generic-expression.
18646
18647 * woman.el (woman-fill-frame): Doc fix.
18648 (woman-decode-region): Use window-width instead of frame-width.
18649
18650 * abbrevlist.el (list-one-abbrev-table):
18651 * descr-text.el (describe-char):
18652 * international/mule-diag.el (describe-current-coding-system):
18653 * international/quail.el (quail-insert-decode-map):
18654 Use window-width instead of frame-width.
18655
18656 * jka-compr.el (jka-compr-compression-info-list): Add tbz and dz.
18657 (jka-compr-mode-alist-additions): Add tbz.
18658 (jka-compr-write-region, jka-compr-insert-file-contents):
18659 Add message for undefined compress-program.
18660 (jka-compr-write-region): Remove redundant var bindings.
18661
18662 * dired-x.el (dired-guess-shell-alist-default): Add choices for
18663 extracting files into subdirectory. Add tbz and dz. Fix regexps.
18664 Add extensions .[0-9] for man and nroff, and .pod for perldoc.
18665 (dired-man): Use dired-guess-shell-command.
18666 (dired-guess-shell-case-fold-search): Change defvar to defcustom.
18667 Change default nil to t.
18668
18669 * dired-aux.el (dired-compress-file-suffixes): Add dz and tbz.
18670 (dired-compare-directories): Add default value for empty input.
18671
18672 * help-at-pt.el: Move suggestions for key bindings to Commentary.
18673
18674 * time.el (display-time-string-forms): Fix help-echo date format.
18675
18676 2004-03-22 Luc Teirlinck <teirllm@auburn.edu>
18677
18678 * autorevert.el (global-auto-revert-non-file-buffers): Expand docstring.
18679 (buffer-stale-function): New variable.
18680 (auto-revert-list-diff, auto-revert-dired-file-list)
18681 (auto-revert-dired-changed-p, auto-revert-buffer-p): Delete.
18682 (auto-revert-handler): Take over some functionality of deleted
18683 functions.
18684 (auto-revert-buffers): Delete call to auto-revert-buffer-p.
18685
18686 * dired.el (dired-directory-changed-p): New fun, extracted from
18687 dired-internal-noselect.
18688 (dired-buffer-stale-p): New fun.
18689 (dired-internal-noselect): Use dired-directory-changed-p.
18690 Eliminate revert messages.
18691 (dired-mode): Set buffer-stale-function to dired-buffer-stale-p.
18692
18693 2004-03-23 Kenichi Handa <handa@m17n.org>
18694
18695 * international/characters.el: Setup syntaxes for more parentheses
18696 Unicode characters.
18697
18698 * international/mule-cmds.el (select-safe-coding-system):
18699 Merge coding-system and auto-cs before comparing them.
18700
18701 2004-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
18702
18703 * emacs-lisp/pp.el (pp-eval-expression): Simplify.
18704
18705 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
18706 normal-auto-fill-function and comment-indent-function.
18707 The default values now work just as well.
18708 Don't set font-lock-beginning-of-syntax-function since we already set
18709 syntax-begin-function.
18710 (lisp-outline-level): Put ;;;###autoload at same level as (.
18711 (prin1-char): Quote special chars.
18712
18713 * emacs-lisp/lisp-mnt.el (lm-keywords-finder-p): Use defvar rather
18714 than with-no-warnings.
18715
18716 * emacs-lisp/edebug.el (edebug-display): Bring up a debug trace
18717 if the source location can't be found.
18718 (edebug-compute-previous-result): Use prin1-char.
18719
18720 * emacs-lisp/checkdoc.el (checkdoc-error): Don't assume point-min == 1.
18721 (debug-ignored-errors): Add an entry.
18722
18723 * emacs-lisp/bytecomp.el (byte-recompile-directory): Ignore hidden dir.
18724 (byte-compile-file): Output warning when deleting a file.
18725
18726 * emacs-lisp/byte-run.el (defsubst): Add edebug spec and use backquote.
18727 (dont-compile, eval-when-compile, eval-and-compile): Add edebug spec.
18728
18729 * emacs-lisp/byte-opt.el (byte-compile-log-lap)
18730 (byte-compile-inline-expand): Use backquote.
18731 (byte-optimize-pure-func): Rename from byte-optimize-concat.
18732 (symbol-name, regexp-opt, regexp-quote): Mark as pure.
18733
18734 * emacs-lisp/backquote.el (backquote-list*-macro): Use nreverse.
18735
18736 * emacs-lisp/advice.el (ad-subr-arglist): Simplify.
18737
18738 2004-03-22 Juri Linkov <juri@jurta.org>
18739
18740 * finder.el (finder-known-keywords): Fix data, tex, unix.
18741
18742 * play/landmark.el: Fix keywords.
18743
18744 * language/ethio-util.el (ethio-find-file): Doc fix.
18745
18746 * emacs-lisp/warnings.el: Doc fix.
18747
18748 * textmodes/ispell.el (ispell-help): Doc fix.
18749
18750 2004-03-21 Luc Teirlinck <teirllm@auburn.edu>
18751
18752 * format.el (format-insert-file): Always return a list of two
18753 elements, like insert-file-contents does.
18754
18755 2004-03-21 Andre Spiegel <spiegel@gnu.org>
18756
18757 * vc.el: Add new optional BUFFER argument to vc-BACKEND-print-log
18758 and vc-BACKEND-diff.
18759 (vc-print-log): If the print-log implementation supports it, use
18760 the new BUFFER argument to direct output to *vc-change-log*, not *vc*.
18761 (vc-version-diff, vc-diff-internal): Doc fixes.
18762
18763 * vc-hooks.el (vc-default-workfile-unchanged-p): If the
18764 implementation supports it, let diff output go to *vc*,
18765 not *vc-diff*, since this is an internal call.
18766
18767 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Add optional BUFFER arg.
18768
18769 * vc-rcs.el (vc-rcs-print-log, vc-rcs-diff): Likewise.
18770
18771 * vc-sccs.el (vc-sccs-print-log, vc-sccs-diff): Likewise.
18772
18773 2004-03-21 Dave Love <fx@gnu.org>
18774
18775 * progmodes/cfengine.el (cfengine-mode):
18776 Set parse-sexp-ignore-comments.
18777
18778 * emacs-lisp/rx.el (rx): Work at compile time, not run time.
18779
18780 2004-03-21 Juanma Barranquero <lektu@terra.es>
18781
18782 * allout.el (allout-mode): Fix docstring.
18783
18784 2004-03-20 Luc Teirlinck <teirllm@auburn.edu>
18785
18786 * files.el (insert-directory): Fix bug if SWITCHES is a list.
18787
18788 * autorevert.el (auto-revert-interval): Make new value take
18789 effect immediately when set through Custom.
18790 (auto-revert-set-timer): Add interactive declaration.
18791
18792 2004-03-19 David Ponce <david@dponce.com>
18793
18794 * ruler-mode.el (ruler-mode-header-line-format-old):
18795 Don't `make-variable-buffer-local'.
18796 (ruler-mode-ruler-function): Default to `ruler-mode-ruler'.
18797 (ruler-mode-header-line-format): Simply funcall the above.
18798 (ruler-mode): Use `make-local-variable' and `kill-local-variable'
18799 to save/restore a previous header line format.
18800 (ruler-mode-space): Don't depend on a numeric WIDTH value.
18801 (ruler-mode-ruler): Use symbolic display elements for scrollbar,
18802 fringes and margins width.
18803 (ruler-mode-ruler-function): Default to ruler-mode-ruler.
18804
18805 2004-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
18806
18807 * log-edit.el (log-edit-font-lock-keywords): Typo.
18808
18809 * textmodes/tex-mode.el (tex-shell): Set error parsing function here.
18810 (tex-send-tex-command): Rather than here.
18811 (tex-compilation-parse-errors): Simplify.
18812
18813 * info.el (Info-default-dirs): Don't ignore last part of I-d-d-l.
18814
18815 * time.el (display-time-string-forms): Add help-echo with date on time.
18816
18817 * composite.el (compose-region): Use restore-buffer-modified-p.
18818
18819 * disp-table.el (standard-display-8bit): Simplify.
18820
18821 * server.el (server-process-filter): Delete temp frame.
18822
18823 * add-log.el (add-change-log-entry): Simplify.
18824
18825 2004-03-19 Kim F. Storm <storm@cua.dk>
18826
18827 * hexl.el (hexl-mode-ruler): Adapt to new :align-to semantics.
18828 (hexl-follow-line): Don't require 'fringe.
18829
18830 * progmodes/compile.el (compilation-start): Always set
18831 compilation-last-buffer and return it.
18832
18833 2004-03-17 Luc Teirlinck <teirllm@auburn.edu>
18834
18835 * simple.el (clone-buffer): Doc fix.
18836
18837 2004-03-18 Juanma Barranquero <lektu@terra.es>
18838
18839 * emacs-lisp/byte-run.el (make-obsolete-variable): Fix docstring.
18840
18841 2004-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
18842
18843 * log-edit.el (log-edit-font-lock-keywords): New var.
18844 (log-edit-mode): Use it.
18845
18846 2004-03-17 Nick Roberts <nick@nick.uklinux.net>
18847
18848 * gdb-ui.el (gdb-var-list-children-handler): Handle C++ classes
18849 properly for watching in speedbar.
18850
18851 2004-03-17 Masatake YAMATO <jet@gyve.org>
18852
18853 * smerge-mode.el (smerge-popup-context-menu):
18854 Put `unwind-protect' around `overlay-put' and `popup-menu'.
18855
18856 2004-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
18857
18858 * vc-arch.el (vc-arch-workfile-unchanged-p): Define to avoid dup-diff.
18859 (vc-arch-workfile-version, vc-arch-mode-line-rewrite):
18860 Take sealed revisions into account.
18861 (vc-arch-checkin): Extract a summary line from the message.
18862
18863 2004-03-16 Masatake YAMATO <jet@gyve.org>
18864
18865 * register.el (register): Provide `register' feature.
18866
18867 2004-03-15 Masatake YAMATO <jet@gyve.org>
18868
18869 Added context menu support in smerge mode.
18870 Most of the part is written by Stefan Monnier.
18871
18872 * smerge-mode.el (smerge-context-menu-map, smerge-context-menu):
18873 New keymap and menu.
18874 (smerge-text-properties): New function.
18875 (smerge-remove-props): New function.
18876 (smerge-popup-context-menu): New function.
18877 (smerge-resolve): Call `smerge-remove-props'.
18878 (smerge-keep-base, smerge-keep-other, smerge-keep-mine): Ditto.
18879 (smerge-keep-current): Ditto.
18880 (smerge-kill-current): New function.
18881 (smerge-match-conflict): Put text properties.
18882 Detect the file as `same-diff conflict' if the filename is "ANCESTOR".
18883
18884 2004-03-15 David Ponce <david@dponce.com>
18885
18886 * ruler-mode.el (ruler-mode-left-fringe-cols)
18887 (ruler-mode-right-fringe-cols, ruler-mode-left-scroll-bar-cols)
18888 (ruler-mode-right-scroll-bar-cols): Remove.
18889 (ruler-mode-window-col, ruler-mode-mouse-set-left-margin)
18890 (ruler-mode-mouse-set-right-margin, ruler-mode-ruler):
18891 Use fringe-columns and scroll-bar-columns.
18892
18893 2004-03-15 Masatake YAMATO <jet@gyve.org>
18894
18895 * hl-line.el (hl-line-range-function): New variable.
18896 (hl-line-move): New function.
18897 (global-hl-line-highlight): Use `hl-line-move'.
18898 (hl-line-highlight): Ditto.
18899
18900 * scroll-bar.el (scroll-bar-columns):
18901 * fringe.el (fringe-columns): New function derived from ruler-mode.el.
18902
18903 * ruler-mode.el (top-level): Require scroll-bar and fringe.
18904 (ruler-mode-left-fringe-cols)
18905 (ruler-mode-right-fringe-cols): Use `fringe-columns'.
18906 (ruler-mode-right-scroll-bar-cols)
18907 (ruler-mode-left-scroll-bar-cols): Use `scroll-bar-columns'.
18908 (ruler-mode-ruler-function): New variable.
18909 (ruler-mode-header-line-format): Call `ruler-mode-ruler-function'
18910 if the value for `ruler-mode-ruler-function' is given.
18911
18912 * hexl.el (hexl-mode-hook): Make the hook customizable.
18913 (hexl-address-area, hexl-ascii-area): New customize variables.
18914 (hexlify-buffer): Put font-lock-faces on the address area and
18915 the ascii area.
18916 (hexl-activate-ruler): New function.
18917 (hexl-follow-line): New function.
18918 (hexl-highlight-line-range): New function.
18919 (hexl-mode-ruler): New function.
18920
18921 2004-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
18922
18923 * vc-hooks.el (vc-handled-backends): Add Arch. Move MCVS down.
18924 (vc-default-find-file-hook): New fun.
18925 (vc-find-file-hook): Call new find-file-hook operation.
18926
18927 * vc-arch.el: New file.
18928
18929 2004-03-12 Jesper Harder <harder@ifa.au.dk>
18930
18931 * info-look.el (info-lookup): Reuse an existing Info window.
18932
18933 2004-03-12 Francis J. Wright <F.J.Wright@qmul.ac.uk>
18934
18935 * woman.el (woman-preserve-ascii): Default value changed to t and
18936 doc string revised.
18937
18938 2004-03-12 Richard M. Stallman <rms@gnu.org>
18939
18940 * pcvs.el (cvs-mode-add-change-log-entry-other-window):
18941 Fix minor bug.
18942
18943 * replace.el (occur-engine): Change message for count of matches.
18944
18945 * emacs-lisp/bytecomp.el (byte-compile-get-constant):
18946 For strings, do compare text properties.
18947
18948 2004-03-11 Daniel Pfeiffer <occitan@esperanto.org>
18949
18950 * progmodes/compile.el (compile-auto-highlight)
18951 (compilation-error-list, compilation-old-error-list)
18952 (compilation-parse-errors-function, compilation-parsing-end)
18953 (compilation-error-message, compilation-directory-stack)
18954 (compilation-enter-directory-regexp-alist)
18955 (compilation-leave-directory-regexp-alist)
18956 (compilation-file-regexp-alist, compilation-nomessage-regexp-alist)
18957 (compilation-current-file, compilation-regexps): Remove vars.
18958
18959 (compile-error-at-point, compilation-error-filedata)
18960 (compilation-error-filedata-file-name, compile-reinitialize-errors)
18961 (compilation-next-error-locus, compilation-forget-errors)
18962 (count-regexp-groupings, compilation-parse-errors)
18963 (compile-collect-regexps, compile-buffer-substring): Remove funs.
18964
18965 (compile-internal): Make obsolete.
18966
18967 (compilation-first-column, compilation-error)
18968 (compilation-directory-matcher, compilation-page-delimiter)
18969 (compilation-mode-font-lock-keywords, compilation-debug)
18970 (compilation-error-face, compilation-warning-face)
18971 (compilation-info-face, compilation-line-face)
18972 (compilation-column-face, compilation-enter-directory-face)
18973 (compilation-leave-directory-face, compilation-skip-threshold)
18974 (compilation-skip-visited, compilation-context-lines): New vars.
18975
18976 (compilation-warning-face, compilation-info-face)
18977 (compilation-message-face): New faces.
18978
18979 (compilation-error-regexp-alist-alist): New constant.
18980
18981 (compilation-face, compilation-directory-properties)
18982 (compilation-assq, compilation-error-properties, compilation-start)
18983 (define-compilation-mode, compilation-loop)
18984 (compilation-set-window): New functions.
18985
18986 (compile): Additional argument for interactive compiles like TeX.
18987
18988 * progmodes/grep.el (kill-grep): Move here from compile.el
18989 (grep-error, grep-hit-face, grep-error-face)
18990 (grep-mode-font-lock-keywords): New variables.
18991 (grep-regexp-alist): Simplify regexp and add `binary' case.
18992 (grep-mode): New mode.
18993 (grep-process-setup): Simplify.
18994
18995 2004-03-11 Jason Rumney <jasonr@gnu.org>
18996
18997 * net/ldap.el (ldap-search-internal): Handle file URLs with drive
18998 letters on DOS/Windows.
18999
19000 2004-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
19001
19002 * server.el (server-name): New var.
19003 (server-socket-dir): New var to replace server-socket-name.
19004 (server-start): Use them.
19005
19006 2004-03-11 Simon Josefsson <jas@extundo.com>
19007
19008 * mail/smtpmail.el (smtpmail-read-response): Abort if process has
19009 died to avoid infloop. Reported by Jonathan Glauner
19010 <jglauner@sbum.org>.
19011
19012 2004-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
19013
19014 * smerge-mode.el (smerge-check-cache, smerge-check): New var and fun.
19015 (smerge-mode-menu): Use it to deactivate menu entries.
19016 (smerge-keep-current): New fun.
19017 (smerge-keep-current): Use it.
19018
19019 2004-03-10 John Paul Wallington <jpw@gnu.org>
19020
19021 * foldout.el (foldout-fold-list, foldout-modeline-string):
19022 Declare them as variables, not constants.
19023
19024 2004-03-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
19025
19026 * ps-print.el: Modification to print *Messages* buffer.
19027 (ps-print-version): New version 6.6.4.
19028 (ps-message-log-max): New fun.
19029 (ps-spool-without-faces, ps-spool-with-faces)
19030 (ps-count-lines-preprint): Code fix.
19031
19032 * printing.el: New tips in Tips section.
19033
19034 2004-03-09 Vinicius Jose Latorre <viniciusjl@ig.com.br>
19035
19036 * delim-col.el: Doc fix.
19037
19038 * printing.el: Doc fix. New doc section (Tips).
19039
19040 2004-03-09 Stefan Monnier <monnier@iro.umontreal.ca>
19041
19042 * type-break.el (type-break-emacs-variant): Remove.
19043 (type-break-run-at-time, type-break-cancel-function-timers):
19044 Use fboundp rather than version name and number.
19045
19046 2004-03-09 Masatake YAMATO <jet@gyve.org>
19047
19048 * hexl.el (hexl-mode): Use `make-local-variable' instead of
19049 `make-variable-buffer-local'.
19050
19051 2004-03-08 Michael Albinus <Michael.Albinus@alcatel.de>
19052
19053 * find-dired.el (find-dired): Call `shell-command' instead of
19054 `start-process-shell-command'. By this, Tramp takes over
19055 handling of remote directories.
19056
19057 2004-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
19058
19059 * newcomment.el (comment-use-global-state): New var.
19060 (comment-search-forward): Use it.
19061
19062 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set it.
19063
19064 * cus-edit.el (fill) <defgroup>: Move to fill.el.
19065
19066 * textmodes/fill.el (fill) <defgroup>: Move from cus-edit.el.
19067 (enable-kinsoku): Make it a defcustom.
19068 (fill-comment-paragraph): Don't rely on fill-prefix to bound the
19069 paragraph to same-comment-start-marker.
19070
19071 2004-03-07 Dave Love <fx@gnu.org>
19072
19073 * net/browse-url.el (rfc2368-parse-mailto-url): Autoload.
19074 (browse-url-mail): Use it.
19075
19076 * mail/rfc2368.el (rfc2368-unhexify-char): Delete.
19077 (rfc2368-unhexify-string): Use replace-regexp-in-string.
19078
19079 2004-03-07 Francis J. Wright <F.J.Wright@qmul.ac.uk>
19080
19081 * woman.el (woman-man.conf-path): Doc fix.
19082 (woman-parse-man.conf): Also parse OPTIONAL_MANPATH.
19083
19084 2004-03-07 Eli Zaretskii <eliz@gnu.org>
19085
19086 * sort.el (sort-columns): Remove ms-dos from the list of systems
19087 where the external `sort' command is not used.
19088
19089 2004-03-07 Kim F. Storm <storm@cua.dk>
19090
19091 * gdb-ui.el (gdb-overlay-arrow-position): Add defvar.
19092 (gdb-reset): Reset gdb-overlay-arrow-position marker and remove it
19093 from overlay-arrow-variable-list.
19094 (gdb-assembler-mode): Use add-to-list for gdb-overlay-arrow-position.
19095
19096 2004-03-06 Nick Roberts <nick@nick.uklinux.net>
19097
19098 * gdb-ui.el (gdb-assembler-mode, gdb-assembler-custom): Set up
19099 overlay arrow string properly for the assembler buffer.
19100
19101 2004-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
19102
19103 * mail/sendmail.el (mail-mode): Fix last change.
19104
19105 2004-03-05 Nick Roberts <nick@nick.uklinux.net>
19106
19107 * gdb-ui.el (gdb-assembler-mode): Create a second overlay arrow
19108 for the assembler buffer.
19109 (gdb-assembler-custom): Position the overlay arrow.
19110 (gdb-put-arrow, gdb-remove-arrow): Delete functions.
19111
19112 2004-03-04 Stefan Monnier <monnier@iro.umontreal.ca>
19113
19114 * progmodes/sh-script.el (sh-font-lock-paren): Add @ in case patterns.
19115
19116 * pcvs-info.el (cvs-fileinfo->backup-file): Use a more constraining
19117 regexp to distinguish .#ChangeLog.9.1.400 and .#ChangeLog.1.400.
19118
19119 * mail/sendmail.el (mail-mode): Set comment-start-skip.
19120
19121 * newcomment.el (uncomment-region): Allow non-terminated comment.
19122 (comment-normalize-vars): Check the user-specified comstart marker.
19123
19124 2004-03-04 Jesper Harder <harder@ifa.au.dk>
19125
19126 * sort.el (sort-columns): Don't use external 'sort' on ms-windows.
19127 Otherwise, do use it if the region only contains font-lock text
19128 properties.
19129
19130 2004-03-04 Masatake YAMATO <jet@gyve.org>
19131
19132 * hexl.el (hexl-mode): Set `hexl-print-current-point-info'
19133 as the callback function for eldoc.
19134 (hexl-print-current-point-info): New function.
19135 (hexl-current-address): Print the address in both decimal
19136 and hexadecimal format.
19137
19138 2004-03-04 Richard M. Stallman <rms@gnu.org>
19139
19140 * mail/rmail.el (rmail-convert-to-babyl-format):
19141 Specify t for UNIBYTE when calling mail-unquote-printable-region.
19142
19143 * mail/mail-utils.el (mail-unquote-printable-region):
19144 New arg UNIBYTE.
19145
19146 * startup.el (command-switch-alist): Doc fix.
19147
19148 * simple.el (undo): Temporarily set this-command to `undo-start',
19149 then set it to `undo' once undo-start returns without error.
19150
19151 * simple.el (minibuffer-history-sexp-flag): Doc fix.
19152
19153 * simple.el (kill-line): Don't disregard trailing whitespace
19154 in eol condition, if show-trailing-whitespace is set.
19155
19156 * mouse-sel.el (mouse-sel-has-been-enabled): New var.
19157 (mouse-sel-mode): When enabling, set mouse-sel-has-been-enabled.
19158 When disabling, restore old values only if mouse-sel-has-been-enabled.
19159
19160 * isearch.el (isearch-*-char): New arg WANT-BACKSLASH.
19161 (isearch-{-char): New function.
19162 (isearch-mode-map): Bind { to isearch-{-char.
19163
19164 * font-lock.el (lisp-font-lock-keywords-2):
19165 Turn off the CL with-... and do-... general patterns.
19166 Instead, recognize several specific with... and do... constructs.
19167
19168 * files.el (switch-to-buffer-other-window):
19169 Bind same-window-buffer-names and same-window-regexps to nil.
19170 (switch-to-buffer-other-frame): Likewise.
19171
19172 2004-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
19173
19174 * textmodes/fill.el (fill-comment-paragraph): Be more careful when
19175 recognizing leading comment on code line.
19176
19177 2004-03-02 Stefan Monnier <monnier@iro.umontreal.ca>
19178
19179 * Makefile.in (setwins, setwins_almost): Skip .arch-ids and other
19180 hidden files/directories.
19181
19182 2004-03-02 Stefan Monnier <monnier@iro.umontreal.ca>
19183
19184 * textmodes/fill.el (fill-paragraph): Don't check comment-start-skip,
19185 only comment-start (in case the mode hasn't set it).
19186
19187 * Makefile.in (AUTOGENEL): New var.
19188 (bootstrap-prepare): Rename from bootstrap-clean.
19189 Don't remove elc files.
19190 (maintainer-clean): New target.
19191
19192 * xml.el (xml-get-attribute-or-nil): Simplify.
19193
19194 2004-03-02 Juri Linkov <juri@jurta.org>
19195
19196 * net/browse-url.el (browse-url-netscape, browse-url-mozilla)
19197 (browse-url-galeon, browse-url-epiphany): Encode dollar signs in
19198 URL to prevent their substitution with the environment variable
19199 values by browsers.
19200
19201 2004-03-03 Vinicius Jose Latorre <viniciusjl@ig.com.br>
19202
19203 * ps-print.el: Doc fix.
19204 (ps-print-version): New version number (6.6.3).
19205 (ps-right-header, ps-right-footer, ps-left-header, ps-left-footer):
19206 Docstring fix.
19207 (ps-kill-emacs-check): Check if ps-print temporary buffer is killed
19208 before printing.
19209 (ps-time-stamp-yyyy-mm-dd): New fun.
19210 (ps-time-stamp-iso8601): Alias for ps-time-stamp-yyyy-mm-dd.
19211
19212 2004-03-02 Kim F. Storm <storm@cua.dk>
19213
19214 * gdb-ui.el (gdb-mouse-toggle-breakpoint): Remove debug message.
19215
19216 2004-03-01 Juanma Barranquero <lektu@terra.es>
19217
19218 * allout.el (allout-rebullet-heading): Fix typo in docstring.
19219
19220 * desktop.el (desktop-file-version)
19221 (desktop-after-read-hook): Fix typos.
19222 (desktop-clear-preserve-buffers): Remove redundant info in
19223 docstring already shown by the obsolescence message.
19224 (desktop-truncate, desktop-internal-v2s)
19225 (desktop-value-to-string): Change argument name to match docstring.
19226
19227 * emulation/tpu-edt.el (tpu-set-mark): Fix typo in docstring.
19228
19229 * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Fix typo in
19230 docstring.
19231
19232 2004-02-29 Vinicius Jose Latorre <viniciusjl@ig.com.br>
19233
19234 * printing.el: Replace "As Is..." in PostScript file print/preview by
19235 "No Preprocessing...". Suggested by Colin Marquardt
19236 <_marquardt_@zmd.de>.
19237 (pr-insert-section-4): Adjust buffer interface.
19238
19239 2004-02-29 Kai Grossjohann <kai.grossjohann@gmx.net>
19240
19241 Version 2.0.39 of Tramp released.
19242
19243 * net/tramp.el (tramp-handle-file-local-copy)
19244 (tramp-handle-write-region, tramp-open-connection-rsh):
19245 Variable name typo. Small change. From Patrick Tullmann
19246 <tullmann@flux.utah.edu>.
19247 (tramp-process-connection-type): New variable.
19248 (tramp-maybe-open-connection): Use it.
19249 (tramp-do-copy-or-rename-via-buffer): Handle KEEP-DATE arg if possible.
19250 (tramp-touch): Set last-modified time of a remote file.
19251 (tramp-handle-write-region): Say which function is used when encoding.
19252
19253 2004-02-29 Michael Albinus <Michael.Albinus@alcatel.de>
19254
19255 * net/tramp-smb.el (tramp-smb-handle-file-writable-p): Handle the
19256 case of non-existing filename, too. Reported by Christoph Bauer
19257 <c_bauer@informatik.uni-kl.de>.
19258 (tramp-smb-get-file-entries): The directory in question should
19259 have permissions "drwxrwxrwx". Just virtual, because we don't
19260 know the real permissions. Don't we know?
19261 (tramp-smb-prompt): Add virtual prompt from listing shares, too.
19262 (tramp-smb-errors): Add "NT_STATUS_ACCOUNT_LOCKED_OUT".
19263 (tramp-smb-wait-for-output): Optimize algorithm getting pending
19264 output. If it was received chunkwise, there have been problems.
19265 Remove the "prompt not found" error message; it is obvious.
19266 Simplify algorithm.
19267 (tramp-smb-process-running): Remove. Since we acknowledge the
19268 virtual prompt for shares, there's no need for distinction of
19269 reading shares (process ends afterwards) and interactive mode of
19270 smblient.
19271 (tramp-smb-open-connection): Setting process sentinel removed.
19272 (tramp-smb-errors): Add "NT_STATUS_WRONG_PASSWORD" and
19273 "NT_STATUS_NETWORK_ACCESS_DENIED".
19274 (tramp-smb-maybe-open-connection): Set `process-connection-type'
19275 to 'pty. Suggested by Piet van Oostrum <piet@cs.uu.nl>.
19276 (top-level): Setting default value in `tramp-default-method-alist'
19277 corrected. Order of USER and HOST have been wrong.
19278 Nobody complained for months ...
19279 (tramp-smb-maybe-open-connection): Use `tramp-process-connection-type'.
19280 (tramp-smb-open-connection): Clear password cache if login has failed.
19281
19282 * net/tramp.el (tramp-completion-mode) Don't check for 'xemacs' but
19283 `tramp-unified-filenames'.
19284 (tramp-completion-mode): Make test for XEmacs explicitly.
19285 `event-to-character' can exists in Emacs packages too.
19286 Reported by Matt Swift <swift@alum.mit.edu>.
19287 (tramp-buffer-name): Buffer name must contain the user if exists.
19288 Reported by Adrian Phillips <a.phillips@met.no>.
19289 (tramp-do-copy-or-rename-file): Handle out-of-band methods.
19290 Call `tramp-do-copy-or-rename-file-out-of-band' this case.
19291 (tramp-do-copy-or-rename-file-out-of-band): Rename from
19292 `tramp-do-copy-or-rename-file-one-local', because it handles also
19293 the case both files use the same out-of-band method.
19294 Implementation added.
19295 (tramp-handle-file-local-copy, tramp-handle-write-region):
19296 Out-of-band handling removed. `copy-file' called instead, which
19297 calls `tramp-do-copy-or-rename-file-out-of-band'.
19298 (tramp-action-password): Check for out-of-band method removed.
19299 This function is used for 'login-program.
19300 (tramp-post-connection): Use `tramp-method-out-of-band-p' when
19301 appropriate.
19302 (tramp-completion-function-alist-ssh): Add `tramp-parse-shostkeys'
19303 and `tramp-parse-sknownhosts'.
19304 (tramp-completion-function-alist): It's a defvar now, because we
19305 want to apply the optimized `tramp-set-completion-function'
19306 instead of a static list.
19307 (tramp-set-completion-function): Implementation tuned.
19308 Avoid double entries, and entries where the function or the
19309 file/directory doesn't exist.
19310 (tramp-parse-shostkeys, tramp-parse-sknownhosts): New functions
19311 for SSH2.
19312 (tramp-file-name-handler-alist): Add `dired-compress-file' entry.
19313 (tramp-handle-dired-compress-file): New function.
19314 (tramp-async-proc): New variable.
19315 (tramp-handle-shell-command): Adding asynchronous processes.
19316 They are far from being perfect, but it works at least for
19317 `find-grep-dired' and `find-name-dired' in Emacs 22.1.
19318 (top-level): Require password.el if visible. Should be mandatory
19319 once No Gnus has found its way into (X)Emacs.
19320 (tramp-read-passwd): Invoke `password-read' if available,
19321 `read-passwd' otherwise. `ange-ftp-read-passwd' isn't used as
19322 fallback any longer.
19323 (tramp-clear-passwd): New function.
19324 (tramp-process-actions, tramp-process-multi-actions):
19325 Clear password cache if login has failed.
19326
19327 * net/tramp-ftp.el (Commentary): Remove pointer to EFS. It has
19328 its own module.
19329 (tramp-ftp-file-name-handler): Unset `ange-ftp-ftp-name-arg' and
19330 `ange-ftp-ftp-name-res'. There could be incorrect values from
19331 previous calls in case the "ftp" method is used in the Tramp file
19332 name. Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
19333
19334 2004-02-28 Richard M. Stallman <rms@gnu.org>
19335
19336 * term.el (term-mouse-paste): Call mouse-set-point.
19337
19338 * thumbs.el: New file.
19339
19340 2004-02-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
19341
19342 * progmodes/ebnf-abn.el: Doc fix.
19343
19344 * progmodes/ebnf-bnf.el: Doc fix.
19345 (ebnf-repeat): Code fix.
19346
19347 * progmodes/ebnf2ps.el: Doc fix.
19348 (ebnf-syntax-directory, ebnf-syntax-file): New funs.
19349
19350 2004-02-28 Juri Linkov <juri@jurta.org>
19351
19352 * ffap.el (dired-at-point): Additional writability test for
19353 relative directory names.
19354 (dired-at-point-prompter): Treat directories as a directory, get
19355 the directory component from files.
19356 (ffap-string-at-point): Return string from region if region is active.
19357 (ffap-file-at-point): Remove redundant code.
19358
19359 2004-02-28 Kim F. Storm <storm@cua.dk>
19360
19361 * gdb-ui.el (breakpoint-enabled-icon, breakpoint-disabled-icon):
19362 Initialize margin area images to nil.
19363 (breakpoint-bitmap): New defvar for breakpoint fringe bitmaps.
19364 (breakpoint-enabled-bitmap-face)
19365 (breakpoint-disabled-bitmap-face): New faces for bpt in fringe.
19366 (gdb-info-breakpoints-custom): Use gdb-remove-breakpoint-icons.
19367 (gdb-info-breakpoints-custom): Use gdb-put-breakpoint-icon.
19368 (gdb-mouse-toggle-breakpoint): Handle bpt in fringe.
19369 (gdb-reset): Use gdb-remove-breakpoint-icons.
19370 (gdb-put-string): Add dprop arg to specify alternative display
19371 property (for setting fringe bitmap).
19372 (gdb-remove-strings): Doc fix.
19373 (gdb-put-breakpoint-icon): New defun which displays a breakpoint
19374 icon in fringe (if available), or else as icon or text in display
19375 margin. Creates necessary icons in breakpoint-bitmap,
19376 breakpoint-enabled-icon, and/or breakpoint-disabled-icon.
19377 Also make left window margin if required.
19378 (gdb-remove-breakpoint-icons): New defun to remove breakpoint
19379 icons inserted by gdb-put-breakpoint-icon. Remove left margin if
19380 no longer needed.
19381 (gdb-assembler-custom): Use gdb-remove-breakpoint-icons and
19382 gdb-put-breakpoint-icon.
19383 (gdb-assembler-mode): Don't set left-margin-width here.
19384
19385 2004-02-27 Kevin Ryde <user42@zip.com.au>
19386
19387 * info-look.el: In scheme-mode symbol regexp, disallow backquote and
19388 comma, so that it DTRT in macros.
19389
19390 2004-02-27 Markus Rost <rost@mathematik.uni-bielefeld.de>
19391
19392 * progmodes/sh-script.el (sh-shell-arg)
19393 (sh-require-final-newline, sh-assignment-regexp, sh-builtins)
19394 (sh-leading-keywords, sh-other-keywords): Fix custom type.
19395
19396 2004-02-27 Dan Nicolaescu <dann@ics.uci.edu>
19397
19398 * faces.el (face-spec-set-match-display): Add a new attribute,
19399 `min-colors'.
19400 (region, highlight, secondary-selection): Use `min-colors'.
19401
19402 * custom.el (defface): Add documentation for `min-colors'.
19403
19404 * font-lock.el (font-lock-comment-face, font-lock-string-face)
19405 (font-lock-keyword-face, font-lock-function-name-face)
19406 (font-lock-variable-name-face, font-lock-constant-face):
19407 Use `min-colors'.
19408
19409 * isearch.el (isearch, isearch-lazy-highlight-face): Use `min-colors'.
19410
19411 2004-02-25 Vinicius Jose Latorre <viniciusjl@ig.com.br>
19412
19413 * progmodes/ebnf2ps.el: Doc fix. For compatibility with Emacs 20,
19414 define assq-delete-all if it's not defined.
19415 (ebnf-generate-region): Code fix.
19416
19417 * printing.el: Doc fix.
19418 (pr-version): New version number (6.7.2).
19419 (pr-command): Return empty string if command is an empty string.
19420
19421 2004-02-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
19422
19423 * progmodes/ebnf-abn.el: New file, implements an ABNF parser.
19424
19425 * progmodes/ebnf2ps.el: Doc fix. Accept ABNF (Augmented BNF). New
19426 arrow shapes: semi-up-hollow, semi-up-full, semi-down-hollow and
19427 semi-down-full. Fix a bug on productions like test = {"test"}* | (
19428 "tt" ["test"] ). Reported by Markus Dreyer
19429 <mdreyer@ix.urz.uni-heidelberg.de>.
19430 (ebnf-version): New version number (4.0).
19431 (ebnf-print-directory, ebnf-print-file, ebnf-spool-directory)
19432 (ebnf-spool-file, ebnf-eps-directory, ebnf-eps-file)
19433 (ebnf-delete-style): New commands.
19434 (ebnf-directory, ebnf-file): New funs.
19435 (ebnf-special-show-delimiter, ebnf-file-suffix-regexp)
19436 (ebnf-production-name-p, ebnf-stop-on-error): New options.
19437 (ebnf-syntax-alist): New var.
19438 (ebnf-element-width): New fun replacing ebnf-list-width.
19439 (ebnf-arrow-shape, ebnf-syntax): Custom fix.
19440 (ebnf-style-custom-list, ebnf-style-database, ebnf-arrow-shape-alist)
19441 (ebnf-prologue): Adjust vars.
19442 (ebnf-setup, ebnf-insert-style, ebnf-merge-style, ebnf-apply-style)
19443 (ebnf-reset-style, ebnf-push-style, ebnf-pop-style)
19444 (ebnf-check-style-values, ebnf-generate-production)
19445 (ebnf-generate-region, ebnf-production-dimension, ebnf-justify-list)
19446 (ebnf-make-terminal1, ebnf-make-or-more1, ebnf-make-repeat)
19447 (ebnf-token-repeat): Code fix.
19448
19449 * progmodes/ebnf-yac.el: Doc fix. Handle Bison pragmas %nonassoc,
19450 %right, %left and %prec. Suggested by Matthew K. Junker
19451 <junker@alum.mit.edu>.
19452 (ebnf-yac-definitions, ebnf-yac-lex): Code fix.
19453
19454 * progmodes/ebnf-iso.el: Doc fix.
19455 (ebnf-iso-token-table, ebnf-iso-non-terminal-chars): Adjust vars.
19456 (ebnf-iso-lex): Code fix.
19457
19458 * progmodes/ebnf-bnf.el: Doc fix.
19459 (ebnf-bnf-lex): Code fix.
19460
19461 * progmodes/ebnf-otz.el: Doc fix.
19462
19463 2004-02-23 Luc Teirlinck <teirllm@auburn.edu>
19464
19465 * abbrev.el (write-abbrev-file): Make argument optional. Doc fix.
19466 (abbrev-prefix-mark): Doc fix.
19467
19468 2004-02-23 Nick Roberts <nick@nick.uklinux.net>
19469
19470 * gdb-ui.el (gud-watch): Load tooltip, if necessary.
19471 (gdb-var-create-handler): Force speedbar-update-flag to be non-nil.
19472 (gdb-var-delete): Make interactive (really).
19473 (gdb-edit-value): Make non-interactive.
19474
19475 * progmodes/gud.el (gud-speedbar-menu-items):
19476 Add gdb-var-delete and, indirectly, gdb-edit-value.
19477 (gud-install-speedbar-variables): Bind gdb-var-delete to "D".
19478 (gud-speedbar-buttons): Remove gdb-var-delete from tag-line.
19479 (gud-gdb-marker-filter): Add comment for annotations.
19480
19481 2004-02-23 Glenn Morris <gmorris@ast.cam.ac.uk>
19482
19483 * calendar/calendar.el (generate-calendar)
19484 (calendar-read-date): Prevent display of BC calendars once more -
19485 reverts 2003-10-01 change.
19486 (generate-calendar-month): Doc fix.
19487
19488 2004-02-03 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
19489
19490 * calendar/diary-lib.el (fancy-diary-display): Don't rely on
19491 return value of increment-calendar-month.
19492
19493 2004-02-21 Stephen Compall <s11@member.fsf.org>
19494
19495 * saveplace.el (save-place-forget-unreadable-files)
19496 (save-place-save-skipped, save-place-skip-check-regexp): New vars.
19497 (save-place-forget-unreadable-files): New function.
19498 (save-place-alist-to-file): Use it to filter out files that are
19499 no longer readable.
19500
19501 * textmodes/texinfo.el (texinfo-insert-@item): Look for the
19502 current Texinfo environment, using the same method as in
19503 `texinfo-insert-@end', and insert a space rather than a newline if
19504 point in a @table environment.
19505
19506 2004-02-21 Juri Linkov <juri@jurta.org>
19507
19508 * ffap.el (ffap-file-at-point): Try parent directories.
19509
19510 2004-02-21 Klaus Zeitler <kzeitler@lucent.com>
19511
19512 * vcursor.el (vcursor-modifiers): New defcustom.
19513 (vcursor-cs-binding): Use vcursor-modifiers instead of a
19514 hard-coded list.
19515
19516 2004-02-21 Masatake YAMATO <jet@gyve.org>
19517
19518 * play/animate.el (animate-birthday-present): Accept names other
19519 than `Sarah', too.
19520
19521 2004-02-21 Juri Linkov <juri@jurta.org>
19522
19523 * startup.el: Remove table of command line arguments from the
19524 Commentary section.
19525
19526 2004-02-20 John Wiegley <johnw@newartisans.com>
19527
19528 * eshell/em-pred.el (eshell-modifier-alist): Change the "eval
19529 again" modifier from 'e' to 'E', since 'e' is also used by the
19530 "file extension" modifier.
19531
19532 2004-02-19 Luc Teirlinck <teirllm@auburn.edu>
19533
19534 * help-fns.el (describe-categories): Doc fix.
19535
19536 2003-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
19537
19538 * ediff-util.el (ediff-compute-custom-diffs-maybe): Avoid creating
19539 temporary file for buffer already visiting one. This change makes
19540 output likely to be directly usable by patch program.
19541 Suggested by Adrian Aichner <adrian@xemacs.org>
19542
19543 2004-02-20 Nick Roberts <nick@nick.uklinux.net>
19544
19545 * gdb-ui.el (gdb-use-colon-colon-notation): Set default to nil for
19546 case of variables defined in compound statements.
19547 (gdb-setup-windows, gdb-source-info, gdb-source-info):
19548 Simplify constructions using switch-to-buffer.
19549
19550 2004-02-19 Simon Josefsson <jas@extundo.com>
19551
19552 * play/morse.el: Fix typo.
19553 (morse-code): Add @.
19554
19555 2004-02-19 Glenn Morris <gmorris@ast.cam.ac.uk>
19556
19557 * calendar/appt.el (appt-display-format): Change default to
19558 'ignore, for backwards compatibility.
19559 (appt-display-message): If appt-display-format is 'ignore,
19560 respect old vars appt-msg-window and appt-visible.
19561 (appt-activate): Don't depend on return value of cancel-timer.
19562
19563 * calendar/calendar.el (calendar-holidays): Doc fix.
19564
19565 * calendar/cal-coptic.el (coptic-prompt-for-date):
19566 Use assoc-string instead of assoc-ignore-case.
19567 * calendar/cal-french.el (calendar-goto-french-date): Ditto.
19568 * calendar/cal-hebrew.el (calendar-goto-hebrew-date)
19569 (mark-hebrew-diary-entries, list-yahrzeit-dates): Ditto.
19570 * calendar/cal-islam.el (calendar-goto-islamic-date)
19571 (mark-islamic-diary-entries): Ditto.
19572 * calendar/cal-julian.el (calendar-goto-julian-date): Ditto.
19573 * calendar/cal-mayan.el (calendar-read-mayan-haab-date)
19574 (calendar-read-mayan-tzolkin-date): Ditto.
19575 * calendar/calendar.el (calendar-read-date): Ditto.
19576 * calendar/diary-lib.el (mark-diary-entries): Ditto.
19577
19578 2004-02-18 Markus Rost <rost@mathematik.uni-bielefeld.de>
19579
19580 * progmodes/executable.el (executable-command-find-posix-p):
19581 Fix choice of the directory.
19582
19583 2004-02-17 Luc Teirlinck <teirllm@auburn.edu>
19584
19585 * simple.el (interprogram-cut-function)
19586 (interprogram-paste-function, kill-new, kill-append):
19587 Doc fixes.
19588 (kill-region): Make it return nil. Doc fix.
19589 (yank-pop): Make its argument optional.
19590 (yank): Make ARG `-' equivalent to `-1'.
19591
19592 2004-02-17 Eli Zaretskii <eliz@gnu.org>
19593
19594 * mail/rmail.el (rmail-get-new-mail): Don't reference
19595 rmail-use-spam-filter if rmail-spam-filter is not loaded.
19596
19597 2004-02-16 Luc Teirlinck <teirllm@auburn.edu>
19598
19599 * autorevert.el (auto-revert-buffer-p): Only revert dired buffers
19600 if one of global-auto-revert-non-file-buffers or autorevert-mode
19601 is non-nil.
19602
19603 2004-02-16 Eli Zaretskii <eliz@gnu.org>
19604
19605 * subr.el (delete-dups): A better implementation from Karl Heuer
19606 <kwzh@gnu.org>.
19607
19608 2004-02-16 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
19609
19610 * net/telnet.el (telnet-interrupt-subjob): Move doc string to the
19611 correct place.
19612 * progmodes/icon.el (icon-indent-command): Ditto.
19613 * textmodes/paragraphs.el (repunctuate-sentences): Ditto.
19614
19615 2004-02-16 Eli Zaretskii <eliz@gnu.org>
19616
19617 * progmodes/grep.el (grep-compute-defaults): Undo change from
19618 2004-01-29: don't use executable-command-find-posix-p.
19619
19620 2004-02-16 Richard Sharman <rsharman@pobox.com>
19621
19622 * hilit-chg.el: Use require instead of eval-and-compile.
19623 (highlight-compare-buffers): New function.
19624
19625 2004-02-16 John Basrai <jbasrai@comcast.net> (tiny change)
19626
19627 * man.el (Man-fontify-manpage): Render section headings in
19628 `Man-overstrike-face' even when overstrike was not used by man
19629 formatter for section headings.
19630
19631 2004-02-16 Eli Tziperman <eli@deas.harvard.edu>
19632
19633 * rmail-spam-filter.el (vm-use-spam-filter)
19634 (rsf-min-region-length-added-to-spam-list): New variables.
19635 (rsf-bbdb-auto-delete-spam-bbdb-entries): Rename from
19636 rmail-bbdb-auto-delete-spam-entries. Add cc: to recipients for
19637 spam testing. Don't delete spam message if automatic deletion
19638 after output via variable rmail-delete-after-output is turned on.
19639 (rsf-bbdb-dont-create-entries-for-deleted-messages): Rename from
19640 rsf-bbdb-dont-create-entries-for-spam.
19641 (check-field): New function, extracted from code in
19642 rmail-spam-filter to ease addition of header fields like content-type.
19643 (message-content-type): New variable to check the content-type:
19644 field added, also in defcustom of rsf-definitions-alist.
19645 (rmail-spam-filter): Replace repeated test code for header fields
19646 by calls to check-field; change the call to
19647 rmail-output-to-rmail-file such that rmail-current-message stays
19648 the same to avoid wrong deletion of unseen flags.
19649 (rsf-add-contents-type): New function to convert old format
19650 of rmail-spam-definitions-alist into new one.
19651 Change prefixes of all variables and functions from
19652 rmail-spam-filter- or spam-filter- or rmail-spam- to rsf-.
19653
19654 2004-02-16 Eli Zaretskii <eliz@gnu.org>
19655
19656 * loadhist.el (unload-hook-features-list): New defvar.
19657
19658 2004-02-16 Dave Love <fx@gnu.org>
19659
19660 * loadhist.el (unload-feature): Doc fix. Rename flist to
19661 unload-hook-features-list.
19662
19663 2004-02-16 Jay Belanger <belanger@truman.edu> (tiny change)
19664
19665 * calc/calc-embed.el (calc-do-embedded-activate): Add autoload
19666 cookie. Don't check if we are looking-at open-formula.
19667
19668 2004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change)
19669
19670 * subr.el (match-string-no-properties): Use substring-no-properties.
19671
19672 2004-02-16 Eli Zaretskii <eliz@gnu.org>
19673
19674 * emacs-lisp/rx.el (rx-check, rx-check-any, rx-check-not)
19675 (rx-repeat, rx-check-backref, rx-syntax, rx-to-string):
19676 Use lower-case "rx" in all error message.
19677
19678 2004-02-16 Dave Love <fx@gnu.org>
19679
19680 * emacs-lisp/rx.el (rx-or): Put group around result.
19681 (rx-constituents): Add backref.
19682 (rx-syntax): Add string-delimiter, comment-delimiter.
19683 (rx-categories): Add combining-diacritic.
19684 (rx-check-not, rx-greedy, rx): Doc fix.
19685 (rx-backref, rx-check-backref): New.
19686
19687 2004-02-16 Jesper Harder <harder@ifa.au.dk>
19688
19689 * newcomment.el (uncomment-region): Allow eob as comment end.
19690
19691 2004-02-16 Jari Aalto <jari.aalto@poboxes.com>
19692
19693 * filecache.el: All message and error commands now use prefix
19694 "Filecache:" to make it easy to read *Messages* buffer.
19695
19696 2004-02-16 Jari Aalto <jari.aalto@poboxes.com>
19697
19698 * autorevert.el: Add support to detect changed dired and VC buffers.
19699 (auto-revert-active-p, auto-revert-list-diff)
19700 (auto-revert-dired-file-list, auto-revert-dired-changed-p)
19701 (auto-revert-handler, auto-revert-active-p): New functions.
19702 (auto-revert-buffers): Move revert logic to `auto-revert-handler'
19703 and `auto-revert-active-p'.
19704 (eval-when-compile): Defvar dired-directory and vc-mode.
19705 (auto-revert-vc-cvs-file-version, auto-revert-vc-buffer-p)
19706 (auto-revert-handler-vc): New functions.
19707
19708 2004-02-16 Alfred M. Szmidt <ams@kemisten.nu> (tiny change)
19709
19710 * progmodes/compile.el (compilation-directory): New defvar.
19711 (compile): Save current directory in compilation-directory.
19712 (recompile): Bind default-directory to compilation-directory if
19713 that is non-nil.
19714
19715 2004-02-16 Dave Love <fx@gnu.org>
19716
19717 * newcomment.el (comment-insert-comment-function)
19718 (comment-region-function, uncomment-region-function): New.
19719 (comment-indent): Use comment-insert-comment-function.
19720 (uncomment-region): Use uncomment-region-function.
19721 (comment-region): Use comment-region-function.
19722
19723 * emacs-lisp/rx.el (rx-not): Bind case-fold-search to nil.
19724
19725 2004-02-16 Richard Stallman <rms@gnu.org>
19726
19727 * Makefile.in (TAGS, TAGS-LISP): Filter out of `els' only
19728 loaddefs* and ldefs-boot*.
19729
19730 2004-02-16 Eli Zaretskii <eliz@gnu.org>
19731
19732 * mail/mail-utils.el (rmail-dont-reply-to): Anchor user login name
19733 and email address at the beginning and end of the address.
19734
19735 * mail/rmail.el (rmail-default-dont-reply-to-names): Make "info-"
19736 anchored at the beginning of the email address.
19737
19738 2004-02-16 TAKAI Kousuke <tak@kmc.gr.jp> (tiny change)
19739
19740 * international/ccl.el (ccl-compile-write): Pass `left' to
19741 ccl-embed-code to generate correct code of write-expr-register.
19742
19743 2004-02-15 Dan Nicolaescu <dann@ics.uci.edu> (tiny change)
19744
19745 * progmodes/grep.el (grep-compute-defaults): Fix typos.
19746
19747 2004-02-15 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
19748
19749 * x-dnd.el: Mention support for Motif in commentary.
19750 (x-dnd-handle-drag-n-drop-event): Ditto.
19751
19752 2004-02-14 Jonathan Yavner <jyavner@member.fsf.org>
19753
19754 * ses.el: Use "ses--" prefixes for buffer-local variables.
19755 Use (point-min) instead of 1, even when we know the buffer
19756 is unnarrowed.
19757 (ses-build-load-map): Delete. Distribute its content to defconsts for
19758 the three maps.
19759 (ses-menu, ses-header-line-menu): New menus.
19760 (ses-mode-map): Use them.
19761 (ses-read-number) New fun. Duplicates code from interactive "N" spec.
19762
19763 2004-02-14 Martin Stjernholm <bug-cc-mode@gnu.org>
19764
19765 * Makefile.in: Fix the CC Mode recompile kludge so it works
19766 when building in a different directory.
19767
19768 2004-02-13 Luc Teirlinck <teirllm@auburn.edu>
19769
19770 * simple.el (kill-new): Put yank-handler property on the entire string.
19771
19772 2004-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
19773
19774 * diff.el: Don't use compile any more, use diff-mode instead.
19775 (diff-regexp-alist, diff-old-file, diff-new-file)
19776 (diff-parse-differences, diff-process-setup): Remove.
19777 (diff-sentinel): New fun.
19778 (diff): Use it. Run the process ourselves.
19779 Use diff-mode for the rest of the processing.
19780
19781 * diff.el (diff): Simplify code handling `switch'.
19782
19783 2004-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
19784
19785 * pcvs-defs.el (cvs-menu): Add `tag'.
19786
19787 2004-02-11 Luc Teirlinck <teirllm@auburn.edu>
19788
19789 * simple.el (kill-append): Doc fix.
19790
19791 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
19792 Adapt outline-regexp to the new conventions for commenting out code.
19793
19794 2004-02-11 John Paul Wallington <jpw@gnu.org>
19795
19796 * mail/smtpmail.el (smtpmail-try-auth-methods): Fix typo.
19797
19798 2004-02-10 Stefan Monnier <monnier@iro.umontreal.ca>
19799
19800 * diff.el (diff-switches): New fun.
19801 (diff, diff-backup): Use it.
19802 (diff): Clean up the args construction. Use backquote.
19803 Use listp instead of consp to avoid putting a nil arg.
19804 (diff): Add a revert-buffer function.
19805
19806 2004-02-10 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
19807
19808 * x-dnd.el (x-dnd-types-alist): Add COMPOUND_TEXT, FILE_NAME
19809 handled by x-dnd-handle-file-name.
19810 (x-dnd-known-types): Add COMPOUND_TEXT.
19811 (x-dnd-init-frame): Call x-dnd-init-motif-for-frame.
19812 (x-dnd-get-state-cons-for-frame): Must do copy-sequence on
19813 x-dnd-empty-state.
19814 (x-dnd-forget-drop): Ditto.
19815 (x-dnd-save-state): Add optional parameter extra-data (for Motif).
19816 (x-dnd-handle-one-url): Return private when inserting text.
19817 (x-dnd-insert-ctext): New function.
19818 (x-dnd-handle-file-name): New function for FILE_NAME.
19819 (x-dnd-handle-drag-n-drop-event): Add Motif, remove call to error.
19820 (x-dnd-init-motif-for-frame, x-dnd-get-motif-value)
19821 (x-dnd-motif-value-to-list, x-dnd-handle-motif): New functions.
19822
19823 2004-02-10 Kenichi Handa <handa@m17n.org>
19824
19825 * term/x-win.el (x-select-utf8-or-ctext): Use compare-strings
19826 instead of while loop.
19827
19828 2004-02-10 Miles Bader <miles@gnu.org>
19829
19830 * emacs-lisp/macroexp.el: New file, implements `macroexpand-all'.
19831
19832 2004-02-09 Kenichi Handa <handa@m17n.org>
19833
19834 * tar-mode.el (tar-extract): Fix for the case that a file doesn't
19835 have end-of-line.
19836
19837 2004-02-09 Martin Stjernholm <bug-cc-mode@gnu.org>
19838
19839 * Makefile.in: Added extra dependencies in the recompile target
19840 needed to cope with the compile time macro expansions in CC Mode.
19841
19842 2004-02-09 Kim F. Storm <storm@cua.dk>
19843
19844 * fringe.el (no-fringe-bitmap, undef-fringe-bitmap)
19845 (left-truncation-fringe-bitmap, right-truncation-fringe-bitmap)
19846 (up-arrow-fringe-bitmap, down-arrow-fringe-bitmap)
19847 (continued-line-fringe-bitmap, continuation-line-fringe-bitmap)
19848 (overlay-arrow-fringe-bitmap, top-left-angle-fringe-bitmap)
19849 (top-right-angle-fringe-bitmap, bottom-left-angle-fringe-bitmap)
19850 (bottom-right-angle-fringe-bitmap, left-bracket-fringe-bitmap)
19851 (right-bracket-fringe-bitmap, filled-box-cursor-fringe-bitmap)
19852 (hollow-box-cursor-fringe-bitmap, hollow-square-fringe-bitmap)
19853 (bar-cursor-fringe-bitmap, hbar-cursor-fringe-bitmap)
19854 (empty-line-fringe-bitmap): Define standard fringe bitmaps id's.
19855
19856 2004-02-08 Stefan Monnier <monnier@iro.umontreal.ca>
19857
19858 * window.el (window-safely-shrinkable-p): Don't change the buffer-list.
19859 Don't allow shrink if there's a window on our right.
19860
19861 * progmodes/prolog.el (prolog-program-name): Use gprolog if available.
19862 (prolog-mode-syntax-table, prolog-mode-abbrev-table, prolog-mode-map):
19863 Bring together declaration and initialization.
19864 (prolog-mode-variables): Don't set the syntax table.
19865 Don't set paragraph-start and comment-indent-function.
19866 Add /*..*/ to the comment regexps.
19867 (prolog-mode-commands): Remove. Do it during init of prolog-mode-map.
19868 (prolog-mode-map): Don't bind TAB.
19869 (prolog-mode): Set the syntax table.
19870 (prolog-comment-indent): Remove.
19871 (inferior-prolog-mode-map): Initialize in the declaration.
19872 (inferior-prolog-mode-syntax-table)
19873 (inferior-prolog-mode-abbrev-table): New vars.
19874 (inferior-prolog-mode): Derive from comint-mode.
19875 (run-prolog): Avoid switch-to-buffer which can fail in dedicated and
19876 minibuffer windows.
19877
19878 * progmodes/grep.el (grep-regexp-alist): Allow :, \t and (
19879 in file names, as long as it is unambiguous.
19880
19881 2004-02-08 Andreas Schwab <schwab@suse.de>
19882
19883 * textmodes/reftex-toc.el
19884 (reftex-toc-load-all-files-for-promotion): Remove useless use of
19885 format. Doc fix.
19886
19887 * textmodes/refer.el (refer-find-entry-internal): Remove extra
19888 format string arguments.
19889
19890 * tar-mode.el (tar-parse-octal-integer-safe): Add missing format
19891 string argument.
19892
19893 * progmodes/xscheme.el (verify-xscheme-buffer): Fix format strings.
19894
19895 * play/zone.el (zone-call): Fix format string.
19896
19897 * net/webjump.el (webjump-builtin): Add missing format string argument.
19898
19899 * midnight.el (midnight-delay-set): Remove extra format string argument.
19900
19901 * mail/rmail.el (rmail-get-new-mail): Remove useless use of format.
19902
19903 * hexl.el (hexl-insert-char): Add missing format string argument.
19904
19905 * format.el (format-decode): Fix format string.
19906
19907 * emulation/vi.el (vi-mode): Remove extra format string argument.
19908 (vi-repeat-last-search): Likewise.
19909 (vi-reverse-last-search): Likewise.
19910 (vi-goto-mark): Likewise.
19911 (vi-reverse-last-find-char): Likewise.
19912 (vi-repeat-last-find-char): Likewise.
19913 (vi-locate-def): Likewise.
19914
19915 * emacs-lisp/lisp-mnt.el (lm-verify): Remove useless use of format.
19916
19917 * ediff-util.el (ediff-toggle-read-only): Remove extra format
19918 string argument.
19919 (ediff-toggle-regexp-match): Likewise.
19920
19921 * dired-aux.el (dired-do-query-replace-regexp): Add missing
19922 format string argument.
19923
19924 * calc/calc-map.el (calc-get-operator): Remove extra format
19925 string argument.
19926
19927 * calc/calc-forms.el (calc-convert-time-zones): Fix format string.
19928
19929 * calc/calc-ext.el (calc-do-prefix-help): Remove extra format
19930 string argument.
19931
19932 * eshell/esh-mode.el (eshell-send-invisible): Fix format string.
19933
19934 * eshell/em-hist.el (eshell-hist-word-reference): Fix format string.
19935
19936 * emulation/viper-ex.el (ex-mark): Remove extra format string argument.
19937
19938 * emacs-lisp/cl-macs.el (defstruct): Remove extra format string arg.
19939 (cl-struct-setf-expander): Likewise.
19940
19941 * vc.el (with-vc-file): Fix unsafe uses of error.
19942 (vc-cancel-version): Likewise.
19943
19944 2004-02-08 Jan Nieuwenhuizen <jan.nieuwenhuizen@aspiratie.nl> (tiny change)
19945
19946 * progmodes/gud.el (gud-jdb-marker-filter): Add period as optional
19947 thousands separator; fixes <class>:<line-number> regexp for
19948 non-english locales.
19949
19950 2004-02-08 Andreas Schwab <schwab@suse.de>
19951
19952 * view.el (view-mode-enable): Revert previous change.
19953
19954 2004-02-07 Kim F. Storm <storm@cua.dk>
19955
19956 * simple.el (line-number-at-pos): Rename from line-at-pos.
19957 Uses changed (what-line and vc-annotate-warp-version).
19958
19959 2004-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
19960
19961 * diff-mode.el (diff-file-regexp-alist, diff-error-regexp-alist)
19962 (diff-mode): Remove aborted attempt at support for compile.el.
19963 (diff-mode, diff-minor-mode): Avoid obsolete write-contents-hooks.
19964
19965 2004-02-06 Andreas Schwab <schwab@suse.de>
19966
19967 * view.el (view-mode-enable): Add view-mode-map to
19968 minor-mode-overriding-map-alist.
19969
19970 2004-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
19971
19972 * x-dnd.el (x-dnd-get-local-file-name): Fix byte compiler warning
19973
19974 2004-02-04 Stefan Monnier <monnier@iro.umontreal.ca>
19975
19976 * progmodes/cperl-mode.el (cperl-fill-paragraph): Call fill-paragraph
19977 with point inside rather than after the paragraph.
19978
19979 2004-02-04 Sam Steingold <sds@gnu.org>
19980
19981 * mail/smtpmail.el (smtpmail-try-auth-methods):
19982 Do not try authentication when no mechanism is available.
19983 Pass port-name as defaultport to `netrc-machine'.
19984
19985 2004-02-04 Stephen Eglen <stephen@gnu.org>
19986
19987 * iswitchb.el (iswitchb-minibuffer-setup-hook): Update doc string
19988 to show how minibuffer height can be constrained.
19989
19990 2004-02-04 John Paul Wallington <jpw@gnu.org>
19991
19992 * files.el (auto-mode-alist): Fix .scm, .stk, .ss, .sch entry.
19993
19994 2004-02-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
19995
19996 * x-dnd.el: New file for drag and drop.
19997
19998 * term/x-win.el: require x-dnd, set after-make-frame-functions
19999 to x-dnd-init-frame, let x-dnd-handle-drag-n-drop-event handle
20000 drag-n-drop event.
20001
20002 * dired.el (dired-dnd-test-function, dired-dnd-popup-notice)
20003 (dired-dnd-do-ask-action, dired-dnd-handle-local-file)
20004 (dired-dnd-handle-file): New functions for drag and drop support.
20005 (dired-mode): Initialize drag and drop if x-dnd present.
20006
20007 2004-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
20008
20009 * progmodes/cperl-mode.el (cperl-mode-map, cperl-do-auto-fill)
20010 (cperl-menu): Use fill-paragraph, not cperl-fill-paragraph.
20011 (cperl-mode): Set fill-paragraph-function.
20012 (cperl-fill-paragraph): Make it non-interactive.
20013
20014 2004-02-02 Benjamin Rutt <brutt@bloomington.in.us>
20015
20016 * diff-mode.el (diff-mode-shared-map): Bind q to `quit-window'.
20017
20018 2004-02-02 David Kastrup <dak@gnu.org>
20019
20020 * replace.el (perform-replace): Allow 'literal argument in
20021 regexp-flag to indicate literal replacement.
20022 (query-replace-regexp-eval): Use it.
20023
20024 2004-02-01 Andreas Schwab <schwab@suse.de>
20025
20026 * progmodes/executable.el (executable-command-find-posix-p): Doc fix.
20027
20028 2004-02-01 Stephen Eglen <stephen@gnu.org>
20029
20030 * info-look.el: Add support for maxima-mode. Update commentary
20031 because info-lookup-symbol is now bound to C-h S.
20032
20033 2004-01-31 Luc Teirlinck <teirllm@auburn.edu>
20034
20035 * simple.el (edit-and-eval-command): Bind print-level and
20036 minibuffer-history-sexp-flag around call to read-from-minibuffer.
20037 Correct initial position in command-history.
20038
20039 2004-01-30 Luc Teirlinck <teirllm@auburn.edu>
20040
20041 * files.el (read-directory-name): Adapt the docstring to recent
20042 change in Fread_file_name.
20043
20044 2004-01-30 Jonathan Yavner <jyavner@member.fsf.org>
20045
20046 * ses.el (ses-print-cell): If print format too wide for column
20047 width, truncate decimal places if that helps to avoid "#####" fill.
20048 * ses.el (ses-initial-column-width): Revert previous change.
20049
20050 2004-01-29 Stefan Monnier <monnier@iro.umontreal.ca>
20051
20052 * jit-lock.el (jit-lock-context-time, jit-lock-context-timer): New var.
20053 (with-buffer-unmodified, with-buffer-prepared-for-jit-lock):
20054 Add edebug info.
20055 (jit-lock-mode): Setup/cancel the new timer.
20056 (jit-lock-context-fontify): New fun. Extracted from
20057 context fontification code of jit-lock-stealth-fontify.
20058 (jit-lock-stealth-fontify): Don't do context fontification any more.
20059
20060 * jit-lock.el (jit-lock-stealth-fontify): Allow quit.
20061 (jit-lock-fontify-now): Handle the `quit' case.
20062 (jit-lock-contextually): Rename from jit-lock-defer-contextually.
20063
20064 2004-01-29 Jari Aalto <jari.aalto@poboxes.com>
20065
20066 * progmodes/executable.el (executable-command-find-posix-p):
20067 New. Check if find handles arguments Posix-style.
20068
20069 * progmodes/grep.el (grep-compute-defaults):
20070 Use executable-command-find-posix-p.
20071 (grep-find): Check `grep-find-command'.
20072
20073 * filecache.el (file-cache-find-posix-p): Delete.
20074 (file-cache-add-directory-using-find):
20075 Use `executable-command-find-posix-p'.
20076
20077 2004-01-29 Dave Love <fx@gnu.org>
20078
20079 * emacs-lisp/lisp.el (beginning-of-defun-raw, end-of-defun):
20080 Iterate the hook function if arg is given.
20081 (mark-defun, narrow-to-defun): Change order of finding the limits.
20082
20083 * emacs-lisp/bytecomp.el (byte-compile-compatibility): Doc fix.
20084 (byte-compile-format-warn): New.
20085 (byte-compile-callargs-warn): Use it.
20086 (Format, message, error): Add byte-compile-format-like property.
20087 (byte-compile-maybe-guarded): New.
20088 (byte-compile-if, byte-compile-cond): Use it.
20089 (byte-compile-lambda): Compile interactive forms,
20090 just to make warnings about them.
20091
20092 2004-01-29 Jonathan Yavner <jyavner@member.fsf.org>
20093
20094 * ses.el (ses-initial-column-width): Increase to 14, so it will
20095 work well with the default printer of "%.7g" for extreme values
20096 like "-1.234567e+07".
20097
20098 2004-01-29 Kenichi Handa <handa@m17n.org>
20099
20100 * term/x-win.el (x-selection-value): Optimize for ASCII only case.
20101
20102 2004-01-28 Peter 'Luna' Runestig <peter@runestig.com>
20103
20104 * dos-w32.el: Added support for the `default-printer-name' function.
20105
20106 2004-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
20107
20108 * server.el (server-socket-name): Don't use the hostname in the
20109 socket name since /tmp is local to the host anyway.
20110
20111 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Use a more
20112 robust check of widening and fix var-naming.
20113
20114 2004-01-27 Eli Tziperman <eli@deas.harvard.edu>
20115
20116 * rmail-spam-filter.el: Change rmail-spam-filter- or spam-filter-
20117 or rmail-spam- to rsf- in all function and variable names.
20118 (rsf-min-region-to-spam-list): New variable.
20119 (rsf-bbdb-auto-delete-spam-entries): Rename from
20120 rmail-bbdb-auto-delete-spam-bbdb-entries. The cc: field is
20121 scanned together with the recipients field for spam testing; Don't
20122 delete spam message if rmail-delete-after-output is non-nil;
20123 (rsf-check-field): New function, extracted from code in
20124 rmail-spam-filter to ease addition of header fields like
20125 content-type:;
20126 (message-content-type): New variable. The content-type: field was
20127 added also in defcustom of rsf-definitions-alist;
20128 (rmail-spam-filter): Replace repeated test code for header fields
20129 by calls to check-field; change the call to
20130 rmail-output-to-rmail-file such that rmail-current-message stays
20131 the same to avoid wrong deletion of unseen flags.
20132 (rmail-use-spam-filter): Add autoload cookie.
20133
20134 2004-01-27 Jari Aalto <jari.aalto@poboxes.com>
20135
20136 * filecache.el (file-cache-find-posix-p): New function. Detect Cygwin.
20137 (file-cache-add-directory-using-find): Add Cygwin support.
20138 (file-cache-find-command-posix-flag): New user variable.
20139
20140 * filecache.el (file-cache-add-directory): Check for
20141 directories an remove them from dir-files.
20142
20143 2004-01-27 Richard M. Stallman <rms@gnu.org>
20144
20145 * man.el (Man-fontify-manpage): Clean up message.
20146
20147 2004-01-27 Kenichi Handa <handa@m17n.org>
20148
20149 * textmodes/paragraphs.el (sentence-end-without-space): New variable.
20150 (sentence-end): Define using sentence-end-without-space.
20151
20152 * textmodes/fill.el (fill-delete-newlines): Don't add a space if
20153 a sentence ends with one of a character in sentence-end-without-space.
20154
20155 2004-01-26 Stefan Monnier <monnier@iro.umontreal.ca>
20156
20157 * font-lock.el (font-lock): Add jit-lock as explicit group member.
20158 (jit-lock): Group declaration moved to jit-lock.el.
20159 (toplevel): Don't explicitly require jit-lock, since it's autoloaded
20160 when necessary.
20161
20162 * jit-lock.el (jit-lock): Move group declaration from font-lock.el.
20163 (jit-lock-context-unfontify-pos): Rename from
20164 jit-lock-first-unfontify-pos.
20165 (jit-lock-defer-buffers): Rename from jit-lock-buffers.
20166
20167 2004-01-25 Glenn Morris <gmorris@ast.cam.ac.uk>
20168
20169 * progmodes/fortran.el (fortran-break-before-delimiters): Doc fix.
20170 (fortran-break-delimiters-re, fortran-no-break-re): New consts.
20171 (fortran-fill): When filling a string, adjust re-search-backward
20172 argument for special case of string just on fill-column.
20173 When filling non-string, allow one extra char if
20174 fortran-break-before-delimiters is non-nil.
20175 Suggested by Michael Hagemann <michael.hagemann@unibas.ch>.
20176 Use fortran-break-delimiters-re and fortran-no-break-re to
20177 correctly handle cases such as "**".
20178
20179 * progmodes/f90.el (f90-break-delimiters): Doc fix.
20180 (f90-no-break-re): Add some extra tokens. Doc fix.
20181
20182 2004-01-24 Thien-Thi Nguyen <ttn@gnu.org>
20183
20184 * mail/rmail-spam-filter.el:
20185 Use two semicolons as Commentary line prefix.
20186 Add ";;; Code:" stylized comment.
20187 Delete end-of-line whitespace.
20188 Wrap (require 'cl) with `eval-when-compile'.
20189
20190 2004-01-23 Benjamin Rutt <brutt@bloomington.in.us>
20191
20192 * vc.el (vc-annotate): Fix improper use of `make-local-variable'
20193 at the top level of vc.el.
20194
20195 2004-01-23 Andre Spiegel <spiegel@gnu.org>
20196
20197 * vc.el (vc-current-line): Function removed. This is now done by
20198 the new function line-at-pos in simple.el.
20199 (vc-annotate-warp-version): Use line-at-pos instead of
20200 vc-current-line.
20201
20202 2004-01-22 Kim F. Storm <storm@cua.dk>
20203
20204 * simple.el (line-at-pos): New defun.
20205 (what-line): Use it. Optimize by only counting lines in narrowed
20206 region once.
20207
20208 2004-01-22 Kenichi Handa <handa@m17n.org>
20209
20210 * language/cyrillic.el (ccl-encode-windows-1251-font): Rearrange code
20211 point (register r1) only for charset mule-unicode-0100-24ff.
20212
20213 2004-01-21 Markus Rost <rost@mathematik.uni-bielefeld.de>
20214
20215 * mail/rmail.el (rmail-convert-to-babyl-format): Avoid deleting
20216 trailing white space and ensure a final newline.
20217
20218 * mail/rmail-spam-filter.el (rmail-use-spam-filter):
20219 Add autoload cookie.
20220
20221 2004-01-21 Benjamin Rutt <brutt@bloomington.in.us>
20222
20223 * vc.el (vc-annotate-mode): Inherit from fundamental-mode and
20224 activate view-mode explicitly.
20225
20226 2004-01-21 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
20227
20228 * term/x-win.el (x-clipboard-yank, menu-bar-edit-menu): Call
20229 menu-bar-enable-clipboard and make Paste use clipboard first.
20230
20231 2004-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
20232
20233 * vc-mcvs.el (vc-mcvs-mode-line-string): Remove. Does not work.
20234 (vc-mcvs-workfile-version): Manually macro expand vc-mcvs-cvs.
20235 (vc-mcvs-cvs): Remove.
20236 (vc-mcvs-command): Remove use of assert.
20237
20238 * outline.el (outline-insert-heading): Tighten up match.
20239 (outline-demote, outline-move-subtree-down): Don't assume anything
20240 about outline-regexp.
20241
20242 * textmodes/texinfo.el (texinfo-mode): Remove ^ from outline-regexp.
20243 (texinfo-show-structure): Explicitly add ^, and simplify.
20244
20245 2004-01-20 Glenn Morris <gmorris@ast.cam.ac.uk>
20246
20247 * calendar/appt.el (appt-check): Restore usage of
20248 appt-issue-message deleted in previous change.
20249 (top-level): Activate package when loaded (needed for backwards
20250 compatibility).
20251
20252 2004-01-20 Jesper Harder <harder@ifa.au.dk>
20253
20254 * mail/smtpmail.el (smtpmail-via-smtp): No need to add two bytes
20255 following previous change to smtpmail-send-data.
20256
20257 2004-01-20 Benjamin Rutt <brutt@bloomington.in.us>
20258
20259 * vc.el (vc-default-previous-version): Doc enhancement.
20260 (vc-default-next-version): New function.
20261 (vc-print-log): New arg FOCUS-REV.
20262 (vc-annotate-mode): Derive from view-mode.
20263 (vc-annotate): New args REVISION, DISPLAY-MODE.
20264 (vc-annotate-workfile-version, vc-annotate-extract-revision-at-line)
20265 (vc-annotate-revision-at-line, vc-annotate-revision-previous-to-line)
20266 (vc-annotate-show-log-revision-at-line, vc-annotate-warp-version)
20267 (vc-annotate-show-diff-revision-at-line, vc-current-line)
20268 (vc-annotate-prev-version, vc-annotate-next-version): New functions.
20269
20270 * vc-cvs.el (vc-cvs-annotate-extract-revision-at-line): New function.
20271
20272 2004-01-19 Karl Berry <karl@gnu.org>
20273
20274 * textmodes/texinfo.el: Use "Texinfo" consistently, no "TeXinfo"
20275 or "TexInfo".
20276
20277 2004-01-19 Luc Teirlinck <teirllm@auburn.edu>
20278
20279 * subr.el (delete-dups): New function.
20280
20281 2004-01-19 Karl Berry <karl@gnu.org>
20282
20283 * textmodes/texinfo.el (texinfo-mode): Define outline-regexp to start
20284 with ^, since that's what texinfo-show-structure
20285 documentation says (plus it works much better in texinfo.txi).
20286
20287 2004-01-18 Jesper Harder <harder@ifa.au.dk>
20288
20289 * mail/smtpmail.el (smtpmail-send-data): Don't append spurious newline.
20290
20291 2004-01-18 David Ponce <david@dponce.com> (tiny change)
20292
20293 * progmodes/which-func.el (which-function-mode): Don't cancel
20294 which-func-update-timer if not set.
20295
20296 2004-01-17 Thien-Thi Nguyen <ttn@gnu.org>
20297
20298 * calendar/diary-lib.el (diary-entry-time): Fix typo/bug:
20299 Remove spurious left square bracket in XX:XXam regexp.
20300
20301 2004-01-16 Luc Teirlinck <teirllm@auburn.edu>
20302
20303 * progmodes/cc-defs.el: Do not require cl at run time.
20304
20305 2004-01-16 Richard M. Stallman <rms@gnu.org>
20306
20307 * emacs-lisp/cl.el (cl-cannot-unload): New function.
20308 (cl-unload-hook): Defvar this to run cl-cannot-unload.
20309
20310 * mail/rmail.el (rmail-get-new-mail): New local rsf-number-of-spam.
20311 Call rmail-spam-filter. Delete and expunge spam.
20312 Print number of spam messages deleted.
20313 Save and restore the deletion status of old messages when reading
20314 new mail with spam filter, so that expunging spam does not expunge
20315 msgs deleted by the user.
20316 (rmail-only-expunge): Add an optional argument dont-show to
20317 prevent showing message after expunge.
20318
20319 2004-01-15 Luc Teirlinck <teirllm@auburn.edu>
20320
20321 * emacs-lisp/cl.el (declare): Add `fmakunbound' for `declare'.
20322 * subr.el (declare): New macro.
20323
20324 2004-01-15 Thien-Thi Nguyen <ttn@gnu.org>
20325
20326 * progmodes/scheme.el (scheme-font-lock-keywords-2): Add "force".
20327
20328 2004-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
20329
20330 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
20331 Test window-system rather than system-type (for X11/Mac).
20332
20333 2004-01-12 Luc Teirlinck <teirllm@auburn.edu>
20334
20335 * emacs-lisp/bytecomp.el (compile-defun): Doc fix.
20336
20337 2004-01-12 Richard M. Stallman <rms@gnu.org>
20338
20339 * mail/rmail.el (rmail-convert-to-babyl-format):
20340 Use mail-unquote-printable-region.
20341 (rmail-hex-string-to-integer, rmail-decode-quoted-printable):
20342 (rmail-hex-char-to-integer): Functions deleted.
20343
20344 * mail/mail-utils.el (mail-unquote-printable-hexdigit): Upcase CHAR.
20345 (mail-unquote-printable-region): New arg NOERROR.
20346 For invalid encoding, either signal an error to just return nil.
20347
20348 2004-01-11 Glenn Morris <gmorris@ast.cam.ac.uk>
20349
20350 * calendar/appt.el: Update copyright and commentary.
20351 (appt-issue-message): Make obsolete.
20352 (appt-visible, appt-msg-window): Make obsolete, in favor of
20353 appt-display-format.
20354 (appt-display-mode-line, appt-display-duration)
20355 (appt-display-diary, appt-time-msg-list, appt-mode-string)
20356 (appt-prev-comp-time, appt-display-count, appt-timer)
20357 (appt-convert-time): Doc change.
20358 (appt-disp-window-function, appt-delete-window-function):
20359 Use defcustom rather than defvar.
20360 (appt-display-format): New variable.
20361 (appt-display-message): New function with display code from appt-check.
20362 (appt-check): Add optional FORCE argument. Doc change.
20363 Add appt-make-list to diary-hook if displaying diary.
20364 Remove checking of view-diary-entries-initially.
20365 Message display section removed to new function appt-display-message.
20366 (appt-display-window): Doc change. Remove unused internal var
20367 this-buffer. Do not beep, since appt-display-message does that.
20368 (appt-make-list): Doc change. Use caar.
20369 (appt-sort-list): Simplify by using builtin sort function.
20370 (appt-update-list): New function for updating appts when diary is
20371 saved.
20372 (appt-activate): New autoloaded function to toggle package
20373 functionality.
20374
20375 * calendar/cal-x.el: (calendar-one-frame-setup)
20376 (calendar-only-one-frame-setup, calendar-two-frame-setup): Doc change.
20377
20378 * calendar/calendar.el: Update copyright.
20379 (view-diary-entries-initially, european-calendar-style): Doc change.
20380 (calendar-setup): Make defcustom rather than defvar.
20381 (mark-visible-calendar-date): Initialize temp-face and faceinfo
20382 in let binding so local to function.
20383
20384 * calendar/diary-lib.el: Update copyright.
20385 (diary, diary-entry-time): Doc change.
20386 (list-diary-entries): Doc change. Trivial logic change.
20387 (fancy-diary-display): Restore make-face command mistakenly
20388 deleted 2003-05-08.
20389 (show-all-diary-entries): Allow to pop-up frame if needed.
20390
20391 2004-01-09 John Paul Wallington <jpw@gnu.org>
20392
20393 * bindings.el (mode-line-change-eol): Add EVENT parameter.
20394 Temporarily select EVENT's window for changing eol type.
20395
20396 2004-01-09 Deepak Goel <deego@gnufans.org>
20397
20398 * calendar/diary-lib.el (diary-entry-time):
20399 Also accept time in the form XX[.XX][am/pm/AM/PM].
20400 (fancy-diary-font-lock-keywords): Likewise.
20401 (diary-font-lock-keywords): Likewise.
20402 * calendar/appt.el (appt-add): Likewise.
20403 (appt-make-list): Likewise.
20404 (appt-convert-time): Likewise.
20405
20406 2004-01-08 Nick Roberts <nick@nick.uklinux.net>
20407
20408 * gdb-ui.el (gdb-ann3): Revert previous change.
20409 (gdb-source-info): Allow for case of where compilation directory
20410 is not recorded.
20411
20412 2004-01-08 John Paul Wallington <jpw@gnu.org>
20413
20414 * emerge.el (emerge-restore-buffer-characteristics): Doc fix.
20415
20416 2004-01-07 Nick Roberts <nick@nick.uklinux.net>
20417
20418 * progmodes/gud.el (gdb-first-prompt): Rename from gdb-first-pre-prompt
20419
20420 * gdb-ui.el (gdba): Avoid duplication, use gdb-ann3.
20421 (gdb-ann3): Use GDB command "set width 0" to prevent word wrapping
20422 problems.
20423 (gdb-prompt): Set (renamed) gdb-first-prompt to nil in gdb-ann3.
20424
20425 2004-01-07 Luc Teirlinck <teirllm@auburn.edu>
20426
20427 * files.el (write-file-functions, write-contents-functions):
20428 Clarify docstrings.
20429
20430 2004-01-07 Kenichi Handa <handa@m17n.org>
20431
20432 * international/mule.el (set-auto-coding): Fix for the case that
20433 end-of-line is only CR.
20434
20435 2004-01-07 Kim F. Storm <storm@cua.dk>
20436
20437 * subr.el (event-start, event-end): Doc fix.
20438 (posn-string, posn-image): New defuns.
20439 (posn-object): Return either image or string object.
20440 (posn-object-x-y): Return 8th element of position.
20441 (posn-object-width-height): New defun.
20442
20443 2004-01-06 Andreas Schwab <schwab@suse.de>
20444
20445 * gdb-ui.el (gdb-frame-handler): Handle word wrapping anywhere in
20446 output.
20447
20448 2004-01-05 Karl Berry <karl@gnu.org>
20449
20450 * emacs-lisp/copyright.el (copyright-regexp): Might as well allow
20451 / and *, too.
20452
20453 2003-12-31 Simon Josefsson <jas@extundo.com>
20454
20455 * files.el (before-save-hook): Add.
20456 (basic-save-buffer): Use before-save-hook.
20457
20458 * emacs-lisp/copyright.el: Fix comment to recommend
20459 before-save-hook instead of write-file-functions.
20460
20461 2004-01-05 Richard M. Stallman <rms@gnu.org>
20462
20463 * finder.el (finder-commentary): Call delete-other-windows.
20464
20465 * net/ange-ftp.el (ange-ftp-file-attributes):
20466 Pass 2 args to ange-ftp-real-file-attributes only if ID-FORMAT non-nil.
20467
20468 2004-01-04 Karl Berry <karl@gnu.org>
20469
20470 * emacs-lisp/copyright.el (copyright-regexp): Allow the common
20471 comment characters % and # in the copyright year notice,
20472 as well as ;.
20473
20474 2004-01-04 Per Abrahamsen <abraham@dina.kvl.dk>
20475
20476 * wid-edit.el (default): Define dummy :value-delete.
20477 Reported by Jesper Harder <harder@ifa.au.dk>.
20478
20479 2004-01-03 Richard M. Stallman <rms@gnu.org>
20480
20481 * progmodes/compile.el (compile-internal): Use point, not point-min,
20482 for set-window-point.
20483
20484 * textmodes/tex-mode.el (latex-find-indent): Avoid error at end of buf.
20485
20486 * emacs-lisp/lisp-mnt.el (lm-section-end): Require outline.
20487
20488 * progmodes/grep.el (grep-mode-map):
20489 Don't remap next-line, previous-line.
20490
20491 2004-01-03 Eric M. Ludlam <eric@siege-engine.com>
20492
20493 * speedbar.el (speedbar-edit-line): Change regexp to position
20494 the cursor on the first character of this line's button.
20495
20496 2004-01-03 Luc Teirlinck <teirllm@auburn.edu>
20497
20498 * subr.el (functionp): Doc fix.
20499
20500 2004-01-03 Jesper Harder <harder@ifa.au.dk> (tiny change)
20501
20502 * progmodes/idlwave.el (idlwave-make-tags):
20503 * textmodes/flyspell.el (flyspell-large-region):.
20504 * progmodes/make-mode.el (makefile-query-by-make-minus-q):
20505 * emulation/viper-util.el (viper-glob-unix-files):
20506 * emacs-lisp/shadow.el (shadow-same-file-or-nonexistent):
20507 * man.el (Man-init-defvars):
20508 * jka-compr.el (jka-compr-call-process):
20509 * files.el (get-free-disk-space,insert-directory):
20510 * ediff-ptch.el (ediff-test-patch-utility):
20511 * ediff-diff.el (ediff-test-utility):
20512 * dired-aux.el (dired-check-process):
20513 * mail/sendmail.el (sendmail-send-it): Don't use = or zerop to
20514 test the return value of call-process, because it can be a string.
20515
20516 2003-12-31 John Paul Wallington <jpw@gnu.org>
20517
20518 * bindings.el (completion-ignored-extensions): Add .pfsl.
20519
20520 2003-12-31 Kim F. Storm <storm@cua.dk>
20521
20522 * ido.el (ido-nonreadable-directory-p): New defun to check for
20523 nonreadable directory without activating tramp (to avoid problems
20524 with checking incomplete tramp paths).
20525 (ido-set-current-directory, ido-file-internal)
20526 (ido-file-name-all-completions1): Use it.
20527
20528 2003-12-30 Luc Teirlinck <teirllm@auburn.edu>
20529
20530 * help-mode.el (help-xref-info-regexp): Make hyperlinks to Info
20531 documentation if the anchor (or node) name is preceded by `info
20532 anchor' or `Info anchor' in addition to earlier `info node' and
20533 `Info node'.
20534 (help-make-xrefs): Adapt to new value of `help-xref-info-regexp'.
20535
20536 2003-12-30 Eli Zaretskii <eliz@gnu.org>
20537
20538 * mail/rmail.el (rmail-convert-to-babyl-format): Fix off-by-one
20539 error in arguments to base64-decode-region. Remove ^M characters
20540 after decoding base64.
20541
20542 2003-12-30 Simon Josefsson <jas@extundo.com>
20543
20544 * textmodes/texinfo.el: Change maintainer to FSF. Suggested by
20545 karl@freefriends.org (Karl Berry), since the Texinfo Elisp files
20546 have only been distributed with Emacs for some years.
20547 (texinfo-mode-hook): Customize.
20548
20549 2003-12-30 Eli Zaretskii <eliz@gnu.org>
20550
20551 * mail/rmail.el (rmail-convert-to-babyl-format): Make the code
20552 cleaner (suggested by Richard Stallman).
20553
20554 * progmodes/gud.el (gud-tool-bar-map): Modify names of icon files
20555 for gud-next, gud-nexti, gud-step and gud-stepi to prevent
20556 file-name clashes on 8+3 DOS filesystems.
20557
20558 * toolbar/gud-next.pbm, toolbar/gud-next.xpm
20559 * toolbar/gud-nexti.pbm, toolbar/gud-nexti.xpm
20560 * toolbar/gud-step.pbm, toolbar/gud-step.xpm
20561 * toolbar/gud-stepi.pbm, toolbar/gud-stepi.xpm: Renamed to
20562 gud-n.*, gud-ni.*, gud-s.*, and gud-si.*, respectively, to avoid
20563 file-name clashes on 8+3 filesystems.
20564
20565 * emacs-lisp/tcover-unsafep.el, emacs-lisp/tcover-ses.el:
20566 Renamed from testcover-unsafep.el and testcover-ses.el to avoid
20567 file-name clashes on 8+3 DOS filesystems.
20568
20569 2003-12-29 Richard M. Stallman <rms@gnu.org>
20570
20571 * mail/mail-utils.el (mail-unquote-printable-hexdigit):
20572 Upcase the character.
20573
20574 * textmodes/flyspell.el (mail-mode-flyspell-verify):
20575 Search for header separator alone on a line, literally,
20576 and search for it backward, not forward.
20577 (flyspell-abbrev-table): Always use global-abbrev-table
20578 if there is no local one.
20579
20580 * progmodes/sh-script.el (sh-get-indent-info):
20581 Don't move point back if at bob.
20582
20583 * progmodes/antlr-mode.el (save-buffer-state-x): Use with-no-warnings.
20584
20585 * play/handwrite.el (handwrite): Make the handwrite credit message
20586 a comment rather than an output command.
20587
20588 * obsolete/sc.el: Display message that this file is obsolete.
20589
20590 * net/ange-ftp.el (ange-ftp-start-process): Copy the environment.
20591
20592 * mail/rfc822.el (rfc822-address-start): Declare variable.
20593 Renamed from address-start. All uses changed.
20594
20595 * term.el (term-exec): Set up sentinel.
20596 (term-sentinel): New function.
20597 (term-handle-exit): New function.
20598
20599 * subr.el (assoc-ignore-case, assoc-ignore-representation):
20600 Use assoc-string, and mark them obsolete.
20601 (delay-mode-hooks): Mark as permanent local.
20602
20603 * simple.el (sendmail-user-agent-compose): Use assoc-string.
20604
20605 * register.el (copy-rectangle-to-register): Doc fix.
20606
20607 * info.el (Info-insert-dir): Use assoc-string.
20608
20609 * info-look.el (info-lookup): Use assoc-string.
20610
20611 * frame.el (pop-up-frame-function): Use quote, not `function'.
20612 (frame-notice-user-settings): Calculate ADJUSTED-TOP
20613 copying with lists as coordinate values.
20614
20615 * font-lock.el (font-lock-after-change-function): Bind inhibit-quit.
20616
20617 * find-dired.el (kill-find): New command.
20618 (find-dired): Make buffer read-only.
20619 Set up a keymap with C-c C-k running kill-find.
20620 (find-dired-filter, find-dired-sentinel): Bind inhibit-read-only.
20621
20622 * files.el (backup-buffer-copy): If MODES is nil, don't set modes.
20623
20624 * filecache.el (file-cache-ignore-case): New variable.
20625 (file-cache-assoc-function): Var deleted. Use assoc-string instead.
20626
20627 * comint.el (comint-arguments): Set COUNT after ARGS is complete.
20628 (comint-dynamic-complete-as-filename): Rename local vars.
20629 (comint-dynamic-list-filename-completions): Likewise.
20630
20631 * comint.el (comint-dynamic-list-completions-config): New var.
20632 (comint-dynamic-list-completions): Handle both SPC and TAB right.
20633
20634 * comint.el (comint-file-name-chars): Add [].
20635 (comint-word): Use skip-chars-backward, not search.
20636
20637 * shell.el (shell-file-name-chars): Add [].
20638
20639 * shell.el (shell-dynamic-complete-as-command): Rename local vars.
20640
20641 * bookmark.el (bookmark-get-bookmark): Use assoc-string.
20642
20643 * generic.el (define-generic-mode): Doc fix.
20644
20645 2003-12-29 Eli Zaretskii <eliz@gnu.org>
20646
20647 * files.el (kill-some-buffers): Doc fix.
20648
20649 2003-12-29 David Herring <sdh6@ra.msstate.edu> (tiny change)
20650
20651 * comint.el (comint-watch-for-password-prompt): Pass `string' as
20652 arg to send-invisible
20653 (send-invisible): Doc fix. The argument is now a prompt, not the
20654 string to send.
20655 (comint-read-noecho): Doc fix.
20656
20657 2003-12-29 Michael R. Wolf <MichaelRWolf@att.net> (tiny change)
20658
20659 * net/ange-ftp.el (ange-ftp-name-format): Allow USER to contain
20660 "@", as required by some ISP hosting service. Fix defcustom
20661 argument syntax errors that prevented use of customization.
20662
20663 2003-12-29 Eli Zaretskii <eliz@gnu.org>
20664
20665 * xml.el (xml-get-attribute-or-nil): Doc fix.
20666
20667 2003-12-29 Peter 'Luna' Runestig <peter@runestig.com>
20668
20669 * net/zone-mode.el (zone-mode): Use write-file-functions, not
20670 write-file-hooks.
20671
20672 2003-12-29 Eric Hanchrow <offby1@blarg.net> (tiny change)
20673
20674 * autorevert.el (auto-revert-interval): Doc fix.
20675
20676 2003-12-29 Mark A. Hershberger <mah@everybody.org>
20677
20678 * xml.el (xml-get-attribute-or-nil): New function, like
20679 xml-get-attribute, but returns nil if the attribute was not found.
20680 (xml-get-attribute): Convert to defsubst, uses
20681 xml-get-attribute-or-nil.
20682
20683 2003-12-29 Eli Zaretskii <eliz@gnu.org>
20684
20685 * emacs-lisp/easymenu.el (easy-menu-define): Doc fix.
20686
20687 2003-12-29 Alex Schroeder <alex@emacswiki.org> (tiny change)
20688
20689 * custom.el (custom-declare-theme): Use `value' when putting
20690 properties on `theme'.
20691
20692 2003-12-29 Takaaki Ota <Takaaki.Ota@am.sony.com>
20693
20694 * subr.el (insert-for-yank): Call insert-for-yank-1 repetitively
20695 for each yank-handler segment.
20696 (insert-for-yank-1): New function, with the body of the previous
20697 insert-for-yank.
20698
20699 * textmodes/table.el (table-yank-handler): New defcustom.
20700 (table--put-cell-indicator-property): Put yank-handler property
20701 that indicates the yank handler for the table cell.
20702
20703 2003-12-29 Jesper Harder <harder@ifa.au.dk> (tiny change)
20704
20705 * generic-x.el (etc-modules-conf-generic-mode): A more complete
20706 set of keywords.
20707
20708 2003-12-29 Eli Zaretskii <eliz@gnu.org>
20709
20710 * international/mule-cmds.el (reset-language-environment)
20711 (set-language-environment): Don't invoke fontset-related functions
20712 if fontset-list is not fboundp.
20713
20714 2003-12-29 Kenichi Handa <handa@m17n.org>
20715
20716 * international/mule-cmds.el (reset-language-environment):
20717 Call set-overriding-fontspec-internal with nil.
20718 (set-language-environment): Call set-overriding-fontspec-internal
20719 if the language environment specify `overriding-fontspec'.
20720 (language-info-alist): Doc added.
20721
20722 * language/cyrillic.el (ccl-encode-koi8-font): Make it work for
20723 characters of mule-unicode-0100-24ff.
20724 (ccl-encode-windows-1251-font): New CCL program.
20725 ("Bulgarian"): Specify overriding-fontspec.
20726 ("Belarusian"): Likewise.
20727
20728 2003-12-28 Sam Steingold <sds@gnu.org>
20729
20730 * net/ange-ftp.el (ange-ftp-file-attributes): Add new optional
20731 parameter ID-FORMAT to conform with the 2003-11-30 patch.
20732
20733 2003-12-28 Nick Roberts <nick@nick.uklinux.net>
20734
20735 * progmodes/gud.el (gud-gdb-command-name): Set default to
20736 "gdb --annotate=3".
20737 (gud-gdb-marker-filter): Look out for annotations.
20738 (gdb-first-pre-prompt): New variable.
20739 Remove trailing white space.
20740
20741 * gdb-ui.el (gdb-prompt): Change filter for level 3 annotations,
20742 if necessary.
20743 (gdb-ann3): New function. Initialize M-x gdb as for M-x gdba if
20744 annotations are detected.
20745 (gud-gdba-marker-filter): Use global variable gud-marker-acc
20746 instead of a local one to allow transition from
20747 gud-gdb-marker-filter.
20748 Remove trailing white space.
20749
20750 2003-12-27 Kim F. Storm <storm@cua.dk>
20751
20752 * ido.el: Handle non-readable directories.
20753 (ido-decorations): Add 9th element for non-readable directory.
20754 (ido-directory-nonreadable): New dynamic var.
20755 (ido-set-current-directory): Set it.
20756 (ido-read-buffer, ido-file-internal):
20757 (ido-read-file-name, ido-read-directory-name): Let-bind it.
20758 (ido-file-name-all-completions1): Return empty list for
20759 non-readable directory.
20760 (ido-exhibit): Print [Not readable] if directory is not readable.
20761 (ido-expand-directory): New defun (based on tiny fix from Karl Chen).
20762 (ido-read-file-name, ido-file-internal, ido-read-directory-name):
20763 Use it.
20764
20765 2003-12-27 Lars Hansen <larsh@math.ku.dk>
20766
20767 * ls-lisp.el (ls-lisp-insert-directory): Add parameter 'string in
20768 calls to directory-files-and-attributes and file-attributes.
20769 (ls-lisp-format): Remove system dependent handling of user and
20770 group id's.
20771
20772 2003-12-25 Luc Teirlinck <teirllm@auburn.edu>
20773
20774 * ffap.el (ffap-read-file-or-url): Revert previous change.
20775
20776 2003-12-25 Robert J. Chassell <bob@rattlesnake.com>
20777
20778 * textmodes/texnfo-upd.el (texinfo-multi-file-update): Create a
20779 new list of included files called `files-with-node-lines', that
20780 only have node lines. This way @include commands can include any
20781 file, such as version and update files without node lines, not
20782 just files that are chapters.
20783
20784 2003-12-25 Andreas Schwab <schwab@suse.de>
20785
20786 * jka-compr.el (jka-compr-insert-file-contents): Avoid error when
20787 file not found.
20788
20789 2003-12-08 Miles Bader <miles@gnu.org>
20790
20791 * dired.el (dired-between-files): Always use dired-move-to-filename,
20792 which is more robust in non-english locales.
20793
20794 2003-12-25 Markus Rost <rost@mathematik.uni-bielefeld.de>
20795
20796 * vc.el (vc-dired-purge): Avoid error from `kill-line'.
20797
20798 2003-12-24 Andreas Schwab <schwab@suse.de>
20799
20800 * shell.el (shell-file-name-quote-list): Add backslash.
20801
20802 * comint.el (comint-quote-filename): Correctly handle backslash
20803 in comint-file-name-quote-list.
20804
20805 2003-12-24 Kenichi Handa <handa@m17n.org>
20806
20807 * international/mule-cmds.el (set-default-coding-systems):
20808 Call ucs-set-table-for-input for all buffers that don't have local
20809 value of buffer-file-coding-system.
20810
20811 * international/ucs-tables.el (ucs-set-table-for-input):
20812 If translation-table-for-encode is a symbol, get its
20813 translation-table property.
20814
20815 2003-12-23 Luc Teirlinck <teirllm@auburn.edu>
20816
20817 * ffap.el (ffap-read-file-or-url): Eliminate reliance of the call
20818 to `completing-read' on a recently fixed bug.
20819
20820 * fringe.el (fringe-query-style): Suggest `?' in minibuffer prompt,
20821 instead of SPACE, to get the list of possible fringe modes.
20822 SPACE only works if both `partial-completion-mode' and
20823 `completion-auto-help' are nil.
20824
20825 * complete.el (PC-is-complete-p): Delete.
20826 (PC-do-completion): Replace all calls to `PC-is-complete-p' with
20827 calls to `test-completion'.
20828
20829 2003-12-23 Nick Roberts <nick@nick.uklinux.net>
20830
20831 * progmodes/gud.el (gud-speedbar-buttons): Use speed-bar-edit-line
20832 to edit values when there are no children.
20833
20834 * gdb-ui.el (gdba, gdb-assembler-mode): Call the mode "Machine" as
20835 a mode called "Assembler" already exists.
20836 (gdb-use-colon-colon-notation, gdb-show-changed-values): New options.
20837 (gud-watch): Use format option. Remove font properties from string.
20838 (gdb-var-create-handler, gdb-var-list-children-handler):
20839 Don't bother about properties as there are none.
20840 (gdb-var-create-handler, gdb-var-list-children-handler)
20841 (gdb-var-update-handler): Call gdb-var-evaluate-expression-handler
20842 with two arguments.
20843 (gdb-var-evaluate-expression-handler, gdb-post-prompt):
20844 Let speedbar show value changes with a different font.
20845 (gdb-edit-value): New defun.
20846 (gdb-clear-partial-output, gdb-clear-inferior-io)
20847 (def-gdb-auto-update-handler): Use erase-buffer.
20848 (gdb-frame-handler): Display watch expressions in
20849 FUNCTION::VARIABLE format if required.
20850
20851 2003-12-23 John Paul Wallington <jpw@gnu.org>
20852
20853 * info.el (Info-unescape-quotes, Info-split-parameter-string)
20854 (Info-goto-emacs-command-node): Doc fixes.
20855
20856 2003-12-12 Jesper Harder <harder@ifa.au.dk>
20857
20858 * cus-edit.el (custom-add-parent-links): Define "many".
20859
20860 2003-12-08 Per Abrahamsen <abraham@dina.kvl.dk>
20861
20862 * wid-edit.el (widget-child-value-get, widget-child-value-inline)
20863 (widget-child-validate, widget-type-value-create)
20864 (widget-type-default-get, widget-type-match): New functions.
20865 (lazy): New widget.
20866 (menu-choice, checklist, radio-button-choice, editable-list)
20867 (group, documentation-string): Remove redundant (per 2003-10-25
20868 change) calls to `widget-children-value-delete'.
20869 (widget-choice-value-get, widget-choice-value-inline): Remove.
20870 (menu-choice): Update widget.
20871
20872 2003-12-03 Kenichi Handa <handa@m17n.org>
20873
20874 * language/cyrillic.el: Register "microsoft-cp1251" in
20875 ctext-non-standard-encodings-alist.
20876 ("Bulgarian"): Add ctext-non-standard-encodings.
20877 ("Belarusian"): Likewise.
20878
20879 * international/mule-conf.el (compound-text-with-extensions):
20880 Change the type to 2 (iso-2022 base).
20881
20882 * international/mule.el (ctext-non-standard-encodings-alist):
20883 Change the format.
20884 (ctext-non-standard-encodings): New variable.
20885 (ctext-post-read-conversion): Fully re-written.
20886 (ctext-non-standard-designations-alist): Delete it.
20887 (ctext-non-standard-encodings-table): New function.
20888 (ctext-pre-write-conversion): Fully re-written.
20889
20890 2003-11-30 Per Abrahamsen <abraham@dina.kvl.dk>
20891
20892 * cus-edit.el (custom-add-parent-links): Add documentation links
20893 for parent, if the item has none of its own.
20894
20895 2003-11-30 Richard M. Stallman <rms@gnu.org>
20896
20897 * dired-aux.el (dired-do-query-replace-regexp):
20898 Report files visited read-only.
20899
20900 2003-11-30 Juri Linkov <juri@jurta.org>
20901
20902 * dired-aux.el (dired-compare-directories): New command.
20903 (dired-file-set-difference, dired-files-attributes): New functions.
20904
20905 2003-11-30 Kai Grossjohann <kai.grossjohann@gmx.net>
20906 Version 2.0.38 of Tramp released.
20907
20908 * net/tramp.el (tramp-chunksize): Extend docstring. Suggested by
20909 Charles Curley <charlescurley@charlescurley.com>.
20910 (tramp-multi-connection-function-alist): Add ssht entry which adds
20911 "-e none -t -t" to the list of ssh args. Suggested by Adrian
20912 Aichner.
20913 (tramp-get-method-parameter): New function to retrieve a method
20914 parameter. This allows for omission of method parameters.
20915 Callers adjusted.
20916
20917 2003-11-30 Michael Albinus <Michael.Albinus@alcatel.de>
20918
20919 * net/tramp.el: Add new optional parameter ID-FORMAT to
20920 `file-attributes'. Calls of `file-attributes' won't use this
20921 parameter for backward compatibility reasons.
20922 (tramp-perl-file-attributes): Add a new parameter to Perl script
20923 in order to handle uid/gid as strings, if desired.
20924 (tramp-handle-file-truename, tramp-handle-file-symlink-p):
20925 Apply `file-attributes' instead of `tramp-handle-file-attributes' in
20926 order to make the function more general.
20927 (tramp-handle-file-attributes): Replace proprietary optional
20928 parameter NONNUMERIC by the recently (Emacs 22.1) introduced ID-FORMAT.
20929 (tramp-handle-file-attributes-with-perl): Handle parameter
20930 NONNUMERIC if set. This wasn't done in the past.
20931 (tramp-post-connection): Apply second parameter "$2" if
20932 `tramp-remote-perl' is called.
20933
20934 * net/tramp-smb.el (tramp-smb-handle-delete-file):
20935 Correct cut'n'waste error (`filename' instead of `directory').
20936 (tramp-smb-handle-directory-files-and-attributes)
20937 (tramp-smb-handle-file-attributes): Add recently (Emacs 22.1)
20938 introduced parameter ID-FORMAT.
20939 (tramp-smb-handle-make-directory-internal): Correct cut'n'waste
20940 error (`directory' instead of `ldir').
20941
20942 * net/tramp-vc.el (tramp-handle-vc-user-login-name): Check if
20943 `file-attributes' has a second parameter. If yes, apply it with
20944 value "'integer". Otherwise, don't use that parameter (default is
20945 integer format).
20946
20947 2003-11-30 Luc Teirlinck <teirllm@auburn.edu>
20948
20949 * help.el (help-map): Bind `display-local-help' to `C-h .'.
20950 (help-for-help): Add `C-h .' to the listed Help options.
20951 Remove trailing whitespace.
20952
20953 * help-at-pt.el: New file.
20954
20955 2003-11-30 Jonathan Yavner <jyavner@member.fsf.org>
20956
20957 * subr.el (noreturn, 1value): New macros for test coverage.
20958 See `testcover.el'.
20959
20960 * emacs-lisp/edebug.el: Add def-edebug-spec for `noreturn' and `1value'.
20961
20962 * emacs-lisp/testcover.el (testcover-reinstrument): Special case
20963 for macro `1value'.
20964 (testcover-1value): New function. Checks that a 1value form
20965 actually returns only one value. Requested by RMS.
20966
20967 2003-11-29 Nick Roberts <nick@nick.uklinux.net>
20968
20969 * gdb-ui.el (gud-watch, gdb-var-create-handler)
20970 (gdb-var-list-children, gdb-var-list-children-handler)
20971 (gdb-var-update-handler, gdb-var-delete): Add server prefix to the
20972 gdb commands that use mi to keep them out of the command history.
20973
20974 2003-11-29 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
20975
20976 * cus-start.el (all): Add use-file-dialog.
20977
20978 2003-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
20979
20980 * textmodes/tex-mode.el (latex-mode): `tex-trailer' is not a regexp.
20981
20982 2003-11-27 Kim F. Storm <storm@cua.dk>
20983
20984 * subr.el (posn-object-x-y): New defun.
20985
20986 2003-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
20987
20988 * progmodes/make-mode.el (makefile-font-lock-syntactic-keywords):
20989 Don't use `space' for \\\n.
20990 Be more selective as to which # are comment-starters.
20991
20992 2003-11-26 Luc Teirlinck <teirllm@auburn.edu>
20993
20994 * subr.el (number-sequence): Improve handling of floating point
20995 arguments (suggested by Kim Storm). Allow negative arguments.
20996
20997 2003-11-26 Kenichi Handa <handa@m17n.org>
20998
20999 * international/mule-cmds.el (standard-display-european-internal):
21000 Cancel the standard-display-table setting for ` and '.
21001
21002 2003-11-26 Kim F. Storm <storm@cua.dk>
21003
21004 * ido.el (ido-use-filename-at-point, ido-use-url-at-point):
21005 New defcustoms to add ffap-like functionality to ido.
21006 (ido-saved-vc-hb): Rename from ido-saved-vc-mt. Uses changed.
21007 (ido-no-final-slash): New defun.
21008 (ido-make-prompt, ido-file-internal, ido-toggle-vc)
21009 (ido-read-file-name): ): Toggle VC checking via
21010 vc-handled-backends instead of vc-master-templates.
21011 (ido-file-internal): Handle ido-use-url-at-point and
21012 ido-use-filename-at-point via code borrowed from ffap-guesser.
21013 Handle new ido-exit code ffap.
21014 (ido-sort-list): Ignore final slash when sorting file names.
21015
21016 2003-11-25 Kim F. Storm <storm@cua.dk>
21017
21018 * emulation/cua-base.el (cua--standard-movement-commands):
21019 Add forward-sentence and backward-sentence.
21020
21021 2003-11-25 Stephen Eglen <stephen@gnu.org>
21022
21023 * iswitchb.el (iswitchb-read-buffer,iswitchb-exit-minibuffer):
21024 iswitchb-exit is set to 'usefirst when user selects buffer at head
21025 of list using RET. (Selecting buffers at the head of the list was
21026 broken if the substring was also a complete buffername.)
21027
21028 2003-11-23 Kim F. Storm <storm@cua.dk>
21029
21030 * progmodes/compile.el (grep-command, grep-use-null-device)
21031 (grep-find-command, grep-tree-command, grep-tree-files-aliases)
21032 (grep-tree-ignore-case, grep-tree-ignore-CVS-directories)
21033 (grep-regexp-alist, grep-program, find-program)
21034 (grep-find-use-xargs, grep-history, grep-find-history)
21035 (grep-process-setup, grep-compute-defaults)
21036 (grep-default-command, grep, grep-tag-default, grep-find)
21037 (grep-expand-command-macros, grep-tree-last-regexp)
21038 (grep-tree-last-files, grep-tree): Move grep variables, functions
21039 and commands to new file grep.el.
21040 (compilation-mode-map): Remove grep commands from Compile sub-menu.
21041 (compilation-process-setup-function): Doc fix.
21042 (compilation-highlight-regexp, compilation-highlight-overlay): New
21043 defvars used for highlighting current compile error in source buffer.
21044 (compile-internal): New optional args HIGHLIGHT-REGEXP and
21045 LOCAL-MAP which overrides compilation-highlight-regexp and
21046 compilation-mode-map for this compilation.
21047 Delay calling compilation-set-window-height until after running
21048 compilation-process-setup-function so it can buffer-local override
21049 compilation-window-height.
21050 Check buffer-local value of compilation-scroll-output.
21051 (compilation-set-window-height): Use buffer-local value of
21052 compilation-window-height.
21053 (compilation-revert-buffer): Don't pass (undefined)
21054 preserve-modes arg to revert-buffer.
21055 (next-error-no-select, previous-error-no-select): New commands.
21056 (compilation-goto-locus): Temporarily highlight current match in
21057 source buffer using compilation-highlight-regexp.
21058
21059 * progmodes/grep.el: New file with grep code from compile.el.
21060 (grep): New defcustom group.
21061 (grep-window-height): New defcustom, like compilation-window-height.
21062 (grep-auto-highlight): New defcustom, like compile-auto-highlight.
21063 (grep-scroll-output): New defcustom, like compilation-scroll-output.
21064 (grep-command, grep-use-null-device, grep-find-command)
21065 (grep-tree-files-aliases, grep-tree-ignore-case)
21066 (grep-tree-ignore-CVS-directories): Move to grep custom group.
21067 (grep-setup-hook): New hook variable.
21068 (grep-mode-map): New keymap for grep commands. Add Grep menu.
21069 (grep-last-buffer): New defvar, override compilation-last-buffer.
21070 (grep): Add optional arg HIGHLIGHT-REGEXP. Doc fix.
21071 Call compile-internal with args highlight-regexp and grep-mode-map.
21072
21073 2003-11-23 Kim F. Storm <storm@cua.dk>
21074
21075 * subr.el (event-start, event-end): Doc fix.
21076 (posn-window, posn-x-y, posn-timestamp): Simplify doc.
21077 (posn-area, posn-actual-col-row, posn-object): New defuns.
21078 (posn-col-row): Simplify doc. Rewrite to use cond.
21079 (posn-point): Also return buffer position for events outside text
21080 area (that info is now present in the event position).
21081
21082 * mouse.el: Bind mouse-1 on left-fringe and right-fringe to
21083 mouse-set-point so that hscroll still works now that clicks on
21084 fringes generate specific mouse events.
21085 (mouse-set-point): Note that it now works in fringes and margins
21086 too due to new semantics of posn-point in fringes and margins.
21087
21088 * gdb-ui.el (gdb-mouse-toggle-breakpoint): New defun.
21089 (gdba): Bind it to [left-margin mouse-1] and [left-fringe mouse-1].
21090
21091 2003-11-20 Kim F. Storm <storm@cua.dk>
21092
21093 * gdb-ui.el (gud-gdba-command-name): Find gdb command via PATH.
21094 (breakpoint-xpm-data, breakpoint-enabled-pbm-data): Make smoother.
21095 (breakpoint-enabled-icon, breakpoint-disabled-icon): Set :ascent
21096 to 100 for icons to avoid increasing line height when shown.
21097
21098 2003-11-17 Jesper Harder <harder@ifa.au.dk> (tiny change)
21099
21100 * newcomment.el (comment-normalize-vars): Initialize properly if
21101 comment-start was nil.
21102
21103 2003-11-19 Andreas Schwab <schwab@suse.de>
21104
21105 * simple.el (set-variable): Fix indentation.
21106
21107 2003-11-17 Kenichi Handa <handa@m17n.org>
21108
21109 * international/latin1-disp.el (latin1-display-ucs-per-lynx):
21110 Fix docstring.
21111
21112 2003-11-17 Jesper Harder <harder@ifa.au.dk> (tiny change)
21113
21114 * international/latin1-disp.el (latin1-display): Fix docstring.
21115
21116 2003-11-16 John Wiegley <johnw@newartisans.com>
21117
21118 * eshell/em-ls.el (eshell-ls-file): There are times with
21119 size-width is nil and uncomputed (when directories are created in
21120 dired, for example); in this case, 4 is reasonable default value,
21121 although it may caused skewed new entries (which could be avoided
21122 by returning the original value of 8 in all cases, but 99% of the
21123 time this is a waste of whitespace).
21124
21125 2003-11-16 Martin Stjernholm <bug-cc-mode@gnu.org>
21126
21127 * cc-engine.el (c-guess-continued-construct)
21128 (c-guess-basic-syntax): Check a little more carefully if it's a
21129 function declaration when an unknown construct followed by a block
21130 is found inside a statement context. This avoids macros followed
21131 by blocks to be taken as function declarations.
21132
21133 (c-guess-continued-construct): Change the analysis of a statement
21134 continuation with a brace open to `substatement-block', for
21135 consistency with recognized statements.
21136
21137 (c-add-stmt-syntax): Don't continue to the surrounding sexp if the
21138 start is in a position so that `c-beginning-of-statement-1' jumped
21139 to the beginning of the same statement.
21140
21141 * cc-fonts.el, cc-engine.el (c-forward-<>-arglist-recur):
21142 Don't accept binary operators in the arglist if we're in a function
21143 call context, i.e. if `c-restricted-<>-arglists' is set. That avoids
21144 template recognition in cases like "if (a < b || c > d)".
21145
21146 (c-restricted-<>-arglists): New more appropriate name for
21147 `c-disallow-comma-in-<>-arglists'.
21148
21149 Accessing functions updated for the variable name change.
21150
21151 * cc-engine.el (c-syntactic-re-search-forward): Fix bug where the
21152 match data could get clobbered if NOT-INSIDE-TOKEN is used.
21153
21154 * cc-engine.el (c-beginning-of-statement-1): Don't allow parens in
21155 labels.
21156
21157 (c-backward-to-decl-anchor): Use `c-beginning-of-statement-1'
21158 instead of duplicating parts of it. This fixes bogus label
21159 recognition.
21160
21161 * cc-align.el (c-gnu-impose-minimum): Revert to the old method
21162 of checking the context in which to apply the minimum indentation,
21163 so that it isn't enforced in e.g. namespace blocks.
21164
21165 * cc-vars.el (c-inside-block-syms): New constant used by
21166 `c-gnu-impose-minimum'. It's defined close to `c-offsets-alist'
21167 to somewhat reduce the risk of becoming stale.
21168
21169 * cc-cmds.el, cc-engine.el (c-shift-line-indentation): Move from
21170 cc-cmds to cc-engine to allow use from cc-align.
21171
21172 * cc-engine.el (c-beginning-of-inheritance-list): Cope with fully
21173 qualified identifiers containing "::".
21174
21175 * cc-defs.el (c-make-keywords-re): Add kludge for bug in
21176 `regexp-opt' in Emacs 20 and XEmacs when strings contain newlines.
21177
21178 * cc-vars.el (c-emacs-features): Use a space in front of the name
21179 of the temporary buffer. That also avoids dumping problems in
21180 XEmacs due to undo info being left around after the buffer is killed.
21181
21182 * cc-engine.el (c-in-knr-argdecl): Look closer at the function
21183 arglist to see if it's a K&R style declaration.
21184
21185 (c-guess-basic-syntax): CASE 5B.2: Check with `c-in-knr-argdecl'
21186 before returning `knr-argdecl-intro'.
21187
21188 2003-11-16 John Wiegley <johnw@newartisans.com>
21189
21190 * eshell/em-ls.el (eshell-ls-file): Instead of making the size
21191 field in a long-listing always 8 characters, use `size-width',
21192 which has already been computed.
21193
21194 2003-11-15 Thien-Thi Nguyen <ttn@gnu.org>
21195
21196 * subr.el (minor-mode-list): Add `hs-minor-mode'.
21197
21198 2003-11-14 Thien-Thi Nguyen <ttn@gnu.org>
21199
21200 * diff-mode.el (diff-hunk-prev, diff-hunk-next):
21201 Support operation while narrowed, with `diff-restrict-view'.
21202
21203 2003-11-14 Thien-Thi Nguyen <ttn@gnu.org>
21204
21205 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
21206 Take additional optional arg NARROWFUN. For the generated functions:
21207 Add local var `was-narrowed-p'. Also, if NARROWFUN is specified,
21208 include frags that arrange to check for and save narrowing state before
21209 the move and then conditionally call NARROWFUN after the move.
21210
21211 2003-11-14 John Wiegley <johnw@newartisans.com>
21212
21213 * eshell/esh-var.el (eshell-parse-variable-ref): Add a backslash
21214 that was optional, but obviously missing based on surrounding code.
21215
21216 * eshell/esh-cmd.el (eshell-lisp-command): Do not late-convert
21217 string arguments to numbers unless the whole argument was seen as
21218 a number.
21219
21220 2003-11-14 Kenichi Handa <handa@m17n.org>
21221
21222 * international/mule.el (ctext-non-standard-encodings-alist):
21223 Fix coding systems.
21224
21225 2003-11-10 Kenichi Handa <handa@m17n.org>
21226
21227 * language/kannada.el ("Kannada"): Add sample-text.
21228
21229 * language/knd-util.el (kannada-compose-region)
21230 (kannada-compose-string, kannada-post-read-conversion):
21231 Add autoload cookie.
21232
21233 * international/quail.el (quail-completion): Change the message
21234 "corresponding translations" to "corresponding characters".
21235
21236 2003-11-09 Markus Rost <rost@mathematik.uni-bielefeld.de>
21237
21238 * descr-text.el (describe-char): Fix typo.
21239
21240 2003-11-08 Kailash C. Chowksey <klchxbec@m-net.arbornet.org>
21241
21242 These changes are to support Kannada language/script.
21243
21244 * Makefile.in (DONTCOMPILE): Add kannada.el.
21245
21246 * makefile.w32-in (DONTCOMPILE): Add kannada.el.
21247
21248 * loadup.el: Preload kannada.el.
21249
21250 * language/ind-util.el (ucs-kannada-to-is13194-alist)
21251 (is13194-to-ucs-kannada-hashtbl, is13194-to-ucs-kannada-regexp):
21252 New variables.
21253
21254 * language/kannada.el: New file.
21255
21256 * language/knd-util.el: New file.
21257
21258 2003-11-07 Andreas Schwab <schwab@suse.de>
21259
21260 * progmodes/autoconf.el (autoconf-font-lock-keywords):
21261 Also highlight AH_*.
21262
21263 * xml.el (xml-parse-dtd): Fix misplaced paren.
21264
21265 2003-11-07 Kenichi Handa <handa@m17n.org>
21266
21267 * language/european.el (windows-1252): Fix table (0x8F and 0x9E).
21268
21269 2003-11-05 Juri Linkov <juri@jurta.org>
21270
21271 * desktop.el (desktop-locals-to-save): Add buffer-file-coding-system.
21272 (desktop-buffer-file): Use saved buffer-file-coding-system
21273 for file reading. Set auto-insert to nil to prevent automatic
21274 insertion into restored empty files.
21275
21276 2003-11-04 Luc Teirlinck <teirllm@auburn.edu>
21277
21278 * files.el (risky-local-variable-p): Make second argument optional.
21279
21280 2003-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
21281
21282 * subr.el (add-hook): Fix last change.
21283
21284 2003-11-03 Eli Zaretskii <eliz@gnu.org>
21285
21286 * mail/rmail.el (rmail-convert-to-babyl-format):
21287 If base64-decode-region signals an error, catch it and silently
21288 ignore it.
21289
21290 2003-11-01 Mark A. Hershberger <mah@everybody.org>
21291
21292 * xml.el (xml-parse-region): Allow comments to appear after the
21293 topmost element has closed.
21294 (xml-ns-parse-ns-attrs, xml-ns-expand-el)
21295 (xml-ns-expand-attr): New functions to do namespace handling.
21296 (xml-intern-attrlist): Back-compatible handling of attribute names.
21297 (xml-parse-tag): Move namespace handling to separate functions.
21298 Now produces elements in the form ((:ns . "element") (attr-list)
21299 children) instead of ('ns:element (attr-list) children).
21300 (xml-parse-attlist): Fix attribute parsing.
21301 (xml-parse-dtd): Change parsing so that it produces strings
21302 instead of interned symbols.
21303
21304 2003-11-01 era@iki.fi <era@iki.fi> (tiny change)
21305
21306 * dired.el (dired-ls-sorting-switches): Doc fix.
21307
21308 2003-11-01 Oliver Scholz <epameinondas@gmx.de>
21309
21310 * emacs-lisp/rx.el (rx-or): Fix the case of
21311 "(rx (and ?a (or ?b ?c) ?d))".
21312
21313 2003-11-01 Christoph Wedler <wedler@users.sourceforge.net> (tiny change)
21314
21315 * textmodes/texinfmt.el (texinfo-pre-format-hook): New variable.
21316 (texinfo-format-region): Use it.
21317 (texinfo-format-buffer-1): Ditto.
21318
21319 2003-11-01 Alan Mackenzie <acm@muc.de>
21320
21321 Changes to allow scrolling whilst in isearch mode:
21322 * isearch.el (isearch-unread-key-sequence): New function,
21323 extracted from isearch-other-meta-char.
21324 (top level): (put 'foo 'isearch-scroll) on all Emacs's
21325 "scrollable" standard functions.
21326 (isearch-allow-scroll): New customizable variable.
21327 (isearch-string-out-of-window, isearch-back-into-window)
21328 (isearch-reread-key-sequence-naturally)
21329 (isearch-lookup-scroll-key): New functions.
21330 (isearch-other-meta-char): Doc string and functionality enhanced.
21331 Now accepts a prefix argument.
21332 (isearch-lazy-highlight-window-end): New variable.
21333 (isearch-lazy-highlight-new-loop): Pay attention to the window's
21334 end (thru isearch-lazy-highlight-window-end), not only its start.
21335
21336 * simple.el (overriding-map-is-bound, saved-overriding-map): New vars.
21337 (ensure-overriding-map-is-bound, restore-overriding-map): New funs.
21338 (universal-argument, universal-argument-more, negative-argument)
21339 (digit-argument, universal-argument-other-key): Minor changes.
21340
21341 2003-11-01 Alexander Pohoyda <alexander.pohoyda@gmx.net> (tiny change)
21342
21343 * mail/rmailsum.el (rmail-summary-goto-msg): Don't call itself
21344 recursively if the last message is deleted, thus avoiding an
21345 infinite loop.
21346
21347 2003-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
21348
21349 * textmodes/tex-mode.el (tex-compile-commands): Add `yap' and `ps2pdf'.
21350 (tex-main-file): Don't add .tex if the extension is already present.
21351 (tex-uptodate-p): Don't recurse indefinitely with symlinks.
21352
21353 2003-10-29 Lute Kamstra <lute@gnu.org>
21354
21355 * progmodes/octave-inf.el (inferior-octave-prompt):
21356 Recognize version number in prompt.
21357
21358 2003-10-28 Dave Love <fx@gnu.org>
21359
21360 * international/characters.el: Fix some Unicode ranges.
21361
21362 2003-10-28 Kenichi Handa <handa@m17n.org>
21363
21364 * disp-table.el (standard-display-8bit)
21365 (standard-display-default, standard-display-ascii)
21366 (standard-display-g1, standard-display-graphic)
21367 (standard-display-underline): Assure that standard-display-table
21368 is a display table.
21369
21370 2003-10-27 Stefan Monnier <monnier@iro.umontreal.ca>
21371
21372 * simple.el (reindent-then-newline-and-indent): Delete space *after*
21373 reindenting the first line.
21374
21375 2003-10-25 Per Abrahamsen <abraham@dina.kvl.dk>
21376
21377 * wid-edit.el (widget-default-delete): Always delete child widgets.
21378
21379 2003-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
21380
21381 * newcomment.el (comment-indent): Don't call indent-according-to-mode
21382 if the line has code.
21383 Don't try to line up with something that's too far left.
21384
21385 * progmodes/octave-mod.el (octave-comment-start): Simplify.
21386 (octave-mode-syntax-table): Add % as a comment starter.
21387 (octave-point): Remove.
21388 (octave-in-comment-p, octave-in-string-p)
21389 (octave-not-in-string-or-comment-p, calculate-octave-indent)
21390 (octave-blink-matching-block-open, octave-auto-fill):
21391 Use line-(beginning|end)-position instead.
21392
21393 2003-10-23 Francesco Potort\e,Al\e(B <pot@gnu.org>
21394
21395 * emacs-lisp/authors.el (authors-aliases): Add correct realname
21396 for Francesco Potort\e,Al\e(B.
21397
21398 2003-10-23 Dave Love <fx@gnu.org>
21399
21400 * international/mule-cmds.el (locale-charset-to-coding-system):
21401 Don't rely on nil being a coding system.
21402
21403 * mail/mail-extr.el (mail-extr-ignore-single-names): Add :version.
21404 (mail-extr-address-syntax-table): Remove non-ASCII unibyte chars.
21405 (mail-extr-voodoo): Use char classes in regexps (for non-ASCII).
21406
21407 2003-10-21 Nick Roberts <nick@nick.uklinux.net>
21408
21409 * gdb-ui.el (gdb-current-language): New variable.
21410 (gdb-update-flag): Remove variable.
21411 (gud-watch, gdb-frame-handler): Adapt for other languages (Fortran).
21412 (gdb-take-last-elt): Remove function.
21413 (gdb-dequeue-input): Avoid recursion by not using gdb-take-last-elt.
21414 (gdb-post-prompt): Check for variable object changes here.
21415
21416 * progmodes/gud.el (gud-speedbar-buttons): Check for variable
21417 object changes in gdb-ui.el.
21418
21419 2003-10-21 Richard M. Stallman <rms@gnu.org>
21420
21421 * emacs-lisp/edebug.el (edebug-display-freq-count): Doc fix.
21422
21423 * ls-lisp.el (ls-lisp-insert-directory): Arg is now wildcard-regexp.
21424 Don't check for foo*/ wildcard form here.
21425 (insert-directory): Recognize foo*/ as a wildcard.
21426 Separate wildcard-regexp variable from the arg, wildcard.
21427
21428 * subr.el (add-hook): Correctly detect when make-local-hook was used.
21429 (remove-hook): Correctly handle strange cases about local hooks.
21430
21431 2003-10-21 David Ponce <david@dponce.com>
21432
21433 * ruler-mode.el (ruler-mode-left-fringe-cols): Add new optional
21434 argument REAL, to return a real number instead of a rounded
21435 integer value. Define as inline function.
21436 (ruler-mode-right-fringe-cols): Likewise.
21437 (ruler-mode-scroll-bar-cols): New function.
21438 (ruler-mode-left-scroll-bar-cols): Use it. Define as macro.
21439 (ruler-mode-right-scroll-bar-cols): Likewise.
21440 (ruler-mode-space): New function.
21441 (ruler-mode-ruler): Use it. Handle variations of fringe style,
21442 scroll bar mode and margins in a more robust way.
21443
21444 2003-10-21 Christoph Wedler <Christoph.Wedler@sap.com>
21445
21446 * progmodes/antlr-mode.el: Make major mode work with cc-mode-5.30+.
21447 (antlr-c-init-language-vars): New function.
21448 (antlr-mode): Use it with cc-mode before v5.29.
21449 (antlr-c-common-init): Don't set some local vars here.
21450 (antlr-mode): Set them here.
21451 (antlr-c-forward-sws): New function alias.
21452 (antlr-mode): Redefine with cc-mode before v5.30.
21453 (antlr-skip-sexps): Use it.
21454 (antlr-skip-exception-part): Ditto.
21455 (antlr-skip-file-prelude): Ditto.
21456 (antlr-outside-rule-p): Ditto.
21457 (antlr-end-of-body): Ditto.
21458 (antlr-option-kind): Ditto.
21459 (antlr-insert-option-area): Ditto.
21460 (antlr-file-dependencies): Ditto.
21461
21462 2003-10-21 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
21463
21464 * textmodes/bibtex.el (bibtex-move-outside-of-entry):
21465 Move backward only if point was not inside an entry.
21466
21467 2003-10-21 Richard M. Stallman <rms@gnu.org>
21468
21469 * progmodes/compile.el (compile-auto-highlight): Undo July 7 change.
21470
21471 2003-10-21 Juri Linkov <juri@jurta.org>
21472
21473 * compare-w.el: Automatically skip non-matching text to resync.
21474 (compare-windows-whitespace): Doc fix.
21475 (compare-windows-sync, compare-windows-sync-string-size)
21476 (compare-windows-recenter, compare-ignore-whitespace)
21477 (compare-windows-highlight, compare-windows-face): New variables.
21478 (compare-windows): Use compare-windows-sync.
21479 (compare-windows-highlight, compare-windows-dehighlight)
21480 (compare-windows-sync-regexp)
21481 (compare-windows-sync-default-function): New functions.
21482
21483 2003-10-21 Juri Linkov <juri@jurta.org>
21484
21485 * diff.el (diff-parse-differences): Don't visit the files now;
21486 instead, just record the error locus.
21487
21488 2003-10-21 Dave Love <fx@gnu.org>
21489
21490 * progmodes/cfengine.el: New file.
21491
21492 2003-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
21493
21494 * complete.el (PC-do-completion): Do not forget to use `pred' as the
21495 default-directory when completing file names.
21496
21497 2003-10-20 Luc Teirlinck <teirllm@auburn.edu>
21498
21499 * help-mode.el (help-make-xrefs): Make sure that if a symbol is
21500 followed by the word `face', it gets treated as a face, even if
21501 it is also defined as a variable or a function.
21502
21503 2003-10-20 Dave Love <fx@gnu.org>
21504
21505 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
21506 Avoid incf in macro expansion.
21507
21508 2003-10-20 John Paul Wallington <jpw@gnu.org>
21509
21510 * emacs-lisp/elint.el (elint-check-defcustom-form): Don't use
21511 `evenp' so we don't implicitly require cl library at runtime.
21512
21513 2003-10-18 Luc Teirlinck <teirllm@auburn.edu>
21514
21515 * help-mode.el (help-xref-symbol-regexp): Treat newlines as whitespace.
21516 (help-make-xrefs): Only make cross-references for faces if
21517 preceded or followed by the word `face'. Do not make a
21518 cross-reference for variables without variable documentation,
21519 unless preceded by the word `variable' or `option'. Update doc
21520 string accordingly.
21521
21522 2003-10-18 Thien-Thi Nguyen <ttn@gnu.org>
21523
21524 * progmodes/hideshow.el: Rewrite one-armed `if'
21525 constructs using either `when' or `unless'.
21526 (hs-grok-mode-type): Elide superfluous `progn'; nfc.
21527
21528 2003-10-16 Nick Roberts <nick@nick.uklinux.net>
21529
21530 * gdb-ui.el (breakpoint-xpm-data, breakpoint-enabled-pbm-data)
21531 (breakpoint-disabled-pbm-data): Make breakpoint icons 10x10
21532 instead of 12x12.
21533
21534 2003-10-16 Eli Zaretskii <eliz@gnu.org>
21535
21536 * mail/rmail.el (rmail-convert-to-babyl-format): Display a
21537 message while converting to Babyl.
21538
21539 2003-10-16 Vadim Nasardinov <vadimn@redhat.com> (tiny change)
21540
21541 * allout.el (allout-mode): Doc fix.
21542
21543 2003-10-16 Lute Kamstra <lute@gnu.org>
21544
21545 * subr.el (force-mode-line-update): Fix docstring.
21546
21547 2003-10-14 Dave Love <fx@gnu.org>
21548
21549 * international/mule-cmds.el (find-multibyte-characters): Doc fix.
21550 (default-input-method): Add :link, improve :type.
21551 (locale-charset-language-names): Fix utf-8 pattern.
21552 (locale-charset-match-p, locale-charset-alist)
21553 (locale-charset-to-coding-system): New.
21554 (set-locale-environment): Deal with codeset part of locale specs.
21555
21556 2003-10-14 Lute Kamstra <lute@gnu.org>
21557
21558 * fringe.el (fringe-mode): Use active voice in docstring.
21559 (set-fringe-style): Ditto.
21560
21561 2003-10-13 Lute Kamstra <lute@gnu.org>
21562
21563 * fringe.el (fringe-mode): Fix docstring.
21564 (set-fringe-style): Ditto.
21565
21566 2003-10-12 Michael Kifer <kifer@cs.stonybrook.edu>
21567
21568 * ediff-mult.el (ediff-filegroup-action):
21569 Use ediff-default-filtering-regexp.
21570
21571 * ediff-util.el (ediff-recenter): Don't call
21572 ediff-restore-highlighting twice.
21573 (ediff-select-difference): Set current difference.
21574 (ediff-unselect-and-select-difference): Add comment.
21575
21576 * ediff.el (ediff-directories,ediff-directory-revisions)
21577 (ediff-directories3,ediff-merge-directories)
21578 (ediff-merge-directories-with-ancestor)
21579 (ediff-merge-directory-revisions)
21580 (ediff-merge-directory-revisions-with-ancestor):
21581 Use ediff-default-filtering-regexp.
21582
21583 2003-10-12 Andreas Schwab <schwab@suse.de>
21584
21585 * international/mule-cmds.el (locale-charset-language-names):
21586 Simplify regex by removing unused grouping.
21587
21588 2003-10-10 Dave Love <fx@gnu.org>
21589
21590 * bindings.el: Don't bind stop.
21591
21592 2003-10-08 Miles Bader <miles@gnu.org>
21593
21594 * gdb-ui.el (gdb-info-frames-custom): Use proper :inverse-video
21595 face instead of attempting to emulate it.
21596
21597 2003-10-07 Kenichi Handa <handa@m17n.org>
21598
21599 * international/mule-diag.el (list-coding-systems-1): List coding
21600 systems that are loaded automatically.
21601
21602 * international/code-pages.el (iso-8859-11): Add autoload cookie.
21603
21604 * international/mule.el (autoload-coding-system): New function.
21605
21606 2003-10-07 Andreas Schwab <schwab@suse.de>
21607
21608 * log-edit.el (log-edit-changelog-entries): Prefer local value of
21609 change-log-default-name in the buffer visiting the file.
21610
21611 2003-10-06 Dave Love <fx@gnu.org>
21612
21613 * files.el (find-file-hook): Customize.
21614 (auto-mode-alist): Add .stk, .ss, .sch, .orig.
21615
21616 * bindings.el (completion-ignored-extensions): Remove .log.
21617 (global-map): Add again, open, stop keys.
21618
21619 2003-10-05 Richard M. Stallman <rms@gnu.org>
21620
21621 * progmodes/sh-script.el (sh-feature): Handle sh-modify like sh-append.
21622 (sh-for, sh-indexed-loop, sh-function, sh-while, sh-while-getopts):
21623 Use sh-modify directly.
21624 (sh-select): Use sh-append, not eval.
21625
21626 * mail/emacsbug.el (report-emacs-bug): Fix previous change.
21627
21628 * info.el (Info-following-node-name): New function.
21629
21630 * loadhist.el (unload-feature-special-hooks):
21631 Rename from loadhist-hook-functions.
21632 (loadhist-hook-functions): Now an alias.
21633
21634 2003-10-04 Eli Zaretskii <eliz@gnu.org>
21635
21636 * ldefs-boot.el: Renamed from loaddefs-boot.el, to prevent
21637 file-name clashes on 8+3 filesystems.
21638
21639 * Makefile.in (DONTCOMPILE, bootstrap-clean):
21640 Rename loaddefs-boot.el to ldefs-boot.el
21641
21642 * makefile.w32-in (DONTCOMPILE, bootstrap-clean-CMD)
21643 (bootstrap-clean-SH): Rename loaddefs-boot.el to ldefs-boot.el
21644
21645 2003-10-03 Lute Kamstra <lute@gnu.org>
21646
21647 * info.el (Info-mode): Revert previous change.
21648 (Info-escape-percent): New function.
21649 (Info-fontify-node): Use it.
21650
21651 2003-10-02 Andreas Schwab <schwab@suse.de>
21652
21653 * loaddefs-boot.el: Regenerated.
21654
21655 2003-10-01 Rajesh Vaidheeswarran <rv@gnu.org>
21656
21657 * ffap.el: Remove defadvice related code from CVS since `complete'
21658 provides a `PC-completion-as-file-name-predicate' variable that
21659 ffap can override.
21660
21661 2003-10-02 Kenichi Handa <handa@m17n.org>
21662
21663 * international/utf-8.el (ccl-decode-mule-utf-8):
21664 Lookup utf-subst-table-for-decode even for U+E000..U+FFFF.
21665
21666 * international/subst-jis.el: Include U+FF00..U+FFEF in decode table.
21667 * international/subst-big5.el: Likewise.
21668 * international/subst-gb2312.el: Likewise.
21669 * international/subst-ksc.el: Likewise.
21670
21671 2003-10-01 Glenn Morris <gmorris@ast.cam.ac.uk>
21672
21673 * calendar/calendar.el (increment-calendar-month)
21674 (calendar-leap-year-p, calendar-absolute-from-gregorian)
21675 (generate-calendar, calendar-read-date, calendar-interval)
21676 (calendar-day-of-week): Handle years BC.
21677 (generate-calendar-month, calendar-gregorian-from-absolute): Doc fix.
21678
21679 2003-10-01 Dave Love <fx@gnu.org>
21680
21681 * language/cyrillic.el (cp1251): Alias for windows-1251.
21682
21683 * vc-cvs.el (vc-cvs-parse-entry): Revert last change to allow
21684 bootstrap.
21685
21686 2003-10-01 Lute Kamstra <lute@gnu.org>
21687
21688 * files.el: Fix typo.
21689 * imenu.el (imenu--generic-function): Docstring fix.
21690
21691 2003-09-30 Richard M. Stallman <rms@gnu.org>
21692
21693 * dired.el (dired-mode): Handle dired-directory as a list.
21694
21695 2003-09-30 Nick Roberts <nick@nick.uklinux.net>
21696
21697 * toolbar/gud-watch.xpm, toolbar/gud-watch.pbm: Add.
21698
21699 * toolbar/gud-display.xpm, toolbar/gud-display.pbm: Remove.
21700
21701 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map):
21702 Replace gud-display with gud-watch.
21703 (gud-speedbar-buttons): Add stuff for watching expressions
21704 in the speedbar when using M-x gdba. Use dolist on old part
21705 of this function.
21706
21707 * gdb-ui.el (gdb-var-list, gdb-var-changed, gdb-update-flag)
21708 (gdb-update-flag): New variables.
21709 (gdb-var-update, gdb-var-update-handler,gdb-var-delete)
21710 (gdb-speedbar-expand-node, gdb-var-evaluate-expression-handler)
21711 (gud-watch, gdb-var-create-handler) : New functions.
21712 (gdb-var-list-children, gdb-var-list-children-handler)
21713 (gdb-var-create-regexp, gdb-var-update-regexp)
21714 (gdb-var-list-children-regexp): New constants.
21715 (gud-gdba-command-name): Don't specify -noasync so that GDB/MI works.
21716 (gdb-annotation-rules): Reduce annotation set (level 3).
21717 (gdb-pre-prompt, gdb-prompt): Call handler in gdb-prompt.
21718 (gdb-post-prompt): Don't update GDB buffers every time speedbar
21719 updates.
21720 (gdb-window-height, gdb-window-width, gdb-display-in-progress)
21721 (gdb-expression-buffer-name, gdb-display-number, gdb-point)
21722 (gdb-dive-display-number, gdb-nesting-level, gdb-expression)
21723 (gdb-annotation-arg, gdb-dive-map, gdb-values, gdb-array-start)
21724 (gdb-array-stop, gdb-array-slice-map, gdb-display-string)
21725 (gdb-array-size, gdb-display-mode-map, gdb-expressions-mode-map):
21726 (gdb-expressions-mode-menu, gdb-dive): Remove variables.
21727 (gud-display, gud-display1)
21728 (gdb-display-begin,gdb-display-number-end, gdb-delete-line)
21729 (gdb-display-end, gdb-display-go-back, gdb-array-section-end)
21730 (gdb-field-begin, gdb-field-end, gdb-elt,gdb-field-format-begin)
21731 (gdb-field-format-end, gdb-dive, gdb-dive-new-frame)
21732 (gdb-insert-field, gdb-array-format, gdb-mouse-array-slice)
21733 (gdb-array-slice, gdb-array-format1, gdb-info-display-custom)
21734 (gdb-delete-frames, gdb-display-mode, gdb-display-buffer-name)
21735 (gdb-display-display-buffer, gdb-toggle-display)
21736 (gdb-delete-display, gdb-expressions-popup-menu)
21737 (gdb-expressions-mode, gdb-array-visualise): Remove functions.
21738 (gdb-setup-windows, gdb-reset, gdb-source-info): Remove references
21739 to display buffer.
21740
21741 2003-09-30 Richard M. Stallman <rms@gnu.org>
21742
21743 * progmodes/ada-mode.el (ada-mode): Don't use advice.
21744 Instead, set which-func-functions.
21745
21746 * progmodes/which-func.el (which-func-modes): Add ada-mode.
21747 (which-func-functions): New variable.
21748 (which-function): Use that.
21749
21750 * info.el (Info-mode): Double each `%' in header line.
21751
21752 * emacs-lisp/lisp-mnt.el (lm-with-file):
21753 When FILE is nil, run BODY in current buffer.
21754
21755 * mail/emacsbug.el (report-emacs-bug): Mention major and minor modes.
21756
21757 * help.el (describe-mode): Start with a brief list of minor modes.
21758 Find them thru minor-mode-list so as to find them all.
21759 Show them in alphabetical order.
21760
21761 * mail/sendmail.el (mail-aliases): Doc fix.
21762
21763 * progmodes/sh-script.el (sh-mode-syntax-table): Add defvar.
21764
21765 2003-09-30 Alexander Pohoyda <alexander.pohoyda@gmx.net> (tiny change)
21766
21767 * mail/rmailsum.el (rmail-make-summary-line-1):
21768 Change comma after last label to a space.
21769 (rmail-summary-font-lock-keywords): Adapt to that change.
21770
21771 2003-09-30 Thien-Thi Nguyen <ttn@gnu.org>
21772
21773 * progmodes/scheme.el (scheme-mode-variables): When setting
21774 `font-lock-defaults', also specify that "#" should
21775 be interpreted with `word' syntax.
21776 (scheme-font-lock-keywords-2): Also interpret "#:foo" as keyword.
21777
21778 2003-09-30 Lars Hansen <larsh@math.ku.dk>
21779
21780 * desktop.el: A lot of comments updated.
21781 (desktop-save-mode): Minor mode introduced.
21782 (desktop-enable, desktop-clear-preserve-buffers): Make vars obsolete.
21783 (desktop-load-default): Function made obsolete.
21784 (desktop-locals-to-save): Variable made customizable.
21785 (desktop-read): Optional parameter `dirname' added.
21786 (desktop-change-dir, desktop-revert): Parameter `dirname' in
21787 `desktop-read' used.
21788 (desktop-save-in-load-dir): Rename to `desktop-save-in-desktop-dir'.
21789
21790 2003-09-29 Rajesh Vaidheeswarran <rv@gnu.org>
21791
21792 * whitespace.el (whitespace-clean-msg): Add user customizable message
21793 for displaying ``clean'' output.
21794 (whitespace-buffer): Use `whitespace-clean-msg'.
21795 (whitespace-global-mode): Fix typo.
21796
21797 2003-09-29 Thien-Thi Nguyen <ttn@gnu.org>
21798
21799 * pcvs.el (cvs-mode-unmark-up): Move to goal column when done.
21800
21801 2003-09-29 Lute Kamstra <lute@gnu.org>
21802
21803 * bindings.el (mode-line-modes): Remove superfluous :propertize
21804 construct in initialization.
21805 (mode-line-position): Change cons cell into proper list in
21806 initialization.
21807
21808 2003-09-29 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change)
21809
21810 * international/mule.el (decode-coding-inserted-region): Use car
21811 of the return value of find-operation-coding-system.
21812
21813 2003-09-29 Kenichi Handa <handa@m17n.org>
21814
21815 * descr-text.el (describe-char): Fix previous change.
21816
21817 2003-09-28 Kenichi Handa <handa@m17n.org>
21818
21819 * descr-text.el (describe-char-display): New function.
21820 (describe-char): Pay attention to display table on describing how
21821 a character is displayed.
21822
21823 * international/mule-cmds.el (encoded-string-description):
21824 Prepend "0x" to each encoded byte.
21825
21826 2003-09-28 Andreas Schwab <schwab@suse.de>
21827
21828 * find-file.el (ff-special-constructs): Add autoload cookie.
21829
21830 2003-09-28 Kevin Ryde <user42@zip.com.au>
21831
21832 * info.el (Info-find-index-name): Remove any "<n>" suffixes which
21833 makeinfo appends to duplicate index entries.
21834
21835 2003-09-28 Eli Zaretskii <eliz@gnu.org>
21836
21837 * dired-x.el (dired-clean-tex): Doc fix.
21838
21839 * language/chinese.el ("Chinese-GB", "Chinese-BIG5"): Set up for
21840 using a Chinese tutorial.
21841
21842 2003-09-28 Jesper Harder <harder@ifa.au.dk> (tiny change)
21843
21844 * mail/smtpmail.el (smtpmail-via-smtp): Don't insert a space
21845 between "MAIL FROM:" and "RCPT TO:" and the following address.
21846
21847 2003-09-28 Jesper Harder <harder@ifa.au.dk> (tiny change)
21848
21849 * textmodes/text-mode.el (paragraph-indent-minor-mode): Doc fix.
21850
21851 2003-09-28 David Ponce <david@dponce.com>
21852
21853 * recentf.el (recentf-initialize-file-name-history): New defcustom.
21854 (recentf-load-list): When `recentf-initialize-file-name-history'
21855 is non-nil, initialize an empty `file-name-history' with the
21856 recent list.
21857
21858 2003-09-28 Evgeni Dobrev <evgeni_dobrev@developer.bg> (tiny change)
21859
21860 * man.el (Man-default-man-entry): Remove the leading `*' from the
21861 word at point.
21862
21863 2003-09-26 Lute Kamstra <lute@gnu.org>
21864
21865 * bindings.el (mode-line-position): Mention size indication in
21866 docstring.
21867
21868 2003-09-26 Andre Spiegel <spiegel@gnu.org>
21869
21870 * calendar/parse-time.el (parse-time-string): Add autoload cookie.
21871
21872 * vc-cvs.el (vc-cvs-parse-entry): Don't require parse-time,
21873 because it's autoloaded now.
21874
21875 2003-09-25 Glenn Morris <gmorris@ast.cam.ac.uk>
21876
21877 * progmodes/sh-script.el (sh-builtins): Add bash `shopt' builtin.
21878 (sh-font-lock-keywords, sh-feature): Fix previous change of
21879 sh-feature to avoid infloop with sh-font-lock-keywords.
21880
21881 2003-09-25 Kim F. Storm <storm@cua.dk>
21882
21883 * frame.el (frame-current-scroll-bars): New defun.
21884
21885 * window.el (window-current-scroll-bars): New defun.
21886
21887 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
21888
21889 * progmodes/cc-engine.el (c-parse-state): Fix bug that could
21890 cause errors when the state cache contains info on parts that have
21891 been narrowed out.
21892
21893 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
21894
21895 * progmodes/cc-vars.el (c-comment-prefix-regexp): Document that
21896 `c-setup-paragraph-variables' has to be used when this variable is
21897 changed; it doesn't work to reinitialize the mode since that
21898 typically clobbers the variable.
21899
21900 * progmodes/cc-styles.el (c-setup-paragraph-variables):
21901 Make it interactive.
21902
21903 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
21904
21905 * progmodes/cc-fonts.el (c-font-lock-declarations):
21906 Fix recognition of constructors and destructors for classes whose
21907 names are matched by `*-font-lock-extra-types'.
21908
21909 * progmodes/cc-langs.el (c-type-list-kwds): If "operator" is
21910 followed by an identifier in C++ then it's a type.
21911
21912 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
21913
21914 * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix eob
21915 problem that primarily affected XEmacs. Don't use faces to find
21916 unterminated strings since Emacs and XEmacs fontify strings
21917 differently - this function should now work better in XEmacs.
21918
21919 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
21920
21921 * progmodes/cc-cmds.el (c-electric-brace): Fix a bug in the
21922 `expand-abbrev' workaround which caused braces to misbehave inside
21923 macros.
21924
21925 * progmodes/cc-engine.el (c-forward-keyword-clause): Fix error
21926 handling. This bug could cause interactive font locking to bail out.
21927
21928 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
21929
21930 * progmodes/cc-engine.el (c-just-after-func-arglist-p):
21931 Handle paren-style types in Pike. Also fixed some cases of
21932 insufficient handling of unbalanced parens.
21933
21934 2003-09-24 Rajesh Vaidheeswarran <rv@gnu.org>
21935
21936 * ffap.el (ffap-shell-prompt-regexp): Add regexp to identify
21937 common shell prompts that are not common filename or URL characters.
21938 (ffap-file-at-point): Use the new regexp to strip the prompts from
21939 the file names. This is an issue mostly for user prompts that
21940 don't have a trailing space and find-file-at-point is invoked from
21941 within a shell inside Emacs.
21942
21943 2003-09-24 Andre Spiegel <spiegel@gnu.org>
21944
21945 * vc-cvs.el (vc-cvs-parse-entry): Restore the code to compare time
21946 stamps numerically, rather than textually.
21947
21948 2003-09-24 Kenichi Handa <handa@m17n.org>
21949
21950 * language/devan-util.el (devanagari-post-read-conversion):
21951 * language/mlm-util.el (malayalam-post-read-conversion):
21952 * language/tml-util.el (tamil-post-read-conversion):
21953 Add autoload cookie.
21954
21955 * international/utf-8.el (utf-8-post-read-conversion):
21956 Call post-read-conversion functions for Devanagari, Malayalam,
21957 and Tamil.
21958
21959 2003-09-23 Dave Love <fx@gnu.org>
21960
21961 * Makefile.in (bootstrap-clean): Fix misplaced `!'.
21962
21963 2003-09-22 Nick Roberts <nick@nick.uklinux.net>
21964
21965 * progmodes/gud.el (perldb): Add gud-until to list of commands.
21966 Update gud-remove.
21967
21968 2003-09-22 Richard M. Stallman <rms@gnu.org>
21969
21970 * progmodes/sh-script.el (sh-mode-default-syntax-table):
21971 Rename from sh-mode-syntax-table. Call sh-mode-syntax-table directly.
21972 (sh-mode-syntax-table-input): New variable.
21973 (sh-require-final-newline): Don't use eval.
21974 (sh-builtins, sh-leading-keywords, sh-other-keywords)
21975 (sh-variables, sh-font-lock-keywords): Don't use eval.
21976 (sh-set-shell): When setting require-final-newline,
21977 treat value = `require-final-newline' as don't change it.
21978 Set sh-mode-syntax-table locally based on
21979 sh-mode-syntax-table-input and sh-mode-default-syntax-table.
21980
21981 * progmodes/compile.el (compile-internal):
21982 Call compilation-set-window-height before setting window start.
21983
21984 2003-09-22 Greg Hill <ghill@synergymicro.com> (tiny change)
21985
21986 * emacs-lisp/bytecomp.el (byte-compile-log-file):
21987 Clear out byte-compile-last-warned-form.
21988
21989 2003-09-22 Richard M. Stallman <rms@gnu.org>
21990
21991 * woman.el (woman-file-name, woman-follow-word):
21992 If current-word returns nil, use "".
21993
21994 * simple.el (eval-expression): Bind standard-output in to-buffer case.
21995
21996 2003-09-22 Richard M. Stallman <rms@gnu.org>
21997
21998 * emacs-lisp/lisp-mnt.el (lm-with-file):
21999 Don't visit the file, just use insert-file-contents in temp buffer.
22000
22001 2003-09-22 Jari Aalto <jari.aalto@poboxes.com>
22002
22003 * emacs-lisp/lisp-mnt.el (lm-get-header-re):
22004 Add surrounding \\( and \\) around the header, as in
22005 for lm-history-header 'Change Log\\|History'.
22006
22007 2003-09-22 John Paul Wallington <jpw@gnu.org>
22008
22009 * progmodes/ld-script.el: Add Commentary section,
22010 minor cleanup of file header.
22011 (ld-script-font-lock-keywords): Doc fix.
22012 (toplevel): Provide `ld-script' feature.
22013
22014 2003-09-21 Kim F. Storm <storm@cua.dk>
22015
22016 * scroll-bar.el (set-scroll-bar-mode): Initialize to
22017 new built-in variable default-frame-scroll-bars.
22018 (scroll-bar-mode): Use default-frame-scroll-bars when enabling
22019 scroll-bar-mode; notably, use it instead of t when we toggle
22020 scroll-bars on.
22021 (toggle-scroll-bar): Use default-frame-scroll-bars.
22022
22023 2003-09-19 Masatake YAMATO <jet@gyve.org>
22024
22025 * pcvs.el (cvs-do-removal): Change the prompt depending on
22026 `filter' value.
22027
22028 2003-09-19 Glenn Morris <gmorris@ast.cam.ac.uk>
22029
22030 * startup.el (command-line-1): Stop startup-echo-area-message
22031 being hidden by "Loading image..." message.
22032 (use-fancy-splash-screens-p, display-splash-screen):
22033 Move display-graphic-p test from latter to former.
22034
22035 * progmodes/sh-script.el (sh-font-lock-keywords):
22036 Highlight escaped EOLs differently from other backslash constructs.
22037
22038 2003-09-19 Richard M. Stallman <rms@gnu.org>
22039
22040 * emacs-lisp/edebug.el (edebug-var-status, edebug-restore-status):
22041 New functions.
22042 (edebug-enter, edebug-outside-excursion): Use them.
22043
22044 * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
22045 Fix the condition for whether to print "In WHERE".
22046
22047 2003-09-19 Jari Aalto <jari.aalto@poboxes.com>
22048
22049 * finder.el (finder-mode-hook): New variable.
22050 (finder-mode): Run hook finder-mode-hook
22051
22052 2003-09-18 Masatake YAMATO <jet@gyve.org>
22053
22054 * progmodes/ebrowse.el: Fix broken magic autoload comments.
22055
22056 2003-09-17 Mario Lang <mlang@delysid.org>
22057
22058 * progmodes/gud.el (perldb): Change gud-print from just "%e" to
22059 "p %e" to actually print the value in the GUD buffer.
22060
22061 2003-09-16 Miles Bader <miles@gnu.ai.mit.edu>
22062
22063 From David Ponce <david.ponce@wanadoo.fr>:
22064 * makefile.w32-in (DONTCOMPILE): Add loaddefs-boot.el.
22065 (bootstrap-clean-CMD, bootstrap-clean-SH): Recreate loaddefs.el
22066 from loaddefs-boot.el if necessary.
22067
22068 2003-09-15 Zoltan Kemenczy <kemenczy@rogers.com>
22069
22070 * progmodes/gud.el (gud-find-class): Make jdb work again since
22071 cc-mode changed the syntactic information.
22072
22073 2003-09-15 David Ponce <david@dponce.com>
22074
22075 * recentf.el: (recentf-exclude): Accept predicates too.
22076 (recentf-file-readable-p): New function.
22077 (recentf-include-p): Handle predicates in recentf-exclude.
22078 (recentf-add-file): Doc fix. Use recentf-file-readable-p.
22079 (recentf-cleanup): Likewise.
22080 (recentf-save-list): Use write-file to handle backup of
22081 recentf-save-file.
22082
22083 2003-09-15 Miles Bader <miles@gnu.ai.mit.edu>
22084
22085 * loaddefs-boot.el: Renamed from `loaddefs.el'
22086 * Makefile.in (DONTCOMPILE): Add loaddefs-boot.el.
22087 (bootstrap-clean): Recreate loaddefs.el from loaddefs-boot.el if
22088 necessary.
22089
22090 2003-09-13 Thien-Thi Nguyen <ttn@gnu.org>
22091
22092 * electric.el (Electric-pop-up-window): For the `one-window' case,
22093 no longer disconcertingly move point in the original buffer.
22094
22095 2003-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
22096
22097 * emacs-lisp/tq.el (tq-create): Fix mixed up unquote style.
22098
22099 2003-09-12 Eric Hanchrow <offby1@blarg.net> (tiny change)
22100
22101 * dired.el (dired-mode-map): Fix typo.
22102
22103 2003-09-11 Richard M. Stallman <rms@gnu.org>
22104
22105 * dired.el (dired-mode-map): Bind M-g to dired-goto-file.
22106
22107 2003-09-11 Paul Pogonyshev <pogonyshev@gmx.net> (tiny change)
22108
22109 * window.el (kill-buffer-and-window): Remove `yes-or-no-p' so that
22110 the function is less noisy. Now only `kill-buffer' can ask questions.
22111
22112 2003-09-10 Mario Lang <mlang@delysid.org>
22113
22114 * battery.el: Update Commentary and Copyright.
22115 (battery-linux-proc-acpi): Fix a bug in %b which made "!" never
22116 appear due to wrong ordering of the expressions in `or'.
22117
22118 2003-09-09 Lute Kamstra <lute@gnu.org>
22119
22120 * misc.el (upcase-char): Fix docstring.
22121 (zap-up-to-char): New command.
22122
22123 2003-09-08 David Ponce <david@dponce.com>
22124
22125 Ensure that recentf correctly updates the menu bar.
22126 * recentf.el (recentf-menu-path,recentf-menu-before): Doc fix.
22127 (recentf-menu-bar): New function.
22128 (recentf-clear-data): Use it
22129 (recentf-update-menu): Likewise. Use easy-menu-add-item instead
22130 of easy-menu-change.
22131
22132 2003-09-08 Lute Kamstra <lute@gnu.org>
22133
22134 * simple.el (size-indication-mode): New.
22135 * bindings.el (mode-line-position): Add buffer size indicator.
22136
22137 2003-09-04 Mario Lang <mlang@delysid.org>
22138
22139 * battery.el (battery-linux-proc-acpi): New function.
22140 (battery-status-function): Modify default value calculation to also
22141 check for availability of ACPI.
22142 (battery-echo-area-format): Ditto.
22143 (battery-mode-line-format): Ditto.
22144
22145 2003-09-06 Dave Love <fx@gnu.org>
22146
22147 * ielm.el (ielm-mode-hook): Add :options.
22148
22149 * emacs-lisp/eldoc.el (eldoc-print-current-symbol-info-function): New.
22150 (eldoc-print-current-symbol-info): Use it.
22151
22152 2003-09-04 Nick Roberts <nick@nick.uklinux.net>
22153
22154 * gdb-ui.el (gud-display1): Use gud-call to prevent extra prompt
22155 being displayed in GUD buffer.
22156 (gdb-idle-input-queue): Remove var. Use just one queue.
22157 (gdb-enqueue-idle-input,gdb-dequeue-idle-input):
22158 Remove functions. Use just one queue.
22159 (gdb-prompt, gdb-subprompt, def-gdb-auto-update-trigger)
22160 (gdb-invalidate-assembler, gdb-get-current-frame):
22161 Modify functions. Use just one queue.
22162
22163 2003-09-04 Dave Love <fx@gnu.org>
22164
22165 * cus-start.el: Add blink-cursor-alist.
22166
22167 * ruler-mode.el (ruler-mode-fill-column-char)
22168 (ruler-mode-current-column-char): Use char-displayable-p,
22169 not window-system.
22170
22171 * international/codepage.el ("mule-diag"): Add eval-after-load clause.
22172
22173 * language/european.el (windows-1252): Move from code-pages.
22174
22175 * language/cyrillic.el ("Windows-1251"): Delete.
22176 ("Bulgarian", "Belarusian"): Remove `features'.
22177 (windows-1251): Move from code-pages.
22178
22179 * international/mule-diag.el (non-iso-charset-alist):
22180 Remove `codepage' stuff.
22181 (print-designation, list-coding-systems-1): Output fixes.
22182
22183 * international/code-pages.el (cp-make-translation-table)
22184 (cp-valid-codes): Made defsubsts.
22185 (cp-fix-safe-chars): Delete.
22186 (mule-diag): Don't require.
22187 (windows-1251, windows-1252): Remove to cyrillic.el/european.el.
22188 (top-level): Check for defined coding system when defining
22189 cp... aliases. Change w32-add-charset-info test to avoid warning.
22190 (non-iso-charset-alist): Defvar when compiling.
22191 (cp-make-coding-system): Doc fix.
22192
22193 2003-09-02 Jason Rumney <jasonr@gnu.org>
22194
22195 * international/titdic-cnv.el (tsang-quick-converter): Fix broken
22196 line-ends from CVS before doing conversion.
22197
22198 2003-09-02 Glenn Morris <gmorris@ast.cam.ac.uk>
22199
22200 * calendar/diary-lib.el (diary-header-line-flag)
22201 (diary-header-line-format): New variables.
22202 (list-diary-entries): Use them to set header line in simple diary.
22203
22204 * progmodes/sh-script.el (sh-font-lock-keywords): Use something
22205 other than font-lock-string-face to highlight backslashes.
22206
22207 2003-09-01 Jason Rumney <jasonr@gnu.org>
22208
22209 * international/titdic-cnv.el (tit-read-key-value): Include \r in
22210 regexp.
22211
22212 2003-09-01 Dave Love <fx@gnu.org>
22213
22214 * mouse.el (mouse-popup-menubar, mouse-skip-word): Doc fix.
22215
22216 * menu-bar.el (menu-bar-showhide-menu): Amend date and time label
22217 and :help; also line and column numbers labels.
22218
22219 * international/mule-util.el (char-displayable-p): Move from
22220 latin1-disp, rename and autoload.
22221
22222 * international/latin1-disp.el (latin1-char-displayable-p):
22223 Now obsolete alias. Replace uses with char-displayable-p.
22224 (latin1-display-ucs-per-lynx): Fix last change.
22225
22226 * international/mule-cmds.el (standard-display-european-internal):
22227 Don't use char code for Latin-1 NBSP.
22228 <XFree86 4>: Unfrob NBSP display table. Set display table to use
22229 U+2018, U+2019 for `'.
22230 (select-safe-coding-system): Message fix.
22231
22232 2003-09-01 Kenichi Handa <handa@m17n.org>
22233
22234 * international/fontset.el (setup-default-fontset): For Thai
22235 font, specify "*" family.
22236
22237 2003-09-01 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
22238
22239 * progmodes/compile.el (previous-error): Accept a prefix
22240 argument, similarly to next-error.
22241
22242 2003-08-31 Masatake YAMATO <jet@gyve.org>
22243
22244 * pcvs.el (cvs-do-removal): Use = instead of eq to check
22245 the number of files. Bind the number of files to a local
22246 variable. Suggested by Kevin Rodgers <ihs_4664@yahoo.com>.
22247
22248 2003-08-30 Eli Zaretskii <eliz@gnu.org>
22249
22250 * vc-hooks.el (vc-make-version-backup): Fix the change made on
22251 2003-07-26: msdos-long-file-names is a function, not a variable.
22252
22253 2003-08-29 Richard M. Stallman <rms@gnu.org>
22254
22255 * mail/sendmail.el (sendmail-sync-aliases, mail-setup):
22256 Do nothing with mail-personal-alias-file if it is nil.
22257
22258 * mail/mailabbrev.el (mail-abbrevs-sync-aliases):
22259 Do nothing if mail-personal-alias-file is nil.
22260
22261 * term.el (term-exec-1): Bind coding-system-for-read.
22262
22263 * dired.el (dired-mouse-find-file-other-window):
22264 Use dired-view-command-alist here, as in dired-view-file.
22265 (dired-view-command-alist): Use %s to substitute file name.
22266 Handle .ps_pages, .eps, .jpg, .gif, .png.
22267
22268 2003-08-29 Paul Pogonyshev <pogonyshev@gmx.net> (tiny change)
22269
22270 * info.el (Info-mode-map): Bind S-tab and <backtab> to
22271 `Info-prev-reference', instead of M-tab.
22272
22273 2003-08-29 Martin Stjernholm <mast@lysator.liu.se>
22274
22275 * simple.el (blink-matching-open): Work correctly on chars that
22276 are designated as parens through the syntax-table text property.
22277
22278 2003-08-29 Thierry Emery <thierry.emery@club-internet.fr> (tiny change)
22279
22280 * kinsoku.el (kinsoku-longer, kinsoku-shorter): Do not choose a
22281 line break position in the middle of a non-kinsoku (e.g. latin)
22282 word, making it skip until either a space or a character with
22283 category "|".
22284 (kinsoku-longer): Test for end of buffer.
22285
22286 2003-08-28 Eli Zaretskii <eliz@gnu.org>
22287
22288 * mail/rmail.el (rmail-convert-to-babyl-format):
22289 Detect quoted-printable- and base64-encoded messages and decode them
22290 automatically. Set the message's encoding from the charset=
22291 header, if any. Decode base64-encoded messages in Mail format as well.
22292
22293 2003-08-26 Glenn Morris <gmorris@ast.cam.ac.uk>
22294
22295 * mail/smtpmail.el: Fix previous change.
22296 (smtpmail-send-queued-mail): Set smtpmail-mail-address before
22297 calling smtpmail-via-smtp.
22298 (smtpmail-via-smtp): Add fall-back values for envelope-from.
22299
22300 2003-08-26 John Paul Wallington <jpw@gnu.org>
22301
22302 * image.el (image-jpeg-p): Don't search beyond length of data.
22303
22304 2003-08-26 Martin Stjernholm <bug-cc-mode@gnu.org>
22305
22306 * progmodes/cc-cmds.el (c-electric-brace): Work around for a
22307 misfeature in `expand-abbrev' which caused electric keywords like
22308 "else" to disappear if an open brace was typed directly afterwards.
22309
22310 2003-08-26 Martin Stjernholm <bug-cc-mode@gnu.org>
22311
22312 * progmodes/cc-vars.el (c-extra-types-widget): The doc string is
22313 mandatory in `define-widget'.
22314
22315 * progmodes/cc-align.el, progmodes/cc-langs.el (c-lineup-math):
22316 Don't align the operators "!=", "<=" and ">=" as assignment operators.
22317
22318 (c-assignment-operators): New language constant that only contains
22319 the assignment operators.
22320
22321 (c-assignment-op-regexp): New language var used by `c-lineup-math'.
22322
22323 2003-08-26 Martin Stjernholm <bug-cc-mode@gnu.org>
22324
22325 * progmodes/cc-engine.el (c-just-after-func-arglist-p):
22326 Safeguard against unbalanced sexps.
22327
22328 2003-08-26 Terje Rosten <terjeros@phys.ntnu.no>
22329
22330 * version.el (emacs-version): Check for gtk. Include gtk version info.
22331
22332 2003-08-25 John Paul Wallington <jpw@gnu.org>
22333
22334 * man.el (Man-default-man-entry): Don't whizz past the section
22335 number before looking for it.
22336
22337 2003-08-24 Nick Roberts <nick@nick.uklinux.net>
22338
22339 * progmodes/gud.el (gud-display-line): Don't set window-point if
22340 source buffer is not visible. (Only happens with M-x gdba.)
22341
22342 * gdb-ui.el (gdba): Remove gdb-quit (previously removed) from
22343 documentation.
22344 (gdb-source, gdb-source-info): Update to assembler unnecessary
22345 as its done after each GDB command anyway.
22346 (gdb-pre-prompt): Use with-current-buffer.
22347 (gdb-insert-field): Add help-echo text.
22348 (gdb-invalidate-assembler): Re-display of assembler now done in
22349 gdb-info-breakpoints-custom.
22350 (gdb-info-breakpoints-custom): Force re-display of assembler to
22351 happen *after* update of breakpoints buffer.
22352 (gdb-display-source-buffer): Don't choke if gdb-source-window
22353 isn't visible.
22354 (gdb-put-string, gdb-put-arrow): Remove free variables.
22355
22356 2003-08-24 John Paul Wallington <jpw@gnu.org>
22357
22358 * ibuffer.el (ibuffer-formats): Make name and size columns wider.
22359
22360 * man.el (Man-default-man-entry): Strip text properties when
22361 snarfing parts of entry because `format' preserves properties.
22362
22363 2003-08-24 Glenn Morris <gmorris@ast.cam.ac.uk>
22364
22365 * files.el (file-newest-backup): Use `expand-file-name'.
22366
22367 * calendar/diary-lib.el (simple-diary-display, make-diary-entry):
22368 Allow the diary to pop up a new frame, if needed.
22369
22370 * mail/sendmail.el (mail-specify-envelope-from): Doc change.
22371 * mail/smtpmail.el (smtpmail-mail-address): Doc change.
22372 (smtpmail-send-it): Make treatment of envelope-from consistent with
22373 sendmail.el.
22374
22375 * progmodes/sh-script.el (sh-builtins): Add some bash builtins.
22376 (sh-leading-keywords): Add the bash `time' reserved word.
22377 (sh-variables): Add some bash variables.
22378 (sh-add-completer): Fix nil branch of case statement.
22379
22380 2003-08-24 Masatake YAMATO <jet@gyve.org>
22381
22382 * progmodes/ld-script.el: New file.
22383
22384 2003-08-23 Markus Rost <rost@math.ohio-state.edu>
22385
22386 * vc-hooks.el (vc-ignore-vc-files, vc-master-templates): Doc fix.
22387
22388 2003-08-23 Andre Spiegel <spiegel@gnu.org>
22389
22390 * vc-hooks.el (vc-ignore-vc-files, vc-master-templates):
22391 Better explain obsolescence, and what to use instead.
22392
22393 2003-08-23 Masatake YAMATO <jet@gyve.org>
22394
22395 * pcvs.el (cvs-do-removal): Show the deleted file name
22396 on the prompt.
22397
22398 2003-08-20 Dave Love <fx@gnu.org>
22399
22400 * international/mule.el (make-coding-system)
22401 (set-buffer-file-coding-system): Doc fix.
22402
22403 * emacs-lisp/lisp-mode.el (common-lisp-mode): New.
22404
22405 * emacs-lisp/lisp.el (beginning-of-defun-function): Doc fix.
22406
22407 * international/utf-8.el (ucs-unicode-to-mule-cjk): Use smaller :size.
22408
22409 * international/utf-16.el: Add mime-text-unsuitable coding system
22410 properties.
22411
22412 * international/latin1-disp.el (latin1-display): Add ?\e$,1s"\e(B.
22413
22414 * cus-edit.el: Add some :links.
22415 (bib): Remove.
22416
22417 * textmodes/bib-mode.el (bib): Add :group external.
22418
22419 2003-08-18 Luc Teirlinck <teirllm@mail.auburn.edu>
22420
22421 * wid-edit.el (widget-echo-help): Make it handle expressions that
22422 evaluate to strings.
22423
22424 2003-08-18 Michael Mauger <mmaug@yahoo.com>
22425
22426 Version 1.8.0 of sql-mode. (Patch submitted 2003-06-21)
22427
22428 Simplify selection of SQL products to define highlighting and
22429 interactive mode. Includes detailed instructions on adding
22430 support for new products.
22431
22432 * progmodes/sql.el (sql-product): New variable. Identifies SQL
22433 product for use in highlighting and interactive mode.
22434 (sql-interactive-product): New variable. SQL product for
22435 sql-interactive-mode.
22436 (sql-product-support): New variable. Specifies product-specific
22437 parameters to drive highlighting and interactive mode.
22438 (sql-imenu-generic-expression): Add more object types.
22439 (sql-sqlite-options): Correct comment.
22440 (sql-ms-program): Use "osql" rather than "isql".
22441 (sql-prompt-regexp, sql-prompt-length): Update comment.
22442 (sql-mode-menu): Add "Start SQLi session" entry.
22443 Replace Highlighting submenu with Product menu. Fix Send Region entry.
22444 (sql-mode-abbrev-table): Add abbreviations. Support of
22445 SYSTEM-FLAG on define-abbrev. Support was removed with last
22446 check-in; it now handles older Emacsen without the SYSTEM-FLAG.
22447 (sql-mode-font-lock-object-name): Add font-lock pattern for object
22448 names.
22449 (sql-mode-ansi-font-lock-keywords): Set as default value.
22450 (sql-mode-oracle-font-lock-keywords): Set as default value.
22451 Support Oracle 9i keywords.
22452 (sql-mode-postgres-font-lock-keywords): Set as default value.
22453 (sql-mode-linter-font-lock-keywords): Set as default value.
22454 (sql-mode-ms-font-lock-keywords): New variable. Support Microsoft
22455 SQLServer 2000.
22456 (sql-mode-sybase-font-lock-keywords)
22457 (sql-mode-interbase-font-lock-keywords)
22458 (sql-mode-sqlite-font-lock-keywords)
22459 (sql-mode-strong-font-lock-keywords)
22460 (sql-mode-mysql-font-lock-keywords)
22461 (sql-mode-db2-font-lock-keywords): New variables. Default to ANSI
22462 keywords.
22463 (sql-mode-font-lock-defaults): Update comment.
22464 (sql-product-feature): New function. Returns feature associated
22465 with a product from `sql-product-support' alist.
22466 (sql-product-font-lock): New function. Set font-lock support
22467 based on `sql-product'.
22468 (sql-add-product-keywords): New function. Add font-lock rules to
22469 product-specific keyword variables.
22470 (sql-set-product): New function. Set `sql-product' and apply
22471 appropriate font-lock highlighting.
22472 (sql-highlight-product): New function. Set font-lock support
22473 based on a product. Also set mode name to include product name.
22474 (sql-highlight-ansi-keywords, sql-highlight-oracle-keywords)
22475 (sql-highlight-postgres-keywords, sql-highlight-linter-keywords):
22476 Use `sql-set-product'.
22477 (sql-highlight-ms-keywords)
22478 (sql-highlight-sybase-keywords)
22479 (sql-highlight-interbase-keywords)
22480 (sql-highlight-strong-keywords)
22481 (sql-highlight-mysql-keywords)
22482 (sql-highlight-sqlite-keywords)
22483 (sql-highlight-db2-keywords): New functions. Use `sql-set-product'.
22484 (sql-get-login): Prompt in the same order as the tokens.
22485 (sql-mode): Uses `sql-product-highlight' and `sql-product-font-lock'.
22486 (sql-product-interactive): New function. Common portions of
22487 product-specific interactive mode wrappers.
22488 (sql-interactive-mode): Rewritten to use product features.
22489 (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
22490 (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
22491 (sql-db2, sql-linter): Use `sql-product-interactive'.
22492 (sql-connect-oracle, sql-connect-sybase, sql-connect-informix)
22493 (sql-connect-sqlite, sql-connect-mysql, sql-connect-solid)
22494 (sql-connect-ingres, sql-connect-postgres)
22495 (sql-connect-interbase, sql-connect-db2, sql-connect-linter):
22496 New functions. Format command line parameters and invoke comint on
22497 the appropriate interpreter. Code was in the corresponding
22498 `sql-xyz' function before.
22499 (sql-connect-ms): New function. Support -E argument to use
22500 operating system credentials for authentication.
22501
22502 2003-08-18 Kenichi Handa <handa@m17n.org>
22503
22504 * international/mule.el (encode-char): Fix for the ASCII case.
22505
22506 2003-08-15 Kenichi Handa <handa@m17n.org>
22507
22508 * international/fontset.el (setup-default-fontset): Change "*" to
22509 nil in the specifications of font family.
22510
22511 2003-08-18 Kim F. Storm <storm@cua.dk>
22512
22513 * kmacro.el (kmacro-keymap): Group related bindings in
22514 initialization for clarity. Bind C-s to start macro.
22515 Remove C-r binding.
22516 (kmacro-initial-counter-value): New defvar to hold initial counter
22517 value in case we set the value before defining a macro.
22518 (kmacro-insert-counter): Clear kmacro-initial-counter-value..
22519 (kmacro-set-counter): Set kmacro-initial-counter-value if we are
22520 not defining or executing macro. Doc fix.
22521 (kmacro-add-counter): Clear kmacro-initial-counter-value.
22522 (kmacro-view-last-item, kmacro-view-item-no): New defvars used to
22523 temporarily view older elements on the macro ring without cycling
22524 the ring.
22525 (kmacro-display): Doc fix.
22526 (kmacro-exec-ring-item): New helper function.
22527 (kmacro-call-ring-2nd): Use it.
22528 (kmacro-call-ring-2nd-repeat): Doc fix.
22529 (kmacro-start-macro): Use (and clear) kmacro-initial-counter-value.
22530 (kmacro-end-or-call-macro): Execute last viewed macro (using
22531 kmacro-exec-ring-item) from ring if this follows
22532 kmacro-view-macro. This allows us to find a macro on the ring
22533 with C-x C-k C-v C-v ... and execute it (with C-k) without cycling
22534 the ring to bring it to the head of the ring.
22535 (kmacro-bind-to-key): Doc fix (describe reserved bindings).
22536 Allow binding to reserved keys without specifying C-x C-k prefix.
22537 Ask for confirmation if entered key sequence is already bound to
22538 a non-macro command.
22539 (kmacro-view-macro): Repeating command will show older elements
22540 on the macro ring; C-k will execute the last viewed macro.
22541 (kmacro-view-macro-repeat): Doc fix. Change its kmacro-repeat
22542 property from 'ring to 'head.
22543
22544 2003-08-17 Alan Shutko <ats@acm.org>
22545
22546 * calendar/calendar.el (calendar-make-alist): Correct off-by-one
22547 keeping December out of the alist.
22548
22549 2003-08-17 Edward M. Reingold <reingold@emr.cs.iit.edu>
22550
22551 * calendar/cal-move.el (calendar-goto-day-of-year): New function.
22552 * calendar/calendar.el (calendar-mode-map): Bind it to key.
22553 * calendar/cal-menu.el (calendar-mode-map): Add it to menu.
22554 (calendar-flatten): New function.
22555 (calendar-mouse-view-other-diary-entries)
22556 (calendar-mouse-view-diary-entries): Rewritten to put any holidays
22557 in the menu title and to show multi-line diary entries correctly
22558 in the menu.
22559
22560 2003-08-17 Luc Teirlinck <teirllm@mail.auburn.edu>
22561
22562 * info.el (Info-scroll-prefer-subnodes): Add :version keyword to
22563 defcustom, because the default was recently changed.
22564
22565 2003-08-16 Richard M. Stallman <rms@gnu.org>
22566
22567 * net/ange-ftp.el (ange-ftp-error): Add save-excursion.
22568
22569 * emacs-lisp/lisp-mode.el (eval-last-sexp-print-value):
22570 New subroutine, broken out of eval-last-sexp-1.
22571 (eval-last-sexp-1): Use eval-last-sexp-print-value.
22572
22573 * custom.el (custom-load-symbol): Load cus-load and cus-start first.
22574
22575 * dabbrev.el (dabbrev--safe-replace-match): Use with-no-warnings.
22576
22577 * simple.el (eval-expression): Use eval-last-sexp-print-value.
22578
22579 2003-08-14 Jari Aalto <jari.aalto@poboxes.com>
22580
22581 * progmodes/compile.el (compilation-error-regexp-alist):
22582 Add Java ANt error detection as described in document
22583 http://ant.apache.org/faq.html
22584
22585 2003-08-12 Juri Linkov <juri@jurta.org> (tiny change)
22586
22587 * simple.el (backward-word, forward-to-indentation)
22588 (backward-to-indentation): Argument changed to optional.
22589 (next-line, previous-line): Use `or' instead of `unless'.
22590
22591 2003-08-12 Vinicius Jose Latorre <viniciusjl@ig.com.br>
22592
22593 * progmodes/ebnf-iso.el (ebnf-no-meta-identifier): Becomes a var
22594 instead of a constant.
22595
22596 2003-08-12 Markus Rost <rost@math.ohio-state.edu>
22597
22598 * shell.el (shell): With prefix-arg, suggest a new buffer name.
22599
22600 2003-08-12 Andre Spiegel <spiegel@gnu.org>
22601
22602 * vc-sccs.el (vc-sccs-state-heuristic): Fix parentheses.
22603 (vc-sccs-workfile-version): Search the entire delta table, rather
22604 than just the first entry, because that might be a deleted version.
22605
22606 2003-08-11 Karl Fogel <kfogel@red-bean.com>
22607
22608 * menu-bar.el (menu-bar-options-menu): Supply a body for the
22609 [save-place] binding in the Options menu. Have it require
22610 'saveplace' and then toggle the variable manually, to avoid an an
22611 unbound variable error. Thanks to <Sebastien.Kirche@sage.com>
22612 for the bug report.
22613
22614 2003-08-11 Nick Roberts <nick@nick.uklinux.net>
22615
22616 * gdb-ui.el (gdb-insert-field, gdb-array-format1)
22617 (gdb-info-breakpoints-custom, gdb-info-frames-custom)
22618 (gdb-info-threads-custom): Add help-echo text.
22619 (gdb-display-back): Don't use purecopy.
22620 (gdb-info-breakpoints-custom, gdb-reset)
22621 (gdb-assembler-custom): Use display-images-p to test if breakpoint
22622 icons can be displayed.
22623
22624 2003-08-11 Markus Rost <rost@math.ohio-state.edu>
22625
22626 * textmodes/reftex-vars.el (reftex-auto-recenter-toc): Fix typo.
22627
22628 2003-08-11 Stefan Monnier <monnier@cs.yale.edu>
22629
22630 * bookmark.el (bookmark-completing-read):
22631 Return a string, instead of a list of one string.
22632 Use a popup menu if activated from the mouse.
22633 (bookmark-edit-annotation): Remove unused vars.
22634 (bookmark-jump, bookmark-relocate, bookmark-insert-location)
22635 (bookmark-rename, bookmark-insert, bookmark-delete): Adjust calls
22636 to bookmark-completing-read.
22637 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
22638 (bookmark-bmenu-mark, bookmark-bmenu-select, bookmark-bmenu-unmark)
22639 (bookmark-bmenu-delete, bookmark-bmenu-list): Use inhibit-read-only
22640 and erase-buffer.
22641 (bookmark-menu-delete, bookmark-menu-rename, bookmark-menu-locate)
22642 (bookmark-menu-jump, bookmark-menu-insert)
22643 (bookmark-popup-menu-and-apply-function)
22644 (bookmark-menu-popup-paned-bookmark-menu): Remove.
22645 (bookmark-menu-build-paned-menu): Remove by folding it into
22646 bookmark-menu-popup-paned-menu.
22647 (menu-bar-bookmark-map): Move the define-key statements here.
22648 Use the "non-menu" commands since they now pop up a menu if needed.
22649 (bookmark-exit-hook-internal): Simplify.
22650
22651 2003-08-11 Carsten Dominik <dominik@sand.science.uva.nl>
22652
22653 * reftex-toc.el (reftex-toc-rename-label): New function.
22654 (reftex-toc-check-docstruct): New function.
22655
22656 * reftex.el (reftex-region-active-p): New function.
22657
22658 * reftex-parse.el (reftex-locate-bibliography-files): Improved the
22659 regexp to find the \bibliography macro.
22660
22661 * reftex-vars.el (reftex-section-levels): Removed subsubparagraph,
22662 which does not exist in LaTeX.
22663 (reftex-cite-format-builtin): Added amsrefs support.
22664 (reftex-toc-confirm-promotion): New option
22665
22666 * reftex-toc.el
22667 (reftex-toc): Use `reftex-toc-split-windows-fraction'.
22668 (reftex-toc-demote, reftex-toc-promote)
22669 (reftex-toc-do-promote, reftex-toc-promote-prepare)
22670 (reftex-toc-promote-action, reftex-toc-extract-section-number)
22671 (reftex-toc-newhead-from-alist)
22672 (reftex-toc-load-all-files-for-promotion): New functions.
22673 (reftex-toc-help): Added description of new keys.
22674 (reftex-toc-split-windows-fraction): New option.
22675 (reftex-recenter-toc-when-idle): Search *toc* window on all
22676 visible frames.
22677 (reftex-toc): Additional parameter REUSE
22678 (reftex-toc-recenter): Remember current frame. Call `reftex-toc'
22679 with REUSE argument.
22680 (reftex-recenter-toc-when-idle): Reset `current-prefix-arg' for
22681 the call of `reftex-toc'.
22682 (reftex-make-separate-toc-frame): New function .
22683 (reftex-toc-recenter): When called with triple prefix arg, call
22684 `reftex-make-separate-toc-frame' first.
22685 (reftex-toc-toggle-dedicated-frame): New command.
22686 (reftex-toc-quit): Adapted to delete frame when called in
22687 dedicated frame.
22688
22689 * reftex-index.el (reftex-index-phrase-match-is-indexed): Check
22690 all enclosing macros.
22691
22692
22693 2003-08-08 Vinicius Jose Latorre <viniciusjl@ig.com.br>
22694
22695 * progmodes/ebnf2ps.el (ebnf-total, ebnf-nprod): Move defvar before
22696 first use.
22697
22698 2003-08-07 Vinicius Jose Latorre <viniciusjl@ig.com.br>
22699
22700 * progmodes/ebnf2ps.el (ebnf-begin-job): Code fix.
22701
22702 2003-08-06 Glenn Morris <gmorris@ast.cam.ac.uk>
22703
22704 * calendar/calendar.el (list-diary-entries-hook)
22705 (diary-display-hook, nongregorian-diary-listing-hook)
22706 (mark-diary-entries-hook, nongregorian-diary-marking-hook):
22707 Add some customize options for these hooks.
22708 (calendar-abbrev-construct): Don't try to take a substring longer
22709 than the original string.
22710
22711 2003-08-05 Richard M. Stallman <rms@gnu.org>
22712
22713 * emacs-lisp/testcover.el (noreturn): Report error if does return.
22714 (testcover-reinstrument-clauses): Doc fix.
22715
22716 * emacs-lisp/warnings.el: Doc fixes, args renamed.
22717 (warning-type-format): Rename from warning-group-format.
22718
22719 * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-var): New var.
22720 (byte-compile-variable-ref): Handle byte-compile-not-obsolete-var.
22721 (byte-compile-defvar): Bind byte-compile-not-obsolete-var
22722 to prevent warnings about defvar for an obsolete variable.
22723
22724 * emacs-lisp/bytecomp.el (byte-compile-log-warning):
22725 warning-group-format renamed to warning-type-format.
22726
22727 * subr.el (read-passwd): Use clear-string instead of fillarray.
22728
22729 * edmacro.el (edmacro-format-keys): Use edmacro-sanitize-for-string.
22730 Use vconcat instead of concat.
22731 (edmacro-sanitize-for-string): New function.
22732
22733 2003-08-05 Dave Love <fx@gnu.org>
22734
22735 * cus-start.el: Add open-paren-in-column-0-is-defun-start,
22736 line-number-display-limit-width.
22737
22738 * textmodes/tex-mode.el (tex-dvi-view-command): Fix quoted quotes.
22739
22740 2003-08-05 Kenichi Handa <handa@m17n.org>
22741
22742 * international/code-pages.el: Don't require mule-diag.
22743
22744 * international/mule-diag.el (non-iso-charset-alist):
22745 Add autoload cookie.
22746
22747 * language/devan-util.el (dev-glyph-order): Add an entry for the
22748 glyph code #xC4.
22749
22750 2003-08-03 Glenn Morris <gmorris@ast.cam.ac.uk>
22751
22752 * calendar/calendar.el (diary-file, diary-file-name-prefix)
22753 (european-calendar-style, diary-date-forms)
22754 (calendar-day-name-array, calendar-month-name-array): Doc change.
22755 (generate-calendar-month): Adapt for new behavior of
22756 `calendar-day-name' function.
22757 (calendar-abbrev-length, calendar-day-abbrev-array)
22758 (calendar-month-abbrev-array): New variables.
22759 (calendar-abbrev-construct): New function.
22760 (calendar-day-name, calendar-month-name): Use new abbrev arrays,
22761 rather than fixing abbrevs at some width. Calling syntax change.
22762 (calendar-make-alist): Use abbrev arrays. Calling syntax change.
22763 (calendar-date-string): Adapt for new behaviors of
22764 `calendar-day-name' and `calendar-month-name' functions.
22765
22766 * calendar/diary-lib.el (list-diary-entries): Adapt for new
22767 behavior of `calendar-day-name' and `calendar-month-name' functions.
22768 (diary-name-pattern): Use abbrev arrays, rather than fixing
22769 abbrevs at three chars. Calling syntax change.
22770 (mark-diary-entries): Adapt for new behaviors of
22771 `diary-name-pattern' and `calendar-make-alist' functions.
22772 (fancy-diary-font-lock-keywords): Adapt for new behavior of
22773 `diary-name-pattern' function.
22774 (font-lock-diary-date-forms): Use abbrev arrays, rather than
22775 fixing abbrevs at three chars. Calling syntax change.
22776 (cal-hebrew, cal-islam): Require when compiling.
22777 (diary-font-lock-keywords): Adapt for new behavior of
22778 `font-lock-diary-date-forms' function.
22779
22780 * calendar/cal-hebrew.el: Reposition some code so defined before used.
22781 (calendar-hebrew-month-name-array-common-year)
22782 (calendar-hebrew-month-name-array-leap-year): Add doc strings.
22783 (list-hebrew-diary-entries): Adapt for new behaviors of
22784 `calendar-day-name' and `add-to-diary-list' functions.
22785 (mark-hebrew-diary-entries): Adapt for new behaviors of
22786 `diary-name-pattern' and `calendar-make-alist' functions.
22787
22788 * calendar/cal-islam.el (calendar-islamic-month-name-array):
22789 Add doc string.
22790 (list-islamic-diary-entries): Adapt for new behaviors of
22791 `calendar-day-name' and `add-to-diary-list' functions.
22792 (mark-islamic-diary-entries): Adapt for new behaviors of
22793 `diary-name-pattern' and `calendar-make-alist' functions.
22794
22795 * calendar/cal-menu.el (cal-menu-update): Adapt for new behavior of
22796 `calendar-month-name' function.
22797
22798 * calendar/cal-coptic.el (coptic-name): defvar rather than defconst.
22799
22800 * calendar/solar.el (solar-seasons-data): Move definition before use.
22801
22802 * calendar/cal-tex.el (cal-tex-day-name-format): Doc fix.
22803 (cal-tex-LaTeX-hourbox): Move definition before use.
22804
22805 * calendar/cal-china.el, cal-hebrew.el, cal-islam.el
22806 * cal-julian.el, cal-menu.el, cal-move.el, holidays.el
22807 * lunar.el, solar.el (displayed-month, displayed-year):
22808 Define for compiler.
22809
22810 2003-08-03 Martin Stjernholm <bug-cc-mode@gnu.org>
22811
22812 * progmodes/cc-mode.el (c-init-language-vars-for): Add argument
22813 MODE. Renamed from c-init-c-language-vars'.
22814 (c-initialize-cc-mode): Change accordingly.
22815 (c-common-init): Ditto.
22816 (c-mode): Ditto.
22817 (c++-mode): Use `c-init-language-vars-for'.
22818 (objc-mode): Ditto.
22819 (java-mode): Ditto.
22820 (idl-mode): Ditto.
22821 (pike-mode): Ditto.
22822 (awk-mode): Ditto.
22823
22824 2003-08-03 Martin Stjernholm <bug-cc-mode@gnu.org>
22825
22826 * progmodes/cc-engine.el (c-end-of-current-token): Return whether
22827 or not the point moved.
22828
22829 (c-search-decl-header-end): Don't trip up on operator identifiers
22830 in C++ and operators like == in all languages.
22831
22832 * progmodes/cc-engine.el (c-backward-to-decl-anchor):
22833 Detect leading labels correctly.
22834
22835 2003-08-02 Andreas Schwab <schwab@suse.de>
22836
22837 * textmodes/ispell.el: Don't redo key bindings on loading, put
22838 them only in loaddefs.el.
22839 * bookmark.el: Likewise.
22840 * dabbrev.el: Likewise.
22841 * emerge.el: Likewise.
22842
22843 * apropos.el (apropos-words-to-regexp): Only add `wild' if `words'
22844 has more than one member.
22845
22846 * progmodes/sh-script.el (sh-mode): Don't set mode-class property.
22847
22848 2003-08-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
22849
22850 * lpr.el (printify-region): It was ending conversion before the
22851 expected position. Reported by Keiichi Suzuki <keiichi@nanap.org>.
22852
22853 2003-07-31 John Paul Wallington <jpw@gnu.org>
22854
22855 * net/browse-url.el (browse-url-epiphany): Doc fix.
22856
22857 2003-07-30 Kenichi Handa <handa@m17n.org>
22858
22859 * international/fontset.el (setup-default-fontset):
22860 Change registry names of Akurti fonts.
22861
22862 2003-07-29 Jesper Harder <harder@ifa.au.dk> (tiny change)
22863
22864 * comint.el (comint-read-noecho): Use `clear-string' instead of
22865 `fillarray'.
22866
22867 2003-07-29 Thomas W Murphy <twm@andrew.cmu.edu> (tiny change)
22868
22869 * outline.el (outline-mode-hook): Add defvar.
22870
22871 2003-07-28 Nick Roberts <nick@nick.uklinux.net>
22872
22873 * gdb-ui.el (gdb-setup-windows, gdb-restore-windows):
22874 Restore assembler in source window if that is what has been selected.
22875 (menu): Add gdb-restore-windows to menu. Make gdba
22876 specific menus only visible from gdba.
22877
22878 2003-07-28 Tak Ota <Takaaki.Ota@am.sony.com> (tiny change)
22879
22880 * progmodes/compile.el (compilation-environment): New user variable.
22881 (compile-internal): Respect it.
22882
22883 2003-07-23 Masatake YAMATO <jet@gyve.org>
22884
22885 * progmodes/gud.el (gdb-script-font-lock-keywords):
22886 Put `font-lock-function-name-face' on a symbol which includes
22887 `-' like `hook-run'. Put font-lock-variable-name-face
22888 on a symbol starting with $.
22889
22890 2003-07-27 Markus Rost <rost@math.ohio-state.edu>
22891
22892 * files.el (set-visited-file-name): Use truename for buffer-file-name.
22893
22894 2003-07-26 Markus Rost <rost@math.ohio-state.edu>
22895
22896 * vc-hooks.el (vc-file-not-found-hook): Doc fix.
22897
22898 2003-07-26 Andre Spiegel <spiegel@gnu.org>
22899
22900 * vc-hooks.el (vc-default-registered, vc-make-version-backup):
22901 Use with-no-warnings.
22902 (vc-file-not-found-hook): Add this to find-file-not-found-functions,
22903 rather than to find-file-not-found-hook, which doesn't exist.
22904
22905 2003-07-26 Markus Rost <rost@math.ohio-state.edu>
22906
22907 * international/quail.el (quail-translate-key): Fix previous change.
22908
22909 2003-07-25 John Paul Wallington <jpw@gnu.org>
22910
22911 * server.el (server-start): Check `server-process' is non-nil
22912 before killing it to avoid killing current buffer's process.
22913
22914 * simple.el (choose-completion-string): Use `minibufferp';
22915 test `completion-reference-buffer' if `buffer' arg is nil.
22916 (push-mark): Use `when' and `unless'.
22917 (pop-mark): Use `when'.
22918
22919 * mouse-sel.el (mouse-sel-get-selection-function):
22920 Check `x-last-selected-text-primary'. Don't barf if it or
22921 `x-last-selected-text' aren't bound.
22922
22923 2003-07-25 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
22924
22925 * menu-bar.el (menu-bar-tools-menu): Minor change in strings.
22926
22927 2003-07-23 Stefan Monnier <monnier@cs.yale.edu>
22928
22929 * vc-svn.el (vc-svn-diff-switches): Don't default to vc-diff-switches.
22930
22931 2003-07-23 John Paul Wallington <jpw@gnu.org>
22932
22933 * tooltip.el (defface tooltip): Inherit from variable-pitch.
22934
22935 2003-07-23 Glenn Morris <gmorris@ast.cam.ac.uk>
22936
22937 * emacs-lisp/derived.el (define-derived-mode): Mention hook in doc
22938 string. Defvar the derived hook.
22939
22940 * macros.el (insert-kbd-macro): Escape double quote character.
22941 From Thomas W Murphy <twm@andrew.cmu.edu>.
22942
22943 2003-07-22 Stefan Monnier <monnier@cs.yale.edu>
22944
22945 * textmodes/fill.el (fill-comment-paragraph): Construct a regexp
22946 to match the specific mark rather than reusing comment-start-skip.
22947
22948 2003-07-22 Thien-Thi Nguyen <ttn@gnu.org>
22949
22950 * progmodes/hideshow.el (hs-special-modes-alist):
22951 Clarify MDATA-SELECTOR doc; nfc. Thanks to Michael Ernst.
22952
22953 2003-07-21 Markus Rost <rost@math.ohio-state.edu>
22954
22955 * progmodes/idlwave.el (idlwave-comment-indent-char): Fix default
22956 value using ?\s.
22957
22958 2003-07-21 John Paul Wallington <jpw@gnu.org>
22959
22960 * subr.el (with-selected-window): Add closing paren.
22961
22962 2003-07-21 Richard M. Stallman <rms@gnu.org>
22963
22964 * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use run-mode-hooks.
22965 (lisp-mode): Likewise.
22966
22967 * subr.el (with-selected-window): Copy code form save-selected-window
22968 so as to call select-window with norecord arg.
22969 (dynamic-completion-table): Doc fix.
22970 (lazy-completion-table): Doc fix.
22971
22972 * international/mule-cmds.el (set-locale-environment):
22973 langinfo renamed to locale-info.
22974
22975 * international/mule.el (auto-coding-functions): Doc fix.
22976
22977 2003-07-21 Kenichi Handa <handa@m17n.org>
22978
22979 * international/quail.el (quail-translate-key):
22980 Update quail-current-str correctly.
22981
22982 2003-07-21 Andreas Schwab <schwab@suse.de>
22983
22984 * progmodes/sh-script.el (sh-mode-syntax-table): Change syntax of
22985 ?, to "_".
22986
22987 2003-07-20 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@gmx.net>
22988 Version 2.0.36 of Tramp released.
22989
22990 * net/tramp.el (tramp-default-password-end-of-line): Rename from
22991 tramp-password-end-of-line.
22992 (tramp-password-end-of-line): New method parameter.
22993 (tramp-get-password-end-of-line): Function to access method
22994 parameter `tramp-password-end-of-line', or variable
22995 `tramp-default-password-end-of-line' (default value).
22996 (tramp-methods): Add entries for new parameter
22997 tramp-password-end-of-line.
22998 (tramp-enter-password): Use new function
22999 `tramp-get-password-end-of-line'.
23000 (tramp-handle-insert-file-contents): Do not
23001 unconditionally inhibit the file operation file-local-copy, only
23002 do that when the inhibit-file-name-operation is currently
23003 insert-file-contents. This fixes finding remote CVS-controlled
23004 files. (It would barf on inserting the CVS/Entries file
23005 literally, because the file-local-copy handler wasn't called.)
23006 (tramp-handle-shell-command): Support optional third arg ERROR-BUFFER.
23007 (tramp-sh-extra-args): Adapt defcustom type to XEmacs.
23008 (tramp-initial-commands): New variable.
23009 (tramp-process-initial-commands): New function, using the variable.
23010 (tramp-open-connection-setup-interactive-shell): Call the new function.
23011 (tramp-buffer-name, tramp-debug-buffer-name): Always put the
23012 method into the buffer name, never use nil. Reported by Hanak
23013 David <dhanak@inf.bme.hu>.
23014 (tramp-open-connection-setup-interactive-shell): Erase buffer
23015 before sending "stty -onlcr".
23016
23017 * net/tramp-vc.el (vc-workfile-unchanged-p): Add comment.
23018
23019 2003-07-19 Markus Rost <rost@math.ohio-state.edu>
23020
23021 * textmodes/artist.el (artist-erase-char): Fix default value using ?\s.
23022
23023 2003-07-19 John Paul Wallington <jpw@gnu.org>
23024
23025 * textmodes/artist.el (artist-butlast-fn, artist-draw-sline)
23026 (artist-draw-rect, artist-draw-square): Doc fixes.
23027
23028 * textmodes/enriched.el (enriched-decode-display-prop): Doc fix.
23029
23030 * textmodes/two-column.el (2C-mode-line-format): Doc fix.
23031
23032 2003-07-19 Kenichi Handa <handa@m17n.org>
23033
23034 * international/kkc.el (kkc-show-conversion-list-update):
23035 Highlight the correct candidate in the message.
23036
23037 2003-07-18 John Paul Wallington <jpw@gnu.org>
23038
23039 * simple.el (current-word): Don't include punctuation char when
23040 `really-word' arg is non-nil.
23041
23042 2003-07-17 Martin Stjernholm <bug-cc-mode@gnu.org>
23043
23044 * progmodes/awk-mode.el: Obsoleted by the AWK support in CC Mode -
23045 moved to the directory obsolete.
23046
23047 2003-07-16 Stefan Monnier <monnier@cs.yale.edu>
23048
23049 * info.el (Info-menu-entry-name-re): Allow newlines in
23050 menu entry names.
23051
23052 * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Rename from
23053 syntax-ppss-after-change-function.
23054 (syntax-ppss-after-change-function): New alias. Update uses.
23055 (syntax-ppss): Catch the case where the buffer is narrowed.
23056
23057 2003-07-16 Martin Stjernholm <bug-cc-mode@gnu.org>
23058
23059 * progmodes/cc-defs.el (c-langelem-sym, c-langelem-pos)
23060 (c-langelem-2nd-pos): Add accessor functions for syntactic elements.
23061
23062 2003-07-16 Martin Stjernholm <bug-cc-mode@gnu.org>
23063
23064 * progmodes/cc-engine.el (c-literal-faces): Declare as a variable
23065 since it might be modified.
23066
23067 * progmodes/cc-langs.el (c++-make-template-syntax-table)
23068 (c-syntactic-ws-start, c-syntactic-ws-end): Give more consistent
23069 names to these language constants.
23070
23071 2003-07-15 Kim F. Storm <storm@cua.dk>
23072
23073 * apropos.el (apropos-sort-by-scores): Rename from apropos-show-scores.
23074 All uses changed.
23075
23076 2003-07-14 Mark A. Hershberger <mah@everybody.org>
23077
23078 * xml.el (xml-parse-tag, xml-parse-file, xml-parse-region):
23079 Namespace support.
23080
23081 2003-07-13 Juanma Barranquero <lektu@terra.es>
23082
23083 * frame.el (modify-all-frames-parameters): Reinstall (copyright
23084 papers received).
23085
23086 2003-07-13 Karl Eichwalder <ke@suse.de>
23087
23088 * textmodes/po.el (po-find-charset): White space at the start of the
23089 Content-Type field body is non-mandatory.
23090
23091 2003-07-13 Masayuki Ataka <ataka@milk.freemail.ne.jp> (tiny change)
23092
23093 * textmodes/texinfo.el (texinfo-section-list):
23094 Append appendixsection; a synonym for appendixsec.
23095
23096 2003-07-13 Jari Aalto <jari.aalto@poboxes.com>
23097
23098 * man.el (Man-translate-cleanup): New.
23099 (Man-translate-references): Call `Man-translate-cleanup' to clean
23100 leading, trailing and middle spaces.
23101
23102 2003-07-13 Lars Hansen <larsh@math.ku.dk>
23103
23104 * desktop.el (desktop-buffer-dired-misc-data, desktop-buffer-dired):
23105 Handle `dired-directory' being a list.
23106
23107 2003-07-13 Jesper Harder <harder@ifa.au.dk> (tiny change)
23108
23109 * mail/smtpmail.el (smtpmail-send-it): Create smtpmail-queue-dir if
23110 it doesn't exist.
23111
23112 2003-07-12 Richard M. Stallman <rms@gnu.org>
23113
23114 * progmodes/cc-engine.el (c-declare-lang-variables): Don't use mapcan.
23115
23116 * progmodes/cc-defs.el (c-make-keywords-re):
23117 Don't use delete-duplicates.
23118 (c-lang-const): Don't use mapcan.
23119
23120 * apropos.el (apropos-show-scores): Make it customizable.
23121 Document new meaning.
23122 (apropos): Compute scores from symbols.
23123 (apropos-print): Don't sort by scores if apropos-show-scores is nil.
23124
23125 2003-07-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
23126
23127 * ps-bdf.el: Fix copyright line.
23128 (bdf-directory-list): Fix initialization code.
23129
23130 2003-07-11 John Paul Wallington <jpw@gnu.org>
23131
23132 * emacs-lisp/ring.el (ring-empty-p): Use `zerop'.
23133 (ring-p, ring-plus1, ring-minus1, ring-length, ring-index)
23134 (ring-empty-p, ring-size, ring-copy, ring-ref): Doc fixes.
23135
23136 2003-07-11 NAKAJIMA Mikio <minakaji@namazu.org> (tiny change)
23137
23138 * emacs-lisp/ring.el (ring-elements): Doc fix.
23139
23140 2003-07-11 Glenn Morris <gmorris@ast.cam.ac.uk>
23141
23142 * calendar/timeclock.el (timeclock-relative)
23143 (timeclock-ask-before-exiting, timeclock-use-display-time):
23144 Doc changes.
23145 (timeclock-modeline-display): Give a message if
23146 `timeclock-use-display-time' is non-nil but `display-time-mode'
23147 is not active.
23148
23149 2003-07-11 Kenichi Handa <handa@m17n.org>
23150
23151 * international/mule-cmds.el (set-language-environment):
23152 Set current-language-environment to the correct string.
23153
23154 2003-07-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
23155
23156 * ps-print.el: Print line number correctly in a region. Reported by
23157 Tim Allen <timallen@ls83.fsnet.co.uk>.
23158 (ps-print-version): New version number (6.6.2).
23159 (ps-printing-region): Code fix.
23160
23161 2003-07-10 John Paul Wallington <jpw@gnu.org>
23162
23163 * progmodes/etags.el (visit-tags-table-buffer): Add autoload cookie;
23164 this function can be called from `add-completions-from-tags-table'.
23165
23166 2003-07-10 Glenn Morris <gmorris@ast.cam.ac.uk>
23167
23168 * calendar/timeclock.el (timeclock-use-display-time)
23169 (timeclock-day-over-hook, timeclock-workday-remaining)
23170 (timeclock-status-string, timeclock-when-to-leave)
23171 (timeclock-when-to-leave-string, timeclock-log-data)
23172 (timeclock-find-discrep, timeclock-day-base)
23173 (timeclock-generate-report, timeclock-visit-timelog): Doc fix.
23174 (timeclock-modeline-display): Set the variable
23175 `timeclock-modeline-display'.
23176 (timeclock-update-modeline): Doc fix. Respect value of
23177 `timeclock-relative'.
23178
23179 2003-07-09 Richard M. Stallman <rms@gnu.org>
23180
23181 * textmodes/reftex-parse.el (reftex-all-document-files):
23182 Add autoload cookie.
23183
23184 * textmodes/reftex.el (reftex-all-document-files): Delete autoload.
23185 (reftex-scanning-info-available-p): Add autoload cookie.
23186
23187 * international/mule-cmds.el
23188 (set-display-table-and-terminal-coding-system): Delete duplicate
23189 aset on standard-display-table.
23190
23191 * view.el (view-file): If existing buffer's major mode is special,
23192 don't go into view mode.
23193
23194 * dired.el (dired-move-to-filename-regexp): Allow quote in months.
23195
23196 2003-07-08 Martin Stjernholm <bug-cc-mode@gnu.org>
23197
23198 * progmodes/cc-engine.el (c-guess-basic-syntax): Do not do hidden
23199 buffer changes; there's third party code that calls this function
23200 directly.
23201
23202 2003-07-08 Martin Stjernholm <bug-cc-mode@gnu.org>
23203
23204 * progmodes/cc-fonts.el (javadoc-font-lock-keywords)
23205 (autodoc-font-lock-keywords): Don't byte compile on font lock
23206 initialization when running from byte compiled files.
23207
23208 2003-07-08 Alan Mackenzie <bug-cc-mode@gnu.org>
23209
23210 * progmodes/cc-engine.el: Fix AWK mode indentation when previous
23211 statement ends with auto-increment "++".
23212
23213 2003-07-08 Martin Stjernholm <bug-cc-mode@gnu.org>
23214
23215 * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist)
23216 (c-lang-variable-inits, c-lang-variable-inits-tail): The values of
23217 these are changed, so declare them as variables and not constants.
23218
23219 2003-07-08 Markus Rost <rost@math.ohio-state.edu>
23220
23221 * subr.el (dolist, dotimes): Doc fix.
23222
23223 2003-07-08 Kim F. Storm <storm@cua.dk>
23224
23225 * international/mule-cmds.el
23226 (set-display-table-and-terminal-coding-system): Don't break
23227 bootstrap if standard-display-table isn't setup yet.
23228
23229 2003-07-07 Richard M. Stallman <rms@gnu.org>
23230
23231 * ehelp.el (ehelp-command): Use defalias to define ehelp-command.
23232 Give it a doc string, and autoload it.
23233
23234 * desktop.el (desktop-buffer-info, desktop-buffer-mh):
23235 Use with-no-warnings.
23236
23237 * info.el (Info-search): If find invisible text, search again.
23238
23239 * isearch.el (search-whitespace-regexp): Add a shy group around it.
23240
23241 * man.el (Man-name-regexp): Match + as part of name.
23242
23243 * simple.el (visible-mode): Rename from vis-mode.
23244 (vis-mode-saved-buffer-invisibility-spec): Doc fix.
23245
23246 * simple.el (current-word): New arg REALLY-WORD specifies
23247 don't include punctuation chars.
23248
23249 * emacs-lisp/debug.el (debug, debugger-env-macro):
23250 Use with-no-warnings while accessing and binding unread-command-char.
23251
23252 * international/mule-cmds.el
23253 (set-display-table-and-terminal-coding-system): Use explicit loop
23254 instead of calling standard-display-default.
23255
23256 * net/ange-ftp.el (ange-ftp-file-symlink-p):
23257 Use condition-case to catch error in ange-ftp-get-files.
23258
23259 * net/browse-url.el (browse-url-browser-function):
23260 Add alternative for Epiphany.
23261 (browse-url-epiphany-program, browse-url-epiphany-arguments)
23262 (browse-url-epiphany-startup-arguments)
23263 (browse-url-epiphany-new-window-is-tab): New variables.
23264 (browse-url-epiphany, browse-url-epiphany-sentinel): New functions.
23265
23266 * progmodes/compile.el (compile-auto-highlight): Default now t.
23267 (compile): Doc fix.
23268 (compilation-next-error): Fix previous change.
23269
23270 * textmodes/tex-mode.el (tex-main-file): Use with-no-warnings.
23271
23272 * textmodes/sgml-mode.el (xml-mode): Add autoload cookie.
23273
23274 2003-07-07 Nick Roberts <nick@nick.uklinux.net>
23275
23276 * gdb-ui.el (gdb-source-info): Display current frame when
23277 attaching to an existing process.
23278 (gdb-setup-windows, gdb-source-info): Start with gud-comint-buffer
23279 while laying out windows when attaching to an existing process.
23280
23281 2003-07-07 Stefan Monnier <monnier@cs.yale.edu>
23282
23283 * info.el (Info-menu): Use Info-menu-entry-name-re.
23284
23285 2003-07-06 Stefan Monnier <monnier@cs.yale.edu>
23286
23287 * vc-hooks.el (vc-stay-local, vc-stay-local-p): Move from vc.el.
23288 * vc.el (vc-stay-local, vc-stay-local-p): Move to vc-hooks.el.
23289
23290 * info.el (Info-menu-entry-name-re): Be careful to avoid multiple ways
23291 to match the same text.
23292
23293 2003-07-06 John Paul Wallington <jpw@gnu.org>
23294
23295 * vc.el (vc-annotate-offset): Move defvar up.
23296
23297 2003-07-06 Kim F. Storm <storm@cua.dk>
23298
23299 * info.el (Info-menu-entry-name-re): Add `:' to second [] part.
23300 This should fix the infinite loop when extracting menu names.
23301
23302 2003-07-05 Martin Stjernholm <bug-cc-mode@gnu.org>
23303
23304 * files.el (auto-mode-alist, interpreter-mode-alist):
23305 Remove entries to CC Mode modes to avoid duplicates; they are now added
23306 with autoload directives in cc-mode.el.
23307
23308 2003-07-05 Martin Stjernholm <bug-cc-mode@gnu.org>
23309
23310 * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist)
23311 (c-lang-variable-inits, c-lang-variable-inits-tail): The values of
23312 these are changed, so declare them as variables and not constants.
23313
23314 * progmodes/cc-mode.el: Fix some autoload problems: Try to
23315 ensure that the entry for ".c" extension comes before the one for
23316 ".C" on `auto-mode-alist', to behave better on case insensitive OS:es.
23317 Fix incorrect entries that were added to `interpreter-mode-alist'.
23318 Move the autoload directives for AWK to the top level since they
23319 aren't recognized anywhere else. Do not use the new AWK mode doc
23320 in the autoload form for the old AWK mode.
23321
23322 2003-06-30 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
23323
23324 * textmodes/bibtex.el (bibtex-sort-entry-class): New entry catch-all.
23325 (bibtex-sort-ignore-string-entries): Default value t.
23326 (bibtex-entry-kill-ring-max): Reintroduce as it was removed
23327 erroneously in previous version.
23328 (bibtex-string-files): Docstring reflects new parsing scheme.
23329 (bibtex-autokey-transcriptions): Merge some rewrite entries, fix
23330 docstring, add # as one of the chars to crush
23331 (bibtex-autokey-prefix-string, bibtex-autokey-names)
23332 (bibtex-autokey-names-stretch, bibtex-autokey-additional-names)
23333 (bibtex-autokey-name-change-strings)
23334 (bibtex-autokey-name-case-convert, bibtex-autokey-name-length)
23335 (bibtex-autokey-name-separator, bibtex-autokey-year-length)
23336 (bibtex-autokey-use-crossref, bibtex-autokey-titlewords)
23337 (bibtex-autokey-title-terminators)
23338 (bibtex-autokey-titlewords-stretch)
23339 (bibtex-autokey-titleword-ignore)
23340 (bibtex-autokey-titleword-case-convert)
23341 (bibtex-autokey-titleword-abbrevs)
23342 (bibtex-autokey-titleword-abbrevs)
23343 (bibtex-autokey-titleword-change-strings)
23344 (bibtex-autokey-titleword-length)
23345 (bibtex-autokey-titleword-separator)
23346 (bibtex-autokey-name-year-separator)
23347 (bibtex-autokey-year-title-separator)
23348 (bibtex-autokey-before-presentation-function)
23349 (bibtex-entry-type-history, bibtex-entry-maybe-empty-head):
23350 Fix docstring.
23351 (bibtex-strings, bibtex-reference-keys):
23352 Use lazy-completion-table and make-variable-buffer-local.
23353 (bibtex-sort-entry-class-alist): Use downcase, account for catch-all.
23354 (bibtex-braced-string-syntax-table)
23355 (bibtex-quoted-string-syntax-table): New variables.
23356 (bibtex-parse-nested-braces): Remove.
23357 (bibtex-parse-field-string): Use syntax table and forward-sexp.
23358 (bibtex-parse-association): Simplify.
23359 (bibtex-parse-field-name): Obey bibtex-autoadd-commas.
23360 (bibtex-parse-field-text): Simplify.
23361 (bibtex-search-forward-field, bibtex-search-backward-field):
23362 argument BOUND can take value t.
23363 (bibtex-start-of-field, bibtex-start-of-name-in-field)
23364 (bibtex-end-of-name-in-field, bibtex-end-of-field)
23365 (bibtex-start-of-text-in-field, bibtex-end-of-text-in-field)
23366 (bibtex-start-of-text-in-string, bibtex-end-of-text-in-string)
23367 (bibtex-end-of-string, bibtex-type-in-head): Use defsubst.
23368 (bibtex-skip-to-valid-entry): Return buffer position of beginning
23369 and ending of entry. Update for changes of bibtex-search-entry.
23370 Simplify.
23371 (bibtex-map-entries): FUN is called with three arguments.
23372 (bibtex-search-entry): Return a cons pair with buffer positions of
23373 beginning and end of entry.
23374 (bibtex-enclosing-field): Simplify.
23375 (bibtex-format-entry): Use booktitle to set a missing title.
23376 (bibtex-autokey-get-names): Fiddle with regexps.
23377 (bibtex-generate-autokey): Use identity.
23378 (bibtex-parse-keys): Use simplified parsing algorithm if
23379 bibtex-parse-keys-fast is non-nil. Simplify. Change order of
23380 arguments. Return alist of keys.
23381 (bibtex-parse-strings): Simplify. Return alist of strings.
23382 (bibtex-complete-string-cleanup): Fix docstring.
23383 (bibtex-read-key): New function.
23384 (bibtex-mode): Fix docstring. Do not parse for keys and
23385 strings when the mode is entered. Set fill-paragraph-function to
23386 bibtex-fill-field. Setup font-lock-mark-block-function the way
23387 font-lock intended.
23388 (bibtex-entry): Use bibtex-read-key. Obey bibtex-autofill-types.
23389 (bibtex-parse-entry, bibtex-autofill-entry): New functions.
23390 (bibtex-print-help-message, bibtex-remove-OPT-or-ALT)
23391 (bibtex-Preamble): Avoid hard coded constants.
23392 (bibtex-make-field): Fix docstring. Simplify.
23393 (bibtex-beginning-of-entry): Always return new position of point.
23394 (bibtex-end-of-entry): Rearrange cond clauses.
23395 (bibtex-count-entries, bibtex-validate, bibtex-reformat):
23396 Update for changes of bibtex-map-entries.
23397 (bibtex-ispell-abstract): Do not move point.
23398 (bibtex-entry-index): Use downcase. Simplify.
23399 (bibtex-lessp): Handle catch-all.
23400 (bibtex-find-crossref): Turn into a command.
23401 (bibtex-find-entry): Simplify. Use bibtex-read-key. Fix regexp.
23402 (bibtex-clean-entry): Use bibtex-read-key. Handle string and
23403 preamble entries.
23404 (bibtex-fill-field-bounds): New function.
23405 (bibtex-fill-field): New command. Bound to fill-paragraph-function.
23406 (bibtex-fill-entry): Use bibtex-fill-field-bounds
23407 (bibtex-String): Use bibtex-strings. Always obey
23408 bibtex-sort-ignore-string-entries.
23409
23410 2003-07-05 John Paul Wallington <jpw@gnu.org>
23411
23412 * cus-theme.el (customize-create-theme):
23413 Call `customize-create-theme' in Reset widget's notify function.
23414
23415 * ibuffer.el (ibuffer-backward-line, ibuffer-forward-line)
23416 (ibuffer-mark-interactive): Use `or' instead of `unless'.
23417 (define-ibuffer-column name): Add summarizer.
23418 (define-ibuffer-column size): Likewise.
23419 (define-ibuffer-column filename): Likewise.
23420 (define-ibuffer-column process): Likewise. Change BODY's output too.
23421 (define-ibuffer-column filename-and-process): Likewise, likewise.
23422 (ibuffer): Remove local vars `already-in' and `need-update'.
23423
23424 * ibuf-ext.el: Don't require `derived' at compile-time.
23425
23426 2003-07-05 Kim F. Storm <storm@cua.dk>
23427
23428 * info.el: Disable paragraph refilling.
23429 (Info-refill-paragraphs): New defcustom.
23430 (Info-fontify-node): Use it.
23431
23432 2003-07-04 Stefan Monnier <monnier@cs.yale.edu>
23433
23434 * emacs-lisp/cl-macs.el (cl-transform-lambda): Strip &cl-defs
23435 thingies from constructors created by defstruct.
23436
23437 * emacs-lisp/bytecomp.el (byte-compile-defvar): Check and set
23438 the default value of the variable.
23439 (byte-code-meter): Move declaration to top level.
23440
23441 * pcvs-parse.el (cvs-parse-status): Ignore extra fields from CVSNT.
23442
23443 * info.el (Info-following-node-name-re): New fun.
23444 (Info-following-node-name): Remove.
23445 (Info-insert-dir): Use the new fun.
23446 (Info-extract-pointer): Don't save restriction; use new fun.
23447 (Info-menu-entry-name-re): New const.
23448 (Info-menu-entry-name-re): Use it along with new fun.
23449 (Info-node-spec-re): Use new fun.
23450 (Info-complete-menu-item, Info-fontify-node): Use new const.
23451 (Info-goto-node, Info-follow-reference, Info-menu-update):
23452 Use match-string.
23453 (Info-follow-reference): Use assoc-string.
23454 Use a list of strings for the completion table.
23455 (Info-fontify-node): Use match-string, line-end-position.
23456 Limit the search for `node:' to the first line.
23457
23458 * newcomment.el (uncomment-region): Remove padding coming from
23459 comment-start rather than just from comment-padding.
23460
23461 * vc-cvs.el (vc-cvs-repository-hostname): New operation.
23462 (vc-cvs-stay-local-p): Use vc-stay-local-p.
23463 (vc-cvs-rename-file): Remove (use the default).
23464 (vc-cvs-register): Register parent dir if needed.
23465 (vc-cvs-could-register): Return non-nil if parent can be registered.
23466 (vc-cvs-state, vc-cvs-dir-state, vc-cvs-print-log, vc-cvs-diff)
23467 (vc-cvs-diff-tree, vc-cvs-make-version-backups-p): Use vc-stay-local-p.
23468
23469 * vc-svn.el (vc-svn-use-edit): Make it into a const.
23470 (vc-svn-update): Fix the arguments to `svn'.
23471 (vc-svn-diff-tree): Just use `vc-svn-diff'.
23472 (vc-svn-create-snapshot, vc-svn-retrieve-snapshot):
23473 Simple implementations, assuming `name' is a URL.
23474
23475 * progmodes/sh-script.el (sh-font-lock-paren): Add [ and ] to the
23476 set of chars allowed unquoted in a case pattern.
23477
23478 * font-core.el (font-lock-defaults-alist): Remove obsolete entries.
23479
23480 * font-lock.el (font-lock-extra-types-widget)
23481 (c-font-lock-extra-types, c++-font-lock-extra-types)
23482 (objc-font-lock-extra-types, java-font-lock-extra-types)
23483 (c-font-lock-keywords-1, c-font-lock-keywords-2, c-font-lock-keywords)
23484 (c-font-lock-keywords-3, c-font-lock-syntactic-face-function)
23485 (font-lock-match-c++-style-declaration-item-and-skip-to-next)
23486 (font-lock-match-c++-structor-declaration)
23487 (c++-font-lock-keywords-1, c++-font-lock-keywords-2)
23488 (c++-font-lock-keywords-3, c++-font-lock-keywords)
23489 (objc-font-lock-keywords-1, objc-font-lock-keywords-2)
23490 (objc-font-lock-keywords-3, objc-font-lock-keywords)
23491 (java-font-lock-keywords-1, java-font-lock-keywords-2)
23492 (java-font-lock-keywords-3, java-font-lock-keywords)
23493 (java-font-lock-syntactic-face-function): Remove obsolete code
23494 and constants. It's all in cc-fonts.el now.
23495
23496 2003-07-04 Glenn Morris <gmorris@ast.cam.ac.uk>
23497
23498 * mail/sendmail.el (mail-specify-envelope-from)
23499 (mail-envelope-from): Doc fix.
23500
23501 2003-07-04 Martin Stjernholm <mast@lysator.liu.se>
23502
23503 * generic-x.el: Do away with the dependency on `c-emacs-features'
23504 when populating `rul-generic-mode-syntax-table'; we already know
23505 this isn't XEmacs.
23506
23507 See ChangeLog.10 for earlier changes.
23508
23509 ;; Local Variables:
23510 ;; coding: iso-2022-7bit
23511 ;; End:
23512
23513 Copyright (C) 2001, 02, 04 Free Software Foundation, Inc.
23514 Copying and distribution of this file, with or without modification,
23515 are permitted provided the copyright notice and this notice are preserved.
23516
23517 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1