]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
*** empty log message ***
[gnu-emacs] / lisp / ChangeLog
1 2005-07-17 Simon Josefsson <jas@extundo.com>
2
3 * mail/smtpmail.el (smtpmail-auth-supported): Prefer PLAIN over LOGIN.
4
5 2005-07-16 Jose E. Marchesi <jemarch@gnu.org>
6
7 * lisp/mail/smtpmail.el (smtpmail-auth-supported):
8 Add plain auth method.
9 (smtpmail-try-auth-methods): Add AUTH PLAIN dialog.
10
11 2005-07-17 Kim F. Storm <storm@cua.dk>
12
13 * ido.el (dired-other-window): Add ido property.
14
15 2005-07-16 Juanma Barranquero <lekktu@gmail.com>
16
17 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
18 Fix typo in docstring.
19 (byte-compile-interactive-only-functions): Add `insert-buffer' and
20 `insert-file-literally'.
21
22 * emacs-lisp/edebug.el (def-edebug-form-spec): Add obsolescence
23 info and delete redundant message. Doc fix.
24 (edebug-install-custom-print-funcs, edebug-reset-print-funcs)
25 (edebug-uninstall-custom-print-funcs): Define as obsolete aliases.
26
27 2005-07-16 Richard M. Stallman <rms@gnu.org>
28
29 * emacs-lisp/bytecomp.el (byte-compile-and-recursion): New function.
30 (byte-compile-and): Use byte-compile-and-recursion.
31 (byte-compile-or-recursion): New function.
32 (byte-compile-or): Use that.
33 (byte-compile-if): Guard the else-clause too.
34 (byte-compile-maybe-guarded): Handle (not (featurep 'emacs)).
35
36 * isearch.el (isearch-mode-end-hook-quit): New variable.
37 (isearch-done): Bind it.
38 (isearch-mode-end-hook): Doc fix.
39
40 * allout.el (allout-isearch-did-quit): Variable deleted.
41 (allout-real-isearch-abort): Function name no longer used.
42 (allout-mode): Do allout-enwrap-isearch whenever feature is wanted.
43 (allout-isearch-rectification): isearch-mode always exists.
44 Don't set allout-isearch-did-quit.
45 (allout-isearch-expose): Check isearch-mode-end-hook-error, not
46 allout-isearch-did-quit.
47 (allout-enwrap-isearch): Just add the hook.
48 (allout-isearch-abort): Function deleted.
49 (allout-pre-command-business): Avoid warning.
50
51 * progmodes/pascal.el (pascal-outline-map): Use fboundp, not boundp.
52 Correctly avoid warnings.
53 (pascal-outline): Likewise.
54
55 * progmodes/f90.el (f90-abbrev-start): Avoid warning.
56
57 * progmodes/asm-mode.el (asm-comment): Use with-no-warnings.
58
59 * play/tetris.el (tetris-mode): Avoid warning.
60
61 * play/snake.el (snake-mode): Avoid warning.
62
63 * play/gamegrid.el (gamegrid-shared-game-dir): Add defvar.
64 (gamegrid-set-display-table): Avoid warning.
65 (gamegrid-set-timer): Likewise.
66 (gamegrid-make-mono-tty-face): Use set-face-inverse-video-p.
67 (gamegrid-add-score-with-update-game-score-1): Take FILE
68 as argument.
69 (gamegrid-add-score-with-update-game-score): Pass that argument.
70 Rename have-shared-game-dir to gamegrid-shared-game-dir.
71
72 * net/eudc-hotlist.el (eudc-hotlist-mode): Avoid warnings.
73
74 * net/eudc-bob.el (eudc-jump-to-event): Avoid warning.
75 (eudc-bob-display-jpeg, eudc-bob-can-display-inline-images): Likewise.
76
77 * mail/uce.el (uce-reply-to-uce): Replace beginning-of-buffer
78 and insert-file.
79
80 * mail/supercite.el (sc-no-blank-line-or-header): Avoid warning.
81 (sc-ask): Avoid warnings.
82
83 * eshell/em-hist.el (eshell-rebind-keys-alist): Add defvar.
84 (eshell-hist-initialize): Use that var the natural way.
85
86 * emulation/viper-init.el (viper-activate-input-method): Avoid warning.
87
88 * emacs-lisp/re-builder.el (reb-cook-regexp): Avoid
89 warning calling lre-compile-string.
90 (reb-color-display-p): Avoid warning.
91
92 * calculator.el (calculator-last-input): Guard uses
93 of event-key and key-press-event-p.
94 (event-key, key-press-event-p): Delete definitions.
95
96 * emacs-lisp/find-gc.el (find-gc-unsafe-list)
97 (find-gc-source-directory, find-gc-subrs-callers)
98 (find-gc-noreturn-list, find-gc-source-files)
99 (find-gc-subrs-called): Vars renamed and defvar'd.
100
101 * emacs-lisp/checkdoc.el (checkdoc-make-overlay)
102 (checkdoc-overlay-put, checkdoc-delete-overlay)
103 (checkdoc-overlay-start, checkdoc-overlay-end)
104 (checkdoc-mode-line-update, checkdoc-char=):
105 Define such that compiler knows they are defined.
106 (checkdoc-call-eval-buffer): Deleted. Use eval-buffer directly.
107 (checkdoc-read-event): Deleted. Use read-event directly.
108
109 * whitespace.el (whitespace-make-overlay)
110 (whitespace-overlay-put, whitespace-delete-overlay)
111 (whitespace-overlay-start, whitespace-overlay-end):
112 Define such that compiler knows they are defined.
113 (whitespace): Move conditional inside.
114
115 * tempo.el (tempo-insert-template): Suppress warning.
116
117 * ediff-diff.el (longlines-mode): Add defvar.
118
119 2005-07-16 Gary Howell <g1howell-list@yahoo.com> (tiny change)
120
121 * server.el: Bind "C-x #" in a way that works even if C-x is
122 redefined to a command key, not a prefix key.
123
124 2005-07-16 Johan Bockgard <bojohan@users.sourceforge.net> (tiny change)
125
126 * emacs-lisp/cl-macs.el (cl-make-type-test): Defer evaluation of
127 cl-make-type-test till execution time.
128
129 2005-07-16 Markus Rost <rost@math.uni-bielefeld.de>
130
131 * dired-x.el (dired-do-relsymlink-regexp): Add missing optional
132 arg ARG and use it.
133
134 2005-07-16 Johan Bockgard <bojohan@users.sourceforge.net> (tiny change)
135
136 * emacs-lisp/cl-macs.el (cl-make-type-test): Add `atom' type.
137
138 2005-07-15 Luc Teirlinck <teirllm@auburn.edu>
139
140 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
141 a defcustom with two :set or :type keywords.
142
143 2005-07-15 Richard M. Stallman <rms@gnu.org>
144
145 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
146 Don't give ^M comment-end syntax.
147
148 2005-07-16 Nick Roberts <nickrob@snap.net.nz>
149
150 * progmodes/gdb-ui.el (gdb-var-update, gdb-var-update-handler):
151 Don't consider gdbmi (gdb-mi.el has its own update functions).
152 (gdb-var-delete): Make it work for gdbmi as well.
153 (gdb-speedbar-expand-node): Move var-update here for gdbmi.
154
155 * progmodes/gud.el (etags, sdb): Only require etags when needed.
156 (gud-speedbar-menu-items): Correct logic for enabling items.
157
158 2005-07-15 Kim F. Storm <storm@cua.dk>
159
160 * ido.el: Fix commentary.
161 (ido-define-mode-map): Move ido-next-work-file to C-M-o.
162 Use with-no-warnings around ffap-guesser.
163 (ido-file-internal, ido-read-file-name, ido-read-directory-name):
164 Let bind minibuffer-completing-file-name to t.
165
166 2005-07-15 Juanma Barranquero <lekktu@gmail.com>
167
168 * startup.el (site-run-file, keyboard-type): Doc fixes.
169 (command-line): Check for "--basic-display" argument; also for
170 "--quick", not "--bare-bones" (which was renamed).
171 (fancy-splash-text): Add missing item "Getting New Versions".
172 (normal-splash-screen): Fix typos and improve consistency with
173 `fancy-splash-text'. Update copyright year.
174
175 * hexl.el (hexl-mode-map): Recognize also `ehelp-command' as a
176 valid binding for `help-char'.
177
178 * emacs-lisp/derived.el (derived-mode-hook-name): Doc fix.
179
180 2005-07-14 Dan Nicolaescu <dann@ics.uci.edu>
181
182 * term.el (term-mode): Disable cua-mode for term buffers.
183
184 2005-07-14 Juanma Barranquero <lekktu@gmail.com>
185
186 * add-log.el (add-log-mailing-address, change-log-merge):
187 Doc fixes.
188 (change-log-get-method-definition): Fix typo in docstring.
189
190 2005-07-14 Kim F. Storm <storm@cua.dk>
191
192 * emulation/cua-base.el:
193 (cua--pre-command-handler-1, cua--pre-command-handler)
194 (cua--post-command-handler-1, cua--post-command-handler):
195 Split in two. Check (buffer local) value of cua-mode.
196 (cua-selection-mode): New command.
197
198 2005-07-13 Luc Teirlinck <teirllm@auburn.edu>
199
200 * custom.el (custom-initialize-safe-set)
201 (custom-initialize-safe-default): Doc fixes.
202
203 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
204 and simplify :init-value again.
205
206 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
207 and simplify :init-value again. Delete autoload.
208
209 * startup.el (command-line): Use `custom-reevaluate-setting' again
210 for tooltip-mode.
211
212 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
213 a defcustom with two :initialize keywords.
214
215 2005-07-13 Juanma Barranquero <lekktu@gmail.com>
216
217 * allout.el (my-mark-marker, allout-isearch-prior-pos)
218 (allout-unprotected, allout-undo-aggregation, allout-snug-back)
219 (allout-post-command-business, allout-flag-region)
220 (isearch-reenable-font-lock, allout-yank)
221 (allout-insert-latex-header, allout-insert-latex-trailer)
222 (allout-latex-verbatim-quote-curr-line, allout-latexify-exposed)
223 (allout-latex-verb-quote): Fix typos in docstrings.
224 (allout-enwrap-isearch, regexp-sans-escapes): Doc fixes.
225 (allout-unprotected, allout-prefix-data):
226 Improve argument/docstring consistency.
227 (allout-chart-subtree): Fix argument spec.
228 (allout-open-topic): Rename `use_sib_bullet' argument to
229 `use-sib-bullet'. Doc fix.
230
231 * whitespace.el (whitespace-check-buffer-leading)
232 (whitespace-check-buffer-trailing)
233 (whitespace-check-buffer-indent)
234 (whitespace-check-buffer-spacetab)
235 (whitespace-check-buffer-ateol, whitespace-highlighted-space)
236 (whitespace-check-leading-whitespace)
237 (whitespace-check-trailing-whitespace)
238 (whitespace-check-spacetab-whitespace)
239 (whitespace-check-indent-whitespace)
240 (whitespace-check-ateol-whitespace, whitespace-abort-on-error)
241 (whitespace-modes): Fix typos in docstrings.
242 (defgroup, defcustom): Doc fixes.
243
244 * winner.el (winner-mode, winner-boring-buffers)
245 (winner-pending-undo-ring): Doc fixes.
246 (winner-ring): Remove unneeded `progn'.
247 (winner-equal): `defsubst' it.
248 (winner-redo): Fix message.
249
250 2005-07-13 Kim F. Storm <storm@cua.dk>
251
252 * simple.el (line-move-1): Always use vertical-motion to
253 do the last (or only) line move to ensure some movement.
254 Undo 2005-06-23 change--don't check for overlays.
255
256 2005-07-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
257
258 * term/mac-win.el (ccl-encode-mac-roman-font)
259 (ccl-encode-mac-centraleurroman-font)
260 (ccl-encode-mac-cyrillic-font, ccl-encode-mac-symbol-font):
261 (ccl-encode-mac-dingbats-font): Remove check for ASCII.
262 Change charset-id boundary of dimension to ?\xef.
263 (mac-char-fontspec-list): New constant.
264 (fontset-add-mac-fonts): Use it. Accept non-string `base-family'
265 argument. Nil uses itself as family in font-spec. Previous
266 behavior for nil is now provided by non-nil non-string argument.
267 All callers changed. Add font-specs for Mac fonts to
268 "fontset-default" unless iso8859-1 fonts are installed.
269
270 2005-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
271
272 * progmodes/sh-script.el (sh-get-indent-info): Only indent
273 a continuation line if the \ is preceded by SPC or TAB.
274 (sh-get-indent-info): Simplify.
275 (sh-mark-init, sh-learn-buffer-indent, sh-add-completer):
276 Use with-current-buffer.
277
278 * font-lock.el (font-lock-fontify-keywords-region): Avoid inf-loops
279 when the matched text is empty.
280
281 2005-07-12 Luc Teirlinck <teirllm@auburn.edu>
282
283 * startup.el (command-line): Revert to previous handling of
284 tooltip-mode. Explain in comment why the complexity is needed.
285
286 * tooltip.el (tooltip-mode): Revert to previous implementation of
287 its defcustom.
288
289 * frame.el (blink-cursor-mode): Revert to previous implementation
290 of its defcustom. Update comment.
291
292 2005-07-12 Lars Hansen <larsh@soem.dk>
293
294 * desktop.el: Update e-mail address.
295
296 2005-07-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
297
298 * term/mac-win.el (mac-services-mail-selection)
299 (mac-services-mail-to): New functions.
300 (mac-application-menu-map): Bind them.
301
302 2005-07-12 wulei <milton@wulei.net> (tiny change)
303
304 * progmodes/gdb-ui.el: Add note about buffering with Windows.
305
306 2005-07-11 Luc Teirlinck <teirllm@auburn.edu>
307
308 * custom.el (custom-reevaluate-setting): Doc fix.
309
310 2005-07-11 Jay Belanger <belanger@truman.edu>
311
312 * calc/calc.el (calc-embedded-announce-formula-alist)
313 (calc-embedded-open-close-plain-alist)
314 (calc-embedded-open-close-mode-alist): Add checks for additional
315 major modes (due to Robert J. Chassell <bob@rattlesnake.com>).
316
317 2005-07-11 Juanma Barranquero <lekktu@gmail.com>
318
319 * custom.el (custom-enable-theme): Don't add theme to
320 `custom-enabled-themes' with `push' because there is no
321 setf-method for `delq'.
322
323 2005-07-11 Richard M. Stallman <rms@gnu.org>
324
325 * custom.el (custom-declare-variable): Doc fix.
326
327 * dired-aux.el (dired-compare-directories): Remove "." and ".."
328 from the alists.
329
330 * emacs-lisp/edebug.el (edebug-slow-after, edebug-slow-before):
331 Do nothing if edebug-active.
332
333 * emacs-lisp/edebug.el (edebug-enter): Don't with-timeout-suspend here.
334 (edebug-display): Do it here instead.
335
336 2005-07-10 Richard M. Stallman <rms@gnu.org>
337
338 * cus-face.el (custom-theme-set-faces): Make it work.
339 (custom-reset-faces): Doc fix.
340 (custom-theme-reset-internal-face, custom-theme-face-value):
341 Functions deleted.
342
343 * custom.el (custom-push-theme): Maintain list of the settings
344 of a given theme in its theme-settings property.
345 Maintain position of old settings in the theme-value
346 or theme-face property.
347 (custom-enabled-themes): New variable.
348 (custom-theme-enabled-p): New function.
349 (provide-theme): Update custom-enabled-themes.
350 Disable and reenable the `user' theme.
351 (require-theme): Doc fix.
352 (custom-do-theme-reset, custom-remove-theme): Functions deleted.
353 (custom-theme-value, custom-theme-variable-value): Likewise.
354 (custom-theme-reset-internal): Likewise.
355 (custom-theme-load-themes): Fix bugs and use custom-disable-theme.
356 (custom-enable-theme, custom-disable-theme): New functions.
357 (custom-variable-theme-value, custom-face-theme-value): Likewise.
358 (custom-theme-recalc-variable, custom-theme-recalc-face): Likewise.
359 (custom-theme-reset-variables): Simplify.
360 (deftheme, custom-declare-theme, custom-make-theme-feature):
361 Definitions moved.
362
363 2005-07-10 Chong Yidong <cyd@stupidchicken.com>
364
365 * longlines.el (longlines-show-region)
366 (longlines-unshow-hard-newlines): Recognize hard newlines by
367 non-nil hard property, instead of t.
368
369 2005-07-10 Michael Kifer <kifer@cs.stonybrook.edu>
370
371 * viper-cmd.el (viper--key-maps): New variable.
372 (viper-normalize-minor-mode-map-alist): Use viper--key-maps and
373 emulation-mode-map-alists.
374 (viper-envelop-ESC-key): Use viper-subseq.
375 (viper-search-forward/backward/next): Disable debug-on-error.
376
377 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
378 (viper-ESC-key): New defcustoms.
379
380 * viper-macs.el (ex-map-read-args): Use viper-subseq.
381
382 * viper-util.el (viper-key-to-emacs-key): Use viper-subseq.
383 (viper-subseq): Copy of subseq from cl.el.
384
385 * viper.el (viper-go-away, viper-set-hooks): Use
386 emulation-mode-map-alists, advise self-insert-command, add-minor-mode.
387
388 * viper-mous.el (viper-current-frame-saved): Use defvar.
389
390 * viper-init.el: Get rid of -face in face names.
391
392 * ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3):
393 Make it work with longlines mode
394
395 * ediff-mult.el (ediff-meta-mode-hook): New variable.
396
397 * ediff-ptch.el (ediff-file-name-sans-prefix): Quote regexp.
398
399 * ediff-init: Get rid of -face in face names.
400
401 2005-07-10 Richard M. Stallman <rms@gnu.org>
402
403 * emacs-lisp/edebug.el (edebug-enter): Call with-timeout-suspend
404 and with-timeout-unsuspend.
405
406 * emacs-lisp/debug.el (debug): Call with-timeout-suspend
407 and with-timeout-unsuspend.
408
409 * emacs-lisp/timer.el (with-timeout-timers): New variable.
410 (with-timeout): Bind that variable to record timers.
411 (with-timeout-suspend, with-timeout-unsuspend): New functions.
412
413 * emacs-lisp/debug.el (debug-help-follow): New function.
414 (debugger-mode-map): Use that instead of help-follow.
415 (debugger-setup-buffer): Use eval-buffer-list
416 to handle eval-buffer frames.
417
418 2005-07-10 N. Raghavendra <raghu@mri.ernet.in> (tiny change)
419
420 * timezone.el (timezone-parse-date): Change first regexp
421 so it will not mistakenly match dates with no time zone.
422
423 2005-07-10 Jeff Dwork <jeff.dwork@amd.com> (tiny change)
424
425 * facemenu.el (facemenu-read-color): Do case-insensitive matching.
426
427 2005-07-10 Luc Teirlinck <teirllm@auburn.edu>
428
429 * custom.el (custom-initialize-safe-set)
430 (custom-initialize-safe-default): New functions.
431
432 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
433 and simplify :init-value.
434
435 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
436 and simplify :init-value. Delete obsolete comment.
437
438 * startup.el (command-line): Use `custom-reevaluate-setting' to
439 handle `tooltip-mode'. Delete obsolete comment.
440
441 * files.el (set-visited-file-name): Avoid calling
442 `file-name-nondirectory' with a nil argument.
443
444 2005-07-09 Richard M. Stallman <rms@gnu.org>
445
446 * emacs-lisp/debug.el (debugger-setup-buffer): When eval-buffer
447 was called with nil for the buffer, handle the read position right.
448 Handle read position for eval-region, too.
449
450 2005-07-09 Juri Linkov <juri@jurta.org>
451
452 * fringe.el (fringe-mode): Add period in docstring.
453 (fringe-query-style): Build prompt depending on `all-frames' arg.
454
455 * dired.el (dired-marker-char): Avoid quotations for `do' and `mark'
456 to not create links to unrelated functions in the Help buffer.
457
458 * progmodes/compile.el (compilation-mode-hook, compilation-mode):
459 Doc fix.
460
461 * simple.el (next-error-hook): New variable.
462 (next-error): Use it. Doc fix.
463
464 * textmodes/ispell.el (ispell-command-loop): Add current
465 dictionary name and program name to mode-line-format.
466 (ispell-region, ispell-process-line): Add current dictionary name
467 and program name to messages.
468
469 2005-07-08 Jay Belanger <belanger@truman.edu>
470
471 * calc/calc.el (calc-embedded-announce-formula-alist)
472 (calc-embedded-open-close-formula-alist)
473 (calc-embedded-open-close-word-alist)
474 (calc-embedded-open-close-plain-alist)
475 (calc-embedded-open-close-new-formula-alist)
476 (calc-embedded-open-close-mode-alist)
477 (calc-embedded-new-buffer-hook, calc-embedded-new-formula-hook)
478 (calc-embedded-mode-hook): New variables.
479
480 * calc/calc-embed.el (calc-embedded-firsttime)
481 (calc-embedded-firsttime-buf, calc-embedded-firsttime-formula):
482 New variables.
483 (calc-do-embedded): Use calc-embedded-firsttime,
484 calc-embedded-firsttime-buf and calc-embedded-firsttime-formula to
485 determine whether or not to run hooks.
486 (calc-embedded-make-info) Set calc-embedded-firsttime-buf and
487 calc-embedded-firsttime-formula appropriately.
488 Set calc-embedded delimiter variables according to mode.
489
490 2005-07-08 Richard M. Stallman <rms@gnu.org>
491
492 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-list):
493 Check for "emacs", etc., as entire symbol, not just as word.
494 (checkdoc-file-comments-engine): Use regexp-quote on FN.
495
496 * files.el (set-visited-file-name): Report the error
497 for "empty filename" earlier.
498 (kill-some-buffers): Ignore buffers already dead.
499
500 * fringe.el (fringe-mode): Doc fix.
501
502 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
503 Check for (featurep 'xemacs) and turn off warnings in what it guards.
504 Use unwind-protect to ensure byte-compile-unresolved-functions
505 is updated.
506
507 * whitespace.el (whitespace-buffer-leading-cleanup):
508 Simplify w/ skip-chars-forward.
509 (whitespace-buffer-trailing-cleanup): Simplify w/ skip-chars-backward.
510
511 * mail/rmail.el (rmail-only-expunge): Fix paren error.
512 Unconditionally try to leave point at the same old place.
513
514 2005-07-08 Ralf Angeli <angeli@iwi.uni-sb.de> (tiny change)
515
516 * comint.el (comint-postoutput-scroll-to-bottom)
517 (comint-show-maximum-output): Take scroll-margin into consideration.
518
519 2005-07-08 Kim F. Storm <storm@cua.dk>
520
521 * ido.el (ido-use-filename-at-point): New choice `guess'.
522 (ido-file-internal): Try ffap-guesser if selected.
523
524 * ido.el (ido-before-fallback-functions): New hook.
525 (ido-buffer-internal, ido-file-internal, ido-read-buffer)
526 (ido-read-file-name): Run it.
527
528 2005-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
529
530 * progmodes/hideif.el (hide-ifdef-use-define-alist): Pass a list of
531 strings rather than a list of symbols to the completion function.
532
533 2005-07-07 Jay Belanger <belanger@truman.edu>
534
535 * calc/calc-units.el (math-apply-units): Change the places in
536 which units are simplified.
537
538 2005-07-07 Luc Teirlinck <teirllm@auburn.edu>
539
540 * cus-edit.el (customize-option, customize-option-other-window):
541 Make them handle aliases.
542
543 * custom.el (custom-variable-p): Make it recursively follow
544 aliases. Mention that in the docstring.
545
546 2005-07-07 Richard M. Stallman <rms@gnu.org>
547
548 * cus-start.el (exec-path): Use `directory' instead of `file'.
549 Fix tag for nil.
550
551 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
552
553 * replace.el (occur-rename-buffer): Use `generate-new-buffer' also
554 when called non-interactively. Doc fix.
555
556 2005-07-07 Lute Kamstra <lute@gnu.org>
557
558 * elide-head.el (elide-head-headers-to-hide): Recognize the FSF's
559 new address as well.
560
561 2005-07-07 Kenichi Handa <handa@m17n.org>
562
563 * international/mule.el (make-coding-system):
564 Describe `ascii-incompatible' property in the docstring.
565 (set-file-name-coding-system): Signal an error if coding-system is
566 ascii-incompatible.
567 (set-keyboard-coding-system): Likewise.
568
569 * international/mule-cmds.el (set-default-coding-systems):
570 Don't set default-file-name-coding-system and
571 default-keyboard-coding-system if coding-system is ASCII-incompatible.
572
573 * international/utf-16.el: Declare that all UTF-16-based coding
574 systems are ASCII-incompatible.
575
576 2005-07-07 Nick Roberts <nickrob@snap.net.nz>
577
578 * progmodes/gud.el: Require font-lock for displaying errors.
579 Used by gdb-ui.el.
580
581 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
582
583 * hi-lock.el (hi-lock-find-patterns): Protect also against invalid
584 values for the pattern lists which are `read'able but not
585 `append'able (like symbols).
586
587 2005-07-06 Richard M. Stallman <rms@gnu.org>
588
589 * progmodes/flymake.el (flymake-float-time): Instead of
590 with-no-warnings, test for xemacs.
591 (flymake-replace-regexp-in-string): Test fboundp of replace-in-string
592 to avoid warning.
593
594 2005-07-06 Juanma Barranquero <lekktu@gmail.com>
595
596 * w32-vars.el (w32-fixed-font-alist): Fix typo in `defcustom' tag.
597
598 2005-07-05 Lute Kamstra <lute@gnu.org>
599
600 * battery.el: Add support for Darwin (with much debugging help
601 from Samuel Lauber <sam124@operamail.com>).
602 (battery-status-function, battery-echo-area-format)
603 (battery-mode-line-format): Add support for pmset on Darwin.
604 (battery-load-low, battery-load-critical): New user options.
605 (battery-pmset): New function.
606
607 2005-07-05 Lute Kamstra <lute@gnu.org>
608
609 Update FSF's address in GPL notices.
610
611 * textmodes/page-ext.el: Update FSF's address.
612
613 2005-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
614
615 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Prevent adaptive
616 filling from using prefix when filling a single-line docstring.
617
618 * progmodes/flymake.el: Remove useless eval-when-compile.
619
620 * arc-mode.el (archive-lzh-ogm): Reorder save excursion/restriction.
621
622 2005-07-04 Richard M. Stallman <rms@gnu.org>
623
624 * textmodes/org.el (org-file-apps-defaults-gnu):
625 Rename from org-file-apps-defaults-linux.
626 (org-default-apps): Don't test system-type for `linux'.
627 (org-file-apps): Doc fix.
628
629 2005-07-04 David Ponce <david@dponce.com>
630
631 * tree-widget.el: Improve header Commentary section.
632 (tree-widget) [defgroup]
633 (tree-widget-image-enable, tree-widget-themes-directory)
634 (tree-widget-theme, tree-widget-image-properties-emacs)
635 (tree-widget-image-properties-xemacs, tree-widget-create-image)
636 (tree-widget-image-formats, tree-widget-control)
637 (tree-widget-empty-control, tree-widget-leaf-control
638 (tree-widget-guide, tree-widget-end-guide, tree-widget-no-guide)
639 (tree-widget-handle, tree-widget-no-handle, tree-widget-p)
640 (tree-widget-keep, tree-widget-after-toggle-functions)
641 (tree-widget-open-node, tree-widget-close-node): Doc fix.
642 (tree-widget-open-control, tree-widget-close-control): Fix doc and
643 :help-echo message.
644 (tree-widget-set-theme): Doc fix. Use `string-equal'.
645 (tree-widget-image-properties): Doc fix. Clearer implementation.
646 (tree-widget--cursors): New constant.
647 (tree-widget-lookup-image): New function split from
648 `tree-widget-find-image'. Clearer implementation.
649 (tree-widget-find-image): Use it.
650 (tree-widget-button-keymap): Use `set-keymap-parent'.
651 (tree-widget) [define-widget]: Use `widget-children-value-delete'.
652 Define the sub-widgets here.
653 (tree-widget-node): Check that :node is not a tree-widget.
654 (tree-widget-get-super, tree-widget-open-control)
655 (tree-widget-close-control, tree-widget-empty-control)
656 (tree-widget-leaf-control, tree-widget-guide)
657 (tree-widget-end-guide, tree-widget-no-guide, tree-widget-handle)
658 (tree-widget-no-handle, tree-widget-value-delete)
659 (tree-widget-map): Remove.
660 (tree-widget-children-value-save): Doc fix. Simplified.
661 (tree-widget-value-create): Update according to previous changes.
662
663 2005-07-04 Carsten Dominik <dominik@science.uva.nl>
664
665 * textmodes/org.el: Leading space replaced by TABS.
666 (org-recalc-marks, org-table-rotate-recalc-marks)
667 (org-table-get-specials): Treat "^" and "_" marks.
668 (org-table-justify-field-maybe): Optional argument NEW.
669 (org-table-eval-formula): Parsing of the format simplified.
670 New modes C,I. Honor the %= parameter in the current table.
671 Avoid unnecessary re-align by using the NEW argument to
672 `org-table-justify-field-maybe'.
673 (org-calc-default-modes): Default for date-format mimicks org-mode.
674 (org-agenda, org-timeline): Quote argument in org-agenda-redo-command.
675
676 2005-07-03 Luc Teirlinck <teirllm@auburn.edu>
677
678 * cus-face.el (custom-theme-set-faces): Make it handle face
679 aliases whose alias declarations are pre- or autoloaded.
680
681 2005-07-04 Juri Linkov <juri@jurta.org>
682
683 * faces.el (read-face-name): Put the code for getting a face name
684 from the buffer before adding the faces from the `face' property.
685 Use `completing-read-multiple' instead of `completing-read'.
686 Require `crm'. Add default value and post-process the returned
687 list of faces.
688
689 * emacs-lisp/crm.el (crm-find-current-element)
690 (crm-minibuffer-complete-and-exit): Handle minibuffer prompt.
691
692 * emacs-lisp/lisp-mode.el (eval-defun-1):
693 * emacs-lisp/edebug.el (edebug-eval-defun):
694 Remove unnecessary quotes.
695
696 2005-07-04 Juanma Barranquero <lekktu@gmail.com>
697
698 * progmodes/prolog.el (prolog-eof-string): Doc fixes.
699 (prolog-indent-level): Fix typo in docstring.
700
701 * info.el (Info-history, Info-history-forward)
702 (Info-history-list, Info-speedbar-fetch-file-nodes): Doc fixes.
703
704 * add-log.el (add-change-log-entry):
705 * comint.el (comint-dynamic-list-input-ring)
706 (comint-dynamic-list-completions):
707 * dabbrev.el (dabbrev-expand):
708 * delim-col.el (delimit-columns-rectangle-line):
709 * diff-mode.el (diff-context->unified, diff-reverse-direction)
710 (diff-unified->context):
711 * ediff-init.el (ediff-abbrev-jobname):
712 * ediff-mult.el (ediff-replace-session-status-in-meta-buffer)
713 (ediff-replace-session-activity-marker-in-meta-buffer):
714 * info.el (Info-summary):
715 * lpr.el (printify-region):
716 * printing.el (pr-create-interface):
717 * ps-print.el (ps-print-quote):
718 * ses.el (ses-column-widths, ses-print-cell)
719 (ses-adjust-print-width, ses-center):
720 * shell.el (shell-file-name-quote-list):
721 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke)
722 (strokes-fill-current-buffer-with-whitespace)
723 (strokes-xpm-for-stroke, strokes-list-strokes)
724 (strokes-xpm-char-bit-p, strokes-xpm-for-compressed-string):
725 * term.el (term-dynamic-list-input-ring)
726 (term-dynamic-list-completions):
727 * calc/calc.el (math-format-stack-value):
728 * emacs-lisp/edebug.el (edebug-display-freq-count):
729 * progmodes/delphi.el (delphi-indent-line, delphi-fill-comment)
730 (delphi-new-comment-line):
731 * progmodes/ebnf2ps.el (ebnf-eps-filename, ebnf-trim-right):
732 * progmodes/executable.el (executable-set-magic):
733 * progmodes/python.el (inferior-python-mode):
734 * progmodes/scheme.el (scheme-mode-syntax-table):
735 * progmodes/sh-script.el (sh-maybe-here-document):
736 * progmodes/sql.el (sql-copy-column):
737 * progmodes/tcl.el (tcl-comment-indent, tcl-quote):
738 * textmodes/bibtex.el (bibtex-mode):
739 * textmodes/sgml-mode.el (html-imenu-index, sgml-attributes)
740 (sgml-auto-attributes):
741 * textmodes/table.el (table-insert, table-shorten-cell)
742 (table--generate-source-scan-lines, table-delete-row)
743 (*table--cell-delete-char, table--spacify-frame)
744 (table--horizontally-shift-above-and-below)
745 (table--cell-insert-char, table--cell-blank-str)
746 (table--fill-region-strictly):
747 * textmodes/tex-mode.el (tex-insert-quote, latex-find-indent):
748 * textmodes/texinfo.el (texinfo-insert-quote): "?\ " -> "?\s".
749
750 * add-log.el (change-log):
751 * apropos.el (apropos):
752 * comint.el (comint-completion, comint-source):
753 * dabbrev.el (dabbrev):
754 * delim-col.el (columns):
755 * diff-mode.el (diff-mode):
756 * ediff.el (ediff):
757 * ediff-diff.el (ediff-diff):
758 * ediff-init.el (ediff-highlighting, ediff-merge, ediff-hook):
759 * ediff-mult.el (ediff-mult):
760 * ediff-ptch.el (ediff-ptch):
761 * ediff-wind.el (ediff-window):
762 * facemenu.el (facemenu):
763 * indent.el (indent):
764 * info.el (info):
765 * jka-cmpr-hook.el (compression, jka-compr):
766 * lpr.el (lpr):
767 * outline.el (outlines):
768 * pcmpl-cvs.el (pcmpl-cvs):
769 * pcmpl-rpm.el (pcmpl-rpm):
770 * printing.el (printing):
771 * ps-print.el (postscript, ps-print, ps-print-horizontal)
772 (ps-print-vertical, ps-print-headers, ps-print-font)
773 (ps-print-color, ps-print-face, ps-print-n-up, ps-print-zebra)
774 (ps-print-background, ps-print-printer, ps-print-page)
775 (ps-print-miscellany):
776 * ses.el (ses):
777 * shell.el (shell, shell-directories, shell-faces):
778 * startup.el (initialization):
779 * strokes.el (strokes):
780 * term.el (term):
781 * uniquify.el (uniquify):
782 * w32-vars.el (w32):
783 * calc/calc.el (calc):
784 * emacs-lisp/bytecomp.el (bytecomp):
785 * emacs-lisp/cl-indent.el (lisp-indent):
786 * emacs-lisp/edebug.el (edebug):
787 * emacs-lisp/elp.el (elp):
788 * emacs-lisp/testcover.el (testcover):
789 * emacs-lisp/trace.el (trace):
790 * emulation/viper-ex.el (viper-ex):
791 * emulation/viper-mous.el (viper-mouse):
792 * mail/mailalias.el (mailalias):
793 * mail/supercite.el (supercite, supercite-frames)
794 (supercite-attr, supercite-cite, supercite-hooks):
795 * net/rcompile.el (remote-compile):
796 * net/rlogin.el (rlogin):
797 * obsolete/ooutline.el (outlines):
798 * progmodes/delphi.el (delphi):
799 * progmodes/ebnf2ps.el (postscript, ebnf2ps, ebnf-special)
800 (ebnf-except, ebnf-repeat, ebnf-terminal, ebnf-non-terminal)
801 (ebnf-production, ebnf-shape, ebnf-displacement, ebnf-syntactic)
802 (ebnf-optimization):
803 * progmodes/etags.el (etags):
804 * progmodes/executable.el (executable):
805 * progmodes/idlwave.el (idlwave):
806 * progmodes/pascal.el (pascal):
807 * progmodes/prolog.el (prolog):
808 * progmodes/python.el (python):
809 * progmodes/scheme.el (scheme):
810 * progmodes/sh-script.el (sh, sh-script):
811 * progmodes/sql.el (SQL):
812 * progmodes/tcl.el (tcl):
813 * textmodes/bibtex.el (bibtex, bibtex-autokey):
814 * textmodes/enriched.el (enriched):
815 * textmodes/makeinfo.el (makeinfo):
816 * textmodes/sgml-mode.el (sgml):
817 * textmodes/table.el (table-hooks):
818 * textmodes/tex-mode.el (tex-file, tex-run, tex-view):
819 * textmodes/texinfo.el (texinfo):
820 * textmodes/two-column.el (two-column):
821 Finish `defgroup' description with period.
822
823 * emacs-lisp/cl-indent.el (lisp-indent-maximum-backtracking):
824 * eshell/esh-var.el (eshell-var):
825 * progmodes/vhdl-mode.el (vhdl-testbench):
826 * textmodes/org.el (org): Fix typos in docstrings.
827
828 * emacs-lisp/timer.el (with-timeout): Improve argument/docstring
829 consistency.
830
831 * progmodes/flymake.el (flymake-find-file): Remove.
832 (flymake-float-time): Use `with-no-warnings'.
833 (flymake-check-start-time, flymake-check-was-interrupted)
834 (flymake-err-info, flymake-is-running, flymake-last-change-time)
835 (flymake-new-err-info): `defvar' at compile time.
836
837 2005-07-03 Juanma Barranquero <lekktu@gmail.com>
838
839 * replace.el (occur-hook): Doc fix.
840 (occur-1): Don't call `occur-hook' if there are no matches.
841
842 2005-07-03 Richard M. Stallman <rms@gnu.org>
843
844 * emulation/tpu-edt.el (tpu-original-global-map): Don't copy
845 global-map, save the same map.
846 (global-map): Don't alter it at top level.
847 (tpu-edt-on): Save global map in tpu-original-global-map, then copy.
848 Then alter it here instead.
849 (tpu-edt-off): Set global-map to the saved one.
850
851 * emulation/tpu-edt.el (tpu-emacs19-p): Var deleted.
852 All references simplified.
853 (tpu-lucid-emacs-p): Rename from tpu-lucid-emacs19-p. Uses changed.
854 (zmacs-regions): Add defvar.
855 (repeat-complex-command-map): Everything about that deleted.
856
857 * textmodes/artist.el (artist-key-is-drawing)
858 (artist-key-endpoint1, artist-key-poly-point-list)
859 (artist-key-shape, artist-key-draw-how, artist-popup-menu-table)
860 (artist-key-compl-table, artist-rb-save-data)
861 (artist-arrow-point-1, artist-arrow-point-2): Move defvars up.
862 Don't put them in eval-when-compile.
863 (artist-set-arrow-points-for-poly): Use `last', not `artist-last'.
864
865 * progmodes/ebrowse.el (ebrowse-revert-tree-buffer-from-file):
866 Use with-no-warnings.
867
868 * net/browse-url.el (dos-windows-version): Add defvar.
869
870 * mail/supercite.el (filladapt-prefix-table): Add defvar.
871
872 * mail/rmailsum.el (rmail-summary-redo): Add defvar.
873 (rmail-summary-mode-map, rmail-summary-overlay): Defvars moved up.
874 (rmail-new-summary-line-count): Rename from new-summary-line-count.
875 Add defvar.
876 (rmail-summary-beginning-of-message): Use with-no-warnings.
877 (rmail-summary-first-message, rmail-summary-last-message): Likewise.
878
879 * emulation/vip.el (vip-replace-string, ex-map, ex-read):
880 Use with-no-warnings.
881
882 * emulation/vi.el (vi-mark-region): Use c-mark-function.
883 (c-mark-function): Add point-moving-unit property.
884 (vi-goto-line): Use with-no-warnings.
885
886 * emulation/edt.el (edt-last-copied-word): Add defvar.
887 (zmacs-region-stays): Likewise.
888 (edt-mark-section-wisely): Use c-mark-function for C.
889 Use makr-defun for Fortran.
890 (time-string): defvar deleted.
891 (edt-display-the-time): Don't set time-string.
892
893 * emacs-lisp/macroexp.el (macroexp-accumulate): Rename arg to var+list.
894
895 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
896 Don't warn when name is not constant
897 or for defining the group `emacs'.
898
899 * tooltip.el (gud-tooltip-mode): Add defvar.
900
901 * startup.el (default-frame-background-mode): Add defvar.
902
903 * smerge-mode.el (smerge-mode): Add duplicate defvar near top.
904
905 * info.el (tool-bar-map): Add defvar.
906
907 * dired.el (dnd-protocol-alist): Add defvar.
908
909 * dired-aux.el (dired-query): Display question with answer, when
910 the user answers.
911
912 * custom.el (custom-add-option): Doc fix.
913
914 * bookmark.el (Info-current-node, Info-suffix-list): Add defvars.
915
916 2005-07-03 Eli Zaretskii <eliz@gnu.org>
917
918 * font-lock.el (font-lock-regexp-grouping-construct): Fix the
919 bogus name from the last change.
920
921 2005-07-02 Luc Teirlinck <teirllm@auburn.edu>
922
923 * custom.el (custom-declare-variable): Fix typos in comment.
924 (custom-known-themes): Doc fix.
925 (custom-theme-directory): New defcustom.
926 (require-theme): Make it check `custom-theme-directory'.
927
928 * cus-theme.el (custom-new-theme-mode): New function.
929 (custom-theme-name, custom-theme-variables, custom-theme-faces)
930 (custom-theme-description): Add compiler defvars.
931 (customize-create-theme): Add doc to the "*New Custom Theme*"
932 buffer. Use `custom-new-theme-mode'.
933 (custom-theme-write): Put the created buffer in emacs-lisp-mode
934 and save it to the `custom-theme-directory'. Make this the
935 default directory of the buffer.
936
937 2005-07-02 David Hunter <hunterd_42@comcast.net> (tiny change)
938
939 * progmodes/flymake.el (flymake-mode, flymake-mode-off):
940 Fix unbalanced parentheses.
941
942 2005-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
943
944 * progmodes/flymake.el (flymake-mode-on, flymake-mode-off): Move body
945 into flymake-mode and delegate to flymake-mode.
946
947 * find-file.el (ff-which-function-are-we-in): Clean up.
948
949 2005-07-02 Juanma Barranquero <lekktu@gmail.com>
950
951 * replace.el (occur-rename-buffer): Fix docstring.
952
953 * emulation/edt.el (*EDT-keys*, edt-default-global-map)
954 (edt-last-copied-word, edt-learn-macro-count)
955 (edt-orig-page-delimiter, edt-orig-transient-mark-mode)
956 (edt-rect-start-point, edt-user-global-map, rect-start-point)
957 (time-string, zmacs-region-stays):
958 * emulation/edt-mapper.el (edt-save-function-key-map)
959 (EDT-key-name): `defvar' to silence the byte-compiler.
960
961 2005-07-02 Martin Rudalics <rudalics@gmx.at> (tiny change)
962
963 * font-lock.el (font-lock-regexp-grouping-backslash): Rename from
964 font-lock-regexp-backslash. Doc fix.
965 (font-lock-regexp-backslash-grouping-construct): Rename from
966 font-lock-regexp-backslash-construct. Doc fix.
967 (lisp-font-lock-keywords-2): Fix highlighting of Elisp regexp
968 grouping constructs.
969
970 2005-07-02 Eli Zaretskii <eliz@gnu.org>
971
972 * makefile.w32-in (bootstrap): Remove the $(EMACS) binary after
973 updating all the prerequisites.
974
975 2005-07-01 Juanma Barranquero <lekktu@gmail.com>
976
977 * textmodes/org.el (org-agenda-start-on-weekday)
978 (org-calendar-to-agenda-key, org-agenda-sorting-strategy)
979 (org-agenda-use-time-grid, org-archive-location)
980 (org-allow-space-in-links, org-usenet-links-prefer-google)
981 (org-enable-table-editor, org-export-default-language)
982 (org-export-html-show-new-buffer, org-fill-paragraph)
983 (org-cycle, org-goto-ret, org-goto-left, org-goto-right)
984 (org-goto-quit, org-occur, org-eval-in-calendar)
985 (org-agenda-cleanup-fancy-diary, org-agenda-no-heading-message)
986 (org-agenda-diary-entry, org-remember-help)
987 (org-table-convert-region, org-at-table-p)
988 (org-table-move-row-down, org-table-move-row-up)
989 (org-table-copy-region, org-table-toggle-vline-visibility)
990 (org-table-get-stored-formulas, org-table-get-specials)
991 (org-recalc-commands, org-table-eval-formula)
992 (org-table-formula-substitute-names, orgtbl-make-binding)
993 (org-format-org-table-html, org-format-table-table-html)
994 (org-format-table-table-html-using-table-generate-source)
995 (org-customize): Fix typos in docstrings.
996 (org-level-2, org-at-timestamp-p, org-agenda-day-view)
997 (org-agenda-toggle-diary, org-agenda-toggle-time-grid)
998 (org-back-to-heading): Doc fixes.
999 (org-agenda-toggle-time-grid, org-cmp-category, org-cmp-time)
1000 (org-agenda-change-all-lines, org-get-header):
1001 Improve argument/docstring consistency.
1002 (orgtbl-error): Fix error message.
1003
1004 * progmodes/flymake.el (flymake-find-possible-master-files)
1005 (flymake-master-file-compare, flymake-get-line-err-count)
1006 (flymake-highlight-line, flymake-gui-warnings-enabled):
1007 Fix typos in docstrings.
1008 (flymake-parse-line, flymake-get-project-include-dirs-function)
1009 (flymake-get-prev-err-line-no, flymake-goto-prev-error):
1010 Doc fixes.
1011 (flymake-get-project-include-dirs-function)
1012 (flymake-make-err-menu-data):
1013 Improve argument/docstring consistency.
1014
1015 2005-07-01 Lute Kamstra <lute@gnu.org>
1016
1017 * battery.el (battery-linux-proc-apm): Fix typo in docstring.
1018 Catch errors with ignore-errors. Use temporary buffer.
1019 (battery-linux-proc-acpi): Fix typo in docstring. Document `%r'.
1020
1021 * facemenu.el (facemenu-unlisted-faces): Delete foreground and
1022 background color faces.
1023 (facemenu-set-foreground, facemenu-set-background):
1024 Use facemenu-set-face-from-menu.
1025 (facemenu-set-face-from-menu): Treat face names that start with
1026 "fg:" or "bg:" as special.
1027 (facemenu-add-new-color): Don't create faces. Simplify.
1028
1029 2005-06-30 Richard M. Stallman <rms@gnu.org>
1030
1031 * emacs-lisp/crm.el (crm-do-completion): Handle minibuffer prompt.
1032 (crm-find-current-element): Likewise.
1033
1034 2005-06-30 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
1035
1036 * help-fns.el (help-do-arg-highlight): Regexp-quote argument names.
1037
1038 2005-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
1039
1040 * arc-mode.el (archive-extract): Make it work as a mouse binding.
1041 (archive-mouse-extract): Make it an obsolete alias.
1042 (archive-mode-map): Don't use archive-mouse-extract any more.
1043 (archive-mode, archive-extract): write-contents-hooks ->
1044 write-contents-functions.
1045 (archive-arc-rename-entry, archive-lzh-rename-entry): Remove unused
1046 first arg.
1047 (archive-rename-entry): Update the call.
1048 (archive-zip-summarize): Remove unused var `method'.
1049 (archive-lzh-summarize): Remove unused var `creator'.
1050
1051 * emacs-lisp/debug.el (debug): Quieten Drew Adams by killing the
1052 dedicated frame upon exit.
1053
1054 * arc-mode.el: Bind inhibit-read-only rather than buffer-read-only.
1055 (archive-zip-extract, archive-zip-expunge)
1056 (archive-zip-update, archive-zip-update-case): Use executable-find.
1057 (archive-resummarize, archive-flag-deleted, archive-unmark-all-files):
1058 Use restore-buffer-modified-p.
1059 (archive-extract, archive-add-new-member, archive-write-file-member):
1060 Use with-current-buffer.
1061 (archive-lzh-ogm, archive-zip-chmod-entry): Use dolist.
1062
1063 2005-06-30 Andreas Schwab <schwab@suse.de>
1064
1065 * progmodes/gud.el (gud-filter): Remove unneeded progn.
1066
1067 2005-06-30 Glenn Morris <gmorris@ast.cam.ac.uk>
1068
1069 * progmodes/sh-script.el (sh-get-kw): `&' also separates words.
1070
1071 2005-06-30 Juri Linkov <juri@jurta.org>
1072
1073 * faces.el (vertical-border): Inherit from mode-line-inactive
1074 only on tty.
1075
1076 2005-06-30 Juanma Barranquero <lekktu@gmail.com>
1077
1078 * help-fns.el (help-do-arg-highlight): Highlight also -ARG (for
1079 example, -NLINES in the `occur' docstring).
1080
1081 * replace.el (occur-1): When no matches are found, do not set the
1082 `buffer-read-only' and modified flags for the occur buffer,
1083 because it is deleted.
1084
1085 * emulation/cua-base.el (cua-check-pending-input)
1086 (cua-repeat-replace-region, cua-mode, cua-debug)
1087 (cua-auto-tabify-rectangles, cua-inhibit-cua-keys):
1088 Fix typos in docstrings.
1089
1090 * emulation/cua-gmrk.el (cua-toggle-global-mark)
1091 (cua-cut-region-to-global-mark)
1092 (cua--cut-rectangle-to-global-mark):
1093 Remove period from end of messages.
1094
1095 * emulation/cua-rect.el (cua-do-rectangle-padding):
1096 Remove period from end of messages.
1097 (cua--rectangle-seq-format): Fix typo in docstring.
1098 (cua-sequence-rectangle, cua-fill-char-rectangle):
1099 Improve argument/docstring consistency.
1100
1101 2005-06-29 Juri Linkov <juri@jurta.org>
1102
1103 * faces.el (default-frame-background-mode): New internal variable.
1104 (frame-set-background-mode): Use it.
1105
1106 * startup.el (normal-top-level): Set default-frame-background-mode
1107 instead of frame-background-mode. Before setting it, test for its
1108 nil value. Remove tests for frame-background-mode and frame
1109 parameter `reverse'. Add test for "unspecified-fg".
1110
1111 * term/xterm.el (xterm-rxvt-set-background-mode):
1112 * term/rxvt.el (rxvt-set-background-mode):
1113 Set default-frame-background-mode instead of frame-background-mode.
1114
1115 2005-06-29 Juanma Barranquero <lekktu@gmail.com>
1116
1117 * simple.el (set-variable): Warn about obsolete user variables.
1118
1119 * imenu.el (imenu--completion-buffer):
1120 * mouse.el (mouse-buffer-menu-alist):
1121 * msb.el (msb-invisible-buffer-p):
1122 * calendar/diary-lib.el (diary-header-line-format):
1123 * emacs-lisp/pp.el (pp-buffer):
1124 * progmodes/cperl-mode.el (cperl-do-auto-fill):
1125 * textmodes/picture.el (picture-replace-match):
1126 Change space constants followed by a sexp to "?\s ".
1127
1128 * play/decipher.el (decipher-loop-with-breaks):
1129 * textmodes/texinfo.el (texinfo-insert-@item): Change space
1130 constants "protected" from end of line by a comment to "?\s".
1131
1132 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
1133
1134 * font-lock.el (save-buffer-state): Use `declare'.
1135
1136 * progmodes/cperl-mode.el (cperl-find-pods-heres): Don't gratuitously
1137 reset the syntax-table to cperl-mode-syntax-table.
1138 (cperl-mode): Make _ into word-syntax during font-locking so "print" in
1139 "foo_print_bar" is not matched as a reserved keyword.
1140
1141 2005-06-29 Carsten Dominik <dominik@science.uva.nl>
1142
1143 * textmodes/org.el (orgtbl-setup): New function, for delayed
1144 setup for the orgtbl commands.
1145 (org-calc-default-modes): New option.
1146 (orgtbl-make-binding): Use `defun' to get better help display.
1147 (org-diary): Call `org-compile-prefix-format'.
1148 (org-table-formula-substitute-names): New function.
1149 (org-agenda-day-view, org-agenda-week-view): New commands.
1150 (org-agenda-toggle-week-view): Command removed.
1151 (org-tbl-menu): Split off from org-org-menu.
1152 (org-mode): Move removal of outline-mode menus to here.
1153 (org-table-formula-debug): New option.
1154 (org-table-insert-row): Keep first field if just "#" or "*".
1155 (org-mode): Paragraph regexps fixed.
1156 (org-table-recalculate-regexp): New constant.
1157 (org-table-justify-field-maybe): Avoid replace if not necessary.
1158 (org-copy-special, org-cut-special): Use `call-interactively'.
1159 (org-table-copy-region): Take region from `interactive' call.
1160 (org-trim): Return string even if no match.
1161 (org-formula): New face.
1162 (org-set-font-lock-defaults): No longer highlight "FIXME".
1163 But highlight formula-related fields in table.
1164 (org-table-p): Use regexp, not fontification.
1165 (org-table-align): Handle white space at end of line.
1166 (org-table-formula-evaluate-inline): New option.
1167 (org-mode): Auto-wrapping in comment lines turned off.
1168 (org-table-copy-down): Evaluate only in copied field, not in
1169 destination.
1170 (org-table-current-formula): Variable removed.
1171 (org-table-store-formulas, org-table-get-stored-formulas)
1172 (org-table-modify-formulas, org-table-replace-in-formulas)
1173 (org-table-maybe-eval-formula): New functions.
1174 (org-table-get-formula): Modify to use stored formulas.
1175 (org-table-insert-column, org-table-delete-column)
1176 (org-table-move-column): Call `org-table-modify-formulas'.
1177 (org-complete): Add completion for keyword formulas.
1178 (orgtbl-mode): Pull orgtbl-mode-map to start of
1179 minor-mode-map-alist.
1180
1181 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
1182
1183 * progmodes/python.el (python-check): Require `compile' before
1184 modifying its variables.
1185
1186 * newcomment.el (comment-indent-default): Don't get fooled by an early
1187 end of buffer.
1188
1189 2005-06-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1190
1191 * ps-print.el (ps-print-version): Fix version number.
1192
1193 2005-06-28 Luc Teirlinck <teirllm@auburn.edu>
1194
1195 * textmodes/ispell.el (ispell-word): Remove stray parenthesis.
1196
1197 2005-06-28 Richard M. Stallman <rms@gnu.org>
1198
1199 * textmodes/flyspell.el (flyspell-use-local-map): Variable deleted.
1200 (flyspell-local-mouse-map): Declaration deleted.
1201 (flyspell-mouse-map): Bind only mouse-2.
1202 (flyspell-mode-map): Don't test flyspell-use-local-map.
1203 (flyspell-overlay-keymap-property-name): Var deleted.
1204 (flyspell-mode-on): Don't make local bindings for
1205 flyspell-mouse-map and flyspell-mode-map.
1206 (make-flyspell-overlay): Unconditionally put on `keymap' text prop.
1207
1208 * textmodes/ispell.el (ispell-word): Do not ignore short words.
1209
1210 * progmodes/compile.el (compilation-next-error-function):
1211 Don't switch buffers; operate on the current buffer.
1212
1213 * facemenu.el (facemenu-add-face): Warn when font-lock is active.
1214
1215 * comint.el (comint-password-prompt-regexp): Accept ", try again".
1216
1217 * bindings.el (global-map): Bind insertchar and its variants.
1218
1219 2005-06-27 Richard M. Stallman <rms@gnu.org>
1220
1221 * textmodes/artist.el (artist-text-overwrite)
1222 (artist-figlet-get-extra-args, artist-text-see-thru): Use read-string.
1223
1224 2005-06-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1225
1226 * ps-print.el: It was not working the page selection for printing.
1227 Reported by Sebastian Tennant <sebyte@smolny.plus.com>.
1228 (ps-print-version): New version 6.6.7.
1229 (ps-end-sheet): New fun.
1230 (ps-header-sheet, ps-end-job): Call it.
1231
1232 2005-06-27 Luc Teirlinck <teirllm@auburn.edu>
1233
1234 * subr.el (add-to-list, add-to-ordered-list): Doc fixes.
1235
1236 2005-06-27 Lute Kamstra <lute@gnu.org>
1237
1238 * facemenu.el (facemenu-unlisted-faces): Add foreground and
1239 background color faces.
1240 (facemenu-get-face): Delete function.
1241 (facemenu-set-face-from-menu): Don't call facemenu-get-face.
1242 (facemenu-add-new-color): Make second argument mandatory.
1243 Create the appropriate face and return it. Simplify.
1244 (facemenu-set-foreground, facemenu-set-background): Don't check if
1245 color is defined. Use return value of facemenu-add-new-color.
1246
1247 2005-06-26 Nick Roberts <nickrob@snap.net.nz>
1248
1249 * progmodes/gud.el (gud-filter): Add missing argument to
1250 with-selected-window.
1251
1252 2005-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
1253
1254 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't automatically add
1255 a :require to the defcustom.
1256
1257 * emacs-lisp/autoload.el (make-autoload): Add the :setter for
1258 defcustoms corresponding to minor modes.
1259
1260 2005-06-26 David Ponce <david@dponce.com>
1261
1262 * recentf.el: Require tree-widget instead of wid-edit.
1263 (recentf-filename-handler): Fix widget :type.
1264 (recentf-cancel-dialog, recentf-open-more-files)
1265 (recentf-open-files-action): Doc fix.
1266 (recentf-dialog-goto-first): New function.
1267 (recentf-dialog-mode-map): Set parent keymap first.
1268 (recentf-dialog-mode): Define with define-derived-mode.
1269 Don't display continuation lines in dialogs.
1270 (recentf-edit-list): Rename from recentf-edit-selected-items.
1271 (recentf-edit-list-select): Rename from recentf-edit-list-action.
1272 Simplify.
1273 (recentf-edit-list-validate): New function.
1274 (recentf-edit-list): Update accordingly.
1275 (recentf-open-files-item-shift): Remove.
1276 (recentf-open-files-item): Convert menu elements into tree and
1277 link widgets. Don't create the widgets.
1278 (recentf-open-files): Update accordingly.
1279 (recentf-save-list): Untabify.
1280
1281 2005-06-25 Luc Teirlinck <teirllm@auburn.edu>
1282
1283 * replace.el (keep-lines-read-args): Add INTERACTIVE arg.
1284 (keep-lines): Add INTERACTIVE arg. Never delete lines only
1285 partially contained in the active region. Do not take active
1286 region into account when called from Lisp, unless INTERACTIVE arg
1287 is non-nil. Use `forward-line' instead of `beginning-of-line' to
1288 avoid trouble with fields. Make marker point nowhere when no
1289 longer used. Always return nil. Doc fix.
1290 (flush-lines): Add INTERACTIVE arg. Do not take active region
1291 into account when called from Lisp, unless INTERACTIVE arg is
1292 non-nil. Use `forward-line' instead of `beginning-of-line' to
1293 avoid trouble with fields. Make marker point nowhere when no
1294 longer used. Always return nil. Doc fix.
1295 (how-many): Add INTERACTIVE arg. Make RSTART and REND args
1296 interchangeable. Do not take active region into account when
1297 called from Lisp, unless INTERACTIVE arg is non-nil. Do not print
1298 message in echo area when called from Lisp, unless INTERACTIVE arg
1299 is non-nil. Avoid saying "1 occurrences". Do not use markers.
1300 Return the number of matches. Doc fix.
1301 (occur): Doc fix.
1302 (perform-replace): Make comment follow double space convention for
1303 the sake of `outline-minor-mode'.
1304
1305 * faces.el (facep): Doc fix.
1306
1307 2005-06-25 Richard M. Stallman <rms@gnu.org>
1308
1309 * facemenu.el (facemenu-enable-faces-p): New function.
1310 (facemenu-background-menu, facemenu-foreground-menu)
1311 (facemenu-face-menu): Add menu-enable property.
1312
1313 * jka-compr.el (jka-compr-insert-file-contents):
1314 Special handling if cannot find the uncompression program.
1315
1316 * cus-face.el (custom-face-attributes): Add autoload.
1317
1318 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
1319 Bind comment-indent-function locally.
1320
1321 * window.el (save-selected-window): Use save-current-buffer.
1322
1323 * subr.el (with-selected-window): Use save-current-buffer.
1324
1325 * progmodes/gud.el (gud-filter): Simplify using with-selected-window
1326 and with-current-buffer.
1327
1328 2005-06-24 Richard M. Stallman <rms@gnu.org>
1329
1330 * simple.el (line-move-1): Fix previous change.
1331
1332 2005-06-24 Juanma Barranquero <lekktu@gmail.com>
1333
1334 * replace.el (occur-1): Set `buffer-read-only' and the
1335 buffer-modified flag before running `occur-hook' to protect
1336 against unintentional buffer switches that can lead to data loss.
1337
1338 2005-06-24 Nick Roberts <nickrob@snap.net.nz>
1339
1340 * progmodes/gud.el (gud-tooltip-print-command): Indent properly.
1341 (gud-gdb-marker-filter): Use font-lock-warning-face for any
1342 initial error.
1343
1344 * progmodes/gdb-ui.el (gdb-send): Remove warning face from errors
1345 after fresh input.
1346 (gdb-var-create-handler): Put name of expression in quotes.
1347
1348 2005-06-23 Luc Teirlinck <teirllm@auburn.edu>
1349
1350 * emacs-lisp/ring.el (ring-elements): Make it return a list of the
1351 elements of RING in order, and without bogus nil elements.
1352
1353 2005-06-23 Richard M. Stallman <rms@gnu.org>
1354
1355 * simple.el (set-variable): Args renamed; doc fix.
1356 (line-move-1): When there are overlays around, use vertical-motion.
1357
1358 * faces.el (escape-glyph): Use brown against light background.
1359 (nobreak-space): Rename from no-break-space.
1360 Fix previous change.
1361
1362 * dired-aux.el (dired-do-copy): Fix arg prompt.
1363
1364 * mail/sendmail.el (mail-setup-with-from): Fix custom type.
1365
1366 2005-06-23 Glenn Morris <gmorris@ast.cam.ac.uk>
1367
1368 * mail/emacsbug.el (report-emacs-bug): Use "X server distributor"
1369 rather than "Distributor".
1370
1371 2005-06-23 Lute Kamstra <lute@gnu.org>
1372
1373 * emacs-lisp/debug.el (debugger-special-form-p): New defun.
1374 (debug-on-entry): Use it. New interactive declaration that uses
1375 function-called-at-point.
1376
1377 2005-06-23 Kim F. Storm <storm@cua.dk>
1378
1379 * subr.el (save-match-data): Add comment about using evaporate arg
1380 to set-match-data.
1381
1382 2005-06-22 Glenn Morris <gmorris@ast.cam.ac.uk>
1383
1384 * cus-edit.el (customize-face)
1385 (customize-face-other-window): Handle face aliases.
1386
1387 * faces.el (face-documentation, set-face-attribute)
1388 (face-spec-set): Handle face aliases.
1389
1390 2005-06-22 Juanma Barranquero <lekktu@gmail.com>
1391
1392 * help-mode.el (help-make-xrefs): If a symbol representing a face
1393 name is not followed by the word "face", it could still be a
1394 function or variable name, so don't bypass other checks.
1395
1396 2005-06-22 Juri Linkov <juri@jurta.org>
1397
1398 * ps-print.el (ps-face-foreground-name, ps-face-background-name):
1399 Replace aliased functions with calls where second arg `inherit' is t.
1400
1401 2005-06-22 Nick Roberts <nickrob@snap.net.nz>
1402
1403 * progmodes/gdb-ui.el (gdb-error): New variable.
1404 (gdb-error): New function.
1405 (gdb-annotation-rules): Act on error-begin and error annotations.
1406 (gdb-concat-output): Use font-lock-warning-face for errors.
1407
1408 2005-06-22 Miles Bader <miles@gnu.org>
1409
1410 * bindings.el (propertized-buffer-identification): Use renamed
1411 `Buffer-menu-buffer' face.
1412
1413 * faces.el (vertical-border): Rename from `vertical-divider'.
1414 (escape-glyph): Change dark-background color back to `cyan'.
1415
1416 2005-06-21 Juri Linkov <juri@jurta.org>
1417
1418 * faces.el (face-user-default-spec): Try getting `customized-face'
1419 prior to `saved-face'.
1420 (frame-background-mode): Refill docstring.
1421
1422 * emacs-lisp/lisp-mode.el (eval-defun-1):
1423 * emacs-lisp/edebug.el (edebug-eval-defun):
1424 Set `saved-face' temporarily to nil before calling form.
1425 Set `customized-face' to the new spec after that.
1426
1427 2005-06-21 Juanma Barranquero <lekktu@gmail.com>
1428
1429 * subr.el (1value, lambda, key-substitution-in-progress):
1430 Doc fixes.
1431
1432 * autoinsert.el (auto-insert-alist):
1433 * ses.el (ses-call-printer):
1434 * subr.el (noreturn):
1435 * emacs-lisp/lisp.el (check-parens):
1436 * emacs-lisp/byte-opt.el (byte-optimize-pure-func):
1437 * net/browse-url.el (browse-url-mosaic):
1438 * progmodes/cc-defs.el (c-safe-scan-lists):
1439 * progmodes/ebnf-abn.el (ebnf-abn-lex):
1440 * progmodes/ebnf-bnf.el (ebnf-bnf-lex):
1441 * progmodes/ebnf-dtd.el (ebnf-dtd-lex):
1442 * progmodes/ebnf-ebx.el (ebnf-ebx-lex):
1443 * progmodes/ebnf-iso.el (ebnf-iso-lex):
1444 * progmodes/ebnf-yac.el (ebnf-yac-lex): Fix spellings.
1445
1446 2005-06-21 Reiner Steib <Reiner.Steib@gmx.de>
1447
1448 * pcvs-defs.el (cvs-menu): Add cvs-mode-mark and cvs-mode-unmark.
1449
1450 2005-06-21 Glenn Morris <gmorris@ast.cam.ac.uk>
1451
1452 * calendar/appt.el (appt-make-list): Activate the package, if
1453 not already active (for backwards compatibility).
1454
1455 2005-06-20 Kim F. Storm <storm@cua.dk>
1456
1457 * subr.el (add-to-ordered-list): Test membership with eq. Simplify.
1458
1459 2005-06-20 Miles Bader <miles@gnu.org>
1460
1461 * faces.el (vertical-divider): New face.
1462
1463 2005-06-20 Juanma Barranquero <lekktu@gmail.com>
1464
1465 * simple.el (kill-whole-line): Doc fix.
1466 (next-error-buffer-p, next-error-find-buffer)
1467 (clone-indirect-buffer): Fix typos in docstrings.
1468 (comment-line-break-function): Doc fix: don't say variable
1469 is automatically buffer-local (it isn't).
1470
1471 2005-06-19 Michael Albinus <michael.albinus@gmx.de>
1472
1473 * net/tramp-ftp.el (top):
1474 * net/tramp-smb.el (top):
1475 * net/tramp-util.el (top):
1476 * net/tramp-uu.el (top):
1477 * net/tramp-vc.el (top):
1478 * net/tramp.el (top): Revert copyright years back to original
1479 ones. Tramp has a life outside GNU Emacs.
1480
1481 2005-06-19 Nick Roberts <nickrob@snap.net.nz>
1482
1483 * tooltip.el (tooltip-use-echo-area): Don't make it obsolete.
1484
1485 2005-06-18 Juri Linkov <juri@jurta.org>
1486
1487 * progmodes/grep.el (grep-regexp-alist): Use backreference at the
1488 end of first regexp to limit the match to the position between
1489 line number and source line with same separator character as used
1490 between file name and line number. In the second regexp limit
1491 mouse-face area to file name and line number by adding new group
1492 for them and referring it in HYPERLINK arg.
1493 (grep-regexp-alist, grep-mode-font-lock-keywords): Use shy group.
1494 (grep-mode): Set font-lock-lines-before to 0 to not refontify the
1495 previous line where grep markers may be already removed.
1496
1497 2005-06-18 Peter Kleiweg <p.c.j.kleiweg@rug.nl>
1498
1499 * progmodes/ps-mode.el: Update version and maintainer's email address.
1500
1501 2005-06-18 Steve Youngs <steve@xemacs.org>
1502
1503 * net/browse-url.el (browse-url-browser-function)
1504 (browse-url-default-browser): Add firefox.
1505 (browse-url-firefox-program, browse-url-firefox-arguments)
1506 (browse-url-firefox-startup-arguments)
1507 (browse-url-firefox-new-window-is-tab): New defcustoms.
1508 (browse-url-firefox, browse-url-firefox-sentinel): New functions.
1509
1510 2005-06-17 Richard M. Stallman <rms@gnu.org>
1511
1512 * startup.el (command-line): Warn if specified user name has
1513 no home directory.
1514
1515 * term.el (term-get-old-input, term-input-filter, term-input-sender)
1516 (term-mode-hook, term-exec-hook, term-escape-char): Doc fixes.
1517
1518 * longlines.el (longlines-mode, longlines-show-hard-newlines):
1519 Doc fixes.
1520
1521 * faces.el (underline): Try bold if terminal doesn't support underline.
1522
1523 * mail/sendmail.el (mail-setup-with-from): New variable.
1524 (mail-insert-from-field): New function.
1525 (sendmail-send-it): Call it.
1526 (mail-setup): Optionally call it here.
1527
1528 * term/linux.el: Call tty-no-underline.
1529
1530 2005-06-17 Luc Teirlinck <teirllm@auburn.edu>
1531
1532 * emacs-lisp/edebug.el (edebug-goto-here): Doc fix.
1533
1534 2005-06-17 Miles Bader <miles@gnu.org>
1535
1536 * ediff-init.el (ediff-current-diff-A, ediff-current-diff-B)
1537 (ediff-current-diff-C, ediff-current-diff-Ancestor)
1538 (ediff-fine-diff-A, ediff-fine-diff-B, ediff-fine-diff-C)
1539 (ediff-fine-diff-Ancestor, ediff-even-diff-A, ediff-even-diff-B)
1540 (ediff-even-diff-C, ediff-even-diff-Ancestor, ediff-odd-diff-A)
1541 (ediff-odd-diff-B, ediff-odd-diff-C, ediff-odd-diff-Ancestor):
1542 Remove "-face" suffix from face names.
1543 (ediff-current-diff-face-A, ediff-current-diff-face-B)
1544 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
1545 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
1546 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
1547 (ediff-even-diff-face-A, ediff-even-diff-face-B)
1548 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
1549 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
1550 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
1551 New backward-compatibility aliases for renamed faces.
1552 (ediff-current-diff-face-A, ediff-current-diff-face-B)
1553 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
1554 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
1555 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
1556 (ediff-even-diff-face-A, ediff-even-diff-face-B)
1557 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
1558 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
1559 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
1560 Use renamed ediff faces.
1561
1562 * eshell/esh-test.el (eshell-test-ok, eshell-test-failed):
1563 Remove "-face" suffix from face names.
1564 (eshell-test-ok-face, eshell-test-failed-face):
1565 New backward-compatibility aliases for renamed faces.
1566 (eshell-run-test): Use renamed eshell-test faces.
1567
1568 * eshell/em-prompt.el (eshell-prompt):
1569 Remove "-face" suffix from face name.
1570 (eshell-prompt-face): New backward-compatibility alias for renamed face.
1571 (eshell-emit-prompt): Use renamed eshell-prompt face.
1572
1573 * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink)
1574 (eshell-ls-executable, eshell-ls-readonly, eshell-ls-unreadable)
1575 (eshell-ls-special, eshell-ls-missing, eshell-ls-archive)
1576 (eshell-ls-backup, eshell-ls-product, eshell-ls-clutter):
1577 Remove "-face" suffix from face names.
1578 (eshell-ls-directory-face, eshell-ls-symlink-face)
1579 (eshell-ls-executable-face, eshell-ls-readonly-face)
1580 (eshell-ls-unreadable-face, eshell-ls-special-face)
1581 (eshell-ls-missing-face, eshell-ls-archive-face)
1582 (eshell-ls-backup-face, eshell-ls-product-face)
1583 (eshell-ls-clutter-face):
1584 New backward-compatibility aliases for renamed faces.
1585 (eshell-ls-decorated-name): Use renamed eshell-ls faces.
1586
1587 * progmodes/cc-fonts.el (c-nonbreakable-space-face):
1588 Remove "-face" suffix from face name.
1589 (c-cpp-matchers): Use the variable `c-nonbreakable-space-face'
1590 instead of literal face.
1591
1592 2005-06-17 Juanma Barranquero <lekktu@gmail.com>
1593
1594 * emacs-lisp/warnings.el (display-warning, lwarn)
1595 (warning-minimum-log-level): Doc fixes.
1596 (warning-minimum-level, warning-minimum-log-level):
1597 Add :debug to :type choices.
1598
1599 * progmodes/ada-mode.el (ada-format-paramlist)
1600 (ada-get-indent-case, ada-check-matching-start)
1601 (ada-check-defun-name, ada-goto-matching-decl-start)
1602 (ada-goto-matching-start, ada-goto-matching-end, ada-tab)
1603 (ada-untab, ada-move-to-start, ada-fill-comment-paragraph)
1604 (ada-make-subprogram-body): Follow error conventions.
1605 (ada-case-exception-file, ada-indent-comment-as-code)
1606 (ada-indent-handle-comment-special, ada-indent-renames)
1607 (ada-indent-return, ada-search-directories-internal)
1608 (ada-tab-policy, ada-case-exception-substring)
1609 (ada-other-file-alist, ada-matching-start-re)
1610 (ada-matching-decl-start-re, ada-contextual-menu-last-point)
1611 (ada-imenu-generic-expression, ada-compile-goto-error)
1612 (ada-in-comment-p, ada-in-string-p, ada-in-string-or-comment-p)
1613 (ada-popup-menu, ada-add-extensions, ada-mode)
1614 (ada-region-selected, ada-create-case-exception)
1615 (ada-create-case-exception-substring, ada-after-keyword-p)
1616 (ada-activate-keys-for-case, ada-adjust-case-region)
1617 (ada-adjust-case-buffer, ada-format-paramlist)
1618 (ada-scan-paramlist, ada-insert-paramlist)
1619 (ada-indent-newline-indent)
1620 (ada-indent-newline-indent-conditional)
1621 (ada-justified-indent-current, ada-goto-previous-word)
1622 (ada-indent-current, ada-get-indent-open-paren)
1623 (ada-get-indent-paramlist, ada-get-indent-end)
1624 (ada-get-indent-case, ada-get-indent-when, ada-get-indent-if)
1625 (ada-get-indent-block-start, ada-get-indent-subprog)
1626 (ada-get-indent-noindent, ada-get-indent-label)
1627 (ada-get-indent-loop, ada-get-indent-type, ada-goto-stmt-start)
1628 (ada-search-prev-end-stmt, ada-goto-next-non-ws)
1629 (ada-goto-stmt-end, ada-goto-next-word)
1630 (ada-check-matching-start, ada-check-defun-name)
1631 (ada-goto-matching-decl-start, ada-goto-matching-start)
1632 (ada-goto-matching-end, ada-search-ignore-string-comment)
1633 (ada-in-decl-p, ada-looking-at-semi-or)
1634 (ada-looking-at-semi-private, ada-in-paramlist-p)
1635 (ada-in-open-paren-p, ada-tab, ada-indent-current-function)
1636 (ada-untab-hard, ada-move-to-start, ada-move-to-end)
1637 (ada-next-procedure, ada-previous-procedure, ada-next-package)
1638 (ada-previous-package, ada-create-menu)
1639 (ada-fill-comment-paragraph-justify)
1640 (ada-fill-comment-paragraph-postfix, ada-fill-comment-paragraph)
1641 (ada-other-file-name, ada-last-which-function-line)
1642 (ada-last-which-function-subprog, ada-which-function)
1643 (ada-get-body-name, ada-outline-level, ada-narrow-to-defun)
1644 (ada-gen-treat-proc, ada-check-emacs-version)
1645 (ada-continuation-indent, ada-align-region-separate):
1646 Fix typos in docstrings.
1647 (ada-adjust-case, ada-adjust-case-interactive): Doc fixes.
1648
1649 2005-06-16 Lute Kamstra <lute@gnu.org>
1650
1651 * simple.el (fundamental-mode): Run after-change-major-mode-hook
1652 conditionally.
1653
1654 2005-06-16 Juanma Barranquero <lekktu@gmail.com>
1655
1656 * comint.el (comint-replace-by-expanded-filename)
1657 (comint-prompt-regexp, comint-delimiter-argument-list)
1658 (comint-preinput-scroll-to-bottom):
1659 * info.el (Info-hide-cookies-node):
1660 * ls-lisp.el (ls-lisp-classify):
1661 * find-file.el (ff-search-directories, ff-special-constructs)
1662 (ff-find-other-file):
1663 * font-lock.el (font-lock-keywords):
1664 * shell.el (shell-prompt-pattern)
1665 (shell-dynamic-complete-functions, shell-mode)
1666 (shell-delimiter-argument-list):
1667 * term.el (term-replace-by-expanded-filename)
1668 (term-prompt-regexp, term-delimiter-argument-list):
1669 * woman.el (woman-ignore, woman0-if):
1670 * emacs-lisp/derived.el (derived-mode-init-mode-variables):
1671 * emacs-lisp/elint.el (elint-init-env):
1672 * emacs-lisp/regexp-opt.el (regexp-opt-depth):
1673 * eshell/esh-mode.el (eshell-preinput-scroll-to-bottom):
1674 * language/ethio-util.el (ethio-tilde-escape)
1675 (ethio-use-three-dot-question):
1676 * net/zone-mode.el (zone-mode-load-time-setup):
1677 * progmodes/cc-align.el (c-lineup-argcont):
1678 * progmodes/cc-awk.el (c-awk-beginning-of-defun):
1679 * progmodes/cperl-mode.el (cperl-set-style-back):
1680 * progmodes/inf-lisp.el (inferior-lisp-prompt):
1681 * progmodes/vhdl-mode.el (vhdl-beginning-of-libunit):
1682 Fix spellings in docstrings.
1683
1684 * textmodes/sgml-mode.el (sgml-calculate-indent, html-tag-help):
1685 * progmodes/modula2.el (m2-for): Fix spellings.
1686
1687 * menu-bar.el (menu-bar-games-menu): Fix typo in menu help string.
1688
1689 * simple.el (undo-more): Don't use `format' on `error' arguments.
1690 Improve argument/docstring consistency.
1691 (pending-undo-list): Doc fix.
1692
1693 * smerge-mode.el (smerge-ensure-match):
1694 * emulation/vip.el (vip-ex):
1695 * net/zone-mode.el (zone-mode-update-serial):
1696 * progmodes/idlwave.el (idlwave-complete):
1697 * progmodes/vhdl-mode.el (vhdl-visit-file)
1698 (vhdl-compose-wire-components):
1699 Don't use `format' on `error' arguments.
1700
1701 * tooltip.el (tooltip-start-delayed-tip, tooltip-timeout)
1702 (tooltip-use-echo-area, tooltip-process-prompt-regexp)
1703 (tooltip-help-tips): Fix typos in docstrings.
1704
1705 2005-06-16 David Ponce <david@dponce.com>
1706
1707 * tree-widget.el (tree-widget-value-create): Simplify last change.
1708
1709 2005-06-15 Matt Hodges <MPHodges@member.fsf.org>
1710
1711 * ido.el (ido-incomplete-regexp): New variable.
1712 (ido-set-matches-1): Handle invalid-regexp error and set
1713 ido-incomplete-regexp.
1714 (ido-incomplete-regexp): New face.
1715 (ido-completions): Use it.
1716 (ido-complete, ido-exit-minibuffer, ido-completions):
1717 Handle incomplete regexps.
1718 (ido-completions): Add check for complete match when entering a regexp.
1719
1720 2005-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
1721
1722 * subr.el (add-to-ordered-list): Use a weak hash-table to avoid leaks.
1723
1724 2005-06-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
1725
1726 * textmodes/bibtex.el (bibtex-Preamble): Enclose BibTeX preamble
1727 by field delimiters.
1728
1729 2005-06-15 David Ponce <david@dponce.com>
1730
1731 * tree-widget.el: eval-and-compile inlined functions so they will
1732 be available at run-time too.
1733 (tree-widget-super-format-handler)
1734 (tree-widget-format-handler): Remove.
1735 (tree-widget-value-create): Handle the :indent property.
1736
1737 2005-06-15 Miles Bader <miles@gnu.org>
1738
1739 * progmodes/which-func.el (which-func): Only inherit
1740 `font-lock-function-name-face' when that makes sense against the
1741 default mode-line face, otherwise set the face color explicitly.
1742
1743 * progmodes/cperl-mode.el (cperl-init-faces): Use literal cperl
1744 faces instead of (non-existent) variables.
1745
1746 2005-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
1747
1748 * iswitchb.el (iswitchb-to-end): Replace mapcar with dolist.
1749 (iswitchb-get-matched-buffers): Likewise. Simplify.
1750
1751 2005-06-14 Miles Bader <miles@gnu.org>
1752
1753 * progmodes/ld-script.el (ld-script-location-counter):
1754 Remove "-face" suffix from face name.
1755 (ld-script-location-counter-face):
1756 New backward-compatibility alias for renamed face.
1757 (ld-script-location-counter-face): Use renamed face.
1758
1759 * progmodes/cperl-mode.el (cperl-nonoverridable, cperl-array)
1760 (cperl-hash): Remove "-face" suffix from face names.
1761 (cperl-nonoverridable-face, cperl-array-face, cperl-hash-face):
1762 New backward-compatibility aliases for renamed faces.
1763 (cperl-find-pods-heres, cperl-init-faces, cperl-ps-print-init)
1764 (cperl-ps-print-face-properties): Use renamed cperl-mode faces.
1765
1766 * progmodes/which-func.el (which-func): Remove "-face" suffix from face
1767 name.
1768 (which-func-face): New backward-compatibility alias for renamed face.
1769 (which-func-format): Use renamed which-func face.
1770
1771 * progmodes/vhdl-mode.el (vhdl-prompt, vhdl-attribute, vhdl-enumvalue)
1772 (vhdl-function, vhdl-directive, vhdl-reserved-word)
1773 (vhdl-translate-off): Remove "-face" suffix and "font-lock-" from face
1774 names.
1775 (vhdl-speedbar-entity, vhdl-speedbar-architecture)
1776 (vhdl-speedbar-configuration, vhdl-speedbar-package)
1777 (vhdl-speedbar-library, vhdl-speedbar-instantiation)
1778 (vhdl-speedbar-subprogram, vhdl-speedbar-entity-selected)
1779 (vhdl-speedbar-architecture-selected)
1780 (vhdl-speedbar-configuration-selected)
1781 (vhdl-speedbar-package-selected)
1782 (vhdl-speedbar-instantiation-selected): Remove "-face" suffix from face
1783 names.
1784 (vhdl-font-lock-keywords-2, vhdl-font-lock-keywords-5):
1785 Use renamed faces.
1786 (vhdl-prompt-face, vhdl-attribute-face, vhdl-enumvalue-face)
1787 (vhdl-function-face, vhdl-directive-face, vhdl-reserved-words-face)
1788 (vhdl-translate-off-face): Variables renamed to remove "font-lock-".
1789 Use renamed faces.
1790 (syntax-alist): Don't use "font-lock-" or "-face" in generated face
1791 names.
1792 (vhdl-font-lock-init, vhdl-ps-print-settings): Use renamed faces.
1793 (vhdl-speedbar-insert-hierarchy, vhdl-speedbar-expand-entity)
1794 (vhdl-speedbar-expand-package, vhdl-speedbar-update-current-unit)
1795 (vhdl-speedbar-make-inst-line, vhdl-speedbar-make-pack-line)
1796 (vhdl-speedbar-make-subpack-line, vhdl-speedbar-make-subprogram-line)
1797 (vhdl-speedbar-item-info, vhdl-speedbar-check-unit): Use renamed faces.
1798
1799 * progmodes/sh-script.el (sh-heredoc): Remove "-face" suffix from
1800 face name.
1801 (sh-heredoc-face): New backward-compatibility alias for renamed face.
1802 (sh-heredoc-face): Use renamed sh-heredoc face.
1803
1804 * progmodes/idlw-help.el (idlwave-help-link):
1805 Remove "-face" suffix from face name.
1806 (idlwave-help-link-face):
1807 New backward-compatibility alias for renamed face.
1808 (idlwave-highlight-linked-completions): Use renamed idlwave-help faces.
1809
1810 * progmodes/idlw-shell.el (idlwave-shell-bp-face)
1811 (idlwave-shell-disabled-bp): Remove "-face" suffix from face names.
1812 (idlwave-shell-bp-face, idlwave-shell-disabled-bp):
1813 New backward-compatibility aliases for renamed faces.
1814 (idlwave-shell-disabled-breakpoint-face)
1815 (idlwave-shell-breakpoint-face): Use renamed idlwave-shell faces.
1816
1817 * progmodes/flymake.el (flymake-errline, flymake-warnline):
1818 Remove "-face" suffix from face names.
1819 (flymake-errline-face, flymake-warnline-face):
1820 New backward-compatibility aliases for renamed faces.
1821 (flymake-highlight-line): Use renamed flymake faces.
1822
1823 * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
1824 (ebrowse-file-name, ebrowse-default, ebrowse-member-attribute)
1825 (ebrowse-member-class, ebrowse-progress):
1826 Remove "-face" suffix from face names.
1827 (ebrowse-tree-mark-face, ebrowse-root-class-face)
1828 (ebrowse-file-name-face, ebrowse-default-face)
1829 (ebrowse-member-attribute-face, ebrowse-member-class-face)
1830 (ebrowse-progress-face):
1831 New backward-compatibility aliases for renamed faces.
1832 (ebrowse-show-progress, ebrowse-show-file-name-at-point)
1833 (ebrowse-set-mark-props, ebrowse-draw-tree-fn)
1834 (ebrowse-draw-member-buffer-class-line, ebrowse-draw-member-long-fn)
1835 (ebrowse-draw-member-short-fn): Use renamed ebrowse faces.
1836
1837 * progmodes/antlr-mode.el (antlr-default, antlr-keyword, antlr-syntax)
1838 (antlr-ruledef, antlr-tokendef, antlr-ruleref, antlr-tokenref)
1839 (antlr-literal): Remove "-face" suffix and "font-lock-" from face names.
1840 (antlr-font-lock-default-face, antlr-font-lock-keyword-face)
1841 (antlr-font-lock-syntax-face, antlr-font-lock-ruledef-face)
1842 (antlr-font-lock-tokendef-face, antlr-font-lock-ruleref-face)
1843 (antlr-font-lock-tokenref-face, antlr-font-lock-literal-face):
1844 New backward-compatibility aliases for renamed faces.
1845 (antlr-default-face, antlr-keyword-face, antlr-syntax-face)
1846 (antlr-ruledef-face, antlr-tokendef-face, antlr-ruleref-face)
1847 (antlr-tokenref-face, antlr-literal-face): Variables renamed to remove
1848 "font-lock-". Use renamed antlr-mode faces.
1849 (antlr-font-lock-additional-keywords): Use renamed faces.
1850 Replace literal face-names with face variable references.
1851
1852 * buff-menu.el (Buffer-menu-buffer): Remove "-face" suffix from
1853 face name.
1854 (Buffer-menu-buffer-face): New backward-compatibility alias for
1855 renamed face.
1856 (list-buffers-noselect): Use renamed Buffer-menu-buffer face.
1857
1858 2005-06-15 Daniel Pfeiffer <occitan@esperanto.org>
1859
1860 * progmodes/make-mode.el (makefile-space, makefile-makepp-perl):
1861 Eliminate "-face" suffix.
1862 (makefile-targets): Inherit from font-lock-function-name-face and
1863 eliminate "-face" suffix.
1864 (makefile-shell): Remove attributes and eliminate "-face" suffix.
1865 (makefile-*-font-lock-keywords): Append makefile-targets in rule
1866 actions, instead of prepending, to make it less visible.
1867 (makefile-previous-dependency, makefile-match-dependency):
1868 Don't match a target on a continuation line.
1869
1870 * files.el (auto-mode-alist): Put Makefile in gmake mode.
1871
1872 2005-06-15 Nick Roberts <nickrob@snap.net.nz>
1873
1874 * progmodes/gdb-ui.el (menu): Re-order menu items.
1875 (gdb-tooltip-print): Respect tooltip-use-echo-area.
1876
1877 * progmodes/gud.el (tooltip-use-echo-area): Remove alias.
1878 Define in tooltip.el.
1879 (gud-tooltip-process-output): Respect tooltip-use-echo-area.
1880 (gud-tooltip-tips): Respect tooltip-use-echo-area and
1881 gud-tooltip-echo-area.
1882
1883 * tooltip.el (tooltip-use-echo-area): Restore from gud.el for
1884 backward compatibility and make obsolete.
1885 (tooltip-help-tips): Use tooltip-use-echo-area.
1886 (tooltip-show-help-function): Rename to...
1887 (tooltip-show-help): ...this, because it is a function.
1888 (tooltip-mode, tooltip-help-message): Call tooltip-show-help.
1889
1890 2005-06-14 Luc Teirlinck <teirllm@auburn.edu>
1891
1892 * emacs-lisp/edebug.el (edebug-all-defs, edebug-initial-mode)
1893 (edebug-print-length, edebug-print-level, edebug-print-circle)
1894 (edebug-modify-breakpoint, edebug-eval-last-sexp)
1895 (edebug-eval-print-last-sexp): Doc fixes.
1896
1897 2005-06-14 Kim F. Storm <storm@cua.dk>
1898
1899 * ido.el (ido-mode): Make a new keymap every time we enable ido,
1900 as the coverage buffer/file/both may change.
1901
1902 2005-06-14 Lute Kamstra <lute@gnu.org>
1903
1904 * net/ange-ftp.el (internal-ange-ftp-mode): Use delay-mode-hooks
1905 and run-mode-hooks. Simplify.
1906
1907 * mail/rmailedit.el (rmail-edit-mode):
1908 * progmodes/octave-inf.el (inferior-octave-mode):
1909 * progmodes/sql.el (sql-interactive-mode): Use delay-mode-hooks.
1910
1911 * recentf.el (recentf-dialog-mode): Use kill-all-local-variables
1912 and run-mode-hooks.
1913 (recentf-edit-list, recentf-open-files): Don't call
1914 kill-all-local-variables directly.
1915
1916 * emacs-lisp/debug.el (debug-on-entry): Fix docstring.
1917
1918 2005-06-14 Juanma Barranquero <lekktu@gmail.com>
1919
1920 * emacs-lisp/byte-run.el (make-obsolete)
1921 (define-obsolete-function-alias): Rename arguments FUNCTION and
1922 NEW to OBSOLETE-NAME and CURRENT-NAME respectively.
1923 (make-obsolete-variable, define-obsolete-variable-alias):
1924 Rename arguments VARIABLE and NEW to OBSOLETE-NAME and CURRENT-NAME
1925 respectively.
1926
1927 * isearchb.el (isearchb-activate):
1928 * pcvs.el (cvs-mode):
1929 * ses.el (ses-load):
1930 * vc-arch.el (vc-arch-checkin, vc-arch-diff):
1931 * net/tramp.el (tramp-find-file-exists-command)
1932 (tramp-find-shell):
1933 * progmodes/ada-mode.el (ada-create-case-exception)
1934 (ada-create-case-exception-substring, ada-make-subprogram-body):
1935 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
1936 * progmodes/idlwave.el (idlwave-complete-class-structure-tag-help):
1937 * progmodes/vhdl-mode.el (vhdl-speedbar-place-component):
1938 * textmodes/org.el (org-promote, org-evaluate-time-range)
1939 (org-agenda-next-date-line, org-agenda-previous-date-line)
1940 (org-agenda-error, org-open-at-point, org-table-move-row)
1941 (org-format-table-table-html-using-table-generate-source)
1942 (org-shiftcursor-error, org-ctrl-c-ctrl-c):
1943 * textmodes/reftex.el (reftex-access-scan-info):
1944 * textmodes/reftex-toc.el (reftex-toc-dframe-p)
1945 (reftex-toc-promote-prepare): Follow error conventions.
1946
1947 * diff-mode.el (diff-mode): Fix typo in docstring.
1948
1949 * forms.el (forms--intuit-from-file): Fix reference to
1950 `forms-number-of-fields' in error message.
1951 (forms-print): Fix quoting in error message.
1952
1953 * forms.el (forms-mode):
1954 * emulation/vi.el (vi-goto-insert-state):
1955 * progmodes/flymake.el (flymake-new-err-info)
1956 (flymake-start-syntax-check-for-current-buffer)
1957 (flymake-simple-cleanup):
1958 * eshell/esh-var.el (eshell/export):
1959 * progmodes/gud.el (xdb):
1960 * textmodes/flyspell.el (flyspell-incorrect-hook)
1961 (flyspell-maybe-correct-transposition)
1962 (flyspell-maybe-correct-doubling): Fix quoting in docstring.
1963
1964 2005-06-13 Luc Teirlinck <teirllm@auburn.edu>
1965
1966 * emacs-lisp/debug.el (cancel-debug-on-entry): Mention default in
1967 minibuffer prompt.
1968
1969 2005-06-13 Kim F. Storm <storm@cua.dk>
1970
1971 * subr.el (add-to-ordered-list): New defun.
1972
1973 * emulation/cua-base.el (cua-mode): Use add-to-ordered-list to
1974 add cua--keymap-alist to emulation-mode-map-alists.
1975
1976 2005-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
1977
1978 * subr.el (complete-in-turn): New macro.
1979 (dynamic-completion-table, lazy-completion-table): Add debug info.
1980
1981 * faces.el (read-face-name): Use complete-in-turn complete non-aliases
1982 in preference to face aliases.
1983
1984 * textmodes/fill.el (fill-match-adaptive-prefix): New function.
1985 (fill-context-prefix): Use it to avoid guessing absurdly long prefixes.
1986 Remove unused vars `start' and `firstline'.
1987 (fill-nobreak-p): Fix line-move-invisible -> line-move-invisible-p.
1988 (justify-current-line, fill-individual-paragraphs): Remove unused vars.
1989
1990 2005-06-13 Eli Zaretskii <eliz@gnu.org>
1991
1992 * cus-start.el (all): Don't complain about missing GTK-related
1993 variables, unless either `gtk' is boundp or this isn't a
1994 `windows-nt' build.
1995
1996 2005-06-13 Lute Kamstra <lute@gnu.org>
1997
1998 * abbrev.el (edit-abbrevs-mode): Use kill-all-local-variables and
1999 run-mode-hooks.
2000
2001 * ediff-mult.el (ediff-meta-mode):
2002 * ediff-util.el (ediff-mode): Use run-mode-hooks.
2003
2004 * ledit.el (ledit-mode): Use delay-mode-hooks.
2005
2006 * woman.el (woman-mode-line-format): Delete constant.
2007 (woman-mode-map): Initialize it properly.
2008 (woman-mode): Set mode-class property to special.
2009 Use delay-mode-hooks and run-mode-hooks. Use the right keymap.
2010 Set major-mode and mode-name. Don't set mode-line-format directly.
2011 (Man-getpage-in-background): Don't reference woman-mode-line-format.
2012
2013 * emacs-lisp/debug.el (cancel-debug-on-entry): Make the empty
2014 string argument obsolete.
2015
2016 2005-06-13 Carsten Dominik <dominik@science.uva.nl>
2017
2018 * textmodes/org.el (org-CUA-compatible): New option.
2019 (org-disputed-keys): New variable.
2020 (org-key): New function.
2021 (orgtbl-make-binding): Add docstring to the created function.
2022 (org-mode): Set paragraph start/separate regexps.
2023 (orgtbl-mode): Don't start `orgtbl-mode' in `org-mode' buffers.
2024 (org-archive-location, org-archive-mark-done)
2025 (org-archive-stamp-time): New options.
2026 (org-archive-subtree): New command.
2027 (org-fill-paragraph): New function.
2028 (org-mode): Set `fill-paragraph-function' to `org-fill-paragraph'.
2029 (org-fake-empty-table-line): Function removed.
2030 (org-format-org-table-html): Do not create empty table lines at
2031 separator lines. Improved table header treatment.
2032 (org-link-format): New option.
2033 (org-make-link): New function.
2034 (org-insert-link, org-store-link): Use org-make-link.
2035 (org-open-file): Quote file name for shell command, to allow
2036 spaces in file names.
2037 (org-link-regexp): Fix bug with mailto link.
2038 (org-link-maybe-angles-regexp, org-protected-link-regexp):
2039 New constants.
2040 (org-export-as-html): Deal with the optional angles around a link.
2041 Better treatment of file: links.
2042 (org-open-at-point): Replace @{ and @} with < and >.
2043 (org-run-mode-hooks): Function removed.
2044 (org-agenda-mode): No longer use `org-run-mode-hooks'.
2045
2046 2005-06-13 Nick Roberts <nickrob@snap.net.nz>
2047
2048 * progmodes/gdb-ui.el (gdb-registers-mode): Let gdbmi use
2049 MI command -data-list-register-values.
2050 (gdb-post-prompt): Indent properly.
2051
2052 2005-06-13 Juanma Barranquero <lekktu@gmail.com>
2053
2054 * hilit-chg.el (highlight-changes-colors): Rename from
2055 `highlight-changes-colours'.
2056 (highlight-changes-colours): Keep as obsolete alias.
2057 (highlight-changes-face-list): Doc fix.
2058 (hilit-chg-make-list): Use `highlight-changes-colors'.
2059
2060 2005-06-12 Mark A. Hershberger <mah@everybody.org>
2061
2062 * progmodes/cperl-mode.el (cperl-mode): Remove stray paren in
2063 defun-prompt-regexp.
2064
2065 2005-06-12 Eli Zaretskii <eliz@gnu.org>
2066
2067 * loadup.el: Don't say we are dumping under 2 names on windows-nt
2068 and cygwin.
2069
2070 * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
2071 Don't use an old loaddefs.el, as in Makefile.in.
2072
2073 2005-06-12 Lute Kamstra <lute@gnu.org>
2074
2075 * Makefile.in (bootstrap-prepare): Don't use an old loaddefs.el.
2076
2077 * man.el (Man-mode-map): Initialize it properly.
2078 (Man-mode): Set mode-class property to special.
2079
2080 * calendar/calendar.el (calendar-mode): Use run-mode-hooks.
2081
2082 2005-06-11 Luc Teirlinck <teirllm@auburn.edu>
2083
2084 * menu-bar.el (menu-bar-make-toggle): Remove stray backslash.
2085 A newline is needed in the docstring there.
2086
2087 * emacs-lisp/debug.el (debug-on-entry, cancel-debug-on-entry):
2088 Doc fixes.
2089
2090 2005-06-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2091
2092 * printing.el: Doc fix. The menubar is no more changed when printing
2093 is loaded, it only changes when pr-menu-bind or pr-update-menus is
2094 called. Now, the menubar changing will work in Emacs 20, 21 and 22.
2095 (pr-version): New version number (6.8.4).
2096 (pr-menu-bind): New command.
2097 (pr-update-menus): Docstring and code fix.
2098 (pr-menu-print-item): Now is a global var in Emacs and XEmacs.
2099 Docstring fix.
2100 (pr-txt-printer-alist, pr-ps-printer-alist, pr-gv-command)
2101 (pr-gs-command, pr-gs-switches, pr-ps-utility-alist): Docstring fix.
2102
2103 2005-06-11 Thien-Thi Nguyen <ttn@gnu.org>
2104
2105 * emacs-lisp/ewoc.el: Doc fixes for public funcs:
2106 "Returns" to "return", document useful return values, etc.
2107
2108 2005-06-11 Alan Mackenzie <acm@muc.de>
2109
2110 * fill.el (fill-context-prefix): Try `adaptive-fill-function'
2111 BEFORE `adaptive-fill-regexp' when determining a fill prefix.
2112 (adaptive-file-function): Minor amendment to doc-string.
2113
2114 2005-06-11 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
2115
2116 * thumbs.el (thumbs-per-line, thumbs-thumbsdir-max-size)
2117 (thumbs-relief, thumbs-margin, thumbs-image-resizing-step):
2118 Fix :type--it is `integer', not `string'.
2119
2120 * faces.el (modeline-highlight): Rename from (the erroneous)
2121 `modeline-higilight'.
2122
2123 2005-06-11 Lute Kamstra <lute@gnu.org>
2124
2125 * emacs-lisp/edebug.el (edebug-eval-mode-map): Don't copy
2126 lisp-interaction-mode-map but make it the parent.
2127 (edebug-eval-mode): Use define-derived-mode.
2128
2129 2005-06-11 Andreas Schwab <schwab@suse.de>
2130
2131 * bindings.el: Add binding of `ESC functionkey' for every
2132 `M-functionkey'.
2133 * hexl.el (hexl-mode-map): Likewise.
2134
2135 2005-06-10 Michael Hotchin <michael@hotchin.net> (tiny change)
2136
2137 * progmodes/compile.el (compilation-error-regexp-alist-alist)
2138 [msft]: update regexp for newer msft compilers.
2139
2140 2005-06-10 Mark A. Hershberger <mah@everybody.org>
2141
2142 * xml.el (start-chars, xml-parse-dtd): Add the ability to skip
2143 ATTLIST portions of included DTDs.
2144 (xml-parse-dtd): Eliminate use of inefficient match-data.
2145
2146 2005-06-10 Miles Bader <miles@gnu.org>
2147
2148 * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
2149 (mpuz-text): Remove "-face" suffix from face names.
2150 (mpuz-unsolved-face, mpuz-solved-face, mpuz-trivial-face)
2151 (mpuz-text-face): New backward-compatibility aliases for renamed faces.
2152 (mpuz-create-buffer, mpuz-paint-digit): Use renamed mpuz faces.
2153
2154 * play/gomoku.el (gomoku-O, gomoku-X):
2155 Remove "-face" suffix from face names.
2156 (gomoku-font-lock-O-face, gomoku-font-lock-X-face):
2157 New backward-compatibility aliases for renamed faces.
2158 (gomoku-font-lock-keywords): Use renamed gomoku faces.
2159
2160 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
2161
2162 * thumbs.el: Fixes for changes of 2005-06-09.
2163 (thumbs-thumbsdir): Force `thumbs-thumbsdir' to be interpretable
2164 as a directory.
2165 (thumbs-thumbname): Remove directory separator from format string;
2166 `thumbs-thumbsdir' now returns a valid directory name.
2167 (thumbs-temp-dir): New defsubst.
2168 (thumbs-temp-file, thumbs-resize-image, thumbs-modify-image):
2169 Use it.
2170
2171 * cus-edit.el (minibuffer):
2172 * files.el (make-backup-file-name-function):
2173 * filesets.el (filesets-external-viewers):
2174 * hilit-chg.el (highlight-changes-colours)
2175 (highlight-changes-face-list, highlight-changes-rotate-faces):
2176 * ielm.el (ielm-dynamic-return, inferior-emacs-lisp-mode):
2177 * kmacro.el (kmacro-call-macro):
2178 * log-edit.el (log-edit-changelog-full-paragraphs):
2179 * mouse.el (mouse-1-click-follows-link):
2180 * skeleton.el (skeleton-autowrap):
2181 * subr.el (insert-for-yank-1):
2182 * tempo.el (tempo-insert-region):
2183 * terminal.el (terminal-emulator):
2184 * time.el (display-time-mail-face):
2185 * vc.el (vc-annotate):
2186 * vcursor.el (vcursor-copy-line):
2187 * woman.el (woman-bold-headings, woman-ignore)
2188 (woman-default-faces, woman-monochrome-faces):
2189 * calendar/todo-mode.el (todo-insert-threshold):
2190 * emulation/pc-select.el (pc-select-selection-keys-only)
2191 (pc-selection-mode):
2192 * emulation/vip.el (vip-find-char-forward):
2193 * emulation/viper-cmd.el (viper-find-char-forward):
2194 * international/mule-cmds.el (select-safe-coding-system-accept-default-p)
2195 (input-method-exit-on-invalid-key):
2196 * international/mule-diag.el (describe-coding-system):
2197 * international/ucs-tables.el (unify-8859-on-encoding-mode):
2198 * net/browse-url.el (browse-url-xterm-program):
2199 * obsolete/lazy-lock.el (lazy-lock-mode):
2200 * progmodes/cperl-mode.el (cperl-info-on-command-no-prompt)
2201 (cperl-mode):
2202 * progmodes/cpp.el (cpp-face-light-name-list)
2203 (cpp-face-dark-name-list):
2204 * progmodes/delphi.el (delphi-newline-always-indents):
2205 Fix spellings in docstrings.
2206
2207 * ido.el (ido-mode, ido-file-extensions-order)
2208 (ido-default-file-method, ido-default-buffer-method)
2209 (ido-max-prospects, ido-slow-ftp-hosts, ido-setup-hook)
2210 (ido-decorations, ido-read-file-name-as-directory-commands)
2211 (ido-read-file-name-non-ido, ido-work-directory-list)
2212 (ido-ignore-item-temp-list, ido-current-directory)
2213 (ido-magic-forward-char, ido-enter-find-file)
2214 (ido-enter-switch-buffer, ido-visit-buffer, ido-switch-buffer)
2215 (ido-find-file, ido-read-buffer): Fix typos in docstrings.
2216
2217 2005-06-10 Lute Kamstra <lute@gnu.org>
2218
2219 * play/dunnet.el (dun-mode): Use define-derived-mode.
2220 (dungeon-mode-map): Rename to dun-mode-map. Keep old name as an
2221 obsolete alias.
2222
2223 * play/doctor.el (doctor-mode-map): Remove defvar.
2224 (doctor-mode): Use define-derived-mode.
2225
2226 * mail/mspools.el (mspools-mode):
2227 * net/eudc-hotlist.el (eudc-hotlist-mode):
2228 * play/blackbox.el (blackbox-mode): Use run-mode-hooks.
2229
2230 2005-06-10 Miles Bader <miles@gnu.org>
2231
2232 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
2233 Remove "-face" suffix from face names.
2234 (flyspell-incorrect-face, flyspell-duplicate-face):
2235 New backward-compatibility aliases for renamed faces.
2236 (flyspell-mode-on, make-flyspell-overlay)
2237 (flyspell-highlight-incorrect-region)
2238 (flyspell-highlight-duplicate-region)
2239 (flyspell-display-next-corrections)
2240 (flyspell-auto-correct-previous-word): Use renamed flyspell faces.
2241
2242 * textmodes/texinfo.el (texinfo-heading): Remove "-face" suffix
2243 from face name.
2244 (texinfo-heading-face): New backward-compatibility alias for
2245 renamed face.
2246 (texinfo-heading-face): Use renamed texinfo-heading face.
2247
2248 * textmodes/tex-mode.el (tex-math, tex-verbatim): Remove "-face"
2249 suffix from face names.
2250 (tex-math-face, tex-verbatim-face):
2251 New backward-compatibility aliases for renamed faces.
2252 (tex-math-face, tex-verbatim-face): Use renamed tex-mode faces.
2253 (tex-insert-quote): Use `tex-verbatim-face' variable instead of
2254 literal face name.
2255
2256 * textmodes/table.el (table-cell): Remove "-face" suffix from face
2257 name.
2258 (table-cell-face): New backward-compatibility alias for renamed face.
2259 (table--put-cell-face-property, table--update-cell-face):
2260 Use renamed table-cell face.
2261
2262 * textmodes/sgml-mode.el (sgml-namespace): Remove "-face" suffix
2263 from face name.
2264 (sgml-namespace-face): New backward-compatibility alias for
2265 renamed face.
2266 (sgml-namespace-face): Use renamed sgml-namespace face.
2267
2268 * textmodes/org.el (org-level-1, org-level-2, org-level-3)
2269 (org-level-4, org-level-5, org-level-6, org-level-7)
2270 (org-level-8, org-warning, org-headline-done)
2271 (org-deadline-announce, org-scheduled-today)
2272 (org-scheduled-previously, org-link, org-done, org-table)
2273 (org-time-grid): Remove "-face" suffix from face names.
2274 (org-level-1-face, org-level-2-face, org-level-3-face)
2275 (org-level-4-face, org-level-5-face, org-level-6-face)
2276 (org-level-7-face, org-level-8-face, org-warning-face)
2277 (org-headline-done-face, org-deadline-announce-face)
2278 (org-scheduled-today-face, org-scheduled-previously-face)
2279 (org-link-face, org-done-face, org-table-face)
2280 (org-time-grid-face):
2281 New backward-compatibility aliases for renamed faces.
2282 (org-level-faces, org-set-font-lock-defaults, org-timeline)
2283 (org-agenda, org-agenda-get-todos, org-agenda-get-deadlines)
2284 (org-agenda-get-timestamps, org-agenda-get-scheduled)
2285 (org-agenda-add-time-grid-maybe, org-table-p): Use renamed org faces.
2286
2287 * emulation/viper-init.el (viper-search, viper-replace-overlay)
2288 (viper-minibuffer-emacs, viper-minibuffer-insert)
2289 (viper-minibuffer-vi): Remove "-face" suffix from face names.
2290 (viper-search-face, viper-replace-overlay-face)
2291 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
2292 (viper-minibuffer-vi-face):
2293 New backward-compatibility aliases for renamed faces.
2294 (viper-search-face, viper-replace-overlay-face)
2295 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
2296 (viper-minibuffer-vi-face): Use renamed viper faces.
2297
2298 * emacs-lisp/testcover.el (testcover-nohits, testcover-1value):
2299 Remove "-face" suffix from face names.
2300 (testcover-nohits-face, testcover-1value-face):
2301 New backward-compatibility aliases for renamed faces.
2302 (testcover-mark): Use renamed testcover faces.
2303
2304 * calendar/diary-lib.el (diary-button): Remove "-face" suffix from
2305 face name.
2306 (diary-button-face): New backward-compatibility alias for renamed face.
2307 (diary-entry): Use renamed diary-button face.
2308
2309 * calendar/calendar.el (diary, calendar-today, holiday)
2310 (mark-visible-calendar-date): Remove "-face" suffix from face names.
2311 (diary-face, calendar-today-face, holiday-face):
2312 New backward-compatibility aliases for renamed faces.
2313 (eval-after-load "facemenu", diary-entry-marker)
2314 (calendar-today-marker, calendar-holiday-marker, diary-face):
2315 Use renamed calendar faces.
2316
2317 * compare-w.el (compare-windows): Remove "-face" suffix from face name.
2318 (compare-windows-face): New backward-compatibility alias for
2319 renamed face.
2320 (compare-windows-highlight): Use renamed compare-windows face.
2321
2322 * strokes.el (strokes-char): Remove "-face" suffix from face name.
2323 (strokes-char-face): New backward-compatibility alias for renamed face.
2324 (strokes-encode-buffer): Use renamed strokes-char face.
2325
2326 * pcvs-info.el (cvs-header, cvs-filename, cvs-unknown)
2327 (cvs-handled, cvs-need-action, cvs-marked, cvs-msg):
2328 Remove "-face" suffix from face names.
2329 (cvs-header-face, cvs-filename-face, cvs-unknown-face)
2330 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
2331 (cvs-msg-face): New backward-compatibility aliases for renamed faces.
2332 (cvs-fi-up-to-date-face, cvs-fi-unknown-face, cvs-fileinfo-pp):
2333 Use renamed pcvs faces.
2334 * pcvs.el (cvs-mode-find-file): Use renamed pcvs faces.
2335 * pcvs-defs.el (cvs-mode-map): Likewise.
2336 * cvs-status.el (cvs-status-font-lock-keywords): Likewise.
2337
2338 * info.el (info-title-1, info-title-2, info-title-3)
2339 (info-title-4): Remove "-face" suffix from and downcase face names.
2340 (Info-title-1-face, Info-title-2-face, Info-title-3-face)
2341 (Info-title-4-face):
2342 New backward-compatibility aliases for renamed faces.
2343 (Info-fontify-node): Use renamed info faces.
2344
2345 * hilit-chg.el (highlight-changes, highlight-changes-delete):
2346 Remove "-face" suffix from face names.
2347 (highlight-changes-face, highlight-changes-delete-face):
2348 New backward-compatibility aliases for renamed faces.
2349 (hilit-chg-cust-fix-changes-face-list, hilit-chg-make-ov)
2350 (hilit-chg-make-list): Use renamed highlight-changes faces.
2351
2352 * generic-x.el (show-tabs-tab, show-tabs-space):
2353 Remove "-face" suffix from face names.
2354 (show-tabs-tab-face, show-tabs-space-face):
2355 New backward-compatibility aliases for renamed faces.
2356 (show-tabs-generic-mode-font-lock-defaults-1)
2357 (show-tabs-generic-mode-font-lock-defaults-2):
2358 Use renamed show-tabs faces.
2359
2360 * smerge-mode.el (smerge-mine, smerge-other, smerge-base)
2361 (smerge-markers): Remove "-face" suffix from face names.
2362 (smerge-mine-face, smerge-other-face, smerge-base-face)
2363 (smerge-markers-face):
2364 New backward-compatibility aliases for renamed faces.
2365 (smerge-mine-face, smerge-other-face, smerge-base-face)
2366 (smerge-markers-face): Use renamed smerge faces.
2367
2368 * log-view.el (log-view-file, log-view-message):
2369 Remove "-face" suffix from face names.
2370 (log-view-file-face, log-view-message-face):
2371 New backward-compatibility aliases for renamed faces.
2372 (log-view-file-face, log-view-message-face): Use renamed log-view faces.
2373
2374 * paren.el (show-paren-match, show-paren-mismatch):
2375 Remove "-face" suffix from face names.
2376 (show-paren-match-face, show-paren-mismatch-face):
2377 New backward-compatibility aliases for renamed faces.
2378 (show-paren-function): Use renamed show-paren faces.
2379
2380 * ruler-mode.el (ruler-mode-default, ruler-mode-pad)
2381 (ruler-mode-margins, ruler-mode-fringes)
2382 (ruler-mode-column-number, ruler-mode-fill-column)
2383 (ruler-mode-comment-column, ruler-mode-goal-column)
2384 (ruler-mode-tab-stop, ruler-mode-current-column):
2385 Remove "-face" suffix from face names.
2386 (ruler-mode-default-face, ruler-mode-pad-face)
2387 (ruler-mode-margins-face, ruler-mode-fringes-face)
2388 (ruler-mode-column-number-face, ruler-mode-fill-column-face)
2389 (ruler-mode-comment-column-face, ruler-mode-goal-column-face)
2390 (ruler-mode-tab-stop-face, ruler-mode-current-column-face):
2391 New backward-compatibility aliases for renamed faces.
2392 (ruler-mode-pad, ruler-mode-margins, ruler-mode-fringes)
2393 (ruler-mode-column-number, ruler-mode-fill-column)
2394 (ruler-mode-comment-column, ruler-mode-goal-column)
2395 (ruler-mode-tab-stop, ruler-mode-current-column)
2396 (ruler-mode-mouse-grab-any-column, ruler-mode-ruler): Use renamed faces.
2397
2398 * whitespace.el (whitespace-highlight): Remove "-face" suffix from
2399 face name.
2400 (whitespace-highlight-the-space): Use renamed face.
2401 (whitespace-highlight-face): New backward-compatibility alias for
2402 renamed face.
2403
2404 * woman.el (woman-italic, woman-bold, woman-unknown)
2405 (woman-addition, woman-symbol-face):
2406 Remove "-face" suffix from face names.
2407 (woman-italic-face, woman-bold-face, woman-unknown-face)
2408 (woman-addition-face):
2409 New backward-compatibility aliases for renamed faces.
2410 (woman-default-faces, woman-monochrome-faces, woman-man-buffer)
2411 (woman-decode-region, woman-replace-match)
2412 (woman-display-extended-fonts, woman-special-characters)
2413 (woman-font-alist, woman-change-fonts, woman2-TH, woman2-SH):
2414 Use renamed woman faces.
2415
2416 * longlines.el (longlines-visible-face): Face removed.
2417
2418 * diff-mode.el (diff-header, diff-file-header, diff-index)
2419 (diff-hunk-header, diff-removed, diff-added, diff-changed)
2420 (diff-function, diff-context, diff-nonexistent): Remove "-face"
2421 suffix from face names.
2422 (diff-header-face, diff-file-header-face, diff-index-face)
2423 (diff-hunk-header-face, diff-removed-face, diff-added-face)
2424 (diff-changed-face, diff-function-face, diff-context-face)
2425 (diff-nonexistent-face): New backward-compatibility aliases for
2426 renamed faces.
2427 (diff-header-face, diff-file-header-face)
2428 (diff-index, diff-index-face, diff-hunk-header)
2429 (diff-hunk-header-face, diff-removed, diff-removed-face)
2430 (diff-added, diff-added-face, diff-changed-face, diff-function)
2431 (diff-function-face, diff-context-face, diff-nonexistent)
2432 (diff-nonexistent-face): Use renamed diff-mode faces.
2433
2434 * progmodes/compile.el (compilation-warning-face)
2435 (compilation-info-face): Remove "-face" suffix from face names.
2436 (compilation-warning-face, compilation-info-face):
2437 New backward-compatibility aliases for renamed faces.
2438 (compilation-warning-face, compilation-info-face):
2439 Use renamed compilation faces.
2440
2441 * add-log.el (change-log-date, change-log-name)
2442 (change-log-email, change-log-file, change-log-list)
2443 (change-log-conditionals, change-log-function)
2444 (change-log-acknowledgement): Remove "-face" suffix from face names.
2445 (change-log-date-face, change-log-name-face)
2446 (change-log-email-face, change-log-file-face)
2447 (change-log-list-face, change-log-conditionals-face)
2448 (change-log-function-face, change-log-acknowledgement-face):
2449 New backward-compatibility aliases for renamed faces.
2450 (change-log-font-lock-keywords): Use renamed change-log faces.
2451
2452 * cus-edit.el (custom-invalid, custom-rogue, custom-modified)
2453 (custom-set, custom-changed, custom-saved, custom-button)
2454 (custom-button-pressed, custom-documentation, custom-state)
2455 (custom-comment, custom-comment-tag, custom-variable-tag)
2456 (custom-variable-button, custom-face-tag, custom-group-tag-1)
2457 (custom-group-tag): Remove "-face" suffix from face names.
2458 (custom-magic-alist, custom-magic-value-create)
2459 (custom-group-sample-face-get, custom-mode): Use renamed custom faces.
2460 (custom-invalid-face, custom-rogue-face, custom-modified-face)
2461 (custom-set-face, custom-changed-face, custom-saved-face)
2462 (custom-button-face, custom-button-pressed-face)
2463 (custom-documentation-face, custom-state-face)
2464 (custom-comment-face, custom-comment-tag-face)
2465 (custom-variable-tag-face, custom-variable-button-face)
2466 (custom-face-tag-face, custom-group-tag-face-1)
2467 (custom-group-tag-face):
2468 New backward-compatibility aliases for renamed faces.
2469
2470 * wid-edit.el (widget-documentation, widget-button)
2471 (widget-field, widget-single-line-field, widget-inactive)
2472 (widget-button-pressed): "-face" suffix removed from face names.
2473 (widget-documentation-face, widget-button-face)
2474 (widget-field-face, widget-single-line-field-face)
2475 (widget-inactive-face, widget-button-pressed-face):
2476 New backward-compatibility aliases for renamed faces.
2477 (widget-documentation-face, widget-button-face)
2478 (widget-button-pressed-face, widget-specify-field)
2479 (widget-specify-inactive): Use renamed widget faces.
2480
2481 2005-06-10 Kenichi Handa <handa@m17n.org>
2482
2483 * term/x-win.el (x-clipboard-yank): Remove condition-case
2484 wrapping.
2485
2486 2005-06-11 Kenichi Handa <handa@m17n.org>
2487
2488 * add-log.el (change-log-font-lock-keywords): Make the regexp for
2489 date lines stricter.
2490
2491 2005-06-10 Zhang Wei <id.brep@gmail.com> (tiny change)
2492
2493 * term/x-win.el (x-clipboard-yank): Use x-selection-value instead
2494 of x-get-selection.
2495
2496 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
2497
2498 * comint.el (comint-mode, comint-snapshot-last-prompt):
2499 * frame.el (frame-current-scroll-bars):
2500 * term.el (term-mode, term-check-proc, term-input-sender)
2501 (term-simple-send, term-extract-string, term-word)
2502 (term-match-partial-filename):
2503 * window.el (window-current-scroll-bars):
2504 * emulation/cua-base.el (cua-normal-cursor-color)
2505 (cua-read-only-cursor-color, cua-overwrite-cursor-color)
2506 (cua-global-mark-cursor-color):
2507 * mail/undigest.el (rmail-forward-separator-regex):
2508 Fix typos in docstrings.
2509
2510 * comint.el (comint-check-proc, make-comint-in-buffer)
2511 (comint-source-default): Doc fixes.
2512
2513 * term.el (term-send-string): Improve argument/docstring
2514 consistency.
2515
2516 2005-06-09 Luc Teirlinck <teirllm@auburn.edu>
2517
2518 * comint.el (comint-send-input): Bind `inhibit-read-only' around
2519 call to `delete-region'.
2520 (comint-mode-hook): Do not enable Font Lock by default.
2521
2522 2005-06-09 Lute Kamstra <lute@gnu.org>
2523
2524 * textmodes/ispell.el (ispell-menu-map-needed): flyspell-mode
2525 could be void.
2526
2527 2005-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
2528
2529 * emacs-lisp/debug.el (debugger-will-be-back): New var.
2530 (debug): Use it.
2531 (debugger-step-through, debugger-continue, debugger-jump)
2532 (debugger-return-value): Set it when needed.
2533 (debugger-make-xrefs, debugger-frame, debugger-frame-clear):
2534 Use inhibit-read-only.
2535
2536 2005-06-09 Juanma Barranquero <lekktu@gmail.com>
2537
2538 * window.el (shrink-window-if-larger-than-buffer)
2539 (window-size-fixed): Fix typo in docstring.
2540
2541 * thumbs.el: Don't set `auto-image-file-mode'. Do not create the
2542 thumbnails directory on loading.
2543 (thumbs-conversion-program): Use `eq' to check the system type,
2544 not `equal'.
2545 (thumbs-temp-dir): Initialize to `temporary-file-directory',
2546 not "/tmp". Fix docstring.
2547 (thumbs-thumbsdir): New function to return the thumbnails
2548 directory, creating it if needed.
2549 (thumbs-cleanup-thumbsdir, thumbs-thumbname): Use it.
2550 (thumbs-temp-file): Delete variable and make it into a function.
2551 (thumbs-resize-image, thumbs-modify-image): Use it.
2552 (thumbs-kill-buffer): Simplify.
2553 (thumbs-gensym): Defalias or duplicate CL `gensym'.
2554 (thumbs-resize-image, thumbs-resize-interactive): Fix typos in
2555 docstrings.
2556
2557 2005-06-09 Kim F. Storm <storm@cua.dk>
2558
2559 * subr.el (save-match-data): Add RESEAT arg `evaporate' to
2560 set-match-data to free markers in match-data.
2561
2562 * replace.el (replace-match-data): Pass RESEAT arg `t' to
2563 match-data to unchain markers in match-data.
2564
2565 2005-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
2566
2567 * emacs-lisp/debug.el (debug): Don't iconify if we know we'll re-enter
2568 the debugger immediately anyway. Undo the 2005-06-06 change, rendered
2569 unnecessary now.
2570
2571 2005-06-08 Richard M. Stallman <rms@gnu.org>
2572
2573 * emacs-lisp/easy-mmode.el (define-minor-mode): If BODY is empty,
2574 give the variable a doc string that doesn't say don't set it directly.
2575
2576 * textmodes/ispell.el (ispell-check-version):
2577 Use match-string-no-properties.
2578 (ispell-region, ispell-buffer-local-parsing, ispell-buffer-local-dict)
2579 (ispell-buffer-local-words): Likewise.
2580
2581 * progmodes/make-mode.el (makefile-shell-face): Make this a no-op
2582 except on terminals with enough colors to really display it.
2583 (makefile-dependency-regex): Delete spurious `bb'.
2584
2585 * faces.el (escape-glyph): Use blue once again in last case.
2586 (no-break-space): Redefine so that it isn't invisible on a tty.
2587
2588 2005-06-08 Kim F. Storm <storm@cua.dk>
2589
2590 * ido.el (ido-read-file-name): Fallback to read-file-name on C-f
2591 also when reading directory name.
2592
2593 2005-06-08 Lute Kamstra <lute@gnu.org>
2594
2595 * textmodes/flyspell.el (flyspell-mode): Use define-minor-mode.
2596 (flyspell-mode-line-string): Remove autoload cookie.
2597 (flyspell-mode): Remove defvar.
2598
2599 2005-06-07 Lute Kamstra <lute@gnu.org>
2600
2601 * textmodes/org.el (org-run-mode-hooks): New function.
2602 (org-agenda-mode): Use it.
2603
2604 2005-06-07 David McCabe <davemccabe@gmail.com> (tiny change)
2605
2606 * emacs-lisp/lisp-mode.el (defstruct): Set `doc-string-elt' property.
2607
2608 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
2609
2610 * international/iso-cvt.el (iso-sgml2iso-trans-tab): Add NBSP.
2611
2612 2005-06-06 Luc Teirlinck <teirllm@auburn.edu>
2613
2614 * font-lock.el (font-lock-add-keywords): Doc fix.
2615
2616 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
2617
2618 * textmodes/tex-mode.el (tex-guess-mode): Add RequirePackage.
2619 (tex-compile-default): In the absence of any history, use the order in
2620 tex-compile-alist to choose the preferred command.
2621 (tex-compile-commands): Reorder a bit.
2622
2623 * textmodes/flyspell.el (flyspell-auto-correct-binding)
2624 (flyspell-incorrect-face, flyspell-duplicate-face):
2625 Use (X)Emacs-agnostic code.
2626 (flyspell-mode-map): Don't overwrite at each load. Remove code
2627 redundant with the subsequent add-minor-mode. Merge Emacs and
2628 XEmacs code.
2629 (flyspell-word): Minor simplification.
2630 (flyspell-math-tex-command-p): Quieten the byte-compiler.
2631 (flyspell-external-point-words): Remove unused vars `size' and `start'.
2632 (flyspell-do-correct): Rename from flyspell-xemacs-correct.
2633 Merge the corresponding Emacs code.
2634 (flyspell-correct-word, flyspell-xemacs-popup): Use flyspell-do-correct.
2635
2636 * emacs-lisp/debug.el (debug): Don't bury the buffer unless it's in
2637 a dedicated window.
2638
2639 * international/latexenc.el (latexenc-find-file-coding-system):
2640 Undo part of last patch, to turn off a compiler warning.
2641
2642 2005-06-06 Juri Linkov <juri@jurta.org>
2643
2644 * tmm.el (tmm-inactive, tmm-remove-inactive-mouse-face):
2645 Rename `tmm-inactive-face' to `tmm-inactive'.
2646
2647 2005-06-06 Matt Hodges <MPHodges@member.fsf.org>
2648
2649 * iswitchb.el: Rename faces.
2650
2651 2005-06-06 Kim F. Storm <storm@cua.dk>
2652
2653 * emulation/cua-base.el (cua-rectangle, cua-rectangle-noselect)
2654 (cua-global-mark): Remove -face suffix from face names.
2655
2656 * emulation/cua-gmrk.el (cua--init-global-mark):
2657 Remove cua-global-mark face setup.
2658
2659 2005-06-06 Richard M. Stallman <rms@gnu.org>
2660
2661 * progmodes/make-mode.el (makefile-dependency-regex): Handle whitespace
2662 just like other allowed characters.
2663 (makefile-match-dependency): Exclude leading and training whitespace
2664 from the range of regexp subexp 1.
2665 (makefile-macroassign-regex): Don't try to match the body,
2666 just the name of the macro being defined.
2667
2668 * info.el (Info-read-node-name-2): New function.
2669 (Info-read-node-name-1): Use that.
2670 Add a completion-base-size-function property.
2671
2672 * simple.el (completion-setup-function): Look for
2673 completion-base-size-function property of
2674 minibuffer-completion-table.
2675
2676 * files.el (locate-file-completion): Doc fix.
2677
2678 * printing.el: Don't call pr-update-menus; user must do that.
2679
2680 * emacs-lisp/debug.el (debugger-window): New variable.
2681 (debug): Use debugger-window if it is set and still alive.
2682 Record debugger-window for next entry.
2683
2684 * mail/supercite.el (sc-mail-glom-frame): Mark as risky.
2685
2686 2005-06-06 Matthias F\e,Av\e(Brste <slashdevslashnull@gmx.net>
2687
2688 * files.el (hack-local-variables-confirm): New arg FLAG-TO-CHECK.
2689 (hack-one-local-variable, hack-local-variables)
2690 (hack-local-variables-prop-line): Pass that arg.
2691
2692 2005-06-06 Kim F. Storm <storm@cua.dk>
2693
2694 * ido.el (ido-first-match, ido-only-match, ido-subdir)
2695 (ido-indicator): Remove -face suffix from face names.
2696
2697 2005-06-06 Juri Linkov <juri@jurta.org>
2698
2699 * font-lock.el (font-lock-regexp-backslash)
2700 (font-lock-regexp-backslash-construct): New faces.
2701 (lisp-font-lock-keywords-2): Use new faces. Match `?:' only
2702 after `('. Add `while-no-input' to control structures.
2703
2704 * faces.el (no-break-space, shadow): New faces.
2705 (escape-glyph): Use less loud colors pink2 and red4.
2706
2707 * diff-mode.el (diff-context-face)
2708 * dired.el (dired-ignored)
2709 * rfn-eshadow.el (file-name-shadow)
2710 * tmm.el (tmm-inactive-face): Inherit from `shadow' face.
2711
2712 * info.el (Info-title-1-face): Use green instead of yellow because
2713 bold yellow is not readable on light backgrounds.
2714
2715 * progmodes/compile.el (compilation-start): Move `erase-buffer' up
2716 before selecting the desired mode to not spend time fontifying
2717 old contents.
2718
2719 2005-06-06 Juanma Barranquero <lekktu@gmail.com>
2720
2721 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-image-resizing-step)
2722 (thumbs-thumbsdir-auto-clean): Fix typos in docstrings.
2723
2724 * ps-print.el (ps-default-fg, ps-default-bg):
2725 Fix typos in docstrings.
2726
2727 * isearchb.el (isearchb): Don't pass a spurious second argument to
2728 `iswitchb-completions'.
2729
2730 2005-06-05 Nick Roberts <nickrob@snap.net.nz>
2731
2732 * progmodes/gdb-ui.el (gdb-info-locals-handler): Use window point
2733 to preserve point.
2734 (gdb-find-file-hook): Add doc string.
2735
2736 * progmodes/gud.el (gdb, gud-menu-map): Add command to evaluate
2737 C dereferenced pointer expression.
2738 (gud-tool-bar-map): Put it on the tool bar. Re-order icons.
2739
2740 * toolbar/gud-pstar.xpm, toolbar/gud-pstar.pbm: New files.
2741
2742 * toolbar/gud-break.xpm, toolbar/gud-cont.xpm, toolbar/gud-down.xpm
2743 * toolbar/gud-finish.xpm, toolbar/gud-ni.xpm, toolbar/gud-n.xpm
2744 * toolbar/gud-print.xpm, toolbar/gud-remove.xpm, toolbar/gud-run.xpm
2745 * toolbar/gud-si.xpm, toolbar/gud-s.xpm, toolbar/gud-until.xpm
2746 * toolbar/gud-up.xpm, toolbar/gud-watch.xpm:
2747 Make background transparent.
2748
2749 2005-06-04 Luc Teirlinck <teirllm@auburn.edu>
2750
2751 * font-lock.el (font-lock-add-keywords): Doc fix. Comment change.
2752 (font-lock-remove-keywords): Doc fix.
2753 (font-lock-mode-major-mode): Compiler defvar.
2754 (font-lock-set-defaults): Use `font-lock-mode-major-mode'.
2755
2756 * font-core.el (font-lock-mode-major-mode): Compiler defvar.
2757 (font-lock-mode): Update `font-lock-mode-major-mode'.
2758 (font-lock-set-defaults): Compiler defvar.
2759 (font-lock-default-function): Take `font-lock-mode-major-mode'
2760 into account.
2761
2762 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Make it
2763 keep track of which major mode it enabled the minor mode for.
2764 Use find-file-hook again. Update docstring.
2765
2766 * simple.el (eval-expression-print-level)
2767 (eval-expression-print-length, eval-expression-debug-on-error):
2768 Doc fixes.
2769
2770 2005-06-04 Matt Hodges <MPHodges@member.fsf.org>
2771
2772 * iswitchb.el (iswitchb-single-match-face)
2773 (iswitchb-current-match-face, iswitchb-virtual-matches-face)
2774 (iswitchb-invalid-regexp-face): New faces.
2775 (iswitchb-completions): Use them.
2776 (iswitchb-use-faces): Rename from iswitchb-use-fonts, which is
2777 now marked as an obsolete alias.
2778 (iswitchb-read-buffer): Remove check for bound font variables.
2779 (iswitchb-invalid-regexp): New free variable.
2780 (iswitchb-get-matched-buffers): Catch invalid-regexp errors and
2781 set iswitchb-invalid-regexp.
2782 (iswitchb, iswitchb-complete, iswitchb-completions): Deal with
2783 invalid regexps.
2784 (iswitchb-completions): Add check for complete match when entering
2785 a regexp.
2786 (iswitchb-completions): Remove require-match argument.
2787 (iswitchb-exhibit): Fix caller.
2788 (iswitchb-common-match-inserted): New variable.
2789 (iswitchb-complete, iswitchb-completion-help): Use it.
2790
2791 2005-06-04 David Reitter <david.reitter@gmail.com> (tiny change)
2792
2793 * url-http.el (url-http-chunked-encoding-after-change-function):
2794 Use `url-http-debug' instead of `message'.
2795
2796 2005-06-04 Thierry Emery <thierry.emery@free.fr> (tiny change)
2797
2798 * url-http.el (url-http-parse-headers): Pass redirected URL as a
2799 callback argument.
2800
2801 2005-06-04 Kim F. Storm <storm@cua.dk>
2802
2803 * simple.el (line-move): Only call sit-for when moving backwards.
2804
2805 * ido.el (ido-make-merged-file-list-1): New defun split from
2806 ido-make-merged-file-list.
2807 (ido-make-merged-file-list): Bind throw-on-input around call to
2808 ido-make-merged-file-list-1. Return input-pending-p if
2809 interrupted by more input available.
2810 (ido-read-internal): Handle input-pending-p return value from
2811 ido-make-merged-file-list.
2812
2813 2005-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
2814
2815 * textmodes/flyspell.el (flyspell-check-word-p): Simplify silly
2816 compatibility code.
2817
2818 * international/latexenc.el (latexenc-find-file-coding-system):
2819 Don't inherit the EOL part of the coding-system from the
2820 tex-main buffer. Fit within 80 columns.
2821
2822 2005-06-03 Matt Hodges <MPHodges@member.fsf.org>
2823
2824 * tmm.el (tmm-inactive-face): New face.
2825 (tmm-remove-inactive-mouse-face): New function.
2826 (tmm-prompt, tmm-add-one-shortcut)
2827 (tmm-add-prompt, tmm-get-keymap): Make active menu items visible
2828 but not selectable.
2829
2830 2005-06-03 Juanma Barranquero <lekktu@gmail.com>
2831
2832 * faces.el (face-equal): Improve argument/docstring consistency.
2833
2834 2005-06-03 Daniel Pfeiffer <occitan@esperanto.org>
2835
2836 * progmodes/make-mode.el (makefile-targets-face)
2837 (makefile-shell-face, makefile-makepp-perl-face): Add :version.
2838 (makefile-bsdmake-dependency-regex)
2839 (makefile-makepp-rule-action-regex)
2840 (makefile-bsdmake-rule-action-regex): New constants.
2841 (makefile-makepp-mode, makefile-bsdmake-mode): Use them.
2842
2843 * progmodes/compile.el (compilation-error-regexp-alist-alist):
2844 Allow (...) within `...' for makepp messages.
2845
2846 2005-06-03 Michael Kifer <kifer@cs.stonybrook.edu>
2847
2848 * ediff-diff.el (ediff-same-contents): Eliminate CL-type functions.
2849
2850 * ediff-mult.el (ediff-intersect-directories): Make sure that ".." and
2851 "." files are deleted from all file lists before comparison.
2852
2853 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
2854 (viper-ESC-key): Made them customizable.
2855
2856 * viper.el (viper-non-hook-settings): Fix the names of defadvices.
2857
2858 2005-06-01 Luc Teirlinck <teirllm@auburn.edu>
2859
2860 * autorevert.el (auto-revert-buffers): Use save-match-data.
2861
2862 2005-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
2863
2864 * emacs-lisp/easymenu.el (easy-menu-return-item): Quick fix to find
2865 menu items with a nil command binding.
2866
2867 2005-06-01 Juanma Barranquero <lekktu@gmail.com>
2868
2869 * emacs-lisp/cl-macs.el (defsetf):
2870 Improve argument/docstring consistency.
2871
2872 * faces.el (list-faces-display): Improve the formatting by
2873 computing the maximum length required for any face-name (reworked
2874 patch of 1999-01-11, accidentally deleted on 1999-07-21).
2875 (internal-find-face): Remove redundant info in docstring.
2876
2877 2005-06-01 Nick Roberts <nickrob@snap.net.nz>
2878
2879 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-1)
2880 (gdb-info-breakpoints-custom, gdb-delete-breakpoint)
2881 (gdb-goto-breakpoint, gdb-source-info, gdb-get-location)
2882 (gdb-assembler-custom): Improve regexps.
2883 (def-gdb-auto-update-handler): Use window point to preserve point.
2884
2885 2005-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
2886
2887 * thumbs.el (thumbs-mode): Fix misuse of make-variable-buffer-local.
2888
2889 2005-05-31 Jay Belanger <belanger@truman.edu>
2890
2891 * calc/calc-embed.el (calc-embedded-word): Change argument passed
2892 to calc-embedded.
2893 (calc-embedded-make-info): Have plain prefix argument select
2894 entire line.
2895
2896 2005-05-31 Juanma Barranquero <lekktu@gmail.com>
2897
2898 * faces.el (list-faces-display): Signal error if passed a regexp
2899 that matches no face name.
2900
2901 * simple.el (filter-buffer-substring): Fix typo in docstring.
2902
2903 2005-05-31 Richard M. Stallman <rms@gnu.org>
2904
2905 * progmodes/vhdl-mode.el (vhdl-fill-region): Test ARG, not INTERACTIVE.
2906 (vhdl-emacs-21): Doc fix.
2907 (vhdl-mode): Unconditionally set comment-padding.
2908 (vhdl-fixup-whitespace-region): Insert spaces only where
2909 there are none.
2910 (vhdl-statistics-buffer): Make the Emacs 21 behavior universal.
2911
2912 2005-05-30 John Wiegley <johnw@newartisans.com>
2913
2914 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
2915 * eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-io.el
2916 * eshell/esh-util.el, eshell/esh-var.el: Change all uses of
2917 `directory-sep-char' to ?/, and all uses of `string-to-int' to
2918 `string-to-number'.
2919
2920 2005-05-30 Jay Belanger <belanger@truman.edu>
2921
2922 * calc/calc.el (calc-bug-address): Fix docstring.
2923 (calc-window-hook, calc-trail-window-hook): New variables.
2924 (calc-trail-display): Restore use of calc-trail-window-hook.
2925 (calc): Restore use of calc-window-hook.
2926
2927 2005-05-31 Masatake YAMATO <jet@gyve.org>
2928
2929 * emacs-lisp/find-func.el (find-function-noselect): Handle subroutines.
2930
2931 * help-fns.el (help-C-file-name): Add autoload mark for
2932 `find-function-noselect'.
2933
2934 2005-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
2935
2936 * textmodes/tex-mode.el (tex-compile-commands, tex-compile)
2937 (tex-start-tex): Undo all but the last part of the 2005-05-28 change.
2938
2939 2005-05-30 Glenn Morris <gmorris@ast.cam.ac.uk>
2940
2941 * calendar/diary-lib.el (mark-included-diary-files): Only kill
2942 included diary buffer if it was not already being visited.
2943 Reported by Stephen Berman <Stephen.Berman@gmx.net>.
2944
2945 * calendar/icalendar.el (top-level): Do not require 'appt.
2946
2947 * mail/supercite.el (sc-select-attribution): Only use a list
2948 element from sc-attrib-selection-list if it returns a string.
2949 Reported by Davide G. M. Salvetti <salve@debian.org>.
2950
2951 2005-05-30 Juanma Barranquero <lekktu@gmail.com>
2952
2953 * thumbs.el (thumbs-thumbname): The resulting thumbname now
2954 includes a hash value to improve its uniqueness, and has a ".jpg"
2955 extension. Also, it is now a valid filename on all systems.
2956 (thumbs-make-thumb): Use `let', not `let*'.
2957 (thumbs-show-thumbs-list): Check for JPEG availability.
2958
2959 2005-05-30 Richard M. Stallman <rms@gnu.org>
2960
2961 * filesets.el (filesets-menu-ensure-use-cached):
2962 Prevent warning when emacs-version>= is undefined.
2963
2964 * printing.el (pr-interactive-n-up): Use string-to-number.
2965
2966 * emulation/tpu-mapper.el: Use eval-buffer, not eval-current-buffer.
2967
2968 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
2969 Warn only when name to be defined is quoted.
2970
2971 2005-05-30 Nick Roberts <nickrob@snap.net.nz>
2972
2973 * progmodes/gdb-ui.el (gdb-toggle-breakpoint):
2974 Make regexp more robust.
2975 (gdb-display-assembler-buffer, gdb-frame-assembler-buffer):
2976 Force regeneration of disassembly.
2977
2978 2005-05-29 Jay Belanger <belanger@truman.edu>
2979
2980 * calc/calc.el (calc-user-invocation): Check if
2981 calc-invocation-macro is non-nil.
2982
2983 2005-05-29 Juri Linkov <juri@jurta.org>
2984
2985 * add-log.el (change-log-font-lock-keywords):
2986 Add `+' to e-mail regexp to accept mail address with keywords.
2987
2988 * man.el (Man-name-regexp): Add `:' to accept qualified names.
2989
2990 2005-05-29 Luc Teirlinck <teirllm@auburn.edu>
2991
2992 * progmodes/inf-lisp.el (inferior-lisp-mode): Use delay-mode-hooks.
2993
2994 * ielm.el (inferior-emacs-lisp-mode): Ditto.
2995
2996 2005-05-29 Richard M. Stallman <rms@gnu.org>
2997
2998 * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
2999 Undo the change that moves to end of the current word.
3000
3001 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
3002
3003 * progmodes/gdb-ui.el (gdb-memory-set-repeat-count):
3004 Throw error when count <= 0 to ensure input is a number.
3005 (gdb-read-memory-custom): Pick up address from buffer.
3006 (gdb-memory-mode): Allow user to increment and decrement
3007 memory address from header line.
3008
3009 2005-05-29 Richard M. Stallman <rms@gnu.org>
3010
3011 * flyspell.el (flyspell-version): Function deleted.
3012 (flyspell-auto-correct-previous-hook): Doc fix.
3013
3014 * jit-lock.el (jit-lock-function, jit-lock-after-change):
3015 Do nothing if memory is full.
3016
3017 * font-lock.el (font-lock-fontify-syntactically-region):
3018 Pass t for GREEDY to looking-back.
3019
3020 * saveplace.el (save-place-alist-to-file): Write the file
3021 using write-region.
3022
3023 * subr.el (looking-back): New argument GREEDY.
3024
3025 * progmodes/compile.el (compilation-start): Set the mode
3026 before inserting the initial text.
3027
3028 * progmodes/which-func.el (which-func-update-1): Turn the mode
3029 off in case of error by setting which-func-mode.
3030
3031 2005-05-29 Peter Heslin <p.j.heslin@durham.ac.uk> (tiny change)
3032
3033 * flyspell.el (flyspell-auto-correct-previous-word):
3034 Narrow down to what's on the screen, and recenter overlays
3035 at the end of the next word.
3036
3037 2005-05-29 Manuel Serrano <Manuel.Serrano@sophia.inria.fr>
3038
3039 * flyspell.el (flyspell-emacs, flyspell-use-local-map): Vars moved up.
3040 (flyspell-default-delayed-commands): Add backward-delete-char-untabify.
3041 (flyspell-abbrev-p): Default to nil.
3042 (flyspell-use-global-abbrev-table-p): Doc fix.
3043 (flyspell-large-region): Allow nil as value.
3044 (flyspell-use-meta-tab, flyspell-auto-correct-binding): New variables.
3045
3046 (mail-mode-flyspell-verify): More robust handling
3047 of `mail-header-separator'. More efficient signature detection.
3048 Allow for regexp metacharacters in message-header-separator.
3049 Adding `To' not to be checked in mail-mode-flyspell-verify.
3050
3051 (flyspell-prog-mode): Run flyspell-prog-mode-hook.
3052 (flyspell-mouse-map): Bind M-TAB only if flyspell-use-meta-tab.
3053 Bind flyspell-auto-correct-binding.
3054 Bind C-. and C-, .
3055 (flyspell-mode-map): Likewise.
3056 (flyspell-mode): Doc fix.
3057 (flyspell-accept-buffer-local-defs): Preserve current buffer.
3058 (flyspell-mode-on): Bind flyspell-mouse-map and flyspell-mode-map.
3059 (flyspell-word-cache-result): New var, always local.
3060 (flyspell-check-pre-word-p): Doc fix.
3061 (flyspell-check-changed-word-p): Handle spc like newline.
3062 (flyspell-post-command-hook): Set flyspell-word-cache-result.
3063 (flyspell-word-search-backward, flyspell-word-search-forward):
3064 New functions.
3065 (flyspell-word): Return t if nothing to check.
3066 When parsing TeX code, check for after } or \.
3067 Use flyspell-word-search-backward to find previous word.
3068 Return nil if duplicated word.
3069 For word already checked, return same value as last time.
3070 Set flyspell-word-cache-result after checking.
3071 Don't clobber the return value.
3072 (flyspell-get-word): Major rewrite.
3073 (flyspell-external-point-words): New locals pword, pcount.
3074 Fix size used in progress message.
3075 Find the proper corresponding word in flyspell-large-region-buffer.
3076 (flyspell-region): Check for flyspell-large-region = nil.
3077 (flyspell-highlight-incorrect-region): Clean up overlays in region.
3078 (flyspell-auto-correct-word): Check that WORD is a cons.
3079 (flyspell-correct-word): Likewise.
3080
3081 2005-05-29 Daniel Pfeiffer <occitan@esperanto.org>
3082
3083 * progmodes/make-mode.el (makefile-rule-action-regex)
3084 (makefile-macroassign-regex, makefile-makepp-mode)
3085 (makefile-bsdmake-mode): Continuation lines may be empty.
3086 Reported by Joshua Varner.
3087 (makefile-makepp-font-lock-keywords): Add $(stem).
3088
3089 2005-05-28 Karl Berry <karl@gnu.org>
3090
3091 * textmodes/tex-mode.el: Now that tex-send-command calls
3092 shell-quote-argument (2005-03-31 change), remove all calls to
3093 shell-quote-argument; they all end up invoking tex-send-command.
3094 The double quoting loses on filenames with non-safe characters,
3095 such as "@". Reported by Frederik Fouvry.
3096
3097 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
3098
3099 * progmodes/gdb-ui.el (gdb-assembler-custom): Be more careful
3100 about preserving point.
3101
3102 2005-05-27 Jay Belanger <belanger@truman.edu>
3103
3104 * calc/calc-misc.el (calc-info-goto-node): Use info instead of
3105 Info-goto-node.
3106
3107 * calc/calc-embed.el (calc-embed-arg): New variable.
3108 (calc-do-embedded-activate, calc-embedded-activate-formula)
3109 (calc-embedded-edit, calc-do-embedded-activate): Replace undeclared
3110 variable by new variable.
3111 (calc-embedded-make-info): Replace undeclared variable by new
3112 variable. When selecting region with positive prefix
3113 argument, use end of previous line instead of beginning of line.
3114
3115 * calc/calc-aent.el (calc-arg-values): Declare it.
3116
3117 * calc/calc-ext.el (calc-help-map, calc-alg-map, calc-alg-esc-map):
3118 Declare them.
3119
3120 * calc/calc-stuff.el (math-decls-cache-tag): Declare it.
3121
3122 * calc/calc.el (calc-alg-map): Declare it.
3123
3124 * calc/calcalg2.el (math-decls-cache, math-decls-all): Declare them.
3125
3126 2005-05-28 Nick Roberts <nickrob@snap.net.nz>
3127
3128 * progmodes/gdb-ui.el (gdb-all-registers): New variable.
3129 (gdb-registers-buffer, toggle-gdb-all-registers):
3130 Toggle display of floating point registers.
3131 (gdb-registers-mode-map): Bind SPC to toggle-gdb-all-registers.
3132
3133 * progmodes/gud.el (gud-goto-info): Use info. Don't use require.
3134 (toggle-gud-tooltip-dereference):
3135 Rename from gud-toggle-tooltip-dereference.
3136
3137 2005-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
3138
3139 * info.el (Info-goto-node): Revert autoload addition (2004-06-12).
3140
3141 2005-05-27 Jay Belanger <belanger@truman.edu>
3142
3143 * calc/calc-prog.el (calc-kbd-report): Remove.
3144 (calc-kbd-query): Rewrite.
3145
3146 2005-05-27 Juanma Barranquero <lekktu@gmail.com>
3147
3148 * image.el (image-library-alist): Move to image.c.
3149 (image-type-available-p): Doc fix.
3150
3151 2005-05-27 Lute Kamstra <lute@gnu.org>
3152
3153 * calc/calc.el (calc):
3154 * outline.el (outline-1, outline-2, outline-3, outline-4)
3155 (outline-5, outline-6, outline-7, outline-8):
3156 * textmodes/dns-mode.el (dns-mode):
3157 * textmodes/sgml-mode.el (sgml-namespace-face):
3158 * textmodes/tex-mode.el (superscript, subscript, tex-math-face)
3159 (tex-verbatim-face, tex-use-reftex):
3160 * textmodes/texinfo.el (texinfo-heading-face):
3161 Specify customization group.
3162
3163 * longlines.el: Don't require easy-mmode.
3164 (longlines-visible-face): Specify customization group.
3165
3166 2005-05-27 Kenichi Handa <handa@m17n.org>
3167
3168 * language/cyrillic.el: Add cyrillic-iso8859-5 characters in the
3169 encoding table of windows-1251.
3170
3171 * international/ucs-tables.el (ucs-set-table-for-input):
3172 If translation-table-for-input of a coding system is a symbol, get
3173 its translation-table property.
3174
3175 * international/code-pages.el: Don't register a coding system into
3176 non-iso-charset-alist more than once.
3177 (cp-make-coding-system): Likewise.
3178
3179 2005-05-26 John Wiegley <johnw@newartisans.com>
3180
3181 * eshell/esh-cmd.el (eshell-eval-command): If the return value of
3182 `eshell-resume-eval' is wrapped in a list, it indicates that the
3183 command was run asynchronously. In that case, unwrap the value
3184 before checking the delimiter value.
3185
3186 * eshell/em-cmpl.el (eshell-complete-parse-arguments): If the
3187 character before a space at the end of a line is \, assume the space
3188 is part of the last argument rather than a final argument separator.
3189
3190 * eshell/esh-io.el (eshell-get-target): If `eshell-buffer-shorthand'
3191 is in use, and the target is `t' or `nil' (which are the most common
3192 values), don't assume that the symbol target is a buffer.
3193
3194 2005-05-26 Luc Teirlinck <teirllm@auburn.edu>
3195
3196 * calendar/calendar.el (calendar-mode-line-format):
3197 Use mode-line-highlight as mouse-face.
3198
3199 * time.el (display-time-string-forms, display-time-update):
3200 Use mode-line-highlight as mouse-face.
3201
3202 2005-05-26 Jay Belanger <belanger@truman.edu>
3203
3204 * calc/calc.el (calc-language-alist): Remove extra defvar.
3205
3206 2005-05-26 Lute Kamstra <lute@gnu.org>
3207
3208 * arc-mode.el (archive-mode):
3209 * bookmark.el (bookmark-read-annotation-mode)
3210 (bookmark-edit-annotation-mode, bookmark-bmenu-mode):
3211 * bs.el (bs-mode):
3212 * calc/calc-yank.el (calc-edit-mode):
3213 * calc/calc.el (calc-mode, calc-trail-mode):
3214 * calculator.el (calculator-mode):
3215 * chistory.el (command-history-mode):
3216 * comint.el:
3217 * cus-edit.el (custom-mode):
3218 * descr-text.el (describe-text-mode):
3219 * ebuff-menu.el (Electric-buffer-menu-mode):
3220 * ediff-util.el (ediff-mode):
3221 * emacs-lisp/re-builder.el (reb-mode):
3222 * emulation/vi.el (vi-mode-setup):
3223 * emulation/ws-mode.el (wordstar-mode):
3224 * eshell/esh-mode.el (eshell-mode):
3225 * forms.el (forms-mode):
3226 * help-mode.el (help-mode):
3227 * hexl.el (hexl-mode):
3228 * ibuffer.el (ibuffer-mode):
3229 * ielm.el (inferior-emacs-lisp-mode):
3230 * info.el (Info-mode, Info-edit-mode):
3231 * international/swedish.el:
3232 * ledit.el (ledit-from-lisp-mode):
3233 * locate.el (locate-mode):
3234 * mail/rmail.el (rmail-mode):
3235 * mail/rmailedit.el (rmail-edit-mode):
3236 * mail/rmailsum.el (rmail-summary-mode):
3237 * mail/supercite.el (sc-electric-mode):
3238 * net/eudc.el (eudc-mode):
3239 * net/quickurl.el (quickurl-list-mode):
3240 * net/snmp-mode.el (snmp-mode, snmpv2-mode):
3241 * obsolete/ooutline.el (outline-mode):
3242 * obsolete/options.el (Edit-options-mode):
3243 * obsolete/rnews.el (news-mode):
3244 * obsolete/rnewspost.el (news-reply-mode):
3245 * play/5x5.el (5x5-mode):
3246 * play/decipher.el (decipher-mode, decipher-stats-mode):
3247 * play/gomoku.el (gomoku-mode):
3248 * play/snake.el (snake-mode):
3249 * play/solitaire.el (solitaire-mode):
3250 * play/tetris.el (tetris-mode):
3251 * progmodes/ada-mode.el (ada-mode):
3252 * progmodes/antlr-mode.el (antlr-mode):
3253 * progmodes/autoconf.el (autoconf-mode):
3254 * progmodes/dcl-mode.el (dcl-mode):
3255 * progmodes/delphi.el (delphi-mode):
3256 * progmodes/ebrowse.el (ebrowse-tree-mode)
3257 (ebrowse-electric-list-mode, ebrowse-member-mode)
3258 (ebrowse-electric-position-mode):
3259 * progmodes/f90.el (f90-mode):
3260 * progmodes/fortran.el (fortran-mode):
3261 * progmodes/icon.el (icon-mode):
3262 * progmodes/idlw-help.el (idlwave-help-mode):
3263 * progmodes/idlw-shell.el (idlwave-shell-mode):
3264 * progmodes/idlwave.el (idlwave-mode):
3265 * progmodes/inf-lisp.el (inferior-lisp-mode):
3266 * progmodes/m4-mode.el (m4-mode):
3267 * progmodes/meta-mode.el (metafont-mode, metapost-mode):
3268 * progmodes/modula2.el (modula-2-mode):
3269 * progmodes/octave-inf.el (inferior-octave-mode):
3270 * progmodes/octave-mod.el (octave-mode):
3271 * progmodes/pascal.el (pascal-mode):
3272 * progmodes/sh-script.el (sh-mode):
3273 * progmodes/sql.el (sql-mode, sql-interactive-mode):
3274 * progmodes/vhdl-mode.el (vhdl-mode):
3275 * progmodes/xscheme.el (scheme-interaction-mode):
3276 * replace.el (occur-mode):
3277 * ses.el (ses-mode):
3278 * simple.el (completion-list-mode):
3279 * skeleton.el:
3280 * speedbar.el (speedbar-mode):
3281 * term.el (term-mode):
3282 * terminal.el (terminal-edit-mode):
3283 * textmodes/reftex-index.el (reftex-index-mode)
3284 (reftex-index-phrases-mode):
3285 * textmodes/reftex-sel.el (reftex-select-label-mode)
3286 (reftex-select-bib-mode):
3287 * textmodes/reftex-toc.el (reftex-toc-mode):
3288 * wdired.el (wdired-change-to-wdired-mode):
3289 * wid-browse.el (widget-browse-mode):
3290 Use run-mode-hooks.
3291
3292 * array.el (array-mode):
3293 * calendar/todo-mode.el (todo-mode):
3294 * man.el (Man-mode):
3295 * play/landmark.el (lm-mode):
3296 * play/mpuz.el (mpuz-mode):
3297 Use kill-all-local-variables and run-mode-hooks.
3298
3299 * subr.el (delay-mode-hooks): Specify indentation.
3300
3301 2005-05-26 Mark A. Hershberger <mah@everybody.org>
3302
3303 * xml.el (xml-substitute-special): Don't die for undefined xml entities.
3304
3305 2005-05-26 Jay Belanger <belanger@truman.edu>
3306
3307 * calc/calc-prog.el (calc-user-define-edit): Don't find substring
3308 of nil.
3309
3310 2005-05-27 Nick Roberts <nickrob@snap.net.nz>
3311
3312 * progmodes/gdb-ui.el (gdb-frame-address):
3313 Rename from gdb-current-address.
3314 (gdb-previous-frame-address): Rename from gdb-previous-address.
3315 (gdb-selected-frame): Rename from gdb-current-frame.
3316 (gdb-get-selected-frame): Rename from gdb-get-current-frame.
3317 (gdb-frame-number): Rename from gdb-current-stack-level.
3318 (gdb-ann3): Match new mode-name for disassembly buffer.
3319 Extend initialization of variables.
3320 (gdb-post-prompt): Update disassembly from gdb-frame-handler.
3321 (gdb-memory-mode): Use mouse-face in header line.
3322 (gdb-assembler-buffer-name): Call it disassembly and give frame
3323 in mode line.
3324 (gdb-source-spec-regexp, gdb-assembler-custom)
3325 (gdb-invalidate-assembler, gdb-frame-handler):
3326 Make robust to leading zeroes in address format.
3327
3328 2005-05-26 Carsten Dominik <dominik@science.uva.nl>
3329
3330 * textmodes/org.el (org-mode): Use `define-derived-mode' to
3331 define `org-mode'.
3332 (org-agenda-mode): Use `run-mode-hooks' instead of `run-hooks'.
3333
3334 2005-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
3335
3336 * log-edit.el (log-edit-changelog-entries): Distinguish between
3337 filenames like xfns.c and fns.c.
3338
3339 2005-05-25 Luc Teirlinck <teirllm@auburn.edu>
3340
3341 * buff-menu.el (Buffer-menu-revert-function): Improve handling of
3342 point after reverting.
3343 (Buffer-menu-make-sort-button): Handle the case where
3344 `Buffer-menu-use-header-line' is nil.
3345
3346 2005-05-25 Thien-Thi Nguyen <ttn@gnu.org>
3347
3348 * vms-patch.el (vms-magic-right-square-brace, vms-magic-colon):
3349 New funcs. In minibuffer-local-completion-map bind `]', `/'
3350 and `:' to them.
3351
3352 2005-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
3353
3354 * startup.el (normal-top-level): Allow modification of load-path while
3355 we're iterating over it.
3356
3357 2005-05-25 Juanma Barranquero <lekktu@gmail.com>
3358
3359 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-temp-file)
3360 (thumbs-cleanup-thumbsdir, thumbs-call-convert)
3361 (thumbs-resize-interactive, thumbs-insert-image)
3362 (thumbs-insert-thumb, thumbs-dired-show-marked)
3363 (thumbs-find-image-at-point, thumbs-delete-images)
3364 (thumbs-rename-images, thumbs-next-image, thumbs-dired-setroot)
3365 (thumbs-increment-image-size, thumbs-decrement-image-size):
3366 Fix typos in docstrings.
3367
3368 2005-05-24 Andre Spiegel <spiegel@gnu.org>
3369
3370 * progmodes/cperl-mode.el (cperl-vc-header-alist): Obsolete.
3371 (cperl-vc-rcs-header, cperl-vc-sccs-header): New user options.
3372 (cperl-mode): Use them.
3373
3374 2005-05-24 Juanma Barranquero <lekktu@gmail.com>
3375
3376 * window.el (quit-window, shrink-window-if-larger-than-buffer):
3377 Doc fixes.
3378
3379 2005-05-24 Nick Roberts <nickrob@snap.net.nz>
3380
3381 * progmodes/gdb-ui.el (gdb-inferior-io-mode-map):
3382 Bind C-d to gdb-inferior-io-eof.
3383
3384 * dired.el (dired-dnd-popup-notice): Use message-box.
3385
3386 2005-05-23 Masatake YAMATO <jet@gyve.org>
3387
3388 * bindings.el (mode-line-major-mode-keymap):
3389 Bind [mode-line down-mouse-1] to `mouse-major-mode-menu'.
3390
3391 * faces.el (mode-line-highlight): New face.
3392
3393 * ruler-mode.el (ruler-mode-ruler): Use mode-line-highlight
3394 as mouse-face.
3395
3396 * bindings.el (top-level, help-echo, mode-line-modified)
3397 (mode-line-mule-info, mode-line-eol-desc): Use mode-line-highlight
3398 as mouse-face.
3399
3400 2005-05-23 Juanma Barranquero <lekktu@gmail.com>
3401
3402 * progmodes/cc-engine.el (c-guess-basic-syntax):
3403 Remove spurious call to `zerop'.
3404
3405 * emacs-lisp/cl.el (acons, pairlis): Add docstring.
3406
3407 2005-05-23 Martin Stjernholm <bug-cc-mode@gnu.org>
3408
3409 CC Mode update to 5.30.10:
3410
3411 * cc-fonts.el (c-font-lock-declarators): Fix bug where the point
3412 could go past the limit in decoration level 2, thereby causing
3413 errors during interactive fontification.
3414
3415 * cc-mode.el (c-make-inherited-keymap): Fix cc-bytecomp bug when
3416 the file is evaluated interactively.
3417
3418 * cc-engine.el (c-guess-basic-syntax): Handle operator
3419 declarations somewhat better in C++.
3420
3421 * cc-styles.el, cc-mode.el (c-run-mode-hooks): New helper macro to
3422 make use of `run-mode-hooks' which has been added in Emacs 21.1.
3423 (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
3424 (awk-mode): Use it.
3425 (make-local-hook): Suppress warning about obsoleteness.
3426
3427 * cc-engine.el, cc-align.el, cc-cmds.el
3428 (c-append-backslashes-forward, c-delete-backslashes-forward)
3429 (c-find-decl-spots, c-semi&comma-no-newlines-before-nonblanks):
3430 Compensate for return value from `forward-line' when it has moved
3431 but not to a different line due to eob.
3432
3433 * cc-engine.el (c-guess-basic-syntax): Fix anchoring in
3434 `objc-method-intro' and `objc-method-args-cont'.
3435
3436 2005-05-23 Alan Mackenzie <bug-cc-mode@gnu.org>
3437
3438 CC Mode update to 5.30.10:
3439
3440 * cc-mode.el, cc-engine.el, cc-align.el: Change the FSF's address
3441 in the copyright statement. Incidentally, change "along with GNU
3442 Emacs" to "along with this program" where it occurs.
3443
3444 * cc-mode.el: Add a fourth parameter `t' to the awk-mode autoload,
3445 so that it is interactive, hence can be found by M-x awk-mode
3446 whilst cc-mode is yet to be loaded. Reported by Glenn Morris
3447 <gmorris+emacs@ast.cam.ac.uk>.
3448
3449 * cc-awk.el: Add character classes (e.g. "[:alpha:]") into AWK
3450 Mode's regexps.
3451
3452 2005-05-23 Kevin Ryde <user42@zip.com.au>
3453
3454 * cc-align.el (c-lineup-argcont): Ignore conses for {} pairs from
3455 c-parse-state, to avoid a lisp error (on bad code).
3456
3457 2005-05-23 Lute Kamstra <lute@gnu.org>
3458
3459 * subr.el (font-lock-defaults): Remove defvar as it's already
3460 defined in font-core.el.
3461
3462 * font-lock.el (font-lock-beginning-of-syntax-function): Fix docstring.
3463
3464 2005-05-23 Nick Roberts <nickrob@snap.net.nz>
3465
3466 * progmodes/gdb-ui.el (gdb-info-locals-handler): Make regexps
3467 more general and work when GDB variable "print pretty" is on,
3468 as with Emacs, for example.
3469
3470 2005-05-22 Luc Teirlinck <teirllm@auburn.edu>
3471
3472 * font-core.el: Update comment.
3473
3474 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
3475 Use `after-change-major-mode-hook' instead of `find-file-hook'.
3476
3477 * buff-menu.el (Buffer-menu-mode): Use `run-mode-hooks'.
3478
3479 2005-05-22 Eli Zaretskii <eliz@gnu.org>
3480
3481 * simple.el (yank, yank-pop): Mention `yank-excluded-properties'
3482 and `yank-handler' in the doc strings.
3483
3484 2005-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
3485
3486 * emacs-lisp/cl.el (eql): Remove. It's a builtin already.
3487
3488 2005-05-22 Richard M. Stallman <rms@gnu.org>
3489
3490 * help.el (describe-key): Move print-help-return-message call
3491 out of conditional.
3492
3493 * progmodes/etags.el (list-tags): Use with-no-warnings.
3494
3495 * mail/smtpmail.el (smtpmail-open-stream): Use with-no-warnings.
3496 (smtpmail-send-queued-mail): Avoid beginning-of-buffer.
3497 (starttls-extra-args, starttls-extra-arguments): Add defvars.
3498
3499 * mail/mailalias.el (mail-get-names): Avoid beginning-of-buffer.
3500
3501 * language/viet-util.el (viet-viscii-nonascii-translation-table):
3502 Add defvar.
3503
3504 * emulation/viper-ex.el (viper-ex-work-buf, viper-ex-print-buf):
3505 Use defvar, not defconst.
3506
3507 * hexl.el (hexl-follow-line): Use with-no-warnings.
3508
3509 * emulation/tpu-extras.el: Use write-file-functions instead of
3510 write-file-hooks.
3511
3512 * dired.el (dired-font-lock-keywords): Fontify files with junk
3513 extensions even if marked by -F.
3514
3515 2005-05-22 Juanma Barranquero <lekktu@gmail.com>
3516
3517 * emacs-lisp/cl.el (pushnew, cl-macroexpand, floatp-safe, plusp)
3518 (minusp, oddp, evenp, mapcar*, list*, copy-list, adjoin, subst):
3519 * emacs-lisp/cl-extra.el (coerce, map, maplist, cl-mapc, mapl)
3520 (mapcan, mapcon, some, every, notany, notevery, signum, isqrt)
3521 (concatenate, list-length, get*, getf, cl-remprop):
3522 * emacs-lisp/cl-macs.el (function*, case, ecase, typecase)
3523 (etypecase, progv, lexical-let, lexical-let*)
3524 (multiple-value-bind, multiple-value-setq, shiftf):
3525 Improve argument/docstring consistency.
3526
3527 * subr.el (focus-frame, unfocus-frame):
3528 Revert deletion on 2005-05-01.
3529
3530 2005-05-22 Andre Spiegel <spiegel@gnu.org>
3531
3532 * vc-cvs.el (vc-cvs-checkout-model): Handle the case where FILE
3533 doesn't exist.
3534
3535 * vc.el (vc-trunk-p): Add autoload cookie. The function is used in
3536 vc-rcs.el when vc-mistrust-permissions is t, which is not the default.
3537
3538 2005-05-22 Nick Roberts <nickrob@snap.net.nz>
3539
3540 * emacs-lisp/bytecomp.el: Remove make-obsolete-variable for
3541 already deleted variables: auto-fill-hook, blink-paren-hook,
3542 lisp-indent-hook, inhibit-local-variables, unread-command-event,
3543 suspend-hooks, comment-indent-hook, meta-flag,
3544 before-change-function, after-change-function,
3545 font-lock-doc-string-face.
3546
3547 2005-05-21 Luc Teirlinck <teirllm@auburn.edu>
3548
3549 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
3550
3551 2005-05-21 Eli Zaretskii <eliz@gnu.org>
3552
3553 * mail/rmail.el (rmail-reply): Filter the list in reply-to through
3554 rmail-dont-reply-to.
3555
3556 2005-05-21 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
3557
3558 * mail/sendmail.el (mail-send): Use [[:space:]] instead of a
3559 literal blank when splitting new-header-values.
3560
3561 2005-05-21 Matt Hodges <MPHodges@member.fsf.org>
3562
3563 * calendar/cal-menu.el (cal-menu-update): Add separator as a
3564 string so that tmm doesn't create a completion entry for it.
3565
3566 * textmodes/table.el (table-disable-menu): Ditto.
3567
3568 2005-05-21 Richard M. Stallman <rms@gnu.org>
3569
3570 * progmodes/idlwave.el (idlwave-doc-header): Use insert-file-contents.
3571
3572 * progmodes/flymake.el (flymake-makehash): Use with-no-warnings.
3573
3574 * net/rcompile.el (remote-compile): Use compilation-start.
3575
3576 * tmm.el (tmm-shortcut): Avoid using beginning-of-buffer.
3577
3578 2005-05-21 Daniel Pfeiffer <occitan@esperanto.org>
3579
3580 * files.el (auto-mode-alist): Check GNUmakefile before makefile.
3581 Default to makefile-bsdmake-mode on BSD systems.
3582
3583 * imenu.el (imenu-generic-expression, imenu--generic-function'):
3584 REGEXP may also be a search function now. The part of doc-string
3585 for describing the structure was 95% identical to that of
3586 `imenu--generic-function'. Unify it there.
3587
3588 * progmodes/make-mode.el (makefile-imenu-generic-expression):
3589 Use function to find dependencies, because regexp alone is so complex,
3590 it easily goes into an endless loop.
3591 (makefile-makepp-mode): Also add submenu for Perl functions
3592 defined in the makefile.
3593 (makefile-bsdmake-mode): Special imenu-generic-expression no
3594 longer needed, due to function call.
3595 (makefile-match-dependency): Take BOUND into account when checking
3596 if we're through.
3597
3598 2005-05-20 Jay Belanger <belanger@truman.edu>
3599
3600 * calc/calc-units.el (calc-invalidate-units-table):
3601 Use inhibit-read-only.
3602 (math-build-units-table-buffer): Use view-mode.
3603
3604 2005-05-20 David Kastrup <dak@gnu.org>
3605
3606 * emacs-lisp/easymenu.el (easy-menu-add): Correct docstring since
3607 easy-menu-add is not a nop on Emacs; and clarify when to call it.
3608
3609 2005-05-20 Lute Kamstra <lute@gnu.org>
3610
3611 * diff-mode.el (diff-header-face, diff-file-header-face)
3612 (diff-index-face, diff-hunk-header-face, diff-removed-face)
3613 (diff-added-face, diff-changed-face, diff-function-face)
3614 (diff-context-face, diff-nonexistent-face): Put them in the
3615 diff-mode customization group.
3616
3617 2005-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
3618
3619 * progmodes/vhdl-mode.el (vhdl-font-lock-match-item): Simplify regexp.
3620
3621 * progmodes/sh-script.el (sh-mode, sh-get-word): Minor regexp fixes.
3622
3623 * font-lock.el (lisp-font-lock-keywords-2): Don't error.
3624 Minor regexp-optimization.
3625
3626 2005-05-20 Carsten Dominik <dominik@science.uva.nl>
3627
3628 * textmodes/org.el (org-agenda-toggle-time-grid): New command.
3629 (org-agenda-use-time-grid, org-agenda-time-grid): New options.
3630 (org-agenda-add-time-grid-maybe): New function.
3631 (org-agenda): Call `org-agenda-add-time-grid-maybe'.
3632 (org-table-create): `dotimes' instead of `mapcar'.
3633 (org-xor): Simplify implementation.
3634 (org-agenda): `inhibit-redisplay' turned on.
3635 (org-agenda-change-all-lines): Use `org-format-agenda-item' to get
3636 a consistent line after a state change.
3637 (org-agenda-remove-times-when-in-prefix): New option.
3638 (org-prefix-has-time): New variable.
3639 (org-parse-time-string): Optional argument NODEFAULT.
3640 (org-format-agenda-item): Parse items for time-of-day
3641 specifications and move these into the prefix if possible.
3642 (org-agenda-priority): Get current heading, not previous heading
3643 during agenda remote editing.
3644
3645 2005-05-20 Juanma Barranquero <lekktu@gmail.com>
3646
3647 * emacs-lisp/cl-seq.el (reduce, fill, replace, remove*)
3648 (remove-if, remove-if-not, delete*, delete-if, delete-if-not)
3649 (remove-duplicates, delete-duplicates, substitute)
3650 (substitute-if, substitute-if-not, nsubstitute, nsubstitute-if)
3651 (nsubstitute-if-not, find, find-if, find-if-not, position)
3652 (position-if, position-if-not, count, count-if, count-if-not)
3653 (mismatch, search, sort*, stable-sort, merge, member*)
3654 (member-if, member-if-not, assoc*, assoc-if, assoc-if-not)
3655 (rassoc*, rassoc-if, rassoc-if-not, union, nunion)
3656 (intersection, nintersection, set-difference, nset-difference)
3657 (set-exclusive-or, nset-exclusive-or, subsetp, subst-if)
3658 (subst-if-not, nsubst, nsubst-if, nsubst-if-not, sublis)
3659 (nsublis, tree-equal): Improve argument/docstring consistency.
3660
3661 * subr.el (send-string, send-region):
3662 Remove obsolescence declaration.
3663 (window-dot, set-window-dot, read-input, show-buffer)
3664 (eval-current-buffer, string-to-int):
3665 Add release number to obsolescence declarations.
3666
3667 2005-05-19 Kim F. Storm <storm@cua.dk>
3668
3669 * ido.el (ido-magic-forward-char): Enter ido-find-file at end of input.
3670 (ido-magic-backward-char): Enter ido-switch-buffer at start of input.
3671
3672 2005-05-20 Matt Hodges <MPHodges@member.fsf.org>
3673
3674 * faces.el (list-faces-display): Make back button respect optional
3675 regexp arg.
3676
3677 2005-05-19 Juanma Barranquero <lekktu@gmail.com>
3678
3679 * calculator.el (calculator-radix-grouping-mode)
3680 (calculator-radix-grouping-digits, calculator-displayer)
3681 (calculator-radix-grouping-separator, calculator-copy-displayer):
3682 * dabbrev.el (dabbrev-search-these-buffers-only):
3683 * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly)
3684 (diff-advance-after-apply-hunk, diff-mode-hook)
3685 (diff-minor-mode-prefix):
3686 * imenu.el (imenu-use-popup-menu):
3687 * jit-lock.el (jit-lock-context-time):
3688 * newcomment.el (comment-fill-column, comment-column)
3689 (comment-style, comment-padding, comment-multi-line)
3690 (comment-empty-lines, comment-auto-fill-only-comments):
3691 * reveal.el (reveal-around-mark):
3692 * uniquify.el (uniquify-buffer-name-style)
3693 (uniquify-after-kill-buffer-p)
3694 (uniquify-ask-about-buffer-names-p, uniquify-ignore-buffers-re)
3695 (uniquify-min-dir-content, uniquify-separator)
3696 (uniquify-trailing-separator-p, uniquify-strip-common-suffix):
3697 * w32-vars.el (w32-fixed-font-alist):
3698 * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
3699 * obsolete/rsz-mini.el (resize-minibuffer-frame-max-height):
3700 * progmodes/antlr-mode.el (antlr-font-lock-maximum-decoration):
3701 * progmodes/perl-mode.el (perl-indent-level)
3702 (perl-continued-statement-offset, perl-continued-brace-offset)
3703 (perl-brace-offset, perl-brace-imaginary-offset)
3704 (perl-label-offset, perl-indent-continued-arguments)
3705 (perl-tab-always-indent, perl-tab-to-comment, perl-nochange):
3706 * progmodes/tcl.el (tcl-indent-level)
3707 (tcl-continued-indent-level, tcl-auto-newline)
3708 (tcl-tab-always-indent, tcl-electric-hash-style)
3709 (tcl-help-directory-list, tcl-use-smart-word-finder)
3710 (tcl-application, tcl-command-switches, tcl-prompt-regexp)
3711 (inferior-tcl-source-command):
3712 * textmodes/fill.el (enable-kinsoku):
3713 * textmodes/reftex-vars.el (reftex-index-phrases-wrap-long-lines):
3714 * textmodes/table.el (table-yank-handler):
3715 Specify missing group (and type, if simple) in defcustom.
3716
3717 2005-05-19 Luc Teirlinck <teirllm@auburn.edu>
3718
3719 * progmodes/compile.el (compilation-finish-function): Fix defvar.
3720
3721 2005-05-19 Richard M. Stallman <rms@gnu.org>
3722
3723 * progmodes/make-mode.el (makefile-mode): Use run-mode-hooks.
3724
3725 * subr.el (event-basic-type): Don't get an error.
3726 (left-fringe-p): Function deleted.
3727
3728 * buff-menu.el (Buffer-menu-buffer-face): In group Buffer-menu.
3729 (list-buffers-noselect): Set `font-lock-face' property, not `face'.
3730
3731 * dired-aux.el (dired-copy-file-recursive): Handle symlinks
3732 in recursive copy.
3733
3734 * frame.el (show-trailing-whitespace): In group `whitespace-faces'.
3735
3736 * emacs-lisp/byte-run.el (eval-when-compile): Doc fix.
3737
3738 * emacs-lisp/bytecomp.el (byte-compile-file-form-custom-declare-variable):
3739 Call byte-compile-nogroup-warn if appropriate.
3740
3741 * progmodes/compile.el (compilation-finish-function): Mark obsolete.
3742 (compilation-set-window): Don't call left-fringe-p; do it directly.
3743
3744 2005-05-19 Jay Belanger <belanger@truman.edu>
3745
3746 * calc/calc-graph.el (calc-graph-format-data): Make sure
3747 var-PlotRejects is bound before trying to check its value.
3748
3749 2005-05-19 Carsten Dominik <dominik@science.uva.nl>
3750
3751 * textmodes/reftex.el (reftex-isearch-minor-mode): Move the
3752 definition of this variable from reftex-global.el to reftex.el,
3753 because it is needed in the menu.
3754
3755 2005-05-19 Lute Kamstra <lute@gnu.org>
3756
3757 * emacs-lisp/copyright.el (copyright-fix-years): Make sure all
3758 years are fixed. Don't insert a space after a dash.
3759
3760 2005-05-19 Kim F. Storm <storm@cua.dk>
3761
3762 * emulation/crisp.el (crisp-home, crisp-end): Put CUA property.
3763
3764 2005-05-19 Daniel Pfeiffer <occitan@esperanto.org>
3765
3766 * font-lock.el (lisp-font-lock-keywords-2): Do \\) only in
3767 strings, because (eq ... ?\\) is fairly frequent.
3768
3769 * progmodes/make-mode.el (makefile-add-this-line-targets):
3770 Simplify and integrate into `makefile-pickup-targets'.
3771 (makefile-add-this-line-macro): Simplify and integrate into
3772 `makefile-pickup-macros.
3773 (makefile-pickup-filenames-as-targets): Simplify.
3774 (makefile-previous-dependency, makefile-match-dependency):
3775 Don't stumble over `::'.
3776
3777 2005-05-19 Nick Roberts <nickrob@snap.net.nz>
3778
3779 * subr.el (post-command-idle-hook, post-command-idle-delay):
3780 Remove obsoletion of post-command-idle-hook and
3781 post-command-idle-delay.
3782
3783 * faces.el (list-faces-display): Provide button when describe-face
3784 is called to take user back to the list of faces.
3785
3786 * help-fns.el (describe-variable): Remove hyperlinks in a
3787 variable's value as these are quite frequently inappropriate.
3788
3789 * follow.el (follow-submit-feedback, follow-mode):
3790 Remove references to post-command-idle-hook.
3791
3792 2005-05-18 Daniel Pfeiffer <occitan@esperanto.org>
3793
3794 * progmodes/make-mode.el (makefile-previous-dependency)
3795 (makefile-match-dependency): Check for := (and in bsd mode also
3796 !=) to give a better result, even when font-lock is not on.
3797
3798 2005-05-18 Jay Belanger <belanger@truman.edu>
3799
3800 * calc/calc-help.el (calc-s-prefix-help):
3801 Add `calc-copy-special-constant' to help string.
3802
3803 2005-05-18 Luc Teirlinck <teirllm@auburn.edu>
3804
3805 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
3806
3807 2005-05-18 Jay Belanger <belanger@truman.edu>
3808
3809 * calc/calc-poly.el (math-factor-poly-coefs): Make sure the terms
3810 in linear factors are in proper order.
3811
3812 2005-05-18 Carsten Dominik <dominik@science.uva.nl>
3813
3814 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
3815 Support for jurabib.
3816
3817 * textmodes/reftex.el (featurep): Define aliases for overlay
3818 commands, for XEmacs compatibility, and use these aliases in
3819 overlay initializations.
3820 (reftex-highlight): Use `reftex-move-overlay'.
3821 (reftex-unhighlight): Use `reftex-delete-overlay'.
3822 (reftex-uniq): Function removed. Use `reftex-uniquify' instead.
3823 (reftex-access-search-path): Use `reftex-uniquify' instead of
3824 `reftex-uniq'
3825
3826 * textmodes/reftex-sel.el (reftex-select-unmark):
3827 Overlay `before-string' property modification enables for Emacs as well.
3828 (reftex-select-item): Use `reftex-delete-overlay'.
3829 (reftex-select-mark): Use `reftex-make-overlay' and
3830 `reftex-overlay-put'.
3831 (reftex-select-unmark): Use `reftex-delete-overlay' and
3832 `reftex-overlay-put'.
3833
3834 2005-05-18 Lute Kamstra <lute@gnu.org>
3835
3836 * emacs-lisp/lisp.el (check-parens): Fix docstring.
3837
3838 2005-05-18 Juanma Barranquero <lekktu@gmail.com>
3839
3840 * add-log.el (add-change-log-entry):
3841 * array.el (array-make-template, array-reconfigure-rows)
3842 (array-init-max-row, array-init-max-column)
3843 (array-init-columns-per-line, array-init-field-width):
3844 * replace.el (replace-match-maybe-edit, perform-replace):
3845 * textmodes/spell.el (spell-region):
3846 Replace `read-input' by `read-string'.
3847
3848 * forms.el (forms-mode):
3849 * finder.el (finder-compile-keywords):
3850 * shadowfile.el (shadow-read-files):
3851 Replace `eval-current-buffer' by `eval-buffer'.
3852
3853 * terminal.el (te-pass-through):
3854 * net/ange-ftp.el (ange-ftp-process-filter, ange-ftp-gwp-filter)
3855 (ange-ftp-raw-send-cmd):
3856 * net/telnet.el (telnet-interrupt-subjob, telnet-c-z)
3857 (send-process-next-char, telnet-initial-filter, telnet):
3858 Replace `send-string' by `process-send-string'.
3859
3860 * progmodes/prolog.el (inferior-prolog-mode): Doc fix.
3861 (prolog-consult-region): Replace `send-string' by
3862 `process-send-string'; replace `send-region' by `process-send-region'.
3863
3864 * progmodes/delphi.el (delphi-log-msg):
3865 Replace `set-window-dot' by `set-window-point'.
3866
3867 * subr.el (window-dot, set-window-dot, read-input, send-string)
3868 (send-region, show-buffer, eval-current-buffer):
3869 Make really obsolete, as the comment says.
3870
3871 2005-05-17 Kim F. Storm <storm@cua.dk>
3872
3873 * emulation/cua-base.el (cua-use-hyper-key): Doc fix.
3874 (cua--init-keymaps): Bind C-return instead of S-return to set
3875 rectangle mark.
3876
3877 * emulation/cua-rect.el (cua--init-rectangles): Bind C-return
3878 instead of S-return to toggle/clear rectangle mark.
3879
3880 2005-05-17 Daniel Pfeiffer <occitan@esperanto.org>
3881
3882 * progmodes/make-mode.el (makefile-dependency-skip): New variable.
3883 (makefile-macroassign-regex, makefile-make-font-lock-keywords):
3884 Also fontify plain strings assigned to variables, mostly so that a
3885 colon has a face and is thus not taken as a dependency separator.
3886 (makefile-previous-dependency): Inline the new matcher, because it
3887 is too complex to work in both directions.
3888 (makefile-match-dependency): Eliminate `backward' arg (see above).
3889 Completely reimplemented so as to not sometimes go into an endless
3890 loop. It should also be more efficient, because first it only
3891 searches for `:', instead of applying the very complex regexp.
3892 (makefile-mode): Cancel `font-lock-support-mode', because blocks
3893 to be fontified in one piece can be too long for JIT.
3894 Makefiles are never *that* big.
3895
3896 2005-05-17 Reiner Steib <Reiner.Steib@gmx.de>
3897
3898 * dired.el (dired-mode): Simplify.
3899
3900 2005-05-17 Lute Kamstra <lute@gnu.org>
3901
3902 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't generate a
3903 defcustom for the mode hook variable.
3904
3905 * emacs-lisp/authors.el (authors): Do parse the ChangeLogs of the
3906 Emacs Lisp Reference Manual.
3907
3908 2005-05-17 Juanma Barranquero <lekktu@gmail.com>
3909
3910 * emacs-lisp/cl.el (eql, floatp-safe, plusp, minusp, oddp)
3911 (evenp, list*):
3912 * emacs-lisp/cl-macs.el (macrolet, symbol-macrolet):
3913 * emacs-lisp/cl-seq.el (subsetp, tree-equal): Doc fixes.
3914
3915 * net/tramp-smb.el (tramp-smb-open-connection):
3916 Pass `tramp-chunksize' as fifth (required) argument.
3917
3918 2005-05-16 Daniel Pfeiffer <occitan@esperanto.org>
3919
3920 * font-lock.el (lisp-font-lock-keywords-1):
3921 Set `font-lock-negation-char-face' for [^...] char group.
3922 (lisp-font-lock-keywords-2): Highlight regexp's \\( \\| \\).
3923
3924 * progmodes/make-mode.el (makefile-dependency-regex): Turn it into
3925 a var, and refine it to mask one more level of nested vars.
3926 (makefile-rule-action-regex): Turn it into a var, and refine it so
3927 it recognizes backslashed continuation lines as belonging to the
3928 same command.
3929 (makefile-macroassign-regex): Refine it so it recognizes
3930 backslashed continuation lines as belonging to the same command.
3931 (makefile-var-use-regex): Don't look at the next char, because it
3932 might be the same one to be skipped by the initial [^$], leading
3933 to an overlooked variable use.
3934 (makefile-make-font-lock-keywords): Remove two parameters, which
3935 are now variables that some of the modes set locally.
3936 Handle dependency and rule action matching through functions, because
3937 regexps alone match too often. Dependency matching now comes
3938 last, so it can check, whether a colon already matched something else.
3939 (makefile-mode): Inform that font-lock improves makefile parsing
3940 capabilities.
3941 (makefile-match-dependency, makefile-match-action): New functions.
3942
3943 2005-05-16 Juanma Barranquero <lekktu@gmail.com>
3944
3945 * emacs-lisp/cl-extra.el (equalp): Doc fix.
3946
3947 * align.el (align-regexp):
3948 * ansi-color.el (ansi-color-get-face):
3949 * array.el (array-reconfigure-rows, array-init-max-row)
3950 (array-init-max-column, array-init-columns-per-line)
3951 (array-init-field-width):
3952 * dired-aux.el (dired-trample-file-versions):
3953 * dired-x.el (dired-mark-sexp):
3954 * ediff-diff.el (ediff-extract-diffs, ediff-get-diff3-group):
3955 * edmacro.el (edmacro-finish-edit, edmacro-parse-keys):
3956 * emerge.el (emerge-extract-diffs, emerge-get-diff3-group):
3957 * faces.el (face-read-integer):
3958 * files.el (backup-extract-version, insert-directory):
3959 * hexl.el (hexl-insert-decimal-char):
3960 * server.el (server-process-filter):
3961 * shell.el (shell-extract-num):
3962 * startup.el (command-line-1):
3963 * term.el (term-command-hook):
3964 * time-stamp.el (time-stamp, time-stamp-string-preprocess)
3965 (time-stamp-do-number):
3966 * time.el (display-time-update):
3967 * timezone.el (timezone-parse-date, timezone-zone-to-minute)
3968 (timezone-fix-time):
3969 * vms-patch.el (vms-suspend-resume-hook):
3970 * calendar/appt.el (appt-convert-time):
3971 * calendar/cal-bahai.el (mark-bahai-diary-entries):
3972 * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
3973 * calendar/cal-islam.el (mark-islamic-diary-entries):
3974 * calendar/calendar.el (calendar-cursor-to-date)
3975 (calendar-star-date):
3976 * calendar/diary-lib.el (diary-attrtype-convert)
3977 (mark-diary-entries, diary-entry-time):
3978 * calendar/solar.el (solar-get-number):
3979 * emacs-lisp/lisp-mnt.el (lm-last-modified-date):
3980 * emacs-lisp/re-builder.el (reb-display-subexp):
3981 * emulation/edt.el (edt-set-scroll-margins):
3982 * emulation/tpu-extras.el (tpu-set-scroll-margins):
3983 * emulation/vip.el (vip-get-ex-token, vip-get-ex-buffer)
3984 (vip-get-ex-count):
3985 * emulation/viper-ex.el (viper-get-ex-token)
3986 (viper-get-ex-buffer, viper-get-ex-count, ex-next):
3987 * international/fontset.el (fontset-plain-name):
3988 * mail/feedmail.el (feedmail-look-at-queue-directory):
3989 * mail/mailalias.el (mail-get-names):
3990 * mail/rmail.el (rmail-convert-to-babyl-format):
3991 * mail/rmailsum.el (rmail-make-basic-summary-line)
3992 (rmail-summary-next-same-subject, rmail-summary-rmail-update)
3993 (rmail-summary-goto-msg):
3994 * mail/smtpmail.el (smtpmail-read-response):
3995 * net/ange-ftp.el (ange-ftp-guess-hash-mark-size)
3996 (ange-ftp-vms-add-file-entry):
3997 * play/gametree.el (gametree-looking-at-ply)
3998 (gametree-current-branch-score):
3999 * progmodes/ada-xref.el (ada-prj-find-prj-file)
4000 (ada-xref-find-in-modified-ali, ada-find-in-src-path):
4001 * progmodes/cperl-mode.el (condition-case):
4002 * progmodes/ebrowse.el (ebrowse-set-tree-indentation)
4003 (ebrowse-set-member-buffer-column-width)
4004 (ebrowse-select-1st-to-9nth):
4005 * progmodes/etags.el (etags-snarf-tag):
4006 * progmodes/flymake.el (flymake-parse-line):
4007 * progmodes/idlw-shell.el (idlwave-shell-parse-line)
4008 (idlwave-shell-filter-bp, idlwave-shell-goto-next-error)
4009 (idlwave-shell-menu-def):
4010 * progmodes/ps-mode.el (ps-run-goto-error):
4011 * progmodes/vhdl-mode.el (vhdl-read-offset, vhdl-load-cache)
4012 (vhdl-speedbar-contract-level):
4013 * term/mac-win.el (x-handle-numeric-switch):
4014 * term/sun-mouse.el (sun-get-frame-data):
4015 * term/w32-win.el (x-handle-numeric-switch):
4016 * term/x-win.el (x-handle-numeric-switch):
4017 * textmodes/ispell.el (ispell-parse-output):
4018 * textmodes/nroff-mode.el (nroff-outline-level):
4019 * textmodes/reftex-cite.el (reftex-bib-sort-year)
4020 (reftex-bib-sort-year-reverse, reftex-format-citation):
4021 * textmodes/reftex-parse.el (reftex-init-section-numbers)
4022 (reftex-section-number):
4023 * textmodes/texinfmt.el (texinfo-paragraphindent):
4024 Replace `string-to-int' by `string-to-number'.
4025
4026 * international/latexenc.el: Add page marker to force the "Local
4027 Variables:" string out of the last page.
4028
4029 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
4030
4031 * progmodes/gud.el (gud-tooltip-mode): Add gud prefix to
4032 tooltip-change-major-mode.
4033 (gud-tooltip-print-command): Remove case where gud-minor-mode
4034 is gdb ("--fullname").
4035 (gud-tooltip-tips): Turn GUD tooltips off for this case and
4036 explain to user.
4037
4038 2005-05-16 Jay Belanger <belanger@truman.edu>
4039
4040 * calc/calc-store.el (calc-copy-special-constant): New function.
4041
4042 * calc/calc-ext.el (calc-init-extensions): Add binding for
4043 `calc-copy-special-constant'.
4044
4045 * calc/calc-prog.el (calc-edit-format-macro-buffer): Add a case
4046 for the `calc-copy-special-constant' command.
4047
4048 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
4049
4050 * subr.el (left-fringe-p): New function.
4051
4052 * progmodes/compile.el (compilation-setup): Set local value of
4053 overlay-arrow-string to "" always.
4054 (compilation-set-window): Left fringe then don't scroll.
4055 No left fringe then no arrow and scroll message to top.
4056 (compilation-context-lines): Adjust doc string accordingly.
4057
4058 2005-05-16 Kim F. Storm <storm@cua.dk>
4059
4060 * ido.el (ido-magic-forward-char, ido-magic-backward-char)
4061 (ido-magic-delete-char): New commands for C-f, C-b, C-d.
4062 (ido-wide-find-dir-or-delete-dir): New command for M-d.
4063 (ido-define-mode-map): Bind them. Add C-x prefix to fallback commands.
4064 (ido-read-file-name): Handle commands with ido property value
4065 equal to find-file as reading a file name, to allow C-d to enter dired.
4066 (ibuffer-find-file): Add ido property with value find-file.
4067
4068 2005-05-15 Kim F. Storm <storm@cua.dk>
4069
4070 * subr.el (open-network-stream-nowait): Remove.
4071 (open-network-stream-server): Remove.
4072
4073 2005-05-15 Richard M. Stallman <rms@gnu.org>
4074
4075 * faces.el (describe-face): Output a definition link button.
4076
4077 * help-mode.el (help-face-def): New button type.
4078
4079 * emacs-lisp/copyright.el (copyright-fix-years):
4080 Match properly if the first year is 2-digit.
4081 Don't mess up the whitespace after the years by filling.
4082
4083 * dired-aux.el (dired-mark-confirm):
4084 Pass t to dired-get-marked-files for DISTINGUISH-ONE-MARKED.
4085
4086 * dired.el (dired-map-over-marks): New arg DISTINGUISH-ONE-MARKED.
4087 (dired-get-marked-files): New arg DISTINGUISH-ONE-MARKED.
4088 (dired-mark-pop-up): Handle FILES = (t FILE) specially.
4089
4090 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
4091 Set font-lock-comment-start-skip.
4092
4093 * font-lock.el (font-lock-comment-start-skip): New variable.
4094 (font-lock-comment-end-skip): New variable.
4095 (font-lock-fontify-syntactically-region): Use them if non-nil.
4096
4097 2005-05-15 Jay Belanger <belanger@truman.edu>
4098
4099 * calc/calc-store.el (calc-store-value): Return a string rather
4100 than display it as a message.
4101 Use calc-var-name for variable name.
4102 (calc-store-into): Add the result of calc-store-value to message.
4103 (calc-copy-variable): Add a message.
4104 (calc-store-exchange): Improve error messages.
4105 (calc-store-binary, calc-store-map): Don't reset the values of
4106 special constants.
4107
4108 2005-05-14 Luc Teirlinck <teirllm@auburn.edu>
4109
4110 * emacs-lisp/derived.el (define-derived-mode): Add link to Elisp
4111 manual to docstring.
4112
4113 * files.el (hack-local-variables-confirm): Add STRING argument.
4114 Make the function handle non file visiting buffers correctly.
4115 (hack-local-variables-prop-line, hack-local-variables)
4116 (hack-one-local-variable): Use STRING arg of
4117 `hack-local-variables-confirm'.
4118
4119 2005-05-14 Michael Albinus <michael.albinus@gmx.de>
4120
4121 Sync with Tramp 2.0.49.
4122
4123 * tramp.el (tramp-handle-dired-call-process)
4124 (tramp-handle-insert-directory):`insert-buffer' cannot be used
4125 because the contents of the Tramp buffer is changed before
4126 insertion (`expand-file' and alike).
4127 (tramp-handle-insert-directory): If `localname' has an empty
4128 nondirectory name, it must not be quoted.
4129 (tramp-pre-connection): Add parameter CHUNKSIZE. Make local
4130 variable `tramp-chunksize'. Change callees.
4131 (tramp-open-connection-setup-interactive-shell): Check remote host
4132 for buggy `send-process-string' implementation.
4133 Set `tramp-chunksize' if found. Reported by Michael Kifer
4134 <kifer@cs.sunysb.edu> (and a lot of other people all the years).
4135 (tramp-handle-shell-command): `insert-buffer' cannot be used
4136 because the contents of the Tramp buffer is changed before
4137 insertion (`expand-file' and alike). Reported by Fr\e,Ai\e(Bd\e,Ai\e(Bric Bothamy
4138 <frederic.bothamy@free.fr>.
4139 (tramp-set-auto-save): Actions should be done for Tramp file name
4140 handler only. Ange-FTP has its own auto-save mechanism.
4141 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
4142 (tramp-set-auto-save-file-modes): Set file modes of
4143 `buffer-auto-save-file-name' to ?\600 as fallback solution.
4144 Reported by Ferenc Wagner <wferi@tba.elte.hu>.
4145 (tramp-bug): Remove obsolete variable.
4146 (tramp-append-tramp-buffers): Rewrite partly. More suitable check
4147 for presence of `mml-mode'. Make it running for older Emacsen as well.
4148
4149 2005-05-14 John Paul Wallington <jpw@pobox.com>
4150
4151 * ibuf-ext.el (define-ibuffer-filter filename):
4152 If `dired-directory' is a list, use its car.
4153
4154 2005-05-14 Daniel Brockman <daniel@brockman.se> (tiny change)
4155
4156 * ibuffer.el (define-ibuffer-column filename):
4157 If `dired-directory' is a list, use its car.
4158
4159 2005-05-14 Richard M. Stallman <rms@gnu.org>
4160
4161 * subr.el (symbol-file): Doc fix.
4162
4163 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn): New function.
4164 (byte-compile-form): Call byte-compile-nogroup-warn.
4165 (byte-compile-warning-types): Doc fix.
4166
4167 * eshell/esh-mode.el (eshell-find-tag): Use with-no-warnings.
4168
4169 * progmodes/cc-engine.el (c-literal-faces):
4170 Add font-lock-comment-delimiter-face.
4171
4172 * net/net-utils.el (dig): Use with-no-warnings.
4173
4174 * mail/supercite.el (sc-cite-frame-alist, sc-uncite-frame-alist)
4175 (sc-recite-frame-alist, sc-default-cite-frame)
4176 (sc-default-uncite-frame, sc-default-recite-frame)
4177 (sc-attrib-selection-list, sc-rewrite-header-list):
4178 Mark as risky-local-variable.
4179
4180 * international/ogonek.el (ogonek-jak, ogonek-how):
4181 Don't use beginning-of-buffer.
4182
4183 * emacs-lisp/eldoc.el (eldoc-documentation-function): Add autoload.
4184
4185 * calendar/solar.el (solar-data-list): Move definition up.
4186
4187 * dnd.el (dnd-protocol-alist): Add autoload.
4188
4189 * progmodes/sh-script.el: Many doc usage fixes.
4190 (sh-indent-after-do): Change default to match common styles.
4191
4192 2005-05-13 Luc Teirlinck <teirllm@auburn.edu>
4193
4194 * files.el (interpreter-mode-alist)
4195 (auto-mode-interpreter-regexp): Doc fixes.
4196
4197 2005-05-13 Matt Hodges <MPHodges@member.fsf.org>
4198
4199 * tmm.el (tmm-get-keymap): Include only active menus and menu items.
4200
4201 * emacs-lisp/easymenu.el (easy-menu-define): Doc fixes.
4202
4203 2005-05-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4204
4205 * dired.el (dired-mode): make-variable-buffer-local =>
4206 make-local-variable.
4207
4208 2005-05-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4209
4210 * term/mac-win.el (mac-select-convert-to-string): Try coding
4211 systems in mac-script-code-coding-systems if specified one cannot
4212 encode string for `com.apple.traditional-mac-plain-text'.
4213
4214 2005-05-13 Daniel Pfeiffer <occitan@esperanto.org>
4215
4216 * progmodes/make-mode.el (makefile-targets-face)
4217 (makefile-shell-face, makefile-makepp-perl-face): New faces.
4218 (makefile-dependency-regex): Fix it to not make the colon in
4219 $(var:a=b) special.
4220 (makefile-rule-action-regex): New regexp for highlighting embedded
4221 Shell strings.
4222 (makefile-macroassign-regex): Handle != for highlighting as
4223 embedded Shell strings.
4224 (makefile-var-use-regex): New const.
4225 (makefile-statements, makefile-automake-statements)
4226 (makefile-gmake-statements, makefile-makepp-statements)
4227 (makefile-bsdmake-statements): New consts.
4228 (makefile-make-font-lock-keywords): New function.
4229 (makefile-automake-font-lock-keywords)
4230 (makefile-gmake-font-lock-keywords)
4231 (makefile-makepp-font-lock-keywords)
4232 (makefile-bsdmake-font-lock-keywords): New consts.
4233 (makefile-mode-map): Add switchers between the various submodes.
4234 (makefile-mode): Document the availability of the variants.
4235 (makefile-automake-mode, makefile-gmake-mode)
4236 (makefile-makepp-mode, makefile-bsdmake-mode): New derived modes.
4237
4238 * files.el (auto-mode-alist, interpreter-mode-alist): Set up the
4239 new variants of makefile-mode.
4240
4241 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
4242
4243 * font-lock.el (font-lock-comment-delimiter-face): Fix up
4244 the inheritance.
4245
4246 2005-05-12 Luc Teirlinck <teirllm@auburn.edu>
4247
4248 * progmodes/inf-lisp.el (inferior-lisp-mode-hook)
4249 (inferior-lisp-load-hook): Convert defcustoms back to defvars.
4250
4251 * files.el (normal-mode): Extend the scope of the
4252 `enable-local-variables' binding to include the `set-auto-mode' call.
4253 (magic-mode-alist): Doc fix.
4254
4255 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
4256
4257 * font-lock.el (font-lock-comment-delimiter-face): Inherit from
4258 font-lock-comment-face rather than copying its setting.
4259
4260 2005-05-12 Andreas Schwab <schwab@suse.de>
4261
4262 * eshell/esh-mode.el (eshell-send-input): Doc fix.
4263
4264 2005-05-12 Lute Kamstra <lute@gnu.org>
4265
4266 * emacs-lisp/generic.el (define-generic-mode): Don't generate a
4267 defcustom for the mode hook variable. Delete the last argument.
4268 * generic-x.el: Fix callers of define-generic-mode.
4269 (generic-x-modes): Delete group.
4270 (show-tabs-tab-face, show-tabs-space-face): Put them in the
4271 generic-x customization group.
4272
4273 2005-05-12 Kim F. Storm <storm@cua.dk>
4274
4275 * font-lock.el (font-lock-negation-char-face): Default to "off".
4276
4277 * progmodes/cc-fonts.el (c-basic-matchers-before): Don't apply
4278 font-lock-negation-char-face to ! in !=.
4279
4280 2005-05-12 Masatake YAMATO <jet@gyve.org>
4281
4282 * add-log.el (find-change-log): Fix typos in the docstring
4283 of function.
4284
4285 2005-05-11 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
4286
4287 * international/latexenc.el (latexenc-find-file-coding-system):
4288 Avoid `re-search-forward' when looking for input encoding because
4289 of speed and safety. Better regular expressions for recognizing
4290 input encoding. Limit a search for TeX-master/tex-main-file to
4291 the local variable section.
4292
4293 2005-05-11 Dan Nicolaescu <dann@ics.uci.edu>
4294
4295 * progmodes/sh-script.el (sh-mode-default-syntax-table): Set the
4296 syntax of $ to "'" (quote).
4297
4298 2005-05-11 Reiner Steib <Reiner.Steib@gmx.de>
4299
4300 * dnd.el (dnd-protocol-alist): Improve custom type.
4301
4302 * dired.el (dired-dnd-protocol-alist): New variable.
4303 (dired-mode): Use `dired-dnd-protocol-alist'. Move call of
4304 `dired-mode-hook' to the end.
4305
4306 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
4307
4308 * font-lock.el (font-lock-fontify-syntactically-region): Don't use
4309 comment-end if comment-start-skip is not set.
4310 Obey the font-lock-comment-delimiter-face variables.
4311
4312 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
4313
4314 * files.el (executable-find): Move from executable.el. Use locate-file.
4315 * progmodes/executable.el (executable-find): Move to files.el.
4316
4317 * font-lock.el (font-lock-fontify-keywords-region): Use a marker
4318 when trying to ensure forward progress.
4319
4320 2005-05-11 Chong Yidong <cyd@stupidchicken.com>
4321
4322 * mouse-sel.el (mouse-sel-follow-link-p): New function.
4323 (mouse-select, mouse-select-internal, mouse-extend-internal):
4324 Use it to implement mouse-1-click-follows-link functionality.
4325
4326 2005-05-11 Richard M. Stallman <rms@gnu.org>
4327
4328 * font-lock.el (font-lock-fontify-syntactically-region):
4329 Use font-lock-comment-delimiter-face for comment delimiters.
4330
4331 2005-05-10 Jay Belanger <belanger@truman.edu>
4332
4333 * calc/calc-help.el (calc-m-prefix-help): Add mention of
4334 preserving embedded modes.
4335
4336 2005-05-10 Richard M. Stallman <rms@gnu.org>
4337
4338 * progmodes/sh-script.el (sh-indent-for-do): Default to 0.
4339
4340 * progmodes/ada-mode.el (ada-adjust-case-skeleton):
4341 Move from ada-stmt.el.
4342 (ada-mode): Add ada-adjust-case-skeleton to skeleton-end-hook.
4343
4344 * progmodes/ada-stmt.el (ada-adjust-case-skeleton):
4345 Move to ada-mode.el.
4346 (ada-stmt-mode-hook): Delete; do the work in ada-mode.
4347
4348 * cus-edit.el (custom-file): Call file-chase-links.
4349
4350 * files.el (read-directory-name): Fix previous change.
4351 (hack-local-variables-confirm): New function.
4352 (hack-local-variables-prop-line, hack-local-variables)
4353 (hack-one-local-variable): Use it.
4354
4355 2005-05-10 Lute Kamstra <lute@gnu.org>
4356
4357 * font-lock.el (font-lock-keywords-alist)
4358 (font-lock-removed-keywords-alist): Clarify docstrings.
4359
4360 2005-05-10 Nick Roberts <nickrob@snap.net.nz>
4361
4362 * progmodes/gdb-ui.el (gdb-macro-info): New variable.
4363 (gdb-source-info): Check for preprocessor info.
4364 (gdb-tooltip-print-1): New function. Don't print tooltip if it is
4365 a macro for a function.
4366 (gdb-info-breakpoints-custom): Try to find file again if not already
4367 found (user might have used GDB dir command).
4368 (gdb-get-location): Update gdb-location-alist correctly for change
4369 to gdb-info-breakpoints-custom.
4370
4371 * progmodes/gud.el (gud-tooltip-mode): Require tooltip to be safe.
4372 (gud-tooltip-print-command): Add gdbmi case.
4373 (gud-tooltip-tips): Call gdb-tooltip-print-1 first if there is
4374 preprocessor info.
4375
4376 2005-05-09 Reiner Steib <Reiner.Steib@gmx.de>
4377
4378 * startup.el (fancy-splash-insert): Fix typo in doc string.
4379
4380 2005-05-09 Juanma Barranquero <lekktu@gmail.com>
4381
4382 * obsolete/float.el (string-to-float):
4383 * obsolete/hilit19.el (hilit-add-pattern):
4384 * obsolete/rnews.el (news-parse-range, news-select-message)
4385 (news-get-pruned-list-of-files): Replace `string-to-int' by
4386 `string-to-number'.
4387
4388 * obsolete/uncompress.el: Set `find-file-not-found-functions', not
4389 `find-file-not-found-hooks'; use `add-hook'.
4390 (uncompress-while-visiting): Set `write-file-functions', not
4391 `write-file-hooks'; use `add-hook'.
4392
4393 2005-05-09 Kim F. Storm <storm@cua.dk>
4394
4395 * emulation/cua-base.el (cua-copy-region, cua-cut-region)
4396 (cua-paste): Handle clipboard action.
4397 (cua--init-keymaps): Remap clipboard-kill-region and
4398 clipboard-kill-ring-save.
4399
4400 2005-05-08 Eli Zaretskii <eliz@gnu.org>
4401
4402 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
4403 Improve commentary.
4404
4405 * simple.el (next-error-overlay-arrow-position): Revert the change
4406 made on 2005-04-30.
4407
4408 2005-05-07 Jay Belanger <belanger@truman.edu>
4409
4410 * calc/calcsel2.el (calc-commute-left, calc-commute-right)
4411 (calc-sel-unpack, calc-sel-isolate): Rename variable `reselect' to
4412 `calc-sel-reselect'.
4413
4414 * calc/calc-mode.el (calc-save-modes): Reset the modes list if
4415 Calc is in embedded mode.
4416
4417 2005-05-07 Eli Zaretskii <eliz@gnu.org>
4418
4419 * progmodes/compile.el (compilation-setup):
4420 Set overlay-arrow-string to an empty string on text terminals.
4421
4422 * textmodes/ispell.el (ispell-program-name): Try looking for
4423 "aspell" along exec-path, and if found, use it as the default
4424 speller program.
4425
4426 2005-05-07 Jirka Kosek <jirka@kosek.cz> (tiny change)
4427
4428 * international/mule.el (sgml-xml-auto-coding-function):
4429 Recognize encoding='FOO' in single quotes as well as in double quotes.
4430
4431 2005-05-07 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
4432
4433 * emacs-lisp/cl-macs.el (cl-transform-lambda): Recognize `declare'
4434 as well as `interactive', so that defmacro* would recognize
4435 `declare' forms.
4436
4437 2005-05-07 Eli Zaretskii <eliz@gnu.org>
4438
4439 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
4440 Explain more about the LIGHTER arg's usage in the doc string.
4441 Add commentary to clarify what the code does. Fix the regexp that
4442 strips whitespace from LIGHTER. Quote LIGHTER before using it,
4443 since it could have characters special to regular expressions.
4444
4445 2005-05-07 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
4446
4447 * replace.el (occur-1): Bind inhibit-read-only so that
4448 erase-buffer doesn't barf on read-only text properties (likewise
4449 for add-text-properties in occur-engine). Mark buffer as unmodified.
4450 (occur-engine): Don't set buffer-read-only here.
4451
4452 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
4453
4454 * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Don't fiddle with
4455 list-buffers-directory. This caused the *cvs-commit* buffer to be
4456 sometimes mistakenly reused as a *cvs* buffer.
4457
4458 2005-05-07 Nick Roberts <nickrob@snap.net.nz>
4459
4460 * tooltip.el: Move code for GUD tooltips into gud.el.
4461 (require): CL no longer needed to compile case.
4462 (tooltip-mode): Do not toggle functions for GUD tooltips.
4463 (tooltip-gud-tips-p): Remove. Replace with minor mode
4464 gud-tooltip-mode in gud.el.
4465 (tooltip-gud-modes, tooltip-gud-display, tooltip-gud-echo-area)
4466 (tooltip-gud-toggle-dereference): Rename in gud.el by replacing
4467 tooltip-gud prefix with gud-tooltip and obsolete.
4468 (tooltip-change-major-mode, tooltip-activate-mouse-motions-if-enabled)
4469 (tooltip-mouse-motions-active, tooltip-activate-mouse-motions)
4470 (tooltip-mouse-motion): Mouse movement functions/variable.
4471 Rename in gud.el by adding gud prefix.
4472 (tooltip-gud-original-filter, tooltip-gud-dereference)
4473 (tooltip-gud-event, tooltip-toggle-gud-tips)
4474 (tooltip-gud-process-output, tooltip-gud-print-command)
4475 (tooltip-gud-tips): GUD tooltip functions/variables. Rename in
4476 gud.el by replacing tooltip-gud prefix with gud-tooltip.
4477 (gdb-tooltip-print): Move to gdb-ui.el.
4478
4479 * progmodes/gud.el: Move code for GUD tooltips from tooltip.el.
4480 (require): CL needed to compile case.
4481 (gud-tooltip-mode): Use to toggle GUD tooltips instead of
4482 tooltip-gud-tips-p. Make it a minor-mode.
4483 (gud-find-file): Only prepare GUD tooltips if gud-tooltip-mode is t.
4484 (gud-menu-map): GUD tooltips use gud-tooltip-mode now.
4485 (gud-tooltip-modes, gud-tooltip-display, gud-tooltip-echo-area)
4486 (gud-tooltip-change-major-mode)
4487 (gud-tooltip-activate-mouse-motions-if-enabled)
4488 (gud-tooltip-mouse-motions-active, gud-tooltip-activate-mouse-motions)
4489 (gud-tooltip-mouse-motion, gud-tooltip-toggle-dereference)
4490 (gud-tooltip-original-filter, gud-tooltip-dereference)
4491 (gud-tooltip-event, tooltip-toggle-gud-tips)
4492 (gud-tooltip-process-output, gud-tooltip-print-command)
4493 (gud-tooltip-tips): Move from tooltip.el.
4494
4495 * progmodes/gdb-ui.el (gdb-tooltip-print): Move from tooltip.el.
4496 (gdb-cpp-define-alist-flags): Doc fix.
4497 (gdb-set-gud-minor-mode-1): Only prepare GUD tooltips if
4498 gud-tooltip-mode is t.
4499
4500 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
4501
4502 * net/goto-addr.el (goto-address-fontify): Make sure the overlays
4503 evaporate if their text is deleted.
4504 (goto-address-at-point): Make it work as a mouse binding as well.
4505 (goto-address-at-mouse): Obsolete it. Update users.
4506
4507 2005-05-06 Glenn Morris <gmorris@ast.cam.ac.uk>
4508
4509 * calendar/appt.el (top-level): No longer activate on load.
4510
4511 2005-05-06 Juanma Barranquero <lekktu@gmail.com>
4512
4513 * calendar/cal-bahai.el (mark-bahai-diary-entries):
4514 * net/webjump.el (webjump):
4515 * progmodes/idlw-help.el (idlwave-do-context-help1)
4516 (idlwave-highlight-linked-completions):
4517 * textmodes/po.el (po-find-file-coding-system-guts):
4518 Replace `assoc-ignore-case' by `assoc-string'.
4519
4520 2005-05-06 Eli Zaretskii <eliz@gnu.org>
4521
4522 * files.el (locate-file): Doc fix.
4523
4524 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program): Doc fix.
4525 Remove the redundant test for ms-dos.
4526
4527 * progmodes/cmacexp.el (c-macro-preprocessor): Use locate-file to
4528 look for the preprocessor with exec-suffixes. If not found in
4529 standard places, look in exec-path. Remove most of the tests that
4530 used system-type.
4531
4532 * loadup.el: Load jka-cmpr-hook instead of jka-comp-hook.
4533
4534 * jka-compr.el (jka-compr-uninstall): Add autoload cookie.
4535
4536 * jka-cmpr-hook.el: Renamed from jka-comp-hook.el, to avoid
4537 file-name clash with jka-compr.el on 8+3 filesystems.
4538
4539 2005-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4540
4541 * term/mac-win.el: Don't define or bind scroll bar functions if
4542 x-toolkit-scroll-bars is t.
4543 (x-select-text, x-get-selection-value):
4544 Clear x-last-selected-text-clipboard if x-select-enable-clipboard is nil.
4545 (PRIMARY): Put mac-scrap-name property.
4546 (mac-select-convert-to-file-url): New function.
4547 (public.file-url): New selection target type. Add to
4548 selection-converter-alist.
4549 (x-get-selection, x-selection-value): Handle it.
4550 (x-cut-buffer-or-selection-value): New alias.
4551
4552 2005-05-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
4553
4554 * textmodes/bibtex.el (bibtex-summary): Use current BibTeX
4555 entry to avoid calling bibtex-find-entry with arg global
4556 being t. Remove arg key.
4557 (bibtex-summary-function, bibtex-complete-crossref-cleanup)
4558 (bibtex-copy-summary-as-kill): Change accordingly.
4559
4560 2005-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
4561
4562 * textmodes/org.el (org-get-entries-from-diary): Remove unused vars.
4563 (org-agenda-date-later): Use with-current-buffer.
4564
4565 2005-05-05 Luc Teirlinck <teirllm@auburn.edu>
4566
4567 * emacs-lisp/byte-run.el (define-obsolete-function-alias)
4568 (define-obsolete-variable-alias): Doc Fixes.
4569
4570 2005-05-06 Kim F. Storm <storm@cua.dk>
4571
4572 * simple.el (line-move-1): Fix 2005-04-26 change. Must still use
4573 vertical-motion when selective-display is active.
4574
4575 * ido.el (ido-setup-hook): New hook.
4576 (ido-define-mode-map-hook): Remove hook; use ido-setup-hook instead.
4577 (ido-input-stack): New var.
4578 (ido-define-mode-map): Bind M-b to ido-push-dir. Move old
4579 ido-next-work-file binding to M-O.
4580 Bind M-f to ido-wide-find-file-or-pop-dir.
4581 (ido-define-mode-map): Don't run ido-define-mode-map-hook.
4582 (ido-read-internal): Run ido-setup-hook.
4583 Catch quit in read-file-name and read-string to cancel edit.
4584 Handle new push, pop, and pop-all exit codes (for M-b/M-f).
4585 Automatically pop-all when completing a directory name (RET).
4586 (ido-file-internal): Add with-no-warnings around ffap and dired code.
4587 (ido-exit-minibuffer): Use exit-minibuffer instead of throw.
4588 (ido-wide-find-file, ido-wide-find-dir): Catch quit to cancel find.
4589 (ido-push-dir, ido-pop-dir, ido-wide-find-file-or-pop-dir):
4590 New functions for M-b/M-f to move among the directory components.
4591 (ido-make-merged-file-list): Catch quit to cancel merge.
4592 (ido-make-dir-list): Delete "." when ido-input-stack is non-empty.
4593 (ido-completion-help): No warnings for ido-completion-buffer-full.
4594
4595 2005-05-05 Daniel Pfeiffer <occitan@esperanto.org>
4596
4597 * font-lock.el (font-lock-negation-char-face): New face and variable.
4598 * progmodes/cc-fonts.el (c-cpp-matchers): Use it.
4599 * progmodes/sh-script.el (sh-font-lock-keywords): Use it.
4600 * progmodes/cperl-mode.el (cperl-init-faces): Use it.
4601 * progmodes/make-mode.el (makefile-font-lock-keywords): Use it.
4602
4603 2005-05-05 Juanma Barranquero <lekktu@gmail.com>
4604
4605 * emacs-lisp/byte-run.el (define-obsolete-function-alias):
4606 Fix typo in docstring.
4607
4608 * progmodes/ebrowse.el (ebrowse-install-1-to-9-keys)
4609 (ebrowse-print-statistics-line)
4610 (ebrowse-electric-position-mode-hook): Fix typo in docstring.
4611
4612 * term/w32-win.el (image-library-alist): Add additional name for
4613 Xpm library.
4614
4615 2005-05-05 Nick Roberts <nickrob@snap.net.nz>
4616
4617 * progmodes/cmacexp.el (c-macro-preprocessor): Update for BSD and
4618 use gcc instead of cpp.
4619
4620 * progmodes/gdb-ui.el (gdb-cpp-define-alist-flags): New variable.
4621 (gdb-create-define-alist): Use it.
4622 (gdb-cpp-define-alist-program): Update for MS-DOS.
4623
4624 2005-05-04 Nick Roberts <nickrob@snap.net.nz>
4625
4626 * progmodes/cmacexp.el (c-macro-preprocessor): Update for Mac OS X.
4627
4628 2005-05-04 Richard M. Stallman <rms@gnu.org>
4629
4630 * help.el (describe-key): No error when UNTRANSLATED is nil.
4631
4632 * simple.el (line-move-1): Fix previous change to signal errors
4633 appropriately.
4634
4635 2005-05-03 Ulf Jasper <ulf.jasper@web.de>
4636
4637 * calendar/icalendar.el (icalendar-version): Now at 0.12.
4638 (icalendar-duration-correction): Remove.
4639 (icalendar--get-event-properties): Split result at commas.
4640 (icalendar--decode-isoduration): New optional argument
4641 DURATION-CORRECTION.
4642 (icalendar--convert-ordinary-to-ical, icalendar--convert-sexp-to-ical)
4643 (icalendar--convert-yearly-to-ical, icalendar--convert-weekly-to-ical)
4644 (icalendar--convert-block-to-ical, icalendar--convert-float-to-ical)
4645 (icalendar--convert-date-to-ical, icalendar--convert-cyclic-to-ical)
4646 (icalendar--convert-anniversary-to-ical): New functions, extracted
4647 from icalendar-export-region, with bug fixes.
4648 (icalendar-export-region): Use the above functions.
4649 (icalendar-import-buffer): Check before saving diary file.
4650 (icalendar--convert-recurring-to-diary)
4651 (icalendar--convert-non-recurring-all-day-to-diary)
4652 (icalendar--convert-non-recurring-not-all-day-to-diary): New functions,
4653 extracted from icalendar--convert-ical-to-diary, with bug fixes.
4654 (icalendar--convert-ical-to-diary): Use the above functions.
4655
4656 2005-05-03 Nick Roberts <nickrob@snap.net.nz>
4657
4658 * progmodes/cc-mode.el (cc-define-alist, cc-create-define-alist):
4659 Remove these recent additions.
4660 (c-mode): Restore to before 2005-04-28.
4661
4662 * progmodes/cc-vars.el (cc-define-list-program): Remove this
4663 recent addition.
4664
4665 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program)
4666 (gdb-define-alist): New variables.
4667 (gdb-create-define-alist): New function.
4668 (gdb-set-gud-minor-mode-1): Handle gdb-define-alist.
4669 (gdb-source, gdb-memory-set-repeat-count): Replace string-to-int
4670 with string-to-number.
4671 (gdb-reset): Kill gdb-define-alist. Move assignments outside loop.
4672
4673 * progmodes/gud.el: Replace string-to-int with string-to-number.
4674 (gud-find-file): Handle gdb-define-alist.
4675
4676 * tooltip.el (tooltip-gud-tips): Use gdb-define-alist.
4677
4678 2005-05-02 Jay Belanger <belanger@truman.edu>
4679
4680 * calc/calc-aent.el (math-read-token):
4681 * calc/calc-bin.el (calc-word-size):
4682 * calc/calc-ext.el (calc-read-number-fancy):
4683 * calc/calc-forms.el (calc-time, calc-date-notation, math-this-year)
4684 (math-parse-date, math-parse-standard-date, calcFunc-tzone):
4685 * calc/calc-frac.el (calc-over-notation):
4686 * calc/calc-graph.el (calc-graph-plot, calc-graph-set-styles)
4687 (calc-graph-num-points, calc-graph-init):
4688 * calc/calc-prog.el (calc-read-parse-table-part)
4689 (calc-edit-macro-repeats):
4690 * calc/calc-yank.el (calc-do-grab-rectangle):
4691 * calc/calc.el (calcDigit-key, math-read-number, math-read-bignum):
4692 Replace `string-to-int' by `string-to-number'.
4693
4694 2005-05-02 Kim F. Storm <storm@cua.dk>
4695
4696 * kmacro.el: Use executing-kbd-macro-index variable.
4697
4698 2005-05-02 Thien-Thi Nguyen <ttn@gnu.org>
4699
4700 * net/rlogin.el (rlogin-parse-words): Delete func.
4701 (rlogin): Use split-string, not rlogin-parse-words.
4702 Also, if there are option-like elements in the parsed args,
4703 take the host to be the first arg immediately following them.
4704 Suggested by Michael Mauger.
4705
4706 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
4707
4708 * subr.el (executing-macro): Use `define-obsolete-variable-alias'.
4709
4710 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
4711
4712 * progmodes/cc-mode.el (cc-create-define-alist): Use a shell.
4713 (cc-mode-cpp-program): Rename to cc-define-list-program and
4714 move to cc-vars.el.
4715
4716 * progmodes/cc-vars.el (cc-define-list-program):
4717 Change to "gcc -E -dM -". Make customizable.
4718
4719 2005-05-02 Kim F. Storm <storm@cua.dk>
4720
4721 * emulation/cua-base.el: Fix check for CUA-mode if no init file.
4722
4723 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
4724
4725 * progmodes/cc-mode.el (cc-mode-cpp-program): Change to "gcc -E".
4726
4727 * international/mule-util.el (truncate-string): Remove alias and
4728 obsolete declaration.
4729
4730 * international/mule-cmds.el (update-iso-coding-systems):
4731 Remove alias and obsolete declaration.
4732
4733 * international/mule.el (coding-system-parent): Remove alias and
4734 obsolete declaration.
4735
4736 * subr.el (define-function, sref): Remove aliases and obsolete
4737 declarations.
4738 (chars-in-region): Remove obsolete declaration.
4739
4740 2005-05-01 Richard M. Stallman <rms@gnu.org>
4741
4742 * info.el (Info-mode): Set widen-automatically to nil, locally.
4743
4744 * simple.el (widen-automatically): New variable.
4745 (pop-global-mark): Obey widen-automatically.
4746
4747 2005-05-01 Dan Nicolaescu <dann@ics.uci.edu>
4748
4749 * term/xterm.el (function-key-map): Call substitute-key-definition
4750 before the keymap size is increased by a lot of define-key calls.
4751
4752 2005-05-01 Richard M. Stallman <rms@gnu.org>
4753
4754 * subr.el (add-to-invisibility-spec, remove-from-invisibility-spec):
4755 Rename ARG to ELEMENT. Doc fix.
4756
4757 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
4758
4759 * allout.el (allout-exposure): Remove macro and obsolete declaration.
4760 Remove references to allout-exposure/change to allout-new-exposure.
4761
4762 * emacs-lisp/bytecomp.el (dot, dot-min, dot-max): Don't create
4763 bytecode symbols.
4764
4765 * subr.el (dot, dot-marker, dot-min, dot-max, buffer-flush-undo)
4766 (compiled-function-p, focus-frame, unfocus-frame):
4767 Remove aliases and obsolete declarations.
4768 Back out inadvertent changes from previous commit.
4769
4770 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
4771
4772 * files.el (require-final-newline): Make Custom tags consistent
4773 with mode-require-final-newline.
4774 (mode-require-final-newline): Doc fix.
4775
4776 2005-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
4777
4778 * international/latexenc.el (latexenc-find-file-coding-system):
4779 Fix regular expressions.
4780
4781 2005-05-01 David Kastrup <dak@gnu.org>
4782
4783 * international/latexenc.el (latexenc-find-file-coding-system):
4784 Fix regular expressions.
4785
4786 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
4787
4788 * subr.el (string-to-int): Make obsolete.
4789
4790 2005-04-30 Richard M. Stallman <rms@gnu.org>
4791
4792 * simple.el (next-error-overlay-arrow-position): Turn off, for ttys.
4793
4794 * loadup.el: load jka-comp-hook.
4795
4796 * jka-compr.el: Many functions and vars moved to jka-comp-hook.el.
4797 (jka-compr-handler): Add autoload. `put' calls moved
4798 to jka-comp-hook.el.
4799 (compression, jka-compr): defgroups moved to jka-comp-hook.el.
4800 (jka-compr-inhibit): Autoload.
4801
4802 * jka-comp-hook.el: New file.
4803 Enable the mode by default.
4804
4805 * files.el (backup-buffer-copy): Use copy-file instead
4806 of write-region, and put back the 'excl.
4807
4808 2005-04-30 Chong Yidong <cyd@stupidchicken.com>
4809
4810 * progmodes/flymake.el (flymake-split-string)
4811 (flymake-split-string, flymake-log, flymake-pid-to-names)
4812 (flymake-reg-names, flymake-get-source-buffer-name)
4813 (flymake-unreg-names, flymake-add-line-err-info)
4814 (flymake-add-err-info): Clarify docstrings.
4815 (flymake-popup-menu, flymake-make-emacs-menu)
4816 (flymake-make-xemacs-menu): Add docstrings.
4817 (flymake-get-buffer-*, flymake-set-buffer-*): Functions deleted.
4818 Set variables directly throughout.
4819
4820 2005-04-30 Nick Roberts <nickrob@snap.net.nz>
4821
4822 * progmodes/cc-mode.el (cc-create-define-alist): Check that file
4823 exists. Initialize cc-define-alist.
4824 (c-mode): Add cc-create-define-alist locally to after-save-hook.
4825 If there is no file (Macroexpansion) don't create an alist.
4826
4827 2005-04-29 Sam Steingold <sds@gnu.org>
4828
4829 * progmodes/cc-mode.el (cc-mode-cpp-program): New user variable.
4830 (cc-create-define-alist): Use it instead of the hard-coded string.
4831
4832 2005-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
4833
4834 * international/mule-conf.el (file-coding-system-alist): Fix regexp
4835 for latexenc.
4836
4837 2005-04-29 Lute Kamstra <lute@gnu.org>
4838
4839 * emacs-lisp/generic.el: Improve commentary section.
4840 (define-generic-mode): Improve docstring.
4841
4842 2005-04-29 Carsten Dominik <dominik@science.uva.nl>
4843
4844 * textmodes/org.el (many places): Change to quiet the byte compiler.
4845 (org-prefix-format-compiled): New variable.
4846 (org-compile-prefix-format): New function.
4847 (org-timeline, org-agenda, org-diary): Call org-compile-prefix-format.
4848 (org-agenda-prefix-format,org-timeline-prefix-format): New options.
4849 (org-agenda-get-scheduled): Check if file is opened in `org-mode'.
4850 (org-get-entries-from-diary): Use `org-get-time-of-day' for
4851 consistency with entries from `org-mode' files.
4852 (org-get-time-of-day): Fix bug with partial matches early in a line.
4853 (org-non-link-chars): New constant.
4854 (org-link-regexp): Respect `org-non-link-chars'.
4855 (org-agenda-day-view): Remove command.
4856 (org-agenda-toggle-week-view): Rename from `org-agenda-week-view'.
4857 (org-follow-bbdb-link, org-store-link): Search also company field.
4858 (org-highlight-overlay): New variable.
4859 (org-highlight, org-unhighlight): New functions.
4860 (org-agenda-mode): Add pre-command-hook to remove highlight.
4861 (org-evaluate-time-range): Behavior depends upon whether time stamp
4862 contains a time or not.
4863 (org-show-subtree, org-show-entry): New functions.
4864 (org-agenda-cleanup-fancy-diary): Remove empty lines.
4865
4866 2005-04-28 Luc Teirlinck <teirllm@auburn.edu>
4867
4868 * comint.el (comint-output-filter-functions): Add autoload cookie.
4869
4870 2005-04-28 Kim F. Storm <storm@cua.dk>
4871
4872 * ido.el (ido-everywhere): Fix last change.
4873
4874 2005-04-28 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
4875
4876 * international/latexenc.el: New file.
4877 * international/mule-conf.el (file-coding-system-alist): For .tex,
4878 .ltx, .dtx and .drv extensions, use `latexenc-find-file-coding-system'.
4879
4880 2005-04-28 Lute Kamstra <lute@gnu.org>
4881
4882 * font-lock.el (font-lock-add-keywords)
4883 (font-lock-remove-keywords): Clarify docstring.
4884 (font-lock-keywords-alist, font-lock-removed-keywords-alist):
4885 Don't start docstrings with a `*'.
4886 (font-lock-update-removed-keyword-alist): Give it a docstring.
4887
4888 * generic-x.el: Update commentary section.
4889 Only require font-lock when compiling.
4890 Define all modes conditionally.
4891 Place all generic modes in the generic-x-modes customization group.
4892 (generic-x-modes): New customization group.
4893 (generic-default-modes, generic-mswindows-modes)
4894 (generic-unix-modes, generic-other-modes): New constants.
4895 (generic-define-mswindows-modes, generic-define-unix-modes):
4896 Update docstrings. Make them obsolete.
4897 (generic-extras-enable-list): New default value. Update docstring.
4898 Improve :type. Change :set function.
4899 (bat-generic-mode-syntax-table, rul-generic-mode-syntax-table):
4900 Fix docstring.
4901
4902 * emacs-lisp/generic.el (generic-mode-internal):
4903 Simplify font-lock-defaults.
4904 (define-generic-mode): Fix docstring.
4905
4906 2005-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
4907
4908 * progmodes/grep.el (grep-mode-font-lock-keywords): Use the
4909 font-lock-face property to highlight matches.
4910
4911 2005-04-28 Nick Roberts <nickrob@snap.net.nz>
4912
4913 * progmodes/cc-mode.el (cc-create-define-alist): New function.
4914 (cc-define-alist): New variable.
4915 (c-mode): Make it local and initialize it.
4916
4917 * progmodes/gdb-ui.el (gdb-active-process): New variable.
4918 (gdb-exited): New function.
4919 (gdb-annotation-rules): Use it.
4920 (gdb-starting): Set gdb-active-process to t.
4921 (gdb-stopping): Amend doc string.
4922 (gdb-reset): Set gdb-active-process to nil.
4923
4924 * tooltip.el (tooltip-gud-tips): Show the associated #define
4925 directives when a C program under GDB is not executing.
4926
4927 2005-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
4928
4929 * progmodes/cperl-mode.el (cperl-mode): Don't precompile the
4930 font-lock-fontify-syntactic-keywords.
4931
4932 * font-lock.el (font-lock-default-fontify-region): Don't force
4933 parse-sexp-lookup-properties to nil.
4934
4935 2005-04-27 Alexander Klimov <alserkli@inbox.ru> (tiny change)
4936
4937 * man.el (man-mode-syntax-table): Set up `:' to have
4938 word-constituent syntax.
4939
4940 2005-04-27 Lute Kamstra <lute@gnu.org>
4941
4942 * novice.el (disable-command): Don't add spurious newlines to the
4943 init file. Reported by Dan Jacobson <jidanni@jidanni.org>.
4944
4945 2005-04-26 Jay Belanger <belanger@truman.edu>
4946
4947 * calc/calc-yank.el (calc-edit-finish): Make sure there is more
4948 than one window before deleting window.
4949
4950 2005-04-26 Luc Teirlinck <teirllm@auburn.edu>
4951
4952 * shell.el (shell-prompt-pattern): Doc fix.
4953 (shell-mode): Set paragraph-separate buffer locally to "\\'".
4954
4955 * comint.el (comint-prompt-regexp, comint-get-old-input)
4956 (comint-use-prompt-regexp)
4957 (comint-use-prompt-regexp-instead-of-fields)
4958 (comint-replace-by-expanded-history, comint-send-input)
4959 (comint-output-filter, comint-get-old-input-default)
4960 (comint-line-beginning-position, comint-bol, comint-show-output)
4961 (comint-backward-matching-input, comint-forward-matching-input)
4962 (comint-next-prompt, comint-previous-prompt):
4963 Rename `comint-use-prompt-regexp-instead-of-fields' to
4964 `comint-use-prompt-regexp'. Keep old name as alias and declare
4965 obsolete.
4966 (comint-use-prompt-regexp): Shorten first line of doc string.
4967
4968 * ielm.el (inferior-emacs-lisp-mode): Adapt to above name change.
4969 Set paragraph-separate buffer locally to "\\'".
4970
4971 * hippie-exp.el (try-expand-line, try-expand-line-all-buffers):
4972 Adapt to above name change.
4973
4974 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
4975 (smbclient-prompt-regexp): Ditto.
4976
4977 * progmodes/inf-lisp.el (inferior-lisp-prompt): Ditto.
4978
4979 2005-04-27 Nick Roberts <nickrob@snap.net.nz>
4980
4981 * progmodes/gdb-ui.el (gdb-location-alist): Rename from
4982 gdb-location-list.
4983 Break lines that are over 80 characters wide.
4984
4985 2005-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
4986
4987 * pcvs-info.el (cvs-fileinfo->full-path, cvs-display-full-path):
4988 New fun and var, to preserve compatibility.
4989
4990 * pcvs.el, pcvs-info.el: Rename "full-path" -> "full-name".
4991
4992 2005-04-26 Dominique de Waleffe <ddw@missioncriticalit.com> (tiny change)
4993
4994 * pcvs-info.el (cvs-fileinfo->backup-file): Don't pass the full file
4995 name to file-newer-than-file-p.
4996
4997 2005-04-26 Richard M. Stallman <rms@gnu.org>
4998
4999 * simple.el (line-move-1): Avoid using vertical-motion in easy cases.
5000
5001 * progmodes/python.el (python-mode):
5002 Use new name eldoc-documentation-function.
5003
5004 * hexl.el (hexl-mode): Use new name eldoc-documentation-function.
5005
5006 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
5007 (eldoc-documentation-function):
5008 Rename from eldoc-print-current-symbol-info-function. Calls changed.
5009
5010 2005-04-26 Nick Roberts <nickrob@snap.net.nz>
5011
5012 * emacs-lisp/byte-run.el (define-obsolete-function-alias): New macro.
5013
5014 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
5015
5016 * term/xterm.el (function-key-map): Fix strings for
5017 {C,S,A,C-S}-f[1-4]. Use substitute-key-definition to bind
5018 {C,S,A,C-S}-{f1-f12}.
5019
5020 2005-04-26 Kenichi Handa <handa@m17n.org>
5021
5022 * international/mule-cmds.el (select-safe-coding-system):
5023 Fix previous change.
5024
5025 2005-04-26 Lute Kamstra <lute@gnu.org>
5026
5027 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix docstring.
5028
5029 * font-lock.el (font-lock-fontify-region-function): Fix docstring.
5030 (font-lock-comment-delimiter-face): Ditto.
5031
5032 * calc/calc.el (calc-trail-mode): Don't set font-lock-defaults.
5033
5034 2005-04-25 Jay Belanger <belanger@truman.edu>
5035
5036 * calc/calc-help.el (calc-view-news): Let-bind inhibit-read-only
5037 to t while inserting information; use help-mode.
5038
5039 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
5040
5041 * term.el (ansi-term-color-vector): Use the xterm colors.
5042 (term-raw-map): Don't add mappings for \eO and \e[. Map deletechar.
5043
5044 2005-04-25 Lute Kamstra <lute@gnu.org>
5045
5046 * font-core.el (font-lock-defaults): Fix docstring.
5047
5048 * font-lock.el (font-lock-syntactic-face-function): Fix docstring.
5049
5050 2005-04-25 Kenichi Handa <handa@m17n.org>
5051
5052 * international/mule-cmds.el (select-safe-coding-system):
5053 Don't check consistency with coding: spec, etc if raw-text or
5054 no-conversion was found to be safe.
5055
5056 2005-04-24 Richard M. Stallman <rms@gnu.org>
5057
5058 * mail/sendmail.el (mail-font-lock-keywords): Match any number of
5059 citation markers at start of each line.
5060
5061 * mail/rmail.el (rmail-font-lock-keywords): Match any number of
5062 citation markers at start of each line.
5063
5064 * font-lock.el (font-lock-comment-delimiter-face): Doc fix.
5065
5066 * files.el (mode-require-final-newline): Fix previous change.
5067 (require-final-newline): Fix type label.
5068
5069 2005-04-24 Glenn Morris <gmorris@ast.cam.ac.uk>
5070
5071 * progmodes/f90.el (f90-calculate-indent): Fix treatment of first
5072 statement in buffer (broken by 2004-11-24 change).
5073
5074 2005-04-24 Kim F. Storm <storm@cua.dk>
5075
5076 * ido.el (ido-everywhere): Save and restore old read-buffer-function
5077 and read-file-name-function values. Don't overwrite existing
5078 non-nil values if ido-mode is enabled without ido-everywhere.
5079
5080 2005-04-24 Luc Teirlinck <teirllm@auburn.edu>
5081
5082 * files.el (mode-require-final-newline): Minor doc fix.
5083
5084 2005-04-24 Eli Zaretskii <eliz@gnu.org>
5085
5086 * subr.el (syntax-after): Doc fix.
5087 (syntax-class): If argument is nil, return nil. Mask off upper 16
5088 bits, not 8 bits.
5089
5090 * files.el (mode-require-final-newline): Doc fix.
5091 (backup-buffer-copy): Fix last change.
5092
5093 2005-04-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5094
5095 * term/mac-win.el: Require select. Set selection-coding-system to
5096 mac-system-coding-system. Call menu-bar-enable-clipboard.
5097 (x-last-selected-text-clipboard, x-last-selected-text-primary)
5098 (x-select-enable-clipboard): New variables.
5099 (x-select-text, x-get-selection, x-selection-value)
5100 (x-get-selection-value, mac-select-convert-to-string)
5101 (mac-services-open-file, mac-services-open-selection)
5102 (mac-services-insert-text): New functions.
5103 (CLIPBOARD, FIND): Put mac-scrap-name property.
5104 (com.apple.traditional-mac-plain-text, public.utf16-plain-text)
5105 (public.tiff): Put mac-ostype property.
5106 (selection-converter-alist): Add entries for them.
5107 (mac-application-menu-map): New keymap.
5108 (interprogram-cut-function, interprogram-paste-function): Set to
5109 x-select-text and x-get-selection-value, respectively.
5110 (split-window-keep-point): Set to t.
5111
5112 2005-04-23 Richard M. Stallman <rms@gnu.org>
5113
5114 * files.el (read-directory-name): Always pass non-nil
5115 DEFAULT-FILENAME arg to read-file-name.
5116 (backup-buffer-copy, basic-save-buffer-2): Take care against
5117 writing thru an unexpected existing symlink.
5118 (revert-buffer): In indirect buffer, revert the base buffer.
5119 (magic-mode-alist): Doc fix.
5120 (buffer-stale-function): Doc fix.
5121 (minibuffer-with-setup-hook): Avoid warning.
5122 (mode-require-final-newline): Doc and custom fix.
5123
5124 * follow.el (follow-end-of-buffer): Use with-no-warnings.
5125
5126 * font-lock.el (font-lock-comment-face): On terminals with few colors,
5127 use the default appearance.
5128 (font-lock-comment-delimiter-face): New face, new variable.
5129
5130 * imenu.el (imenu--generic-function): The official position of a
5131 definition is the start of the line that BEG is in.
5132
5133 * midnight.el (midnight-timer): Move defvar up.
5134
5135 * mouse.el (mouse-drag-region-1): Delete some debugging code.
5136
5137 * saveplace.el (save-place-to-alist): Use with-no-warnings.
5138
5139 * startup.el (command-line): Use with-no-warnings.
5140
5141 * window.el (window-size-fixed): New defvar.
5142
5143 * emacs-lisp/easymenu.el (easy-menu-do-define): Use defalias, not fset.
5144
5145 * mail/rmail.el (rmail-font-lock-keywords):
5146 Use font-lock-comment-delimiter-face.
5147
5148 * mail/sendmail.el (mail-font-lock-keywords):
5149 Use font-lock-comment-delimiter-face.
5150
5151 * progmodes/compile.el (next-error-highlight-timer): New defvar.
5152
5153 2005-04-23 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change)
5154
5155 * progmodes/compile.el (compilation-mode-font-lock-keywords):
5156 Specify t for LAXMATCH when matching directories.
5157 Save match data around compilation-compat-error-properties form.
5158
5159 2005-04-23 David Kastrup <dak@gnu.org>
5160
5161 * textmodes/tex-mode.el (TeX-mode, plain-TeX-mode, LaTeX-mode):
5162 Mention that the autoloaded aliases should be kept for AUCTeX.
5163
5164 2005-04-23 Andreas Schwab <schwab@suse.de>
5165
5166 * isearch.el (isearch-forward): Doc fix.
5167
5168 2005-04-23 Eli Zaretskii <eliz@gnu.org>
5169
5170 * jit-lock.el (jit-lock-stealth-time): Change default value to 16.
5171 (jit-lock-stealth-nice): Change default value to 0.5.
5172
5173 2005-04-23 Eric Hanchrow <offby1@blarg.net> (tiny change)
5174
5175 * abbrev.el (write-abbrev-file): Write table entries in
5176 alphabetical order by table name.
5177
5178 2005-04-22 Kim F. Storm <storm@cua.dk>
5179
5180 * ido.el (ido-read-internal): Fix `list' completion.
5181
5182 2005-04-22 Kenichi Handa <handa@m17n.org>
5183
5184 * recentf.el (recentf-save-file-coding-system): New variable.
5185 (recentf-save-list): Encode the file by
5186 recentf-save-file-coding-system and add coding: tag.
5187
5188 2005-04-22 Nick Roberts <nickrob@snap.net.nz>
5189
5190 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): New macro.
5191
5192 2005-04-21 Lute Kamstra <lute@gnu.org>
5193
5194 * loadhist.el (unload-feature): Don't remove a function from hooks
5195 if it is about to be restored to an autoload . Remove functions
5196 that will become unbound from auto-mode-alist. Simplify the code.
5197
5198 * subr.el (assq-delete-all): New implementation that is linear,
5199 not quadratic. Suggested by David Kastrup <dak@gnu.org>.
5200 (rassq-delete-all): New function.
5201
5202 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
5203 Add size-indication-mode.
5204
5205 2005-04-21 Kenichi Handa <handa@m17n.org>
5206
5207 * international/mule-cmds.el: Add autoload for widget-value in
5208 eval-when-compile.
5209
5210 2005-04-21 Nick Roberts <nickrob@snap.net.nz>
5211
5212 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
5213 Add tooltip-mode.
5214
5215 * bindings.el (mode-line-mode-menu): Remove tooltip-mode.
5216
5217 2005-04-20 Luc Teirlinck <teirllm@auburn.edu>
5218
5219 * progmodes/inf-lisp.el (inferior-lisp): New defgroup.
5220 (inferior-lisp-filter-regexp, inferior-lisp-program)
5221 (inferior-lisp-load-command, inferior-lisp-prompt)
5222 (inferior-lisp-mode-hook, lisp-source-modes)
5223 (inferior-lisp-load-hook): defvar->defcustom.
5224 (inferior-lisp-program, inferior-lisp-prompt)
5225 (inferior-lisp-load-hook): Doc fixes.
5226 (inferior-lisp-install-letter-bindings): Small change in
5227 introductory comment.
5228
5229 2005-04-20 Dan Nicolaescu <dann@ics.uci.edu>
5230
5231 * vc.el (vc-annotate-color-map): Change some colors so that text
5232 using them as foreground is readable on both white and black
5233 backgrounds.
5234
5235 2005-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
5236
5237 * international/mule-conf.el (translation-table-for-input):
5238 Remove redundant declaration.
5239
5240 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
5241
5242 * progmodes/gud.el (gud-menu-map): Add tooltip-toggle-gud-tips.
5243
5244 * tooltip.el (tooltip-gud-tips-p): Expand documentation.
5245 (tooltip-toggle-gud-tips): New function.
5246
5247 2005-04-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5248
5249 * term/mac-win.el (mac-symbol-encoder): Fix mappings of left and
5250 right angle brackets.
5251
5252 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
5253
5254 * tooltip.el (tooltip-use-echo-area): Replace as alias and deprecate.
5255
5256 2005-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
5257
5258 * progmodes/flymake.el (flymake-get-absolute-file-name-basedir):
5259 Remove. Update callers to use expand-file-name instead.
5260
5261 * subr.el (syntax-class): New function.
5262
5263 * simple.el (blink-matching-open): Use it.
5264
5265 * paren.el (show-paren-function): Use it to recognize parens that are
5266 also used in 2-char comment markers.
5267
5268 2005-04-19 Lute Kamstra <lute@gnu.org>
5269
5270 * loadhist.el (unload-feature): Update for new format of
5271 load-history. Simplify the code.
5272
5273 2005-04-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5274
5275 * term/mac-win.el: Add coding: tag and set it to iso-2022-7bit.
5276 (mac-add-charset-info): New function. Initialize variable
5277 mac-charset-info-alist using it.
5278 (mac-centraleurroman, mac-cyrillic): Do not use UCS in table data
5279 for translation.
5280 (mac-symbol-encoder, mac-dingbats-encoder): New translation table.
5281 (mac-font-encoder-list): Add entries for mac-symbol and mac-dingbats.
5282 (ccl-encode-mac-symbol-font, ccl-encode-mac-dingbats-font):
5283 New CCL programs.
5284
5285 2005-04-19 Kim F. Storm <storm@cua.dk>
5286
5287 * simple.el (next-buffer, prev-buffer, next-error)
5288 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
5289 (clone-indirect-buffer-other-window): Move bindings to bindings.el.
5290
5291 * bindings.el (next-buffer, prev-buffer, next-error)
5292 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
5293 (clone-indirect-buffer-other-window): Move bindings from simple.el.
5294 (next-buffer, prev-buffer): Add C-x C-right and C-x C-left bindings.
5295 (next-error, previous-error): Add M-g M-n/n and M-g M-p/p bindings.
5296
5297 2005-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
5298
5299 * isearch.el (isearch-edit-string): Make the search-ring available for
5300 minibuffer history commands.
5301 (minibuffer-local-isearch-map): Remove bindings for M-p and M-n,
5302 the default history commands now work just as well.
5303 (isearch-ring-retreat-edit, isearch-ring-advance-edit): Remove.
5304
5305 2005-04-18 Kim F. Storm <storm@cua.dk>
5306
5307 * emulation/cua-base.el (cua--pre-command-handler): Add more
5308 elaborate check for shift modifier on non-window systems.
5309
5310 2005-04-18 Lars Hansen <larsh@math.ku.dk>
5311
5312 * desktop.el: Make "--no-desktop" turn off `desktop-save-mode'.
5313
5314 2005-04-18 Kim F. Storm <storm@cua.dk>
5315
5316 * tooltip.el (tooltip-show): Change second arg to USE-ECHO-AREA
5317 and make it optional. Don't test tooltip-gud-echo-area here.
5318 (tooltip-gud-process-output, gdb-tooltip-print):
5319 Pass tooltip-gud-echo-area to tooltip-show.
5320 (tooltip-help-tips): Remove second optional arg to tooltip-show.
5321
5322 2005-04-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5323
5324 * tooltip.el (tooltip-mode): `emacs-quick-startup' and
5325 `display-graphic-p' may not be bound yet.
5326
5327 2005-04-17 Luc Teirlinck <teirllm@auburn.edu>
5328
5329 * startup.el (command-line): No longer enable Xterm Mouse mode by
5330 default in terminals compatible with xterm.
5331
5332 * xt-mouse.el (xterm-mouse-mode): Set init value back to nil.
5333
5334 2005-04-18 Nick Roberts <nickrob@snap.net.nz>
5335
5336 * tooltip.el (tooltip-gud-echo-area): Rename from
5337 tooltip-use-echo-area.
5338 (tooltip-show, tooltip-gud-process-output, gdb-tooltip-print)
5339 (tooltip-help-tips): Allow GUD tooltips to be displayed in echo
5340 area independently of where help tooltips are displayed.
5341
5342 2005-04-17 David Kastrup <dak@gnu.org>
5343
5344 * cus-theme.el (custom-theme-write-variables): Quote variables
5345 where necessary.
5346
5347 2005-04-17 Richard M. Stallman <rms@gnu.org>
5348
5349 * simple.el (yank-excluded-properties): Add follow-link to value.
5350
5351 * jka-compr.el (jka-compr-compression-info-list): Fix custom type.
5352
5353 * startup.el (fancy-splash-max-time): Just 30 seconds.
5354 (fancy-splash-delay): Just 7.
5355 (fancy-splash-screens): No time limit other than fancy-splash-max-time.
5356
5357 * loadhist.el (unload-feature): Update for new format of load-history.
5358 Simplify the code.
5359
5360 * mail/rmail.el (rmail-ignored-headers): Ignore more headers
5361 (rmail-font-lock-keywords): Don't fontify the text of a citation.
5362
5363 * mail/sendmail.el (mail-font-lock-keywords):
5364 Don't fontify subject text.
5365 Don't fontify the text of a citation.
5366
5367 2005-04-17 Mark H. Weaver <mhw@netris.org> (tiny change)
5368
5369 * comint.el (comint-output-filter): Run comint-output-filter-functions
5370 with point where the user had it.
5371
5372 2005-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
5373
5374 * international/ucs-tables.el (ucs-set-table-for-input):
5375 Disable when using unify-on-decoding.
5376
5377 2005-04-16 Dan Nicolaescu <dann@ics.uci.edu>
5378
5379 * emulation/cua-base.el (cua-global-mark-face): Add special case
5380 for displays supporting a high number of colors.
5381
5382 2005-04-16 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
5383
5384 * repeat.el (repeat): Invoke pre-command-hook and post-command-hook.
5385
5386 2005-04-16 Chong Yidong <cyd@stupidchicken.com>
5387
5388 * filesets.el (filesets-add-buffer): If user supplies a name of a
5389 non-existing fileset, create a new fileset.
5390
5391 2005-04-16 Carsten Dominik <dominik@science.uva.nl>
5392
5393 * textmodes/org.el (org-up-heading-all): Fix bug with
5394 `outline-up-heading-all'.
5395
5396 2005-04-16 Andreas Schwab <schwab@suse.de>
5397
5398 * files.el (auto-mode-alist): Handle /etc/sysconfig/*,
5399 /etc/permissions.d/* and /etc/aliases.d/*.
5400
5401 2005-04-16 Kenichi Handa <handa@m17n.org>
5402
5403 * international/code-pages.el (cp-make-coding-system):
5404 Set `translation-table-for-input' property value to the symbol
5405 ucs-mule-to-mule-unicode, not to that value.
5406 (pt154): Escape guillemet by `\'.
5407
5408 2005-04-15 Luc Teirlinck <teirllm@auburn.edu>
5409
5410 * loadup.el: Load tooltip if x-show-tip is fboundp.
5411
5412 * startup.el (command-line): Add comment.
5413
5414 * tooltip.el (tooltip-mode): Specify correct standard value for
5415 Custom in init-value.
5416
5417 2005-04-15 Nick Roberts <nickrob@snap.net.nz>
5418
5419 * progmodes/gud.el (gud-goto-info): Use existing Info buffer, if
5420 possible.
5421
5422 2005-04-15 Carsten Dominik <dominik@science.uva.nl>
5423
5424 * textmodes/org.el (org-agenda-date-prompt): Rename from
5425 `org-agenda-date-today'.
5426 (org-evaluate-time-range): Insert at point instead of directly
5427 after time range.
5428 (org-first-headline-recenter, org-subtree-end-visible-p)
5429 (org-optimize-window-after-visibility-change): New functions
5430 (org-agenda-post-command-hook): Don't allow point at end of line,
5431 to make sure it always hits the text properties.
5432 (org-agenda-next-date-line, org-agenda-previous-date-line):
5433 New commands.
5434 (org-set-regexps-and-options): Category may contain white space.
5435 (org-agenda-get-deadlines, org-agenda-get-scheduled):
5436 Improve marker positions.
5437 (org-agenda-new-marker): Argument POS made optional.
5438 (org-agenda-get-timestamps): Deadlines which are done are listed
5439 in org-done-face now.
5440 (org-agenda-get-todos, org-agenda-get-timestamps)
5441 (org-agenda-get-deadlines, org-agenda-get-scheduled):
5442 Set `undone-face' and `done-face' properties.
5443 (org-last-todo-state-is-todo): New variable.
5444 (org-todo): Set `org-last-todo-state-is-todo'.
5445 (org-agenda-todo): Change face according to
5446 `org-last-todo-state-is-todo'. And change other lines referring to
5447 the same entry.
5448 (org-calendar-goto-agenda): New command.
5449 (org-calendar-to-agenda-key): New option.
5450 (org-startup-folded): New allowed value `content'.
5451 (org-set-regexps-and-options): Accept new value `content' for
5452 `org-startup-folded'.
5453 (org-get-current-options): Handle new value `content' for
5454 `org-startup-folded'.
5455 (org-insert-todo-heading): New command.
5456 (org-mode): Insert first line "*-* mode: org-mode -*-" when called
5457 interactively in empty file and option
5458 `org-insert-mode-line-in-empty-file' has been set.
5459 (org-agenda-todo,org-agenda-priority): Modify to use
5460 `org-agenda-change-all-lines'.
5461 (org-warning-face): Change color on dark background
5462
5463 2005-04-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5464
5465 * international/mule-cmds.el (set-locale-environment): On Mac OS,
5466 use preferences AppleLocale and AppleLanguages, and variable
5467 mac-system-locale for default locale. On Mac OS Classic, use
5468 mac-system-coding-system for default coding systems.
5469
5470 * term/mac-win.el: Don't set file-name-coding-system.
5471 Decode variables system-name, emacs-build-system, user-login-name, and
5472 user-full-name by mac-system-coding-system on Mac OS Classic.
5473 (mac-system-coding-system): New variable.
5474
5475 2005-04-13 Luc Teirlinck <teirllm@auburn.edu>
5476
5477 * startup.el (command-line): Handle `xterm-mouse-mode' before
5478 reading init file.
5479
5480 * xt-mouse.el (xterm-mouse-mode): Adapt to above change.
5481
5482 2005-04-13 Glenn Morris <gmorris@ast.cam.ac.uk>
5483
5484 * progmodes/sh-script.el (sh-here-document-word): Make it a
5485 defcustom. Doc fix.
5486 (sh-add): Bash uses $(( )) for arithmetic.
5487 (sh-while-getopts) <sh>: Set OPTIND back to 1 at end.
5488 (sh-maybe-here-document): Remove quotes and leading whitespace
5489 from heredoc word when closing. Indent heredoc with tabs if word
5490 starts with "-".
5491
5492 2005-04-13 Richard M. Stallman <rms@gnu.org>
5493
5494 * simple.el (undo): Fix previous change.
5495
5496 * custom.el (defface): Doc fix.
5497
5498 2005-04-13 Lute Kamstra <lute@gnu.org>
5499
5500 * Makefile.in (DONTCOMPILE): Remove list.
5501 (compile, compile-always): Don't use DONTCOMPILE.
5502 (update-authors): Load the library in which batch-update-authors
5503 is defined.
5504 * makefile.w32-in (DONTCOMPILE): Remove list.
5505 (compile, compile-always): Fix comments.
5506 (update-authors): Load the library in which batch-update-authors
5507 is defined.
5508
5509 * generic-x.el (generic-mode-ini-file-find-file-hook):
5510 Rename to ini-generic-mode-find-file-hook.
5511 Keep generic-mode-ini-file-find-file-hook as an alias.
5512 (ini-generic-mode-find-file-hook): Rename from
5513 generic-mode-ini-file-find-file-hook. Fix docstring.
5514 (ini-generic-mode): Docstring change.
5515 (bat-generic-mode-run-as-comint): Silence the byte compiler.
5516
5517 * help.el (describe-key-briefly): UNTRANSLATED can be nil when
5518 called from lisp.
5519
5520 * generic.el: Move to the emacs-lisp subdir.
5521
5522 2005-04-12 Dan Nicolaescu <dann@ics.uci.edu>
5523
5524 * term/xterm.el (function-key-map): Add mappings for A-, C-, S-
5525 and C-S- function and cursor motion keys.
5526
5527 2005-04-12 Luc Teirlinck <teirllm@auburn.edu>
5528
5529 * startup.el (command-line): Enable Xterm Mouse mode by default.
5530 * xt-mouse.el (xterm-mouse-mode): Provide correct standard value
5531 for Custom. No longer show "Mouse" in mode line when enabled.
5532 Doc fix.
5533
5534 2005-04-12 Kim F. Storm <storm@cua.dk>
5535
5536 * emulation/cua-base.el (cua-rectangle-face)
5537 (cua-rectangle-noselect-face): Define face attributes here.
5538
5539 * emulation/cua-rect.el (cua--init-rectangles): Remove face setup.
5540
5541 2005-04-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5542
5543 * startup.el (command-line): Turn off blinking cursor if
5544 cursorBlink in resources is off or false.
5545
5546 2005-04-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5547
5548 * term/mac-win.el (dnd): Require dnd.
5549 (mac-drag-n-drop): Call dnd-handle-one-url.
5550 (kTextEncodingMacRoman, kTextEncodingISOLatin1)
5551 (kTextEncodingISOLatin2): Remove constants.
5552 (mac-script-code-coding-systems): New constant.
5553 (mac-handle-language-change): New function.
5554 (special-event-map): Bind it to `language-change' event.
5555 (mac-centraleurroman, mac-cyrillic): New coding systems.
5556 (mac-font-encoder-list, ccl-encode-mac-centraleurroman-font)
5557 (ccl-encode-mac-cyrillic-font): Rename mac-centraleurroman-encoder
5558 and mac-cyrillic-encoder to encode-mac-centraleurroman and
5559 encode-mac-cyrillic, respectively.
5560
5561 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
5562
5563 * progmodes/gud.el, progmodes/gdb-ui.el (gdb-assembler-mode):
5564 Don't set overlay-arrow-string to "=>" as this is done
5565 globally in C now.
5566
5567 2005-04-12 Lute Kamstra <lute@gnu.org>
5568
5569 * generic-x.el (rc-generic-mode, rul-generic-mode):
5570 Fix auto-mode-alist entries.
5571 (etc-fstab-generic-mode): Tweak fontification.
5572
5573 * generic.el (generic-make-keywords-list): Fix docstring.
5574 (generic-mode-internal): Simplify generic-font-lock-keywords.
5575
5576 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
5577
5578 * whitespace.el (whitespace-buffer-leading)
5579 (whitespace-buffer-trailing): Revert the incorrect test inversion.
5580 However, fix the highlight area for the leading and
5581 trailing whitespaces to show space.
5582
5583 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
5584
5585 * whitespace.el (whitespace-version): Bump to 3.5
5586
5587 (whitespace-buffer-leading, whitespace-buffer-trailing):
5588 Invert sense of the test to highlight the whitespace.
5589
5590 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
5591
5592 * progmodes/gud.el (gud-display-line): GUD uses its own
5593 overlay arrow now so don't set overlay-arrow-string.
5594 (gud-pdb-command-name): Revert back to "pdb" (2004-04-26).
5595
5596 2005-04-11 Dan Nicolaescu <dann@ics.uci.edu>
5597
5598 * term.el (term-ansi-current-bold, term-ansi-current-underline)
5599 (term-ansi-current-reverse, term-ansi-current-invisible)
5600 (term-ansi-face-already-done): Change to boolean.
5601 (term-reset-terminal, term-handle-colors-array): Handle the above
5602 vars accordingly.
5603 (term-buffer-vertical-motion): Rename from buffer-vertical-motion.
5604 (term-emulate-terminal): Use the new name.
5605
5606 * faces.el (secondary-selection): Use yellow1, not yellow.
5607 (trailing-whitespace): Use red1, not red.
5608
5609 2005-04-11 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5610
5611 * dired.el (dired-mode): Use dnd-* instead of x-dnd-*
5612 (dired-dnd-handle-local-file): Call dnd-get-local-file-name.
5613 (dired-dnd-handle-file): Call dnd-get-local-file-uri
5614
5615 * cus-edit.el (dnd): New group.
5616
5617 * term/w32-win.el (dnd): Require dnd
5618 (w32-drag-n-drop): Call dnd-handle-one-url.
5619
5620 * x-dnd.el: Require dnd.
5621 (x-dnd-handle-uri-list, x-dnd-handle-file-name):
5622 Call dnd-handle-one-url.
5623 (x-dnd-types-alist, x-dnd-insert-utf8-text)
5624 (x-dnd-insert-utf16-text, x-dnd-insert-ctext): Change x-dnd-insert-text
5625 to dnd-insert-text.
5626 (x-dnd-protocol-alist, x-dnd-open-file-other-window)
5627 (x-dnd-handle-one-url, x-dnd-get-local-file-uri)
5628 (x-dnd-get-local-file-name, x-dnd-open-local-file)
5629 (x-dnd-open-file, x-dnd-insert-text): Move to dnd.el (without x-).
5630
5631 * dnd.el (dnd-protocol-alist): New file with generic DND functions.
5632
5633 2005-04-11 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
5634
5635 * wdired.el: Doc fixes.
5636 (wdired-confirm-overwrite): Rename from wdired-is-ok-overwrite.
5637 (wdired-use-dired-vertical-movement): Rename from
5638 wdired-always-move-to-filename-beginning.
5639 (wdired-mode-map): Use `ignore' instead of `wdired-newline'.
5640 (wdired-change-to-wdired-mode): Change mode name.
5641 (wdired-newline): Delete.
5642
5643 2005-04-11 Richard M. Stallman <rms@gnu.org>
5644
5645 * whitespace.el (whitespace-highlight-the-space):
5646 Don't call whitespace-unhighlight-the-space here.
5647
5648 * simple.el (undo): Record t in undo-equiv-table
5649 for the redo record made by an undo-in-region.
5650
5651 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
5652
5653 * progmodes/gdb-ui.el (gdb-display-inferior-io-buffer)
5654 (gdb-frame-inferior-io-buffer): New Functions to control
5655 display of separate IO buffer.
5656 (menu): Add them to menu-bar.
5657 (gdb-display-buffer): Check for buffer another frame.
5658 Protect GUD buffer.
5659 (gdb-setup-windows): Create IO buffer if not already there.
5660 (gdb-memory-mode): Remove purecopy noops.
5661
5662 2005-04-11 Glenn Morris <gmorris@ast.cam.ac.uk>
5663
5664 * progmodes/f90.el (f90-electric-insert): Add optional prefix arg,
5665 and pass to self-insert-command.
5666
5667 2005-04-11 Lute Kamstra <lute@gnu.org>
5668
5669 * generic.el: Commentary section cleanup.
5670 (generic): Delete.
5671 (generic-use-find-file-hook, generic-lines-to-scan)
5672 (generic-find-file-regexp, generic-ignore-files-regexp)
5673 (default-generic-mode, generic-mode-find-file-hook)
5674 (generic-mode-ini-file-find-file-hook): Move to generic-x.el.
5675 * generic-x.el (generic-x): Docstring fix. Put it in the data group.
5676 (generic-use-find-file-hook, generic-lines-to-scan)
5677 (generic-find-file-regexp, generic-ignore-files-regexp)
5678 (default-generic-mode, generic-mode-find-file-hook)
5679 (generic-mode-ini-file-find-file-hook): Move from generic.el.
5680
5681 2005-04-10 Karl Fogel <kfogel@red-bean.com>
5682
5683 * bookmark.el (bookmark-write-file): Catch errors writing file.
5684 This is the same change as saveplace.el at 2005-04-10T23:32:00Z!rms@gnu.org.
5685
5686 2005-04-10 Richard M. Stallman <rms@gnu.org>
5687
5688 * startup.el (fancy-splash-tail): Update copyright year.
5689 (command-line): Split part of -Q into -D.
5690 (emacs-basic-display): New defvar.
5691 (fancy-splash-text): Correct name of menu item.
5692
5693 * saveplace.el (save-place-alist-to-file): Catch errors writing file.
5694
5695 * info.el (Info-fontify-node): Handle fontification of multiple * Menu
5696 lines in one node.
5697
5698 * comint.el (comint-send-input): New arg ARTIFICIAL.
5699 Callers in this file changed.
5700
5701 * abbrev.el (define-abbrevs): Read system abbrevs properly.
5702
5703 * emacs-lisp/map-ynp.el (map-y-or-n-p): Clarify RET/q in help message.
5704
5705 2005-04-10 Chong Yidong <cyd@stupidchicken.com>
5706
5707 * url/url-ldap.el (url-ldap): Add docstring. Fix call to
5708 `ldap-search-internal'.
5709
5710 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
5711
5712 * files.el (set-auto-mode-1): Use line-end-position.
5713
5714 * international/latin-1.el:
5715 * international/latin-2.el:
5716 * international/latin-3.el:
5717 * international/latin-4.el:
5718 * international/latin-5.el:
5719 * international/latin-8.el:
5720 * international/latin-9.el: Give punctuation syntax to NBSP.
5721
5722 * textmodes/bibtex.el (bibtex-autokey-titleword-ignore)
5723 (bibtex-reference-key, bibtex-autokey-demangle-name, bibtex-mode):
5724 Use char-classes to accept non-ascii letters, accepted in some recent
5725 bibtex implementations.
5726
5727 2005-04-10 Luc Teirlinck <teirllm@auburn.edu>
5728
5729 * custom.el (custom-set-minor-mode): Any non-nil value for the
5730 variable should enable the mode when set through Custom.
5731
5732 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
5733
5734 * progmodes/vhdl-mode.el (vhdl-mode-map-init): Don't override default
5735 TAB binding so tab-always-indent is obeyed.
5736 (vhdl-minibuffer-local-map): Move initialization into declaration.
5737 (vhdl-mode-abbrev-table-init): Mark the abbrevs as `system'.
5738 (vhdl-run-when-idle, vhdl-create-mode-menu, vhdl-character-to-event)
5739 (vhdl-hooked-abbrev): Avoid test for XEmacs.
5740 (vhdl-current-line): Use line-beginning-position.
5741 (vhdl-doc-variable, vhdl-doc-mode): Call help-setup-xref before
5742 with-output-to-temp-buffer, so the current position can be recorded.
5743
5744 2005-04-10 Masatake YAMATO <jet@gyve.org>
5745
5746 * progmodes/compile.el (compilation-error-regexp-alist-alist):
5747 Add regexp for gcov.
5748
5749 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
5750
5751 * calendar/time-date.el (time-to-seconds, seconds-to-time)
5752 (days-to-time, time-subtract, time-add): Don't use the #xhhhh
5753 syntax which Emacs 20 doesn't support.
5754
5755 2005-04-09 Richard M. Stallman <rms@gnu.org>
5756
5757 * help.el (describe-key-briefly, describe-key):
5758 Replace strings as event types with "(any string)".
5759
5760 2005-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
5761
5762 * arc-mode.el (archive-mode-map): Move initialization into
5763 the declaration. Override *all* bindings of `undo'.
5764 (archive-lemacs): Remove, use (featurep 'xemacs) instead.
5765
5766 2005-04-09 Jay Belanger <belanger@truman.edu>
5767
5768 * calc/calc-units.el (math-standard-units): Redefine Watt hour as W*hr.
5769
5770 2005-04-09 Dan Nicolaescu <dann@ics.uci.edu>
5771
5772 * term/xterm.el (xterm-rgb-convert-to-16bit): Simplify.
5773 (xterm-register-default-colors): Update color values computation
5774 to match xterm-200.
5775
5776 2005-04-09 Kenichi Handa <handa@m17n.org>
5777
5778 * international/code-pages.el (iso-latin-7): Fix the map.
5779
5780 2005-04-08 Luc Teirlinck <teirllm@auburn.edu>
5781
5782 * emacs-lisp/lisp.el (defun-prompt-regexp)
5783 (parens-require-spaces, buffer-end, end-of-defun)
5784 (insert-parentheses): Doc fixes.
5785
5786 2005-04-08 Kim F. Storm <storm@cua.dk>
5787
5788 * comint.el (comint-highlight-prompt): Fix face spec.
5789 * hi-lock.el (hi-green): Likewise.
5790
5791 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
5792
5793 * cus-edit.el (custom-modified-face):
5794 * comint.el (comint-highlight-input): Fix previous changes.
5795 * term.el (term-handle-ansi-escape): Add a comment.
5796
5797 2005-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
5798
5799 * whitespace.el (whitespace-highlight-the-space): Put the same overlay
5800 in the buffer and in whitespace-highlighted-space.
5801 (whitespace-unhighlight-the-space): Simplify.
5802 (whitespace-buffer): Simplify.
5803
5804 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
5805
5806 * textmodes/table.el (table-cell-face): Add special case for
5807 displays supporting a high number of colors.
5808 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
5809 (vhdl-font-lock-reserved-words-face)
5810 (vhdl-speedbar-architecture-face)
5811 (vhdl-speedbar-instantiation-face)
5812 (vhdl-speedbar-architecture-selected-face)
5813 (vhdl-speedbar-instantiation-selected-face): Likewise.
5814 * progmodes/sh-script.el (sh-heredoc-face): Likewise.
5815 * progmodes/idlw-help.el (idlwave-help-link-face): Likewise.
5816 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
5817 (ebrowse-root-class-face, ebrowse-member-attribute-face)
5818 (ebrowse-progress-face): Likewise.
5819 * progmodes/compile.el (compilation-info-face): Likewise.
5820 * progmodes/cc-fonts.el (c-invalid-face): Likewise.
5821 * emacs-lisp/re-builder.el (reb-match-3): Likewise.
5822 * calendar/calendar.el (diary-face): Likewise.
5823 * woman.el (woman-italic-face, woman-bold-face)
5824 (woman-unknown-face): Likewise.
5825 * wid-edit.el (widget-button-pressed-face): Likewise.
5826 * whitespace.el (whitespace-highlight-face): Likewise.
5827 * smerge-mode.el (smerge-mine-face, smerge-base-face): Likewise.
5828 * pcvs-info.el (cvs-marked-face): Likewise.
5829 * info.el (info-xref): Likewise.
5830 * ido.el (ido-subdir-face, ido-indicator-face): Likewise.
5831 * hilit-chg.el (highlight-changes-face)
5832 (highlight-changes-delete-face): Likewise.
5833 * hi-lock.el (hi-yellow, hi-green, hi-blue-b, hi-green-b)
5834 (hi-red-b): Likewise.
5835 * generic-x.el (show-tabs-tab-face, show-tabs-space-face): Likewise.
5836 * font-lock.el (font-lock-keyword-face)
5837 (font-lock-function-name-face, font-lock-warning-face): Likewise.
5838 * cus-edit.el (custom-invalid-face, custom-modified-face)
5839 (custom-set-face, custom-changed-face, custom-variable-tag-face)
5840 (custom-group-tag-face-1, custom-group-tag-face): Likewise.
5841 * comint.el (comint-highlight-prompt): Likewise.
5842
5843 2005-04-08 Lute Kamstra <lute@gnu.org>
5844
5845 * font-lock.el (font-lock-keywords): Docstring fixes.
5846
5847 2005-04-08 Kenichi Handa <handa@m17n.org>
5848
5849 * ps-mule.el (ps-mule-show-warning): If the number of unprintable
5850 chars are more than a limit, print " and more..." at the tail.
5851
5852 2005-04-08 Kim F. Storm <storm@cua.dk>
5853
5854 * emacs-lisp/authors.el (authors-aliases): Update list.
5855 (authors-ignored-files): New list.
5856 (authors-fixed-entries): Fix typo.
5857 (authors-renamed-files-alist): Update list.
5858 (authors-add): Check authors-ignored-files.
5859
5860 2005-04-08 Carsten Dominik <dominik@science.uva.nl>
5861
5862 * calendar/diary-lib.el (add-to-diary-list): MARKER argument made
5863 optional, to ensure backward compatibility.
5864
5865 2005-04-08 Stephen Eglen <stephen@gnu.org>
5866
5867 * textmodes/flyspell.el (flyspell-large-region): Doc fix.
5868
5869 2005-04-08 Kim F. Storm <storm@cua.dk>
5870
5871 * buff-menu.el (Buffer-menu-mode-map): Map follow-link to mouse-face.
5872
5873 * mouse.el (mouse-on-link-p): Doc fix.
5874
5875 2005-04-07 Luc Teirlinck <teirllm@auburn.edu>
5876
5877 * ielm.el (ielm-prompt-read-only): Doc fix.
5878
5879 * comint.el (comint-prompt-read-only): Doc fix.
5880
5881 2005-04-07 Benjamin Rutt <brutt@bloomington.in.us>
5882
5883 * ffap.el (ffap-pass-wildcards-to-dired): New user option to
5884 ensure dired always handles wildcards passed to ffap.
5885 (find-file-at-point): Use it.
5886 (ffap-dired-wildcards): Doc fix.
5887
5888 2005-04-07 Juri Linkov <juri@jurta.org>
5889
5890 * simple.el (next-error-overlay-arrow-position): New defvar.
5891 Put "=>" on its property `overlay-arrow-string'. Add it to
5892 `overlay-arrow-variable-list'.
5893
5894 * progmodes/compile.el (compilation-setup):
5895 Set `next-error-overlay-arrow-position' to nil. Also set it to
5896 nil in the local hook `kill-buffer-hook'. Make local variable
5897 `overlay-arrow-string' and set it to "=>".
5898 (compilation-goto-locus): Set BOL position to
5899 `next-error-overlay-arrow-position' instead of
5900 `overlay-arrow-position'.
5901
5902 * info.el (Info-mode): Add `Info-kill-buffer' to `kill-buffer-hook'
5903 locally instead of adding it to the global hook.
5904 (Info-kill-buffer): Move up.
5905
5906 2005-04-06 Dan Nicolaescu <dann@ics.uci.edu>
5907
5908 * term/xterm.el (xterm-standard-colors): Update color values from
5909 xterm-200.
5910
5911 2005-04-06 Stefan Monnier <monnier@iro.umontreal.ca>
5912
5913 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add \bfseries.
5914
5915 * fast-lock.el:
5916 * lazy-lock.el: Move them to the obsolete subdir.
5917
5918 2005-04-06 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
5919
5920 * wdired.el (wdired-advise-functions, wdired-add-skip-in-replace)
5921 (wdired-add-replace-advice): Remove.
5922 (wdired-change-to-wdired-mode): Use query-replace-skip-read-only.
5923
5924 2005-04-06 Kim F. Storm <storm@cua.dk>
5925
5926 * startup.el (command-line): Add --bare-bones alias for -Q.
5927
5928 2005-04-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5929
5930 * term/mac-win.el: Use create-fontset-from-mac-roman-font to
5931 create the startup fontset if a font specification ends with
5932 `mac-roman'.
5933
5934 2005-04-06 Lute Kamstra <lute@gnu.org>
5935
5936 * add-log.el (change-log-font-lock-keywords): Complete 2005-04-03
5937 change.
5938
5939 * emacs-lisp/copyright.el (copyright-update-year): Replace the
5940 right subexpression. Suggested by Jay Bingham <jay.bingham@hp.com>.
5941
5942 2005-04-05 Lute Kamstra <lute@gnu.org>
5943
5944 * generic.el (generic-mode-internal): Fix 2005-03-31 change.
5945 (define-generic-mode): Ditto. Fix debug declaration.
5946
5947 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
5948 Put them in the generic-x group.
5949
5950 * calendar/timeclock.el (timeclock): Doc fix.
5951
5952 * generic.el (define-generic-mode): Don't use custom-current-group.
5953 Document default :group value.
5954 * emacs-lisp/easy-mmode.el (define-minor-mode): Ditto.
5955 (define-global-minor-mode): Don't use custom-current-group.
5956
5957 2005-04-05 Glenn Morris <gmorris@ast.cam.ac.uk>
5958
5959 * startup.el (command-line-1): Display startup-echo-area-message
5960 when fancy splash screen is in use.
5961
5962 * progmodes/sh-script.el (sh-builtins) <bash>: Add `caller'.
5963 (sh-escaped-newline): New face.
5964 (sh-font-lock-keywords) <shell>: Improve regexp for escaped
5965 newline, and use sh-escaped-newline face.
5966
5967 * progmodes/tcl.el (tcl-escaped-newline): New face.
5968 (tcl-builtin-list): New variable.
5969 (tcl-set-font-lock-keywords): Add builtins, variables, and escaped
5970 newlines. Fix keywords subexpression number.
5971
5972 2005-04-05 Carsten Dominik <dominik@science.uva.nl>
5973
5974 * textmodes/org.el (org-diary-default-entry): Fix call to
5975 `add-to-diary-entry'.
5976
5977 2005-04-05 Kim F. Storm <storm@cua.dk>
5978
5979 * ediff-init.el: Use (featurep 'xemacs).
5980
5981 2005-04-05 David Ponce <david@dponce.com>
5982
5983 * cus-edit.el (face): Derive from symbol widget. Display sample
5984 of the current face on the fly.
5985 (widget-face-sample-face-get, widget-face-notify): New functions.
5986 (widget-face-value-create): Remove.
5987
5988 * wid-edit.el (widget-field-end): Temporarily remove field
5989 narrowing before to call `get-char-property'.
5990
5991 2005-04-04 Jay Belanger <belanger@truman.edu>
5992
5993 * calc/calc-aent.el (math-read-replacement-list): Add subscripts.
5994 (math-read-subscripts): New variable.
5995 (math-read-preprocess-string): Process subscripts.
5996
5997 2005-04-04 Luc Teirlinck <teirllm@auburn.edu>
5998
5999 * comint.el (comint-prompt-read-only): Doc fix.
6000
6001 * dired.el (dired-copy-filename-as-kill): Make `-' arg behave like
6002 `-1'. Doc fix.
6003
6004 2005-04-04 Carsten Dominik <dominik@science.uva.nl>
6005
6006 * textmodes/org.el (org-insert-mode-line-in-empty-file):
6007 Change default value to nil.
6008
6009 2005-04-04 Lute Kamstra <lute@gnu.org>
6010
6011 * autorevert.el (auto-revert-mode): Specify :group.
6012 * battery.el (display-battery-mode): Specify :group.
6013 * diff-mode.el (diff-minor-mode): Specify :group.
6014 * font-core.el (font-lock-mode): Specify :group.
6015 * hl-line.el (hl-line-mode): Specify :group.
6016 * iimage.el (iimage): New customization group.
6017 (iimage-mode): Specify :group.
6018 * longlines.el (longlines-mode): Specify :group.
6019 * master.el: Don't require easy-mmode.
6020 (master): New customization group.
6021 (master-mode): Specify :group.
6022 * msb.el (msb-mode): Specify :group.
6023 * reveal.el (reveal-mode): Specify :group.
6024 * simple.el (next-error-follow-minor-mode): Specify :group.
6025 * smerge-mode.el (smerge-mode): Specify :group.
6026 * emacs-lisp/eldoc.el (eldoc-mode): Specify :group.
6027 * emulation/cua-base.el (cua-mode): Specify :group.
6028 * international/encoded-kb.el (encoded-kbd-mode): Specify :group.
6029 * language/thai-util.el (thai-auto-composition-mode)
6030 (thai-word-mode): Specify :group.
6031 * mail/supercite.el (sc-minor-mode): Specify :group.
6032 * progmodes/cwarn.el (cwarn-mode): Specify :group.
6033 * progmodes/flymake.el (flymake-mode): Specify :group.
6034 * progmodes/glasses.el (glasses-mode): Specify :group.
6035 * progmodes/hideif.el (hide-ifdef-mode): Specify :group.
6036 * textmodes/enriched.el (enriched-mode): Specify :group.
6037 * textmodes/refill.el (refill-mode): Specify :group.
6038
6039 * add-log.el (change-log-font-lock-keywords): Names in
6040 parenthesized lists can contain spaces.
6041
6042 2005-04-04 Thien-Thi Nguyen <ttn@gnu.org>
6043
6044 * startup.el (fancy-splash-text): Shorten default text of
6045 "Emacs Tutorial" line. Also, if the current language env
6046 indicates an available tutorial file other than TUTORIAL,
6047 extract its title and append it to the line in parentheses.
6048 (fancy-splash-insert): If arg is a thunk, funcall it.
6049
6050 2005-04-04 Jay Belanger <belanger@truman.edu>
6051
6052 * calc.el (calc-language-alist): Add tags to customization type.
6053
6054 2005-04-03 Luc Teirlinck <teirllm@auburn.edu>
6055
6056 * xt-mouse.el (xterm-mouse-mode): Add explicit Custom group, mouse.
6057 Doc fix.
6058
6059 2005-04-03 Marcelo Toledo <marcelo@gnu.org>
6060
6061 * add-log.el (change-log-font-lock-keywords): The manual
6062 describing a Change Log entry, says: (...) "Aside from these
6063 header lines, every line in the change log starts with a space or
6064 a tab.". The font-lock was not highlighting lines started with
6065 spaces, added support for it.
6066
6067 2005-04-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
6068
6069 * textmodes/bibtex.el (bibtex-url): Use format to generate the url.
6070 (bibtex-generate-url-list): Update docstring accordingly. Put the
6071 complex example in the docstring.
6072 (bibtex-font-lock-url): Use pop.
6073
6074 2005-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
6075
6076 * progmodes/tcl.el (tcl-set-font-lock-keywords): Use new \_< ops.
6077
6078 * pcvs.el (cvs-checkout): Prompt for cvsroot as well.
6079
6080 2005-04-03 Glenn Morris <gmorris@ast.cam.ac.uk>
6081
6082 * filesets.el (filesets-set-default): Doc fix.
6083
6084 2005-04-03 Lute Kamstra <lute@gnu.org>
6085
6086 * generic.el (define-generic-mode): Add argument to specify
6087 keywords for defcustom.
6088 (default-generic-mode): Specify :group.
6089
6090 * generic-x.el: Specify :group for all generic modes.
6091
6092 * desktop.el (desktop-no-desktop-file-hook)
6093 (desktop-after-read-hook): Doc fix.
6094
6095 2005-04-02 Luc Teirlinck <teirllm@auburn.edu>
6096
6097 * simple.el (visible-mode): Use explicit :group keyword.
6098 This changes the group of `visible-mode-hook' from paren-blinking
6099 to editing-basics.
6100
6101 2005-04-02 Sergey Poznyakoff <gray@Mirddin.farlep.net> (tiny change)
6102
6103 * mail/rmail.el (rmail-parse-url): Bugfix. Parse traditional
6104 mailbox specifications as well as URLs.
6105 (rmail-insert-inbox-text): Remove unused conditional branches.
6106
6107 2005-04-01 Jay Belanger <belanger@truman.edu>
6108
6109 * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
6110 (calc-gnuplot-print-command): Move definitions to calc.el.
6111
6112 * calc/calc-embed.el (calc-embedded-announce-formula)
6113 (calc-embedded-open-formula, calc-embedded-close-formula)
6114 (calc-embedded-open-word, calc-embedded-close-word)
6115 (calc-embedded-open-plain, calc-embedded-close-plain)
6116 (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
6117 (calc-embedded-open-mode, calc-embedded-close-mode):
6118 Move definitions to calc.el.
6119
6120 * calc/calc.el (calc-settings-file, calc-language-alist):
6121 Make customizable.
6122 (calc-embedded-announce-formula, calc-embedded-open-formula)
6123 (calc-embedded-close-formula, calc-embedded-open-word)
6124 (calc-embedded-close-word, calc-embedded-open-plain)
6125 (calc-embedded-close-plain, calc-embedded-open-new-formula)
6126 (calc-embedded-close-new-formula, calc-embedded-open-mode)
6127 (calc-embedded-close-mode, calc-gnuplot-name)
6128 (calc-gnuplot-plot-command, calc-gnuplot-print-command): Move here
6129 from other files and make customizable.
6130
6131 2005-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
6132
6133 * pcvs.el (cvs-temp-buffer, cvs-mode-kill-process, cvs-buffer-check):
6134 Use buffer-live-p.
6135 (cvs-mode-run): Don't call cvs-update-header here.
6136 (cvs-run-process): Call cvs-update-header.
6137 Use process properties for cvs-postprocess and cvs-buffer so that
6138 the sentinel can behave better if the temp buffer is killed.
6139 Use a pipe rather than a tty, to better handle unexpected prompts.
6140 (cvs-sentinel): Rewrite. Call cvs-update-header.
6141
6142 2005-04-01 Andre Spiegel <spiegel@gnu.org>
6143
6144 * vc-hooks.el (vc-workfile-unchanged-p): Disable mtime check when
6145 we go via Tramp or Ange-FTP. Suggested by Kai Grossjohann.
6146
6147 2005-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
6148
6149 * generic.el (define-generic-mode): Add indentation rule.
6150
6151 2005-03-31 Luc Teirlinck <teirllm@auburn.edu>
6152
6153 * files.el (mode-require-final-newline): Make Custom correctly
6154 report a nil value and allow to set it to nil via Custom.
6155 Doc fix.
6156
6157 2005-04-01 Kenichi Handa <handa@m17n.org>
6158
6159 * international/characters.el: Enable the correct case setting for
6160 dotless-i and dotted-I.
6161
6162 2005-04-01 Kim F. Storm <storm@cua.dk>
6163
6164 * ido.el (ido-file-internal): Fall back to non-ido command if
6165 initial directory is on slow ftp (or tramp) host.
6166
6167 2005-03-31 Richard M. Stallman <rms@gnu.org>
6168
6169 * emacs-lisp/autoload.el (make-autoload):
6170 Handle define-global-minor-mode.
6171
6172 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
6173 Rename from easy-mmode-define-global-mode.
6174 (easy-mmode-define-global-mode): Alias for define-global-minor-mode.
6175
6176 * progmodes/scheme.el (scheme-mode-syntax-table):
6177 Update syntax of | and # for two-character comment syntax.
6178
6179 2005-03-31 Lute Kamstra <lute@gnu.org>
6180
6181 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode)
6182 (define-minor-mode): Call custom-current-group at load-time.
6183
6184 * generic.el (define-generic-mode): Add debug declaration.
6185 Add defcustom for the mode hook.
6186 (generic-mode-internal): Use run-mode-hooks.
6187
6188 2005-03-31 Kim F. Storm <storm@cua.dk>
6189
6190 * mouse.el (mouse-1-click-follows-link): Increase to 450 ms.
6191 (mouse-fixup-help-message): New defun called by show_help_echo
6192 to fixup mouse-2 prefix in help messages when applicable.
6193
6194 * tooltip.el (tooltip-show-help-function): Don't fixup message here.
6195
6196 2005-03-31 Kenichi Handa <handa@m17n.org>
6197
6198 * language/thai-word.el (thai-find-word-ends): Pay attention to
6199 the case that we reach the end of buffer.
6200
6201 * textmodes/fill.el (fill-text-properties-at): New function.
6202 (fill-newline): Use fill-text-properties-at instead of
6203 text-properties-at.
6204
6205 2005-03-31 Olive Lin <olive.lin@versateladsl.be> (tiny change)
6206
6207 * textmodes/tex-mode.el (tex-start-tex) Use shell-quote-argument,
6208 not comint-quote-filename.
6209
6210 2005-03-31 Thien-Thi Nguyen <ttn@gnu.org>
6211
6212 * help-fns.el (help-with-tutorial): Revert last change.
6213
6214 2005-03-31 Kim F. Storm <storm@cua.dk>
6215
6216 * emulation/cua-base.el (cua-scroll-down): Add CUA property.
6217
6218 2005-03-30 Paul Eggert <eggert@cs.ucla.edu>
6219
6220 * calendar/cal-china.el: Update reference to "Calendrical
6221 Calculations" book; there's a new edition.
6222 * calendar/cal-coptic.el: Likewise.
6223 * calendar/cal-french.el: Likewise.
6224 * calendar/cal-hebrew.el: Likewise.
6225 * calendar/cal-islam.el: Likewise.
6226 * calendar/cal-iso.el: Likewise.
6227 * calendar/cal-julian.el: Likewise.
6228 * calendar/cal-mayan.el: Likewise.
6229 * calendar/cal-persia.el: Likewise.
6230 * calendar/calendar.el: Likewise.
6231 * calendar/holidays.el: Likewise.
6232 * calendar/lunar.el: Likewise.
6233 * calendar/solar.el: Likewise.
6234
6235 * calendar/calendar.el (calendar-day-abbrev-array): Remove trailing
6236 white space from doc string.
6237
6238 2005-03-30 Jay Belanger <belanger@truman.edu>
6239
6240 * calc/calc-help.el (calc-full-help): Remove email address.
6241
6242 2005-03-30 Thien-Thi Nguyen <ttn@gnu.org>
6243
6244 * help-fns.el (help-with-tutorial): Delete title line.
6245
6246 2005-03-30 Glenn Morris <gmorris@ast.cam.ac.uk>
6247
6248 * calendar/cal-x.el (calendar-one-frame-setup)
6249 (calendar-only-one-frame-setup, calendar-two-frame-setup): Use t
6250 rather than 'symbol for set-window-dedicated-p.
6251
6252 * calendar/appt.el (appt-buffer-name): Make it a constant.
6253 (appt-add): Doc fix.
6254
6255 * filesets.el (filesets-menu-path, filesets-menu-before)
6256 (filesets-menu-in-menu): Doc fix. Now valid in GNU Emacs.
6257 (filesets-menu-cache-file): Use directory ~/.emacs.d.
6258 (filesets-add-submenu): Delete and use add-submenu instead.
6259
6260 2005-03-30 Carsten Dominik <dominik@science.uva.nl>
6261
6262 * org.el (org-agenda-phases-of-moon, org-agenda-sunrise-sunset)
6263 (org-agenda-convert-date, org-agenda-goto-calendar): New commands.
6264 (org-diary-default-entry): New function.
6265 (org-get-entries-from-diary): Better parsing of diary entries.
6266 (org-agenda-check-no-diary): New function.
6267 ("diary-lib"): Advice to function `add-to-diary-list', to allow
6268 linking to diary entries.
6269 (org-agenda-execute-calendar-command): New function.
6270 (org-agenda): Improve visible section in window.
6271 Use `org-fit-agenda-window'.
6272 (org-fit-agenda-window): New option.
6273 (org-move-subtree-down): Better handling of empty lines
6274 at end of subtree.
6275 (org-cycle): Numeric prefix is interpreted now as show-subtree N
6276 levels up.
6277 (org-fontify-done-headline): New option.
6278 (org-headline-done-face): New face.
6279 (org-set-font-lock-defaults): Use `org-headline-done-face'.
6280 (org-table-copy-down): Rename from `org-table-copy-from-above'.
6281 When current field is non-empty, it is copied to next row.
6282 (org-table-copy-from-above): Fix bug which made it
6283 impossible to copy fields containing only a single non-white character.
6284
6285 2005-03-30 Kim F. Storm <storm@cua.dk>
6286
6287 * kmacro.el (kmacro-end-macro): Isearch may store this command
6288 into the macro -- so ignore it when executing keyboard macro.
6289
6290 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
6291
6292 * tooltip.el (tooltip-gud-display): Use gud-overlay-arrow-position.
6293
6294 2005-03-29 Kenichi Handa <handa@m17n.org>
6295
6296 * language/thai.el ("Thai"): Set setup-function and exit-function
6297 for Thai language environment.
6298
6299 * language/thai-util.el: Require thai-word.
6300 (thai-word-mode-map): New variable.
6301 (thai-word-mode): New minor mode.
6302 (setup-thai-language-environment-internal): New function.
6303 (exit-thai-language-environment-internal): New function.
6304
6305 * language/thai-word.el (thai-word-table): Declare it by defvar,
6306 use dolist to initialize it.
6307 (thai-kill-word, thai-backward-kill-word, thai-transpose-words)
6308 (thai-fill-find-break-point): New functions.
6309
6310 2005-03-29 Richard M. Stallman <rms@gnu.org>
6311
6312 * simple.el (idle-update-delay): Move definition up.
6313 (set-mark): Doc fix.
6314
6315 2005-03-29 Chong Yidong <cyd@stupidchicken.com>
6316
6317 * longlines.el: New file.
6318
6319 * simple.el (buffer-substring-filters): New variable.
6320 (filter-buffer-substring): New function.
6321 (kill-region, copy-region-as-kill): Use it.
6322
6323 * register.el (copy-to-register, append-to-register)
6324 (prepend-to-register): Use filter-buffer-substring.
6325
6326 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
6327
6328 * progmodes/gud.el (gdb): (Re)-initialize gud-filter-pending-text.
6329 (gud-filter-pending-text): Move in front of gdb.
6330 (gud-overlay-arrow-position): New variable.
6331 (gud-sentinel, gud-display-line): Use it in place of
6332 overlay-arrow-position.
6333
6334 2005-03-29 Glenn Morris <gmorris@ast.cam.ac.uk>
6335
6336 * progmodes/fortran.el (fortran-if-indent): Doc fix.
6337 (fortran-font-lock-keywords-2): Add "where", "elsewhere".
6338 (fortran-font-lock-keywords-4): New variable.
6339 (fortran-blocks-re, fortran-end-block-re)
6340 (fortran-start-block-re): New constants, for hideshow.
6341 (hs-special-modes-alist): Add a Fortran entry.
6342 (fortran-mode-map): Bind fortran-end-of-block,
6343 fortran-beginning-of-block to \M-\C-n, \M-\C-p.
6344 (fortran-mode): Doc fix. Add fortran-font-lock-keywords-4.
6345 (fortran-looking-at-if-then, fortran-end-of-block)
6346 (fortran-beginning-of-block): New functions, for hideshow.
6347
6348 * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
6349 Doc fix. Tweak regexp.
6350 (f90-beginning-of-block): Push mark first.
6351
6352 2005-03-29 Jay Belanger <belanger@truman.edu>
6353
6354 * calc/calc.el: Update copyright date.
6355 (calc-version): Increase to 2.1.
6356 (calc-version-date): Remove.
6357
6358 * calc/calc-help.el: Update copyright date.
6359 (calc-full-help): Remove reference to calc-version-date.
6360 Update copyright date.
6361
6362 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
6363
6364 * vc.el (vc-do-command): Use a pipe for async processes, so password
6365 prompts don't show up at places where the user can't reply.
6366
6367 2005-03-29 Olive Lin <olive.lin@versateladsl.be> (tiny change)
6368
6369 * textmodes/tex-mode.el (tex-send-command): shell-quote-argument
6370 on the file name we pass to the inferior shell.
6371
6372 2005-03-29 Stephan Stahl <stahl@eos.franken.de> (tiny change)
6373
6374 * progmodes/which-func.el (which-function): Be robust in the face of an
6375 imenu--make-index-alist failure.
6376
6377 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
6378
6379 * reveal.el (reveal-mode-map): Don't override C-a and C-e.
6380
6381 * progmodes/python.el (python-preoutput-filter): Fix last change.
6382
6383 2005-03-29 Lute Kamstra <lute@gnu.org>
6384
6385 * emacs-lisp/debug.el (debug-on-entry): Handle autoloaded
6386 functions and compiled macros.
6387 (debug-convert-byte-code): Handle macros too.
6388 (debug-on-entry-1): Don't signal an error when trying to clear a
6389 function that is not set to debug on entry.
6390
6391 2005-03-29 Jay Belanger <belanger@truman.edu>
6392
6393 * calc/calc-lang.el: Add functions to math-function-table
6394 properties of tex and math.
6395
6396 2005-03-29 Kenichi Handa <handa@m17n.org>
6397
6398 * ps-mule.el (ps-mule-plot-string): Translate characters by
6399 ps-print-translation-table.
6400 (ps-mule-begin-job): Call find-charset-region/string with
6401 ps-print-translation-table.
6402 (ps-mule-printable-p): Return t if CHARSET is ascii or latin-iso8859-1.
6403
6404 * ps-print.el (ps-print-translation-table): New variable.
6405 (ps-plot-region): Translate characters by ps-print-translation-table.
6406
6407 2005-03-29 Juri Linkov <juri@jurta.org>
6408
6409 * simple.el (next-error-highlight-timer): New variable.
6410
6411 * progmodes/compile.el (compilation-goto-locus):
6412 Use `next-error-highlight-timer' instead of `sit-for'.
6413
6414 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
6415
6416 * mail/supercite.el (sc-mail-field): Use assoc-string.
6417 (sc-get-address): Simplify regexps.
6418
6419 * files.el (minibuffer-with-setup-hook): New macro.
6420 (find-file-read-args): Use it to avoid let-binding
6421 minibuffer-with-setup-hook (which breaks turning on/off
6422 file-name-shadow-mode while in the prompt).
6423
6424 * complete.el (PC-read-include-file-name-internal): Use test-completion.
6425
6426 2005-03-28 Luc Teirlinck <teirllm@auburn.edu>
6427
6428 * font-lock.el: Bind `font-lock-fontify-block' to M-o M-o.
6429
6430 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
6431
6432 * window.el (window-buffer-height): Use count-screen-lines.
6433
6434 * progmodes/python.el (python-preoutput-leftover): New var.
6435 (python-preoutput-filter): Use it.
6436 (python-send-receive): Loop until all the result has been received.
6437
6438 2005-03-28 Juri Linkov <juri@jurta.org>
6439
6440 * dired.el (dired-mode-map): Add ellipsis to "Compare directories".
6441
6442 * menu-bar.el (menu-bar-file-menu): Remove ellipsis from
6443 "Recover Crashed Session".
6444 (menu-bar-search-menu): Add ellipsis to "Search tagged files".
6445 (menu-bar-replace-menu): Add ellipsis to "Replace in tagged files".
6446 (menu-bar-goto-menu): Add ellipsis to "Set Tags File Name".
6447 (menu-bar-goto-menu): Add ellipsis to "Tags Apropos".
6448 (menu-bar-options-menu): Add ellipsis to "Set Font/Fontset".
6449 (menu-bar-manuals-menu): Add ellipsis to "Find Command in Manual".
6450 (menu-bar-manuals-menu): Add ellipsis to "Find Key in Manual".
6451 (menu-bar-help-menu): Remove ellipsis from "Find Emacs Packages".
6452
6453 * ediff-hook.el (menu-bar-ediff-misc-menu, ediff-misc-menu):
6454 Remove ellipsis from "Ediff Manual", "Customize Ediff", "List
6455 Ediff Sessions", "Toggle use of separate control buffer frame",
6456 "Use separate frame for Ediff control buffer".
6457
6458 * bookmark.el (menu-bar-bookmark-map): Add ellipsis to "Jump to
6459 Bookmark", "Set Bookmark", "Insert Contents", "Insert Location",
6460 "Rename Bookmark", "Delete Bookmark".
6461
6462 * info.el (Info-mode-menu): Remove ellipsis from "Index".
6463 Add ellipsis to "Lookup a String", "Lookup a string in all indices".
6464 Add `:active Info-index-alternatives' to "Next Matching Item".
6465
6466 * wdired.el (wdired-change-to-wdired-mode):
6467 Mention `wdired-abort-changes' key in the initial message.
6468
6469 * international/mule.el (auto-coding-alist): Associate non-ascii
6470 image filename extensions with `no-conversion'.
6471
6472 2005-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
6473
6474 * international/iso-acc.el:
6475 * obsolete/iso-acc.el: Move iso-acc to the obsolete subdir.
6476
6477 2005-03-26 Luc Teirlinck <teirllm@auburn.edu>
6478
6479 * textmodes/sgml-mode.el (html-mode): Doc update.
6480
6481 * autorevert.el (auto-revert-check-vc-info): Minor doc fix.
6482
6483 2005-03-26 Dan Nicolaescu <dann@ics.uci.edu>
6484
6485 * term.el (term-move-columns): Fix face after extending a line.
6486 (term-insert-spaces): Likewise.
6487 (term-reset-terminal): Fix off by one error.
6488
6489 2005-03-26 Eli Zaretskii <eliz@gnu.org>
6490
6491 * international/mule.el (auto-coding-alist): Add .xpi files.
6492
6493 * files.el (auto-mode-alist): Add .xpi files.
6494
6495 2005-03-26 Jure Cuhalev <gandalf@owca.info> (tiny change)
6496
6497 * textmodes/ispell.el (ispell-dictionary-alist-6): Add slovenian.
6498
6499 2005-03-26 Eli Zaretskii <eliz@gnu.org>
6500
6501 * term/bobcat.el: Don't use keyswap.el, since it is now obsolete.
6502
6503 2005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
6504
6505 * calendar/cal-menu.el (top level): Delete local C-down-mouse-3
6506 binding. Suggested by Stephan Stahl <stahl@eos.franken.de>.
6507
6508 * calendar/cal-move.el (calendar-beginning-of-year): Move the
6509 cursor to Jan 1 when needed.
6510 (calendar-end-of-year): Fix -/+ typo.
6511 Reported by Chong Yidong <cyd@stupidchicken.com>.
6512
6513 2005-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
6514
6515 * progmodes/flymake.el (flymake-mode): Add autoload cookie.
6516
6517 * emacs-lisp/debug.el (debugger-record-expression): Add a missing
6518 format to `message'. Inspired by Deepak Goel <deego@gnufans.org>.
6519
6520 2005-03-25 Richard M. Stallman <rms@gnu.org>
6521
6522 * filesets.el (filesets-init): Add autoload.
6523
6524 * mail/mailalias.el (mail-directory): Doc fix.
6525
6526 2005-03-25 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
6527
6528 * mail/mailalias.el (mail-directory-process): Do nothing if
6529 mail-directory-process is an atom.
6530 (mail-get-names): Ignore mail-directory-names if it is an atom.
6531 (mail-directory-process defvar): Doc fix.
6532 (mail-names): Doc fix.
6533
6534 2005-03-25 Johan Bockg\e,Ae\e(Brd <bojohan+mail@dd.chalmers.se> (tiny change)
6535
6536 * textmodes/flyspell.el (mail-mode-flyspell-verify): Fix regexp syntax.
6537
6538 2005-03-26 Kenichi Handa <handa@m17n.org>
6539
6540 * international/mule-util.el (detect-coding-with-priority):
6541 Call update-coding-systems-internal before detect-coding-region.
6542
6543 2005-03-26 Nick Roberts <nickrob@snap.net.nz>
6544
6545 * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
6546 (gdb-frames-mode-map): Add follow-link property.
6547
6548 2005-03-25 Jay Belanger <belanger@truman.edu>
6549
6550 * calc/calcalg2.el (calc-solve-for): Use "Variable(s)" to prompt
6551 for variables.
6552
6553 2005-03-25 Juri Linkov <juri@jurta.org>
6554
6555 * image-mode.el: Optimize image filename extension regexps in
6556 autoload cookies. Associate .x[bp]m with `image-mode-maybe'
6557 in `auto-mode-alist'.
6558 (image-mode): Add `image-toggle-display-text' to local hook
6559 `change-major-mode-hook'. Display the image as an image by
6560 default. Set `cursor-type' and `truncate-lines' if the image
6561 is already displayed. Take into account the current mode (image
6562 or text) in message.
6563 (image-minor-mode): New minor mode.
6564 (image-mode-maybe, image-toggle-display-text): New functions.
6565 (image-toggle-display): Use called-interactively-p.
6566 Let-bind `inhibit-read-only' to t.
6567
6568 * image-mode.el (image-minor-mode): Set `cursor-type' and
6569 `truncate-lines' if the image is already displayed. Add turning
6570 image-minor-mode off to `change-major-mode-hook'. Add message.
6571 Call `image-toggle-display-text' after turning image-minor-mode off.
6572
6573 2005-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
6574
6575 * international/mule-cmds.el (set-locale-environment): For Mac OS X's
6576 Terminal.app, use utf-8.
6577 (set-display-table-and-terminal-coding-system): Add coding-system arg.
6578 (set-locale-environment): Use it.
6579
6580 * term/xterm.el: Undo last change, better done in mule-cmds.el.
6581
6582 * emacs-lisp/rx.el (rx-constituents): Add symbol-start and symbol-end.
6583
6584 * progmodes/python.el (python-close-block-statement-p)
6585 (python-outdent-p, python-current-defun): Use symbol-end.
6586
6587 2005-03-25 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
6588
6589 * files.el (save-some-buffers): Doc fix.
6590
6591 2005-03-25 Werner Lemberg <wl@gnu.org>
6592
6593 * complete.el, thumbs.el: Replace `legal' with `valid'.
6594 * calendar/calendar.el: Replace `legal' with `valid'.
6595 * emacs-lisp/advice.el: Replace `legal' with `valid'.
6596 * mail/supercite.el: Replace `legal' with `valid'.
6597 * progmodes/cperl-mode.el, progmodes/idlw-shell.el
6598 * progmodes/idlwave.el, progmodes/vhdl-mode.el:
6599 Replace `legal' with `valid'.
6600 * textmodes/reftex-vars.el, textmodes/reftex.el:
6601 Replace `legal' with `valid'.
6602
6603 2005-03-25 Werner Lemberg <wl@gnu.org>
6604
6605 * calc/calc-forms.el, calc/calc-sel: Replace `illegal' with `invalid'.
6606 * midnight.el, vc-cvs.el: Replace `illegal' with `invalid'.
6607 * emacs-lisp/cl-macs.el: Replace `illegal' with `invalid'.
6608 * emulation/vip.el: Replace `illegal' with `invalid'.
6609 * eshell/esh-io.el, eshell/esh-var.el: Replace `illegal' with `invalid'.
6610 * mail/supercite.el: Replace `illegal' with `invalid'.
6611 * progmodes/ebnf-abn.el, progmodes/ebnf-bnf.el
6612 * progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-iso.el
6613 * progmodes/ebnf-yac.el, progmodes/ebnf2ps.el, progmodes/idlwave.el
6614 * progmodes/sh-script.el, progmodes/xscheme.el:
6615 Replace `illegal' with `invalid'.
6616 * textmodes/refbib.el, textmodes/refer.el, textmodes/reftex-cite.el
6617 * textmodes/reftex-index.el, textmodes/reftex-parse.el
6618 * textmodes/reftex-ref.el, textmodes/reftex-vars.el
6619 * textmodes/reftex.el, textmodes/org.el: Replace `illegal' with `invalid'.
6620
6621 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
6622
6623 * progmodes/flymake.el (flymake-get-file-name-mode-and-masks)
6624 (flymake-find-buildfile, flymake-find-possible-master-files)
6625 (flymake-check-include, flymake-parse-line): Replace loops over the
6626 length of lists, by loops over lists, to remove silly O(n\e,A2\e(B) behavior.
6627
6628 * progmodes/flymake.el (flymake-ensure-ends-with-slash): Remove.
6629 Substitute file-name-as-directory in the rest of the file.
6630 (flymake-get-common-file-prefix): Rewrite, using compare-strings.
6631 (flymake-replace-region): Remove unused arg `buffer'.
6632 (flymake-check-patch-master-file-buffer): Update calls to it.
6633 (flymake-add-err-info): Remove unused var `count'.
6634 (flymake-mode): Use define-minor-mode.
6635
6636 * progmodes/flymake.el: Use with-current-buffer.
6637 (flymake-float-time, flymake-get-temp-dir, flymake-line-end-position)
6638 flymake-replace-regexp-in-string, flymake-line-beginning-position)
6639 (flymake-popup-menu, flymake-current-row, flymake-selected-frame):
6640 Avoid testing for `xemacs'.
6641 (flymake-nop): Move.
6642 (flymake-region-has-flymake-overlays): Return the computed value.
6643 (flymake-reformat-err-line-patterns-from-compile-el): Use dolist.
6644 Remove unused var `endline'.
6645 (flymake-get-line-count): Remove unused function.
6646 (flymake-display-err-menu-for-current-line): Unused var move-mouse-pos.
6647
6648 * emulation/vi.el:
6649 * generic.el:
6650 * hilit-chg.el (global-highlight-changes):
6651 * hi-lock.el (hi-lock-mode):
6652 * follow.el: find-file-hooks -> find-file-hook.
6653
6654 * comint.el (comint-insert-input): Obey mouse-yank-at-point.
6655
6656 2005-03-24 Juri Linkov <juri@jurta.org>
6657
6658 * dired.el (dired-mode-map): Add menu item "Compare directories"
6659 for dired-compare-directories.
6660
6661 * dired-aux.el (dired-compare-directories): Add autoload cookie.
6662 Doc fix. Replace `read-file-name' with `read-directory-name'.
6663
6664 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
6665
6666 * term/xterm.el: If running in Terminal.app set coding-system to utf-8.
6667
6668 2005-03-24 Jay Belanger <belanger@truman.edu>
6669
6670 * calc/calc-embed.el (calc-embedded-mode-change): Save all
6671 relevant mode settings in calc-embedded-original-modes when modes
6672 are permanently changed.
6673
6674 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
6675
6676 * autoinsert.el: find-file-hooks -> find-file-hook.
6677
6678 2005-03-24 Lute Kamstra <lute@gnu.org>
6679
6680 * generic.el (generic-font-lock-defaults): Make it obsolete.
6681 (generic-font-lock-keywords): New variable to replace
6682 generic-font-lock-defaults.
6683 (generic-mode-set-font-lock): Delete it.
6684 (generic-mode-internal): Don't call generic-mode-set-font-lock.
6685 (generic-bracket-support): Add docstring.
6686
6687 * generic-x.el: Rename generic-font-lock-defaults to
6688 generic-font-lock-keywords throughout.
6689 (mailagent-rules-setup-function): Delete it.
6690 (mailagent-rules-generic-mode): Use anonymous function instead.
6691 (show-tabs-generic-mode-font-lock-defaults-1)
6692 (show-tabs-generic-mode-font-lock-defaults-2): Make them constants.
6693 Quote faces.
6694 (show-tabs-tab-face, show-tabs-space-face): Specify background,
6695 not foreground.
6696
6697 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
6698 Recognize define-generic-mode.
6699
6700 2005-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
6701
6702 * icomplete.el (icomplete-simple-completing-p): Don't turn on icomplete
6703 if there's no completion table.
6704
6705 2005-03-23 Miles Bader <miles@gnu.org>
6706
6707 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
6708 Remove tty-specific variants, as they're no longer needed.
6709
6710 2005-03-23 Lute Kamstra <lute@gnu.org>
6711
6712 * generic-x.el: Code cleanup: make args constant whenever possible.
6713 (installshield-statement-keyword-list)
6714 (installshield-system-functions-list)
6715 (installshield-system-variables-list, installshield-types-list)
6716 (installshield-funarg-constants-list): Make them constants.
6717
6718 * generic.el (generic-make-keywords-list): Add autoload cookie.
6719
6720 * calendar/time-date.el: Add comment on time value formats.
6721 Don't require parse-time.
6722 (with-decoded-time-value): New macro.
6723 (encode-time-value): New function.
6724 (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
6725 (days-to-time): Return a valid time value when arg is huge.
6726 (time-since): Use time-subtract.
6727 (time-to-number-of-days): Use time-to-seconds.
6728
6729 2005-03-23 David Ponce <david@dponce.com>
6730
6731 * recentf.el: (recentf-keep): New option.
6732 (recentf-menu-action): Default to `find-file'.
6733 (recentf-keep-non-readable-files-flag)
6734 (recentf-keep-non-readable-files-p)
6735 (recentf-file-readable-p, recentf-find-file)
6736 (recentf-cleanup-remote): Remove.
6737 (recentf-include-p): More robust.
6738 (recentf-keep-p): New function.
6739 (recentf-remove-if-non-kept): Rename from
6740 `recentf-remove-if-non-readable'. Use `recentf-keep-p'.
6741 All callers updated.
6742 (recentf-menu-items-for-commands): Fix help string.
6743 (recentf-track-closed-file): Update. Doc fix.
6744 (recentf-cleanup): Update. Count removed files. Doc fix.
6745
6746 2005-03-23 Kim F. Storm <storm@cua.dk>
6747
6748 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
6749 Don't inherit from fringe face (now happens automatically).
6750
6751 2005-03-22 Kim F. Storm <storm@cua.dk>
6752
6753 * tooltip.el (tooltip-show-help-function): Ignore negative mouse
6754 position values.
6755
6756 2005-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
6757
6758 * menu-bar.el (showhide-date-time): Remove.
6759 (menu-bar-showhide-menu): Use menu-bar-make-mm-toggle.
6760 (menu-bar-make-mm-toggle): Simplify.
6761
6762 2005-03-22 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
6763
6764 * progmodes/perl-mode.el (perl-font-lock-keywords-2):
6765 Accept qualified variable and function names.
6766
6767 2005-03-22 Thien-Thi Nguyen <ttn@gnu.org>
6768
6769 * bindings.el (completion-ignored-extensions):
6770 Remove ".lis" for `vax-vms'.
6771
6772 2005-03-22 Andreas Schwab <schwab@suse.de>
6773
6774 * generic-x.el: Revert last change.
6775 * ldefs-boot.el: Update.
6776
6777 2005-03-22 Jay Belanger <belanger@truman.edu>
6778
6779 * calc/calc-embed (calc-embedded-original-modes): New variable.
6780 (calc-embedded-save-original-modes)
6781 (calc-embedded-restore-original-modes): New functions.
6782 (calc-do-embedded): Save original modes when entering embedded mode
6783 and restore when leaving embedded mode.
6784 (calc-embedded-modes-change): Change the value of
6785 calc-embedded-original-modes to reflect permanent changes.
6786
6787 2005-03-22 Lute Kamstra <lute@gnu.org>
6788
6789 * generic-x.el: Require generic again.
6790
6791 2005-03-22 Miles Bader <miles@gnu.org>
6792
6793 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
6794 Tweak details to look good on both ttys and bitmap displays, light
6795 or dark background, etc.
6796
6797 2005-03-21 Kim F. Storm <storm@cua.dk>
6798
6799 * tooltip.el (tooltip-show-help-function): Check car and cdr of
6800 mouse position.
6801
6802 2005-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
6803
6804 * icomplete.el: Don't forcibly turn on the mode upon load.
6805 (icomplete-mode): Use define-minor-mode.
6806 (icomplete-eoinput): Default to nil.
6807 (icomplete-minibuffer-setup): Remove autoload.
6808 (icomplete-tidy): Simplify.
6809 (icomplete-exhibit): Use buffer-undo-list to determine if we're still
6810 in the initial state or if the user has modified the field.
6811 Fix handling of icomplete-max-delay-chars.
6812 Remove code that handles the oddball case where
6813 minibuffer-completion-table is an integer.
6814 Wrap icomplete-completions in while-no-input in case building
6815 completions takes more time than expected.
6816 (icomplete-completions): Simplify.
6817
6818 2005-03-21 Richard M. Stallman <rms@gnu.org>
6819
6820 * jka-compr.el (jka-compr-really-do-compress):
6821 Make variable buffer-local.
6822
6823 * image-mode.el: Handle .xpm files too.
6824 (image-toggle-display): Preserve modification flag.
6825
6826 * help.el (where-is): Don't mention aliases with no key bindings.
6827
6828 2005-03-21 Lute Kamstra <lute@gnu.org>
6829
6830 * generic.el: Fix commentary section. Don't require cl for compilation.
6831 (generic-mode-list): Add autoload cookie.
6832 (generic-use-find-file-hook, generic-lines-to-scan)
6833 (generic-find-file-regexp, generic-ignore-files-regexp)
6834 (generic-mode, generic-mode-find-file-hook)
6835 (generic-mode-ini-file-find-file-hook): Fix docstrings.
6836 (define-generic-mode): Make it a defmacro. Fix docstring.
6837 (generic-mode-internal): Code cleanup. Add autoload cookie.
6838 (generic-mode-set-comments): Code cleanup.
6839 * generic-x.el: Don't prevent compilation. Don't require generic.
6840 Follow coding conventions. Minor code cleanup.
6841 (etc-fstab-generic-mode): Add some keywords.
6842 * font-lock.el (lisp-font-lock-keywords-1): Font lock a call to
6843 define-generic-mode like a function declaration.
6844
6845 2005-03-21 Jay Belanger <belanger@truman.edu>
6846
6847 * calc/calc-embed.el (calc-do-embedded): Put data on stack before
6848 changing modes.
6849
6850 2005-03-21 Sam Steingold <sds@gnu.org>
6851
6852 * add-log.el (add-log-current-defun): Support more C DEFUN forms.
6853
6854 2005-03-21 Thien-Thi Nguyen <ttn@gnu.org>
6855
6856 * progmodes/dcl-mode.el (dcl-font-lock-keywords):
6857 Add underscore to "f$ lexicals" regexp.
6858
6859 2005-03-20 Juri Linkov <juri@jurta.org>
6860
6861 * subr.el (progress-reporter-do-update): When `min-value' is equal
6862 to `max-value', set `percentage' to 0 and prevent division by zero.
6863
6864 2005-03-20 Michael Albinus <michael.albinus@gmx.de>
6865
6866 Sync with Tramp 2.0.48.
6867
6868 * tramp.el (all): Change all addresses to .gnu.org.
6869 (tramp-append-tramp-buffers): New defun.
6870 (tramp-bug): Apply `tramp-append-tramp-buffers' as post-hook.
6871 Catch `dont-send' signal.
6872 (tramp-set-auto-save-file-modes): Set always permissions, because
6873 there might be an old auto-saved file belonging to another
6874 original file. This could be a security threat. Reported by
6875 Kjetil Kjernsmo <kjetil@kjernsmo.net>.
6876 Check for Emacs 21.3.50 removed.
6877
6878 * tramp-smb.el (all): Remove debug construct for
6879 `with-parsed-tramp-file-name'.
6880 (tramp-smb-prompt): Prompt can contain spaces inside directory names.
6881 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file):
6882 No error message if DIRECTORY or FILENAME doesn't exist.
6883 (tramp-smb-open-connection): Check existence of
6884 `tramp-smb-program'.
6885
6886 2005-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
6887
6888 * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
6889 Properly handle the case where the `m' or `s' command's argument is not
6890 yet terminated.
6891 (perl-indent-new-calculate): New function.
6892 (perl-indent-line): Use it.
6893
6894 2005-03-20 Miles Bader <miles@gnu.org>
6895
6896 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Use breakpoint faces
6897 in text-mode too. Change to new face names.
6898 (breakpoint-enabled): Rename from `breakpoint-enabled-bitmap-face'.
6899 Add `:weight bold' attribute.
6900 (breakpoint-disabled): Rename from `breakpoint-disabled-bitmap-face'.
6901
6902 2005-03-19 Juri Linkov <juri@jurta.org>
6903
6904 * files.el (auto-mode-alist): Add comment. Optimize jar/ear/war.
6905
6906 * international/mule.el (auto-coding-alist): Sync with
6907 `auto-mode-alist' by adding upper case archive file extensions
6908 and adding ear/war to jar extension.
6909
6910 2005-03-19 David Casperson <casper@unbc.ca> (tiny change)
6911
6912 * textmodes/tex-mode.el (tex-view): If tex-shell process is not
6913 running, restart it.
6914
6915 2005-03-19 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny changes)
6916
6917 * finder.el (finder-current-item): Throw an error on an empty line.
6918
6919 * man.el (Man-follow-manual-reference): If current-word returns
6920 nil, use "".
6921
6922 2005-03-19 Matt Hodges <MPHodges@member.fsf.org>
6923
6924 * simple.el (goto-line): Doc fix.
6925
6926 2005-03-19 Aaron Hawley <Aaron.Hawley@uvm.edu> (tiny change)
6927
6928 * files.el (save-buffer): Doc fix.
6929
6930 2005-03-19 Michael R. Mauger <mmaug@yahoo.com>
6931
6932 * recentf.el (recentf-cleanup-remote): New variable.
6933 (recentf-cleanup): Use it to conditionally check availability of
6934 remote files.
6935
6936 2005-03-19 Joe Edmonds <joe-bugs-debian-org@elem.com> (tiny change)
6937
6938 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Recognize `@' in
6939 function names.
6940
6941 2005-03-19 Eli Zaretskii <eliz@gnu.org>
6942
6943 * language/thai-word.el: New file.
6944
6945 2005-03-19 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
6946
6947 * files.el (backup-buffer): If the file's directory is not
6948 writable, use copy instead of move to backup the file.
6949
6950 2005-03-19 Eli Zaretskii <eliz@gnu.org>
6951
6952 * obsolete/keyswap.el: Moved to obsolete/ from term/.
6953
6954 2005-03-19 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6955
6956 * ps-print.el (ps-generate-string-list, ps-generate-header-line):
6957 Use functionp instead of symbolp and fboundp. Reported by Drkm
6958 <darkman_spam@yahoo.fr>.
6959 (ps-print-version): New version 6.6.6.
6960
6961 2005-03-18 Tak Ota <Takaaki.Ota@am.sony.com>
6962
6963 * textmodes/table.el (table--line-column-position): New idiom.
6964 (table--row-column-insertion-point-p): New function to test
6965 validity of row and column insertion operation at a location.
6966 (table-global-menu, table-cell-menu): Use above functions for
6967 deterministic test operation.
6968 (table--editable-cell-p): Behave in deterministic fashion.
6969
6970 2005-03-18 Juri Linkov <juri@jurta.org>
6971
6972 * isearch.el (isearch-lazy-highlight-new-loop):
6973 Make arguments beg and end optional.
6974 (isearch-update): Remove optional arguments nil from
6975 isearch-lazy-highlight-new-loop.
6976 (isearch-lazy-highlight-search): Let-bind case-fold-search to
6977 isearch-lazy-highlight-case-fold-search instead of
6978 isearch-case-fold-search, and let-bind isearch-regexp to
6979 isearch-lazy-highlight-regexp.
6980 Use isearch-lazy-highlight-last-string instead of isearch-string.
6981
6982 * replace.el (perform-replace): Remove bindings of global
6983 variables isearch-string, isearch-regexp, isearch-case-fold-search.
6984 Add three new arguments to `replace-highlight'.
6985 (replace-highlight): Add arguments string, regexp, case-fold.
6986 Let-bind isearch-string, isearch-regexp, isearch-case-fold-search
6987 to allow isearch-lazy-highlight-new-loop to use these values
6988 to set corresponding isearch-lazy-highlight-* internal
6989 variables whose values lazy highlighting will use regardless of
6990 changes to global variables isearch-string, isearch-regexp,
6991 isearch-case-fold-search during lazy highlighting loop.
6992 (replace-dehighlight): Rename `isearch-lazy-highlight-cleanup'
6993 to `lazy-highlight-cleanup'.
6994
6995 * textmodes/ispell.el (ispell-lazy-highlight): New defcustom.
6996 (ispell-highlight-face): Set default face to `isearch' when
6997 lazy highlighting is enabled.
6998 (ispell-highlight-spelling-error-overlay): Set `ispell-overlay'
6999 priority to 1. Add lazy highlighting.
7000 (ispell-highlight-spelling-error-xemacs): Remove obsolete arg
7001 from `isearch-dehighlight'.
7002
7003 2005-03-18 David Ponce <david@dponce.com>
7004
7005 * files.el (hack-local-variables): Do a case-insensitive search
7006 for End.
7007
7008 2005-03-18 Juri Linkov <juri@jurta.org>
7009
7010 * isearch.el (lazy-highlight-cleanup) <command>: Rename from
7011 `isearch-lazy-highlight-cleanup', add alias to old name and
7012 declare obsolete. Add release numbers to other obsolete vars.
7013 (isearch-done, isearch-lazy-highlight-new-loop):
7014 Rename `isearch-lazy-highlight-cleanup' to `lazy-highlight-cleanup'.
7015 (lazy-highlight-cleanup) <variable>: Doc fix.
7016 (isearch-lazy-highlight-update): Rename obsolete
7017 `isearch-lazy-highlight-face' to `lazy-highlight-face'.
7018
7019 2005-03-18 Kenichi Handa <handa@m17n.org>
7020
7021 * language/thai-util.el: Fix categorization of Thai characters in
7022 thai-category-table.
7023 (thai-composition-pattern): Adjust it for the above change.
7024 (thai-self-insert-command, thai-compose-syllable): New functions.
7025 (thai-compose-region): Use thai-compose-syllable.
7026 (thai-compose-string): Likewise.
7027 (thai-composition-function): Likewise.
7028 (thai-auto-composition): New function.
7029 (thai-auto-composition-mode): New minor mode.
7030
7031 * language/thai.el: Fix patterns to be registered in
7032 composition-function-table.
7033
7034 * international/quail.el (quail-input-method): Locally bind
7035 inhibit-modification-hooks to t.
7036
7037 2005-03-17 Richard M. Stallman <rms@gnu.org>
7038
7039 * progmodes/perl-mode.el (perl-mode-hook): Defvar it.
7040 (perl-mode): Use run-mode-hooks.
7041
7042 * mail/rmail.el (rmail-movemail-program, rmail-pop-password)
7043 (rmail-pop-password-required, rmail-remote-password): Doc fixes.
7044 (rmail-preserve-inbox, rmail-probe, rmail-autodetect): Doc fix.
7045
7046 * mail/sendmail.el (sendmail-send-it): Reenable the code
7047 to compute resend-to-address and use it.
7048
7049 * tar-mode.el (tar-mode): Turn off undo unconditionally.
7050
7051 * image-mode.el: New file.
7052
7053 * image.el (insert-sliced-image): Add autoload cookie.
7054
7055 * font-lock.el (font-lock-lines-before): New user option.
7056 (font-lock-after-change-function): Obey it.
7057
7058 * bindings.el (esc-map): Make M-g a prefix.
7059 Bind M-g g and M-g M-g to goto-line.
7060
7061 * faces.el (face-id): Doc fix.
7062
7063 2005-03-17 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
7064
7065 * mail/rmail.el (rmail-unknown-mail-followup-to): New function.
7066 (rmail-show-message): Use rmail-unknown-mail-followup-to.
7067 (rmail-reply): Recognize Mail-Followup-To and Mail-Reply-To headers.
7068
7069 * mail/sendmail.el (mail-yank-ignored-headers)
7070 (mail-font-lock-keywords, mail-mode-fill-paragraph):
7071 Add Mail-Followup-To and Mail-Reply-To headers.
7072 (mail-citation-hook): Add autoload cookie.
7073 (mail-mode): Doc fix.
7074 (mail-mode-map): Bind mail-mail-followup-to and mail-mail-reply-to.
7075 (mail-send): Compute Mail-Followup-To and Mail-Reply-To headers.
7076 (mail-mode-fill-paragraph): Handle those headers.
7077 (mail-mailing-lists): New variable.
7078 (mail-mail-reply-to, mail-mail-followup-to): New functions.
7079
7080 2005-03-17 Juri Linkov <juri@jurta.org>
7081
7082 * isearch.el (isearch-fallback): Check for `(car previous)'
7083 before calling `isearch-other-end-state'.
7084
7085 2005-03-17 Kim F. Storm <storm@cua.dk>
7086
7087 * simple.el (move-beginning-of-line): Move to beginning of buffer
7088 line, as well as beginning of screen line.
7089
7090 2005-03-16 Glenn Morris <gmorris@ast.cam.ac.uk>
7091
7092 * calendar/diary-lib.el (mark-diary-entries): Use new optional
7093 argument REDRAW rather than calendar-redrawing variable.
7094 * calendar/calendar.el (calendar-redrawing): Delete.
7095 (redraw-calendar): Do not bind calendar-redrawing.
7096
7097 2005-03-16 Matt Hodges <MPHodges@member.fsf.org>
7098
7099 * calendar/diary-lib.el (diary-redraw-calendar): Preserve point in
7100 diary-file buffer.
7101
7102 2005-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
7103
7104 * help.el (describe-mode): Allow a :minor-mode-function property to
7105 specify a different minor mode toggle function than the variable.
7106 * simple.el (auto-fill-function):
7107 * subr.el (add-minor-mode): Use it.
7108
7109 2005-03-16 Kenichi Handa <handa@m17n.org>
7110
7111 * language/ethio-util.el (sera-being-called-by-w3): New variable.
7112 (ethio-sera-to-fidel-ethio): Check also sera-being-called-by-w3.
7113 (ethio-fidel-to-sera-buffer): Likewise.
7114
7115 2005-03-16 Juri Linkov <juri@jurta.org>
7116
7117 * emacs-lisp/find-func.el (find-function-regexp):
7118 Add defun-emitting macro `menu-bar-make-toggle'.
7119
7120 * isearch.el: Put `isearch-scroll' property to
7121 `split-window-horizontally'.
7122
7123 * info.el: Update error messages for `debug-ignored-errors'.
7124 (Info-isearch-search): Doc fix.
7125 (Info-find-node): Move up code to go into info buffer before
7126 recording the node to the history.
7127 (Info-fontify-node): Fontify titles only if the next line
7128 has two or more `*', `=', `-', `.'.
7129 Display "go to this node" for empty (match-string 3).
7130
7131 2005-03-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7132
7133 * term/mac-win.el: Add mouse pointer shape constants.
7134
7135 2005-03-15 Kim F. Storm <storm@cua.dk>
7136
7137 * simple.el (move-beginning-of-line): Use vertical-motion.
7138
7139 2005-03-15 Juri Linkov <juri@jurta.org>
7140
7141 * isearch.el (isearch-error): New variable.
7142 (isearch-invalid-regexp, isearch-within-brackets): Remove.
7143 (isearch-error-state): Rename from `isearch-invalid-regexp-state'.
7144 (isearch-within-brackets-state): Remove.
7145 (isearch-case-fold-search-state, isearch-pop-fun-state):
7146 Decrease frame index.
7147 (isearch-mode, isearch-top-state, isearch-push-state)
7148 (isearch-edit-string, isearch-abort, isearch-search-and-update)
7149 (isearch-fallback, isearch-message-prefix, isearch-message-suffix)
7150 (isearch-search, isearch-lazy-highlight-new-loop):
7151 Replace `isearch-invalid-regexp' with `isearch-error'.
7152 Remove `isearch-within-brackets'.
7153 (isearch-search): Add `search-failed' handler to `condition-case'.
7154 (isearch-lazy-highlight-search): Add `condition-case' to catch
7155 errors and allow `isearch-lazy-highlight-update' to try
7156 highlighting from the beginning of the window.
7157 (isearch-repeat): Move up code to set isearch-wrapped to t
7158 before calling isearch-wrap-function.
7159
7160 * info.el (Info-isearch-initial-node): New internal variable.
7161 (Info-search): Signal an error in isearch mode when search leaves
7162 the initial node. Signal an error when `bound' is non-nil and
7163 nothing was found in the current subfile.
7164 (Info-isearch-search): Remove `condition-case'.
7165 (Info-isearch-wrap): Don't wrap when search failed during leaving
7166 the initial node. If `Info-isearch-search' is nil, wrap around
7167 the current node.
7168 (Info-isearch-start): New fun.
7169 (Info-mode): Add buffer-local hook `Info-isearch-start' to
7170 `isearch-mode-hook'.
7171
7172 2005-03-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7173
7174 * simple.el (normal-erase-is-backspace): Set default to t if
7175 running on Mac.
7176
7177 * term/mac-win.el (function-key-map): Sync with x-win.el.
7178
7179 2005-03-15 Kenichi Handa <handa@m17n.org>
7180
7181 * international/mule-cmds.el (locale-language-names): Modify the
7182 format of elements and add more entries.
7183 (locale-preferred-coding-systems): Add more entries.
7184 (set-locale-environment): Adjust for the change of
7185 locale-language-names.
7186
7187 2005-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
7188
7189 * pcvs.el (smerge-ediff): Remove bogus autoload.
7190
7191 2005-03-14 Lute Kamstra <lute@gnu.org>
7192
7193 * emacs-lisp/debug.el (debugger-make-xrefs): Docstring fix.
7194 Ignore a `*' at the beginning of a line.
7195
7196 * subr.el (macro-declaration-function): Move to emacs-lisp/byte-run.el.
7197 * emacs-lisp/byte-run.el (macro-declaration-function): Move from
7198 subr.el.
7199 (dont-compile, eval-when-compile, eval-and-compile): Use declare
7200 to specify indentation.
7201
7202 * generic.el (define-generic-mode): Let generic-mode-list be a
7203 list of strings; test membership with equal.
7204
7205 2005-03-14 Kim F. Storm <storm@cua.dk>
7206
7207 * simple.el (next-line, previous-line): Add optional try-vscroll
7208 arg to recognize interactive use. Pass it on to line-move.
7209 (line-move): Don't perform auto-window-vscroll when defining or
7210 executing keyboard macro to ensure consistent behavior.
7211
7212 2005-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
7213
7214 * pcvs-util.el (cvs-string->strings): Strip trailing whitespace.
7215
7216 2005-03-13 Lute Kamstra <lute@gnu.org>
7217
7218 * emacs-lisp/debug.el (debug): Set debug-on-exit before calling
7219 debugger-setup-buffer so that backtrace marks the frames set to
7220 debug-on-exit and we don't have to do it manually. Set an extra
7221 debug-on-exit for macro's.
7222 (debugger-setup-buffer): Don't mark the top frame manually.
7223
7224 2005-03-12 Lute Kamstra <lute@gnu.org>
7225
7226 * emacs-lisp/byte-run.el: Replace lisp-indent-hook with
7227 lisp-indent-function throughout.
7228 (with-no-warnings): Set lisp-indent-function property.
7229
7230 2005-03-12 Thien-Thi Nguyen <ttn@gnu.org>
7231
7232 * progmodes/dcl-mode.el (dcl-mode-syntax-table):
7233 Add entry for backslash.
7234
7235 2005-03-12 Juri Linkov <juri@jurta.org>
7236
7237 * info.el (Info-search): Four fixes for backward search.
7238
7239 2005-03-11 Jay Belanger <belanger@truman.edu>
7240
7241 * calc/calc.el (calc-language-alist): New variable.
7242 * calc/calc-embed.el (calc-embedded-language-alist): Remove.
7243 (calc-embedded-find-modes): Use calc-language-alist instead of
7244 calc-embedded-language-alist.
7245
7246 2005-03-11 Glenn Morris <gmorris@ast.cam.ac.uk>
7247
7248 * calendar/calendar.el (calendar-redrawing): New internal
7249 variable.
7250 (redraw-calendar): Remove bogus save-excursion from previous
7251 change. Bind calendar-redrawing to t for mark-diary-entries.
7252 * calendar/diary-lib.el (mark-diary-entries): No need to redraw
7253 calendar if that is why we were called.
7254
7255 2005-03-11 Kenichi Handa <handa@m17n.org>
7256
7257 * international/mule.el (make-coding-system): Set property
7258 coding-system-define-form to nil.
7259 (define-coding-system-alias): Likewise.
7260
7261 2005-03-11 Kenichi Handa <handa@m17n.org>
7262
7263 These changes are suggested by Dave Love <fx@gnu.org>.
7264
7265 * textmodes/fill.el: Change encoding to iso-2022-7bit and add
7266 coding: tag.
7267 (adaptive-fill-regexp): Add more bullets.
7268 (fill-french-nobreak-p): Add Latin-1 and Latin-9 guillemets in
7269 regexps.
7270
7271 2005-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
7272
7273 * help.el (describe-mode): Properly handle non-trivial lighters.
7274 Don't ignore minor modes that are not listed in minor-mode-list.
7275
7276 * tooltip.el (tooltip-mode): Don't complain that you can't turn the
7277 feature ON when the user requests to turn it OFF.
7278
7279 2005-03-10 Lute Kamstra <lute@gnu.org>
7280
7281 * emacs-lisp/debug.el (debug-entry-code): Delete it.
7282 (implement-debug-on-entry): New function to replace debug-entry-code.
7283 (debug-on-entry-1): Use implement-debug-on-entry. Delete the
7284 second argument as the 2005-03-07 change makes it obsolete.
7285 (debug-on-entry, cancel-debug-on-entry): Update call to
7286 debug-on-entry-1.
7287 (debug, debugger-setup-buffer): Comment update.
7288 (debugger-frame-number): Update to work with implement-debug-on-entry.
7289
7290 2005-03-10 Jay Belanger <belanger@truman.edu>
7291
7292 * calc/calc-embed.el (math-ms-args): Declare it.
7293 (calc-embedded-eval-expr, calc-embedded-eval-get-var): Use variable
7294 math-ms-args.
7295 (calc-embedded-subst): Use math-multi-subst-rec to substitute
7296 variables.
7297
7298 2005-03-10 Nick Roberts <nickrob@snap.net.nz>
7299
7300 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-get-location):
7301 Use message-box.
7302
7303 * tooltip.el (tooltip-mode): Use define-minor-mode and simplify.
7304 (tooltip-activate-mouse-motions-if-enabled): Use dolist.
7305 (tooltip-gud-tips): Simplify.
7306 (tooltip-gud-tips-p): Remove superfluous :set.
7307 (tooltip-gud-modes): Add fortran-mode.
7308 (gdb-tooltip-print): Remove newline for tooltip-use-echo-area.
7309
7310 * bindings.el (mode-line-mode-menu): Add tooltip-mode to mode-line.
7311
7312 2005-03-09 Kim F. Storm <storm@cua.dk>
7313
7314 * play/animate.el (animate-place-char): Use forward-line instead
7315 of next-line to improve performance.
7316
7317 2005-03-09 Simon Josefsson <jas@extundo.com>
7318
7319 * net/browse-url.el (browse-url-default-browser): Doc fix.
7320
7321 2005-03-09 Miles Bader <miles@gnu.org>
7322
7323 * emacs-lisp/bytecomp.el (byte-compile-variable-ref)
7324 (byte-compile-obsolete): Change " since VER" to " (as of Emacs VER)".
7325
7326 2005-03-09 Kenichi Handa <handa@m17n.org>
7327
7328 * international/latin-1.el: Set case and syntax for 255 only if
7329 set-case-syntax-set-multibyte is nil.
7330
7331 * textmodes/ispell.el (ispell-insert-word): New function.
7332 (ispell-word): Use ispell-insert-word to insert a new word.
7333 (ispell-process-line): Likewise.
7334 (ispell-complete-word): Likewise.
7335
7336 2005-03-09 Glenn Morris <gmorris@ast.cam.ac.uk>
7337
7338 * calendar/calendar.el (redraw-calendar): Preserve point.
7339 Reported by Matt Hodges <MPHodges@member.fsf.org>.
7340 (calendar-week-start-day): Move after definition of
7341 redraw-calendar. Delete buffer test, since redraw-calendar has
7342 that now.
7343
7344 * calendar/diary-lib.el (mark-diary-entries): Only call
7345 redraw-calendar in the first of any recursive calls.
7346 Reported by Alan Shutko <ats@acm.org>.
7347
7348 2005-03-08 Juri Linkov <juri@jurta.org>
7349
7350 * textmodes/sgml-mode.el (sgml-tag, html-tag-alist)
7351 (html-horizontal-rule, html-line, html-image, html-checkboxes)
7352 (html-radio-buttons): Add a space before the trailing `/>' where
7353 sgml-xml-mode is non-nil.
7354 (sgml-delete-tag): Check if the tag ends with `/>' to not delete
7355 the subsequent tag of the empty XML tag.
7356 (html-href-anchor): Don't set initial input to "http:".
7357 (html-image): Ask for the image URL and set point inside alt="".
7358 (html-name-anchor): Duplicate the name in the `id' attribute when
7359 sgml-xml-mode is non-nil.
7360 (html-paragraph): Remove \n before <p>.
7361 (html-checkboxes, html-radio-buttons): Insert `checked="checked"'
7362 instead of `checked' when sgml-xml-mode is non-nil.
7363
7364 * facemenu.el (list-colors-print): Print #RRGGBB in default face.
7365 Remove 1 space before #RRGGBB to not truncate it on terminal
7366 windows w/o fringes. Remove 1 space between bg and fg examples
7367 to get more space.
7368 (list-colors-duplicates): Replace `and' with `if' for `boundp' to
7369 avoid byte-compile warnings.
7370
7371 * image-file.el (image-file-handler): Put `safe-magic' property to
7372 `image-file-handler'.
7373
7374 * info.el (Info-isearch-search): Emulate word search in
7375 isearching through multiple Info nodes with Info-search.
7376 (Info-isearch-wrap): Allow isearch-word.
7377
7378 2005-03-08 Lute Kamstra <lute@gnu.org>
7379
7380 * emacs-lisp/debug.el (debugger-step-through): Make sure that
7381 stepping into the debugger's code is not possible.
7382 (debugger-jumping-flag): Docstring update.
7383
7384 2005-03-08 Jay Belanger <belanger@truman.edu>
7385
7386 * calc/calc-embed.el (calc-do-embedded): Reset mode line when
7387 embedded mode begins.
7388 (calc-embedded-language-alist): New variable.
7389 (calc-embedded-find-modes): Use calc-embedded-language-alist to
7390 set default language mode.
7391
7392 2005-03-08 Kenichi Handa <handa@m17n.org>
7393
7394 * international/ccl.el (define-ccl-program): Fix docstring about
7395 extra 256 bytes assured for the output buffer.
7396
7397 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
7398 Fix BUFFER_MAGNIFICATION to 2.
7399 (ccl-encode-mule-utf-16be-with-signature): Likewise.
7400
7401 2005-03-07 Karl Chen <quarl@cs.berkeley.edu>
7402
7403 * align.el (align-rules-list): Added an alignment rule for CSS
7404 declarations (applies to css-mode and html-mode buffers).
7405
7406 2005-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
7407
7408 * emacs-lisp/debug.el (debug-on-entry-1): Fix handling of macros.
7409
7410 2005-03-07 Kim F. Storm <storm@cua.dk>
7411
7412 * simple.el (move-beginning-of-line): New command.
7413
7414 * bindings.el (global-map): Bind C-a to move-beginning-of-line.
7415
7416 * reveal.el (reveal-mode-map): Bind C-a to beginning-of-line.
7417
7418 * emulation/cua-base.el: Put CUA move property on move-end-of-line
7419 and move-beginning-of-line.
7420
7421 * apropos.el (apropos-print): Omit command from M-x ... RET.
7422
7423 2005-03-07 Nick Roberts <nickrob@snap.net.nz>
7424
7425 * progmodes/gdb-ui.el (gdb-var-create-handler): Handle just MI case.
7426 (gdb-send, gdb-send-item): Log items sent from gdb-send too.
7427
7428 2005-03-06 Richard M. Stallman <rms@gnu.org>
7429
7430 * bindings.el (esc-map): Bind M-g to goto-line.
7431
7432 * facemenu.el (global-map): Bind M-o, not M-g.
7433
7434 2005-03-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7435
7436 * menu-bar.el (menu-bar-file-menu): Add the same :enable to
7437 "Open Directory" as for "Open File".
7438
7439 2005-03-06 Chong Yidong <cyd@stupidchicken.com>
7440
7441 * simple.el (activate-mark-hook, deactivate-mark-hook): Add defvars.
7442 (push-mark-command): Run activate-mark-hook.
7443
7444 2005-03-06 Richard M. Stallman <rms@gnu.org>
7445
7446 * help-mode.el (help-mode-finish): Don't alter the element
7447 in view-return-to-alist if there already is one.
7448
7449 * jit-lock.el (jit-lock-stealth-fontify): When calling sit-for,
7450 make sure the current buffer is the expected one.
7451
7452 * novice.el (disabled-command-function): Output in *Disabled Command*.
7453 Explicitly ignore non-keyboard events, and explicitly handle C-g.
7454
7455 * textmodes/flyspell.el (flyspell-large-region):
7456 Pass args differently for aspell.
7457
7458 * files.el (mode-require-final-newline): Doc fix.
7459
7460 2005-03-03 Stephan Stahl <stahl@eos.franken.de> (tiny change)
7461
7462 * progmodes/which-func.el (which-function):
7463 Specify NOERROR when calling imenu--make-index-alist.
7464
7465 2005-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
7466
7467 * simple.el (normal-erase-is-backspace): Define default value.
7468
7469 * custom.el (custom-theme-set-variables): Remove unused var `immediate'.
7470 (custom-reevaluate-setting): Simple function to handle
7471 variables that are defined before their default value can really
7472 be computed.
7473
7474 * startup.el (command-line): Use it for temporary-file-directory,
7475 small-emporary-file-directory, auto-save-file-name-transforms,
7476 blink-cursor-mode, and normal-erase-is-backspace.
7477
7478 * font-lock.el (font-lock-fontify-keywords-region): Ensure forward
7479 progress, even with buggy anchored keywords.
7480
7481 2005-03-05 Luc Teirlinck <teirllm@auburn.edu>
7482
7483 * simple.el (goto-line): Remove unbalanced final parenthesis.
7484
7485 2005-03-05 Richard M. Stallman <rms@gnu.org>
7486
7487 * simple.el (goto-line): Use a number at point as the default.
7488 With C-u as arg, switch buffers.
7489
7490 2005-03-05 Juri Linkov <juri@jurta.org>
7491
7492 * frame.el (blink-cursor-mode): Replace `emacs-quick-startup'
7493 with `no-blinking-cursor'.
7494
7495 * startup.el (no-blinking-cursor): New defvar.
7496 (command-line): Add `--no-blinking-cursor' to longopts.
7497 Set `no-blinking-cursor' to t for command line arguments
7498 -Q, -nbc, --no-blinking-cursor. Replace `emacs-quick-startup'
7499 with `no-blinking-cursor' in the condition for calling
7500 `blink-cursor-mode'.
7501
7502 2005-03-04 Luc Teirlinck <teirllm@auburn.edu>
7503
7504 * menu-bar.el (menu-bar-make-mm-toggle): Doc fix.
7505 (menu-bar-options-save): Add blink-cursor-mode.
7506 (menu-bar-options-menu): Add blink-cursor-mode.
7507
7508 2005-03-04 Ulf Jasper <ulf.jasper@web.de>
7509
7510 * calendar/icalendar.el (icalendar-version): Increase to 0.11.
7511 (icalendar-export-file, icalendar-export-region)
7512 (icalendar-import-file, icalendar-import-buffer): Add autoload cookies.
7513 (icalendar--convert-ical-to-diary): Fix problem with DURATION.
7514
7515 2005-03-04 Lute Kamstra <lute@gnu.org>
7516
7517 * emacs-lisp/debug.el (debugger-step-after-exit): Make it a defvar.
7518 (debug-function-list): Ditto.
7519
7520 2005-03-04 Robert J. Chassell <bob@rattlesnake.com>
7521
7522 * textmodes/texinfmt.el (texinfo-append-refill):
7523 Redefine the types of line to which @refill
7524 is not appended by replacing a search for `@refill\\|@bye' with
7525 `@refill\\|^[ \t]*@'. The intent is to solve both the `@end
7526 itemize@refill' bug and the unfilled long lines bug.
7527 (texinfmt-version): Update number and date.
7528
7529 2005-03-04 Reiner Steib <Reiner.Steib@gmx.de>
7530
7531 * international/code-pages.el (windows-1250, windows-125[2-8])
7532 (iso-8859-10, -13, -16, georgian-ps): Add autoload cookies.
7533
7534 2005-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
7535
7536 * frame.el (blink-cursor-mode): `emacs-quick-startup' may not be
7537 bound yet.
7538
7539 2005-03-02 Romain Francoise <romain@orebokech.com>
7540
7541 * ibuf-ext.el (ibuffer-filter-disable): Move back to the current
7542 buffer after removing limits.
7543 (ibuffer-pop-filter): Ditto.
7544 Update copyright.
7545
7546 2005-03-02 Miles Bader <miles@gnu.org>
7547
7548 * button.el (make-text-button): If the user doesn't specify a
7549 type, use the default. Rewrite to use `add-text-properties' and
7550 plist functions.
7551
7552 2005-03-01 Lute Kamstra <lute@gnu.org>
7553
7554 * emacs-lisp/debug.el (inhibit-debug-on-entry): Add docstring.
7555 (debugger-jumping-flag): New var.
7556 (debug-entry-code): Use it.
7557 (debugger-jump): Use debugger-jumping-flag and add
7558 debugger-reenable to post-command-hook.
7559 (debugger-reenable): Use debugger-jumping-flag and remove itself
7560 from post-command-hook.
7561 (debug, debug-on-entry, cancel-debug-on-entry): Remove call to
7562 debugger-reenable.
7563
7564 2005-03-01 Robert J. Chassell <bob@rattlesnake.com>
7565
7566 * textmodes/texinfmt.el (texinfo-no-refill-regexp): Comment out
7567 inclusion of "itemize\\|", which may be unnecessary, is certainly
7568 inelegant, and stops refilling in itemize lists when formatting
7569 Japanese Texinfo files to Info.
7570 Update copyright to 2005.
7571
7572 2005-03-01 Nick Roberts <nickrob@snap.net.nz>
7573
7574 * progmodes/gdb-ui.el (gdb-get-location): Use a warning instead
7575 of an error if GDB can't find the source file.
7576
7577 2005-03-01 Glenn Morris <gmorris@ast.cam.ac.uk>
7578
7579 * calendar/calendar.el (redraw-calendar): Work from any buffer,
7580 not just the calendar.
7581
7582 * calendar/diary-lib.el (mark-diary-entries): Remove any old marks
7583 first.
7584 (diary-redraw-calendar): New function.
7585 (make-diary-entry): Add diary-redraw-calendar to local
7586 write-contents-functions. Turn off selective display before
7587 inserting in diary.
7588
7589 2005-03-01 Kim F. Storm <storm@cua.dk>
7590
7591 * emacs-lisp/copyright.el (copyright-fix-years): New command.
7592
7593 2005-03-01 Lute Kamstra <lute@gnu.org>
7594
7595 * emacs-lisp/debug.el (debug-on-entry-1): Reimplement to make sure
7596 that debug-entry-code can be safely removed from a function while
7597 this code is being evaluated. Revert the 2005-02-27 change as the
7598 new implementation no longer requires it. Make sure that a
7599 function body containing just a string is not mistaken for a docstring.
7600 (debug): Skip one more frame in case of debug on entry.
7601 (debugger-setup-buffer): Delete one more frame line in case of
7602 debug on entry.
7603 (debugger-frame-number): Update to use the new text introduced by
7604 the 1999-11-03 change. Skip one more frame in case of debug on entry.
7605
7606 2005-02-28 Kim F. Storm <storm@cua.dk>
7607
7608 * double.el (double-translate-key): Call force-window-update after
7609 read-event to avoid crash in redisplay.
7610
7611 2005-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
7612
7613 * emacs-lisp/debug.el (inhibit-debug-on-entry): New var.
7614 (debug): Use it. Move the inhibit-trace earlier.
7615 (debug-entry-code): New const.
7616 (debug-on-entry-1): Use it.
7617
7618 2005-02-28 Chong Yidong <cyd@stupidchicken.com>
7619
7620 * international/utf-16.el (ccl-encode-mule-utf-16le):
7621 Fix BUFFER_MAGNIFICATION to 2.
7622 (ccl-encode-mule-utf-16be): Likewise.
7623
7624 2005-02-28 Kenichi Handa <handa@m17n.org>
7625
7626 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
7627 Fix BUFFER_MAGNIFICATION to 4.
7628 (ccl-encode-mule-utf-16be-with-signature): Likewise.
7629
7630 2005-02-28 Nick Roberts <nickrob@snap.net.nz>
7631
7632 * speedbar.el (speedbar-update-flag): Doc fix.
7633 (speedbar-show-info-under-mouse): Give set-mouse-position the right
7634 argument.
7635
7636 2005-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
7637
7638 * reveal.el (reveal-post-command): Don't try to reveal overlays which
7639 have a non-nil `invisible' property but are actually visible.
7640
7641 * progmodes/perl-mode.el (perl-imenu-generic-expression): Add entries
7642 for perldoc sections.
7643 (perl-outline-regexp, perl-outline-level): New var and function.
7644 (perl-mode): Use them.
7645
7646 2005-02-27 Glenn Morris <gmorris@ast.cam.ac.uk>
7647
7648 * calendar/diary-lib.el (diary-remind): Discard any mark portion
7649 from diary-entry. Reported by Andrew Kemp <ajwk@pell.uklinux.net>.
7650
7651 2005-02-27 Luc Teirlinck <teirllm@auburn.edu>
7652
7653 * cus-edit.el: Comment change.
7654 (custom-buffer-create-internal): Slightly reword text at top of
7655 Custom buffers. Mention there that saving an option edits the
7656 init file. Add link to Emacs manual node on `custom-file'.
7657 (custom-magic-alist): Rewrite individual State messages to use
7658 capitalized keywords. Doc fix.
7659
7660 2005-02-27 Matt Hodges <MPHodges@member.fsf.org>
7661
7662 * calendar/calendar.el (calendar-buffer): Move above
7663 calendar-week-start-day.
7664 (calendar-week-start-day): Doc fix. Add :set function.
7665 (calendar-minimum-window-height): New variable.
7666 (generate-calendar-window): Only resize window if selected-window
7667 is displaying the calendar buffer. Use new variable
7668 calendar-minimum-window-height.
7669 (generate-calendar): Reword error message.
7670 (calendar-mode-map): Bind DEL to scroll-other-window-down.
7671
7672 2005-02-27 Andreas Schwab <schwab@suse.de>
7673
7674 * vc.el (vc-do-command): Don't run command asynchronously when
7675 operating in a remote directory.
7676
7677 * net/tramp.el (tramp-file-name-for-operation): Fix misapplied
7678 change from sync with Tramp 2.0.47.
7679
7680 2005-02-27 Richard M. Stallman <rms@gnu.org>
7681
7682 * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
7683
7684 * textmodes/flyspell.el (flyspell-mode-on):
7685 Call ispell-change-dictionary only if necessary.
7686
7687 * emacs-lisp/re-builder.el (regexp-builder): New function.
7688
7689 * register.el (describe-register-1): Explicitly handle
7690 yank-excluded-properties = t.
7691
7692 * cus-edit.el (custom-buffer-create-internal): Improve progress msgs.
7693 (custom-magic-alist): Change the status descriptions again.
7694 (face widget-type): Total rewrite based on `restricted-sexp'
7695 to eliminate the confusing double hiding levels.
7696
7697 * emacs-lisp/debug.el (debug-on-entry-1):
7698 If function body is empty, add nil as body form.
7699
7700 2005-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
7701
7702 * emacs-lisp/trace.el (inhibit-trace): New var.
7703 (trace-make-advice): Use it.
7704
7705 * emacs-lisp/debug.el (debug): Put back the inhibit-trace.
7706
7707 2005-02-26 Kim F. Storm <storm@cua.dk>
7708
7709 * mouse.el (mouse-1-click-in-non-selected-windows): New defcustom.
7710 (mouse-on-link-p, mouse-drag-region-1): Use it.
7711
7712 2005-02-25 Lute Kamstra <lute@gnu.org>
7713
7714 * replace.el (query-replace-read-from): Fix 2005-02-19 change.
7715
7716 2005-02-24 Luc Teirlinck <teirllm@auburn.edu>
7717
7718 * frame.el (blink-cursor-mode): Add :group keyword.
7719
7720 2005-02-24 Ulf Jasper <ulf.jasper@web.de>
7721
7722 * calendar/icalendar.el (icalendar--decode-isodatetime):
7723 New optional argument DAY-SHIFT.
7724 (icalendar-export-region): Fix coding-system-for-write.
7725 (icalendar--convert-ical-to-diary): Shift end-day of all-day
7726 events by one.
7727
7728 2005-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
7729
7730 * textmodes/tex-mode.el (tex-font-lock-keywords-3): #n is atomic.
7731
7732 2005-02-24 Kim F. Storm <storm@cua.dk>
7733
7734 * international/iso-acc.el (iso-accents-compose): Fix crash
7735 during redisplay. Call force-window-update after read-event
7736 and delete-region to signal that window is not accurate.
7737
7738 2005-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
7739
7740 * emacs-lisp/debug.el (debug): Hide the buffer if it's not killed.
7741 Remove unused and inexistent var `inhibit-trace'.
7742 (debugger-mode): Use run-mode-hooks.
7743 (debugger-list-functions): Add buttons; setup xref stack.
7744
7745 2005-02-23 Richard M. Stallman <rms@gnu.org>
7746
7747 * calendar/appt.el (appt-time-msg-list): 3rd elt of each
7748 appointment says it was explicitly made.
7749 (appt-add): Set the 3rd element.
7750 (appt-make-list): Preserve explicit appointments.
7751
7752 * subr.el (find-tag-default): Catch errors in forward-sexp.
7753
7754 2005-02-23 Juri Linkov <juri@jurta.org>
7755
7756 * info.el (Info-isearch-search): New defcustom.
7757 (Info-isearch-search): Call the default isearch function
7758 when Info-isearch-search is nil.
7759 (Info-isearch-wrap): Use variable Info-isearch-search.
7760
7761 2005-02-22 Luc Teirlinck <teirllm@auburn.edu>
7762
7763 * cus-edit.el: Comment change.
7764
7765 2005-02-22 Kim F. Storm <storm@cua.dk>
7766
7767 * progmodes/hideif.el (hide-ifdef-use-define-alist):
7768 Use completing-read. Suggested by Juan-Leon Lahoz Garcia.
7769
7770 2005-02-22 Simon Josefsson <jas@extundo.com>
7771
7772 * net/browse-url.el (browse-url-netscape-new-window-is-tab):
7773 New variable.
7774 (browse-url-netscape): Use it. Suggested by "Johann 'Myrkraverk'
7775 Oskarsson" <myrkraverk@users.sourceforget.net>.
7776
7777 2005-02-22 Kim F. Storm <storm@cua.dk>
7778
7779 * mouse.el (mouse-on-link-p): If arg POS is a mouse event,
7780 check that window of that event is the selected window.
7781 (mouse-drag-region-1): Compare mouse event window to selected
7782 window before setting point.
7783
7784 * tooltip.el (tooltip-show-help-function): Pass event to
7785 mouse-on-link-p so it can check selected window.
7786
7787 2005-02-22 Kenichi Handa <handa@m17n.org>
7788
7789 * ps-mule.el (ps-mule-header-string-charsets): Delete it.
7790 (ps-mule-show-warning): New function.
7791 (ps-mule-begin-job): Use ps-mule-show-warning if unprintable
7792 characters are found.
7793
7794 * ps-print.el (ps-header-footer-string): Return a list of header
7795 and footer strings.
7796
7797 2005-02-21 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
7798
7799 * pcvs.el (cvs-retrieve-revision): Fix thinko.
7800
7801 2005-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
7802
7803 * frame.el (blink-cursor-mode): Use define-minor-mode.
7804
7805 * term/mac-win.el (function-key-map): Use char-names more consistently.
7806 (file-name-coding-system): Only set it for MacOS-9. The other case is
7807 already handled in mule-cmds.el (where it also works when mac-win.el
7808 is not used).
7809
7810 2005-02-21 Kenichi Handa <handa@m17n.org>
7811
7812 * international/mule.el (ctext-pre-write-conversion): Always use
7813 " *code-converting-work*" buffer for work.
7814
7815 * textmodes/ispell.el (ispell-dictionary-alist): Fix docstring.
7816
7817 2005-02-20 Thien-Thi Nguyen <ttn@gnu.org>
7818
7819 * progmodes/scheme.el (scheme-font-lock-keywords-2): Handle named-let.
7820
7821 2005-02-20 Jonathan Yavner <jyavner@member.fsf.org>
7822
7823 * ses.el (undo-more): Restore defadvice, but only the part that
7824 allows changes outside the restricted area of the buffer.
7825
7826 2005-02-20 Kim F. Storm <storm@cua.dk>
7827
7828 * simple.el (line-move): Add fourth optional arg try-vscroll which
7829 must be set to perform auto-window-vscroll.
7830 When moving backwards and doing auto-window-vscroll, automatically
7831 vscroll to the last part of lines which are taller than the window.
7832 (next-line, previous-line): Set try-vscroll arg on line-move.
7833
7834 2005-02-19 Dan Nicolaescu <dann@ics.uci.edu>
7835
7836 * replace.el (query-replace, query-replace-regexp)
7837 (replace-string, replace-regexp): When operating on region, make
7838 the minibuffer prompt say so.
7839
7840 * isearch.el (isearch-forward): Document isearch-query-replace and
7841 isearch-query-replace-regexp keybindings.
7842
7843 2005-02-19 Jay Belanger <belanger@truman.edu>
7844
7845 * calc/calc-aent.el (math-read-token): Add local variable.
7846
7847 * calc/calc-prog.el (calc-user-define-edit): Add local variable.
7848 (calc-edit-top): Move declaration to earlier in file.
7849 (calc-edit-macro-repeats): Add local variables.
7850
7851 * calc/calcalg2.el: Add differentiation rule for calcFunc-coth.
7852 Adjust differentiation rules for calcFunc-tan, calcFunc-cot,
7853 calcFunc-tanh.
7854 Adjust integration rule for calcFunc-tan.
7855
7856 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
7857
7858 * viper-cmd.el (viper-prefix-commands): Make into a defconst.
7859 (viper-exec-buffer-search): Use regexp-quote to quote buffer string.
7860 (viper-minibuffer-setup-sentinel): Make some variables buffer-local.
7861 (viper-skip-separators): Bug fix.
7862 (viper-set-searchstyle-toggling-macros): Allow to unset macros in a
7863 particular major mode.
7864 (viper-del-backward-char-in-replace): Don't put deleted char on the
7865 kill ring.
7866
7867 * viper-ex.el (viper-color-display-p): New function.
7868 (viper-has-face-support-p): Use viper-color-display-p.
7869
7870 * viper-keym.el (viper-gnus-modifier-map): New keymap.
7871
7872 * viper-macs.el (viper-unrecord-kbd-macro): Bug fix.
7873
7874 * viper-util.el (viper-glob-unix-files): Fix shell status check.
7875 (viper-file-remote-p): Make equivalent to file-remote-p.
7876
7877 * viper.el (viper-major-mode-modifier-list):
7878 Use viper-gnus-modifier-map.
7879
7880 2005-02-19 David Kastrup <dak@gnu.org>
7881
7882 * subr.el (subregexp-context-p): Fix garbled doc string by adding
7883 quoting.
7884
7885 2005-02-19 Jay Belanger <belanger@truman.edu>
7886
7887 * calc/calc-math.el (calc-arctan, calc-tanh, calc-arctanh):
7888 Remove extra definitions.
7889 (calc-coth): New function.
7890 (calcFunc-cot): Fix `let'.
7891
7892 2005-02-19 Eli Zaretskii <eliz@gnu.org>
7893
7894 * faces.el (escape-glyph, minibuffer-prompt): Add commentary for
7895 the reasons we use "type pc" in these faces.
7896
7897 * button.el (button): Ditto.
7898
7899 2005-02-19 Michael Mauger <mmaug@yahoo.com>
7900
7901 * replace.el (query-replace-read-from): Set the value of
7902 query-replace-from-history-variable to handle the case of an empty
7903 string entered to accept the suggested default.
7904
7905 * net/tramp.el (tramp-file-name-for-operation):
7906 Use dired-call-process instead of dired-call-process-command.
7907
7908 2005-02-19 Jay Belanger <belanger@truman.edu>
7909
7910 * calc/calc-arith.el (math-trig-inverses, math-div-trig)
7911 (math-div-non-trig): New variables.
7912 (math-combine-prod-trig, math-div-new-trig, math-div-new-non-trig)
7913 (math-div-isolate-trig, math-div-isolate-trig-term): New functions.
7914 (math-combine-prod, math-div-symb-fancy): Add simplifications for
7915 trig expressions.
7916
7917 2005-02-19 Nick Roberts <nickrob@snap.net.nz>
7918
7919 * progmodes/gdb-ui.el (gdb-var-update-handler)
7920 (gdb-speedbar-timer-fn): Ensure speedbar updates with new values
7921 for watch expressions,
7922 (gdb-var-create-handler): Don't set speedbar-update-flag.
7923 (gdb-post-prompt): Simplify test for speedbar.
7924
7925 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
7926
7927 * ediff.el (ediff-set-diff-overlays-in-one-buffer)
7928 (ediff-set-fine-overlays-in-one-buffer,ediff-goto-word): Make sure
7929 we use the syntax table of the correct buffer.
7930 (ediff-same-file-contents,ediff-same-contents): Enhancements thanks to
7931 Felix Gatzemeier.
7932
7933 * ediff-init.el (ediff-hide-face): Check for definedness of functions.
7934 (ediff-file-remote-p): Make synonymous with file-remote-p.
7935 In all deffaces ediff-*-face-*, use min-colors.
7936
7937 * ediff-mult.el (ediff-meta-mark-equal-files): Make use of
7938 ediff-recurse-to-subdirectories.
7939 (ediff-mark-if-equal): Check that the arguments are strings, use
7940 ediff-same-contents (after to Felix Gatzemeier).
7941
7942 * ediff.el (ediff-merge-on-startup): Don't set buffer-modified-p to
7943 nil.
7944
7945 2005-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
7946
7947 * log-view.el (log-view-message-re): Fix up Subversion regexp.
7948
7949 2005-02-18 David Kastrup <dak@gnu.org>
7950
7951 * progmodes/meta-mode.el (meta-mark-active): Fix condition to just
7952 use `mark-active' when defined.
7953
7954 2005-02-18 Kenichi Handa <handa@m17n.org>
7955
7956 * ps-print.el (ps-font-info-database): New entry
7957 ZapfChancery-MediumItalic with correct font name. Fix font name
7958 of the entry Zapf-Chancery-MediumItalic.
7959
7960 2005-02-16 Luc Teirlinck <teirllm@auburn.edu>
7961
7962 * autorevert.el (auto-revert-stop-on-user-input): Further doc fix.
7963
7964 2005-02-16 Kim F. Storm <storm@cua.dk>
7965
7966 * ido.el (ido-fallback-command): Pass user input to fallback command.
7967
7968 2005-02-16 Nick Roberts <nickrob@snap.net.nz>
7969
7970 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
7971 (gdb-find-file-hook): Add server prefix.
7972
7973 2005-02-16 Richard M. Stallman <rms@gnu.org>
7974
7975 * replace.el (perform-replace): Pass new args to replace-highlight.
7976 (replace-highlight): Take region args,
7977 and pass them to isearch-lazy-highlight-new-loop.
7978
7979 * novice.el (disabled-command-hook): Autoload the defalias
7980 and the make-obsolete-variable call.
7981
7982 * menu-bar.el (menu-bar-select-frame): FRAME defaults to selected.
7983
7984 * isearch.el (isearch-lazy-highlight-start-limit)
7985 (isearch-lazy-highlight-end-limit): New variables limit
7986 the region for highlighting.
7987 (isearch-lazy-highlight-new-loop): New args BEG and END.
7988 (isearch-lazy-highlight-search): Use the new vars.
7989 (isearch-lazy-highlight-update): Likewise.
7990
7991 * dired.el (dired-build-subdir-alist): Bind buffer-undo-list to t.
7992
7993 * cus-start.el (all): Use default-boundp.
7994
7995 2005-02-15 David Casperson <casper@unbc.ca> (tiny change)
7996
7997 * menu-bar.el (menu-bar-select-frame): Handle current frame.
7998
7999 2005-02-15 Luc Teirlinck <teirllm@auburn.edu>
8000
8001 * autorevert.el (auto-revert-stop-on-user-input)
8002 (auto-revert-verbose): Doc fixes.
8003
8004 2005-02-15 Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de>
8005
8006 * international/mule-cmds.el (set-locale-environment): Remove call
8007 to set-selection-coding-system on Windows.
8008
8009 2005-02-15 Jay Belanger <belanger@truman.edu>
8010
8011 * calc/calc-alg.el: Add simplification rules for calcFunc-sec,
8012 calcFunc-csc, calcFunc-cot, calcFunc-sech, calcFunc-csch, and
8013 calcFunc-coth.
8014 (math-simplify-sqrt): Add simplifications.
8015
8016 * calc/calc-arith.el (math-real-if-arg-functions): Add functions
8017 to list.
8018
8019 * calc/calc-ext.el: Add functions to autoloads.
8020
8021 * calc/calc-math.el (calc-sec, calc-csc, calc-cot, calc-sech)
8022 (calc-csch, calc-coth, calcFunc-sec, calcFunc-csc, calcFunc-cot)
8023 (calcFunc-sech, calcFunc-csch, calcFunc-coth, math-sec-raw)
8024 (math-csc-raw, math-cot-raw): New functions.
8025
8026 * calc/calc-rules.el (calc-DistribRules, calc-NegateRules): Add rules.
8027
8028 * calc/calc-undo.el (calc-handle-undo): Remove prefix from
8029 the variable name in a message.
8030
8031 * calc/calc-units.el: Add simplification rules for calcFunc-sec,
8032 calcFunc-csc, calcFunc-cot.
8033
8034 * calc/calcalg2.el: Add derivative and integration rules for
8035 calcFunc-sec, calcFunc-csc, calcFunc-cot, calcFunc-sech,
8036 calcFunc-csch, calcFunc-coth.
8037 (math-do-integral-methods): Add to checks for when to use
8038 substitutions.
8039
8040 * calc/calccomp.el (math-eqn-special-funcs): Add functions to list.
8041
8042 2005-02-15 Lute Kamstra <lute@gnu.org>
8043
8044 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
8045 Add ;;;###autoload to `outline-regexp'. Suggested by Stefan Monnier
8046 <monnier@iro.umontreal.ca>
8047 (lisp-outline-level): Improve efficiency. Suggested by David
8048 Kastrup <dak@gnu.org>.
8049
8050 2005-02-15 Nick Roberts <nickrob@snap.net.nz>
8051
8052 * progmodes/gdb-ui.el (gdb-find-file-unhook): New variable.
8053 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1)
8054 (gdb-set-gud-minor-mode-existing-buffers): New functions.
8055 (gdb-find-file-hook): New hook. Add it to find-file-hook.
8056 (gdb-info-breakpoints-custom, gdb-source-info): Simplify.
8057
8058 2005-02-14 Luc Teirlinck <teirllm@auburn.edu>
8059
8060 * cus-start.el (all): Comment change.
8061
8062 2005-02-14 Lute Kamstra <lute@gnu.org>
8063
8064 * cus-start.el (all): Check if symbol is void.
8065
8066 2005-02-14 Carsten Dominik <dominik@science.uva.nl>
8067
8068 * textmodes/reftex-cite.el (reftex-do-citation): Cleanup single
8069 optional argument to \cite.
8070
8071 2005-02-14 Richard M. Stallman <rms@gnu.org>
8072
8073 * cus-edit.el (custom-buffer-create-internal): Update help message.
8074 (custom-magic-alist): Update help messages.
8075
8076 * cus-start.el (all): Allow a var to specify a standard value.
8077
8078 2005-02-12 Luc Teirlinck <teirllm@auburn.edu>
8079
8080 * custom.el (custom-theme-set-variables): Handle variable aliases.
8081
8082 * frame.el (blink-cursor-timer): Doc fix.
8083 (blink-cursor): Make it an alias for `blink-cursor-mode' and
8084 declare obsolete.
8085 (blink-cursor-mode): Define with defcustom and use correct
8086 standard expression in that defcustom.
8087 * startup.el (command-line): Adapt to above changes in frame.el.
8088
8089 2005-02-11 Lute Kamstra <lute@gnu.org>
8090
8091 * apropos.el (apropos-score-doc): Prevent division by zero.
8092
8093 2005-02-11 Ulf Jasper <ulf.jasper@web.de>
8094
8095 * calendar/icalendar.el (icalendar--get-event-property): Doc fix.
8096 (icalendar--get-event-property-attributes)
8097 (icalendar--get-event-properties)
8098 (icalendar--datetime-to-diary-date): New functions.
8099 (icalendar--split-value): Doc fix.
8100 (icalendar--datetime-to-noneuropean-date)
8101 (icalendar--datetime-to-european-date): New optional argument
8102 SEPARATOR. Return result as a string instead of a list.
8103 (icalendar--get-weekday-number): Check if ABBREVWEEKDAY is nil.
8104 (icalendar--convert-string-for-export): Rename arg S to STRING.
8105 (icalendar-export-region): Doc fix. Change name of error buffer.
8106 Save output buffer.
8107 (icalendar-import-file): Add blank at end of prompt.
8108 (icalendar-import-buffer): Doc fix. Do not switch to error
8109 buffer. Indicate status in return value.
8110 (icalendar--convert-ical-to-diary): Doc fix. Change name of error
8111 buffer. Save output buffer. Handle exception from recurrence
8112 rules (EXDATE, EXRULE). Handle start- and end-date of recurring
8113 events. Fix problems with weekly all-day events.
8114
8115 2005-02-10 Richard M. Stallman <rms@gnu.org>
8116
8117 * simple.el (eval-expression-print-format):
8118 Avoid warning about edebug-active.
8119
8120 * help.el (help-for-help-internal): Rename from help-for-help.
8121 (help-for-help): Define with defalias.
8122
8123 * font-core.el (font-lock-default-function): Use with-no-warnings.
8124
8125 * cus-edit.el (custom-buffer-create-internal): Improve help-echo.
8126
8127 * custom.el (defface): Doc fix.
8128
8129 2005-02-10 Nick Roberts <nickrob@snap.net.nz>
8130
8131 * progmodes/gdb-ui.el (gdb-ann3): Re-instate GDB command "set
8132 width 0" to prevent word wrapping problems.
8133
8134 2005-02-09 Kim F. Storm <storm@cua.dk>
8135
8136 * ido.el (ido-file-extensions-order): New defcustom.
8137 (ido-file-extension-lessp, ido-file-extension-aux)
8138 (ido-file-extension-order): New advanced file ordering.
8139 (ido-file-lessp): New simple file ordering.
8140 (ido-sort-list): Remove.
8141 (ido-make-file-list): Use ido-file-lessp or ido-file-extension-lessp.
8142 (ido-make-dir-list, ido-completion-help): Use ido-file-lessp.
8143
8144 2005-02-08 Dan Nicolaescu <dann@ics.uci.edu>
8145
8146 * progmodes/grep.el (grep-regexp-alist): Match an optional ^[[K
8147 that some versions of grep produce.
8148 (grep-mode-font-lock-keywords): Likewise.
8149
8150 2005-02-09 Nick Roberts <nickrob@snap.net.nz>
8151
8152 * progmodes/gdb-ui.el (gdb-location-list): New variable.
8153 (gdb-cdir): Delete.
8154 (gdb-info-breakpoints-custom, gdb-goto-breakpoint)
8155 (gdb-source-info): Treat case when source file is in another
8156 directory properly.
8157 (gdb-get-location): New function.
8158
8159 2005-02-07 Jay Belanger <belanger@truman.edu>
8160
8161 * calc/calc-prog.el (calc-write-parse-table-part)
8162 (calc-fix-token-name): Fix a check for language type.
8163
8164 * calc/calccomp.el (math-compose-expr): Fix a check for language type.
8165
8166 2005-02-07 Andre Spiegel <spiegel@gnu.org>
8167
8168 * vc-hooks.el (vc-make-version-backup): Ignore file-errors such
8169 as directory not writable.
8170
8171 2005-02-07 Kim F. Storm <storm@cua.dk>
8172
8173 * emulation/cua-base.el (cua-max-undo, cua-undo): Remove.
8174 (cua--standard-movement-commands): Remove list.
8175 Instead, set CUA property value to move for movement commands.
8176 (cua-movement-commands): Remove. Users must set CUA prop instead.
8177 (cua--pre-command-handler): Check CUA property.
8178 (cua--init-keymaps): Don't remap undo commands.
8179 (cua-mode): Don't call cua--rectangle-on-off.
8180
8181 * emulation/cua-rect.el (cua--undo-list, cua--tidy-undo-counter)
8182 (cua--rect-undo, cua--tidy-undo-lists, cua--rectangle-on-off): Remove.
8183 (cua--rect-undo-set-point): New var.
8184 (cua--rectangle-undo-boundary): Setup undo apply entry.
8185 (cua--rect-undo-handler): New function for rectangle undo.
8186 (cua--rect-start-position, cua--rect-end-position): Add.
8187 (cua--rectangle-post-command): Call cua--rectangle-set-corners
8188 for restored rectangle. Set point if cua--rect-undo-set-point.
8189
8190 2005-02-06 Jay Belanger <belanger@truman.edu>
8191
8192 * calc/calc-lang.el (calc-tex-language): Display more information
8193 in messages.
8194
8195 * calc/calccomp.el (math-compose-expr): Allow multiline matrices
8196 in TeX mode.
8197
8198 2005-02-06 Richard M. Stallman <rms@gnu.org>
8199
8200 * emacs-lisp/lisp.el (buffer-end): Doc fix.
8201
8202 2005-02-05 Arne_J\e,Ax\e(Brgensen <arne@arnested.dk> (tiny change)
8203
8204 * net/ldap.el (ldap-search-internal): Support attributes with
8205 optional descriptions separated by a semi-colon, as in
8206 "userCertificate;binary".
8207
8208 2005-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8209
8210 * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
8211 isn't a cons (i.e. the version is 0).
8212
8213 2005-02-05 Eli Zaretskii <eliz@gnu.org>
8214
8215 * help.el (help-for-help): Doc fix.
8216
8217 2005-02-05 Nick Roberts <nickrob@snap.net.nz>
8218
8219 * progmodes/gdb-ui.el: Update copyright. Put GDB-Frames before
8220 GDB-Windows on the menu-bar as this works better.
8221
8222 2005-02-04 Jay Belanger <belanger@truman.edu>
8223
8224 * calc/calc-embed.el (calc-embedded-update): Don't put in
8225 unnecessary newlines. Adjust the end of formula marker.
8226
8227 * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments.
8228 (math-latex-parse-two-args): New function.
8229
8230 2005-02-03 Lute Kamstra <lute@gnu.org>
8231
8232 * help-fns.el (help-with-tutorial): Make sure that users cannot
8233 remove the entire text of the tutorial by means of `undo'.
8234
8235 2005-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
8236
8237 * textmodes/ispell.el (ispell-internal-change-dictionary): Fix problem
8238 in recent changes, where the ispell process was repeatedly
8239 killed & restarted.
8240
8241 * international/mule-cmds.el (set-locale-environment): Set file-name
8242 coding system to utf-8 on Darwin systems.
8243 (set-default-coding-systems): Don't set default-file-name-coding-system
8244 on Darwin systems.
8245
8246 2005-02-03 Richard M. Stallman <rms@gnu.org>
8247
8248 * hi-lock.el (hi-lock-mode): Turning on Hi-Lock turns on Font-Lock.
8249
8250 2005-02-03 Matt Hodges <MPHodges@member.fsf.org>
8251
8252 * faces.el (list-faces-display): Add optional argument.
8253
8254 2005-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
8255
8256 * font-core.el (font-lock-default-function): Handle the rare case where
8257 only font-lock-keywords is set.
8258
8259 2005-02-02 Kenichi Handa <handa@m17n.org>
8260
8261 * international/characters.el: Cancel previous change for
8262 I-WITH-DOT-ABOVE and DOTLESS-i.
8263
8264 * international/latin-5.el: Cancel previous change.
8265
8266 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
8267
8268 * progmodes/gud.el: Correction to syntax in gud-menu-map.
8269
8270 2005-02-02 Kenichi Handa <handa@m17n.org>
8271
8272 * international/latin-5.el (tbl): Setup cases of I-WITH-DOT-ABOVE,
8273 DOTLESS-i.
8274
8275 * international/characters.el: Setup cases of GREEK-FINAL-SIGMA,
8276 Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i.
8277
8278 * case-table.el (get-upcase-table): New function.
8279 (copy-case-table): Copy upcaes table too if non-nil.
8280 (set-case-syntax-delims): Maintain upcase table too.
8281 (set-case-syntax-pair): Likewise.
8282 (set-upcase-syntax, set-downcase-syntax): New functions.
8283 (set-case-syntax): Maintain upcase table too.
8284
8285 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
8286
8287 * progmodes/gdb-ui.el (gdb-goto-info): Delete.
8288
8289 * progmodes/gud.el (gud-goto-info): New function.
8290 (gud-tool-bar-map): Use correct icon.
8291
8292 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
8293
8294 * emacs-lisp/lisp-mode.el (lisp-indent-function): Fix bug:
8295 When delegating, order args in the funcall correctly.
8296
8297 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
8298
8299 * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
8300
8301 2005-02-01 Carsten Dominik <dominik@science.uva.nl>
8302
8303 * textmodes/reftex.el (reftex-access-scan-info): Error out in a
8304 buffer not visiting a file.
8305
8306 2005-01-31 Jay Belanger <belanger@truman.edu>
8307
8308 * calc/calc-embed.el (calc-embedded-find-bounds): Set the formula
8309 bound on the line with the formula.
8310
8311 2005-01-31 Kim F. Storm <storm@cua.dk>
8312
8313 * ses.el (ses-create-cell-variable-range)
8314 (ses-destroy-cell-variable-range, ses-reset-header-string)
8315 (ses-set-with-undo, ses-unset-with-undo, ses-aset-with-undo)
8316 (ses-insert-row): Fix format of apply undo entries.
8317
8318 2005-01-31 Jay Belanger <belanger@truman.edu>
8319
8320 * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX
8321 parts.
8322
8323 * calc/calc-embed.el (calc-embedded-open-formula)
8324 (calc-embedded-close-formula): Ignore matrix environments.
8325
8326 * calc/calc-ext.el (math-read-big-expr): Make LaTeX the default
8327 TeX mode.
8328
8329 * calc/calc-lang.el (math-function-table, math-oper-table)
8330 (math-variable-table): Adjust the LaTeX portions.
8331
8332 * calc/calc.el (math-tex-ignore-words): Remove LaTeX portion.
8333 (math-latex-ignore-words): New constant.
8334
8335 2005-01-31 Richard M. Stallman <rms@gnu.org>
8336
8337 * textmodes/ispell.el (ispell-local-dictionary-overridden): New var.
8338 (ispell-local-dictionary): Doc fix.
8339 (ispell-dictionary-alist): Don't include ispell-local-dictionary-alist.
8340 Don't reinitialize at run time. Don't defcustom.
8341 All uses changed to append ispell-local-dictionary-alist,
8342 or check it first.
8343 (ispell-current-dictionary): New variable for dictionary in use.
8344 (ispell-dictionary): Now used only for global default.
8345 (ispell-start-process): Set ispell-current-dictionary,
8346 not ispell-dictionary.
8347 (ispell-change-dictionary): Use this only for setting
8348 user preferences.
8349 (ispell-internal-change-dictionary): New function
8350 to change the current dictionary in use.
8351 (ispell-region, ispell-process-line, ispell-buffer-local-dict):
8352 Use ispell-current-dictionary.
8353 Handle ispell-local-dictionary-overridden.
8354 (ispell-buffer-local-dict): Call ispell-internal-change-dictionary.
8355
8356 2005-01-31 Jay Belanger <belanger@truman.edu>
8357
8358 * calc/calc-aent.el (math-read-token): Add support for LaTeX.
8359
8360 * calc/calc-ext.el: Add calc-latex-language to autoloads.
8361 (calc-mode-map): Add calc-latex-language.
8362
8363 * calc/calc-lang.el (calc-latex-language, math-latex-parse-frac)
8364 (math-latex-print-frac): New functions.
8365 (math-oper-table, math-function-table, math-variable-table)
8366 (math-complex-format, math-input-filter): Add latex properties.
8367 (calc-set-language): Set math-expr-special-function-mapping.
8368
8369 * calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name)
8370 (calc-write-parse-table-part): Add LaTeX support.
8371
8372 * calc/calc.el (calc-language): Adjust docstring.
8373 (calc-set-mode-line): Add LaTeX support.
8374 (math-expr-special-function-mapping): New variable.
8375 (math-tex-ignore-words): Add to list.
8376
8377 * calc/calccomp.el (math-compose-expr, math-compose-rows):
8378 Add LaTeX support.
8379 (math-compose-expr): Add support for special functions.
8380
8381 * calc/calc-help.el (calc-d-prefix-help): Add LaTeX.
8382
8383 2005-01-31 Nick Roberts <nickrob@snap.net.nz>
8384
8385 * progmodes/gdb-ui.el (gdb-memory-address)
8386 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit)
8387 (gdb-memory-mode-map, gdb-memory-format-keymap)
8388 (gdb-memory-format-menu, gdb-memory-unit-keymap)
8389 (gdb-memory-unit-menu): New variables for a buffer
8390 that lets the user examine program memory.
8391 (gdb-memory-set-address, gdb-memory-set-repeat-count)
8392 (gdb-memory-format-binary, gdb-memory-format-octal)
8393 (gdb-memory-format-unsigned, gdb-memory-format-signed)
8394 (gdb-memory-format-hexadecimal, gdb-memory-format-menu)
8395 (gdb-memory-format-menu-1, gdb-memory-unit-giant)
8396 (gdb-memory-unit-word, gdb-memory-unit-halfword)
8397 (gdb-memory-unit-byte, gdb-memory-unit-menu)
8398 (gdb-memory-unit-menu-1, gdb-make-header-line-mouse-map)
8399 (gdb-memory-mode, gdb-memory-buffer-name)
8400 (gdb-display-memory-buffer, gdb-frame-memory-buffer):
8401 New functions for above buffer.
8402
8403 2005-01-30 Richard M. Stallman <rms@gnu.org>
8404
8405 * cus-edit.el (custom-bury-buffer): Function deleted.
8406 (custom-buffer-done-function): Option deleted.
8407 (custom-buffer-done-kill): New (replacement option.
8408 (Custom-buffer-done): Call quit-window.
8409 (custom-buffer-create-internal): Update for above changes.
8410
8411 2005-01-29 Luc Teirlinck <teirllm@auburn.edu>
8412
8413 * simple.el (undo-ask-before-discard): New var.
8414 (undo-outer-limit-truncate): Implement it.
8415 (undo-extra-outer-limit): Doc update.
8416
8417 2005-01-29 Richard M. Stallman <rms@gnu.org>
8418
8419 * ses.el (undo-more): Delete defadvice.
8420 (ses-begin-change): Doc fix.
8421
8422 * dired.el (dired-mode-map): Remap `undo' and `advertised-undo'
8423 instead of rebinding C-x u and C-_.
8424
8425 * files.el (normal-backup-enable-predicate): Return nil for files
8426 in /tmp, regardless of temporary-file-directory.
8427
8428 * man.el (Man-getpage-in-background): Disable undo in Man buffer.
8429
8430 * rect.el (delete-rectangle-line, delete-extract-rectangle-line)
8431 (open-rectangle, delete-whitespace-rectangle-line)
8432 (clear-rectangle-line): If FILL, pass t instead of FILL
8433 for move-to-column's 2nd arg.
8434
8435 * simple.el (undo): Fix the test for continuing a series of undos.
8436 (undo-more): Set pending-undo-list to t when we reach end.
8437 (pending-undo-list): Move up defvar.
8438
8439 * wid-edit.el (widget-button-click):
8440 Shorten the range of the track-mouse binding.
8441
8442 * comint.el (comint-insert-input): Undo previous changes;
8443 use last-input-event in interactive spec.
8444
8445 2005-01-29 Eli Zaretskii <eliz@gnu.org>
8446
8447 * progmodes/compile.el (compilation-start): Bind buffer-read-only
8448 to nil before invoking call-process. Reset buffer's modified flag
8449 after fontifying it in the no-async branch.
8450
8451 * wid-edit.el (widget-specify-button): If mouse pointer shape
8452 cannot be changed, use mouse face instead.
8453
8454 2005-01-29 Nick Roberts <nickrob@snap.net.nz>
8455
8456 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
8457 (gdb-goto-breakpoint): Make breakpoint handling work on template
8458 functions in C++. Reported by Martin Reed <mjreed@essex.ac.uk>
8459 (gdb-assembler-custom): Update to recognize breakpoint information
8460 added on 2005-01-19.
8461
8462 2005-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
8463
8464 * progmodes/scheme.el (scheme-mode-variables): Set comment-add.
8465 (dsssl-mode): Use define-derived-mode.
8466 (scheme-mode-initialize): Remove.
8467 (scheme-mode): Use run-mode-hooks.
8468
8469 * cus-edit.el (customize-group-other-window)
8470 (custom-buffer-create-other-window): Don't override special-display-*.
8471 (custom-mode-map): Make it dense.
8472
8473 * emacs-lisp/lisp-mode.el (eval-defun-1): Make sure `defvar' always
8474 sets the default value.
8475
8476 2005-01-28 Eli Zaretskii <eliz@gnu.org>
8477
8478 * descr-text.el: Add more keywords.
8479
8480 2005-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
8481
8482 * speedbar.el: Avoid unnecessary use of locate-library.
8483
8484 * international/mule-cmds.el (standard-display-european-internal):
8485 Don't fiddle with latin-1 non-break space any more since it's now
8486 special cased in the C code.
8487 Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
8488
8489 2005-01-26 Luc Teirlinck <teirllm@auburn.edu>
8490
8491 * cus-start.el (all): Add `undo-outer-limit'.
8492
8493 2005-01-25 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
8494
8495 * textmodes/bibtex.el (bibtex-format-entry):
8496 Use `bibtex-empty-field-re' only on the text of fields, not on entire
8497 field lines.
8498 (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
8499 not on part of a buffer.
8500
8501 2005-01-25 Lute Kamstra <lute@gnu.org>
8502
8503 * textmodes/bibtex.el (bibtex-empty-field-re): Don't match
8504 nonempty field text strings like "{letters\\macro{}more letters}".
8505 Clarify docstring.
8506 (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
8507 (bibtex-entry-offset, bibtex-parse-association)
8508 (bibtex-parse-field-name): Fix typos in docstrings.
8509 (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
8510
8511 2005-01-24 Carsten Dominik <dominik@science.uva.nl>
8512
8513 * textmodes/reftex-global.el (reftex-isearch-push-state-function)
8514 (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
8515 (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
8516 (reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.
8517
8518 * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
8519 isearch minor mode.
8520
8521 2005-01-24 Luc Teirlinck <teirllm@auburn.edu>
8522
8523 * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie.
8524
8525 2005-01-24 Lute Kamstra <lute@gnu.org>
8526
8527 * textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the
8528 CASECHARS and NOT-CASECHARS regular expressions of the
8529 "nederlands" and "nederlands8" dictionaries to prevent a "Range
8530 striding over charsets" error.
8531
8532 2005-01-24 Jay Belanger <belanger@truman.edu>
8533
8534 * calc/calc-store.el (calc-declare-variable): Use calc-var-name to
8535 display variable name.
8536
8537 2005-01-24 Kenichi Handa <handa@m17n.org>
8538
8539 * international/encoded-kb.el (encoded-kbd-iso2022-single-shift):
8540 Fix setting of the element of encoded-kbd-iso2022-invocations.
8541
8542 2005-01-24 Nick Roberts <nickrob@snap.net.nz>
8543
8544 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
8545 (gdb-threads-select): Change to also accept mouse events.
8546 (gdb-mouse-goto-breakpoint, gdb-frames-mouse-select)
8547 (gdb-threads-mouse-select): Delete.
8548
8549 2005-01-23 Luc Teirlinck <teirllm@auburn.edu>
8550
8551 * files.el (insert-directory): Take care of empty directory,
8552 listed without -a switch.
8553
8554 2005-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
8555
8556 * textmodes/refill.el (refill-post-command-function):
8557 Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
8558 to the list of functions that we should be careful not to undo.
8559 (refill-late-fill-paragraph-function): Remove.
8560 (refill-saved-state): New var.
8561 (refill-mode): Use it to save fill-paragraph-function.
8562 Save also the value of auto-fill-function.
8563
8564 * term/w32-win.el: Simplify code.
8565
8566 2005-01-23 Kim F. Storm <storm@cua.dk>
8567
8568 * simple.el (line-move): Adapt to new return value from
8569 pos-visible-in-window-p.
8570
8571 * simple.el (line-move): Fix last change. Check partial
8572 visibility at point rather than at window-start.
8573
8574 2005-01-22 Jason Rumney <jasonr@gnu.org>
8575
8576 * term/w32-win.el (xw-defined-colors): Remove debug-message.
8577
8578 2005-01-22 David Kastrup <dak@gnu.org>
8579
8580 * progmodes/grep.el: Add alias `find-grep' for `grep-find'.
8581
8582 2005-01-22 Eli Zaretskii <eliz@gnu.org>
8583
8584 * type-break.el (type-break-mode): Add a test for
8585 type-break-file-name being non-nil.
8586
8587 2005-01-22 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
8588
8589 * net/eudc.el (top level): Call (message "") via progn, so that
8590 eudc-options-file is loaded.
8591
8592 2005-01-22 Kim F. Storm <storm@cua.dk>
8593
8594 * simple.el (line-move-1): Rename from line-move.
8595 (line-move): New function that adjusts vscroll for partially
8596 visible rows, and calls line-move-1 otherwise.
8597
8598 2005-01-21 Ren\e,Ai\e(B Kyllingstad <listmailxemacs@kyllingstad.com>
8599
8600 * pcomplete.el: define pcomplete-read-event instead of read-event,
8601 since it's not a complete read-event implementation
8602
8603 2005-01-20 Jay Belanger <belanger@truman.edu>
8604
8605 * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg
8606 for called function.
8607
8608 2005-01-20 Steven Tamm <steventamm@mac.com>
8609
8610 * term/mac-win.el (process-connection-type): Remove.
8611 Controlled now by s/darwin.h:PTY_ITERATION.
8612
8613 2005-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
8614
8615 * window.el (handle-select-window): Don't switch window when we're
8616 in the minibuffer.
8617
8618 2005-01-10 Paul Pogonyshev <pogonyshev@gmx.net>
8619
8620 * subr.el (dotimes-with-progress-reporter): New macro.
8621
8622 * ses.el (ses-dotimes-msg): Remove macro.
8623 Use `dotimes-with-progress-reporter' instead.
8624
8625 2005-01-19 Steven Tamm <steventamm@mac.com>
8626
8627 * term/mac-win.el (process-connection-type): Use new
8628 operating-system-release variable to use ptys on Darwin 7 (OS X
8629 10.3) when using carbon build.
8630
8631 2005-01-19 Jay Belanger <belanger@truman.edu>
8632
8633 * calc/calc-ext.el (calc-fancy-prefix-other-key): Don't clear
8634 flags if the last command was a tab or M-tab.
8635
8636 * calc/calc-prog.el (calc-user-define-edit): Put original formula
8637 in formula editing buffer.
8638
8639 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
8640
8641 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Add help-echo for
8642 breakpoint image symbol in margin.
8643
8644 2005-01-19 Jay Belanger <belanger@truman.edu>
8645
8646 * calc/calc-prog.el (calc-execute-kbd-macro):
8647 Ignore calc-keep-arg-flag.
8648
8649 2005-01-19 Kenichi Handa <handa@m17n.org>
8650
8651 * textmodes/ispell.el (ispell-looking-at): New function.
8652 (ispell-process-line): Use ispell-looking-at to compare the ispell
8653 output and the buffer contents.
8654
8655 2005-01-18 Jay Belanger <belanger@truman.edu>
8656
8657 * calc/calc.el (calc-display-raw): Fix docstring.
8658
8659 2005-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
8660
8661 * simple.el (blink-matching-open): Strip extra info from syntax.
8662
8663 * progmodes/sh-script.el (sh-here-doc-open-re): Don't allow | or other
8664 funny chars in the end-of-here-doc marker.
8665
8666 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
8667
8668 * progmodes/gdb-ui.el (gdb-put-string): Copy/create strings so
8669 that enable/disabled state of breakpoints is shown correctly in
8670 fringe and on ttys.
8671 (gdb-put-breakpoint-icon, gdb-info-breakpoints-custom):
8672 Add breakpoint information as text properties.
8673 (gdb-mouse-toggle-breakpoint):
8674 Rename to gdb-mouse-set-clear-breakpoint.
8675 (gdb-mouse-toggle-breakpoint): New function. Enable/disable
8676 breakpoints in the margin.
8677 (gdb-remove-strings): Simplify.
8678
8679 2005-01-17 Jay Belanger <belanger@truman.edu>
8680
8681 * calc/calc-yank.el (calc-edit-mode): Inhibit read-only when
8682 erasing buffer.
8683
8684 2005-01-17 Richard M. Stallman <rms@gnu.org>
8685
8686 * progmodes/grep.el (grep-find): Copy from `grep' the condition
8687 for calling grep-compute-defaults.
8688
8689 * play/decipher.el (decipher-mode): Don't call decipher-read-alphabet
8690 if buffer is empty.
8691
8692 * emacs-lisp/lisp.el (backward-kill-sexp, kill-sexp): Doc fixes.
8693
8694 2005-01-17 Stefan Monnier <monnier@iro.umontreal.ca>
8695
8696 * hilit-chg.el (highlight-changes-mode): Don't autoload.
8697
8698 * bindings.el (mode-line-mode-menu): Use bound-and-true-p for all the
8699 non-preloaded variables.
8700
8701 2005-01-17 Steven Tamm <steventamm@mac.com>
8702
8703 * textmodes/tex-mode.el (tex-start-shell): Adding -i to the
8704 tex-shell cause to force interactivity when using pipes.
8705
8706 2005-01-17 Kim F. Storm <storm@cua.dk>
8707
8708 * simple.el (just-one-space): Make arg optional.
8709
8710 2005-01-17 Nick Roberts <nickrob@snap.net.nz>
8711
8712 * xt-mouse.el (xterm-mouse-event): Set new optional fourth arg in
8713 posn-at-x-y to t to access left-margin.
8714
8715 2005-01-16 Michael Albinus <michael.albinus@gmx.de>
8716
8717 Sync with Tramp 2.0.47.
8718
8719 * tramp.el (tramp-operation-not-permitted-regexp) New defcustom,
8720 catching keep-date problems in cp/scp operations.
8721 (tramp-handle-copy-file): Don't call `set-file-modes'
8722 unconditionally. Specialized functions should know better what is
8723 necessary. This improves performance a little bit, and the
8724 functions could catch errors with `cp -p' and `scp -p'.
8725 (tramp-do-copy-or-rename-file-via-buffer)
8726 (tramp-do-copy-or-rename-file-out-of-band): Call `set-file-modes'
8727 when appropriate.
8728 (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error.
8729 Call `set-file-modes' when appropriate.
8730 (tramp-action-out-of-band): Mask `scp -p' error. Reported by Isak
8731 Johnsson <isak@hypergene.com>
8732 (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list
8733 of both Tramp buffer and debug buffer. Reported by Joakim Verona
8734 <joakim@verona.se>
8735 (tramp-file-name-for-operation): Mark `shell-command' as magic for
8736 Emacs only.
8737
8738 * tramp-util.el (tramp-minor-mode): New minor mode. Add it to
8739 `find-file-hooks' and `dired-mode-hook'.
8740 (tramp-minor-mode-map): Respective map. Add remapping for
8741 `compile' and `recompile'.
8742 (tramp-remap-command, tramp-recompile): New defuns.
8743 (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode'
8744 in buffer "*Compilation*". Call the commands asynchronously.
8745
8746 * tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new)
8747 (tramp-vc-simple-command): Call `tramp-handle-shell-command' but
8748 `shell-command', because it isn't magic in XEmacs. Reported by
8749 Adrian Aichner <adrian@xemacs.org>.
8750
8751 * tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
8752 `substitute-in-file-name.
8753 (tramp-smb-handle-substitute-in-file-name): New defun.
8754 (tramp-smb-advice-PC-do-completion): Delete advice.
8755
8756 2005-01-16 Kai Grossjohann <kgrossjo@eu.uu.net>
8757
8758 * tramp.el (tramp-wait-for-output): Fix typo in echo processing.
8759 Fix error in deleting region.
8760
8761 2005-01-15 Richard M. Stallman <rms@gnu.org>
8762
8763 * emacs-lisp/lisp-mnt.el (lm-with-file): Use Lisp mode in temp buffer.
8764 In non-temp buffer, switch syntax table temporarily.
8765
8766 * emacs-lisp/lisp-mode.el (indent-pp-sexp): Doc fix.
8767
8768 * replace.el (occur-accumulate-lines, occur-engine): Avoid warnings.
8769
8770 * tar-mode.el (tar-extract): Bind buffer-undo-list to t.
8771
8772 * imenu.el (imenu--split-menu): Copy menulist before sorting.
8773 (imenu--generic-function): Use START, not BEG, as pos of definition.
8774
8775 * simple.el (just-one-space): Argument specifies number of spaces.
8776
8777 * simple.el (eval-expression-print-format): Avoid warning
8778 about edebug-active.
8779
8780 2005-01-15 James R. Van Zandt <jrvz@comcast.net> (Tiny change)
8781
8782 * progmodes/sh-script.el: Code copied from make-mode.el
8783 with small changes,
8784 (sh-mode-map): Bind C-c C-\.
8785 (sh-backslash-column, sh-backslash-align): New variables.
8786 (sh-backslash-region, sh-append-backslash): New functions.
8787
8788 2005-01-15 Sergey Poznyakoff <gray@Mirddin.farlep.net>
8789
8790 * mail/rmail.el: Updated to work with movemail from GNU Mailutils
8791 (rmail-pop-password, rmail-pop-password-required): Move to
8792 rmail-obsolete group.
8793 (rmail-set-pop-password): Rename to rmail-set-remote-password.
8794 All callers updated.
8795 (rmail-get-pop-password): Rename to rmail-get-remote-password.
8796 Take an argument specifying whether it is POP or IMAP mailbox we
8797 are using. All callers updated.
8798 (rmail-pop-password-error): Rename to
8799 rmail-remote-password-error. Added mailutils-specific error message.
8800 (rmail-movemail-search-path)
8801 (rmail-movemail-variant-in-use): New variables.
8802 (rmail-remote-password, rmail-remote-password-required):
8803 New customization variables.
8804 (rmail-probe,rmail-autodetect, rmail-movemail-variant-p): New funs.
8805 (rmail-parse-url): New function.
8806 (rmail-get-new-mail, rmail-insert-inbox-text): Update for use
8807 with GNU mailutils movemail.
8808
8809 2005-01-15 Kevin Ryde <user42@zip.com.au>
8810
8811 * info-look.el (c-mode/symbol): Add ^` to prefix, and change
8812 suffix to space, $ or '$, to correctly position point when going
8813 to @table style constants like DBL_MAX.
8814
8815 2005-01-15 Jorgen Schaefer <forcer@forcix.cx> (tiny change)
8816
8817 * type-break.el (type-break-mode, type-break-file-time)
8818 (type-break-file-keystroke-count, type-break-choose-file):
8819 Don't store data in or load data from the file if type-break-file-name
8820 is nil.
8821 (type-break-file-name): Doc update as per the above.
8822
8823 2005-01-15 Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk> (tiny change)
8824
8825 * woman.el (woman-dired-define-key-maybe): If KEY is undefined,
8826 lookup-key might return nil; handle that.
8827
8828 2005-01-15 Alan Mackenzie <acm@muc.de>
8829
8830 * ebrowse.el (ebrowse-class-in-tree): Return the tail of the tree
8831 rather than the element found, thus enabling the tree to be setcar'd.
8832
8833 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
8834
8835 * textmodes/org.el (org-show-following-heading): New option.
8836 (org-show-hierarchy-above): Use `org-show-following-heading'.
8837 (org-cycle): Documentation fix.
8838
8839 * textmodes/org.el (orgtbl-optimized): New option
8840 (orgtbl-mode): New command, a minor mode.
8841 (orgtbl-mode-map): New variable.
8842 (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
8843 (orgtbl-error, orgtbl-self-insert-command)
8844 (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
8845
8846 * textmodes/org.el (org-mode): `org-table-may-need-update' is now
8847 a local variable in each org-mode buffer.
8848
8849 * textmodes/org.el (org-set-regexps-and-options): Rename from
8850 `org-set-regexps'. Added checking for STARTUP keyword.
8851 (org-get-current-options): Add STARTUP options.
8852 (org-table-insert-row): Mode mode intelligent about when
8853 realignment is needed.
8854 (org-self-insert-command, org-delete-backward-char, org-delete-char):
8855 New commands.
8856 (org-enable-table-editor): New default value `optimized'.
8857 (org-table-blank-field): Support blanking regions if active.
8858
8859 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
8860
8861 * textmodes/reftex-cite.el (reftex-bib-sort-year): Catch the case
8862 if the year is not given.
8863
8864 * textmodes/reftex-ref.el (reftex-replace-prefix-escapes):
8865 Add new escapes %m and %M, fixed bug with %F by adding
8866 save-match-data.
8867 (reftex-reference): Remove ?. from list of spaces.
8868 (reftex-label-info): Add automatic label prefix recognition.
8869
8870 * textmodes/reftex-index.el (reftex-index-next-phrase):
8871 Add slave parameter to call of `reftex-index-this-phrase'.
8872 (reftex-index-this-phrase): New optional argument.
8873 (reftex-index-region-phrases): Add slave parameter to call of
8874 `reftex-index-this-phrase'.
8875 (reftex-display-index): New argument redo.
8876 (reftex-index-rescan): Add 'redo to arguments of
8877 `reftex-display-index'.
8878 (reftex-index-Rescan, reftex-index-revert)
8879 (reftex-index-switch-index-tag): Add 'redo to arguments of
8880 `reftex-display-index'.
8881 (reftex-index-make-phrase-regexp): Fix bug with case-sensitive
8882 indexing. Fix bug with matching is there is a quote before or
8883 after the word.
8884
8885 * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
8886 Fix bug when collecting citation keys in lines with comments.
8887 (reftex-citation): Prefix argument no longer rescans the document,
8888 but forces prompting for optional arguments of cite macros.
8889 (reftex-do-citation): Prompting for optional arguments implemented.
8890
8891 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
8892 Add optional arguments to most cite commands.
8893 (reftex-cite-cleanup-optional-args): New option
8894 (reftex-cite-prompt-optional-args): New option.
8895 (reftex-trust-label-prefix): New option.
8896
8897 * textmodes/reftex-toc.el (reftex-toc-find-section):
8898 Add push-mark before changing the position in the buffer.
8899
8900 * textmodes/reftex.el (reftex-prefix-to-typekey-alist): New variable.
8901 (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist.
8902
8903 2005-01-14 Nick Roberts <nickrob@snap.net.nz>
8904
8905 * xt-mouse.el (xterm-mouse-event): Compute window co-ordinates
8906 more carefully.
8907
8908 2005-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
8909
8910 * textmodes/sgml-mode.el (sgml-fill-nobreak): New fun.
8911 (sgml-mode): Use it.
8912 (sgml-get-context): Better keep track of implicitly closed tags.
8913
8914 2005-01-13 Kenichi Handa <handa@m17n.org>
8915
8916 * textmodes/ispell.el: These changes are to fix misalignment error
8917 caused by equivalent characters of different Emacs charsets.
8918 (ispell-unified-chars-table): New variable.
8919 (ispell-get-decoded-string): New function.
8920 (ispell-get-casechars, ispell-get-not-casechars)
8921 (ispell-get-otherchars): Call ispell-get-decoded-string.
8922
8923 2005-01-12 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
8924
8925 * custom.el (custom-declare-variable): Just put symbol instead
8926 of (defvar . symbol) in `current-load-list'.
8927
8928 2005-01-12 Reiner Steib <Reiner.Steib@gmx.de>
8929
8930 * emacs-lisp/elint.el: Fixed typo in Commentary section.
8931
8932 2005-01-12 Jay Belanger <belanger@truman.edu>
8933
8934 * calc/calc-help.el (calc-describe-key): Use temporary info buffer
8935 to create a Calc summary.
8936
8937 2005-01-12 Kim F. Storm <storm@cua.dk>
8938
8939 * mouse.el (mouse-on-link-p): Change functionality and doc
8940 string to comply with latest description in lisp ref.
8941
8942 2005-01-12 Nick Roberts <nickrob@snap.net.nz>
8943
8944 * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event):
8945 Enable mouse clicks on mode-line, header-line and margin.
8946 (event-type): Give mouse event symbols an 'event-kind property
8947 with value 'mouse-click.
8948
8949 2005-01-12 Juri Linkov <juri@jurta.org>
8950
8951 * facemenu.el (list-colors-display): Add new arg buffer-name.
8952 Use it. Fix docstring. Replace code for identifying duplicate
8953 colors by the name with call to `list-colors-duplicates' which
8954 identifies duplicate colors by the value unless the color
8955 is one of special Windows colors. Set truncate-lines to t.
8956 Print sorted duplicate color names on each line. Indent to 22
8957 \(the longest color name in rgb.txt) instead of 20. Optimize.
8958 (list-colors-duplicates): New function.
8959 (facemenu-color-name-equal): Delete function.
8960
8961 * facemenu.el (list-colors-print): New function created from code
8962 in list-colors-display. Print #RRGGBB at the window right edge.
8963 (list-colors-display): When temp-buffer-show-function is not
8964 defined, call list-colors-print from temp-buffer-show-hook
8965 to get the right value of window-width in list-colors-print
8966 after the buffer is displayed.
8967
8968 * simple.el (pop-mark): Move deactivate-mark out of conditional
8969 part to deactivate the active mark regardless of the state of the
8970 mark ring.
8971
8972 * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
8973 variables line in desktop files.
8974
8975 2005-01-12 Juri Linkov <juri@jurta.org>
8976
8977 * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
8978 Bring together isearch highlight related options.
8979 (lazy-highlight): Replace group `replace' by `matching'.
8980 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
8981 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
8982 (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
8983 and declare them obsolete.
8984 (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
8985 (isearch-faces): Remove defgroup.
8986 (isearch-overlay, isearch-highlight, isearch-dehighlight):
8987 Move isearch highlighting code closer to lazy highlighting code.
8988
8989 * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
8990 (query-replace-highlight, query-replace-lazy-highlight)
8991 (query-replace): Move definitions to the beginning of the file.
8992
8993 2005-01-11 Juri Linkov <juri@jurta.org>
8994
8995 * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm
8996 * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm
8997 * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
8998
8999 * info.el (Info-history-forward): New variable.
9000 (Info-select-node): Reset Info-history-forward to nil.
9001 (Info-last): Turn into defalias.
9002 (Info-history-back): Rename from Info-last.
9003 Add current node to Info-history-forward.
9004 (Info-history-forward): New fun.
9005 (Info-mode-map): Replace Info-last by Info-history-back.
9006 Bind Info-history-forward to "r".
9007 (Info-mode-menu): Replace Info-last by Info-history-back.
9008 Fix menu item text. Add menu item for Info-history-forward.
9009 (info-tool-bar-map): Replace Info-last by Info-history-back.
9010 Replace its icon "undo" by "back_arrow". Add icon "fwd_arrow"
9011 for Info-history-forward.
9012 (Info-mode): Replace Info-last by Info-history-back in docstring.
9013 Add local variable Info-history-forward.
9014 (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
9015
9016 2005-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
9017
9018 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
9019 (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
9020 Ignore select-window events rather than fiddle with
9021 mouse-autoselect-window.
9022
9023 2005-01-11 Matthew Mundell <matt@mundell.ukfsn.org>
9024
9025 * type-break.el (type-break-mode): Fix previous change.
9026
9027 2005-01-10 Jay Belanger <belanger@truman.edu>
9028
9029 * calc/calc-ext.el (calc-reset): Reset when inside embedded
9030 calculator; only reset when point is inside a calculator.
9031 Don't adjust the window height if the window takes up the whole height
9032 of the frame.
9033
9034 2005-01-10 Thien-Thi Nguyen <ttn@gnu.org>
9035
9036 * ebuff-menu.el (Electric-buffer-menu-mode):
9037 Preserve value of buffer-local var header-line-format.
9038
9039 2005-01-09 Jay Belanger <belanger@truman.edu>
9040
9041 * calc/calc.el (calc-mode-var-list-restore-saved-values):
9042 Make sure settings file exists before accessing it.
9043
9044 * calc/calc-embed.el (calc-embedded-subst):
9045 Replace math-multi-subst-rec, which is only supposed to be called
9046 by math-multi-subst, by math-multi-subst.
9047
9048 2005-01-09 Andre Spiegel <spiegel@gnu.org>
9049
9050 * vc.el (vc-allow-async-revert): New user option.
9051 (vc-disable-async-diff): New internal variable.
9052 (vc-revert-buffer): Use them to disable asynchronous diff.
9053
9054 * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
9055 (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
9056 asynchronously if vc-disable-async-diff is t.
9057
9058 2005-01-09 Jay Belanger <belanger@truman.edu>
9059
9060 * calc/calc.el (defcalcmodevar): New macro.
9061 (calc-mode-var-list-restore-default-values)
9062 (calc-mode-var-list-restore-saved-values): New functions.
9063 (calc-mode-var-list): Use defcalcmodevar to define it.
9064 (calc-always-load-extensions, calc-line-numbering)
9065 (calc-line-breaking, calc-display-just, calc-display-origin)
9066 (calc-number-radix, calc-leading-zeros, calc-group-digits)
9067 (calc-group-char, calc-point-char, calc-frac-format)
9068 (calc-prefer-frac, calc-hms-format, calc-date-format)
9069 (calc-float-format, calc-full-float-format, calc-complex-format)
9070 (calc-complex-mode, calc-infinite-mode, calc-display-strings)
9071 (calc-matrix-just, calc-break-vectors, calc-full-vectors)
9072 (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
9073 (calc-matrix-brackets, calc-language, calc-language-option)
9074 (calc-left-label, calc-right-label, calc-word-size)
9075 (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
9076 (calc-display-raw, calc-internal-prec, calc-angle-mode)
9077 (calc-algebraic-mode, calc-incomplete-algebraic-mode)
9078 (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
9079 (calc-window-height, calc-display-trail, calc-show-selections)
9080 (calc-use-selections, calc-assoc-selections)
9081 (calc-display-working-message, calc-auto-why, calc-timing)
9082 (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
9083 (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
9084 (calc-gnuplot-default-device, calc-gnuplot-default-output)
9085 (calc-gnuplot-print-device, calc-gnuplot-print-output)
9086 (calc-gnuplot-geometry, calc-graph-default-resolution)
9087 (calc-graph-default-resolution-3d, calc-invocation-macro)
9088 (calc-show-banner): Use defcalcmodevar to declare them and set
9089 their default values.
9090
9091 * calc/calc-ext.el (calc-reset): Restore saved values of variables
9092 instead of default values (but restore default values if there is
9093 an argument of 0).
9094
9095 2005-01-09 David Kastrup <dak@gnu.org>
9096
9097 * desktop.el (desktop-restore-eager): Fix typo in type.
9098
9099 2005-01-08 Richard M. Stallman <rms@gnu.org>
9100
9101 * cus-edit.el (customize): Delete :link.
9102
9103 2005-01-08 Jay Belanger <belanger@truman.edu>
9104
9105 * calc/calc.el (calc-mode): Remove the extension from the
9106 `calc-settings-file' file name when loading it.
9107
9108 2005-01-08 Kim F. Storm <storm@cua.dk>
9109
9110 * info.el (Info-mode-map, Info-next-link-keymap)
9111 (Info-prev-link-keymap, Info-up-link-keymap):
9112 Map follow-link to mouse-face.
9113 (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
9114
9115 2005-01-08 Jay Belanger <belanger@truman.edu>
9116
9117 * calc/calc.el (calc-settings-file): Change default value.
9118 Suggested by cgw in a comment in calc-mode.el.
9119
9120 * calc/calc-mode.el (calc-settings-file-name):
9121 Compare calc-settings-file to user-init-file instead of ~/.emacs.
9122 Replace ~/.emacs in a prompt by calc-settings-file.
9123
9124 2005-01-07 Lars Hansen <larsh@math.ku.dk>
9125
9126 * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
9127 (desktop-lazy-idle-delay): New customizable variables.
9128 (desktop-buffer-args-list): New variable.
9129 (desktop-append-buffer-args): New function.
9130 (desktop-save): Call desktop-append-buffer-args for some buffers.
9131 (desktop-lazy-create-buffer): New function.
9132 (desktop-idle-create-buffers): New function.
9133 (desktop-read): Add message about buffers to restore lazily.
9134 (desktop-lazy-abort): New command.
9135 (desktop-clear): Call desktop-lazy-abort.
9136 (desktop-lazy-complete): New command.
9137
9138 2005-01-06 Richard M. Stallman <rms@gnu.org>
9139
9140 * emacs-lisp/find-func.el (find-face-definition):
9141 Rename from find-face.
9142
9143 2005-01-06 Kim F. Storm <storm@cua.dk>
9144
9145 * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
9146
9147 * man.el (Man-xref-man-page, Man-xref-header-file)
9148 (Man-xref-normal-file): Add follow-link property.
9149
9150 2005-01-06 Jay Belanger <belanger@truman.edu>
9151
9152 * calc/calc-units.el: Make sure the proper macro definitions are
9153 available when compiling.
9154
9155 2005-01-06 Juri Linkov <juri@jurta.org>
9156
9157 * isearch.el (isearch-lazy-highlight-update):
9158 Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
9159
9160 2005-01-06 Miles Bader <miles@gnu.org>
9161
9162 * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
9163 (isearch-lazy-highlight-face): Use new name.
9164
9165 2005-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
9166
9167 * uniquify.el (uniquify-rationalize-file-buffer-names):
9168 Re-add an interactive spec.
9169 (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
9170 to the same name.
9171
9172 * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
9173 (isearch-update, isearch-done): Adjust calls accordingly.
9174
9175 2005-01-05 Richard M. Stallman <rms@gnu.org>
9176
9177 * custom.el (custom-set-variables, custom-theme-set-variables):
9178 Clarify documentation.
9179
9180 * emacs-lisp/find-func.el (find-variable)
9181 (find-variable-other-window, find-variable-other-frame):
9182 Fix the TYPE args to find-function-read and find-function-do-it.
9183 (find-function): Doc fix.
9184 (find-function-at-point): Replace function-at-point alias.
9185
9186 2005-01-04 Richard M. Stallman <rms@gnu.org>
9187
9188 * cus-face.el (custom-declare-face):
9189 Record defface in current-load-list.
9190
9191 * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
9192
9193 * emacs-lisp/find-func.el: Doc fixes.
9194 (find-face-regexp): New variable.
9195 (find-function-regexp-alist): New variable.
9196 (find-function-C-source): Third arg is now TYPE.
9197 (find-function-search-for-symbol): Handle general TYPE.
9198 (find-function-read, find-function-do-it): Handle general TYPE.
9199 (find-definition-noselect, find-face): New functions.
9200 (function-at-point): Alias deleted.
9201
9202 2005-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
9203
9204 * battery.el (display-battery-mode): Rename from display-battery.
9205 Handle the case where it gets turned off.
9206
9207 2005-01-04 Richard M. Stallman <rms@gnu.org>
9208
9209 * cus-edit.el (customize): Make :link point to user doc.
9210
9211 * man.el (Man-fontify-manpage): Turn off undo generation.
9212
9213 * add-log.el (change-log-font-lock-keywords): Don't match just "From".
9214
9215 2005-01-04 Andreas Schwab <schwab@suse.de>
9216
9217 * files.el (insert-directory): Only look for error lines in
9218 inserted text. Don't move too far after processing --dired markers.
9219
9220 2005-01-04 Richard M. Stallman <rms@gnu.org>
9221
9222 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
9223 Don't expand if the character is @, period, dash, etc.
9224 (define-mail-abbrev): Quote names that contain problem characters.
9225
9226 2005-01-04 Thien-Thi Nguyen <ttn@gnu.org>
9227
9228 * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
9229
9230 2005-01-03 Richard M. Stallman <rms@gnu.org>
9231
9232 * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
9233 (query-replace-highlight, query-replace-lazy-highlight)
9234 (query-replace): Definitions moved up. Doc fix.
9235
9236 2005-01-03 Richard M. Stallman <rms@gnu.org>
9237
9238 * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
9239 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
9240 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
9241 (lazy-highlight-face): Rename from isearch-lazy-...
9242 Change all references to them.
9243
9244 2005-01-03 Luc Teirlinck <teirllm@auburn.edu>
9245
9246 * cus-edit.el (custom-file): Doc fix for defcustom.
9247 (custom-file): The function no longer sets the variable
9248 `custom-file' to its return value.
9249
9250 * startup.el (command-line): No longer load `custom-file'.
9251
9252 2005-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
9253
9254 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
9255
9256 * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
9257 Don't confuse module-prefixed identifiers for labels.
9258 Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
9259
9260 2005-01-02 Richard M. Stallman <rms@gnu.org>
9261
9262 * files.el (basic-save-buffer-1): Fix previous change.
9263
9264 * loadhist.el (file-loadhist-lookup): New function.
9265 (file-provides, file-requires): Use it.
9266
9267 * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
9268 instead of calculating the right size.
9269
9270 2005-01-02 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
9271
9272 * vc-svn.el (vc-svn-diff): Stay local if possible.
9273
9274 2005-01-02 Stefan Monnier <monnier@iro.umontreal.ca>
9275
9276 * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
9277
9278 * files.el (hack-local-variables): Fix last change.
9279
9280 2005-01-02 Jay Belanger <belanger@truman.edu>
9281
9282 * calc/calc-yank.el (calc-edit-top): New variable.
9283 (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
9284 object. Change header properties.
9285 (calc-edit-finish, calc-edit-finish-stack-object)
9286 (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
9287 edited object.
9288 * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
9289 for the beginning of the edited object.
9290 * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
9291 for the beginning of the edited object.
9292 * calc/calc-prog.el (calc-edit-macro-finish-edit)
9293 (calc-finish-formula-edit, calc-macro-repeats)
9294 (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
9295 (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
9296 beginning of the edited object.
9297 (calc-user-define-edit): Change the header for editing macros.
9298 Remove unnecessary variable.
9299
9300 2005-01-01 Jay Belanger <belanger@truman.edu>
9301
9302 * calc/calc-yank.el (calc-edit-mode): Change default header.
9303 (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
9304 * calc/calc-store.el (calc-edit-variable): Change title to match new
9305 header.
9306 * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
9307 mode to match new header.
9308 (calc-user-define-edit): Change titles to include names of commands.
9309 (calc-finish-formula-edit): Adjust to handle new header.
9310 (calc-finish-macro-edit): Remove.
9311 (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
9312 (calc-edit-macro-command, calc-edit-macro-command-type)
9313 (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
9314 (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
9315 (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
9316 (calc-edit-macro-finish-edit): New functions.
9317 (calc-user-define-edit): Use new functions to edit named calc macros.
9318
9319 2005-01-01 Stefan <monnier@iro.umontreal.ca>
9320
9321 * files.el (hack-local-variables): Cleanup prefix/suffix matching.
9322
9323 * ses.el (copy-region-as-kill): Deactivate mark.
9324
9325 2005-01-01 Richard M. Stallman <rms@gnu.org>
9326
9327 * replace.el (occur-1): If the output buffer is also an input,
9328 don't kill it, rename it.
9329
9330 * faces.el (set-face-background, set-face-foreground): Doc fix.
9331
9332 * cus-face.el (custom-face-attributes): Fix :help-echo strings
9333 for :foreground and :background.
9334
9335 * dired.el (dired-view-command-alist): Variable deleted.
9336 (dired-view-file, dired-mouse-find-file-other-window):
9337 Delete the code to use it.
9338
9339 2005-01-01 Kim F. Storm <storm@cua.dk>
9340
9341 * image.el (insert-sliced-image): Use t for line-height property.
9342
9343 2004-12-31 Jay Belanger <belanger@truman.edu>
9344
9345 * calc/calc-store.el (calcVar-digit, calcVar-oper): Remove the need
9346 for "var-" at the beginning of the minibuffer.
9347
9348 2004-12-31 Richard M. Stallman <rms@gnu.org>
9349
9350 * faces.el (read-face-name):
9351 Don't treat an attribute spec as a list of faces.
9352
9353 * simple.el (undo): Use undo-equiv-table to detect
9354 unexpected changes since previous undo.
9355 (undo-list-saved): Variable deleted.
9356 (buffer-disable-undo): Don't alter undo-list-saved.
9357
9358 * files.el (require-final-newline): Allow `visit' and `visit-save'.
9359 (mode-require-final-newline): New option.
9360 (after-find-file): Handle require-final-newline with new values.
9361 (basic-save-buffer): Handle new values of require-final-newline.
9362
9363 * progmodes/sh-script.el (sh-require-final-newline):
9364 Alist value now controls whether to use mode-require-final-newline.
9365 (sh-set-shell): Implement that new meaning.
9366
9367 * progmodes/cc-vars.el (c-require-final-newline): Fix custom type, doc.
9368 * progmodes/cc-mode.el (c-common-init): Use mode-require-final-newline.
9369 * progmodes/antlr-mode.el (antlr-mode): Use mode-require-final-newline.
9370 Delete old-Emacs compatibility code.
9371 (antlr-c-common-init): Function deleted.
9372
9373 * net/snmp-mode.el (snmp-common-mode): Use mode-require-final-newline.
9374 * progmodes/vhdl-mode.el (vhdl-mode): Use mode-require-final-newline.
9375 * progmodes/simula.el (simula-mode): Use mode-require-final-newline.
9376 * progmodes/python.el (python-mode): Use mode-require-final-newline.
9377 * progmodes/perl-mode.el (perl-mode): Use mode-require-final-newline.
9378 * progmodes/modula2.el (modula-2-mode): Use mode-require-final-newline.
9379 * progmodes/mixal-mode.el (mixal-mode): Use mode-require-final-newline.
9380 * progmodes/idlwave.el (idlwave-mode): Use mode-require-final-newline.
9381 * progmodes/icon.el (icon-mode): Use mode-require-final-newline.
9382 * progmodes/fortran.el (fortran-mode): Use mode-require-final-newline.
9383 * progmodes/f90.el (f90-mode): Use mode-require-final-newline.
9384 * progmodes/cperl-mode.el (cperl-mode): Use mode-require-final-newline.
9385 * progmodes/cfengine.el (cfengine-mode): Use mode-require-final-newline.
9386 * progmodes/ada-mode.el (ada-mode): Use mode-require-final-newline.
9387 * textmodes/text-mode.el (text-mode): Use mode-require-final-newline.
9388 * textmodes/texinfo.el (texinfo-mode): Use mode-require-final-newline.
9389
9390 2004-12-31 Jay Belanger <belanger@truman.edu>
9391
9392 * calc/calc-graph.el (calc-graph-show-dumb): Mention C-cC-c as the
9393 way to return to Calc.
9394
9395 * calc/calc-yank.el (calc-edit-mode): Mention C-cC-c as the way to
9396 finish, C-xk as the way to cancel the edit. Add cancel routine to
9397 kill-buffer-hook.
9398
9399 * calc/calc.el (calc-same-interface, calc-quit): Remove obsolete
9400 MacEdit code.
9401
9402 * calc/calc-prog.el: Remove obsolete MacEdit code.
9403 (calc-macro-edit-algebraic, calc-macro-edit-variable)
9404 (calc-macro-edit-variable-2, calc-macro-edit-quick-digit): Remove.
9405
9406 2004-12-31 Kenichi Handa <handa@m17n.org>
9407
9408 * international/mule.el (buffer-file-coding-system-explicit):
9409 Rename for explicit-buffer-file-coding-system.
9410 (after-insert-file-set-coding): Adjust for the above change.
9411
9412 * files.el (revert-buffer): Change explicit-buffer-file-coding-system
9413 to buffer-file-coding-system-explicit.
9414 (basic-save-buffer-1): Likewise.
9415
9416 2004-12-30 Richard M. Stallman <rms@gnu.org>
9417
9418 * textmodes/artist.el (artist-butlast-fn): Var deleted.
9419 (artist-butlast, artist-last): Functions deleted.
9420 (artist-ellipse-mirror-quadrant): Call last and butlast directly.
9421 (artist-compute-key-compl-table): Call remq directly.
9422 (artist-remove-nulls): Function deleted.
9423 (artist-vaporize-lines, artist-flood-fill): Use push and pop directly.
9424 (artist-push, artist-pop): Macro deleted.
9425
9426 2004-12-30 Andreas Leue <al@sphenon.de>
9427
9428 * textmodes/artist.el (artist-version): 1.2.6
9429 (artist-prev-next-op-alist): New variable.
9430 (artist-select-next-op-in-list): New function.
9431 (artist-select-prev-op-in-list): New function.
9432 (artist-make-prev-next-op-alist): New function.
9433 (artist-is-in-op-list-p): New function.
9434 (artist-get-first-non-nil-op): New function.
9435 (artist-get-last-non-nil-op): New function.
9436 (artist-mode-init): Call artist-get-last-non-nil-op to initialize
9437 artist-prev-next-op-alist.
9438 (artist-mode-map): Add binding for C-mouse-4 and C-mouse-5 to
9439 change drawing operation.
9440
9441 2004-12-30 Luc Teirlinck <teirllm@auburn.edu>
9442
9443 * autorevert.el (auto-revert-tail-handler): Put in undo boundaries.
9444
9445 2004-12-31 Masatake YAMATO <jet@gyve.org>
9446
9447 * server.el (server-process-filter): Suppress `error', too.
9448
9449 2004-12-30 Jay Belanger <belanger@truman.edu>
9450
9451 * calc/calc-store.el (calc-copy-variable): Fix mistyped variable name.
9452 Change the way a variable is displayed in a message.
9453
9454 * calc/calc-prog.el (calc-user-define-edit, calc-finish-macro-edit)
9455 (calc-user-define-permanent, calc-execute-kbd-macro):
9456 Replace old function MacEdit-parse-keys with edmacro-parse-keys.
9457
9458 2004-12-30 Kenichi Handa <handa@m17n.org>
9459
9460 * files.el (basic-save-buffer-1):
9461 Set explicit-buffer-file-coding-system to last-coding-system-used.
9462 (revert-buffer): Pay attention to
9463 explicit-buffer-file-coding-system (not buffer-file-coding-system)
9464 on bind coding-system-for-read.
9465
9466 * international/mule.el (explicit-buffer-file-coding-system):
9467 New buffer local variable.
9468 (after-insert-file-set-coding): Set it to coding-system-for-read.
9469
9470 2004-12-29 Luc Teirlinck <teirllm@auburn.edu>
9471
9472 * autorevert.el (auto-revert-tail-mode): Doc fix for defvar.
9473
9474 2004-12-29 Sanghyuk Suh <han9kin@mac.com>
9475
9476 * term/mac-win.el (mac-drag-n-drop): Handle drag-n-drop events
9477 that include line numbers.
9478
9479 2004-12-29 Milan Zamazal <pdm@zamazal.org>
9480
9481 * files.el (hack-local-variables): If no PREFIX, set it to "^".
9482 Redundant variable PREFIXLEN removed.
9483
9484 2004-12-28 Matt Hodges <MPHodges@member.fsf.org>
9485
9486 * eshell/em-hist.el (eshell-previous-matching-input):
9487 Start the deletion from the end of the output.
9488
9489 2004-12-29 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9490
9491 * term/mac-win.el: Require x-dnd.
9492 (mac-drag-n-drop): Sync with W32 version. Use x-dnd.el functions.
9493
9494 2004-12-29 David Kastrup <dak@gnu.org>
9495
9496 * international/mule.el (decode-coding-inserted-region):
9497 Don't barf if `buffer-undo-list' is already set to `t'.
9498
9499 2004-12-29 Jay Belanger <belanger@truman.edu>
9500
9501 * calc/calc-prog.el (calc-user-define-formula): Put default values
9502 for function names in prompts.
9503 (calc-user-define-permanent, calc-user-define-composition)
9504 (calc-user-define-formula): Remove the need for "calcFunc-" in the
9505 default input for algebraic functions.
9506
9507 2004-12-29 Thien-Thi Nguyen <ttn@gnu.org>
9508
9509 * vc-rcs.el (vc-rcs-annotate-command):
9510 Fix omission bug: Call `vc-setup-buffer'.
9511
9512 2004-12-29 Kenichi Handa <handa@m17n.org>
9513
9514 * international/mule.el (recode-region): New function.
9515
9516 2004-12-28 Richard M. Stallman <rms@gnu.org>
9517
9518 * simple.el (undo-extra-outer-limit): New variable.
9519 (undo-outer-limit-truncate): Test and set it.
9520
9521 * emacs-lisp/lisp.el (mark-sexp, mark-defun): New arg ALLOW-EXTEND
9522 enables the feature to extend the existing region.
9523
9524 * simple.el (mark-word): New arg ALLOW-EXTEND
9525 enables the feature to extend the existing region.
9526
9527 * textmodes/paragraphs.el (mark-paragraph): New arg ALLOW-EXTEND
9528 enables the feature to extend the existing region.
9529
9530 * startup.el (site-run-file): Don't allow setting it with Custom.
9531
9532 * simple.el (buffer-disable-undo): Fix previous change.
9533
9534 2004-12-27 Masatake YAMATO <jet@gyve.org>
9535
9536 * hexl.el (hexlify-buffer): Remove fontification here.
9537 Use font lock mechanism instead.
9538 (hexl-font-lock-keywords): New font lock kewords.
9539 (hexl-mode-old-font-lock-keywords): New variable.
9540 (hexl-mode): Store the old font lock keywords.
9541 (hexl-mode-exit): Restore the old font lock keywords.
9542
9543 2004-12-27 Richard M. Stallman <rms@gnu.org>
9544
9545 * simple.el (undo): Fix previous change.
9546
9547 2004-12-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9548
9549 * term/mac-win.el: Sync with x-win.el. Rearrange the contents.
9550 Call mac-clear-font-name-table if invoked on Mac OS 8/9.
9551 Call x-open-connection on Mac OS X.
9552
9553 2004-12-27 Richard M. Stallman <rms@gnu.org>
9554
9555 * files.el (buffer-save-without-query): New var (buffer-local).
9556 (save-some-buffers): Save those buffers first, w/o asking.
9557
9558 * files.el (insert-directory-ls-version): New variable.
9559 (insert-directory): When ls returns an error, test the version
9560 number to decide what the return code means.
9561 With --dired output format, detect and distinguish lines
9562 that are really error messages.
9563 (insert-directory-adj-pos): New function.
9564
9565 * bookmark.el (bookmark-jump): Nice error if BOOKMARK is nil.
9566
9567 * battery.el (battery-mode-line-format): Remove initial spaces.
9568
9569 * uniquify.el (uniquify-rationalize-file-buffer-names):
9570 Delete interactive spec.
9571
9572 * type-break.el (type-break-mode): Set buffer-save-without-query.
9573 Remove code that tried to set save-some-buffers-always.
9574 (type-break-file-keystroke-count): Bind deactivate-mark.
9575
9576 * mouse.el (mouse-drag-region): Bind mouse-autoselect-window.
9577
9578 * simple.el (next-error-buffer-p): New arg AVOID-CURRENT.
9579 Test that the buffer is live, and maybe reject current buffer too.
9580 Clarify.
9581 (next-error-find-buffer): Rewrite for clarity.
9582
9583 * loadup.el: Don't use buffer-disable-undo; do it directly.
9584
9585 * help-fns.el (describe-function-1): Call symbol-file with `defun'.
9586 (describe-variable): Call symbol-file with `defvar'.
9587
9588 * subr.el (messages-buffer-max-lines): Alias for message-log-max.
9589 (symbol-file): Rewritten to handle new load-history format.
9590 Now takes an arg TYPE to specify looking for a particular
9591 type of definition only.
9592
9593 * emacs-lisp/debug.el (debugger-make-xrefs):
9594 Call symbol-file with `defun'.
9595
9596 * emacs-lisp/find-func.el (find-function-noselect):
9597 Call symbol-file with `defun'.
9598 (find-variable-noselect): Call symbol-file with `defvar'.
9599
9600 * eshell/esh-cmd.el (eshell-find-alias-function):
9601 Call symbol-file with `defun'.
9602
9603 * eshell/esh-test.el (eshell-test-goto-func):
9604 Call symbol-file with `defun'.
9605
9606 * mail/rmail.el (rmail-resend):
9607 Let MAIL-ALIAS-FILE arg override mail-personal-alias-file.
9608
9609 * net/goto-addr.el (goto-address-mail-regexp): Allow = in username.
9610
9611 * progmodes/compile.el (compilation-find-buffer): Rename arg.
9612
9613 * textmodes/texinfmt.el (texinfo-format-buffer-1):
9614 Call buffer-disable-undo.
9615
9616 * simple.el (undo-list-saved): New variable (buffer-local).
9617 (undo): Set and test it.
9618 (buffer-disable-undo): Move here from buffer.c.
9619 Clear out undo-list-saved.
9620
9621 * international/mule.el (decode-coding-inserted-region):
9622 Set buffer-undo-list in a correct and optimal way.
9623
9624 * progmodes/cperl-mode.el (cperl-find-bad-style): Use with-no-warnings.
9625 (cperl-font-lock-unfontify-region-function): No need to save and
9626 restore info, since font-lock.el does it for us.
9627
9628 * ansi-color.el (save-buffer-state): Definition deleted.
9629 (ansi-color-unfontify-region): Don't use save-buffer-state.
9630
9631 2004-12-27 Dave Love <fx@gnu.org>
9632
9633 * wid-edit.el (function): Use restricted-sexp as parent.
9634
9635 2004-12-27 Kevin Ryde <user42@zip.com.au>
9636
9637 * simple.el (next-matching-history-element): Use same
9638 `interactive' form as previous-matching-history-element.
9639
9640 * ffap.el (ffap-string-at-point-mode-alist): Add "*" to url chars,
9641 it can appear unencoded and has been seen from yahoo.
9642
9643 2004-12-27 Sergey Poznyakoff <gray@Mirddin.farlep.net> (tiny change)
9644
9645 * mail/smtpmail.el (smtpmail-try-auth-methods): Send AUTH CRAM-MD5
9646 in upper case. Reported by Wojciech Polak <polak@gnu.org>.
9647
9648 2004-12-27 Kenichi Handa <handa@m17n.org>
9649
9650 * international/utf-8.el (utf-translate-cjk-load-tables):
9651 Bind coding-system-for-read to nil while loading subst-*.
9652
9653 2004-12-26 Jay Belanger <belanger@truman.edu>
9654
9655 * calc/calc-store.el (calc-read-var-name): Remove "var-" from
9656 default input.
9657
9658 2004-12-26 Luc Teirlinck <teirllm@auburn.edu>
9659
9660 * buff-menu.el (Buffer-menu-revert-function): Clear out undo info
9661 before reverting and disable undo recording while reverting.
9662
9663 2004-12-26 Thien-Thi Nguyen <ttn@gnu.org>
9664
9665 * progmodes/hideshow.el (hs-set-up-overlay): New user var.
9666 (hs-make-overlay): New function.
9667 (hs-isearch-show-temporary): Handle `display' overlay prop specially.
9668 (hs-flag-region): Delete function.
9669 (hs-hide-comment-region): No longer use `hs-flag-region'.
9670 Instead, use `hs-discard-overlays' and `hs-make-overlay'.
9671 (hs-hide-block-at-point): Likewise.
9672 (hs-hide-level-recursive): Use `hs-discard-overlays'.
9673 (hs-hide-all, hs-show-all): Likewise.
9674 (hs-show-block): Likewise.
9675 Also, use overlay prop `hs-b-offset', not `hs-ofs'.
9676
9677 2004-12-24 Thien-Thi Nguyen <ttn@gnu.org>
9678
9679 * progmodes/hideshow.el: Require `cl' when compiling.
9680 Remove XEmacs and Emacs 19 compatibility.
9681 Use `dolist' and `add-to-list' for load-time actions.
9682 (hs-discard-overlays): Use `dolist'.
9683 (hs-show-block): Likewise.
9684
9685 2004-12-23 Dan Nicolaescu <dann@ics.uci.edu>
9686
9687 * faces.el (mode-line, mode-line-inactive): Use min-colors.
9688
9689 2004-12-23 Thien-Thi Nguyen <ttn@gnu.org>
9690
9691 * progmodes/hideshow.el (hs-inside-comment-p): Fix omission bug:
9692 When extending backwards, move outside the current comment first.
9693
9694 2004-12-22 Kenichi Handa <handa@m17n.org>
9695
9696 * international/quail.el (quail-start-translation): Fix prompt
9697 string for the case if input-method-use-echo-area being non-nil.
9698 (quail-start-conversion): Likewise.
9699 (quail-show-guidance): Don't show guidance if
9700 input-method-use-echo-area is non-nil.
9701
9702 2004-12-21 Richard M. Stallman <rms@gnu.org>
9703
9704 * textmodes/ispell.el (ispell-help): Bind resize-mini-windows.
9705
9706 2004-12-21 Markus Rost <rost@ias.edu>
9707
9708 * calendar/diary-lib.el (mark-diary-entries):
9709 Set mark-diary-entries-in-calendar only after checking for diary-file.
9710
9711 2004-12-21 Richard M. Stallman <rms@gnu.org>
9712
9713 * faces.el (escape-glyph): Use blue against light foreground.
9714
9715 * simple.el (undo-outer-limit-truncate): New function.
9716 (undo-outer-limit-function): Use undo-outer-limit-truncate.
9717
9718 2004-12-21 Eli Barzilay <eli@barzilay.org>
9719
9720 * calculator.el (calculator-radix-grouping-mode)
9721 (calculator-radix-grouping-digits)
9722 (calculator-radix-grouping-separator):
9723 New defcustoms for the new radix grouping mode functionality.
9724 (calculator-mode-hook): Now used in electric mode too,
9725 (calculator): Call it.
9726 (calculator-mode-map): Some new keys.
9727 (calculator-message): New function. Some new calls.
9728 (calculator-op, calculator-set-register): Use it.
9729 (calculator-string-to-number): New function, mostly moved and
9730 updated code from calculator-curnum-value.
9731 (calculator-curnum-value): Use it.
9732 (calculator-paste): Use it, and update grabbing the current-kill.
9733 (calculator-rotate-displayer)
9734 (calculator-rotate-displayer-back): Toggle digit grouping when
9735 in radix mode, use calculator-message.
9736 (calculator-displayer-prev, calculator-displayer-next):
9737 Change digit group size when in radix mode.
9738 (calculator-number-to-string): Rename from
9739 calculator-num-to-string. Now deals with digit grouping in
9740 radix mode.
9741 (calculator-update-display, calculator-put-value): Use the new name.
9742 (calculator-fact): Return a floating point number.
9743 (calculator-mode): Doc fix.
9744
9745 2004-12-20 Glenn Morris <gmorris@ast.cam.ac.uk>
9746
9747 * calendar/calendar.el (view-other-diary-entries): Add autoload.
9748 * calendar/diary-lib.el (view-other-diary-entries):
9749 Use current-prefix-arg in interactive spec.
9750
9751 2004-12-19 Jay Belanger <belanger@truman.edu>
9752
9753 * calc/calc-aent.el (calcAlg-blank-matching-open):
9754 Temporarily adjust the syntax of both delimiters of half-open intervals.
9755
9756 2004-12-19 Kim F. Storm <storm@cua.dk>
9757
9758 * mouse.el (mouse-1-click-follows-link): Doc fix.
9759
9760 2004-12-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9761
9762 * term/mac-win.el (encoding-vector, mac-font-encoder-list)
9763 (ccl-encode-mac-centraleurroman-font): Use centraleurroman
9764 instead of centraleuropean as the name
9765
9766 2004-12-17 Michael Albinus <michael.albinus@gmx.de>
9767
9768 Sync with Tramp 2.0.46.
9769
9770 * net/tramp.el (tramp-maybe-send-perl-script): Change order of
9771 parameters wrt Tramp convention.
9772 (tramp-handle-file-attributes-with-perl)
9773 (tramp-handle-directory-files-and-attributes): Apply it.
9774 (tramp-do-copy-or-rename-file-out-of-band): Check for existence of
9775 `copy-program'. Reported by Zack Weinberg
9776 <zack@codesourcery.com>.
9777 (top): Set `edebug-form-spec' property directly rather than
9778 calling `def-edebug-spec'.
9779
9780 * net/tramp-smb.el (tramp-smb-advice-PC-do-completion): Make the
9781 advice less fragile. Surround temporary redefinition of
9782 `substitute-in-file-name' with `unwind-protect'. Suggested by
9783 Matt Hodges <MPHodges@member.fsf.org>.
9784
9785 2004-12-17 Juri Linkov <juri@jurta.org>
9786
9787 * replace.el (occur-accumulate-lines, occur-engine):
9788 Make forcing deferred font-lock fontification jit-specific.
9789
9790 2004-12-17 Kim F. Storm <storm@cua.dk>
9791
9792 * mouse.el (mouse-1-click-follows-link): New defcustom.
9793 (mouse-on-link-p): New function.
9794 (mouse-drag-region-1): Implement mouse-1-click-follows-link
9795 functionality. Map a mouse-1 click event into a mouse-2 (or
9796 other) event when position is inside a link.
9797
9798 * tooltip.el (tooltip-show-help-function): Replace "mouse-2"
9799 prefix in tooltip text with "mouse-1" when this is a link
9800 recognized by mouse-1-click-follows-link functionality.
9801
9802 * help.el (describe-key): Report effective and original binding
9803 for mouse-1 when clicked on a link.
9804 (describe-mode): Add follow-link property to "minor-mode" button.
9805
9806 * help-fns.el (describe-variable): Add follow-link property to
9807 "below" button.
9808
9809 * help-mode.el (help-xref): Add follow-link property.
9810
9811 * apropos.el (apropos-symbol, apropos-function, apropos-macro)
9812 (apropos-command, apropos-variable, apropos-face, apropos-group)
9813 (apropos-widget, apropos-plist): Add follow-link property.
9814
9815 * pcvs-defs.el (cvs-mode-map): Map follow-link to a function which
9816 checks if position is in a filename, rather than some other
9817 clickable item. Function looks for cvs-filename-face at position.
9818
9819 * wid-edit.el (widget-specify-field, widget-specify-button):
9820 Map a :follow-link keyword into a follow-link property.
9821 (link): Add :follow-link keyword, map to RET binding.
9822
9823 * dired.el (dired-mode-map): Map follow-link to mouse-face.
9824
9825 * progmodes/compile.el (compilation-minor-mode-map)
9826 (compilation-button-map, compilation-mode-map): Likewise.
9827
9828 2004-12-17 Thien-Thi Nguyen <ttn@gnu.org>
9829
9830 * play/zone.el (zone): Init `line-spacing' from orig buffer.
9831 (zone-replace-char): Take `count' and `del-count'
9832 instead of `direction'. Update callers. When `del-count' is
9833 non-nil, delete that many characters, otherwise `count' characters
9834 backwards. Insert the newly-replaced string `count' times.
9835 (zone-fret): Handle chars w/ width greater than one.
9836 (zone-fall-through-ws): No longer take window width `ww'.
9837 Update callers. Add handling for `char-width' greater than one.
9838 (zone-pgm-drip): Update var holding window-end position every cycle.
9839
9840 2004-12-17 Andre Spiegel <spiegel@gnu.org>
9841
9842 * vc.el (vc-default-update-changelog): Use insert-file-contents,
9843 rather than insert-file.
9844
9845 2004-12-16 Jay Belanger <belanger@truman.edu>
9846
9847 * calc/calc-comb.el (var-RandSeed): Don't initially bind it.
9848 (math-init-random-base, math-random-digit): Check to see if
9849 var-RandSeed is bound.
9850 (math-random-last): Declare it.
9851 (math-random-digit): Don't make math-random-last local.
9852
9853 2004-12-16 Thien-Thi Nguyen <ttn@gnu.org>
9854
9855 * play/zone.el (zone): Fix omission bug: Use a self-disabling
9856 one-shot thunk for uniform (error, quit, normal) recovery.
9857 Reported by John Paul Wallington.
9858 (zone-pgm-random-life): Fix bug:
9859 Recognize empty initial field by lack of "@" chars.
9860
9861 2004-12-16 Juri Linkov <juri@jurta.org>
9862
9863 * help.el (function-called-at-point):
9864 * help-fns.el (variable-at-point): As a last resort try stripping
9865 non-word prefixes and suffixes.
9866
9867 * descr-text.el (describe-property-list): Don't treat syntax-table
9868 specially. Use describe-text-sexp which inserts [show] button
9869 for large objects and handles printing errors. Sort properties
9870 by names in alphabetical order instead of by value sizes.
9871 Add `mouse-face' to list of properties for `describe-face' widget.
9872 (describe-char): Mask out face-id from 19 bits of character.
9873 Print face-id separately.
9874
9875 * replace.el (occur-accumulate-lines, occur-engine):
9876 Fontify unfontified matching lines in the source buffer
9877 before copying them.
9878 (occur-engine): Don't put mouse-face on context lines.
9879 (occur-next-error): Set point to line beginning/end
9880 before searching for prev/next property to skip multiple
9881 matches on a line (not supported by occur engine).
9882 Remove redundant prefix-numeric-value.
9883
9884 2004-12-15 Juri Linkov <juri@jurta.org>
9885
9886 * replace.el (match): New face.
9887 (list-matching-lines-face): Change default from `bold' to `match'.
9888
9889 * progmodes/grep.el (grep-match-face): New defvar.
9890 (grep-mode-font-lock-keywords): Use grep-match-face instead of
9891 compilation-column-face to highlight grep matches.
9892
9893 * apropos.el (apropos-match-face): Change default from
9894 `secondary-selection' to `match'.
9895
9896 * info-look.el (info-lookup-highlight-face): Change default from
9897 `highlight' to `match'.
9898
9899 2004-12-15 Daniel Pfeiffer <occitan@esperanto.org>
9900
9901 * progmodes/executable.el (executable-interpret): Eliminate
9902 obsolete compile-internal, and switch to comint for interaction.
9903
9904 2004-12-15 J.D. Smith <jdsmith@as.arizona.edu>
9905
9906 * progmodes/idlwave.el (idlwave-skip-multi-commands): Don't match
9907 `&&' when skipping multiple statements on a line.
9908
9909 2004-12-15 Thien-Thi Nguyen <ttn@gnu.org>
9910
9911 * play/zone.el (zone): Set `truncate-lines'.
9912 Also, init `tab-width' with value from original buffer.
9913 (zone-shift-up): Rewrite for speed.
9914 (zone-shift-down, zone-shift-left, zone-shift-right): Likewise.
9915 (zone-pgm-jitter): Remove redundant entries from ops vector.
9916 (zone-exploding-remove): Reduce iteration count.
9917 (zone-cpos): Convert to defsubst.
9918 (zone-replace-char): New defsubst.
9919 (zone-park/sit-for): Likewise.
9920 (zone-fret): Take window-start arg.
9921 Update callers. Use `zone-park/sit-for'.
9922 (zone-fill-out-screen): Rewrite.
9923 (zone-fall-through-ws): Likewise. Update callers.
9924 (zone-pgm-drip): Use `zone-replace-char'.
9925 Move var inits before while-loop. Use `zone-park/sit-for'.
9926 (zone-pgm-random-life): Handle empty initial field.
9927 Use `zone-replace-char' and `zone-park/sit-for'.
9928
9929 2004-12-15 Juri Linkov <juri@jurta.org>
9930
9931 * isearch.el (isearch-update): Test isearch-lazy-highlight
9932 before calling isearch-lazy-highlight-new-loop.
9933 (isearch-lazy-highlight-new-loop):
9934 Don't test isearch-lazy-highlight.
9935
9936 * replace.el (perform-replace): Add isearch-case-fold-search.
9937 Use delimited-flag for isearch-regexp.
9938 Reset isearch-lazy-highlight-last-string to force lazy
9939 highlighting when called from isearch mode.
9940 (query-replace-highlight): Revert defcustom type to boolean.
9941 (query-replace-lazy-highlight): New defcustom.
9942 (query-replace): New face.
9943 (perform-replace, replace-highlight, replace-dehighlight):
9944 Test query-replace-lazy-highlight instead of special value
9945 `isearch' of query-replace-highlight.
9946 (replace-dehighlight): Don't call isearch-dehighlight.
9947 (replace-highlight): Don't call isearch-highlight.
9948 Use face `query-replace' unconditionally.
9949
9950 2004-12-14 Kim F. Storm <storm@cua.dk>
9951
9952 * simple.el (inhibit-mark-movement): Remove defvar.
9953 (beginning-of-buffer, end-of-buffer): Don't use it.
9954
9955 * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
9956 Don't use inhibit-mark-movement.
9957
9958 * emulation/cua-base.el (cua--preserve-mark-commands): Remove.
9959 (cua--undo-push-mark): Remove.
9960 (cua--pre-command-handler, cua--post-command-handler):
9961 Don't fiddle with inhibit-mark-movement.
9962
9963 2004-12-14 Juri Linkov <juri@jurta.org>
9964
9965 * buff-menu.el (list-buffers-noselect): Collect internal info
9966 for every buffer in BUFFER-LIST arg too.
9967 (Buffer-menu-switch-other-window): Bind pop-up-windows to t.
9968 (Buffer-menu-switch-other-window, Buffer-menu-2-window):
9969 Bind same-window-buffer-names and same-window-regexps to nil.
9970
9971 2004-12-13 Juri Linkov <juri@jurta.org>
9972
9973 * simple.el (next-error-buffer-p, next-error-find-buffer): Doc fix.
9974
9975 * mail/supercite.el (sc-cite-frame-alist): Doc fix.
9976 (sc-cite-region, sc-uncite-region, sc-recite-region):
9977 Fix previous change to handle not alist as a symbol, but
9978 a citation frame as a symbol that represents a variable name.
9979
9980 2004-12-13 Richard M. Stallman <rms@gnu.org>
9981
9982 * filecache.el (file-cache-add-directory-using-find):
9983 Only set up file-cache-find-command-posix-flag if we will use it.
9984
9985 * bindings.el (mode-line-buffer-identification-keymap):
9986 Don't cancel the mode-line's usual down-mouse-1 binding.
9987
9988 * cus-edit.el (custom-face-selected): Handle `default' specs.
9989 (custom-face-edit): Increase extra-offset.
9990 (custom-display): Handle `default' specs.
9991
9992 * xml.el (xml-name-re, xml-entity-value-re): Add defvars.
9993
9994 * emacs-lisp/elint.el (elint-standard-variables)
9995 (elint-unknown-builtin-args): Move definitions up.
9996
9997 * net/browse-url.el (browse-url-url-at-point): Add autoload.
9998
9999 * info.el (info-xref-visited): Use `default' instead of t.
10000 (Info-try-follow-nearest-node): Don't explicitly load browse-url.
10001
10002 * faces.el (header-line, mode-line-inactive, tool-bar):
10003 Use `default' instead of t for setting the defaults.
10004 (face-spec-choose): Separate `t' from `default'.
10005
10006 * subr.el (while-no-input): New macro.
10007
10008 2004-12-13 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE> (tiny change)
10009
10010 * filecache.el (file-cache-add-directory-using-find):
10011 Only test file-cache-find-command-posix-flag on some systems.
10012
10013 2004-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
10014
10015 * vc-svn.el (vc-svn-repository-hostname): Adjust to new format.
10016 Reported by Ville Skytt\e,Ad\e(B <scop@xemacs.org>.
10017 (vc-svn-annotate-current-time, vc-svn-annotate-time-of-rev)
10018 (vc-svn-annotate-time, vc-svn-annotate-extract-revision-at-line)
10019 (vc-svn-annotate-command, vc-svn-annotate-re): Support for svn annotate.
10020
10021 2004-12-12 Juri Linkov <juri@jurta.org>
10022
10023 * files.el (find-file-other-window, find-file-other-frame):
10024 Add the first buffer to the returned value to return the complete
10025 list of all visited buffers.
10026 (find-file-read-only, find-file-read-only-other-window)
10027 (find-file-read-only-other-frame): Use nil for `mustmatch' arg of
10028 `find-file-read-args'. Signal an error about non-existent file
10029 only if file name doesn't contain wildcards. Toggle read-only in
10030 all visited buffers.
10031 (find-alternate-file, find-alternate-file-other-window):
10032 Add optional arg `wildcards'. Doc fix. Set `wildcards' to t when
10033 called interactively. Pass arg `wildcards' to other functions.
10034 (find-file-noselect): Doc fix.
10035
10036 * ffap.el (ffap-dired-wildcards): Set default to "[*?][^/]*\\'".
10037 Doc fix.
10038 (ffap-directory-finder): New variable.
10039 (ffap-string-at-point-mode-alist): Add * and ? to `file'.
10040 (ffap-file-at-point): Add /* to immediately rejected names.
10041 Return absolute file names matching ffap-dired-wildcards.
10042 (ffap-read-file-or-url): Set default value for `completing-read'
10043 to `buffer-file-name'.
10044 (find-file-at-point): When filename matches ffap-dired-wildcards,
10045 call ffap-file-finder with t arg `wildcards', instead of dired.
10046 (ffap-other-window, ffap-other-frame): Return visited buffers.
10047 (ffap-read-only, ffap-read-only-other-window)
10048 (ffap-read-only-other-frame, ffap-alternate-file): New commands.
10049 (dired-at-point): Call ffap-directory-finder instead of dired.
10050 (ffap-dired-other-window, ffap-dired-other-frame)
10051 (ffap-list-directory): New commands.
10052 (ffap-bindings): New keybindings for new commands.
10053
10054 2004-12-12 Juri Linkov <juri@jurta.org>
10055
10056 * simple.el (beginning-of-buffer, end-of-buffer):
10057 * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
10058 Do not push mark when mark is active in transient-mark-mode.
10059
10060 * simple.el (mark-word):
10061 * emacs-lisp/lisp.el (mark-sexp, mark-defun):
10062 * textmodes/paragraphs.el (mark-paragraph):
10063 Extend the region when mark is active in transient-mark-mode,
10064 regardless of the last command. Doc fix.
10065
10066 * simple.el (mark-word): Preserve direction when repeating.
10067 Make arg optional. Interactive "p" -> "P".
10068 (transient-mark-mode, inhibit-mark-movement): Doc fix.
10069
10070 * emacs-lisp/lisp.el (mark-sexp): Reverse the condition for
10071 preserving direction, to mark forward instead of backward when mark
10072 is equal to point (e.g. when C-SPC C-M-SPC is typed in t-m-m).
10073
10074 2004-12-12 Juri Linkov <juri@jurta.org>
10075
10076 * isearch.el (isearch-edit-string): Set 7th arg of
10077 `read-from-minibuffer' to `t' to inherit the current input
10078 method (whose name is indicated by [IM] in the minibuffer prompt)
10079 from the current buffer to the minibuffer.
10080 (isearch-lazy-highlight-update): Put body to `with-local-quit'
10081 to allow C-g quitting for lazy highlighting looping inside the
10082 search with nested repetition operators. Add overlay to the list
10083 before setting its face and other properties to avoid the case of
10084 code quitting after placing the new overlay but before it's
10085 recorded on the list. Select the window where isearch was
10086 activated, to highlight matches in the right window when isearch
10087 switches the current window to the minibuffer.
10088
10089 * international/isearch-x.el
10090 (isearch-process-search-multibyte-characters):
10091 Use `isearch-message' as initial input for `read-string' instead
10092 of adding it to the minibuffer prompt. After reading a string
10093 remove the initial value of `isearch-message' from the string.
10094
10095 * replace.el (replace-match-maybe-edit): Doc fix.
10096 (perform-replace): Don't call `replace-highlight' when automatic
10097 replacement is requested in literal mode, since it is intended
10098 only to highlight words during entering a new replacement string
10099 for \? in non-literal mode.
10100
10101 * replace.el (query-replace-highlight): Add new value `isearch'
10102 that allows query replacement to use isearch highlighting.
10103 Change type from `boolean' to `choice'. Doc fix.
10104 (replace-highlight, replace-dehighlight, perform-replace):
10105 Use isearch highlighting if query-replace-highlight eq `isearch'.
10106
10107 2004-12-11 Stefan Monnier <monnier@iro.umontreal.ca>
10108
10109 * emacs-lisp/checkdoc.el (checkdoc-continue, checkdoc-comments)
10110 (checkdoc-message-text, checkdoc-defun): Fix format messages for `error'.
10111
10112 * textmodes/tex-mode.el (latex-backward-sexp-1): Handle the special
10113 case of \end{verbatim}.
10114
10115 2004-12-11 Dan Nicolaescu <dann@ics.uci.edu>
10116
10117 * term.el (term-termcap-format): Synchronize with terminfo.
10118 (term-emulate-terminal): Handle reset.
10119 (term-reset-terminal): New function.
10120
10121 2004-12-11 Thien-Thi Nguyen <ttn@gnu.org>
10122
10123 * play/zone.el (zone-programs): Add `zone-pgm-random-life'.
10124 (zone-fill-out-screen): New func.
10125 (zone-pgm-drip): Use `zone-fill-out-screen'.
10126 Also, no longer go to point-min on every cycle.
10127 (zone-pgm-paragraph-spaz): Allow spazzing for texinfo-mode.
10128 (zone-pgm-random-life-wait): New user var.
10129 (zone-pgm-random-life): New func.
10130
10131 2004-12-10 Thien-Thi Nguyen <ttn@gnu.org>
10132
10133 * files.el (auto-mode-alist): Map .com to DCL mode.
10134
10135 2004-12-09 Richard M. Stallman <rms@gnu.org>
10136
10137 * isearch.el (isearch-mode-map): Treat S-SPC like SPC.
10138
10139 2004-12-09 Nick Roberts <nickrob@snap.net.nz>
10140
10141 * xt-mouse.el (xterm-mouse-event): Correct cursor position in a
10142 buffer with a display margin.
10143
10144 2004-12-08 Jay Belanger <belanger@truman.edu>
10145
10146 * calc/calc-keypd.el (calc-keypad-mode): Unbind unused mouse events.
10147 (calc-keypad-left-click): Set buffer to calc-keymap-buffer.
10148
10149 2004-12-08 Richard M. Stallman <rms@gnu.org>
10150
10151 * faces.el: Delete code to set display table.
10152 (escape-glyph): Redefine to be less loud. (Copy minibuffer-prompt.)
10153
10154 2004-12-08 Jay Belanger <belanger@truman.edu>
10155
10156 * calc/calc.el: Add math-read-preprocess-string to autoloads.
10157
10158 * calc/calc-ext.el (math-read-replacement-list)
10159 (math-read-superscripts, math-read-preprocess-string): Move to
10160 calc-aent.el.
10161
10162 * calc/calc-aent.el (math-read-replacement-list)
10163 (math-read-superscripts, math-read-preprocess-string): Move from
10164 calc-ext.el.
10165
10166 2004-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
10167
10168 * isearch.el (isearch-quote-char): Fix up typo in last change.
10169
10170 2004-12-07 Luc Teirlinck <teirllm@auburn.edu>
10171
10172 * mouse.el (mouse-set-font): Handle the case where the command was
10173 not invoked using the mouse.
10174
10175 * edmacro.el: `edit-kbd-macro' is now bound to `C-x C-k e'.
10176 (edmacro-finish-edit): Further update for keyboard macros that are
10177 lambda forms.
10178 (edmacro-sanitize-for-string): Correctly remove Meta modifier.
10179
10180 2004-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
10181
10182 * font-lock.el (font-lock-unfontify-region): Save buffer state.
10183 (font-lock-default-unfontify-region): Don't save buffer state any more.
10184
10185 2004-12-07 Jay Belanger <belanger@truman.edu>
10186
10187 * calc/calc-help.el (calc-describe-key):
10188 Set calc-summary-indentation even when Calc Summary buffer exists.
10189
10190 2004-12-07 Glenn Morris <gmorris@ast.cam.ac.uk>
10191
10192 * calendar/holidays.el (holiday-easter-etc): Make arguments
10193 optional for backwards compatibility. Doc fix.
10194 Remove un-necessary local vars mandatory, output-list.
10195 (holiday-advent): Make arguments optional for backwards
10196 compatibility. Doc fix.
10197
10198 2004-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
10199
10200 * paren.el (show-paren-function): Fix last change (2004-12-02).
10201
10202 * international/mule-util.el (char-displayable-p): Return nil for
10203 unibyte mode.
10204
10205 * subr.el (subregexp-context-p): New function.
10206
10207 * isearch.el (isearch-quote-char): Use it.
10208
10209 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Use it.
10210 (regexp-opt-not-groupie*-re): Remove.
10211 (regexp-opt): Properly handle inputs with duplicate entries.
10212
10213 2004-12-06 Richard M. Stallman <rms@gnu.org>
10214
10215 * info-look.el (info-lookup-maybe-add-help cfengine-mode): Regexp typo.
10216
10217 * cus-edit.el (custom-file): Doc fix.
10218
10219 * textmodes/org.el: New file.
10220
10221 2004-12-06 Kenichi Handa <handa@m17n.org>
10222
10223 * ldefs-boot.el: Update international/mule-util.el section.
10224
10225 2004-12-05 Sam Steingold <sds@gnu.org>
10226
10227 * net/tramp.el (tramp-handle-file-accessible-directory-p):
10228 Fix `tramp-time-diff' comparison logic.
10229
10230 2004-12-05 Paul Pogonyshev <pogonyshev@gmx.net>
10231
10232 * progmodes/which-func.el (which-function):
10233 Use `run-hook-with-args-until-success' instead of a custom loop.
10234 Fixes bug with local hooks.
10235
10236 2004-12-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
10237
10238 * textmodes/bibtex.el (bibtex-font-lock-url-regexp):
10239 Use delete-dups when calculating the initial value.
10240 (bibtex-autokey-get-title): Use <=.
10241 (bibtex-goto-line): New function.
10242 (bibtex-reposition-window): Use line numbers instead of point
10243 positions. Use window-body-height.
10244 (bibtex-find-crossref): Use bibtex-reposition-window.
10245 (bibtex-find-entry): Use bibtex-reposition-window. Always return
10246 position of entry if key is found or nil if not found.
10247
10248 2004-12-05 Richard M. Stallman <rms@gnu.org>
10249
10250 * cus-edit.el (custom-file): Doc fix.
10251
10252 * progmodes/sh-script.el (sh-indent-for-then): Change default.
10253
10254 2004-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
10255
10256 * simple.el (blink-matching-open):
10257 * textmodes/tex-mode.el (tex-validate-region):
10258 Obey syntax-table text properties.
10259
10260 2004-12-02 Per Abrahamsen <abraham@dina.kvl.dk>
10261
10262 * wid-edit.el (widget-specify-field): Add `real-field' property to
10263 boundary.
10264 (widget-field-at): Use it.
10265
10266 2004-12-02 Richard M. Stallman <rms@gnu.org>
10267
10268 * progmodes/cc-mode.el (awk-mode autoload):
10269 Supply t meaning interactive function.
10270
10271 * isearch.el (search-whitespace-regexp): Remove the group. Doc fix.
10272 (isearch-mode-map): No special definition for space.
10273 (isearch-whitespace-chars): Command deleted.
10274 (isearch-forward-regexp): Doc fix.
10275 (isearch-quote-char): When a space is not inside brackets,
10276 use `[ ]' instead of just space.
10277 (isearch-lazy-highlight-search): Bind search-spaces-regexp.
10278
10279 * imenu.el (imenu--generic-function): Delete code to exclude
10280 matches in comments.
10281
10282 * man.el (Man-reverse-face): Change default to `highlight'.
10283
10284 * replace.el (occur-1): Specify t for KEEP-PROPS to occur-engine.
10285 (occur-engine): Use `face' prop rather than `font-lock-face'
10286 when specifying use of `match-face'.
10287 (occur-accumulate-lines): Change arg from NO-PROPS to KEEP-PROPS.
10288
10289 * emacs-lisp/elint.el (elint-standard-variables): Update list.
10290
10291 * add-log.el (add-log-current-defun): Handle the case where point
10292 is in the header part of a DEFUN construct.
10293
10294 2004-12-02 Dave Love <fx@gnu.org>
10295
10296 * progmodes/python.el (python-font-lock-syntactic-keywords):
10297 Fix previous change.
10298
10299 2004-12-02 Richard G Bielawski <Richard.G.Bielawski@wellsfargo.com> (tiny change)
10300
10301 * paren.el (show-paren-function): Check for matching chars
10302 specified by text props.
10303
10304 2004-12-02 Jay Belanger <belanger@truman.edu>
10305
10306 * calc/calc.el (calc-read-key-sequence): Leave the old message visible
10307 when reading a new key sequence.
10308
10309 2004-12-02 Kim F. Storm <storm@cua.dk>
10310
10311 * faces.el (escape-glyph): Rename from glyph.
10312 (standard-display-table): Set it here. Add escape-glyph face to
10313 extra slot characters.
10314
10315 * disp-table.el: Undo 2004-12-01 change. Display table is now
10316 setup in faces.el.
10317
10318 2004-12-02 Mark A. Hershberger <mah@everybody.org>
10319
10320 * xml.el (xml-parse-dtd): Don't show validity messages when
10321 xml-validating-parser is nil.
10322 (xml-substitute-special): Fix validity error messages to
10323 actually show the unexpandable entity. Added validity error if &
10324 isn't followed by an entity.
10325 (xml-parse-tag): Concatenate any string following the a
10326 <![CDATA[]]> section to the parsed CDATA.
10327 (xml-parse-dtd): Skip parameter entity declarations and use of
10328 parameter entities.
10329
10330 2004-12-01 Luc Teirlinck <teirllm@auburn.edu>
10331
10332 * kmacro.el (kmacro-default-counter-format): New var.
10333 (kmacro-set-format): Use it. Delete `(printf format)' from prompt.
10334 (kmacro-display): Remove `nil' from `and' form. Delete call to
10335 `format' inside `message'.
10336 (kmacro-start-macro): Use `kmacro-default-counter-format'.
10337
10338 2004-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
10339
10340 * pcvs.el (cvs-header-msg): New function.
10341 (cvs-update-header): Use it. Change calling convention.
10342 Correctly handle the case of having simultaneous active processes.
10343 (cvs-sentinel): Don't call cvs-update-header any more.
10344 (cvs-mode-run): Update call and add cvs-update-header to postproc.
10345
10346 2004-12-01 Jay Belanger <belanger@truman.edu>
10347
10348 * calc/calc-ext.el (calc-inverse, calc-hyperbolic):
10349 Change message.
10350
10351 2004-12-01 Juri Linkov <juri@jurta.org>
10352
10353 * progmodes/prolog.el (prolog-mode-variables):
10354 Fix imenu-generic-expression.
10355
10356 2004-12-01 Daniel Pfeiffer <occitan@esperanto.org>
10357
10358 * faces.el (glyph): New face.
10359
10360 * disp-table.el: Add an autoloaded table, that doesn't require
10361 this library, with glyph face.
10362
10363 * textmodes/conf-mode.el (conf-ppd-mode-syntax-table): New var.
10364 (conf-ppd-mode): New conf-mode wrapper for printer descriptions.
10365 (conf-quote-normal): Allow normalizing only ' or ".
10366 (conf-mode): Regexp-quote constructed comment-start and don't
10367 match section {} where "name" contains braces.
10368
10369 * files.el (auto-mode-alist): Add conf-ppd-mode, inittab and acpid
10370 files.
10371
10372 2004-12-01 Kenichi Handa <handa@m17n.org>
10373
10374 * term/x-win.el (x-last-selected-text-cut-encoded): New variable.
10375 (x-select-text): Don't treat eight-bit-control/graphic chars
10376 specially. Store the encoded text in the X cut buffer.
10377 (x-cut-buffer-or-selection-value): Compare the X cut buffer text
10378 with x-last-selected-text-cut-encoded.
10379
10380 2004-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
10381
10382 * man.el (Man-fontify-manpage): Improve handling of ANSI escapes.
10383
10384 2004-11-30 Markus Rost <rost@ias.edu>
10385
10386 * textmodes/tex-mode.el (tex-main-file): Add a compatibility with
10387 AUCTeX.
10388
10389 2004-11-30 Jay Belanger <belanger@truman.edu>
10390
10391 * calc/calc-arith.el (math-possible-signs): Made stronger checks
10392 on signs of intervals.
10393 (math-pow-of-zero): Strengthen checks for positive and negative
10394 exponents.
10395
10396 * calc/calc-aent.el, calc/calc-alg.el, calc/calc-arith.el
10397 * calc/calc-bin.el, calc/calc-comb.el, calc/calc-cplx.el
10398 * calc/calc-embed.el, calc/calc-fin.el, calc/calc-forms.el
10399 * calc/calc-frac.el, calc/calc-funcs.el, calc/calc-graph.el
10400 * calc/calc-help.el, calc/calc-incom.el, calc/calc-keypd.el
10401 * calc/calc-lang.el, calc/calc-map.el, calc/calc-math.el
10402 * calc/calc-misc.el, calc/calc-mode.el, calc/calc-mtx.el
10403 * calc/calc-poly.el, calc/calc-prog.el, calc/calc-rewr.el
10404 * calc/calc-rules.el, calc/calc-sel.el, calc/calc-stat.el
10405 * calc/calc-store.el, calc/calc-stuff.el, calc/calc-trail.el
10406 * calc/calc-undo.el, calc/calc-units.el, calc/calc-vec.el
10407 * calc/calc-yank.el, calc/calcalg2.el, calc/calcalg3.el
10408 * calc/calccomp.el, calc/calcsel2.el: Replace dummy autoloaded functions
10409 with provide statements.
10410
10411 * calc/calc-alg.el (math-defsimplify): Move from calc-ext.el.
10412
10413 * calc/calc-embed.el (calc-do-embedded-activate): Remove from autoloads.
10414
10415 * calc/calc-ext.el: Remove dummy autoloading functions from autoloads.
10416 (calc-load-everything, math-defsimplify): Replace dummy autoloading
10417 functions by require statements.
10418 (math-defsimplify): Move to calc-alg.el, add to autoloads.
10419
10420 * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
10421 (calc-gnuplot-print): Give them values.
10422
10423 * calc/calc.el: Remove calc-Need-calc-aent and calc-Need-calc-misc from
10424 autoloads.
10425 Add calc-do-embedded-activate to autoloads.
10426 (calc-gnuplot-name, calc-gnuplot-plot-command)
10427 (calc-gnuplot-print-command): Move them to calc-graph.el.
10428
10429 2004-11-30 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10430
10431 * term/mac-win.el (ccl-encode-mac-roman-font)
10432 (ccl-encode-mac-cyrillic-font)
10433 (ccl-encode-mac-centraleuropean-font, encoder-list)
10434 (fontset-add-mac-fonts, create-fontset-from-mac-roman-font):
10435 Support Cyrillic, CentralEuropean, and Dingbat font display
10436
10437 2004-11-30 Andre Spiegel <spiegel@gnu.org>
10438
10439 * vc-hooks.el (vc-recompute-state): Move here from vc.el.
10440
10441 * vc-cvs.el (vc-cvs-state): Handle the case where vc-state is
10442 still nil.
10443
10444 2004-11-29 Luc Teirlinck <teirllm@auburn.edu>
10445
10446 * emulation/tpu-edt.el (tpu-help-keypad-map, tpu-help-text)
10447 (tpu-word-separator-list, tpu-skip-chars): defconst->defvar.
10448
10449 2004-11-29 Jay Belanger <belanger@truman.edu>
10450
10451 * calc/calc-arith.el (math-pow-of-zero): Take into account different
10452 cases of the base and exponent.
10453
10454 2004-11-26 Teodor Zlatanov <tzz@lifelogs.com>
10455
10456 * simple.el (next-error-buffer-p): Allow for inclusive and
10457 exclusive tests for finding a buffer.
10458 (next-error-find-buffer): Pass the exclusive and inclusive tests
10459 to next-error-buffer-p.
10460
10461 * replace.el (occur-next-error): Switch to the Occur buffer when
10462 appropriate, use the exclusive filter to next-error-find-buffer to
10463 do it. Use the absolute value of the motion amount.
10464
10465 2004-11-29 Kenichi Handa <handa@m17n.org>
10466
10467 * startup.el (command-line): Decode all default-directory by
10468 locale-coding-system.
10469
10470 2004-11-29 Jay Belanger <belanger@truman.edu>
10471
10472 * calc/calc-aent.el: Remove unnecessary eval-when-compile.
10473 (calc-do-quick-calc, calc-do-calc-eval, calc-alg-entry)
10474 (math-read-expr-level, calc-check-user-syntax, math-read-factor):
10475 Replace calls to calc-extensions by appropriate require, replace
10476 calc-extensions-loaded by appropriate featurep.
10477
10478 * calc/calc-ext.el: Move require to end of file.
10479 Remove redundant loading of calc.el.
10480 (calc-extensions-loaded): Remove unnecessary variable.
10481 (calc-extensions): Remove unnecessary function.
10482 (calc-load-everything): Replace calc-need-macros by appropriate require.
10483
10484 * calc/calc-macs.el: Move provide to end of file.
10485 (calc-need-macros): Remove unnecessary function.
10486
10487 * calc/calc-misc.el (calc-do-handle-whys, calc-last-args-stub)
10488 (calc-missing-key, calc-shift-Y-prefix-help, math-concat)
10489 (math-trunc, math-floor, calcFunc-inv, math-mod, math-pow):
10490 Replace calc-extensions by appropriate require.
10491 (calc-power): Replace calc-extensions-loaded by appropriate featurep.
10492
10493 * calc/calc-prog.el (calc-user-define-formula, calc-do-defmath):
10494 Replace calc-need-macros by appropriate require.
10495
10496 * calc/calc.el: Move require to end of file.
10497 (calc-info-filename, calc-autoload-directory, calc-extensions-loaded):
10498 Remove unnecessary variable.
10499 (calc-do-dispatch, calc-mode, calc-check-defines, calc-create-buffer)
10500 (calc, calc-keypad, full-calc-keypad, calc-do, calc-normalize)
10501 (calc-binary-op, calc-unary-op, calcDigit-start, calcDigit-key)
10502 (math-normalize, math-add, math-mul, math-div, math-format-stack-value)
10503 (math-stack-value-offset, math-format-value, math-format-flat-expr)
10504 (math-format-number, math-format-bignum, math-read-number)
10505 (calc-grab-region, calc-grab-rectangle, calc-grab-sum-down)
10506 (calc-grab-sum-across, calc-embedded, defmath): Replace calc-extensions
10507 by appropriate require.
10508 (calc-check-defines): Replace calc-need-macros by appropriate require.
10509
10510 2004-11-29 Kim F. Storm <storm@cua.dk>
10511
10512 * macros.el (insert-kbd-macro): Handle kmacro functions.
10513
10514 2004-11-28 Juri Linkov <juri@jurta.org>
10515
10516 * compare-w.el (compare-windows-highlight): Attach each overlay
10517 to its window to properly highlight differences while comparing
10518 two windows of the same buffer. Fix arguments.
10519 (compare-windows-sync-default-function): Fix arguments of
10520 `compare-windows-highlight'.
10521
10522 * emacs-lisp/edebug.el (edebug-set-global-break-condition):
10523 Use `read-expression-history'. Set initial contents only if
10524 `edebug-global-break-condition' is non-nil. Set histpos to 1
10525 if initial contents is equal to the last history element.
10526 (edebug-set-conditional-breakpoint): Instead of temporarily
10527 prepending the current condition to the history, set initial
10528 contents to the current condition. Set histpos to 1 if initial
10529 contents is equal to the last history element.
10530
10531 * info.el (Info-search-whitespace-regexp): Remove shy group.
10532 (Info-search): Forward line if search is on the header line.
10533 Use search-whitespace-regexp in two other places.
10534
10535 2004-11-27 Luc Teirlinck <teirllm@auburn.edu>
10536
10537 * fringe.el (fringe-indicators): Add fake defvar to avoid compiler
10538 warning. Delay real definition, which uses
10539 `set-fringe-indicators-1' till after the definition of that function.
10540
10541 2004-11-28 Kim F. Storm <storm@cua.dk>
10542
10543 * fringe.el (fringe): New defgroup.
10544 (fringe-mode): Move to fringe group.
10545 (fringe-indicators): New defcustom.
10546 (set-fringe-indicators-1): New defun.
10547
10548 * menu-bar.el (menu-bar-options-save): Add fringe-indicators.
10549 (menu-bar-showhide-fringe-ind-menu): New keymap.
10550 (menu-bar-showhide-fringe-ind-empty)
10551 (menu-bar-showhide-fringe-ind-mixed)
10552 (menu-bar-showhide-fringe-ind-box)
10553 (menu-bar-showhide-fringe-ind-right)
10554 (menu-bar-showhide-fringe-ind-left)
10555 (menu-bar-showhide-fringe-ind-none): New defuns.
10556 (menu-bar-showhide-fringe-menu): Add "Indicators" sub-menu.
10557
10558 2004-11-27 Richard M. Stallman <rms@gnu.org>
10559
10560 * comint.el (comint-read-noecho): Add trivial compatibility definition.
10561
10562 * generic.el (define-generic-mode): Doc fix.
10563
10564 * menu-bar.el (menu-bar-options-save): For the options
10565 that are toggled with menu-bar-make-mm-toggle, don't check
10566 for customized-value prop.
10567
10568 2004-11-27 Eli Zaretskii <eliz@gnu.org>
10569
10570 * mail/supercite.el (sc-cite-region): Handle the case where
10571 sc-cite-frame-alist is a symbol.
10572 (sc-uncite-region): Handle the case where sc-uncite-frame-alist is
10573 a symbol.
10574 (sc-recite-region): Handle the case where sc-recite-frame-alist is
10575 a symbol.
10576
10577 2004-11-27 Arne J\e,Ax\e(Brgensen <arne@arnested.dk> (tiny change)
10578
10579 * wid-edit.el (widget-narrow-to-field): New function.
10580 (widget-complete): Use it.
10581
10582 2004-11-27 Jay Belanger <belanger@truman.edu>
10583
10584 * calc/calc-aent.el (calc-eval-error): Declare and initialize the
10585 variable.
10586 (calc-eval-error): Don't check if the variable calc-eval-error is bound.
10587 (calc-buffer, calc-digit-value, math-expr-data): Declare them.
10588 (math-alg-inequalities): Move declaration to earlier in the file.
10589
10590 * calc/calc-ext.el (calc-command-flags, calc-gnuplot-buffer)
10591 (calc-gnuplot-input, math-normalize-a, math-integral-cache):
10592 Declare them.
10593
10594 * calc/calc-lang.el (math-expr-data, math-expr-token)
10595 (math-exp-old-pos): Declare them.
10596
10597 * calc/calc-vec.el (math-exp-pos, math-exp-str, math-exp-old-pos)
10598 (math-exp-token, math-exp-keep-spaces, math-expr-data): Declare them.
10599
10600 2004-11-27 Kim F. Storm <storm@cua.dk>
10601
10602 * progmodes/flymake.el: Use (featurep 'xemacs).
10603 (flymake-makehash): Change to defsubst. Use fboundp.
10604 (flymake-time-to-float): Remove.
10605 (flymake-float-time): Merge code from flymake-time-to-float here.
10606 (flymake-replace-regexp-in-string): Change to defsubst.
10607 (flymake-split-string-remove-empty-edges):
10608 Rename to flymake-split-string.
10609 (flymake-split-string): Remove previous defalias.
10610 (flymake-get-temp-dir): Change to defsubst.
10611 (flymake-make-xemacs-menu, flymake-xemacs-window-edges):
10612 Define for xemacs only.
10613 (flymake-master-file-count-limit): Change into compiler defvar only.
10614 (flymake-find-possible-master-files): Let-bind it dynamically while
10615 sorting files using flymake-master-file-compare.
10616
10617 2004-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
10618
10619 * font-lock.el (font-lock-compile-keywords): Don't complain if the end
10620 of defun-prompt-regexp matches inside a comment/string but the
10621 beginning is correctly outside everything.
10622
10623 * progmodes/tcl.el (tcl-omit-ws-regexp): Avoid the case where { or [
10624 appears within a string or a comment.
10625
10626 * emacs-lisp/cl-macs.el (cl-parse-loop-clause, labels): Use gensym
10627 rather than make-symbol for symbols which are used in
10628 a symbol-macrolet or equivalent.
10629
10630 2004-11-26 Jay Belanger <belanger@truman.edu>
10631
10632 * calc-misc.el (calc-last-why-command): Declare it.
10633
10634 * calc-vec.el (math-grade-vec): New variable.
10635 (calcFunc-grade, calcFunc-rgrade, math-grade-beforep):
10636 Replace variable grade-vec by declared variable.
10637 (math-rb-close): New variable.
10638 (math-read-brackets, math-read-vector): Replace variable close by
10639 declared variable.
10640
10641 * calc/calc-yank.el (calc-original-buffer, calc-return-buffer)
10642 (calc-one-window, calc-edit-handler, calc-restore-trail)
10643 (calc-allow-ret): Declare them.
10644
10645 * calc/calc-stuff.el (calc-flush-caches): Remove unnecessary variables.
10646 (math-lud-cache, math-log2-cache, math-radix-digits-cache)
10647 (math-radix-float-cache-tag, math-random-cache)
10648 (math-max-digits-cache, math-integral-cache, math-units-table)
10649 (math-format-date-cache, math-holidays-cache-tag): Declare them.
10650 (math-moc-func): New variable.
10651 (math-map-over-constants, math-map-over-constants-rec):
10652 Replace variable func by declared variable.
10653
10654 * calc/calc-store.el (calc-given-value, calc-store-opers):
10655 Declare them.
10656 (calc-var-name-map): Move declaration to earlier in the file.
10657 (calc-pv-pos): New variable.
10658 (calc-permanent-variable, calc-insert-permanent-variable):
10659 Replace variable pos by declared variable.
10660
10661 * calc/calc-mtx.el (calc-det-lu): New variable.
10662 (math-det-raw, math-det-step): Replace variable lu by declared variable.
10663
10664 * calc/calc-map.el (math-ms-temp, math-ms-args): New variables.
10665 (math-multi-subst, math-multi-subst-rec): Replace variables temp
10666 and arg by declared variables.
10667 (calcFunc-reducer): Fix incorrect variable.
10668 (math-inner-mul-func, math-inner-add-func): New variables.
10669 (calcFunc-inner, math-inner-mats): Replace variables mul-func
10670 and add-func by declared variables.
10671
10672 * calc/calc-incom.el (calc-prev-char, calc-prev-prev-char)
10673 (calc-digit-value): Declare them.
10674
10675 * calc/calc-help.el (Info-history): Declare it.
10676 (calc-describe-key): Make calc-summary-indentation a local variable.
10677 (calc-help-long-names): Move declaration to earlier in file.
10678
10679 * calc/calc-embed.el (calc-original-buffer): Declare it.
10680 (calc-embed-outer-top, calc-embed-outer-bot, calc-embed-top)
10681 (calc-embed-bot): New variables.
10682 (calc-do-embedded, calc-embedded-mark-formula)
10683 (calc-embedded-find-bounds, calc-embedded-duplicate)
10684 (calc-embedded-new-formula, calc-embedded-make-info):
10685 Replace vars outer-top, outer-bot, bot and top by declared variables.
10686 (calc-embed-prev-modes): New variable.
10687 (calc-embedded-set-modes, calc-embedded-update): Replace variable
10688 prev-modes with declared variable.
10689 (calc-embed-vars-used): New variable.
10690 (calc-embedded-make-info, calc-embedded-evaluate-expr)
10691 (calc-embedded-update, calc-embedded-find-vars): Replace variable
10692 vars-used by declared variable.
10693
10694 * calc/calc-bin.el (math-format-radix-float): Make pos a local variable.
10695 (math-format-radix-float): Remove unnecessary setq.
10696 (math-radix-float-cache): Declare it.
10697
10698 * calc/calcsel2.el (calc-keep-selection): Declare it.
10699
10700 * calc/calc-maint.el: Remove file.
10701
10702 2004-11-26 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
10703
10704 * textmodes/bibtex.el (bibtex-sort-entry-class)
10705 (bibtex-comment-start): Use defcustom.
10706 (bibtex-entry-field-alist): Use nil if initial content of the
10707 field is undefined. Fix docstring.
10708 (bibtex-parse-keys-timeout, bibtex-autokey-additional-names)
10709 (bibtex-generate-autokey, bibtex-parse-buffers-stealthily)
10710 (bibtex-mode, bibtex-field-list, bibtex-entry-updat)
10711 (bibtex-autofill-entry, bibtex-entry-index, bibtex-next-field):
10712 Fix docstring.
10713 (bibtex-autokey-title-terminators): Use only one regexp.
10714 (bibtex-string-maybe-empty-head): New variable.
10715 (bibtex-remove-delimiters-string): New function.
10716 (bibtex-text-in-field-bounds, bibtex-text-in-string):
10717 Use bibtex-remove-delimiters-string.
10718 (bibtex-progress-message, bibtex-field-left-delimiter)
10719 (bibtex-field-right-delimiter, bibtex-entry-left-delimiter)
10720 (bibtex-entry-right-delimiter, bibtex-search-entry): Use eq.
10721 (bibtex-insert-kill): Rename from `bibtex-insert-current-kill'.
10722 Simplify.
10723 (bibtex-format-entry): Use save-excursion for inherited booktitle.
10724 Use eq and bibtex-remove-delimiters-string. For end markers use
10725 insertion type so that marker stays after inserted text.
10726 (bibtex-autokey-get-names): Return empty string if name is missing.
10727 (bibtex-autokey-demangle-name): Call bibtex-autokey-abbrev before
10728 calling bibtex-autokey-name-case-convert.
10729 (bibtex-autokey-demangle-title):
10730 Call bibtex-autokey-titleword-case-convert. Remove call to
10731 bibtex-autokey-titleword-case-convert from bibtex-autokey-get-title.
10732 (bibtex-global-key-alist, bibtex-read-string-key): New functions.
10733 (bibtex-read-key): New optional arg global.
10734 (bibtex-files-expand): New optional arg force.
10735 (bibtex-complete-string-cleanup): Expansion of abbrev can be absent.
10736 (bibtex-complete-crossref-cleanup): Rename from
10737 bibtex-complete-key-cleanup. Simplify code.
10738 (bibtex-copy-summary-as-kill): Remove arg key. Use looking-at.
10739 Operate on current entry.
10740 (bibtex-button): Add docstring.
10741 (bibtex-entry): Simplify.
10742 (bibtex-make-field): Replace optional arg called-by-yank with more
10743 specific args move and interactive.
10744 (bibtex-end-of-entry): Use forward-sexp.
10745 (bibtex-find-entry-globally): Remove.
10746 (bibtex-find-crossref): Allow for crossref key located in other buffer.
10747 Bound to C-c C-x.
10748 (bibtex-find-entry): New optional args global and display.
10749 (bibtex-find-text): Fix docstring. Remove arg as-if-interactive.
10750 (bibtex-validate): Use arg force of bibtex-files-expand.
10751 (bibtex-clean-entry): Bugfix, clean string entries properly.
10752 Always keep point at beginning of entry.
10753 (bibtex-complete): Bugfix. Handle string entries properly.
10754 Call cleanup functions only if needed.
10755 (bibtex-String): Use bibtex-read-string-key.
10756 (bibtex-url): Use bibtex-remove-delimiters-string. Do not alter
10757 case of replacement text.
10758
10759 2004-11-26 Lars Hansen <larsh@math.ku.dk>
10760
10761 * tramp.el (tramp-handle-directory-files-and-attributes): New function.
10762 (tramp-perl-directory-files-and-attributes): New constant.
10763 (tramp-file-name-handler-alist): Delete file-directory-files, add
10764 directory-files-and-attributes.
10765 (tramp-perl-file-attributes): Surround uid and gid by double
10766 quotes. Change parameter id-format from nonnumeric.
10767 (tramp-convert-file-attributes): New function.
10768 (tramp-handle-file-attributes): Use it.
10769 (tramp-maybe-send-perl-script): New function.
10770 (tramp-handle-file-attributes-with-perl): Use it. Don't convert
10771 file mode. Change parameter id-format from nonnumeric.
10772 (tramp-handle-file-attributes-with-ls): Change parameter id-format
10773 from nonnumeric.
10774 (tramp-post-connection): Don't send tramp-perl-file-attributes
10775 script. Reset connection property "perl-scripts".
10776 (tramp-handle-insert-directory): Run real handler when ls-lisp is
10777 in use.
10778
10779 2004-11-26 Lars Hansen <larsh@math.ku.dk>
10780
10781 * desktop.el (desktop-read): Replace mapcar with mapc.
10782 (desktop-create-buffer): Replace mapcar with mapc.
10783 Remove redundant piece of code.
10784
10785 2004-11-27 Nick Roberts <nickrob@snap.net.nz>
10786
10787 * progmodes/gud.el (gud-display-line): Use display-buffer
10788 for GDB-UI as for GUD.
10789
10790 * progmodes/gdb-ui.el (gdb-view-source, gdb-selected-view):
10791 Delete variables.
10792 (gdb-ann3): Don't make GUD buffer dedicated.
10793 (gdb-goto-breakpoint, gdb-display-buffer): Don't always dedicate.
10794 (gdb-display-source-buffer): Delete function.
10795 (gdb-view-source-function, gdb-view-assembler): Delete functions.
10796 (menu): Delete menu bindings for viewing source/assembler.
10797 (gdb-setup-windows, gdb-restore-windows):
10798 Don't dedicate GUD. No assembler now.
10799 (gdb-reset): No need to undedicate source buffers now.
10800 (gdb-source-info): No assembler now.
10801
10802 2004-11-26 Nick Roberts <nickrob@snap.net.nz>
10803
10804 * progmodes/gdb-ui.el (gdb-frame-parameters): Match height and
10805 width to those for special frames.
10806 (gdb-frame-breakpoints-buffer): Use gdb-frame-parameters.
10807 Use display-buffer.
10808 (gdb-frame-stack-buffer, gdb-frame-threads-buffer)
10809 (gdb-frame-registers-buffer, gdb-frame-locals-buffer)
10810 (gdb-frame-assembler-buffer): Rework like
10811 gdb-frame-breakpoints-buffer.
10812
10813 2004-11-25 Richard M. Stallman <rms@gnu.org>
10814
10815 * progmodes/flymake.el: Reindent.
10816 (flymake-split-string): Turn into defalias.
10817 (flymake-fix-file-name): Rename from flymake-fix-path-name.
10818 (flymake-ensure-ends-with-slash): Rename arg to FILENAME.
10819 (flymake-get-common-file-prefix): Rename from ...path... Doc fix.
10820 (flymake-build-relative-filename): Rename from ...path.
10821 Fix error message.
10822
10823 2004-11-25 Cheng Gao <chenggao@gmail.com>
10824
10825 * progmodes/flymake.el: Much whitespace and capitalization change.
10826 Move `provide' to end. Require `compile' only when compiling.
10827
10828 2004-11-24 Jay Belanger <belanger@truman.edu>
10829
10830 * calc/calc-alg.el: Added comment.
10831 (math-polynomial-base): Replace variable mpb-top-expr by
10832 math-poly-base-top-expr.
10833
10834 * calc/calc-poly.el (math-poly-base-top-expr): New variable.
10835 (math-polynomial-p1): Replace variable mpb-top-expr by declared
10836 variable.
10837 (math-poly-base-total-base): New variable.
10838 (math-total-polynomial-base, math-polynomial-p1): Replace variable
10839 mpb-total-base by declared variable.
10840 (math-factored-vars, math-to-list): Declare it.
10841 (math-fact-expr): New variable.
10842 (calcFunc-factors, calcFunc-factor, math-factor-expr)
10843 (math-factor-expr-try, math-factor-expr-part): Replace variable
10844 expr by declared variable.
10845 (math-fet-x): New variable.
10846 (math-factor-expr-try, math-factor-poly-coefs): Replace variable x
10847 by declared variable.
10848 (math-factor-poly-coefs): Make temp a local variable.
10849
10850 * calc/calc-units.el (calc-convert-units): Make units a local
10851 variable.
10852 (calc-num-units, calc-den-units): New variables.
10853 (calc-explain-units, calc-explain-units-rec): Replace variables
10854 num-units and den-units by declared variables.
10855 (math-cu-unit-list): New variable.
10856 (math-build-units-table, math-compare-unit-names)
10857 (math-convert-units, math-convert-units-rec): Replace variable
10858 unit-list by declared variable.
10859 (math-fbu-base, math-fbu-entry): New variables.
10860 (math-find-base-units, math-find-base-units-rec): Replace variables
10861 base and entry by declared variables.
10862 (math-which-standard): New variable.
10863 (math-to-standard-units, math-to-standard-rec): Replace variable
10864 which-standard by declared variable.
10865 (math-fcu-u): New variable.
10866 (math-find-compatible-unit, math-find-compatible-unit-rec):
10867 Replace variable u by declared variable.
10868 (math-cu-new-units, math-cu-pure): New variables.
10869 (math-convert-units, math-convert-units-rec): Replace variables
10870 new-units and pure by declared variables.
10871 (math-try-cancel-units): New variable.
10872 (math-simplify-units-quotient): Replace variable try-cancel-units by
10873 declared variable.
10874
10875 2004-11-24 Richard M. Stallman <rms@gnu.org>
10876
10877 * textmodes/ispell.el (ispell-check-version):
10878 If default-directory is nonexistent, use home dir.
10879
10880 * progmodes/grep.el (grep-regexp-alist):
10881 Don't match parens around line numbers.
10882
10883 * progmodes/cperl-mode.el (cperl-indent-region)
10884 (cperl-imenu--create-perl-index, cperl-xsub-scan):
10885 Don't print progress messages.
10886
10887 * progmodes/compile.el (compilation-mode-map):
10888 Don't inherit from compilation-minor-mode-map;
10889 copy its bindings instead. But the menu bar Compile
10890 entry now does inherit from compilation-menu-map.
10891
10892 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
10893 Use with-no-warnings around compiler-macroexpand.
10894
10895 * imenu.el: Don't always require newcomment.
10896 (imenu--generic-function): Call comment-normalize-vars
10897 if we have a comment syntax.
10898 Exit the loop if REGEXP matches the null string.
10899 Test comment-start as well as comment-start-skip
10900 when deciding whether to check for comments.
10901
10902 * tooltip.el (tooltip-mode): Doc fix.
10903
10904 * term.el (term-escape-char, term-mode): Doc fixes.
10905
10906 2004-11-24 Dave Love <fx@gnu.org>
10907
10908 * progmodes/python.el (python-font-lock-syntactic-keywords):
10909 Check for escapes in the regexp.
10910 (python-quote-syntax): Don't do it here.
10911
10912 2004-11-24 Nick Roberts <nickrob@snap.net.nz>
10913
10914 * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
10915 (gdb-frames-mode-map, gdb-threads-mode-map)
10916 (gdb-registers-mode-map, gdb-locals-mode-map)
10917 (gdb-assembler-mode-map): Bind "q" to kill-this-buffer.
10918 (gdb-set-window-buffer): Rename from dedicated-switch-to-buffer.
10919
10920 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>:
10921 (dedicated-switch-to-buffer): Rework.
10922 (gdb-var-evaluate-expression-handler, gdb-put-string):
10923 Remove unused variable bindings.
10924 (gdb-setup-windows, gdb-display-buffer):
10925 Simplify. Use pop-to-buffer.
10926 (gdb-view-source-function): Simplify.
10927 (gdb-frame-breakpoints-buffer):
10928 Use pop-to-buffer, special-display-regexps.
10929
10930 2004-11-24 Glenn Morris <gmorris@ast.cam.ac.uk>
10931
10932 * progmodes/f90.el (f90-smart-end)
10933 (f90-previous-statement, f90-beginning-of-block): Doc fix.
10934 (f90-calculate-indent): Handle un-named PROGRAM blocks.
10935 (f90-end-of-block): Doc fix. Make check of outermost block
10936 conditional on value of `f90-smart-end'.
10937 (f90-block-match): Hack to deal with un-named PROGRAM blocks.
10938 Handle case where END-BLOCK is nil.
10939 (f90-match-end): Handle un-named PROGRAM blocks.
10940 (f90-backslash-not-special): New function.
10941
10942 2004-11-24 Jay Belanger <belanger@truman.edu>
10943
10944 * calc/calc.el (calc-embedded-active): Removed unnecessary
10945 declaration.
10946 (calc-show-banner): Removed redundant declaration.
10947
10948 * calc/calc-graph.el (calc-gnuplot-default-device)
10949 (calc-gnuplot-default-output, calc-gnuplot-print-device)
10950 (calc-gnuplot-print-output, calc-gnuplot-geometry)
10951 (calc-graph-default-resolution, calc-graph-default-resolution-3d):
10952 Remove redundant initial values.
10953
10954 * calc/calc-arith.el (math-scalar-functions)
10955 (math-nonscalar-functions, math-scalar-if-args-functions)
10956 (math-real-functions, math-positive-functions)
10957 (math-nonnegative-functions, math-real-scalar-functions)
10958 (math-real-if-arg-functions, math-integer-functions)
10959 (math-num-integer-functions, math-rounding-functions)
10960 (math-float-rounding-functions, math-integer-if-args-functions)
10961 (math-super-types): Move declarations to earlier in file.
10962 (math-unit-prefixes): Declared it.
10963 (math-floor-prec, math-trunc-prec): New variables.
10964 (math-trunc-fancy): Replace variable prec by declared variable.
10965 (math-floor-fancy): Replace variable prec by declared variable.
10966 (math-com-bterms): New variable.
10967 (math-commutative-equal, math-commutative-collect):
10968 Replace variable bterms by declared variable.
10969
10970 * calc/calc-misc.el (math-trunc): Replace variable prec by
10971 math-trunc-prec.
10972 (math-floor): Replace variable prec by math-floor-prec.
10973
10974 * calc/calc-forms.el (math-fd-date, math-fd-dt, math-fd-year)
10975 (math-fd-month, math-fd-day, math-fd-weekday, math-fd-hour)
10976 (math-fd-minute, math-fd-second, math-fd-bc-flag): New variables.
10977 (math-format-date, math-format-date-part): Replace variables
10978 date, dt, year, month, day, weekday, hour, minute, second and
10979 bc-flag by declared variables.
10980 (math-pd-str): New variable.
10981 (math-parse-date, math-parse-date-word, math-parse-standard-date):
10982 Replace variable str by declared variable.
10983 (math-daylight-savings-hook, math-tzone-names): Move definitions
10984 to earlier in the file.
10985 (var-TimeZone, math-exp-str, math-exp-pos): Declare them.
10986 (math-sh-year): New variable.
10987 (math-setup-add-holidays, math-setup-holidays)
10988 (math-setup-year-holidays): Replace variable `year' by declared
10989 variable.
10990
10991 * calc/calc-math.el (math-nrf-n, math-nrf-nf, math-nrf-nfm1):
10992 New variables.
10993 (math-nth-root-float, math-nth-root-float-iter): Replace variables
10994 n, nf and nfm1 by declared variables.
10995 (math-nri-n): New variable.
10996 (math-nth-root-integer, math-nth-root-int-iter): Replace variable
10997 n by declared variable.
10998 (calcFunc-log): Removed misplaced condition.
10999
11000 2004-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
11001
11002 * generic.el (generic-mode-set-comments): Accept an empty comment-end.
11003
11004 2004-11-24 Nick Roberts <nickrob@snap.net.nz>
11005
11006 * progmodes/gdb-ui.el (dedicated-switch-to-buffer): New function.
11007 (gdb-ann3, gdb-setup-windows, gdb-restore-windows):
11008 Dedicate gdb-related windows.
11009 (gdb-display-buffer): Dedicate gdb-related windows.
11010 Don't grab other frames.
11011 (gdb-reset): Remove dedicated property after debugging.
11012
11013 2004-11-24 Jay Belanger <belanger@truman.edu>
11014
11015 * calc/calc-sel.el: Add comment.
11016
11017 * calc/calc.el (math-stack-value-offset): Replace variables c,
11018 wid and off with math-svo-c, math-svo-wid and math-svo-off.
11019
11020 * calc/calccomp.el (math-comp-sel-tag): Declare it.
11021 (math-svo-c, math-svo-wid, math-svo-off): New variables.
11022 (math-stack-value-offset-fancy): Replace variables c, wid and off
11023 by declared variables.
11024 (math-comp-just, math-comp-comma-spc): New variables.
11025 (math-compose-expr, math-compose-matrix): Replace variables `just'
11026 and comma-spc by declared variable.
11027 (math-comp-vector-prec): New variable.
11028 (math-compose-expr, math-compose-matrix, math-compose-rows):
11029 Replace variable vector-prec by declared variable.
11030 (math-comp-left-bracket, math-comp-right-bracket)
11031 (math-comp-comma): New variables.
11032 (math-compose-expr, math-compose-rows): Replace variables
11033 left-bracket, right-bracket and comma by declared variables.
11034 (math-comp-full-width): New variable.
11035 (math-comp-to-string-flat, math-comp-to-string-flat-term):
11036 Replace variable full-width by declared variable.
11037 (math-comp-highlight, math-comp-word, math-comp-level)
11038 (math-comp-margin, math-comp-pos, math-comp-buf, math-comp-base)
11039 (math-comp-hgt, math-comp-tag, math-comp-hpos, math-comp-vpos):
11040 New variables.
11041 (math-comp-to-string-flat, math-comp-to-string-flat-term)
11042 (math-comp-sel-flat-term): Replace variables comp-highlight,
11043 comp-word, comp-level, comp-margin, comp-pos and comp-buf by
11044 declared variables.
11045 (math-comp-simplify, math-comp-simplify-term)
11046 (math-comp-add-string, math-comp-add-string-sel):
11047 Replace variables comp-highlight, comp-buf, comp-base,
11048 comp-height, comp-tag, comp-hpos and comp-vpos by declared variables.
11049
11050 2004-11-23 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
11051
11052 * cus-start.el (all): Add x-use-old-gtk-file-dialog.
11053
11054 * mail/emacsbug.el (report-emacs-bug): Catch error that x-server-vendor
11055 and x-server-version may throw.
11056
11057 2004-11-23 Kim F. Storm <storm@cua.dk>
11058
11059 * subr.el (substitute-key-definition-key): Optimize.
11060 Don't call indirect-function for nil defn (always signals error).
11061
11062 * ido.el (ido-read-internal): Fix require-match check when
11063 ido-directory-too-big is set.
11064
11065 2004-11-23 Jay Belanger <belanger@truman.edu>
11066
11067 * calc/calc-ext.el (math-read-replacement-list)
11068 (math-read-superscripts): New variables.
11069 (math-read-preprocess-string): New function.
11070 (math-read-expr): Filter input through math-read-preprocess-string.
11071
11072 * calc/calc-aent.el (math-read-exprs): Filter input through
11073 math-read-preprocess-string.
11074
11075 2004-11-23 Daniel Pfeiffer <occitan@esperanto.org>
11076
11077 * progmodes/compile.el (compilation-start): In cd command use
11078 substitute-env-vars -- not quite shell compatible but better than
11079 nothing.
11080 (compilation-error-regexp-alist-alist): Simplify ftnchek to only
11081 handle the newer versions messages, which are more parseable.
11082
11083 2004-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
11084
11085 * reveal.el (reveal-mode-map): New var.
11086 (reveal-mode): Use it.
11087
11088 2004-11-23 Nick Roberts <nickrob@snap.net.nz>
11089
11090 * progmodes/gdb-ui.el (gdb-flush-pending-output): New variable.
11091 (gdb-send-item, gdb-resync, gud-gdba-marker-filter): Use it.
11092
11093 2004-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
11094
11095 * buff-menu.el (list-buffers-noselect): Re-add the leading space in the
11096 header-line when needed.
11097 Use fixed-pitch only in the header-line.
11098 Build the underline automatically. Use emdash if available.
11099
11100 2004-11-22 Richard M. Stallman <rms@gnu.org>
11101
11102 * dired.el (dired-recursive-copies): Move from dired-aux.el.
11103 * dired-aux.el (dired-recursive-copies): Move to dired.el.
11104
11105 2004-11-22 Nick Roberts <nickrob@snap.net.nz>
11106
11107 * progmodes/gdb-ui.el (gdb-resync): New function.
11108 (gdb-pre-prompt, gdb-prompt, gdb-starting, gdb-stopping)
11109 (gdb-frame-begin, gdb-stopped, gdb-post-prompt):
11110 Use it to fail more gracefully.
11111 (gdb-variables): Delete variable.
11112 Re-order variables to reduce byte-compiler warnings.
11113
11114 2004-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
11115
11116 * descr-text.el (describe-char):
11117 * paren.el (show-paren-function):
11118 * subr.el (syntax-after): Undo last change.
11119
11120 * progmodes/python.el (run-python): Don't hard code *Python*.
11121 Don't modify global process-environment.
11122 (python-send-region, python-load-file): Don't assume that
11123 python-buffer == (process-buffer (python-proc)).
11124 (python-switch-to-python): Simplify.
11125
11126 * dired.el (dired-align-file): Don't assume line starts with spaces.
11127
11128 2004-11-21 Jay Belanger <belanger@truman.edu>
11129
11130 * calc/calc-ext.el (math-read-big-expr, math-read-big-bigp):
11131 Replace variable `lines' by math-read-big-lines.
11132 (math-read-big-expr): Replace variables the-baseline, the-h2
11133 and err-msg by math-read-big-baseline, math-read-big-h2 and
11134 math-read-err-msg.
11135 (math-read-big-bigp): Replace variable h2 with math-rb-h2.
11136
11137 * calc/calc-lang.el (math-read-big-rec): Fix typo.
11138 (math-read-big-balance): Replace unbound variable by value.
11139 (math-read-big-lines): New variable.
11140 (math-read-big-rec, math-read-big-char, math-read-big-emptyp)
11141 (math-read-big-error, math-read-big-balance): Replace variable
11142 `lines' by declared variable.
11143 (math-read-big-baseline, math-read-big-h2): New variables.
11144 (math-read-big-rec): Replace variables the-baseline and the-h2
11145 by declared variables.
11146 (math-rb-h1, math-rb-h2, math-rb-v1, math-rb-v2): New variables.
11147 (math-read-big-rec, math-read-big-char, math-read-big-emptyp)
11148 (math-read-big-balance): Replace variables h1, h2, v1 and v2 by
11149 declared variables.
11150 (math-read-big-err-msg): New variable.
11151 (math-read-big-error): Replace variable err-msg by declared variable.
11152
11153 2004-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
11154
11155 * ses.el: Add coding cookie.
11156 Fix up docstrings, follow new commenting conventions.
11157 (ses-header-line-menu): Fix missing variable rename for header-row.
11158 (ses-cell-size): Remove.
11159 (ses-make-cell): New function.
11160 (ses-cell, ses-insert-row, ses-insert-column): Use it.
11161 (ses-calculate-cell): Remove unused var `symbol'.
11162 (ses-narrowed-p): New function.
11163 (ses-goto-data, undo-more, ses-reconstruct-all): Use it.
11164 (ses-initial-file-trailer): Change ;;; to ;; for local vars.
11165 (ses-load, ses-reconstruct-all): Adjust string search accordingly.
11166 (ses-setup): Use restore-buffer-modified-p.
11167 (ses-cleanup): Remove unused var `end'.
11168 (ses-header-string-left-offset): Remove.
11169 (ses-create-header-string): Adjust to new behavior of `align-to'.
11170 Truncate excessively large fields to preserve alignment.
11171 (ses-reconstruct-all): Remove unused var `refs'.
11172 (ses-read-cell-printer): Remove unused var `prompt'.
11173 (ses-delete-row): Remove unused var `pos'.
11174 (ses-delete-column): Remove unused var `new'.
11175
11176 2004-11-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
11177
11178 * ps-print.el: Insert :version tag into all defgroup and defcustom.
11179 Use (featurep 'xemacs) instead of (eq ps-print-emacs-type 'xemacs).
11180 Eliminate eval-and-compile usage.
11181 (ps-insert-file): Use insert-file-contents instead of insert-file.
11182 (ps-setup): Code fix.
11183
11184 * printing.el (pr-setup, lpr-setup): Code fix.
11185
11186 2004-11-21 Jay Belanger <belanger@truman.edu>
11187
11188 * calc/calc-prog.el (math-integral-cache-state, calc-lang)
11189 (calc-original-buffer): Declare them.
11190 (calc-user-formula-alist): New variable.
11191 (calc-user-define-formula, calc-fix-user-formula)
11192 (calc-user-define-composition, calc-finish-formula-edit):
11193 Replace variable `alist' by declared variable.
11194 (var-q0, var-q1, var-q2, var-q3, var-q4, var-q5, var-q6)
11195 (var-q7, var-q7, var-q8, var-q9): Declare them.
11196 (calc-kbd-push): Don't check to see if var-q0 through var-q9
11197 are bound.
11198 (calcFunc-typeof): Replace undeclared variable by expression.
11199 (math-exp-env): New variable.
11200 (math-define-body, math-define-exp): Replace exp-env by declared var.
11201 (math-define-exp): Replace misplaced variable by expression.
11202
11203 * calc/calcalg3.el (calc-curve-nvars, calc-curve-varnames)
11204 (calc-curve-model, calc-curve-coefnames): New variables.
11205 (calc-curve-fit, calc-get-fit-variables): Replace variables nvars,
11206 varnames, model and coefnames by declared variables.
11207 (math-root-widen): New variable.
11208 (math-search-root, math-find-root): Replace variable root-widen by
11209 declared variable.
11210 (var-DUMMY): Declare it.
11211 (math-root-vars, math-min-vars): Move the declarations to earlier in
11212 the file.
11213 (math-brent-min): Make d a local variable.
11214 (math-find-minimum): Replace non-existent variable.
11215 (math-ninteg-romberg): Remove unnecessary variable.
11216 (math-ninteg-temp): New variable.
11217 (math-ninteg-romberg, math-ninteg-midpoint): Replace variable
11218 integ-temp by declared variable.
11219 (math-fit-first-var, math-fit-first-coef, math-fit-new-coefs):
11220 New variables.
11221 (math-general-fit): Replace variables first-var, first-coef and
11222 new-coefs by declared variables.
11223 (calcFunc-fitvar): Replace variable first-var by declared variable.
11224 (calcFunc-fitparam): Replace variable first-coef by declared variable.
11225 (calcFunc-fitdummy): Replace variable new-coefs by declared variable.
11226 (math-all-vars-vars, math-all-vars-found): New variables.
11227 (math-all-vars-in, math-all-vars-rec): Replace variables vars and
11228 found by declared variable math-all-vars-vars.
11229
11230 2004-11-20 Luc Teirlinck <teirllm@auburn.edu>
11231
11232 * emacs-lisp/cust-print.el (custom-printers): Use `defvar' instead
11233 of `defconst'.
11234
11235 2004-11-20 Richard M. Stallman <rms@gnu.org>
11236
11237 * isearch.el (isearch-mode-map): Don't bind SPC.
11238 (isearch-whitespace-chars): Function deleted.
11239 (isearch-search): Bind search-spaces-regexp.
11240 (isearch-lazy-highlight-search): Likewise.
11241 (search-whitespace-regexp): Doc fix.
11242 (isearch-forward-regexp): Doc fix.
11243
11244 * emacs-lisp/bytecomp.el (byte-compile-form):
11245 Move the calls to byte-compile-set-symbol-position,
11246 to avoid having two for the same symbol occurrence.
11247
11248 * comint.el (comint-input-ring-size): Increase to 150.
11249
11250 * hexl.el (hexl-mode-old-hl-line-mode, hexl-mode-old-ruler-mode):
11251 New variables.
11252 (hexl-mode): Set those variables, record ruler-mode and hl-line-mode.
11253 (hexl-mode-exit): Restore status of ruler-mode and hl-line-mode.
11254
11255 * imenu.el (imenu--generic-function):
11256 Ensure we keep moving backward even if BEG isn't further back.
11257
11258 * replace.el (query-replace-read-to, query-replace-read-from):
11259 Specify t for KEEP-ALL in read-from-minibuffer.
11260
11261 * progmodes/python.el (python-switch-to-python):
11262 If Python isn't running, start it.
11263 Don't alter debug-ignored-errors.
11264
11265 * progmodes/cperl-mode.el (cperl-indent-region):
11266 Don't mind imenu-scanning-message.
11267
11268 * bindings.el (global-map): Bind C-e to move-end-of-line.
11269
11270 * simple.el (line-move-finish): New arg FORWARD.
11271 Ignore invisible newlines, not intangible ones.
11272 Conditions for acceptable stopping positions depend on FORWARD.
11273 (line-move): Pass FORWARD arg to line-move-finish.
11274
11275 * buff-menu.el (list-buffers-noselect): Eliminate space at the start
11276 of HEADER. Compensate for this change in the code to add display
11277 properties. Don't make the first line intangible.
11278
11279 * info.el (Info-search): Fix previous change.
11280
11281 2004-11-20 Thien-Thi Nguyen <ttn@gnu.org>
11282
11283 * Makefile.in (recompile): Revert 2004-11-19 change.
11284 (compile): Likewise.
11285
11286 2004-11-19 Luc Teirlinck <teirllm@auburn.edu>
11287
11288 * Makefile.in (compile): Set `max-specpdl-size' before compiling.
11289
11290 2004-11-19 Vinicius Jose Latorre <viniciusjl@ig.com.br>
11291
11292 * progmodes/ebnf2ps.el: Fix typos. Insert :version tag into all
11293 defgroup and defcustom. Eliminate eval-and-compile usage.
11294
11295 * progmodes/ebnf-otz.el: Fix typos.
11296
11297 2004-11-19 Jay Belanger <belanger@truman.edu>
11298
11299 * calc/calc-yank.el (calc-edit-disp-trail): New variable.
11300 (calc-edit-finish, calc-finish-stack-edit): Replace variable
11301 disp-trail by declared variable.
11302
11303 * calc/calc-sel.el (calc-edit-disp-trail): Declare it.
11304 (calc-finish-selection-edit): Replace variable disp-trail by
11305 declared variable.
11306 (calc-selection-cache-entry): Move declaration to earlier in the file.
11307 (calc-selection-cache-num, calc-selection-cache-comp)
11308 (calc-selection-cache-offset, calc-selection-true-num)
11309 (calc-final-point-line, calc-final-point-column)
11310 (calc-original-buffer): Declare them.
11311 (calc-fnp-op, calc-fnp-num): New variables.
11312 (calc-find-nth-part, calc-find-nth-part-rec)
11313 (calc-select-previous): Replace op and num by declared variables.
11314 (calc-rsf-old, calc-rsf-new): New variables.
11315 (calc-replace-sub-formula, calc-replace-sub-formula-rec):
11316 Replace variables old and new by declared variables.
11317 (calc-sel-reselect): New variable.
11318 (calc-auto-selection, calc-enter-selection, calc-edit-selection)
11319 (calc-sel-evaluate, calc-sel-expand-formula, calc-sel-expand-formula)
11320 (calc-sel-mult-both-sides, calc-sel-add-both-sides): Replace variable
11321 reselect with declared variable.
11322
11323 * calc/calc-rewr.el (math-regs, math-num-regs, math-prog-last)
11324 (math-bound-vars, math-conds, math-copy-neg, math-rhs)
11325 (math-pattern, math-remembering, math-aliased-vars, math-mt-many)
11326 (math-import-list, math-rewrite-phase): Declare them.
11327 (math-rewrite): Use let* to declare variables.
11328 (calc-rewrite-selection): Make rules a local variable.
11329 (calc-rewr-sel): New variable.
11330 (calc-rewrite-selection, calc-locate-selection-marker)
11331 (calc-rewrite): Use the declared variable calc-rewr-sel instead
11332 of sel.
11333 (math-rewrite-whole-expr): New variable.
11334 (math-rewrite, math-rewrite-phase): Replace variable expr by
11335 declared variable.
11336 (math-rewrite-heads-heads, math-rewrite-heads-skips)
11337 (math-rewrite-heads-blanks ): New variables.
11338 (math-rewrite-heads, math-rewrite-heads-rec): Replace variables
11339 heads, skips and blanks by declared variables.
11340 (math-rwcomp-subst-old, math-rwcomp-subst-new)
11341 (math-rwcomp-subst-old-func, math-rwcomp-subst-new-func):
11342 New variables.
11343 (math-rwcomp-substitute, math-rwcomp-subst-rec): Replace variables
11344 old, new, old-func and new-func by declared variables.
11345 (math-rwcomp-assoc-args, math-rwcomp-addsub-args):
11346 Remove unnecessary variable.
11347 (math-apply-rw-regs): New variable.
11348 (math-apply-rewrites, math-rwapply-replace-regs)
11349 (math-rwapply-reg-looks-negp): Replace variable regs by declared var.
11350 (math-apply-rw-ruleset): New variable.
11351 (math-apply-rewrites, math-rwapply-remember): Replace variable
11352 ruleset by declared variable.
11353
11354 2004-11-19 Richard M. Stallman <rms@gnu.org>
11355
11356 * info.el (Info-search): Use search-whitespace-regexp.
11357
11358 2004-11-19 Thien-Thi Nguyen <ttn@gnu.org>
11359
11360 * vc-rcs.el (vc-rcs-parse): New function.
11361 (vc-rcs-annotate-command): Likewise.
11362 (vc-rcs-annotate-current-time): Likewise.
11363 (vc-rcs-annotate-time): Likewise.
11364 (vc-rcs-annotate-extract-revision-at-line): Likewise.
11365
11366 2004-11-19 Thien-Thi Nguyen <ttn@gnu.org>
11367
11368 * Makefile.in (recompile): Set `max-specpdl-size' before compiling.
11369
11370 2004-11-18 Jay Belanger <belanger@truman.edu>
11371
11372 * calc/calc-alg.el (math-simplify-divisor): Remove unnecessary vars.
11373
11374 2004-11-17 Vinicius Jose Latorre <viniciusjl@ig.com.br>
11375
11376 * printing.el: Eliminate use of interactive-p and eval-and-compile.
11377 Use of (featurep 'xemacs) instead of (eq ps-print-emacs-type 'xemacs).
11378 Use make-temp-file to generate PostScript files in any situation.
11379 (pr-ps-temp-file): Now specify a prefix to generate temporary files.
11380 (pr-interactive-p): Eliminate var.
11381 (pr-save-interactive): Eliminate macro.
11382 (pr-interface, pr-ps-directory-preview)
11383 (pr-ps-directory-using-ghostscript, pr-ps-directory-print)
11384 (pr-ps-directory-ps-print, pr-ps-buffer-preview)
11385 (pr-ps-buffer-using-ghostscript, pr-ps-buffer-print)
11386 (pr-ps-buffer-ps-print, pr-ps-region-preview)
11387 (pr-ps-region-using-ghostscript, pr-ps-region-print)
11388 (pr-ps-region-ps-print, pr-ps-mode-preview)
11389 (pr-ps-mode-using-ghostscript, pr-ps-mode-print, pr-ps-mode-ps-print)
11390 (pr-printify-directory, pr-txt-directory, pr-despool-preview)
11391 (pr-despool-using-ghostscript, pr-despool-print, pr-despool-ps-print)
11392 (pr-ps-file-up-preview, pr-ps-file-using-ghostscript)
11393 (pr-ps-file-up-ps-print, pr-toggle-file-duplex, pr-toggle-file-tumble)
11394 (pr-toggle-file-landscape, pr-toggle-ghostscript, pr-toggle-faces)
11395 (pr-toggle-spool, pr-toggle-duplex, pr-toggle-tumble)
11396 (pr-toggle-landscape, pr-toggle-upside-down, pr-toggle-line)
11397 (pr-toggle-zebra, pr-toggle-header, pr-toggle-header-frame)
11398 (pr-toggle-lock, pr-toggle-region, pr-toggle-mode, pr-ps-name)
11399 (pr-txt-name, pr-ps-utility, pr-ps-fast-fire, pr-txt-fast-fire)
11400 (pr-update-menus, pr-interface-ps-prin, pr-interface-preview):
11401 Eliminate pr-save-interactive usage.
11402 (pr-menu-lock, pr-ps-utility-args, pr-set-outfilename):
11403 Eliminate pr-interactive-p usage.
11404 (pr-toggle-file-duplex-menu, pr-toggle-file-tumble-menu)
11405 (pr-toggle-file-landscape-menu, pr-toggle-ghostscript-menu)
11406 (pr-toggle-faces-menu, pr-toggle-spool-menu, pr-toggle-duplex-menu)
11407 (pr-toggle-tumble-menu, pr-toggle-landscape-menu)
11408 (pr-toggle-upside-down-menu, pr-toggle-line-menu, pr-toggle-zebra-menu)
11409 (pr-toggle-header-menu, pr-toggle-header-frame-menu)
11410 (pr-toggle-lock-menu, pr-toggle-region-menu, pr-toggle-mode-menu):
11411 New funs.
11412 (pr-ps-file): Use make-temp-file to generate a temporary file.
11413
11414 2004-11-17 Jay Belanger <belanger@truman.edu>
11415
11416 * calc/calc-alg.el (calc-poly-div): Make calc-poly-div-remainder
11417 a local variable.
11418 (math-eval-rules-cache, math-eval-rules-cache-other): Declare them.
11419 (math-top-only): New variable.
11420 (math-simplify, math-simplify-step): Replace variable top-only by
11421 declared variable math-top-only.
11422 (math-simplify-expr): Declare it.
11423 Replace argument expr in all calls of math-defsimplify by
11424 math-simplify-expr.
11425 (math-simplify-plus, math-simplify-times, math-simplify-divide)
11426 (math-simplify-divisor, math-simplify-one-divisor)
11427 (math-simplify-mod, math-simplify-ineq, math-simplify-sqrt)
11428 (math-simplify-pow): Replace variable expr by declared variable
11429 math-simplify-expr.
11430 (math-simplify-divisor): Remove local variables temp and op.
11431 (math-simplify-one-divisor): Make temp and op local variables.
11432 (math-simplify-divisor-nover, math-simplify-divisor-dover):
11433 New variables.
11434 (math-simplify-divisor, math-simplify-one-divisor):
11435 Replace variables nover and dover by declared variables.
11436 (math-expr-subst-new, math-expr-subst-old): New variables.
11437 (math-expr-subst, math-expr-subst-rec): Replace variables new
11438 and old by declared variables.
11439 (math-is-poly-degree, math-is-poly-loose): New variables.
11440 (math-is-polynomial, math-is-poly-rec): Replace variables degree
11441 and loose by declared variables.
11442 (math-poly-base-const-ok, math-poly-base-pred): New variables.
11443 (math-polynomial-base, math-polynomial-base-rec):
11444 Replace variables const-ok and mpb-pred by declared variables.
11445
11446 * calc/calc-poly.el (calc-poly-div-remainder): Declare it.
11447
11448 * calc/calc-ext.el (math-defsimplify): Change the argument in
11449 the created function to math-simplify-expr.
11450
11451 * calc/calc-units.el (math-simplify-expr): Declare it.
11452 Replace argument expr in all calls of math-defsimplify by
11453 math-simplify-expr.
11454 (math-simplify-units-prod): Replace variable expr by declared
11455 variable math-simplify-expr.
11456
11457 2004-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
11458
11459 * buff-menu.el (list-buffers-noselect): Massage to fit in 80 columns.
11460 Replace mapcar->dolist, format->string.
11461
11462 2004-11-17 Miles Bader <miles@gnu.org>
11463
11464 * progmodes/idlw-shell.el, progmodes/idlw-toolbar.el
11465 * progmodes/idlwave.el: Remove RCS keywords.
11466
11467 2004-11-17 J.D. Smith <jdsmith@as.arizona.edu>
11468
11469 * progmodes/idlwave.el, progmodes/idlw-toolbar.el
11470 * progmodes/idlw-shell.el, progmodes/idlw-rinfo.el:
11471 Update to IDLWAVE version 5.5. Too many changes to list them here.
11472 * progmodes/idlw-help.el: New file.
11473
11474 2004-11-16 Richard M. Stallman <rms@gnu.org>
11475
11476 * international/iso-cvt.el (iso-tex2iso-trans-tab):
11477 Discard spaces after \i according to TeX rules.
11478
11479 * international/mule.el (set-buffer-file-coding-system):
11480 New arg NOMODIFY.
11481 (after-insert-file-set-coding): Pass that new arg.
11482 Prevent set-buffer-multibyte from trying to lock the file.
11483
11484 * buff-menu.el (list-buffers-noselect): New arg BUFFER-LIST.
11485
11486 * saveplace.el (save-place): Doc fix.
11487
11488 * dabbrev.el (dabbrev-expand): When handling SPC M-/,
11489 temporarily widen before finding the following word to copy.
11490
11491 * emacs-lisp/lucid.el (map-keymap): Definition deleted.
11492 (cl-map-keymap): Definition deleted.
11493
11494 * subr.el (map-keymap-internal): New function.
11495
11496 2004-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
11497
11498 * textmodes/flyspell.el (flyspell-mouse-map): Pop the menu
11499 when pressing rather than when releasing mouse-2. Simplify.
11500
11501 2004-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
11502
11503 * progmodes/compile.el (compilation-setup): Don't set buffer-read-only.
11504 (compilation-mode): Set it here instead.
11505
11506 * emacs-lisp/cl-compat.el (pair-with-newsyms): Use make-symbol.
11507
11508 * emacs-lisp/cl-macs.el: Use make-symbol rather than gensym.
11509 (loop, cl-parse-loop-clause, defsetf): Use backquote.
11510
11511 2004-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
11512
11513 * progmodes/compile.el (compilation-internal-error-properties):
11514 Fix up a transposition-typo. Check end-col before using it.
11515
11516 2004-11-14 Frederic Han <han@math.jussieu.fr> (tiny change)
11517
11518 * international/iso-cvt.el (iso-tex2iso-trans-tab):
11519 Discard whitespace after macro \i when converting it.
11520
11521 2004-11-16 Juri Linkov <juri@jurta.org>
11522
11523 * emacs-lisp/find-func.el (find-function-regexp):
11524 Optimize `define-minor-mode'. Add `defun-cvs-mode'.
11525 Add `deffoo'. Add `f' to [^cgv] to exclude `defface'.
11526 Remove invalid `\W' from [^cgv\W]. Doc fix.
11527 (find-function-search-for-symbol): Replace "\\>" with "\\_>".
11528
11529 2004-11-15 Luc Teirlinck <teirllm@auburn.edu>
11530
11531 * play/life.el: Maintainer is now FSF.
11532 (life-patterns, life-neighbor-deltas, life-window-start)
11533 (life-current-generation, life-generation-string): Use defvar
11534 instead of defconst.
11535
11536 2004-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
11537
11538 * progmodes/compile.el (compilation-move-to-column): New fun.
11539 (compilation-internal-error-properties)
11540 (compilation-next-error-function): Use it to make sure we don't go past
11541 the end of line.
11542
11543 2004-11-15 John Paul Wallington <jpw@gnu.org>
11544
11545 * autoinsert.el (auto-insert-alist): Insert the user's name in
11546 copyright notice, rather than Free Software Foundation, for the
11547 Emacs Lisp header case too.
11548
11549 2004-11-15 Vinicius Jose Latorre <viniciusjl@ig.com.br>
11550
11551 * printing.el (pr-ps-file-print, pr-toggle-duplex): Fix typos.
11552 Reported by Glenn Morris <gmorris+emacs@ast.cam.ac.uk>.
11553 (pr-switches-string): If SWITCHES is nil, return nil. Otherwise,
11554 return the list of string in a string.
11555 (pr-call-process): Message if calling process returns an error, that
11556 is, the exit status is different of zero.
11557
11558 2004-11-15 Jay Belanger <belanger@truman.edu>
11559
11560 * calc/calcalg2.el (math-integrate-by-parts): Remove unused
11561 variable var-thing.
11562 (math-integ-depth, math-integ-level, math-integral-limit)
11563 (math-enable-subst, math-any-substs, math-integ-msg)
11564 (math-prev-parts-v, math-good-parts, math-max-integral-limit)
11565 (math-int-threshold, math-int-factors, math-double-roots)
11566 (math-solve-simplifying, var-IntegLimit, math-solve-sign)
11567 (var-GenCount): Declare these variables.
11568 (calcFunc-integ): Don't check if var-IntegLimit is bound.
11569 (math-integral-cache, math-integral-cache-state):
11570 Move declarations to earlier in the file.
11571 (math-deriv-var, math-deriv-total, math-deriv-symb)
11572 (math-cur-record, math-has-rules, math-t1, math-t2, math-t3)
11573 (math-so-far, math-integ-expr, math-expr-parts, calc-low)
11574 (calc-high, math-solve-var, math-solve-full, math-solve-vars)
11575 (math-try-solve-sign, math-solve-b, math-solve-system-vv)
11576 (math-solve-res): New variables
11577 (math-derivative, calcFunc-deriv, calcFunc-tderiv)
11578 (math-integral, math-replace-integral-parts)
11579 (math-integrate-by-parts, calc-dump-integral-cache)
11580 (math-try-integral, math-do-integral, math-do-integral)
11581 (math-do-integral-methods, math-try-solve-for)
11582 (math-try-solve-prod, math-solve-poly-funny-powers)
11583 (math-solve-crunch-poly, math-decompose-poly)
11584 (math-solve-find-root-term, math-find-root-in-prod)
11585 (math-integ-try-linear-substitutions)
11586 (math-integ-try-substitutions, math-expr-rational-in)
11587 (math-expr-rational-in-rec, calcFunc-table, math-scan-for-limits)
11588 (math-solve-prod, math-solve-quartic, math-poly-all-roots)
11589 (math-solve-for, math-solve-system, math-solve-system-rec)
11590 (math-solve-get-sign, math-solve-get-int)
11591 (math-solve-system-subst): Replace undeclared variables with newly
11592 declared variables.
11593
11594 2004-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
11595
11596 * winner.el (winner-active-region, winner-edges, winner-window-list):
11597 Define at toplevel.
11598 (winner-mode-map): Move init inside declaration.
11599
11600 2004-11-14 Luc Teirlinck <teirllm@auburn.edu>
11601
11602 * files.el (convert-standard-filename): Doc fix.
11603
11604 2004-11-14 Daniel Pfeiffer <occitan@esperanto.org>
11605
11606 * files.el (auto-mode-alist): Handle .gtkrc, and under /etc
11607 passwd, group, shadow, default/* and pam.d/*.
11608
11609 2004-11-14 Vinicius Jose Latorre <viniciusjl@ig.com.br>
11610
11611 * printing.el (pr-menu-spec): Adjust menu specification.
11612
11613 2004-11-13 Vinicius Jose Latorre <viniciusjl@ig.com.br>
11614
11615 * printing.el: Doc fix. Insert :version tag into all defcustom.
11616 Handle interactive-p as is recommended in Emacs Lisp Reference.
11617 Set the file permission bits for newly created files.
11618 Reported by Glenn Morris <gmorris+emacs@ast.cam.ac.uk>.
11619 The printing menu specification (in `pr-menu-spec') was merged.
11620 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
11621 (pr-version): New version number (6.8.3).
11622 (pr-file-modes): New option.
11623 (pr-interactive-p): New var.
11624 (pr-save-interactive, pr-save-file-modes): New macros.
11625 (pr-setup): Code fix.
11626 (pr-menu-spec): Menu specification merged.
11627 (pr-call-process, pr-text2ps): Set file permission bits.
11628 (pr-despool-print): Set file permission bits. Handle interactive-p as
11629 is recommended.
11630 (pr-interface, pr-ps-directory-preview)
11631 (pr-ps-directory-using-ghostscript, pr-ps-directory-print)
11632 (pr-ps-directory-ps-print, pr-ps-buffer-preview)
11633 (pr-ps-buffer-using-ghostscript, pr-ps-buffer-print)
11634 (pr-ps-buffer-ps-print, pr-ps-region-preview)
11635 (pr-ps-region-using-ghostscript, pr-ps-region-print)
11636 (pr-ps-region-ps-print, pr-ps-mode-preview)
11637 (pr-ps-mode-using-ghostscript, pr-ps-mode-print, pr-ps-mode-ps-print)
11638 (pr-printify-directory, pr-txt-directory, pr-despool-preview)
11639 (pr-despool-using-ghostscript, pr-despool-ps-print)
11640 (pr-ps-file-up-preview, pr-ps-file-using-ghostscript)
11641 (pr-ps-file-up-ps-print, pr-toggle-file-duplex, pr-toggle-file-tumble)
11642 (pr-toggle-file-landscape, pr-toggle-ghostscript, pr-toggle-faces)
11643 (pr-toggle-spool, pr-toggle-duplex, pr-toggle-tumble)
11644 (pr-toggle-landscape, pr-toggle-upside-down, pr-toggle-line)
11645 (pr-toggle-zebra, pr-toggle-header, pr-toggle-header-frame)
11646 (pr-toggle-lock, pr-toggle-region, pr-toggle-mode, pr-ps-name)
11647 (pr-txt-name, pr-ps-utility, pr-ps-fast-fire, pr-txt-fast-fire)
11648 (pr-menu-lock, pr-update-menus, pr-ps-utility-args)
11649 (pr-set-outfilename, pr-interface-ps-print, pr-interface-preview):
11650 Handle interactive-p as is recommended.
11651
11652 2004-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
11653
11654 * emacs-lisp/byte-opt.el (byte-optimize-inline-handler): Simplify.
11655 (byte-decompile-bytecode-1): Remove unused vars `tag' and `retcount'.
11656
11657 * font-lock.el (font-lock-fontify-syntactically-region): Fix last fix
11658 so it doesn't forget to highlight the beginning of the region either.
11659
11660 2004-11-13 Daniel Pfeiffer <occitan@esperanto.org>
11661
11662 * progmodes/cc-mode.el (c-basic-common-initc-font-lock-init)
11663 (c-font-lock-init): Eliminate obsolete make-local-hook.
11664 (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
11665 (awk-mode): Use run-mode-hooks.
11666
11667 * progmodes/cperl-mode.el (cperl-mode): Use run-mode-hooks.
11668
11669 2004-11-13 Kim F. Storm <storm@cua.dk>
11670
11671 * mouse.el (mouse-drag-copy-region): Add :version.
11672 (mouse-drag-mode-line-1): Let bind mouse-autoselect-window to nil
11673 while dragging mode line, so mode line can be dragged downwards.
11674 (mouse-drag-region-1): Let bind make-cursor-line-fully-visible
11675 while pressing mouse button so window doesn't scroll until we
11676 release the mouse if clicking on partially visible line.
11677
11678 2004-11-12 Jay Belanger <belanger@truman.edu>
11679
11680 * calc/calc-graph.el (calc-dumb-map): Declare it.
11681 (calc-graph-show-dumb): Check if calc-dumb-map is non-nil rather
11682 than unbound.
11683 (calc-graph-name): Made `end' a local variable.
11684 (calc-graph-lookup): Made `varname' a local variable.
11685 (var-DUMMY, var-DUMMY2, var-PlotRejects, calc-gnuplot-trail-mark):
11686 Declare them.
11687 (calc-graph-format-data): Don't check if var-PlotRejects is bound.
11688 (calc-graph-plot, calc-graph-compute-3d): Remove references to
11689 the unused variable y3vec.
11690 (calc-graph-show-dumb): Remove reference to unused variable found-pt.
11691 (calc-graph-kill-hook, calc-graph-plot): Remove reference to
11692 calc-graph-prev-kill-hook.
11693 (calc-graph-yvalue, calc-graph-yvec, calc-graph-numsteps)
11694 (calc-graph-numsteps3, calc-graph-xvalue, calc-graph-xvec)
11695 (calc-graph-xname, calc-graph-yname, calc-graph-xstep)
11696 (calc-graph-ycache, calc-graph-ycacheptr, calc-graph-refine)
11697 (calc-graph-keep-file, calc-graph-xval, calc-graph-xlow)
11698 (calc-graph-xhigh, calc-graph-yval, calc-graph-yp, calc-graph-xp)
11699 (calc-graph-zp, calc-graph-yvector, calc-graph-resolution)
11700 (calc-graph-y3value, calc-graph-y3name)
11701 (calc-graph-y3step, calc-graph-y3step, calc-graph-zval)
11702 (calc-graph-stepcount, calc-graph-is-splot)
11703 (calc-graph-surprise-splot, calc-graph-blank)
11704 (calc-graph-non-blank, calc-graph-curve-num): New variables.
11705 (calc-graph-plot, calc-graph-compute-2d, calc-graph-refine-2d)
11706 (calc-graph-recompute-2d, calc-graph-compute-3d)
11707 (calc-graph-format-data): Replace undeclared variables with the
11708 above newly declared variables.
11709
11710 2004-11-12 Diane Murray <dsm@muenster.de> (tiny change)
11711
11712 * mail/rmail.el (rmail-get-new-mail): Use the renamed variables
11713 `rsf-beep' and `rsf-sleep-after-message'.
11714
11715 * mail/rmail-spam-filter.el (rmail-spam-filter): Only check white
11716 list if `message-sender' is non-nil.
11717
11718 2004-11-12 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
11719
11720 * desktop.el (desktop-create-buffer, desktop-save): Avoid some
11721 consing by using mapc instead of mapcar.
11722
11723 2004-11-12 Nick Roberts <nickrob@snap.net.nz>
11724
11725 * tooltip.el (require): Explain why CL is needed.
11726
11727 2004-11-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
11728
11729 * printing.el: Insert :version into defgroup (printing). All reference
11730 to Files option in menubar were changed to File.
11731 (pr-version): New version number (6.8.2).
11732 (pr-get-symbol): Call easy-menu-intern.
11733 (pr-region-active-p): Now is a fun (it was defsubst). To avoid
11734 compilation gripes.
11735
11736 2004-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
11737
11738 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Understand the
11739 new byte-compile-function-environment binding to t.
11740
11741 * font-lock.el (font-lock-fontify-syntactically-region):
11742 Don't forget to highlight the last char when we hit `end'.
11743
11744 * mwheel.el (mouse-wheel-progressive-speed): Fix typo in name.
11745 (mwheel-scroll): Adjust accordingly.
11746
11747 * cvs-status.el: Reduce spurious warnings.
11748 (cvs-status-checkout): Remove.
11749 (cvs-status-mode-map): Use cvs-mode-checkout instead.
11750
11751 * pcvs.el (cvs-mode-checkout): New command.
11752
11753 * international/iso-cvt.el (iso-cvt-define-menu): Fix typo.
11754
11755 * tooltip.el: Require CL.
11756
11757 * emacs-lisp/bytecomp.el: Use push.
11758 (byte-compile-file-form-defalias): Rename from byte-compile-defalias.
11759 (defalias): Remove the `byte-compile' property and add
11760 a `byte-hunk-handler'.
11761
11762 2004-11-11 Juri Linkov <juri@jurta.org>
11763
11764 * info.el (Info-search): Save match data for isearch.
11765 Skip Tag Table node.
11766
11767 * descr-text.el (describe-char): Replace syntax-after with code
11768 from its previous version.
11769
11770 * files.el (magic-mode-alist): Use optimization for SGML mode too.
11771 (set-auto-mode): Doc fix. Remove unused variable `xml'.
11772
11773 * international/mule.el (sgml-html-meta-auto-coding-function):
11774 Remove > after <html to allow HTML attributes.
11775
11776 2004-11-11 Jay Belanger <belanger@truman.edu>
11777
11778 * calc/calc-comb.el (math-prime-factors-finished): Declare it as
11779 a variable.
11780 (calcFunc-dfac): Replace unbound max by n.
11781 (math-stirling-local-cache): New variable.
11782 (math-stirling-number, math-stirling-1, math-stirling-2):
11783 Replace the variable `cache' by the declared variable
11784 math-stirling-local-cache.
11785 (var-RandSeed): Declare it as a variable.
11786 (math-init-random-base, math-random-digit): Don't check to see if
11787 var-RandSeed is bound.
11788 (math-random-cache, math-gaussian-cache, calc-verbose-nextprime):
11789 Declare them instead of just setting them.
11790 (math-init-random-base): Made i a local variable.
11791 (math-random-digit): Made math-random-last a local variable.
11792 (math-prime-test-cache): Move declaration to before it is used.
11793 (math-prime-test-cache-k, math-prime-test-cache-q)
11794 (math-prime-test-cache-nm1, math-prime-factors-finished):
11795 Declare them as variables.
11796
11797 2004-11-11 Jay Belanger <belanger@truman.edu>
11798
11799 * calc/calc-ext.el (math-defcache): Use defvar for the new
11800 variables it creates.
11801
11802 2004-11-11 Lars Hansen <larsh@math.ku.dk>
11803
11804 * desktop.el (desktop-buffer-mode-handlers, desktop-after-read-hook)
11805 (desktop-clear-preserve-buffers-regexp, desktop-file-name-format)
11806 (desktop-globals-to-clear, desktop-no-desktop-file-hook, desktop-path)
11807 (desktop-save): Add :version.
11808
11809 2004-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
11810
11811 * printing.el (pr-get-symbol): Don't downcase.
11812
11813 2004-11-10 Jay Belanger <belanger@truman.edu>
11814
11815 * calc/calc-aent.el (calc-do-quick-calc): Use kill-new to append
11816 string to kill-ring.
11817
11818 * calc/calc-aent.el (calc-alg-exp, math-toks)
11819 (math-exp-pos,math-exp-old-pos, math-exp-token)
11820 (math-exp-keep-spaces, math-exp-str): New variables.
11821 (calc-do-alg-entry, calcAlg-equals, calcAlg-edit)
11822 (calcAlg-enter): Use declared variable calc-alg-exp.
11823 (math-build-parse-table, math-find-user-token): Use declared
11824 variable math-toks.
11825 (math-read-exprs, math-read-token, calc-check-user-syntax)
11826 (calc-match-user-syntax, match-factor-after, math-read-factor):
11827 Use declared variables math-exp-pos math-exp-old-pos.
11828 (math-read-exprs, math-read-token, math-read-expr-level)
11829 (calc-check-user-syntax, calc-match-user-syntax)
11830 (match-factor-after, math-read-factor): Use declared variable
11831 math-exp-token.
11832 (math-read-exprs, math-read-expr-list, math-read-token)
11833 (math-read-factor): Use declared variable math-exp-keep-spaces.
11834 (math-read-exprs, math-read-token): Use declared variable
11835 math-exp-str.
11836 (calc-match-user-syntax): Make m a local variable.
11837
11838 * calc/calc-ext.el (math-read-expr): Use declared variables
11839 math-exp-pos, math-exp-old-pos, math-exp-str, math-exp-token,
11840 math-exp-keep-spaces.
11841
11842 * calc/calc-forms.el (math-read-angle-bracket): Use declared
11843 variables math-exp-pos, math-exp-str.
11844
11845 * calc/calc-lang.el (math-parse-tex-sum): Use declared variable
11846 math-exp-old-pos.
11847 (math-parse-fortran-vector, math-parse-fortran-vector-end)
11848 (math-parse-eqn-prime): Use declared variable math-exp-token.
11849
11850 * calc/calc-vec.el (math-read-brackets, math-check-for-commas):
11851 Use declared variable math-exp-pos.
11852 (math-check-for-commas): Use declared variable math-exp-str.
11853 (math-read-brackets): Use declared variables math-exp-old-pos,
11854 math-exp-keep-spaces.
11855 (math-read-brackets, math-read-vector, math-read-matrix):
11856 Use declared variable math-exp-token.
11857
11858 2004-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
11859
11860 * emacs-lisp/easymenu.el (easy-menu-define-key): Understand the case
11861 where the keymap is a symbol.
11862 (easy-menu-add-item): Use keymap-prompt. Simplify.
11863
11864 * files.el (magic-mode-alist): Reduce backtracking in the HTML regexp.
11865
11866 * textmodes/sgml-mode.el (sgml-tag-text-p): New fun.
11867 (sgml-parse-tag-backward): Use it to skip spurious < or >.
11868
11869 2004-11-10 Thien-Thi Nguyen <ttn@gnu.org>
11870
11871 * ebuff-menu.el: Doc fixes throughout.
11872 (electric-buffer-menu-mode-hook): New defvar.
11873
11874 2004-11-10 Nick Roberts <nickrob@snap.net.nz>
11875
11876 * tooltip.el: Don't require cl, comint, gud, gdb-ui for compilation.
11877 The resulting compiler warnings appear to be harmless.
11878
11879 2004-11-10 Daniel Pfeiffer <occitan@esperanto.org>
11880
11881 * textmodes/conf-mode.el: New file.
11882
11883 * files.el (auto-mode-alist, magic-mode-alist): Use it.
11884
11885 2004-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
11886
11887 * international/iso-cvt.el (iso-cvt-define-menu): Clean up namespace.
11888
11889 2004-11-09 Jay Belanger <belanger@truman.edu>
11890
11891 * calc/calc-ext.el (calc-init-extensions): Remove old code.
11892
11893 * calc/calc-ext.el (math-expr-data, math-mt-many, math-mt-func)
11894 (calc-z-prefix-buf, calc-z-prefix-msgs): New variables.
11895 (calc-z-prefix-help, calc-user-function-list): Use declared
11896 variables calc-z-prefix-buf, calc-z-prefix-msgs.
11897 (math-map-tree, math-map-tree-rec): Use declared variables
11898 math-mt-many, math-mt-func.
11899 (math-read-expression, math-read-string): Use declared variable
11900 math-expr-data.
11901
11902 * calc/calc-ext.el (math-normalize-nonstandard): Use declared
11903 variable math-normalize-a.
11904
11905 * calc/calc.el (math-normalize-a): New variable.
11906 (math-normalize): Use declared variable math-normalize-a.
11907
11908 * calc/calc-poly.el (math-expand-form): Use declared variable
11909 math-mt-many.
11910
11911 * calc/calc-rewr.el (math-rewrite, math-rewrite-phase):
11912 Use declared variable math-mt-many.
11913 (math-rewrite): Use declared variable math-mt-func.
11914
11915 * calc/calc-vec.el (math-read-brackets, math-read-vector)
11916 (math-read-matrix): Use declared variable math-expr-data.
11917
11918 * calc/calc-lang.el (math-parse-fortran-vector)
11919 (math-parse-fortran-vector-end, math-parse-tex-sum)
11920 (math-parse-eqn-matrix, math-parse-eqn-prime)
11921 (math-read-math-subscr): Use declared variable math-expr-data.
11922
11923 * calc/calc-aent.el (math-read-exprs, math-read-expr-list)
11924 (math-read-expr-level, math-read-token, calc-check-user-syntax)
11925 (calc-match-user-syntax, math-read-if, math-factor-after)
11926 (math-read-factor): Use declared variable math-expr-data.
11927
11928 2004-11-09 Glenn Morris <gmorris@ast.cam.ac.uk>
11929
11930 * calendar/diary-lib.el (diary-from-outlook)
11931 (diary-from-outlook-gnus, diary-from-outlook-rmail): Do not use
11932 interactive-p; but rather new optional argument NOCONFIRM.
11933
11934 2004-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
11935
11936 * emacs-lisp/easymenu.el (easy-menu-intern): Revert to no-downcasing.
11937 (easy-menu-name-match): Revert correspondingly.
11938
11939 2004-11-09 Richard M. Stallman <rms@gnu.org>
11940
11941 * emacs-lisp/bytecomp.el (byte-compile-defalias):
11942 Turn off warnings for the new function even if definition not constant.
11943 If the definition isn't a quoted symbol, record (FUNCTION . t).
11944 (byte-compile-function-environment): Now allow (FUNCTION . t) as elt.
11945 (byte-compile-callargs-warn): Handle (FUNCTION . t).
11946 (display-call-tree, byte-compile-arglist-warn):
11947 Handle t returned by byte-compile-fdefinition.
11948
11949 2004-11-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
11950
11951 * Makefile.in (maintainer-clean): Depend on distclean.
11952
11953 * help-fns.el (help-C-file-name): File name must be in build-files
11954 to be returned.
11955
11956 2004-11-09 Jay Belanger <belanger@truman.edu>
11957
11958 * calc/calc.el (calc-mode-hook, calc-trail-mode-hook)
11959 (calc-start-hook, calc-end-hook, calc-load-hook): New variables.
11960
11961 * calc/calc.el (calc, calc-trail-display, calc-mode):
11962 Remove obsolete sections.
11963
11964 * calc/calc.el (calc-x-paste-text): Remove.
11965
11966 * calc/calc-ext.el (calc-init-extensions): Bind calc-yank to
11967 mouse-2.
11968
11969 2004-11-09 Nick Roberts <nickrob@snap.net.nz>
11970
11971 * progmodes/gdb-ui.el (gdb-current-stack-level): New variable.
11972 (gdb-info-frames-custom, gdb-frame-handler): Use it to find
11973 current frame (in case of recursive calls).
11974 (gdb-show-changed-values): Add :version keyword.
11975
11976 2004-11-09 Kenichi Handa <handa@m17n.org>
11977
11978 * international/mule-cmds.el: Change coding: tag back to
11979 iso-2022-7bit.
11980
11981 2004-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
11982
11983 * international/mule-cmds.el: Change coding-system to utf-8.
11984 (select-safe-coding-system-interactively):
11985 New function extracted from select-safe-coding-system.
11986 (select-safe-coding-system): Use it.
11987
11988 2004-11-08 Richard M. Stallman <rms@gnu.org>
11989
11990 * subr.el (syntax-after): Doc fix.
11991
11992 * paren.el (show-paren-function): Change calls to syntax-after
11993 for new way of returning the value.
11994
11995 * menu-bar.el (menu-bar-file-menu): Make this the real name
11996 and menu-bar-files-menu the alias. Use the former.
11997 (global-map): Use `file', not `files', as the symbol.
11998
11999 * info.el (Info-revert-find-node): Don't use beginning-of-buffer.
12000
12001 * filesets.el (filesets-spawn-external-viewer, filesets-run-cmd):
12002 Don't use beginning-of-buffer.
12003 (filesets-cmd-show-result): Use with-no-warnings.
12004
12005 2004-11-08 Juri Linkov <juri@jurta.org>
12006
12007 * progmodes/compile.el (compile): Don't overwrite last command in
12008 minibuffer history with default command if they are not equal.
12009
12010 2004-11-08 Jay Belanger <belanger@truman.edu>
12011
12012 * calc/calcalg2.el (math-do-integral-methods): Try linear then
12013 non-linear substitutions.
12014
12015 2004-11-08 Jay Belanger <belanger@truman.edu>
12016
12017 * calc/calcalg2.el (math-linear-subst-tried): New variable.
12018 (math-do-integral): Set `math-linear-subst-tried' to nil.
12019 (math-do-integral-methods): Use `math-linear-subst-tried' to
12020 determine what type of substitution to try.
12021 (math-integ-try-linear-substituion):
12022 Set `math-linear-subst-tried' to t.
12023
12024 2004-11-08 Kim F. Storm <storm@cua.dk>
12025
12026 * Makefile.in (bootstrap-clean): New target for 'make bootstrap'.
12027
12028 2004-11-07 Juri Linkov <juri@jurta.org>
12029
12030 * info-look.el (info-lookup): Allow reusing in the current buffer
12031 not only *info* buffer, but all (even renamed) Info buffers
12032 by checking for major-mode instead of *info* buffer name.
12033 (c-mode, autoconf-mode, emacs-lisp-mode, scheme-mode)
12034 (octave-mode, maxima-mode) <doc-spec>:
12035 Allow long dashes generated by Texinfo 4.7 before definitions.
12036 (texinfo-mode) <doc-spec>: Add space to suffix to find command
12037 definitions with argument separated by space.
12038
12039 2004-11-06 Richard M. Stallman <rms@gnu.org>
12040
12041 * simple.el (next-error group, face): Move before first use.
12042 (next-error-highlight, next-error-highlight-no-select): Likewise.
12043
12044 * simple.el (line-move-invisible-p): Rename from line-move-invisible.
12045 (line-move): New args NOERROR and TO-END.
12046 Return t if if succeed in moving specified number of lines.
12047 (move-end-of-line): New function.
12048
12049 * simple.el (beginning-of-buffer-other-window): Use with-no-warnings.
12050 (end-of-buffer-other-window): Likewise.
12051
12052 * simple.el (line-move-ignore-invisible): Default to t.
12053
12054 * subr.el (syntax-after): Return the syntax letter, not the raw code.
12055
12056 * emacs-lisp/elp.el (elp-results): Delete wasteful beginning-of-buffer.
12057
12058 * international/iso-cvt.el (iso-cvt-define-menu):
12059 Rename menu-bar-files-menu to menu-bar-file-menu.
12060
12061 * net/browse-url.el (browse-url-gnome-moz-program)
12062 (browse-url-gnome-moz-arguments): Move up before first use.
12063
12064 * net/tramp.el (tramp group): Add :version.
12065
12066 * progmodes/ada-xref.el (ada-gdb-application):
12067 Use goto-char instead of beginning-of-buffer.
12068
12069 * progmodes/cperl-mode.el (cperl-info-on-command):
12070 Use goto-char instead of beginning-of-buffer.
12071
12072 * progmodes/idlw-shell.el (idlwave-shell-examine-map):
12073 Move up before first use.
12074 (idlwave-shell-temp-pro-file): Likewise.
12075 (idlwave-shell-temp-rinfo-save-file): Likewise.
12076 (idlwave-shell-temp-file): Minor doc fix.
12077
12078 * textmodes/flyspell.el (flyspell-external-point-words):
12079 Use goto-char instead of beginning-of-buffer.
12080
12081 2004-11-06 Kai Grossjohann <kai.grossjohann@gmx.net>
12082
12083 * net/tramp.el (tramp-coding-commands): Additionally try "uudecode -o
12084 /dev/stdout" before trying "uudecode -o -". Suggested by Han Boetes.
12085 (tramp-uudecode): Mention `uudecode -o /dev/stdout'.
12086
12087 2004-11-06 David Ponce <david@dponce.com>
12088
12089 * recentf.el (recentf-menu-path): Use menu item name.
12090
12091 2004-11-06 Eli Zaretskii <eliz@gnu.org>
12092
12093 * progmodes/gdb-ui.el: Don't call define-fringe-bitmap if the
12094 display doesn't support images.
12095
12096 2004-11-06 Andreas Schwab <schwab@suse.de>
12097
12098 * tempo.el (tempo-match-finder): Doc fix.
12099
12100 * emacs-lisp/easymenu.el (easy-menu-get-map): Fix last change.
12101
12102 2004-11-06 Stefan Monnier <monnier@iro.umontreal.ca>
12103
12104 * emacs-lisp/easymenu.el (easy-menu-get-map-look-for-name): Remove.
12105 (easy-menu-lookup-name): New fun to replace it.
12106 (easy-menu-get-map): Use it to obey menu item names (rather than just
12107 keys) when looking up `path'.
12108 (easy-menu-always-true-p): Rename from easy-menu-always-true.
12109 (easy-menu-convert-item-1): Adjust to new name.
12110
12111 2004-11-06 Peter Heslin <pj@heslin.eclipse.co.uk> (tiny change)
12112
12113 * outline.el (hide-body): Don't hide lines at the top of the file
12114 that precede the first header line.
12115
12116 2004-11-06 Paul Pogonyshev <pogonyshev@gmx.net>
12117
12118 * align.el (align-areas): Delete whitespace before reindenting, so
12119 that tabs are never placed after spaces.
12120
12121 2004-11-06 Alan Shutko <ats@acm.org>
12122
12123 * macros.el (insert-kbd-macro): Do completions based on macros,
12124 rather than all commands.
12125
12126 2004-11-06 David Hansen <david.hansen@gmx.net> (tiny change)
12127
12128 * tempo.el (tempo-match-finder): Use [:word:] instead of "^\\b",
12129 to solve a bug whereby tags with 'b' don't match.
12130
12131 2004-11-05 Juri Linkov <juri@jurta.org>
12132
12133 * info.el (Info-search): Don't search in node header lines
12134 and file headers.
12135
12136 * emacs-lisp/edebug.el (edebug-next-token-class): Allow all
12137 symbol-constituent characters after dot, not only digits.
12138
12139 2004-11-04 Daniel Pfeiffer <occitan@esperanto.org>
12140
12141 * files.el (set-auto-mode): Don't get error after setting -*-mode-*-.
12142
12143 2004-11-04 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
12144
12145 * dired.el (dired-read-dir-and-switches): Call read-directory-name
12146 if a dialog will be used, read-file-name otherwise.
12147
12148 2004-11-04 Richard M. Stallman <rms@gnu.org>
12149
12150 * textmodes/table.el (table group): Add :version.
12151
12152 * textmodes/ispell.el (ispell-word):
12153 Don't alter args; set them only thru `interactive' spec.
12154
12155 * textmodes/flyspell.el (flyspell-word):
12156 Don't alter FOLLOWING; set it only thru `interactive' spec.
12157
12158 * progmodes/f90.el (f90-end-of-block): Don't use interactive-p.
12159
12160 * net/browse-url.el (browse-url-maybe-new-window):
12161 Use called-interactively-p.
12162
12163 * mail/supercite.el (sc-cite-region):
12164 Don't use interactive-p. Add arg INTERACTIVE.
12165 (sc-version): Don't use interactive-p. Rename arg to MESSAGE.
12166
12167 * international/mule-cmds.el (set-input-method, toggle-input-method):
12168 Don't use interactive-p. Add arg INTERACTIVE.
12169
12170 * eshell/esh-mode.el (eshell-show-maximum-output):
12171 Don't use interactive-p.
12172 (eshell-truncate-buffer): Just message, no error, if buffer is short.
12173
12174 * mouse.el (mouse-show-mark): Get positions to delete from mark
12175 and point, not from mouse-drag-overlay.
12176
12177 * imenu.el (imenu-eager-completion-buffer): Add :version.
12178
12179 * filesets.el (filesets group): Add :version.
12180
12181 2004-11-03 Daniel Pfeiffer <occitan@esperanto.org>
12182
12183 * files.el (xml-based-modes): Delete var.
12184 (magic-mode-alist): New more general var.
12185 (set-auto-mode): Use it.
12186
12187 * buff-menu.el (Buffer-menu-make-sort-button): Preserve point even
12188 when clicking from another window.
12189
12190 2004-11-03 Thien-Thi Nguyen <ttn@gnu.org>
12191
12192 * vc-cvs.el (vc-cvs-local-month-numbers): Delete var.
12193 (vc-cvs-annotate-time): Incorporate value of deleted var.
12194 Remove special-case handling of beginning-of-buffer cruft.
12195 Cache ending position (point) and return value in text property
12196 `vc-cvs-annotate-time', and consult it on subsequent invocations.
12197
12198 * vc-cvs.el (vc-cvs-annotate-command):
12199 Delete extraneous lines from beginning of buffer.
12200 * vc-mcvs.el (vc-mcvs-annotate-command): Likewise.
12201
12202 * progmodes/grep.el (grep-default-command): Take empty string
12203 for tag if all other methods yield nil. Shell-quote the tag.
12204
12205 * vc.el (vc-annotate-display-autoscale): Add prefix-arg
12206 spec in `interactive' form, and mention it in the docstring.
12207 Also, make sure point is at bol after calling `annotate-time'.
12208
12209 2004-11-02 Richard M. Stallman <rms@gnu.org>
12210
12211 * cus-edit.el (customize-group-other-window):
12212 Select the window that displays the custom buffer.
12213 (custom-buffer-create-other-window): Likewise.
12214
12215 * comint.el (comint-insert-input): Fix previous change.
12216
12217 * emacs-lisp/elp.el (elp-instrument-function):
12218 Use called-interactively-p.
12219
12220 * emacs-lisp/easymenu.el (easy-menu-intern):
12221 Don't downcase; rather, case-flip the first letter of each word.
12222
12223 * emacs-lisp/easy-mmode.el (define-minor-mode):
12224 Use called-interactively-p.
12225
12226 * emacs-lisp/bytecomp.el (byte-compile-warning-types):
12227 Add interactive-only.
12228 (byte-compile-warnings): Add interactive-only as option.
12229 (byte-compile-interactive-only-functions): New variable.
12230 (byte-compile-form): Warn about calls to functions
12231 in byte-compile-interactive-only-functions.
12232
12233 * emacs-lisp/autoload.el (update-file-autoloads):
12234 Don't use interactive-p; take new arg SAVE-AFTER.
12235
12236 * emacs-lisp/advice.el (ad-make-advised-definition):
12237 Use called-interactively-p.
12238
12239 2004-11-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
12240
12241 * files.el (find-file-existing): New function.
12242
12243 * menu-bar.el (menu-bar-files-menu): Make "Open File..." call
12244 find-file-existing. Add "New File..." that calls find-file.
12245
12246 * diropen.pbm, diropen.xpm: New files.
12247
12248 * toolbar/tool-bar.el (tool-bar-setup): Tool bar item dired uses
12249 icon diropen. New tool bar item find-file-existing uses icon open.
12250
12251 * dired.el (dired-read-dir-and-switches): Call read-directory-name
12252 instead of read-file-name.
12253
12254 2004-11-02 Ulf Jasper <ulf.jasper@web.de>
12255
12256 * calendar/icalendar.el (icalendar-version): Increase to 0.08.
12257 (icalendar--split-value): Change name of work buffer.
12258 (icalendar--get-weekday-abbrev): Return nil on error.
12259 (icalendar--date-to-isodate): New function.
12260 (icalendar-convert-diary-to-ical)
12261 (icalendar-extract-ical-from-buffer): Use only two args for
12262 make-obsolete (XEmacs compatibility).
12263 (icalendar-export-file, icalendar-import-file): Blank at end of prompt.
12264 (icalendar-export-region): Doc fix.
12265 If error, return non-nil and write errors to a buffer.
12266 Use correct weekday for weekly recurring events.
12267 Check whether date has been parsed for ordinary events.
12268 Make weekly events start in the year 2000.
12269 DTEND is non-inclusive, shift end date by one day if
12270 necessary (not for entries that have date and time).
12271 Rename local let variables: oops -> found-error, datestring ->
12272 startdatestring.
12273
12274 2004-11-02 Kim F. Storm <storm@cua.dk>
12275
12276 * files.el (set-auto-mode-0): Don't rely on dynamic binding of
12277 keep-mode-if-same variable. Add it as optional arg instead.
12278 (set-auto-mode): Call set-auto-mode-0 with keep-mode-if-same.
12279
12280 * ehelp.el (electric-help-map): Reorder Q/q and R/r entries so
12281 substitute-command-keys will select lower-case bindings like those
12282 used in the static help texts.
12283
12284 * descr-text.el (describe-text-properties): Don't err if called in
12285 the *Help* buffer; output to *Help-2* buffer instead.
12286
12287 * kmacro.el (group kmacro): Add :version.
12288 (kmacro-keyboard-quit): New function to cleanup on C-g.
12289 (kmacro-start-macro): Set defining-kbd-macro to append when
12290 appending to last macro.
12291
12292 * simple.el (keyboard-quit): Call kmacro-keyboard-quit.
12293
12294 2004-11-02 Nick Roberts <nickrob@snap.net.nz>
12295
12296 * progmodes/gdb-ui.el (gdb-enable-debug-log)
12297 (gdb-use-inferior-io-buffer, gdb-use-colon-colon-notation)
12298 (gud-gdba-command-name, gdb-show-main, gdb-many-windows):
12299 Add :version keyword.
12300
12301 2004-11-02 Pavel Kobiakov <pk_at_work@yahoo.com>
12302
12303 * progmodes/flymake.el (flymake-err-line-patterns):
12304 Use `flymake-reformat-err-line-patterns-from-compile-el' to convert
12305 `compilation-error-regexp-alist-alist' to internal Flymake format.
12306
12307 * progmodes/flymake.el: Eliminate byte-compiler warnings.
12308
12309 2004-11-01 Jay Belanger <belanger@truman.edu>
12310
12311 * calc/calc-frac.el (calc-over-notation): Replace `completing-read'
12312 with `interactive "s"'.
12313
12314 2004-11-01 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
12315
12316 * mouse.el (mouse-yank-at-click, mouse-yank-secondary):
12317 Revert change from 2004-10-16. '*' checks the current buffer, but the
12318 mouse click may be in another buffer.
12319
12320 2004-11-01 John Paul Wallington <jpw@gnu.org>
12321
12322 * files.el (large-file-warning-threshold): Add :version keyword.
12323 (kill-some-buffers): Doc fix.
12324
12325 * thumbs.el (group thumbs): Add :version keyword.
12326
12327 * textmodes/bibtex.el (bibtex-make-field): Fix typo.
12328
12329 2004-11-01 Richard M. Stallman <rms@gnu.org>
12330
12331 * textmodes/ispell.el (ispell-word): Don't use interactive-p.
12332
12333 * textmodes/flyspell.el (flyspell-word): Don't use interactive-p.
12334
12335 * allout.el (allout group): Add :version.
12336 (allout-init): Don't use interactive-p.
12337 (allout-ascend-to-depth, allout-ascend, allout-end-of-level)
12338 (allout-forward-current-level, allout-backward-current-level):
12339 Don't use interactive-p.
12340
12341 * textmodes/bibtex.el (bibtex-make-field): Don't use interactive-p.
12342 (bibtex-find-text): Likewise.
12343
12344 * progmodes/vhdl-mode.el (vhdl-fill-region)
12345 (vhdl-beginning-of-statement): Don't use interactive-p.
12346
12347 * progmodes/idlwave.el (idlwave-update-routine-info):
12348 Don't use interactive-p.
12349
12350 * progmodes/idlw-shell.el (idlwave-shell-send-char):
12351 Don't use interactive-p.
12352
12353 * progmodes/cperl-mode.el (cperl-switch-to-doc-buffer):
12354 Don't use interactive-p.
12355
12356 * progmodes/ada-xref.el (ada-make-body-gnatstub):
12357 Don't use interactive-p.
12358
12359 * play/fortune.el (fortune-to-signature): Don't use interactive-p.
12360 (fortune-in-buffer): Doc fix.
12361
12362 * play/5x5.el (5x5-new-game): Set up the buffer even if not interactive.
12363
12364 * net/eudc.el (eudc-display-records): Use with-output-to-temp-buffer;
12365 don't select the temporary buffer.
12366 (eudc-get-email): New optional arg ERROR; don't use interactive-p.
12367 (eudc-get-phone): Likewise.
12368
12369 2004-11-01 Kim F. Storm <storm@cua.dk>
12370
12371 * man.el (Man-xref-normal-file): Fix help-echo.
12372
12373 2004-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
12374
12375 * reveal.el (reveal-last-tick): New var.
12376 (reveal-post-command): Use it to avoid closing overlays when we're
12377 appending text to them.
12378
12379 2004-10-31 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
12380
12381 * textmodes/bibtex.el: Require button.
12382 (bibtex-autokey-transcriptions): Translate TeX `\ ' to space.
12383 (bibtex-reference-keys): Distinguish between header keys and
12384 crossref keys.
12385 (bibtex-beginning-of-field): New function.
12386 (bibtex-url-map): Remove.
12387 (bibtex-font-lock-keywords): Use bibtex-font-lock-crossref.
12388 (bibtex-font-lock-url-regexp): Assume that field names begin at
12389 the beginning of a line.
12390 (bibtex-font-lock-url): Simplify. Do not use bibtex-enclosing-field.
12391 Remove field delimiters. Use bibtex-beginning-of-field.
12392 Bugfix, point can be inside a field with a url.
12393 (bibtex-font-lock-crossref, bibtex-button-action, bibtex-button):
12394 New functions.
12395 (bibtex-mark-active, bibtex-run-with-idle-timer): Remove.
12396 (bibtex-key-in-head): Simplify.
12397 (bibtex-current-line): Use bolp.
12398 (bibtex-parse-keys): Remove unused arg `add'.
12399 Use bibtex-type-in-head and bibtex-key-in-head.
12400 (bibtex-parse-entry, bibtex-autofill-entry):
12401 Use bibtex-type-in-head and bibtex-key-in-head.
12402 (bibtex-autokey-get-field): Do not alter case of replacement text.
12403 (bibtex-autokey-get-names): Do all processing of name list.
12404 (bibtex-autokey-get-year): New function.
12405 (bibtex-autokey-get-title): Do all processing of title words.
12406 (bibtex-generate-autokey): Simplify.
12407 (bibtex-string-files-init): Use default-directory.
12408 Allow for absolute file names in bibtex-string-files.
12409 (bibtex-files, bibtex-file-path): New variables.
12410 (bibtex-files-expand): New function.
12411 (bibtex-find-entry-globally): New command.
12412 (bibtex-summary-function): New variable.
12413 (bibtex-summary): Default value of bibtex-summary-function.
12414 (bibtex-find-crossref): New optional args pnt and split.
12415 (bibtex-complete-key-cleanup): Call bibtex-summary-function.
12416 (bibtex-copy-summary-as-kill): New command bound to C-cC-t.
12417 (bibtex-validate): Fix docstring. Check only abbreviated month fields.
12418 Fix handling of required and alternative fields.
12419 Identify duplicate keys even if bibtex-maintain-sorted-entries is nil.
12420 Use cons and display-buffer.
12421 (bibtex-validate-globally): New command.
12422 (bibtex-clean-entry): Use bibtex-files-expand. Do not call
12423 bibtex-parse-keys and bibtex-parse-strings for updating
12424 bibtex-reference-keys and bibtex-strings.
12425 (bibtex-realign): Remove blank lines past the last entry.
12426 (bibtex-reformat): Use bibtex-entry-format as default.
12427 (bibtex-choose-completion-string): Remove.
12428 (bibtex-complete): Do not use bibtex-choose-completion-string.
12429 (bibtex-url): Simplify.
12430
12431 2004-10-31 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
12432
12433 * x-dnd.el (x-dnd-test-function, x-dnd-protocol-alist)
12434 (x-dnd-types-alist, x-dnd-open-file-other-window)
12435 (x-dnd-known-types): Add :version.
12436
12437 2004-10-31 John Paul Wallington <jpw@gnu.org>
12438
12439 * ibuffer.el (group ibuffer): Add :version keyword.
12440
12441 2004-10-31 Kim F. Storm <storm@cua.dk>
12442
12443 * ido.el (group ido): Add :version keyword.
12444 (ido-mode): Remove :version keyword.
12445
12446 * emulation/cua-base.el (group cua): Add :version keyword.
12447 (cua-mode): Remove :version keyword.
12448
12449 2004-10-30 Luc Teirlinck <teirllm@auburn.edu>
12450
12451 * autorevert.el (auto-revert-tail-mode-text): Add :version keyword.
12452
12453 * help-at-pt.el (help-at-pt-timer): Move defvar up to avoid
12454 compiler warning.
12455 (help-at-pt-timer-delay): Add :initialize keyword. Simplify :set
12456 function.
12457 (help-at-pt-display-when-idle): Remove autoload.
12458
12459 2004-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
12460
12461 * makefile.w32-in (custom-deps, autoloads): Fix *-hooks -> *-hook.
12462
12463 2004-10-30 Juri Linkov <juri@jurta.org>
12464
12465 * help.el (function-called-at-point):
12466 * help-fns.el (variable-at-point): Read -> intern.
12467
12468 2004-10-30 Simon Josefsson <jas@extundo.com>
12469
12470 * progmodes/autoconf.el (autoconf-font-lock-keywords):
12471 Recognize AS_* too.
12472
12473 2004-10-29 Simon Josefsson <jas@extundo.com>
12474
12475 * subr.el (read-passwd): Move back from password.el.
12476
12477 * password.el: Remove, not ready yet.
12478
12479 2004-10-29 Andreas Schwab <schwab@suse.de>
12480
12481 * speedbar.el (speedbar-frame-parameters): Improve customize type.
12482
12483 2004-10-29 Sam Steingold <sds@gnu.org>
12484
12485 * mouse.el (mouse-show-mark): Replace the last occurrence of
12486 x-lost-selection-hooks with x-lost-selection-functions.
12487
12488 2004-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
12489
12490 * mouse.el (mouse-show-mark): Adjust to new name and don't assume
12491 x-lost-selection-functions is bound.
12492
12493 * mouse-sel.el (mouse-sel-mode):
12494 * emacs-lisp/lselect.el: Adjust to new names for
12495 x-(lost|sent)-selection-functions.
12496
12497 * subr.el (x-lost-selection-hooks, x-sent-selection-hooks):
12498 New obsolete aliases of x-lost-selection-functions and
12499 x-sent-selection-functions.
12500
12501 2004-10-28 Kim F. Storm <storm@cua.dk>
12502
12503 * imenu.el (imenu-scanning-message): Remove.
12504 (imenu-progress-message): Make it a no-op.
12505
12506 2004-10-28 John Paul Wallington <jpw@gnu.org>
12507
12508 * files.el (set-auto-mode): Call `throw' correctly.
12509
12510 2004-10-28 Juri Linkov <juri@jurta.org>
12511
12512 * info.el (Info-file-list-for-emacs): Add ("Info" . "info")
12513 to search `Info-...' commands in `info' manual.
12514 (Info-goto-emacs-command-node, Info-goto-emacs-key-command-node):
12515 Add 'info-file "emacs" property.
12516 (Info-find-emacs-command-nodes): Fix index line number regexp.
12517 Set real line number (instead of fake 0) in first element of the
12518 returned list.
12519 (Info-goto-emacs-command-node): Use line number of first element
12520 to set point in the first found Info node.
12521
12522 * progmodes/grep.el (grep-regexp-alist): Move match highlighting
12523 code to `grep-mode-font-lock-keywords'.
12524 (grep-mode-font-lock-keywords): Delete grep markers instead
12525 of making them invisible.
12526
12527 2004-10-28 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
12528
12529 * mail/emacsbug.el (report-emacs-bug): Insert x-server-vendor
12530 and x-server-version in bug report.
12531
12532 2004-10-28 Daniel Pfeiffer <occitan@esperanto.org>
12533
12534 * files.el (set-auto-mode-0): New function.
12535 (set-auto-mode): Use it to handle aliased modes and to
12536 be consistent between C-x C-f and C-x C-w.
12537
12538 2004-10-28 Kenichi Handa <handa@m17n.org>
12539
12540 * international/utf-8.el (utf-translate-cjk-charsets):
12541 Add katakana-jisx0201.
12542
12543 * international/subst-jis.el: Add data for JISX0201.
12544
12545 2004-10-27 Stefan Monnier <monnier@iro.umontreal.ca>
12546
12547 * obsolete/hilit19.el (hilit-mode): New function.
12548 Move all the toplevel side-effecting stuff into it, so that loading
12549 hilit19 doesn't mess everything up any more.
12550
12551 2004-10-27 Richard M. Stallman <rms@gnu.org>
12552
12553 * add-log.el (add-change-log-entry): Set up mailing address
12554 and full name later, and don't alter add-log-mailing-address
12555 or add-log-full-name.
12556
12557 * elide-head.el (elide-head): Change error to message.
12558 (elide-head-show): Likewise.
12559
12560 * apropos.el (apropos-macrop): Doc fix.
12561
12562 * mouse.el (mouse-show-mark): Do most processing the same
12563 regardless of transient-mark-mode.
12564
12565 * shadowfile.el (shadow-copy-files): Use interactive-p
12566 only to control whether to print a message.
12567
12568 * tar-mode.el (tar-mode): Use write-contents-functions,
12569 not write-contents-hooks.
12570
12571 * eshell/em-unix.el (eshell-du-sum-directory): Don't use
12572 directory-sep-char.
12573
12574 2004-10-27 Richard M. Stallman <rms@gnu.org>
12575
12576 * strokes.el (strokes-unload-hook): Fix previous change.
12577
12578 * type-break.el (type-break-run-at-time): Always use run-at-time;
12579 forget the alternatives.
12580 (type-break-cancel-function-timers): Always use cancel-function-timers;
12581 forget the alternatives.
12582
12583 * pcomplete.el (pcomplete-entries): Don't use directory-sep-char.
12584
12585 2004-10-27 Kenichi Handa <handa@m17n.org>
12586
12587 * international/subst-jis.el: Use utf-translate-cjk-substitutable-p.
12588
12589 * international/subst-gb2312.el: Likewise.
12590
12591 * international/subst-big5.el: Likewise.
12592
12593 * international/subst-ksc.el: Likewise.
12594
12595 * international/utf-8.el (utf-translate-cjk-unicode-range-string):
12596 New variable.
12597 (utf-translate-cjk-set-unicode-range): New function.
12598 (utf-translate-cjk-unicode-range): Make it customizable.
12599 (utf-8-post-read-conversion):
12600 Use utf-translate-cjk-unicode-range-string.
12601 (ccl-decode-mule-utf-8): Check utf-subst-table-for-decode for more
12602 Unicode ranges.
12603
12604 2004-10-26 Daniel Pfeiffer <occitan@esperanto.org>
12605
12606 * files.el (auto-mode-alist): Add pod, js, xbm and xpm and group
12607 trivial variants to shorten the list.
12608 (xml-based-modes): New var.
12609 (set-auto-mode): Give interpreter-mode-alist or <?xml or <!DOCTYPE
12610 declaration higher priority than auto-mode-alist.
12611
12612 * find-file.el (cc-other-file-alist): Bring it in line with
12613 cc-mode's auto-mode-alist entries and use \' instead of $.
12614
12615 * textmodes/sgml-mode.el (sgml-mode): Fix imenu-generic-expression
12616 and add "Id" and "Name" submenus to it.
12617
12618 * imenu.el (imenu--generic-function): Skip matches in comments.
12619
12620 2004-10-26 Jay Belanger <belanger@truman.edu>
12621
12622 * calc/calc.el (calc,full-calc, calc-quit, calc-keypad)
12623 (full-calc-keypad, calc-trail-display): Use an extra argument
12624 instead of `interactive-p'.
12625
12626 * calc/calc-misc.el (calc-other-window): Use an extra argument
12627 instead of `interactive-p'.
12628
12629 * calc/calc-rewr.el (calc-match): Use an extra argument instead of
12630 `interactive-p'.
12631
12632 2004-10-26 Kim F. Storm <storm@cua.dk>
12633
12634 * help.el (describe-key): Describe both down-event and up-event
12635 for a mouse click.
12636
12637 2004-10-26 Richard M. Stallman <rms@gnu.org>
12638
12639 * woman.el (woman): Don't call interactive-p.
12640
12641 * pcomplete.el (pcomplete): Instead of interactive-p,
12642 use an arg set non-nil by the interactive spec.
12643
12644 * menu-bar.el (menu-bar-make-toggle): Instead of interactive-p,
12645 use an arg set non-nil by the interactive spec.
12646
12647 * man.el (Man-cleanup-manpage): Instead of interactive-p,
12648 use an arg set non-nil by the interactive spec.
12649
12650 2004-10-26 Pavel Kobiakov <pk_at_work@yahoo.com>
12651
12652 * progmodes/flymake.el (flymake-split-string):
12653 Use `flymake-split-string-remove-empty-edges' in any case.
12654
12655 2004-10-26 Masatake YAMATO <jet@gyve.org>
12656
12657 * progmodes/flymake.el (flymake-err-line-patterns):
12658 Use `compilation-error-regexp-alist-alist' instead of
12659 `compilation-error-regexp-alist'.
12660
12661 2004-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
12662
12663 * textmodes/tex-mode.el (tex-font-lock-keywords-1): Fix up the spurious
12664 verbatim face on the \ of \end{verbatim}.
12665
12666 2004-10-25 Jay Belanger <belanger@truman.edu>
12667
12668 * calc/calc-incom.el (calc-digit-dots): Inhibit read-only before
12669 erasing minibuffer.
12670
12671 2004-10-25 Simon Josefsson <jas@extundo.com>
12672
12673 * subr.el (read-passwd): Move to net/password.el.
12674
12675 * net/password.el (read-passwd): Add. Autoload it.
12676
12677 2004-10-25 Kai Grossjohann <kai.grossjohann@gmx.net>
12678
12679 * mouse-sel.el (mouse-sel-mode): Specify custom group.
12680
12681 * simple.el (process-file): Fix logic.
12682
12683 2004-10-24 Luc Teirlinck <teirllm@auburn.edu>
12684
12685 * indent.el (set-left-margin, set-right-margin): Delete redundant code.
12686 (increase-right-margin): Remove erroneous call to `interactive-p'.
12687
12688 2004-10-24 Kim F. Storm <storm@cua.dk>
12689
12690 * help.el (describe-mode): Fix 2004-10-13 change.
12691 Copy pure "Auto Fill" string so it can be propertized later
12692 without causing a read-only error.
12693
12694 2004-10-24 Luc Teirlinck <teirllm@auburn.edu>
12695
12696 * info.el (Info-find-emacs-command-nodes): Adapt to Texinfo-4.7
12697 style indexes.
12698
12699 2004-10-24 Kai Grossjohann <kai.grossjohann@gmx.net>
12700
12701 * simple.el (process-file): Accept nil for INFILE. Reported by
12702 Luc Teirlinck.
12703
12704 2004-10-24 Masatake YAMATO <jet@gyve.org>
12705
12706 * progmodes/gdb-ui.el (gdb-assembler-font-lock-keywords):
12707 Handle periods and underscores in a function name.
12708 Remove the address fontification.
12709
12710 2004-10-24 Masatake YAMATO <jet@gyve.org>
12711
12712 * progmodes/asm-mode.el (asm-font-lock-keywords):
12713 Use font-lock-variable-name-face for registers.
12714
12715 2004-10-24 Nick Roberts <nickrob@snap.net.nz>
12716
12717 * progmodes/gdb-ui.el (gdb-get-create-buffer): Allow modes to run
12718 kill-all-local-variables.
12719 (gdb-breakpoints-mode, gdb-frames-mode, gdb-threads-mode)
12720 (gdb-registers-mode, gdb-locals-mode, gdb-assembler-mode):
12721 Use kill-all-local-variables and provide mode-hooks.
12722 (gdb-assembler-font-lock-keywords): New font lock keywords definition.
12723 (gdb-assembler-mode): Use 'gdb-assembler-font-lock-keywords'.
12724 Suggested by Masatake YAMATO <jet@gyve.org>.
12725
12726 2004-10-23 Kai Grossjohann <kai.grossjohann@gmx.net>
12727
12728 * simple.el (process-file): New function, similar to call-process
12729 but supports file handlers.
12730 * vc.el (vc-do-command): Use it, instead of call-process.
12731 * net/tramp-vc.el (vc-do-command): Do not advise it if
12732 process-file is fboundp.
12733 * net/tramp.el (tramp-file-name-handler-alist): Add entry for
12734 process-file.
12735 (tramp-handle-process-file): New function.
12736 (tramp-file-name-for-operation): Support process-file.
12737
12738 2004-10-23 Ulf Jasper <ulf.jasper@web.de>
12739
12740 * calendar/icalendar.el (icalendar--weekday-array): New constant.
12741 (icalendar-weekdayabbrev-table)
12742 (icalendar-monthnumber-table): Delete.
12743 (icalendar--get-month-number): Use calendar-month-name-array.
12744 (icalendar--get-weekday-number): New function.
12745 (icalendar--get-weekday-abbrev) Use calendar-day-name-array.
12746 (icalendar-export-region): Handle multi-line entries.
12747 (icalendar--convert-ical-to-diary): Use calendar-day-name-array.
12748
12749 2004-10-23 John Paul Wallington <jpw@gnu.org>
12750
12751 * ibuffer.el (ibuffer-find-file): Remove `interactive-p' call;
12752 `wildcards' set to t in interactive spec.
12753
12754 * ibuf-ext.el (ibuffer-jump-to-buffer): Read buffer name in
12755 interactive spec rather than use `interactive-p'.
12756 (ibuffer-kill-line): Set arg `interactive-p' in interactive spec
12757 rather than use function `interactive-p'.
12758
12759 2004-10-22 Kenichi Handa <handa@m17n.org>
12760
12761 * international/mule.el (translate-region): Implement it in Lisp
12762 as a front end of translate-region-internal.
12763
12764 2004-10-21 Jay Belanger <belanger@truman.edu>
12765
12766 * calc/calc-aent.el (calc-alg-ent-map, calc-alg-ent-esc-map):
12767 Declare these variables with defvar.
12768
12769 * calc/calc-aent.el (calc-do-alg-entry): Since `calc-alg-ent-map'
12770 is bound, only check to see if it is bound.
12771
12772 2004-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
12773
12774 * textmodes/tex-mode.el (tex-compilation-parse-errors):
12775 Don't output messages.
12776
12777 * calc/calc-help.el (calc-describe-bindings): Fix last change.
12778
12779 2004-10-21 John Paul Wallington <jpw@gnu.org>
12780
12781 * calc/calc-graph.el (calc-graph-init):
12782 Use `set-process-query-on-exit-flag'.
12783
12784 2004-10-21 Daniel Pfeiffer <occitan@esperanto.org>
12785
12786 * progmodes/compile.el (compilation-start): Rely on `cd' to get
12787 dir right and also allow argumentless cd.
12788
12789 2004-10-19 Richard M. Stallman <rms@gnu.org>
12790
12791 * textmodes/flyspell.el (flyspell-mode): Doc fix.
12792
12793 * eshell/em-unix.el (eshell-grep):
12794 Don't bind compilation-process-setup-function.
12795
12796 * comint.el (comint-insert-input): Use @ in `interactive'.
12797 (comint-input-filter-functions): Doc fix.
12798 (comint-kill-whole-line, comint-get-source): Doc fix.
12799
12800 * progmodes/compile.el (compilation-setup):
12801 Don't set buffer-read-only if MINOR is non-nil.
12802
12803 2004-10-19 Jay Belanger <belanger@truman.edu>
12804
12805 * calc/calc.el (calc-emacs-type-19, calc-emacs-type-epoch)
12806 (calc-emacs-type-gnu19): Remove.
12807 (calc-digit-map, calc-read-key-sequence, calc-read-key):
12808 Remove check for old emacs versions.
12809
12810 * calc/calc-ext.el (calc-fancy-prefix): Remove emacs version check.
12811 (calc-init-extensions): Define `calc-alg-map' and `calc-alg-esc-map'
12812 for current Emacs.
12813
12814 * calc/calc-aent.el (calcAlg-previous): Check to see if looking at
12815 the end of the minibuffer.
12816 (calc-do-alg-entry): Remove Emacs version check. Use `copy-keymap' to
12817 copy `esc-map'.
12818
12819 * calc/calc-graph.el (calc-graph-plot): Remove emacs version check.
12820
12821 * calc/calc-mode.el (calc-total-algebraic-mode): Remove error
12822 call that would be given when the current emacs was used.
12823
12824 2004-10-19 Ulf Jasper <ulf.jasper@web.de>
12825
12826 * calendar/icalendar.el: Set coding to utf-8.
12827 (icalendar-version): Increase to 0.07.
12828 (icalendar-monthnumber-table): Change March pattern.
12829 (icalendar-get-all-event-properties)
12830 (icalendar-set-event-property): Delete.
12831 (icalendar-all-events): No longer interactive.
12832 (icalendar-convert-diary-to-ical)
12833 (icalendar-extract-ical-from-buffer): Make obsolete, and alias to
12834 their replacements.
12835 (icalendar-export-file, icalendar-export-region): New functions;
12836 essentially old `icalendar-convert-diary-to-ical' but appending to
12837 target rather than overwriting.
12838 (icalendar-import-file): Append to target file rather than
12839 overwriting. Fourth arg deleted.
12840 (icalendar-import-buffer): New name for old
12841 `icalendar-extract-ical-from-buffer'.
12842 (icalendar--convert-string-for-import): New name for
12843 old `icalendar-convert-for-import'.
12844 (include-icalendar-files): Delete.
12845 Prefix for all internal functions changed from `icalendar-'
12846 to `icalendar--'.
12847
12848 2004-10-19 Richard M. Stallman <rms@gnu.org>
12849
12850 * paths.el (news-path): Fix previous change.
12851
12852 2004-10-18 Jay Belanger <belanger@truman.edu>
12853
12854 * calc/calc-help.el (calc-describe-bindings):
12855 Set `buffer-read-only' to nil while working in the keybindings buffer;
12856 remove some extra information from the keybindings buffer.
12857
12858 2004-10-18 David Ponce <david@dponce.com>
12859
12860 * mouse.el (mouse-drag-move-window-top): New function.
12861 (mouse-drag-mode-line-1): Use it.
12862
12863 2004-10-18 Thien-Thi Nguyen <ttn@gnu.org>
12864
12865 * info.el (Info-fontify-node): For multiline refs,
12866 arrange to unfontify newline and surrounding whitespace.
12867
12868 2004-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
12869
12870 * vc-arch.el (vc-arch-workfile-version): Don't burp if the patch-log
12871 directory is missing.
12872
12873 2004-10-17 John Paul Wallington <jpw@gnu.org>
12874
12875 * ibuffer.el (ibuffer-default-display-maybe-show-predicates):
12876 New customizable variable; whether to display buffers that match
12877 `ibuffer-maybe-show-predicates' by default.
12878 (ibuffer-maybe-show-predicates): Mention it in docstring.
12879 (ibuffer-display-maybe-show-predicates): New variable.
12880 (ibuffer-update): Prefix arg now toggles whether buffers that
12881 match `ibuffer-maybe-show-predicates' should be displayed.
12882 (ibuffer-mode): Set `ibuffer-display-maybe-show-predicates'
12883 locally to heed `ibuffer-default-display-maybe-show-predicates'.
12884 (ibuffer-redisplay-engine): Rename optional second arg to `ignore'.
12885
12886 2004-10-17 Michael Albinus <michael.albinus@gmx.de>
12887
12888 * net/tramp.el: Redo sync with Tramp 2.0.45. Last commit did not
12889 work correctly.
12890
12891 2004-10-17 Daniel Pfeiffer <occitan@esperanto.org>
12892
12893 * buff-menu.el (Buffer-menu-revert-function): Emulate save-excursion.
12894 (Buffer-menu-beginning): New helper function.
12895 (Buffer-menu-execute): Use it.
12896 (Buffer-menu-select): Use it.
12897 (Buffer-menu-sort): Use it and also keep markers.
12898
12899 2004-10-17 Richard M. Stallman <rms@gnu.org>
12900
12901 * paths.el (news-directory): Rename from news-path. Old name alias.
12902 (rmail-spool-directory): Use defvar.
12903 (sendmail-program): Use defcustom.
12904 (remote-shell-program): Use defcustom.
12905 (term-file-prefix): Use defvar.
12906 (abbrev-file-name): Use defvar.
12907
12908 * term.el: Add maintainer.
12909
12910 * subr.el (with-local-quit): Return nil if there's a quit.
12911 (read-passwd): Use with-local-quit. Doc fix.
12912
12913 * strokes.el (strokes-list-strokes): Don't try to delete char at eob.
12914 (strokes-unload-hook): Set as a variable with add-hook.
12915
12916 * startup.el (fancy-splash-tail, normal-splash-screen):
12917 Update copyright year.
12918
12919 * shadowfile.el (shadowfile-unload-hook): Set as variable w/ add-hook.
12920
12921 * server.el (server-unload-hook): Set as a variable with add-hook.
12922
12923 * help-at-pt.el (help-at-pt-unload-hook): Use add-hook; no defvar.
12924
12925 * frame.el (special-display-popup-frame):
12926 Make the buffer current as its frame is created.
12927
12928 * delsel.el (delsel-unload-hook): Set as a variable.
12929
12930 * comint.el (comint-output-filter-functions):
12931 Add comint-watch-for-password-prompt.
12932 (comint-read-noecho): Function deleted.
12933 (send-invisible): Use read-passwd.
12934
12935 * fringe.el (fringe-mode-initialize): New function.
12936 (fringe-mode): Use fringe-mode-initialize as :initialize.
12937
12938 2004-10-17 Kim F. Storm <storm@cua.dk>
12939
12940 * language/indian.el (indian-script-language-alist): Swap value and doc.
12941 (indian-font-char-index-table): Doc fix.
12942
12943 2004-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
12944
12945 * vc-hooks.el (vc-find-file-hook): Call vc-backend with absolute name.
12946
12947 2004-10-16 Juri Linkov <juri@jurta.org>
12948
12949 * progmodes/compile.el (compilation-start): Move let-binding of
12950 `process-environment' into `with-current-buffer' body.
12951 Reported by Matt Hodges <MPHodges@member.fsf.org>.
12952
12953 2004-10-16 Richard M. Stallman <rms@gnu.org>
12954
12955 * pcvs-util.el (cvs-bury-buffer):
12956 Don't call get-buffer-window for effect.
12957
12958 * outline.el (hide-other): Call outline-up-heading with INVISIBLE-OK=t.
12959
12960 * newcomment.el (comment-auto-fill-only-comments): Add autoload.
12961
12962 * msb.el (msb-unload-hook): Set the variable.
12963
12964 * mouse.el (mouse-yank-at-click, mouse-yank-secondary):
12965 Use * to err if buffer is readonly.
12966
12967 * subr.el (looking-back): Return only t or nil.
12968
12969 * whitespace.el (whitespace-unload-hook): Set the variable.
12970
12971 * view.el (view-mode-enable): Set view-page-size and
12972 view-half-page-size to nil.
12973 (view-set-half-page-size-default): view-half-page-size = nil
12974 means the default.
12975 (View-scroll-page-forward): Use view-page-size-default.
12976 (View-scroll-page-backward): Likewise.
12977 (view-page-size, view-half-page-size): Doc fixes.
12978
12979 * emacs-lisp/elp.el (elp-unload-hook): Set the variable.
12980
12981 * emacs-lisp/cl.el (cl-unload-hook): Don't defvar it, just set it.
12982
12983 * emacs-lisp/bytecomp.el (byte-compile-eval): Don't process
12984 "cl" like other files. Instead, call byte-compile-find-cl-functions.
12985 (byte-compile-log-1): Bind inhibit-read-only.
12986 (byte-compile-warning-prefix, byte-compile-log-file): Likewise.
12987 (byte-compile-log-warning): Likewise.
12988 (byte-compile-file-form-require): Detect "cl" from the arg value.
12989
12990 * progmodes/compile.el (compilation-start): Assume compilation-mode
12991 will make the buffer read-only.
12992 (compilation-mode): Take arg name-of-mode.
12993 (compilation-setup): Make buffer read-only.
12994 (compilation-handle-exit): Bind inhibit-read-only.
12995
12996 * textmodes/ispell.el (ispell-command-loop): Use with-no-warnings.
12997 (ispell-message): Likewise.
12998 (ispell-show-choices): Don't call get-buffer-window uselessly.
12999 (ispell-init-process): Use set-process-query-on-exit-flag.
13000
13001 2004-10-16 Kim F. Storm <storm@cua.dk>
13002
13003 * fringe.el (fringe-bitmaps): Only initialize when defined.
13004
13005 * pcvs.el (cvs-mode-view-file, cvs-mode-view-file-other-window): Add.
13006 (cvs-mode-find-file): Add optional `view' arg to enter view mode.
13007
13008 * pcvs-defs.el (cvs-mode-map): Bind v to cvs-mode-view-file.
13009
13010 2004-10-15 Simon Josefsson <jas@extundo.com>
13011
13012 * net/password.el: Add.
13013
13014 2004-10-14 Masatake YAMATO <jet@gyve.org>
13015
13016 * progmodes/gud.el (gdb-script-beginning-of-defun): New function.
13017 (gdb-script-end-of-defun): New function.
13018 (gdb-script-mode): Use `gdb-script-beginning-of-defun' and
13019 `gdb-script-end-of-defun' as *-of-defun-function.
13020
13021 2004-10-13 Daniel Pfeiffer <occitan@esperanto.org>
13022
13023 * button.el (button-activate): Allow a marker to display as an action.
13024
13025 * help-fns.el (describe-variable): Use it to make "below" a hyperlink.
13026
13027 * help.el (describe-mode): Use it to make minor mode list into
13028 hyperlinks.
13029
13030 2004-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
13031
13032 * vc.el (vc-annotate-display-select): Fix typo.
13033
13034 * subr.el (substitute-key-definition-key): New function.
13035 (substitute-key-definition): Use it with map-keymap.
13036 (event-modifiers): Use push.
13037 (mouse-movement-p, with-temp-buffer): Simplify.
13038
13039 2004-10-12 Jay Belanger <belanger@truman.edu>
13040
13041 * calc/calc-help.el (calc-help-function-list, calc-help-variable-list):
13042 New variables.
13043 (calc-help-index-entries): New function.
13044 (calc-describe-function): Use `calc-help-function-list' instead of
13045 obarray for completion.
13046 (calc-describe-variable): Use `calc-help-variable-list' instead
13047 of obarray for completion.
13048
13049 2004-10-12 Richard M. Stallman <rms@gnu.org>
13050
13051 * info-look.el (info-lookup-file): Add info-file property.
13052 (info-lookup-symbol): Likewise.
13053
13054 * info.el (info-xref): Add underlining.
13055 (info): Add info-file property.
13056 (Info-find-emacs-command-nodes): Specify case-sensitive search.
13057
13058 2004-10-12 Michael Albinus <michael.albinus@gmx.de>
13059
13060 Sync with Tramp 2.0.45.
13061
13062 * net/tramp.el (top): Apply `def-edebug-spec' only if function is
13063 defined. This is not the case for XEmacs without package "edebug".
13064 (tramp-set-auto-save-file-modes): Set permissions of autosaved
13065 remote files to the permissions of the original file. This is not
13066 the case for Emacs < 21.3.50 and XEmacs < 21.5. Add function to
13067 `auto-save-hook'. Reported by Thomas Prokosch <thomas@nadev.net>.
13068 (tramp-perl-decode): Fix an error in Perl implementation.
13069 $pending must be cleared every loop. Reported by Benjamin Place
13070 <benjaminplace@sprintmail.com>
13071
13072 * net/tramp-smb.el (tramp-smb-advice-PC-do-completion):
13073 Don't activate advice during definition. This is done later on,
13074 depending on test result of `substitute-in-file-name'.
13075 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
13076
13077 2004-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
13078
13079 * pcvs-parse.el (cvs-parse-commit): Fix parsing for new commit message.
13080
13081 * emacs-lisp/lisp.el (mark-sexp): Preserve direction when repeating.
13082
13083 2004-10-12 David Ponce <david@dponce.com>
13084
13085 * recentf.el (recentf-edit-list): Update the menu when the recentf
13086 list has been modified.
13087
13088 2004-10-12 Simon Josefsson <jas@extundo.com>
13089
13090 * net/tls.el (tls-certtool-program): New variable.
13091 (tls-certificate-information): New function, based on
13092 ssl-certificate-information.
13093
13094 2004-10-12 Kenichi Handa <handa@m17n.org>
13095
13096 * international/mule.el (coding-system-equal): Move from mule-util.el.
13097
13098 * international/mule-util.el (coding-system-equal): Move to mule.el.
13099
13100 2004-10-12 Kim F. Storm <storm@cua.dk>
13101
13102 * kmacro.el (kmacro-insert-counter, kmacro-add-counter): Use and
13103 reset kmacro-initial-counter-value if set.
13104 (kmacro-set-counter): Only set kmacro-counter if defining or executing
13105 macro. Set kmacro-initial-counter-value otherwise. Never set both.
13106 (kmacro-display): Show macro counter if non-zero.
13107
13108 * subr.el (substitute-key-definition): Mention command remapping
13109 in doc string.
13110
13111 2004-10-11 Jay Belanger <belanger@truman.edu>
13112
13113 * calc/calc-misc.el (calc-info-goto-node): New function.
13114 (calc-tutorial, calc-info-summary): Go to appropriate Calc info
13115 node in one step.
13116 (calc-describe-copying, calc-describe-distribution)
13117 (calc-describe-thing, calc-describe-no-warranty, calc-describe-key):
13118 Go to appropriate info node in one step.
13119
13120 2004-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
13121
13122 * pcvs-defs.el (pcl-cvs-load-hook): Remove unused var.
13123
13124 * font-lock.el (font-lock-apply-highlight): Fix last change.
13125
13126 2004-10-11 Simon Josefsson <jas@extundo.com>
13127
13128 * mail/smtpmail.el (smtpmail-open-stream): Look for
13129 starttls-gnutls-program instead of starttls-program iff
13130 starttls-use-gnutls is non-nil.
13131 (smtpmail-open-stream): Don't overwrite user settings of
13132 starttls-extra-arguments and starttls-extra-args.
13133
13134 2004-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
13135
13136 * comint.el (comint-mouse-insert-input): Remove.
13137 (comint-insert-input): Make it work for mouse bindings.
13138 (comint-mode-map): Move defs into the declaration.
13139 (comint-output-filter): Typo.
13140
13141 * diff-mode.el (diff-current-defun): Fix 2004-06-13's change.
13142
13143 2004-10-10 Kai Grossjohann <kai.grossjohann@gmx.net>
13144
13145 * net/ange-ftp.el (ange-ftp-remote-shell): Remove variable.
13146 (ange-ftp-call-chmod): Reference remote-shell-program instead of
13147 ange-ftp-remote-shell.
13148
13149 2004-10-10 Andreas Schwab <schwab@suse.de>
13150
13151 * emacs-lisp/byte-opt.el (byte-optimize-backward-word): Optimize
13152 `(backward-word)' to `(forward-word -1)', not `(forward-char -1)'.
13153 Reported by <sri@asu.edu>.
13154
13155 2004-10-10 Benjamin Rutt <brutt@bloomington.in.us>
13156
13157 * vc.el (vc-annotate-mode): Remove variable.
13158 (vc-annotate-display-select): Only call vc-annotate-mode
13159 if we're not in that mode already.
13160
13161 2004-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
13162
13163 * imenu.el (imenu--completion-buffer): Don't return t for rescan.
13164 (imenu-choose-buffer-index): Check here for rescan instead.
13165
13166 * font-lock.el (font-lock-apply-highlight): Explicitly check the case
13167 where the face expression evals to nil.
13168
13169 * textmodes/tex-mode.el (tex-font-lock-append-prop): New fun.
13170 (tex-font-lock-keywords-2): Use it.
13171 (tex-font-lock-syntactic-keywords): Fix the `verbatim' treatment.
13172
13173 * emacs-lisp/lisp-mode.el (lisp-fill-paragraph): Fix backslashes.
13174
13175 2004-10-09 Kim F. Storm <storm@cua.dk>
13176
13177 * subr.el (progress-reporter-update): Define before first usage.
13178 (make-progress-reporter): Doc fix.
13179
13180 2004-10-09 Luc Teirlinck <teirllm@auburn.edu>
13181
13182 * textmodes/paragraphs.el (sentence-end-double-space)
13183 (sentence-end-without-period, sentence-end-without-space)
13184 (sentence-end): Doc fixes.
13185
13186 2004-10-08 Peter Seibel <peter@javamonkey.com> (tiny change)
13187
13188 * emacs-lisp/lisp-mode.el (lisp-fill-paragraph):
13189 Change paragraph-start regexp so we don't fill code starting with #'(.
13190
13191 2004-10-08 Sebastien Kirche <seki@seki.fr> (tiny change)
13192
13193 * mail/mail-extr.el (mail-extr-ignore-realname-equals-mailbox-name):
13194 New defcustom.
13195 (extract-address-components): Use it.
13196
13197 2004-10-08 Paul Pogonyshev <pogonyshev@gmx.net>
13198
13199 * subr.el (make-progress-reporter, progress-reporter-update)
13200 (progress-reporter-force-update, progress-reporter-do-update)
13201 (progress-reporter-done): New functions.
13202
13203 * tar-mode.el (tar-summarize-buffer): Use progress reporter.
13204
13205 * progmodes/etags.el (etags-tags-completion-table): Use progress
13206 reporter.
13207 (etags-tags-apropos): Likewise.
13208
13209 2004-10-08 Alan Mackenzie <acm@muc.de>
13210
13211 * isearch.el (isearch-yank-line): C-y yanks to next EOL, not end
13212 of current line.
13213
13214 2004-10-08 Masatake YAMATO <jet@gyve.org>
13215
13216 * server.el (server-process-filter): Wrap `process-send-region'
13217 by `condition-case' to guard the case when the pipe to PROC is closed.
13218
13219 2004-10-07 Mark A. Hershberger <mah@everybody.org>
13220
13221 * xml.el (xml-substitute-special): Limit handling of external entities.
13222
13223 2004-10-06 Nick Roberts <nickrob@snap.net.nz>
13224
13225 * progmodes/gdb-ui.el (gdb-ann3): (Re-)initialize gdb-input-queue.
13226
13227 2004-10-06 John Paul Wallington <jpw@gnu.org>
13228
13229 * xml.el (xml-parse-dtd): Fix `error' call.
13230
13231 2004-10-05 Mark A. Hershberger <mah@everybody.org>
13232
13233 * xml.el (xml-substitute-special): Return a single string instead
13234 of a list of strings if an entity substitution is made.
13235
13236 2004-10-05 Ulf Jasper <ulf.jasper@web.de>
13237
13238 * calendar/icalendar.el: New file.
13239
13240 2004-10-05 Juri Linkov <juri@jurta.org>
13241
13242 * isearch.el (isearch-done): Set mark after running hook.
13243 Reported by Drew Adams <drew.adams@oracle.com>.
13244
13245 * info.el (Info-history, Info-toc): Fix Info headers.
13246 (Info-toc): Narrow buffer before Info-fontify-node.
13247 (Info-build-toc): Don't check for special Info file names.
13248 Set main-file to nil if Info-find-file returns a symbol.
13249
13250 2004-10-05 Emilio C. Lopes <eclig@gmx.net>
13251
13252 * calendar/calendar.el (calendar-goto-iso-week): Add autoload.
13253 (calendar-mode-map): Add binding for `calendar-goto-iso-week'.
13254 * calendar/cal-menu.el (calendar-mode-map): Ditto.
13255
13256 2004-10-05 Glenn Morris <gmorris@ast.cam.ac.uk>
13257
13258 * calendar/cal-iso.el (calendar-iso-read-args): New function,
13259 for old interactive spec from calendar-goto-iso-date.
13260 (calendar-goto-iso-date): Use it.
13261 (calendar-goto-iso-week): New function. Suggested by Emilio
13262 C. Lopes <eclig@gmx.net>.
13263
13264 2004-10-04 Luc Teirlinck <teirllm@auburn.edu>
13265
13266 * textmodes/enriched.el (enriched-mode-map): Give `set-left-margin' and
13267 `set-right-margin' bindings that follow the minor mode conventions.
13268
13269 2004-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
13270
13271 * textmodes/tex-mode.el (tex-dvi-view-command): Use `yap' on w32.
13272 (tex-font-lock-keywords-1): Add url and nolinkurl for args with `_'.
13273 (latex-block-args-alist): Add minipage and picture.
13274 (latex-block-body-alist): Use reftex-label if enabled.
13275 (latex-insert-block): Don't insert a \n if not necessary.
13276 (tex-compile-commands): Make sure dvips doesn't send to printer.
13277 (tex-compile-default): Handle the case where no executable is found.
13278 (latex-noindent-environments): New var.
13279 (latex-find-indent): Use it. Take an empty line as an arg-breaker.
13280 If tex-indent-allhanging is non-nil, make sure we only align for macros
13281 at beginning of line.
13282
13283 2004-10-03 Daniel Pfeiffer <occitan@esperanto.org>
13284
13285 * newcomment.el (comment-beginning): Doc fix and don't choke on
13286 unset `comment-end-skip' when at beginning of comment.
13287
13288 2004-10-02 Dan Nicolaescu <dann@ics.uci.edu>
13289
13290 * term.el (term-adjust-current-row-cache): Don't allow the current
13291 row to become negative.
13292 (term-emulate-terminal): Fix insert mode. Handle tab insertion at
13293 the end of the line. Fix scroll down. Add comments.
13294 (term-handle-ansi-escape): Don't exceed terminal width when moving
13295 right.
13296 (term-scroll-region): Move the cursor after setting the scroll region.
13297
13298 2004-10-01 Luc Teirlinck <teirllm@auburn.edu>
13299
13300 * indent.el (set-left-margin, set-right-margin): Rename `lm' arg
13301 to `width' for consistency with docstring. Doc fix.
13302
13303 2004-10-01 Martin Stjernholm <bug-cc-mode@gnu.org>
13304
13305 * progmodes/cc-langs.el: Load cl here since cc-defs doesn't do it.
13306 This is necessary for derived modes.
13307
13308 2004-09-30 Kim F. Storm <storm@cua.dk>
13309
13310 * kmacro.el (kmacro-lambda-form, kmacro-extract-lambda): Add.
13311 (kmacro-bind-to-key, kmacro-name-last-macro): Use kmacro-lambda-form.
13312
13313 * edmacro.el: Require kmacro to use the new kmacro-lambda-form and
13314 kmacro-extract-lambda functions.
13315 (edit-kbd-macro): Handle kmacro lambda forms.
13316 Include counter and counter format in edit buffer.
13317 (edmacro-finish-edit): Get counter and format from edit buffer and
13318 update kmacro bindings when found.
13319
13320 2004-09-29 Luc Teirlinck <teirllm@auburn.edu>
13321
13322 * textmodes/paragraphs.el (forward-paragraph):
13323 Avoid args-out-of-range error when point winds up at the beginning of
13324 the buffer and hard newlines are enabled.
13325
13326 * newcomment.el (comment-multi-line): Doc fix.
13327
13328 2004-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
13329
13330 * diff-mode.el (diff-file-header-re): Tighten up regexp a tiny bit.
13331 (diff-fixup-modifs): Catch unified-diff file-headers.
13332
13333 2004-09-29 Kim F. Storm <storm@cua.dk>
13334
13335 * progmodes/gdb-ui.el (breakpoint): Define as fringe bitmap.
13336 (gdb-mouse-toggle-breakpoint): Fix fringe-bitmaps-at-pos usage.
13337 (gdb-put-breakpoint-icon): Use breakpoint bitmap.
13338
13339 * fringe.el (fringe-bitmap-p): New macro.
13340 (fringe-bitmaps): Add standard fringe bitmaps on load.
13341
13342 2004-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
13343
13344 * dired.el (dired-view-command-alist): Use more efficient regexps.
13345 Remove dubious arguments.
13346 (dired-align-file): New function.
13347 (dired-insert-directory): Use it.
13348 (dired-move-to-end-of-filename): Make the " -> " search more specific.
13349 (dired-buffers-for-dir): Remove unused var `pattern'.
13350
13351 2004-09-28 Matthew Mundell <matt@mundell.ukfsn.org>
13352
13353 * calendar/diary-lib.el (list-diary-entries): Save diary buffer
13354 from diary display excursion. Store diary buffer's point for
13355 `simple-diary-display'.
13356 (simple-diary-display): Set window point and start when
13357 displaying buffer, to preserve point.
13358
13359 2004-09-27 Luc Teirlinck <teirllm@auburn.edu>
13360
13361 * textmodes/enriched.el (enriched-translations): Replace defconst
13362 with defvar.
13363
13364 2004-09-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
13365
13366 * printing.el: Doc fix.
13367 (pr-version): New version number (6.8.1).
13368 (pr-ps-file-using-ghostscript): Use make-temp-file instead of
13369 make-temp-name.
13370 (pr-delete-file): Check if file exists before deleting it.
13371 Reported by Lennart Borgman <lennart.borgman.073@student.lu.se>.
13372
13373 2004-09-26 Stefan Monnier <monnier@iro.umontreal.ca>
13374
13375 * term.el (term-display-table): New variable.
13376 (term-mode): Use it.
13377 (term-exec-1): Set the coding system to binary.
13378 (term-emulate-terminal): Decode the string before inserting it.
13379
13380 2004-09-26 Dan Nicolaescu <dann@ics.uci.edu>
13381
13382 * term.el (term-ansi-at-eval-string, term-ansi-default-fg)
13383 (term-ansi-default-bg, term-ansi-current-temp): Delete unused vars.
13384 (map): Bind S-prior, S-next and S-insert.
13385 (term-mode): Set `indent-tabs-mode' to nil.
13386 (term-paste): New function to be bound to S-insert.
13387 (term-send-del, term-send-backspace): Change the strings sent.
13388 (term-termcap-format): Synchronize with etc/e/eterm.ti.
13389 (term-handle-colors-array): Fix handling of underline and reverse.
13390 (term-handle-ansi-escape): Do not handle smcup/rmcup. Add comments.
13391 (term-erase-in-line): Fix comparison.
13392 (term-emulate-terminal): Fix line wrap handling.
13393 (term-start-output-log): Rename from `term-set-output-log'.
13394 (term-stop-output-log): Rename from `term-stop-photo'.
13395 (term-switch-to-alternate-sub-buffer): Comment out, unused.
13396
13397 2004-09-25 Stefan Monnier <monnier@iro.umontreal.ca>
13398
13399 * dired.el (dired-move-to-filename): Don't output a message if
13400 raise-error is non-nil. Fix return position and value.
13401
13402 * files.el (insert-directory): Obey --dired even with symlinks.
13403
13404 2004-09-25 Lars Hansen <larsh@math.ku.dk>
13405
13406 * ls-lisp.el (ls-lisp-format): Mark file names with property
13407 dired-filename.
13408
13409 2004-09-25 Kim F. Storm <storm@cua.dk>
13410
13411 * ido.el (ido-max-directory-size): New defcustom.
13412 (ido-decorations): Add "too big" element.
13413 (ido-directory-too-big): New dynamic var.
13414 (ido-may-cache-directory): Don't cache big directories.
13415 (ido-directory-too-big-p): New defun.
13416 (ido-set-current-directory): Update ido-directory-too-big.
13417 (ido-read-internal): Make empty ido-cur-item if too-big.
13418 (ido-buffer-internal): Use ido-read-internal directly instead of
13419 ido-read-buffer.
13420 (ido-file-internal): Init ido-directory-too-big.
13421 (ido-complete): <TAB> If ido-directory-too-big is set, clear it,
13422 and redo completion with full list.
13423 (ido-toggle-ignore): <C-a> If ido-directory-too-big is set, clear
13424 it, and show completions.
13425 (ido-all-completions): Let bind ido-directory-too-big to nil.
13426 (ido-exhibit): Handle ido-directory-too-big.
13427 (ido-read-buffer): Handle fallback to read-buffer.
13428 Init ido-directory-too-big.
13429 (ido-read-file-name, ido-read-directory-name, ido-completing-read):
13430 Init ido-directory-too-big.
13431
13432 2004-09-24 Luc Teirlinck <teirllm@auburn.edu>
13433
13434 * subr.el (delay-mode-hooks): Doc fix.
13435
13436 2004-09-23 Luc Teirlinck <teirllm@auburn.edu>
13437
13438 * textmodes/enriched.el
13439 (enriched-default-text-properties-local-flag): New variable.
13440 (enriched-mode): Make sure that enabling and disabling the mode is
13441 a no-op. Doc fix.
13442
13443 2004-09-23 H\e,Ae\e(Bkon Malmedal <hmalmedal@yahoo.no> (tiny change)
13444
13445 * calendar/holidays.el (holiday-advent): Report on a specified day
13446 offset from advent, not just advent.
13447 (holiday-easter-etc): Report on one specified day offset from
13448 easter, not all easter holidays. Various Easter holidays moved to
13449 `christian-holidays' variable in calendar.el.
13450 * calendar/calendar.el (christian-holidays): Adapt for new
13451 behavior of `holiday-advent' and `holiday-easter-etc' functions.
13452
13453 2004-09-23 Kim F. Storm <storm@cua.dk>
13454
13455 * image.el (insert-sliced-image): Add doc string.
13456
13457 * ido.el (ido-choice-list): New dynamic var for `list' context.
13458 (ido-context-switch-command): New dynamic var.
13459 (ido-define-mode-map): Generalize switch between file/buffer contexts.
13460 (ido-read-internal): Handle new `list' context.
13461 Handle insert-buffer and insert-file ido-exit values.
13462 (ido-buffer-internal): New arg switch-cmd. Use it to setup
13463 ido-context-switch-command. Handle insert-file ido-exit value.
13464 (ido-read-buffer): Set ido-context-switch-command to 'ignore
13465 unless it is already bound by caller.
13466 (ido-file-internal): New arg switch-cmd. Use it to setup
13467 ido-context-switch-command. Handle insert-buffer ido-exit value.
13468 (ido-enter-insert-buffer, ido-enter-insert-file): New commands
13469 used for context switching.
13470 (ido-all-completions): Handle new `list' context.
13471 (ido-make-choice-list): Return choices for `list' context.
13472 (ido-find-file-in-dir, ido-display-file, ido-write-file)
13473 (ido-display-buffer, ido-kill-buffer): Disable context switching.
13474 (ido-insert-buffer, ido-insert-file): Setup context switching.
13475 (ido-exhibit): Handle `list' context.
13476 (ido-read-file-name): Disable context switching. Handle fallback.
13477 (ido-read-directory-name): Disable context switching.
13478 (ido-completing-read): New defun like completing-read. Setup and
13479 use new `list' context.
13480
13481 2004-09-20 Jesper Harder <harder@ifa.au.dk>
13482
13483 * progmodes/tcl.el (inferior-tcl): Use pop-to-buffer.
13484
13485 2004-09-21 Jay Belanger <belanger@truman.edu>
13486
13487 * calc/calc-graph.el (calc-graph-add-curve): Move the call to
13488 `calc-graph-set-styles' so the gnuplot buffer will appear in a
13489 separate window.
13490
13491 2004-09-21 Luc Teirlinck <teirllm@auburn.edu>
13492
13493 * subr.el (after-change-major-mode-hook): Doc fix.
13494
13495 2004-09-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
13496
13497 * printing.el: Doc fix. Add a new tip about the use of gsprint instead
13498 of ghostscript for monochrome PostScript file in Windows.
13499
13500 2004-09-21 Kenichi Handa <handa@m17n.org>
13501
13502 * descr-text.el (describe-char): Checking of quail activation fixed.
13503
13504 2004-09-21 Jay Belanger <belanger@truman.edu>
13505
13506 * calc/calc.el (calc-mode-var-list): Remove unnecessary quotes.
13507
13508 2004-09-20 Luc Teirlinck <teirllm@auburn.edu>
13509
13510 * subr.el (run-mode-hooks): Run `after-change-major-mode-hook'
13511 after the mode hooks instead of before. Doc fix.
13512
13513 2004-09-20 Jason Rumney <jasonr@gnu.org>
13514
13515 * startup.el (command-line) [windows-nt]: Try .emacs first, then
13516 _emacs, but revert to .emacs if neither exists in home directory.
13517
13518 2004-09-20 John Paul Wallington <jpw@gnu.org>
13519
13520 * bindings.el (completion-ignored-extensions): Add .dfsl.
13521
13522 2004-09-20 Richard M. Stallman <rms@gnu.org>
13523
13524 * bindings.el (scroll-left): Make it disabled.
13525
13526 * files.el (enable-local-eval): Doc fix.
13527
13528 * indent.el (move-to-left-margin): Special case for minibuffer.
13529
13530 * term.el (term-emulate-terminal): Turn off undo for output.
13531 Use with-current-buffer and save-selected-window.
13532
13533 * eshell/esh-ext.el (eshell-explicit-command-char): Doc fix.
13534
13535 * progmodes/make-mode.el (makefile-fill-paragraph):
13536 Don't insist on spaces when looking for comments. # is enough.
13537
13538 * files.el (hack-local-variables): Copy the variables list
13539 to another buffer, strip prefixes and suffixes there, then read.
13540 (enable-local-eval): Doc fix.
13541 (ignored-local-variables): Initialize to nil.
13542 (risky-local-variable-p): Don't check ignored-local-variables here.
13543 (hack-one-local-variable): Ignore var if in ignored-local-variables.
13544
13545 2004-09-20 Dan Nicolaescu <dann@ics.uci.edu>
13546
13547 * progmodes/sh-script.el (sh-mode-default-syntax-table): Set syntax
13548 of = to "." (punctuation).
13549
13550 2004-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
13551
13552 * subr.el (event-basic-type): Fix mask (extend to 22bits).
13553
13554 2004-09-18 Luc Teirlinck <teirllm@auburn.edu>
13555
13556 * textmodes/enriched.el (enriched-rerun-flag): New variable.
13557 (enriched-before-change-major-mode): New function.
13558 Add it to `change-major-mode-hook'.
13559 (enriched-after-change-major-mode): New function.
13560 Add it to `after-change-major-mode-hook'.
13561 (enriched-mode): Make it work correctly if called from
13562 `after-change-major-mode-hook'.
13563 No longer set `indent-line-function'.
13564
13565 * simple.el (fundamental-mode): Run `after-change-major-mode-hook'.
13566
13567 * subr.el (after-change-major-mode-hook): New variable.
13568 (run-mode-hooks): Implement it.
13569
13570 2004-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
13571
13572 * battery.el (battery-linux-proc-apm): Use string-to-number.
13573 (battery-linux-proc-acpi): Ignore all hidden files in the battery dir.
13574 Use dolist (and less indentation). Use erase-buffer.
13575 Pre-initialize `design-capacity', `warn', and `low'.
13576 (battery-format): Use replace-regexp-in-string.
13577
13578 2004-09-18 Ralph Schleicher <rs@nunatak.allgaeu.org>
13579
13580 * battery.el: Delete superfluous empty lines.
13581 (battery-linux-proc-acpi): Attempt to gather information from all
13582 battery subdirectories regardless of their file name.
13583 (battery-linux-proc-apm): Replace all occurrences of
13584 battery-hex-to-int-2 with string-to-int (base 16).
13585 (battery-hex-to-int-2, battery-hex-to-int): Delete functions.
13586 (battery-hex-map): Delete variable.
13587
13588 2004-09-18 John Paul Wallington <jpw@gnu.org>
13589
13590 * calc/calc-units.el (calc-quick-units): Fix overzealous
13591 s/or/unless/.
13592
13593 2004-09-17 Jay Belanger <belanger@truman.edu>
13594
13595 * calc/calc.el (calc-mode-var-list): Fix the value of
13596 `calc-matrix-brackets'.
13597
13598 2004-09-17 Romain Francoise <romain@orebokech.com>
13599
13600 * ibuf-ext.el (define-ibuffer-filter filename):
13601 Expand dired-directory since buffer-file-name is absolute.
13602
13603 2004-09-17 Dan Nicolaescu <dann@ics.uci.edu>
13604
13605 * ediff-init.el (ediff-current-diff-face-A)
13606 (ediff-current-diff-face-B, ediff-current-diff-face-C)
13607 (ediff-current-diff-face-Ancestor)
13608 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
13609 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
13610 (ediff-even-diff-face-A, ediff-even-diff-face-B)
13611 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
13612 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
13613 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
13614 Use min-colors.
13615
13616 * term.el (term-down): Perform vertical motion if DOWN is negative.
13617 (term-exec-1): Set both TERMCAP and TERMINFO unconditionally.
13618 (term-termcap-format): Synchronize with the eterm terminfo entry
13619 in etc/e/eterm.ti.
13620 (term-handle-colors-array): If the current foreground or
13621 background are zero (i.e. unspecified), use the foreground and
13622 background of the default face for reverse video.
13623 (term-ansi-at-eval-string, term-ansi-default-fg)
13624 (term-ansi-default-bg, term-ansi-current-temp): Delete unused variable.
13625 (term-mem): Delete unused function.
13626 (term-protocol-version): Increment.
13627 (term-current-face): Set to default.
13628
13629 2004-09-15 Jay Belanger <belanger@truman.edu>
13630
13631 * calc/calc.el (calc-mode-var-list): Define this variable.
13632 (calc-always-load-extensions, calc-line-numbering)
13633 (calc-line-breaking, calc-display-just, calc-display-origin)
13634 (calc-number-radix, calc-leading-zeros, calc-group-digits)
13635 (calc-group-char, calc-point-char, calc-frac-format)
13636 (calc-prefer-frac, calc-hms-format, calc-date-format)
13637 (calc-float-format, calc-full-float-format, calc-complex-format)
13638 (calc-complex-mode, calc-infinite-mode, calc-display-strings)
13639 (calc-matrix-just, calc-break-vectors, calc-full-vectors)
13640 (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
13641 (calc-matrix-brackets, calc-language, calc-language-option)
13642 (calc-left-label, calc-right-label, calc-word-size)
13643 (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
13644 (calc-display-raw, calc-internal-prec, calc-angle-mode)
13645 (calc-algebraic-mode, calc-incomplete-algebraic-mode)
13646 (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
13647 (calc-window-height, calc-display-trail, calc-show-selections)
13648 (calc-use-selections, calc-assoc-selections)
13649 (calc-display-working-message, calc-auto-why, calc-timing)
13650 (calc-mode-save-mode, calc-standard-date-formats)
13651 (calc-autorange-units, calc-was-keypad-mode, calc-full-mode)
13652 (calc-user-parse-tables, calc-gnuplot-default-device)
13653 (calc-gnuplot-default-output, calc-gnuplot-print-device)
13654 (calc-gnuplot-print-output, calc-gnuplot-geometry)
13655 (calc-graph-default-resolution, calc-graph-default-resolution-3d)
13656 (calc-invocation-macro, calc-show-banner): Give these values as
13657 part of `calc-mode-var-list's initialization after the variables
13658 are declared with defvar.
13659 (calc-bug-address): Change email address to send bug reports to.
13660 Change the maintainer address at the top.
13661 (calc-mode): Compare `calc-settings-file' to `user-init-file' rather
13662 than "\\.emacs" to determine if it is the user-init-file.
13663
13664 * calc/calc-embed.el (calc-embedded-set-modes): Use
13665 `calc-mode-var-list' correctly.
13666
13667 2004-09-15 Thien-Thi Nguyen <ttn@gnu.org>
13668
13669 * vc.el (annotate-time): Document point handling.
13670 (vc-annotate-display-autoscale): Doc fix.
13671
13672 2004-09-15 Miles Bader <miles@gnu.org>
13673
13674 * generic.el (generic-make-keywords-list): Use symbol rather than
13675 word anchors in regexp.
13676
13677 2004-09-14 Sean O'Rourke <sorourke@cs.ucsd.edu>
13678
13679 * ibuf-ext.el (define-ibuffer-filter filename): If buffer has
13680 no file name consider `dired-directory'.
13681
13682 2004-09-14 Kim F. Storm <storm@cua.dk>
13683
13684 * faces.el (cursor): Add face-no-inherit property. Doc fix.
13685
13686 2004-09-14 Simon Josefsson <jas@extundo.com>
13687
13688 * files.el (auto-mode-alist): Map .soa and .zone to dns-mode.
13689
13690 * textmodes/dns-mode.el: Add.
13691
13692 2004-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
13693
13694 * novice.el (disabled-command-hook): Use shorthand for obsolescence.
13695 (disabled-command-function): Make the ?\ char more obvious.
13696
13697 * vc-arch.el (vc-arch-root, vc-arch-registered):
13698 * vc-mcvs.el (vc-mcvs-root, vc-mcvs-registered): Use vc-find-root.
13699
13700 2004-09-13 Hovav Shacham <hovav@sha1.stanford.edu>
13701
13702 * windmove.el (windmove-frame-edges): Report coordinates of
13703 outside edges of frame, not inside edges.
13704 (windmove-coordinates-of-position): Convert into wrapper to new
13705 function `windmove-coordinates-of-window-position';
13706 `compute-motion' always applies to selected window.
13707 (windmove-coordinates-of-position): Update documentation to refer
13708 to Emacs 21 Lisp Reference Manual.
13709 (windmove-find-other-window): Fix off-by-one errors for max x,y.
13710
13711 2004-09-13 Kim F. Storm <storm@cua.dk>
13712
13713 * isearch.el (isearch-resume-in-command-history): Rename from
13714 isearch-resume-enabled and change default to nil.
13715
13716 2004-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
13717
13718 * vc-hooks.el (vc-ignore-dir-regexp): New var.
13719 (vc-registered): Use it.
13720 (vc-find-root): New fun.
13721
13722 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
13723 Don't tell to use \\{...} when it's already done.
13724
13725 * textmodes/bibtex.el (bibtex-generate-url-list): Change format.
13726 Provide a sample complex default.
13727 (bibtex-url, bibtex-font-lock-url): Adapt to new format.
13728 (bibtex-entry): Use mapc.
13729
13730 2004-09-12 Kim F. Storm <storm@cua.dk>
13731
13732 * kmacro.el (kmacro-step-edit-prompt): Add "%s" format to message.
13733
13734 * emulation/cua-rect.el (cua--rectangle-operation): Let bind
13735 inhibit-field-text-motion to t so rectangles work in comint buffers.
13736
13737 * simple.el (choose-completion-string): Set buffer before running
13738 choose-completion-string-functions hook so it can be buffer-local.
13739
13740 2004-09-12 Daniel Pfeiffer <occitan@esperanto.org>
13741
13742 * progmodes/compile.el (compilation-start): Parse command to see
13743 if it starts with a cd, and if so perform it for the *compilation*
13744 buffer. Change the header to reflect this.
13745
13746 2004-09-11 Kim F. Storm <storm@cua.dk>
13747
13748 * ido.el (ido-enable-dot-prefix): Doc fix.
13749 (ido-enable-dot-prefix): New defcustom.
13750 (ido-set-matches1): Use it.
13751
13752 2004-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
13753
13754 * textmodes/bibtex.el (bibtex-mark-active)
13755 (bibtex-run-with-idle-timer): Move the `if' inside the defun.
13756
13757 2004-09-10 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
13758
13759 * textmodes/bibtex.el (bibtex-autokey-titleword-ignore): Regexp is
13760 used in a case insensitive environment.
13761 (bibtex-mode-map): Rearrange order of menus.
13762 (bibtex-quoted-string-re): Obsolete.
13763 (bibtex-complete-key-cleanup): Variable replaced by new function.
13764 (bibtex-font-lock-keywords): Use backquotes.
13765 (bibtex-font-lock-url-regexp): New internal variable.
13766 (bibtex-name-in-field): New optional arg remove-opt-alt to remove
13767 "OPT" and "ALT".
13768 (bibtex-insert-current-kill, bibtex-make-field)
13769 (bibtex-prepare-new-entry, bibtex-yank-pop, bibtex-String): Use unless.
13770 (bibtex-parse-field-text): Simplify.
13771 (bibtex-string=): New helper function.
13772 (bibtex-member-of-regexp): Merge with bibtex-autokey-get-title.
13773 (bibtex-map-entries): Use bibtex-string=.
13774 (bibtex-search-entry): Use not.
13775 (bibtex-enclosing-field): Fix docstring.
13776 (bibtex-assoc-regexp): Obsolete.
13777 (bibtex-format-entry): Use assoc-string and bibtex-string=.
13778 (bibtex-autokey-get-names): Handle empty name field.
13779 (bibtex-parse-strings): Use assoc-string and unless.
13780 (bibtex-complete-string-cleanup): Expansion list is passed as an arg.
13781 Use assoc-string.
13782 (bibtex-pop): Simplify.
13783 (bibtex-mode): Set font-lock-extra-managed-props.
13784 (bibtex-entry-update): Use assoc-string.
13785 (bibtex-parse-entry): Remove "OPT" and "ALT" from FIELD.
13786 (bibtex-autofill-entry): Use bibtex-string=.
13787 (bibtex-print-help-message): Simplify.
13788 (bibtex-find-entry): New optional arg START.
13789 (bibtex-validate): Use bibtex-string= and assoc-string.
13790 Do not call obsolete function compilation-parse-errors.
13791 (bibtex-remove-delimiters): Only remove delimiters if present.
13792 (bibtex-copy-entry-as-kill): Add docstring.
13793 (bibtex-clean-entry): Use bibtex-string=. Handle empty keys.
13794 Detect duplicate keys if bibtex-maintain-sorted-entries is nil.
13795 (bibtex-complete): Use bibtex-predefined-month-strings,
13796 bibtex-string=, and new function bibtex-complete-key-cleanup.
13797 (bibtex-generate-url-list): New variable.
13798 (bibtex-url): New command bound to C-c C-l and mouse-2.
13799 (bibtex-url-map): New local keymap for bibtex-url-mouse.
13800 (bibtex-font-lock-url): New function.
13801
13802 2004-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
13803
13804 * progmodes/grep.el (grep-mode): Remove unnecessary autoload.
13805
13806 2004-09-09 Kim F. Storm <storm@cua.dk>
13807
13808 * kmacro.el (kmacro-bind-to-key): Associate dedicated macro
13809 counter and format with binding.
13810 (kmacro-name-last-macro): New defun. Like name-last-kbd-macro, but
13811 the declared macro uses own macro counter and format. Give symbol
13812 kmacro property.
13813 (kmacro-keymap): Bind kmacro-name-last-macro to n.
13814 (kmacro-start-macro, kmacro-end-macro, kmacro-call-macro)
13815 (kmacro-end-and-call-macro): Doc fix.
13816
13817 2004-09-09 Lars Hansen <larsh@math.ku.dk>
13818
13819 * desktop.el (desktop-clear-preserve-buffers):
13820 Remove make-obsolete-variable.
13821
13822 2004-09-08 Richard M. Stallman <rms@gnu.org>
13823
13824 * buff-menu.el (list-buffers-noselect): Call format-mode-line
13825 with the buffer as argument.
13826
13827 2004-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
13828
13829 * vc-arch.el (vc-arch-state): Fix parsing for `names' method.
13830
13831 2004-09-08 Juri Linkov <juri@jurta.org>
13832
13833 * replace.el (perform-replace): Use `query-replace-descr'.
13834
13835 * cus-start.el (history-delete-duplicates): Specify customization.
13836
13837 * diff-mode.el (diff-mode-map):
13838 * progmodes/compile.el (compilation-mode-map):
13839 * progmodes/grep.el (grep-mode-map):
13840 * replace.el (occur-mode-map): Rename `next-error-follow-mode'
13841 to `next-error-follow-minor-mode'.
13842
13843 2004-09-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13844
13845 * isearch.el (isearch-lazy-highlight-update): Take into account
13846 the case of zero-length match at the search bound.
13847
13848 2004-09-08 Kim F. Storm <storm@cua.dk>
13849
13850 * emulation/cua-rect.el (cua--highlight-rectangle): Fix last
13851 change. Use zero width overlays when necessary.
13852
13853 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
13854
13855 * subr.el (split-string): Docfix.
13856
13857 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
13858
13859 * emacs-lisp/bytecomp.el (byte-compile-generate-call-tree): Doc fix.
13860 (display-call-tree): Ensure newline after caller/calls blocks.
13861
13862 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
13863
13864 * startup.el (command-line-1): Make option
13865 --directory/-L modify `load-path' straight away.
13866
13867 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
13868
13869 * progmodes/grep.el (grep-mode): Use normal autoload cookie.
13870
13871 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
13872
13873 * emacs-lisp/autoload.el (make-autoload):
13874 Handle `define-compilation-mode'.
13875
13876 * emacs-lisp/lisp-mode.el (define-compilation-mode):
13877 Specify `doc-string-elt' property.
13878
13879 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
13880
13881 * bs.el (bs-mode): Doc fix.
13882
13883 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
13884
13885 * info.el (Info-insert-dir): Fix temp buffer leak bug.
13886
13887 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
13888
13889 * play/blackbox.el (bb-trace-ray): Avoid double tracing.
13890
13891 2004-09-08 Kenichi Handa <handa@m17n.org>
13892
13893 * ps-mule.el: Fix old function calls (ps-mule-chars-in-string ->
13894 length, ps-mule-string-char -> aref, ps-mule-next-index -> 1+,
13895 ps-mule-next-point -> 1+).
13896
13897 * composite.el (encode-composition-rule): Add autoload cookie.
13898
13899 2004-09-07 Luc Teirlinck <teirllm@auburn.edu>
13900
13901 * format.el (buffer-auto-save-file-format): Make it permanent local.
13902
13903 2004-09-07 Kim F. Storm <storm@cua.dk>
13904
13905 * emacs-lisp/authors.el (authors-aliases): Add more aliases.
13906 (authors-fixed-entries): Fix typo.
13907 (authors-canonical-author-name): Compact multiple spaces.
13908 Ignore trivial names (e.g. only first name).
13909
13910 * term.el (term-window-width): Only use full window width on
13911 window system if overflow-newline-into-fringe is enabled.
13912 (term-mode): Don't disable overflow-newline-into-fringe.
13913
13914 2004-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
13915
13916 * term/xterm.el (function-key-map): Add bindings for C- and S- cursor
13917 motion as seen on my Mac OS X xterms.
13918
13919 * newcomment.el (uncomment-region-default, comment-region-default):
13920 New functions extracted from uncomment-region and comment-region.
13921 (comment-region, comment-region-function, uncomment-region)
13922 (uncomment-region-function): Use them.
13923
13924 * pcvs-util.el (cvs-string-prefix-p): Use compare-strings.
13925
13926 * pcvs-info.el (cvs-states): Allow `ignore' on NEED-UPDATE.
13927 It's not crucial but can make sense at times.
13928
13929 * vc-arch.el (vc-arch-workfile-version): Handle the special case before
13930 the first commit.
13931
13932 * vc.el (vc-buffer-context, vc-restore-buffer-context):
13933 Disable obsolete code.
13934
13935 2004-09-07 Juri Linkov <juri@jurta.org>
13936
13937 * progmodes/grep.el (grep-highlight-matches): Change default from
13938 `t' to `auto-detect', and type from `boolean' to `choice'. Doc fix.
13939 (grep-compute-defaults): Set `grep-highlight-matches' to `t'
13940 if grep option `--color' is available, or to `nil' otherwise.
13941 (grep-process-setup): Call `grep-compute-defaults' if
13942 `grep-highlight-matches' is not computed. Set env-vars only
13943 if `grep-highlight-matches' is `t'.
13944 (grep-use-null-device): Remove redundant type `boolean' (`choice'
13945 is already defined).
13946
13947 * progmodes/compile.el (compilation-start): Use copy of
13948 `process-environment' created by `copy-sequence' to not
13949 modify env-vars in the global `process-environment'.
13950
13951 2004-09-06 Eli Zaretskii <eliz@gnu.org>
13952
13953 * simple.el (next-error-follow-minor-mode): Fix last change.
13954
13955 2004-09-05 Luc Teirlinck <teirllm@auburn.edu>
13956
13957 * textmodes/paragraphs.el (use-hard-newlines): Make it into a
13958 permanent local.
13959
13960 2004-09-04 Richard M. Stallman <rms@gnu.org>
13961
13962 * isearch.el (isearch-lazy-highlight-new-loop): Don't invoke
13963 highlighting if the search string is empty.
13964
13965 2004-09-04 Luc Teirlinck <teirllm@auburn.edu>
13966
13967 * facemenu.el (facemenu-active-faces): Change condition of inner
13968 `while' loop to also check the first two elements of `face-atts'
13969 and `mask-atts'.
13970
13971 2004-09-04 John Paul Wallington <jpw@gnu.org>
13972
13973 * thumbs.el (thumbs-view-image-mode-map): Fix command name typo.
13974 (thumbs-view-image-mode): Make buffer read-only.
13975
13976 2004-09-04 Christopher J. Madsen <cjm@pobox.com>
13977
13978 * textmodes/ispell.el (ispell-really-aspell): New defvar.
13979 (ispell-check-version): Set it.
13980 (ispell-send-replacement): New function.
13981 (ispell-process-line): Call ispell-send-replacement.
13982
13983 2004-09-04 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
13984
13985 * eshell/em-pred.el (eshell-predicate-help-string): Doc fix.
13986 Support choosing seconds with "s".
13987
13988 2004-09-04 Jari Aalto <jari.aalto@poboxes.com>
13989
13990 * terminal.el (te-escape): Show `?' in prompt for help key.
13991
13992 2004-09-04 Emilio C. Lopes <eclig@gmx.net>
13993
13994 * emacs-lisp/lisp.el (kill-backward-up-list): New function.
13995
13996 2004-09-04 Dan Nicolaescu <dann@ics.uci.edu>
13997
13998 * simple.el (next-error-follow-minor-mode)
13999 (next-error-follow-mode-post-command-hook): New functions.
14000 (next-error-follow-last-line): New defvar.
14001
14002 * diff-mode.el (diff-mode-map): Bind next-error-follow-mode.
14003 * progmodes/compile.el (compilation-mode-map): Likewise.
14004 * progmodes/grep.el (grep-mode-map): Likewise.
14005 * replace.el (occur-mode-map): Likewise.
14006
14007 * newcomment.el (uncomment-region): Bind comment-use-global-state
14008 to nil.
14009
14010 2004-09-03 Luc Teirlinck <teirllm@auburn.edu>
14011
14012 * autorevert.el (auto-revert-handler): Bind `buffer-read-only'
14013 locally around the call to `revert-buffer'.
14014
14015 2004-09-03 Juri Linkov <juri@jurta.org>
14016
14017 * isearch.el (isearch-toggle-regexp): Set `isearch-success' and
14018 `isearch-adjusted' to `t'.
14019 (isearch-toggle-case-fold): Set `isearch-success' to `t'.
14020 (isearch-message-prefix): Add "pending" for isearch-adjusted.
14021 (isearch-other-meta-char): Restore isearch-point unconditionally.
14022 (isearch-query-replace): Add new arg `regexp-flag' and use it.
14023 Set point to start of match if region is not active in transient
14024 mark mode (to include the current match to region boundaries).
14025 Push the search string to `query-replace-from-history-variable'.
14026 Add prompt "Query replace regexp" for isearch-regexp.
14027 Add region beginning/end as last arguments of `perform-replace.'
14028 (isearch-query-replace-regexp): Replace code by the call to
14029 `isearch-query-replace' with arg `t'.
14030
14031 2004-09-03 Richard M. Stallman <rms@gnu.org>
14032
14033 * startup.el (normal-top-level): Undo previous TERM change.
14034
14035 2004-09-03 Kim F. Storm <storm@cua.dk>
14036
14037 * emulation/cua-rect.el (cua--overlay-keymap): New keymap for
14038 highlight overlays; allow using RET when cursor is over a button.
14039 (cua--highlight-rectangle): Use it.
14040 (cua--rectangle-set-corners): Don't move backwards at eol.
14041 (cua--forward-line): Don't move into void after eob.
14042
14043 * emulation/cua-rect.el (cua--rectangle-set-corners): Ensure that
14044 point is set (and displayed) inside rectangle.
14045 (cua--rectangle-operation): Fix for highlight of empty lines.
14046 (cua--highlight-rectangle): Fix highlight for tabs.
14047 Position cursor at left/right edge of rectangle using new `cursor'
14048 property on overlay strings.
14049 (cua--indent-rectangle): Don't tabify.
14050 (cua-rotate-rectangle): Ignore that point has moved.
14051
14052 2004-09-02 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14053
14054 * term/mac-win.el: Add ASCII equivalents for some function keys.
14055 (mode-line-frame-identification): Sync with x-win.el.
14056
14057 2004-09-02 Juri Linkov <juri@jurta.org>
14058
14059 * progmodes/compile.el (compilation-buffer-name): Compare major
14060 mode with second element of compilation-arguments instead of third
14061 to reflect latest changes in compilation-arguments structure.
14062 (recompile): Use global variable `compilation-directory' to get
14063 recent compilation directory only when `recompile' is invoked NOT
14064 in the compilation buffer. Otherwise, use `default-directory' of
14065 the compilation buffer.
14066 (compilation-error-properties): Allow to funcall col and end-col.
14067 (compilation-mode-font-lock-keywords): Check col and end-col by
14068 `integerp'.
14069 (compilation-goto-locus): If end-mk is non-nil in transient mark
14070 mode don't activate the mark (and don't display message in
14071 push-mark), but highlight overlay between mk and end-mk.
14072
14073 * progmodes/grep.el (grep-highlight-matches): New defcustom.
14074 (grep-regexp-alist): Add rule to highlight grep matches.
14075 (grep-process-setup): Set env-vars GREP_OPTIONS and GREP_COLOR.
14076
14077 * info.el (Info-fontify-node): Don't compute other-tag
14078 if Info-hide-note-references=hide.
14079
14080 * help.el (function-called-at-point):
14081 * help-fns.el (variable-at-point):
14082 Try `find-tag-default' when other methods failed.
14083
14084 * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
14085 Do not push mark if inhibit-mark-movement is non-nil.
14086
14087 * textmodes/ispell.el (ispell-html-skip-alists):
14088 Fix backslashes in docstring.
14089
14090 2004-09-01 Juri Linkov <juri@jurta.org>
14091
14092 * isearch.el (isearch-wrap-function)
14093 (isearch-push-state-function): New defvars.
14094 (isearch-pop-fun-state): New defsubst.
14095 (isearch-top-state): Call function saved in `isearch-pop-fun-state'.
14096 (isearch-push-state): Set the result of calling
14097 `isearch-push-state-function' to the `isearch-pop-fun-state' field.
14098 (isearch-cancel): Call function saved in `isearch-pop-fun-state' to
14099 restore the mode-specific starting point of terminated search.
14100 (isearch-abort): Call `isearch-cancel' instead of its duplicated code.
14101 (isearch-repeat): Call `isearch-wrap-function' if defined.
14102 (isearch-message-prefix): Don't add prefix "over" to the message
14103 for wrapped search if `isearch-wrap-function' is defined.
14104 (isearch-search): Call function saved in `isearch-pop-fun-state' to
14105 restore the mode-specific starting point of failed search.
14106
14107 * info.el (Info-search-whitespace-regexp): Fix backslashes.
14108 (Info-search): Add new optional arguments for the sake of isearch.
14109 Replace whitespace in Info-search-whitespace-regexp literally.
14110 Add backward search. Don't call `Info-select-node' if regexp is
14111 found in the same Info node. Don't add node to Info-history for
14112 wrapped isearch.
14113 (Info-search-backward, Info-isearch-search, Info-isearch-wrap)
14114 (Info-isearch-push-state, Info-isearch-pop-state): New funs.
14115 (Info-mode): Set local variables `isearch-search-fun-function',
14116 `isearch-wrap-function', `isearch-push-state-function',
14117 `search-whitespace-regexp'.
14118
14119 * isearch.el: Remove ancient Change Log section.
14120 (isearch-string, isearch-message-string, isearch-point)
14121 (isearch-success, isearch-forward-flag, isearch-other-end)
14122 (isearch-word, isearch-invalid-regexp, isearch-wrapped)
14123 (isearch-barrier, isearch-within-brackets)
14124 (isearch-case-fold-search): Add suffix `-state' to state-related
14125 defsubsts to avoid name clashes with other function names.
14126
14127 * simple.el (next-error): New defgroup and defface.
14128 (next-error-highlight, next-error-highlight-no-select):
14129 New defcustoms.
14130 (next-error-no-select): Let-bind next-error-highlight to the value
14131 of next-error-highlight-no-select before calling `next-error'.
14132
14133 * progmodes/compile.el (compilation-goto-locus):
14134 Use `next-error' face instead of `region'. Set 4-th argument of
14135 `move-overlay' to `current-buffer' to move overlay to different
14136 source buffers. Use new variable `next-error-highlight'.
14137
14138 * simple.el (next-error-find-buffer): Move the rule
14139 "if current buffer is a next-error capable buffer" after the
14140 rule "if next-error-last-buffer is set to a live buffer".
14141 Simplify to test all rules in one `or'.
14142 (next-error): Doc fix.
14143 (next-error, previous-error, first-error)
14144 (next-error-no-select, previous-error-no-select):
14145 Make arguments optional.
14146
14147 2004-08-31 Luc Teirlinck <teirllm@auburn.edu>
14148
14149 * macros.el (apply-macro-to-region-lines): Make it operate on all
14150 lines that begin in the region, rather than on all complete lines
14151 in the region.
14152
14153 2004-08-31 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
14154
14155 * x-dnd.el (x-dnd-protocol-alist): Document update.
14156 (x-dnd-known-types): Defcustom it.
14157 (x-dnd-handle-motif): Print message-atom in error message.
14158
14159 2004-08-30 John Paul Wallington <jpw@gnu.org>
14160
14161 * textmodes/tex-mode.el (tex-validate-buffer): Use distinct
14162 strings rather than programatically constructing message.
14163
14164 2004-08-30 Richard M. Stallman <rms@gnu.org>
14165
14166 * emacs-lisp/lisp-mode.el (prin1-char): Don't turn S-a into A.
14167 Don't return a string that would read as the wrong character code.
14168
14169 2004-08-29 Kim F. Storm <storm@cua.dk>
14170
14171 * emulation/cua-base.el (cua-auto-expand-rectangles):
14172 Remove automatic rectangle padding feature; replace by non-destructive
14173 virtual rectangle edges feature.
14174 (cua-virtual-rectangle-edges): New defcustom.
14175 (cua-auto-tabify-rectangles): New defcustom.
14176 (cua-paste): If paste into a marked rectangle, insert rectangle at
14177 current column, even if virtual; also paste exactly as many lines
14178 as has been marked (ignore additional lines or add empty lines),
14179 but paste whole source if only one line is marked.
14180 (cua--update-indications): No longer use overwrite-cursor to
14181 indicate rectangle padding
14182
14183 * emulation/cua-rect.el (cua--rectangle-padding): Remove.
14184 (cua--rectangle-virtual-edges): New defun.
14185 (cua--rectangle-get-corners): Remove optional PAD arg.
14186 (cua--rectangle-set-corners): Never do padding.
14187 (cua--forward-line): Remove optional PAD arg. Simplify.
14188 (cua-resize-rectangle-right, cua-resize-rectangle-left)
14189 (cua-resize-rectangle-down, cua-resize-rectangle-up):
14190 (cua-resize-rectangle-bot, cua-resize-rectangle-top)
14191 (cua-resize-rectangle-page-up, cua-resize-rectangle-page-down)
14192 (cua--rectangle-move): Never do padding. Simplify.
14193 (cua--tabify-start): New defun.
14194 (cua--rectangle-operation): Add tabify arg. All callers changed.
14195 (cua--pad-rectangle): Remove.
14196 (cua--delete-rectangle): Handle delete with virtual edges.
14197 (cua--extract-rectangle): Add spaces if rectangle has virtual edges.
14198 (cua--insert-rectangle): Handle insert at virtual column.
14199 Perform auto-tabify if necessary.
14200 (cua--activate-rectangle): Remove optional FORCE arg.
14201 Never do padding. Simplify.
14202 (cua--highlight-rectangle): Enhance for virtual edges.
14203 (cua-toggle-rectangle-padding): Remove command.
14204 (cua-toggle-rectangle-virtual-edges): New command.
14205 (cua-sequence-rectangle): Add optional TABIFY arg. Callers changed.
14206 (cua--rectangle-post-command): Don't force rectangle padding.
14207 (cua--init-rectangles): Bind M-p to cua-toggle-rectangle-virtual-edges.
14208
14209 2004-08-28 Luc Teirlinck <teirllm@auburn.edu>
14210
14211 * indent.el (edit-tab-stops-buffer): Doc fix.
14212
14213 2004-08-28 Richard M. Stallman <rms@gnu.org>
14214
14215 * progmodes/grep.el (grep-default-command): Use find-tag-default.
14216 (grep-tag-default): Function deleted.
14217
14218 * subr.el (find-tag-default): Move from etags.el.
14219
14220 * progmodes/etags.el (find-tag-default): Move to subr.el.
14221
14222 * emacs-lisp/lisp-mode.el (prin1-char): Put `shift' modifier
14223 into the basic character if it has an uppercase form.
14224
14225 2004-08-27 Kenichi Handa <handa@m17n.org>
14226
14227 * international/utf-8.el (utf-8-post-read-conversion): If the
14228 buffer is unibyte, temporarily make it multibyte.
14229
14230 2004-08-27 Masatake YAMATO <jet@gyve.org>
14231
14232 * calendar/time-date.el (time-to-seconds): Add autoload cookies.
14233
14234 2004-08-25 John Paul Wallington <jpw@gnu.org>
14235
14236 * textmodes/tex-mode.el (tex-validate-buffer): Distinguish between
14237 0, 1, and many mismatches in message.
14238 (tex-start-shell): Use `set-process-query-on-exit-flag'.
14239
14240 * ielm.el (ielm-tab, ielm-complete-symbol): Doc fix.
14241 (inferior-emacs-lisp-mode): Use `set-process-query-on-exit-flag'.
14242
14243 2004-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
14244
14245 * vc-svn.el (vc-svn-diff): Treat options from vc-svn-diff-switches and
14246 vc-diff-switches differently.
14247
14248 2004-08-22 Luc Teirlinck <teirllm@auburn.edu>
14249
14250 * speedbar.el (speedbar-file-regexp): Give it a phony defvar
14251 before and a real defvar after
14252 `speedbar-supported-extension-expressions'. This is to silence
14253 the compiler without breaking bootstrapping.
14254
14255 2004-08-22 Richard M. Stallman <rms@gnu.org>
14256
14257 * textmodes/flyspell.el (flyspell-word):
14258 Use set-process-query-on-exit-flag.
14259 (flyspell-highlight-duplicate-region): Take POSS as arg.
14260 (flyspell-word): Pass POSS as arg.
14261
14262 * progmodes/ada-xref.el: Many doc and style fixes.
14263 (ada-find-any-references): Use compilation-start.
14264 (ada-get-ali-file-name): Improve error msg.
14265 (ada-get-ada-file-name): Likewise.
14266
14267 * net/ange-ftp.el (ange-ftp-gwp-start, ange-ftp-nslookup-host)
14268 (ange-ftp-start-process): Use set-process-query-on-exit-flag.
14269
14270 * mail/mail-extr.el (mail-extr-all-top-level-domains):
14271 Add forward defvar.
14272
14273 * whitespace.el (global-whitespace-mode): New alias
14274 for whitespace-global-mode.
14275
14276 * speedbar.el (speedbar-file-regexp): Move definition up.
14277 (speedbar-mode, speedbar-set-mode-line-format):
14278 Use with-no-warnings.
14279 (speedbar-emacs-popup-kludge): Delete Emacs 19 alternative.
14280
14281 * simple.el (shell-command-on-region): New arg DISPLAY-ERROR-BUFFER
14282 controls whether to display the error buffer.
14283
14284 * ps-mule.el: Delete compatibility code for old Emacsen.
14285 (ps-mule-find-wrappoint): Don't use chars-in-region.
14286
14287 * frame.el (display-mouse-p, display-selections-p):
14288 Use with-no-warnings.
14289
14290 * font-lock.el (font-lock-set-defaults): Use with-no-warnings.
14291
14292 2004-08-22 David Kastrup <dak@gnu.org>
14293
14294 * textmodes/reftex-auc.el, progmodes/meta-mode.el: Update AUCTeX
14295 information.
14296
14297 * speedbar.el, iswitchb.el, ido.el: Update AUCTeX information.
14298
14299 2004-08-22 Andreas Schwab <schwab@suse.de>
14300
14301 * cvs-status.el: Require pcvs during byte-compiling for defun-cvs-mode.
14302
14303 2004-08-22 Masatake YAMATO <jet@gyve.org>
14304
14305 * cvs-status.el (cvs-status-checkout): New function.
14306 (cvs-status-mode-map): Add a key definition for `cvs-status-checkout'.
14307
14308 2004-08-21 David Kastrup <dak@gnu.org>
14309
14310 * net/ange-ftp.el (ange-ftp-hash-entry-exists-p)
14311 (ange-ftp-file-entry-p, ange-ftp-file-symlink-p): Since the code
14312 has been converted to use hashtables, the relation `nil=none' is
14313 no longer valid, as `nil' is not a hashtable. This patch tries to
14314 reduce the number of resulting errors.
14315
14316 2004-08-21 John Paul Wallington <jpw@gnu.org>
14317
14318 * subr.el (process-kill-without-query): Made obsolete in
14319 version 21.4, not 21.5.
14320
14321 * log-edit.el (vc-comment-ring, vc-comment-ring-index)
14322 (vc-previous-comment, vc-next-comment)
14323 (vc-comment-search-reverse, vc-comment-search-forward)
14324 (vc-comment-to-change-log): Likewise.
14325
14326 * international/latin1-disp.el (latin1-char-displayable-p): Likewise.
14327
14328 2004-08-21 Peter Seibel <peter@javamonkey.com> (tiny patch)
14329
14330 * emacs-lisp/cl-indent.el (lisp-indent-defmethod):
14331 Correct indentation of DEFMETHODS with non-standard method
14332 combinations (e.g., PROGN, MIN, MAX).
14333
14334 2004-08-20 Stefan Monnier <monnier@iro.umontreal.ca>
14335
14336 * startup.el (normal-top-level-add-subdirs-to-load-path):
14337 Avoid unnecessarily checking system-type.
14338 (normal-top-level): Set TERM to "dumb". Simplify.
14339
14340 * avoid.el (mouse-avoidance-ignore-p): New fun.
14341 Also ignore switch-frame, select-window, double, and triple clicks.
14342 (mouse-avoidance-banish-hook, mouse-avoidance-exile-hook)
14343 (mouse-avoidance-fancy-hook): Use it.
14344
14345 2004-08-20 Zoran Milojevic <zoran@sipquest.com> (tiny change)
14346
14347 * avoid.el (mouse-avoidance-nudge-mouse)
14348 (mouse-avoidance-banish-destination): Stay within the current window
14349 to avoid problems with mouse-autoselect-window.
14350
14351 2004-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
14352
14353 * pcvs-parse.el (cvs-parse-table, cvs-parse-commit): Try to adapt to
14354 the newer format of some messages in cvs-1.12.1.
14355
14356 2004-08-19 Masatake YAMATO <jet@gyve.org>
14357
14358 * emacs-lisp/elp.el (elp-results-symname-map): New keymap.
14359 (elp-results-jump-to-definition-by-mouse)
14360 (elp-results-jump-to-definition, elp-output-insert-symname): New funs.
14361 (elp-output-result): Use elp-output-insert-symname.
14362
14363 2004-08-18 Kenichi Handa <handa@m17n.org>
14364
14365 * language/cyrillic.el: Register koi8-r in
14366 ctext-non-standard-encodings-alist.
14367 ("Cyrillic-KOI8"): Add ctext-non-standard-encoding.
14368
14369 2004-08-17 Luc Teirlinck <teirllm@auburn.edu>
14370
14371 * emacs-lisp/copyright.el (copyright-update-year): Delete code
14372 that replaces 20xy with xy.
14373
14374 2004-08-17 John Paul Wallington <jpw@gnu.org>
14375
14376 * emacs-lisp/re-builder.el (reb-mode-map): Define within defvar.
14377 (reb-force-update): Doc fix.
14378
14379 2004-08-16 Richard M. Stallman <rms@gnu.org>
14380
14381 * progmodes/which-func.el (which-func-update-1): Doc fix.
14382
14383 * progmodes/sh-script.el (sh-set-shell): Use sh-mode-abbrev-table.
14384 (sh-mode-abbrev-table): New variable.
14385
14386 * progmodes/compile.el (compilation-mode): Doc fix.
14387
14388 * emacs-lisp/lisp-mode.el (eval-last-sexp):
14389 Don't cons a new symbol each time.
14390 (eval-last-sexp-fake-value): New variable.
14391
14392 * emacs-lisp/copyright.el (copyright-years-regexp): New variable.
14393 (copyright-update-year): Detect continuation of list of years.
14394
14395 * term.el (term-default-fg-color, term-default-bg-color)
14396 (ansi-term-color-vector): Use `unspecified', not nil, as default.
14397
14398 * imenu.el: Several doc fixes: don't say variables are buffer-local.
14399
14400 2004-08-16 Davis Herring <herring@lanl.gov>
14401
14402 * isearch.el (isearch-string, isearch-message-string, isearch-point)
14403 (isearch-success, isearch-forward-flag, isearch-other-end)
14404 (isearch-word, isearch-invalid-regexp, isearch-wrapped)
14405 (isearch-barrier, isearch-within-brackets)
14406 (isearch-case-fold-search): Fix broken `nth'-like calls to `aref'.
14407
14408 2004-08-16 Kenichi Handa <handa@m17n.org>
14409
14410 * ps-mule.el (ps-mule-font-info-database): Fix docstring.
14411
14412 2004-08-15 Kenichi Handa <handa@m17n.org>
14413
14414 * term/x-win.el (x-selection-value): If utf8 was successful but
14415 ctext was not, use utf8 string.
14416
14417 2004-08-14 Davis Herring <herring@lanl.gov>
14418
14419 * isearch.el: Remove accidental changes of March 4. Fix backing
14420 up when a regexp isearch is made more general. Use symbolic
14421 accessor functions for isearch stack frames to make usage clearer.
14422 (search-whitespace-regexp): Made groups in documentation shy (as
14423 is the group in the default value).
14424 (isearch-fallback): New function, addresses problems with regexps
14425 liberalized by `\|', adds support for liberalization by `\}' (the
14426 general repetition construct), and incorporates behavior for
14427 `*'/`?'.
14428 (isearch-}-char): New command, calls `isearch-fallback' with
14429 arguments appropriate to a typed `}'.
14430 (isearch-*-char, isearch-|-char): Now just call `isearch-fallback'
14431 appropriately.
14432 (isearch-mode-map): Bind `}' to `isearch-}-char'.
14433 (isearch-string, isearch-message,string, isearch-point)
14434 (isearch-success, isearch-forward-flag, isearch-other-end)
14435 (isearch-word, isearch-invalid-regexp, isearch-wrapped)
14436 (isearch-barrier, isearch-within-brackets, isearch-case-fold-search):
14437 New inline functions to read fields of a stack frame.
14438
14439 2004-08-14 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at> (tiny change)
14440
14441 * battery.el (battery-linux-proc-acpi): Look into battery
14442 directories matching the literal string "CMB", too (required for
14443 Linux kernel version 2.6.7).
14444
14445 2004-08-14 John Paul Wallington <jpw@gnu.org>
14446
14447 * cus-start.el (read-file-name-completion-ignore-case): Add.
14448 (blink-cursor-alist): Change version to "21.4".
14449
14450 * emacs-lisp/bytecomp.el (forward-word): Allow 0 args.
14451
14452 2004-08-11 Daniel Pfeiffer <occitan@esperanto.org>
14453
14454 * speedbar.el (speedbar-scan-subdirs): New option.
14455 (speedbar-file-lists): Don't ignore file-name case on Unix and use
14456 dolist.
14457 (speedbar-insert-files-at-point): Take an extra argument and use
14458 it to optionally find out if a subdir is empty. Also unreadable
14459 files don't get expand buttons.
14460 (speedbar-directory): New image (unused pixmap already existed).
14461 (speedbar-expand-image-button-alist): Use it.
14462
14463 2004-08-11 Martin Stjernholm <bug-cc-mode@gnu.org>
14464
14465 CC Mode update to 5.30.9:
14466
14467 * progmodes/cc-defs.el, progmodes/cc-vars.el (c-emacs-features):
14468 Move from cc-vars to cc-defs for dependency reasons. Fix the
14469 POSIX char class test to check that it works in
14470 `skip-chars-(forward|backward)' too.
14471
14472 * progmodes/cc-align.el (c-lineup-arglist): Fix bug when the
14473 first argument starts with a special brace list.
14474
14475 * progmodes/cc-engine.el (c-forward-type): Fix promotion bug
14476 when `c-opt-type-concat-key' is used (i.e. in Pike).
14477
14478 * progmodes/cc-engine.el (c-looking-at-special-brace-list):
14479 Fix bug when the inner char pair doesn't have paren syntax,
14480 i.e. "(<>)".
14481
14482 * progmodes/cc-align.el (c-lineup-multi-inher): Made it syntactic
14483 whitespace safe.
14484
14485 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix anchor
14486 position for `arglist-intro', `arglist-cont-nonempty' and
14487 `arglist-close' when there are two arglist open parens on the same
14488 line and there's nothing in front of the first.
14489
14490 * progmodes/cc-fonts.el (c-basic-matchers-before): Fix font
14491 locking of qualified names in Java, which previously could fontify
14492 common indexing expressions in many cases. The standard Java
14493 naming conventions are used to tell them apart.
14494
14495 * progmodes/cc-align.el (c-lineup-whitesmith-in-block):
14496 Fix inconsistency wrt opening parens on the first line inside a paren
14497 block.
14498
14499 * progmodes/cc-defs.el (c-langs-are-parametric): Must be known at
14500 compile time for the sake of `c-major-mode-is'.
14501
14502 (c-mode-is-new-awk-p): Made it a macro to delay expansion of
14503 `c-major-mode-is' in the event that this is used inside a
14504 `c-lang-defconst'.
14505
14506 * progmodes/cc-defs.el (c-major-mode-is): Fix expansion inside
14507 `c-lang-defconst' so that it works better with fallback languages.
14508
14509 * progmodes/cc-defs.el (c-add-language): Fix a typo that caused
14510 it to fail to record the base mode.
14511
14512 * progmodes/cc-engine.el (c-syntactic-re-search-forward):
14513 Fix bug so that it doesn't go past the closing paren when PAREN-LEVEL
14514 is used. Reorder the syntax checks to get more efficient
14515 skipping in some situations.
14516
14517 * progmodes/cc-cmds.el (c-electric-brace): Don't trip up on a line
14518 continuation which might precede the newly inserted '{'.
14519
14520 * progmodes/cc-engine.el (c-syntactic-re-search-forward):
14521 Fix cases where it could loop indefinitely.
14522
14523 * progmodes/cc-fonts.el (c-font-lock-declarators): Handle array
14524 size specs correctly. Only fontify identifiers in front of '('
14525 with as functions - don't accept any paren char. Tighten up
14526 initializer skipping to stop before function and class blocks.
14527
14528 * progmodes/cc-engine.el (c-beginning-of-decl-1): Fix bug where
14529 the point could be left directly after an open paren when finding
14530 the beginning of the first decl in the block.
14531
14532 * progmodes/cc-engine.el (c-parse-state): Don't use the syntax
14533 table when filtering out legitimate open parens to be recorded.
14534 This could cause cache inconsistencies when e.g.
14535 `c++-template-syntax-table' was temporarily in use.
14536
14537 * progmodes/cc-engine.el (c-on-identifier)
14538 (c-simple-skip-symbol-backward): Small fix for handling "-"
14539 correctly in `skip-chars-backward'. Affected the operator lfun
14540 syntax in Pike.
14541
14542 * progmodes/cc-engine.el (c-invalidate-sws-region-after):
14543 Fix bug that could cause an error from `after-change-functions' when
14544 the changed region is at bob.
14545
14546 2004-08-11 Alan Mackenzie <bug-cc-mode@gnu.org>
14547
14548 CC Mode update to 5.30.9:
14549
14550 * progmodes/cc-cmds.el, progmodes/cc-vars.el: Amend doc(-strings)
14551 to say that <TAB> doesn't insert WS into a CPP line.
14552 (c-indent-command, c-tab-always-indent): Amend doc strings.
14553
14554 * progmodes/cc-styles.el, progmodes/cc-engine.el: Add in two
14555 checks for user errors, thus eliminating cryptic and unhelpful
14556 Emacs error messages. (1) Check the arg to `c-set-style' is a
14557 string. (2) Check that settings to `c-offsets-alist' are not
14558 spuriously quoted.
14559
14560 * progmodes/cc-cmds.el (c-electric-brace): Don't delete a comment
14561 which precedes the newly inserted `{'.
14562
14563 2004-08-10 Michael Albinus <michael.albinus@gmx.de>
14564
14565 Sync with Tramp 2.0.44.
14566
14567 * net/tramp.el (tramp-post-connection): Quote $1 and $2 of shell
14568 function "tramp_file_attributes". Otherwise, file names
14569 containing spaces are misinterpreted. Reported by Magnus Henoch
14570 <mange@freemail.hu>.
14571 (tramp-handle-file-truename): FILENAME must be expanded first.
14572 Otherwise, parameters like "/ssh:deego@gnufans.net:~" will return
14573 obscure results. Reported by D. Goel <deego@gnufans.org>.
14574 (tramp-handle-verify-visited-file-modtime): If file does not
14575 exist, say it is not modified if and only if that agrees with the
14576 buffer's record. Check whether a file is visiting the buffer, or
14577 the buffer has no recorded last modification time. Return t in
14578 case the visiting file doesn't exist. Suggested by Luc Teirlinck
14579 <teirllm@auburn.edu>.
14580 (tramp-handle-write-region): Pass modtime explicitly to
14581 `set-visited-file-modtime', because filename can be different
14582 from (buffer-file-name) if `file-precious-flag' is set.
14583 `set-visited-file-modtime' must be called always when `visit' is t
14584 or a string. Suggested by Luc Teirlinck <teirllm@auburn.edu>.
14585 (tramp-handle-set-visited-file-modtime): If `time-list' is not
14586 nil, don't apply the whole body. If the file doesn't exists, set
14587 modtime to '(-1 65535). Suggested by Luc Teirlinck
14588 <teirllm@auburn.edu>.
14589
14590 2004-08-09 Luc Teirlinck <teirllm@auburn.edu>
14591
14592 * help.el (describe-bindings): Doc fix.
14593
14594 * subr.el (kbd): Doc fix.
14595
14596 2004-08-08 John Paul Wallington <jpw@gnu.org>
14597
14598 * ibuffer.el (define-ibuffer-column size): Use `string-to-number'
14599 instead of `string-to-int'.
14600 (define-ibuffer-column mode): Fix indentation.
14601
14602 2004-08-08 Lars Hansen <larsh@math.ku.dk>
14603
14604 * wid-edit.el (widget-sexp-validate): Allow whitespace after expression.
14605
14606 2004-08-08 Luc Teirlinck <teirllm@auburn.edu>
14607
14608 * subr.el (global-unset-key, local-unset-key): Doc fixes.
14609
14610 * novice.el (disabled-command-function): New variable renamed from
14611 `disabled-command-hook'.
14612 (disabled-command-hook): Keep the _variable_ as alias for
14613 `disabled-command-function' and make obsolete.
14614 (disabled-command-function): Function renamed from
14615 `disabled-command-hook'. Adapt code to name change of the variable.
14616
14617 2004-08-07 Satyaki Das <satyaki@theforce.stanford.edu> (tiny change)
14618
14619 * simple.el (completion-root-regexp): New defvar.
14620 (completion-setup-function): Use it instead of a literal string.
14621
14622 2004-08-07 John Paul Wallington <jpw@gnu.org>
14623
14624 * emacs-lisp/re-builder.el (reb-re-syntax): Add `rx' syntax.
14625 (reb-lisp-mode): Require `rx' feature when `re-reb-syntax' is `rx'.
14626 (reb-lisp-syntax-p, reb-change-syntax): `rx' is a Lisp syntax.
14627 (reb-cook-regexp): Call `rx-to-string' when `re-reb-syntax' is `rx'.
14628
14629 2004-08-05 Katsumi Yamaoka <yamaoka@jpl.org> (tiny change)
14630
14631 * mail/mail-extr.el (mail-extr-disable-voodoo): New variable.
14632 (mail-extr-voodoo): Check mail-extr-disable-voodoo.
14633
14634 2004-08-04 Kenichi Handa <handa@m17n.org>
14635
14636 * international/encoded-kb.el (encoded-kbd-setup-keymap):
14637 Fix previous change.
14638
14639 2004-08-03 Kenichi Handa <handa@m17n.org>
14640
14641 * international/encoded-kb.el: The following changes are to
14642 utilize key-translation-map instead of minor mode map.
14643 (encoded-kbd-iso2022-non-ascii-map): Delete it.
14644 (encoded-kbd-coding, encoded-kbd-handle-8bit): Delete them.
14645 (encoded-kbd-last-key): New function.
14646 (encoded-kbd-iso2022-single-shift): New function.
14647 (encoded-kbd-iso2022-designation)
14648 (encoded-kbd-self-insert-iso2022-7bit)
14649 (encoded-kbd-self-insert-iso2022-8bit)
14650 (encoded-kbd-self-insert-sjis, encoded-kbd-self-insert-big5)
14651 (encoded-kbd-self-insert-ccl): Make them suitable for bindings in
14652 key-translation-map.
14653 (encoded-kbd-setup-keymap): Setup key-translation-map.
14654 (saved-key-translation-map): New variable.
14655 (encoded-kbd-mode): Save/restore key-translation-map.
14656 Adjust for the change of encoded-kbd-setup-keymap.
14657
14658 2004-08-02 Kim F. Storm <storm@cua.dk>
14659
14660 * avoid.el (mouse-avoidance-point-position): Use window-inside-edges
14661 and call compute-motion with nil for topos and width to get proper
14662 usable width and height for both window and non-window systems.
14663
14664 * windmove.el (windmove-coordinates-of-position): Let compute-motion
14665 calculate usable window width and height.
14666
14667 * window.el (window-buffer-height): Call compute-motion with nil width.
14668
14669 2004-08-01 David Kastrup <dak@gnu.org>
14670
14671 * replace.el (query-replace-read-from):
14672 Use `query-replace-compile-replacement'.
14673 (query-replace-compile-replacement): New function.
14674 (query-replace-read-to): Use `query-replace-compile-replacement'
14675 for repeating the last command.
14676
14677 2004-08-01 John Paul Wallington <jpw@gnu.org>
14678
14679 * printing.el (toplevel, pr-ps-fast-fire, pr-ps-set-utility)
14680 (pr-ps-set-printer, pr-txt-set-printer, pr-eval-setting-alist)
14681 (pr-switches): Remove period from end of error messages.
14682
14683 * help-mode.el (help-go-back): Likewise.
14684
14685 * abbrev.el (only-global-abbrevs): Doc fix.
14686 (edit-abbrevs-map): Define within defvar.
14687 (quietly-read-abbrev-file): Doc fix.
14688
14689 2004-07-31 Luc Teirlinck <teirllm@auburn.edu>
14690
14691 * novice.el (enable-command, disable-command): Doc fixes.
14692
14693 * subr.el (event-modifiers, event-basic-type): Doc fixes.
14694
14695 2004-07-30 Richard M. Stallman <rms@gnu.org>
14696
14697 * subr.el (with-local-quit): Doc fix.
14698
14699 2004-07-30 Luc Teirlinck <teirllm@auburn.edu>
14700
14701 * international/utf-8.el (utf-translate-cjk-mode): Doc fix.
14702
14703 2004-07-28 Luc Teirlinck <teirllm@auburn.edu>
14704
14705 * custom.el (defcustom): Doc fix.
14706
14707 2004-07-28 Masatake YAMATO <jet@gyve.org>
14708
14709 * progmodes/etags.el (etags-tags-apropos): Show building progress.
14710
14711 2004-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
14712
14713 * imenu.el (imenu-prev-index-position-function)
14714 (imenu-extract-index-name-function, imenu-name-lookup-function)
14715 (imenu--index-alist): Docstring redundancy fix.
14716
14717 2004-07-25 Lars Hansen <larsh@math.ku.dk>
14718
14719 * wdired.el (wdired-finish-edit): Require dired-aux before locally
14720 binding dired-backup-overwrite.
14721
14722 2004-07-25 John Paul Wallington <jpw@gnu.org>
14723
14724 * subr.el (butlast, event-modifiers, event-basic-type): Doc fixes.
14725
14726 2004-07-24 Luc Teirlinck <teirllm@auburn.edu>
14727
14728 * term/tty-colors.el (tty-color-approximate): Doc fix.
14729
14730 * select.el (x-get-selection, x-set-selection): Doc fixes.
14731
14732 * frame.el (make-frame): Doc fix.
14733
14734 2004-07-24 Richard M. Stallman <rms@gnu.org>
14735
14736 * mail/rmail.el (rmail-mime-charset-pattern):
14737 Don't include semicolon in the charset value.
14738
14739 * replace.el (occur-next-error): Call set-window-point.
14740 (occur-engine): Handle negative NLINES.
14741
14742 2004-07-23 Luc Teirlinck <teirllm@auburn.edu>
14743
14744 * frame.el (modify-all-frames-parameters): Minor doc fix.
14745 (set-frame-configuration): Doc fix.
14746
14747 2004-07-23 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
14748
14749 * simple.el (completion-setup-function): Compute the common parts
14750 and the first difference place correctly when
14751 partial-completion-mode is on.
14752
14753 2004-07-22 Vinicius Jose Latorre <viniciusjl@ig.com.br>
14754
14755 * ps-print.el: Doc fix.
14756 (ps-print-version): New version 6.6.5.
14757 (ps-printing-region): Doc fix.
14758 (ps-generate-string-list): Comment fix.
14759 (ps-message-log-max): Code fix.
14760
14761 2004-07-22 Michael Piotrowski <mxp@dynalabs.de> (tiny change)
14762
14763 * ps-print.el (ps-begin-file): Improve the DSC compliance of the
14764 generated PostScript.
14765
14766 2004-08-17 Reiner Steib <Reiner.Steib@gmx.de>
14767
14768 * net/tls.el (tls-process-connection-type): Fix docstring. (Sync
14769 with Gnus v5_10 branch.)
14770
14771 2004-08-16 Reiner Steib <Reiner.Steib@gmx.de>
14772
14773 * calendar/time-date.el (time-to-number-of-days): New function.
14774 Imported from from Gnus.
14775
14776 2004-07-22 Kim F. Storm <storm@cua.dk>
14777
14778 * progmodes/make-mode.el: Fix comments.
14779
14780 2004-07-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
14781
14782 * printing.el: Doc fix.
14783
14784 2004-07-20 Luc Teirlinck <teirllm@auburn.edu>
14785
14786 * frame.el (modify-all-frames-parameters): Minor doc fix.
14787
14788 2004-07-20 Richard M. Stallman <rms@gnu.org>
14789
14790 * textmodes/fill.el (fill-nobreak-p): If this break point is
14791 at the end of the line, don't consider the newline which follows
14792 as a reason to return t.
14793
14794 2004-07-19 John Paul Wallington <jpw@gnu.org>
14795
14796 * dired-aux.el (dired-file-set-difference): Don't use `caddr'.
14797
14798 2004-07-18 Luc Teirlinck <teirllm@auburn.edu>
14799
14800 * dired-aux.el (dired-do-kill-lines): Expand docstring.
14801 Delete irrelevant code.
14802
14803 2004-07-17 Kai Grossjohann <kai.grossjohann@gmx.net>
14804
14805 * net/tramp.el (tramp-handle-verify-visited-file-modtime):
14806 New docstring. From Luc Teirlinck.
14807
14808 2004-07-17 Luc Teirlinck <teirllm@auburn.edu>
14809
14810 * autorevert.el: Describe `Auto Revert Tail Mode' in `Commentary'
14811 section.
14812 (auto-revert-handler): Do not check `auto-revert-tail-mode' for
14813 non-file buffers. We know it is nil.
14814
14815 2004-07-17 Kai Grossjohann <kai.grossjohann@gmx.net>
14816
14817 Sync with Tramp 2.0.43.
14818
14819 * net/tramp.el (tramp-handle-verify-visited-file-modtime):
14820 Remove outdated comment.
14821 (tramp-locked, tramp-locker): New variables for implementing a
14822 global lock.
14823 (tramp-sh-file-name-handler): Use them to implement the global lock.
14824
14825 2004-07-13 Michael Albinus <michael.albinus@gmx.de>
14826
14827 * net/tramp.el (all): Code cleanup. Change all `tramp-handle-xxx'
14828 calls to respective `xxx` calls.
14829 (tramp-process-alive-regexp): Precise doc string.
14830 (tramp-multi-action-process-alive): New defun.
14831 (tramp-multi-actions): Use it.
14832 (tramp-handle-find-backup-file-name): `copy-tree' is available
14833 since Emacs 22.1 only (XEmacs has it). Implementation rewritten
14834 in order to avoid this function.
14835 (tramp-handle-write-region): Set current buffer. If connection
14836 wasn't open, `file-modes' has changed it accidentally. Reported by
14837 David Kastrup <dak@gnu.org>.
14838 (tramp-enter-password, tramp-read-passwd): New arguments USER and
14839 HOST.
14840 (tramp-action-password, tramp-multi-action-password): Apply it.
14841 (tramp-open-connection-rsh): If a port is given, the Tramp buffer
14842 name must still contain the port number. Otherwise, we have two
14843 Tramp buffers, with all the confusion. Reported by Myron Selby
14844 <myron@xytech.com> and Rolf Dubitzky
14845 <Dubitzky@physi.uni-heidelberg.de>.
14846
14847 * net/tramp-smb.el (tramp-smb-open-connection): Apply USER and
14848 HOST to `tramp-enter-passwd'.
14849
14850 * net/tramp-vc.el (all): Code cleanup. Change all
14851 `tramp-handle-xxx' calls to respective `xxx` calls.
14852
14853 2004-07-17 Jonathan Yavner <jyavner@member.fsf.org>
14854
14855 * emacs-lisp/testcover.el: New category "potentially-1valued" for
14856 functions that are not erroneous if either 1-valued or
14857 multi-valued. Detect functions in this class.
14858 (testcover-1value-functions, testcover-compose-functions)
14859 (testcover-progn-functions) Add some additional functions to lists.
14860 (testcover-mark): Bugfix when marking up the definition for an
14861 empty function.
14862
14863 2004-07-17 Richard M. Stallman <rms@gnu.org>
14864
14865 * replace.el (occur-read-primary-args): Pass default to
14866 read-from-minibuffer.
14867
14868 * mail/footnote.el (footnote-section-tag): Use defcustom.
14869
14870 * font-lock.el (font-lock-add-keywords, font-lock-remove-keywords):
14871 Compile font-lock-keywords, not KEYWORDS.
14872 (lisp-font-lock-keywords-2): Add multiple-value-prog1, go.
14873 Add warn, check-type. Handle cerror like error.
14874
14875 2004-07-14 Daniel Pfeiffer <occitan@esperanto.org>
14876
14877 * progmodes/which-func.el (which-func-keymap): New var.
14878 (which-func-face): New face.
14879 (which-func-format): Use them.
14880
14881 2004-07-16 Stephan Stahl <stahl@eos.franken.de> (tiny change)
14882
14883 * buff-menu.el (list-buffers-noselect): Append the buffer's
14884 process status to its mode name.
14885
14886 2004-07-16 Kim F. Storm <storm@cua.dk>
14887
14888 * simple.el (inhibit-mark-movement): New defvar.
14889 (beginning-of-buffer, end-of-buffer): Do not push mark if
14890 inhibit-mark-movement is non-nil or C-u prefix is given.
14891
14892 * emulation/cua-base.el (cua--preserve-mark-commands): New defvar.
14893 Init to beginning-of-buffer and end-of-buffer.
14894 (cua--undo-push-mark): New defvar.
14895 (cua--pre-command-handler): Set inhibit-mark-movement if mark is
14896 already active and command is in cua--preserve-mark-commands.
14897 Also fix check for shift modifier on non-window systems.
14898 (cua--post-command-handler): Clear inhibit-mark-movement if set.
14899
14900 2004-07-14 Luc Teirlinck <teirllm@auburn.edu>
14901
14902 * calendar/cal-dst.el (calendar-time-from-absolute): Return a list
14903 of two integers, instead of a cons.
14904
14905 * net/tramp.el (tramp-handle-verify-visited-file-modtime):
14906 `visited-file-modtime' now returns a list of two integers, instead
14907 of a cons.
14908
14909 * dired.el (dired-directory-changed-p): Ditto.
14910
14911 * progmodes/grep.el (grep): Doc fix.
14912
14913 2004-07-14 Daniel Pfeiffer <occitan@esperanto.org>
14914
14915 * autorevert.el (auto-revert-tail-mode)
14916 (auto-revert-tail-mode-text, auto-revert-tail-pos): New vars.
14917 (auto-revert-mode): Turn off auto-revert-tail-mode, so we're not
14918 in both at the same time.
14919 (auto-revert-tail-mode): New command.
14920 (turn-on-auto-revert-tail-mode, auto-revert-tail-handler): New funs.
14921 (auto-revert-handler): Revert only either tail or whole file.
14922
14923 * bindings.el (mode-line-mode-menu): Fix alphabetical ordering and
14924 add auto-revert-tail-mode.
14925
14926 2004-07-12 Vinicius Jose Latorre <viniciusjl@ig.com.br>
14927
14928 * printing.el: Doc fix. Change name of some funs.
14929 (pr-dosify-file-name): New fun. Replace ps-dosify-path.
14930 (pr-unixify-file-name): New fun. Replace ps-unixify-path.
14931 (pr-standard-file-name): New fun. Replace pr-standard-path.
14932 (pr-call-process): Code fix.
14933
14934 2004-07-12 Luc Teirlinck <teirllm@auburn.edu>
14935
14936 * subr.el (with-selected-window): Doc fix.
14937
14938 2004-07-11 Luc Teirlinck <teirllm@auburn.edu>
14939
14940 * subr.el (get-buffer-window-list): Doc fix.
14941
14942 2004-07-10 Luc Teirlinck <teirllm@auburn.edu>
14943
14944 * files.el (switch-to-buffer-other-window): Doc fix.
14945
14946 * window.el (save-selected-window, one-window-p)
14947 (split-window-keep-point, split-window-vertically)
14948 (split-window-horizontally): Doc fixes.
14949
14950 2004-07-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
14951
14952 * printing.el: Doc fix. Now it uses call-process instead of
14953 shell-command for low command execution.
14954 (pr-version): New version number (6.8).
14955 (pr-shell-file-name): Option removed.
14956 (pr-shell-command): Fun removed.
14957 (pr-call-process): New fun. Replace pr-shell-command.
14958 (pr-standard-path, pr-remove-nil-from-list): New funs.
14959 (zmacs-region-stays, current-mouse-event, current-menubar): New var.
14960 (pr-ps-file-preview, pr-ps-file-using-ghostscript, pr-ps-file-print)
14961 (pr-setup, pr-ps-set-printer, pr-txt-set-printer)
14962 (pr-ps-utility-process, pr-txt-print): Code fix.
14963
14964 2004-07-10 Stephan Stahl <stahl@eos.franken.de> (tiny change)
14965
14966 * ediff-mult.el (ediff-meta-truncate-filenames): Change type to
14967 boolean.
14968
14969 2004-07-09 Lars Hansen <larsh@math.ku.dk>
14970
14971 * wid-edit.el (widget-field-buffer): Doc fix.
14972
14973 2004-07-09 John Paul Wallington <jpw@gnu.org>
14974
14975 * emacs-lisp/re-builder.el (reb-update-overlays):
14976 Distinguish between one and several matches in message.
14977
14978 2004-07-09 Richard M. Stallman <rms@gnu.org>
14979
14980 * mouse.el (mouse-set-region-1): If transient-mark-mode
14981 is `identity', change it to `only'.
14982
14983 * simple.el (current-word): Doc fix.
14984
14985 2004-07-09 Mark A. Hershberger <mah@everybody.org>
14986
14987 * progmodes/cperl-mode.el (cperl-mode): Adapt defun-prompt-regexp
14988 so that it is more understanding of whitespace.
14989
14990 * xml.el (xml-maybe-do-ns, xml-parse-tag): Produce elements in the form
14991 (("ns" . "element") (attr-list) children) instead of
14992 ((:ns . "element") (attr-list) children) in order to reduce the
14993 number of symbols used.
14994 (xml-skip-dtd): Change to use xml-parse-dtd but set
14995 xml-validating-parsing to nil.
14996 (xml-parse-dtd): Parse entity declarations in DOCTYPEs.
14997 (xml-substitute-entity): Remove in favor of new entity substitution.
14998 (xml-substitute-special): Rewrite in to substitute complex
14999 entities from DOCTYPE declarations.
15000 (xml-parse-fragment): Parse fragments from entity declarations.
15001 (xml-parse-region, xml-parse-tag, xml-parse-attlist)
15002 (xml-parse-dtd, xml-substitute-special): Make validity checks
15003 conditioned on xml-validating-parser. Add "Not Well Formed" to
15004 error messages about well-formedness.
15005
15006 2004-07-08 Steven Tamm <steventamm@mac.com>
15007
15008 * term/mac-win.el (mac-scroll-ignore-events, mac-scroll-down)
15009 (mac-scroll-down-line, mac-scroll-up, mac-scroll-up-line):
15010 Do not treat double clicks and triple clicks specially in the
15011 scroll bar (preventing strange repositioning problems)
15012
15013 2004-07-06 Stefan Monnier <monnier@iro.umontreal.ca>
15014
15015 * replace.el (query-replace-regexp-eval): Fix last change.
15016
15017 2004-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
15018
15019 * replace.el (query-replace-descr): New fun.
15020 (query-replace-read-from, query-replace-read-args): Default to the
15021 previous from&to.
15022 (query-replace-read-to): Quote the `from' string when displaying it.
15023 (query-replace-regexp-eval): Immediately check read-only status.
15024 Use query-replace-read-from to get the \n checking.
15025 Quote the `from' string when displaying it.
15026 (map-query-replace-regexp, occur-read-primary-args):
15027 Quote the `from' string when displaying it.
15028
15029 * isearch.el (isearch-query-replace): Pass the regexp-ness and
15030 delimited-ness of the search to query-replace.
15031
15032 * replace.el (query-replace-read-from, query-replace-read-to):
15033 New funs extracted from query-replace-read-args.
15034 (query-replace-read-args): Use them.
15035
15036 * replace.el (query-replace-interactive, query-replace-read-args):
15037 Remove the `initial' special value.
15038 (query-replace-regexp-eval, map-query-replace-regexp): Simplify.
15039 (occur-engine): Remove unused var `matchend'.
15040
15041 * isearch.el (isearch-query-replace, isearch-query-replace-regexp):
15042 Use the search string without prompting.
15043
15044 2004-07-05 Kenichi Handa <handa@m17n.org>
15045
15046 * international/mule.el (decode-coding-inserted-region):
15047 Set last-coding-system-used only when coding is nil.
15048
15049 2004-07-03 Eli Zaretskii <eliz@gnu.org>
15050
15051 * progmodes/grep.el (grep-compute-defaults, grep-command)
15052 (grep-program, find-program, grep-find-use-xargs, grep-history)
15053 (grep-find-history, grep-tag-default, grep-find-command)
15054 (grep-regexp-alist, grep-process-setup, grep-compute-defaults):
15055 Add autoload cookies, for unbundled packages that load `compile'
15056 and expect all grep-related symbols to become defined.
15057
15058 2004-07-03 KOSEKI Yoshinori <kose@meadowy.org>
15059
15060 * iimage.el (turn-on-iimage-mode, iimage-mode): Add autoload cookies.
15061 (iimage-mode-image-search-path): New user option to search the
15062 image file.
15063 (iimage-locate-file): New function. Emacs21.3 or earlier does not
15064 have locate-file.
15065 (iimage-mode-buffer): Use it.
15066
15067 2004-07-03 Nick Roberts <nickrob@gnu.org>
15068
15069 * progmodes/gdb-ui.el (gdb-goto-breakpoint): String match more
15070 carefully.
15071 (gdb-delete-breakpoint, gdb-toggle-breakpoint): Handle gdbmi.
15072
15073 2004-07-03 Juri Linkov <juri@jurta.org>
15074
15075 * replace.el (query-replace-read-args): Swallow space after 'foo,
15076 not after (quote foo). Match space only immediately after symbol,
15077 not anywhere in the whole string.
15078
15079 2004-07-02 Richard M. Stallman <rms@gnu.org>
15080
15081 * replace.el (query-replace-read-args): Swallow space after
15082 symbols, not after closeparens. But avoid error if string ends there.
15083
15084 * progmodes/python.el (python-beginning-of-statement):
15085 Exit the loop if backward-up-list gets error.
15086
15087 * textmodes/enriched.el (enriched-encode): Bind inhibit-read-only.
15088
15089 2004-07-02 Andre Spiegel <spiegel@gnu.org>
15090
15091 * vc-rcs.el (vc-rcs-checkout-model): Look at the version headers
15092 only if vc-consult-headers is non-nil.
15093
15094 2004-07-02 Juri Linkov <juri@jurta.org>
15095
15096 * pcvs.el (cvs-mode-diff-repository): New command.
15097
15098 * pcvs-defs.el (cvs-mode-diff-map): Bind r to cvs-mode-diff-repository.
15099
15100 2004-07-01 Juri Linkov <juri@jurta.org>
15101
15102 * isearch.el (isearch-mode-map): Bind C-M-w to isearch-del-char,
15103 C-M-y to isearch-yank-char. Bind M-% to isearch-query-replace,
15104 C-M-% to isearch-query-replace-regexp.
15105 (minibuffer-local-isearch-map): Add arrow key bindings.
15106 Bind C-f to isearch-yank-char-in-minibuffer.
15107 (isearch-forward): Doc fix.
15108 (isearch-edit-string): Doc fix.
15109 (isearch-query-replace, isearch-query-replace-regexp): New funs.
15110 (isearch-del-char): Add optional arg. Set isearch-yank-flag to t.
15111 (isearch-yank-char): Add optional arg.
15112 (isearch-yank-char-in-minibuffer): New fun.
15113
15114 * replace.el (query-replace-interactive): Change type from boolean
15115 to choice. Add value `initial'.
15116 (query-replace-read-args): Handle value `initial' of
15117 query-replace-interactive.
15118
15119 2004-06-29 Kim F. Storm <storm@cua.dk>
15120
15121 * progmodes/gdb-ui.el (breakpoint-enabled-bitmap-face)
15122 (breakpoint-disabled-bitmap-face): Add :group 'gud.
15123
15124 * progmodes/ada-xref.el (ada-tight-gvd-integration):
15125 Add :group 'ada.
15126
15127 * vc-arch.el (vc-arch-mode-line-rewrite): Add :group 'vc.
15128
15129 2004-06-29 Juri Linkov <juri@jurta.org>
15130
15131 * replace.el (query-replace-read-args): Swallow a space after
15132 everything except )]" which in most cases means after a symbol.
15133
15134 * emacs-lisp/pp.el (pp-buffer): Add autoload.
15135
15136 2004-06-28 Richard M. Stallman <rms@gnu.org>
15137
15138 * font-lock.el (font-lock-fontify-syntactic-keywords-region):
15139 More changes to go with previous change in font-lock.el.
15140
15141 2004-06-26 David Kastrup <dak@gnu.org>
15142
15143 * replace.el (perform-replace): Highlight the match even in
15144 non-query mode if there is potential replace string editing.
15145
15146 2004-06-26 Kai Grossjohann <kai.grossjohann@gmx.net>
15147
15148 * net/tramp.el (tramp-handle-file-remote-p): New implementation to
15149 agree with new return value of `file-remote-p'.
15150 This syncs with Tramp 2.0.42.
15151
15152 * net/ange-ftp.el (ange-ftp-file-remote-p): New return value,
15153 according to new documentation of `file-remote-p'.
15154
15155 * files.el (file-remote-p): Fix doc to say that return value is
15156 identification of remote system, if not nil.
15157 (file-relative-name): Use new return value of `file-remote-p'.
15158
15159 2004-06-26 Nick Roberts <nickrob@gnu.org>
15160
15161 * progmodes/gdb-ui.el (gdb-toggle-breakpoint)
15162 (gdb-goto-breakpoint): Fix breakage.
15163
15164 2004-06-26 Eli Zaretskii <eliz@gnu.org>
15165
15166 * man.el (Man-getpage-in-background): Add windows-nt to the list
15167 of systems where shell-file-name should be used instead of
15168 literal "sh".
15169
15170 2004-06-25 Sam Steingold <sds@gnu.org>
15171
15172 * add-log.el (change-log-font-lock-keywords): Support Common Lisp
15173 function names `(setf symbol)'.
15174
15175 2004-06-24 Richard M. Stallman <rms@gnu.org>
15176
15177 * replace.el (query-replace-read-args): Swallow space after \,SYMBOL.
15178
15179 * font-lock.el (font-lock-keywords): Change format of compiled values.
15180 Document it.
15181 (font-lock-add-keywords): If font-lock-keywords is compiled,
15182 extract the uncompiled version, modify, then recompile.
15183 (font-lock-remove-keywords): Likewise.
15184 (font-lock-fontify-keywords-region): Handle changed format.
15185 (font-lock-compile-keywords): Handle changed format.
15186 (font-lock-set-defaults): Compile the keywords explicitly here.
15187
15188 2004-06-24 David Kastrup <dak@gnu.org>
15189
15190 * replace.el (query-replace-read-args): Implement `\,' and `\#'
15191 replacements here.
15192 (query-replace-regexp): Doc string explaining this and the new
15193 `\?' replacement. Remove `\,' and `\#' implementation here, as it
15194 is better placed in `query-replace-read-args'.
15195 (replace-regexp): Explain `\,', `\#' and `\?'.
15196 (replace-match-data): New function for thorough reuse/destruction
15197 of old match-data.
15198 (replace-match-maybe-edit): Function for implementing `\?' editing.
15199 (perform-replace): Fix maintaining of the match stack including
15200 already matched regions, implement `\?', fix various problems
15201 with regions while editing and other stuff.
15202 (replace-highlight): Simplify.
15203
15204 2004-06-24 Daniel Pfeiffer <occitan@esperanto.org>
15205
15206 * progmodes/grep.el (grep-error-screen-columns): New variable.
15207 (grep-regexp-alist): Give it the full functionality of gnu style
15208 compilation messages with line and column ranges. Ask me for the
15209 perl script I'm working on, that uses these.
15210
15211 2004-06-23 Nick Roberts <nickrob@gnu.org>
15212
15213 * comint.el (comint-insert-clicked-input, comint-copy-old-input):
15214 Remove.
15215 (comint-insert-input, comint-mouse-insert-input): New functions
15216 based on comint-insert-clicked-input for two bindings but just
15217 one functionality.
15218
15219 2004-06-23 Luc Teirlinck <teirllm@auburn.edu>
15220
15221 * net/goto-addr.el (goto-address-fontify): Fix help-echo text.
15222
15223 2004-06-23 Lars Hansen <larsh@math.ku.dk>
15224
15225 * files.el (write-contents-functions): Doc fix.
15226
15227 2004-06-21 Juanma Barranquero <lektu@terra.es>
15228
15229 * image.el (image-library-alist): Rewrite docstring in active voice.
15230
15231 2004-06-20 Richard M. Stallman <rms@gnu.org>
15232
15233 * mouse.el (mouse-set-region-1): Set transient-mark-mode to `only'.
15234
15235 * isearch.el (isearch-repeat): Avoid testing old match data.
15236 (isearch-message): Display trailing space in special font
15237 when search is failing.
15238 (isearch-search-fun-function): Doc fix.
15239
15240 * autorevert.el (global-auto-revert-non-file-buffers): Doc fix.
15241
15242 2004-06-19 Luc Teirlinck <teirllm@auburn.edu>
15243
15244 * frame.el (show-trailing-whitespace): Doc fix.
15245
15246 * cus-edit.el (custom-variable-documentation): New function.
15247 (custom-variable): Use it.
15248
15249 2004-06-19 Nick Roberts <nickrob@gnu.org>
15250
15251 * man.el (Man-getpage-in-background): Revert previous change but
15252 make cygwin a special case.
15253
15254 2004-06-18 Luc Teirlinck <teirllm@auburn.edu>
15255
15256 * autorevert.el (global-auto-revert-non-file-buffers):
15257 Update docstring.
15258
15259 2004-06-19 Daniel Pfeiffer <occitan@esperanto.org>
15260
15261 * progmodes/compile.el (compilation-error-properties): Store one
15262 more than end-col, if present, so that transient-mark-mode will
15263 highlight last char too.
15264 * progmodes/grep.el (grep-regexp-alist): Match columns and column
15265 ranges, if present.
15266
15267 2004-06-18 Jason Rumney <jasonr@gnu.org>
15268
15269 * makefile.w32-in: Double percent signs in for loops.
15270
15271 2004-06-17 David Kastrup <dak@gnu.org>
15272
15273 * replace.el (query-replace-read-args): Only warn about use of \n
15274 and \t when we are doing a regexp replacement and the actual
15275 escaped character is n or t.
15276 (query-replace-regexp): Add \, and \# interpretation to
15277 interactive call and document it.
15278 (query-replace-regexp-eval, replace-match-string-symbols): Add \#
15279 as shortkey for replace-count.
15280 (replace-quote): New function for doubling backslashes.
15281
15282 2004-06-17 Juanma Barranquero <lektu@terra.es>
15283
15284 * files.el (parse-colon-path, cd): Mention in docstring that the
15285 path separator is colon in GNU-like systems.
15286
15287 * newcomment.el (comment-region-internal): Fix docstring.
15288
15289 * emacs-lisp/ewoc.el (ewoc-create, ewoc-map, ewoc-locate)
15290 (ewoc-invalidate, ewoc-collect): Doc fixes.
15291 (ewoc--create-node, ewoc--delete-node-internal):
15292 Fix typos in docstring.
15293
15294 2004-06-15 Luc Teirlinck <teirllm@auburn.edu>
15295
15296 * files.el (buffer-stale-function): Add hyperlink to emacs-xtra
15297 manual to docstring.
15298
15299 2004-06-15 Vinicius Jose Latorre <viniciusjl@ig.com.br>
15300
15301 * ps-print.el (ps-time-stamp-iso8601): Comment doc string of defalias.
15302
15303 2004-06-15 Luc Teirlinck <teirllm@auburn.edu>
15304
15305 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
15306 Add hyperlink to emacs-xtra manual to docstring.
15307
15308 * autorevert.el (global-auto-revert-non-file-buffers):
15309 Add hyperlink to emacs-xtra manual to docstring, as well as an
15310 info-link.
15311
15312 2004-06-14 Juanma Barranquero <lektu@terra.es>
15313
15314 * image.el (image-library-alist): New variable to map image types
15315 to external libraries. Initialized to nil, unless system-specific
15316 configs change it.
15317 (image-type-available-p): Determine whether an image type is
15318 available by calling `init-image-library'.
15319
15320 * term/w32-win.el (image-library-alist): Initialize to a known set
15321 of probable library names.
15322
15323 2004-06-14 Kenichi Handa <handa@m17n.org>
15324
15325 * international/code-pages.el (windows-1256, cp1125): Fix tables
15326 for several characters.
15327
15328 * international/utf-8.el (ccl-encode-mule-utf-8): Fix previous change.
15329
15330 2004-06-13 Richard M. Stallman <rms@gnu.org>
15331
15332 * textmodes/paragraphs.el (sentence-end): Add 0x5397d as close brace.
15333
15334 * emulation/pc-select.el: Doc fixes: say "PC Selection mode",
15335 not "`pc-selection-mode'".
15336
15337 * emacs-lisp/bytecomp.el: Put `...' around symbols in warning messages.
15338
15339 * simple.el (previous-matching-history-element): Specify a default.
15340
15341 * hexl.el (hexl-mode): Catch errors in hexl-goto-address.
15342
15343 * cus-face.el (custom-declare-face): Simplify code.
15344
15345 * abbrev.el (abbrev-mode, edit-abbrevs-map): Doc fixes.
15346
15347 2004-06-13 Luc Teirlinck <teirllm@auburn.edu>
15348
15349 * files.el (before-save-hook): Add `time-stamp' to the options.
15350
15351 * time-stamp.el (time-stamp): Recommend adding it to
15352 `before-save-hook', rather than `write-file-functions'.
15353 Make a similar change in `Commentary' section.
15354
15355 2004-06-13 Kai Grossjohann <kai.grossjohann@gmx.net>
15356
15357 * diff-mode.el (diff-current-defun): If at start of hunk, use
15358 position of first change.
15359
15360 2004-06-13 Lars Hansen <larsh@math.ku.dk>
15361
15362 * dired-x.el (dired-mark-omitted): Bind to "*O".
15363
15364 2004-06-12 Karl Fogel <kfogel@red-bean.com>
15365
15366 * bookmark.el (bookmark-bmenu-relocate): New function, as
15367 suggested by David J. Biesack <David.Biesack@sas.com>.
15368 (bookmark-bmenu-mode-map): Bind `bookmark-bmenu-relocate' to "R".
15369 (bookmark-bmenu-mode): Describe binding in doc string.
15370 (bookmark-set-filename): Save the bookmark list if it's time.
15371
15372 2004-06-13 Kenichi Handa <handa@m17n.org>
15373
15374 * international/utf-8.el (ccl-decode-mule-utf-8): Fix previous change.
15375 (ccl-untranslated-to-ucs): Fix typo.
15376
15377 2004-06-12 Karl Chen <quarl@hkn.eecs.berkeley.edu> (tiny change)
15378
15379 * progmodes/python.el (python-open-block-statement-p):
15380 Fix indentation after a block opening that contains a comment.
15381
15382 2004-06-12 J\e,Ai\e(Br\e,At\e(Bme Marant <jerome@marant.org> (tiny change)
15383
15384 * bindings.el (completion-ignored-extensions): Add file extensions
15385 of Python byte-compiled files.
15386
15387 2004-06-12 Juri Linkov <juri@jurta.org>
15388
15389 * info.el (Info-goto-node): Add autoload.
15390 (Info-toc): Add substring-no-properties on Info file name.
15391 (Info-mode, info, Info-toc, Info-mode-menu): Doc fix.
15392 (Info-mode-map): Bind L to Info-history, T to Info-toc.
15393
15394 2004-06-12 Kenichi Handa <handa@m17n.org>
15395
15396 * international/mule-cmds.el (set-language-environment):
15397 Load subst tables if necessary.
15398
15399 * international/mule.el (decode-char): Load subst tables if necessary.
15400 (encode-char): Likewise.
15401
15402 * international/utf-16.el (utf-16-decode-ucs): Handle a surrogate
15403 pair correctly. Call ccl-mule-utf-untrans for untranslable chars.
15404 (utf-16le-decode-loop): Set r5 to -1 before loop.
15405 (utf-16be-decode-loop): Likewise.
15406 (ccl-decode-mule-utf-16le): Add EOF processing block.
15407 (ccl-decode-mule-utf-16be): Likewise.
15408 (ccl-decode-mule-utf-16le-with-signature): Likewise.
15409 (ccl-decode-mule-utf-16be-with-signature): Likewise.
15410 (ccl-decode-mule-utf-16): Likewise. Set r5 to -1 initially.
15411 (ccl-mule-utf-16-encode-untrans): New CCL.
15412 (utf-16-decode-to-ucs): Handle pre-read character.
15413 (utf-16le-encode-loop): Handle surrogate pair.
15414 (utf-16be-encode-loop): Likewise.
15415 (ccl-encode-mule-utf-16le-with-signature): Adjust for the change
15416 of utf-16le-encode-loop.
15417 (ccl-encode-mule-utf-16be-with-signature): Adjust for the change
15418 of utf-16be-encode-loop.
15419 (mule-utf-16-post-read-conversion):
15420 Call utf-8-post-read-conversion at first.
15421 (mule-utf-16[{le|be}], mule-utf-16{le|be}-with-signature):
15422 Include CJK charsets in safe-charsets if utf-translate-cjk-mode is on.
15423 Add post-read-conversion and pre-write-conversion.
15424
15425 * international/utf-8.el (utf-translate-cjk-charsets): New variable.
15426 (utf-translate-cjk-unicode-range): New variable.
15427 (utf-translate-cjk-load-tables): New function.
15428 (utf-lookup-subst-table-for-decode): New function.
15429 (utf-lookup-subst-table-for-encode): New function.
15430 (utf-translate-cjk-mode): Init-value changed to t. Don't load
15431 tables here. Update safe-charsets of utf-* coding systems.
15432 (ccl-mule-utf-untrans): New CCL.
15433 (ccl-decode-mule-utf-8): Call ccl-mule-utf-untrans. Use `repeat'
15434 at end of each branch.
15435 (ccl-mule-utf-8-encode-untrans): New CCL.
15436 (ccl-encode-mule-utf-8): Call ccl-mule-utf-8-encode-untrans.
15437 (ccl-untranslated-to-ucs): Handle 2-byte encoding. Set r1 to the
15438 length of encoding. Don't return r0.
15439 (utf-8-compose): New arg hash-table. Handle 2-byte encoding.
15440 (utf-8-post-read-conversion): Narrow to region properly.
15441 If utf-translate-cjk-mode is on, load tables if necessary.
15442 Call utf-8-compose with hash-table arg if necessary.
15443 Call XXX-compose-region instead of XXX-post-read-conversion.
15444 (utf-8-pre-write-conversion): New function.
15445 (mule-utf-8): Include CJK charsets in safe-charsets if
15446 utf-translate-cjk-mode is on. Add pre-write-conversion.
15447
15448 * international/characters.el: Temporarily set
15449 utf-translate-cjk-mode to nil.
15450
15451 * language/devan-util.el (devanagari-compose-region):
15452 Add autoload cookie.
15453
15454 * international/ccl.el (ccl-dump-call): Fix printing the
15455 subroutine name.
15456
15457 2004-06-11 Luc Teirlinck <teirllm@auburn.edu>
15458
15459 * dired.el (dired-revert): If buffer is marked unmodified before
15460 reverting, keep it marked unmodified.
15461 Adapt to new conventions for commenting out code.
15462 (dired-make-relative): Adapt to new conventions for commenting out code.
15463
15464 2004-06-10 Miles Bader <miles@gnu.ai.mit.edu>
15465
15466 * eshell/esh-module.el (eshell-load-defgroups):
15467 Bind `vc-handled-backends' to nil when opening files.
15468
15469 2004-06-11 Juanma Barranquero <lektu@terra.es>
15470
15471 * files.el (parse-colon-path, cd): Doc fixes (refer to
15472 `path-separator', not colon).
15473
15474 2004-06-10 Juanma Barranquero <lektu@terra.es>
15475
15476 * newcomment.el (comment-search-forward)
15477 (comment-search-backward): Fix typos in docstring.
15478 (comment-region): Doc fix.
15479
15480 2004-06-10 Luc Teirlinck <teirllm@auburn.edu>
15481
15482 * dired.el (dired-insert-old-subdirs): Adapt to fact that the R
15483 switch is no longer stored in `dired-switches-alist'.
15484
15485 * dired-aux.el (dired-insert-subdir): Do not store R switch in
15486 `dired-switches-alist'.
15487
15488 2004-06-10 Kim F. Storm <storm@cua.dk>
15489
15490 * pcvs.el (cvs-mode-diff-yesterday): New command.
15491
15492 * pcvs-defs.el (cvs-mode-diff-map): Bind y to cvs-mode-diff-yesterday.
15493
15494 2004-06-10 Juri Linkov <juri@jurta.org>
15495
15496 * emacs-lisp/edebug.el (edebug-eval-defun):
15497 * emacs-lisp/lisp-mode.el (eval-defun-1): Add `defface'.
15498 Fix docstring.
15499
15500 * simple.el (eval-expression-print-format): Don't print additional
15501 information on the first call to `eval-print-last-sexp'.
15502 (next-error-find-buffer): Fix punctuation.
15503 (killing) <defgroup>: Fix punctuation.
15504 (yank-excluded-properties): Change group from editing to killing.
15505
15506 * replace.el (perform-replace): Use `limit' to terminate the
15507 while-loop explicitly.
15508
15509 2004-06-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
15510
15511 * toolbar/tool-bar.el (tool-bar-add-item, tool-bar-local-item):
15512 Use lc-*.xpm as prefix instead of *-locol.xpm.
15513
15514 * toolbar/lc-copy.xpm, toolbar/lc-cut.xpm
15515 * toolbar/lc-help.xpm, toolbar/lc-home.xpm
15516 * toolbar/lc-index.xpm, toolbar/lc-jump_to.xpm
15517 * toolbar/lc-left_arrow.xpm, toolbar/lc-new.xpm
15518 * toolbar/lc-open.xpm, toolbar/lc-paste.xpm
15519 * toolbar/lc-preferences.xpm, toolbar/lc-print.xpm
15520 * toolbar/lc-right_arrow.xpm, toolbar/lc-save.xpm
15521 * toolbar/lc-saveas.xpm, toolbar/lc-search.xpm
15522 * toolbar/lc-spell.xpm, toolbar/lc-undo.xpm
15523 * toolbar/lc-up_arrow.xpm:
15524 Rename from *-locol.xpm.
15525
15526 2004-06-09 Rajesh Vaidheeswarran <rv@gnu.org>
15527
15528 * ffap.el (ffap-string-at-point-mode-alist): Fix the url mode to
15529 include forms like &<str>; as valid url patterns.
15530
15531 2004-06-08 Luc Teirlinck <teirllm@auburn.edu>
15532
15533 * dired.el (dired-diff, dired-backup-diff)
15534 (dired-clean-directory, dired-do-chmod, dired-do-chgrp)
15535 (dired-do-chown, dired-do-touch, dired-do-print)
15536 (dired-do-shell-command, dired-do-kill-lines, dired-do-compress)
15537 (dired-do-byte-compile, dired-do-load, dired-do-redisplay)
15538 (dired-create-directory, dired-do-copy, dired-do-symlink)
15539 (dired-do-hardlink, dired-do-rename, dired-do-rename-regexp)
15540 (dired-do-copy-regexp, dired-do-hardlink-regexp)
15541 (dired-do-symlink-regexp, dired-upcase, dired-downcase)
15542 (dired-maybe-insert-subdir, dired-next-subdir)
15543 (dired-prev-subdir, dired-goto-subdir, dired-mark-subdir-files)
15544 (dired-kill-subdir, dired-tree-up, dired-tree-down)
15545 (dired-hide-subdir, dired-hide-all, dired-show-file-type)
15546 (dired-run-shell-command, dired-query): Remove redundant,
15547 or incorrect, autoloads.
15548
15549 * dired-aux.el (dired-kill-tree): Do not kill DIRNAME, even if it
15550 does not end in a slash. Add optional argument KILL-ROOT.
15551 Update docstring.
15552 (dired-do-touch, dired-clean-directory, dired-run-shell-command)
15553 (dired-query): Add autoloads.
15554
15555 2004-06-08 Daniel Pfeiffer <occitan@esperanto.org>
15556
15557 * progmodes/compile.el (compilation-set-window-height):
15558 Rearrange the save-* functions because a buffer can have several current
15559 point in different windows.
15560 (compilation-error-regexp-alist-alist): Recognize {standard input}
15561 GNU messages (for gcc --pipe) and more kinds of Oracle messages.
15562
15563 2004-06-08 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
15564
15565 * toolbar/copy-locol.xpm, toolbar/cut-locol.xpm
15566 * toolbar/help-locol.xpm, toolbar/home-locol.xpm
15567 * toolbar/index-locol.xpm, toolbar/jump_to-locol.xpm
15568 * toolbar/left_arrow-locol.xpm, toolbar/new-locol.xpm
15569 * toolbar/open-locol.xpm, toolbar/paste-locol.xpm
15570 * toolbar/preferences-locol.xpm, toolbar/print-locol.xpm
15571 * toolbar/right_arrow-locol.xpm, toolbar/save-locol.xpm
15572 * toolbar/saveas-locol.xpm, toolbar/search-locol.xpm
15573 * toolbar/spell-locol.xpm, toolbar/undo-locol.xpm
15574 * toolbar/up_arrow-locol.xpm:
15575 New versions of icons that uses fewer colors.
15576
15577 * toolbar/tool-bar.el (tool-bar-local-item)
15578 (tool-bar-local-item-from-menu): Try to use icons with fewer colors
15579 if display-color-cells is 256 or less.
15580
15581 2004-06-08 Kim F. Storm <storm@cua.dk>
15582
15583 * wid-edit.el (widget-specify-button): Use hand pointer rather
15584 than mouse-face as visible mouse-over effect.
15585
15586 2004-06-07 Karl Fogel <kfogel@red-bean.com>
15587
15588 * saveplace.el (save-place-alist-to-file): Bind `print-length'
15589 and `print-level' to nil when writing out `save-place-alist'.
15590 Thanks to Kai Grossjohann <kai@emptydomain.de> for enlightenment.
15591
15592 2004-06-07 Juanma Barranquero <lektu@terra.es>
15593
15594 * completion.el (completion-kill-region): Doc fix.
15595
15596 * format.el (format-insert-annotations)
15597 (format-annotate-location): Doc fixes.
15598 (format-subtract-regions): Make arguments match their use in docstring.
15599
15600 * simple.el (kill-region): Doc fix.
15601
15602 * subr.el (insert-buffer-substring-no-properties)
15603 (insert-buffer-substring-as-yank): Doc fixes.
15604
15605 2004-06-07 Luc Teirlinck <teirllm@auburn.edu>
15606
15607 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
15608 Update docstring.
15609 (dired-reset-subdir-switches): New function.
15610
15611 * dired.el (dired-undo): Call `dired-build-subdir-alist'.
15612 Limit scope of `buffer-read-only' binding.
15613
15614 2004-06-06 Emilio C. Lopes <eclig@gmx.net>
15615
15616 * eshell/esh-cmd.el (eshell/which): Respect commands quoted with
15617 eshell-explicit-command-char.
15618
15619 2004-06-06 Juanma Barranquero <lektu@terra.es>
15620
15621 * help-fns.el (help-argument-name): Inherit from italic face only
15622 if the frame supports it.
15623
15624 2004-06-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
15625
15626 * toolbar/alias.pbm, toolbar/close.pbm, toolbar/copy.pbm
15627 * toolbar/cut.pbm, toolbar/help.pbm, toolbar/home.pbm
15628 * toolbar/index.pbm, toolbar/jump_to.pbm, toolbar/left_arrow.pbm
15629 * toolbar/new.pbm, toolbar/open.pbm, toolbar/paste.pbm
15630 * toolbar/preferences.pbm, toolbar/print.pbm, toolbar/right_arrow.pbm
15631 * toolbar/save.pbm, toolbar/saveas.pbm, toolbar/search.pbm
15632 * toolbar/spell.pbm, toolbar/undo.pbm, toolbar/up_arrow.pbm:
15633 New conversions from xpm files.
15634
15635 * toolbar/README: New file.
15636
15637 2004-06-06 Richard M. Stallman <rms@gnu.org>
15638
15639 * isearch.el (isearch-mode-map): Undo previous change.
15640
15641 2004-06-05 Juri Linkov <juri@jurta.org>
15642
15643 * bindings.el (debug-ignored-errors): Add regexps for history
15644 related messages. Remove $ from "No further undo information".
15645 Move Ediff's messages to ediff.el.
15646
15647 * ediff.el: Move Ediff's debug-ignored-errors from bindings.el.
15648
15649 * cus-edit.el (custom-display): Add `min-colors'.
15650
15651 * custom.el (defface): Add `supports' to docstring.
15652
15653 * help-fns.el (help-argument-name): Add :group 'help.
15654
15655 2004-06-05 Luc Teirlinck <teirllm@auburn.edu>
15656
15657 * find-dired.el (find-ls-subdir-switches): New user option.
15658 (find-dired): No longer call `abbreviate-file-name' on DIR.
15659 Set `dired-subdir-switches' buffer-locally.
15660
15661 * locate.el: Merge the two `Commentary' sections.
15662 (locate-ls-subdir-switches): New user option.
15663 (locate): Update for other changes.
15664 (locate-mode-map): Restore Dired binding for mouse-2.
15665 Bind `locate-mouse-view-file' to M-mouse-2.
15666 Bind `l' to `locate-do-redisplay'.
15667 (locate-main-listing-line-p, locate-do-redisplay): New functions.
15668 (locate-mouse-view-file, locate-tags, locate-find-directory):
15669 Print message if used outside main listing.
15670 (locate-mode): Update docstring. Make `*Locate*' buffer read-only.
15671 Various changes to support inserted subdirectories.
15672 (locate-insert-header): Change header of *Locate* buffer.
15673
15674 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
15675 Change interactive default switches.
15676 (dired-rename-subdir-2): Update `dired-switches-alist'.
15677 (dired-insert-subdir, dired-kill-subdir):
15678 Handle `dired-switches-alist'. Do not mark buffer modified.
15679 (dired-insert-subdir-validate): Handle `dired-subdir-switches'.
15680 (dired-insert-subdir-doinsert): Omit messages.
15681 Handle `dired-subdir-switches'.
15682 (dired-hide-subdir, dired-hide-all): Do not mark buffer modified.
15683
15684 * dired.el (dired-subdir-switches, dired-switches-alist): New vars.
15685 (dired-insert-old-subdirs): Do not repeatedly delete and reinsert
15686 subdirs if -R switch is used for a subdir.
15687 (dired-mode): Set `dired-switches-alist'.
15688 (dired-build-subdir-alist): Only print number of directories in
15689 echo area when invoked interactively.
15690
15691 2004-06-05 Lars Hansen <larsh@math.ku.dk>
15692
15693 * dired-x.el (dired-omit-mode): Rename from
15694 dired-omit-files-p. Use define-minor-mode to define it.
15695 (dired-omit-files-p): Add as alias for dired-omit-mode.
15696 (dired-omit-toggle): Delete. Replaced by dired-omit-mode and
15697 dired-mark-omitted.
15698 (dired-mark-omitted): Add. Bind to M-O.
15699
15700 2004-06-05 Kenichi Handa <handa@m17n.org>
15701
15702 * ps-print.el: Fix typos (kein'ichi -> ken'ichi)
15703
15704 2004-06-05 Juanma Barranquero <lektu@terra.es>
15705
15706 * help-fns.el (help-argument-name): Reintroduce face.
15707 (help-default-arg-highlight): Use it, now that
15708 `face-differs-from-default-p' can be trusted.
15709
15710 2004-06-05 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
15711
15712 * textmodes/table.el: Sentence commands added to Point Motion
15713 group; kill and backward-kill commands added to Extraction group.
15714
15715 2004-06-04 Mario Lang <mlang@delysid.org>
15716
15717 * battery.el (battery-linux-proc-acpi): `mA' was hardcoded, but some
15718 systems appear to use mW, make the code handle this. Fix a
15719 division-by-zero bug while at it, and handle kernels with
15720 a slightly different layout in /proc/acpi.
15721
15722 2004-06-04 Karl Fogel <kfogel@red-bean.com>
15723
15724 * vc-svn.el (vc-svn-checkin): Use `nconc' instead of `list*',
15725 because the latter is a CL-ism. This fixes the bug reported by
15726 Shawn Boyette <mdxi@collapsar.net> in
15727 http://lists.gnu.org/archive/html/emacs-devel/2004-05/msg00442.html.
15728
15729 2004-06-04 Miles Bader <miles@gnu.org>
15730
15731 * faces.el (display-supports-face-attributes-p): Function moved to
15732 C code. Previously only the tty-related portion of this function
15733 was done in C; however the previous attempt to do a halfway-proper
15734 job for non-tty displays in lisp didn't work properly because of
15735 funny conditions during Emacs startup.
15736 (face-differs-from-default-p): Simplify, now that
15737 display-supports-face-attributes-p works properly on all display
15738 types. Remove :stipple from comparison; it doesn't really work
15739 in emacs anyway.
15740
15741 2004-06-04 Miles Bader <miles@gnu.org>
15742
15743 * faces.el (face-differs-from-default-p): Use a different
15744 implementation, so we can really check whether FACE displays
15745 differently or not.
15746
15747 2004-06-04 Miles Bader <miles@gnu.org>
15748
15749 * faces.el (display-supports-face-attributes-p): Implement a
15750 `different from default' check for non-tty displays.
15751
15752 2004-06-03 David Kastrup <dak@gnu.org>
15753
15754 * woman.el (woman-mapcan): More concise code.
15755 (woman-topic-all-completions, woman-topic-all-completions-1)
15756 (woman-topic-all-completions-merge): Replace by a simpler and
15757 much faster implementation based on O(n log n) sort/merge instead
15758 of the old O(n^2) behavior.
15759
15760 2004-06-03 Miles Bader <miles@gnu.org>
15761
15762 * subr.el (read-number): Use canonical format for default in prompt.
15763
15764 * minibuf-eldef.el (minibuffer-default-in-prompt-regexps):
15765 Add regexp for " [...]" style defaults.
15766
15767 2004-06-02 Romain Francoise <romain@orebokech.com>
15768
15769 * ibuf-ext.el (ibuffer-jump-to-buffer): Add support for filter
15770 groups: if the user asks for a hidden buffer, open the
15771 corresponding filter group to expose it.
15772
15773 * ibuffer.el (ibuffer-mode-map): Add key binding `M-g' to
15774 `ibuffer-jump-to-buffer'.
15775 (ibuffer-jump-offer-only-visible-buffers): New user option.
15776
15777 2004-06-02 Juanma Barranquero <lektu@terra.es>
15778
15779 * faces.el (frame-update-faces): Add empty docstring so the one
15780 for `ignore' doesn't show through.
15781
15782 * subr.el (process-kill-without-query): Remove spurious "\n" on
15783 obsolescence string.
15784 (focus-frame, unfocus-frame): Add obsolescence declaration and
15785 empty docstring.
15786
15787 * international/mule.el (register-char-codings): Make alias for
15788 `ignore'. Move docstring to obsolescence info and remove redundancy.
15789
15790 2004-06-02 Kim F. Storm <storm@cua.dk>
15791
15792 * frame.el (blink-cursor-start): Turn cursor off initially so blink
15793 starts after blink-cursor-delay rather than 2*blink-cursor-delay.
15794
15795 2004-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
15796
15797 * comint.el (comint-replace-by-expanded-history-before-point):
15798 Obey `start' as the docstring says.
15799 (comint-send-input, comint-snapshot-last-prompt, comint-output-filter)
15800 (comint-update-fence): Prevent font-lock from running unnecessarily.
15801 (comint-dynamic-list-completions): Use with-current-buffer.
15802
15803 2004-06-01 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
15804
15805 * textmodes/bibtex.el (bibtex-format-entry): Fix regexps.
15806 (bibtex-parse-strings): Bugfix, use assoc instead of assoc-string.
15807 (bibtex-entry-update): Handle alternatives and optional fields.
15808 (bibtex-parse-entry): Bugfix, handle empty key.
15809
15810 2004-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
15811
15812 * vc-arch.el (vc-arch-state): Don't assume the file exists.
15813
15814 2004-05-31 Lars Hansen <larsh@math.ku.dk>
15815
15816 * desktop.el (desktop-save): Don't save minor modes without a
15817 known mode initialization function.
15818
15819 2004-05-30 Luc Teirlinck <teirllm@auburn.edu>
15820
15821 * replace.el (query-replace-interactive): Convert defvar -> defcustom.
15822
15823 * autorevert.el: Update `Commentary' section.
15824
15825 2004-05-30 Juanma Barranquero <lektu@terra.es>
15826
15827 * dos-fns.el (convert-standard-filename):
15828 * files.el (convert-standard-filename):
15829 * w32-fns.el (convert-standard-filename):
15830 Rework docstring (wording by Eli Zaretskii and Kai Grossjohann).
15831
15832 2004-05-30 Kai Grossjohann <kai.grossjohann@gmx.net>
15833
15834 Sync with Tramp.
15835
15836 * net/tramp.el (tramp-let-maybe): Reverse args of `get'.
15837 (tramp-let-maybe): Move to an earlier spot in the file.
15838 Patch by Andreas Schwab.
15839
15840 2004-05-30 Andreas Schwab <schwab@suse.de>
15841
15842 * dired.el (dired-get-filename): Don't use dired-re-dot.
15843
15844 2004-05-30 Richard M. Stallman <rms@gnu.org>
15845
15846 * files.el (find-file): Doc fix.
15847
15848 * font-lock.el (lisp-font-lock-keywords-2): Add multiple-value-bind.
15849
15850 2004-05-30 Nick Roberts <nickrob@gnu.org>
15851
15852 * progmodes/gdb-ui.el (gdb-current-frame, gud-watch)
15853 (gdb-locals-mode, gdb-frame-handler): Display current frame in the
15854 modeline of the locals buffer.
15855 (gdb-goto-breakpoint): Handle gdbmi.
15856 (gdb-get-frame-number): Change for gdbmi.
15857
15858 2004-05-30 Michael Albinus <michael.albinus@gmx.de>
15859
15860 * files.el (file-remote-p): Apply file name handler for operation
15861 `file-remote-p'. It isn't a property any longer.
15862 (file-relative-name): `fh' and `fd' get the required value via
15863 `find-file-name-handler' already.
15864
15865 * ange-ftp.el (ange-ftp-file-remote-p): New defun.
15866 (top): Remove setting of `file-remote-p' property for
15867 `ange-ftp-hook-function'. Add `ange-ftp' property to `file-remote-p'.
15868
15869 2004-05-29 Michael Albinus <michael.albinus@gmx.de>
15870
15871 Version 2.0.41 of Tramp released.
15872
15873 * tramp.el (tramp-wait-for-regexp, tramp-wait-for-output):
15874 Throw away if process has died.
15875 Reported by Luc Teirlinck <teirllm@dms.auburn.edu>.
15876 (tramp-out-of-band-prompt-regexp): Rename to
15877 `tramp-process-alive-regexp', because its usage is widen.
15878 (tramp-actions-copy-out-of-band): Apply it.
15879 (tramp-actions-before-shell, tramp-multi-actions):
15880 Add `tramp-action-process-alive' action.
15881 (tramp-action-process-alive): New defun.
15882 (tramp-file-name-handler-alist, tramp-file-name-for-operation):
15883 Add entry for `file-remote-p'.
15884 (tramp-handle-file-remote-p): New defun.
15885 (top): Remove setting of `file-remote-p'. Don't set
15886 `inhibit-file-name-handlers' and `inhibit-file-name-operation'.
15887
15888 * tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
15889 `file-remote-p'.
15890
15891 * tramp-uu.el (tramp-uuencode-region): Padding characters aren't
15892 counted for (last) line. [They should or they shouldn't? --Stef]
15893 Reported by Aaron Ucko <ucko@ncbi.nlm.nih.gov>.
15894
15895 2004-05-29 Kai Grossjohann <kai.grossjohann@gmx.net>
15896
15897 * tramp.el (tramp-initial-commands): Add "unset HISTFILE"; this is
15898 not really necessary but seems to keep the shell history smaller
15899 in some cases. It is no substitute for setting HISTFILE and
15900 HISTSIZE from tramp-open-connection-setup-interactive-shell,
15901 though. Suggested by Luc Teirlinck.
15902 (tramp-open-connection-setup-interactive-shell): Export variables
15903 HISTFILE and HISTSIZE, do not just set them. From Luc Teirlinck.
15904 (tramp-set-process-query-on-exit-flag): New compat function.
15905 (tramp-open-connection-multi, tramp-open-connection-su)
15906 (tramp-open-connection-rsh, tramp-open-connection-telnet)
15907 (tramp-do-copy-or-rename-file-out-of-band): Use it.
15908 (tramp-let-maybe): New macro, let-binds a variable only if it
15909 isn't obsolete.
15910 (tramp-check-ls-commands, tramp-handle-expand-file-name)
15911 (tramp-handle-file-truename): Use it.
15912 (tramp-completion-file-name-regexp-unified): Avoid matching
15913 filenames starting with "/:" -- those are reserved for
15914 file-name-non-special.
15915
15916 * tramp-smb.el (tramp-smb-open-connection):
15917 Use tramp-set-process-query-on-exit-flag compat function.
15918
15919 2004-05-29 Richard M. Stallman <rms@gnu.org>
15920
15921 * net/browse-url.el (browse-url-interactive-arg): Doc fix.
15922
15923 * emacs-lisp/lisp-mode.el (prin1-char): Catch errors from `string'.
15924 (eval-last-sexp-print-value): Print char equivalent regardless
15925 of standard-output value.
15926
15927 * thumbs.el (thumbs-subst-char-in-string): Delete.
15928 (thumbs-thumbname): Use subst-char-in-string.
15929 (thumbs-resize-image): Use condition-case, not ignore-errors.
15930 (thumbs-kill-buffer): Likewise.
15931
15932 * thumbs.el: Don't include cl. Don't bother with old Emacs versions.
15933 (thumbs-mode): Make buffer read-only.
15934 (thumbs-make-thumb): Unconditionally accept an existing file.
15935 (thumbs-insert-thumb): Add thumb-image-file property to the image.
15936 (thumbs-do-thumbs-insertion): Be smarter about where to put newlines.
15937 (thumbs-show-thumbs-list): Error if images not supported.
15938 (thumbs-save-current-image): Improve prompt string.
15939 (thumbs-mode-map): Define u, R, x.
15940 (thumbs-unmark): New command.
15941 (thumbs-emboss-image): Minor cleanup.
15942 (thumbs-forward-char, thumbs-backward-char): Skip chars with no image.
15943 (thumbs-rename-images): New command.
15944 (thumbs-show-image-num): Rewrite. Don't rename the buffer.
15945
15946 * thumbs.el (thumbs-current-image): New function.
15947 (thumbs-file-list, thumbs-file-alist): New functions.
15948 (thumbs-find-image): Delete arg L.
15949 Don't set up thumbs-fileL as buffer-local global var.
15950 (thumbs-find-image-at-point): Use thumbs-current-image.
15951 (thumbs-set-image-at-point-to-root-window): Likewise.
15952 (thumbs-delete-images): Use thumbs-current-image, thumbs-file-alist.
15953 Record and warn about errors. Update thumbs-markedL for deletions.
15954 (thumbs-next-image, thumbs-previous-image): Use thumbs-file-alist.
15955 (thumbs-redraw-buffer): Use thumbs-file-list.
15956 (thumbs-mark): Use thumbs-current-image.
15957 (thumbs-show-name): Use thumbs-current-image.
15958
15959 * imenu.el (imenu--menubar-select): Set imenu-menubar-modified-tick
15960 and imenu--last-menubar-index-alist.
15961
15962 * subr.el (with-selected-window): Undo previous change.
15963
15964 2004-05-29 John Paul Wallington <jpw@gnu.org>
15965
15966 * thumbs.el (thumbs-show-name): Do nothing if no image at point.
15967 (thumbs-mouse-find-image): New command.
15968 (thumbs-mode-map): Bind it to mouse-2.
15969 (thumbs-mode): Make mode-class special.
15970 (thumbs-view-image-mode): Likewise.
15971
15972 2004-05-29 Pavel Kobiakov <pk_at_work@yahoo.com>
15973
15974 * flymake.el: New file.
15975
15976 2004-05-28 Luc Teirlinck <teirllm@auburn.edu>
15977
15978 * files.el (find-file-noselect-1): Do not bind
15979 `inhibit-read-only' to t during execution of
15980 `find-file-not-found-functions'.
15981
15982 2004-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
15983
15984 * vc-mcvs.el (vc-mcvs-print-log, vc-mcvs-diff):
15985 * vc-arch.el (vc-arch-diff): Add optional `buffer' arg.
15986
15987 2004-05-28 Juri Linkov <juri@jurta.org>
15988
15989 * simple.el (eval-expression-print-format): New fun.
15990
15991 * simple.el (eval-expression):
15992 * emacs-lisp/lisp-mode.el (eval-last-sexp-print-value):
15993 * emacs-lisp/edebug.el (edebug-compute-previous-result)
15994 (edebug-eval-expression): Print additionally the value returned by
15995 `eval-expression-print-format'.
15996
15997 * emacs-lisp/lisp.el (insert-pair-alist): New var.
15998 (insert-pair): Make arguments optional. Find character pair
15999 from `insert-pair-alist' according to the last input event.
16000 (insert-parentheses): Make arguments optional.
16001 (raise-sexp, delete-pair): New funs.
16002
16003 * emacs-lisp/lisp-mode.el (indent-pp-sexp): New fun.
16004 (emacs-lisp-mode-map, lisp-interaction-mode-map):
16005 Bind C-M-q to `indent-pp-sexp'.
16006
16007 * emacs-lisp/pp.el (pp-buffer): New fun created from the code in
16008 `pp-to-string' modified to be able to format text with newlines.
16009 (pp-to-string): Move the buffer-formatting part of the code to
16010 `pp-buffer'. Call `pp-buffer'.
16011
16012 * info.el (Info-desktop-buffer-misc-data): Don't save information
16013 about virtual files.
16014 (Info-restore-desktop-buffer): Restore Info buffers in prepared
16015 buffers with names obtained from the desktop file instead of the
16016 default *info* buffer.
16017
16018 2004-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
16019
16020 * subr.el (with-selected-window): Only save/restore the selected window.
16021
16022 * progmodes/compile.el (compilation-error-regexp-alist):
16023 Use expand-file-name and data-directory.
16024
16025 * progmodes/grep.el (grep-tree): Rework previous fix.
16026
16027 * mouse.el (mouse-set-region-1): Use temporary transient-mark-mode
16028 after the user marked text with the mouse.
16029
16030 * startup.el (command-line): Keep the first regexp of
16031 auto-save-file-name-transforms intact.
16032
16033 2004-05-28 Juanma Barranquero <lektu@terra.es>
16034
16035 * cus-edit.el (customize-face, customize-face-other-window)
16036 (custom-face-edit-delete): Make arguments match their use in
16037 docstring.
16038 (custom-unloaded-symbol-p, custom-unloaded-widget-p): Fix typo in
16039 docstring.
16040
16041 * cvs-status.el (cvs-tree-merge, cvs-tags->tree): Use `butlast',
16042 not `cvs-butlast'.
16043
16044 * pcvs-util.el (cvs-butlast, cvs-nbutlast): Remove (`butlast' and
16045 `nbutlast' are in subr.el).
16046
16047 * w32-fns.el (w32-using-nt, w32-shell-dos-semantics)
16048 (set-w32-system-coding-system): Doc fixes.
16049
16050 * textmodes/artist.el (artist-last, artist-remove-nulls): Simplify.
16051 (artist-draw-ellipse-general, artist-draw-ellipse-with-0-height):
16052 Make arguments match their use in docstring.
16053 (artist-draw-region-trim-line-endings)
16054 (artist-mouse-choose-operation): Fix typo in docstring.
16055 (artist-key-set-point-common): Doc fix.
16056
16057 2004-05-28 Simon Josefsson <jas@extundo.com>
16058
16059 * mail/smtpmail.el (smtpmail-open-stream):
16060 Bind starttls-extra-arguments too, if starttls.el uses GNUTLS.
16061
16062 2004-05-26 Simon Josefsson <jas@extundo.com>
16063
16064 * starttls.el: Merge with my GNUTLS based starttls.el.
16065 (starttls-gnutls-program, starttls-use-gnutls)
16066 (starttls-extra-arguments, starttls-process-connection-type)
16067 (starttls-connect, starttls-failure, starttls-success): New variables.
16068 (starttls-program, starttls-extra-args): Doc fix.
16069 (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New funs.
16070 (starttls-negotiate, starttls-open-stream): Check `starttls-use-gnutls'
16071 and pass on to corresponding *-gnutls function if it is set.
16072
16073 2004-05-27 Luc Teirlinck <teirllm@auburn.edu>
16074
16075 * autorevert.el (auto-revert-handler): Disable auto-reverting of
16076 remote files.
16077
16078 2004-05-27 Michael Albinus <michael.albinus@gmx.de>
16079
16080 * files.el (file-name-non-special): There are more operations
16081 which need handling: `find-backup-file-name',
16082 `insert-file-contents', `verify-visited-file-modtime',
16083 `write-region'. Rename t value of method to `add'. Add new
16084 methods `quote' and `unquote-then-quote' to file-arg-indices.
16085
16086 2004-05-25 Juri Linkov <juri@jurta.org>
16087
16088 * info.el (Info-toc): Call Info-mode on intermediate buffer.
16089 (Info-index-nodes): Enclose code in condition-case to catch errors.
16090 (Info-index-node): Don't search all index nodes if request is only
16091 for the current node and file is not in the cache of index nodes.
16092 (Info-mode-map): Bind Info-copy-current-node-name to `w'
16093 for consistency with dired-copy-filename-as-kill.
16094 Bind `S' to Info-search-case-sensitively.
16095 (Info-copy-current-node-name): New arg. With zero prefix arg put
16096 the name inside a function call to `info'. Display copied text in
16097 the echo area.
16098
16099 2004-05-25 Sam Steingold <sds@gnu.org>
16100
16101 * emacs-lisp/lisp-mode.el (lisp-find-tag-default): New function:
16102 strip the package prefix from the symbol name, if any.
16103 Make it the `find-tag-default-function' for `lisp-mode'.
16104
16105 2004-05-25 John Paul Wallington <jpw@gnu.org>
16106
16107 * gs.el (gs-load-image): Use `set-process-query-on-exit-flag'
16108 instead of obsolete `process-kill-without-query'.
16109
16110 * textmodes/texinfmt.el (texinfo-indexvar-alist):
16111 Declare as variable, not constant.
16112
16113 2004-05-25 Luc Teirlinck <teirllm@auburn.edu>
16114
16115 * files.el (find-file-noselect-1): Fix bug introduced by
16116 Revision 1.694. As a side effect, `inhibit-read-only'
16117 is again, by default, t during execution of
16118 `find-file-not-found-functions'.
16119 (insert-directory): Check that lines were really inserted by
16120 the --dired switch, before erasing them.
16121
16122 2004-05-24 Nick Roberts <nickrob@gnu.org>
16123
16124 * progmodes/gdb-ui.el (gdb-breakpoints-mode, gdb-frames-mode)
16125 (gdb-locals-mode): Check gud-minor-mode in gud-comint-buffer.
16126 (gdb-var-update, gdb-var-update-handler, gdb-var-delete)
16127 (gdb-edit-value, gdb-speedbar-expand-node): Handle new value for
16128 gud-minor-mode (gdbmi).
16129
16130 2004-05-24 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny change)
16131
16132 * net/browse-url.el (browse-url-interactive-arg): Enable user to
16133 explicitly select the text to be taken as URL.
16134
16135 2004-05-23 Juri Linkov <juri@jurta.org>
16136
16137 * info.el (Info-index-nodes): New var and fun.
16138 (Info-goto-index, Info-index, info-apropos)
16139 (Info-find-emacs-command-nodes): Rewrite to use Info-index-nodes.
16140 (Info-index): Fix docstring. Store and restore Info-history-list.
16141 (Info-complete-nodes): New var.
16142 (Info-complete-menu-item): Use it.
16143 (Info-index-node): New fun.
16144 (Info-final-node, Info-forward-node, Info-backward-node)
16145 (Info-build-toc, Info-try-follow-nearest-node, Info-fontify-node):
16146 Use Info-index-node.
16147 (Info-extract-menu-item, Info-extract-menu-counting): Set second
16148 arg of `Info-extract-menu-node-name' to non-nil for index nodes.
16149 (Info-find-node-2): If a node with period in its name not found,
16150 try to find a node without the name part after period.
16151 (Info-select-node): Call Info-fontify-node only if
16152 Info-fontify-maximum-menu-size is not nil.
16153 (info-apropos): Set Info-fontify-maximum-menu-size to nil.
16154 (Info-find-emacs-command-nodes, Info-goto-emacs-command-node):
16155 Preserve Info-history-list.
16156 (Info-toc): Set Info-current-file.
16157 (Info-build-toc): Move point to the beginning of the buffer.
16158 Add main-file variable.
16159 (Info-dir-remove-duplicates, Info-history, Info-toc, info-apropos):
16160 Use backslashed representation of the control character ^_.
16161
16162 * textmodes/texinfmt.el (texinfo-print-index): Print index line
16163 numbers in the new Texinfo 4.7 format.
16164
16165 * add-log.el (change-log-font-lock-keywords): Remove `:' from
16166 regexps for function and variable names.
16167
16168 * descr-text.el (describe-property-list): Add [show] button for
16169 `syntax-table' property with action to pp to a separate buffer.
16170 (describe-char): Replace search-forward by re-search-forward with
16171 whitespace regexp after "character:" to not fail in too narrow windows.
16172
16173 * simple.el (next-error-find-buffer): Add a rule to return
16174 next-error capable buffer if one window on the selected frame
16175 displays such buffer.
16176
16177 2004-05-23 Nick Roberts <nickrob@gnu.org>
16178
16179 * progmodes/gdb-ui.el (gdb-server-prefix): New variable.
16180 (gud-watch, gdb-send-item, gdb-breakpoints-mode, gdb-frames-mode)
16181 (gdb-locals-mode, gdb-send-item, gdb-toggle-breakpoint)
16182 (gdb-delete-breakpoint, gdb-frames-select, gdb-threads-buffer)
16183 (gdb-registers-buffer, gdb-reset, gdb-assembler-buffer):
16184 Handle new value for gud-minor-mode (gdbmi).
16185 (gdb-buffer-type, gdb-input-queue, gdb-prompting)
16186 (gdb-output-sink, gdb-current-item, gdb-pending-triggers):
16187 Change from local to global gdb variable set.
16188 (gdb-ann3): Initialize above gdb variable set.
16189 (gdb-var-update, gdb-var-update-handler, gdb-enqueue-input)
16190 (gdb-dequeue-input, gdb-source, gdb-pre-prompt, gdb-prompt)
16191 (gdb-subprompt, gdb-starting, gdb-stopping, gdb-frame-begin)
16192 (gdb-stopped, gdb-post-prompt, gdb-concat-output)
16193 (def-gdb-auto-update-trigger, def-gdb-auto-update-handler)
16194 (gdb-info-locals-handler, gdb-invalidate-assembler)
16195 (gdb-get-current-frame, gdb-frame-handler): Handle gdb variable
16196 set as global variables.
16197 (gdb-get-create-buffer): Don't make gud-comint buffer-local.
16198 Handle gdbmi.
16199 (gdb-info-breakpoints-custom): Fix regexp.
16200 (def-gdb-var): Delete.
16201
16202 * progmodes/gud.el (gud-menu-map, gud-speedbar-menu-items)
16203 (gud-speedbar-buttons, gud-sentinel, gud-display-line)
16204 (gud-basic-call): Handle new value for gud-minor-mode (gdbmi) for
16205 a new mode. The file (gdb-mi.el) for this mode will be included
16206 with the GDB distribution (6.2 onwards) and will use GDB/MI as its
16207 primary interface.
16208
16209 2004-05-23 Jesper Harder <harder@ifa.au.dk>
16210
16211 * progmodes/grep.el (grep-tree): Ensure that DIR argument is
16212 interpreted as a directory.
16213
16214 2004-05-22 Richard M. Stallman <rms@gnu.org>
16215
16216 * textmodes/paragraphs.el (sentence-end): Match unicode curly quotes
16217 as a close quote.
16218
16219 * textmodes/bibtex.el: Use assoc-string, not assoc-ignore-case.
16220
16221 * progmodes/idlw-shell.el (idlwave-shell-get-object-class):
16222 Use assoc-string, not assoc-ignore-case.
16223
16224 * progmodes/ada-mode.el: Use assoc-string, not assoc-ignore-case.
16225
16226 * emacs-lisp/lisp.el (mark-defun, narrow-to-defun):
16227 If moving back then fwd gets a defun that ends before point,
16228 try again moving fwd then back.
16229
16230 * files.el (file-name-non-special): Allow t in file-arg-indices
16231 to mean requote the return value. Use `identity' as an element
16232 rather than as the whole value.
16233
16234 * gs.el (gs-options): Add -dSAFER. Mark it risky.
16235
16236 2004-05-22 Juanma Barranquero <lektu@terra.es>
16237
16238 * help-fns.el (help-add-fundoc-usage): Use %S only for output of
16239 `help-make-usage'.
16240 (help-highlight-arguments): Skip function name before searching
16241 for arguments.
16242
16243 2004-05-21 Juanma Barranquero <lektu@terra.es>
16244
16245 * allout.el (allout-chart-subtree, allout-rebullet-topic-grunt):
16246 Don't mention in the docstring these arguments meant for
16247 internal (recursive) use only.
16248 (allout-char-spec): Comment out (it's not implemented).
16249 (allout-old-expose-topic, allout-exposure): Fix docstring and add
16250 obsolescence declaration.
16251 (allout-flatten-exposed-to-buffer)
16252 (allout-indented-exposed-to-buffer): Fix typos in docstring.
16253 (my-mark-marker): Doc fix.
16254 (produce-allout-mode-map, allout-sibling-index)
16255 (allout-isearch-expose, allout-distinctive-bullet)
16256 (allout-open-topic, allout-reindent-body)
16257 (allout-rebullet-heading, allout-process-exposed)
16258 (allout-insert-listified, allout-latex-verb-quote)
16259 (allout-insert-latex-header, allout-insert-latex-trailer):
16260 Make arguments match their use in docstring.
16261 (allout-primary-bullet, allout-old-style-prefixes)
16262 (allout-inhibit-protection, allout-init, allout-mode)
16263 (allout-before-change-protect, allout-flag-region):
16264 Use "Emacs" instead of "emacs" in docstrings.
16265
16266 2004-05-21 Masayuki Ataka <ataka@milk.freemail.ne.jp> (tiny change)
16267
16268 * international/characters.el: Modify syntax of more characters.
16269
16270 2004-05-21 Masatake YAMATO <jet@gyve.org>
16271
16272 * progmodes/etags.el (tags-apropos, list-tags): Require apropos.
16273 (etags-tags-completion-table): Show parsing progress.
16274
16275 2004-05-20 Luc Teirlinck <teirllm@auburn.edu>
16276
16277 * locate.el (locate-prompt-for-command): Shorten first line of
16278 docstring.
16279 (locate-mode): Expand docstring and include keymap summary.
16280
16281 * files.el (find-file-noselect-1): Limit the scope of the
16282 `inhibit-read-only' binding. Make sure that `inhibit-read-only'
16283 is, by default, nil during the execution of
16284 `find-file-not-found-functions' and `find-file-hook'.
16285
16286 2004-05-20 Michael Mauger <mmaug@yahoo.com>
16287
16288 * facemenu.el (facemenu-color-name-equal): New function.
16289 (list-colors-display): Use it to compare colors instead of
16290 facemenu-color-equal.
16291
16292 2004-05-20 Dan Nicolaescu <dann@ics.uci.edu>
16293
16294 * compare-w.el (compare-windows-face): Use min-colors instead of
16295 checking for tty or pc types.
16296
16297 2004-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
16298
16299 * simple.el (do-auto-fill): Remove unused vars `bol' and `opoint'.
16300 (completion-setup-function): Use with-current-buffer.
16301 Properly save excursion. Simplify.
16302 Don't assume there is necessarily a `mouse-face' property somewhere.
16303
16304 * progmodes/gud.el (gud-reset): Use unless & with-current-buffer.
16305
16306 * progmodes/gdb-ui.el (gdb-reset): Use unless. Fix regexp.
16307
16308 * emacs-lisp/bytecomp.el (byte-compile-log): Use backquotes.
16309 (byte-compile-log-1): Don't call (byte-goto-log-buffer).
16310 Use with-current-buffer.
16311 (byte-goto-log-buffer): Delete.
16312 (byte-compile-log-file): Call compilation-forget-errors.
16313
16314 2004-05-19 Takaaki Ota <Takaaki.Ota@am.sony.com> (tiny change)
16315
16316 * net/ldap.el (ldap-search-internal): Avoid mixing standard error
16317 output messages into the search result.
16318
16319 2004-05-19 Masatake YAMATO <jet@gyve.org>
16320
16321 * wid-edit.el (widget-radio-button-notify): Revert my last
16322 change. Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
16323
16324 2004-05-19 Kenichi Handa <handa@m17n.org>
16325
16326 * international/characters.el: Fix syntax (open/close) of CJK chars.
16327
16328 2004-05-18 Karl Chen <quarl@hkn.eecs.berkeley.edu> (tiny change)
16329
16330 * help-mode.el (help-go-back): Don't depend on position of back button.
16331
16332 2004-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
16333
16334 * files.el (auto-save-file-name-transforms): Make sure ange-ftp temp
16335 files files don't contain an accidental additional /.
16336
16337 * textmodes/tex-mode.el (tex-compilation-parse-errors): Save excursion
16338 in source buffer.
16339
16340 2004-05-18 Masatake YAMATO <jet@gyve.org>
16341
16342 * wid-edit.el (widget-radio-button-notify): Don't pass `widget'
16343 to widget-apply. :action method assumes 2 arguments, not 3.
16344
16345 2004-05-17 Glenn Morris <gmorris@ast.cam.ac.uk>
16346
16347 * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
16348 New constants.
16349 (hs-special-modes-alist): Add an f90-mode entry.
16350
16351 2004-05-17 Sam Steingold <sds@gnu.org>
16352
16353 * emacs-lisp/cl-indent.el (common-lisp-indent-function-1):
16354 Indent "without-" forms just like "with-" and "do-". Use regexp-opt.
16355
16356 2004-05-16 Kim F. Storm <storm@cua.dk>
16357
16358 * emacs-lisp/timer.el (timer-event-handler): Fix last change.
16359
16360 2004-05-15 John Wiegley <johnw@newartisans.com>
16361
16362 * eshell/esh-io.el (eshell-get-target): Whitespace changes.
16363 (eshell-output-object-to-target): Improve output speed 20% by not
16364 calling `eshell-stringify' if something is already known to be a string.
16365
16366 2004-05-15 Alex Ott <ott@jet.msk.su>
16367
16368 * textmodes/ispell.el (ispell-local-dictionary-alist):
16369 Add windows-1251 to the choice of coding systems.
16370 (ispell-dictionary-alist-6): Add support for "russianw.aff",
16371 encoded in cp1251.
16372
16373 2004-05-15 Dan Nicolaescu <dann@ics.uci.edu>
16374
16375 * progmodes/compile.el (compilation-warning-face)
16376 (compilation-info-face): Use min-colors.
16377
16378 2004-05-15 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
16379
16380 * toolbar/close.pbm, toolbar/close.xpm, toolbar/copy.pbm
16381 * toolbar/copy.xpm, toolbar/cut.pbm, toolbar/cut.xpm
16382 * toolbar/help.pbm, toolbar/help.xpm, toolbar/home.pbm
16383 * toolbar/home.xpm, toolbar/index.pbm, toolbar/index.xpm
16384 * toolbar/jump_to.pbm, toolbar/jump_to.xpm, toolbar/left_arrow.pbm
16385 * toolbar/left_arrow.xpm, toolbar/new.pbm, toolbar/new.xpm
16386 * toolbar/open.pbm, toolbar/open.xpm, toolbar/paste.pbm
16387 * toolbar/paste.xpm, toolbar/preferences.pbm, toolbar/preferences.xpm
16388 * toolbar/print.pbm, toolbar/print.xpm, toolbar/right_arrow.pbm
16389 * toolbar/right_arrow.xpm, toolbar/save.pbm, toolbar/save.xpm
16390 * toolbar/saveas.pbm, toolbar/saveas.xpm, toolbar/search.pbm
16391 * toolbar/search.xpm, toolbar/spell.pbm, toolbar/spell.xpm
16392 * toolbar/undo.pbm, toolbar/undo.xpm, toolbar/up_arrow.pbm
16393 * toolbar/up_arrow.xpm: New icons from GTK+ version 2.
16394
16395 2004-05-15 Kim F. Storm <storm@cua.dk>
16396
16397 * emacs-lisp/timer.el (timer-activate): Add optional arg triggered-p.
16398 Use it to set triggered-p element of timer.
16399 (timer-event-handler): Set triggered-p element non-nil while running
16400 the timer function.
16401
16402 2004-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
16403
16404 * descr-text.el (describe-char-unicode-data)
16405 (describe-char-unicodedata-file): Re-enable the unicode code now that
16406 the licensing issues have been cleared in the unicode-4 license.
16407 (describe-text-properties-1): Remove unused `overlay' var.
16408 (describe-char): Remove unused var `buffer'.
16409
16410 2004-05-14 David Ponce <david@dponce.com>
16411
16412 * tree-widget.el: New file.
16413
16414 2004-05-13 Marcelo Toledo <marcelo@gnu.org>
16415
16416 * language/european.el ("Brazilian Portuguese"): Add support for
16417 Brazilian Portuguese.
16418
16419 2004-05-13 John Wiegley <johnw@newartisans.com>
16420
16421 * iswitchb.el (iswitchb-use-virtual-buffers): Only turn on
16422 `recentf-mode' if this variable has been customized to t.
16423
16424 * eshell/esh-test.el (eshell-test): Call the function
16425 `emacs-version' rather than trying to build a custom version string.
16426
16427 2004-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
16428
16429 * net/telnet.el (telnet-mode): Use define-derived-mode.
16430 Don't modify the global value of comint-prompt-regexp.
16431
16432 2004-05-13 John Paul Wallington <jpw@gnu.org>
16433
16434 * version.el (emacs-version): Check for `gtk' feature before
16435 `x-toolkit' feature.
16436
16437 2004-05-13 Juanma Barranquero <lektu@terra.es>
16438
16439 * files.el (file-truename): Don't mention COUNTER and PREV-DIRS
16440 arguments in the docstring, they're used only in recursive calls.
16441
16442 * help-fns.el (help-arg-highlighting-function)
16443 (help-argument-name): Delete.
16444 (help-default-arg-highlight): New function.
16445 (help-do-arg-highlighting): Use it.
16446
16447 2004-05-13 Glenn Morris <gmorris@ast.cam.ac.uk>
16448
16449 * calendar/appt.el (appt-disp-window):
16450 Use `calendar-set-mode-line' for a centered mode-line.
16451
16452 2004-05-13 Takaaki Ota <Takaaki.Ota@am.sony.com> (tiny change)
16453
16454 * calendar/appt.el (appt-disp-window): Do not split window
16455 excessively when `split-height-threshold' is low.
16456
16457 2004-05-12 Nick Roberts <nickrob@gnu.org>
16458
16459 * progmodes/gud.el (gud-mode): Add gud-kill-buffer-hook to
16460 kill-buffer-hook here and make it local.
16461 (gud-kill-buffer-hook): Use kill-process for a sure kill.
16462
16463 2004-05-12 Daniel Pfeiffer <occitan@esperanto.org>
16464
16465 * progmodes/compile.el (compilation-set-window-height):
16466 Use save-excursion to protect against misplaced marker.
16467
16468 2004-05-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
16469
16470 * custom.el (defface): Document that type can have value gtk.
16471
16472 * faces.el (face-spec-set-match-display): Handle type gtk in display.
16473
16474 2004-05-12 Kenichi Handa <handa@m17n.org>
16475
16476 * descr-text.el: Require quail at compile time.
16477 (describe-char): If an input method is on and it supports the
16478 character, show how to input it.
16479
16480 * international/quail.el (quail-install-decode-map): Accept a
16481 char-table whose subtype is `quail-decode-map'.
16482 (quail-store-decode-map-key, quail-gen-decode-map1)
16483 (quail-gen-decode-map, quail-find-key1, quail-find-key)
16484 (quail-show-key): New functions.
16485
16486 2004-05-12 Juanma Barranquero <lektu@terra.es>
16487
16488 * generic.el (define-generic-mode): Remove redundant arglist info.
16489
16490 * help-fns.el (help-split-fundoc, help-add-fundoc-usage):
16491 Make arguments match their use in docstring.
16492 (help-arg-highlighting-function): New variable.
16493 (help-argument-name): Mention it in the docstring.
16494 (help-do-arg-highlight): Use it. Expand regexp to accept also
16495 ARG-xxx and xxx-ARG references.
16496
16497 2004-05-11 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny change)
16498
16499 * mail/rfc2368.el (rfc2368-parse-mailto-url): Make the results of
16500 parsing "mailto:addr1%2C%20addr2", "mailto:?to=addr1%2C%20addr2",
16501 and "mailto:addr1?to=addr2" equal.
16502
16503 2004-05-11 Alexander Pohoyda <alexander.pohoyda@gmx.net> (tiny change)
16504
16505 * man.el (Man-getpage-in-background): Use shell-file-name
16506 and shell-command-switch variables instead of hard-coded values.
16507
16508 2004-05-11 Eli Zaretskii <eliz@gnu.org>
16509
16510 * iimage.el: New file.
16511
16512 2004-05-11 Juanma Barranquero <lektu@terra.es>
16513
16514 * custom.el (custom-initialize-default, defcustom):
16515 Fix typo in docstring.
16516
16517 * files.el (set-visited-file-name, file-expand-wildcards):
16518 Fix docstring.
16519
16520 2004-05-10 Stefan Monnier <monnier@iro.umontreal.ca>
16521
16522 * emacs-lisp/lisp-mode.el (prin1-char): Use eventp.
16523
16524 * subr.el (eventp): Be more discriminating with integers.
16525
16526 2004-05-10 Daniel Pfeiffer <occitan@esperanto.org>
16527
16528 * progmodes/compile.el (compile): Add universal prefix arg.
16529 (compilation-error-regexp-alist-alist): Add edg patterns.
16530
16531 2004-05-10 Sam Steingold <sds@gnu.org>
16532
16533 * textmodes/ispell.el (ispell-message):
16534 Use `message-cite-prefix-regexp' instead of `message-yank-prefix'.
16535
16536 2004-05-10 Dave Love <fx@gnu.org>
16537
16538 * progmodes/python.el (help-buffer): Autoload when compiling.
16539 (python-after-info-look): Don't assume Info-goto-node returns non-nil.
16540 (run-python): Prepend to any existing PYTHONPATH.
16541
16542 2004-05-10 Nick Roberts <nick@nick.uklinux.net>
16543
16544 * progmodes/gdb-ui.el (gdb-annotation-rules): Add nquery annotation
16545 for pending breakpoints.
16546
16547 2004-05-10 Richard M. Stallman <rms@gnu.org>
16548
16549 * mail/unrmail.el (unrmail): Mostly rewritten. Parses the file
16550 directly without calling any functions in Rmail.
16551 (unrmail-unprune): Function deleted.
16552
16553 2004-05-10 Stefan Monnier <monnier@iro.umontreal.ca>
16554
16555 * progmodes/python.el (inferior-python-mode-map): Remove erroneous
16556 C-c C-z binding.
16557
16558 2004-05-10 Kenichi Handa <handa@m17n.org>
16559
16560 * descr-text.el (describe-char): Fix previous change. Don't make
16561 a unibyte character to multibyte in the *Help* buffer.
16562
16563 2004-05-10 Miles Bader <miles@gnu.org>
16564
16565 * lisp/progmodes/gud.el (gud-common-init): Only consider an existing
16566 buffer an error if the debugger process is actually running.
16567
16568 2004-05-10 Juanma Barranquero <lektu@terra.es>
16569
16570 * help-fns.el (help-argument-name): Default to italic.
16571 (help-highlight-arguments): Return always (usage . doc), even when
16572 usage is nil.
16573
16574 * ibuf-macs.el (define-ibuffer-column, define-ibuffer-sorter)
16575 (define-ibuffer-filter): Add usage info.
16576 (define-ibuffer-op): Add usage info (but CL-style defaults for
16577 keyword args are not shown).
16578
16579 * subr.el (remove-overlays, read-passwd): Fix docstring.
16580 (start-process-shell-command): Fix docstring. Put usage info in a
16581 format usable by `describe-function'.
16582 (open-network-stream, open-network-stream-nowait)
16583 (open-network-stream-server): Fix docstring.
16584
16585 2004-05-09 Jason Rumney <jasonr@gnu.org>
16586
16587 * international/code-pages (cp932, cp936, cp949, c950): Remove.
16588 Only define cp125* if windows-125* is already defined.
16589
16590 * language/korean.el (cp949): Add alias.
16591
16592 * language/chinese.el (cp936, cp950): Add aliases.
16593
16594 * language/japanese.el (cp932): Add alias.
16595
16596 * term/w32-win.el: Require code-pages.
16597
16598 * international/mule-cmds.el (set-locale-environment):
16599 On MS-Windows use ansi code-page for default coding-systems.
16600 Set up paper sizes for Windows 3 letter languages.
16601
16602 * international/code-pages.el (cp932, cp936, cp949, cp950):
16603 Add aliases. Also add cp125* if not already defined.
16604
16605 2004-05-09 Juanma Barranquero <lektu@terra.es>
16606
16607 * help-fns.el (help-highlight-arguments): Don't try to highlight
16608 missing or autoloaded arglists. Accept structured arguments, like
16609 the first ones of `do' and `flet'.
16610
16611 * pcvs.el (cvs-mode-run, cvs-is-within-p): Fix typo in docstring.
16612 (cvs-get-marked): Remove redundant arglist info.
16613
16614 * net/quickurl.el (quickurl, quickurl-browse-url, quickurl-read):
16615 Don't use CL-style default args.
16616
16617 2004-05-08 Andreas Schwab <schwab@suse.de>
16618
16619 * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Doc fix.
16620
16621 * international/subst-ksc.el: Fix references to utf-translate-cjk
16622 into utf-translate-cjk-mode.
16623 * international/subst-big5.el: Likewise.
16624 * international/subst-gb2312.el: Likewise.
16625 * international/subst-jis.el: Likewise.
16626 * international/utf-16.el: Likewise.
16627 * international/utf-8.el: Likewise.
16628
16629 2004-05-08 John Wiegley <johnw@newartisans.com>
16630
16631 * iswitchb.el (iswitchb-use-virtual-buffers): Add support for
16632 "virtual buffers" (off by default), which makes it possible to
16633 switch to the "virtual" buffers of recently visited files. When a
16634 buffer name search fails, and this option is on, iswitchb will
16635 look at the list of recently visited files, and permit matching
16636 against those names. When the user hits RET on a match, it will
16637 revisit that file.
16638 (iswitchb-read-buffer): Add two optional arguments, which makes
16639 isearchb.el possible.
16640 (iswitchb-completions, iswitchb-set-matches, iswitchb-prev-match)
16641 (iswitchb-next-match): Add support for virtual buffers.
16642
16643 * isearchb.el: This module extends iswitchb to provide "as you
16644 type" buffer selection.
16645
16646 * textmodes/flyspell.el (flyspell-highlight-incorrect-region):
16647 Ignore the read-only property when flyspell highlighting is on.
16648 Not ignoring it leads to a series of confusing errors.
16649 (flyspell-highlight-duplicate-region): Ignore read-only, as above,
16650 but also make sure to call flyspell-incorrect-hook.
16651 (flyspell-maybe-correct-transposition): Perform transposition test
16652 by bit twiddling a string, rather than using a temp buffer.
16653 (flyspell-maybe-correct-doubling): Use a string rather than a temp
16654 buffer. This is also the original version of the code, which
16655 could not be checked in before due to a previous lack of
16656 assignment papers. This version has seen heavy usage on my system
16657 for several years now.
16658
16659 * calendar/cal-bahai.el: New file, which adds support for the
16660 Baha'i calendar to Emacs. This calendar is based on a solar year
16661 of 19 months of 19 days, with 4 intercalary days. Each year
16662 begins on March 21, with the calendar starting in 1844.
16663
16664 * calendar/cal-menu.el, calendar/calendar.el
16665 * calendar/diary-lib.el, calendar/holidays.el:
16666 Added support for using cal-bahai.el.
16667
16668 * eshell/em-glob.el (eshell-glob-initialize): Move initialization
16669 of `eshell-glob-chars-regexp' into `eshell-glob-regexp', so that
16670 function can be used outside of eshell buffers.
16671 (eshell-glob-regexp): Initialize `eshell-glob-chars-regexp' here.
16672
16673 2004-05-08 Juanma Barranquero <lektu@terra.es>
16674
16675 * help-fns.el (help-do-arg-highlight): Temporarily set ?\- to be a
16676 word constituent so FOO-ARG is not recognized as an arg.
16677 (help-highlight-arguments): Don't skip lists in mandatory arguments.
16678
16679 * simple.el (next-error): Fix typo in docstring.
16680 (open-line): Make argument names match their use in docstring.
16681 (split-line): Fix docstring.
16682
16683 * emacs-lisp/cl-macs.el (do, do*): Put usage info in a format
16684 usable by `describe-function'.
16685 (gensym, gentemp, typep, ignore-errors): Make argument names match
16686 their use in docstring.
16687
16688 * progmodes/python.el (python-describe-symbol): Pass INTERACTIVE-P
16689 argument to `help-setup-xref'.
16690
16691 2004-05-07 Kai Grossjohann <kai@emptydomain.de>
16692
16693 Version 2.0.40 of Tramp released.
16694
16695 * net/tramp.el (tramp-completion-mode, tramp-md5-function):
16696 Use symbol-function to invoke functions only known on some Emacs
16697 flavors. This avoids byte-compiler warnings. Reported by Kevin
16698 Scaldeferri <kevin@scaldeferri.com>.
16699 (tramp-do-copy-or-rename-file-via-buffer): Rename from
16700 tramp-do-copy-or-rename-via-buffer (without `file'), to make it
16701 consistent with the other tramp-do-* functions.
16702 (tramp-do-copy-or-rename-file): Calls adjusted.
16703 (tramp-process-initial-commands): Avoid liveness check on shell --
16704 we know that it must be alive since we're opening a connection at
16705 this moment.
16706 (tramp-last-cmd): New internal variable.
16707 (tramp-process-echoes): New tunable.
16708 (tramp-send-command): Set tramp-last-cmd.
16709 (tramp-wait-for-output): Delete echo, if applicable.
16710 (tramp-read-passwd): Construct the key for the password cache in a
16711 way that works for multi methods, too.
16712 (tramp-bug): Add backup-directory-alist and
16713 bkup-backup-directory-info to bug reports, with Tramp counterparts.
16714
16715 2004-05-07 Michael Albinus <michael.albinus@gmx.de>
16716
16717 * net/tramp*.el: Suppress byte-compiler warnings where possible.
16718
16719 * net/tramp.el (tramp-out-of-band-prompt-regexp)
16720 (tramp-actions-copy-out-of-band): New defcustoms.
16721 (tramp-do-copy-or-rename-file-out-of-band): Asynchronous process
16722 used instead of a synchronous one. Allows password entering.
16723 (tramp-action-out-of-band): New defun.
16724 (tramp-open-connection-rsh, tramp-method-out-of-band-p):
16725 Remove restriction with password from doc string.
16726 (tramp-bug): Add variables `tramp-terminal-prompt-regexp',
16727 `tramp-out-of-band-prompt-regexp',
16728 `tramp-actions-copy-out-of-band', `password-cache' and
16729 `password-cache-expiry'.
16730 (toplevel): Remove todo item wrt ssh-agent. Obsolete due to
16731 password caching.
16732 (tramp-touch): FILE can be a local file, too.
16733 (TODO): Remove items done.
16734 (tramp-handle-insert-directory): Properly quote file name also if
16735 not full-directory-p. Handle wildcard case. Reported by Andreas
16736 Schwab <schwab@suse.de>.
16737 (tramp-do-copy-or-rename-file-via-buffer): Set permissions of the
16738 new file.
16739 (tramp-handle-file-local-copy, tramp-handle-write-region):
16740 The permissions of the temporary file are set if filename exists.
16741 Reported by Ted Stern <stern@cray.com>.
16742 (tramp-backup-directory-alist)
16743 (tramp-bkup-backup-directory-info): New defcustoms.
16744 (tramp-file-name-handler-alist): Add entry for `find-backup-file-name'.
16745 (tramp-handle-find-backup-file-name): New function.
16746 Implements Tramp's find-backup-file-name.
16747
16748 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry
16749 for `find-backup-file-name'.
16750
16751 * net/tramp-vc.el (tramp-vc-workfile-unchanged-p): Correct typo
16752 ("file" -> "filename"). Reported by Kim F. Storm <storm@cua.dk>.
16753
16754 2004-05-07 Lars Hansen <larsh@math.ku.dk>
16755
16756 * desktop.el (desktop-buffer-mode-handlers): Fix docstring.
16757
16758 2004-05-07 Juanma Barranquero <lektu@terra.es>
16759
16760 * subr.el (lambda): Add arglist description to docstring.
16761 (declare): Fix typo in docstring.
16762 (open-network-stream): Fix docstring.
16763 (process-kill-without-query): Fix docstring and add obsolescence info.
16764 (last, butlast, nbutlast): Make arguments match their use in docstring.
16765 (insert-buffer-substring-no-properties): Likewise.
16766 (insert-buffer-substring-as-yank): Likewise.
16767 (split-string): Fix docstring.
16768
16769 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
16770 Make argument names match their use in docstring.
16771
16772 * emacs-lisp/re-builder.el (reb-auto-update): Fix typo in docstring.
16773
16774 2004-05-06 Nick Roberts <nickrob@gnu.org>
16775
16776 * progmodes/gdb-ui.el: Improve/extend documentation strings.
16777 Fit first sentence on one line for apropos-command.
16778
16779 2004-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
16780
16781 Changes largely merged in from Dave Love's code.
16782 * progmodes/python.el: Doc fixes.
16783 (python-mode-map): Add python-complete-symbol.
16784 (python-comment-line-p, python-beginning-of-string): Use syntax-ppss.
16785 (python-comment-indent, python-complete-symbol)
16786 (python-symbol-completions, python-partial-symbol)
16787 (python-try-complete): New.
16788 (python-indent-line): Remove optional arg. Use python-block-end-p.
16789 (python-check): Bind compilation-error-regexp-alist.
16790 (inferior-python-mode): Use rx. Move keybindings to top level.
16791 Set comint-input-filter.
16792 (python-preoutput-filter): Use rx.
16793 (python-input-filter): Re-introduce.
16794 (python-proc): Start new process if necessary.
16795 Check python-buffer non-nil.
16796 (view-return-to-alist): Defvar.
16797 (python-send-receive): New.
16798 (python-eldoc-function): Use it.
16799 (python-mode-running): Don't defvar.
16800 (python-mode): Set comment-indent-function.
16801 Maybe update hippie-expand-try-functions-list.
16802 (python-indentation-levels): Initialize differently.
16803 (python-block-end-p): New.
16804 (python-indent-line): Use it.
16805 (python-compilation-regexp-alist): Augment.
16806 (run-python): Import `emacs' module to Python rather than loading
16807 code directly. Set python-buffer differently.
16808 (python-send-region): Use emacs.eexecfile. Fix orig-start calculation.
16809 Use python-proc.
16810 (python-send-command): Go to end of comint buffer.
16811 (python-load-file): Use python-proc, emacs.eimport.
16812 (python-describe-symbol): Simplify interactive form.
16813 Use emacs.help. Do use temp-buffer-show-hook.
16814 Call print-help-return-message.
16815 (hippie-exp): Require when compiling.
16816 (python-preoutput-continuation): Use rx.
16817
16818 * diff-mode.el (diff-make-unified): Fix regexp.
16819
16820 2004-05-06 Romain Francoise <romain@orebokech.com> (tiny change)
16821
16822 * ibuffer.el (ibuffer-redisplay-engine): Do not remove folded
16823 filter groups from the buffer when rebuilding the Ibuffer buffer
16824 and `ibuffer-show-empty-filter-groups' is nil.
16825
16826 2004-05-06 Vinicius Jose Latorre <viniciusjl@ig.com.br>
16827
16828 * ps-print.el (ps-print-quote): Call ps-value-string.
16829 (ps-setup): Call ps-comment-string.
16830 (ps-value-string, ps-comment-string): New funs.
16831
16832 2004-05-06 Juanma Barranquero <lektu@terra.es>
16833
16834 * ehelp.el (electric-help-command-loop): Check whether the last
16835 character is visible, not (point-max).
16836
16837 * help-fns.el (help-argument-name): Default to bold; don't inherit
16838 from font-lock-variable-name-face.
16839 (help-do-arg-highlight): Grok also ARGth occurrences in the docstring.
16840
16841 2004-05-05 Kenichi Handa <handa@m17n.org>
16842
16843 * descr-text.el (describe-char): Copy the character with text
16844 properties and overlays into the first line, and call
16845 describe-text-properties on it.
16846
16847 2004-05-05 Stephen Eglen <stephen@anc.ed.ac.uk>
16848
16849 * iswitchb.el (iswitchb-global-map): Fix typo.
16850 Remove unwanted ###autoloads from source file.
16851
16852 2004-05-05 Lars Hansen <larsh@math.ku.dk>
16853
16854 * wdired.el (wdired-change-to-wdired-mode): Quote wdired-mode-hook
16855 in run-hooks. Use substitute-command-keys in message.
16856 (wdired-abort-changes): Add message.
16857
16858 2004-05-03 Michael Mauger <mmaug@yahoo.com>
16859
16860 * emacs/lisp/progmodes/sql.el (sql-xemacs-p, sql-emacs19-p)
16861 (sql-emacs20-p): Remove.
16862 (sql-mode-syntax-table): Use shared GNU Emacs/XEmacs syntax.
16863 (sql-builtin-face, sql-doc-face): Remove.
16864 (sql-mode-ansi-font-lock-keywords)
16865 (sql-mode-oracle-font-lock-keywords)
16866 (sql-mode-postgres-font-lock-keywords)
16867 (sql-mode-linter-font-lock-keywords)
16868 (sql-mode-ms-font-lock-keywords)
16869 (sql-mode-mysql-font-lock-keywords): Use standard fonts.
16870 (sql-product-font-lock): Fix font-lock reset when font rules change.
16871 (sql-highlight-product): Remove incorrect font-lock reset logic.
16872
16873 2004-05-04 Jonathan Yavner <jyavner@member.fsf.org>
16874
16875 * ses.el (ses-set-parameter): Fix typo.
16876
16877 2004-05-04 Kim F. Storm <storm@cua.dk>
16878
16879 * ido.el (ido-read-internal): Fix call to read-file-name for edit.
16880 Must expand directory for completion to work; and don't mess with
16881 process-environment.
16882 (ido-read-file-name): If command has ido property, don't use ido
16883 if value is ignore, or read as directory if value is dir.
16884 Set ido ignore property for dired-do-rename command.
16885
16886 2004-05-04 Juanma Barranquero <lektu@terra.es>
16887
16888 * ehelp.el (electric-help-command-loop, electric-help-undefined)
16889 (electric-help-help): Check against unmapped commands.
16890
16891 * help-fns.el (help-argument-name): New face, inheriting from
16892 font-lock-variable-name-face, to highlight function arguments in
16893 `describe-function' and `describe-key'.
16894 (help-do-arg-highlight): Auxiliary function to highlight a given
16895 list of arguments in a string.
16896 (help-highlight-arguments): Highlight the function arguments and
16897 all uses of them in the docstring.
16898 (describe-function-1): Use it. Do docstring output via `insert',
16899 not 'princ', so text attributes are preserved.
16900
16901 * winner.el (winner-mode-map): Move `winner-undo' and
16902 `winner-redo' to C-c <left> and C-c <right>, respectively (the
16903 previous bindings conflict with `prev-buffer', `next-buffer').
16904
16905 2004-05-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
16906
16907 * textmodes/bibtex.el (bibtex-progress-message): Fix docstring.
16908 (bibtex-entry-update): New command bound to C-c C-u.
16909 (bibtex-text-in-string): Fix regexp.
16910 (bibtex-assoc-of-regexp): Remove.
16911 (bibtex-progress-message): Fix docstring.
16912 (bibtex-inside-field): Use if.
16913 (bibtex-assoc-regexp): New function.
16914 (bibtex-format-entry): Make code more robust so that it formats
16915 also old entries.
16916 (bibtex-autokey-demangle-title): Merge with obsolete function
16917 bibtex-assoc-of-regexp.
16918 (bibtex-field-list): New function.
16919 (bibtex-entry): Use bibtex-field-list.
16920 (bibtex-parse-entry): Fix docstring.
16921 (bibtex-print-help-message): Use bibtex-field-list.
16922 (bibtex-make-field): Use bibtex-field-list.
16923 (bibtex-entry-index): Bugfix. Return crossref key if required.
16924 (bibtex-lessp): Fix docstring.
16925
16926 2004-05-03 Luc Teirlinck <teirllm@auburn.edu>
16927
16928 * select.el (xselect-convert-to-string): Move comment to intended line.
16929
16930 2004-05-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
16931
16932 * toolbar/tool-bar.el (tool-bar-setup): Use lookup-key for
16933 cut/copy/paste in case menu-bar-enable-clipboard is in effect.
16934
16935 2004-05-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
16936
16937 * term/x-win.el (x-clipboard-yank): Don't exit on error from
16938 x-get-selection.
16939
16940 2004-05-03 Jason Rumney <jasonr@gnu.org>
16941
16942 * makefile.nt: Remove.
16943
16944 2004-05-03 Kim F. Storm <storm@cua.dk>
16945
16946 * emulation/cua-base.el (cua--update-indications): Fix last change.
16947 (cua-mode): Deactivate mark when cua-mode is enabled.
16948
16949 2004-05-02 Luc Teirlinck <teirllm@auburn.edu>
16950
16951 * select.el (xselect-convert-to-string): Bind `inhibit-read-only' to t.
16952
16953 2004-05-03 Nick Roberts <nickrob@gnu.org>
16954
16955 * progmodes/gdb-ui.el (gud-watch, gdb-display-buffer)
16956 (gdb-display-source-buffer, gdb-put-breakpoint-icon)
16957 (gdb-remove-breakpoint-icons, gdb-assembler-custom): Look for
16958 window over visible frames.
16959 (gdb-goto-breakpoint): Make buffer display file at breakpoint.
16960
16961 2004-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
16962
16963 * progmodes/compile.el (compilation-gcpro): New var.
16964 (compilation-fake-loc): Use it.
16965 (compilation-forget-errors): Reset it.
16966
16967 2004-05-02 Dan Nicolaescu <dann@ics.uci.edu>
16968
16969 * diff-mode.el (diff-header-face, diff-file-header-face):
16970 Use min-colors.
16971
16972 2004-05-02 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
16973
16974 * textmodes/bibtex.el (bibtex-sort-buffer): Remove error message.
16975 (bibtex-clean-entry): Disentangle code.
16976 (bibtex-realign): New function.
16977 (bibtex-reformat): Use mapcar and bibtex-realign. Do not use
16978 bibtex-beginning-of-first-entry and bibtex-skip-to-valid-entry.
16979 Remove undocumented optional arg called-by-convert-alien.
16980 (bibtex-convert-alien): Use bibtex-realign. Use bibtex-reformat
16981 for sorting instead of bibtex-sort-buffer.
16982
16983 2004-05-02 Eli Zaretskii <eliz@gnu.org>
16984
16985 * progmodes/compile.el (compilation-start): In the
16986 no-async-subprocesses branch, call sit-for to give redisplay a
16987 chance to show the updated process status in the mode line, and
16988 fontify the buffer explicitly after the process exits.
16989
16990 2004-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
16991
16992 * progmodes/python.el (python-compilation-line-number): Remove.
16993 (python-compilation-regexp-alist): Don't use it any more.
16994 (python-orig-start, python-input-filter): Remove.
16995 (inferior-python-mode): Don't set up comint-input-filter-functions.
16996 (python-send-region): Use compilation-fake-loc.
16997
16998 * progmodes/compile.el (compilation-messages-start): New var.
16999 (compilation-mode): Don't setup next-error-function here.
17000 (compilation-setup): Set it up here instead (for minor modes as well).
17001 Make compilation-messages-start buffer local.
17002 (compilation-next-error-function): Use it.
17003 (compilation-forget-errors): Set compilation-messages-start.
17004
17005 2004-05-01 Luc Teirlinck <teirllm@auburn.edu>
17006
17007 * ielm.el (ielm-prompt-read-only): Update docstring.
17008
17009 * comint.el (comint-prompt-read-only): Update docstring.
17010 (comint-update-fence, comint-kill-whole-line)
17011 (comint-kill-region): New functions.
17012
17013 * simple.el (kill-whole-line): Use "p" instead of "P" in
17014 interactive form.
17015
17016 2004-05-01 Juanma Barranquero <lektu@terra.es>
17017
17018 * help-fns.el (help-add-fundoc-usage): Use %S instead of %s to
17019 format arglist so default values in CL-style argument lists are
17020 correctly shown.
17021
17022 2004-05-01 Jason Rumney <jasonr@gnu.org>
17023
17024 * term/w32-win.el (w32-drag-n-drop): Use x-dnd.el functions.
17025
17026 2004-05-01 Kenichi Handa <handa@m17n.org>
17027
17028 * international/titdic-cnv.el (miscdic-convert): Don't generate a
17029 quail file if it is up to date.
17030
17031 2004-04-30 Juri Linkov <juri@jurta.org>
17032
17033 * cus-edit.el (custom-mode-map):
17034 Add key binding `C-x C-s' to `Custom-save'.
17035
17036 * outline.el (outline-blank-line): New var.
17037 (outline-next-preface, outline-show-heading)
17038 (outline-end-of-subtree): Use it.
17039
17040 * dired-aux.el (dired-touch-initial): New fun.
17041 (dired-do-chxxx): Call it for op-symbol `touch'.
17042 (dired-diff): Use `dired-dwim-target-directory'
17043 if current dired buffer has no buffer mark.
17044
17045 * bindings.el (propertized-buffer-identification):
17046 Replace `(:weight bold)' by `Buffer-menu-buffer-face'.
17047 Add C-M-arrow keys for consistency.
17048
17049 * files.el (confirm-kill-emacs):
17050 Change group from top-level `emacs' to `convenience'.
17051
17052 * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
17053 Push mark on the first call of successive command calls.
17054 (insert-pair): New fun created from `insert-parentheses' with
17055 `open' and `close' arguments added. Enclose active regions
17056 in paired characters. Compare adjacent characters syntax with
17057 inserted characters syntax before inserting a space.
17058 (insert-parentheses): Call `insert-pair' with ?\( ?\).
17059
17060 * delsel.el: Don't put `delete-selection' property
17061 on `insert-parentheses' symbol to take advantage of
17062 region handling in `insert-pair' function.
17063 Suggested by Stephan Stahl <stahl@eos.franken.de>.
17064
17065 2004-04-30 Kim F. Storm <storm@cua.dk>
17066
17067 * emulation/cua-base.el: Add support for changing cursor types;
17068 based on patch from Michael Mauger.
17069 (cua-normal-cursor-color, cua-read-only-cursor-color)
17070 (cua-overwrite-cursor-color, cua-global-mark-cursor-color):
17071 Customization cursor type and/or cursor color.
17072 (cua--update-indications): Handle cursor type changes.
17073 (cua-mode): Update cursor indications if enabled.
17074
17075 * menu-bar.el (menu-bar-options-menu): Change menu text for CUA.
17076
17077 * mouse.el (mouse-drag-copy-region): New defcustom.
17078 (mouse-set-region, mouse-drag-region-1): Use it.
17079
17080 * simple.el (kill-ring-save): If region face background color is
17081 unspecified (if no highlighting), show extent of fully visible
17082 region even if transient-mark-mode is enabled.
17083
17084 * emulation/cua-base.el (cua--standard-movement-commands):
17085 Add cua-scroll-up and cua-scroll-down.
17086 (cua-scroll-up, cua-scroll-down): New commands.
17087 (cua--init-keymaps): Remap scroll-up and scroll-down.
17088
17089 * emulation/cua-rect.el (cua--convert-rectangle-as):
17090 New defmacro.
17091 (cua-upcase-rectangle, cua-downcase-rectangle): Use it.
17092 (cua-upcase-initials-rectangle, cua-capitalize-rectangle):
17093 New commands (suggested by Jordan Breeding).
17094
17095 2004-04-30 Juanma Barranquero <lektu@terra.es>
17096
17097 * smerge-mode.el (smerge-diff-switches): Fix typo in docstring.
17098
17099 2004-04-30 Mario Lang <mlang@delysid.org>
17100
17101 * diff.el (diff-switches): Fix typo in docstring.
17102
17103 2004-04-30 Alex Schroeder <alex@gnu.org>
17104
17105 * xml.el (xml-debug-print-internal): Don't add newline and
17106 indentation to text nodes and write empty elements as empty tags
17107 instead of opening and closing tags.
17108 (xml-debug-print): Take optional indent-string argument.
17109 (xml-print): Alias for xml-debug-print.
17110
17111 2004-04-30 Glenn Morris <gmorris@ast.cam.ac.uk>
17112
17113 * progmodes/fortran.el (fortran-fill): Use local var `bol' rather
17114 than duplicate call to `line-beginning-position'.
17115
17116 * progmodes/f90.el (f90-get-present-comment-type):
17117 Return whitespace, as well as comment chars, for consistent filling
17118 of comment blocks. Use `match-string-no-properties'.
17119 (f90-break-line): Trim trailing whitespace when filling comments.
17120
17121 2004-04-30 Dave Love <fx@gnu.org>
17122
17123 * calendar/diary-lib.el (diary-outlook-formats): New variable.
17124 (diary-from-outlook-internal, diary-from-outlook)
17125 (diary-from-outlook-gnus, diary-from-outlook-rmail):
17126 New functions to import diary entries from Outlook-format
17127 appointments in mail messages.
17128
17129 2004-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
17130
17131 * progmodes/python.el (python-send-command): New fun.
17132 (python-send-region, python-load-file): Use it.
17133
17134 * progmodes/compile.el (compilation-last-buffer): Add var alias.
17135
17136 * help-fns.el (help-C-file-name): Use new subr-name.
17137 Prepend `src/' to the file name.
17138 (help-C-source-directory, help-subr-name, help-find-C-source): Remove.
17139 (describe-function-1, describe-variable): Only find a C source file
17140 name if DOC is already loaded.
17141
17142 * help-mode.el (help-function-def, help-variable-def):
17143 Use the new find-function-search-for-symbol functionality.
17144 Allow FILE to be `C-source'.
17145
17146 * emacs-lisp/find-func.el (find-function-C-source-directory): New var.
17147 (find-function-C-source): New fun.
17148 (find-function-search-for-symbol): Use it.
17149
17150 2004-03-29 Michael Mauger <mmaug@yahoo.com>
17151
17152 * progmodes/sql.el (sql-product-alist): Rename variable
17153 `sql-product-support'. Add Postgres login parameters.
17154 (sql-set-product, sql-product-feature): Update with renamed variable.
17155 (sql-connect-postgres): Add username prompt.
17156 (sql-imenu-generic-expression, sql-mode-font-lock-object-name):
17157 Make patterns less product specific.
17158 (sql-xemacs-p, sql-emacs19-p): Add flags for Emacs variants.
17159 (sql-mode-abbrev-table): Modify initialization.
17160 (sql-builtin-face): Add variable.
17161 (sql-keywords-re): Add macro.
17162 (sql-mode-ansi-font-lock-keywords): Update for ANSI-92.
17163 (sql-mode-oracle-font-lock-keywords): Update for Oracle 9i.
17164 (sql-mode-postgres-font-lock-keywords): Update for Postgres 7.3.
17165 (sql-mode-mysql-font-lock-keywords): Update for MySql 4.0.
17166 (sql-mode-linter-font-lock-keywords)
17167 (sql-mode-ms-font-lock-keywords): Use `sql-keywords-re' macro.
17168 (sql-mode-sybase-font-lock-keywords)
17169 (sql-mode-informix-font-lock-keywords)
17170 (sql-mode-interbase-font-lock-keywords)
17171 (sql-mode-ingres-font-lock-keywords)
17172 (sql-mode-solid-font-lock-keywords)
17173 (sql-mode-sqlite-font-lock-keywords)
17174 (sql-mode-db2-font-lock-keywords): Default to nil.
17175 (sql-product-font-lock): Always highlight ANSI keywords.
17176 (sql-add-product-keywords): Made similar to `font-lock-add-keywords'.
17177 (sql-send-string): Add function.
17178
17179 2004-04-29 Dave Love <fx@gnu.org>
17180
17181 * progmodes/cfengine.el (cfengine-beginning-of-defun)
17182 (cfengine-end-of-defun): Ensure progress through buffer.
17183
17184 * info-look.el (cfengine-mode): Accept a terminal ().
17185
17186 2004-04-29 Juri Linkov <juri@jurta.org>
17187
17188 * isearch.el (isearch-mode-map): Bind \C-w to isearch-yank-word
17189 instead of isearch-yank-word-or-char. Add new key bindings for
17190 isearch-yank-char to \C-f, and isearch-del-char to \C-b.
17191 (isearch-del-char): New fun.
17192 (isearch-forward, isearch-edit-string): Update docstring.
17193 (isearch-yank-char): Doc fix.
17194 (isearch-other-meta-char): Restore point after scrolling.
17195
17196 * progmodes/compile.el (compilation-context-lines): Add nil option
17197 to disable compilation output window scrolling.
17198 (compilation-set-window): Use it.
17199
17200 * outline.el (outline-next-preface, outline-show-heading):
17201 Don't leave unhidden blank line before heading.
17202 (outline-end-of-subtree): Include last newline into subtree.
17203 (hide-entry): Leave point at beginning of heading instead of end.
17204 (outline-up-heading): Push mark for the first call of successive
17205 command calls.
17206
17207 2004-04-28 Luc Teirlinck <teirllm@auburn.edu>
17208
17209 * comint.el (comint-prompt-read-only): New variable.
17210 (comint-output-filter): Implement it.
17211
17212 * ielm.el (ielm-prompt-read-only, ielm-prompt): Update docstring.
17213 (ielm-prompt-internal): New variable.
17214 (ielm-font-lock-keywords): Remove irrelevant ielm-prompt keyword.
17215 (ielm-send-input): Delete unused variable `buf'.
17216 (ielm-eval-input): Use `ielm-prompt-internal'.
17217 (inferior-emacs-lisp-mode): Use new variables
17218 `comint-prompt-read-only' and `ielm-prompt-internal'.
17219 Get rid of obsolete variable `directory-sep-char'.
17220 (ielm): Use `zerop'.
17221
17222 2004-04-29 John Paul Wallington <jpw@gnu.org>
17223
17224 * thumbs.el (toplevel): Require cl at compile time.
17225 Remove conditional definitions of `ignore-errors' and `caddar'
17226 because they occur at run time.
17227
17228 2004-04-28 Nick Roberts <nickrob@gnu.org>
17229
17230 * progmodes/gdb-ui.el (gdb-frame-breakpoints-buffer)
17231 (gdb-frame-assembler-buffer, gdb-frame-threads-buffer)
17232 (gdb-frame-registers-buffer, gdb-frame-locals-buffer)
17233 (gdb-frame-gdb-buffer, gdb-frame-stack-buffer): Use selected-window.
17234
17235 * progmodes/gud.el (gud-common-init): Throw an error if program is
17236 already running under gdb.
17237
17238 2004-04-28 John Paul Wallington <jpw@gnu.org>
17239
17240 * thumbs.el (thumbs-delete-images): Fix formatting of prompt.
17241 (thumbs-show-image-num): Move assignment of
17242 `thumbs-current-image-filename' within scope of `i'.
17243 (thumbs-emboss-image): Don't use `evenp'.
17244
17245 2004-04-28 Richard M. Stallman <rms@gnu.org>
17246
17247 * progmodes/compile.el (compilation-context-lines): Default now 0.
17248
17249 2004-04-28 Juanma Barranquero <lektu@terra.es>
17250
17251 Use `time-less-p' from calendar/time-date.el instead of defining
17252 custom versions of it.
17253
17254 * pcomplete.el (pcomplete-time-less-p): Remove.
17255
17256 * thumbs.el (time-less-p): Remove.
17257
17258 * calendar/timeclock.el (timeclock-time-less-p): Remove.
17259 (timeclock-generate-report): Use `time-less-p'.
17260
17261 * emacs-lisp/autoload.el (autoload-before-p): Remove.
17262 (update-file-autoloads, update-directory-autoloads): Use `time-less-p'.
17263
17264 2004-04-28 Masatake YAMATO <jet@gyve.org>
17265
17266 * subr.el (remove-overlays): Make arguments optional.
17267
17268 * wid-edit.el (widget-specify-button): Put evaporate to the
17269 overlay for sample.
17270 (widget-specify-sample): Put evaporate to the overlay for sample.
17271 (widget-specify-doc): Put evaporate to the overlay for documentation.
17272
17273 2004-04-27 Jesper Harder <harder@ifa.au.dk>
17274
17275 * info.el (info-apropos): Make it an index node. Align node names
17276 like makeinfo.
17277
17278 2004-04-27 Eli Zaretskii <eliz@gnu.org>
17279
17280 * net/browse-url.el (browse-url-netscape-sentinel)
17281 (browse-url-mozilla-sentinel, browse-url-galeon-sentinel)
17282 (browse-url-epiphany-sentinel, browse-url-mosaic):
17283 Use browse-url-*-program instead of a literal program name.
17284
17285 2004-04-27 Kevin Ryde <user42@zip.com.au>
17286
17287 * eshell/em-alias.el:
17288 * eshell/em-dirs.el:
17289 * eshell/em-hist.el:
17290 * eshell/em-unix.el: Add "(require 'eshell)", to get necessary
17291 features when M-x customize-group loads modules before the main
17292 eshell.el.
17293
17294 2004-04-27 Matthew Mundell <matt@mundell.ukfsn.org>
17295
17296 * subr.el (momentary-string-display): Support EXIT-CHAR that is
17297 either a character representation of an event or an event
17298 description list.
17299
17300 * type-break.el: Capitalize Emacs and Lisp.
17301 (type-break-good-break-interval, type-break-demo-boring-stats)
17302 (type-break-terse-messages, type-break-file-name): New defcustoms.
17303 (type-break-post-command-hook)
17304 (type-break-warning-countdown-string): Quote variable names in doc.
17305 (type-break-interval-start, type-break-auto-save-file-name): New vars.
17306 (type-break-mode): Document type-break-good-break-interval and the
17307 "session" file. Schedule break according to the session file.
17308 Kill session file buffer on exit. Organize for save-some-buffers
17309 to always save the session file.
17310 (type-break-mode-line-message-mode, type-break-query-mode):
17311 Uppercase arguments.
17312 (type-break-file-time, type-break-file-keystroke-count, timep)
17313 (type-break-choose-file, type-break-get-previous-time)
17314 (type-break-get-previous-count): New defuns.
17315 (type-break): Avoid break querying after a completed break in the
17316 case where the query was initiated during user invocation of the
17317 break. Optional terse messages.
17318 Use type-break-good-break-interval if type-break-good-rest-interval is
17319 nil. File the break time.
17320 (type-break-schedule): New optional args for overriding the use of
17321 the current time.
17322 (type-break-cancel-time-warning-schedule): Avoid leftover warnings
17323 after a break.
17324 (type-break-check): File the keystroke count.
17325 (type-break-do-query): Prevent a second query when the break is
17326 interrupted. Optional terse message.
17327 (type-break-keystroke-reset): Record the start of a typing interval.
17328 (type-break-demo-boring): Optional terse messages. Display word
17329 per minute and keystroke counts according to
17330 type-break-demo-boring-stats.
17331
17332 2004-04-27 Daniel M Coffman <coffmand@us.ibm.com> (tiny change)
17333
17334 * arc-mode.el (archive-maybe-copy): If ARCHIVE includes leading
17335 directories, make sure they exist under archive-tmpdir.
17336
17337 2004-04-27 Juri Linkov <juri@jurta.org>
17338
17339 * help.el (view-emacs-news): With argument, display info for the
17340 selected version by finding it among different NEWS files, and
17341 narrowing the buffer to the selected version.
17342
17343 * info.el: Add *info*<[0-9]+> to same-window-regexps instead of
17344 same-window-buffer-names.
17345 (info): New arg `buffer'. Use it. Doc fix. Read file name for
17346 non-numeric prefix argument, append the number to the buffer name
17347 for numeric prefix argument.
17348 (info-other-window): Bind same-window-regexps to nil.
17349 (Info-reference-name): Rename to Info-point-loc.
17350 (Info-find-node-2): Call forward-line for numeric Info-point-loc,
17351 and Info-find-index-name for stringy Info-point-loc.
17352 (Info-extract-menu-node-name): New arg `index-node'. Use regexp
17353 without middle `.', but with final `.' and optional line number
17354 for it. Set Info-point-loc for index nodes.
17355 (Info-index): Remove middle `.' from index entry regexp.
17356 Modify line number regexp.
17357 (Info-index-next): Decrement line number.
17358 (info-apropos): Remove middle `.' from index entry regexp.
17359 Add optional line number regexp at the end. Add matched value
17360 for line number to the result list and insert it to the buffer.
17361 Replace match-string by match-string-no-properties.
17362 Reorder result list.
17363 (Info-fontify-node): Hide index line numbers.
17364 (Info-goto-node): Replace "\\s *\\'" by "\\s +\\'" to not trim
17365 empty matches.
17366 (Info-follow-reference): Use `str' instead of
17367 Info-following-node-name-re.
17368 (Info-toc): Use full file names. Set Info-current-node to "Top".
17369 (Info-fontify-node): Compare file names without directory name.
17370 (Info-try-follow-nearest-node): Don't set Info-reference-name.
17371 Set second arg of Info-extract-menu-node-name for index nodes.
17372 (info-xref-visited): Use magenta3 instead of magenta4.
17373 (Info-mode): Add info-apropos to docstring.
17374
17375 * log-view.el (log-view-diff): Replace interactive code "r"
17376 by a list to allow to call it even if region is not active.
17377
17378 * paren.el (show-paren-highlight-openparen): New var.
17379 (show-paren-function): Turn on openparen highlighting when
17380 matching forward if show-paren-highlight-openparen is non-nil.
17381
17382 * simple.el (kill-ring-save): Use blink-matching-delay instead of
17383 the constant value 1.
17384 (completions-common-part): Expand docstring.
17385
17386 * textmodes/picture.el (picture-mode-map): Add arrow keys.
17387
17388 2004-04-27 Kim F. Storm <storm@cua.dk>
17389
17390 * image.el (insert-sliced-image): Use line-height instead of
17391 line-spacing property on newline.
17392
17393 2004-04-26 Lars Hansen <larsh@math.ku.dk>
17394
17395 * desktop.el (desktop-buffer-misc-data-function): Rename to
17396 desktop-save-buffer and change docstring.
17397 (desktop-buffer-modes-to-save): Delete.
17398 (desktop-save-buffer-p): Use desktop-save-buffer instead of
17399 desktop-buffer-modes-to-save.
17400 (desktop-save): Rename desktop-buffer-misc-data-function to
17401 desktop-save-buffer and allow non-function value.
17402 (desktop-missing-file-warning): Correct docstring.
17403
17404 * dired.el (dired-mode): Rename desktop-buffer-misc-data-function
17405 to desktop-save-buffer.
17406
17407 * info.el (Info-mode): Rename desktop-buffer-misc-data-function to
17408 desktop-save-buffer.
17409
17410 * mail/rmail.el (rmail-variables): Bind desktop-save-buffer to t.
17411
17412 * mh-e/mh-e.el (mh-folder-mode): Bind desktop-save-buffer to t.
17413
17414 2004-04-26 Eli Zaretskii <eliz@gnu.org>
17415
17416 * progmodes/gud.el (gud-pdb-command-name): Change default to "pydb".
17417
17418 2004-04-25 Luc Teirlinck <teirllm@auburn.edu>
17419
17420 * ielm.el (ielm-prompt-read-only, ielm-prompt): Expand docstring.
17421 (ielm): Only go to the end of the buffer when starting a new process.
17422
17423 2004-04-25 Juanma Barranquero <lektu@terra.es>
17424
17425 * ielm.el (inferior-emacs-lisp-mode): Display working buffer on the
17426 mode line. Bind `inhibit-read-only' to t before modifying
17427 properties of text in the buffer.
17428 (ielm): Force point to the end of buffer, even when running ielm
17429 from inside itself.
17430
17431 2004-04-25 Jesper Harder <harder@ifa.au.dk>
17432
17433 * info.el (info-apropos): Reset Info-complete-cache.
17434
17435 2004-04-25 Daniel Pfeiffer <occitan@esperanto.org>
17436
17437 * progmodes/compile.el (compilation-error-regexp-alist-alist):
17438 Also recognize severe Irix et al. messages.
17439 (compilation-normalize-filename, compile-abbreviate-directory):
17440 Delete functions.
17441 (compilation-get-file-structure): New function inherits
17442 functionality of the two preceding ones.
17443 (compilation-internal-error-properties, compilation-fake-loc):
17444 Use it so that different paths to the same file share the same
17445 markers. Also optimize finding adjacent marker slightly.
17446
17447 2004-04-25 Kim F. Storm <storm@cua.dk>
17448
17449 * image.el (insert-sliced-image): Add line-spacing t property
17450 to newlines separating image lines.
17451
17452 2004-04-24 Luc Teirlinck <teirllm@auburn.edu>
17453
17454 * comint.el (comint-delete-output): Bind inhibit-read-only to t.
17455
17456 * ielm.el (ielm-prompt-read-only): New user option.
17457 (ielm-prompt): Expand docstring to describe new behavior.
17458 (inferior-emacs-lisp-mode): Implement ielm-prompt-read-only and
17459 mention it in the docstring.
17460
17461 2004-04-24 Andreas Schwab <schwab@suse.de>
17462
17463 * progmodes/sh-script.el (sh-leading-keywords) <sh>: Add "!".
17464
17465 * diff.el (diff): Set default-directory in diff buffer.
17466
17467 2004-04-24 Eli Zaretskii <eliz@gnu.org>
17468
17469 * mail/sendmail.el (mail-bury): Don't delete the frame where the
17470 mail was being composed if the terminal cannot display more than
17471 one frame; instead, switch to previous frame.
17472
17473 * mail/rmail.el (rmail-mail-new-frame): Doc fix.
17474 (rmail-start-mail): Support rmail-mail-new-frame even on
17475 terminals that can display only one frame at a time.
17476
17477 2004-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
17478
17479 * emacs-lisp/checkdoc.el (checkdoc-output-error-regex-alist): New var.
17480 (checkdoc-output-font-lock-keywords): Remove error regexp.
17481 (checkdoc-output-mode-map): Remove.
17482 (checkdoc-output-mode): Derive from compilation-mode.
17483 (checkdoc-find-error-mouse, checkdoc-find-error): Remove.
17484
17485 * dired.el (dired-mode-map): Add a menu entry for wdired.
17486
17487 * emacs-lisp/rx.el (rx-syntax): Move sregex style syntax to code.
17488 (rx-bracket, rx-check-any, rx-any): Clean up name space.
17489
17490 * wdired.el (wdired-mode-map): Move init into declaration.
17491 Fix `return' binding.
17492 (wdired-change-to-wdired-mode, wdired-change-to-dired-mode):
17493 Use force-mode-line-update.
17494 (wdired-get-filename): Use `unless'.
17495 (wdired-preprocess-files): Don't assume names have no \n and use / for
17496 dir separator.
17497 (wdired-normalize-filename): Use replace-regexp-in-string.
17498 (wdired-load-hooks): Remove.
17499 (wdired-mode-hooks): Rename to wdired-mode-hook.
17500
17501 * info-look.el: Add support for cfengine-mode.
17502 (info-lookup-setup-mode): Use dolist.
17503
17504 2004-04-23 Juan Le\e,As\e(Bn Lahoz Garc\e,Am\e(Ba <juan-leon.lahoz@tecsidel.es>
17505
17506 * wdired.el: New file.
17507
17508 2004-04-23 Juanma Barranquero <lektu@terra.es>
17509
17510 * ielm.el (inferior-emacs-lisp-mode): Fix docstring.
17511
17512 * pcomplete.el (pcomplete-opt, pcomplete-actual-arg)
17513 (pcomplete-match-string, pcomplete-comint-setup, pcomplete-here)
17514 (pcomplete--help, pcomplete--here): Doc fixes.
17515
17516 2004-04-23 Andre Spiegel <spiegel@gnu.org>
17517
17518 * vc-hooks.el (vc-default-workfile-unchanged-p): Fix code that
17519 handles wrong-number-of-arguments in backend call.
17520
17521 * vc.el (vc-print-log): Likewise.
17522
17523 2004-04-20 Dave Love <fx@gnu.org>
17524
17525 * emacs-lisp/rx.el: Doc fixes.
17526 (rx-constituents): Add/extend many forms.
17527 (rx-check): Check form is a list.
17528 (bracket): Defvar.
17529 (rx-check-any, rx-any, rx-check-not): Modify.
17530 (rx-not): Simplify.
17531 (rx-trans-forms, rx-=, rx->=, rx-**, rx-not-char, rx-not-syntax): New.
17532 (rx-kleene): Use rx-trans-forms.
17533 (rx-quote-for-set): Delete.
17534 (rx): Allow multiple args.
17535
17536 2004-04-23 Kenichi Handa <handa@m17n.org>
17537
17538 * international/mule-util.el (char-displayable-p): Simplify by
17539 using internal-char-font.
17540
17541 2004-04-23 Juanma Barranquero <lektu@terra.es>
17542
17543 * makefile.w32-in: Add "-*- makefile -*-" mode tag.
17544
17545 2004-04-22 Stefan Monnier <monnier@iro.umontreal.ca>
17546
17547 * diff-mode.el (diff-next-error): New fun.
17548 (diff-mode): Use it.
17549
17550 * simple.el (next-error): Change arg name.
17551 Add support for the documented C-u C-x ` usage.
17552
17553 * frame.el (special-display-popup-frame, next-multiframe-window)
17554 (previous-multiframe-window): Only consider frames on same display.
17555
17556 2004-04-22 Lars Hansen <larsh@math.ku.dk>
17557
17558 * info.el (Info-restore-desktop-buffer): Delete with-no-warnings.
17559 * mh-e/mh-e.el (mh-restore-desktop-buffer): Delete with-no-warnings.
17560
17561 2004-04-22 Kim F. Storm <storm@cua.dk>
17562
17563 * net/telnet.el (telnet): Add optional port arg.
17564
17565 2004-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
17566
17567 * progmodes/compile.el (compilation-mode-font-lock-keywords):
17568 Minor sanity check on the `hyperlink' slot.
17569
17570 * Makefile.in (recompile): Compile new files.
17571
17572 * emacs-lisp/bytecomp.el (batch-byte-recompile-directory):
17573 Add byte-recompile-directory's optional `arg'.
17574
17575 * cvs-status.el (cvs-tree-use-charset): New var.
17576 (cvs-tree-char-space, cvs-tree-char-hbar, cvs-tree-char-vbar)
17577 (cvs-tree-char-branch, cvs-tree-char-eob, cvs-tree-char-bob)
17578 (cvs-status-cvstrees): Use it.
17579
17580 * emacs-lisp/checkdoc.el (checkdoc-output-mode):
17581 Make it a normal major mode.
17582 (checkdoc-buffer-label): Make sure the file name is meaningful.
17583 (checkdoc-output-to-error-buffer): Remove.
17584 (checkdoc-error, checkdoc-start-section): Rewrite.
17585
17586 * info.el (info-node, info-menu-5, info-xref, info-header-node)
17587 (Info-title-1-face, Info-title-2-face, Info-title-3-face)
17588 (Info-title-4-face): Use new syntax.
17589 (info-xref-visited): Inherit from info-xref.
17590
17591 * progmodes/python.el (python-maybe-jython): Don't assume point-min==1.
17592
17593 2004-04-21 Teodor Zlatanov <tzz@lifelogs.com>
17594
17595 * simple.el (next-error-last-buffer, next-error-function):
17596 New variables for the next-error framework.
17597 (next-error-buffer-p): New function.
17598 (next-error-find-buffer): Generalize compilation-find-buffer.
17599 (next-error, previous-error, first-error, next-error-no-select)
17600 (previous-error-no-select): Move from compile.el.
17601
17602 * replace.el (occur-next-error, occur-1): Hook into the next-error
17603 framework.
17604
17605 * progmodes/compile.el (compilation-start):
17606 Set next-error-last-buffer so next-error knows where to jump.
17607 (compilation-setup): Set the buffer-local variable
17608 next-error-function to 'compilation-next-error-function.
17609 (compilation-buffer-p, compilation-buffer-internal-p): Use an
17610 alternate way to find if a buffer is a compilation buffer, for
17611 next-error convenience.
17612 (next-error-no-select, previous-error-no-select, next-error)
17613 (previous-error, first-error): Move to simple.el.
17614 (compilation-find-buffer): Move to next-error-find-buffer in simple.el.
17615 (compilation-last-buffer): Remove.
17616 (compilation-start, compilation-next-error, compilation-setup)
17617 (compilation-next-error-function, compilation-find-buffer):
17618 Remove compilation-last-buffer use.
17619
17620 2004-04-21 Juanma Barranquero <lektu@terra.es>
17621
17622 * font-lock.el (font-lock-preprocessor-face): Remove spurious quote.
17623 (font-lock-warning-face): Fix spacing.
17624
17625 * makefile.w32-in (WINS): Add url/ directory.
17626
17627 2004-04-21 Lars Hansen <larsh@math.ku.dk>
17628
17629 * desktop.el (desktop-buffer-mode-handlers): New variable.
17630 Alist of major mode specific functions to restore a desktop buffer.
17631 (desktop-buffer-handlers): Make variable obsolete.
17632 (desktop-create-buffer): Use desktop-buffer-mode-handlers.
17633 Catch errors signaled in handlers. Update buffer count.
17634 Evaluate desktop-buffer-point.
17635 (desktop-buffer-dired): Rename to dired-restore-desktop-buffer and
17636 move to dired.el.
17637 (desktop-buffer-info): Rename to Info-restore-desktop-buffer and
17638 move to info.el.
17639 (desktop-buffer-rmail): Rename to rmail-restore-desktop-buffer and
17640 move to mail/rmail.el.
17641 (desktop-buffer-mh): Rename to mh-restore-desktop-buffer and move
17642 to mh-e/mh-e.el.
17643 (desktop-buffer-file): Rename to desktop-restore-file-buffer.
17644 On fail, print message (to message buffer) even if
17645 desktop-missing-file-warning is nil.
17646 (desktop-buffer-misc-data-function): New buffer local variable.
17647 Function returning major mode specific data.
17648 (desktop-buffer-misc-functions): Make variable obsolete.
17649 (desktop-save): Use desktop-buffer-misc-data-function.
17650 (desktop-buffer-dired-misc-data): Rename to
17651 dired-desktop-buffer-misc-data and move to dired.el.
17652 (desktop-buffer-info-misc-data): Rename to
17653 Info-desktop-buffer-misc-data and move to info.el.
17654 (desktop-read): Add message about number of buffers restored/failed.
17655
17656 * dired.el (dired-restore-desktop-buffer) Move from desktop.el.
17657 Add parameters. Pause to display error only when
17658 desktop-missing-file-warning is non-nil.
17659 (dired-desktop-buffer-misc-data): Move from desktop.el. Add parameter.
17660 (dired-mode): Bind desktop-buffer-misc-data-function.
17661
17662 * info.el (Info-restore-desktop-buffer): Move from desktop.el.
17663 Add Parameters.
17664 (Info-desktop-buffer-misc-data): Move from desktop.el. Add parameter.
17665 (Info-mode): Bind desktop-buffer-misc-data-function.
17666
17667 * mail/rmail.el (rmail-restore-desktop-buffer): Move from desktop.el.
17668 Add Parameters.
17669
17670 * mh-e/mh-e.el (mh-restore-desktop-buffer): Move from desktop.el.
17671 Add Parameters.
17672
17673 2003-04-21 Paul Pogonyshev <pogonyshev@gmx.net>
17674
17675 * dabbrev.el (dabbrev--substitute-expansion): Don't lose
17676 the case of letters in case-insensitive expansions when the
17677 abbrev is preceded by characters with letter syntax.
17678
17679 2004-04-21 Richard M. Stallman <rms@gnu.org>
17680
17681 * progmodes/cperl-mode.el (cperl-putback-char):
17682 Delete Emacs 18 definition.
17683
17684 * international/mule.el (ctext-post-read-conversion):
17685 Use assoc-string, not assoc-ignore-case.
17686
17687 * international/mule-cmds.el: Use assoc-string, not assoc-ignore-case.
17688
17689 * emacs-lisp/easymenu.el (easy-menu-add):
17690 Do call x-popup-menu, but only if it's defined.
17691
17692 * emacs-lisp/disass.el (disassemble): Handle lambda-exp as arg.
17693
17694 * emacs-lisp/bytecomp.el (byte-compile-no-warnings):
17695 Handle multiple args: compile like progn.
17696
17697 * emacs-lisp/byte-run.el (with-no-warnings): Simplify:
17698 take all args as &rest arg.
17699
17700 * autoinsert.el (auto-insert-alist): Insert the user's name in
17701 copyright notice, rather than Free Software Foundation.
17702
17703 2004-04-21 Kenichi Handa <handa@m17n.org>
17704
17705 * descr-text.el (describe-char): Make it work on *Help* buffer.
17706
17707 2004-04-21 Kim F. Storm <storm@cua.dk>
17708
17709 * image.el (insert-image): Add optional SLICE arg.
17710 (insert-sliced-image): New defun.
17711
17712 2004-04-20 Lawrence Mitchell <wence@gmx.li> (tiny change)
17713
17714 * subr.el (read-number): Check whether `default' is nil.
17715
17716 2004-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
17717
17718 * progmodes/compile.el (compilation-error-properties):
17719 Split into two.
17720 (compilation-internal-error-properties): New one.
17721 (compilation-compat-error-properties): Use it. Fix the non-marker case.
17722
17723 2004-04-20 Richard M. Stallman <rms@gnu.org>
17724
17725 * window.el (split-window-save-restore-data):
17726 Don't update the data if OLD-INFO is nil.
17727
17728 * view.el (view-return-to-alist): Mark it permanent local.
17729
17730 * subr.el (event-modifiers): Fix the criterion for ASCII control chars.
17731
17732 * recentf.el (recentf-save-list): Catch and warn about errors.
17733
17734 * menu-bar.el (menu-bar-update-buffers): Call copy-sequence
17735 so "Buffers" won't be pure.
17736
17737 * help-mode.el (help-mode-finish): Set help-return-alist first
17738 thing, setting only the entry for the selected window.
17739
17740 * help-fns.el (describe-function-1): If many non-control non-meta
17741 keys run the command, don't list all of them.
17742
17743 2004-04-20 Juanma Barranquero <lektu@terra.es>
17744
17745 * vc-svn.el (vc-svn-print-log, vc-svn-diff): Add optional BUFFER
17746 arg. Copied from Andre Spiegel's patch of 2004-03-21.
17747
17748 * calendar/time-date.el (time-to-day-in-year): Fix docstring.
17749
17750 2004-04-20 Kenichi Handa <handa@m17n.org>
17751
17752 * international/quail.el (quail-lookup-key): New optional arg
17753 NOT-RESET-INDICES.
17754 (quail-get-translations): Call quail-lookup-key with
17755 NOT-RESET-INDICES t.
17756 (quail-completion): Likewise.
17757 (quail-lookup-map-and-concat): Likewise.
17758
17759 2004-04-20 Kenichi Handa <handa@m17n.org>
17760
17761 * international/quail.el (quail-update-translation): Don't insert
17762 such an unsupported multibyte char in a unibyte buffer.
17763
17764 2004-04-20 Nick Roberts <nick@nick.uklinux.net>
17765
17766 * progmodes/gdb-ui.el (gdb-frame-parameters): New constant.
17767 (gdb-frame-breakpoints-buffer, gdb-frame-stack-buffer)
17768 (gdb-frame-threads-buffer, gdb-frame-registers-buffer)
17769 (gdb-frame-locals-buffer, gdb-frame-gdb-buffer)
17770 (gdb-frame-assembler-buffer): Improve behavior with
17771 multiple frames.
17772 (gdb-display-buffer): Extend search to all visible frames.
17773
17774 2004-04-19 Eli Zaretskii <eliz@gnu.org>
17775
17776 * mail/rmail.el (rmail-convert-to-babyl-format): Don't remove ^M
17777 characters left after base64 decoding.
17778 (rmail-decode-region): Use -dos variety of `coding', to remove any
17779 ^M characters left after qp or base64 decoding.
17780
17781 2004-04-19 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
17782
17783 * x-dnd.el (x-dnd-open-local-file, x-dnd-open-file): Improve error
17784 messages.
17785
17786 2004-04-19 Stephen Eglen <stephen@gnu.org>
17787
17788 * add-log.el (add-change-log-entry): Update doc string to mention
17789 add-log-full-name and add-log-mailing-address.
17790
17791 2004-04-18 Juri Linkov <juri@jurta.org>
17792
17793 * info.el (Info-find-file, Info-find-node-2): Add history and toc.
17794 (Info-find-node-2): Simplify error message.
17795 (Info-insert-dir): Use Info-following-node-name.
17796 (Info-goto-node): Remove *info-history* and *info-toc*.
17797 (Info-history): Create a node of the virtual history file.
17798 (Info-toc): Create a node of the virtual toc file.
17799 (Info-insert-toc): New arg `curr-file' for reference file names.
17800 (info-apropos): Remove redundant var binding for temp-file.
17801 (Info-index, Info-index-next, Info-mode): Doc fix.
17802 (Info-goto-emacs-command-node): Don't jump to *info* from
17803 non-*info* Info buffers.
17804 (Info-fontify-node): Don't show the file name of external
17805 references if `Info-hide-note-references' is `hide'. Don't hide
17806 newlines at the end of paragraphs.
17807
17808 * international/mule-diag.el (list-input-methods):
17809 Fix args to help-xref-button.
17810
17811 * help-fns.el (help-with-tutorial): Call `hack-local-variables'
17812 to put into effect local variables from TUTORIAL files.
17813
17814 * textmodes/paragraphs.el (sentence-end) <function>: New fun
17815 with default value taken from the variable `sentence-end'.
17816 (sentence-end) <defcustom>: Set default to nil. Doc fix.
17817 Add nil const to :type.
17818 (sentence-end-without-period, sentence-end-double-space)
17819 (sentence-end-without-space): Doc fix.
17820
17821 * textmodes/paragraphs.el (forward-sentence):
17822 * textmodes/fill.el (canonically-space-region, fill-nobreak-p)
17823 (fill-delete-newlines):
17824 * progmodes/cc-cmds.el (c-beginning-of-statement):
17825 Use function `sentence-end' instead of variable `sentence-end'.
17826
17827 2004-04-18 Andreas Schwab <schwab@suse.de>
17828
17829 * progmodes/compile.el (compilation-start): Set window start to
17830 point-min if compilation-scroll-output is nil.
17831
17832 2004-04-18 John Wiegley <johnw@newartisans.com>
17833
17834 * iswitchb.el (iswitchb-completions): Remove dependency on cl.
17835
17836 2004-04-18 Nick Roberts <nick@nick.uklinux.net>
17837
17838 * progmodes/gdb-ui.el (gdb-goto-info): Require 'info.
17839 (gdb-info-breakpoints-custom): Revert previous change.
17840 (gdb-view-assembler): Update assembler if necessary.
17841 (gdb-frame-handler): Parse correctly for gdb-current-frame.
17842 (gdb-display-source-buffer): Update properly when both source and
17843 assembler are visible.
17844
17845 2004-04-17 John Wiegley <johnw@newartisans.com>
17846
17847 * iswitchb.el (iswitchb-max-to-show): Add a new config variable
17848 which limits the number of names shown in the minibuffer. Off by
17849 default.
17850 (iswitchb-completions): Use `iswitchb-max-to-show'. This speeds
17851 up iswitchb for users with a multitude of open buffers by showing
17852 only the first and last N/2 buffers in the completion list (which
17853 is enough to aid C-s/C-r, and to know that more characters are
17854 needed to refine the completion list).
17855
17856 2004-04-17 Richard M. Stallman <rms@gnu.org>
17857
17858 * files.el (locate-file-completion): Handle nil in path-and-suffixes.
17859 (file-truename): Expand all ~ constructs directly.
17860 (insert-directory): Delete any error msg output by the
17861 `insert-directory-program'.
17862
17863 * allout.el (allout-mode-exposure-menu, allout-mode-editing-menu):
17864 (allout-mode-navigation-menu, allout-mode-misc-menu): New defvars.
17865 (allout-prior-bindings, allout-added-bindings): Defvars deleted.
17866 (allout-init): Use find-file-hook, not find-file-hooks.
17867 (allout-mode): Eliminate Emacs 18 support.
17868 Use write-contents-functions, not local-write-file-hooks.
17869
17870 2004-04-17 Daniel Pfeiffer <occitan@esperanto.org>
17871
17872 * progmodes/compile.el (compilation-error-properties): Fix for
17873 adding messages when there are already markers for their file.
17874 (compilation-fake-loc): New function.
17875
17876 2004-04-16 Dave Love <fx@gnu.org>
17877
17878 * progmodes/python.el (python-compilation-line-number): Fix braindamage.
17879 (python-load-file): Fix python-orig-start setting.
17880
17881 * progmodes/compile.el: Doc fixes.
17882 (compilation-error-regexp-alist-alist)
17883 (compilation-mode-font-lock-keywords): Allow non-ASCII where possible.
17884 (compilation-assq): Wrap in eval-when-compile.
17885 (compilation-mode-font-lock-keywords): Don't use list*.
17886 (compilation-start): Avoid warning.
17887 (compilation-compat-error-properties)
17888 (compilation-directory-properties): Add keymap property.
17889 (compilation-parsing-end): Make it a marker for better compatibility.
17890
17891 * progmodes/python.el (python-after-info-look): Use with-no-warnings.
17892
17893 2004-04-16 Mark A. Hershberger <mah@everybody.org>
17894
17895 * xml.el: Doc fixes.
17896 (xml-get-children): Only looks at sub-tags and ignore strings.
17897
17898 * xml.el (xml-parse-tag): Avoid overwriting node-name.
17899
17900 2004-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
17901
17902 * diff-mode.el (diff-end-of-hunk): Be more careful with unified hunks.
17903
17904 2004-04-16 Andre Spiegel <spiegel@gnu.org>
17905
17906 * vc-hooks.el (vc-default-workfile-unchanged-p): Quote signal.
17907
17908 * vc.el (vc-print-log): Likewise.
17909
17910 2004-04-16 Masatake YAMATO <jet@gyve.org>
17911
17912 * simple.el (completion-setup-function): Set an initial value
17913 to `element-common-end' before entering loop. Set a value
17914 to `element-common-end' at the end of loop.
17915 The bug is reported by Juri Linkov <juri@jurta.org> in emacs-devel list.
17916 (completions-common-part): Rename from completion-de-emphasis.
17917 (completions-first-difference): Rename from completion-emphasis.
17918 Suggested by RMS.
17919
17920 2004-04-16 Juanma Barranquero <lektu@terra.es>
17921
17922 * bookmark.el (bookmark-send-edited-annotation): Fix docstring.
17923 (bookmark-edit-annotation-mode): Add mode name.
17924
17925 2004-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
17926
17927 * smerge-mode.el (smerge-match-conflict): Try to do something sensible
17928 for nested conflict markers.
17929 (smerge-find-conflict): Better handle errors in smerge-match-conflict.
17930
17931 2004-04-15 Nick Roberts <nick@nick.uklinux.net>
17932
17933 * progmodes/gdb-ui.el (gdb-goto-info): New function.
17934
17935 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Add help button.
17936
17937 2004-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
17938
17939 * emacs-lisp/bytecomp.el (batch-byte-compile-file):
17940 Give a backtrace if requested.
17941
17942 * progmodes/ada-mode.el (ada-create-menu): Remove redundant call.
17943
17944 * progmodes/python.el (python-mouse-2-command, python-RET-command):
17945 Remove unused functions.
17946 (python-orig-start-line, python-orig-file): Remove.
17947 (python-orig-start): New var.
17948 (python-input-filter, python-compilation-line-number)
17949 (python-send-region, python-load-file): Use it.
17950
17951 * info.el (info): Always jump to *info*.
17952
17953 * subr.el (posn-set-point): New function.
17954
17955 * mouse.el (mouse-set-point): Use it.
17956
17957 * progmodes/compile.el (compile-goto-error): Use it.
17958 (compilation-button-map): New keymap.
17959 (compilation-error-properties): Use it.
17960 (compilation-shell-minor-mode-map): Don't bind mouse-2.
17961
17962 * smerge-mode.el (smerge-popup-context-menu): Use it.
17963
17964 * emacs-lisp/checkdoc.el (checkdoc-output-mode-map)
17965 (checkdoc-find-error-mouse, checkdoc-find-error): Use it to merge the
17966 mouse and non-mouse case.
17967
17968 * diff-mode.el (diff-goto-source): Make it work for mouse bindings.
17969 (diff-mouse-goto-source): Make it an alias of diff-goto-source.
17970
17971 * pcvs.el (cvs-mode-toggle-mark): Rename from cvs-mouse-toggle-mark.
17972 Make it work for non-mouse events.
17973
17974 * pcvs-info.el (cvs-status-map): Update binding name.
17975
17976 2004-04-14 Mark A. Hershberger <mah@everybody.org>
17977
17978 * xml.el (xml-maybe-do-ns): New function to handle namespace
17979 parsing of both attribute and element names.
17980 (xml-ns-parse-ns-attrs, xml-ns-expand-el, xml-ns-expand-attr)
17981 (xml-intern-attrlist): Remove in favor of xml-maybe-do-ns.
17982 (xml-parse-tag): Update assumed namespaces. Clean up namespace parsing.
17983 (xml-parse-attlist): Make it do its own namespace parsing.
17984
17985 2004-04-14 Dave Love <fx@gnu.org>
17986
17987 * progmodes/python.el (run-python): Fix use of \n.
17988 (python-load-file): Remove `try' from Python fragment.
17989 (python-describe-symbol): Fix message.
17990
17991 * comint.el: Doc fixes.
17992 (comint-last-input-start, comint-last-input-end)
17993 (comint-last-output-start): Give them values.
17994 (comint-arguments): Avoid warning.
17995 (comint-skip-prompt): Use line-end-position.
17996 (comint-backward-matching-input): Rename arg to agree with doc.
17997 (comint-extract-string): Use syntax-ppss.
17998 (comint-dynamic-simple-complete): Delete useless list construction.
17999 (comint-redirect-subvert-readonly): New.
18000 (comint-redirect-preoutput-filter): Use it.
18001
18002 * emacs-lisp/lisp.el (beginning-of-defun-raw, end-of-defun):
18003 Correctly handle negative arguments when calling hook functions.
18004
18005 2004-04-14 Jesper Harder <harder@ifa.au.dk>
18006
18007 * info.el (info-apropos): Don't clobber Info-history-list.
18008
18009 2004-04-14 Daniel Pfeiffer <occitan@esperanto.org>
18010
18011 * progmodes/compile.el (compilation-setup):
18012 Localize overlay-arrow-position.
18013 (compilation-sentinel): Restructure code equivalently.
18014 (compilation-next-error): Find message on same line after point if
18015 not found before point.
18016 (compile-mouse-goto-error): Restore function so that compilation
18017 buffer need not be current and use compile-goto-error.
18018 (compile-goto-error): Restore function.
18019 (next-error): Set overlay-arrow-position.
18020 (compilation-forget-errors): Don't localize already local
18021 compilation-locs and remove FIXME about refontifying.
18022
18023 2004-04-14 Kim F. Storm <storm@cua.dk>
18024
18025 * startup.el (emacs-quick-startup): New defvar (set by -Q).
18026 (command-line): New option -Q. Like -q --no-site-file, but
18027 in addition it also disables menu-bar, tool-bar, scroll-bars,
18028 tool-tips, and the blinking cursor.
18029 (command-line-1): Skip startup screen if -Q.
18030 (fancy-splash-head): Use ":align-to center" prop to center splash image.
18031
18032 * emulation/cua-base.el (cua-read-only-cursor-color)
18033 (cua-overwrite-cursor-color, cua-global-mark-cursor-color): Doc fix.
18034
18035 2004-04-13 Dave Love <fx@gnu.org>
18036
18037 * progmodes/python.el: Doc fixes. Changes for compiler warnings.
18038 (syntax): Don't require.
18039 (python) <defgroup>: Add :version.
18040 (python-quote-syntax): Re-written.
18041 (inferior-python-mode): Move stuff here from run-python and add
18042 some more.
18043 (python-preoutput-continuation, python-preoutput-result)
18044 (python-dotty-syntax-table): New.
18045 (python-describe-symbol): Use them.
18046 (run-python): Move stuff to inferior-python-mode. Modify code
18047 loaded into Python.
18048 (python-send-region): Use python-proc, python-send-string.
18049 (python-send-string): Send newlines too. Callers changed.
18050 (python-load-file): Re-written.
18051 (python-eldoc-function): New.
18052 (info-look): Don't require.
18053 (python-after-info-look): New. A modified version of former
18054 top-level code for use with eval-after-load.
18055 (python-maybe-jython, python-guess-indent): Use widened buffer.
18056 (python-fill-paragraph): Re-written.
18057 (python-mode): Fix outline-regexp. Set outline-heading-end-regexp,
18058 eldoc-print-current-symbol-info-function. Add to eldoc-mode-hook.
18059
18060 2004-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
18061
18062 * progmodes/python.el (run-python): Use compilation-shell-minor-mode.
18063 Set compilation-error-regexp-alist earlier.
18064
18065 * progmodes/compile.el (compilation-minor-mode-map)
18066 (compilation-shell-minor-mode-map, compile-mouse-goto-error)
18067 (compile-goto-error): Re-merge the mouse and non-mouse commands.
18068
18069 2004-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
18070
18071 * progmodes/compile.el (compile-goto-error): Select the buffer/window
18072 corresponding to the event.
18073
18074 2004-04-12 Joe Buehler <jbuehler@hekiman.com>
18075
18076 * loadup.el: Add cygwin to system-type list, for unexec() support.
18077
18078 2004-04-12 John Paul Wallington <jpw@gnu.org>
18079
18080 * ibuffer.el (ibuffer-delete-window-on-quit): Remove.
18081 (ibuffer-restore-window-config-on-quit): New variable to replace
18082 `ibuffer-delete-window-on-quit'. Update all references.
18083 (ibuffer-prev-window-config): New variable.
18084 (ibuffer-quit): Restore previous window configuration instead of
18085 deleting window.
18086 (ibuffer): Save window configuration before showing Ibuffer buffer.
18087
18088 * help.el (describe-mode): Doc fix.
18089
18090 2004-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
18091
18092 * progmodes/compile.el (compilation-mode-font-lock-keywords): Fix test
18093 not to treat nil as a function.
18094
18095 * vc-arch.el (vc-arch-root): Be a bit more careful.
18096 (vc-arch-register): Save the buffer if we modified it.
18097 (vc-arch-delete-rej-if-obsolete): Save excursion.
18098 (vc-arch-find-file-hook): Use the simpler after-save-hook.
18099 (vc-arch-responsible-p, vc-arch-init-version): New functions.
18100
18101 * net/ldap.el (ldap-search): Use list*.
18102
18103 2004-04-12 Juri Linkov <juri@jurta.org>
18104
18105 * info.el (Info-follow-reference): Allow multiline reference name.
18106
18107 2004-04-11 Dave Love <fx@gnu.org>
18108
18109 * emacs-lisp/bytecomp.el (byte-compile-cond): Fix last change.
18110
18111 * progmodes/python.el: New file.
18112
18113 2004-04-11 Andre Spiegel <spiegel@gnu.org>
18114
18115 * vc-hooks.el (vc-arg-list): Function removed.
18116 (vc-default-workfile-unchanged-p): Use condition-case to check for
18117 backward compatibility.
18118
18119 * vc.el (vc-print-log): Use condition-case to check for backward
18120 compatibility.
18121
18122 2004-04-11 Juri Linkov <juri@jurta.org>
18123
18124 * dired.el (dired-faces): New defgroup.
18125 (dired-header, dired-mark, dired-marked, dired-flagged)
18126 (dired-warning, dired-directory, dired-symlink, dired-ignored):
18127 New faces.
18128 (dired-header-face, dired-mark-face, dired-marked-face)
18129 (dired-flagged-face, dired-warning-face, dired-directory-face)
18130 (dired-symlink-face, dired-ignored-face): New face variables.
18131 (dired-font-lock-keywords): Use them instead of font-lock faces.
18132 Split the rule for dired marks into 3 separate rules: for marks,
18133 marked file names and flagged file names.
18134
18135 * help-mode.el (help-make-xrefs): Add a final newline to the
18136 *Help* buffer.
18137
18138 2004-04-11 John Paul Wallington <jpw@gnu.org>
18139
18140 * replace.el (occur-engine): Distinguish between one and several
18141 matches in the matches per buffer heading.
18142
18143 2004-04-11 Kim F. Storm <storm@cua.dk>
18144
18145 * ido.el (ido-confirm-unique-completion): New defcustom.
18146 (ido-complete): Use it.
18147 (ido-write-file): Set it to t unconditionally.
18148
18149 2004-04-10 Miles Bader <miles@gnu.org>
18150
18151 RCS keyword removal (only non-comment changes are enumerated here):
18152
18153 * emacs-lisp/bytecomp.el (byte-compile-version): Variable removed.
18154 (byte-compile-insert-header): Don't use `byte-compile-version'.
18155 * forms.el (forms-version): Variable removed.
18156 (forms-mode): Don't use `forms-version'.
18157 * recentf.el (recentf-version): Variable removed.
18158 * progmodes/delphi.el (delphi-version): Variable removed.
18159 * progmodes/ada-mode.el (ada-mode): RCS keyword removed from docstring.
18160
18161 2004-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
18162
18163 * emacs-lisp/easymenu.el (easy-menu-add): Make it work in non-X Emacs.
18164
18165 2004-04-09 Jesper Harder <harder@ifa.au.dk>
18166
18167 * info.el (info-apropos): Improve menu item regexp.
18168
18169 2004-04-09 Simon Josefsson <jas@extundo.com>
18170
18171 * mail/smtpmail.el: Add comment, based on report by
18172 kdc@rcn.com (Kevin D. Clark).
18173
18174 2004-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
18175
18176 * progmodes/compile.el (compilation-mode-font-lock-keywords):
18177 Redo one more thing that I didn't notice Daniel had undone.
18178
18179 2004-04-08 Nick Roberts <nick@nick.uklinux.net>
18180
18181 * progmodes/gdb-ui.el (gdb-source-window): Remove variable.
18182 (gdb-goto-breakpoint, gdb-display-buffer)
18183 (gdb-display-source-buffer, gdb-view-source-function)
18184 (gdb-view-assembler, gdb-setup-windows, gdb-restore-windows)
18185 (gdb-source-info, gdb-frame-handler): Don't specify a window
18186 for display.
18187 (gdb-info-breakpoints-custom): Remove superfluous update of
18188 assembler buffer.
18189 (gdb-many-windows): Make settable outside gdb.
18190
18191 2004-04-08 Glenn Morris <gmorris@ast.cam.ac.uk>
18192
18193 * calendar/diary-lib.el (diary-mode, fancy-diary-display-mode):
18194 Derive from fundamental-mode rather than text-mode.
18195
18196 2004-04-08 Juri Linkov <juri@jurta.org>
18197
18198 * info.el (Info-history): Doc fix.
18199 (Info-history-list): New var.
18200 (info-xref): Change magenta4 to blue, remove bold for dark and
18201 light backgrounds, change bold to underline for non-color classes.
18202 (info-xref-visited): New face.
18203 (Info-fontify-visited-nodes): New custom.
18204 (Info-hide-note-references): Add new value `hide'. Doc fix.
18205 (Info-reference-name): New var.
18206 (Info-selection-hook): New custom.
18207 (Info-edit-mode-hook): New var.
18208 (Info-find-file): New fun.
18209 (Info-find-node): Move part of code to Info-find-file.
18210 (Info-find-node-2): Add anchors to Info-history-list. Move point
18211 to the place with the reference name if name is defined.
18212 (Info-select-node): Add current node to Info-history-list.
18213 (Info-goto-node): Switch to *info* from *info-history* *info-toc*.
18214 (Info-search-whitespace-regexp): New custom.
18215 (Info-search-case-fold): New var.
18216 (Info-search): Add "case-sensitively" to the prompt.
18217 Use Info-search-whitespace-regexp. Set Info-search-case-fold.
18218 (Info-search-case-sensitively, Info-search-next): New fun.
18219 (Info-up): Move point to the menu item of the current node.
18220 (Info-history): New fun. Add *info-history* to
18221 same-window-buffer-names.
18222 (Info-toc): New fun. Add *info-toc* to same-window-buffer-names.
18223 (Info-insert-toc): New fun.
18224 (Info-build-toc): New fun.
18225 (Info-follow-reference): Add new arg `fork'. Doc fix.
18226 Replace [ \n\t]* by [ \n\t]+ in the *Note regexp. For references
18227 with the same name prefer the reference closest to point.
18228 (Info-next-reference): Replace * by + in the *Note regexp.
18229 Add regexp for http:// and ftp://. Skip the *Note prefix.
18230 (Info-prev-reference): Replace * by + in the *Note regexp.
18231 Add regexp for http:// and ftp://. Skip the *Note prefix.
18232 (Info-follow-nearest-node): Add new arg `fork'.
18233 (Info-try-follow-nearest-node): Add new arg `fork'.
18234 Call browse-url for http:// and ftp:// references.
18235 Set Info-reference-name for index entries.
18236 (Info-mode-menu): Add menu items for Info-search-case-sensitively,
18237 Info-search-next, Info-history, Info-toc, clone-buffer.
18238 (Info-menu-update): Replace * by + in the *Note regexp.
18239 (Info-mode): Add documentation for Info-history, Info-toc,
18240 Info-search-case-sensitively, Info-search-next, clone-buffer.
18241 (Info-fontify-menu-headers): Remove fun. Move code to
18242 Info-fontify-node.
18243 (Info-fontify-node): Add docstring. Add local vars
18244 fontify-visited-p and not-fontified-p. If not-fontified-p is t
18245 then fontify header line, titles, menu headers, http and ftp
18246 references, refill paragraphs. If not-fontified-p is t or
18247 fontify-visited-p is t then fontify cross references, menu items.
18248 Fontify menu headers. Fontify http and ftp references.
18249 Change regexp for cross references to require whitespace after *Note,
18250 add matching groups for file and node names. Remove hack for quote.
18251 Use display property for Info-hide-note-references=t. Use fifth
18252 or fourth match for help-echo. Display visited nodes in a
18253 different face. Unhide file names of external references.
18254 Unhide newlines. Display visited menu items in a different face.
18255
18256 2004-04-07 Stefan Monnier <monnier@iro.umontreal.ca>
18257
18258 * progmodes/compile.el: Require CL.
18259 (compilation-mode-font-lock-keywords): Re-install the "line as
18260 function" patch.
18261
18262 * help-fns.el (help-C-source-directory): New var.
18263 (help-subr-name, help-C-file-name, help-find-C-source): New funs.
18264 (describe-function-1, describe-variable): Use them.
18265
18266 * help-mode.el (help-function-def, help-variable-def): Handle hyperrefs
18267 to C source files specially.
18268
18269 2004-04-07 Jan Nieuwenhuizen <janneke@gnu.org>
18270
18271 * info.el (Info-hide-cookies-node): New function.
18272 (Info-select-node): Use it.
18273 (Info-display-images-node): Remove message with image file name.
18274
18275 2004-04-07 Daniel Pfeiffer <occitan@esperanto.org>
18276
18277 * progmodes/compile.el (compilation-warning-face)
18278 (compilation-info-face, compilation-skip-threshold)
18279 (compilation-skip-visited, compilation-context-lines):
18280 Declare :version when added to Emacs.
18281 (compilation-error-regexp-alist-alist): Extend caml and irix.
18282 (compilation-setup): Fix if font-locked w/o font-lock-defaults.
18283 (compilation-mode-font-lock-keywords): Temporarily undo line as
18284 function patch, which wasn't ready.
18285
18286 2004-04-07 Kenichi Handa <handa@m17n.org>
18287
18288 * international/latin1-disp.el (latin1-display-setup): Check each
18289 character is displayable or not instead of calling
18290 latin1-display-check-font.
18291
18292 2004-04-06 Kenichi Handa <handa@m17n.org>
18293
18294 * language/ethio-util.el (ethio-sera-being-called-by-w3):
18295 New variable.
18296 (ethio-sera-to-fidel-ethio): Check ethio-sera-being-called-by-w3
18297 instead of sera-being-called-by-w3.
18298 (ethio-fidel-to-sera-buffer): Likewise.
18299 (ethio-find-file): Bind ethio-sera-being-called-by-w3 to t
18300 instead of sera-being-called-by-w3.
18301 (ethio-write-file): Likewise.
18302
18303 2004-04-05 Vinicius Jose Latorre <viniciusjl@ig.com.br>
18304
18305 * printing.el: Doc fix.
18306
18307 2004-04-05 Nick Roberts <nick@nick.uklinux.net>
18308
18309 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New option.
18310 (gdb-ann3, gdb-send, gdb-starting, gdb-stopping)
18311 (gdb-setup-windows): Only use separate IO buffer if required.
18312
18313 2004-04-06 Kim F. Storm <storm@cua.dk>
18314
18315 * term.el (term-is-xemacs): Remove.
18316 (term-if-xemacs, term-ifnot-xemacs): Test (featurep 'xemacs).
18317 (term-window-width): New function.
18318 (term-mode, term-check-size): Use it.
18319 (term-mode): Disable overflow-newline-into-fringe in term buffer.
18320
18321 2004-04-05 Per Abrahamsen <abraham@dina.kvl.dk>
18322
18323 * cus-edit.el (custom-add-parent-links): Change unbound variable
18324 `symbol' to `name'.
18325
18326 2004-04-05 Jesper Harder <harder@ifa.au.dk>
18327 * info.el (info-apropos): New function.
18328 (Info-mode-menu): Add it.
18329 (Info-find-node, Info-find-node-2): Grok apropos virtual file.
18330
18331 * help-mode.el (help-make-xrefs): Recognize aliased variable with
18332 inherited docstring.
18333
18334 * play/gamegrid.el (gamegrid-add-score-insecure): Use sort-fields.
18335
18336 2004-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
18337
18338 * textmodes/fill.el (fill-comment-paragraph): Obey indent-tabs-mode.
18339
18340 * progmodes/compile.el (font-lock): Don't require any more.
18341 (compilation-error-properties, compilation-start, compilation-sentinel)
18342 (compilation-filter, next-error): Use with-current-buffer.
18343 (compilation-skip-to-next-location, compilation-skip-threshold)
18344 (compilation-skip-visited): Move to silence the byte-compiler.
18345 (compilation-setup): Simplify.
18346 (compilation-next-error): Use line-(beginning|end)-position.
18347 Make sure `pt' is non-nil before using compilation-loop.
18348 (compile-goto-error): Add optional event arg. Use it.
18349 (compile-mouse-goto-error): Make it an alias of compile-goto-error.
18350 (compilation-minor-mode-map, compilation-shell-minor-mode-map):
18351 Update the binding for mouse-2.
18352 (first-error): Set compilation-current-error to nil rather than bob.
18353 (compilation-parsing-end, compilation-parse-errors-function)
18354 (compilation-error-list, compilation-old-error-list):
18355 "New" compatibility variables.
18356 (compile-buffer-substring, compilation-compat-error-properties)
18357 (compilation-compat-parse-errors, compilation-forget-errors):
18358 New compatibility functions.
18359 (compilation-mode-font-lock-keywords): Use them.
18360
18361 2004-04-04 Luc Teirlinck <teirllm@auburn.edu>
18362
18363 * autorevert.el (auto-revert-handler): If point (or a window
18364 point) is at the end of the buffer, keep it there after
18365 reverting. This allows to tail a file.
18366 Mention this in the `Commentary'.
18367
18368 * format.el (format-write-file): Add optional argument CONFIRM
18369 and make it behave like the analogous argument to `write-file'.
18370
18371 2004-04-04 Vinicius Jose Latorre <viniciusjl@ig.com.br>
18372
18373 * progmodes/ebnf2ps.el: Doc fix.
18374 (ebnf-version): New version number (4.2).
18375 (ebnf-syntax): Customization and docstring fix.
18376 (ebnf-eliminate-empty-rules, ebnf-optimize, ebnf-otz-initialize):
18377 Put autoloaded funs before first use.
18378 (ebnf-style-database): Add dtd entry.
18379 (ebnf-syntax-alist): Add dtd initialization.
18380 (ebnf-token-sequence): New fun.
18381 (ebnf-comment-table): Add new comment action character.
18382 (ebnf-dtd-parser, ebnf-dtd-initialize): Autoload funs from ebnf-dtd.
18383
18384 * progmodes/ebnf-dtd.el: New file, implement a parser for DTD (Data
18385 Type Definition for XML).
18386
18387 * progmodes/ebnf-abn.el (ebnf-abn-concatenation):
18388 * progmodes/ebnf-bnf.el (ebnf-sequence):
18389 * progmodes/ebnf-ebx.el (ebnf-ebx-concatenation):
18390 * progmodes/ebnf-iso.el (ebnf-iso-single-definition):
18391 * progmodes/ebnf-yac.el (ebnf-yac-sequence):
18392 Code simplification: call ebnf-token-sequence.
18393
18394 2004-04-04 Eli Zaretskii <eliz@gnu.org>
18395
18396 * calendar/timeclock.el (timeclock-relative)
18397 (timeclock-get-project-function, timeclock-get-workday-function)
18398 (timeclock-query-out, timeclock-when-to-leave)
18399 (timeclock-when-to-leave-string, timeclock-log-data)
18400 (timeclock-generate-report, timeclock-in): Doc fixes.
18401
18402 2004-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
18403
18404 * url/: New dir. Import the URL package from its repository.
18405
18406 2004-04-03 Andreas Schwab <schwab@suse.de>
18407
18408 * diff-mode.el (diff-mode): Fix missing quote.
18409
18410 2004-04-03 Juri Linkov <juri@jurta.org>
18411
18412 * descr-text.el (describe-property-list): Add `font-lock-face'.
18413
18414 * dired.el (dired-font-lock-keywords): Fix permission regexps.
18415
18416 2004-04-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
18417
18418 * x-dnd.el (x-dnd-handle-moz-url, x-dnd-insert-utf16-text):
18419 Use utf-16le on little endian machines and utf-16be otherwise.
18420
18421 2004-04-02 David Kastrup <dak@gnu.org>
18422
18423 * net/browse-url.el (browse-url-generic): Use call-process
18424 instead of start-process to allow browsers that fork and detach.
18425
18426 2004-04-01 Daniel Pfeiffer <occitan@esperanto.org>
18427
18428 * compile.el (compilation-current-error): New var.
18429 (compilation-setup, compile-mouse-goto-error)
18430 (compile-goto-error, next-error): Use it.
18431 (compilation-skip-to-next-location): Default to t, which gives
18432 contiguous skipping like old compile (where this was redundant).
18433 (compilation-next-error): Prevent previous-* commands from moving
18434 back to message at or just before point.
18435
18436 2004-04-01 Nick Roberts <nick@nick.uklinux.net>
18437
18438 * progmodes/gdb-ui.el (gdb-view-source-function, gdb-view-assembler)
18439 (gdb-source-info): Don't display source at startup, if required.
18440 (gdb-show-main): New option.
18441 (gdba): Update documentation.
18442 (gdb-source): Cover case of auto-display output.
18443
18444 2004-03-31 Luc Teirlinck <teirllm@auburn.edu>
18445
18446 * autorevert.el: Delete obsolete autoloads and defvars.
18447 (auto-revert-check-vc-info): New user option.
18448 (auto-revert-vc-cvs-file-version, auto-revert-vc-buffer-p)
18449 (auto-revert-handler-vc): Delete.
18450 (auto-revert-handler): Treat return value `fast' of
18451 buffer-stale-function specially. Check `auto-revert-check-vc-info'.
18452
18453 * buff-menu.el (Buffer-menu-mode): Make the buffer-stale-function
18454 return `fast'.
18455
18456 * files.el (buffer-stale-function): Doc change.
18457
18458 2004-03-31 Vinicius Jose Latorre <viniciusjl@ig.com.br>
18459
18460 * printing.el: New tip on Tips section.
18461 (pr-version): New version number (6.7.4).
18462 (pr-shell-file-name): Initialization fix.
18463
18464 2004-03-31 Juri Linkov <juri@jurta.org>
18465
18466 * dired.el: Add autoload for `dired-do-touch'.
18467 (dired-touch-program): New var.
18468 (dired-mode-map): Bind `dired-do-touch' to T and add menu-item.
18469 (dired-no-confirm): Add `touch' to docstring.
18470
18471 * dired-aux.el (dired-do-touch): New fun.
18472 (dired-do-chxxx): Add argument -t for touch operation.
18473
18474 * dired-x.el (dired-mark-sexp): Replace hard-coded month names by
18475 `dired-move-to-filename-regexp'.
18476
18477 2004-03-31 H\e,Ae\e(Bkan Granath <hakan.granath@kau.se> (tiny change)
18478
18479 * dired.el (dired-move-to-filename-regexp): Add `.' to HH:MM.
18480
18481 2004-03-30 Vinicius Jose Latorre <viniciusjl@ig.com.br>
18482
18483 * progmodes/ebnf2ps.el (ebnf-eps-finish-and-write): Write a buffer if
18484 and only if the buffer was modified.
18485
18486 2004-03-30 Kenichi Handa <handa@m17n.org>
18487
18488 * international/characters.el: Delete pairs for U+2308..U+230B.
18489
18490 2004-03-29 Nick Roberts <nick@nick.uklinux.net>
18491
18492 * progmodes/gud.el (gud-gdb-marker-filter): Include "\n" in regexp
18493 to detect the beginning of a level 2 or 3 annotation.
18494
18495 2004-03-29 Kenichi Handa <handa@m17n.org>
18496
18497 * international/ucs-tables.el (ucs-insert): Fix the error message.
18498
18499 2004-03-29 Kenichi Handa <handa@m17n.org>
18500
18501 * international/mule-util.el (char-displayable-p): Fix generation
18502 of XLFD file name.
18503
18504 * Makefile.in (setwins, setwins_almost): Change directory to $wd
18505 before finding directories by `find'.
18506
18507 2004-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
18508
18509 * subr.el (interactive-form): Delete. Now implemented in C.
18510
18511 * pcvs.el (cvs-parse-process): Workaround for Darwin.
18512
18513 * vc.el (vc-version-diff, vc-default-diff-tree): Change `rel' -> `rev'.
18514 (vc-diff-label): New fun.
18515 (vc-diff-internal): Use it.
18516
18517 * progmodes/gdb-ui.el (gdb-post-prompt): Fix test.
18518
18519 2004-03-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
18520
18521 * progmodes/ebnf-abn.el (ebnf-abn-parser): Handle initial comments.
18522
18523 * progmodes/ebnf-ebx.el: New file, implement a parser for EBNF used to
18524 specify XML (EBNFX).
18525
18526 * progmodes/ebnf2ps.el: Doc fix.
18527 (ebnf-version): New version number (4.1).
18528 (ebnf-syntax): Adjust customization.
18529 (ebnf-style-database): Add ebnfx entry.
18530 (ebnf-syntax-alist): Add ebnfx initialization.
18531 (ebnf-ebx-parser, ebnf-ebx-initialize): Autoload funs from ebnf-ebx.
18532
18533 * printing.el: Doc fix.
18534 (pr-version): New version number (6.7.3).
18535 (pr-menu-position): Adjust X and Y positions when mouse-pixel-position
18536 returns nil for mouse position. Reported by Drew Adams
18537 <drew.adams@oracle.com>.
18538 (pr-update-menus): Modify interactive declaration. Reported by Drew
18539 Adams <drew.adams@oracle.com>.
18540
18541 2004-03-28 Nick Roberts <nick@nick.uklinux.net>
18542
18543 * progmodes/gdb-ui.el (gdb-ann3, gdb-send-item)
18544 (gud-gdba-marker-filter): Log the process input and output, if
18545 required. From Stefan Monnier.
18546 (gdb-debug-log, gdb-enable-debug-log): New variables.
18547 (gdb-post-prompt): Don't do gdb-var-update on Mac OS X.
18548
18549 2004-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
18550
18551 * vc-hooks.el (vc-file-not-found-hook): Fix typo.
18552 From lorentey@elte.hu (L\e$,1 q\e(Brentey K\e,Aa\e(Broly).
18553
18554 2004-03-27 Luc Teirlinck <teirllm@auburn.edu>
18555
18556 * autorevert.el (auto-revert-handler): Handle auto-revert-mode.
18557 Call vc-find-file-hook here instead of in auto-revert-buffers.
18558 (auto-revert-buffers): Delete call to vc-find-file-hook.
18559 (auto-revert-verbose, global-auto-revert-non-file-buffers)
18560 (global-auto-revert-mode, auto-revert-set-timer)
18561 (auto-revert-handler, auto-revert-buffers): Doc fixes.
18562
18563 2004-03-27 Francis J. Wright <F.J.Wright@qmul.ac.uk>
18564
18565 * woman.el (woman-change-fonts): Rename local variable
18566 woman-font-alist to font-alist to avoid a compiler warning.
18567
18568 2004-03-27 Dave Love <fx@gnu.org>
18569
18570 * emacs-lisp/rx.el (rx): Doc fix.
18571 Fix copyright years.
18572
18573 * strokes.el (strokes-global-set-stroke-string): New function.
18574 (strokes-list-strokes): Cope with strings, not just commands.
18575 Set foreground color of image.
18576 (strokes-global-set-stroke): Doc fix.
18577
18578 2004-03-26 Luc Teirlinck <teirllm@auburn.edu>
18579
18580 * buff-menu.el (Buffer-menu-revert-function): Make it suitable for
18581 Auto Revert mode.
18582 (Buffer-menu-files-only): New variable.
18583 (Buffer-menu-toggle-files-only): New function.
18584 (Buffer-menu-mode-map): Bind it to `T'.
18585 (Buffer-menu-mode): Mention `T' in docstring.
18586 Set buffer-stale-function.
18587 (list-buffers-noselect): Mark buffer non-modified and set
18588 Buffer-menu-files-only.
18589
18590 * dired.el (buffer-stale-function): Remove no longer needed defvar.
18591
18592 * autorevert.el (auto-revert-handler): Print revert message
18593 before, rather than after, reverting.
18594 (buffer-stale-function): Move to files.el.
18595
18596 * files.el (buffer-stale-function): Move here from autorevert.el.
18597
18598 2004-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
18599
18600 * vc.el (vc-maybe-resolve-conflicts): Don't prompt the user.
18601
18602 * calc/calc.el (calc-mode-map): Use mapc.
18603
18604 * apropos.el (apropos-mode): Don't autoload.
18605 (apropos-symbols-internal): New fun. Extracted from `apropos'.
18606 (apropos): Use it.
18607 (apropos-print): Add optional `text' argument.
18608 (apropos-describe-plist): Use help-buffer and hexlp-setup-xref.
18609 Don't assume point-min == 1.
18610
18611 * bs.el (bs-buffer-list): Use buffer-local-value.
18612 (bs--set-toggle-to-show): Use with-current-buffer.
18613
18614 * buff-menu.el (Buffer-menu-sort, Buffer-menu-make-sort-button):
18615 New funs.
18616 (list-buffers-noselect): Use them. Adjust :align-to to new style.
18617
18618 * cvs-status.el (cvs-tree-use-jisx0208): Use char-displayable-p.
18619
18620 * dabbrev.el (dabbrev-expand): Fix regexp construction.
18621 (dabbrev--find-expansion): Use pop.
18622 (dabbrev--search): Use match-string-no-properties.
18623
18624 * dired.el (dired-mode): Use run-mode-hooks.
18625 (dired-move-to-end-of-filename): Use match-string.
18626
18627 * ediff-init.el (ediff-hide-face): Check that facemenu-unlisted-faces
18628 is bound before using it.
18629 (ediff-verbose-p): Make it into a var since it's not constant.
18630
18631 * electric.el (Electric-pop-up-window): Avoid popping up a new frame.
18632
18633 * faces.el (read-face-font): Don't cons up unnecessarily.
18634 (header-line, tool-bar): Share common parts.
18635
18636 * files.el (file-relative-name): Use compare-strings.
18637
18638 * finder.el (finder-mode): Follow coding convention.
18639
18640 * subr.el (read-number): New function.
18641
18642 * ses.el (ses-read-number): Move to subr.el.
18643 (ses-set-header-row): Use read-number.
18644
18645 2004-03-26 Andre Spiegel <spiegel@gnu.org>
18646
18647 * vc-hooks.el (vc-arg-list): New function, which handles both
18648 compiled and uncompiled code.
18649 (vc-default-workfile-unchanged-p): Use it.
18650
18651 * vc.el (vc-print-log): Undo prev change, use new function
18652 vc-arg-list from vc-hooks.el.
18653
18654 2004-03-26 Masatake YAMATO <jet@gyve.org>
18655
18656 * simple.el (completion-setup-function): Emphasize the
18657 first uncommon characters in the completions; and de-emphasize
18658 the common prefix substrings.
18659 (completion-emphasis): New face.
18660 (completion-de-emphasis): New face.
18661
18662 2004-03-25 Juanma Barranquero <lektu@terra.es>
18663
18664 * progmodes/cperl-mode.el (cperl-indent-alist, cperl-where-am-i):
18665 Comment out (it's unused and unfinished code).
18666
18667 2004-03-25 Sam Steingold <sds@gnu.org>
18668
18669 * vc.el (vc-print-log): Fix a bug in the last patch:
18670 backend-function may be a byte-compiled object, not a lambda.
18671
18672 2004-03-25 Juri Linkov <juri@jurta.org>
18673
18674 * descr-text.el (describe-property-list): Add a button
18675 for `face' property that calls `describe-face'.
18676 Suggested by Luis Fernandes <elf@ee.ryerson.ca>
18677
18678 * international/mule.el (keyboard-coding-system):
18679 * kmacro.el (kmacro-call-macro): Fix docstring.
18680
18681 * dired.el: Fix comments.
18682
18683 * textmodes/fill.el (fill): Fix Info link.
18684
18685 * font-lock.el (fast-lock, lazy-lock):
18686 * jit-lock.el (jit-lock): Remove links to removed Support Modes
18687 Info node.
18688
18689 * eshell/eshell.el (eshell): Fix broken info-link.
18690
18691 * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance):
18692 * eshell/em-banner.el (eshell-banner):
18693 * eshell/em-smart.el (eshell-smart):
18694 * eshell/esh-cmd.el (eshell-cmd):
18695 Comment out broken info-links to incomplete Info manual.
18696
18697 * info-xref.el: Fix commentary.
18698
18699 2004-03-25 Kevin Ryde <user42@zip.com.au>
18700
18701 * info-xref.el (info-xref-check-buffer): Report empty filename parts.
18702 Remove spurious node duplicate suppression, doesn't work, not wanted.
18703 (info-xref-output): Take format style args, add "sit-for 0" to let
18704 user see the results as they progress.
18705 (info-xref-check-all-custom): New function.
18706
18707 2004-03-25 Nick Roberts <nick@nick.uklinux.net>
18708
18709 * gdb-ui.el: Moved to progmodes.
18710
18711 2004-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
18712
18713 * diff-mode.el (diff-font-lock-keywords): Disable yank-handler.
18714
18715 2004-03-24 Glenn Morris <gmorris@ast.cam.ac.uk>
18716
18717 * calendar/appt.el (appt-check): Remove superfluous progn.
18718 When finished with diary buffer: if it was not being displayed
18719 before, kill it; otherwise restore its original state.
18720 Suggested by Matthew Mundell <matt@mundell.ukfsn.org>.
18721
18722 * calendar/calendar.el (calendar-set-mode-line): Use total
18723 available mode-line width, rather than frame-width.
18724
18725 * calendar/diary-lib.el (fancy-diary-display): Set mode-line
18726 after mode change so effect not lost.
18727
18728 2004-03-23 Dave Love <fx@gnu.org>
18729
18730 * dired.el (dired) <defgroup>: Add link to manual.
18731 (dired-font-lock-keywords): Add highlighting on unusual permissions.
18732 (dired-revert): Use dolist.
18733 (dired-mode-map): Add U binding.
18734 (dired-mode): Add font-lock-beginning-of-syntax-function.
18735 (dired-garbage-files-regexp): Make it a defcustom.
18736
18737 2004-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
18738
18739 * vc-arch.el (vc-arch-diff): Handle the special case where `newvers'
18740 is equivalent to nil.
18741 (vc-arch-diff3-rej-p): Be a bit more flexible in what we accept.
18742 (vc-arch-mode-line-string): Accept `added' state.
18743 (vc-arch-state): Use inode-sigs if available.
18744 (vc-arch-add-tagline): Rename from vc-arch-add-tag.
18745 Copy&delete existing id file if any. Fallback if uuidgen is absent.
18746 (vc-arch-tagline-re): New var.
18747 (vc-arch-file-source-p, vc-arch-file-id, vc-arch-tagging-method):
18748 New functions.
18749 (vc-arch-find-file-not-found-hook, vc-arch-register): New backend ops.
18750 (vc-arch-registered): Try our best guess using vc-arch-file-source-p.
18751
18752 * vc-hooks.el (vc-default-find-file-not-found-hook): New fun.
18753 (vc-file-not-found-hook): Use it.
18754
18755 * diff-mode.el (diff-default-read-only): Change default.
18756 (diff-mode-hook): Make it a defcustom. Add some options.
18757 (diff-mode-map): Bind diff-refine-hook.
18758 (diff-yank-handler): New var.
18759 (diff-yank-function): New fun.
18760 (diff-font-lock-keywords): Use them.
18761 (diff-end-of-file): Handle case where file-header looks like diff text.
18762 (diff-hunk-kill): Adjust to "new" hunk-next behavior.
18763 (diff-file-kill): Delete a subsequent empty line, if applicable.
18764 (diff-hunk-file-names): New fun, extracted from diff-tell-file-name.
18765 (diff-find-file-name): Use it.
18766 (diff-tell-file-name): New command.
18767 (diff-mode): Be careful with view-mode.
18768 (diff-delete-if-empty, diff-delete-empty-files, diff-make-unified):
18769 New functions, for use in diff-mode-hook.
18770 (diff-find-source-location): Catch "regex too large" errors.
18771 (diff-apply-hunk, diff-test-hunk): Go to old or new file.
18772 (diff-refine-hunk): New command.
18773
18774 * smerge-mode.el (smerge-mode-menu): Fix activate pred for resolve.
18775 (smerge-context-menu-map): Remove unused var.
18776 (smerge-keep-all): Preserve markers.
18777 (smerge-keep-n): New fun.
18778 (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
18779 (smerge-keep-current, smerge-ediff): Use it.
18780 (smerge-kill-current): Use it. Make it work on some 3-part conflicts.
18781 (smerge-popup-context-menu): Also use context-menu on 3-part conflicts.
18782 (smerge-resolve): Resolve trivial 3-part conflicts.
18783
18784 2004-03-23 Juri Linkov <juri@jurta.org>
18785
18786 * man.el (Man-width): New var.
18787 (Man-getpage-in-background): Use it.
18788 (Man-support-local-filenames): New var and fun.
18789 (Man-build-man-command): Don't add a second %s.
18790 (Man-fontify-manpage): Clean up message.
18791 (Man-mode): Set outline-regexp, outline-level,
18792 imenu-generic-expression.
18793
18794 * woman.el (woman-fill-frame): Doc fix.
18795 (woman-decode-region): Use window-width instead of frame-width.
18796
18797 * abbrevlist.el (list-one-abbrev-table):
18798 * descr-text.el (describe-char):
18799 * international/mule-diag.el (describe-current-coding-system):
18800 * international/quail.el (quail-insert-decode-map):
18801 Use window-width instead of frame-width.
18802
18803 * jka-compr.el (jka-compr-compression-info-list): Add tbz and dz.
18804 (jka-compr-mode-alist-additions): Add tbz.
18805 (jka-compr-write-region, jka-compr-insert-file-contents):
18806 Add message for undefined compress-program.
18807 (jka-compr-write-region): Remove redundant var bindings.
18808
18809 * dired-x.el (dired-guess-shell-alist-default): Add choices for
18810 extracting files into subdirectory. Add tbz and dz. Fix regexps.
18811 Add extensions .[0-9] for man and nroff, and .pod for perldoc.
18812 (dired-man): Use dired-guess-shell-command.
18813 (dired-guess-shell-case-fold-search): Change defvar to defcustom.
18814 Change default nil to t.
18815
18816 * dired-aux.el (dired-compress-file-suffixes): Add dz and tbz.
18817 (dired-compare-directories): Add default value for empty input.
18818
18819 * help-at-pt.el: Move suggestions for key bindings to Commentary.
18820
18821 * time.el (display-time-string-forms): Fix help-echo date format.
18822
18823 2004-03-22 Luc Teirlinck <teirllm@auburn.edu>
18824
18825 * autorevert.el (global-auto-revert-non-file-buffers): Expand docstring.
18826 (buffer-stale-function): New variable.
18827 (auto-revert-list-diff, auto-revert-dired-file-list)
18828 (auto-revert-dired-changed-p, auto-revert-buffer-p): Delete.
18829 (auto-revert-handler): Take over some functionality of deleted
18830 functions.
18831 (auto-revert-buffers): Delete call to auto-revert-buffer-p.
18832
18833 * dired.el (dired-directory-changed-p): New fun, extracted from
18834 dired-internal-noselect.
18835 (dired-buffer-stale-p): New fun.
18836 (dired-internal-noselect): Use dired-directory-changed-p.
18837 Eliminate revert messages.
18838 (dired-mode): Set buffer-stale-function to dired-buffer-stale-p.
18839
18840 2004-03-23 Kenichi Handa <handa@m17n.org>
18841
18842 * international/characters.el: Setup syntaxes for more parentheses
18843 Unicode characters.
18844
18845 * international/mule-cmds.el (select-safe-coding-system):
18846 Merge coding-system and auto-cs before comparing them.
18847
18848 2004-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
18849
18850 * emacs-lisp/pp.el (pp-eval-expression): Simplify.
18851
18852 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
18853 normal-auto-fill-function and comment-indent-function.
18854 The default values now work just as well.
18855 Don't set font-lock-beginning-of-syntax-function since we already set
18856 syntax-begin-function.
18857 (lisp-outline-level): Put ;;;###autoload at same level as (.
18858 (prin1-char): Quote special chars.
18859
18860 * emacs-lisp/lisp-mnt.el (lm-keywords-finder-p): Use defvar rather
18861 than with-no-warnings.
18862
18863 * emacs-lisp/edebug.el (edebug-display): Bring up a debug trace
18864 if the source location can't be found.
18865 (edebug-compute-previous-result): Use prin1-char.
18866
18867 * emacs-lisp/checkdoc.el (checkdoc-error): Don't assume point-min == 1.
18868 (debug-ignored-errors): Add an entry.
18869
18870 * emacs-lisp/bytecomp.el (byte-recompile-directory): Ignore hidden dir.
18871 (byte-compile-file): Output warning when deleting a file.
18872
18873 * emacs-lisp/byte-run.el (defsubst): Add edebug spec and use backquote.
18874 (dont-compile, eval-when-compile, eval-and-compile): Add edebug spec.
18875
18876 * emacs-lisp/byte-opt.el (byte-compile-log-lap)
18877 (byte-compile-inline-expand): Use backquote.
18878 (byte-optimize-pure-func): Rename from byte-optimize-concat.
18879 (symbol-name, regexp-opt, regexp-quote): Mark as pure.
18880
18881 * emacs-lisp/backquote.el (backquote-list*-macro): Use nreverse.
18882
18883 * emacs-lisp/advice.el (ad-subr-arglist): Simplify.
18884
18885 2004-03-22 Juri Linkov <juri@jurta.org>
18886
18887 * finder.el (finder-known-keywords): Fix data, tex, unix.
18888
18889 * play/landmark.el: Fix keywords.
18890
18891 * language/ethio-util.el (ethio-find-file): Doc fix.
18892
18893 * emacs-lisp/warnings.el: Doc fix.
18894
18895 * textmodes/ispell.el (ispell-help): Doc fix.
18896
18897 2004-03-21 Luc Teirlinck <teirllm@auburn.edu>
18898
18899 * format.el (format-insert-file): Always return a list of two
18900 elements, like insert-file-contents does.
18901
18902 2004-03-21 Andre Spiegel <spiegel@gnu.org>
18903
18904 * vc.el: Add new optional BUFFER argument to vc-BACKEND-print-log
18905 and vc-BACKEND-diff.
18906 (vc-print-log): If the print-log implementation supports it, use
18907 the new BUFFER argument to direct output to *vc-change-log*, not *vc*.
18908 (vc-version-diff, vc-diff-internal): Doc fixes.
18909
18910 * vc-hooks.el (vc-default-workfile-unchanged-p): If the
18911 implementation supports it, let diff output go to *vc*,
18912 not *vc-diff*, since this is an internal call.
18913
18914 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Add optional BUFFER arg.
18915
18916 * vc-rcs.el (vc-rcs-print-log, vc-rcs-diff): Likewise.
18917
18918 * vc-sccs.el (vc-sccs-print-log, vc-sccs-diff): Likewise.
18919
18920 2004-03-21 Dave Love <fx@gnu.org>
18921
18922 * progmodes/cfengine.el (cfengine-mode):
18923 Set parse-sexp-ignore-comments.
18924
18925 * emacs-lisp/rx.el (rx): Work at compile time, not run time.
18926
18927 2004-03-21 Juanma Barranquero <lektu@terra.es>
18928
18929 * allout.el (allout-mode): Fix docstring.
18930
18931 2004-03-20 Luc Teirlinck <teirllm@auburn.edu>
18932
18933 * files.el (insert-directory): Fix bug if SWITCHES is a list.
18934
18935 * autorevert.el (auto-revert-interval): Make new value take
18936 effect immediately when set through Custom.
18937 (auto-revert-set-timer): Add interactive declaration.
18938
18939 2004-03-19 David Ponce <david@dponce.com>
18940
18941 * ruler-mode.el (ruler-mode-header-line-format-old):
18942 Don't `make-variable-buffer-local'.
18943 (ruler-mode-ruler-function): Default to `ruler-mode-ruler'.
18944 (ruler-mode-header-line-format): Simply funcall the above.
18945 (ruler-mode): Use `make-local-variable' and `kill-local-variable'
18946 to save/restore a previous header line format.
18947 (ruler-mode-space): Don't depend on a numeric WIDTH value.
18948 (ruler-mode-ruler): Use symbolic display elements for scrollbar,
18949 fringes and margins width.
18950 (ruler-mode-ruler-function): Default to ruler-mode-ruler.
18951
18952 2004-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
18953
18954 * log-edit.el (log-edit-font-lock-keywords): Typo.
18955
18956 * textmodes/tex-mode.el (tex-shell): Set error parsing function here.
18957 (tex-send-tex-command): Rather than here.
18958 (tex-compilation-parse-errors): Simplify.
18959
18960 * info.el (Info-default-dirs): Don't ignore last part of I-d-d-l.
18961
18962 * time.el (display-time-string-forms): Add help-echo with date on time.
18963
18964 * composite.el (compose-region): Use restore-buffer-modified-p.
18965
18966 * disp-table.el (standard-display-8bit): Simplify.
18967
18968 * server.el (server-process-filter): Delete temp frame.
18969
18970 * add-log.el (add-change-log-entry): Simplify.
18971
18972 2004-03-19 Kim F. Storm <storm@cua.dk>
18973
18974 * hexl.el (hexl-mode-ruler): Adapt to new :align-to semantics.
18975 (hexl-follow-line): Don't require 'fringe.
18976
18977 * progmodes/compile.el (compilation-start): Always set
18978 compilation-last-buffer and return it.
18979
18980 2004-03-17 Luc Teirlinck <teirllm@auburn.edu>
18981
18982 * simple.el (clone-buffer): Doc fix.
18983
18984 2004-03-18 Juanma Barranquero <lektu@terra.es>
18985
18986 * emacs-lisp/byte-run.el (make-obsolete-variable): Fix docstring.
18987
18988 2004-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
18989
18990 * log-edit.el (log-edit-font-lock-keywords): New var.
18991 (log-edit-mode): Use it.
18992
18993 2004-03-17 Nick Roberts <nick@nick.uklinux.net>
18994
18995 * gdb-ui.el (gdb-var-list-children-handler): Handle C++ classes
18996 properly for watching in speedbar.
18997
18998 2004-03-17 Masatake YAMATO <jet@gyve.org>
18999
19000 * smerge-mode.el (smerge-popup-context-menu):
19001 Put `unwind-protect' around `overlay-put' and `popup-menu'.
19002
19003 2004-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
19004
19005 * vc-arch.el (vc-arch-workfile-unchanged-p): Define to avoid dup-diff.
19006 (vc-arch-workfile-version, vc-arch-mode-line-rewrite):
19007 Take sealed revisions into account.
19008 (vc-arch-checkin): Extract a summary line from the message.
19009
19010 2004-03-16 Masatake YAMATO <jet@gyve.org>
19011
19012 * register.el (register): Provide `register' feature.
19013
19014 2004-03-15 Masatake YAMATO <jet@gyve.org>
19015
19016 Added context menu support in smerge mode.
19017 Most of the part is written by Stefan Monnier.
19018
19019 * smerge-mode.el (smerge-context-menu-map, smerge-context-menu):
19020 New keymap and menu.
19021 (smerge-text-properties): New function.
19022 (smerge-remove-props): New function.
19023 (smerge-popup-context-menu): New function.
19024 (smerge-resolve): Call `smerge-remove-props'.
19025 (smerge-keep-base, smerge-keep-other, smerge-keep-mine): Ditto.
19026 (smerge-keep-current): Ditto.
19027 (smerge-kill-current): New function.
19028 (smerge-match-conflict): Put text properties.
19029 Detect the file as `same-diff conflict' if the filename is "ANCESTOR".
19030
19031 2004-03-15 David Ponce <david@dponce.com>
19032
19033 * ruler-mode.el (ruler-mode-left-fringe-cols)
19034 (ruler-mode-right-fringe-cols, ruler-mode-left-scroll-bar-cols)
19035 (ruler-mode-right-scroll-bar-cols): Remove.
19036 (ruler-mode-window-col, ruler-mode-mouse-set-left-margin)
19037 (ruler-mode-mouse-set-right-margin, ruler-mode-ruler):
19038 Use fringe-columns and scroll-bar-columns.
19039
19040 2004-03-15 Masatake YAMATO <jet@gyve.org>
19041
19042 * hl-line.el (hl-line-range-function): New variable.
19043 (hl-line-move): New function.
19044 (global-hl-line-highlight): Use `hl-line-move'.
19045 (hl-line-highlight): Ditto.
19046
19047 * scroll-bar.el (scroll-bar-columns):
19048 * fringe.el (fringe-columns): New function derived from ruler-mode.el.
19049
19050 * ruler-mode.el (top-level): Require scroll-bar and fringe.
19051 (ruler-mode-left-fringe-cols)
19052 (ruler-mode-right-fringe-cols): Use `fringe-columns'.
19053 (ruler-mode-right-scroll-bar-cols)
19054 (ruler-mode-left-scroll-bar-cols): Use `scroll-bar-columns'.
19055 (ruler-mode-ruler-function): New variable.
19056 (ruler-mode-header-line-format): Call `ruler-mode-ruler-function'
19057 if the value for `ruler-mode-ruler-function' is given.
19058
19059 * hexl.el (hexl-mode-hook): Make the hook customizable.
19060 (hexl-address-area, hexl-ascii-area): New customize variables.
19061 (hexlify-buffer): Put font-lock-faces on the address area and
19062 the ascii area.
19063 (hexl-activate-ruler): New function.
19064 (hexl-follow-line): New function.
19065 (hexl-highlight-line-range): New function.
19066 (hexl-mode-ruler): New function.
19067
19068 2004-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
19069
19070 * vc-hooks.el (vc-handled-backends): Add Arch. Move MCVS down.
19071 (vc-default-find-file-hook): New fun.
19072 (vc-find-file-hook): Call new find-file-hook operation.
19073
19074 * vc-arch.el: New file.
19075
19076 2004-03-12 Jesper Harder <harder@ifa.au.dk>
19077
19078 * info-look.el (info-lookup): Reuse an existing Info window.
19079
19080 2004-03-12 Francis J. Wright <F.J.Wright@qmul.ac.uk>
19081
19082 * woman.el (woman-preserve-ascii): Default value changed to t and
19083 doc string revised.
19084
19085 2004-03-12 Richard M. Stallman <rms@gnu.org>
19086
19087 * pcvs.el (cvs-mode-add-change-log-entry-other-window):
19088 Fix minor bug.
19089
19090 * replace.el (occur-engine): Change message for count of matches.
19091
19092 * emacs-lisp/bytecomp.el (byte-compile-get-constant):
19093 For strings, do compare text properties.
19094
19095 2004-03-11 Daniel Pfeiffer <occitan@esperanto.org>
19096
19097 * progmodes/compile.el (compile-auto-highlight)
19098 (compilation-error-list, compilation-old-error-list)
19099 (compilation-parse-errors-function, compilation-parsing-end)
19100 (compilation-error-message, compilation-directory-stack)
19101 (compilation-enter-directory-regexp-alist)
19102 (compilation-leave-directory-regexp-alist)
19103 (compilation-file-regexp-alist, compilation-nomessage-regexp-alist)
19104 (compilation-current-file, compilation-regexps): Remove vars.
19105
19106 (compile-error-at-point, compilation-error-filedata)
19107 (compilation-error-filedata-file-name, compile-reinitialize-errors)
19108 (compilation-next-error-locus, compilation-forget-errors)
19109 (count-regexp-groupings, compilation-parse-errors)
19110 (compile-collect-regexps, compile-buffer-substring): Remove funs.
19111
19112 (compile-internal): Make obsolete.
19113
19114 (compilation-first-column, compilation-error)
19115 (compilation-directory-matcher, compilation-page-delimiter)
19116 (compilation-mode-font-lock-keywords, compilation-debug)
19117 (compilation-error-face, compilation-warning-face)
19118 (compilation-info-face, compilation-line-face)
19119 (compilation-column-face, compilation-enter-directory-face)
19120 (compilation-leave-directory-face, compilation-skip-threshold)
19121 (compilation-skip-visited, compilation-context-lines): New vars.
19122
19123 (compilation-warning-face, compilation-info-face)
19124 (compilation-message-face): New faces.
19125
19126 (compilation-error-regexp-alist-alist): New constant.
19127
19128 (compilation-face, compilation-directory-properties)
19129 (compilation-assq, compilation-error-properties, compilation-start)
19130 (define-compilation-mode, compilation-loop)
19131 (compilation-set-window): New functions.
19132
19133 (compile): Additional argument for interactive compiles like TeX.
19134
19135 * progmodes/grep.el (kill-grep): Move here from compile.el
19136 (grep-error, grep-hit-face, grep-error-face)
19137 (grep-mode-font-lock-keywords): New variables.
19138 (grep-regexp-alist): Simplify regexp and add `binary' case.
19139 (grep-mode): New mode.
19140 (grep-process-setup): Simplify.
19141
19142 2004-03-11 Jason Rumney <jasonr@gnu.org>
19143
19144 * net/ldap.el (ldap-search-internal): Handle file URLs with drive
19145 letters on DOS/Windows.
19146
19147 2004-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
19148
19149 * server.el (server-name): New var.
19150 (server-socket-dir): New var to replace server-socket-name.
19151 (server-start): Use them.
19152
19153 2004-03-11 Simon Josefsson <jas@extundo.com>
19154
19155 * mail/smtpmail.el (smtpmail-read-response): Abort if process has
19156 died to avoid infloop. Reported by Jonathan Glauner
19157 <jglauner@sbum.org>.
19158
19159 2004-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
19160
19161 * smerge-mode.el (smerge-check-cache, smerge-check): New var and fun.
19162 (smerge-mode-menu): Use it to deactivate menu entries.
19163 (smerge-keep-current): New fun.
19164 (smerge-keep-current): Use it.
19165
19166 2004-03-10 John Paul Wallington <jpw@gnu.org>
19167
19168 * foldout.el (foldout-fold-list, foldout-modeline-string):
19169 Declare them as variables, not constants.
19170
19171 2004-03-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
19172
19173 * ps-print.el: Modification to print *Messages* buffer.
19174 (ps-print-version): New version 6.6.4.
19175 (ps-message-log-max): New fun.
19176 (ps-spool-without-faces, ps-spool-with-faces)
19177 (ps-count-lines-preprint): Code fix.
19178
19179 * printing.el: New tips in Tips section.
19180
19181 2004-03-09 Vinicius Jose Latorre <viniciusjl@ig.com.br>
19182
19183 * delim-col.el: Doc fix.
19184
19185 * printing.el: Doc fix. New doc section (Tips).
19186
19187 2004-03-09 Stefan Monnier <monnier@iro.umontreal.ca>
19188
19189 * type-break.el (type-break-emacs-variant): Remove.
19190 (type-break-run-at-time, type-break-cancel-function-timers):
19191 Use fboundp rather than version name and number.
19192
19193 2004-03-09 Masatake YAMATO <jet@gyve.org>
19194
19195 * hexl.el (hexl-mode): Use `make-local-variable' instead of
19196 `make-variable-buffer-local'.
19197
19198 2004-03-08 Michael Albinus <Michael.Albinus@alcatel.de>
19199
19200 * find-dired.el (find-dired): Call `shell-command' instead of
19201 `start-process-shell-command'. By this, Tramp takes over
19202 handling of remote directories.
19203
19204 2004-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
19205
19206 * newcomment.el (comment-use-global-state): New var.
19207 (comment-search-forward): Use it.
19208
19209 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set it.
19210
19211 * cus-edit.el (fill) <defgroup>: Move to fill.el.
19212
19213 * textmodes/fill.el (fill) <defgroup>: Move from cus-edit.el.
19214 (enable-kinsoku): Make it a defcustom.
19215 (fill-comment-paragraph): Don't rely on fill-prefix to bound the
19216 paragraph to same-comment-start-marker.
19217
19218 2004-03-07 Dave Love <fx@gnu.org>
19219
19220 * net/browse-url.el (rfc2368-parse-mailto-url): Autoload.
19221 (browse-url-mail): Use it.
19222
19223 * mail/rfc2368.el (rfc2368-unhexify-char): Delete.
19224 (rfc2368-unhexify-string): Use replace-regexp-in-string.
19225
19226 2004-03-07 Francis J. Wright <F.J.Wright@qmul.ac.uk>
19227
19228 * woman.el (woman-man.conf-path): Doc fix.
19229 (woman-parse-man.conf): Also parse OPTIONAL_MANPATH.
19230
19231 2004-03-07 Eli Zaretskii <eliz@gnu.org>
19232
19233 * sort.el (sort-columns): Remove ms-dos from the list of systems
19234 where the external `sort' command is not used.
19235
19236 2004-03-07 Kim F. Storm <storm@cua.dk>
19237
19238 * gdb-ui.el (gdb-overlay-arrow-position): Add defvar.
19239 (gdb-reset): Reset gdb-overlay-arrow-position marker and remove it
19240 from overlay-arrow-variable-list.
19241 (gdb-assembler-mode): Use add-to-list for gdb-overlay-arrow-position.
19242
19243 2004-03-06 Nick Roberts <nick@nick.uklinux.net>
19244
19245 * gdb-ui.el (gdb-assembler-mode, gdb-assembler-custom): Set up
19246 overlay arrow string properly for the assembler buffer.
19247
19248 2004-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
19249
19250 * mail/sendmail.el (mail-mode): Fix last change.
19251
19252 2004-03-05 Nick Roberts <nick@nick.uklinux.net>
19253
19254 * gdb-ui.el (gdb-assembler-mode): Create a second overlay arrow
19255 for the assembler buffer.
19256 (gdb-assembler-custom): Position the overlay arrow.
19257 (gdb-put-arrow, gdb-remove-arrow): Delete functions.
19258
19259 2004-03-04 Stefan Monnier <monnier@iro.umontreal.ca>
19260
19261 * progmodes/sh-script.el (sh-font-lock-paren): Add @ in case patterns.
19262
19263 * pcvs-info.el (cvs-fileinfo->backup-file): Use a more constraining
19264 regexp to distinguish .#ChangeLog.9.1.400 and .#ChangeLog.1.400.
19265
19266 * mail/sendmail.el (mail-mode): Set comment-start-skip.
19267
19268 * newcomment.el (uncomment-region): Allow non-terminated comment.
19269 (comment-normalize-vars): Check the user-specified comstart marker.
19270
19271 2004-03-04 Jesper Harder <harder@ifa.au.dk>
19272
19273 * sort.el (sort-columns): Don't use external 'sort' on ms-windows.
19274 Otherwise, do use it if the region only contains font-lock text
19275 properties.
19276
19277 2004-03-04 Masatake YAMATO <jet@gyve.org>
19278
19279 * hexl.el (hexl-mode): Set `hexl-print-current-point-info'
19280 as the callback function for eldoc.
19281 (hexl-print-current-point-info): New function.
19282 (hexl-current-address): Print the address in both decimal
19283 and hexadecimal format.
19284
19285 2004-03-04 Richard M. Stallman <rms@gnu.org>
19286
19287 * mail/rmail.el (rmail-convert-to-babyl-format):
19288 Specify t for UNIBYTE when calling mail-unquote-printable-region.
19289
19290 * mail/mail-utils.el (mail-unquote-printable-region):
19291 New arg UNIBYTE.
19292
19293 * startup.el (command-switch-alist): Doc fix.
19294
19295 * simple.el (undo): Temporarily set this-command to `undo-start',
19296 then set it to `undo' once undo-start returns without error.
19297
19298 * simple.el (minibuffer-history-sexp-flag): Doc fix.
19299
19300 * simple.el (kill-line): Don't disregard trailing whitespace
19301 in eol condition, if show-trailing-whitespace is set.
19302
19303 * mouse-sel.el (mouse-sel-has-been-enabled): New var.
19304 (mouse-sel-mode): When enabling, set mouse-sel-has-been-enabled.
19305 When disabling, restore old values only if mouse-sel-has-been-enabled.
19306
19307 * isearch.el (isearch-*-char): New arg WANT-BACKSLASH.
19308 (isearch-{-char): New function.
19309 (isearch-mode-map): Bind { to isearch-{-char.
19310
19311 * font-lock.el (lisp-font-lock-keywords-2):
19312 Turn off the CL with-... and do-... general patterns.
19313 Instead, recognize several specific with... and do... constructs.
19314
19315 * files.el (switch-to-buffer-other-window):
19316 Bind same-window-buffer-names and same-window-regexps to nil.
19317 (switch-to-buffer-other-frame): Likewise.
19318
19319 2004-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
19320
19321 * textmodes/fill.el (fill-comment-paragraph): Be more careful when
19322 recognizing leading comment on code line.
19323
19324 2004-03-02 Stefan Monnier <monnier@iro.umontreal.ca>
19325
19326 * Makefile.in (setwins, setwins_almost): Skip .arch-ids and other
19327 hidden files/directories.
19328
19329 2004-03-02 Stefan Monnier <monnier@iro.umontreal.ca>
19330
19331 * textmodes/fill.el (fill-paragraph): Don't check comment-start-skip,
19332 only comment-start (in case the mode hasn't set it).
19333
19334 * Makefile.in (AUTOGENEL): New var.
19335 (bootstrap-prepare): Rename from bootstrap-clean.
19336 Don't remove elc files.
19337 (maintainer-clean): New target.
19338
19339 * xml.el (xml-get-attribute-or-nil): Simplify.
19340
19341 2004-03-02 Juri Linkov <juri@jurta.org>
19342
19343 * net/browse-url.el (browse-url-netscape, browse-url-mozilla)
19344 (browse-url-galeon, browse-url-epiphany): Encode dollar signs in
19345 URL to prevent their substitution with the environment variable
19346 values by browsers.
19347
19348 2004-03-03 Vinicius Jose Latorre <viniciusjl@ig.com.br>
19349
19350 * ps-print.el: Doc fix.
19351 (ps-print-version): New version number (6.6.3).
19352 (ps-right-header, ps-right-footer, ps-left-header, ps-left-footer):
19353 Docstring fix.
19354 (ps-kill-emacs-check): Check if ps-print temporary buffer is killed
19355 before printing.
19356 (ps-time-stamp-yyyy-mm-dd): New fun.
19357 (ps-time-stamp-iso8601): Alias for ps-time-stamp-yyyy-mm-dd.
19358
19359 2004-03-02 Kim F. Storm <storm@cua.dk>
19360
19361 * gdb-ui.el (gdb-mouse-toggle-breakpoint): Remove debug message.
19362
19363 2004-03-01 Juanma Barranquero <lektu@terra.es>
19364
19365 * allout.el (allout-rebullet-heading): Fix typo in docstring.
19366
19367 * desktop.el (desktop-file-version)
19368 (desktop-after-read-hook): Fix typos.
19369 (desktop-clear-preserve-buffers): Remove redundant info in
19370 docstring already shown by the obsolescence message.
19371 (desktop-truncate, desktop-internal-v2s)
19372 (desktop-value-to-string): Change argument name to match docstring.
19373
19374 * emulation/tpu-edt.el (tpu-set-mark): Fix typo in docstring.
19375
19376 * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Fix typo in
19377 docstring.
19378
19379 2004-02-29 Vinicius Jose Latorre <viniciusjl@ig.com.br>
19380
19381 * printing.el: Replace "As Is..." in PostScript file print/preview by
19382 "No Preprocessing...". Suggested by Colin Marquardt
19383 <_marquardt_@zmd.de>.
19384 (pr-insert-section-4): Adjust buffer interface.
19385
19386 2004-02-29 Kai Grossjohann <kai.grossjohann@gmx.net>
19387
19388 Version 2.0.39 of Tramp released.
19389
19390 * net/tramp.el (tramp-handle-file-local-copy)
19391 (tramp-handle-write-region, tramp-open-connection-rsh):
19392 Variable name typo. Small change. From Patrick Tullmann
19393 <tullmann@flux.utah.edu>.
19394 (tramp-process-connection-type): New variable.
19395 (tramp-maybe-open-connection): Use it.
19396 (tramp-do-copy-or-rename-via-buffer): Handle KEEP-DATE arg if possible.
19397 (tramp-touch): Set last-modified time of a remote file.
19398 (tramp-handle-write-region): Say which function is used when encoding.
19399
19400 2004-02-29 Michael Albinus <Michael.Albinus@alcatel.de>
19401
19402 * net/tramp-smb.el (tramp-smb-handle-file-writable-p): Handle the
19403 case of non-existing filename, too. Reported by Christoph Bauer
19404 <c_bauer@informatik.uni-kl.de>.
19405 (tramp-smb-get-file-entries): The directory in question should
19406 have permissions "drwxrwxrwx". Just virtual, because we don't
19407 know the real permissions. Don't we know?
19408 (tramp-smb-prompt): Add virtual prompt from listing shares, too.
19409 (tramp-smb-errors): Add "NT_STATUS_ACCOUNT_LOCKED_OUT".
19410 (tramp-smb-wait-for-output): Optimize algorithm getting pending
19411 output. If it was received chunkwise, there have been problems.
19412 Remove the "prompt not found" error message; it is obvious.
19413 Simplify algorithm.
19414 (tramp-smb-process-running): Remove. Since we acknowledge the
19415 virtual prompt for shares, there's no need for distinction of
19416 reading shares (process ends afterwards) and interactive mode of
19417 smblient.
19418 (tramp-smb-open-connection): Setting process sentinel removed.
19419 (tramp-smb-errors): Add "NT_STATUS_WRONG_PASSWORD" and
19420 "NT_STATUS_NETWORK_ACCESS_DENIED".
19421 (tramp-smb-maybe-open-connection): Set `process-connection-type'
19422 to 'pty. Suggested by Piet van Oostrum <piet@cs.uu.nl>.
19423 (top-level): Setting default value in `tramp-default-method-alist'
19424 corrected. Order of USER and HOST have been wrong.
19425 Nobody complained for months ...
19426 (tramp-smb-maybe-open-connection): Use `tramp-process-connection-type'.
19427 (tramp-smb-open-connection): Clear password cache if login has failed.
19428
19429 * net/tramp.el (tramp-completion-mode) Don't check for 'xemacs' but
19430 `tramp-unified-filenames'.
19431 (tramp-completion-mode): Make test for XEmacs explicitly.
19432 `event-to-character' can exists in Emacs packages too.
19433 Reported by Matt Swift <swift@alum.mit.edu>.
19434 (tramp-buffer-name): Buffer name must contain the user if exists.
19435 Reported by Adrian Phillips <a.phillips@met.no>.
19436 (tramp-do-copy-or-rename-file): Handle out-of-band methods.
19437 Call `tramp-do-copy-or-rename-file-out-of-band' this case.
19438 (tramp-do-copy-or-rename-file-out-of-band): Rename from
19439 `tramp-do-copy-or-rename-file-one-local', because it handles also
19440 the case both files use the same out-of-band method.
19441 Implementation added.
19442 (tramp-handle-file-local-copy, tramp-handle-write-region):
19443 Out-of-band handling removed. `copy-file' called instead, which
19444 calls `tramp-do-copy-or-rename-file-out-of-band'.
19445 (tramp-action-password): Check for out-of-band method removed.
19446 This function is used for 'login-program.
19447 (tramp-post-connection): Use `tramp-method-out-of-band-p' when
19448 appropriate.
19449 (tramp-completion-function-alist-ssh): Add `tramp-parse-shostkeys'
19450 and `tramp-parse-sknownhosts'.
19451 (tramp-completion-function-alist): It's a defvar now, because we
19452 want to apply the optimized `tramp-set-completion-function'
19453 instead of a static list.
19454 (tramp-set-completion-function): Implementation tuned.
19455 Avoid double entries, and entries where the function or the
19456 file/directory doesn't exist.
19457 (tramp-parse-shostkeys, tramp-parse-sknownhosts): New functions
19458 for SSH2.
19459 (tramp-file-name-handler-alist): Add `dired-compress-file' entry.
19460 (tramp-handle-dired-compress-file): New function.
19461 (tramp-async-proc): New variable.
19462 (tramp-handle-shell-command): Adding asynchronous processes.
19463 They are far from being perfect, but it works at least for
19464 `find-grep-dired' and `find-name-dired' in Emacs 22.1.
19465 (top-level): Require password.el if visible. Should be mandatory
19466 once No Gnus has found its way into (X)Emacs.
19467 (tramp-read-passwd): Invoke `password-read' if available,
19468 `read-passwd' otherwise. `ange-ftp-read-passwd' isn't used as
19469 fallback any longer.
19470 (tramp-clear-passwd): New function.
19471 (tramp-process-actions, tramp-process-multi-actions):
19472 Clear password cache if login has failed.
19473
19474 * net/tramp-ftp.el (Commentary): Remove pointer to EFS. It has
19475 its own module.
19476 (tramp-ftp-file-name-handler): Unset `ange-ftp-ftp-name-arg' and
19477 `ange-ftp-ftp-name-res'. There could be incorrect values from
19478 previous calls in case the "ftp" method is used in the Tramp file
19479 name. Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
19480
19481 2004-02-28 Richard M. Stallman <rms@gnu.org>
19482
19483 * term.el (term-mouse-paste): Call mouse-set-point.
19484
19485 * thumbs.el: New file.
19486
19487 2004-02-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
19488
19489 * progmodes/ebnf-abn.el: Doc fix.
19490
19491 * progmodes/ebnf-bnf.el: Doc fix.
19492 (ebnf-repeat): Code fix.
19493
19494 * progmodes/ebnf2ps.el: Doc fix.
19495 (ebnf-syntax-directory, ebnf-syntax-file): New funs.
19496
19497 2004-02-28 Juri Linkov <juri@jurta.org>
19498
19499 * ffap.el (dired-at-point): Additional writability test for
19500 relative directory names.
19501 (dired-at-point-prompter): Treat directories as a directory, get
19502 the directory component from files.
19503 (ffap-string-at-point): Return string from region if region is active.
19504 (ffap-file-at-point): Remove redundant code.
19505
19506 2004-02-28 Kim F. Storm <storm@cua.dk>
19507
19508 * gdb-ui.el (breakpoint-enabled-icon, breakpoint-disabled-icon):
19509 Initialize margin area images to nil.
19510 (breakpoint-bitmap): New defvar for breakpoint fringe bitmaps.
19511 (breakpoint-enabled-bitmap-face)
19512 (breakpoint-disabled-bitmap-face): New faces for bpt in fringe.
19513 (gdb-info-breakpoints-custom): Use gdb-remove-breakpoint-icons.
19514 (gdb-info-breakpoints-custom): Use gdb-put-breakpoint-icon.
19515 (gdb-mouse-toggle-breakpoint): Handle bpt in fringe.
19516 (gdb-reset): Use gdb-remove-breakpoint-icons.
19517 (gdb-put-string): Add dprop arg to specify alternative display
19518 property (for setting fringe bitmap).
19519 (gdb-remove-strings): Doc fix.
19520 (gdb-put-breakpoint-icon): New defun which displays a breakpoint
19521 icon in fringe (if available), or else as icon or text in display
19522 margin. Creates necessary icons in breakpoint-bitmap,
19523 breakpoint-enabled-icon, and/or breakpoint-disabled-icon.
19524 Also make left window margin if required.
19525 (gdb-remove-breakpoint-icons): New defun to remove breakpoint
19526 icons inserted by gdb-put-breakpoint-icon. Remove left margin if
19527 no longer needed.
19528 (gdb-assembler-custom): Use gdb-remove-breakpoint-icons and
19529 gdb-put-breakpoint-icon.
19530 (gdb-assembler-mode): Don't set left-margin-width here.
19531
19532 2004-02-27 Kevin Ryde <user42@zip.com.au>
19533
19534 * info-look.el: In scheme-mode symbol regexp, disallow backquote and
19535 comma, so that it DTRT in macros.
19536
19537 2004-02-27 Markus Rost <rost@mathematik.uni-bielefeld.de>
19538
19539 * progmodes/sh-script.el (sh-shell-arg)
19540 (sh-require-final-newline, sh-assignment-regexp, sh-builtins)
19541 (sh-leading-keywords, sh-other-keywords): Fix custom type.
19542
19543 2004-02-27 Dan Nicolaescu <dann@ics.uci.edu>
19544
19545 * faces.el (face-spec-set-match-display): Add a new attribute,
19546 `min-colors'.
19547 (region, highlight, secondary-selection): Use `min-colors'.
19548
19549 * custom.el (defface): Add documentation for `min-colors'.
19550
19551 * font-lock.el (font-lock-comment-face, font-lock-string-face)
19552 (font-lock-keyword-face, font-lock-function-name-face)
19553 (font-lock-variable-name-face, font-lock-constant-face):
19554 Use `min-colors'.
19555
19556 * isearch.el (isearch, isearch-lazy-highlight-face): Use `min-colors'.
19557
19558 2004-02-25 Vinicius Jose Latorre <viniciusjl@ig.com.br>
19559
19560 * progmodes/ebnf2ps.el: Doc fix. For compatibility with Emacs 20,
19561 define assq-delete-all if it's not defined.
19562 (ebnf-generate-region): Code fix.
19563
19564 * printing.el: Doc fix.
19565 (pr-version): New version number (6.7.2).
19566 (pr-command): Return empty string if command is an empty string.
19567
19568 2004-02-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
19569
19570 * progmodes/ebnf-abn.el: New file, implements an ABNF parser.
19571
19572 * progmodes/ebnf2ps.el: Doc fix. Accept ABNF (Augmented BNF). New
19573 arrow shapes: semi-up-hollow, semi-up-full, semi-down-hollow and
19574 semi-down-full. Fix a bug on productions like test = {"test"}* | (
19575 "tt" ["test"] ). Reported by Markus Dreyer
19576 <mdreyer@ix.urz.uni-heidelberg.de>.
19577 (ebnf-version): New version number (4.0).
19578 (ebnf-print-directory, ebnf-print-file, ebnf-spool-directory)
19579 (ebnf-spool-file, ebnf-eps-directory, ebnf-eps-file)
19580 (ebnf-delete-style): New commands.
19581 (ebnf-directory, ebnf-file): New funs.
19582 (ebnf-special-show-delimiter, ebnf-file-suffix-regexp)
19583 (ebnf-production-name-p, ebnf-stop-on-error): New options.
19584 (ebnf-syntax-alist): New var.
19585 (ebnf-element-width): New fun replacing ebnf-list-width.
19586 (ebnf-arrow-shape, ebnf-syntax): Custom fix.
19587 (ebnf-style-custom-list, ebnf-style-database, ebnf-arrow-shape-alist)
19588 (ebnf-prologue): Adjust vars.
19589 (ebnf-setup, ebnf-insert-style, ebnf-merge-style, ebnf-apply-style)
19590 (ebnf-reset-style, ebnf-push-style, ebnf-pop-style)
19591 (ebnf-check-style-values, ebnf-generate-production)
19592 (ebnf-generate-region, ebnf-production-dimension, ebnf-justify-list)
19593 (ebnf-make-terminal1, ebnf-make-or-more1, ebnf-make-repeat)
19594 (ebnf-token-repeat): Code fix.
19595
19596 * progmodes/ebnf-yac.el: Doc fix. Handle Bison pragmas %nonassoc,
19597 %right, %left and %prec. Suggested by Matthew K. Junker
19598 <junker@alum.mit.edu>.
19599 (ebnf-yac-definitions, ebnf-yac-lex): Code fix.
19600
19601 * progmodes/ebnf-iso.el: Doc fix.
19602 (ebnf-iso-token-table, ebnf-iso-non-terminal-chars): Adjust vars.
19603 (ebnf-iso-lex): Code fix.
19604
19605 * progmodes/ebnf-bnf.el: Doc fix.
19606 (ebnf-bnf-lex): Code fix.
19607
19608 * progmodes/ebnf-otz.el: Doc fix.
19609
19610 2004-02-23 Luc Teirlinck <teirllm@auburn.edu>
19611
19612 * abbrev.el (write-abbrev-file): Make argument optional. Doc fix.
19613 (abbrev-prefix-mark): Doc fix.
19614
19615 2004-02-23 Nick Roberts <nick@nick.uklinux.net>
19616
19617 * gdb-ui.el (gud-watch): Load tooltip, if necessary.
19618 (gdb-var-create-handler): Force speedbar-update-flag to be non-nil.
19619 (gdb-var-delete): Make interactive (really).
19620 (gdb-edit-value): Make non-interactive.
19621
19622 * progmodes/gud.el (gud-speedbar-menu-items):
19623 Add gdb-var-delete and, indirectly, gdb-edit-value.
19624 (gud-install-speedbar-variables): Bind gdb-var-delete to "D".
19625 (gud-speedbar-buttons): Remove gdb-var-delete from tag-line.
19626 (gud-gdb-marker-filter): Add comment for annotations.
19627
19628 2004-02-23 Glenn Morris <gmorris@ast.cam.ac.uk>
19629
19630 * calendar/calendar.el (generate-calendar)
19631 (calendar-read-date): Prevent display of BC calendars once more -
19632 reverts 2003-10-01 change.
19633 (generate-calendar-month): Doc fix.
19634
19635 2004-02-03 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
19636
19637 * calendar/diary-lib.el (fancy-diary-display): Don't rely on
19638 return value of increment-calendar-month.
19639
19640 2004-02-21 Stephen Compall <s11@member.fsf.org>
19641
19642 * saveplace.el (save-place-forget-unreadable-files)
19643 (save-place-save-skipped, save-place-skip-check-regexp): New vars.
19644 (save-place-forget-unreadable-files): New function.
19645 (save-place-alist-to-file): Use it to filter out files that are
19646 no longer readable.
19647
19648 * textmodes/texinfo.el (texinfo-insert-@item): Look for the
19649 current Texinfo environment, using the same method as in
19650 `texinfo-insert-@end', and insert a space rather than a newline if
19651 point in a @table environment.
19652
19653 2004-02-21 Juri Linkov <juri@jurta.org>
19654
19655 * ffap.el (ffap-file-at-point): Try parent directories.
19656
19657 2004-02-21 Klaus Zeitler <kzeitler@lucent.com>
19658
19659 * vcursor.el (vcursor-modifiers): New defcustom.
19660 (vcursor-cs-binding): Use vcursor-modifiers instead of a
19661 hard-coded list.
19662
19663 2004-02-21 Masatake YAMATO <jet@gyve.org>
19664
19665 * play/animate.el (animate-birthday-present): Accept names other
19666 than `Sarah', too.
19667
19668 2004-02-21 Juri Linkov <juri@jurta.org>
19669
19670 * startup.el: Remove table of command line arguments from the
19671 Commentary section.
19672
19673 2004-02-20 John Wiegley <johnw@newartisans.com>
19674
19675 * eshell/em-pred.el (eshell-modifier-alist): Change the "eval
19676 again" modifier from 'e' to 'E', since 'e' is also used by the
19677 "file extension" modifier.
19678
19679 2004-02-19 Luc Teirlinck <teirllm@auburn.edu>
19680
19681 * help-fns.el (describe-categories): Doc fix.
19682
19683 2003-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
19684
19685 * ediff-util.el (ediff-compute-custom-diffs-maybe): Avoid creating
19686 temporary file for buffer already visiting one. This change makes
19687 output likely to be directly usable by patch program.
19688 Suggested by Adrian Aichner <adrian@xemacs.org>
19689
19690 2004-02-20 Nick Roberts <nick@nick.uklinux.net>
19691
19692 * gdb-ui.el (gdb-use-colon-colon-notation): Set default to nil for
19693 case of variables defined in compound statements.
19694 (gdb-setup-windows, gdb-source-info, gdb-source-info):
19695 Simplify constructions using switch-to-buffer.
19696
19697 2004-02-19 Simon Josefsson <jas@extundo.com>
19698
19699 * play/morse.el: Fix typo.
19700 (morse-code): Add @.
19701
19702 2004-02-19 Glenn Morris <gmorris@ast.cam.ac.uk>
19703
19704 * calendar/appt.el (appt-display-format): Change default to
19705 'ignore, for backwards compatibility.
19706 (appt-display-message): If appt-display-format is 'ignore,
19707 respect old vars appt-msg-window and appt-visible.
19708 (appt-activate): Don't depend on return value of cancel-timer.
19709
19710 * calendar/calendar.el (calendar-holidays): Doc fix.
19711
19712 * calendar/cal-coptic.el (coptic-prompt-for-date):
19713 Use assoc-string instead of assoc-ignore-case.
19714 * calendar/cal-french.el (calendar-goto-french-date): Ditto.
19715 * calendar/cal-hebrew.el (calendar-goto-hebrew-date)
19716 (mark-hebrew-diary-entries, list-yahrzeit-dates): Ditto.
19717 * calendar/cal-islam.el (calendar-goto-islamic-date)
19718 (mark-islamic-diary-entries): Ditto.
19719 * calendar/cal-julian.el (calendar-goto-julian-date): Ditto.
19720 * calendar/cal-mayan.el (calendar-read-mayan-haab-date)
19721 (calendar-read-mayan-tzolkin-date): Ditto.
19722 * calendar/calendar.el (calendar-read-date): Ditto.
19723 * calendar/diary-lib.el (mark-diary-entries): Ditto.
19724
19725 2004-02-18 Markus Rost <rost@mathematik.uni-bielefeld.de>
19726
19727 * progmodes/executable.el (executable-command-find-posix-p):
19728 Fix choice of the directory.
19729
19730 2004-02-17 Luc Teirlinck <teirllm@auburn.edu>
19731
19732 * simple.el (interprogram-cut-function)
19733 (interprogram-paste-function, kill-new, kill-append):
19734 Doc fixes.
19735 (kill-region): Make it return nil. Doc fix.
19736 (yank-pop): Make its argument optional.
19737 (yank): Make ARG `-' equivalent to `-1'.
19738
19739 2004-02-17 Eli Zaretskii <eliz@gnu.org>
19740
19741 * mail/rmail.el (rmail-get-new-mail): Don't reference
19742 rmail-use-spam-filter if rmail-spam-filter is not loaded.
19743
19744 2004-02-16 Luc Teirlinck <teirllm@auburn.edu>
19745
19746 * autorevert.el (auto-revert-buffer-p): Only revert dired buffers
19747 if one of global-auto-revert-non-file-buffers or autorevert-mode
19748 is non-nil.
19749
19750 2004-02-16 Eli Zaretskii <eliz@gnu.org>
19751
19752 * subr.el (delete-dups): A better implementation from Karl Heuer
19753 <kwzh@gnu.org>.
19754
19755 2004-02-16 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
19756
19757 * net/telnet.el (telnet-interrupt-subjob): Move doc string to the
19758 correct place.
19759 * progmodes/icon.el (icon-indent-command): Ditto.
19760 * textmodes/paragraphs.el (repunctuate-sentences): Ditto.
19761
19762 2004-02-16 Eli Zaretskii <eliz@gnu.org>
19763
19764 * progmodes/grep.el (grep-compute-defaults): Undo change from
19765 2004-01-29: don't use executable-command-find-posix-p.
19766
19767 2004-02-16 Richard Sharman <rsharman@pobox.com>
19768
19769 * hilit-chg.el: Use require instead of eval-and-compile.
19770 (highlight-compare-buffers): New function.
19771
19772 2004-02-16 John Basrai <jbasrai@comcast.net> (tiny change)
19773
19774 * man.el (Man-fontify-manpage): Render section headings in
19775 `Man-overstrike-face' even when overstrike was not used by man
19776 formatter for section headings.
19777
19778 2004-02-16 Eli Tziperman <eli@deas.harvard.edu>
19779
19780 * rmail-spam-filter.el (vm-use-spam-filter)
19781 (rsf-min-region-length-added-to-spam-list): New variables.
19782 (rsf-bbdb-auto-delete-spam-bbdb-entries): Rename from
19783 rmail-bbdb-auto-delete-spam-entries. Add cc: to recipients for
19784 spam testing. Don't delete spam message if automatic deletion
19785 after output via variable rmail-delete-after-output is turned on.
19786 (rsf-bbdb-dont-create-entries-for-deleted-messages): Rename from
19787 rsf-bbdb-dont-create-entries-for-spam.
19788 (check-field): New function, extracted from code in
19789 rmail-spam-filter to ease addition of header fields like content-type.
19790 (message-content-type): New variable to check the content-type:
19791 field added, also in defcustom of rsf-definitions-alist.
19792 (rmail-spam-filter): Replace repeated test code for header fields
19793 by calls to check-field; change the call to
19794 rmail-output-to-rmail-file such that rmail-current-message stays
19795 the same to avoid wrong deletion of unseen flags.
19796 (rsf-add-contents-type): New function to convert old format
19797 of rmail-spam-definitions-alist into new one.
19798 Change prefixes of all variables and functions from
19799 rmail-spam-filter- or spam-filter- or rmail-spam- to rsf-.
19800
19801 2004-02-16 Eli Zaretskii <eliz@gnu.org>
19802
19803 * loadhist.el (unload-hook-features-list): New defvar.
19804
19805 2004-02-16 Dave Love <fx@gnu.org>
19806
19807 * loadhist.el (unload-feature): Doc fix. Rename flist to
19808 unload-hook-features-list.
19809
19810 2004-02-16 Jay Belanger <belanger@truman.edu> (tiny change)
19811
19812 * calc/calc-embed.el (calc-do-embedded-activate): Add autoload
19813 cookie. Don't check if we are looking-at open-formula.
19814
19815 2004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change)
19816
19817 * subr.el (match-string-no-properties): Use substring-no-properties.
19818
19819 2004-02-16 Eli Zaretskii <eliz@gnu.org>
19820
19821 * emacs-lisp/rx.el (rx-check, rx-check-any, rx-check-not)
19822 (rx-repeat, rx-check-backref, rx-syntax, rx-to-string):
19823 Use lower-case "rx" in all error message.
19824
19825 2004-02-16 Dave Love <fx@gnu.org>
19826
19827 * emacs-lisp/rx.el (rx-or): Put group around result.
19828 (rx-constituents): Add backref.
19829 (rx-syntax): Add string-delimiter, comment-delimiter.
19830 (rx-categories): Add combining-diacritic.
19831 (rx-check-not, rx-greedy, rx): Doc fix.
19832 (rx-backref, rx-check-backref): New.
19833
19834 2004-02-16 Jesper Harder <harder@ifa.au.dk>
19835
19836 * newcomment.el (uncomment-region): Allow eob as comment end.
19837
19838 2004-02-16 Jari Aalto <jari.aalto@poboxes.com>
19839
19840 * filecache.el: All message and error commands now use prefix
19841 "Filecache:" to make it easy to read *Messages* buffer.
19842
19843 2004-02-16 Jari Aalto <jari.aalto@poboxes.com>
19844
19845 * autorevert.el: Add support to detect changed dired and VC buffers.
19846 (auto-revert-active-p, auto-revert-list-diff)
19847 (auto-revert-dired-file-list, auto-revert-dired-changed-p)
19848 (auto-revert-handler, auto-revert-active-p): New functions.
19849 (auto-revert-buffers): Move revert logic to `auto-revert-handler'
19850 and `auto-revert-active-p'.
19851 (eval-when-compile): Defvar dired-directory and vc-mode.
19852 (auto-revert-vc-cvs-file-version, auto-revert-vc-buffer-p)
19853 (auto-revert-handler-vc): New functions.
19854
19855 2004-02-16 Alfred M. Szmidt <ams@kemisten.nu> (tiny change)
19856
19857 * progmodes/compile.el (compilation-directory): New defvar.
19858 (compile): Save current directory in compilation-directory.
19859 (recompile): Bind default-directory to compilation-directory if
19860 that is non-nil.
19861
19862 2004-02-16 Dave Love <fx@gnu.org>
19863
19864 * newcomment.el (comment-insert-comment-function)
19865 (comment-region-function, uncomment-region-function): New.
19866 (comment-indent): Use comment-insert-comment-function.
19867 (uncomment-region): Use uncomment-region-function.
19868 (comment-region): Use comment-region-function.
19869
19870 * emacs-lisp/rx.el (rx-not): Bind case-fold-search to nil.
19871
19872 2004-02-16 Richard Stallman <rms@gnu.org>
19873
19874 * Makefile.in (TAGS, TAGS-LISP): Filter out of `els' only
19875 loaddefs* and ldefs-boot*.
19876
19877 2004-02-16 Eli Zaretskii <eliz@gnu.org>
19878
19879 * mail/mail-utils.el (rmail-dont-reply-to): Anchor user login name
19880 and email address at the beginning and end of the address.
19881
19882 * mail/rmail.el (rmail-default-dont-reply-to-names): Make "info-"
19883 anchored at the beginning of the email address.
19884
19885 2004-02-16 TAKAI Kousuke <tak@kmc.gr.jp> (tiny change)
19886
19887 * international/ccl.el (ccl-compile-write): Pass `left' to
19888 ccl-embed-code to generate correct code of write-expr-register.
19889
19890 2004-02-15 Dan Nicolaescu <dann@ics.uci.edu> (tiny change)
19891
19892 * progmodes/grep.el (grep-compute-defaults): Fix typos.
19893
19894 2004-02-15 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
19895
19896 * x-dnd.el: Mention support for Motif in commentary.
19897 (x-dnd-handle-drag-n-drop-event): Ditto.
19898
19899 2004-02-14 Jonathan Yavner <jyavner@member.fsf.org>
19900
19901 * ses.el: Use "ses--" prefixes for buffer-local variables.
19902 Use (point-min) instead of 1, even when we know the buffer
19903 is unnarrowed.
19904 (ses-build-load-map): Delete. Distribute its content to defconsts for
19905 the three maps.
19906 (ses-menu, ses-header-line-menu): New menus.
19907 (ses-mode-map): Use them.
19908 (ses-read-number) New fun. Duplicates code from interactive "N" spec.
19909
19910 2004-02-14 Martin Stjernholm <bug-cc-mode@gnu.org>
19911
19912 * Makefile.in: Fix the CC Mode recompile kludge so it works
19913 when building in a different directory.
19914
19915 2004-02-13 Luc Teirlinck <teirllm@auburn.edu>
19916
19917 * simple.el (kill-new): Put yank-handler property on the entire string.
19918
19919 2004-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
19920
19921 * diff.el: Don't use compile any more, use diff-mode instead.
19922 (diff-regexp-alist, diff-old-file, diff-new-file)
19923 (diff-parse-differences, diff-process-setup): Remove.
19924 (diff-sentinel): New fun.
19925 (diff): Use it. Run the process ourselves.
19926 Use diff-mode for the rest of the processing.
19927
19928 * diff.el (diff): Simplify code handling `switch'.
19929
19930 2004-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
19931
19932 * pcvs-defs.el (cvs-menu): Add `tag'.
19933
19934 2004-02-11 Luc Teirlinck <teirllm@auburn.edu>
19935
19936 * simple.el (kill-append): Doc fix.
19937
19938 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
19939 Adapt outline-regexp to the new conventions for commenting out code.
19940
19941 2004-02-11 John Paul Wallington <jpw@gnu.org>
19942
19943 * mail/smtpmail.el (smtpmail-try-auth-methods): Fix typo.
19944
19945 2004-02-10 Stefan Monnier <monnier@iro.umontreal.ca>
19946
19947 * diff.el (diff-switches): New fun.
19948 (diff, diff-backup): Use it.
19949 (diff): Clean up the args construction. Use backquote.
19950 Use listp instead of consp to avoid putting a nil arg.
19951 (diff): Add a revert-buffer function.
19952
19953 2004-02-10 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
19954
19955 * x-dnd.el (x-dnd-types-alist): Add COMPOUND_TEXT, FILE_NAME
19956 handled by x-dnd-handle-file-name.
19957 (x-dnd-known-types): Add COMPOUND_TEXT.
19958 (x-dnd-init-frame): Call x-dnd-init-motif-for-frame.
19959 (x-dnd-get-state-cons-for-frame): Must do copy-sequence on
19960 x-dnd-empty-state.
19961 (x-dnd-forget-drop): Ditto.
19962 (x-dnd-save-state): Add optional parameter extra-data (for Motif).
19963 (x-dnd-handle-one-url): Return private when inserting text.
19964 (x-dnd-insert-ctext): New function.
19965 (x-dnd-handle-file-name): New function for FILE_NAME.
19966 (x-dnd-handle-drag-n-drop-event): Add Motif, remove call to error.
19967 (x-dnd-init-motif-for-frame, x-dnd-get-motif-value)
19968 (x-dnd-motif-value-to-list, x-dnd-handle-motif): New functions.
19969
19970 2004-02-10 Kenichi Handa <handa@m17n.org>
19971
19972 * term/x-win.el (x-select-utf8-or-ctext): Use compare-strings
19973 instead of while loop.
19974
19975 2004-02-10 Miles Bader <miles@gnu.org>
19976
19977 * emacs-lisp/macroexp.el: New file, implements `macroexpand-all'.
19978
19979 2004-02-09 Kenichi Handa <handa@m17n.org>
19980
19981 * tar-mode.el (tar-extract): Fix for the case that a file doesn't
19982 have end-of-line.
19983
19984 2004-02-09 Martin Stjernholm <bug-cc-mode@gnu.org>
19985
19986 * Makefile.in: Added extra dependencies in the recompile target
19987 needed to cope with the compile time macro expansions in CC Mode.
19988
19989 2004-02-09 Kim F. Storm <storm@cua.dk>
19990
19991 * fringe.el (no-fringe-bitmap, undef-fringe-bitmap)
19992 (left-truncation-fringe-bitmap, right-truncation-fringe-bitmap)
19993 (up-arrow-fringe-bitmap, down-arrow-fringe-bitmap)
19994 (continued-line-fringe-bitmap, continuation-line-fringe-bitmap)
19995 (overlay-arrow-fringe-bitmap, top-left-angle-fringe-bitmap)
19996 (top-right-angle-fringe-bitmap, bottom-left-angle-fringe-bitmap)
19997 (bottom-right-angle-fringe-bitmap, left-bracket-fringe-bitmap)
19998 (right-bracket-fringe-bitmap, filled-box-cursor-fringe-bitmap)
19999 (hollow-box-cursor-fringe-bitmap, hollow-square-fringe-bitmap)
20000 (bar-cursor-fringe-bitmap, hbar-cursor-fringe-bitmap)
20001 (empty-line-fringe-bitmap): Define standard fringe bitmaps id's.
20002
20003 2004-02-08 Stefan Monnier <monnier@iro.umontreal.ca>
20004
20005 * window.el (window-safely-shrinkable-p): Don't change the buffer-list.
20006 Don't allow shrink if there's a window on our right.
20007
20008 * progmodes/prolog.el (prolog-program-name): Use gprolog if available.
20009 (prolog-mode-syntax-table, prolog-mode-abbrev-table, prolog-mode-map):
20010 Bring together declaration and initialization.
20011 (prolog-mode-variables): Don't set the syntax table.
20012 Don't set paragraph-start and comment-indent-function.
20013 Add /*..*/ to the comment regexps.
20014 (prolog-mode-commands): Remove. Do it during init of prolog-mode-map.
20015 (prolog-mode-map): Don't bind TAB.
20016 (prolog-mode): Set the syntax table.
20017 (prolog-comment-indent): Remove.
20018 (inferior-prolog-mode-map): Initialize in the declaration.
20019 (inferior-prolog-mode-syntax-table)
20020 (inferior-prolog-mode-abbrev-table): New vars.
20021 (inferior-prolog-mode): Derive from comint-mode.
20022 (run-prolog): Avoid switch-to-buffer which can fail in dedicated and
20023 minibuffer windows.
20024
20025 * progmodes/grep.el (grep-regexp-alist): Allow :, \t and (
20026 in file names, as long as it is unambiguous.
20027
20028 2004-02-08 Andreas Schwab <schwab@suse.de>
20029
20030 * textmodes/reftex-toc.el
20031 (reftex-toc-load-all-files-for-promotion): Remove useless use of
20032 format. Doc fix.
20033
20034 * textmodes/refer.el (refer-find-entry-internal): Remove extra
20035 format string arguments.
20036
20037 * tar-mode.el (tar-parse-octal-integer-safe): Add missing format
20038 string argument.
20039
20040 * progmodes/xscheme.el (verify-xscheme-buffer): Fix format strings.
20041
20042 * play/zone.el (zone-call): Fix format string.
20043
20044 * net/webjump.el (webjump-builtin): Add missing format string argument.
20045
20046 * midnight.el (midnight-delay-set): Remove extra format string argument.
20047
20048 * mail/rmail.el (rmail-get-new-mail): Remove useless use of format.
20049
20050 * hexl.el (hexl-insert-char): Add missing format string argument.
20051
20052 * format.el (format-decode): Fix format string.
20053
20054 * emulation/vi.el (vi-mode): Remove extra format string argument.
20055 (vi-repeat-last-search): Likewise.
20056 (vi-reverse-last-search): Likewise.
20057 (vi-goto-mark): Likewise.
20058 (vi-reverse-last-find-char): Likewise.
20059 (vi-repeat-last-find-char): Likewise.
20060 (vi-locate-def): Likewise.
20061
20062 * emacs-lisp/lisp-mnt.el (lm-verify): Remove useless use of format.
20063
20064 * ediff-util.el (ediff-toggle-read-only): Remove extra format
20065 string argument.
20066 (ediff-toggle-regexp-match): Likewise.
20067
20068 * dired-aux.el (dired-do-query-replace-regexp): Add missing
20069 format string argument.
20070
20071 * calc/calc-map.el (calc-get-operator): Remove extra format
20072 string argument.
20073
20074 * calc/calc-forms.el (calc-convert-time-zones): Fix format string.
20075
20076 * calc/calc-ext.el (calc-do-prefix-help): Remove extra format
20077 string argument.
20078
20079 * eshell/esh-mode.el (eshell-send-invisible): Fix format string.
20080
20081 * eshell/em-hist.el (eshell-hist-word-reference): Fix format string.
20082
20083 * emulation/viper-ex.el (ex-mark): Remove extra format string argument.
20084
20085 * emacs-lisp/cl-macs.el (defstruct): Remove extra format string arg.
20086 (cl-struct-setf-expander): Likewise.
20087
20088 * vc.el (with-vc-file): Fix unsafe uses of error.
20089 (vc-cancel-version): Likewise.
20090
20091 2004-02-08 Jan Nieuwenhuizen <jan.nieuwenhuizen@aspiratie.nl> (tiny change)
20092
20093 * progmodes/gud.el (gud-jdb-marker-filter): Add period as optional
20094 thousands separator; fixes <class>:<line-number> regexp for
20095 non-english locales.
20096
20097 2004-02-08 Andreas Schwab <schwab@suse.de>
20098
20099 * view.el (view-mode-enable): Revert previous change.
20100
20101 2004-02-07 Kim F. Storm <storm@cua.dk>
20102
20103 * simple.el (line-number-at-pos): Rename from line-at-pos.
20104 Uses changed (what-line and vc-annotate-warp-version).
20105
20106 2004-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
20107
20108 * diff-mode.el (diff-file-regexp-alist, diff-error-regexp-alist)
20109 (diff-mode): Remove aborted attempt at support for compile.el.
20110 (diff-mode, diff-minor-mode): Avoid obsolete write-contents-hooks.
20111
20112 2004-02-06 Andreas Schwab <schwab@suse.de>
20113
20114 * view.el (view-mode-enable): Add view-mode-map to
20115 minor-mode-overriding-map-alist.
20116
20117 2004-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
20118
20119 * x-dnd.el (x-dnd-get-local-file-name): Fix byte compiler warning
20120
20121 2004-02-04 Stefan Monnier <monnier@iro.umontreal.ca>
20122
20123 * progmodes/cperl-mode.el (cperl-fill-paragraph): Call fill-paragraph
20124 with point inside rather than after the paragraph.
20125
20126 2004-02-04 Sam Steingold <sds@gnu.org>
20127
20128 * mail/smtpmail.el (smtpmail-try-auth-methods):
20129 Do not try authentication when no mechanism is available.
20130 Pass port-name as defaultport to `netrc-machine'.
20131
20132 2004-02-04 Stephen Eglen <stephen@gnu.org>
20133
20134 * iswitchb.el (iswitchb-minibuffer-setup-hook): Update doc string
20135 to show how minibuffer height can be constrained.
20136
20137 2004-02-04 John Paul Wallington <jpw@gnu.org>
20138
20139 * files.el (auto-mode-alist): Fix .scm, .stk, .ss, .sch entry.
20140
20141 2004-02-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
20142
20143 * x-dnd.el: New file for drag and drop.
20144
20145 * term/x-win.el: require x-dnd, set after-make-frame-functions
20146 to x-dnd-init-frame, let x-dnd-handle-drag-n-drop-event handle
20147 drag-n-drop event.
20148
20149 * dired.el (dired-dnd-test-function, dired-dnd-popup-notice)
20150 (dired-dnd-do-ask-action, dired-dnd-handle-local-file)
20151 (dired-dnd-handle-file): New functions for drag and drop support.
20152 (dired-mode): Initialize drag and drop if x-dnd present.
20153
20154 2004-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
20155
20156 * progmodes/cperl-mode.el (cperl-mode-map, cperl-do-auto-fill)
20157 (cperl-menu): Use fill-paragraph, not cperl-fill-paragraph.
20158 (cperl-mode): Set fill-paragraph-function.
20159 (cperl-fill-paragraph): Make it non-interactive.
20160
20161 2004-02-02 Benjamin Rutt <brutt@bloomington.in.us>
20162
20163 * diff-mode.el (diff-mode-shared-map): Bind q to `quit-window'.
20164
20165 2004-02-02 David Kastrup <dak@gnu.org>
20166
20167 * replace.el (perform-replace): Allow 'literal argument in
20168 regexp-flag to indicate literal replacement.
20169 (query-replace-regexp-eval): Use it.
20170
20171 2004-02-01 Andreas Schwab <schwab@suse.de>
20172
20173 * progmodes/executable.el (executable-command-find-posix-p): Doc fix.
20174
20175 2004-02-01 Stephen Eglen <stephen@gnu.org>
20176
20177 * info-look.el: Add support for maxima-mode. Update commentary
20178 because info-lookup-symbol is now bound to C-h S.
20179
20180 2004-01-31 Luc Teirlinck <teirllm@auburn.edu>
20181
20182 * simple.el (edit-and-eval-command): Bind print-level and
20183 minibuffer-history-sexp-flag around call to read-from-minibuffer.
20184 Correct initial position in command-history.
20185
20186 2004-01-30 Luc Teirlinck <teirllm@auburn.edu>
20187
20188 * files.el (read-directory-name): Adapt the docstring to recent
20189 change in Fread_file_name.
20190
20191 2004-01-30 Jonathan Yavner <jyavner@member.fsf.org>
20192
20193 * ses.el (ses-print-cell): If print format too wide for column
20194 width, truncate decimal places if that helps to avoid "#####" fill.
20195 * ses.el (ses-initial-column-width): Revert previous change.
20196
20197 2004-01-29 Stefan Monnier <monnier@iro.umontreal.ca>
20198
20199 * jit-lock.el (jit-lock-context-time, jit-lock-context-timer): New var.
20200 (with-buffer-unmodified, with-buffer-prepared-for-jit-lock):
20201 Add edebug info.
20202 (jit-lock-mode): Setup/cancel the new timer.
20203 (jit-lock-context-fontify): New fun. Extracted from
20204 context fontification code of jit-lock-stealth-fontify.
20205 (jit-lock-stealth-fontify): Don't do context fontification any more.
20206
20207 * jit-lock.el (jit-lock-stealth-fontify): Allow quit.
20208 (jit-lock-fontify-now): Handle the `quit' case.
20209 (jit-lock-contextually): Rename from jit-lock-defer-contextually.
20210
20211 2004-01-29 Jari Aalto <jari.aalto@poboxes.com>
20212
20213 * progmodes/executable.el (executable-command-find-posix-p):
20214 New. Check if find handles arguments Posix-style.
20215
20216 * progmodes/grep.el (grep-compute-defaults):
20217 Use executable-command-find-posix-p.
20218 (grep-find): Check `grep-find-command'.
20219
20220 * filecache.el (file-cache-find-posix-p): Delete.
20221 (file-cache-add-directory-using-find):
20222 Use `executable-command-find-posix-p'.
20223
20224 2004-01-29 Dave Love <fx@gnu.org>
20225
20226 * emacs-lisp/lisp.el (beginning-of-defun-raw, end-of-defun):
20227 Iterate the hook function if arg is given.
20228 (mark-defun, narrow-to-defun): Change order of finding the limits.
20229
20230 * emacs-lisp/bytecomp.el (byte-compile-compatibility): Doc fix.
20231 (byte-compile-format-warn): New.
20232 (byte-compile-callargs-warn): Use it.
20233 (Format, message, error): Add byte-compile-format-like property.
20234 (byte-compile-maybe-guarded): New.
20235 (byte-compile-if, byte-compile-cond): Use it.
20236 (byte-compile-lambda): Compile interactive forms,
20237 just to make warnings about them.
20238
20239 2004-01-29 Jonathan Yavner <jyavner@member.fsf.org>
20240
20241 * ses.el (ses-initial-column-width): Increase to 14, so it will
20242 work well with the default printer of "%.7g" for extreme values
20243 like "-1.234567e+07".
20244
20245 2004-01-29 Kenichi Handa <handa@m17n.org>
20246
20247 * term/x-win.el (x-selection-value): Optimize for ASCII only case.
20248
20249 2004-01-28 Peter 'Luna' Runestig <peter@runestig.com>
20250
20251 * dos-w32.el: Added support for the `default-printer-name' function.
20252
20253 2004-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
20254
20255 * server.el (server-socket-name): Don't use the hostname in the
20256 socket name since /tmp is local to the host anyway.
20257
20258 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Use a more
20259 robust check of widening and fix var-naming.
20260
20261 2004-01-27 Eli Tziperman <eli@deas.harvard.edu>
20262
20263 * rmail-spam-filter.el: Change rmail-spam-filter- or spam-filter-
20264 or rmail-spam- to rsf- in all function and variable names.
20265 (rsf-min-region-to-spam-list): New variable.
20266 (rsf-bbdb-auto-delete-spam-entries): Rename from
20267 rmail-bbdb-auto-delete-spam-bbdb-entries. The cc: field is
20268 scanned together with the recipients field for spam testing; Don't
20269 delete spam message if rmail-delete-after-output is non-nil;
20270 (rsf-check-field): New function, extracted from code in
20271 rmail-spam-filter to ease addition of header fields like
20272 content-type:;
20273 (message-content-type): New variable. The content-type: field was
20274 added also in defcustom of rsf-definitions-alist;
20275 (rmail-spam-filter): Replace repeated test code for header fields
20276 by calls to check-field; change the call to
20277 rmail-output-to-rmail-file such that rmail-current-message stays
20278 the same to avoid wrong deletion of unseen flags.
20279 (rmail-use-spam-filter): Add autoload cookie.
20280
20281 2004-01-27 Jari Aalto <jari.aalto@poboxes.com>
20282
20283 * filecache.el (file-cache-find-posix-p): New function. Detect Cygwin.
20284 (file-cache-add-directory-using-find): Add Cygwin support.
20285 (file-cache-find-command-posix-flag): New user variable.
20286
20287 * filecache.el (file-cache-add-directory): Check for
20288 directories an remove them from dir-files.
20289
20290 2004-01-27 Richard M. Stallman <rms@gnu.org>
20291
20292 * man.el (Man-fontify-manpage): Clean up message.
20293
20294 2004-01-27 Kenichi Handa <handa@m17n.org>
20295
20296 * textmodes/paragraphs.el (sentence-end-without-space): New variable.
20297 (sentence-end): Define using sentence-end-without-space.
20298
20299 * textmodes/fill.el (fill-delete-newlines): Don't add a space if
20300 a sentence ends with one of a character in sentence-end-without-space.
20301
20302 2004-01-26 Stefan Monnier <monnier@iro.umontreal.ca>
20303
20304 * font-lock.el (font-lock): Add jit-lock as explicit group member.
20305 (jit-lock): Group declaration moved to jit-lock.el.
20306 (toplevel): Don't explicitly require jit-lock, since it's autoloaded
20307 when necessary.
20308
20309 * jit-lock.el (jit-lock): Move group declaration from font-lock.el.
20310 (jit-lock-context-unfontify-pos): Rename from
20311 jit-lock-first-unfontify-pos.
20312 (jit-lock-defer-buffers): Rename from jit-lock-buffers.
20313
20314 2004-01-25 Glenn Morris <gmorris@ast.cam.ac.uk>
20315
20316 * progmodes/fortran.el (fortran-break-before-delimiters): Doc fix.
20317 (fortran-break-delimiters-re, fortran-no-break-re): New consts.
20318 (fortran-fill): When filling a string, adjust re-search-backward
20319 argument for special case of string just on fill-column.
20320 When filling non-string, allow one extra char if
20321 fortran-break-before-delimiters is non-nil.
20322 Suggested by Michael Hagemann <michael.hagemann@unibas.ch>.
20323 Use fortran-break-delimiters-re and fortran-no-break-re to
20324 correctly handle cases such as "**".
20325
20326 * progmodes/f90.el (f90-break-delimiters): Doc fix.
20327 (f90-no-break-re): Add some extra tokens. Doc fix.
20328
20329 2004-01-24 Thien-Thi Nguyen <ttn@gnu.org>
20330
20331 * mail/rmail-spam-filter.el:
20332 Use two semicolons as Commentary line prefix.
20333 Add ";;; Code:" stylized comment.
20334 Delete end-of-line whitespace.
20335 Wrap (require 'cl) with `eval-when-compile'.
20336
20337 2004-01-23 Benjamin Rutt <brutt@bloomington.in.us>
20338
20339 * vc.el (vc-annotate): Fix improper use of `make-local-variable'
20340 at the top level of vc.el.
20341
20342 2004-01-23 Andre Spiegel <spiegel@gnu.org>
20343
20344 * vc.el (vc-current-line): Function removed. This is now done by
20345 the new function line-at-pos in simple.el.
20346 (vc-annotate-warp-version): Use line-at-pos instead of
20347 vc-current-line.
20348
20349 2004-01-22 Kim F. Storm <storm@cua.dk>
20350
20351 * simple.el (line-at-pos): New defun.
20352 (what-line): Use it. Optimize by only counting lines in narrowed
20353 region once.
20354
20355 2004-01-22 Kenichi Handa <handa@m17n.org>
20356
20357 * language/cyrillic.el (ccl-encode-windows-1251-font): Rearrange code
20358 point (register r1) only for charset mule-unicode-0100-24ff.
20359
20360 2004-01-21 Markus Rost <rost@mathematik.uni-bielefeld.de>
20361
20362 * mail/rmail.el (rmail-convert-to-babyl-format): Avoid deleting
20363 trailing white space and ensure a final newline.
20364
20365 * mail/rmail-spam-filter.el (rmail-use-spam-filter):
20366 Add autoload cookie.
20367
20368 2004-01-21 Benjamin Rutt <brutt@bloomington.in.us>
20369
20370 * vc.el (vc-annotate-mode): Inherit from fundamental-mode and
20371 activate view-mode explicitly.
20372
20373 2004-01-21 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
20374
20375 * term/x-win.el (x-clipboard-yank, menu-bar-edit-menu): Call
20376 menu-bar-enable-clipboard and make Paste use clipboard first.
20377
20378 2004-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
20379
20380 * vc-mcvs.el (vc-mcvs-mode-line-string): Remove. Does not work.
20381 (vc-mcvs-workfile-version): Manually macro expand vc-mcvs-cvs.
20382 (vc-mcvs-cvs): Remove.
20383 (vc-mcvs-command): Remove use of assert.
20384
20385 * outline.el (outline-insert-heading): Tighten up match.
20386 (outline-demote, outline-move-subtree-down): Don't assume anything
20387 about outline-regexp.
20388
20389 * textmodes/texinfo.el (texinfo-mode): Remove ^ from outline-regexp.
20390 (texinfo-show-structure): Explicitly add ^, and simplify.
20391
20392 2004-01-20 Glenn Morris <gmorris@ast.cam.ac.uk>
20393
20394 * calendar/appt.el (appt-check): Restore usage of
20395 appt-issue-message deleted in previous change.
20396 (top-level): Activate package when loaded (needed for backwards
20397 compatibility).
20398
20399 2004-01-20 Jesper Harder <harder@ifa.au.dk>
20400
20401 * mail/smtpmail.el (smtpmail-via-smtp): No need to add two bytes
20402 following previous change to smtpmail-send-data.
20403
20404 2004-01-20 Benjamin Rutt <brutt@bloomington.in.us>
20405
20406 * vc.el (vc-default-previous-version): Doc enhancement.
20407 (vc-default-next-version): New function.
20408 (vc-print-log): New arg FOCUS-REV.
20409 (vc-annotate-mode): Derive from view-mode.
20410 (vc-annotate): New args REVISION, DISPLAY-MODE.
20411 (vc-annotate-workfile-version, vc-annotate-extract-revision-at-line)
20412 (vc-annotate-revision-at-line, vc-annotate-revision-previous-to-line)
20413 (vc-annotate-show-log-revision-at-line, vc-annotate-warp-version)
20414 (vc-annotate-show-diff-revision-at-line, vc-current-line)
20415 (vc-annotate-prev-version, vc-annotate-next-version): New functions.
20416
20417 * vc-cvs.el (vc-cvs-annotate-extract-revision-at-line): New function.
20418
20419 2004-01-19 Karl Berry <karl@gnu.org>
20420
20421 * textmodes/texinfo.el: Use "Texinfo" consistently, no "TeXinfo"
20422 or "TexInfo".
20423
20424 2004-01-19 Luc Teirlinck <teirllm@auburn.edu>
20425
20426 * subr.el (delete-dups): New function.
20427
20428 2004-01-19 Karl Berry <karl@gnu.org>
20429
20430 * textmodes/texinfo.el (texinfo-mode): Define outline-regexp to start
20431 with ^, since that's what texinfo-show-structure
20432 documentation says (plus it works much better in texinfo.txi).
20433
20434 2004-01-18 Jesper Harder <harder@ifa.au.dk>
20435
20436 * mail/smtpmail.el (smtpmail-send-data): Don't append spurious newline.
20437
20438 2004-01-18 David Ponce <david@dponce.com> (tiny change)
20439
20440 * progmodes/which-func.el (which-function-mode): Don't cancel
20441 which-func-update-timer if not set.
20442
20443 2004-01-17 Thien-Thi Nguyen <ttn@gnu.org>
20444
20445 * calendar/diary-lib.el (diary-entry-time): Fix typo/bug:
20446 Remove spurious left square bracket in XX:XXam regexp.
20447
20448 2004-01-16 Luc Teirlinck <teirllm@auburn.edu>
20449
20450 * progmodes/cc-defs.el: Do not require cl at run time.
20451
20452 2004-01-16 Richard M. Stallman <rms@gnu.org>
20453
20454 * emacs-lisp/cl.el (cl-cannot-unload): New function.
20455 (cl-unload-hook): Defvar this to run cl-cannot-unload.
20456
20457 * mail/rmail.el (rmail-get-new-mail): New local rsf-number-of-spam.
20458 Call rmail-spam-filter. Delete and expunge spam.
20459 Print number of spam messages deleted.
20460 Save and restore the deletion status of old messages when reading
20461 new mail with spam filter, so that expunging spam does not expunge
20462 msgs deleted by the user.
20463 (rmail-only-expunge): Add an optional argument dont-show to
20464 prevent showing message after expunge.
20465
20466 2004-01-15 Luc Teirlinck <teirllm@auburn.edu>
20467
20468 * emacs-lisp/cl.el (declare): Add `fmakunbound' for `declare'.
20469 * subr.el (declare): New macro.
20470
20471 2004-01-15 Thien-Thi Nguyen <ttn@gnu.org>
20472
20473 * progmodes/scheme.el (scheme-font-lock-keywords-2): Add "force".
20474
20475 2004-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
20476
20477 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
20478 Test window-system rather than system-type (for X11/Mac).
20479
20480 2004-01-12 Luc Teirlinck <teirllm@auburn.edu>
20481
20482 * emacs-lisp/bytecomp.el (compile-defun): Doc fix.
20483
20484 2004-01-12 Richard M. Stallman <rms@gnu.org>
20485
20486 * mail/rmail.el (rmail-convert-to-babyl-format):
20487 Use mail-unquote-printable-region.
20488 (rmail-hex-string-to-integer, rmail-decode-quoted-printable):
20489 (rmail-hex-char-to-integer): Functions deleted.
20490
20491 * mail/mail-utils.el (mail-unquote-printable-hexdigit): Upcase CHAR.
20492 (mail-unquote-printable-region): New arg NOERROR.
20493 For invalid encoding, either signal an error to just return nil.
20494
20495 2004-01-11 Glenn Morris <gmorris@ast.cam.ac.uk>
20496
20497 * calendar/appt.el: Update copyright and commentary.
20498 (appt-issue-message): Make obsolete.
20499 (appt-visible, appt-msg-window): Make obsolete, in favor of
20500 appt-display-format.
20501 (appt-display-mode-line, appt-display-duration)
20502 (appt-display-diary, appt-time-msg-list, appt-mode-string)
20503 (appt-prev-comp-time, appt-display-count, appt-timer)
20504 (appt-convert-time): Doc change.
20505 (appt-disp-window-function, appt-delete-window-function):
20506 Use defcustom rather than defvar.
20507 (appt-display-format): New variable.
20508 (appt-display-message): New function with display code from appt-check.
20509 (appt-check): Add optional FORCE argument. Doc change.
20510 Add appt-make-list to diary-hook if displaying diary.
20511 Remove checking of view-diary-entries-initially.
20512 Message display section removed to new function appt-display-message.
20513 (appt-display-window): Doc change. Remove unused internal var
20514 this-buffer. Do not beep, since appt-display-message does that.
20515 (appt-make-list): Doc change. Use caar.
20516 (appt-sort-list): Simplify by using builtin sort function.
20517 (appt-update-list): New function for updating appts when diary is
20518 saved.
20519 (appt-activate): New autoloaded function to toggle package
20520 functionality.
20521
20522 * calendar/cal-x.el: (calendar-one-frame-setup)
20523 (calendar-only-one-frame-setup, calendar-two-frame-setup): Doc change.
20524
20525 * calendar/calendar.el: Update copyright.
20526 (view-diary-entries-initially, european-calendar-style): Doc change.
20527 (calendar-setup): Make defcustom rather than defvar.
20528 (mark-visible-calendar-date): Initialize temp-face and faceinfo
20529 in let binding so local to function.
20530
20531 * calendar/diary-lib.el: Update copyright.
20532 (diary, diary-entry-time): Doc change.
20533 (list-diary-entries): Doc change. Trivial logic change.
20534 (fancy-diary-display): Restore make-face command mistakenly
20535 deleted 2003-05-08.
20536 (show-all-diary-entries): Allow to pop-up frame if needed.
20537
20538 2004-01-09 John Paul Wallington <jpw@gnu.org>
20539
20540 * bindings.el (mode-line-change-eol): Add EVENT parameter.
20541 Temporarily select EVENT's window for changing eol type.
20542
20543 2004-01-09 Deepak Goel <deego@gnufans.org>
20544
20545 * calendar/diary-lib.el (diary-entry-time):
20546 Also accept time in the form XX[.XX][am/pm/AM/PM].
20547 (fancy-diary-font-lock-keywords): Likewise.
20548 (diary-font-lock-keywords): Likewise.
20549 * calendar/appt.el (appt-add): Likewise.
20550 (appt-make-list): Likewise.
20551 (appt-convert-time): Likewise.
20552
20553 2004-01-08 Nick Roberts <nick@nick.uklinux.net>
20554
20555 * gdb-ui.el (gdb-ann3): Revert previous change.
20556 (gdb-source-info): Allow for case of where compilation directory
20557 is not recorded.
20558
20559 2004-01-08 John Paul Wallington <jpw@gnu.org>
20560
20561 * emerge.el (emerge-restore-buffer-characteristics): Doc fix.
20562
20563 2004-01-07 Nick Roberts <nick@nick.uklinux.net>
20564
20565 * progmodes/gud.el (gdb-first-prompt): Rename from gdb-first-pre-prompt
20566
20567 * gdb-ui.el (gdba): Avoid duplication, use gdb-ann3.
20568 (gdb-ann3): Use GDB command "set width 0" to prevent word wrapping
20569 problems.
20570 (gdb-prompt): Set (renamed) gdb-first-prompt to nil in gdb-ann3.
20571
20572 2004-01-07 Luc Teirlinck <teirllm@auburn.edu>
20573
20574 * files.el (write-file-functions, write-contents-functions):
20575 Clarify docstrings.
20576
20577 2004-01-07 Kenichi Handa <handa@m17n.org>
20578
20579 * international/mule.el (set-auto-coding): Fix for the case that
20580 end-of-line is only CR.
20581
20582 2004-01-07 Kim F. Storm <storm@cua.dk>
20583
20584 * subr.el (event-start, event-end): Doc fix.
20585 (posn-string, posn-image): New defuns.
20586 (posn-object): Return either image or string object.
20587 (posn-object-x-y): Return 8th element of position.
20588 (posn-object-width-height): New defun.
20589
20590 2004-01-06 Andreas Schwab <schwab@suse.de>
20591
20592 * gdb-ui.el (gdb-frame-handler): Handle word wrapping anywhere in
20593 output.
20594
20595 2004-01-05 Karl Berry <karl@gnu.org>
20596
20597 * emacs-lisp/copyright.el (copyright-regexp): Might as well allow
20598 / and *, too.
20599
20600 2003-12-31 Simon Josefsson <jas@extundo.com>
20601
20602 * files.el (before-save-hook): Add.
20603 (basic-save-buffer): Use before-save-hook.
20604
20605 * emacs-lisp/copyright.el: Fix comment to recommend
20606 before-save-hook instead of write-file-functions.
20607
20608 2004-01-05 Richard M. Stallman <rms@gnu.org>
20609
20610 * finder.el (finder-commentary): Call delete-other-windows.
20611
20612 * net/ange-ftp.el (ange-ftp-file-attributes):
20613 Pass 2 args to ange-ftp-real-file-attributes only if ID-FORMAT non-nil.
20614
20615 2004-01-04 Karl Berry <karl@gnu.org>
20616
20617 * emacs-lisp/copyright.el (copyright-regexp): Allow the common
20618 comment characters % and # in the copyright year notice,
20619 as well as ;.
20620
20621 2004-01-04 Per Abrahamsen <abraham@dina.kvl.dk>
20622
20623 * wid-edit.el (default): Define dummy :value-delete.
20624 Reported by Jesper Harder <harder@ifa.au.dk>.
20625
20626 2004-01-03 Richard M. Stallman <rms@gnu.org>
20627
20628 * progmodes/compile.el (compile-internal): Use point, not point-min,
20629 for set-window-point.
20630
20631 * textmodes/tex-mode.el (latex-find-indent): Avoid error at end of buf.
20632
20633 * emacs-lisp/lisp-mnt.el (lm-section-end): Require outline.
20634
20635 * progmodes/grep.el (grep-mode-map):
20636 Don't remap next-line, previous-line.
20637
20638 2004-01-03 Eric M. Ludlam <eric@siege-engine.com>
20639
20640 * speedbar.el (speedbar-edit-line): Change regexp to position
20641 the cursor on the first character of this line's button.
20642
20643 2004-01-03 Luc Teirlinck <teirllm@auburn.edu>
20644
20645 * subr.el (functionp): Doc fix.
20646
20647 2004-01-03 Jesper Harder <harder@ifa.au.dk> (tiny change)
20648
20649 * progmodes/idlwave.el (idlwave-make-tags):
20650 * textmodes/flyspell.el (flyspell-large-region):.
20651 * progmodes/make-mode.el (makefile-query-by-make-minus-q):
20652 * emulation/viper-util.el (viper-glob-unix-files):
20653 * emacs-lisp/shadow.el (shadow-same-file-or-nonexistent):
20654 * man.el (Man-init-defvars):
20655 * jka-compr.el (jka-compr-call-process):
20656 * files.el (get-free-disk-space,insert-directory):
20657 * ediff-ptch.el (ediff-test-patch-utility):
20658 * ediff-diff.el (ediff-test-utility):
20659 * dired-aux.el (dired-check-process):
20660 * mail/sendmail.el (sendmail-send-it): Don't use = or zerop to
20661 test the return value of call-process, because it can be a string.
20662
20663 2003-12-31 John Paul Wallington <jpw@gnu.org>
20664
20665 * bindings.el (completion-ignored-extensions): Add .pfsl.
20666
20667 2003-12-31 Kim F. Storm <storm@cua.dk>
20668
20669 * ido.el (ido-nonreadable-directory-p): New defun to check for
20670 nonreadable directory without activating tramp (to avoid problems
20671 with checking incomplete tramp paths).
20672 (ido-set-current-directory, ido-file-internal)
20673 (ido-file-name-all-completions1): Use it.
20674
20675 2003-12-30 Luc Teirlinck <teirllm@auburn.edu>
20676
20677 * help-mode.el (help-xref-info-regexp): Make hyperlinks to Info
20678 documentation if the anchor (or node) name is preceded by `info
20679 anchor' or `Info anchor' in addition to earlier `info node' and
20680 `Info node'.
20681 (help-make-xrefs): Adapt to new value of `help-xref-info-regexp'.
20682
20683 2003-12-30 Eli Zaretskii <eliz@gnu.org>
20684
20685 * mail/rmail.el (rmail-convert-to-babyl-format): Fix off-by-one
20686 error in arguments to base64-decode-region. Remove ^M characters
20687 after decoding base64.
20688
20689 2003-12-30 Simon Josefsson <jas@extundo.com>
20690
20691 * textmodes/texinfo.el: Change maintainer to FSF. Suggested by
20692 karl@freefriends.org (Karl Berry), since the Texinfo Elisp files
20693 have only been distributed with Emacs for some years.
20694 (texinfo-mode-hook): Customize.
20695
20696 2003-12-30 Eli Zaretskii <eliz@gnu.org>
20697
20698 * mail/rmail.el (rmail-convert-to-babyl-format): Make the code
20699 cleaner (suggested by Richard Stallman).
20700
20701 * progmodes/gud.el (gud-tool-bar-map): Modify names of icon files
20702 for gud-next, gud-nexti, gud-step and gud-stepi to prevent
20703 file-name clashes on 8+3 DOS filesystems.
20704
20705 * toolbar/gud-next.pbm, toolbar/gud-next.xpm
20706 * toolbar/gud-nexti.pbm, toolbar/gud-nexti.xpm
20707 * toolbar/gud-step.pbm, toolbar/gud-step.xpm
20708 * toolbar/gud-stepi.pbm, toolbar/gud-stepi.xpm: Renamed to
20709 gud-n.*, gud-ni.*, gud-s.*, and gud-si.*, respectively, to avoid
20710 file-name clashes on 8+3 filesystems.
20711
20712 * emacs-lisp/tcover-unsafep.el, emacs-lisp/tcover-ses.el:
20713 Renamed from testcover-unsafep.el and testcover-ses.el to avoid
20714 file-name clashes on 8+3 DOS filesystems.
20715
20716 2003-12-29 Richard M. Stallman <rms@gnu.org>
20717
20718 * mail/mail-utils.el (mail-unquote-printable-hexdigit):
20719 Upcase the character.
20720
20721 * textmodes/flyspell.el (mail-mode-flyspell-verify):
20722 Search for header separator alone on a line, literally,
20723 and search for it backward, not forward.
20724 (flyspell-abbrev-table): Always use global-abbrev-table
20725 if there is no local one.
20726
20727 * progmodes/sh-script.el (sh-get-indent-info):
20728 Don't move point back if at bob.
20729
20730 * progmodes/antlr-mode.el (save-buffer-state-x): Use with-no-warnings.
20731
20732 * play/handwrite.el (handwrite): Make the handwrite credit message
20733 a comment rather than an output command.
20734
20735 * obsolete/sc.el: Display message that this file is obsolete.
20736
20737 * net/ange-ftp.el (ange-ftp-start-process): Copy the environment.
20738
20739 * mail/rfc822.el (rfc822-address-start): Declare variable.
20740 Renamed from address-start. All uses changed.
20741
20742 * term.el (term-exec): Set up sentinel.
20743 (term-sentinel): New function.
20744 (term-handle-exit): New function.
20745
20746 * subr.el (assoc-ignore-case, assoc-ignore-representation):
20747 Use assoc-string, and mark them obsolete.
20748 (delay-mode-hooks): Mark as permanent local.
20749
20750 * simple.el (sendmail-user-agent-compose): Use assoc-string.
20751
20752 * register.el (copy-rectangle-to-register): Doc fix.
20753
20754 * info.el (Info-insert-dir): Use assoc-string.
20755
20756 * info-look.el (info-lookup): Use assoc-string.
20757
20758 * frame.el (pop-up-frame-function): Use quote, not `function'.
20759 (frame-notice-user-settings): Calculate ADJUSTED-TOP
20760 copying with lists as coordinate values.
20761
20762 * font-lock.el (font-lock-after-change-function): Bind inhibit-quit.
20763
20764 * find-dired.el (kill-find): New command.
20765 (find-dired): Make buffer read-only.
20766 Set up a keymap with C-c C-k running kill-find.
20767 (find-dired-filter, find-dired-sentinel): Bind inhibit-read-only.
20768
20769 * files.el (backup-buffer-copy): If MODES is nil, don't set modes.
20770
20771 * filecache.el (file-cache-ignore-case): New variable.
20772 (file-cache-assoc-function): Var deleted. Use assoc-string instead.
20773
20774 * comint.el (comint-arguments): Set COUNT after ARGS is complete.
20775 (comint-dynamic-complete-as-filename): Rename local vars.
20776 (comint-dynamic-list-filename-completions): Likewise.
20777
20778 * comint.el (comint-dynamic-list-completions-config): New var.
20779 (comint-dynamic-list-completions): Handle both SPC and TAB right.
20780
20781 * comint.el (comint-file-name-chars): Add [].
20782 (comint-word): Use skip-chars-backward, not search.
20783
20784 * shell.el (shell-file-name-chars): Add [].
20785
20786 * shell.el (shell-dynamic-complete-as-command): Rename local vars.
20787
20788 * bookmark.el (bookmark-get-bookmark): Use assoc-string.
20789
20790 * generic.el (define-generic-mode): Doc fix.
20791
20792 2003-12-29 Eli Zaretskii <eliz@gnu.org>
20793
20794 * files.el (kill-some-buffers): Doc fix.
20795
20796 2003-12-29 David Herring <sdh6@ra.msstate.edu> (tiny change)
20797
20798 * comint.el (comint-watch-for-password-prompt): Pass `string' as
20799 arg to send-invisible
20800 (send-invisible): Doc fix. The argument is now a prompt, not the
20801 string to send.
20802 (comint-read-noecho): Doc fix.
20803
20804 2003-12-29 Michael R. Wolf <MichaelRWolf@att.net> (tiny change)
20805
20806 * net/ange-ftp.el (ange-ftp-name-format): Allow USER to contain
20807 "@", as required by some ISP hosting service. Fix defcustom
20808 argument syntax errors that prevented use of customization.
20809
20810 2003-12-29 Eli Zaretskii <eliz@gnu.org>
20811
20812 * xml.el (xml-get-attribute-or-nil): Doc fix.
20813
20814 2003-12-29 Peter 'Luna' Runestig <peter@runestig.com>
20815
20816 * net/zone-mode.el (zone-mode): Use write-file-functions, not
20817 write-file-hooks.
20818
20819 2003-12-29 Eric Hanchrow <offby1@blarg.net> (tiny change)
20820
20821 * autorevert.el (auto-revert-interval): Doc fix.
20822
20823 2003-12-29 Mark A. Hershberger <mah@everybody.org>
20824
20825 * xml.el (xml-get-attribute-or-nil): New function, like
20826 xml-get-attribute, but returns nil if the attribute was not found.
20827 (xml-get-attribute): Convert to defsubst, uses
20828 xml-get-attribute-or-nil.
20829
20830 2003-12-29 Eli Zaretskii <eliz@gnu.org>
20831
20832 * emacs-lisp/easymenu.el (easy-menu-define): Doc fix.
20833
20834 2003-12-29 Alex Schroeder <alex@emacswiki.org> (tiny change)
20835
20836 * custom.el (custom-declare-theme): Use `value' when putting
20837 properties on `theme'.
20838
20839 2003-12-29 Takaaki Ota <Takaaki.Ota@am.sony.com>
20840
20841 * subr.el (insert-for-yank): Call insert-for-yank-1 repetitively
20842 for each yank-handler segment.
20843 (insert-for-yank-1): New function, with the body of the previous
20844 insert-for-yank.
20845
20846 * textmodes/table.el (table-yank-handler): New defcustom.
20847 (table--put-cell-indicator-property): Put yank-handler property
20848 that indicates the yank handler for the table cell.
20849
20850 2003-12-29 Jesper Harder <harder@ifa.au.dk> (tiny change)
20851
20852 * generic-x.el (etc-modules-conf-generic-mode): A more complete
20853 set of keywords.
20854
20855 2003-12-29 Eli Zaretskii <eliz@gnu.org>
20856
20857 * international/mule-cmds.el (reset-language-environment)
20858 (set-language-environment): Don't invoke fontset-related functions
20859 if fontset-list is not fboundp.
20860
20861 2003-12-29 Kenichi Handa <handa@m17n.org>
20862
20863 * international/mule-cmds.el (reset-language-environment):
20864 Call set-overriding-fontspec-internal with nil.
20865 (set-language-environment): Call set-overriding-fontspec-internal
20866 if the language environment specify `overriding-fontspec'.
20867 (language-info-alist): Doc added.
20868
20869 * language/cyrillic.el (ccl-encode-koi8-font): Make it work for
20870 characters of mule-unicode-0100-24ff.
20871 (ccl-encode-windows-1251-font): New CCL program.
20872 ("Bulgarian"): Specify overriding-fontspec.
20873 ("Belarusian"): Likewise.
20874
20875 2003-12-28 Sam Steingold <sds@gnu.org>
20876
20877 * net/ange-ftp.el (ange-ftp-file-attributes): Add new optional
20878 parameter ID-FORMAT to conform with the 2003-11-30 patch.
20879
20880 2003-12-28 Nick Roberts <nick@nick.uklinux.net>
20881
20882 * progmodes/gud.el (gud-gdb-command-name): Set default to
20883 "gdb --annotate=3".
20884 (gud-gdb-marker-filter): Look out for annotations.
20885 (gdb-first-pre-prompt): New variable.
20886 Remove trailing white space.
20887
20888 * gdb-ui.el (gdb-prompt): Change filter for level 3 annotations,
20889 if necessary.
20890 (gdb-ann3): New function. Initialize M-x gdb as for M-x gdba if
20891 annotations are detected.
20892 (gud-gdba-marker-filter): Use global variable gud-marker-acc
20893 instead of a local one to allow transition from
20894 gud-gdb-marker-filter.
20895 Remove trailing white space.
20896
20897 2003-12-27 Kim F. Storm <storm@cua.dk>
20898
20899 * ido.el: Handle non-readable directories.
20900 (ido-decorations): Add 9th element for non-readable directory.
20901 (ido-directory-nonreadable): New dynamic var.
20902 (ido-set-current-directory): Set it.
20903 (ido-read-buffer, ido-file-internal):
20904 (ido-read-file-name, ido-read-directory-name): Let-bind it.
20905 (ido-file-name-all-completions1): Return empty list for
20906 non-readable directory.
20907 (ido-exhibit): Print [Not readable] if directory is not readable.
20908 (ido-expand-directory): New defun (based on tiny fix from Karl Chen).
20909 (ido-read-file-name, ido-file-internal, ido-read-directory-name):
20910 Use it.
20911
20912 2003-12-27 Lars Hansen <larsh@math.ku.dk>
20913
20914 * ls-lisp.el (ls-lisp-insert-directory): Add parameter 'string in
20915 calls to directory-files-and-attributes and file-attributes.
20916 (ls-lisp-format): Remove system dependent handling of user and
20917 group id's.
20918
20919 2003-12-25 Luc Teirlinck <teirllm@auburn.edu>
20920
20921 * ffap.el (ffap-read-file-or-url): Revert previous change.
20922
20923 2003-12-25 Robert J. Chassell <bob@rattlesnake.com>
20924
20925 * textmodes/texnfo-upd.el (texinfo-multi-file-update): Create a
20926 new list of included files called `files-with-node-lines', that
20927 only have node lines. This way @include commands can include any
20928 file, such as version and update files without node lines, not
20929 just files that are chapters.
20930
20931 2003-12-25 Andreas Schwab <schwab@suse.de>
20932
20933 * jka-compr.el (jka-compr-insert-file-contents): Avoid error when
20934 file not found.
20935
20936 2003-12-08 Miles Bader <miles@gnu.org>
20937
20938 * dired.el (dired-between-files): Always use dired-move-to-filename,
20939 which is more robust in non-english locales.
20940
20941 2003-12-25 Markus Rost <rost@mathematik.uni-bielefeld.de>
20942
20943 * vc.el (vc-dired-purge): Avoid error from `kill-line'.
20944
20945 2003-12-24 Andreas Schwab <schwab@suse.de>
20946
20947 * shell.el (shell-file-name-quote-list): Add backslash.
20948
20949 * comint.el (comint-quote-filename): Correctly handle backslash
20950 in comint-file-name-quote-list.
20951
20952 2003-12-24 Kenichi Handa <handa@m17n.org>
20953
20954 * international/mule-cmds.el (set-default-coding-systems):
20955 Call ucs-set-table-for-input for all buffers that don't have local
20956 value of buffer-file-coding-system.
20957
20958 * international/ucs-tables.el (ucs-set-table-for-input):
20959 If translation-table-for-encode is a symbol, get its
20960 translation-table property.
20961
20962 2003-12-23 Luc Teirlinck <teirllm@auburn.edu>
20963
20964 * ffap.el (ffap-read-file-or-url): Eliminate reliance of the call
20965 to `completing-read' on a recently fixed bug.
20966
20967 * fringe.el (fringe-query-style): Suggest `?' in minibuffer prompt,
20968 instead of SPACE, to get the list of possible fringe modes.
20969 SPACE only works if both `partial-completion-mode' and
20970 `completion-auto-help' are nil.
20971
20972 * complete.el (PC-is-complete-p): Delete.
20973 (PC-do-completion): Replace all calls to `PC-is-complete-p' with
20974 calls to `test-completion'.
20975
20976 2003-12-23 Nick Roberts <nick@nick.uklinux.net>
20977
20978 * progmodes/gud.el (gud-speedbar-buttons): Use speed-bar-edit-line
20979 to edit values when there are no children.
20980
20981 * gdb-ui.el (gdba, gdb-assembler-mode): Call the mode "Machine" as
20982 a mode called "Assembler" already exists.
20983 (gdb-use-colon-colon-notation, gdb-show-changed-values): New options.
20984 (gud-watch): Use format option. Remove font properties from string.
20985 (gdb-var-create-handler, gdb-var-list-children-handler):
20986 Don't bother about properties as there are none.
20987 (gdb-var-create-handler, gdb-var-list-children-handler)
20988 (gdb-var-update-handler): Call gdb-var-evaluate-expression-handler
20989 with two arguments.
20990 (gdb-var-evaluate-expression-handler, gdb-post-prompt):
20991 Let speedbar show value changes with a different font.
20992 (gdb-edit-value): New defun.
20993 (gdb-clear-partial-output, gdb-clear-inferior-io)
20994 (def-gdb-auto-update-handler): Use erase-buffer.
20995 (gdb-frame-handler): Display watch expressions in
20996 FUNCTION::VARIABLE format if required.
20997
20998 2003-12-23 John Paul Wallington <jpw@gnu.org>
20999
21000 * info.el (Info-unescape-quotes, Info-split-parameter-string)
21001 (Info-goto-emacs-command-node): Doc fixes.
21002
21003 2003-12-12 Jesper Harder <harder@ifa.au.dk>
21004
21005 * cus-edit.el (custom-add-parent-links): Define "many".
21006
21007 2003-12-08 Per Abrahamsen <abraham@dina.kvl.dk>
21008
21009 * wid-edit.el (widget-child-value-get, widget-child-value-inline)
21010 (widget-child-validate, widget-type-value-create)
21011 (widget-type-default-get, widget-type-match): New functions.
21012 (lazy): New widget.
21013 (menu-choice, checklist, radio-button-choice, editable-list)
21014 (group, documentation-string): Remove redundant (per 2003-10-25
21015 change) calls to `widget-children-value-delete'.
21016 (widget-choice-value-get, widget-choice-value-inline): Remove.
21017 (menu-choice): Update widget.
21018
21019 2003-12-03 Kenichi Handa <handa@m17n.org>
21020
21021 * language/cyrillic.el: Register "microsoft-cp1251" in
21022 ctext-non-standard-encodings-alist.
21023 ("Bulgarian"): Add ctext-non-standard-encodings.
21024 ("Belarusian"): Likewise.
21025
21026 * international/mule-conf.el (compound-text-with-extensions):
21027 Change the type to 2 (iso-2022 base).
21028
21029 * international/mule.el (ctext-non-standard-encodings-alist):
21030 Change the format.
21031 (ctext-non-standard-encodings): New variable.
21032 (ctext-post-read-conversion): Fully re-written.
21033 (ctext-non-standard-designations-alist): Delete it.
21034 (ctext-non-standard-encodings-table): New function.
21035 (ctext-pre-write-conversion): Fully re-written.
21036
21037 2003-11-30 Per Abrahamsen <abraham@dina.kvl.dk>
21038
21039 * cus-edit.el (custom-add-parent-links): Add documentation links
21040 for parent, if the item has none of its own.
21041
21042 2003-11-30 Richard M. Stallman <rms@gnu.org>
21043
21044 * dired-aux.el (dired-do-query-replace-regexp):
21045 Report files visited read-only.
21046
21047 2003-11-30 Juri Linkov <juri@jurta.org>
21048
21049 * dired-aux.el (dired-compare-directories): New command.
21050 (dired-file-set-difference, dired-files-attributes): New functions.
21051
21052 2003-11-30 Kai Grossjohann <kai.grossjohann@gmx.net>
21053 Version 2.0.38 of Tramp released.
21054
21055 * net/tramp.el (tramp-chunksize): Extend docstring. Suggested by
21056 Charles Curley <charlescurley@charlescurley.com>.
21057 (tramp-multi-connection-function-alist): Add ssht entry which adds
21058 "-e none -t -t" to the list of ssh args. Suggested by Adrian
21059 Aichner.
21060 (tramp-get-method-parameter): New function to retrieve a method
21061 parameter. This allows for omission of method parameters.
21062 Callers adjusted.
21063
21064 2003-11-30 Michael Albinus <Michael.Albinus@alcatel.de>
21065
21066 * net/tramp.el: Add new optional parameter ID-FORMAT to
21067 `file-attributes'. Calls of `file-attributes' won't use this
21068 parameter for backward compatibility reasons.
21069 (tramp-perl-file-attributes): Add a new parameter to Perl script
21070 in order to handle uid/gid as strings, if desired.
21071 (tramp-handle-file-truename, tramp-handle-file-symlink-p):
21072 Apply `file-attributes' instead of `tramp-handle-file-attributes' in
21073 order to make the function more general.
21074 (tramp-handle-file-attributes): Replace proprietary optional
21075 parameter NONNUMERIC by the recently (Emacs 22.1) introduced ID-FORMAT.
21076 (tramp-handle-file-attributes-with-perl): Handle parameter
21077 NONNUMERIC if set. This wasn't done in the past.
21078 (tramp-post-connection): Apply second parameter "$2" if
21079 `tramp-remote-perl' is called.
21080
21081 * net/tramp-smb.el (tramp-smb-handle-delete-file):
21082 Correct cut'n'waste error (`filename' instead of `directory').
21083 (tramp-smb-handle-directory-files-and-attributes)
21084 (tramp-smb-handle-file-attributes): Add recently (Emacs 22.1)
21085 introduced parameter ID-FORMAT.
21086 (tramp-smb-handle-make-directory-internal): Correct cut'n'waste
21087 error (`directory' instead of `ldir').
21088
21089 * net/tramp-vc.el (tramp-handle-vc-user-login-name): Check if
21090 `file-attributes' has a second parameter. If yes, apply it with
21091 value "'integer". Otherwise, don't use that parameter (default is
21092 integer format).
21093
21094 2003-11-30 Luc Teirlinck <teirllm@auburn.edu>
21095
21096 * help.el (help-map): Bind `display-local-help' to `C-h .'.
21097 (help-for-help): Add `C-h .' to the listed Help options.
21098 Remove trailing whitespace.
21099
21100 * help-at-pt.el: New file.
21101
21102 2003-11-30 Jonathan Yavner <jyavner@member.fsf.org>
21103
21104 * subr.el (noreturn, 1value): New macros for test coverage.
21105 See `testcover.el'.
21106
21107 * emacs-lisp/edebug.el: Add def-edebug-spec for `noreturn' and `1value'.
21108
21109 * emacs-lisp/testcover.el (testcover-reinstrument): Special case
21110 for macro `1value'.
21111 (testcover-1value): New function. Checks that a 1value form
21112 actually returns only one value. Requested by RMS.
21113
21114 2003-11-29 Nick Roberts <nick@nick.uklinux.net>
21115
21116 * gdb-ui.el (gud-watch, gdb-var-create-handler)
21117 (gdb-var-list-children, gdb-var-list-children-handler)
21118 (gdb-var-update-handler, gdb-var-delete): Add server prefix to the
21119 gdb commands that use mi to keep them out of the command history.
21120
21121 2003-11-29 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
21122
21123 * cus-start.el (all): Add use-file-dialog.
21124
21125 2003-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
21126
21127 * textmodes/tex-mode.el (latex-mode): `tex-trailer' is not a regexp.
21128
21129 2003-11-27 Kim F. Storm <storm@cua.dk>
21130
21131 * subr.el (posn-object-x-y): New defun.
21132
21133 2003-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
21134
21135 * progmodes/make-mode.el (makefile-font-lock-syntactic-keywords):
21136 Don't use `space' for \\\n.
21137 Be more selective as to which # are comment-starters.
21138
21139 2003-11-26 Luc Teirlinck <teirllm@auburn.edu>
21140
21141 * subr.el (number-sequence): Improve handling of floating point
21142 arguments (suggested by Kim Storm). Allow negative arguments.
21143
21144 2003-11-26 Kenichi Handa <handa@m17n.org>
21145
21146 * international/mule-cmds.el (standard-display-european-internal):
21147 Cancel the standard-display-table setting for ` and '.
21148
21149 2003-11-26 Kim F. Storm <storm@cua.dk>
21150
21151 * ido.el (ido-use-filename-at-point, ido-use-url-at-point):
21152 New defcustoms to add ffap-like functionality to ido.
21153 (ido-saved-vc-hb): Rename from ido-saved-vc-mt. Uses changed.
21154 (ido-no-final-slash): New defun.
21155 (ido-make-prompt, ido-file-internal, ido-toggle-vc)
21156 (ido-read-file-name): ): Toggle VC checking via
21157 vc-handled-backends instead of vc-master-templates.
21158 (ido-file-internal): Handle ido-use-url-at-point and
21159 ido-use-filename-at-point via code borrowed from ffap-guesser.
21160 Handle new ido-exit code ffap.
21161 (ido-sort-list): Ignore final slash when sorting file names.
21162
21163 2003-11-25 Kim F. Storm <storm@cua.dk>
21164
21165 * emulation/cua-base.el (cua--standard-movement-commands):
21166 Add forward-sentence and backward-sentence.
21167
21168 2003-11-25 Stephen Eglen <stephen@gnu.org>
21169
21170 * iswitchb.el (iswitchb-read-buffer,iswitchb-exit-minibuffer):
21171 iswitchb-exit is set to 'usefirst when user selects buffer at head
21172 of list using RET. (Selecting buffers at the head of the list was
21173 broken if the substring was also a complete buffername.)
21174
21175 2003-11-23 Kim F. Storm <storm@cua.dk>
21176
21177 * progmodes/compile.el (grep-command, grep-use-null-device)
21178 (grep-find-command, grep-tree-command, grep-tree-files-aliases)
21179 (grep-tree-ignore-case, grep-tree-ignore-CVS-directories)
21180 (grep-regexp-alist, grep-program, find-program)
21181 (grep-find-use-xargs, grep-history, grep-find-history)
21182 (grep-process-setup, grep-compute-defaults)
21183 (grep-default-command, grep, grep-tag-default, grep-find)
21184 (grep-expand-command-macros, grep-tree-last-regexp)
21185 (grep-tree-last-files, grep-tree): Move grep variables, functions
21186 and commands to new file grep.el.
21187 (compilation-mode-map): Remove grep commands from Compile sub-menu.
21188 (compilation-process-setup-function): Doc fix.
21189 (compilation-highlight-regexp, compilation-highlight-overlay): New
21190 defvars used for highlighting current compile error in source buffer.
21191 (compile-internal): New optional args HIGHLIGHT-REGEXP and
21192 LOCAL-MAP which overrides compilation-highlight-regexp and
21193 compilation-mode-map for this compilation.
21194 Delay calling compilation-set-window-height until after running
21195 compilation-process-setup-function so it can buffer-local override
21196 compilation-window-height.
21197 Check buffer-local value of compilation-scroll-output.
21198 (compilation-set-window-height): Use buffer-local value of
21199 compilation-window-height.
21200 (compilation-revert-buffer): Don't pass (undefined)
21201 preserve-modes arg to revert-buffer.
21202 (next-error-no-select, previous-error-no-select): New commands.
21203 (compilation-goto-locus): Temporarily highlight current match in
21204 source buffer using compilation-highlight-regexp.
21205
21206 * progmodes/grep.el: New file with grep code from compile.el.
21207 (grep): New defcustom group.
21208 (grep-window-height): New defcustom, like compilation-window-height.
21209 (grep-auto-highlight): New defcustom, like compile-auto-highlight.
21210 (grep-scroll-output): New defcustom, like compilation-scroll-output.
21211 (grep-command, grep-use-null-device, grep-find-command)
21212 (grep-tree-files-aliases, grep-tree-ignore-case)
21213 (grep-tree-ignore-CVS-directories): Move to grep custom group.
21214 (grep-setup-hook): New hook variable.
21215 (grep-mode-map): New keymap for grep commands. Add Grep menu.
21216 (grep-last-buffer): New defvar, override compilation-last-buffer.
21217 (grep): Add optional arg HIGHLIGHT-REGEXP. Doc fix.
21218 Call compile-internal with args highlight-regexp and grep-mode-map.
21219
21220 2003-11-23 Kim F. Storm <storm@cua.dk>
21221
21222 * subr.el (event-start, event-end): Doc fix.
21223 (posn-window, posn-x-y, posn-timestamp): Simplify doc.
21224 (posn-area, posn-actual-col-row, posn-object): New defuns.
21225 (posn-col-row): Simplify doc. Rewrite to use cond.
21226 (posn-point): Also return buffer position for events outside text
21227 area (that info is now present in the event position).
21228
21229 * mouse.el: Bind mouse-1 on left-fringe and right-fringe to
21230 mouse-set-point so that hscroll still works now that clicks on
21231 fringes generate specific mouse events.
21232 (mouse-set-point): Note that it now works in fringes and margins
21233 too due to new semantics of posn-point in fringes and margins.
21234
21235 * gdb-ui.el (gdb-mouse-toggle-breakpoint): New defun.
21236 (gdba): Bind it to [left-margin mouse-1] and [left-fringe mouse-1].
21237
21238 2003-11-20 Kim F. Storm <storm@cua.dk>
21239
21240 * gdb-ui.el (gud-gdba-command-name): Find gdb command via PATH.
21241 (breakpoint-xpm-data, breakpoint-enabled-pbm-data): Make smoother.
21242 (breakpoint-enabled-icon, breakpoint-disabled-icon): Set :ascent
21243 to 100 for icons to avoid increasing line height when shown.
21244
21245 2003-11-17 Jesper Harder <harder@ifa.au.dk> (tiny change)
21246
21247 * newcomment.el (comment-normalize-vars): Initialize properly if
21248 comment-start was nil.
21249
21250 2003-11-19 Andreas Schwab <schwab@suse.de>
21251
21252 * simple.el (set-variable): Fix indentation.
21253
21254 2003-11-17 Kenichi Handa <handa@m17n.org>
21255
21256 * international/latin1-disp.el (latin1-display-ucs-per-lynx):
21257 Fix docstring.
21258
21259 2003-11-17 Jesper Harder <harder@ifa.au.dk> (tiny change)
21260
21261 * international/latin1-disp.el (latin1-display): Fix docstring.
21262
21263 2003-11-16 John Wiegley <johnw@newartisans.com>
21264
21265 * eshell/em-ls.el (eshell-ls-file): There are times with
21266 size-width is nil and uncomputed (when directories are created in
21267 dired, for example); in this case, 4 is reasonable default value,
21268 although it may caused skewed new entries (which could be avoided
21269 by returning the original value of 8 in all cases, but 99% of the
21270 time this is a waste of whitespace).
21271
21272 2003-11-16 Martin Stjernholm <bug-cc-mode@gnu.org>
21273
21274 * cc-engine.el (c-guess-continued-construct)
21275 (c-guess-basic-syntax): Check a little more carefully if it's a
21276 function declaration when an unknown construct followed by a block
21277 is found inside a statement context. This avoids macros followed
21278 by blocks to be taken as function declarations.
21279
21280 (c-guess-continued-construct): Change the analysis of a statement
21281 continuation with a brace open to `substatement-block', for
21282 consistency with recognized statements.
21283
21284 (c-add-stmt-syntax): Don't continue to the surrounding sexp if the
21285 start is in a position so that `c-beginning-of-statement-1' jumped
21286 to the beginning of the same statement.
21287
21288 * cc-fonts.el, cc-engine.el (c-forward-<>-arglist-recur):
21289 Don't accept binary operators in the arglist if we're in a function
21290 call context, i.e. if `c-restricted-<>-arglists' is set. That avoids
21291 template recognition in cases like "if (a < b || c > d)".
21292
21293 (c-restricted-<>-arglists): New more appropriate name for
21294 `c-disallow-comma-in-<>-arglists'.
21295
21296 Accessing functions updated for the variable name change.
21297
21298 * cc-engine.el (c-syntactic-re-search-forward): Fix bug where the
21299 match data could get clobbered if NOT-INSIDE-TOKEN is used.
21300
21301 * cc-engine.el (c-beginning-of-statement-1): Don't allow parens in
21302 labels.
21303
21304 (c-backward-to-decl-anchor): Use `c-beginning-of-statement-1'
21305 instead of duplicating parts of it. This fixes bogus label
21306 recognition.
21307
21308 * cc-align.el (c-gnu-impose-minimum): Revert to the old method
21309 of checking the context in which to apply the minimum indentation,
21310 so that it isn't enforced in e.g. namespace blocks.
21311
21312 * cc-vars.el (c-inside-block-syms): New constant used by
21313 `c-gnu-impose-minimum'. It's defined close to `c-offsets-alist'
21314 to somewhat reduce the risk of becoming stale.
21315
21316 * cc-cmds.el, cc-engine.el (c-shift-line-indentation): Move from
21317 cc-cmds to cc-engine to allow use from cc-align.
21318
21319 * cc-engine.el (c-beginning-of-inheritance-list): Cope with fully
21320 qualified identifiers containing "::".
21321
21322 * cc-defs.el (c-make-keywords-re): Add kludge for bug in
21323 `regexp-opt' in Emacs 20 and XEmacs when strings contain newlines.
21324
21325 * cc-vars.el (c-emacs-features): Use a space in front of the name
21326 of the temporary buffer. That also avoids dumping problems in
21327 XEmacs due to undo info being left around after the buffer is killed.
21328
21329 * cc-engine.el (c-in-knr-argdecl): Look closer at the function
21330 arglist to see if it's a K&R style declaration.
21331
21332 (c-guess-basic-syntax): CASE 5B.2: Check with `c-in-knr-argdecl'
21333 before returning `knr-argdecl-intro'.
21334
21335 2003-11-16 John Wiegley <johnw@newartisans.com>
21336
21337 * eshell/em-ls.el (eshell-ls-file): Instead of making the size
21338 field in a long-listing always 8 characters, use `size-width',
21339 which has already been computed.
21340
21341 2003-11-15 Thien-Thi Nguyen <ttn@gnu.org>
21342
21343 * subr.el (minor-mode-list): Add `hs-minor-mode'.
21344
21345 2003-11-14 Thien-Thi Nguyen <ttn@gnu.org>
21346
21347 * diff-mode.el (diff-hunk-prev, diff-hunk-next):
21348 Support operation while narrowed, with `diff-restrict-view'.
21349
21350 2003-11-14 Thien-Thi Nguyen <ttn@gnu.org>
21351
21352 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
21353 Take additional optional arg NARROWFUN. For the generated functions:
21354 Add local var `was-narrowed-p'. Also, if NARROWFUN is specified,
21355 include frags that arrange to check for and save narrowing state before
21356 the move and then conditionally call NARROWFUN after the move.
21357
21358 2003-11-14 John Wiegley <johnw@newartisans.com>
21359
21360 * eshell/esh-var.el (eshell-parse-variable-ref): Add a backslash
21361 that was optional, but obviously missing based on surrounding code.
21362
21363 * eshell/esh-cmd.el (eshell-lisp-command): Do not late-convert
21364 string arguments to numbers unless the whole argument was seen as
21365 a number.
21366
21367 2003-11-14 Kenichi Handa <handa@m17n.org>
21368
21369 * international/mule.el (ctext-non-standard-encodings-alist):
21370 Fix coding systems.
21371
21372 2003-11-10 Kenichi Handa <handa@m17n.org>
21373
21374 * language/kannada.el ("Kannada"): Add sample-text.
21375
21376 * language/knd-util.el (kannada-compose-region)
21377 (kannada-compose-string, kannada-post-read-conversion):
21378 Add autoload cookie.
21379
21380 * international/quail.el (quail-completion): Change the message
21381 "corresponding translations" to "corresponding characters".
21382
21383 2003-11-09 Markus Rost <rost@mathematik.uni-bielefeld.de>
21384
21385 * descr-text.el (describe-char): Fix typo.
21386
21387 2003-11-08 Kailash C. Chowksey <klchxbec@m-net.arbornet.org>
21388
21389 These changes are to support Kannada language/script.
21390
21391 * Makefile.in (DONTCOMPILE): Add kannada.el.
21392
21393 * makefile.w32-in (DONTCOMPILE): Add kannada.el.
21394
21395 * loadup.el: Preload kannada.el.
21396
21397 * language/ind-util.el (ucs-kannada-to-is13194-alist)
21398 (is13194-to-ucs-kannada-hashtbl, is13194-to-ucs-kannada-regexp):
21399 New variables.
21400
21401 * language/kannada.el: New file.
21402
21403 * language/knd-util.el: New file.
21404
21405 2003-11-07 Andreas Schwab <schwab@suse.de>
21406
21407 * progmodes/autoconf.el (autoconf-font-lock-keywords):
21408 Also highlight AH_*.
21409
21410 * xml.el (xml-parse-dtd): Fix misplaced paren.
21411
21412 2003-11-07 Kenichi Handa <handa@m17n.org>
21413
21414 * language/european.el (windows-1252): Fix table (0x8F and 0x9E).
21415
21416 2003-11-05 Juri Linkov <juri@jurta.org>
21417
21418 * desktop.el (desktop-locals-to-save): Add buffer-file-coding-system.
21419 (desktop-buffer-file): Use saved buffer-file-coding-system
21420 for file reading. Set auto-insert to nil to prevent automatic
21421 insertion into restored empty files.
21422
21423 2003-11-04 Luc Teirlinck <teirllm@auburn.edu>
21424
21425 * files.el (risky-local-variable-p): Make second argument optional.
21426
21427 2003-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
21428
21429 * subr.el (add-hook): Fix last change.
21430
21431 2003-11-03 Eli Zaretskii <eliz@gnu.org>
21432
21433 * mail/rmail.el (rmail-convert-to-babyl-format):
21434 If base64-decode-region signals an error, catch it and silently
21435 ignore it.
21436
21437 2003-11-01 Mark A. Hershberger <mah@everybody.org>
21438
21439 * xml.el (xml-parse-region): Allow comments to appear after the
21440 topmost element has closed.
21441 (xml-ns-parse-ns-attrs, xml-ns-expand-el)
21442 (xml-ns-expand-attr): New functions to do namespace handling.
21443 (xml-intern-attrlist): Back-compatible handling of attribute names.
21444 (xml-parse-tag): Move namespace handling to separate functions.
21445 Now produces elements in the form ((:ns . "element") (attr-list)
21446 children) instead of ('ns:element (attr-list) children).
21447 (xml-parse-attlist): Fix attribute parsing.
21448 (xml-parse-dtd): Change parsing so that it produces strings
21449 instead of interned symbols.
21450
21451 2003-11-01 era@iki.fi <era@iki.fi> (tiny change)
21452
21453 * dired.el (dired-ls-sorting-switches): Doc fix.
21454
21455 2003-11-01 Oliver Scholz <epameinondas@gmx.de>
21456
21457 * emacs-lisp/rx.el (rx-or): Fix the case of
21458 "(rx (and ?a (or ?b ?c) ?d))".
21459
21460 2003-11-01 Christoph Wedler <wedler@users.sourceforge.net> (tiny change)
21461
21462 * textmodes/texinfmt.el (texinfo-pre-format-hook): New variable.
21463 (texinfo-format-region): Use it.
21464 (texinfo-format-buffer-1): Ditto.
21465
21466 2003-11-01 Alan Mackenzie <acm@muc.de>
21467
21468 Changes to allow scrolling whilst in isearch mode:
21469 * isearch.el (isearch-unread-key-sequence): New function,
21470 extracted from isearch-other-meta-char.
21471 (top level): (put 'foo 'isearch-scroll) on all Emacs's
21472 "scrollable" standard functions.
21473 (isearch-allow-scroll): New customizable variable.
21474 (isearch-string-out-of-window, isearch-back-into-window)
21475 (isearch-reread-key-sequence-naturally)
21476 (isearch-lookup-scroll-key): New functions.
21477 (isearch-other-meta-char): Doc string and functionality enhanced.
21478 Now accepts a prefix argument.
21479 (isearch-lazy-highlight-window-end): New variable.
21480 (isearch-lazy-highlight-new-loop): Pay attention to the window's
21481 end (thru isearch-lazy-highlight-window-end), not only its start.
21482
21483 * simple.el (overriding-map-is-bound, saved-overriding-map): New vars.
21484 (ensure-overriding-map-is-bound, restore-overriding-map): New funs.
21485 (universal-argument, universal-argument-more, negative-argument)
21486 (digit-argument, universal-argument-other-key): Minor changes.
21487
21488 2003-11-01 Alexander Pohoyda <alexander.pohoyda@gmx.net> (tiny change)
21489
21490 * mail/rmailsum.el (rmail-summary-goto-msg): Don't call itself
21491 recursively if the last message is deleted, thus avoiding an
21492 infinite loop.
21493
21494 2003-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
21495
21496 * textmodes/tex-mode.el (tex-compile-commands): Add `yap' and `ps2pdf'.
21497 (tex-main-file): Don't add .tex if the extension is already present.
21498 (tex-uptodate-p): Don't recurse indefinitely with symlinks.
21499
21500 2003-10-29 Lute Kamstra <lute@gnu.org>
21501
21502 * progmodes/octave-inf.el (inferior-octave-prompt):
21503 Recognize version number in prompt.
21504
21505 2003-10-28 Dave Love <fx@gnu.org>
21506
21507 * international/characters.el: Fix some Unicode ranges.
21508
21509 2003-10-28 Kenichi Handa <handa@m17n.org>
21510
21511 * disp-table.el (standard-display-8bit)
21512 (standard-display-default, standard-display-ascii)
21513 (standard-display-g1, standard-display-graphic)
21514 (standard-display-underline): Assure that standard-display-table
21515 is a display table.
21516
21517 2003-10-27 Stefan Monnier <monnier@iro.umontreal.ca>
21518
21519 * simple.el (reindent-then-newline-and-indent): Delete space *after*
21520 reindenting the first line.
21521
21522 2003-10-25 Per Abrahamsen <abraham@dina.kvl.dk>
21523
21524 * wid-edit.el (widget-default-delete): Always delete child widgets.
21525
21526 2003-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
21527
21528 * newcomment.el (comment-indent): Don't call indent-according-to-mode
21529 if the line has code.
21530 Don't try to line up with something that's too far left.
21531
21532 * progmodes/octave-mod.el (octave-comment-start): Simplify.
21533 (octave-mode-syntax-table): Add % as a comment starter.
21534 (octave-point): Remove.
21535 (octave-in-comment-p, octave-in-string-p)
21536 (octave-not-in-string-or-comment-p, calculate-octave-indent)
21537 (octave-blink-matching-block-open, octave-auto-fill):
21538 Use line-(beginning|end)-position instead.
21539
21540 2003-10-23 Francesco Potort\e,Al\e(B <pot@gnu.org>
21541
21542 * emacs-lisp/authors.el (authors-aliases): Add correct realname
21543 for Francesco Potort\e,Al\e(B.
21544
21545 2003-10-23 Dave Love <fx@gnu.org>
21546
21547 * international/mule-cmds.el (locale-charset-to-coding-system):
21548 Don't rely on nil being a coding system.
21549
21550 * mail/mail-extr.el (mail-extr-ignore-single-names): Add :version.
21551 (mail-extr-address-syntax-table): Remove non-ASCII unibyte chars.
21552 (mail-extr-voodoo): Use char classes in regexps (for non-ASCII).
21553
21554 2003-10-21 Nick Roberts <nick@nick.uklinux.net>
21555
21556 * gdb-ui.el (gdb-current-language): New variable.
21557 (gdb-update-flag): Remove variable.
21558 (gud-watch, gdb-frame-handler): Adapt for other languages (Fortran).
21559 (gdb-take-last-elt): Remove function.
21560 (gdb-dequeue-input): Avoid recursion by not using gdb-take-last-elt.
21561 (gdb-post-prompt): Check for variable object changes here.
21562
21563 * progmodes/gud.el (gud-speedbar-buttons): Check for variable
21564 object changes in gdb-ui.el.
21565
21566 2003-10-21 Richard M. Stallman <rms@gnu.org>
21567
21568 * emacs-lisp/edebug.el (edebug-display-freq-count): Doc fix.
21569
21570 * ls-lisp.el (ls-lisp-insert-directory): Arg is now wildcard-regexp.
21571 Don't check for foo*/ wildcard form here.
21572 (insert-directory): Recognize foo*/ as a wildcard.
21573 Separate wildcard-regexp variable from the arg, wildcard.
21574
21575 * subr.el (add-hook): Correctly detect when make-local-hook was used.
21576 (remove-hook): Correctly handle strange cases about local hooks.
21577
21578 2003-10-21 David Ponce <david@dponce.com>
21579
21580 * ruler-mode.el (ruler-mode-left-fringe-cols): Add new optional
21581 argument REAL, to return a real number instead of a rounded
21582 integer value. Define as inline function.
21583 (ruler-mode-right-fringe-cols): Likewise.
21584 (ruler-mode-scroll-bar-cols): New function.
21585 (ruler-mode-left-scroll-bar-cols): Use it. Define as macro.
21586 (ruler-mode-right-scroll-bar-cols): Likewise.
21587 (ruler-mode-space): New function.
21588 (ruler-mode-ruler): Use it. Handle variations of fringe style,
21589 scroll bar mode and margins in a more robust way.
21590
21591 2003-10-21 Christoph Wedler <Christoph.Wedler@sap.com>
21592
21593 * progmodes/antlr-mode.el: Make major mode work with cc-mode-5.30+.
21594 (antlr-c-init-language-vars): New function.
21595 (antlr-mode): Use it with cc-mode before v5.29.
21596 (antlr-c-common-init): Don't set some local vars here.
21597 (antlr-mode): Set them here.
21598 (antlr-c-forward-sws): New function alias.
21599 (antlr-mode): Redefine with cc-mode before v5.30.
21600 (antlr-skip-sexps): Use it.
21601 (antlr-skip-exception-part): Ditto.
21602 (antlr-skip-file-prelude): Ditto.
21603 (antlr-outside-rule-p): Ditto.
21604 (antlr-end-of-body): Ditto.
21605 (antlr-option-kind): Ditto.
21606 (antlr-insert-option-area): Ditto.
21607 (antlr-file-dependencies): Ditto.
21608
21609 2003-10-21 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
21610
21611 * textmodes/bibtex.el (bibtex-move-outside-of-entry):
21612 Move backward only if point was not inside an entry.
21613
21614 2003-10-21 Richard M. Stallman <rms@gnu.org>
21615
21616 * progmodes/compile.el (compile-auto-highlight): Undo July 7 change.
21617
21618 2003-10-21 Juri Linkov <juri@jurta.org>
21619
21620 * compare-w.el: Automatically skip non-matching text to resync.
21621 (compare-windows-whitespace): Doc fix.
21622 (compare-windows-sync, compare-windows-sync-string-size)
21623 (compare-windows-recenter, compare-ignore-whitespace)
21624 (compare-windows-highlight, compare-windows-face): New variables.
21625 (compare-windows): Use compare-windows-sync.
21626 (compare-windows-highlight, compare-windows-dehighlight)
21627 (compare-windows-sync-regexp)
21628 (compare-windows-sync-default-function): New functions.
21629
21630 2003-10-21 Juri Linkov <juri@jurta.org>
21631
21632 * diff.el (diff-parse-differences): Don't visit the files now;
21633 instead, just record the error locus.
21634
21635 2003-10-21 Dave Love <fx@gnu.org>
21636
21637 * progmodes/cfengine.el: New file.
21638
21639 2003-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
21640
21641 * complete.el (PC-do-completion): Do not forget to use `pred' as the
21642 default-directory when completing file names.
21643
21644 2003-10-20 Luc Teirlinck <teirllm@auburn.edu>
21645
21646 * help-mode.el (help-make-xrefs): Make sure that if a symbol is
21647 followed by the word `face', it gets treated as a face, even if
21648 it is also defined as a variable or a function.
21649
21650 2003-10-20 Dave Love <fx@gnu.org>
21651
21652 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
21653 Avoid incf in macro expansion.
21654
21655 2003-10-20 John Paul Wallington <jpw@gnu.org>
21656
21657 * emacs-lisp/elint.el (elint-check-defcustom-form): Don't use
21658 `evenp' so we don't implicitly require cl library at runtime.
21659
21660 2003-10-18 Luc Teirlinck <teirllm@auburn.edu>
21661
21662 * help-mode.el (help-xref-symbol-regexp): Treat newlines as whitespace.
21663 (help-make-xrefs): Only make cross-references for faces if
21664 preceded or followed by the word `face'. Do not make a
21665 cross-reference for variables without variable documentation,
21666 unless preceded by the word `variable' or `option'. Update doc
21667 string accordingly.
21668
21669 2003-10-18 Thien-Thi Nguyen <ttn@gnu.org>
21670
21671 * progmodes/hideshow.el: Rewrite one-armed `if'
21672 constructs using either `when' or `unless'.
21673 (hs-grok-mode-type): Elide superfluous `progn'; nfc.
21674
21675 2003-10-16 Nick Roberts <nick@nick.uklinux.net>
21676
21677 * gdb-ui.el (breakpoint-xpm-data, breakpoint-enabled-pbm-data)
21678 (breakpoint-disabled-pbm-data): Make breakpoint icons 10x10
21679 instead of 12x12.
21680
21681 2003-10-16 Eli Zaretskii <eliz@gnu.org>
21682
21683 * mail/rmail.el (rmail-convert-to-babyl-format): Display a
21684 message while converting to Babyl.
21685
21686 2003-10-16 Vadim Nasardinov <vadimn@redhat.com> (tiny change)
21687
21688 * allout.el (allout-mode): Doc fix.
21689
21690 2003-10-16 Lute Kamstra <lute@gnu.org>
21691
21692 * subr.el (force-mode-line-update): Fix docstring.
21693
21694 2003-10-14 Dave Love <fx@gnu.org>
21695
21696 * international/mule-cmds.el (find-multibyte-characters): Doc fix.
21697 (default-input-method): Add :link, improve :type.
21698 (locale-charset-language-names): Fix utf-8 pattern.
21699 (locale-charset-match-p, locale-charset-alist)
21700 (locale-charset-to-coding-system): New.
21701 (set-locale-environment): Deal with codeset part of locale specs.
21702
21703 2003-10-14 Lute Kamstra <lute@gnu.org>
21704
21705 * fringe.el (fringe-mode): Use active voice in docstring.
21706 (set-fringe-style): Ditto.
21707
21708 2003-10-13 Lute Kamstra <lute@gnu.org>
21709
21710 * fringe.el (fringe-mode): Fix docstring.
21711 (set-fringe-style): Ditto.
21712
21713 2003-10-12 Michael Kifer <kifer@cs.stonybrook.edu>
21714
21715 * ediff-mult.el (ediff-filegroup-action):
21716 Use ediff-default-filtering-regexp.
21717
21718 * ediff-util.el (ediff-recenter): Don't call
21719 ediff-restore-highlighting twice.
21720 (ediff-select-difference): Set current difference.
21721 (ediff-unselect-and-select-difference): Add comment.
21722
21723 * ediff.el (ediff-directories,ediff-directory-revisions)
21724 (ediff-directories3,ediff-merge-directories)
21725 (ediff-merge-directories-with-ancestor)
21726 (ediff-merge-directory-revisions)
21727 (ediff-merge-directory-revisions-with-ancestor):
21728 Use ediff-default-filtering-regexp.
21729
21730 2003-10-12 Andreas Schwab <schwab@suse.de>
21731
21732 * international/mule-cmds.el (locale-charset-language-names):
21733 Simplify regex by removing unused grouping.
21734
21735 2003-10-10 Dave Love <fx@gnu.org>
21736
21737 * bindings.el: Don't bind stop.
21738
21739 2003-10-08 Miles Bader <miles@gnu.org>
21740
21741 * gdb-ui.el (gdb-info-frames-custom): Use proper :inverse-video
21742 face instead of attempting to emulate it.
21743
21744 2003-10-07 Kenichi Handa <handa@m17n.org>
21745
21746 * international/mule-diag.el (list-coding-systems-1): List coding
21747 systems that are loaded automatically.
21748
21749 * international/code-pages.el (iso-8859-11): Add autoload cookie.
21750
21751 * international/mule.el (autoload-coding-system): New function.
21752
21753 2003-10-07 Andreas Schwab <schwab@suse.de>
21754
21755 * log-edit.el (log-edit-changelog-entries): Prefer local value of
21756 change-log-default-name in the buffer visiting the file.
21757
21758 2003-10-06 Dave Love <fx@gnu.org>
21759
21760 * files.el (find-file-hook): Customize.
21761 (auto-mode-alist): Add .stk, .ss, .sch, .orig.
21762
21763 * bindings.el (completion-ignored-extensions): Remove .log.
21764 (global-map): Add again, open, stop keys.
21765
21766 2003-10-05 Richard M. Stallman <rms@gnu.org>
21767
21768 * progmodes/sh-script.el (sh-feature): Handle sh-modify like sh-append.
21769 (sh-for, sh-indexed-loop, sh-function, sh-while, sh-while-getopts):
21770 Use sh-modify directly.
21771 (sh-select): Use sh-append, not eval.
21772
21773 * mail/emacsbug.el (report-emacs-bug): Fix previous change.
21774
21775 * info.el (Info-following-node-name): New function.
21776
21777 * loadhist.el (unload-feature-special-hooks):
21778 Rename from loadhist-hook-functions.
21779 (loadhist-hook-functions): Now an alias.
21780
21781 2003-10-04 Eli Zaretskii <eliz@gnu.org>
21782
21783 * ldefs-boot.el: Renamed from loaddefs-boot.el, to prevent
21784 file-name clashes on 8+3 filesystems.
21785
21786 * Makefile.in (DONTCOMPILE, bootstrap-clean):
21787 Rename loaddefs-boot.el to ldefs-boot.el
21788
21789 * makefile.w32-in (DONTCOMPILE, bootstrap-clean-CMD)
21790 (bootstrap-clean-SH): Rename loaddefs-boot.el to ldefs-boot.el
21791
21792 2003-10-03 Lute Kamstra <lute@gnu.org>
21793
21794 * info.el (Info-mode): Revert previous change.
21795 (Info-escape-percent): New function.
21796 (Info-fontify-node): Use it.
21797
21798 2003-10-02 Andreas Schwab <schwab@suse.de>
21799
21800 * loaddefs-boot.el: Regenerated.
21801
21802 2003-10-01 Rajesh Vaidheeswarran <rv@gnu.org>
21803
21804 * ffap.el: Remove defadvice related code from CVS since `complete'
21805 provides a `PC-completion-as-file-name-predicate' variable that
21806 ffap can override.
21807
21808 2003-10-02 Kenichi Handa <handa@m17n.org>
21809
21810 * international/utf-8.el (ccl-decode-mule-utf-8):
21811 Lookup utf-subst-table-for-decode even for U+E000..U+FFFF.
21812
21813 * international/subst-jis.el: Include U+FF00..U+FFEF in decode table.
21814 * international/subst-big5.el: Likewise.
21815 * international/subst-gb2312.el: Likewise.
21816 * international/subst-ksc.el: Likewise.
21817
21818 2003-10-01 Glenn Morris <gmorris@ast.cam.ac.uk>
21819
21820 * calendar/calendar.el (increment-calendar-month)
21821 (calendar-leap-year-p, calendar-absolute-from-gregorian)
21822 (generate-calendar, calendar-read-date, calendar-interval)
21823 (calendar-day-of-week): Handle years BC.
21824 (generate-calendar-month, calendar-gregorian-from-absolute): Doc fix.
21825
21826 2003-10-01 Dave Love <fx@gnu.org>
21827
21828 * language/cyrillic.el (cp1251): Alias for windows-1251.
21829
21830 * vc-cvs.el (vc-cvs-parse-entry): Revert last change to allow
21831 bootstrap.
21832
21833 2003-10-01 Lute Kamstra <lute@gnu.org>
21834
21835 * files.el: Fix typo.
21836 * imenu.el (imenu--generic-function): Docstring fix.
21837
21838 2003-09-30 Richard M. Stallman <rms@gnu.org>
21839
21840 * dired.el (dired-mode): Handle dired-directory as a list.
21841
21842 2003-09-30 Nick Roberts <nick@nick.uklinux.net>
21843
21844 * toolbar/gud-watch.xpm, toolbar/gud-watch.pbm: Add.
21845
21846 * toolbar/gud-display.xpm, toolbar/gud-display.pbm: Remove.
21847
21848 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map):
21849 Replace gud-display with gud-watch.
21850 (gud-speedbar-buttons): Add stuff for watching expressions
21851 in the speedbar when using M-x gdba. Use dolist on old part
21852 of this function.
21853
21854 * gdb-ui.el (gdb-var-list, gdb-var-changed, gdb-update-flag)
21855 (gdb-update-flag): New variables.
21856 (gdb-var-update, gdb-var-update-handler,gdb-var-delete)
21857 (gdb-speedbar-expand-node, gdb-var-evaluate-expression-handler)
21858 (gud-watch, gdb-var-create-handler) : New functions.
21859 (gdb-var-list-children, gdb-var-list-children-handler)
21860 (gdb-var-create-regexp, gdb-var-update-regexp)
21861 (gdb-var-list-children-regexp): New constants.
21862 (gud-gdba-command-name): Don't specify -noasync so that GDB/MI works.
21863 (gdb-annotation-rules): Reduce annotation set (level 3).
21864 (gdb-pre-prompt, gdb-prompt): Call handler in gdb-prompt.
21865 (gdb-post-prompt): Don't update GDB buffers every time speedbar
21866 updates.
21867 (gdb-window-height, gdb-window-width, gdb-display-in-progress)
21868 (gdb-expression-buffer-name, gdb-display-number, gdb-point)
21869 (gdb-dive-display-number, gdb-nesting-level, gdb-expression)
21870 (gdb-annotation-arg, gdb-dive-map, gdb-values, gdb-array-start)
21871 (gdb-array-stop, gdb-array-slice-map, gdb-display-string)
21872 (gdb-array-size, gdb-display-mode-map, gdb-expressions-mode-map):
21873 (gdb-expressions-mode-menu, gdb-dive): Remove variables.
21874 (gud-display, gud-display1)
21875 (gdb-display-begin,gdb-display-number-end, gdb-delete-line)
21876 (gdb-display-end, gdb-display-go-back, gdb-array-section-end)
21877 (gdb-field-begin, gdb-field-end, gdb-elt,gdb-field-format-begin)
21878 (gdb-field-format-end, gdb-dive, gdb-dive-new-frame)
21879 (gdb-insert-field, gdb-array-format, gdb-mouse-array-slice)
21880 (gdb-array-slice, gdb-array-format1, gdb-info-display-custom)
21881 (gdb-delete-frames, gdb-display-mode, gdb-display-buffer-name)
21882 (gdb-display-display-buffer, gdb-toggle-display)
21883 (gdb-delete-display, gdb-expressions-popup-menu)
21884 (gdb-expressions-mode, gdb-array-visualise): Remove functions.
21885 (gdb-setup-windows, gdb-reset, gdb-source-info): Remove references
21886 to display buffer.
21887
21888 2003-09-30 Richard M. Stallman <rms@gnu.org>
21889
21890 * progmodes/ada-mode.el (ada-mode): Don't use advice.
21891 Instead, set which-func-functions.
21892
21893 * progmodes/which-func.el (which-func-modes): Add ada-mode.
21894 (which-func-functions): New variable.
21895 (which-function): Use that.
21896
21897 * info.el (Info-mode): Double each `%' in header line.
21898
21899 * emacs-lisp/lisp-mnt.el (lm-with-file):
21900 When FILE is nil, run BODY in current buffer.
21901
21902 * mail/emacsbug.el (report-emacs-bug): Mention major and minor modes.
21903
21904 * help.el (describe-mode): Start with a brief list of minor modes.
21905 Find them thru minor-mode-list so as to find them all.
21906 Show them in alphabetical order.
21907
21908 * mail/sendmail.el (mail-aliases): Doc fix.
21909
21910 * progmodes/sh-script.el (sh-mode-syntax-table): Add defvar.
21911
21912 2003-09-30 Alexander Pohoyda <alexander.pohoyda@gmx.net> (tiny change)
21913
21914 * mail/rmailsum.el (rmail-make-summary-line-1):
21915 Change comma after last label to a space.
21916 (rmail-summary-font-lock-keywords): Adapt to that change.
21917
21918 2003-09-30 Thien-Thi Nguyen <ttn@gnu.org>
21919
21920 * progmodes/scheme.el (scheme-mode-variables): When setting
21921 `font-lock-defaults', also specify that "#" should
21922 be interpreted with `word' syntax.
21923 (scheme-font-lock-keywords-2): Also interpret "#:foo" as keyword.
21924
21925 2003-09-30 Lars Hansen <larsh@math.ku.dk>
21926
21927 * desktop.el: A lot of comments updated.
21928 (desktop-save-mode): Minor mode introduced.
21929 (desktop-enable, desktop-clear-preserve-buffers): Make vars obsolete.
21930 (desktop-load-default): Function made obsolete.
21931 (desktop-locals-to-save): Variable made customizable.
21932 (desktop-read): Optional parameter `dirname' added.
21933 (desktop-change-dir, desktop-revert): Parameter `dirname' in
21934 `desktop-read' used.
21935 (desktop-save-in-load-dir): Rename to `desktop-save-in-desktop-dir'.
21936
21937 2003-09-29 Rajesh Vaidheeswarran <rv@gnu.org>
21938
21939 * whitespace.el (whitespace-clean-msg): Add user customizable message
21940 for displaying ``clean'' output.
21941 (whitespace-buffer): Use `whitespace-clean-msg'.
21942 (whitespace-global-mode): Fix typo.
21943
21944 2003-09-29 Thien-Thi Nguyen <ttn@gnu.org>
21945
21946 * pcvs.el (cvs-mode-unmark-up): Move to goal column when done.
21947
21948 2003-09-29 Lute Kamstra <lute@gnu.org>
21949
21950 * bindings.el (mode-line-modes): Remove superfluous :propertize
21951 construct in initialization.
21952 (mode-line-position): Change cons cell into proper list in
21953 initialization.
21954
21955 2003-09-29 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change)
21956
21957 * international/mule.el (decode-coding-inserted-region): Use car
21958 of the return value of find-operation-coding-system.
21959
21960 2003-09-29 Kenichi Handa <handa@m17n.org>
21961
21962 * descr-text.el (describe-char): Fix previous change.
21963
21964 2003-09-28 Kenichi Handa <handa@m17n.org>
21965
21966 * descr-text.el (describe-char-display): New function.
21967 (describe-char): Pay attention to display table on describing how
21968 a character is displayed.
21969
21970 * international/mule-cmds.el (encoded-string-description):
21971 Prepend "0x" to each encoded byte.
21972
21973 2003-09-28 Andreas Schwab <schwab@suse.de>
21974
21975 * find-file.el (ff-special-constructs): Add autoload cookie.
21976
21977 2003-09-28 Kevin Ryde <user42@zip.com.au>
21978
21979 * info.el (Info-find-index-name): Remove any "<n>" suffixes which
21980 makeinfo appends to duplicate index entries.
21981
21982 2003-09-28 Eli Zaretskii <eliz@gnu.org>
21983
21984 * dired-x.el (dired-clean-tex): Doc fix.
21985
21986 * language/chinese.el ("Chinese-GB", "Chinese-BIG5"): Set up for
21987 using a Chinese tutorial.
21988
21989 2003-09-28 Jesper Harder <harder@ifa.au.dk> (tiny change)
21990
21991 * mail/smtpmail.el (smtpmail-via-smtp): Don't insert a space
21992 between "MAIL FROM:" and "RCPT TO:" and the following address.
21993
21994 2003-09-28 Jesper Harder <harder@ifa.au.dk> (tiny change)
21995
21996 * textmodes/text-mode.el (paragraph-indent-minor-mode): Doc fix.
21997
21998 2003-09-28 David Ponce <david@dponce.com>
21999
22000 * recentf.el (recentf-initialize-file-name-history): New defcustom.
22001 (recentf-load-list): When `recentf-initialize-file-name-history'
22002 is non-nil, initialize an empty `file-name-history' with the
22003 recent list.
22004
22005 2003-09-28 Evgeni Dobrev <evgeni_dobrev@developer.bg> (tiny change)
22006
22007 * man.el (Man-default-man-entry): Remove the leading `*' from the
22008 word at point.
22009
22010 2003-09-26 Lute Kamstra <lute@gnu.org>
22011
22012 * bindings.el (mode-line-position): Mention size indication in
22013 docstring.
22014
22015 2003-09-26 Andre Spiegel <spiegel@gnu.org>
22016
22017 * calendar/parse-time.el (parse-time-string): Add autoload cookie.
22018
22019 * vc-cvs.el (vc-cvs-parse-entry): Don't require parse-time,
22020 because it's autoloaded now.
22021
22022 2003-09-25 Glenn Morris <gmorris@ast.cam.ac.uk>
22023
22024 * progmodes/sh-script.el (sh-builtins): Add bash `shopt' builtin.
22025 (sh-font-lock-keywords, sh-feature): Fix previous change of
22026 sh-feature to avoid infloop with sh-font-lock-keywords.
22027
22028 2003-09-25 Kim F. Storm <storm@cua.dk>
22029
22030 * frame.el (frame-current-scroll-bars): New defun.
22031
22032 * window.el (window-current-scroll-bars): New defun.
22033
22034 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
22035
22036 * progmodes/cc-engine.el (c-parse-state): Fix bug that could
22037 cause errors when the state cache contains info on parts that have
22038 been narrowed out.
22039
22040 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
22041
22042 * progmodes/cc-vars.el (c-comment-prefix-regexp): Document that
22043 `c-setup-paragraph-variables' has to be used when this variable is
22044 changed; it doesn't work to reinitialize the mode since that
22045 typically clobbers the variable.
22046
22047 * progmodes/cc-styles.el (c-setup-paragraph-variables):
22048 Make it interactive.
22049
22050 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
22051
22052 * progmodes/cc-fonts.el (c-font-lock-declarations):
22053 Fix recognition of constructors and destructors for classes whose
22054 names are matched by `*-font-lock-extra-types'.
22055
22056 * progmodes/cc-langs.el (c-type-list-kwds): If "operator" is
22057 followed by an identifier in C++ then it's a type.
22058
22059 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
22060
22061 * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix eob
22062 problem that primarily affected XEmacs. Don't use faces to find
22063 unterminated strings since Emacs and XEmacs fontify strings
22064 differently - this function should now work better in XEmacs.
22065
22066 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
22067
22068 * progmodes/cc-cmds.el (c-electric-brace): Fix a bug in the
22069 `expand-abbrev' workaround which caused braces to misbehave inside
22070 macros.
22071
22072 * progmodes/cc-engine.el (c-forward-keyword-clause): Fix error
22073 handling. This bug could cause interactive font locking to bail out.
22074
22075 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
22076
22077 * progmodes/cc-engine.el (c-just-after-func-arglist-p):
22078 Handle paren-style types in Pike. Also fixed some cases of
22079 insufficient handling of unbalanced parens.
22080
22081 2003-09-24 Rajesh Vaidheeswarran <rv@gnu.org>
22082
22083 * ffap.el (ffap-shell-prompt-regexp): Add regexp to identify
22084 common shell prompts that are not common filename or URL characters.
22085 (ffap-file-at-point): Use the new regexp to strip the prompts from
22086 the file names. This is an issue mostly for user prompts that
22087 don't have a trailing space and find-file-at-point is invoked from
22088 within a shell inside Emacs.
22089
22090 2003-09-24 Andre Spiegel <spiegel@gnu.org>
22091
22092 * vc-cvs.el (vc-cvs-parse-entry): Restore the code to compare time
22093 stamps numerically, rather than textually.
22094
22095 2003-09-24 Kenichi Handa <handa@m17n.org>
22096
22097 * language/devan-util.el (devanagari-post-read-conversion):
22098 * language/mlm-util.el (malayalam-post-read-conversion):
22099 * language/tml-util.el (tamil-post-read-conversion):
22100 Add autoload cookie.
22101
22102 * international/utf-8.el (utf-8-post-read-conversion):
22103 Call post-read-conversion functions for Devanagari, Malayalam,
22104 and Tamil.
22105
22106 2003-09-23 Dave Love <fx@gnu.org>
22107
22108 * Makefile.in (bootstrap-clean): Fix misplaced `!'.
22109
22110 2003-09-22 Nick Roberts <nick@nick.uklinux.net>
22111
22112 * progmodes/gud.el (perldb): Add gud-until to list of commands.
22113 Update gud-remove.
22114
22115 2003-09-22 Richard M. Stallman <rms@gnu.org>
22116
22117 * progmodes/sh-script.el (sh-mode-default-syntax-table):
22118 Rename from sh-mode-syntax-table. Call sh-mode-syntax-table directly.
22119 (sh-mode-syntax-table-input): New variable.
22120 (sh-require-final-newline): Don't use eval.
22121 (sh-builtins, sh-leading-keywords, sh-other-keywords)
22122 (sh-variables, sh-font-lock-keywords): Don't use eval.
22123 (sh-set-shell): When setting require-final-newline,
22124 treat value = `require-final-newline' as don't change it.
22125 Set sh-mode-syntax-table locally based on
22126 sh-mode-syntax-table-input and sh-mode-default-syntax-table.
22127
22128 * progmodes/compile.el (compile-internal):
22129 Call compilation-set-window-height before setting window start.
22130
22131 2003-09-22 Greg Hill <ghill@synergymicro.com> (tiny change)
22132
22133 * emacs-lisp/bytecomp.el (byte-compile-log-file):
22134 Clear out byte-compile-last-warned-form.
22135
22136 2003-09-22 Richard M. Stallman <rms@gnu.org>
22137
22138 * woman.el (woman-file-name, woman-follow-word):
22139 If current-word returns nil, use "".
22140
22141 * simple.el (eval-expression): Bind standard-output in to-buffer case.
22142
22143 2003-09-22 Richard M. Stallman <rms@gnu.org>
22144
22145 * emacs-lisp/lisp-mnt.el (lm-with-file):
22146 Don't visit the file, just use insert-file-contents in temp buffer.
22147
22148 2003-09-22 Jari Aalto <jari.aalto@poboxes.com>
22149
22150 * emacs-lisp/lisp-mnt.el (lm-get-header-re):
22151 Add surrounding \\( and \\) around the header, as in
22152 for lm-history-header 'Change Log\\|History'.
22153
22154 2003-09-22 John Paul Wallington <jpw@gnu.org>
22155
22156 * progmodes/ld-script.el: Add Commentary section,
22157 minor cleanup of file header.
22158 (ld-script-font-lock-keywords): Doc fix.
22159 (toplevel): Provide `ld-script' feature.
22160
22161 2003-09-21 Kim F. Storm <storm@cua.dk>
22162
22163 * scroll-bar.el (set-scroll-bar-mode): Initialize to
22164 new built-in variable default-frame-scroll-bars.
22165 (scroll-bar-mode): Use default-frame-scroll-bars when enabling
22166 scroll-bar-mode; notably, use it instead of t when we toggle
22167 scroll-bars on.
22168 (toggle-scroll-bar): Use default-frame-scroll-bars.
22169
22170 2003-09-19 Masatake YAMATO <jet@gyve.org>
22171
22172 * pcvs.el (cvs-do-removal): Change the prompt depending on
22173 `filter' value.
22174
22175 2003-09-19 Glenn Morris <gmorris@ast.cam.ac.uk>
22176
22177 * startup.el (command-line-1): Stop startup-echo-area-message
22178 being hidden by "Loading image..." message.
22179 (use-fancy-splash-screens-p, display-splash-screen):
22180 Move display-graphic-p test from latter to former.
22181
22182 * progmodes/sh-script.el (sh-font-lock-keywords):
22183 Highlight escaped EOLs differently from other backslash constructs.
22184
22185 2003-09-19 Richard M. Stallman <rms@gnu.org>
22186
22187 * emacs-lisp/edebug.el (edebug-var-status, edebug-restore-status):
22188 New functions.
22189 (edebug-enter, edebug-outside-excursion): Use them.
22190
22191 * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
22192 Fix the condition for whether to print "In WHERE".
22193
22194 2003-09-19 Jari Aalto <jari.aalto@poboxes.com>
22195
22196 * finder.el (finder-mode-hook): New variable.
22197 (finder-mode): Run hook finder-mode-hook
22198
22199 2003-09-18 Masatake YAMATO <jet@gyve.org>
22200
22201 * progmodes/ebrowse.el: Fix broken magic autoload comments.
22202
22203 2003-09-17 Mario Lang <mlang@delysid.org>
22204
22205 * progmodes/gud.el (perldb): Change gud-print from just "%e" to
22206 "p %e" to actually print the value in the GUD buffer.
22207
22208 2003-09-16 Miles Bader <miles@gnu.ai.mit.edu>
22209
22210 From David Ponce <david.ponce@wanadoo.fr>:
22211 * makefile.w32-in (DONTCOMPILE): Add loaddefs-boot.el.
22212 (bootstrap-clean-CMD, bootstrap-clean-SH): Recreate loaddefs.el
22213 from loaddefs-boot.el if necessary.
22214
22215 2003-09-15 Zoltan Kemenczy <kemenczy@rogers.com>
22216
22217 * progmodes/gud.el (gud-find-class): Make jdb work again since
22218 cc-mode changed the syntactic information.
22219
22220 2003-09-15 David Ponce <david@dponce.com>
22221
22222 * recentf.el: (recentf-exclude): Accept predicates too.
22223 (recentf-file-readable-p): New function.
22224 (recentf-include-p): Handle predicates in recentf-exclude.
22225 (recentf-add-file): Doc fix. Use recentf-file-readable-p.
22226 (recentf-cleanup): Likewise.
22227 (recentf-save-list): Use write-file to handle backup of
22228 recentf-save-file.
22229
22230 2003-09-15 Miles Bader <miles@gnu.ai.mit.edu>
22231
22232 * loaddefs-boot.el: Renamed from `loaddefs.el'
22233 * Makefile.in (DONTCOMPILE): Add loaddefs-boot.el.
22234 (bootstrap-clean): Recreate loaddefs.el from loaddefs-boot.el if
22235 necessary.
22236
22237 2003-09-13 Thien-Thi Nguyen <ttn@gnu.org>
22238
22239 * electric.el (Electric-pop-up-window): For the `one-window' case,
22240 no longer disconcertingly move point in the original buffer.
22241
22242 2003-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
22243
22244 * emacs-lisp/tq.el (tq-create): Fix mixed up unquote style.
22245
22246 2003-09-12 Eric Hanchrow <offby1@blarg.net> (tiny change)
22247
22248 * dired.el (dired-mode-map): Fix typo.
22249
22250 2003-09-11 Richard M. Stallman <rms@gnu.org>
22251
22252 * dired.el (dired-mode-map): Bind M-g to dired-goto-file.
22253
22254 2003-09-11 Paul Pogonyshev <pogonyshev@gmx.net> (tiny change)
22255
22256 * window.el (kill-buffer-and-window): Remove `yes-or-no-p' so that
22257 the function is less noisy. Now only `kill-buffer' can ask questions.
22258
22259 2003-09-10 Mario Lang <mlang@delysid.org>
22260
22261 * battery.el: Update Commentary and Copyright.
22262 (battery-linux-proc-acpi): Fix a bug in %b which made "!" never
22263 appear due to wrong ordering of the expressions in `or'.
22264
22265 2003-09-09 Lute Kamstra <lute@gnu.org>
22266
22267 * misc.el (upcase-char): Fix docstring.
22268 (zap-up-to-char): New command.
22269
22270 2003-09-08 David Ponce <david@dponce.com>
22271
22272 Ensure that recentf correctly updates the menu bar.
22273 * recentf.el (recentf-menu-path,recentf-menu-before): Doc fix.
22274 (recentf-menu-bar): New function.
22275 (recentf-clear-data): Use it
22276 (recentf-update-menu): Likewise. Use easy-menu-add-item instead
22277 of easy-menu-change.
22278
22279 2003-09-08 Lute Kamstra <lute@gnu.org>
22280
22281 * simple.el (size-indication-mode): New.
22282 * bindings.el (mode-line-position): Add buffer size indicator.
22283
22284 2003-09-04 Mario Lang <mlang@delysid.org>
22285
22286 * battery.el (battery-linux-proc-acpi): New function.
22287 (battery-status-function): Modify default value calculation to also
22288 check for availability of ACPI.
22289 (battery-echo-area-format): Ditto.
22290 (battery-mode-line-format): Ditto.
22291
22292 2003-09-06 Dave Love <fx@gnu.org>
22293
22294 * ielm.el (ielm-mode-hook): Add :options.
22295
22296 * emacs-lisp/eldoc.el (eldoc-print-current-symbol-info-function): New.
22297 (eldoc-print-current-symbol-info): Use it.
22298
22299 2003-09-04 Nick Roberts <nick@nick.uklinux.net>
22300
22301 * gdb-ui.el (gud-display1): Use gud-call to prevent extra prompt
22302 being displayed in GUD buffer.
22303 (gdb-idle-input-queue): Remove var. Use just one queue.
22304 (gdb-enqueue-idle-input,gdb-dequeue-idle-input):
22305 Remove functions. Use just one queue.
22306 (gdb-prompt, gdb-subprompt, def-gdb-auto-update-trigger)
22307 (gdb-invalidate-assembler, gdb-get-current-frame):
22308 Modify functions. Use just one queue.
22309
22310 2003-09-04 Dave Love <fx@gnu.org>
22311
22312 * cus-start.el: Add blink-cursor-alist.
22313
22314 * ruler-mode.el (ruler-mode-fill-column-char)
22315 (ruler-mode-current-column-char): Use char-displayable-p,
22316 not window-system.
22317
22318 * international/codepage.el ("mule-diag"): Add eval-after-load clause.
22319
22320 * language/european.el (windows-1252): Move from code-pages.
22321
22322 * language/cyrillic.el ("Windows-1251"): Delete.
22323 ("Bulgarian", "Belarusian"): Remove `features'.
22324 (windows-1251): Move from code-pages.
22325
22326 * international/mule-diag.el (non-iso-charset-alist):
22327 Remove `codepage' stuff.
22328 (print-designation, list-coding-systems-1): Output fixes.
22329
22330 * international/code-pages.el (cp-make-translation-table)
22331 (cp-valid-codes): Made defsubsts.
22332 (cp-fix-safe-chars): Delete.
22333 (mule-diag): Don't require.
22334 (windows-1251, windows-1252): Remove to cyrillic.el/european.el.
22335 (top-level): Check for defined coding system when defining
22336 cp... aliases. Change w32-add-charset-info test to avoid warning.
22337 (non-iso-charset-alist): Defvar when compiling.
22338 (cp-make-coding-system): Doc fix.
22339
22340 2003-09-02 Jason Rumney <jasonr@gnu.org>
22341
22342 * international/titdic-cnv.el (tsang-quick-converter): Fix broken
22343 line-ends from CVS before doing conversion.
22344
22345 2003-09-02 Glenn Morris <gmorris@ast.cam.ac.uk>
22346
22347 * calendar/diary-lib.el (diary-header-line-flag)
22348 (diary-header-line-format): New variables.
22349 (list-diary-entries): Use them to set header line in simple diary.
22350
22351 * progmodes/sh-script.el (sh-font-lock-keywords): Use something
22352 other than font-lock-string-face to highlight backslashes.
22353
22354 2003-09-01 Jason Rumney <jasonr@gnu.org>
22355
22356 * international/titdic-cnv.el (tit-read-key-value): Include \r in
22357 regexp.
22358
22359 2003-09-01 Dave Love <fx@gnu.org>
22360
22361 * mouse.el (mouse-popup-menubar, mouse-skip-word): Doc fix.
22362
22363 * menu-bar.el (menu-bar-showhide-menu): Amend date and time label
22364 and :help; also line and column numbers labels.
22365
22366 * international/mule-util.el (char-displayable-p): Move from
22367 latin1-disp, rename and autoload.
22368
22369 * international/latin1-disp.el (latin1-char-displayable-p):
22370 Now obsolete alias. Replace uses with char-displayable-p.
22371 (latin1-display-ucs-per-lynx): Fix last change.
22372
22373 * international/mule-cmds.el (standard-display-european-internal):
22374 Don't use char code for Latin-1 NBSP.
22375 <XFree86 4>: Unfrob NBSP display table. Set display table to use
22376 U+2018, U+2019 for `'.
22377 (select-safe-coding-system): Message fix.
22378
22379 2003-09-01 Kenichi Handa <handa@m17n.org>
22380
22381 * international/fontset.el (setup-default-fontset): For Thai
22382 font, specify "*" family.
22383
22384 2003-09-01 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
22385
22386 * progmodes/compile.el (previous-error): Accept a prefix
22387 argument, similarly to next-error.
22388
22389 2003-08-31 Masatake YAMATO <jet@gyve.org>
22390
22391 * pcvs.el (cvs-do-removal): Use = instead of eq to check
22392 the number of files. Bind the number of files to a local
22393 variable. Suggested by Kevin Rodgers <ihs_4664@yahoo.com>.
22394
22395 2003-08-30 Eli Zaretskii <eliz@gnu.org>
22396
22397 * vc-hooks.el (vc-make-version-backup): Fix the change made on
22398 2003-07-26: msdos-long-file-names is a function, not a variable.
22399
22400 2003-08-29 Richard M. Stallman <rms@gnu.org>
22401
22402 * mail/sendmail.el (sendmail-sync-aliases, mail-setup):
22403 Do nothing with mail-personal-alias-file if it is nil.
22404
22405 * mail/mailabbrev.el (mail-abbrevs-sync-aliases):
22406 Do nothing if mail-personal-alias-file is nil.
22407
22408 * term.el (term-exec-1): Bind coding-system-for-read.
22409
22410 * dired.el (dired-mouse-find-file-other-window):
22411 Use dired-view-command-alist here, as in dired-view-file.
22412 (dired-view-command-alist): Use %s to substitute file name.
22413 Handle .ps_pages, .eps, .jpg, .gif, .png.
22414
22415 2003-08-29 Paul Pogonyshev <pogonyshev@gmx.net> (tiny change)
22416
22417 * info.el (Info-mode-map): Bind S-tab and <backtab> to
22418 `Info-prev-reference', instead of M-tab.
22419
22420 2003-08-29 Martin Stjernholm <mast@lysator.liu.se>
22421
22422 * simple.el (blink-matching-open): Work correctly on chars that
22423 are designated as parens through the syntax-table text property.
22424
22425 2003-08-29 Thierry Emery <thierry.emery@club-internet.fr> (tiny change)
22426
22427 * kinsoku.el (kinsoku-longer, kinsoku-shorter): Do not choose a
22428 line break position in the middle of a non-kinsoku (e.g. latin)
22429 word, making it skip until either a space or a character with
22430 category "|".
22431 (kinsoku-longer): Test for end of buffer.
22432
22433 2003-08-28 Eli Zaretskii <eliz@gnu.org>
22434
22435 * mail/rmail.el (rmail-convert-to-babyl-format):
22436 Detect quoted-printable- and base64-encoded messages and decode them
22437 automatically. Set the message's encoding from the charset=
22438 header, if any. Decode base64-encoded messages in Mail format as well.
22439
22440 2003-08-26 Glenn Morris <gmorris@ast.cam.ac.uk>
22441
22442 * mail/smtpmail.el: Fix previous change.
22443 (smtpmail-send-queued-mail): Set smtpmail-mail-address before
22444 calling smtpmail-via-smtp.
22445 (smtpmail-via-smtp): Add fall-back values for envelope-from.
22446
22447 2003-08-26 John Paul Wallington <jpw@gnu.org>
22448
22449 * image.el (image-jpeg-p): Don't search beyond length of data.
22450
22451 2003-08-26 Martin Stjernholm <bug-cc-mode@gnu.org>
22452
22453 * progmodes/cc-cmds.el (c-electric-brace): Work around for a
22454 misfeature in `expand-abbrev' which caused electric keywords like
22455 "else" to disappear if an open brace was typed directly afterwards.
22456
22457 2003-08-26 Martin Stjernholm <bug-cc-mode@gnu.org>
22458
22459 * progmodes/cc-vars.el (c-extra-types-widget): The doc string is
22460 mandatory in `define-widget'.
22461
22462 * progmodes/cc-align.el, progmodes/cc-langs.el (c-lineup-math):
22463 Don't align the operators "!=", "<=" and ">=" as assignment operators.
22464
22465 (c-assignment-operators): New language constant that only contains
22466 the assignment operators.
22467
22468 (c-assignment-op-regexp): New language var used by `c-lineup-math'.
22469
22470 2003-08-26 Martin Stjernholm <bug-cc-mode@gnu.org>
22471
22472 * progmodes/cc-engine.el (c-just-after-func-arglist-p):
22473 Safeguard against unbalanced sexps.
22474
22475 2003-08-26 Terje Rosten <terjeros@phys.ntnu.no>
22476
22477 * version.el (emacs-version): Check for gtk. Include gtk version info.
22478
22479 2003-08-25 John Paul Wallington <jpw@gnu.org>
22480
22481 * man.el (Man-default-man-entry): Don't whizz past the section
22482 number before looking for it.
22483
22484 2003-08-24 Nick Roberts <nick@nick.uklinux.net>
22485
22486 * progmodes/gud.el (gud-display-line): Don't set window-point if
22487 source buffer is not visible. (Only happens with M-x gdba.)
22488
22489 * gdb-ui.el (gdba): Remove gdb-quit (previously removed) from
22490 documentation.
22491 (gdb-source, gdb-source-info): Update to assembler unnecessary
22492 as its done after each GDB command anyway.
22493 (gdb-pre-prompt): Use with-current-buffer.
22494 (gdb-insert-field): Add help-echo text.
22495 (gdb-invalidate-assembler): Re-display of assembler now done in
22496 gdb-info-breakpoints-custom.
22497 (gdb-info-breakpoints-custom): Force re-display of assembler to
22498 happen *after* update of breakpoints buffer.
22499 (gdb-display-source-buffer): Don't choke if gdb-source-window
22500 isn't visible.
22501 (gdb-put-string, gdb-put-arrow): Remove free variables.
22502
22503 2003-08-24 John Paul Wallington <jpw@gnu.org>
22504
22505 * ibuffer.el (ibuffer-formats): Make name and size columns wider.
22506
22507 * man.el (Man-default-man-entry): Strip text properties when
22508 snarfing parts of entry because `format' preserves properties.
22509
22510 2003-08-24 Glenn Morris <gmorris@ast.cam.ac.uk>
22511
22512 * files.el (file-newest-backup): Use `expand-file-name'.
22513
22514 * calendar/diary-lib.el (simple-diary-display, make-diary-entry):
22515 Allow the diary to pop up a new frame, if needed.
22516
22517 * mail/sendmail.el (mail-specify-envelope-from): Doc change.
22518 * mail/smtpmail.el (smtpmail-mail-address): Doc change.
22519 (smtpmail-send-it): Make treatment of envelope-from consistent with
22520 sendmail.el.
22521
22522 * progmodes/sh-script.el (sh-builtins): Add some bash builtins.
22523 (sh-leading-keywords): Add the bash `time' reserved word.
22524 (sh-variables): Add some bash variables.
22525 (sh-add-completer): Fix nil branch of case statement.
22526
22527 2003-08-24 Masatake YAMATO <jet@gyve.org>
22528
22529 * progmodes/ld-script.el: New file.
22530
22531 2003-08-23 Markus Rost <rost@math.ohio-state.edu>
22532
22533 * vc-hooks.el (vc-ignore-vc-files, vc-master-templates): Doc fix.
22534
22535 2003-08-23 Andre Spiegel <spiegel@gnu.org>
22536
22537 * vc-hooks.el (vc-ignore-vc-files, vc-master-templates):
22538 Better explain obsolescence, and what to use instead.
22539
22540 2003-08-23 Masatake YAMATO <jet@gyve.org>
22541
22542 * pcvs.el (cvs-do-removal): Show the deleted file name
22543 on the prompt.
22544
22545 2003-08-20 Dave Love <fx@gnu.org>
22546
22547 * international/mule.el (make-coding-system)
22548 (set-buffer-file-coding-system): Doc fix.
22549
22550 * emacs-lisp/lisp-mode.el (common-lisp-mode): New.
22551
22552 * emacs-lisp/lisp.el (beginning-of-defun-function): Doc fix.
22553
22554 * international/utf-8.el (ucs-unicode-to-mule-cjk): Use smaller :size.
22555
22556 * international/utf-16.el: Add mime-text-unsuitable coding system
22557 properties.
22558
22559 * international/latin1-disp.el (latin1-display): Add ?\e$,1s"\e(B.
22560
22561 * cus-edit.el: Add some :links.
22562 (bib): Remove.
22563
22564 * textmodes/bib-mode.el (bib): Add :group external.
22565
22566 2003-08-18 Luc Teirlinck <teirllm@mail.auburn.edu>
22567
22568 * wid-edit.el (widget-echo-help): Make it handle expressions that
22569 evaluate to strings.
22570
22571 2003-08-18 Michael Mauger <mmaug@yahoo.com>
22572
22573 Version 1.8.0 of sql-mode. (Patch submitted 2003-06-21)
22574
22575 Simplify selection of SQL products to define highlighting and
22576 interactive mode. Includes detailed instructions on adding
22577 support for new products.
22578
22579 * progmodes/sql.el (sql-product): New variable. Identifies SQL
22580 product for use in highlighting and interactive mode.
22581 (sql-interactive-product): New variable. SQL product for
22582 sql-interactive-mode.
22583 (sql-product-support): New variable. Specifies product-specific
22584 parameters to drive highlighting and interactive mode.
22585 (sql-imenu-generic-expression): Add more object types.
22586 (sql-sqlite-options): Correct comment.
22587 (sql-ms-program): Use "osql" rather than "isql".
22588 (sql-prompt-regexp, sql-prompt-length): Update comment.
22589 (sql-mode-menu): Add "Start SQLi session" entry.
22590 Replace Highlighting submenu with Product menu. Fix Send Region entry.
22591 (sql-mode-abbrev-table): Add abbreviations. Support of
22592 SYSTEM-FLAG on define-abbrev. Support was removed with last
22593 check-in; it now handles older Emacsen without the SYSTEM-FLAG.
22594 (sql-mode-font-lock-object-name): Add font-lock pattern for object
22595 names.
22596 (sql-mode-ansi-font-lock-keywords): Set as default value.
22597 (sql-mode-oracle-font-lock-keywords): Set as default value.
22598 Support Oracle 9i keywords.
22599 (sql-mode-postgres-font-lock-keywords): Set as default value.
22600 (sql-mode-linter-font-lock-keywords): Set as default value.
22601 (sql-mode-ms-font-lock-keywords): New variable. Support Microsoft
22602 SQLServer 2000.
22603 (sql-mode-sybase-font-lock-keywords)
22604 (sql-mode-interbase-font-lock-keywords)
22605 (sql-mode-sqlite-font-lock-keywords)
22606 (sql-mode-strong-font-lock-keywords)
22607 (sql-mode-mysql-font-lock-keywords)
22608 (sql-mode-db2-font-lock-keywords): New variables. Default to ANSI
22609 keywords.
22610 (sql-mode-font-lock-defaults): Update comment.
22611 (sql-product-feature): New function. Returns feature associated
22612 with a product from `sql-product-support' alist.
22613 (sql-product-font-lock): New function. Set font-lock support
22614 based on `sql-product'.
22615 (sql-add-product-keywords): New function. Add font-lock rules to
22616 product-specific keyword variables.
22617 (sql-set-product): New function. Set `sql-product' and apply
22618 appropriate font-lock highlighting.
22619 (sql-highlight-product): New function. Set font-lock support
22620 based on a product. Also set mode name to include product name.
22621 (sql-highlight-ansi-keywords, sql-highlight-oracle-keywords)
22622 (sql-highlight-postgres-keywords, sql-highlight-linter-keywords):
22623 Use `sql-set-product'.
22624 (sql-highlight-ms-keywords)
22625 (sql-highlight-sybase-keywords)
22626 (sql-highlight-interbase-keywords)
22627 (sql-highlight-strong-keywords)
22628 (sql-highlight-mysql-keywords)
22629 (sql-highlight-sqlite-keywords)
22630 (sql-highlight-db2-keywords): New functions. Use `sql-set-product'.
22631 (sql-get-login): Prompt in the same order as the tokens.
22632 (sql-mode): Uses `sql-product-highlight' and `sql-product-font-lock'.
22633 (sql-product-interactive): New function. Common portions of
22634 product-specific interactive mode wrappers.
22635 (sql-interactive-mode): Rewritten to use product features.
22636 (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
22637 (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
22638 (sql-db2, sql-linter): Use `sql-product-interactive'.
22639 (sql-connect-oracle, sql-connect-sybase, sql-connect-informix)
22640 (sql-connect-sqlite, sql-connect-mysql, sql-connect-solid)
22641 (sql-connect-ingres, sql-connect-postgres)
22642 (sql-connect-interbase, sql-connect-db2, sql-connect-linter):
22643 New functions. Format command line parameters and invoke comint on
22644 the appropriate interpreter. Code was in the corresponding
22645 `sql-xyz' function before.
22646 (sql-connect-ms): New function. Support -E argument to use
22647 operating system credentials for authentication.
22648
22649 2003-08-18 Kenichi Handa <handa@m17n.org>
22650
22651 * international/mule.el (encode-char): Fix for the ASCII case.
22652
22653 2003-08-15 Kenichi Handa <handa@m17n.org>
22654
22655 * international/fontset.el (setup-default-fontset): Change "*" to
22656 nil in the specifications of font family.
22657
22658 2003-08-18 Kim F. Storm <storm@cua.dk>
22659
22660 * kmacro.el (kmacro-keymap): Group related bindings in
22661 initialization for clarity. Bind C-s to start macro.
22662 Remove C-r binding.
22663 (kmacro-initial-counter-value): New defvar to hold initial counter
22664 value in case we set the value before defining a macro.
22665 (kmacro-insert-counter): Clear kmacro-initial-counter-value..
22666 (kmacro-set-counter): Set kmacro-initial-counter-value if we are
22667 not defining or executing macro. Doc fix.
22668 (kmacro-add-counter): Clear kmacro-initial-counter-value.
22669 (kmacro-view-last-item, kmacro-view-item-no): New defvars used to
22670 temporarily view older elements on the macro ring without cycling
22671 the ring.
22672 (kmacro-display): Doc fix.
22673 (kmacro-exec-ring-item): New helper function.
22674 (kmacro-call-ring-2nd): Use it.
22675 (kmacro-call-ring-2nd-repeat): Doc fix.
22676 (kmacro-start-macro): Use (and clear) kmacro-initial-counter-value.
22677 (kmacro-end-or-call-macro): Execute last viewed macro (using
22678 kmacro-exec-ring-item) from ring if this follows
22679 kmacro-view-macro. This allows us to find a macro on the ring
22680 with C-x C-k C-v C-v ... and execute it (with C-k) without cycling
22681 the ring to bring it to the head of the ring.
22682 (kmacro-bind-to-key): Doc fix (describe reserved bindings).
22683 Allow binding to reserved keys without specifying C-x C-k prefix.
22684 Ask for confirmation if entered key sequence is already bound to
22685 a non-macro command.
22686 (kmacro-view-macro): Repeating command will show older elements
22687 on the macro ring; C-k will execute the last viewed macro.
22688 (kmacro-view-macro-repeat): Doc fix. Change its kmacro-repeat
22689 property from 'ring to 'head.
22690
22691 2003-08-17 Alan Shutko <ats@acm.org>
22692
22693 * calendar/calendar.el (calendar-make-alist): Correct off-by-one
22694 keeping December out of the alist.
22695
22696 2003-08-17 Edward M. Reingold <reingold@emr.cs.iit.edu>
22697
22698 * calendar/cal-move.el (calendar-goto-day-of-year): New function.
22699 * calendar/calendar.el (calendar-mode-map): Bind it to key.
22700 * calendar/cal-menu.el (calendar-mode-map): Add it to menu.
22701 (calendar-flatten): New function.
22702 (calendar-mouse-view-other-diary-entries)
22703 (calendar-mouse-view-diary-entries): Rewritten to put any holidays
22704 in the menu title and to show multi-line diary entries correctly
22705 in the menu.
22706
22707 2003-08-17 Luc Teirlinck <teirllm@mail.auburn.edu>
22708
22709 * info.el (Info-scroll-prefer-subnodes): Add :version keyword to
22710 defcustom, because the default was recently changed.
22711
22712 2003-08-16 Richard M. Stallman <rms@gnu.org>
22713
22714 * net/ange-ftp.el (ange-ftp-error): Add save-excursion.
22715
22716 * emacs-lisp/lisp-mode.el (eval-last-sexp-print-value):
22717 New subroutine, broken out of eval-last-sexp-1.
22718 (eval-last-sexp-1): Use eval-last-sexp-print-value.
22719
22720 * custom.el (custom-load-symbol): Load cus-load and cus-start first.
22721
22722 * dabbrev.el (dabbrev--safe-replace-match): Use with-no-warnings.
22723
22724 * simple.el (eval-expression): Use eval-last-sexp-print-value.
22725
22726 2003-08-14 Jari Aalto <jari.aalto@poboxes.com>
22727
22728 * progmodes/compile.el (compilation-error-regexp-alist):
22729 Add Java ANt error detection as described in document
22730 http://ant.apache.org/faq.html
22731
22732 2003-08-12 Juri Linkov <juri@jurta.org> (tiny change)
22733
22734 * simple.el (backward-word, forward-to-indentation)
22735 (backward-to-indentation): Argument changed to optional.
22736 (next-line, previous-line): Use `or' instead of `unless'.
22737
22738 2003-08-12 Vinicius Jose Latorre <viniciusjl@ig.com.br>
22739
22740 * progmodes/ebnf-iso.el (ebnf-no-meta-identifier): Becomes a var
22741 instead of a constant.
22742
22743 2003-08-12 Markus Rost <rost@math.ohio-state.edu>
22744
22745 * shell.el (shell): With prefix-arg, suggest a new buffer name.
22746
22747 2003-08-12 Andre Spiegel <spiegel@gnu.org>
22748
22749 * vc-sccs.el (vc-sccs-state-heuristic): Fix parentheses.
22750 (vc-sccs-workfile-version): Search the entire delta table, rather
22751 than just the first entry, because that might be a deleted version.
22752
22753 2003-08-11 Karl Fogel <kfogel@red-bean.com>
22754
22755 * menu-bar.el (menu-bar-options-menu): Supply a body for the
22756 [save-place] binding in the Options menu. Have it require
22757 'saveplace' and then toggle the variable manually, to avoid an an
22758 unbound variable error. Thanks to <Sebastien.Kirche@sage.com>
22759 for the bug report.
22760
22761 2003-08-11 Nick Roberts <nick@nick.uklinux.net>
22762
22763 * gdb-ui.el (gdb-insert-field, gdb-array-format1)
22764 (gdb-info-breakpoints-custom, gdb-info-frames-custom)
22765 (gdb-info-threads-custom): Add help-echo text.
22766 (gdb-display-back): Don't use purecopy.
22767 (gdb-info-breakpoints-custom, gdb-reset)
22768 (gdb-assembler-custom): Use display-images-p to test if breakpoint
22769 icons can be displayed.
22770
22771 2003-08-11 Markus Rost <rost@math.ohio-state.edu>
22772
22773 * textmodes/reftex-vars.el (reftex-auto-recenter-toc): Fix typo.
22774
22775 2003-08-11 Stefan Monnier <monnier@cs.yale.edu>
22776
22777 * bookmark.el (bookmark-completing-read):
22778 Return a string, instead of a list of one string.
22779 Use a popup menu if activated from the mouse.
22780 (bookmark-edit-annotation): Remove unused vars.
22781 (bookmark-jump, bookmark-relocate, bookmark-insert-location)
22782 (bookmark-rename, bookmark-insert, bookmark-delete): Adjust calls
22783 to bookmark-completing-read.
22784 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
22785 (bookmark-bmenu-mark, bookmark-bmenu-select, bookmark-bmenu-unmark)
22786 (bookmark-bmenu-delete, bookmark-bmenu-list): Use inhibit-read-only
22787 and erase-buffer.
22788 (bookmark-menu-delete, bookmark-menu-rename, bookmark-menu-locate)
22789 (bookmark-menu-jump, bookmark-menu-insert)
22790 (bookmark-popup-menu-and-apply-function)
22791 (bookmark-menu-popup-paned-bookmark-menu): Remove.
22792 (bookmark-menu-build-paned-menu): Remove by folding it into
22793 bookmark-menu-popup-paned-menu.
22794 (menu-bar-bookmark-map): Move the define-key statements here.
22795 Use the "non-menu" commands since they now pop up a menu if needed.
22796 (bookmark-exit-hook-internal): Simplify.
22797
22798 2003-08-11 Carsten Dominik <dominik@sand.science.uva.nl>
22799
22800 * reftex-toc.el (reftex-toc-rename-label): New function.
22801 (reftex-toc-check-docstruct): New function.
22802
22803 * reftex.el (reftex-region-active-p): New function.
22804
22805 * reftex-parse.el (reftex-locate-bibliography-files): Improved the
22806 regexp to find the \bibliography macro.
22807
22808 * reftex-vars.el (reftex-section-levels): Removed subsubparagraph,
22809 which does not exist in LaTeX.
22810 (reftex-cite-format-builtin): Added amsrefs support.
22811 (reftex-toc-confirm-promotion): New option
22812
22813 * reftex-toc.el
22814 (reftex-toc): Use `reftex-toc-split-windows-fraction'.
22815 (reftex-toc-demote, reftex-toc-promote)
22816 (reftex-toc-do-promote, reftex-toc-promote-prepare)
22817 (reftex-toc-promote-action, reftex-toc-extract-section-number)
22818 (reftex-toc-newhead-from-alist)
22819 (reftex-toc-load-all-files-for-promotion): New functions.
22820 (reftex-toc-help): Added description of new keys.
22821 (reftex-toc-split-windows-fraction): New option.
22822 (reftex-recenter-toc-when-idle): Search *toc* window on all
22823 visible frames.
22824 (reftex-toc): Additional parameter REUSE
22825 (reftex-toc-recenter): Remember current frame. Call `reftex-toc'
22826 with REUSE argument.
22827 (reftex-recenter-toc-when-idle): Reset `current-prefix-arg' for
22828 the call of `reftex-toc'.
22829 (reftex-make-separate-toc-frame): New function .
22830 (reftex-toc-recenter): When called with triple prefix arg, call
22831 `reftex-make-separate-toc-frame' first.
22832 (reftex-toc-toggle-dedicated-frame): New command.
22833 (reftex-toc-quit): Adapted to delete frame when called in
22834 dedicated frame.
22835
22836 * reftex-index.el (reftex-index-phrase-match-is-indexed): Check
22837 all enclosing macros.
22838
22839
22840 2003-08-08 Vinicius Jose Latorre <viniciusjl@ig.com.br>
22841
22842 * progmodes/ebnf2ps.el (ebnf-total, ebnf-nprod): Move defvar before
22843 first use.
22844
22845 2003-08-07 Vinicius Jose Latorre <viniciusjl@ig.com.br>
22846
22847 * progmodes/ebnf2ps.el (ebnf-begin-job): Code fix.
22848
22849 2003-08-06 Glenn Morris <gmorris@ast.cam.ac.uk>
22850
22851 * calendar/calendar.el (list-diary-entries-hook)
22852 (diary-display-hook, nongregorian-diary-listing-hook)
22853 (mark-diary-entries-hook, nongregorian-diary-marking-hook):
22854 Add some customize options for these hooks.
22855 (calendar-abbrev-construct): Don't try to take a substring longer
22856 than the original string.
22857
22858 2003-08-05 Richard M. Stallman <rms@gnu.org>
22859
22860 * emacs-lisp/testcover.el (noreturn): Report error if does return.
22861 (testcover-reinstrument-clauses): Doc fix.
22862
22863 * emacs-lisp/warnings.el: Doc fixes, args renamed.
22864 (warning-type-format): Rename from warning-group-format.
22865
22866 * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-var): New var.
22867 (byte-compile-variable-ref): Handle byte-compile-not-obsolete-var.
22868 (byte-compile-defvar): Bind byte-compile-not-obsolete-var
22869 to prevent warnings about defvar for an obsolete variable.
22870
22871 * emacs-lisp/bytecomp.el (byte-compile-log-warning):
22872 warning-group-format renamed to warning-type-format.
22873
22874 * subr.el (read-passwd): Use clear-string instead of fillarray.
22875
22876 * edmacro.el (edmacro-format-keys): Use edmacro-sanitize-for-string.
22877 Use vconcat instead of concat.
22878 (edmacro-sanitize-for-string): New function.
22879
22880 2003-08-05 Dave Love <fx@gnu.org>
22881
22882 * cus-start.el: Add open-paren-in-column-0-is-defun-start,
22883 line-number-display-limit-width.
22884
22885 * textmodes/tex-mode.el (tex-dvi-view-command): Fix quoted quotes.
22886
22887 2003-08-05 Kenichi Handa <handa@m17n.org>
22888
22889 * international/code-pages.el: Don't require mule-diag.
22890
22891 * international/mule-diag.el (non-iso-charset-alist):
22892 Add autoload cookie.
22893
22894 * language/devan-util.el (dev-glyph-order): Add an entry for the
22895 glyph code #xC4.
22896
22897 2003-08-03 Glenn Morris <gmorris@ast.cam.ac.uk>
22898
22899 * calendar/calendar.el (diary-file, diary-file-name-prefix)
22900 (european-calendar-style, diary-date-forms)
22901 (calendar-day-name-array, calendar-month-name-array): Doc change.
22902 (generate-calendar-month): Adapt for new behavior of
22903 `calendar-day-name' function.
22904 (calendar-abbrev-length, calendar-day-abbrev-array)
22905 (calendar-month-abbrev-array): New variables.
22906 (calendar-abbrev-construct): New function.
22907 (calendar-day-name, calendar-month-name): Use new abbrev arrays,
22908 rather than fixing abbrevs at some width. Calling syntax change.
22909 (calendar-make-alist): Use abbrev arrays. Calling syntax change.
22910 (calendar-date-string): Adapt for new behaviors of
22911 `calendar-day-name' and `calendar-month-name' functions.
22912
22913 * calendar/diary-lib.el (list-diary-entries): Adapt for new
22914 behavior of `calendar-day-name' and `calendar-month-name' functions.
22915 (diary-name-pattern): Use abbrev arrays, rather than fixing
22916 abbrevs at three chars. Calling syntax change.
22917 (mark-diary-entries): Adapt for new behaviors of
22918 `diary-name-pattern' and `calendar-make-alist' functions.
22919 (fancy-diary-font-lock-keywords): Adapt for new behavior of
22920 `diary-name-pattern' function.
22921 (font-lock-diary-date-forms): Use abbrev arrays, rather than
22922 fixing abbrevs at three chars. Calling syntax change.
22923 (cal-hebrew, cal-islam): Require when compiling.
22924 (diary-font-lock-keywords): Adapt for new behavior of
22925 `font-lock-diary-date-forms' function.
22926
22927 * calendar/cal-hebrew.el: Reposition some code so defined before used.
22928 (calendar-hebrew-month-name-array-common-year)
22929 (calendar-hebrew-month-name-array-leap-year): Add doc strings.
22930 (list-hebrew-diary-entries): Adapt for new behaviors of
22931 `calendar-day-name' and `add-to-diary-list' functions.
22932 (mark-hebrew-diary-entries): Adapt for new behaviors of
22933 `diary-name-pattern' and `calendar-make-alist' functions.
22934
22935 * calendar/cal-islam.el (calendar-islamic-month-name-array):
22936 Add doc string.
22937 (list-islamic-diary-entries): Adapt for new behaviors of
22938 `calendar-day-name' and `add-to-diary-list' functions.
22939 (mark-islamic-diary-entries): Adapt for new behaviors of
22940 `diary-name-pattern' and `calendar-make-alist' functions.
22941
22942 * calendar/cal-menu.el (cal-menu-update): Adapt for new behavior of
22943 `calendar-month-name' function.
22944
22945 * calendar/cal-coptic.el (coptic-name): defvar rather than defconst.
22946
22947 * calendar/solar.el (solar-seasons-data): Move definition before use.
22948
22949 * calendar/cal-tex.el (cal-tex-day-name-format): Doc fix.
22950 (cal-tex-LaTeX-hourbox): Move definition before use.
22951
22952 * calendar/cal-china.el, cal-hebrew.el, cal-islam.el
22953 * cal-julian.el, cal-menu.el, cal-move.el, holidays.el
22954 * lunar.el, solar.el (displayed-month, displayed-year):
22955 Define for compiler.
22956
22957 2003-08-03 Martin Stjernholm <bug-cc-mode@gnu.org>
22958
22959 * progmodes/cc-mode.el (c-init-language-vars-for): Add argument
22960 MODE. Renamed from c-init-c-language-vars'.
22961 (c-initialize-cc-mode): Change accordingly.
22962 (c-common-init): Ditto.
22963 (c-mode): Ditto.
22964 (c++-mode): Use `c-init-language-vars-for'.
22965 (objc-mode): Ditto.
22966 (java-mode): Ditto.
22967 (idl-mode): Ditto.
22968 (pike-mode): Ditto.
22969 (awk-mode): Ditto.
22970
22971 2003-08-03 Martin Stjernholm <bug-cc-mode@gnu.org>
22972
22973 * progmodes/cc-engine.el (c-end-of-current-token): Return whether
22974 or not the point moved.
22975
22976 (c-search-decl-header-end): Don't trip up on operator identifiers
22977 in C++ and operators like == in all languages.
22978
22979 * progmodes/cc-engine.el (c-backward-to-decl-anchor):
22980 Detect leading labels correctly.
22981
22982 2003-08-02 Andreas Schwab <schwab@suse.de>
22983
22984 * textmodes/ispell.el: Don't redo key bindings on loading, put
22985 them only in loaddefs.el.
22986 * bookmark.el: Likewise.
22987 * dabbrev.el: Likewise.
22988 * emerge.el: Likewise.
22989
22990 * apropos.el (apropos-words-to-regexp): Only add `wild' if `words'
22991 has more than one member.
22992
22993 * progmodes/sh-script.el (sh-mode): Don't set mode-class property.
22994
22995 2003-08-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
22996
22997 * lpr.el (printify-region): It was ending conversion before the
22998 expected position. Reported by Keiichi Suzuki <keiichi@nanap.org>.
22999
23000 2003-07-31 John Paul Wallington <jpw@gnu.org>
23001
23002 * net/browse-url.el (browse-url-epiphany): Doc fix.
23003
23004 2003-07-30 Kenichi Handa <handa@m17n.org>
23005
23006 * international/fontset.el (setup-default-fontset):
23007 Change registry names of Akurti fonts.
23008
23009 2003-07-29 Jesper Harder <harder@ifa.au.dk> (tiny change)
23010
23011 * comint.el (comint-read-noecho): Use `clear-string' instead of
23012 `fillarray'.
23013
23014 2003-07-29 Thomas W Murphy <twm@andrew.cmu.edu> (tiny change)
23015
23016 * outline.el (outline-mode-hook): Add defvar.
23017
23018 2003-07-28 Nick Roberts <nick@nick.uklinux.net>
23019
23020 * gdb-ui.el (gdb-setup-windows, gdb-restore-windows):
23021 Restore assembler in source window if that is what has been selected.
23022 (menu): Add gdb-restore-windows to menu. Make gdba
23023 specific menus only visible from gdba.
23024
23025 2003-07-28 Tak Ota <Takaaki.Ota@am.sony.com> (tiny change)
23026
23027 * progmodes/compile.el (compilation-environment): New user variable.
23028 (compile-internal): Respect it.
23029
23030 2003-07-23 Masatake YAMATO <jet@gyve.org>
23031
23032 * progmodes/gud.el (gdb-script-font-lock-keywords):
23033 Put `font-lock-function-name-face' on a symbol which includes
23034 `-' like `hook-run'. Put font-lock-variable-name-face
23035 on a symbol starting with $.
23036
23037 2003-07-27 Markus Rost <rost@math.ohio-state.edu>
23038
23039 * files.el (set-visited-file-name): Use truename for buffer-file-name.
23040
23041 2003-07-26 Markus Rost <rost@math.ohio-state.edu>
23042
23043 * vc-hooks.el (vc-file-not-found-hook): Doc fix.
23044
23045 2003-07-26 Andre Spiegel <spiegel@gnu.org>
23046
23047 * vc-hooks.el (vc-default-registered, vc-make-version-backup):
23048 Use with-no-warnings.
23049 (vc-file-not-found-hook): Add this to find-file-not-found-functions,
23050 rather than to find-file-not-found-hook, which doesn't exist.
23051
23052 2003-07-26 Markus Rost <rost@math.ohio-state.edu>
23053
23054 * international/quail.el (quail-translate-key): Fix previous change.
23055
23056 2003-07-25 John Paul Wallington <jpw@gnu.org>
23057
23058 * server.el (server-start): Check `server-process' is non-nil
23059 before killing it to avoid killing current buffer's process.
23060
23061 * simple.el (choose-completion-string): Use `minibufferp';
23062 test `completion-reference-buffer' if `buffer' arg is nil.
23063 (push-mark): Use `when' and `unless'.
23064 (pop-mark): Use `when'.
23065
23066 * mouse-sel.el (mouse-sel-get-selection-function):
23067 Check `x-last-selected-text-primary'. Don't barf if it or
23068 `x-last-selected-text' aren't bound.
23069
23070 2003-07-25 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
23071
23072 * menu-bar.el (menu-bar-tools-menu): Minor change in strings.
23073
23074 2003-07-23 Stefan Monnier <monnier@cs.yale.edu>
23075
23076 * vc-svn.el (vc-svn-diff-switches): Don't default to vc-diff-switches.
23077
23078 2003-07-23 John Paul Wallington <jpw@gnu.org>
23079
23080 * tooltip.el (defface tooltip): Inherit from variable-pitch.
23081
23082 2003-07-23 Glenn Morris <gmorris@ast.cam.ac.uk>
23083
23084 * emacs-lisp/derived.el (define-derived-mode): Mention hook in doc
23085 string. Defvar the derived hook.
23086
23087 * macros.el (insert-kbd-macro): Escape double quote character.
23088 From Thomas W Murphy <twm@andrew.cmu.edu>.
23089
23090 2003-07-22 Stefan Monnier <monnier@cs.yale.edu>
23091
23092 * textmodes/fill.el (fill-comment-paragraph): Construct a regexp
23093 to match the specific mark rather than reusing comment-start-skip.
23094
23095 2003-07-22 Thien-Thi Nguyen <ttn@gnu.org>
23096
23097 * progmodes/hideshow.el (hs-special-modes-alist):
23098 Clarify MDATA-SELECTOR doc; nfc. Thanks to Michael Ernst.
23099
23100 2003-07-21 Markus Rost <rost@math.ohio-state.edu>
23101
23102 * progmodes/idlwave.el (idlwave-comment-indent-char): Fix default
23103 value using ?\s.
23104
23105 2003-07-21 John Paul Wallington <jpw@gnu.org>
23106
23107 * subr.el (with-selected-window): Add closing paren.
23108
23109 2003-07-21 Richard M. Stallman <rms@gnu.org>
23110
23111 * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use run-mode-hooks.
23112 (lisp-mode): Likewise.
23113
23114 * subr.el (with-selected-window): Copy code form save-selected-window
23115 so as to call select-window with norecord arg.
23116 (dynamic-completion-table): Doc fix.
23117 (lazy-completion-table): Doc fix.
23118
23119 * international/mule-cmds.el (set-locale-environment):
23120 langinfo renamed to locale-info.
23121
23122 * international/mule.el (auto-coding-functions): Doc fix.
23123
23124 2003-07-21 Kenichi Handa <handa@m17n.org>
23125
23126 * international/quail.el (quail-translate-key):
23127 Update quail-current-str correctly.
23128
23129 2003-07-21 Andreas Schwab <schwab@suse.de>
23130
23131 * progmodes/sh-script.el (sh-mode-syntax-table): Change syntax of
23132 ?, to "_".
23133
23134 2003-07-20 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@gmx.net>
23135 Version 2.0.36 of Tramp released.
23136
23137 * net/tramp.el (tramp-default-password-end-of-line): Rename from
23138 tramp-password-end-of-line.
23139 (tramp-password-end-of-line): New method parameter.
23140 (tramp-get-password-end-of-line): Function to access method
23141 parameter `tramp-password-end-of-line', or variable
23142 `tramp-default-password-end-of-line' (default value).
23143 (tramp-methods): Add entries for new parameter
23144 tramp-password-end-of-line.
23145 (tramp-enter-password): Use new function
23146 `tramp-get-password-end-of-line'.
23147 (tramp-handle-insert-file-contents): Do not
23148 unconditionally inhibit the file operation file-local-copy, only
23149 do that when the inhibit-file-name-operation is currently
23150 insert-file-contents. This fixes finding remote CVS-controlled
23151 files. (It would barf on inserting the CVS/Entries file
23152 literally, because the file-local-copy handler wasn't called.)
23153 (tramp-handle-shell-command): Support optional third arg ERROR-BUFFER.
23154 (tramp-sh-extra-args): Adapt defcustom type to XEmacs.
23155 (tramp-initial-commands): New variable.
23156 (tramp-process-initial-commands): New function, using the variable.
23157 (tramp-open-connection-setup-interactive-shell): Call the new function.
23158 (tramp-buffer-name, tramp-debug-buffer-name): Always put the
23159 method into the buffer name, never use nil. Reported by Hanak
23160 David <dhanak@inf.bme.hu>.
23161 (tramp-open-connection-setup-interactive-shell): Erase buffer
23162 before sending "stty -onlcr".
23163
23164 * net/tramp-vc.el (vc-workfile-unchanged-p): Add comment.
23165
23166 2003-07-19 Markus Rost <rost@math.ohio-state.edu>
23167
23168 * textmodes/artist.el (artist-erase-char): Fix default value using ?\s.
23169
23170 2003-07-19 John Paul Wallington <jpw@gnu.org>
23171
23172 * textmodes/artist.el (artist-butlast-fn, artist-draw-sline)
23173 (artist-draw-rect, artist-draw-square): Doc fixes.
23174
23175 * textmodes/enriched.el (enriched-decode-display-prop): Doc fix.
23176
23177 * textmodes/two-column.el (2C-mode-line-format): Doc fix.
23178
23179 2003-07-19 Kenichi Handa <handa@m17n.org>
23180
23181 * international/kkc.el (kkc-show-conversion-list-update):
23182 Highlight the correct candidate in the message.
23183
23184 2003-07-18 John Paul Wallington <jpw@gnu.org>
23185
23186 * simple.el (current-word): Don't include punctuation char when
23187 `really-word' arg is non-nil.
23188
23189 2003-07-17 Martin Stjernholm <bug-cc-mode@gnu.org>
23190
23191 * progmodes/awk-mode.el: Obsoleted by the AWK support in CC Mode -
23192 moved to the directory obsolete.
23193
23194 2003-07-16 Stefan Monnier <monnier@cs.yale.edu>
23195
23196 * info.el (Info-menu-entry-name-re): Allow newlines in
23197 menu entry names.
23198
23199 * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Rename from
23200 syntax-ppss-after-change-function.
23201 (syntax-ppss-after-change-function): New alias. Update uses.
23202 (syntax-ppss): Catch the case where the buffer is narrowed.
23203
23204 2003-07-16 Martin Stjernholm <bug-cc-mode@gnu.org>
23205
23206 * progmodes/cc-defs.el (c-langelem-sym, c-langelem-pos)
23207 (c-langelem-2nd-pos): Add accessor functions for syntactic elements.
23208
23209 2003-07-16 Martin Stjernholm <bug-cc-mode@gnu.org>
23210
23211 * progmodes/cc-engine.el (c-literal-faces): Declare as a variable
23212 since it might be modified.
23213
23214 * progmodes/cc-langs.el (c++-make-template-syntax-table)
23215 (c-syntactic-ws-start, c-syntactic-ws-end): Give more consistent
23216 names to these language constants.
23217
23218 2003-07-15 Kim F. Storm <storm@cua.dk>
23219
23220 * apropos.el (apropos-sort-by-scores): Rename from apropos-show-scores.
23221 All uses changed.
23222
23223 2003-07-14 Mark A. Hershberger <mah@everybody.org>
23224
23225 * xml.el (xml-parse-tag, xml-parse-file, xml-parse-region):
23226 Namespace support.
23227
23228 2003-07-13 Juanma Barranquero <lektu@terra.es>
23229
23230 * frame.el (modify-all-frames-parameters): Reinstall (copyright
23231 papers received).
23232
23233 2003-07-13 Karl Eichwalder <ke@suse.de>
23234
23235 * textmodes/po.el (po-find-charset): White space at the start of the
23236 Content-Type field body is non-mandatory.
23237
23238 2003-07-13 Masayuki Ataka <ataka@milk.freemail.ne.jp> (tiny change)
23239
23240 * textmodes/texinfo.el (texinfo-section-list):
23241 Append appendixsection; a synonym for appendixsec.
23242
23243 2003-07-13 Jari Aalto <jari.aalto@poboxes.com>
23244
23245 * man.el (Man-translate-cleanup): New.
23246 (Man-translate-references): Call `Man-translate-cleanup' to clean
23247 leading, trailing and middle spaces.
23248
23249 2003-07-13 Lars Hansen <larsh@math.ku.dk>
23250
23251 * desktop.el (desktop-buffer-dired-misc-data, desktop-buffer-dired):
23252 Handle `dired-directory' being a list.
23253
23254 2003-07-13 Jesper Harder <harder@ifa.au.dk> (tiny change)
23255
23256 * mail/smtpmail.el (smtpmail-send-it): Create smtpmail-queue-dir if
23257 it doesn't exist.
23258
23259 2003-07-12 Richard M. Stallman <rms@gnu.org>
23260
23261 * progmodes/cc-engine.el (c-declare-lang-variables): Don't use mapcan.
23262
23263 * progmodes/cc-defs.el (c-make-keywords-re):
23264 Don't use delete-duplicates.
23265 (c-lang-const): Don't use mapcan.
23266
23267 * apropos.el (apropos-show-scores): Make it customizable.
23268 Document new meaning.
23269 (apropos): Compute scores from symbols.
23270 (apropos-print): Don't sort by scores if apropos-show-scores is nil.
23271
23272 2003-07-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
23273
23274 * ps-bdf.el: Fix copyright line.
23275 (bdf-directory-list): Fix initialization code.
23276
23277 2003-07-11 John Paul Wallington <jpw@gnu.org>
23278
23279 * emacs-lisp/ring.el (ring-empty-p): Use `zerop'.
23280 (ring-p, ring-plus1, ring-minus1, ring-length, ring-index)
23281 (ring-empty-p, ring-size, ring-copy, ring-ref): Doc fixes.
23282
23283 2003-07-11 NAKAJIMA Mikio <minakaji@namazu.org> (tiny change)
23284
23285 * emacs-lisp/ring.el (ring-elements): Doc fix.
23286
23287 2003-07-11 Glenn Morris <gmorris@ast.cam.ac.uk>
23288
23289 * calendar/timeclock.el (timeclock-relative)
23290 (timeclock-ask-before-exiting, timeclock-use-display-time):
23291 Doc changes.
23292 (timeclock-modeline-display): Give a message if
23293 `timeclock-use-display-time' is non-nil but `display-time-mode'
23294 is not active.
23295
23296 2003-07-11 Kenichi Handa <handa@m17n.org>
23297
23298 * international/mule-cmds.el (set-language-environment):
23299 Set current-language-environment to the correct string.
23300
23301 2003-07-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
23302
23303 * ps-print.el: Print line number correctly in a region. Reported by
23304 Tim Allen <timallen@ls83.fsnet.co.uk>.
23305 (ps-print-version): New version number (6.6.2).
23306 (ps-printing-region): Code fix.
23307
23308 2003-07-10 John Paul Wallington <jpw@gnu.org>
23309
23310 * progmodes/etags.el (visit-tags-table-buffer): Add autoload cookie;
23311 this function can be called from `add-completions-from-tags-table'.
23312
23313 2003-07-10 Glenn Morris <gmorris@ast.cam.ac.uk>
23314
23315 * calendar/timeclock.el (timeclock-use-display-time)
23316 (timeclock-day-over-hook, timeclock-workday-remaining)
23317 (timeclock-status-string, timeclock-when-to-leave)
23318 (timeclock-when-to-leave-string, timeclock-log-data)
23319 (timeclock-find-discrep, timeclock-day-base)
23320 (timeclock-generate-report, timeclock-visit-timelog): Doc fix.
23321 (timeclock-modeline-display): Set the variable
23322 `timeclock-modeline-display'.
23323 (timeclock-update-modeline): Doc fix. Respect value of
23324 `timeclock-relative'.
23325
23326 2003-07-09 Richard M. Stallman <rms@gnu.org>
23327
23328 * textmodes/reftex-parse.el (reftex-all-document-files):
23329 Add autoload cookie.
23330
23331 * textmodes/reftex.el (reftex-all-document-files): Delete autoload.
23332 (reftex-scanning-info-available-p): Add autoload cookie.
23333
23334 * international/mule-cmds.el
23335 (set-display-table-and-terminal-coding-system): Delete duplicate
23336 aset on standard-display-table.
23337
23338 * view.el (view-file): If existing buffer's major mode is special,
23339 don't go into view mode.
23340
23341 * dired.el (dired-move-to-filename-regexp): Allow quote in months.
23342
23343 2003-07-08 Martin Stjernholm <bug-cc-mode@gnu.org>
23344
23345 * progmodes/cc-engine.el (c-guess-basic-syntax): Do not do hidden
23346 buffer changes; there's third party code that calls this function
23347 directly.
23348
23349 2003-07-08 Martin Stjernholm <bug-cc-mode@gnu.org>
23350
23351 * progmodes/cc-fonts.el (javadoc-font-lock-keywords)
23352 (autodoc-font-lock-keywords): Don't byte compile on font lock
23353 initialization when running from byte compiled files.
23354
23355 2003-07-08 Alan Mackenzie <bug-cc-mode@gnu.org>
23356
23357 * progmodes/cc-engine.el: Fix AWK mode indentation when previous
23358 statement ends with auto-increment "++".
23359
23360 2003-07-08 Martin Stjernholm <bug-cc-mode@gnu.org>
23361
23362 * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist)
23363 (c-lang-variable-inits, c-lang-variable-inits-tail): The values of
23364 these are changed, so declare them as variables and not constants.
23365
23366 2003-07-08 Markus Rost <rost@math.ohio-state.edu>
23367
23368 * subr.el (dolist, dotimes): Doc fix.
23369
23370 2003-07-08 Kim F. Storm <storm@cua.dk>
23371
23372 * international/mule-cmds.el
23373 (set-display-table-and-terminal-coding-system): Don't break
23374 bootstrap if standard-display-table isn't setup yet.
23375
23376 2003-07-07 Richard M. Stallman <rms@gnu.org>
23377
23378 * ehelp.el (ehelp-command): Use defalias to define ehelp-command.
23379 Give it a doc string, and autoload it.
23380
23381 * desktop.el (desktop-buffer-info, desktop-buffer-mh):
23382 Use with-no-warnings.
23383
23384 * info.el (Info-search): If find invisible text, search again.
23385
23386 * isearch.el (search-whitespace-regexp): Add a shy group around it.
23387
23388 * man.el (Man-name-regexp): Match + as part of name.
23389
23390 * simple.el (visible-mode): Rename from vis-mode.
23391 (vis-mode-saved-buffer-invisibility-spec): Doc fix.
23392
23393 * simple.el (current-word): New arg REALLY-WORD specifies
23394 don't include punctuation chars.
23395
23396 * emacs-lisp/debug.el (debug, debugger-env-macro):
23397 Use with-no-warnings while accessing and binding unread-command-char.
23398
23399 * international/mule-cmds.el
23400 (set-display-table-and-terminal-coding-system): Use explicit loop
23401 instead of calling standard-display-default.
23402
23403 * net/ange-ftp.el (ange-ftp-file-symlink-p):
23404 Use condition-case to catch error in ange-ftp-get-files.
23405
23406 * net/browse-url.el (browse-url-browser-function):
23407 Add alternative for Epiphany.
23408 (browse-url-epiphany-program, browse-url-epiphany-arguments)
23409 (browse-url-epiphany-startup-arguments)
23410 (browse-url-epiphany-new-window-is-tab): New variables.
23411 (browse-url-epiphany, browse-url-epiphany-sentinel): New functions.
23412
23413 * progmodes/compile.el (compile-auto-highlight): Default now t.
23414 (compile): Doc fix.
23415 (compilation-next-error): Fix previous change.
23416
23417 * textmodes/tex-mode.el (tex-main-file): Use with-no-warnings.
23418
23419 * textmodes/sgml-mode.el (xml-mode): Add autoload cookie.
23420
23421 2003-07-07 Nick Roberts <nick@nick.uklinux.net>
23422
23423 * gdb-ui.el (gdb-source-info): Display current frame when
23424 attaching to an existing process.
23425 (gdb-setup-windows, gdb-source-info): Start with gud-comint-buffer
23426 while laying out windows when attaching to an existing process.
23427
23428 2003-07-07 Stefan Monnier <monnier@cs.yale.edu>
23429
23430 * info.el (Info-menu): Use Info-menu-entry-name-re.
23431
23432 2003-07-06 Stefan Monnier <monnier@cs.yale.edu>
23433
23434 * vc-hooks.el (vc-stay-local, vc-stay-local-p): Move from vc.el.
23435 * vc.el (vc-stay-local, vc-stay-local-p): Move to vc-hooks.el.
23436
23437 * info.el (Info-menu-entry-name-re): Be careful to avoid multiple ways
23438 to match the same text.
23439
23440 2003-07-06 John Paul Wallington <jpw@gnu.org>
23441
23442 * vc.el (vc-annotate-offset): Move defvar up.
23443
23444 2003-07-06 Kim F. Storm <storm@cua.dk>
23445
23446 * info.el (Info-menu-entry-name-re): Add `:' to second [] part.
23447 This should fix the infinite loop when extracting menu names.
23448
23449 2003-07-05 Martin Stjernholm <bug-cc-mode@gnu.org>
23450
23451 * files.el (auto-mode-alist, interpreter-mode-alist):
23452 Remove entries to CC Mode modes to avoid duplicates; they are now added
23453 with autoload directives in cc-mode.el.
23454
23455 2003-07-05 Martin Stjernholm <bug-cc-mode@gnu.org>
23456
23457 * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist)
23458 (c-lang-variable-inits, c-lang-variable-inits-tail): The values of
23459 these are changed, so declare them as variables and not constants.
23460
23461 * progmodes/cc-mode.el: Fix some autoload problems: Try to
23462 ensure that the entry for ".c" extension comes before the one for
23463 ".C" on `auto-mode-alist', to behave better on case insensitive OS:es.
23464 Fix incorrect entries that were added to `interpreter-mode-alist'.
23465 Move the autoload directives for AWK to the top level since they
23466 aren't recognized anywhere else. Do not use the new AWK mode doc
23467 in the autoload form for the old AWK mode.
23468
23469 2003-06-30 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
23470
23471 * textmodes/bibtex.el (bibtex-sort-entry-class): New entry catch-all.
23472 (bibtex-sort-ignore-string-entries): Default value t.
23473 (bibtex-entry-kill-ring-max): Reintroduce as it was removed
23474 erroneously in previous version.
23475 (bibtex-string-files): Docstring reflects new parsing scheme.
23476 (bibtex-autokey-transcriptions): Merge some rewrite entries, fix
23477 docstring, add # as one of the chars to crush
23478 (bibtex-autokey-prefix-string, bibtex-autokey-names)
23479 (bibtex-autokey-names-stretch, bibtex-autokey-additional-names)
23480 (bibtex-autokey-name-change-strings)
23481 (bibtex-autokey-name-case-convert, bibtex-autokey-name-length)
23482 (bibtex-autokey-name-separator, bibtex-autokey-year-length)
23483 (bibtex-autokey-use-crossref, bibtex-autokey-titlewords)
23484 (bibtex-autokey-title-terminators)
23485 (bibtex-autokey-titlewords-stretch)
23486 (bibtex-autokey-titleword-ignore)
23487 (bibtex-autokey-titleword-case-convert)
23488 (bibtex-autokey-titleword-abbrevs)
23489 (bibtex-autokey-titleword-abbrevs)
23490 (bibtex-autokey-titleword-change-strings)
23491 (bibtex-autokey-titleword-length)
23492 (bibtex-autokey-titleword-separator)
23493 (bibtex-autokey-name-year-separator)
23494 (bibtex-autokey-year-title-separator)
23495 (bibtex-autokey-before-presentation-function)
23496 (bibtex-entry-type-history, bibtex-entry-maybe-empty-head):
23497 Fix docstring.
23498 (bibtex-strings, bibtex-reference-keys):
23499 Use lazy-completion-table and make-variable-buffer-local.
23500 (bibtex-sort-entry-class-alist): Use downcase, account for catch-all.
23501 (bibtex-braced-string-syntax-table)
23502 (bibtex-quoted-string-syntax-table): New variables.
23503 (bibtex-parse-nested-braces): Remove.
23504 (bibtex-parse-field-string): Use syntax table and forward-sexp.
23505 (bibtex-parse-association): Simplify.
23506 (bibtex-parse-field-name): Obey bibtex-autoadd-commas.
23507 (bibtex-parse-field-text): Simplify.
23508 (bibtex-search-forward-field, bibtex-search-backward-field):
23509 argument BOUND can take value t.
23510 (bibtex-start-of-field, bibtex-start-of-name-in-field)
23511 (bibtex-end-of-name-in-field, bibtex-end-of-field)
23512 (bibtex-start-of-text-in-field, bibtex-end-of-text-in-field)
23513 (bibtex-start-of-text-in-string, bibtex-end-of-text-in-string)
23514 (bibtex-end-of-string, bibtex-type-in-head): Use defsubst.
23515 (bibtex-skip-to-valid-entry): Return buffer position of beginning
23516 and ending of entry. Update for changes of bibtex-search-entry.
23517 Simplify.
23518 (bibtex-map-entries): FUN is called with three arguments.
23519 (bibtex-search-entry): Return a cons pair with buffer positions of
23520 beginning and end of entry.
23521 (bibtex-enclosing-field): Simplify.
23522 (bibtex-format-entry): Use booktitle to set a missing title.
23523 (bibtex-autokey-get-names): Fiddle with regexps.
23524 (bibtex-generate-autokey): Use identity.
23525 (bibtex-parse-keys): Use simplified parsing algorithm if
23526 bibtex-parse-keys-fast is non-nil. Simplify. Change order of
23527 arguments. Return alist of keys.
23528 (bibtex-parse-strings): Simplify. Return alist of strings.
23529 (bibtex-complete-string-cleanup): Fix docstring.
23530 (bibtex-read-key): New function.
23531 (bibtex-mode): Fix docstring. Do not parse for keys and
23532 strings when the mode is entered. Set fill-paragraph-function to
23533 bibtex-fill-field. Setup font-lock-mark-block-function the way
23534 font-lock intended.
23535 (bibtex-entry): Use bibtex-read-key. Obey bibtex-autofill-types.
23536 (bibtex-parse-entry, bibtex-autofill-entry): New functions.
23537 (bibtex-print-help-message, bibtex-remove-OPT-or-ALT)
23538 (bibtex-Preamble): Avoid hard coded constants.
23539 (bibtex-make-field): Fix docstring. Simplify.
23540 (bibtex-beginning-of-entry): Always return new position of point.
23541 (bibtex-end-of-entry): Rearrange cond clauses.
23542 (bibtex-count-entries, bibtex-validate, bibtex-reformat):
23543 Update for changes of bibtex-map-entries.
23544 (bibtex-ispell-abstract): Do not move point.
23545 (bibtex-entry-index): Use downcase. Simplify.
23546 (bibtex-lessp): Handle catch-all.
23547 (bibtex-find-crossref): Turn into a command.
23548 (bibtex-find-entry): Simplify. Use bibtex-read-key. Fix regexp.
23549 (bibtex-clean-entry): Use bibtex-read-key. Handle string and
23550 preamble entries.
23551 (bibtex-fill-field-bounds): New function.
23552 (bibtex-fill-field): New command. Bound to fill-paragraph-function.
23553 (bibtex-fill-entry): Use bibtex-fill-field-bounds
23554 (bibtex-String): Use bibtex-strings. Always obey
23555 bibtex-sort-ignore-string-entries.
23556
23557 2003-07-05 John Paul Wallington <jpw@gnu.org>
23558
23559 * cus-theme.el (customize-create-theme):
23560 Call `customize-create-theme' in Reset widget's notify function.
23561
23562 * ibuffer.el (ibuffer-backward-line, ibuffer-forward-line)
23563 (ibuffer-mark-interactive): Use `or' instead of `unless'.
23564 (define-ibuffer-column name): Add summarizer.
23565 (define-ibuffer-column size): Likewise.
23566 (define-ibuffer-column filename): Likewise.
23567 (define-ibuffer-column process): Likewise. Change BODY's output too.
23568 (define-ibuffer-column filename-and-process): Likewise, likewise.
23569 (ibuffer): Remove local vars `already-in' and `need-update'.
23570
23571 * ibuf-ext.el: Don't require `derived' at compile-time.
23572
23573 2003-07-05 Kim F. Storm <storm@cua.dk>
23574
23575 * info.el: Disable paragraph refilling.
23576 (Info-refill-paragraphs): New defcustom.
23577 (Info-fontify-node): Use it.
23578
23579 2003-07-04 Stefan Monnier <monnier@cs.yale.edu>
23580
23581 * emacs-lisp/cl-macs.el (cl-transform-lambda): Strip &cl-defs
23582 thingies from constructors created by defstruct.
23583
23584 * emacs-lisp/bytecomp.el (byte-compile-defvar): Check and set
23585 the default value of the variable.
23586 (byte-code-meter): Move declaration to top level.
23587
23588 * pcvs-parse.el (cvs-parse-status): Ignore extra fields from CVSNT.
23589
23590 * info.el (Info-following-node-name-re): New fun.
23591 (Info-following-node-name): Remove.
23592 (Info-insert-dir): Use the new fun.
23593 (Info-extract-pointer): Don't save restriction; use new fun.
23594 (Info-menu-entry-name-re): New const.
23595 (Info-menu-entry-name-re): Use it along with new fun.
23596 (Info-node-spec-re): Use new fun.
23597 (Info-complete-menu-item, Info-fontify-node): Use new const.
23598 (Info-goto-node, Info-follow-reference, Info-menu-update):
23599 Use match-string.
23600 (Info-follow-reference): Use assoc-string.
23601 Use a list of strings for the completion table.
23602 (Info-fontify-node): Use match-string, line-end-position.
23603 Limit the search for `node:' to the first line.
23604
23605 * newcomment.el (uncomment-region): Remove padding coming from
23606 comment-start rather than just from comment-padding.
23607
23608 * vc-cvs.el (vc-cvs-repository-hostname): New operation.
23609 (vc-cvs-stay-local-p): Use vc-stay-local-p.
23610 (vc-cvs-rename-file): Remove (use the default).
23611 (vc-cvs-register): Register parent dir if needed.
23612 (vc-cvs-could-register): Return non-nil if parent can be registered.
23613 (vc-cvs-state, vc-cvs-dir-state, vc-cvs-print-log, vc-cvs-diff)
23614 (vc-cvs-diff-tree, vc-cvs-make-version-backups-p): Use vc-stay-local-p.
23615
23616 * vc-svn.el (vc-svn-use-edit): Make it into a const.
23617 (vc-svn-update): Fix the arguments to `svn'.
23618 (vc-svn-diff-tree): Just use `vc-svn-diff'.
23619 (vc-svn-create-snapshot, vc-svn-retrieve-snapshot):
23620 Simple implementations, assuming `name' is a URL.
23621
23622 * progmodes/sh-script.el (sh-font-lock-paren): Add [ and ] to the
23623 set of chars allowed unquoted in a case pattern.
23624
23625 * font-core.el (font-lock-defaults-alist): Remove obsolete entries.
23626
23627 * font-lock.el (font-lock-extra-types-widget)
23628 (c-font-lock-extra-types, c++-font-lock-extra-types)
23629 (objc-font-lock-extra-types, java-font-lock-extra-types)
23630 (c-font-lock-keywords-1, c-font-lock-keywords-2, c-font-lock-keywords)
23631 (c-font-lock-keywords-3, c-font-lock-syntactic-face-function)
23632 (font-lock-match-c++-style-declaration-item-and-skip-to-next)
23633 (font-lock-match-c++-structor-declaration)
23634 (c++-font-lock-keywords-1, c++-font-lock-keywords-2)
23635 (c++-font-lock-keywords-3, c++-font-lock-keywords)
23636 (objc-font-lock-keywords-1, objc-font-lock-keywords-2)
23637 (objc-font-lock-keywords-3, objc-font-lock-keywords)
23638 (java-font-lock-keywords-1, java-font-lock-keywords-2)
23639 (java-font-lock-keywords-3, java-font-lock-keywords)
23640 (java-font-lock-syntactic-face-function): Remove obsolete code
23641 and constants. It's all in cc-fonts.el now.
23642
23643 2003-07-04 Glenn Morris <gmorris@ast.cam.ac.uk>
23644
23645 * mail/sendmail.el (mail-specify-envelope-from)
23646 (mail-envelope-from): Doc fix.
23647
23648 2003-07-04 Martin Stjernholm <mast@lysator.liu.se>
23649
23650 * generic-x.el: Do away with the dependency on `c-emacs-features'
23651 when populating `rul-generic-mode-syntax-table'; we already know
23652 this isn't XEmacs.
23653
23654 See ChangeLog.10 for earlier changes.
23655
23656 ;; Local Variables:
23657 ;; coding: iso-2022-7bit
23658 ;; End:
23659
23660 Copyright (C) 2001, 02, 04 Free Software Foundation, Inc.
23661 Copying and distribution of this file, with or without modification,
23662 are permitted provided the copyright notice and this notice are preserved.
23663
23664 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1