]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
ffc605eaedc743db70147df4757f909b466d480d
[gnu-emacs] / lisp / ChangeLog
1 2007-04-17 David Kastrup <dak@gnu.org>
2
3 * replace.el (query-replace-regexp-eval): Deprecate.
4
5 2007-04-17 Alan Mackenzie <acm@muc.de>
6
7 * progmodes/cc-cmds.el (c-beginning-of-defun): With -ve arg and
8 point too close to EOB, leave point at EOB rather than last `}'.
9
10 2007-04-17 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
11
12 * textmodes/bibtex.el (bibtex-include-OPTkey)
13 (bibtex-user-optional-fields, bibtex-entry-field-alist): Fix
14 defcustom.
15
16 2007-04-17 Glenn Morris <rgm@gnu.org>
17
18 * calendar/cal-dst.el (calendar-dst-find-startend): If YEAR cannot
19 be encoded, fall back to current year.
20
21 2007-04-14 Kevin Ryde <user42@zip.com.au>
22
23 * arc-mode.el (archive-lzh-summarize): Only apply the "downcase if
24 all upcase" rule to OS-ID 0 "generic". Always downcase for OS-ID
25 M "MSDOS".
26
27 2007-04-16 Chong Yidong <cyd@stupidchicken.com>
28
29 * progmodes/python.el (python-end-of-block): Avoid looping forever
30 if python-next-statement fails.
31
32 2007-04-16 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
33
34 * textmodes/bibtex.el (bibtex-entry-field-alist): Use defcustom.
35
36 2007-04-16 Dan Nicolaescu <dann@ics.uci.edu>
37
38 * progmodes/perl-mode.el (perl-indent-level): Mark as safe local var.
39 * progmodes/cperl-mode.el (cperl-indent-level): Likewise.
40
41 2007-04-15 Jay Belanger <belanger@truman.edu>
42
43 * calc/calc.el (calc-version): New function.
44 (calc-trail-mode): Shorten the title.
45
46 2007-04-15 Chong Yidong <cyd@stupidchicken.com>
47
48 * mail/footnote.el (footnote-style): Clarify docstring to state
49 that customizing this only applies to future footnotes.
50
51 2007-04-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
52
53 * textmodes/bibtex.el (bibtex-field-list): Use functionp.
54 (bibtex-make-field): Check that INIT is a string. Use functionp.
55
56 2007-04-14 Glenn Morris <rgm@gnu.org>
57
58 * complete.el (PC-goto-end): New buffer-local variable.
59 (PC-do-completion-end): Make buffer-local.
60 (partial-completion-mode) <choose-completion-string-functions>:
61 Do not go to the end of the minibuffer if PC-goto-end is non-nil.
62 (PC-do-completion): New optional fourth argument GOTO-END. Add a
63 doc string. Set PC-goto-end for choose-completion.
64 (PC-lisp-complete-symbol): Pass non-nil GOTO-END arg to
65 PC-do-completion.
66
67 * textmodes/bibtex.el (bibtex-insert-kill): Pass non-nil NODELIM
68 arg to bibtex-make-field.
69 (bibtex-make-field): Add optional fourth arg NODELIM. Insert
70 delimiters around INIT unless this arg is non-nil.
71
72 2007-04-14 Nick Roberts <nickrob@snap.net.nz>
73
74 * tmm.el (tmm-get-keybind): Use copy-sequence to ensure that the
75 global map isn't modified
76
77 2007-04-14 Glenn Morris <rgm@gnu.org>
78
79 * calendar/appt.el (appt-disp-window): Do not split small windows.
80 Suggested by Jeff Miller <jmiller@cablespeed.com>.
81
82 2007-04-13 Chong Yidong <cyd@stupidchicken.com>
83
84 * progmodes/compile.el (compilation-start): Revert 2007-03-25
85 change.
86
87 * files.el: Ditto.
88
89 2007-04-13 Juanma Barranquero <lekktu@gmail.com>
90
91 * cus-edit.el (minibuffer, auto-save): Fix typos in docstrings.
92
93 * term.el (term-buffer-maximum-size, term-exec, term-escape-char)
94 (term-set-escape-char, term-termcap-format, term-get-old-input-default)
95 (term-skip-prompt, term-send-string, term-send-region, term-pager-page)
96 (term-pager-help): Fix typos in docstrings.
97
98 * wid-edit.el (widget-documentation): Fix typo in docstring.
99
100 * progmodes/ebnf2ps.el (ebnf-insert-style, ebnf-merge-style):
101 Fix typos in error messages.
102
103 2007-04-13 Martin Rudalics <rudalics@gmx.at>
104
105 * emacs-lisp/edebug.el (edebug-pop-to-buffer): Don't select
106 window marked as dedicated.
107
108 * mail/footnote.el (footnote-latin-string): New variable.
109 (footnote-latin-regexp): Redefined as regexp alternative.
110 (Footnote-latin): Use footnote-latin-string instead of
111 footnote-latin-regexp.
112
113 2007-04-13 Glenn Morris <rgm@gnu.org>
114
115 * tmm.el (tmm-get-keybind): Use car-safe to avoid errors with
116 inherited keymaps.
117
118 2007-04-12 Chong Yidong <cyd@stupidchicken.com>
119
120 * outline.el (outline-get-next-sibling): Clarify docstring.
121 (outline-get-last-sibling): Handle case where we are at the first
122 heading. Clarify docstring.
123
124 2007-04-12 Nick Roberts <nickrob@snap.net.nz>
125
126 * progmodes/gud.el (gud-minor-mode-map): Make go button same
127 length as stop button to lessen flicker.
128 (jdb): Add gud-print.
129 (gud-find-expr): Jdb prints the expression with the value, so
130 don't insert it in the output.
131
132 2007-04-11 Jason Rumney <jasonr@gnu.org>
133
134 * dnd.el (dnd-get-local-file-name): Decode both upper and lower
135 case hex. Do not try to decode non-hex letters.
136
137 2007-04-11 Markus Triska <markus.triska@gmx.at>
138
139 * emacs-lisp/byte-opt.el (byte-optimize-backward-char)
140 (byte-optimize-backward-word): Remove (move to bytecomp.el).
141 (byte-optimize-form-code-walker): Evaluate pure function calls if
142 possible.
143 (byte-optimize-all-constp): New function.
144
145 * emacs-lisp/bytecomp.el (byte-compile-char-before): Improve
146 numeric argument case.
147 (byte-compile-backward-char, byte-compile-backward-word): New
148 functions, performing rewriting previously done in byte-opt.el.
149 Fix their "Fixme" item (restriction to numeric arguments).
150
151 2007-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
152
153 * desktop.el (desktop-save, desktop-create-buffer): Replace mapcar with
154 dolist.
155 (after-init-hook): Don't quote lambda.
156 (desktop-first-buffer): Don't wrap it in eval-when-compile.
157 (desktop-internal-v2s): Remove unused var `el'.
158 (desktop-buffer-major-mode, desktop-buffer-locals): Move out of
159 desktop-restore-file-buffer.
160 (desktop-buffer-ok-count, desktop-buffer-fail-count): Move out of
161 desktop-create-buffer.
162
163 2007-04-10 Chong Yidong <cyd@stupidchicken.com>
164
165 * woman.el (woman-decode-buffer): Postpone macro-set check...
166 (woman-decode-region): ...to here.
167
168 2007-04-10 Thien-Thi Nguyen <ttn@gnu.org>
169
170 * startup.el (tty-handle-args): Use %S to log ARGS.
171
172 2007-04-10 Glenn Morris <rgm@gnu.org>
173
174 * dframe.el (dframe-frame-mode): Do not set auto-show-mode, since
175 it is obsolete and has no effect.
176
177 * dos-w32.el (default-buffer-file-type): Add defvar to quieten
178 byte-compiler.
179
180 * progmodes/cperl-mode.el (cperl-mode): Remove unnecessary call to
181 obsolete function make-local-hook.
182
183 * progmodes/dcl-mode.el (top-level): Move (require 'tempo) to
184 start to quieten byte-compiler.
185
186 2007-04-10 Markus Triska <markus.triska@gmx.at>
187
188 * emacs-lisp/byte-opt.el (byte-optimize-char-before): Remove (move
189 to bytecomp.el as byte-compile-char-before).
190 * emacs-lisp/bytecomp.el (byte-compile-char-before):
191 New function (modified replacement for byte-optimize-char-before in
192 byte-opt.el).
193
194 2007-04-09 Alan Mackenzie <acm@muc.de>
195
196 * startup.el (inhibit-splash-screen): Emphatically state that it
197 can't be set in site-start.el.
198
199 2007-04-09 Masatake YAMATO <jet@gyve.org>
200
201 * progmodes/cc-subword.el (c-capitalize-subword): More closely
202 mimic the behavior of `capitalize-word'. Do not move point with a
203 negative argument. Based on tiny change by Paul Curry.
204
205 2007-04-09 Paul Curry <dashteacup@gmail.com> (tiny change)
206
207 * progmodes/cc-subword.el (c-downcase-subword, c-upcase-subword):
208 Don't move point if ARG is negative.
209
210 2007-04-09 Alan Mackenzie <acm@muc.de>
211
212 Changes to make `narrow-to-defun' and `mark-defun' work properly
213 in CC Mode:
214
215 * progmodes/cc-defs.el (c-beginning-of-defun-1):
216 * progmodes/cc-cmds.el (c-beginning-of-defun, c-end-of-defun):
217 Bind beginning/end-of-defun-function to nil around calls to
218 beginning/end-of-defun.
219
220 * progmodes/cc-langs.el (beginning-of-defun-function)
221 (end-of-defun-function): New c-lang-setvar's.
222
223 * progmodes/cc-awk.el (c-awk-beginning-of-defun): Add "(or arg
224 (setq arg 1))" to enable non-interactive call.
225
226 2007-04-09 Eli Zaretskii <eliz@gnu.org>
227
228 * simple.el (set-mark-command): Doc fix.
229
230 2007-04-09 Nick Roberts <nickrob@snap.net.nz>
231
232 * progmodes/gud.el (gdb): Restore existing session if user
233 tries to start a second one in graphical mode.
234
235 2007-04-08 Martin Rudalics <rudalics@gmx.at>
236
237 * cus-start.el <scroll-preserve-screen-position>: Add choices.
238
239 2007-04-08 Johan Bockg\e,Ae\e(Brd <bojohan+news@dd.chalmers.se>
240
241 * term/xterm.el (terminal-init-xterm): Fix key definitions.
242 Add binding for C-M-SPC.
243
244 2007-04-08 Richard Stallman <rms@gnu.org>
245
246 * pcomplete.el (pcomplete-read-event): One single definition,
247 and not a defsubst.
248
249 2007-04-08 Chong Yidong <cyd@stupidchicken.com>
250
251 * progmodes/cc-cmds.el (c-end-of-defun): Tidy up, to eliminate
252 byte-compiler warning "value unused".
253
254 2007-04-08 Andreas Schwab <schwab@suse.de>
255
256 * term/xterm.el (terminal-init-xterm): Add bindings for keypad keys.
257
258 2007-04-07 Glenn Morris <rgm@gnu.org>
259
260 * calendar/calendar.el (diary-font-lock-keywords, diary-live-p):
261 Autoload these functions.
262 (diary-date-forms): Add a custom :set form.
263
264 * calendar/diary-lib.el (diary-set-maybe-redraw): Move definition
265 before first use.
266 (diary-font-lock-keywords): New function with old code for
267 initialization of variable of same name.
268
269 2007-04-07 David Hansen <david.hansen@gmx.net> (tiny change)
270
271 * progmodes/cc-cmds.el (c-electric-paren): Fix space-before-funcall
272 clean-up: only insert space when on identifier, etc.
273
274 2007-04-07 Chong Yidong <cyd@stupidchicken.com>
275
276 * progmodes/grep.el (grep-find-use-xargs): Rewrite docstring.
277
278 * net/tls.el (open-tls-stream): Properly handle case where there
279 is no associated buffer.
280
281 2007-04-07 Glenn Morris <rgm@gnu.org>
282
283 * ffap.el (ffap-file-at-point): Lower the priority of the
284 ffap-ftp-sans-slash-regexp check.
285
286 2007-04-06 Alan Mackenzie <acm@muc.de>
287
288 Fix fontification of labels, and other things with ":".
289
290 * progmodes/cc-engine.el (c-forward-label): The function now
291 returns 'goto-target, 'qt-2kwds-colon, 'qt-1kwd-colon, as well as
292 the former t.
293
294 * progmodes/cc-fonts.el (c-font-lock-declarations): Interpret the
295 new return code from c-forward-label, fontifying tokens properly.
296 Add some general comments throughout the file.
297
298 2007-04-06 Chong Yidong <cyd@stupidchicken.com>
299
300 * textmodes/flyspell.el (flyspell-duplicate, flyspell-incorrect):
301 Revert 2006-01-27 change.
302
303 * diff-mode.el (diff-mode): Revert 2007-03-04 change.
304
305 * menu-bar.el (menu-bar-tools-menu): Revert 2003-07-25 change.
306
307 * desktop.el (desktop-create-buffer, desktop-save):
308 Revert 2004-11-12 change for lack of copyright papers.
309
310 * dired-x.el (dired-guess-shell-case-fold-search): Delete var.
311 (dired-guess-default): Respect case.
312
313 * isearch.el (isearch-forward): Revert 1998-08-26 doc change.
314
315 * emacs-lisp/byte-opt.el (byte-optimize-pure-func): Remove function;
316 was originally checked in as byte-optimize-concat on 1997-11-02.
317
318 * mail/sendmail.el (mail-text, mail-mode): Revert extant pieces of
319 1995-05-19 doc changes.
320
321 2007-04-06 Kim F. Storm <storm@cua.dk>
322
323 * loadhist.el (read-feature): Reimplement. New optional arg LOADED-P.
324 (unload-feature): Update interactive spec accordingly.
325
326 * progmodes/grep.el (grep-program): Remove commentary about zgrep.
327
328 2007-04-06 John Paul Wallington <jpw@pobox.com>
329
330 * subr.el (with-case-table): Use `make-symbol' to avoid variable
331 capture. Restore the table in the same buffer.
332
333 * font-lock.el (lisp-font-lock-keywords-2): Add `with-case-table'.
334
335 2007-04-05 Chong Yidong <cyd@stupidchicken.com>
336
337 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
338 Print entire form.
339
340 2007-04-05 Nick Roberts <nickrob@snap.net.nz>
341
342 * progmodes/gdb-ui.el (breakpoint-disabled): Tweak face (again)
343 for low-color displays.
344
345 2007-04-05 Glenn Morris <rgm@gnu.org>
346
347 * play/5x5.el, play/animate.el, play/dissociate.el, play/doctor.el,
348 * play/gomoku.el, play/landmark.el, play/tetris.el, play/zone.el:
349 Seed random number generator on loading.
350
351 * emacs-lisp/authors.el (top-level): Provide self.
352
353 * play/animate.el (top-level): Provide self.
354
355 2007-04-04 Alan Mackenzie <acm@muc.de>
356
357 * progmodes/cc-vars.el (c-special-indent-hook): Amend doc-string
358 to mention c-syntactic-indentation.
359
360 2007-04-04 Chong Yidong <cyd@stupidchicken.com>
361
362 * subr.el (with-case-table): New macro.
363
364 * international/mule.el (ascii-case-table): New var.
365
366 * mail/smtpmail.el (smtpmail-via-smtp): Use ascii-case-table when
367 downcasing.
368
369 2007-04-03 Nick Roberts <nickrob@snap.net.nz>
370
371 * progmodes/gud.el (gud-minor-mode-map): Simplify.
372
373 * t-mouse.el (t-mouse-make-event-element): Don't use the left edge
374 of the window if we're outside it e.g menu-bar.
375
376 * xt-mouse.el (xterm-mouse-event): Don't use the left edge of the
377 window if we're outside it e.g menu-bar.
378
379 2007-04-03 Eli Zaretskii <eliz@gnu.org>
380
381 * mail/rmail.el (rmail-convert-to-babyl-format): Don't try to
382 decode base-64 encoded body if its content-type is something other
383 than text/* or message/*.
384
385 2007-04-03 Juanma Barranquero <lekktu@gmail.com>
386
387 * simple.el (activate-mark-hook): Fix typo in docstring.
388
389 2007-04-03 Nick Roberts <nickrob@snap.net.nz>
390
391 * tmm.el (tmm-c-prompt): Initialize.
392 (tmm-menubar): Deal with extended menu-items at top level.
393 (tmm-get-keybind): Handle bindings redefined/undefined locally.
394 (tmm-prompt): Handle visibility of top level menu-items.
395
396 * progmodes/gud.el (gud-menu-map): Simplify.
397 (gud-minor-mode-map): Add tool-bar like bindings to the text mode
398 menubar.
399
400 2007-04-02 Chong Yidong <cyd@stupidchicken.com>
401
402 * mail/smtpmail.el (smtpmail-via-smtp): Revert last change.
403
404 * comint.el (comint-send-input): Widen the buffer first.
405
406 * info.el (Info-fontify-maximum-menu-size): Revert to 100000.
407
408 2007-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
409
410 * emacs-lisp/lisp-mode.el (lisp-fill-paragraph): Only obey
411 emacs-lisp-docstring-fill-column in emacs-lisp-mode.
412
413 * newcomment.el (comment-search-forward): Discard comment starters
414 before point.
415
416 2007-04-01 Guanpeng Xu <herberteuler@hotmail.com>
417
418 * mouse.el (mouse-set-secondary): Update mouse-secondary-overlay.
419
420 2007-04-01 Chong Yidong <cyd@stupidchicken.com>
421
422 * mail/smtpmail.el (smtpmail-via-smtp): Use standard case table
423 when downcasing.
424
425 * button.el (previous-button): Rewrite to account for adjacent buttons.
426
427 2007-04-01 J.D. Smith <jdsmith@as.arizona.edu>
428
429 * progmodes/idlwave.el (idlwave-auto-fill):
430 Revert paragraph-separate change.
431
432 * progmodes/idlw-shell.el (idlwave-shell-break-in):
433 Simplify module calc.
434 (idlwave-shell-set-bp-in-module): Compute module.
435
436 2007-03-31 Glenn Morris <rgm@gnu.org>
437
438 * emacs-lisp/timer.el (run-at-time): Doc fix.
439
440 * emacs-lisp/warnings.el (display-warning): If we create the
441 buffer displaying the warning, disable undo there.
442
443 2007-03-31 Michael Albinus <michael.albinus@gmx.de>
444
445 * net/tramp.el (tramp-register-file-name-handler)
446 (tramp-register-completion-file-name-handler): New defsubst,
447 derived from `tramp-register-file-name-handlers'. The split is
448 necessary because Tramp's file name handlers must be registered at
449 different startup places.
450
451 2007-03-31 Chong Yidong <cyd@stupidchicken.com>
452
453 * progmodes/hideshow.el (turn-off-hideshow): New function.
454 (hs-minor-mode): Use it instead of a lambda expression in
455 change-major-mode-hook.
456
457 2007-03-31 David Kastrup <dak@gnu.org>
458
459 * woman.el (woman-Cyg-to-Win): Don't convert cons cells
460 corresponding to MANPATH_MAP entries.
461 (woman-man.conf-path, woman-parse-man.conf): Doc fix.
462 (woman-parse-man.conf): Use more discriminating man.conf name.
463 (woman-parse-man.conf): Parse MANPATH_MAP entries.
464 (woman-manpath): Doc fix and type fix.
465 (woman-cached-data): Check for MANPATH_MAP entries.
466 (woman-expand-directory-path): Treat MANPATH_MAP entries.
467
468 2007-03-31 Stuart Herring <herring@lanl.gov>
469
470 * emacs-lisp/sregex.el (sregexq): Doc fix.
471
472 2007-03-31 Markus Triska <markus.triska@gmx.at>
473
474 * flymake.el (flymake-err-line-patterns): Doc fix.
475
476 2007-03-30 Reiner Steib <Reiner.Steib@gmx.de>
477
478 * info.el (info-tool-bar-map): Use "exit" for Info-exit.
479 Move to the right.
480
481 2007-03-30 Alan Mackenzie <acm@muc.de>
482
483 * progmodes/cc-cmds.el (c-forward-to-nth-EOF-}): Fix EOB bug.
484
485 2007-03-30 Thien-Thi Nguyen <ttn@gnu.org>
486
487 * emacs-lisp/ewoc.el (ewoc--insert-new-node): Take additional arg DLL.
488 Use it, passed in explicitly, instead of from the dynamic binding.
489 (ewoc-create, ewoc-enter-before): Update to use new call sequence.
490
491 2007-03-30 Juanma Barranquero <lekktu@gmail.com>
492
493 * simple.el (blink-matching-open): When in minibuffer, don't
494 search for a match inside the prompt.
495
496 2007-03-30 Nick Roberts <nickrob@snap.net.nz>
497
498 * tmm.el (tmm-menubar): Select the right menu item with the mouse.
499 (tmm-prompt): Don't make the mouse user select the first menu
500 item twice.
501
502 2007-03-30 Chong Yidong <cyd@stupidchicken.com>
503
504 * eshell/esh-proc.el (eshell/kill): Tweak regexp to recognize
505 SIGUSR1 and SIGUSR2.
506
507 2007-03-29 Kim F. Storm <storm@cua.dk>
508
509 * ido.el (ido-read-internal): When reading file or dir, only override
510 minibuffer-local-filename-completion-map, otherwise only override
511 minibuffer-local-completion-map.
512
513 2007-03-29 Glenn Morris <rgm@gnu.org>
514
515 * complete.el (partial-completion-mode): Set PC-do-completion-end
516 to nil after use.
517 (PC-lisp-complete-symbol): Create and use a marker at `end',
518 rather than using point-marker.
519
520 2007-03-28 Chong Yidong <cyd@stupidchicken.com>
521
522 * simple.el (next-error-highlight): Doc fix.
523 (compose-mail): Revert 2007-03-19 change.
524
525 2007-03-28 Richard Stallman <rms@gnu.org>
526
527 * emacs-lisp/edebug.el (edebug-display): Don't go to
528 edebug-outside-buffer if it is dead.
529
530 2007-03-28 Juanma Barranquero <lekktu@gmail.com>
531
532 * view.el (view-mode): Fix typos in docstring.
533
534 2007-03-28 Stephen Berman <Stephen.Berman@gmx.net>
535
536 * recentf.el (recentf-save-file): Add a custom :set function.
537
538 2007-03-28 Glenn Morris <rgm@gnu.org>
539
540 * complete.el (PC-do-completion-end): New variable.
541 (partial-completion-mode) <choose-completion-string-functions>:
542 Use PC-do-completion-end in the non-minibuffer case to replace the
543 correct amount of text.
544 (PC-do-completion): Set PC-do-completion-end for c-c-s-f.
545 (PC-lisp-complete-symbol): Give marker the after-insertion type,
546 to deal with improvements inserted after point.
547
548 2007-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
549
550 * button.el (make-text-button): Add explicit `button' property.
551 (default-button): Don't put a `button' property on it.
552
553 * progmodes/python.el (python-mode): Skip comments when parsing.
554
555 * vc-arch.el (vc-with-current-file-buffer): New macro.
556 (vc-arch-file-source-p): Use it to avoid infloop.
557
558 2007-03-28 David Hansen <david.hansen@gmx.net> (tiny change)
559
560 * emacs-lisp/lisp.el (lisp-complete-symbol):
561 Fix call to get-buffer-window to find windows in other frames.
562
563 2007-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
564
565 * comint.el (comint-proc-query, comint-dynamic-list-completions):
566 Fix calls to get-buffer-window to find windows in other frames.
567 Reported by David Hansen <david.hansen@gmx.net>.
568
569 2007-03-27 Kevin Ryde <user42@zip.com.au>
570
571 * info.el (Info-display-images-node): On a text-only terminal,
572 show the "text" or "alt" parts of the image blobs.
573
574 2007-03-27 Glenn Morris <rgm@gnu.org>
575
576 * complete.el (PC-do-completion): Compute completion-base-size in
577 the non-filename case, rather than setting to nil.
578 (PC-lisp-complete-end): New variable.
579 (PC-lisp-complete-symbol): Use PC-lisp-complete-end to store the
580 original end in a series of consecutive invocations.
581
582 * calendar/calendar.el (calendar-mode-hook): Declare it.
583
584 * calendar/diary-lib.el (diary-live-p): Do not check for
585 diary-selective-display.
586
587 2007-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
588
589 * replace.el (occur-next-error): *Occur* might not be displayed in the
590 selected frame. Reported by David Hansen <david.hansen@gmx.net>.
591
592 2007-03-26 Richard Stallman <rms@gnu.org>
593
594 * textmodes/flyspell.el (flyspell-large-region):
595 Use ispell-call-process-region.
596
597 2007-03-26 Johan Bockg\e,Ae\e(Brd <bojohan+sf@dd.chalmers.se>
598
599 * emacs-lisp/bytecomp.el (byte-compile-file-form-defmumble):
600 Use prin1 instead of princ.
601
602 2007-03-25 Chong Yidong <cyd@stupidchicken.com>
603
604 * faces.el (face-set-after-frame-default): Revert 2007-03-10 change.
605 Merge in X resources before global face.
606
607 * progmodes/compile.el (compilation-start): Save compilation-directory
608 rather than default-directory as local var.
609 (compilation-directory): Mark as safe local var.
610
611 * files.el: Don't mark default-directory as a safe local var.
612
613 2007-03-25 Alan Mackenzie <acm@muc.de>
614
615 * progmodes/cc-mode.el (c-before-change): Fix BOB bug.
616 * progmodes/cc-engine.el: Fix typo.
617
618 2007-03-25 Juri Linkov <juri@jurta.org>
619
620 * compare-w.el (compare-windows): Rename customization group
621 `compare-w' to `compare-windows'.
622 (compare-windows-whitespace, compare-ignore-whitespace)
623 (compare-ignore-case, compare-windows-sync)
624 (compare-windows-sync-string-size, compare-windows-recenter)
625 (compare-windows-highlight, compare-windows): Change group name in
626 the `group' tag from `compare-w' to `compare-windows'.
627 (compare-windows-sync): Add option `nil' for no sync. Doc fix.
628
629 2007-03-24 Markus Triska <markus.triska@gmx.at>
630
631 * expand.el: Change example to always enable abbrev-mode,
632 and remove redundant `function'.
633 (expand-abbrev-hook): Add autoload cookie.
634
635 2007-03-24 Ryan Yeske <rcyeske@gmail.com>
636
637 * emacs-lisp/testcover.el (testcover-start, testcover-end)
638 (testcover-mark-all, testcover-unmark-all): Add prompts to
639 interactive specs.
640
641 2007-03-24 Jason Rumney <jasonr@gnu.org>
642
643 * autorevert.el (find-file-hook, auto-revert-tail-mode):
644 Use file size in bytes for auto-revert-tail-pos not characters.
645
646 2007-03-24 Thien-Thi Nguyen <ttn@gnu.org>
647
648 * vc-rcs.el (vc-rcs-annotate-command):
649 Set text property :vc-annotate-prefix on the annotation text.
650 (vc-rcs-annotate-time): Instead of searching for ": ",
651 search for end of text propertized with :vc-annotate-prefix.
652
653 2007-03-24 Martin Rudalics <rudalics@gmx.at>
654
655 * whitespace.el (top level): Remove calls putting
656 permanent-local nil property since these are no-ops.
657
658 * man.el (Man-support-local-filenames): Assure that
659 default-directory exists when doing call-process.
660
661 2007-03-23 David Vazquez <xeos00@gmail.com> (tiny change)
662
663 * progmodes/m4-mode.el (m4-m4-buffer, m4-m4-region):
664 Fix omission bug: Use m4-program-options to construct shell command.
665
666 2007-03-23 David Kastrup <dak@gnu.org>
667
668 * progmodes/cc-mode.el (c-make-emacs-variables-local):
669 Use `mapcar' rather than `mapcan' to silence compiler warning.
670
671 2007-03-22 Ralf Angeli <angeli@caeruleus.net>
672
673 * textmodes/reftex.el, textmodes/reftex-vars.el,
674 * textmodes/reftex-toc.el, textmodes/reftex-sel.el,
675 * textmodes/reftex-ref.el, textmodes/reftex-parse.el,
676 * textmodes/reftex-index.el, textmodes/reftex-global.el,
677 * textmodes/reftex-dcr.el, textmodes/reftex-cite.el,
678 * textmodes/reftex-auc.el: Add maintainer address.
679
680 2007-03-22 Carsten Dominik <dominik@science.uva.nl>
681
682 * textmodes/org.el (org-agenda-mode, org-table-edit-formulas):
683 Make sure that `global-font-lock-mode' does not turn on font-lock
684 in these buffers.
685
686 2007-03-21 Kim F. Storm <storm@cua.dk>
687
688 * xt-mouse.el (xt-mouse-epoch): New variable.
689 (xterm-mouse-event): Use float-time.
690
691 2007-03-21 Nick Roberts <nickrob@snap.net.nz>
692
693 * xt-mouse.el (xterm-mouse-event): Compute a timestamp using
694 current-time.
695
696 2007-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
697
698 * complete.el (read-file-name-internal): Don't add the final > if the
699 completion is not finished (re-application of this patch, which was
700 accidentally undone by Eli).
701
702 2007-03-21 Chong Yidong <cyd@stupidchicken.com>
703
704 * emulation/viper.el (viper-non-hook-settings): Handle mouse
705 clicks in describe-key and describe-key-briefly advice a little better.
706
707 2007-03-21 Juanma Barranquero <lekktu@gmail.com>
708
709 * server.el (server-process-filter): Cancel any pending isearch.
710
711 2007-03-21 Ulf Jasper <ulf.jasper@web.de>
712
713 * calendar/icalendar.el (icalendar-version): Increase to 0.15.
714 (icalendar--get-unfolded-buffer): Define actual arguments rather
715 than just using &rest. Check replace-in-string is fbound.
716 (icalendar-import-buffer): Doc fix.
717 (icalendar--convert-ical-to-diary): Set diary-file.
718 Check diary-file before inserting final newline.
719 (icalendar--add-diary-entry): Return diary-file.
720
721 2007-03-21 Glenn Morris <rgm@gnu.org>
722
723 * calendar/calendar.el (diary-set-maybe-redraw): Autoload it.
724 (diary-display-hook): Add custom :set function.
725
726 * calendar/diary-lib.el (diary-header-line-flag): Doc fix.
727 Add custom :set function.
728 (diary-header-line-format): Doc fix.
729 (diary-set-maybe-redraw): New function.
730 (number-of-diary-entries): Change :set to use diary-set-maybe-redraw.
731 (diary-list-entries): Always run diary-mode.
732
733 2007-03-20 David Kastrup <dak@gnu.org>
734
735 * files.el (magic-mode-alist): Require literal "%!PS" string for
736 magic postscript file detection.
737
738 2007-03-20 Richard Stallman <rms@gnu.org>
739
740 * textmodes/ispell.el (ispell-call-process): New function.
741 Defends against bad `default-directory.'
742 (ispell-check-version, ispell-find-aspell-dictionaries)
743 (ispell-get-aspell-config-value, lookup-words): Call it.
744 (ispell-call-process-region): New function.
745 (ispell-send-string): Call it.
746
747 2007-03-20 Andreas Schwab <schwab@suse.de>
748
749 * Makefile.in (custom-deps): Depend on $(lisp)/subdirs.el.
750 (finder-data): Likewise.
751 (autoloads): Likewise.
752
753 2007-03-20 Martin Rudalics <rudalics@gmx.at>
754
755 * files.el (basic-save-buffer): Do not set visited filename when
756 the corresponding directory does not exist or the specified
757 filename is that of an existing directory.
758
759 2007-03-20 Glenn Morris <rgm@gnu.org>
760
761 * calendar/diary-lib.el (diary-live-p): New function.
762 (number-of-diary-entries): Add a :set function to redisplay diary
763 when necessary.
764
765 2007-03-19 Nick Roberts <nickrob@snap.net.nz>
766
767 * t-mouse.el (t-mouse-make-event-element): Use timestamp output
768 from client program, mev, to compute mouse event.
769
770 2007-03-19 Chong Yidong <cyd@stupidchicken.com>
771
772 * faces.el (momentary): Face removed; unused due to reversion of
773 2007-01-04 changes by Kevin Rodgers.
774
775 * mouse.el (mouse-drag-track): Remove spurious input-pending-p test.
776 Suggested by Johan Bockg\e,Ae\e(Brd.
777
778 2007-03-19 Martin Rudalics <rudalics@gmx.at>
779
780 * font-lock.el (lisp-font-lock-keywords-1):
781 Highlight define-globalized-minor-mode as a keyword.
782
783 2007-03-19 Kim F. Storm <storm@cua.dk>
784
785 * calc/calc-forms.el (math-std-daylight-savings)
786 (math-std-daylight-savings-old): Doc fix.
787
788 2007-03-19 Juanma Barranquero <lekktu@gmail.com>
789
790 * progmodes/python.el (python-default-template): Doc fix.
791 (python-buffer): Fix typo in docstring.
792
793 * isearchb.el (isearchb-follow-char):
794 * subr.el (def-edebug-spec): Fix typo in docstring.
795
796 2007-03-19 Richard Stallman <rms@gnu.org>
797
798 * files.el (default-directory): Mark safe.
799 (basic-save-buffer-2): Put proper dir name in error message.
800
801 * simple.el (compose-mail): Run switch-function after
802 setting up the mail buffer.
803
804 * startup.el (inhibit-splash-screen, initial-major-mode): Doc fixes.
805
806 2007-03-18 Jay Belanger <belanger@truman.edu>
807
808 * calc/calc-forms.el (math-parse-date): Fix a regular expression.
809 (math-std-daylight-savings-new): Rename from
810 `math-std-daylight-savings'.
811 (math-std-daylight-savings-old): Rename from old value of
812 `math-std-daylight-savings'.
813 (math-std-daylight-savings): Use `math-std-daylight-savings-new' or
814 `math-std-daylight-savings-old' depending on the year.
815
816 2007-03-18 Detlev Zundel <dzu@gnu.org>
817
818 * emacs-lisp/re-builder.el (reb-update-overlays): Do not mark
819 zero-width regexps as invalid but rather at least count them correctly.
820
821 2007-03-18 Thien-Thi Nguyen <ttn@gnu.org>
822
823 * net/tls.el (open-tls-stream): In handshake-waiting loop,
824 don't wait more if there is output available to process.
825
826 2007-03-18 Nick Roberts <nickrob@snap.net.nz>
827
828 * progmodes/compile.el (compilation-find-file): Revert change
829 from 2006-07-18 to allow completion of directory names.
830 Reported by John Carter <john.carter@tait.co.nz>.
831
832 2007-03-18 Kim F. Storm <storm@cua.dk>
833
834 * subr.el (when, unless): Doc fix.
835
836 2007-03-17 Thien-Thi Nguyen <ttn@gnu.org>
837
838 * net/tls.el (tls-program): Doc fix.
839
840 2007-03-17 Denis Bueno <dbueno@gmail.com> (tiny change)
841
842 * autorevert.el (auto-revert-tail-handler):
843 Call after-revert-hook.
844
845 2007-03-17 Ryan Yeske <rcyeske@gmail.com>
846
847 * simple.el (switch-to-completions): No error if search for \n\n fails.
848
849 2007-03-17 Chong Yidong <cyd@stupidchicken.com>
850
851 * simple.el (line-move-1):
852 Respect `inhibit-line-move-field-capture' property.
853
854 2007-03-13 Chong Yidong <cyd@stupidchicken.com>
855
856 * comint.el (comint-arguments): Mark backslash-escaped chars.
857 (comint-delim-arg): Don't treat them as delimiters.
858
859 2007-03-12 Kim F. Storm <storm@cua.dk>
860 * ido.el (ido-init-completion-maps): Remap delete-backward-char.
861
862 2007-03-12 Lawrence Mitchell <wence@gmx.li> (tiny change)
863
864 * tempo.el (tempo-insert): Deal with 'r> if it appears
865 specified with a prompt argument.
866
867 2007-03-12 Carsten Dominik <dominik@science.uva.nl>
868
869 * textmodes/org.el (org-set-font-lock-defaults):
870 Handle narrow table columns correctly.
871
872 2007-03-12 Mark A. Hershberger <mah@everybody.org>
873
874 * xml.el (xml-parse-tag, xml-parse-string, xml-parse-attlist)
875 (xml-parse-dtd, xml-parse-elem-type, xml-substitute-special):
876 Return to use of the -no-properties variants. There was
877 consensus on emacs-devel that the speed of these variants was
878 prefered since we are usually parsing files (from the internet
879 or on disk) instead of XML created in Emacs.
880
881 * eshell/esh-mode.el (eshell-handle-ansi-color): New function.
882 Add customize option.
883
884 2007-03-12 Glenn Morris <rgm@gnu.org>
885
886 * calc/calc-forms.el (math-std-daylight-savings): Switch to new
887 North American rule. Replace "daylight savings" with "daylight
888 saving" in doc.
889
890 * calendar/cal-china.el,cal-dst.el,calendar.el,diary-lib.el:
891 * calendar/lunar.el,solar.el: Replace "daylight savings" with
892 "daylight saving" in text.
893
894 * woman.el (woman-change-fonts): Tweak previous change by using
895 woman-request-regexp rather than "^\\.".
896
897 * startup.el (command-line-1): Make insertion of
898 initial-scratch-message not depend on scratch being selected.
899
900 2007-03-11 Juri Linkov <juri@jurta.org>
901
902 * replace.el (match): Use yellow background on light-bg terminals.
903
904 2007-03-11 Richard Stallman <rms@gnu.org>
905
906 * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
907 Correctly compute line number.
908
909 2007-03-11 Guanpeng Xu <herberteuler@hotmail.com>
910
911 * type-break.el (type-break-get-previous-count):
912 Repeat previous change here.
913
914 2007-03-11 Dan Nicolaescu <dann@ics.uci.edu>
915
916 * progmodes/grep.el (grep-find-ignored-directories):
917 Add .git and .bzr to list.
918
919 2007-03-11 Andreas Schwab <schwab@suse.de>
920
921 * diff-mode.el (diff-apply-hunk): Use proper format string for error.
922
923 2007-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
924
925 * mail/emacsbug.el (report-emacs-bug): Don't hard code the "X" name.
926
927 2007-03-10 Chong Yidong <cyd@stupidchicken.com>
928
929 * faces.el (face-set-after-frame-default): Recalculate face
930 customizations after applying X resources.
931
932 2007-03-10 Ryan Yeske <rcyeske@gmail.com>
933
934 * net/rcirc.el (rcirc-timeout-seconds): New variable.
935 (rcirc-keepalive-seconds): Remove variable.
936 (rcirc-server-name, rcirc-timeout-timer, rcirc-connecting)
937 (rcirc-process, rcirc-user-disconnect): New variables.
938 (rcirc-connect): Initalize new variables.
939 (rcirc-keepalive): Don't send keepalive pings before connection
940 is completed.
941 (rcirc-sentinel): Do mark all channels with activity when
942 connection is dropped. Run hook with process buffer local.
943 (rcirc-reschedule-timeout, rcirc-delete-process): New functions.
944 (rcirc-buffer-process): Return value of rcirc-process if
945 rcirc-server-buffer is nil.
946 (rcirc-server-name): Return the reported server name.
947 (rcirc-update-prompt): Simplify computation of the server name.
948 (rcirc-format-response-string): Likewise.
949 (rcirc-handler-001): Mark server as connected, record the reported
950 server name, and schedule a timeout.
951 (rcirc-track-nick): Add a spec for the tty class.
952 (rcirc-user-non-nick): Remove function.
953 (rcirc-nick-prefix-chars): Add variable.
954 (rcirc-user-nick): Use above variable.
955
956 2007-03-10 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
957
958 * icomplete.el (icomplete-tidy, icomplete-exhibit):
959 Bind deactivate-mark to nil.
960
961 2007-03-10 Martin Rudalics <rudalics@gmx.at>
962
963 * complete.el (PC-do-completion): Bind dirlength to nil to avoid
964 that buffer contents get erased during completion.
965
966 2007-03-10 Glenn Morris <rgm@gnu.org>
967
968 * woman.el (woman-change-fonts): Add a hack to deal with
969 font-escape followed by "." at start of a line.
970 (woman2-IP): Add a hack to deal with consecutive requests.
971 (woman2-tagged-paragraph): Extend existing hack to handle "sp".
972
973 2007-03-10 Alan Mackenzie <acm@muc.de>
974
975 * progmodes/cc-mode.el (c-before-change): Wrap in save-match-data.
976
977 2007-03-09 Richard Stallman <rms@gnu.org>
978
979 * abbrev.el (abbrev): Add `provide'.
980
981 2007-03-09 Thien-Thi Nguyen <ttn@gnu.org>
982
983 * net/ange-ftp.el (ange-ftp-try-passive-mode): Doc fix.
984
985 2007-03-09 Martin Rudalics <rudalics@gmx.at>
986
987 * complete.el (PC-try-completion): New function.
988 (PC-do-completion, read-file-name-internal): Use it instead of
989 try-completion.
990
991 2007-03-08 Alan Mackenzie <acm@muc.de>
992
993 Remove stale tokens from `c-found-types' cache.
994
995 * progmodes/cc-mode.el (c-unfind-enclosing-token)
996 (c-unfind-coalesced-tokens, c-before-change): New functions.
997 (c-maybe-stale-found-type): New variable.
998
999 * progmodes/cc-engine.el (c-partial-ws-p, c-unfind-type)
1000 (c-trim-found-types): New functions.
1001
1002 2007-03-08 Stefan Monnier <monnier@iro.umontreal.ca>
1003
1004 * smerge-mode.el (smerge-remove-props): Don't mark the buffer modified.
1005 (debug-ignored-errors): Add entry from smerge-match-conflict.
1006
1007 2007-03-08 J.D. Smith <jdsmith@as.arizona.edu>
1008
1009 * progmodes/idlw-help.el (idlwave-do-context-help1): Don't visit
1010 special help topics for keywords.
1011 (idlwave-help-assistant-command): Include ".exe" for ms-dos
1012 etc. Assistant command.
1013
1014 2007-03-08 Chong Yidong <cyd@stupidchicken.com>
1015
1016 * replace.el (occur-engine): Move buffer-undo-list binding...
1017 (occur-1): ...to here.
1018
1019 * complete.el (PC-bindings): Rebind M-TAB in read-expression-map.
1020
1021 * simple.el (minibuffer-completing-symbol): New var.
1022 (eval-expression): Use it.
1023 (completion-setup-function): Don't bind completion-base-size when
1024 completing a symbol in the minibuffer.
1025
1026 2007-03-08 Nick Roberts <nickrob@snap.net.nz>
1027
1028 * progmodes/gud.el (gdb): Pop up current GUD buffer if user
1029 tries to start a second session in graphical mode.
1030
1031 2007-03-07 Miles Bader <miles@gnu.org>
1032
1033 * international/isearch-x.el
1034 (isearch-process-search-multibyte-characters):
1035 Strip text-properties from PROMPT to avoid an error from read-string.
1036
1037 2007-03-07 Kim F. Storm <storm@cua.dk>
1038
1039 * complete.el (PC-bindings): Remap lisp-complete-symbol to
1040 PC-lisp-complete-symbol instead of binding M-TAB in global-map.
1041
1042 2007-03-07 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
1043
1044 * complete.el (PC-do-completion): Delete duplicates in the list of
1045 possible completions.
1046
1047 2007-03-07 Glenn Morris <rgm@gnu.org>
1048
1049 * ses.el (ses-mode): Doc fix.
1050
1051 2007-03-06 Kim F. Storm <storm@cua.dk>
1052
1053 * isearch.el (isearch-message-prefix): Undo 2007-03-01 change.
1054
1055 2007-03-06 Kenichi Handa <handa@m17n.org>
1056
1057 * term/x-win.el (x-select-utf8-or-ctext): Improve the strategy.
1058
1059 2007-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
1060
1061 * simple.el (completion-setup-function): Improve last fix so it doesn't
1062 set it to a relative directory name either.
1063
1064 2007-03-05 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1065
1066 * ps-print.el: Replace some (defvar VAR) by (defvar VAR nil).
1067
1068 2007-03-05 Richard Stallman <rms@gnu.org>
1069
1070 * emacs-lisp/re-builder.el (reb-re-syntax): Fix custom type.
1071
1072 * files.el (find-file-noselect): No error if file no longer exists.
1073 Display a message and avoid other questions.
1074
1075 2007-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
1076
1077 * pcomplete.el (pcomplete-show-completions): Improve last change, so
1078 as not to use an invisible window and to create a window if none exist.
1079
1080 * progmodes/python.el (python-send-command): Restart proc if necessary.
1081 (python-proc): Simplify.
1082
1083 2007-03-05 David Hansen <david.hansen@gmx.net> (tiny change)
1084
1085 * pcomplete.el (pcomplete-show-completions): Search all frames for
1086 completions buffer.
1087
1088 2007-03-05 Chong Yidong <cyd@stupidchicken.com>
1089
1090 * cus-edit.el (customize-save-variable): Clear customized-value
1091 property (saved values are now put in theme-value property).
1092 (customize-set-variable): Doc fix.
1093
1094 * complete.el (PC-do-completion): If completion-ignore-case is
1095 non-nil, replace field with completion string before exiting.
1096
1097 2007-03-05 Michael Albinus <michael.albinus@gmx.de>
1098
1099 * net/tramp.el (tramp-make-temp-file): New parameter FILENAME.
1100 Append its extension to the resulting temporary file name.
1101 (tramp-handle-file-local-copy, tramp-handle-write-region): Apply it.
1102
1103 * net/tramp-smb.el (tramp-smb-handle-file-local-copy)
1104 (tramp-smb-handle-write-region): Apply it.
1105
1106 2007-03-05 Alin C. Soare <alinsoar@voila.fr> (tiny change)
1107
1108 * emacs-lisp/lisp-mode.el (calculate-lisp-indent):
1109 Redo previous change.
1110
1111 2007-03-04 Kevin Rodgers <kevin.d.rodgers@gmail.com> (tiny change)
1112
1113 * diff-mode.el (diff-mode): Doc fix.
1114
1115 2007-03-05 Kenichi Handa <handa@m17n.org>
1116
1117 * international/characters.el: Set category `l' (latin)
1118 for more characters.
1119
1120 2007-03-04 Kim F. Storm <storm@cua.dk>
1121
1122 * emacs-lisp/authors.el (authors-aliases): Add alias.
1123
1124 2007-03-04 Glenn Morris <rgm@gnu.org>
1125
1126 * progmodes/hideshow.el (hs-minor-mode): Turn mode off and show
1127 all when switching major mode.
1128 (hs-minor-mode, hs-c-start-regexp, hs-block-start-regexp)
1129 (hs-block-start-mdata-select, hs-block-end-regexp)
1130 (hs-forward-sexp-func, hs-adjust-block-beginning):
1131 Do not make these variables permanent-local.
1132
1133 2007-03-04 Richard Stallman <rms@gnu.org>
1134
1135 * progmodes/cperl-mode.el (cperl-mode):
1136 Modify cperl-compilation-error-regexp-alist by appending.
1137
1138 * emacs-lisp/edebug.el (edebug-kill-buffer): New function.
1139 (edebug-mode): Add the hook.
1140 (edebug-recursive-edit): Remove the hook on exiting.
1141
1142 * type-break.el (type-break-get-previous-time):
1143 Handle end-of-file errors specially
1144 so they don't get reported wrong in .emacs.
1145
1146 * startup.el (fancy-splash-text): Clarify text.
1147
1148 * simple.el (beginning-of-buffer, end-of-buffer):
1149 Avoid treating plain C-u like numeric arg.
1150
1151 * simple.el (completion-setup-function): Don't set
1152 default-directory to nil.
1153
1154 * shell.el (shell-dirstack-query): Doc fix.
1155
1156 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line):
1157 Don't select the window -- pass it to primitives instead.
1158
1159 * faces.el (minibuffer-prompt): Use medium blue by default.
1160
1161 2007-03-04 David Kastrup <dak@gnu.org>
1162
1163 * jit-lock.el (jit-lock-stealth-time): Change default to nil.
1164 Preserve 16 as default value for "seconds" when customizing.
1165
1166 2007-03-04 Carsten Dominik <dominik@science.uva.nl>
1167
1168 * textmodes/org.el (org-self-insert-command)
1169 (orgtbl-self-insert-command, org-delete-char)
1170 (org-delete-backward-char): Set the `flyspell-delayed' property.
1171
1172 2007-03-03 Chong Yidong <cyd@stupidchicken.com>
1173
1174 * international/mule.el (find-auto-coding): Don't search for
1175 line-ending characters past the end of the tail.
1176
1177 2007-03-03 Christopher Allan Webber <cwebber@dustycloud.org> (tiny change)
1178
1179 * play/gamegrid.el (gamegrid-add-score-with-update-game-score-1):
1180 Jump to the line where new score has been uploaded.
1181
1182 * play/tetris.el (tetris-move-bottom, tetris-move-left)
1183 (tetris-move-right, tetris-rotate-prev, tetris-rotate-next):
1184 Do nothing when the game is paused.
1185
1186 2007-03-03 Carsten Dominik <dominik@science.uva.nl>
1187
1188 * textmodes/org.el (org-set-tags): Prevent slipping of point
1189 during completion.
1190
1191 2007-03-01 Lennart Borgman <lennart.borgman.073@student.lu.se>
1192
1193 * isearch.el (isearch-message-prefix):
1194 Use minibuffer-prompt-properties.
1195
1196 2007-03-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1197
1198 * ps-print.el: Replace (defvar VAR nil) by (defvar VAR).
1199 (ps-setup): Print which Emacsen is running ps-print package.
1200
1201 2007-03-01 Stuart Herring <herring@lanl.gov>
1202
1203 * files.el (set-auto-mode-0): Use `indirect-function'.
1204 (hack-one-local-variable): Don't reapply current major mode.
1205
1206 2007-03-01 Stefan Monnier <monnier@iro.umontreal.ca>
1207
1208 * progmodes/python.el (python-quote-syntax): Don't bother with
1209 syntax-ppss-context.
1210 (python-fill-paragraph): Make sure that fenced-string delimiters that
1211 stand on their own line stay there
1212
1213 2007-03-01 Lennart Borgman <lennart.borgman.073@student.lu.se>
1214
1215 * replace.el (perform-replace): Propertize message.
1216
1217 2007-03-01 Carsten Dominik <dominik@science.uva.nl>
1218
1219 * textmodes/org.el (org-prepare-agenda-buffers): Also check for
1220 invisible heading.
1221
1222 2007-02-28 Chong Yidong <cyd@stupidchicken.com>
1223
1224 * net/tramp.el (tramp-file-name-handler): Revert last change.
1225
1226 2007-02-28 Nick Roberts <nickrob@snap.net.nz>
1227
1228 * progmodes/gdb-ui.el (gdb-mouse-until, gdb-mouse-jump):
1229 Correct doc strings.
1230
1231 2007-02-28 Chong Yidong <cyd@stupidchicken.com>
1232
1233 * replace.el (perform-replace): Undo forward-char immediately if
1234 non-adjacent search fails.
1235
1236 2007-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
1237
1238 * version.el (emacs-major-version, emacs-minor-version):
1239 string-to-int -> string-to-number.
1240
1241 2007-02-28 Juanma Barranquero <lekktu@gmail.com>
1242
1243 * help.el (where-is): Fail gracefully when not passed a command.
1244
1245 2007-02-28 Stuart Herring <herring@lanl.gov>
1246
1247 * find-lisp.el (find-lisp-default-directory-predicate):
1248 Fix bug: Do symlink check on expanded filename.
1249
1250 2007-02-28 Carsten Dominik <dominik@science.uva.nl>
1251
1252 * textmodes/org.el (org-set-tags, org-table-get-field): Avoid case
1253 changes during replacement.
1254 (org-agenda-mode-map): Add default binding for `org-agenda-archive'.
1255
1256 2007-02-28 Lars Hansen <larsh@soem.dk>
1257
1258 * desktop.el: Delete header line listing me as maintainer.
1259
1260 2007-02-28 Glenn Morris <rgm@gnu.org>
1261
1262 * tutorial.el (tutorial--describe-nonstandard-key): Tweak text in
1263 the menus case.
1264
1265 2007-02-28 Chong Yidong <cyd@stupidchicken.com>
1266
1267 * net/tramp.el (tramp-file-name-handler): Inhibit modification
1268 hooks to avoid confusion when combining after-change calls.
1269
1270 2007-02-27 Ken Manheimer <ken.manheimer@gmail.com>
1271
1272 * allout.el (allout-encrypt-string): Remove inhibition of gpg-agent,
1273 now that pgg-gpg-process-region correctly honors passed-in passphrase.
1274 (allout-distinctive-bullets-string): Add info about bullet conventions.
1275 (allout-mode): Add info about distinctive vs plain bullets.
1276
1277 2007-02-27 Carsten Dominik <dominik@science.uva.nl>
1278
1279 * textmodes/org.el (org-archive-subtree): Quote variable name.
1280 (org-agenda-get-todos): Make sure skip properties are checked correctly.
1281
1282 2007-02-26 Nick Roberts <nickrob@snap.net.nz>
1283
1284 * progmodes/gud.el (gud-bashdb-history, gud-bashdb-marker-filter)
1285 (gud-bashdb-command-name, bashdb): Remove.
1286 (gud, gud-menu-map): Remove references to bash/bashdb.
1287
1288 2007-02-26 Andrey Zhdanov <susuman@hotmail.com> (tiny change)
1289
1290 * progmodes/gud.el (gud-pdb-marker-regexp): Add optional <module>
1291 keyword for Python 2.5.
1292
1293 2007-02-26 Romain Francoise <romain@orebokech.com>
1294
1295 * net/net-utils.el (whois-server-tld): Update server for .org.
1296 (whois-server-list): Add whois.publicinterestregistry.net.
1297 (whois-guess-server): Fix formatting in docstring.
1298
1299 2007-02-26 Kim F. Storm <storm@cua.dk>
1300
1301 * mouse.el (mouse-show-mark): Run hooks and perform command
1302 remapping for mouse-region-delete-keys.
1303
1304 2007-02-26 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
1305
1306 * font-core.el (font-lock-mode): Doc fix.
1307
1308 2007-02-25 Kim F. Storm <storm@cua.dk>
1309
1310 * ido.el (ido-buffer-internal): Set this-command to fallback command.
1311 Add selected buffer to buffer-name-history.
1312 (ido-file-internal): Set this-command to fallback command.
1313 Add file names to file-name-history.
1314
1315 * emacs-lisp/map-ynp.el (map-y-or-n-p):
1316 Apply minibuffer-prompt-properties.
1317
1318 2007-02-25 Andreas Schwab <schwab@suse.de>
1319
1320 * files.el (hack-one-local-variable-eval-safep): Correct handling
1321 of edebug-form-spec property value. Reported by Johan Bockg\e,Ae\e(Brd.
1322
1323 2007-02-25 Carsten Dominik <dominik@science.uva.nl>
1324
1325 * textmodes/org.el (org-table-overlay-coordinates)
1326 (org-table-toggle-coordinate-overlays): New functions.
1327 (org-table-overlay-coordinates, org-table-coordinate-overlays):
1328 New variables.
1329 (org-startup-with-deadline-check): Remove option.
1330 (org-mode): Remove deadline check on startup.
1331 (org-table-limit-column-width): Remove option.
1332 (org-table-formula-numbers-only): Remove option.
1333 (org-link-style, org-link-format): Remove options.
1334 (org-select-agenda-window, org-fit-agenda-window): Remove options.
1335 (org-export-ascii-show-new-buffer)
1336 (org-export-html-show-new-buffer): Remove options.
1337 (org-activate-links): Remove camel option.
1338 (org-file-link-context-use-camel-case): Remove option.
1339 (org-camel-regexp): Remove variable.
1340 (org-activate-camels): Remove function.
1341 (org-store-link): Remove Camel stuff.
1342 (org-make-org-heading-camel): Remove function.
1343 (org-open-at-point): Remove camel stuff.
1344 (org-link-search): Remove camel stuff.
1345 (org-camel-to-words): Function removed.
1346 (org-get-agenda-file-buffer): Make sure we prepare the base
1347 buffers, not any indirect buffers.
1348 (org-sort-entries): Sort top-level when not on a headline, and no
1349 active region.
1350 (org-in-regexp): New function.
1351 (org-search-not-self): Rename from `org-search-not-link'.
1352 (org-open-link-marker): New variable.
1353 (org-open-at-point): Set `org-open-link-marker'.
1354 (org-print-icalendar-entries): Fixe bug with excluding DONE
1355 entries from the exported list.
1356 (org-edit-formula-lisp-indent): New command.
1357 (orgtbl-to-texinfo, orgtbl-to-html): New functions.
1358 (orgtbl-to-latex, orgtbl-insert-radio-table)
1359 (orgtbl-toggle-comment, orgtbl-send-table): New functions.
1360 (orgtbl-radio-table-templates): New option.
1361 (org-store-link-props):
1362 (org-remember-templates): More possibilities to insert info
1363 into templates.
1364 (org-remember-apply-template): Make use of the extended
1365 template capabilities.
1366 (org-remember-redo-template): New command.
1367 (org-upgrade-old-links)
1368 (org-table-modify-formulas, org-table-replace-in-formulas)
1369 (org-table-find-dataline)
1370 (org-table-get-vertical-vector): Remove functions.
1371 (org-table-remove-rectangle-highlight)
1372 (org-time-stamp-format, org-toggle-log-option)
1373 (org-table-highlight-rectangle)
1374 (org-table-iterate, org-table-make-reference):
1375 (org-translate-time, org-tree-to-indirect-buffer)
1376 (org-table-field-info, org-table-fix-formulas)
1377 (org-table-force-dataline, org-table-get-descriptor-line)
1378 (org-table-get-range)
1379 (org-skip-comments, org-sort)
1380 (org-sort-entries, org-sublist, org-table-add-rectangle-overlay)
1381 (org-table-current-dline, org-table-current-field-formula)
1382 (org-table-edit-backward-field)
1383 (org-table-edit-formulas-post-command)
1384 (org-table-edit-line-down, org-table-edit-line-up)
1385 (org-agenda-archive)
1386 (org-agenda-clock-cancel)
1387 (org-agenda-clock-out, org-agenda-list-stuck-projects)
1388 (org-agenda-open-link, org-agenda-show-new-time)
1389 (org-agenda-skip-subtree-when-regexp-matches)
1390 (org-agenda-tree-to-indirect-buffer, org-agenda-undo)
1391 (org-at-regexp-p, org-auto-repeat-maybe, org-check-log-option)
1392 (org-do-sort, org-file-image-p, org-find-overlays)
1393 (org-find-row-type, org-get-indirect-buffer, org-get-repeat)
1394 (org-highlight-until-next-command, org-isearch-end)
1395 (org-match-any-p, org-next-link, org-previous-link):
1396 (org-remove-subtree-entries-from-agenda, org-replace-escapes)
1397 (org-rewrite-old-row-references)
1398 (org-isearch-post-command)
1399 (org-table-edit-move, org-table-edit-next-field)
1400 (org-table-edit-scroll, org-table-edit-scroll-down)
1401 (org-set-frame-title, org-show-reference)
1402 (org-unhighlight-once, org-verify-change-for-undo): New functions.
1403 (org-show-variable): Remove command.
1404 (org-add-log-maybe): New arguments STATE, FINDPOS
1405 (org-table-sort-lines): Rewrite from scratch.
1406 (org-link-search): New argument AVOID-POS.
1407 (org-print-icalendar-entries): Remove argument CATEGORY.
1408 (org-run-agenda-series): Remove argument WONDOW.
1409 (org-next-link, org-previous-link): New commands.
1410 (org-agenda-date-format): New option.
1411 (org-table-iterate): New command.
1412 (org-table-modify-formulas)
1413 (org-table-replace-in-formulas): Remove functions.
1414 (org-table-fix-formulas): New function.
1415 (org-table-insert-column, org-table-delete-column)
1416 (org-table-move-column): Use `org-table-fix-formulas'.
1417 (org-follow-gnus-link): Patch from Bastien/Leo.
1418 (org-table-current-field-formula): New function.
1419 (org-file-image-p): New function.
1420 (org-agenda-show-new-time): New function.
1421 (org-agenda-date-later): Call `org-agenda-show-new-time'.
1422 (org-with-remote-undo): New macro.
1423 (org-agenda-undo): New command.
1424 (org-verify-change-for-undo): New function.
1425 (org-time-stamp-format): New function.
1426 (org-agenda-get-timestamps): Skip scheduled if DONE and requested
1427 by user.
1428 (org-match-any-p): New function.
1429 (org-make-tags-matcher): Handle regular expressions for tag and
1430 todo matches.
1431 (org-read-date): Accept "+N" as input for a date relative to the
1432 current date.
1433 (org-remove-subtree-entries-from-agenda): New function.
1434 (org-agenda-archive, org-agenda-kill):
1435 Use `org-remove-subtree-entries-from-agenda'.
1436 (org-do-sort, org-sort-entries): New functions.
1437 (org-sort): New command.
1438 (org-table-sort-lines): Use `org-do-sort'.
1439 (org-fix-decoded-time): New function.
1440 (org-table-number-regexp): Require 0x... to identify as number
1441 in tables.
1442 (org-startup-options): New keywords for note taking.
1443 (org-upgrade-old-links): Remove function.
1444 (org-get-repeat): New function.
1445 (org-show-context): Also show siblings on current level.
1446 (org-show-siblings): New function.
1447 (org-isearch-end, org-isearch-post-command): New functions.
1448 (org-show-siblings): New option.
1449 (org-show-context): Use `org-show-siblings'.
1450 (org-table-maybe-recalculate-line): No longer require `calc-eval'
1451 to be bound, because user may just use elisp.
1452
1453 2007-02-24 Kim F. Storm <storm@cua.dk>
1454
1455 * emulation/cua-base.el (cua-paste): Handle x-clipboard-yank.
1456 (cua--init-keymaps): Remap x-clipboard-yank to cua-paste.
1457
1458 2007-02-24 Dan Nicolaescu <dann@ics.uci.edu>
1459
1460 * startup.el (command-line): Also check if the abbrev file is readable.
1461
1462 2007-02-24 John Paul Wallington <jpw@pobox.com>
1463
1464 * net/tls.el (tls-certtool-program): Fix custom type.
1465
1466 * mail/feedmail.el (feedmail-message-id-generator)
1467 (feedmail-date-generator): Fix custom types.
1468
1469 * mail/rmail.el (rmail-message-filter): Fix custom type.
1470
1471 2007-02-24 Eli Zaretskii <eliz@gnu.org>
1472
1473 * startup.el (command-line): If simple.el cannot be found, proceed
1474 with a warning message.
1475
1476 2007-02-24 Kenichi Handa <handa@m17n.org>
1477
1478 * international/utf-8.el (utf-8-pre-write-conversion): Handle the
1479 case that BEG is a string.
1480
1481 2007-02-24 Chris Moore <dooglus@gmail.com>
1482
1483 * pgg-pgp5.el (pgg-pgp5-encrypt-region):
1484 * pgg-pgp.el (pgg-pgp-encrypt-region):
1485 * pgg-gpg.el (pgg-gpg-encrypt-region):
1486 Check pgg-encrypt-for-me if no other recipients.
1487
1488 2007-02-23 Eli Zaretskii <eliz@gnu.org>
1489
1490 * mail/rmailedit.el (rmail-cease-edit): Restore the Rmail toolbar.
1491
1492 * textmodes/sgml-mode.el (sgml-validate): Quote the file name with
1493 shell-quote-argument.
1494
1495 2007-02-23 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
1496
1497 * comint.el (comint-read-input-ring): Use comint-input-ring-size
1498 from the comint buffer instead of the temporary one.
1499
1500 2007-02-23 David Reitter <david.reitter@gmail.com>
1501
1502 * cus-edit.el (custom-save-all): Canonicalize custom-file before
1503 storing it in recentf-exclude.
1504
1505 2007-02-23 Chong Yidong <cyd@stupidchicken.com>
1506
1507 * startup.el (fancy-splash-screens): Make cursor-type buffer-local
1508 in splash screen.
1509
1510 2007-02-22 J.D. Smith <jdsmith@as.arizona.edu>
1511
1512 * progmodes/idlw-shell.el (idlwave-shell-mode): Clean up pending
1513 commands, for restart.
1514 (idlwave-shell-current-module): Fix handling of module name by type.
1515 (idlwave-shell-break-in): Update type handling.
1516 (idlwave-shell-bp-get): Encode type in BP structure.
1517 (idlwave-shell-set-bp): Fix setting condition/count on disabled BPs.
1518 (idlwave-shell-module-source-query): Query routine info based on type.
1519 Fix path parsing for non-compiled files.
1520 (idlwave-shell-module-source-filter): Don't signal error in filter
1521 if no source found.
1522 (idlwave-shell-set-bp-in-module): Use fallback source to prevent
1523 filter race.
1524
1525 2007-02-22 Kim F. Storm <storm@cua.dk>
1526
1527 * wid-edit.el (widget-default-create): Undo 2007-02-04 change.
1528 (editable-field): Document need to put some text before the %v
1529 escape in :format string.
1530
1531 2007-02-19 Stefan Monnier <monnier@iro.umontreal.ca>
1532
1533 * vc-svn.el: Remove the code inherited from CVSREAD and `cvs edit'.
1534 (vc-svn-use-edit): Remove unused config var.
1535 (vc-svn-update, vc-svn-revert): Checkout is always implicit.
1536
1537 * outline.el (hide-sublevels): Keep empty last line, if available.
1538
1539 * buff-menu.el (list-buffers-noselect): Use explicit unicode code
1540 rather than the corresponding unicode char, to make the code
1541 more readable.
1542
1543 2007-02-19 Juanma Barranquero <lekktu@gmail.com>
1544
1545 * speedbar.el (speedbar-frame-mode, speedbar-frame-width)
1546 (speedbar-show-unknown-files, speedbar-item-info-file-helper)
1547 (speedbar-item-info-tag-helper): Doc fixes.
1548
1549 2007-02-19 Kenichi Handa <handa@m17n.org>
1550
1551 * international/mule-cmds.el (locale-language-names):
1552 Map "eo" to "Esperanto".
1553
1554 * language/european.el ("Esperanto"): New language environment.
1555
1556 2007-02-17 Sven Joachim <svenjoac@gmx.de> (tiny change)
1557
1558 * simple.el (kill-line): Doc fix.
1559
1560 2007-02-17 Kim F. Storm <storm@cua.dk>
1561
1562 * emacs-lisp/bindat.el (bindat--unpack-u*): Optimize.
1563 (bindat--unpack-item, bindat--length-group, bindat--pack-item)
1564 (bindat--unpack-group, bindat--pack-group):
1565 Handle vectors with optional element type.
1566
1567 2007-02-17 Daiki Ueno <ueno@unixuser.org>
1568
1569 * pgg-gpg.el (pgg-gpg-process-region): Make USE-AGENT nil
1570 if PASSPHRASE is given.
1571
1572 2007-02-17 Chris Moore <dooglus@gmail.com>
1573
1574 * jka-cmpr-hook.el (jka-compr-compression-info-list):
1575 Recognize backups of bz2 compressed files.
1576
1577 2007-02-17 Eli Zaretskii <eliz@gnu.org>
1578
1579 * info-look.el (info-lookup): Bind Info-fontify-maximum-menu-size
1580 to nil to speed up lookup of the symbol in index nodes.
1581
1582 2007-02-17 Alin C. Soare <alinsoar@voila.fr> (tiny change)
1583
1584 * emacs-lisp/lisp-mode.el (calculate-lisp-indent):
1585 Add indentation for the constants of Lisp.
1586
1587 2007-02-16 Stefan Monnier <monnier@iro.umontreal.ca>
1588
1589 * ps-print.el: Use (defvar <foo>) where applicable.
1590 (ps-print-emacs-type): Remove.
1591 (ps-x-frame-property, ps-e-frame-parameter): Remove.
1592 (ps-frame-parameter): Align its call-convention with frame-parameter.
1593 (ps-begin-job): Adjust calls to it appropriately.
1594 (ps-setup): Don't print ps-print-emacs-type.
1595 (ps-e-find-composition, ps-mark-active-p, ps-color-device):
1596 Define in such a way that it's obvious that it's defined.
1597 (ps-prsc, ps-c-prsc, ps-s-prsc): Remove.
1598 (ps-rmail-mode-hook, ps-vm-mode-hook, ps-gnus-summary-setup)
1599 (ps-jts-ps-setup): Use flavor-neutral syntax instead.
1600
1601 2007-02-15 Alan Mackenzie <acm@muc.de>
1602
1603 * progmodes/cc-cmds.el (c-indent-new-comment-line): When splitting
1604 an empty one-line C-style comment, post-position point properly.
1605
1606 2007-02-15 Chris Moore <dooglus@gmail.com>
1607
1608 * isearch.el (isearch-lazy-highlight-space-regexp): New variable.
1609 (isearch-lazy-highlight-new-loop): Bind it.
1610 (isearch-lazy-highlight-search): Use it.
1611
1612 * replace.el (replace-highlight): Bind search-whitespace-regexp to nil.
1613
1614 2007-02-15 Stefan Monnier <monnier@iro.umontreal.ca>
1615
1616 * font-lock.el (font-lock-extend-region-wholelines):
1617 Only return non-nil if the region has really been changed.
1618 Reported by David Hansen <david.hansen@physik.fu-berlin.de>
1619
1620 2007-02-15 Juanma Barranquero <lekktu@gmail.com>
1621
1622 * play/5x5.el (5x5-crack-xor-mutate): Doc fix.
1623 (5x5-draw-grid-end, 5x5-make-xor-with-mutation, 5x5-mode, 5x5-crack)
1624 (5x5-play-solution, 5x5-y-or-n-p): Fix typos in docstrings.
1625
1626 2007-02-14 Juanma Barranquero <lekktu@gmail.com>
1627
1628 * faces.el (color-values): Revert changes to docstring from
1629 2007-01-31 and 2000-09-07.
1630
1631 * textmodes/ispell.el (ispell-keep-choices-win, ispell-word)
1632 (ispell-begin-skip-region-regexp): Fix typos in docstrings.
1633 (ispell-dictionary-alist, ispell-process-line): Doc fixes.
1634 (ispell-help): Fix typos in docstring and output message.
1635
1636 2007-02-14 Kim F. Storm <storm@cua.dk>
1637
1638 * progmodes/grep.el (grep-files-aliases): Add tex and texi aliases.
1639 (lgrep): Add DIR arg to start grep in specific directory, like rgrep.
1640 (grep): Fix lgrep reference.
1641
1642 * disp-table.el (make-glyph-code, glyph-char, glyph-face): New defuns.
1643 (standard-display-underline): Use make-glyph-code.
1644
1645 * descr-text.el (describe-char): Use glyph-char and glyph-face.
1646
1647 * international/latin1-disp.el (latin1-display-char):
1648 Use make-glyph-code.
1649
1650 2007-02-13 Juanma Barranquero <lekktu@gmail.com>
1651
1652 * ehelp.el (with-electric-help, electric-help-exit)
1653 (electric-help-retain): Doc fixes.
1654
1655 * emacs-lisp/bytecomp.el (byte-compile-dest-file)
1656 (byte-compile-file): Doc fixes.
1657
1658 2007-02-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1659
1660 * term/mac-win.el: Change all uses of
1661 mac-set-font-panel-visibility to mac-set-font-panel-visible-p.
1662 (mac-ae-number): Return integer 0 if coerced result is float 0.0.
1663 (mac-ae-get-url): Call select-frame-set-input-focus.
1664 (mac-dnd-handle-drag-n-drop-event): Don't call
1665 select-frame-set-input-focus.
1666
1667 2007-02-13 Kenichi Handa <handa@m17n.org>
1668
1669 * international/characters.el: Fix documentation of category `a'.
1670
1671 2007-02-11 Dan Nicolaescu <dann@ics.uci.edu>
1672
1673 * progmodes/grep.el (grep): Mention lgrep and rgrep in the docstring.
1674
1675 2007-02-12 Michael Albinus <michael.albinus@gmx.de>
1676
1677 * net/tramp.el (tramp-get-ls-command, tramp-get-file-exists-command)
1678 (tramp-get-remote-ln): Handle error case.
1679 Reported by Chris Moore <dooglus@gmail.com>.
1680
1681 2007-02-11 Kim F. Storm <storm@cua.dk>
1682
1683 * bindings.el (ctl-x-map): Remove register compatibility bindings
1684 C-x /, C-x j, C-x x, and C-x g (deprecated since Emacs 19).
1685
1686 2007-02-11 Richard Stallman <rms@gnu.org>
1687
1688 * loadhist.el (unload-feature): Handle (t . SYMBOL) entries
1689 in load history.
1690
1691 * emacs-lisp/lisp-mode.el (indent-sexp): Clean up termination
1692 condition -- don't fail to stop at endpos.
1693
1694 2007-02-11 Carsten Dominik <dominik@science.uva.nl>
1695
1696 * textmodes/org.el (org-agenda-get-todos)
1697 (org-agenda-get-timestamps, org-agenda-get-closed)
1698 (org-agenda-get-deadlines, org-agenda-get-scheduled)
1699 (org-agenda-get-blocks, org-format-agenda-item)
1700 (org-agenda-change-all-lines, org-scan-tags): Rename text property
1701 from `category' to `org-category'.
1702
1703 2007-02-11 Kenichi Handa <handa@m17n.org>
1704
1705 * international/titdic-cnv.el (titdic-convert): Force files be written
1706 with Unix-like eol format. Read files under CXTERM-DIC by raw-text.
1707 (miscdic-convert): Force files be written with Unix-like eol format.
1708
1709 2007-02-11 Juanma Barranquero <lekktu@gmail.com>
1710
1711 * files.el (change-major-mode-with-file-name): Fix typo in docstring.
1712
1713 * calculator.el (calculator-prompt): Doc fix.
1714 (calculator-mode-map): Fix typo in menu entry.
1715
1716 2007-02-10 Jay Belanger <belanger@truman.edu>
1717
1718 * calculator.el (calculator): Do more extensive checking for when
1719 3 lines should be used for the calculator.
1720
1721 2007-02-10 Eli Zaretskii <eliz@gnu.org>
1722
1723 * info-look.el (info-lookup-make-completions):
1724 Bind Info-fontify-maximum-menu-size to nil to speed up lookup of
1725 index nodes.
1726
1727 * info.el (Info-fontify-maximum-menu-size): Document the effect
1728 of a nil value.
1729 (Info-fontify-node): Make sure Info-fontify-maximum-menu-size is
1730 non-nil before using it as size.
1731
1732 2007-02-09 Chong Yidong <cyd@stupidchicken.com>
1733
1734 * subr.el (insert-for-yank-1): Prevent read-only properties from
1735 interfering with text property operations.
1736
1737 * image-mode.el (image-mode): Revert 2007-01-30 changes.
1738
1739 * image.el (image-type-auto-detectable): Don't autodetect x[pb]m.
1740 (image-type-auto-detected-p): Fail if another match is found in
1741 auto-mode-alist.
1742
1743 * files.el (magic-mode-alist): Call image-mode instead of
1744 image-mode-maybe for autodetected images.
1745
1746 2007-02-09 Juanma Barranquero <lekktu@gmail.com>
1747
1748 * mail/smtpmail.el (smtpmail-smtp-service, smtpmail-queue-index-file):
1749 Fix typos in docstrings.
1750 (smtpmail-local-domain, smtpmail-queue-mail): Doc fixes.
1751
1752 2007-02-09 Kim F. Storm <storm@cua.dk>
1753
1754 * emacs-lisp/float-sup.el: Remove obsolete comment.
1755
1756 2007-02-08 Stefan Monnier <monnier@iro.umontreal.ca>
1757
1758 * diff-mode.el (diff-sanity-check-hunk): Fix last fix.
1759
1760 2007-02-08 Karl Fogel <kfogel@red-bean.com>
1761
1762 * simple.el: Revert previous change, at request of RMS:
1763 (fundamental-mode-hook): Remove.
1764 (fundamental-mode): Run after-change-major-mode-hooks manually,
1765 and don't run the now-nonexistent fundamental-mode-hook.
1766
1767 2007-02-08 Karl Fogel <kfogel@red-bean.com>
1768
1769 * simple.el (fundamental-mode-hook): Declare new hook.
1770 (fundamental-mode): Run the new dedicated hook, and don't run
1771 after-change-major-mode-hooks manually anymore.
1772
1773 2007-02-07 Stefan Monnier <monnier@iro.umontreal.ca>
1774
1775 * vc-svn.el (vc-svn-merge-news): Understand the new format with two
1776 added columns of chars. Remove support for the "no-meta-info" format.
1777 Prompted by Romain Francoise <romain@orebokech.com>.
1778
1779 2007-02-07 Nick Roberts <nickrob@snap.net.nz>
1780
1781 * progmodes/gdb-ui.el (gdb-if-arrow): New macro.
1782 (gdb-mouse-until, gdb-mouse-jump): Use it.
1783
1784 2007-02-07 Nick Roberts <nickrob@snap.net.nz>
1785
1786 * progmodes/gdb-ui.el (gdb-mouse-until, gdb-mouse-jump): Make them
1787 work when there is just an assembler buffer (no source buffer).
1788
1789 2007-02-07 Per Cederqvist <ceder@lysator.liu.se> (tiny change)
1790
1791 * diff-mode.el (diff-sanity-check-hunk): Don't reject the hunk
1792 just because the diff was produced using "-p" (--show-c-function).
1793
1794 2007-02-07 Juanma Barranquero <lekktu@gmail.com>
1795
1796 * faces.el (frame-set-background-mode): Use `color-values' and
1797 `display-color-p', not `x-color-values' and `x-display-color-p'.
1798 (face-valid-attribute-values): Use `defined-colors' instead of
1799 `x-defined-colors'.
1800
1801 2007-02-07 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1802
1803 * ps-print.ps: The ps-print commands without face printing should not
1804 print background color. Reported by Leo <sdl.web@gmail.com>.
1805 (ps-print-version): New version 6.7.3.
1806 (ps-begin-job): New arg. Fix ps-default-background and
1807 ps-default-foreground initialization.
1808 (ps-face-attributes): Fix doc string.
1809 (ps-face-background, ps-generate-postscript, ps-generate): Fix code.
1810
1811 * printing.el: Fix ps-print link.
1812
1813 2007-02-06 Chong Yidong <cyd@stupidchicken.com>
1814
1815 * faces.el (face-set-after-frame-default): Compile attributes to
1816 be set by frame parameters before merging in X resources.
1817
1818 2007-02-06 Juanma Barranquero <lekktu@gmail.com>
1819
1820 * simple.el (blink-matching-paren-dont-ignore-comments):
1821 (blink-matching-paren-on-screen): Doc fixes.
1822
1823 2007-02-06 Nick Roberts <nickrob@snap.net.nz>
1824
1825 * progmodes/gdb-ui.el (gdb-frames-mode): Truncate lines in stack buffer.
1826
1827 2007-02-05 Juanma Barranquero <lekktu@gmail.com>
1828
1829 * loadhist.el (unload-feature): Silently ignore `load-history' entries
1830 of the form `(defface . SYMBOL)', and treat `(autoload . SYMBOL)'
1831 entries like `defun'. Return nil.
1832
1833 2007-02-05 Kim F. Storm <storm@cua.dk>
1834
1835 * ido.el: Doc fixes.
1836
1837 2007-02-04 David Kastrup <dak@gnu.org>
1838
1839 * play/mpuz.el (mpuz-random-puzzle): Fix potential lockup when
1840 `mpuz-allow-double-multiplicator' is non-zero, and correct
1841 calculation of `min'.
1842
1843 2007-02-04 Per Abrahamsen <abraham@dina.kvl.dk>
1844
1845 * wid-edit.el (widget-default-create): Insert new text at the
1846 :from marker _after_ the marker, not before it.
1847
1848 2007-02-04 Alan Mackenzie <acm@muc.de>
1849
1850 * progmodes/cc-cmds.el (c-indent-line): Don't erase ^L when a line
1851 containing it is re-indented.
1852
1853 2007-02-03 Chong Yidong <cyd@stupidchicken.com>
1854
1855 * net/newsticker.el (newsticker--insert-image): Update docstring,
1856 and insert the image directly.
1857 (newsticker--buffer-redraw): Update docstring.
1858
1859 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
1860 Rename from define-global-minor-mode.
1861
1862 * progmodes/cwarn.el (global-cwarn-mode):
1863 * emacs-lisp/autoload.el (make-autoload):
1864 * hi-lock.el (global-hi-lock-mode):
1865 * font-core.el (global-font-lock-mode): All callers changed.
1866
1867 2007-02-03 Eli Zaretskii <eliz@gnu.org>
1868
1869 * textmodes/texnfo-upd.el (texinfo-menu-copy-old-description):
1870 Don't copy @ignore lines into menu descriptions.
1871 (texinfo-multi-file-update): Goto the @node line before attempting
1872 to pluck the node name.
1873 (texinfo-multiple-files-update): Reverse the optional arguments'
1874 order, as per the doc string and the `interactive' form.
1875
1876 2007-02-03 Chong Yidong <cyd@stupidchicken.com>
1877
1878 * image-mode.el: Use autoload to avoid overriding disabled setting
1879 applied in .emacs.
1880
1881 2007-02-03 Alan Mackenzie <acm@muc.de>
1882
1883 * progmodes/cc-engine.el (c-in-knr-argdecl): Slight correction
1884 for, e.g. "void (*hdone)();" in a k&r list. (No WS between
1885 adjacent paren groups).
1886
1887 2007-02-02 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1888
1889 * progmodes/ebnf2ps.el: Doc fixes.
1890 (ebnf-eps-buffer, ebnf-eps-region, ebnf-syntax-alist): Doc fixes.
1891
1892 2007-02-02 Eli Zaretskii <eliz@gnu.org>
1893
1894 * dired-x.el (dired-do-relsymlink): Add reference to
1895 dired-do-symlink. Add an autoload cookie.
1896
1897 * dired-aux.el (dired-do-symlink): Add reference to
1898 dired-do-relsymlink.
1899
1900 2007-02-02 Doug Maxey <dwm@enoyolf.org> (tiny change)
1901
1902 * mouse.el <left-fringe mouse-2, right-fringe mouse-3>:
1903 <left-fringe mouse-3>: New bindings.
1904
1905 2007-02-02 Ulf Jasper <ulf.jasper@web.de>
1906
1907 * newsticker.el (newsticker-version): Changed to "1.10".
1908 (newsticker--set-customvar): Doc string.
1909 (newsticker-new-item-face): Doc string.
1910 (newsticker-mode): Initialize `invisibility-spec' with t.
1911 (newsticker-mode-map): Added
1912 `newsticker-mark-all-items-at-point-as-read'.
1913 (newsticker-menu): Added narrow-to-item and narrow-to-feed.
1914 (newsticker-w3m-show-inline-images): Do not call
1915 `w3m-remove-image'.
1916 (newsticker--buffer-after-w3m-insert-image): New advice for
1917 w3m-insert-image to cache images.
1918 (newsticker-next-item-same-feed): New.
1919 (newsticker-mark-all-items-at-point-as-read-and-redraw): New.
1920 (newsticker-mark-all-items-of-feed-as-read): New.
1921 (newsticker-mark-all-items-at-point-as-read): Use new functions.
1922 (newsticker-mark-item-at-point-as-read): Doc string.
1923 (newsticker-mark-item-at-point-as-read): Use new functions.
1924 (newsticker--do-mark-item-at-point-as-read): New, extracted from
1925 `newsticker-mark-item-at-point-as-read'.
1926 (newsticker-hide-entry): Use (t) instead of t for invisibility.
1927 (newsticker--sentinel): Yet another xml-parser workaround.
1928 (newsticker--decode-iso8601-date): Bugfix for datestrings without
1929 days.
1930 (newsticker--buffer-do-insert-text): Fix.
1931 (newsticker--buffer-insert-enclosure): Fix. length might be missing.
1932 (newsticker--buffer-make-item-completely-visible):
1933 `switch-to-buffer' not necessary.
1934
1935 2007-02-02 Eli Zaretskii <eliz@gnu.org>
1936
1937 * progmodes/ebnf2ps.el (ebnf-eps-buffer, ebnf-eps-region)
1938 (ebnf-syntax-directory, ebnf-syntax-file, ebnf-syntax-region)
1939 (ebnf-style-database, ebnf-apply-style, ebnf-reset-style)
1940 (ebnf-push-style, ebnf-pop-style, ebnf-eps-production-list)
1941 (ebnf-directory, ebnf-file, ebnf-syntax-alist): Doc fixes.
1942
1943 2007-02-02 Kenichi Handa <handa@m17n.org>
1944
1945 * international/quail.el (quail-show-key): Fix an error message.
1946
1947 2007-02-01 Juanma Barranquero <lekktu@gmail.com>
1948
1949 * faces.el (set-face-underline-p, modify-face): Rename arg
1950 UNDERLINE-P to UNDERLINE (it is not a flag).
1951
1952 2007-02-01 Nick Roberts <nickrob@snap.net.nz>
1953
1954 * progmodes/gdb-ui.el (gdb-speedbar-update): Avoid duplication
1955 when adding gdb-speedbar-update to gdb-input-queue.
1956
1957 2007-02-01 Kenichi Handa <handa@m17n.org>
1958
1959 * international/quail.el (quail-show-key): Signal an error if the
1960 current input method is not using Quail.
1961
1962 2007-02-01 J.D. Smith <jdsmith@as.arizona.edu>
1963
1964 * progmodes/idlwave.el (idlwave-xml-create-sysvar-alist):
1965 Trim leading whitespace in sysvar names.
1966
1967 2007-02-01 Juanma Barranquero <lekktu@gmail.com>
1968
1969 * faces.el (internal-find-face, internal-get-face): Doc fixes.
1970
1971 2007-01-31 Juanma Barranquero <lekktu@gmail.com>
1972
1973 * ido.el (ido-set-common-completion): Use `let', not `let*'.
1974
1975 2007-01-31 Romain Francoise <romain@orebokech.com>
1976
1977 * comint.el: Delete extra copy of `comint-copy-old-input' added in
1978 previous change to this file.
1979
1980 2007-01-31 Jason Rumney <jasonr@gnu.org>
1981
1982 * files.el (magic-mode-alist): Use image-mode-maybe rather than
1983 image-mode.
1984
1985 * image-mode.el (image-mode-maybe): Prevent magic-mode-alist from
1986 interfering with attempt to set major mode from modified
1987 auto-mode-alist.
1988
1989 2007-01-31 Juanma Barranquero <lekktu@gmail.com>
1990
1991 * faces.el (color-values): Doc fix.
1992 (face-differs-from-default-p): Don't check :foreground twice.
1993
1994 2007-01-31 J.D. Smith <jdsmith@as.arizona.edu>
1995
1996 * comint.el (comint-mode): Prevent non-keyword fontification by default.
1997
1998 2007-01-31 Kenichi Handa <handa@m17n.org>
1999
2000 * international/quail.el (quail-store-decode-map-key): Store a
2001 translated character too.
2002 (quail-char-equal-p): New function.
2003 (quail-find-key1): Check character equality by quail-char-equal-p.
2004 (quail-decode-map-generated): New variable.
2005 (quail-find-key): Check quail-decode-map-generated and re-generate
2006 a decode map if necessary.
2007
2008 2007-01-30 Richard Stallman <rms@gnu.org>
2009
2010 * tutorial.el (tutorial--detailed-help): Make the list of
2011 changed keys look nicer.
2012
2013 2007-01-30 Nick Roberts <nickrob@snap.net.nz>
2014
2015 * progmodes/gdb-ui.el (gdb-var-delete-1): New function.
2016 (gdb-var-delete): Use it.
2017 (gdb-var-update-handler-1): Handle value "invalid" for MI field
2018 `in_scope'.
2019
2020 2007-01-30 Michael Albinus <michael.albinus@gmx.de>
2021
2022 * files.el (get-free-disk-space): Return nil for remote directories.
2023
2024 * net/ange-ftp.el (ange-ftp-ls): In case of wildcards, use "ls"
2025 instead of "dir".
2026
2027 2007-01-30 Chong Yidong <cyd@stupidchicken.com>
2028
2029 * type-break.el (type-break-catch-up-event): New function.
2030 (type-break-demo-hanoi, type-break-demo-life)
2031 (type-break-demo-boring): Use it.
2032
2033 * image-mode.el (image-mode): Don't automatically view as image.
2034 (image-toggle-display): Add `disabled' property.
2035
2036 2007-01-29 Juanma Barranquero <lekktu@gmail.com>
2037
2038 * isearchb.el (isearchb-iswitchb):
2039 * ps-print.el (ps-build-face-reference):
2040 * emacs-lisp/shadow.el (list-load-path-shadows):
2041 * eshell/esh-cmd.el (eshell-rewrite-for-command):
2042 * international/mule.el (find-auto-coding):
2043 * mail/supercite.el (sc-attrib-selection-list):
2044 * progmodes/cc-defs.el (c-emacs-features):
2045 * progmodes/cc-vars.el (c-offsets-alist):
2046 * progmodes/flymake.el
2047 (flymake-init-create-temp-source-and-master-buffer-copy):
2048 Fix typos in docstrings (some suggested by Chris Moore).
2049
2050 * progmodes/vhdl-mode.el (vhdl-components-package-name)
2051 (vhdl-get-library-unit, vhdl-corresponding-begin)
2052 (vhdl-skip-case-alternative, vhdl-backward-skip-label)
2053 (vhdl-align-region-2, vhdl-electric-dash, vhdl-case-word)
2054 (vhdl-hooked-abbrev, vhdl-hs-forward-sexp-func)
2055 (vhdl-font-lock-match-item): Fix typos in docstrings.
2056 (vhdl-get-library-unit, vhdl-get-block-state, vhdl-sort-alist)
2057 (vhdl-set-offset, vhdl-fix-case-region-1, vhdl-scan-directory-contents)
2058 (vhdl-speedbar-insert-project-hierarchy):
2059 Improve argument/docstring consistency.
2060
2061 2007-01-29 Kenichi Handa <handa@m17n.org>
2062
2063 * international/titdic-cnv.el (py-converter): Fix previous change.
2064
2065 2007-01-29 Chong Yidong <cyd@stupidchicken.com>
2066
2067 * jka-compr.el (jka-compr-partial-uncompress)
2068 (jka-compr-call-process): Rebind default-directory if it is
2069 invalid. Suggested by Chris Moore.
2070
2071 * comint.el (comint-insert-input): Handle situation where the
2072 selected buffer is not the clicked buffer.
2073
2074 2007-01-29 Kenichi Handa <handa@m17n.org>
2075
2076 * international/ja-dic-cnv.el (skkdic-convert):
2077 Add byte-compile-disable-print-circle:t at the head.
2078
2079 * international/titdic-cnv.el (tit-process-header):
2080 Add byte-compile-disable-print-circle:t at the head.
2081 (miscdic-convert): Likewise.
2082 (py-converter): Skip the header comments.
2083
2084 * emacs-lisp/bytecomp.el (byte-compile-disable-print-circle):
2085 New variable.
2086 (byte-compile-output-file-form): Bing print-circle to nil if
2087 byte-compile-output-file-form is not nil.
2088 (byte-compile-output-docform): Likewise.
2089
2090 2007-01-28 Kim F. Storm <storm@cua.dk>
2091
2092 * emulation/cua-base.el (cua-global-keymap, cua--region-keymap):
2093 Declare earlier to avoid byte compiler warnings.
2094
2095 2007-01-28 Markus Triska <markus.triska@gmx.at>
2096
2097 * speedbar.el (speedbar-make-specialized-keymap): Doc fix.
2098
2099 2007-01-28 Chong Yidong <cyd@stupidchicken.com>
2100
2101 * play/gamegrid.el (gamegrid-kill-timer): Cancel timer directly.
2102 (gamegrid-add-score-with-update-game-score-1): Allow local quits
2103 when calling update-game-score program. Remove unnecessary
2104 save-excursion.
2105
2106 * play/tetris.el (tetris-new-shape): Stop drawing if game is over.
2107
2108 2007-01-28 Nick Roberts <nickrob@snap.net.nz>
2109
2110 * progmodes/gdb-ui.el (gdb-breakpoint-regexp): Declare earlier to
2111 avoid compiler warning.
2112 (gdb-var-update-handler-1): Consider that the MI field `in_scope'
2113 might have values other than "true" or "false".
2114
2115 2007-01-28 Richard Stallman <rms@gnu.org>
2116
2117 * textmodes/fill.el (fill-paragraph-function): Doc fix.
2118 (fill-paragraph): Bind fill-paragraph-function to t to avoid recursion.
2119
2120 * emacs-lisp/pp.el (pp-eval-last-sexp): Don't eval here.
2121
2122 * image.el (image-type-header-regexps): Make GIF regex more specific.
2123
2124 * tutorial.el (tutorial--default-keys): Check M-DEL, not `M-backspace'.
2125 Don't check `backspace'.
2126 (tutorial--find-changed-keys): Look up bindings in a temp buffer
2127 in Fundamental mode.
2128
2129 * startup.el (fancy-splash-text, normal-splash-screen):
2130 Mention C-g.
2131
2132 * simple.el (eval-expression): Don't use eval-last-sexp-print-value
2133 when inserting in buffer.
2134
2135 * vc-arch.el (vc-arch-file-id): Move with-current-buffer
2136 inside the if.
2137
2138 2007-01-27 Richard Stallman <rms@gnu.org>
2139
2140 * obsolete/awk-mode.el (awk-font-lock-keywords): Add "do".
2141
2142 2007-01-27 Guanpeng Xu <herberteuler@hotmail.com>
2143
2144 * add-log.el (add-log-current-defun): Skip the semicolon ``;'' for
2145 enum/union/struct/class definition.
2146 Revert change to call `forward-sexp' multiple times.
2147
2148 2007-01-27 Chong Yidong <cyd@stupidchicken.com>
2149
2150 * files.el (hack-local-variables-confirm): Don't keep trying to
2151 read an event from an empty kbd macro.
2152
2153 2007-01-27 Eli Zaretskii <eliz@gnu.org>
2154
2155 * server.el (server-start): Mention LEAVE-DEAD arg in the doc string.
2156
2157 2007-01-27 Ben North <ben@redfrontdoor.org>
2158
2159 * outline.el (outline-promote, outline-demote): Doc fix. Rename
2160 the arg CHILDREN -> WHICH.
2161
2162 2007-01-27 Michael Albinus <michael.albinus@gmx.de>
2163
2164 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Set
2165 default-directory to a sane value when calling start-process.
2166
2167 2007-01-27 Eli Zaretskii <eliz@gnu.org>
2168
2169 * ls-lisp.el (ls-lisp-use-localized-time-format): New defcustom.
2170 (ls-lisp-format-time-list): Doc fix. Mention
2171 ls-lisp-use-localized-time-format.
2172 (ls-lisp-format-time): Use ls-lisp-format-time-list if
2173 ls-lisp-use-localized-time-format is non-nil, even if a valid
2174 locale is defined.
2175
2176 2007-01-27 Juanma Barranquero <lekktu@gmail.com>
2177
2178 * jka-compr.el (jka-compr-shell): Doc fix.
2179
2180 * jka-cmpr-hook.el (jka-compr-compression-info-list): Doc fix.
2181
2182 2007-01-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2183
2184 * ps-print.ps: Fix background height.
2185 (ps-print-version): New version 6.7.2.
2186
2187 2007-01-26 Eli Zaretskii <eliz@gnu.org>
2188
2189 * makefile.w32-in (finder-data, custom-deps): Depend on
2190 $(lisp)/loaddefs.el.
2191
2192 2007-01-24 Dan Nicolaescu <dann@ics.uci.edu>
2193
2194 * Makefile.in (custom-deps, finder-data): Add dependency to loaddefs.el.
2195
2196 2007-01-24 Miles Bader <miles@gnu.org>
2197
2198 * emacs-lisp/bytecomp.el (byte-compile-output-file-form)
2199 (byte-compile-output-docform): Bind `print-circle' to t.
2200
2201 2007-01-24 Kenichi Handa <handa@m17n.org>
2202
2203 * international/ja-dic-cnv.el (skkdic-convert): Insert a related
2204 file name of the original SKK dictionary file.
2205
2206 2007-01-24 Kim F. Storm <storm@cua.dk>
2207
2208 * ido.el (ido-initial-position): New variable.
2209 (ido-read-internal): Set it if default item is specified.
2210 (ido-minibuffer-setup): Position cursor accordingly if set.
2211 (ido-edit-input): C-e moves to end of input if not already there.
2212 (ido-magic-backward-char): C-b does like M-b if prev char is /.
2213 Don't switch to buffer mode if repeating C-b at start of input.
2214 (ido-toggle-ignore): C-a only toggles ignore at start or end of
2215 input; else it moves to start of input.
2216 (ido-kill-buffer-at-head, ido-delete-file-at-head): If cursor is
2217 not at end of input, delete rest of input, rather than normal op.
2218
2219 2007-01-23 Michael Kifer <kifer@cs.stonybrook.edu>
2220
2221 * viper-keym.el (viper-insert-basic-map): Delete binding for S-TAB.
2222
2223 * ediff-util.el (ediff-clone-buffer-for-region-comparison): Change text
2224 of message. Activate mark.
2225 (ediff-activate-mark): Set transient-mark-mode to t.
2226
2227 * ediff.el (ediff-regions-wordwise, ediff-regions-linewise): Doc fix.
2228
2229 2007-01-23 Martin Rudalics <rudalics@gmx.at>
2230
2231 * help-fns.el (describe-variable): Don't suppress display of
2232 buffer local value when the value is "large".
2233
2234 2007-01-22 Kim F. Storm <storm@cua.dk>
2235
2236 * ido.el (ido-active): Add XEmacs test from ido-minibuffer-setup.
2237 (ido-initiate-auto-merge, ido-exhibit, ido-minibuffer-setup)
2238 (ido-tidy): Use ido-active.
2239
2240 2007-01-22 Chris Moore <christopher.ian.moore@gmail.com>
2241
2242 * hexl.el (hexl-mode-exit): Add missing quote.
2243
2244 2007-01-22 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2245
2246 * term/mac-win.el (mac-keyboard-modifier-mask-alist): New constant.
2247 (mac-ae-keyboard-modifiers): New function.
2248 (mac-handle-toolbar-switch-mode): Use it.
2249 (mac-dnd-handle-drag-n-drop-event): Likewise. Set action to `copy'
2250 if keyboard modifiers on drop contain option key.
2251 (mac-dnd-drop-data): Add optional argument `action'.
2252 (special-event-map): Remove binding for M-drag-n-drop.
2253
2254 2007-01-21 Guanpeng Xu <herberteuler@hotmail.com>
2255
2256 * add-log.el (add-log-current-defun): Use CC Mode functions to
2257 find the beginning and end of a defun.
2258
2259 2007-01-21 Nick Roberts <nickrob@snap.net.nz>
2260
2261 * progmodes/gdb-ui.el (gdb-var-create-regexp)
2262 (gdb-var-create-handler): Handle value field in GDB output of
2263 -var-create.
2264 (gdb-max-frames): New variable.
2265 (gdb-stack-buffer, gdb-frames-select): Use it.
2266 (gdb-info-stack-custom): Help user customize gdb-max-frames,
2267 if necessary.
2268 (gdb-get-frame-number): Simplify.
2269
2270 2007-01-21 Glenn Morris <rgm@gnu.org>
2271
2272 * net/tramp.el (tramp-perl-encode, tramp-perl-decode):
2273 Update copyrights.
2274
2275 2007-01-21 Alan Mackenzie <acm@muc.de>
2276
2277 * progmodes/cc-cmds.el (c-where-wrt-brace-construct): Correct the
2278 handling of K&R stuff.
2279
2280 2007-01-21 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2281
2282 * textmodes/bibtex.el (bibtex-files): Fix customization type.
2283
2284 2007-01-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2285
2286 * ps-print.el: Handle frame parameters (background and/or foreground
2287 colors) changing dynamically. Reported by Leo <sdl.web@gmail.com>.
2288 (ps-print-version): New version 6.7.1.
2289 (ps-x-frame-property, ps-e-frame-parameter): New aliases.
2290 (ps-frame-parameter): New fun.
2291 (ps-default-fg, ps-default-bg): New default value ('frame-parameter).
2292 Fix doc and customization.
2293 (ps-begin-job): Get frame parameters (background and/or foreground
2294 colors).
2295 (ps-do-despool): Ensure ps-printer-name has a valid value.
2296
2297 2007-01-21 Nick Roberts <nickrob@snap.net.nz>
2298
2299 * progmodes/gdb-ui.el (gdb-debug-log): Rename from gdb-debug-ring.
2300 (gdb-debug-log-max): Rename from gdb-debug-ring-max.
2301 (gud-gdba-marker-filter): Make a value of nil for gdb-debug-ring-max
2302 mean unlimited.
2303
2304 2007-01-20 Alan Mackenzie <acm@muc.de>
2305
2306 * progmodes/cc-engine.el (c-in-knr-argdecl): Reformulate to do
2307 much more rigorous analysis of putative K&R regions.
2308
2309 2007-01-20 Alan Mackenzie <acm@muc.de>
2310
2311 * progmodes/cc-defs.el (c-go-list-forward, c-go-list-backward):
2312 New functions.
2313
2314 2007-01-20 Alan Mackenzie <acm@muc.de>
2315
2316 * progmodes/cc-align.el, progmodes/cc-cmds.el,
2317 * progmodes/cc-defs.el, progmodes/cc-engine.el,
2318 * progmodes/cc-langs.el, progmodes/cc-styles.el,
2319 * progmodes/cc-vars.el: Add my name.
2320
2321 2007-01-20 Chong Yidong <cyd@stupidchicken.com>
2322
2323 * files.el (find-alternate-file): Revert query message to Emacs 21
2324 version.
2325
2326 2007-01-20 Eric Hanchrow <offby1@blarg.net> (tiny change)
2327
2328 * progmodes/cperl-mode.el (cperl-electric-keywords): Document in
2329 the doc string how to use personal abbrevs without electric
2330 keywords.
2331
2332 2007-01-20 Alin C. Soare <alinsoar@voila.fr> (tiny change)
2333
2334 * lisp/emacs-lisp/lisp-mode.el (last-sexp-toggle-display):
2335 Fixed cursor position when toggle abbreviated display.
2336
2337 2007-01-20 Nick Roberts <nickrob@snap.net.nz>
2338
2339 * t-mouse.el: Update copyright following assignment by
2340 Alessandro Rubini.
2341
2342 2007-01-20 Chong Yidong <cyd@stupidchicken.com>
2343
2344 * type-break.el (type-break-demo-hanoi, type-break-demo-life)
2345 (type-break-demo-boring): Call read-event instead of read-char.
2346
2347 2007-01-19 Daniel Pfeiffer <occitan@esperanto.org> (small change)
2348
2349 * progmodes/compile.el: Add handling for makepplog.
2350
2351 2007-01-19 Reiner Steib <Reiner.Steib@gmx.de>
2352
2353 * textmodes/ispell.el (ispell-change-dictionary): Ensure that
2354 aspell dictionaries are initialized when called non-interactively.
2355
2356 2007-01-19 Chong Yidong <cyd@stupidchicken.com>
2357
2358 * progmodes/compile.el (compilation-loop): New arg limit.
2359 Handle case where the first error is at point-min.
2360 (compilation-next-error): New arg to compilation-loop call.
2361
2362 2007-01-18 Bruno Haible <bruno@clisp.org> (tiny change)
2363
2364 * info.el (Info-default-dirs): Change default info dir to
2365 share/info.
2366
2367 * paths.el (Info-default-directory-list): Ditto.
2368
2369 2007-01-18 Chris Moore <christopher.ian.moore@gmail.com>
2370
2371 * hexl.el (hexl-before-revert-hook): New function.
2372 (hexl-mode): Use it.
2373 (hexl-after-revert-hook): Just call hexl-mode.
2374 (hexl-mode-exit): Remove before-revert-hook.
2375
2376 2007-01-17 Stefan Monnier <monnier@iro.umontreal.ca>
2377
2378 * isearch.el (isearch-no-upper-case-p): Look for [:upper:] as well.
2379
2380 2007-01-16 Martin Rudalics <rudalics@gmx.at>
2381
2382 * textmodes/ispell.el (ispell-dictionary-alist-3): Replace "---"
2383 by "-" in francais7 otherchars entry.
2384 (ispell-dictionary-alist-5): Replace "." by "[.]" for polish
2385 otherchars entry.
2386
2387 2007-01-15 Karl Fogel <kfogel@red-bean.com>
2388
2389 * bookmark.el (bookmark-buffer-file-name): Abbreviate the bookmark
2390 path. Rewrite function in `cond' style for readability.
2391
2392 Suggested by: Stephen Eglen <S.J.Eglen{_AT_}damtp.cam.ac.uk>.
2393 (The path shortening, that is, not the rearrarangement.)
2394
2395 2007-01-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2396
2397 * term/mac-win.el (mac-ae-quit-application): New function.
2398 (mac-apple-event-map): Bind "quit application" Apple event to it.
2399
2400 2007-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
2401
2402 * vc-svn.el (vc-svn-parse-status): Trust the filename argument more
2403 than the program's output.
2404
2405 2007-01-14 Juanma Barranquero <lekktu@gmail.com>
2406
2407 * kmacro.el (kmacro-insert-counter, kmacro-set-counter)
2408 (kmacro-start-macro-or-insert-counter)
2409 (kmacro-step-edit-prefix-commands): Fix typos in docstrings.
2410 (kmacro-call-ring-2nd, kmacro-call-ring-2nd-repeat): Doc fixes.
2411
2412 * longlines.el (longlines-show-hard-newlines):
2413 * ruler-mode.el (ruler-mode-ruler):
2414 * emulation/keypad.el (keypad-setup):
2415 * progmodes/antlr-mode.el (antlr-indent-at-bol-alist):
2416 Fix typo in docstring.
2417
2418 2007-01-13 Mathias Dahl <mathias.dahl@gmail.com>
2419
2420 * tumme.el (tumme-cmd-rotate-original-options): Add -outfile option.
2421 Remove redirect character ">".
2422
2423 2007-01-13 Juanma Barranquero <lekktu@gmail.com>
2424
2425 * replace.el (perform-replace): Remove leftover code.
2426
2427 2007-01-12 Richard Stallman <rms@gnu.org>
2428
2429 * replace.el (perform-replace): Don't clear NODENT when computing
2430 the replacement string.
2431
2432 2007-01-11 Michael Albinus <michael.albinus@gmx.de>
2433
2434 * net/tramp.el (tramp-handle-file-local-copy):
2435 Set `enable-multibyte-characters' to nil. Reported by Chris Moore
2436 <christopher.ian.moore@gmail.com>.
2437
2438 2007-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
2439
2440 * diff-mode.el (diff-sanity-check-context-hunk-half)
2441 (diff-sanity-check-hunk): New functions.
2442 (diff-find-source-location): Use'em to check the hunks are well-formed.
2443
2444 * hexl.el (hexlify-buffer, dehexlify-buffer): Don't complain and don't
2445 activate undo when undo is not active.
2446 Reported by Chris Moore <christopher.ian.moore@gmail.com>.
2447
2448 2007-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
2449
2450 * ffap.el (ffap-next-regexp, ffap-machine-p, ffap-newsgroup-regexp)
2451 (ffap-newsgroup-p, ffap-alist, ffap-string-at-point-mode-alist)
2452 (ffap-url-at-point): Use char-classes rather than "a-z".
2453
2454 2007-01-10 Juanma Barranquero <lekktu@gmail.com>
2455
2456 * ediff-init.el (ediff-autostore-merges):
2457 * textmodes/fill.el (fill-region): Doc fix.
2458
2459 2007-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
2460
2461 * server.el (server-ensure-safe-dir): UIDs may be floats.
2462
2463 2007-01-10 Richard Stallman <rms@gnu.org>
2464
2465 * battery.el (battery-linux-proc-acpi): Use ignore-errors
2466 around calls to directory-files.
2467
2468 * subr.el (momentary-string-display): Use save-excursion.
2469
2470 * emacs-lisp/pp.el (pp-eval-expression): Once again eval the
2471 argument, but read it as `X' does.
2472
2473 2007-01-09 Juri Linkov <juri@jurta.org>
2474
2475 * info.el (Info-fontify-node): Don't hide node names of index entries.
2476
2477 * faces.el (momentary): Change :group to basic-faces where all
2478 basic faces belong to. Add :version.
2479
2480 2007-01-09 Lennart Borgman <lennart.borgman.073@student.lu.se>
2481
2482 * tutorial.el (tutorial--display-changes): Show M-x sequence if no
2483 keybinding is found.
2484 (tutorial--find-changed-keys): Never treat null keybinding as a
2485 remapping.
2486
2487 2007-01-09 Martin Rudalics <rudalics@gmx.at>
2488
2489 * wdired.el (wdired-xcase-word): Skip non-word read-only characters.
2490
2491 2007-01-09 Kenichi Handa <handa@m17n.org>
2492
2493 * international/mule-cmds.el
2494 (select-safe-coding-system-interactively): Fix message.
2495
2496 2007-01-09 Michael Albinus <michael.albinus@gmx.de>
2497
2498 * net/tramp.el (tramp-process-one-action): Remove `with-timeout'.
2499 (tramp-process-actions): Add optional parameter TIMEOUT.
2500 (tramp-open-connection-telnet, tramp-open-connection-rsh)
2501 (tramp-open-connection-su): Add timeout of 60".
2502
2503 2007-01-09 Richard Stallman <rms@gnu.org>
2504
2505 * progmodes/compile.el (compile): Doc fix.
2506
2507 2007-01-09 Markus Triska <markus.triska@gmx.at>
2508
2509 * tumme.el (tumme-display-thumb): Doc fix.
2510
2511 2007-01-08 Juanma Barranquero <lekktu@gmail.com>
2512
2513 * battery.el (battery-search-for-one-match-in-files):
2514 * bindings.el (mode-line-minor-mode-help):
2515 * x-dnd.el (x-dnd-types-alist):
2516 * calendar/icalendar.el (icalendar-import-buffer):
2517 * term/mac-win.el (mac-dnd-types-alist): Fix typo in docstring.
2518
2519 * progmodes/vhdl-mode.el (vhdl-save-caches): Fix typo in error message.
2520
2521 2007-01-07 Chris Moore <christopher.ian.moore@gmail.com>
2522
2523 * replace.el (replace-regexp): Fix typo in docstring.
2524
2525 2007-01-07 Alan Mackenzie <acm@muc.de>
2526
2527 * progmodes/cc-langs.el (c-operators, c-filter-ops):
2528 Amend doc-string and comments.
2529
2530 2007-01-06 Eli Zaretskii <eliz@gnu.org>
2531
2532 * files.el (abbreviate-file-name): Doc fix.
2533
2534 2007-01-06 Markus Triska <triska@gmx.at>
2535
2536 * subr.el (split-string): Remove spurious ")" from doc string.
2537
2538 2007-01-05 Takaaki Ota <Takaaki.Ota@am.sony.com>
2539
2540 * textmodes/table.el (table--warn-incompatibility):
2541 Use display-warning instead of momentary-string-display.
2542
2543 2007-01-05 Richard Stallman <rms@gnu.org>
2544
2545 * image.el (image-type-header-regexps): Recognize xbm more strictly.
2546
2547 * simple.el (backward-kill-word): Doc fix.
2548
2549 2007-01-05 Romain Francoise <romain@orebokech.com>
2550
2551 * international/mule.el (sgml-html-meta-auto-coding-function):
2552 Ensure that the buffer contains a HTML document.
2553
2554 2007-01-05 Dan Nicolaescu <dann@ics.uci.edu>
2555
2556 * faces.el (momentary): Move here ...
2557 * subr.el (momentary): ... from here.
2558
2559 2007-01-05 Nick Roberts <nickrob@snap.net.nz>
2560
2561 * progmodes/gdb-ui.el (gdb-max-children): New customizable variable.
2562 (gdb-speedbar-expand-node): Ask user for confirmation before expanding
2563 large structures/arrays.
2564
2565 2007-01-04 Juanma Barranquero <lekktu@gmail.com>
2566
2567 * files.el (find-file-noselect-1, set-visited-file-name):
2568 Allow backup-enable-predicate to be nil.
2569
2570 2007-01-04 Andreas Schwab <schwab@suse.de>
2571
2572 * progmodes/ebrowse.el (ebrowse-global-prefix-key): Fix typo in
2573 last change.
2574
2575 2007-01-03 Richard Stallman <rms@gnu.org>
2576
2577 * woman.el (woman-decode-buffer): Clarify error message.
2578
2579 2007-01-03 Alan Mackenzie <acm@muc.de>
2580
2581 * progmode/cc-cmds.el (c-mask-paragraph): Fix yesterday's buggy patch.
2582
2583 2007-01-03 Chris Moore <christopher.ian.moore@gmail.com>
2584
2585 * tutorial.el (tutorial--describe-nonstandard-key): Fix typo.
2586
2587 2007-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
2588
2589 * iswitchb.el (iswitchb-global-map): Use command-remapping if available.
2590
2591 2007-01-02 Juanma Barranquero <lekktu@gmail.com>
2592
2593 * emulation/viper.el (viper-custom-file-name, viper-mode):
2594 Fix typos in docstrings.
2595
2596 * subr.el (momentary-string-display): After moving point, set POS
2597 variable to it to avoid later errors once the buffer is modified.
2598 Doc fix.
2599
2600 2007-01-02 Alan Mackenzie <acm@muc.de>
2601
2602 * progmodes/cc-cmds.el (c-mask-paragraph): In a block comment,
2603 check that the "*/" is present before trying to manipulate it.
2604
2605 2007-01-02 Richard Stallman <rms@gnu.org>
2606
2607 * wid-edit.el (widget-choose): Avoid ugly error for function keys.
2608
2609 * progmodes/cfengine.el (cfengine-font-lock-syntactic-keywords):
2610 Fix format of value.
2611
2612 * cus-edit.el (customize-unsaved): Rename from customize-customized.
2613 Change messages accordingly.
2614 (customize-customized): Now alias.
2615
2616 2007-01-02 Juanma Barranquero <lekktu@gmail.com>
2617
2618 * files.el (version-control): Doc fix.
2619
2620 2007-01-01 Alan Mackenzie <acm@muc.de>
2621
2622 * progmodes/cc-engine.el (c-guess-basic-syntax, case 5N):
2623 Check the format of c-state-cache is valid for an optimisation before
2624 using it.
2625
2626 * progmodes/cc-engine.el (c-guess-basic-syntax): New case 5Q "we
2627 are at a statement within a macro". Other changes so that only
2628 the first continuation line in a macro gets the symbol
2629 `cpp-define-intro', the others getting `statement', or whatever.
2630
2631 * progmodes/cc-cmds.el (c-context-line-break): When invoked within
2632 a string, preserve whitespace. Add a backslash only when also in
2633 a macro.
2634
2635 * progmodes/cc-defs.el: Correct typos.
2636
2637 * progmodes/cc-cmds.el (c-context-line-break): Don't indent the
2638 new line after an escaped EOL in a string.
2639
2640 * progmodes/cc-engine.el (c-forward-label): Recognise "foo:" as a
2641 label when it directly follows "else", "do", ....
2642
2643 * progmodes/cc-engine.el (c-backward-<>-arglist): Tolerate empty
2644 angle brackets (as seen in "explicit specialisations" of C++
2645 templates).
2646
2647 * progmodes/cc-vars.el (c-indentation-style): Mention c-file-style
2648 in the doc-string.
2649
2650 * progmodes/cc-cmds.el (c-mask-paragraph): Fix for C comments,
2651 when the comment ender looks like "=========*/" and is alone on
2652 its line.
2653
2654 * progmodes/cc-langs.el, progmodes/cc-engine.el: Correct the
2655 spelling of c-opt-op-identiTier-prefix, t -> f. Leave an alias
2656 for the old name.
2657
2658 * progmodes/cc-mode.el: Bind C-M-a and C-M-e to
2659 c-\(beginning\|end\)-of-defun by default.
2660
2661 * progmodes/cc-align.el (c-lineup-gnu-DEFUN-intro-cont):
2662 New line-up function, for the DEFUN macro in the Emacs C sources.
2663 Only used in "gnu" style.
2664
2665 * progmodes/cc-styles.el (c-style-alist): Use this new function in
2666 the "gnu" style.
2667
2668 * progmodes/cc-cmds.el (c-electric-slash): Extend the handling of
2669 clean-up comment-close-slash also to work when there's a comment
2670 terminator on the line.
2671 (c-beginning-of-defun, c-end-of-defun): Refactor and optimise
2672 these for large arg - only take account of top level {..}, except
2673 for initial and final adjustments. M-- C-M-[ae] now go to the
2674 right defuns when the starting point is between defuns. They use
2675 the four new functions:
2676 (c-in-function-trailer-p, c-where-wrt-brace-construct)
2677 (c-backward-to-nth-BOF-{, c-forward-to-nth-EOF-}): New functions to
2678 support c-\(beginning\|end\)-of-defun.
2679
2680 * progmodes/cc-engine.el (c-forward-label): Analyze ":"
2681 expressions more rigorously, to exclude bit-field specifiers from
2682 being classed as labels.
2683 (c-forward-label): When analyzing a ":" within a macro, be careful
2684 about using c-forward-syntactic-ws at the macro beginning.
2685 (c-beginning-of-decl-1): Whilst searching for "=" as evidence of a
2686 stmt boundary, check for "operator=", etc.
2687
2688 * progmodes/cc-mode.el (c-postprocess-file-styles):
2689 Bind inhibit-read-only to t, around the call to
2690 c-remove-any-local-eval-or-mode-variables, so that it works on a
2691 RO file.
2692
2693 * progmodes/cc-defs.el (c-version): Update the version number to
2694 "5.31.4".
2695
2696 2007-01-01 Richard Stallman <rms@gnu.org>
2697
2698 * isearch.el (isearch-done): Use FOUND-POINT or FOUND-START
2699 only if we restored isearch-window-configuration.
2700
2701 2006-12-31 Romain Francoise <romain@orebokech.com>
2702
2703 * net/tramp.el (tramp-default-method): Don't use `symbol-function'.
2704
2705 2006-12-31 Kim F. Storm <storm@cua.dk>
2706
2707 * files.el (auto-mode-case-fold): New defcustom.
2708 (set-auto-mode): If non-nil, perform second case-sensitive pass
2709 through auto-mode-alist if first pass failed.
2710
2711 2006-12-30 Richard Stallman <rms@gnu.org>
2712
2713 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Doc fix.
2714
2715 2006-12-30 Ken Manheimer <ken.manheimer@gmail.com>
2716
2717 * allout.el (allout-encrypt-string): Handle symmetric-key
2718 passphrase caching but leave keypair caching to pgg.
2719
2720 2006-12-30 Michael Albinus <michael.albinus@gmx.de>
2721
2722 Sync with Tramp 2.0.55.
2723
2724 * net/tramp.el (tramp-completion-mode): Use `wholenump' instead of
2725 `integerp'. `char-equal' could fail else in case of negative
2726 numbers. Reported by Toby Speight <T.M.Speight.90@cantab.net>.
2727 (top): Check for `font-lock-add-keywords' before calling; it
2728 doesn't exist under XEmacs.
2729 (tramp-yn-prompt-regexp): Fix regexp. Add question from plink.
2730 (tramp-completion-mode): Remove clause (not
2731 tramp-unified-filenames), because the function is called in other
2732 context too, where this check results in wrong results in the
2733 XEmacs case on Windows.
2734 (tramp-touch): UTC handling is not possible for XEmacs.
2735
2736 2006-12-30 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2737
2738 * scroll-bar.el (previous-scroll-bar-mode): New variable
2739 (set-scroll-bar-mode): Set previous-scroll-bar-mode.
2740 (scroll-bar-mode): Use previous-scroll-bar-mode if set.
2741
2742 * term/x-win.el: Set scroll bar mode to right if set by X resources.
2743
2744 2006-12-30 Richard Stallman <rms@gnu.org>
2745
2746 * files.el (make-backup-file-name-1): Precompute abs name
2747 but don't lose the relative name.
2748
2749 * international/mule-cmds.el (select-safe-coding-system-interactively):
2750 Fix message.
2751
2752 2006-12-30 Kevin Rodgers <kevin.d.rodgers@gmail.com> (tiny change)
2753
2754 * files.el (backup-buffer): Show entire backup file name in msg.
2755
2756 2006-12-30 Juanma Barranquero <lekktu@gmail.com>
2757
2758 * image.el (image-type-header-regexps, image-type-from-data)
2759 (image-type-from-buffer, image-type-from-file-header):
2760 Revert changes from 2006-12-26.
2761 (image-type-auto-detectable): New variable.
2762 (image-type-auto-detected-p): New function.
2763
2764 * files.el (magic-mode-alist): Detect image files with
2765 `image-type-auto-detected-p' instead of `image-type-from-buffer'.
2766
2767 2006-12-29 Nick Roberts <nickrob@snap.net.nz>
2768
2769 * dired.el (dired-sort-other): Move test for dired-mode...
2770 (dired-sort-set-modeline): ...to here.
2771
2772 2006-12-29 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
2773
2774 * textmodes/fill.el (fill-comment-paragraph): Document 2006-12-24
2775 change. Suggested by Stefan Monnier.
2776
2777 2006-12-29 Kim F. Storm <storm@cua.dk>
2778
2779 * emacs-lisp/bindat.el (bindat--unpack-group, bindat--length-group)
2780 (bindat--pack-group): Let-bind COUNT during repeat block evaluation.
2781
2782 2006-12-27 Kim F. Storm <storm@cua.dk>
2783
2784 * emacs-lisp/authors.el (authors-aliases): Anchor FSF alias regexp,
2785 so it doesn't accidentally match an fsf.org mail address.
2786 (authors-renamed-files-alist): Add tcover-*.el.
2787
2788 2006-12-27 Stefan Monnier <monnier@iro.umontreal.ca>
2789
2790 * vc-arch.el (vc-arch-find-version): New function.
2791
2792 * vc-hooks.el (vc-version-backup-file-name): Revision names may be
2793 composed of arbitrary characters (even /) in some systems.
2794
2795 2006-12-27 Eli Zaretskii <eliz@gnu.org>
2796
2797 * international/mule-cmds.el (select-safe-coding-system-interactively):
2798 Improve the message in the *Warning* buffer.
2799
2800 2006-12-27 Kim F. Storm <storm@cua.dk>
2801
2802 * ido.el (ido-set-matches-1): Fix last change. If default item is
2803 current buffer, it is ok to be first.
2804
2805 2006-12-27 Kenichi Handa <handa@m17n.org>
2806
2807 * international/mule-cmds.el (select-safe-coding-system-interactively):
2808 Use face `link' for problematic chars.
2809
2810 2006-12-27 Kenichi Handa <handa@m17n.org>
2811
2812 * international/mule-cmds.el (select-safe-coding-system-interactively):
2813 Improve the message in *Warning* buffer.
2814
2815 2006-12-27 Kim F. Storm <storm@cua.dk>
2816
2817 * ido.el (ido-set-matches-1): Never put current buffer first if
2818 there are other matches.
2819
2820 2006-12-26 Nick Roberts <nickrob@snap.net.nz>
2821
2822 * progmodes/gdb-ui.el (gud-watch): Allow duplicate names for watch
2823 expressions.
2824 (gdb-var-delete): Handle duplicate names. Print message for non
2825 root expressions.
2826 (gdb-partial-output-name): Start buffer name with a space.
2827 (gdb-info-breakpoints-custom, gdb-reset): Handle space in above
2828 buffer name.
2829
2830 2006-12-26 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
2831
2832 * mail/footnote.el (Footnote-insert-footnote): Fix the search of the
2833 last footnote when `footnote-spaced-footnotes' is nil.
2834
2835 2006-12-26 Richard Stallman <rms@gnu.org>
2836
2837 * cus-edit.el (custom-browse-sort-alphabetically)
2838 (custom-buffer-sort-alphabetically)
2839 (custom-menu-sort-alphabetically): Doc fixes. Add autoloads.
2840
2841 * image.el (image-type-header-regexps): Change element format
2842 to include third item NOT-ALWAYS.
2843 (image-type-from-data): Handle new format.
2844 (image-type-from-buffer): Handle new format. New arg INCLUDE-MAYBES.
2845 (image-type-from-file-header): Pass t for INCLUDE-MAYBES.
2846
2847 2006-12-26 Guanpeng Xu <herberteuler@hotmail.com>
2848
2849 * add-log.el (add-log-current-defun): Call `forward-sexp'
2850 multiple times to pick a member function name defined as
2851 part of nested classes/namespaces.
2852
2853 2006-12-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2854
2855 * emacs-lisp/easymenu.el (easy-menu-change): New arg MAP to indicate
2856 which keymap should be used to change menu. It does not affect any
2857 existent code.
2858
2859 2006-12-26 Richard Stallman <rms@gnu.org>
2860
2861 * textmodes/fill.el (fill-paragraph): Check for a minibuffer
2862 rather than for being in a minibuffer window.
2863
2864 2006-12-25 Daiki Ueno <ueno@unixuser.org>
2865
2866 * pgg-def.el (pgg-passphrase-coding-system): Default to nil instead of
2867 locale-coding-system.
2868 * pgg-gpg.el (pgg-gpg-process-region): Encode passphrase with eol-type
2869 LF.
2870
2871 2006-12-25 Michael R. Mauger <mmaug@yahoo.com>
2872
2873 * progmodes/sql.el (sql-mode-abbrev-table): Correct initialization.
2874 (sql-mode-syntax-table): Disable double quoted strings.
2875 (sql-mode-font-lock-object-name): Add TYPE and TYPE BODY.
2876
2877 2006-12-25 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2878
2879 * startup.el (fancy-splash-last-input-event): New variable.
2880 (fancy-splash-special-event-action): New function.
2881 (fancy-splash-screens): Temporarily bind special events to it.
2882 Execute command for saved special event before exiting from
2883 recursive editing.
2884
2885 * term/mac-win.el (mac-keyboard-translate-char, mac-unread-string):
2886 New functions.
2887 (mac-ts-update-active-input-area, mac-ts-unicode-for-key-event):
2888 Use mac-unread-string.
2889
2890 2006-12-24 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
2891
2892 * textmodes/fill.el (fill-comment-paragraph): Prevent the use of
2893 an optimized comment regexp if `comment-start-skip' uses a ^.
2894 * bs.el (bs--up): Remove interactive spec.
2895
2896 2006-12-24 Chong Yidong <cyd@stupidchicken.com>
2897
2898 * woman.el (woman-decode-buffer): Signal error for alien macro sets.
2899 Suggested by James Cloos.
2900
2901 2006-12-24 Kevin Ryde <user42@zip.com.au>
2902
2903 * calendar/cal-dst.el (calendar-dst-starts): Default to second Sunday
2904 in March.
2905 (calendar-dst-ends): Default to first Sunday in November.
2906
2907 2006-12-24 Ken Manheimer <ken.manheimer@gmail.com>
2908
2909 * allout.el (allout-encrypt-string): Inhibit use of agent within
2910 body of let form where encryption happens. Acknowledge non-use of
2911 gpg-agent in docstring.
2912 (allout-toggle-subtree-encryption): Acknowledge non-use of
2913 gpg-agent in docstring.
2914
2915 2006-12-24 Chong Yidong <cyd@stupidchicken.com>
2916
2917 * custom.el (custom-add-frequent-value): Alias for custom-add-option.
2918
2919 2006-12-23 Michael Kifer <kifer@cs.stonybrook.edu>
2920
2921 * ediff-diff.el (ediff-diff-options): Clarify docstring.
2922 (ediff-setup-diff-regions): Disallow -u in ediff-diff-options.
2923
2924 * viper-cmd.el (viper-post-command-sentinel): Protect against errors
2925 in hooks.
2926 (viper-add-newline-at-eob-if-necessary): Add newline only if we
2927 actually modify buffer; ignore errors if occur.
2928
2929 2006-12-23 Chong Yidong <cyd@stupidchicken.com>
2930
2931 * calendar/calendar.el (calendar-mode-map): Switch < and >.
2932 (calendar-mode-line-format): Use mouse-1 bindings, and tweak
2933 formatting.
2934
2935 2006-12-23 Richard Stallman <rms@gnu.org>
2936
2937 * simple.el (delete-horizontal-space): Doc fix.
2938
2939 2006-12-23 Eli Zaretskii <eliz@gnu.org>
2940
2941 * makefile.w32-in (bootstrap-clean): Run bootstrap-clean-$(SHELLTYPE)
2942 explicitly in a recursive Make, not implicitly through prerequisites,
2943 since the latter is wrong under parallel builds.
2944
2945 2006-12-22 Eli Zaretskii <eliz@gnu.org>
2946
2947 * w32-fns.el (convert-standard-filename): Wrap in save-match-data.
2948
2949 2006-12-22 Kevin Rodgers <kevin.d.rodgers@gmail.com> (tiny change)
2950
2951 * progmodes/sh-script.el (sh-make-vars-local): Fix a typo in
2952 message string.
2953
2954 2006-12-22 Ben North <ben@redfrontdoor.org> (tiny change)
2955
2956 * outline.el (outline-next-visible-heading): Fix the case with a
2957 header at end-of-file with no final newline.
2958
2959 2006-12-22 Robert Thorpe <rthorpe@realworldtech.com> (tiny change)
2960
2961 * indent.el (tab-always-indent): Doc fix.
2962
2963 2006-12-22 Chong Yidong <cyd@stupidchicken.com>
2964
2965 * info.el (Info-fontify-maximum-menu-size): Bump to 1000000.
2966 (Info-fontify-node): Do fontify indices.
2967
2968 * tutorial.el (tutorial--detailed-help): Remove unnecessary link
2969 to the Emacs Lisp reference manual.
2970 (tutorial--tab-map): Remove. All callers changed.
2971 (tutorial--find-changed-keys): New elt QUIET, used to...
2972 (tutorial--display-changes): ...ensure that warning messages are
2973 only issued once per changed key.
2974 (tutorial--remove-remarks): Delete unused code-path.
2975 (lang-strings): Remove extraneous formatting.
2976 (tutorial--save-tutorial): Prompt before saving tutorial state.
2977
2978 2006-12-21 Chong Yidong <cyd@stupidchicken.com>
2979
2980 * tutorial.el: Remove `cl' requirement. Clean up whitespace.
2981 Replace '?\ ' by '?\s' throughout.
2982 (tutorial-warning-face): Inherit font-lock-warning-face. Move to
2983 `help' custom group.
2984 (tutorial--key-description): New function.
2985 (tutorial--display-changes): Remove redundant arg. Scan for all
2986 key sequences to avoid false matches. Cleanup.
2987 (tutorial--saved-dir): Save to a subdirectory in .emacs.d to
2988 reduce homedir pollution.
2989 (help-with-tutorial): Call tutorial--display-changes with no arg.
2990
2991 2006-12-21 Carsten Dominik <dominik@science.uva.nl>
2992
2993 * textmodes/org.el (org-mode-map): Bind org-complete also to M-\t.
2994
2995 2006-12-20 Michael Albinus <michael.albinus@gmx.de>
2996
2997 * net/tramp.el (tramp-default-method): We still need to check for
2998 `executable-find', because it is not bound under Emacs 20.
2999 (tramp-handle-file-name-completion)
3000 (tramp-completion-handle-file-name-completion): Handle optional
3001 parameter PREDICATE.
3002 (tramp-find-default-method): Add code for default values.
3003
3004 2006-12-20 Nick Roberts <nickrob@snap.net.nz>
3005
3006 * progmodes/gdb-ui.el (gdb-stopped): After attaching to a process
3007 make gud-go send "continue".
3008
3009 2006-12-19 Juanma Barranquero <lekktu@gmail.com>
3010
3011 * image.el (image-type-header-regexps): Be more specific detecting `pbm'
3012 and `png' files. Use non-capturing parenthesis for `tiff' regexp.
3013
3014 2006-12-19 Kim F. Storm <storm@cua.dk>
3015
3016 * bindings.el: Bind sigusr1 and sigusr2 in special-event-map
3017 instead of global-map.
3018
3019 * files.el (magic-mode-alist): Allow matching file type by
3020 calling a function at bob. Check for image types by calling
3021 image-type-from-buffer. Suggested by Juanma Barranquero.
3022 (set-auto-mode): Do it.
3023
3024 2006-12-19 Michael Albinus <michael.albinus@gmx.de>
3025
3026 * net/tramp.el (tramp-methods): Introduce new method `scpc'.
3027 Remove "ControlMaster" option from the other `scp*' methods.
3028 (tramp-default-method): Check for ssh-agent before setting to `scp'.
3029
3030 2006-12-18 Carsten Dominik <dominik@science.uva.nl>
3031
3032 * textmodes/org.el (org-mode): Show context after isearch.
3033 (org-show-siblings): New function.
3034 (org-show-context): Use `org-show-siblings'.
3035
3036 2006-12-18 Stefan Monnier <monnier@iro.umontreal.ca>
3037
3038 * emacs-lisp/syntax.el (syntax-ppss-flush-cache, syntax-ppss):
3039 Use syntax-ppss-toplevel-pos.
3040
3041 2006-12-18 Carsten Dominik <dominik@science.uva.nl>
3042
3043 * textmodes/org.el (org-current-line): Make sure that lines are
3044 counted from beginning of buffer.
3045 (org-table-copy-region, org-table-paste-rectangle): Make sure that
3046 lines are counted from beginning of buffer.
3047
3048 2006-12-17 Chong Yidong <cyd@stupidchicken.com>
3049
3050 * info.el (Info-build-node-completions): Signal error if tag-table
3051 marker is not found.
3052
3053 * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
3054
3055 2006-12-17 Alan Mackenzie <acm@muc.de>
3056
3057 * emacs-lisp/lisp.el (beginning-of-defun-raw): Optimise (for
3058 speed) the case when open-paren-in-column-0-is-defun-start is nil.
3059 Based on code by Martin Rudalics.
3060
3061 * progmodes/cc-mode.el (c-basic-common-init): Don't set
3062 open-paren-in-column-0-is-defun-start to nil any more.
3063
3064 2006-12-17 Richard Stallman <rms@gnu.org>
3065
3066 * simple.el (delete-horizontal-space): Use prefix arg.
3067
3068 * help-fns.el (describe-variable): Improve blank separator lines.
3069
3070 * files.el (magic-mode-alist): Mark as risky.
3071
3072 * files.el (make-backup-file-name-1):
3073 Expand backup-directory explicitly.
3074
3075 2006-12-17 Michael Albinus <michael.albinus@gmx.de>
3076
3077 * net/tramp.el (tramp-default-method): Before setting to "pscp",
3078 check whether package password.el is loaded, or Pageant is running.
3079
3080 2006-12-17 Ulf Jasper <ulf.jasper@web.de>
3081
3082 * calendar/icalendar.el (icalendar-version): Increase to "0.14".
3083 (icalendar--rris): First try Emacs, then XEmacs.
3084 (icalendar--convert-ical-to-diary): Doc fix.
3085 Insert newline at end of target file.
3086
3087 2006-12-17 Kim F. Storm <storm@cua.dk>
3088
3089 * outline.el (outline-isearch-open-invisible-function): New defvar.
3090 (outline-flag-region): Use it if non-nil for isearch-open-invisible
3091 overlay property instead of outline-isearch-open-invisible.
3092
3093 2006-12-16 Kim F. Storm <storm@cua.dk>
3094
3095 * ido.el (ido-completion-help): Build ido-cur-list and ido-matches
3096 if ido-directory-too-big is set on entry.
3097 (ido-toggle-ignore, ido-completion-help): Print message while
3098 reading big directory.
3099
3100 2006-12-15 Richard Stallman <rms@gnu.org>
3101
3102 * shell.el (shell): Doc fix.
3103
3104 2006-12-15 Kevin Gallagher <Kevin.Gallagher@boeing.com>
3105
3106 * emulation/edt.el (edt-xserver):
3107 * emulation/edt-mapper.el (edt-xserver): Replace `/' with a `-',
3108 to fix a problem on Cygwin.
3109
3110 * emulation/edt.el
3111 * emulation/edt-mapper.el
3112 * emulation/edt-lk201.el
3113 * emulation/edt-pc.el
3114 * emulation/edt-vt100.el: Update maintainer's email address.
3115
3116 2006-12-15 Simon Marshall <simon@gnu.org>
3117
3118 * progmodes/cc-fonts.el (c-font-lock-declarations): Fix previous change.
3119
3120 2006-12-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3121
3122 * term/mac-win.el (mac-atsu-font-table): Remove defvar.
3123 (mac-handle-font-selection): Use mac-atsu-font-face-attributes
3124 instead of mac-atsu-font-table.
3125 (fontset-default): Specify argument MAXIMUM in x-list-fonts calls.
3126
3127 2006-12-14 Stephen Leake <stephen_leake@member.fsf.org>
3128
3129 * align.el (align-match-tex-pattern): Fix a rare bug which
3130 hanged Emacs.
3131
3132 2006-12-14 Richard Stallman <rms@gnu.org>
3133
3134 * startup.el (use-fancy-splash-screens-p): Use frame-height
3135 instead of window-height. Pass frame to image-size.
3136
3137 2006-12-13 Kenichi Handa <handa@m17n.org>
3138
3139 * international/mule-cmds.el (set-locale-environment):
3140 Set default-sendmail-coding-system too.
3141
3142 2006-12-12 J.D. Smith <jdsmith@as.arizona.edu>
3143
3144 * progmodes/idlw-help.el: Fix copyright notice.
3145
3146 2006-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
3147
3148 * emacs-lisp/syntax.el (syntax-ppss-toplevel-pos): New fun.
3149
3150 2006-12-11 Juanma Barranquero <lekktu@gmail.com>
3151
3152 * subr.el (unread-command-char): Reformat obsolescence info.
3153
3154 2006-12-11 Richard Stallman <rms@gnu.org>
3155
3156 * emacs-lisp/cl-macs.el (defstruct): Suppress warnings
3157 about calls to cl-struct-setf-expander.
3158
3159 2006-12-11 Juanma Barranquero <lekktu@gmail.com>
3160
3161 * ediff-merg.el (ediff-show-clashes-only): Doc fix.
3162 (ediff-combination-pattern): Fix typo in docstring.
3163
3164 * textmodes/refer.el (refer-find-entry): Doc fix.
3165 (refer-bib-files-regexp, refer-bib-directory, refer-bib-files)
3166 (refer-cache-bib-files, refer-find-next-entry, refer-yank-key):
3167 Fix tipos in docstrings.
3168
3169 * progmodes/idlwave.el (idlwave-library-path): Fix typos in docstring.
3170
3171 2006-12-10 Kim F. Storm <storm@cua.dk>
3172
3173 * ido.el (ido-init-completion-maps): Remap backward-kill-word
3174 instead of binding M-backspace.
3175
3176 2006-12-10 Juanma Barranquero <lekktu@gmail.com>
3177
3178 * replace.el (replace-match-data, replace-match-maybe-edit):
3179 * calc/calc-aent.el (calc-eval-error):
3180 * emulation/vi.el (vi-char-argument):
3181 * progmodes/cc-langs.el (c-at-vsemi-p-fn)
3182 (c-vsemi-status-unknown-p-fn): Doc fixes.
3183
3184 2006-12-10 Chong Yidong <cyd@stupidchicken.com>
3185
3186 * menu-bar.el (menu-bar-showhide-menu, menu-bar-tools-menu)
3187 (menu-bar-help-menu): Tooltip fixes. Suggested by Francis Wright.
3188
3189 2006-12-10 Masatake YAMATO <jet@gyve.org>
3190
3191 * progmodes/ld-script.el (ld-script-keywords): Fix a typo.
3192
3193 2006-12-09 Chong Yidong <cyd@stupidchicken.com>
3194
3195 * mouse-sel.el (mouse-sel-mode): Register mouse-2 as a click type.
3196
3197 * man.el (Man-xref-button-action): New function. If the
3198 `Man-target-string' button property is a function, assume it
3199 accepts a position argument.
3200 (Man-abstract-xref-man-page): Use it.
3201 (Man-default-man-entry): New optional arg POS.
3202
3203 * wdired.el (wdired-preprocess-symlinks): Make the spaces after
3204 symlink arrows read-only and non-rear-sticky.
3205
3206 2006-12-09 Martin Rudalics <rudalics@gmx.at>
3207
3208 * wdired.el (wdired-change-to-wdired-mode, wdired-finish-edit)
3209 (wdired-search-and-rename): Simplify code.
3210 (wdired-preprocess-files, wdired-preprocess-perms): Make
3211 read-only property of preceding character rear-nonsticky to
3212 avoid that it can be modified. Put old-name and old-link
3213 properties on character preceding name and replace
3214 put-text-property by add-text-properties.
3215 (wdired-get-filename, wdired-get-previous-link): Get old-name
3216 and old-link properties from character preceding name and
3217 simplify code.
3218 (wdired-preprocess-perms, wdired-set-bit, wdired-toggle-bit)
3219 (wdired-perms-to-number): Make local-map property
3220 rear-nonsticky to avoid that text following permissions may be
3221 modified. Use add-text-properties instead of put-text-property
3222 when changing a permission bit.
3223 (wdired-change-to-dired-mode): Remove stickiness properties.
3224
3225 2006-12-09 Juanma Barranquero <lekktu@gmail.com>
3226
3227 * international/mule-cmds.el (register-input-method): Doc fix.
3228
3229 2006-12-09 Masayuki Ataka <masayuki.ataka@gmail.com> (tiny change)
3230
3231 * cmuscheme.el (scheme-start-file): Use `let*', not `let'.
3232
3233 2006-12-09 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
3234
3235 * textmodes/flyspell.el (flyspell-hack-local-variables-hook): New.
3236 Force buffer local defs evaluation on local variables loading.
3237 (flyspell-mode-on, flyspell-mode-off): Use it in
3238 `hack-local-variables-hook'.
3239
3240 2006-12-09 Eli Zaretskii <eliz@gnu.org>
3241
3242 * emacs-lisp/find-func.el (find-variable): Doc fix.
3243
3244 * help-fns.el (variable-at-point): Doc fix.
3245
3246 * w32-fns.el (w32-append-code-lines): New function.
3247
3248 2006-12-09 Romain Francoise <romain@orebokech.com>
3249
3250 * comint.el (comint-insert-input): Delete obsolete comment.
3251
3252 2006-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
3253
3254 * net/browse-url.el (browse-url): Set DISPLAY to the one of the
3255 current frame, in case we're connected to several displays.
3256
3257 2006-12-08 Juanma Barranquero <lekktu@gmail.com>
3258
3259 * frame.el (other-frame): Doc fix.
3260 (set-frame-parameter): Fix typo in docstring.
3261
3262 2006-12-07 Kim F. Storm <storm@cua.dk>
3263
3264 * info.el (Info-index): Strip leading colon from topic.
3265
3266 2006-12-07 Nick Roberts <nickrob@snap.net.nz>
3267
3268 * progmodes/gud.el (gud-speedbar-buttons): Deal with references
3269 to pointers.
3270
3271 2006-12-05 J.D. Smith <jdsmith@as.arizona.edu>
3272
3273 * progmodes/idlwave.el (idlwave-xml-create-class-method-lists):
3274 Trim out spurious class inheritance "None" entries.
3275
3276 2006-12-05 Kim F. Storm <storm@cua.dk>
3277
3278 * emulation/cua-base.el (cua-paste-pop-rotate-temporarily): Doc fix.
3279 (cua-paste-pop): Rework last change for
3280 cua-paste-pop-rotate-temporarily, so first M-y and C-y works alike,
3281 pasting the head of the kill-ring, and prefix arg C-u M-y inserts the
3282 text inserted by the last M-y command.
3283
3284 2006-12-05 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
3285
3286 * cmuscheme.el (run-scheme, scheme-start-file): Search the start
3287 file in ~/.emacs.d as `init_SCHEMENAME.scm' instead.
3288
3289 * shell.el (shell): Search the start file in ~/.emacs.d as
3290 `init_SHELLNAME.sh' instead.
3291
3292 2006-12-05 Glenn Morris <rgm@gnu.org>
3293
3294 * progmodes/cperl-mode.el (cperl-mode)
3295 * progmodes/f90.el (f90-mode-abbrev-table)
3296 * progmodes/fortran.el (fortran-mode-abbrev-table)
3297 * progmodes/octave-mod.el (octave-abbrev-table)
3298 * progmodes/sql.el (sql-mode-abbrev-table): Define abbrevs even
3299 if abbrev-table is non-nil (saved user abbrevs may have been restored).
3300
3301 * progmodes/vhdl-mode.el (vhdl-mode-abbrev-table-init): Do not
3302 clear abbrev table, else saved abbrevs will not be restored.
3303
3304 2006-12-04 Juanma Barranquero <lekktu@gmail.com>
3305
3306 * facemenu.el (facemenu-unlisted-faces): Put obsolescence info in
3307 the call to `make-obsolete-variable', not in the docstring.
3308
3309 2006-12-04 Chong Yidong <cyd@stupidchicken.com>
3310
3311 * facemenu.el (facemenu-unlisted-faces): Define as obsolete variable.
3312
3313 2006-12-04 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3314
3315 * progmodes/ebnf-abn.el:
3316 * progmodes/ebnf-bnf.el:
3317 * progmodes/ebnf-dtd.el:
3318 * progmodes/ebnf-ebx.el:
3319 * progmodes/ebnf-iso.el:
3320 * progmodes/ebnf-otz.el:
3321 * progmodes/ebnf-yac.el:
3322 * progmodes/ebnf2ps.el:
3323 * delim-col.el:
3324 * printing.el:
3325 * ps-bdf.el:
3326 * ps-mule.el:
3327 * ps-print.el: Remove 'Time-stamp' comment mark.
3328
3329 * printing.el (pr-menu-bind): Replace 'easy-menu-change' by
3330 'easy-menu-add-item' when called in Emacs 21 or higher.
3331
3332 2006-12-04 Stephen Leake <stephen_leake@stephe-leake.org>
3333
3334 * progmodes/ada-xref.el (ada-check-current): Doc fix.
3335 (ada-make-body-gnatstub): Doc fix. Remove redundant `progn'.
3336
3337 2006-12-04 Kim F. Storm <storm@cua.dk>
3338
3339 * bindings.el (global-map): Bind [signal t] to ignore, to have
3340 user signals ignored by default.
3341
3342 2006-12-04 Juanma Barranquero <lekktu@gmail.com>
3343
3344 * descr-text.el (describe-char-unicode-data): Use a hidden buffer for
3345 Unicode data file pointed to by `describe-char-unicodedata-file'.
3346
3347 2006-12-04 Stefan Monnier <monnier@iro.umontreal.ca>
3348
3349 * textmodes/sgml-mode.el (sgml-font-lock-keywords-1): Fix pathological
3350 O(n^2) regexp-search by anchoring the search.
3351
3352 2006-12-04 Dan Nicolaescu <dann@ics.uci.edu>
3353
3354 * whitespace.el (whitespace-cleanup-internal): Use current
3355 argument for recursive call.
3356
3357 2006-12-04 Michael Albinus <michael.albinus@gmx.de>
3358
3359 * net/tramp.el (tramp-methods): Add "ControlPath" and
3360 "ControlMaster" to scp, scp1 and scp2 methods. Suggested by
3361 Andreas Schwab <schwab@suse.de>.
3362 (tramp-do-copy-or-rename-file-out-of-band)
3363 (tramp-open-connection-rsh): Compute format spec for ?t.
3364 (tramp-process-actions): Trace command parameters.
3365
3366 2006-12-04 Nick Roberts <nickrob@snap.net.nz>
3367
3368 * simple.el (toggle-truncate-lines): Clarify doc string.
3369
3370 * progmodes/gdb-ui.el (gdb-var-delete-children): New function.
3371 (gdb-speedbar-expand-node): Use it.
3372
3373 2006-12-04 Richard Stallman <rms@gnu.org>
3374
3375 * progmodes/python.el (python-indent): Add safe-local-variable prop.
3376
3377 * dired.el (dired-revert): Turn off dired-after-readin-hook
3378 around call to dired-readin.
3379
3380 * menu-bar.el (menu-bar-make-toggle): Add "globally"
3381 to echo area messages.
3382 <indicate-empty-lines, case-fold-search>:
3383 Add "globally" to Help string.
3384 <case-fold-search>: MESSAGE arg need not say "globally".
3385 (menu-bar-edit-menu <paste-from-menu>): Rename from select-and-paste.
3386
3387 2006-12-03 Liam Healy <lnp@healy.washington.dc.us> (tiny change)
3388
3389 * outline.el (outline-end-of-subtree): Don't leave an empty
3390 line hidden as we would a real next heading.
3391
3392 2006-12-03 Ken Manheimer <ken.manheimer@gmail.com>
3393
3394 * allout.el (allout-ascend): Add an optional argument to preserve
3395 original position of point when unsuccessful. Also, fix a
3396 docstring error.
3397 (allout-yank-processing): Fix depth shift of multiple-topic so yanks
3398 work again, using allout-ascend's new option.
3399 (allout-setup-mode-map): Extract from allout-mode to initialize
3400 allout-mode-map. Call it on file load, so the mode docstring
3401 substitutions work even if allout mode has not yet been invoked.
3402 (allout-mode): Use new allout-setup-mode-map to track any keybinding
3403 customizations since the map was last processed. Also, refine the
3404 docstring so it's ship-shape for release.
3405 (allout-default-layout, allout-beginning-of-line-cycles)
3406 (allout-distinctive-bullets-string, allout-use-mode-specific-leader)
3407 (allout-encrypt-unencrypted-on-saves, allout-inhibit-auto-fill)
3408 (allout-version, allout-layout, allout-infer-body-reindent)
3409 (allout-infer-header-lead-and-primary-bullet, allout-view-change-hook)
3410 (allout-init, allout-mode, allout-next-heading, allout-chart-subtree)
3411 (allout-previous-heading, allout-goto-prefix-doublechecked)
3412 (allout-current-bullet-pos, allout-next-sibling-leap)
3413 (allout-pre-command-business, allout-encrypted-type-prefix)
3414 (allout-make-topic-prefix, allout-open-topic, allout-rebullet-heading)
3415 (allout-rebullet-topic, allout-rebullet-topic-grunt)
3416 (allout-flag-region, allout-expose-topic, allout-expose-topic)
3417 (allout-old-expose-topic, allout-listify-exposed)
3418 (allout-process-exposed, allout-latex-verb-quote)
3419 (allout-latex-verbatim-quote-curr-line, allout-adjust-file-variable)
3420 (allout-toggle-current-subtree-encryption)
3421 (allout-toggle-subtree-encryption, allout-bullet-isearch):
3422 Remove extraneous open-paren and close paren string escapes.
3423
3424 2006-12-03 Juanma Barranquero <lekktu@gmail.com>
3425
3426 * progmodes/ada-xref.el (is-windows, ada-find-in-src-path): Doc fixes.
3427 (ada-xref-pos-ring-max, ada-xref-project-files, ada-xref-initialize)
3428 (ada-prj-default-comp-cmd, ada-quote-cmd, ada-compile-current):
3429 Fix typos in docstrings.
3430
3431 2006-12-03 Glenn Morris <rgm@gnu.org>
3432
3433 * progmodes/cc-align.el
3434 * progmodes/cc-awk.el
3435 * progmodes/cc-cmds.el
3436 * progmodes/cc-compat.el
3437 * progmodes/cc-defs.el
3438 * progmodes/cc-engine.el
3439 * progmodes/cc-langs.el
3440 * progmodes/cc-menus.el
3441 * progmodes/cc-mode.el
3442 * progmodes/cc-styles.el
3443 * progmodes/cc-vars.el
3444 * progmodes/vhdl-mode.el: Fix Copyright format.
3445
3446 2006-12-02 Chong Yidong <cyd@stupidchicken.com>
3447
3448 * mouse.el (mouse-drag-track): Suppress automatic hscrolling for
3449 initial down event.
3450
3451 2006-12-02 Kim F. Storm <storm@cua.dk>
3452
3453 * emulation/cua-base.el (cua-toggle-set-mark): Doc fix.
3454 (cua-repeat-replace-region): Make M-v more robust.
3455 (cua-paste-pop-rotate-temporarily): New defcustom.
3456 (cua-paste-pop): Use it.
3457 (cua-auto-mark-last-change): New defcustom.
3458 (cua-pop-to-last-change): New helper function.
3459 (cua-set-mark): Use them.
3460
3461 2006-12-01 Nick Roberts <nickrob@snap.net.nz>
3462
3463 * menu-bar.el (toggle-case-fold-search): Clarify doc/help string and
3464 mini-buffer message.
3465
3466 2006-12-01 Juanma Barranquero <lekktu@gmail.com>
3467
3468 * descr-text.el (describe-char-unicodedata-file): Fix typo in docstring.
3469
3470 2006-12-01 Ben North <ben@redfrontdoor.org>
3471
3472 * paren.el: Fix the highlight overlay extension when the user types a
3473 sequence of char very fast just before the open parenthesis.
3474
3475 2006-12-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3476
3477 * ps-mule.el: Eliminate Emacs 20 compatibility.
3478
3479 * ps-print.el: Eliminate Emacs 20 & 21 compatibility.
3480 (ps-print-version): New version 6.7.
3481 (ps-print-quote): Replace '?\ ' by '?\s'.
3482
3483 2006-11-30 Juanma Barranquero <lekktu@gmail.com>
3484
3485 * hexl.el (hexl-goto-address, hexl-forward-char, hexl-forward-short)
3486 (hexl-forward-word, hexl-previous-line, hexl-beginning-of-1k-page)
3487 (hexl-end-of-1k-page): Doc fixes.
3488 (hexl-address-region, hexl-ascii-region, hexl-highlight-line-range):
3489 Fix typos in docstrings.
3490
3491 2006-11-30 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
3492
3493 * ido.el (ido-local-file-exists-p): New. Tell if a file exists
3494 locally, i.e. without using file name handlers.
3495 (ido-read-internal): Allow mono letter host names, avoiding the
3496 `c:' problem by testing if the file exists locally.
3497 (ido-complete, ido-make-file-list, ido-exhibit): Ditto.
3498
3499 2006-11-30 Masatake YAMATO <jet@gyve.org>
3500
3501 * hexl.el (hl-line-range-function, hl-line-face): Declare variables
3502 to avoid bytecomp warnings.
3503 (hexl-mode-old-ruler-function): New variable.
3504 (hexl-follow-line): Bind `hexl-mode-old-hl-line-range-function'
3505 and `hl-line-range-function' after `require' hl-line.
3506 Then bind `hl-line-range-function' and `hl-line-face'.
3507 Don't require frame. Don't use `with-no-warnings'.
3508 (hexl-activate-ruler): Store the original value of
3509 `ruler-mode-ruler-function' to `hexl-mode-old-ruler-function'.
3510 (hexl-mode-exit): Restore the original value of
3511 `ruler-mode-ruler-function'.
3512
3513 2006-11-30 Alin C. Soare <alinsoar@voila.fr> (tiny change)
3514
3515 * hexl.el (hexl-mode-old-hl-line-range-function): New variable.
3516 (hexl-mode-old-hl-line-face): New variable.
3517 (hexl-mode, hexl-mode-exit): Fix the highlighting of the current
3518 line when exit from the hexl-mode.
3519
3520 2006-11-30 Juanma Barranquero <lekktu@gmail.com>
3521
3522 * emacs-lisp/bytecomp.el (byte-optimize, byte-compile-warnings):
3523 Doc fixes.
3524
3525 * international/fontset.el (create-fontset-from-ascii-font)
3526 (create-fontset-from-fontset-spec, x-compose-font-name): Doc fixes.
3527 (fontset-name-p): Fix typo in docstring.
3528
3529 * progmodes/cc-cmds.el (c-indent-exp): Fix typo in docstring.
3530
3531 2006-11-30 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3532
3533 * ps-bdf.el: Fix maintainer email.
3534
3535 * ps-mule.el: Fix maintainer email. Define functions for Emacs 20
3536 compatibility.
3537
3538 * ps-print.el: Fix maintainer email. Define functions for Emacs 20 &
3539 21 compatibility.
3540 (ps-print-quote): Replace '?\s' by '?\ ' to keep compatibility with
3541 Emacs 20 & 21.
3542
3543 2006-11-29 J.D. Smith <jdsmith@as.arizona.edu>
3544
3545 * progmodes/idlwave.el (idlwave-auto-fill):
3546 Remove paragraph-start let to prevent auto-fill giving up.
3547
3548 2006-11-28 Juanma Barranquero <lekktu@gmail.com>
3549
3550 * vt100-led.el (led-state): Fix typo in previous change.
3551
3552 2006-11-27 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
3553
3554 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
3555 Fix interactive spec of the functions getting defined to make them
3556 work as documented.
3557
3558 2006-11-28 Chong Yidong <cyd@stupidchicken.com>
3559
3560 * startup.el (fancy-splash-screens): Hide initial splash buffer.
3561
3562 2006-11-28 Kim F. Storm <storm@cua.dk>
3563
3564 * icomplete.el (icomplete-tidy, icomplete-exhibit): Check that
3565 icomplete-mode is enabled.
3566
3567 2006-11-28 Carsten Dominik <dominik@science.uva.nl>
3568
3569 * textmodes/org.el (require): Require gnus-sum during compilation
3570 to avoid problem with a macro call.
3571
3572 2006-11-28 Glenn Morris <rgm@gnu.org>
3573
3574 * emacs-lisp/authors.el (authors-aliases): Add new alias.
3575
3576 * progmodes/fortran.el (fortran-font-lock-keywords-4): Add `min'.
3577 (fortran-window-create-momentarily): Do not need string-to-char.
3578
3579 2006-11-28 Richard Stallman <rms@gnu.org>
3580
3581 * emacs-lisp/bytecomp.el (byte-compile-get-constant):
3582 Replace incorrect use of assoc-default with a loop.
3583
3584 * term.el (term-exec-1): Set envvar INSIDE_EMACS.
3585
3586 * simple.el (next-error-find-buffer): Improve messages.
3587
3588 * files.el (revert-buffer): Special error message if file
3589 is now not readable.
3590
3591 * facemenu.el (facemenu-add-new-face): Improve doc strings of
3592 constructed commands.
3593
3594 * comint.el (comint-exec-1): Provide Emacs version and `comint'
3595 in INSIDE_EMACS.
3596
3597 2006-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
3598
3599 * diff-mode.el (diff-mode-map): Add a binding for unified->context.
3600
3601 * server.el: Remove spurious * in docstrings.
3602 (server-process-filter): Exit from recursive editing before processing
3603 a new request.
3604
3605 2006-11-27 J.D. Smith <jdsmith@as.arizona.edu>
3606
3607 * progmodes/hideshow.el (hs-already-hidden-p): Move to end of
3608 line so hidden blocks will be correctly identified.
3609
3610 2006-11-27 Juanma Barranquero <lekktu@gmail.com>
3611
3612 * ledit.el (ledit-save-defun, ledit-mode):
3613 * resume.el (resume-emacs-args-buffer):
3614 * rot13.el (rot13-display-table, rot13-translate-table, rot13)
3615 (rot13-string, rot13-region, rot13-other-window, toggle-rot13-mode):
3616 * vmsproc.el (subprocess-input, start-subprocess, subprocess-command)
3617 (command-send-input, command-kill-line):
3618 * vt100-led.el (led-state, led-on): Fix typos in docstrings.
3619
3620 * autoarg.el (autoarg-kp-mode): Doc fix.
3621
3622 * emacs-lock.el (toggle-emacs-lock): Doc fix. Simplify.
3623 (emacs-lock-check-buffer-lock): Doc fix. Use `when'.
3624 (check-emacs-lock): Doc fix. Simplify.
3625
3626 * iimage.el (iimage-mode-image-regex-alist): Doc fix.
3627 (iimage-mode-buffer): Fix typos in docstring.
3628
3629 * misc.el (zap-up-to-char): Doc fix.
3630
3631 * time-stamp.el: Fix comment and obsolescence string for old
3632 functions. Use `dolist' instead of `while'.
3633
3634 * userlock.el (ask-user-about-lock-help): Fix typos in output message.
3635
3636 * disp-table.el (standard-display-8bit, standard-display-default):
3637 * ebuff-menu.el (electric-buffer-list):
3638 * ehelp.el (electric-help-command-loop):
3639 * font-core.el (font-lock-mode):
3640 * help-macro.el (make-help-screen):
3641 * help.el (describe-minor-mode-completion-table-for-indicator)
3642 (lookup-minor-mode-from-indicator):
3643 * indent.el (tab-to-tab-stop, move-to-tab-stop):
3644 * info-look.el (info-lookup-guess-custom-symbol):
3645 * locate.el (locate-main-listing-line-p, locate-mode, locate-do-setup):
3646 * longlines.el (longlines-wrap-line):
3647 * macros.el (insert-kbd-macro):
3648 * menu-bar.el (menu-bar-update-buffers):
3649 * misc.el (copy-from-above-command):
3650 * mouse.el (mouse-popup-menubar, mouse-buffer-menu-alist):
3651 * newcomment.el (comment-indent):
3652 * novice.el (disabled-command-function):
3653 * sort.el (sort-fields-syntax-table):
3654 * subr.el (momentary-string-display):
3655 * tar-mode.el (tar-header-block-summarize)
3656 (tar-clear-modification-flags):
3657 * terminal.el (terminal-cease-edit, te-more-break-unwind, te-newline)
3658 (te-clear-rest-of-line, te-clear-rest-of-screen, te-clear-screen)
3659 (te-insert-lines, te-delete-lines, te-delete, te-insert-spaces)
3660 (te-delete-char, te-down-vertically-or-scroll):
3661 * time-stamp.el (time-stamp-string-preprocess):
3662 * tmm.el (tmm-add-one-shortcut): "?\ " -> "?\s".
3663
3664 2006-11-26 Nick Roberts <nickrob@snap.net.nz>
3665
3666 * speedbar.el (speedbar-timer-fn): Revert to old behaviour when not
3667 in GUD mode.
3668
3669 * progmodes/gud.el (gud-install-speedbar-variables): Remove bindings:
3670 speedbar-expand-line-descendants, speedbar-contract-line-descendants.
3671
3672 2006-11-26 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3673
3674 * progmodes/cc-vars.el (c-backslash-column): Add . at end of sentence.
3675
3676 2006-11-26 Stephen Leake <stephen_leake@stephe-leake.org>
3677
3678 * progmodes/ada-mode.el (ada-which-compiler): Fix typo in docstring.
3679 (ada-compile-goto-error): Adapt to new argument profile of
3680 compilation-goto-locus in Emacs 22. Don't check if the various
3681 compile functions are defined; we already do "(require 'compile)".
3682
3683 2006-11-26 Kim F. Storm <storm@cua.dk>
3684
3685 * kmacro.el: Fix commentary.
3686
3687 2006-11-26 Nick Roberts <nickrob@snap.net.nz>
3688
3689 * progmodes/gud.el (gdb): Explain how to run in text command mode
3690 more clearly. Say in error message that multiple debugging
3691 requires restarting GDB.
3692
3693 2006-11-25 Juanma Barranquero <lekktu@gmail.com>
3694
3695 * international/fontset.el (create-fontset-from-fontset-spec): Doc fix.
3696
3697 2006-11-25 Pavel Kobiakov <pk_at_work@yahoo.com>
3698
3699 * progmodes/flymake.el (flymake-posn-at-point-as-event): New function.
3700 (flymake-popup-menu): Use it instead of posn-at-point.
3701
3702 2006-11-25 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3703
3704 * progmodes/cc-vars.el (c-backslash-column):
3705 Mention c-backslash-max-column in documentation for c-backslash-column.
3706
3707 2006-11-24 Lars Hansen <larsh@soem.dk>
3708
3709 * net/tramp.el (tramp-default-method): Under Windows, change from
3710 plink to pscp.
3711 (tramp-copy-failed-regexp, tramp-action-copy-failed): Add.
3712 (tramp-actions-copy-out-of-band):
3713 Add pair (tramp-copy-failed-regexp tramp-action-copy-failed).
3714 (tramp-action-out-of-band): Move "Permission denied" handling to
3715 tramp-action-copy-failed.
3716 (tramp-do-copy-or-rename-file-out-of-band): unwind-protect killing of
3717 process buffer.
3718
3719 2006-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
3720
3721 * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
3722 strings to a single string. Quote `errors-file-name'.
3723 (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
3724 (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
3725 Adjust calls. Use `shell-quote-argument'.
3726
3727 * international/mule.el (load-with-code-conversion)
3728 (with-category-table): Use with-current-buffer.
3729 (after-insert-file-set-coding): Use restore-buffer-modified-p.
3730
3731 2006-11-24 Eli Zaretskii <eliz@gnu.org>
3732
3733 * mail/smtpmail.el (smtpmail-send-it):
3734 Copy buffer-file-coding-system from the mail buffer. Possibly add a
3735 MIME header for the message encoding.
3736 Bind coding-system-for-write around the call to mail-do-fcc.
3737 Use smtpmail-code-conv-from to encode queued mail messages.
3738
3739 2006-11-24 Juanma Barranquero <lekktu@gmail.com>
3740
3741 * tabify.el (tabify-regexp): Doc fix.
3742
3743 * net/rcirc.el (rcirc-buffer-maximum-lines):
3744 * progmodes/gud.el (jdb): Fix space/tab mixup in docstrings.
3745
3746 * play/gomoku.el (gomoku-terminate-game, gomoku-human-takes-back)
3747 (gomoku-prompt-for-move, gomoku-human-plays, gomoku-offer-a-draw):
3748 Fix typos in output messages.
3749 (gomoku-vector-length, gomoku-init-board): Fix typos in docstrings.
3750
3751 2006-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
3752
3753 * hexl.el (hexl-mode): Don't try to guess the max-address: get it from
3754 the horse's mouth.
3755 (hexlify-buffer): Don't re-encode an arg that's already encoded.
3756
3757 2006-11-23 Michael Kifer <kifer@cs.stonybrook.edu>
3758
3759 * ediff-diff.el (ediff-exec-process, ediff-same-file-contents):
3760 Remove condition-case.
3761
3762 2006-11-23 Glenn Morris <rgm@gnu.org>
3763
3764 * progmodes/f90.el (f90-comment-indent): Do not move point in
3765 default case.
3766
3767 2006-11-21 Romain Francoise <romain@orebokech.com>
3768
3769 * emacs-lisp/find-func.el (find-library-name): Don't strip ".el"
3770 from library name (reverts change of 2005-10-25).
3771
3772 2006-11-21 Lennart Borgman <lennart.borgman.073@student.lu.se>
3773
3774 * tutorial.el (tutorial--default-keys): Add newline and
3775 delete-backward-char bindings.
3776 (tutorial--detailed-help): Save excursion when finding keys.
3777 Correct warning string for M-x FOO case.
3778 (tutorial--display-changes): Print special keys in tutorial style.
3779 Tweak search regexp for changed keys.
3780
3781 2006-11-21 Bob Rogers <rogers-emacs@rgrjr.dyndns.org> (tiny change)
3782
3783 * thingatpt.el (thing-at-point-url-at-point): Don't add a
3784 redundant scheme.
3785
3786 2006-11-21 Diane Murray <disumu@x3y2z1.net> (tiny change)
3787
3788 * thingatpt.el (thing-at-point-uri-schemes): Add schemes that
3789 are new to the list at IANA. Also added irc, mms, mmsh.
3790
3791 2006-11-20 J.D. Smith <jdsmith@as.arizona.edu>
3792
3793 * progmodes/idlw-help.el (idlwave-html-help-location):
3794 Fail gracefully for missing help packages.
3795 (idlwave-help-assistant-open-link): Open full links.
3796 (idlwave-help-assistant-help-with-topic): Direct help link.
3797
3798 * progmodes/idlwave.el (idlwave-mode):
3799 Set add-log-current-defun-function.
3800 (idlwave-current-routine-fullname): Add, to support add-log.
3801 (idlwave-convert-xml-system-routine-info): Simplify XML parsing
3802 to reflect improvements to xml-parse-file.
3803 (idlwave-mode-menu-def): New binding for help-with-topic.
3804
3805 * progmodes/idlw-shell.el (idlwave-shell-filter-directory):
3806 Handle extra newlines and spaces.
3807 (idlwave-shell-mode-map): Add help-with-topic.
3808
3809 2006-11-20 Chong Yidong <cyd@stupidchicken.com>
3810
3811 * tutorial.el (tutorial-warning-face): New face.
3812 (tutorial--detailed-help, tutorial--display-changes): Use it.
3813 (tutorial--find-changed-keys): Check ESC-prefix binding specially.
3814 Improve search pattern for occurrences of changed keys.
3815
3816 2006-11-20 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3817
3818 * term/x-win.el (x-last-cut-buffer-coding): New variable.
3819 (x-select-text): Set it.
3820 (x-cut-buffer-or-selection-value): Check also x-last-cut-buffer-coding
3821 when checking for newness.
3822
3823 2006-11-19 Juanma Barranquero <lekktu@gmail.com>
3824
3825 * subr.el (posn-image):
3826 * progmodes/ebnf2ps.el (ebnf-stop-on-error): Fix typos in docstrings.
3827
3828 * emacs-lisp/regexp-opt.el (regexp-opt): Doc fix.
3829
3830 2006-11-19 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
3831
3832 * progmodes/glasses.el (glasses-separate-parentheses-exceptions): New.
3833 Exceptions to the rule "add a space between an identifier and an
3834 opening parenthesis". Defaulted to the `#define' problem of cpp.
3835 (glasses-parenthesis-exception-p): New. Check if the region is an
3836 exception regarding to that.
3837 (glasses-make-readable): Use it.
3838 (glasses-convert-to-unreadable): Ditto. Modify the file also if
3839 `glasses-convert-on-write-p' and `glasses-separate-parentheses-p' are t.
3840
3841 2006-11-19 Chong Yidong <cyd@stupidchicken.com>
3842
3843 * emacs-lisp/bytecomp.el (byte-compile-if): Revert last change.
3844
3845 2006-11-19 Stephen Leake <stephen_leake@stephe-leake.org>
3846
3847 * progmodes/ada-mode.el (ada-make-body): Fix typo.
3848
3849 * progmodes/ada-xref.el (ada-make-body-gnatstub): Fix typo.
3850 (ada-xref-initialize): Fix typo. Use add-hook and remove-hook.
3851
3852 2006-11-18 Chong Yidong <cyd@stupidchicken.com>
3853
3854 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded): Check `and'
3855 conditions for function or variable bindings.
3856
3857 * comint.el (comint-exec-1): Set EMACS and INSIDE_EMACS to t.
3858
3859 * progmodes/compile.el (compilation-start): Ditto.
3860
3861 2006-11-18 Michael Albinus <michael.albinus@gmx.de>
3862
3863 * net/tramp.el (top): cl and custom are always required.
3864
3865 2006-11-18 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3866
3867 * term/x-win.el (x-cut-buffer-or-selection-value): Decode text from
3868 cut-buffers with next-selection-coding-system if not nil.
3869
3870 2006-11-17 Carsten Dominik <dominik@science.uva.nl>
3871
3872 * textmodes/org.el (org-fix-decoded-time): New function.
3873 (org-display-custom-time): Use `org-fix-decoded-time'.
3874
3875 2006-11-17 Chong Yidong <cyd@stupidchicken.com>
3876
3877 * menu-bar.el (menu-bar-games-menu): Remove yow.
3878
3879 2006-11-17 Carsten Dominik <dominik@science.uva.nl>
3880
3881 * textmodes/org.el (org-scan-tags): Re-align code fixed.
3882 (org-detach-overlay): Rename from `org-detatch-overlay'.
3883 (org-table-convert-region): Insert space after column separator.
3884 (org-agenda-kill): New command.
3885 (org-metaleft): Call `org-outdent-item' on bullets.
3886 (org-metaright): Call `org-indent-item' on bullets.
3887 (org-timestamp-change): Set `org-last-changed-timestamp'.
3888 (org-current-line): Make sure (bolp) returns correct result.
3889 (org-agenda-change-all-lines): Make sure TODO are highlighted.
3890
3891 2006-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
3892
3893 * pcvs.el (cvs-retrieve-revision): Set buffer-file-coding-system.
3894
3895 2006-11-16 Chong Yidong <cyd@stupidchicken.com>
3896
3897 * mouse.el (global-map): Change 2006-08-16 fix to call
3898 mouse-yank-at-click explicitly, since mouse events are not carried
3899 over into keyboard macros.
3900
3901 2006-11-16 Kim F. Storm <storm@cua.dk>
3902
3903 * ido.el (ido-file-internal): Use current buffer's file name as default
3904 choice for ido-find-alternate-file. Suggested by Matt Hodges.
3905
3906 2006-11-15 Ken Manheimer <ken.manheimer@gmail.com>
3907
3908 * allout.el (allout-doublecheck-at-and-shallower): Clarify docstring.
3909 (allout-inhibit-aberrance-doublecheck): Rename from
3910 allout-during-yank-processing. All callers changed.
3911 (allout-ascend): Provide for unusual case where some topic after
3912 the first in file is at lower depth than the first.
3913 (allout-shift-in): Ensure the offspring of the new containing
3914 topic are exposed.
3915 (allout-encrypt-string): Preserve the coding-system of the text,
3916 according to that of the containing buffer.
3917 (allout-toggle-subtree-encryption): When the text being encrypted
3918 requires a different coding system, offer to preserve the coding
3919 system using a file local var.
3920
3921 2006-11-15 Simon Marshall <simon@gnu.org>
3922
3923 * progmodes/cc-fonts.el (c-font-lock-declarators): Use c-at-toplevel-p
3924 to recognise "T t()" as a function declaration, rather than a
3925 variable instantiation, iff at the top-level or inside a class
3926 declaration. Suggested by Feng Li <fengli@gmail.com>.
3927
3928 2006-11-14 Stephen Leake <stephen_leake@stephe-leake.org>
3929
3930 * progmodes/ada-xref.el (ada-parse-prj-file):
3931 Don't delete project buffer; user may want to edit it.
3932 (ada-xref-set-project-field, ada-xref-current-project-file)
3933 (ada-xref-current-project, ada-show-current-project)
3934 (ada-set-main-compile-application): New functions.
3935 (ada-xref-get-project-field, ada-require-project-file):
3936 Normalize use of ada-prj-default-project-file.
3937 (ada-gdb-application, ada-get-ada-file-name, ada-make-body-gnatstub):
3938 Normalize use of ada-require-project-file.
3939 (ada-prj-find-prj-file): Improve doc string, comments.
3940
3941 * progmodes/ada-mode.el (ada-mode-version): Bump version.
3942 (ada-create-keymap): Add \C-c\C-m 'ada-set-main-compile-application.
3943 (ada-create-menu): Add ada-set-main-compile-application,
3944 ada-show-current-main, ada-show-current-project.
3945
3946 2006-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
3947
3948 * progmodes/python.el (inferior-python-mode-syntax-table): New var.
3949 (inferior-python-mode): Use it.
3950
3951 2006-11-14 Andreas Schwab <schwab@suse.de>
3952
3953 * term/xterm.el (terminal-init-xterm): Add more key bindings.
3954
3955 2006-11-13 Kim F. Storm <storm@cua.dk>
3956
3957 * ido.el (ido-copy-current-word): C-o copies region if active.
3958
3959 2006-11-13 Carsten Dominik <dominik@science.uva.nl>
3960
3961 * textmodes/org.el (org-emph-face): Fix typo in variable name.
3962
3963 2006-11-13 Juanma Barranquero <lekktu@gmail.com>
3964
3965 * ediff.el (ediff-revision):
3966 * files.el (set-visited-file-name):
3967 * mail/rmailout.el (rmail-output-body-to-file):
3968 Use `format', not `message', in `y-or-n-p' call.
3969
3970 2006-11-13 Carsten Dominik <dominik@science.uva.nl>
3971
3972 * textmodes/org.el (org-metaleft): Call `org-outdent-item' on bullets.
3973 (org-metaright): Call `org-indent-item' on bullets.
3974 (org-timestamp-change): Set `org-last-changed-timestamp'.
3975 (org-current-line): Make sure (bolp) returns correct result.
3976 (org-agenda-change-all-lines): Make sure highlighting TODO always works.
3977
3978 2006-11-12 Richard Stallman <rms@gnu.org>
3979
3980 * language/european.el (turkish-case-conversion-enable)
3981 (turkish-case-conversion-disable): New functions.
3982 ("Turkish" lang env): Use them.
3983
3984 * international/characters.el (case table):
3985 Do nothing special for i and I.
3986
3987 * subr.el (remove-overlays): Fix last change.
3988
3989 * cus-edit.el (custom-save-all): Use find-file-visit-truename
3990 for visiting the custom file.
3991
3992 2006-11-12 Markus Triska <triska@gmx.at>
3993
3994 * play/handwrite.el (handwrite): Also process lines not ending
3995 with newline. Replace some position-fiddling with different
3996 logic. Improve performance.
3997
3998 2006-11-12 Stephen Leake <stephen_leake@stephe-leake.org>
3999
4000 * progmodes/ada-xref.el (ada-prj-default-check-cmd): New variable,
4001 replacing deleted variable `ada-check-switch'.
4002 (ada-project-file-extension): Rename to `ada-prj-file-extension'.
4003 (ada-xref-project-files): Improve doc string.
4004 (ada-find-executable): New function.
4005 (ada-initialize-runtime-library): Use `ada-find-executable'.
4006 (ada-xref-set-default-prj-values): In compile commands, don't need
4007 `ada-cd-command'; `compile' does that more portably.
4008 Use ada-prj-default-check-cmd.
4009 (ada-parse-prj-file): Don't set 'debug_post_cmd, 'debug_pre_cmd
4010 properties if not specified in project file.
4011 (ada-goto-declaration): Display useful message for new error
4012 'error-file-not-found.
4013 (ada-get-ada-file-name, ada-find-in-src-path): Signal new error
4014 'error-file-not-found.
4015 (ada-get-all-references): Match latest ali syntax. Signal new
4016 error 'error-file-not-found.
4017 (ada-find-in-ali): Match latest ali syntax.
4018 (ada-make-filename-from-adaname): Handle different semantics of
4019 gnatkr in GNAT 3.15p vs later.
4020
4021 * progmodes/ada-stmt.el (ada-func-or-proc-name): Match changes to
4022 ada-procedure-start-regexp.
4023 (ada-or-accept, ada-or-delay, ada-or-terminate): Improve doc string.
4024
4025 * progmodes/ada-mode.el: Replace conditional (require 'ispell)
4026 with defvar.
4027 (ada-language-version): Rename ada05 -> ada2005.
4028 (ada-align-region-separate): Add `eval-when-compile'.
4029 (ada-name-regexp): Remove unneeded escapes in regexp character
4030 alternative.
4031 (ada-compile-goto-error-file-linenr-re): New constant.
4032 (ada-matching-start-re): Handle additional cases `declare',
4033 `procedure', `function'.
4034 (ada-compile-goto-error): Handle "... at line nn".
4035 (ada-mode): Clearer syntax, comments for ff-special-constructs.
4036 Delete support for old versions of `align'.
4037 (ada-search-prev-end-stmt): Handle additional keyword `private'.
4038 (ada-check-defun-name): Simplify handling of `declare'.
4039 (ada-goto-matching-start): Handle nested `begin ... end'.
4040 Handle `declare', `protected', `procedure', `function'.
4041 (ada-create-menu): Presence of arm95 is not conditional on using
4042 GNAT compiler.
4043
4044 2006-11-12 Juanma Barranquero <lekktu@gmail.com>
4045
4046 * emacs-lisp/re-builder.el (reb-mode): Set `blink-matching-paren' to
4047 nil in the *RE-Builder* buffer (it causes spurious error messages).
4048
4049 * server.el (server-visit-files): If `minibuffer-auto-raise' has
4050 been set to t, respect it.
4051
4052 2006-11-11 Stephen Leake <stephen_leake@stephe-leake.org>
4053
4054 * progmodes/ada-mode.el: Delete `eval-and-compile' around `require'.
4055 Delete commented out code for old Emacs versions. Autoloading of
4056 "ada-xref", "ada-prj" is useful even if compiler is not GNAT.
4057 (ada-mode-version): Bump version number.
4058 (ada-95-string-keywords, ada-2005-string-keywords)
4059 (ada-2005-keywords, ada-name-regexp): New constant.
4060 (ada-language-version, ada-procedure-start-regexp, ada-mode)
4061 (ada-font-lock-keywords): Add support for Ada 2005 keywords.
4062 (ada-package-start-regexp): Support private packages, include package
4063 name (for ada-set-point-accordingly).
4064 (ada-next-procedure, ada-previous-procedure)
4065 (ada-which-function-are-we-in): Match changes to
4066 ada-procedure-start-regexp.
4067 (ada-make-body): Make non-interactive; not a user function.
4068 (ada-make-subprogram-body): Improve doc string.
4069
4070 2006-11-11 Romain Francoise <romain@orebokech.com>
4071
4072 * progmodes/cperl-mode.el (cperl-mode): Before adding to it, make
4073 `compilation-error-regexp-alist' buffer-local, since we changed
4074 `compilation-error-regexp-alist-alist' locally.
4075
4076 2006-11-11 Juanma Barranquero <lekktu@gmail.com>
4077
4078 * server.el (server-visit-files): Bind `minibuffer-auto-raise'
4079 to the value of `server-raise-frame'.
4080
4081 2006-11-11 Glenn Morris <rgm@gnu.org>
4082
4083 * ido.el (ido-enable-prefix)
4084 * ses.el (ses-call-printer-return)
4085 * net/tramp.el (tramp-unified-filenames)
4086 * progmodes/cc-align.el (c-lineup-string-cont)
4087 * progmodes/compile.el (compilation-directory-matcher)
4088 * progmodes/ebnf2ps.el (ebnf-stop-on-error)
4089 * progmodes/vhdl-mode.el (vhdl-reset-active-high)
4090 (vhdl-clock-rising-edge)
4091 * textmodes/org.el (org-export-with-timestamps)
4092 (org-export-remove-timestamps-from-toc)
4093 (org-export-with-tags): Improve previous doc fixes.
4094
4095 2006-11-11 Richard Stallman <rms@gnu.org>
4096
4097 * textmodes/flyspell.el (flyspell-mode-map):
4098 Bind C-c $ instead of M-RET.
4099
4100 2006-11-10 Simon Marshall <simon@gnu.org>
4101
4102 * progmodes/cc-fonts.el (c-font-lock-declarations): Don't overwrite
4103 fontification for "case" and "default" keywords.
4104
4105 2006-11-10 Andreas Schwab <schwab@suse.de>
4106
4107 * calendar/cal-dst.el (calendar-dst-check-each-year-flag):
4108 Avoid starting sentence with "nil".
4109
4110 2006-11-10 Juanma Barranquero <lekktu@gmail.com>
4111
4112 * server.el (server-raise-frame): New option.
4113 (server-switch-buffer): Use it.
4114
4115 2006-11-10 Nick Roberts <nickrob@snap.net.nz>
4116
4117 * progmodes/gdb-ui.el (gdb-many-windows): Start doc string
4118 with a capital.
4119
4120 2006-11-10 Carsten Dominik <carsten.dominik@gmail.com>
4121
4122 * textmodes/org.el (org-show-hierarchy-above)
4123 (org-show-following-heading): Fix typo in default value.
4124 (org-scan-tags): Make the search case-sensitive.
4125 (org-tags-sparse-tree): Don't overrule
4126 `org-show-following-heading' and `org-show-hierarchy-above'.
4127 (org-reveal): New command.
4128 (org-show-context): Rename from `org-show-hierarchy-above'.
4129 (org-fast-tag-selection-single-key): New option.
4130 (org-fast-tag-show-exit, org-set-current-tags-overlay): New functions.
4131 (org-tags-overlay): New variable.
4132 (org-agenda-todo-ignore-deadlines): New option.
4133 ("session"): Add circular data structure `org-mark-ring' to
4134 exceptions list in session.el.
4135 (org-agenda-window-setup, org-agenda-restore-windows-after-quit):
4136 New options.
4137 (org-agenda-quit): Use `org-agenda-restore-windows-after-quit'.
4138 (org-prepare-agenda, org-agenda-quit): Use `org-agenda-window-setup'.
4139 (org-pre-agenda-window-conf, org-blank-before-new-entry): New vars.
4140 (org-finalize-agenda): Activate bracket links in agenda.
4141 (org-at-timestamp-p, org-at-date-range-p): Additional argument
4142 INACTIVE-OK.
4143 (org-show-hierarchy-above, org-show-following-heading):
4144 List values allowed for fine-tuned configuration.
4145 (org-show-hierarchy-above): New argument CONTEXT, use the
4146 fine-tuned settings in `org-show-hierarchy-above' and
4147 `org-show-following-heading'.
4148 (org-display-custom-time): New function.
4149 (org-toggle-time-stamp-overlays, org-insert-time-stamp): New function.
4150 (org-display-custom-times, org-time-stamp-custom-formats):
4151 (org-maybe-intangible): New macro.
4152 (org-activate-bracket-links, org-hide-wide-columns):
4153 Use `org-maybe-intangible'.
4154 (org-open-file): Use `shell-quote-argument'.
4155 (org-display-internal-link-with-indirect-buffer): New option.
4156 (org-file-remote-p): Get regexp from list.
4157 (org-link-expand-abbrev): New function.
4158 (org-link-abbrev-alist): New option.
4159 (org-open-at-point, org-cleaned-string-for-export):
4160 Call `org-link-expand-abbrev'.
4161 (org-timeline, org-agenda-list, org-todo-list)
4162 (org-tags-view): Remove the KEEP-MODES argument.
4163 (org-finalize-agenda-hook): New hook.
4164 (org-get-alist-option): New function.
4165 (org-follow-timestamp-link): New function.
4166 (org-open-at-point): Call `org-follow-timestamp-link'.
4167 (org-log-note-marker, org-log-note-purpose)
4168 (org-log-note-window-configuration): New variables.
4169 (org-add-log-maybe, org-add-log-note, org-store-log-note): New funs.
4170 (org-log-note-headings): New option.
4171 (org-dblock-write:clocktable): Bug fix, removed infinite loop.
4172 (org-store-link): Support for dired-mode.
4173 (org-open-file): Substitute environment variables into filename.
4174 (org-last): New defsubst.
4175 (org-agenda-re-align-tags): New function.
4176 (org-agenda-align-tags-to-column): New option.
4177 (org-agenda-timeline): Group removed.
4178 (org-prepare-agenda, org-prepare-agenda-buffers)
4179 (org-run-agenda-series, org-timeline, org-agenda-list)
4180 (org-todo-list, org-tags-view): Call `org-agenda-prepare' and set
4181 the text property inticating the agenda type.
4182 (org-agenda-post-command-hook): Get agenda type from text property
4183 at point.
4184 (org-agenda): Handle command sets. Set `org-agenda-last-arguments'
4185 and obey `org-agenda-overriding-arguments'.
4186 (org-agenda-overriding-arguments, org-agenda-last-arguments): New vars.
4187 (org-agenda-goto-today, org-agenda-later, org-agenda-earlier)
4188 (org-agenda-week-view, org-agenda-day-view):
4189 Use `org-agenda-overriding-arguments' to make updating work with
4190 multi-block agendas.
4191 (org-agenda-prefix-format): Allow different formats for the
4192 different agenda entry types.
4193 (org-timeline-prefix-format): Option removed, use
4194 `org-agenda-prefix-format' instead.
4195 (org-prepare-agenda): New function.
4196 (org-select-timeline-window): Option removed, use
4197 `org-select-agenda-window' instead.
4198 (org-respect-restriction): Variable removed.
4199 (org-cmp-tag): New function.
4200 (org-agenda-sorting-strategy, org-entries-lessp):
4201 Implement sorting by last tag.
4202 (org-complete): Better completion in in-buffer option lines.
4203 (org-in-item-p): New function.
4204 (org-org-menu): Add entries for checkboxes.
4205 (org-cycle): Extra brouping in outline-regexp, because it is used
4206 in a search with "^" prepended.
4207 (org-provide-checkbox-statistics): New option.
4208 (org-set-font-lock-defaults): Highlight checkbox statistics.
4209 (org-update-checkbox-count-maybe)
4210 (org-get-checkbox-statistics-face): New functions.
4211 (org-update-checkbox-count): New command.
4212 (org-insert-item, org-toggle-checkbox):
4213 Call `org-update-checkbox-count-maybe'.
4214 (org-export-as-html): XEmacs compatibility for coding system.
4215 (org-force-cycle-archived): New command.
4216 (org-cycle-hide-archived-subtrees): Display message when ARCHIVE
4217 overrules cycling.
4218 (org-fix-position-after-promote): If the line contains only a todo
4219 keyword, add a final space.
4220 (org-promote-subtree, org-demote-subtree):
4221 Call `org-fix-position-after-promote'.
4222
4223 2006-11-10 Glenn Morris <rgm@gnu.org>
4224
4225 * calendar/cal-dst.el: Do not assume DST starts/ends on the same
4226 date in every year.
4227 (calendar-dst-check-each-year-flag): New customizable variable.
4228 (calendar-dst-find-data): New function, extracted from
4229 calendar-current-time-zone.
4230 (calendar-current-time-zone): Use calendar-dst-find-data.
4231 (calendar-dst-transition-cache): New variable.
4232 (calendar-dst-find-startend, calendar-dst-starts)
4233 (calendar-dst-ends): New functions.
4234 (calendar-daylight-savings-starts)
4235 (calendar-daylight-savings-ends): Change value to use
4236 calendar-dst-starts, calendar-dst-ends; respectively.
4237
4238 * progmodes/f90.el (f90-indent-region): Bind case-fold-search to t.
4239
4240 * ido.el (ido-enable-prefix)
4241 * ses.el (ses-call-printer-return)
4242 * net/tramp.el (tramp-unified-filenames)
4243 * progmodes/cc-align.el (c-lineup-string-cont)
4244 * progmodes/compile.el (compilation-directory-matcher)
4245 * progmodes/ebnf2ps.el (ebnf-stop-on-error)
4246 * progmodes/gdb-ui.el (gdb-many-windows)
4247 * progmodes/vhdl-mode.el (vhdl-reset-active-high)
4248 (vhdl-clock-rising-edge)
4249 * textmodes/org.el (org-export-with-timestamps)
4250 (org-export-remove-timestamps-from-toc, org-export-with-tags)
4251 (org-read-date): Doc fix (Nil -> nil).
4252
4253 2006-11-10 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4254
4255 * term/x-win.el (x-select-text, x-cut-buffer-or-selection-value):
4256 Encode/decode text to/from cut buffers to/from iso-latin-1 only.
4257
4258 2006-11-10 Juanma Barranquero <lekktu@gmail.com>
4259
4260 * bs.el (bs--window-for-buffer): Remove.
4261 (bs--show-with-configuration): Use `get-window-with-predicate'
4262 instead of `bs--window-for-buffer'.
4263
4264 2006-11-10 Kenichi Handa <handa@m17n.org>
4265
4266 * files.el (revert-buffer): Fix previous change.
4267
4268 2006-11-09 Juanma Barranquero <lekktu@gmail.com>
4269
4270 * bs.el (bs--redisplay): Fix typo in docstring.
4271 (bs--window-config-coming-from): Make frame-local.
4272 (bs--restore-window-config): New function.
4273 (bs-kill, bs-select, bs-select-other-window)
4274 (bs-select-other-frame): Use it.
4275 (bs--window-for-buffer): Return as soon as a matching buffer is found.
4276 (bs--show-with-configuration): Save the window configuration as a
4277 frame local var, and only if *buffer-selection* is not already
4278 visible on this frame.
4279
4280 2006-11-08 Chong Yidong <cyd@stupidchicken.com>
4281
4282 * vc-svn.el (vc-svn-admin-directory): New var.
4283 (vc-svn-registered, vc-svn-responsible-p)
4284 (vc-svn-repository-hostname): Use it.
4285 Suggested by arit93@yahoo.com.
4286
4287 2006-11-08 Juanma Barranquero <lekktu@gmail.com>
4288
4289 * ldefs-boot.el: Regenerate.
4290
4291 2006-11-08 Alan Mackenzie <acm@muc.de>
4292
4293 * emacs-lisp/lisp.el (beginning-of-defun-raw): Code up the
4294 case (eq open-paren-in-column-0-is-defun-start nil) by searching
4295 for least nested open-paren.
4296
4297 2006-11-08 Romain Francoise <romain@orebokech.com>
4298
4299 * subr.el (remove-overlays): Fix typo in last change.
4300
4301 2006-11-08 Richard Stallman <rms@gnu.org>
4302
4303 * subr.el (remove-overlays): Call overlay-recenter.
4304
4305 2006-11-08 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4306
4307 * printing.el (pr-alist-custom-set, pr-ps-utility-custom-set)
4308 (pr-ps-name-custom-set, pr-txt-name-custom-set): Return back the old
4309 behaviour.
4310 (pr-menu-bind): Act on global-map instead of menu-bar-file-menu
4311 directly.
4312
4313 2006-11-08 Juanma Barranquero <lekktu@gmail.com>
4314
4315 * ido.el (ido-ignore-extensions, ido-show-dot-for-dired)
4316 (ido-max-dir-file-cache, ido-decorations)
4317 (ido-rewrite-file-prompt-functions, ido-use-mycompletion-depth)
4318 (ido-magic-backward-char, ido-enter-dired)
4319 (ido-enter-insert-buffer, ido-enter-insert-file, ido-dired)
4320 (ido-list-directory, ido-first-match, ido-only-match)
4321 (ido-subdir, ido-indicator): Fix typos in docstrings.
4322 (ido-buffer-internal, ido-completion-help): Fix typos in messages.
4323 (ido-read-internal): Fix typo in error message.
4324
4325 2006-11-08 Kenichi Handa <handa@m17n.org>
4326
4327 * international/mule-cmds.el (set-default-coding-systems):
4328 Always set default-file-name-coding-system to utf-8 for Mac Darwin.
4329
4330 2006-11-08 Juanma Barranquero <lekktu@gmail.com>
4331
4332 * makefile.w32-in (setwins): Remove.
4333 (WINS_ALMOST): New macro.
4334 (WINS): Use it.
4335 (autoloads): Don't extract autoloads from files in obsolete/.
4336
4337 2006-11-07 Chong Yidong <cyd@stupidchicken.com>
4338
4339 * whitespace.el (whitespace-buffer): Call remove-overlays after
4340 overlay-recenter for performance. Suggested by Martin Rudalics.
4341
4342 2006-11-07 Michael Albinus <michael.albinus@gmx.de>
4343
4344 * net/tramp.el (tramp-default-method): scp is the default method.
4345
4346 2006-11-07 Juanma Barranquero <lekktu@gmail.com>
4347
4348 * server.el (server-start): Save also the Emacs pid in the server file.
4349
4350 2006-11-07 Carsten Dominik <dominik@science.uva.nl>
4351
4352 * textmodes/reftex-cite.el (reftex-pop-to-bibtex-entry): Preserve
4353 point when displaying a bibtex cross reference in the echo area.
4354
4355 2006-11-06 Juanma Barranquero <lekktu@gmail.com>
4356
4357 * international/mule.el (make-char): Fix typo in docstring.
4358 (load-with-code-conversion, charsetp): Doc fixes.
4359
4360 * international/ja-dic-cnv.el (skkdic-convert):
4361 * cus-edit.el (hook): Fix typo in docstring.
4362
4363 2006-11-06 Chong Yidong <cyd@stupidchicken.com>
4364
4365 * cus-edit.el (custom-mode-map): Move defvar above code using it.
4366 (custom-mode-link-map): New variable.
4367 (custom-group-link, custom-manual): Use follow-link.
4368
4369 2006-11-06 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
4370
4371 * textmodes/bibtex.el: Fix typo in name of author of bibtex.el,
4372 "Mark Shapiro" -> "Marc Shapiro". Update his email address.
4373
4374 2006-11-06 Richard Stallman <rms@gnu.org>
4375
4376 * textmodes/flyspell.el (flyspell-correct-word-before-point):
4377 New function broken out of flyspell-correct-word.
4378 (flyspell-mode-map): Bind it to M-RET.
4379 (flyspell-correct-word): Call it.
4380
4381 * textmodes/fill.el (fill-minibuffer-function): New function.
4382 (fill-paragraph): Bind fill-paragraph-function to
4383 fill-minibuffer-function.
4384
4385 * ruler-mode.el (ruler-mode-map): Add bindings for up-events
4386 so that they aren't undefined.
4387
4388 * dired.el (dired-readin): Locally bind file-name-coding-system.
4389
4390 * bindings.el: Shorten and clarify usual mode line mouse help string.
4391
4392 * Makefile.in (autoloads): Don't include `obsolete'.
4393
4394 2006-11-06 Chong Yidong <cyd@stupidchicken.com>
4395
4396 * printing.el (pr-alist-custom-set, pr-ps-utility-custom-set)
4397 (pr-ps-name-custom-set, pr-txt-name-custom-set): Don't update the
4398 Printing menu if it's not initialized.
4399 (pr-menu-bind): Act on menu-bar-file-menu directly.
4400
4401 2006-11-06 Juanma Barranquero <lekktu@gmail.com>
4402
4403 * help.el (view-emacs-news): Fix typo in error message.
4404
4405 * menu-bar.el (menu-bar-update-buffers): Fix typo in menu entry.
4406
4407 * shadowfile.el (shadow-define-regexp-group)
4408 (shadow-literal-groups, shadow-insert-var): Doc fixes.
4409 (shadow-read-files): Fix typo in message.
4410 (shadow-inhibit-overload, shadow-find, shadow-suffix)
4411 (shadow-site-match, shadow-write-todo-file, shadow-insert-var)
4412 (shadow-suffix, shadow-site-match, shadow-expand-file-name)
4413 (shadow-file-match): Fix typos in docstrings.
4414
4415 * terminal.el (terminal-emulator): Fix typo in message.
4416
4417 * emacs-lisp/authors.el (authors-fixed-entries): Fix typo.
4418
4419 * emacs-lisp/lselect.el (x-kill-primary-selection)
4420 (x-delete-primary-selection, x-copy-primary-selection):
4421 Fix typos in error messages.
4422
4423 * emulation/edt-mapper.el: Fix typo in interactive message.
4424
4425 * mail/emacsbug.el (report-emacs-bug): Fix typos in output message.
4426
4427 * textmodes/ispell.el (ispell, ispell-local-dictionary-alist)
4428 (ispell-help): Fix typos in docstrings.
4429 (ispell-help): Fix typo in output message.
4430
4431 * allout.el (allout-adjust-file-variable)
4432 (allout-passphrase-verifier-string)
4433 (allout-passphrase-hint-string)
4434 (allout-toggle-current-subtree-encryption):
4435 * apropos.el (apropos-synonyms):
4436 * cus-edit.el (hook):
4437 * emacs-lock.el (emacs-lock-from-exiting):
4438 * follow.el (follow-avoid-tail-recenter-p):
4439 * hexl.el (hexl-mode):
4440 * mouse-copy.el (mouse-copy-work-around-drag-bug):
4441 * mouse.el (mouse-set-font):
4442 * resume.el (resume-emacs-args-file):
4443 * rfn-eshadow.el (file-name-shadow-tty-properties):
4444 * t-mouse.el (t-mouse-process, t-mouse-mode):
4445 * emacs-lisp/cust-print.el (custom-print-install)
4446 (custom-print-uninstall, custom-format):
4447 * emacs-lisp/shadow.el (list-load-path-shadows):
4448 * emulation/tpu-edt.el (tpu-help-text)
4449 (tpu-save-all-buffers-kill-emacs, tpu-emacs-replace)
4450 (tpu-reset-control-keys):
4451 * emulation/vip.el (vip-emacs-local-map)
4452 (vip-change-mode-to-emacs):
4453 * emulation/viper.el (viper-mode, viper-set-hooks)
4454 (viper-major-mode-modifier-list):
4455 * emulation/viper-init.el (viper-emacs-state-cursor-color):
4456 * emulation/viper-keym.el (viper-emacs-kbd-map)
4457 (viper-toggle-key):
4458 * mail/feedmail.el (feedmail-queue-reminder)
4459 (feedmail-queue-reminder-alist, feedmail-confirm-outgoing)
4460 (feedmail-confirm-outgoing-timeout, feedmail-nuke-bcc)
4461 (feedmail-nuke-resent-bcc, feedmail-fill-to-cc-fill-column)
4462 (feedmail-sender-line, feedmail-force-binary-write)
4463 (feedmail-from-line, feedmail-deduce-envelope-from)
4464 (feedmail-x-mailer-line, feedmail-message-id-generator)
4465 (feedmail-date-generator, feedmail-fiddle-plex-user-list)
4466 (feedmail-enable-spray, feedmail-spray-this-address)
4467 (feedmail-spray-address-fiddle-plex-list, feedmail-enable-queue)
4468 (feedmail-queue-runner-confirm-global)
4469 (feedmail-ask-before-queue-prompt)
4470 (feedmail-ask-before-queue-reprompt)
4471 (feedmail-prompt-before-queue-standard-alist)
4472 (feedmail-prompt-before-queue-user-alist)
4473 (feedmail-prompt-before-queue-help-supplement)
4474 (feedmail-queue-use-send-time-for-message-id)
4475 (feedmail-queue-default-file-slug, feedmail-queue-fqm-suffix)
4476 (feedmail-mail-send-hook-splitter, feedmail-mail-send-hook)
4477 (feedmail-mail-send-hook-queued)
4478 (feedmail-confirm-addresses-hook-example)
4479 (feedmail-last-chance-hook, feedmail-before-fcc-hook)
4480 (feedmail-queue-runner-mode-setter)
4481 (feedmail-queue-alternative-mail-header-separator)
4482 (feedmail-queue-runner-message-sender)
4483 (feedmail-buffer-eating-function, feedmail-binmail-template)
4484 (feedmail-run-the-queue-no-prompts)
4485 (feedmail-run-the-queue-global-prompt)
4486 (feedmail-queue-subject-slug-maker, feedmail-fiddle-header)
4487 (feedmail-envelope-deducer, feedmail-fiddle-date)
4488 (feedmail-default-message-id-generator)
4489 (feedmail-fiddle-message-id, feedmail-fiddle-x-mailer)
4490 (feedmail-fiddle-spray-address, feedmail-deduce-address-list):
4491 * mail/vms-pmail.el (vms-pmail-save-and-exit, vms-pmail-abort)
4492 (vms-pmail-setup):
4493 * play/dunnet.el (dun-help):
4494 * play/handwrite.el (handwrite):
4495 * play/hanoi.el (hanoi-unix-64):
4496 * progmodes/idlwave.el (idlwave-rescan-asynchronously):
4497 * textmodes/enriched.el (fixed):
4498 * textmodes/org.el (org-file-apps)
4499 (org-emphasis-regexp-components, org-emphasis-alist):
4500 * textmodes/texinfmt.el (batch-texinfo-format):
4501 Fix typos in docstrings.
4502
4503 2006-11-05 Juanma Barranquero <lekktu@gmail.com>
4504
4505 * loadhist.el (read-feature): Don't complete features not loaded
4506 from a file (which make `unload-feature' to fail).
4507
4508 2006-11-05 Reiner Steib <Reiner.Steib@gmx.de>
4509
4510 * add-log.el (add-log-time-zone-rule): Mark as safe-local-variable.
4511
4512 2006-11-05 Chong Yidong <cyd@stupidchicken.com>
4513
4514 * startup.el (command-line-1): Kill emacs if the last frame is
4515 deleted while evaluating the command-line arguments.
4516
4517 2006-11-05 Richard Stallman <rms@gnu.org>
4518
4519 * startup.el (init-file-had-error): Add doc string.
4520 (fancy-splash-text, fancy-splash-head, fancy-splash-tail):
4521 Use fixed-width font for keyboard key descriptions.
4522
4523 * cus-edit.el (custom-save-all): Error if saving in .emacs
4524 and it had an error when loaded.
4525
4526 * dired-aux.el (dired-copy-file-recursive): Catch errors
4527 from recursive copies in the loop, around the recursive call.
4528
4529 2006-11-05 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
4530
4531 * battery.el (battery-linux-proc-acpi): Search an ac_adapter in
4532 `/proc/acpi/ac_adapter/*'. Ditto for the thermometers in
4533 `/proc/acpi/thermal_zone/*'.
4534 (battery-search-for-one-match-in-files): New. Search a regexp in
4535 the content of some files.
4536
4537 2006-11-05 Martin Rudalics <rudalics@gmx.at>
4538
4539 * window.el (mouse-autoselect-window-now): Remove variable.
4540 (mouse-autoselect-window-state): New variable.
4541 (mouse-autoselect-window-start, mouse-autoselect-window-cancel)
4542 (mouse-autoselect-window-select, handle-select-window):
4543 Rewritten to make mouse-autoselect-window-timer a one-shot timer.
4544 Suspend delayed autoselection during menu or popup dialog.
4545
4546 * info-look.el (info-lookup-guess-custom-symbol): New function
4547 for retrieving symbol at point in custom buffers.
4548 (top level) <info-lookup-maybe-add-help>: Add backquote and
4549 comma to ignored characters in regexps of help specifications
4550 for emacs-lisp-mode and lisp-interaction-mode. This permits
4551 looking up symbols in `...' and after a comma. Add help
4552 specifications for custom-mode and help-mode.
4553
4554 2006-11-04 Eli Zaretskii <eliz@gnu.org>
4555
4556 * mail/rmail.el (rmail-redecode-body): New optional argument RAW.
4557 Don't encode body if RAW is non-nil, or if the old encoding is
4558 identical to the new encoding, or if the body contains only
4559 eight-bit-* characters.
4560
4561 2006-11-04 Yoni Rabkin Katzenell <yoni-r@actcom.com> (tiny change)
4562
4563 * faces.el (faces-sample-overlay, describe-face): Revert last changes.
4564 (faces-sample-overlay): Remove variable.
4565 (describe-face): Insert sample text in the face being described.
4566
4567 2006-11-04 Martin Rudalics <rudalics@gmx.at>
4568
4569 * whitespace.el (whitespace-indent-regexp): Make this match any
4570 multiples of eight spaces near the beginning of a line.
4571 (whitespace-buffer): Use `remove-overlays' instead of
4572 `whitespace-unhighlight-the-space' and `overlay-recenter' to
4573 speed up overlay handling.
4574 (whitespace-buffer-leading, whitespace-buffer-trailing):
4575 Make these functions highlight the text removed by
4576 `whitespace-buffer-leading-cleanup' and
4577 `whitespace-buffer-trailing-cleanup' respectively.
4578 (whitespace-buffer-search): Use `with-local-quit'.
4579 Move `format' out of loop to speed up scanning larger buffers.
4580 (whitespace-unhighlight-the-space): Remove `remove-hook' since
4581 that function is never added to a hook.
4582 (whitespace-spacetab-regexp, whitespace-ateol-regexp)
4583 (whitespace-buffer-leading-cleanup)
4584 (whitespace-refresh-rescan-list): Fix docstrings.
4585
4586 2006-11-03 Ken Manheimer <ken.manheimer@gmail.com>
4587
4588 * allout.el (allout-during-yank-processing): Cue for inhibiting
4589 aberrance processing during yanks.
4590 (allout-doublecheck-at-and-shallower): Reduce the limit to reduce
4591 the amount of yanked topics that can be aberrant.
4592 (allout-do-doublecheck): Encapsulate this multiply-used recipe in
4593 a function, and supplement with inihibition of doublechecking
4594 during yanks.
4595 (allout-beginning-of-line, allout-next-heading)
4596 (allout-previous-heading, allout-goto-prefix-doublechecked)
4597 (allout-back-to-current-heading, allout-next-visible-heading)
4598 (allout-next-sibling): Use new allout-do-doublecheck function.
4599 (allout-next-sibling): Ensure we made progress when returning
4600 other than nil.
4601 (allout-rebullet-heading): Preserve text property annotations
4602 indicating the text was hidden, if it was.
4603 (allout-kill-line): Remove any added was-hidden annotations.
4604 (allout-kill-topic): Remove any added was-hidden annotations.
4605 (allout-annotate-hidden): Inhibit adding was-hidden text
4606 properties to the undo list.
4607 (allout-deannotate-hidden): New function to remove was-hidden
4608 annotation.
4609 (allout-hide-by-annotation): Use new allout-deannotate-hidden.
4610 (allout-remove-exposure-annotation): Replace by
4611 allout-deannotate-hidden.
4612 (allout-yank-processing): Signal that yank processing is happening
4613 with allout-during-yank-processing. Also, wrap
4614 allout-unprotected's closer to the text changes, for easier
4615 debugging. We need to inhibit-field-text-motion explicitly, in
4616 lieu of the encompassing allout-unprotected.
4617 (outlineify-sticky): Adjust criteria for triggering new outline
4618 decorations to presence or absence of any topics, not just a topic
4619 at the beginning of the buffer.
4620
4621 2006-11-03 Juanma Barranquero <lekktu@gmail.com>
4622
4623 * bs.el (bs--show-all, bs--redisplay):
4624 * cus-edit.el (custom-unlispify-menu-entries)
4625 (custom-unlispify-tag-names, custom-prompt-variable):
4626 * expand.el (expand-pos):
4627 * speedbar.el (speedbar-generic-list-tag-p):
4628 * wid-edit.el (widget-image-enable):
4629 * emacs-lisp/checkdoc.el (checkdoc-rogue-space-check-engine):
4630 * emacs-lisp/find-func.el (find-function-noselect)
4631 (find-function, find-variable-noselect, find-variable)
4632 (find-definition-noselect, find-face-definition):
4633 * mail/rmail-spam-filter.el (rsf-scanning-messages-now):
4634 * net/eudc-vars.el (eudc-expansion-overwrites-query):
4635 * progmodes/ada-xref.el (ada-find-in-ali):
4636 * textmodes/flyspell.el (flyspell-check-tex-math-command):
4637 * textmodes/org.el (org-copy-subtree):
4638 * textmodes/table.el (table--row-column-insertion-point-p):
4639 Use "non-nil" in docstrings.
4640
4641 2006-11-03 Mark Davies <mark@mcs.vuw.ac.nz>
4642
4643 * sort.el (sort-columns): Set the field separator to tab; on
4644 NetBSD, sort complains if "\n" is used as field separator.
4645
4646 2006-11-03 NIIMI Satoshi <sa2c@sa2c.net>
4647
4648 * emacs-lisp/pp.el (pp-eval-last-sexp): Evaluate target sexp.
4649
4650 2006-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
4651
4652 * server.el (server-auth-key): Remove. Replace by a process-property.
4653 (server-start): Don't remove the file of the previous process, but
4654 instead clear out the place for the new file.
4655 (server-start): Set the :auth-key property.
4656 (server-process-filter): Use the :auth-key property.
4657
4658 2006-11-02 Carsten Dominik <dominik@science.uva.nl>
4659
4660 * textmodes/org.el (org-mode-map): No longer copy
4661 `outline-mode-map' explicitly - this is already done by
4662 `define-derived-mode'.
4663
4664 2006-11-02 Juanma Barranquero <lekktu@gmail.com>
4665
4666 * server.el (server-visit-files): Use `when'.
4667 (server-process-filter): When authentication fails, send error
4668 message to client. Wrap `process-send-region' in `ignore-errors'
4669 instead of `condition-case', and remove misleading comment.
4670
4671 2006-11-01 Juri Linkov <juri@jurta.org>
4672
4673 * simple.el (yank): Doc fix.
4674
4675 2006-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
4676
4677 * server.el: Try and fit within 80 columns.
4678 (server-start): Make the auth file unreadable by other users.
4679
4680 2006-10-31 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
4681
4682 * battery.el (battery-linux-proc-acpi): Prevent range error when
4683 `full-capacity' is 0.
4684
4685 2006-10-31 Yoni Rabkin Katzenell <yoni-r@actcom.com> (tiny change)
4686
4687 * faces.el (faces-sample-overlay): New defvar.
4688 (faces-sample-overlay): New function to show face sample text.
4689 (describe-face): Use it.
4690
4691 2006-10-31 Stephen Leake <stephen_leake@stephe-leake.org>
4692
4693 * progmodes/ada-stmt.el: Change maintainer, apply
4694 whitespace-cleanup, checkdoc.
4695 (ada-func-or-proc-name): Add doc string.
4696
4697 * progmodes/ada-prj.el (ada-prj-new): Change maintainer, apply
4698 whitespace-cleanup, checkdoc. Minor improvements to many doc
4699 strings and comments.
4700 (ada-prj-display-page): Change buffer name to more accurately
4701 reflect function.
4702
4703 * progmodes/ada-xref.el: Change maintainer, apply
4704 whitespace-cleanup, checkdoc. Minor improvements to many doc
4705 strings and comments. Don't look for `gvd' or `ddd' debuggers.
4706 (ada-compile-current): Don't add newlines to commands.
4707
4708 2006-10-31 Juanma Barranquero <lekktu@gmail.com>
4709
4710 * server.el: Add support for TCP sockets.
4711 (server-use-tcp, server-host, server-auth-dir): New options.
4712 (server-auth-key): New variable.
4713 (server-ensure-safe-dir): Create nonexistent parent dirs.
4714 Ignore Unix-style file modes on Windows.
4715 (server-start): Crete a TCP or Unix socket according to the value
4716 of `server-use-tcp'. For TCP sockets, create the id/auth file in
4717 `server-auth-dir' directory.
4718 (server-process-filter): Delete process if authentication
4719 fails (which never happens for Unix sockets).
4720
4721 2006-10-30 David Kastrup <dak@gnu.org>
4722
4723 * subr.el (add-to-list): Don't continue checking if a match has
4724 been found.
4725
4726 2006-10-30 Chong Yidong <cyd@stupidchicken.com>
4727
4728 * tutorial.el: Move defvars to avoid bytecomp warnings.
4729 (tutorial--find-changed-keys): Check if viper-current-state is
4730 bound before using it.
4731 (help-with-tutorial): Check if viper-tutorial is defined before
4732 using it.
4733
4734 2006-10-30 Lennart Borgman <lennart.borgman.073@student.lu.se>
4735
4736 * help-fns.el (help-with-tutorial): Move to tutorial.el.
4737
4738 * tutorial.el: New file.
4739 (help-with-tutorial): Move here from help-fns.el. Added help for
4740 rebound keys. Fixed resume of tutorial.
4741 (tutorial--describe-nonstandard-key, tutorial--sort-keys)
4742 (tutorial--find-changed-keys, tutorial--display-changes)
4743 (tutorial--saved-dir, tutorial--saved-file)
4744 (tutorial--save-tutorial): New functions to support the changes in
4745 help-with-tutorial.
4746
4747 2006-10-30 Kenichi Handa <handa@m17n.org>
4748
4749 * files.el (revert-buffer): If a unibyte buffer is being reverted
4750 with a coding system for multibyte, set buffer multibyte before
4751 calling insert-file-contents.
4752
4753 2006-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
4754
4755 * server.el (server-select-display): Use a dummy buffer to detect when
4756 the frame is later used.
4757 (server-select-display): New function.
4758 (server-process-filter): Use it to detect unused temp frames.
4759
4760 2006-10-29 Stephen Leake <stephen_leake@stephe-leake.org>
4761
4762 * progmodes/ada-mode.el: Change maintainer, apply
4763 whitespace-clean, checkdoc. Minor improvements to many doc strings.
4764 (ada-mode-version): New function.
4765 (ada-create-menu): Menu operations are available for all supported
4766 compilers.
4767
4768 2006-10-29 Lars Hansen <larsh@soem.dk>
4769
4770 * net/tramp.el (with-parsed-tramp-file-name): Correct debug spec.
4771 Highlight as keyword.
4772 (tramp-do-copy-or-rename-file): Correct data for 'file-already-exists.
4773 Don't call tramp-method-out-of-band-p for local files.
4774 (tramp-touch): Quote file name.
4775
4776 2006-10-28 Glenn Morris <rgm@gnu.org>
4777
4778 * calendar/calendar.el (cal-html-cursor-month)
4779 (cal-html-cursor-year): Add autoloads for this new package.
4780 (calendar-mode-map): Bind cal-html-cursor-month, cal-html-cursor-year.
4781
4782 2006-10-28 Anna M. Bigatti <bigatti@dima.unige.it>
4783
4784 * calendar/cal-html.el: New file.
4785
4786 2006-10-28 Chong Yidong <cyd@stupidchicken.com>
4787
4788 * emacs-lisp/authors.el (authors-aliases): Update.
4789
4790 2006-10-27 Chong Yidong <cyd@stupidchicken.com>
4791
4792 * version.el (emacs-version): Bump version number to 22.0.90.
4793
4794 2006-10-26 John W. Eaton <jwe@octave.org>
4795
4796 * progmodes/octave-inf.el (inferior-octave-has-built-in-variables):
4797 New defvar.
4798 (inferior-octave-resync-dirs): Check to see whether Octave has
4799 built-in variables and set inferior-octave-has-built-in-variables.
4800 Check inferior-octave-has-built-in-variables to decide whether to
4801 send commands that set built-in variables or call functions to
4802 change Octave's behavior.
4803 Send "disp (pwd ())" to Octave instead of just "pwd".
4804 (inferior-octave-startup): Send "more off" to Octave instead of
4805 "page_screen_output = 0".
4806
4807 2006-10-26 Chong Yidong <cyd@stupidchicken.com>
4808
4809 * emacs-lisp/cl-indent.el (lisp-indent-259): Indent nil's in the
4810 pattern normally.
4811
4812 2006-10-26 Nick Roberts <nickrob@snap.net.nz>
4813
4814 * bindings.el (mode-line-mode-menu): Remove bindings for global
4815 minor modes (line/column number) as they are on the menubar.
4816
4817 2006-10-25 Juanma Barranquero <lekktu@gmail.com>
4818
4819 * term/w32-win.el (x-handle-name-switch): Doc fix.
4820 (w32-standard-fontset-spec): Fix typo in docstring.
4821
4822 * midnight.el (midnight-buffer-display-time): Doc fix.
4823 (clean-buffer-list-kill-never-buffer-names): Add "*server*".
4824
4825 2006-10-23 Michael Kifer <kifer@cs.stonybrook.edu>
4826
4827 * viper-cmd.el (viper-prefix-arg-com): Define gg as G0.
4828
4829 * viper-ex.el (ex-read): Quote file argument.
4830
4831 * ediff-diff.el (ediff-same-file-contents): Expand file names.
4832
4833 * ediff-mult.el (ediff-append-custom-diff): Quote shell file arguments.
4834
4835 2006-10-22 Martin Rudalics <rudalics@gmx.at>
4836
4837 * textmodes/flyspell.el (flyspell-check-region-doublons):
4838 Fix last fix.
4839
4840 2006-10-23 Nick Roberts <nickrob@snap.net.nz>
4841
4842 * bindings.el (mode-line-mode-menu): List global minor modes
4843 before local ones.
4844
4845 2006-10-23 Kim F. Storm <storm@cua.dk>
4846
4847 * subr.el (add-to-list): Optimize if compare-fn is `eq' or `eql'.
4848 (sit-for): If last command was a prefix arg, add the read-ahead
4849 event to unread-command-events as (t . EVENT) so it will be added
4850 to this-command-keys by read-key-sequence.
4851
4852 2006-10-22 Martin Rudalics <rudalics@gmx.at>
4853
4854 * textmodes/flyspell.el (flyspell-word): Skip past all previous
4855 whitespace when checking doublons.
4856 (flyspell-check-region-doublons): Fix doublon regexp.
4857 (flyspell-highlight-incorrect-region): Highlight doublons using
4858 flyspell-duplicate face.
4859
4860 * progmodes/cperl-mode.el (cperl-invalid-face): Fix defcustom.
4861
4862 2006-10-22 John Wiegley <johnw@newartisans.com>
4863
4864 * progmodes/python.el (python-use-skeletons): python-mode was
4865 auto-inserting templates (for those with abbrev-mode on), not only
4866 by default -- *but without a configuration variable to disable
4867 it*. This rendered python-mode completely useless for me, so I
4868 have added `python-use-skeletons', which is now off by default.
4869
4870 2006-10-22 Chong Yidong <cyd@stupidchicken.com>
4871
4872 * progmodes/cperl-mode.el (cperl-mode): Don't assume
4873 font-lock-multiline is auto-local (it's not).
4874 (cperl-windowed-init): Ensure that cperl-font-lock-multiline is
4875 initialized before calling cperl-init-faces.
4876
4877 2006-10-22 Nick Roberts <nickrob@snap.net.nz>
4878
4879 * progmodes/gdb-ui.el (gdb-info-stack-custom): Don't try to give
4880 gdb-stack-position a value when there is no fringe.
4881
4882 * bindings.el (mode-line-mode-menu): Disable auto-revert-tail-mode
4883 indicator if not visiting a file.
4884
4885 2006-10-20 David Kastrup <dak@gnu.org>
4886
4887 * window.el (kill-buffer-and-window): Fix a bug where an aborted
4888 operation would still cause some window to collapse later.
4889
4890 2006-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
4891
4892 * vc.el (vc-switch-backend): Try to be more careful with unwanted
4893 side-effect due to mixing various backends's file properties.
4894
4895 * vc-svn.el (vc-svn-parse-status): Remove unused arg `localp'.
4896 Add arg `filename' instead. Don't set vc-backend if `filename' is set.
4897 Return `filename's status if applicable. Update callers.
4898
4899 2006-10-19 Kenichi Handa <handa@m17n.org>
4900
4901 * international/kkc.el (kkc-region): When a key sequence is not
4902 defined, append (this-single-command-raw-keys) to
4903 unread-input-method-events.
4904
4905 2006-10-19 Juanma Barranquero <lekktu@gmail.com>
4906
4907 * progmodes/ada-mode.el (ada-in-string-p): Doc fix.
4908
4909 2006-10-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4910
4911 * version.el (emacs-version): Use mac-carbon-version-string.
4912
4913 * term/macterm.el (res-geometry): Apply 2006-10-18 change for x-win.el.
4914
4915 2006-10-19 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4916
4917 * select.el (ccl-check-utf-8, string-utf-8-p): New functions (by
4918 Kenichi Handa).
4919 (xselect-convert-to-string): Decline requests for UTF8_STRING if
4920 the selection is not UTF-8.
4921
4922 2006-10-18 Juanma Barranquero <lekktu@gmail.com>
4923
4924 * progmodes/ada-mode.el (ada-83-string-keywords)
4925 (ada-last-which-function-line ada-no-auto-case, ada-indent-region)
4926 (ada-which-compiler, ada-align-modes, ada-adjust-case-buffer)
4927 (ada-looking-at-semi-private, ada-get-body-name):
4928 Fix typos in docstrings.
4929 (ada-create-case-exception, ada-create-case-exception-substring):
4930 Fix typos in error messages.
4931 (ada-goto-matching-end, ada-narrow-to-defun): Doc fixes.
4932
4933 2006-10-18 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4934
4935 * term/x-win.el (res-geometry): Don't set geometry from Xresources
4936 to default-frame-alist if default-frame-alist already contains
4937 width/height.
4938
4939 2006-10-18 Richard Stallman <rms@gnu.org>
4940
4941 * emacs-lisp/pp.el (pp-eval-expression): Use `X' to read value.
4942 Non-interactive arg is the value, not the expression.
4943
4944 * simple.el (read-expression-map): Just set it, no defvar.
4945
4946 * subr.el (insert-for-yank-1): If last inserted char has
4947 properties, mark them as rear-nonsticky.
4948
4949 * recentf.el (recentf-mode): Doc fix.
4950
4951 * facemenu.el (facemenu-add-new-face): Defend against symbol
4952 that isn't a face name.
4953
4954 * dired-aux.el (dired-do-copy): Doc fix.
4955
4956 2006-10-18 Chong Yidong <cyd@stupidchicken.com>
4957
4958 * simple.el (line-move-1): Ignore fields when moving to the
4959 beginning of line to avoid getting point stuck.
4960
4961 2006-10-18 Martin Rudalics <rudalics@gmx.at>
4962
4963 * textmodes/flyspell.el (flyspell-word-search-backward):
4964 Set inhibit-point-motion-hooks to avoid looping due to intangibile
4965 text.
4966
4967 2006-10-16 Richard Stallman <rms@gnu.org>
4968
4969 * help-fns.el (describe-function-1): Special case optimization
4970 for self-insert-command.
4971
4972 2006-10-16 Kim F. Storm <storm@cua.dk>
4973
4974 * ido.el (ido-reread-directory): Work in `dir' mode too.
4975
4976 2006-10-15 Martin Rudalics <rudalics@gmx.at>
4977
4978 * textmodes/table.el: Require 'regexp-opt.
4979
4980 2006-10-15 Lennart Borgman <lennart.borgman.073@student.lu.se>
4981
4982 * progmodes/flymake.el (flymake-get-project-include-dirs-imp):
4983 Use shell-quote-argument.
4984
4985 * shell.el (explicit-bash-args): Likewise.
4986
4987 * progmodes/ada-xref.el (ada-find-in-src-path): Likewise.
4988 Use grep -E rather than egrep.
4989
4990 2006-10-15 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
4991
4992 * ido.el (ido-exhibit): Allow `-', `_', and trailing `$' in user id.
4993
4994 2006-10-15 Kim F. Storm <storm@cua.dk>
4995
4996 * filesets.el (filesets-run-cmd--repl-fn): Use shell-quote-argument.
4997
4998 2006-10-14 Lennart Borgman <lennart.borgman.073@student.lu.se>
4999
5000 * filesets.el (filesets-cmd-shell-command): Quote buffer-file-name
5001 to protect whitespace and metacharacters from the shell.
5002
5003 2006-10-13 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
5004
5005 * apropos.el (apropos-pattern-quoted): Fix a typo in a doc string.
5006
5007 2006-10-13 Eli Zaretskii <eliz@gnu.org>
5008
5009 * subr.el (start-process-shell-command): Doc fix.
5010
5011 2006-10-13 Andrea Russo <rastandy@salug.it> (tiny change)
5012
5013 * info-look.el <maxima-mode, inferior-maxima-mode>: Allow [0-9] in
5014 the regexp for Maxima symbols.
5015
5016 2006-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
5017
5018 * vc-hooks.el (vc-ignore-dir-regexp): Make it into a defcustom.
5019 (vc-find-root): Don't walk higher up than ~.
5020
5021 2006-10-12 Chong Yidong <cyd@stupidchicken.com>
5022
5023 * international/utf-8.el (utf-translate-cjk-load-tables):
5024 Avoid clobbering last-coding-system-used during load.
5025
5026 2006-10-12 Carsten Dominik <dominik@science.uva.nl>
5027
5028 * textmodes/reftex-global.el (reftex-create-tags-file):
5029 Quote file arguments.
5030
5031 2006-10-12 Richard Stallman <rms@gnu.org>
5032
5033 * files.el (file-name-history): Add defvar.
5034 (save-some-buffers-action-alist): Improve description strings.
5035
5036 2006-10-12 Andreas Schwab <schwab@suse.de>
5037
5038 * files.el (auto-mode-alist): Match change log file name also with
5039 a dash before a numeric extension.
5040
5041 2006-10-11 Ilya Zakharevich <ilyaz@cpan.org>
5042
5043 * progmodes/cperl-mode.el: Merge from upstream, upto version 5.22.
5044 After 5.0:
5045 (cperl-add-tags-recurse-noxs-fullpath): New function (for -batch mode).
5046
5047 After 5.1: Major edit. Summary of most visible changes:
5048
5049 - Multiple <<HERE per line allowed.
5050 - Handles multiline subroutine declaration headers (with comments).
5051 (The exception is `cperl-etags' - but it is not used in the rest
5052 of the mode.)
5053 - Fontifies multiline my/our declarations (even with comments,
5054 and with legacy `font-lock').
5055 - Major speedup of syntaxification, both immediate and postponed
5056 (3.5x to 15x [for different CPUs and versions of Emacs] on the
5057 huge real-life document I tested).
5058 - New bindings, edits to imenu.
5059 - "_" is made into word-char during fontification/syntaxification;
5060 some attempts to recognize non-word "_" during other operations too.
5061 - Detect bug in Emacs with `looking-at' inside `narrow' and bulk out.
5062 - autoload some more perldoc-related stuff
5063 - New convenience features: ISpell POD/HEREDOCs, narrow-to-HEREDOC.
5064 - Attempt to incorporate XEmacs edits which reached me.
5065
5066 Fine-grained changelog:
5067 (cperl-hook-after-change): New configuration variable.
5068 (cperl-vc-sccs-header): Likewise.
5069 (cperl-vc-sccs-header): Likewise.
5070 (cperl-vc-header-alist): Default via two preceding variables.
5071 (cperl-invalid-face): Remove double quoting under XEmacs
5072 (still needed under 21.2).
5073 (cperl-tips): Update URLs for resources.
5074 (cperl-problems): Likewise.
5075 (cperl-praise): Mention new features.
5076 New C-c key bindings: for `cperl-find-bad-style',
5077 `cperl-pod-spell', `cperl-here-doc-spell', `cperl-narrow-to-here-doc',
5078 `cperl-perdoc', and `cperl-perldoc-at-point'.
5079 CPerl Mode menu changes: "Fix style by spaces", "Imenu on Perl Info"
5080 moved, new submenu of Tools with Ispell entries and narrowing.
5081 (cperl-after-sub-regexp): New defsubst.
5082 (cperl-imenu--function-name-regexp-perl): Use `cperl-after-sub-regexp'.
5083 Allows heads up to head4.
5084 Allow "package;".
5085 (defun-prompt-regexp): Use `cperl-after-sub-regexp'.
5086 (paren-backwards-message): ??? Something for XEmacs???
5087 (cperl-mode): Never auto-switch abbrev-mode off.
5088 Try to allow '_' be non-word char.
5089 Do not use `font-lock-unfontify-region-function' on XEmacs.
5090 Reset syntax cache on mode start.
5091 Support multiline facification (even on legacy `font-lock').
5092 (cperl-facemenu-add-face-function): ??? Some contributed code ???
5093 (cperl-after-change-function): Since `font-lock' and `lazy-lock'
5094 refuse to inform us whether the fontification is due to lazy
5095 calling or due to edit to a buffer, install our own hook
5096 (controlled by `cperl-hook-after-change').
5097 (cperl-electric-pod): =cut may have been recognized as start.
5098 (cperl-block-p): Move, updatedfor attributes.
5099 (cperl-calculate-indent): Try to allow '_' be non-word char
5100 Support subs with attributes.
5101 (cperl-where-am-i): Queit (?) a warning.
5102 (cperl-cached-syntax-table) New function.
5103 (cperl-forward-re): Use `cperl-cached-syntax-table'.
5104 (cperl-unwind-to-safe): Recognize `syntax-type' property
5105 changing in a middle of line.
5106 (cperl-find-sub-attrs): New function.
5107 (cperl-find-pods-heres): Allow many <<EOP per line.
5108 Allow subs with attributes.
5109 Major speedups (3.5x..15x on a real-life test file nph-proxy.pl).
5110 Recognize "extproc " (OS/2) case-folded and only at start.
5111 /x on s///x with empty replacement was not recognized.
5112 Better comments.
5113 (cperl-after-block-p): Remarks on diff with `cperl-block-p'.
5114 Allow subs with attributes, labels.
5115 Do not confuse "else::foo" with "else".
5116 Minor optimizations...
5117 (cperl-after-expr-p): Try to allow '_' be non-word char.
5118 (cperl-fill-paragraph): Try to detect a major bug in Emacs
5119 with `looking-at' inside `narrow' and bulk out if found.
5120 (cperl-imenu--create-perl-index): Updates for new
5121 `cperl-imenu--function-name-regexp-perl'.
5122 (cperl-outline-level): Likewise.
5123 (cperl-init-faces): Allow multiline subroutine headers
5124 and my/our declarations, and ones with comments.
5125 Allow subroutine attributes.
5126 (cperl-imenu-on-info): Better docstring.
5127 (cperl-etags): Rudimentary support for attributes.
5128 Support for packages and "package;".
5129 (cperl-add-tags-recurse-noxs): Better (?) docstring.
5130 (cperl-add-tags-recurse-noxs-fullpath): Likewise.
5131 (cperl-tags-hier-init): Misprint for `fboundp' fixed.
5132 (cperl-not-bad-style-regexp): Try to allow '_' be non-word char.
5133 (cperl-perldoc): Add autoload.
5134 (cperl-perldoc-at-point): Likewise.
5135 (cperl-here-doc-spell): New function.
5136 (cperl-pod-spell): Likewise.
5137 (cperl-map-pods-heres): Likewise.
5138 (cperl-get-here-doc-region): Likewise.
5139 (cperl-font-lock-fontify-region-function): Likewise (backward
5140 compatibility for legacy `font-lock').
5141 (cperl-font-lock-unfontify-region-function): Fix style.
5142 (cperl-fontify-syntaxically): Recognize and optimize away deferred
5143 calls with no-change. Governed by `cperl-hook-after-change'.
5144 (cperl-fontify-update): Recognize that syntaxification region
5145 can be larger than fontification one.
5146 XXXX we leave `cperl-postpone' property, so this is quadratic...
5147 (cperl-fontify-update-bad): Temporary placeholder until
5148 it is clear how to implement `cperl-fontify-update'.
5149 (cperl-time-fontification): New function.
5150 (attrib-group): New text attribute.
5151 (multiline): New value: `syntax-type' text attribute.
5152
5153 After 5.2:
5154 (cperl-emulate-lazy-lock): New function.
5155 (cperl-fontify-syntaxically): Would skip large regions.
5156 Add `cperl-time-fontification', `cperl-emulate-lazy-lock' to menu.
5157 Some globals were declared, but uninitialized.
5158
5159 After 5.3, 5.4:
5160 (cperl-facemenu-add-face-function): Add docs, fix U<>.
5161 Copyright message updated.
5162 (cperl-init-faces): Work around a bug in `font-lock'. May slow
5163 facification down a bit.
5164 Misprint for my|our|local for old `font-lock'
5165 "our" was not fontified same as "my|local".
5166 Highlight variables after "my" etc even in
5167 a middle of an expression.
5168 Do not facify multiple variables after my etc
5169 unless parentheses are present.
5170
5171 After 5.5, 5.6
5172 (cperl-fontify-syntaxically): after-change hook could reset.
5173 (cperl-syntax-done-to) to a middle of line; unwind to BOL.
5174
5175 After 5.7:
5176 (cperl-init-faces): Allow highlighting of local ($/).
5177 (cperl-problems-old-emaxen): New variable (for the use of DOCSTRING).
5178 (cperl-problems): Remove fixed problems.
5179 (cperl-find-pods-heres): Recognize #-comments in m##x too.
5180 Recognize charclasses (unless delimiter is \).
5181 (cperl-fontify-syntaxically): Unwinding to safe was done in wrong order.
5182 (cperl-regexp-scan): Update docs.
5183 (cperl-beautify-regexp-piece): Use information got from regexp scan.
5184
5185 After 5.8:
5186 Major user visible changes:
5187 Recognition and fontification of character classes in RExen.
5188 Variable indentation of RExen according to groups.
5189
5190 (cperl-find-pods-heres): Recognize POSIX classes in REx charclasses.
5191 Fontify REx charclasses in variable-name face.
5192 Fontify POSIX charclasses in "type" face.
5193 Fontify unmatched "]" in function-name face.
5194 Mark first-char of HERE-doc as `front-sticky'.
5195 Reset `front-sticky' property when needed.
5196 (cperl-calculate-indent): Indents //x -RExen accordning to parens level.
5197 (cperl-to-comment-or-eol): Recognize ends of `syntax-type' constructs.
5198 (cperl-backward-to-noncomment): Recognize stringy `syntax-type'
5199 constructs. Support `narrow'ed buffers.
5200 (cperl-praise): Remove a reservation.
5201 (cperl-make-indent): New function.
5202 (cperl-indent-for-comment): Use `cperl-make-indent'.
5203 (cperl-indent-line): Likewise.
5204 (cperl-lineup): Likewise.
5205 (cperl-beautify-regexp-piece): Likewise.
5206 (cperl-contract-level): Likewise.
5207 (cperl-toggle-set-debug-unwind): New function.
5208 New menu entry for this.
5209 (fill-paragraph-function): Use when `boundp'.
5210 (cperl-calculate-indent): Take into account groups when indenting RExen.
5211 (cperl-to-comment-or-eol): Recognize # which end a string.
5212 (cperl-modify-syntax-type): Make only syntax-table property non-sticky.
5213 (cperl-fill-paragraph): Return t: needed for `fill-paragraph-function'.
5214 (cperl-fontify-syntaxically): More clear debugging message.
5215 (cperl-pod2man-build-command): Check (XEmacs) `Man-filter-list'.
5216 (cperl-init-faces): More complicated highlight even on XEmacs (new).
5217 Merge cosmetic changes from XEmacs.
5218
5219 After 5.9:
5220 (cperl-1+): Move to before the first use.
5221 (cperl-1-): Likewise.
5222
5223 After 5.10:
5224
5225 This code may lock Emacs hard!!! Use at your own risk!
5226
5227 (cperl-font-locking): New internal variable.
5228 (cperl-beginning-of-property): New function.
5229 (cperl-calculate-indent): Use `cperl-beginning-of-property'
5230 instead of `previous-single-property-change'.
5231 (cperl-unwind-to-safe): Likewise.
5232 (cperl-after-expr-p): Likewise.
5233 (cperl-get-here-doc-region): Likewise.
5234 (cperl-font-lock-fontify-region-function): Likewise.
5235 (cperl-to-comment-or-eol): Do not call `cperl-update-syntaxification'
5236 recursively.
5237 Bound `next-single-property-change' via `point-max'.
5238 (cperl-unwind-to-safe): Bound likewise
5239 (cperl-font-lock-fontify-region-function): Likewise.
5240 (cperl-find-pods-heres): Mark as recursive for `cperl-to-comment-or-eol'
5241 Initialization of `cperl-font-lock-multiline-start' could be
5242 missed if the "main" fontification did not run due to the
5243 keyword being already fontified.
5244 (cperl-pod-spell): Return t from do-one-chunk function.
5245 (cperl-map-pods-heres): Stop when the worker returns nil.
5246 Call `cperl-update-syntaxification'.
5247 (cperl-get-here-doc-region): Call `cperl-update-syntaxification'.
5248 (cperl-get-here-doc-delim): Remove unused function.
5249
5250 After 5.11:
5251
5252 The possible lockup of Emacs (introduced in 5.10) fixed.
5253
5254 (cperl-unwind-to-safe): `cperl-beginning-of-property' won't return nil.
5255 (cperl-syntaxify-for-menu): New customization variable.
5256 (cperl-select-this-pod-or-here-doc): New function.
5257 (cperl-get-here-doc-region): Extra argument.
5258 Do not adjust pos by 1.
5259
5260 New menu entries
5261 (Perl/Tools): Selection of current POD or HERE-DOC section.
5262 (Debugging CPerl:) backtrace on fontification.
5263
5264 After 5.12:
5265 (cperl-cached-syntax-table): Use `car-safe'.
5266 (cperl-forward-re): Remove spurious argument SET-ST.
5267 Add documentation.
5268 (cperl-forward-group-in-re): New function.
5269 (cperl-find-pods-heres): Find and highlight (?{}) blocks in RExen
5270 (XXXX Temporary (?) hack is to syntax-mark them as comment).
5271
5272 After 5.13:
5273 (cperl-string-syntax-table): Make { and } not-grouping
5274 (Sometimes they ARE grouping in RExen, but matching them would only
5275 confuse in many situations when they are not)
5276 (beginning-of-buffer): Replace two occurences with goto-char...
5277 (cperl-calculate-indent): `char-after' could be nil...
5278 (cperl-find-pods-heres): REx can start after "[" too.
5279 Hightlight (??{}) in RExen too.
5280 (cperl-maybe-white-and-comment-rex): New constant
5281 (cperl-white-and-comment-rex): Likewise.
5282 XXXX Not very efficient, but hard to make
5283 better while keeping 1 group.
5284
5285 After 5.13:
5286 (cperl-find-pods-heres): $foo << identifier() is not a HERE-DOC.
5287 Likewise for 1 << identifier.
5288
5289 After 5.14:
5290 (cperl-find-pods-heres): Different logic for $foo .= <<EOF etc.
5291 Error-less condition-case could fail.
5292 (cperl-font-lock-fontify-region-function): Likewise.
5293 (cperl-init-faces): Likewise.
5294
5295 After 5.15:
5296 (cperl-find-pods-heres): Support property REx-part2.
5297 (cperl-calculate-indent): Likewise.
5298 Don't special-case REx with non-empty 1st line.
5299 (cperl-find-pods-heres): In RExen, highlight non-literal backslashes.
5300 Invert highlighting of charclasses:
5301 now the envelop is highlighted.
5302 Highlight many others 0-length builtins.
5303 (cperl-praise): Mention indenting and highlight in RExen.
5304
5305 After 5.15:
5306 (cperl-find-pods-heres): Highlight capturing parens in REx.
5307
5308 After 5.16:
5309 (cperl-find-pods-heres): Highlight '|' for alternation
5310 Initialize `font-lock-warning-face' if not present.
5311 (cperl-find-pods-heres): Use `font-lock-warning-face' instead of
5312 `font-lock-function-name-face'.
5313 (cperl-look-at-leading-count): Likewise.
5314 (cperl-find-pods-heres): Localize `font-lock-variable-name-face',
5315 `font-lock-keyword-face' (needed for
5316 batch processing), etc...
5317 Use `font-lock-builtin-face' for builtin in REx
5318 Now `font-lock-variable-name-face'
5319 is used for interpolated variables
5320 Use "talking aliases" for faces inside REx
5321 Highlight parts of REx (except in charclasses)
5322 according to the syntax and/or semantic
5323 Syntax-mark a {}-part of (?{}) as "comment"
5324 (it was the ()-part)
5325 Better logic to distinguish what is what in REx
5326 (cperl-tips-faces): Document REx highlighting
5327 (cperl-praise): Mention REx syntax highlight etc.
5328
5329 After 5.17:
5330 (cperl-find-sub-attrs): Would not always manage to print error message.
5331 (cperl-find-pods-heres): Localize `font-lock-constant-face'.
5332
5333 After 5.18:
5334 (cperl-find-pods-heres): Misprint in REx for parsing REx.
5335 Very minor optimization.
5336 `my-cperl-REx-modifiers-face' got quoted.
5337 Recognize "print $foo <<END" as HERE-doc.
5338 Put `REx-interpolated' text attribute if needed.
5339 (cperl-invert-if-unless-modifiers): New function.
5340 (cperl-backward-to-start-of-expr): Likewise.
5341 (cperl-forward-to-end-of-expr): Likewise.
5342 (cperl-invert-if-unless): Works in "the opposite way" too.
5343 Cursor position on return is on the switch-word.
5344 Indents comments better.
5345 (REx-interpolated): New text attribute.
5346 (cperl-next-interpolated-REx): New function.
5347 (cperl-next-interpolated-REx-0): Likewise.
5348 (cperl-next-interpolated-REx-1): Likewise.
5349 "\C-c\C-x", "\C-c\C-y", "\C-c\C-v": New keybinding for these functions.
5350 Perl/Regexp menu: 3 new entries for `cperl-next-interpolated-REx'.
5351 (cperl-praise): Mention finded interpolated RExen.
5352
5353 After 5.19:
5354 (cperl-init-faces): Highlight %$foo, @$foo too.
5355 (cperl-short-docs): Better docs for system, exec.
5356 (cperl-find-pods-heres): Better detect << after print {FH} <<EOF etc.
5357 Would not find HERE-doc ended by EOF without NL.
5358 (cperl-short-docs): Correct not-doubled \-escapes.
5359 start block: Put some `defvar' for stuff gone from XEmacs.
5360
5361 After 5.20:
5362 initial comment: Extend copyright, fix email address.
5363 (cperl-indent-comment-at-column-0): New customization variable.
5364 (cperl-comment-indent): Indentation after $#a would increasy by 1.
5365 (cperl-mode): Make `defun-prompt-regexp' grok BEGIN/END etc.
5366 (cperl-find-pods-heres): Mark CODE of s///e as `syntax-type' `multiline'
5367 (cperl-at-end-of-expr): Would fail if @BAR=12 follows after ";".
5368 (cperl-init-faces): If `cperl-highlight-variables-indiscriminately'
5369 highlight $ in $foo too (UNTESTED).
5370 (cperl-set-style): Docstring missed some available styles.
5371 toplevel: Menubar/Perl/Indent-Styles had FSF, now K&R.
5372 Change "Current" to "Memorize Current".
5373 (cperl-indent-wrt-brace): New customization variable; the default is
5374 as for pre-5.2 version.
5375 (cperl-styles-entries): Keep `cperl-extra-newline-before-brace-multiline'.
5376 (cperl-style-alist): Likewise.
5377 (cperl-fix-line-spacing): Support `cperl-merge-trailing-else' being nil,
5378 and `cperl-extra-newline-before-brace' etc
5379 being t
5380 (cperl-indent-exp): Plans B and C to find continuation blocks even
5381 if `cperl-extra-newline-before-brace' is t.
5382
5383 After 5.21:
5384 Improve some docstrings concerning indentation.
5385 (cperl-indent-rules-alist): New variable.
5386 (cperl-sniff-for-indent): New function name
5387 (separated from `cperl-calculate-indent').
5388 (cperl-calculate-indent): Separate the sniffer and the indenter;
5389 uses `cperl-sniff-for-indent' now.
5390 (cperl-comment-indent): Test for `cperl-indent-comment-at-column-0'
5391 was inverted;
5392 Support `comment-column' = 0.
5393
5394 2006-10-11 Martin Rudalics <rudalics@gmx.at>
5395
5396 * dnd.el (dnd-handle-one-url): Fix typo in doc-string.
5397 * help-at-pt.el (scan-buf-move-to-region): Likewise.
5398 * longlines.el (longlines-window-change-function): Likewise.
5399 * simple.el (undo-ask-before-discard): Likewise.
5400 * wid-edit.el (widget-field-prompt-internal)
5401 (widget-documentation-link-p): Likewise.
5402
5403 2006-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
5404
5405 * progmodes/sh-script.el (sh-get-kw): | is not among the allowed chars
5406 for a keyword.
5407
5408 2006-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
5409
5410 * newcomment.el (comment-valid-prefix-p): Make the check
5411 more thorough. From an idea by Martin Rudalics <rudalics@gmx.at>.
5412 (comment-indent-new-line): Adjust call.
5413
5414 2006-10-09 Ken Manheimer <ken.manheimer@gmail.com>
5415
5416 * allout.el (allout-back-to-current-heading): Base on lower-level
5417 routines to get proper disqualification of aberrant topics.
5418
5419 2006-10-09 Richard Stallman <rms@gnu.org>
5420
5421 * textmodes/two-column.el (2C-two-columns): Doc fix.
5422
5423 2006-10-09 Kim F. Storm <storm@cua.dk>
5424
5425 * shell.el (explicit-csh-args, explicit-bash-args): Add comment
5426 about implicit use.
5427
5428 2006-10-08 Richard Stallman <rms@gnu.org>
5429
5430 * textmodes/two-column.el (2C-two-columns): Doc fix.
5431
5432 2006-10-08 Reiner Steib <Reiner.Steib@gmx.de>
5433
5434 * files.el: Mark `buffer-read-only' as safe-local-variable.
5435
5436 2006-10-08 Nick Roberts <nickrob@snap.net.nz>
5437
5438 * progmodes/gdb-ui.el (gdb-speedbar-expand-node):
5439 Burp if GUD buffer has been killed.
5440
5441 2006-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
5442
5443 * completion.el (add-completions-from-c-buffer):
5444 Don't presume an error's second element is a string.
5445 Use looking-at rather than buffer-substring + member.
5446
5447 2006-10-07 Eli Zaretskii <eliz@gnu.org>
5448
5449 * mail/rmail.el (rmail-redecode-body): If the old encoding is
5450 `undecided', call find-coding-systems-region to find a proper
5451 non-trivial encoding.
5452 (rmail-mime-charset-pattern): Allow a TAB between "Content-Type"
5453 and "text/plain".
5454
5455 2006-10-07 Kevin Ryde <user42@zip.com.au>
5456
5457 * textmodes/reftex-vars.el (defgroup reftex): Update home page
5458 url-link.
5459
5460 * strokes.el (defgroup strokes): Remove invalid url-link.
5461
5462 2006-10-07 Magnus Henoch <mange@freemail.hu>
5463
5464 * autoinsert.el (auto-insert-alist): Doc fix.
5465
5466 2006-10-07 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
5467
5468 * mouse-sel.el (mouse-insert-selection-internal):
5469 Use insert-for-yank, so that yank handlers are run.
5470
5471 2006-10-07 Kim F. Storm <storm@cua.dk>
5472
5473 * ido.el (ido-file-extension-aux): Fix comparison.
5474
5475 2006-10-06 Kim F. Storm <storm@cua.dk>
5476
5477 * ido.el (ido-wide-find-dirs-or-files): Use shell-quote-argument.
5478
5479 2006-10-05 Juanma Barranquero <lekktu@gmail.com>
5480
5481 * emacs-lisp/advice.el (ad-remove-advice, ad-parse-arglist)
5482 (ad-make-mapped-call): Use `let', not `let*'.
5483
5484 2006-10-05 Chong Yidong <cyd@stupidchicken.com>
5485
5486 * international/mule-cmds.el (coding-system-change-eol-conversion):
5487 Ensure the coding system is initialized before calling
5488 coding-system-eol-type.
5489
5490 2006-10-04 Carsten Dominik <dominik@science.uva.nl>
5491
5492 * textmodes/org.el (org-rm-props, org-activate-plain-links)
5493 (org-activate-angle-links, org-activate-dates)
5494 (org-activate-target-links, org-activate-camels)
5495 (org-activate-tags): Add `rear-nonsticky' text property to avoid
5496 textproperty keymaps from being active beyond the end of a line.
5497 (org-unfontify-region): Also remove `rear-nonsticky' property.
5498
5499 2006-10-04 Kenichi Handa <handa@m17n.org>
5500
5501 * international/code-pages.el (next): Table fixed.
5502
5503 2006-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
5504
5505 * progmodes/sh-script.el (sh-prev-thing): Remove (forward-char 1) now
5506 that it's been made unnecessary by removing narrowing.
5507
5508 2006-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
5509
5510 * progmodes/sh-script.el (sh-prev-thing): Massage to untangle the
5511 control flow a bit, simplify another bit, and add comments.
5512
5513 2006-10-03 David Kastrup <dak@gnu.org>
5514
5515 * help.el (describe-mode): For clicks on mode-line, use "@"
5516 interactive argument to get the major mode of the click instead of
5517 the current buffer.
5518
5519 * isearch.el (isearch-mouse-2): Use new semantics of `key-binding'
5520 in order to better redirect mouse-2 clicks. Also allow default
5521 bindings to apply.
5522
5523 2006-10-03 Kim F. Storm <storm@cua.dk>
5524
5525 * emacs-lisp/cl.el (pushnew-internal): Remove defvar.
5526 (pushnew): Fix last change.
5527
5528 2006-10-03 Denis St\e,A|\e(Bnkel <dstuenkel@googlemail.com> (tiny change)
5529
5530 * ibuf-ext.el (eval, view-and-eval) <define-ibuffer-op>:
5531 Use the interactive spec of `eval-expression'.
5532
5533 2006-10-02 Michael Welsh Duggan <md5i@cs.cmu.edu>
5534
5535 * progmodes/sh-script.el (sh-prev-thing): Fix last change.
5536
5537 2006-10-02 MIYOSHI Masanori <miyoshi@meadowy.org> (tiny change)
5538
5539 * mail/smtpmail.el (smtpmail-try-auth-methods): Fix typo in
5540 2006-09-28 commit.
5541
5542 2006-10-02 Kenichi Handa <handa@m17n.org>
5543
5544 * international/code-pages.el (iso-8859-6): Table fixed.
5545
5546 2006-10-01 Chris Moore <christopher.ian.moore@gmail.com>
5547
5548 * dired.el (dired-build-subdir-alist): Fix previous change.
5549
5550 2006-10-01 Johan Bockg\e,Ae\e(Brd <bojohan+mail@dd.chalmers.se>
5551
5552 * simple.el (undo-elt-crosses-region): Fix the inequalities.
5553
5554 2006-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
5555
5556 * emacs-lisp/find-func.el (find-function-regexp): Don't match
5557 "define-button-type".
5558
5559 * pcvs.el (cvs-update-header): Fix handling of extra newlines so that
5560 they don't keep accumulating.
5561
5562 2006-10-01 Bob Rogers <rogers-emacs@rgrjr.dyndns.org> (tiny change)
5563
5564 * ffap.el (ffap-rfc-path): Change the address of the RFC
5565 repository to ftp.rfc-editor.org, as ds.internic.net seems to be gone.
5566
5567 2006-10-01 Stephen Berman <Stephen.Berman@gmx.net>
5568
5569 * allout.el (allout-expose-topic): Rectify implementation of "+"
5570 spec, so that bodies are not exposed with headlines.
5571
5572 2006-10-01 Ken Manheimer <ken.manheimer@gmail.com>
5573
5574 * allout.el (allout-current-depth): Do aberrent check only at or
5575 below doublecheck depth.
5576 (allout-chart-subtree): Make it explicit that LEVELS being nil
5577 means unlimited depth. Drop undocumented support for LEVELS value
5578 t meaning unlimited depth. (This is consistent with
5579 allout-chart-to-reveal, but contrary to allout-show-children,
5580 which needs to use nil to default to depth of 1.)
5581 (allout-goto-prefix-doublechecked): Wrap long docstring line.
5582 (allout-chart-to-reveal): Be explicit in docstring about meaning
5583 of nil LEVELS, and drop support for LEVELS value t.
5584 (allout-show-children): Translate the level spec used by this
5585 routine to that used by allout-chart-subtree and
5586 allout-chart-to-reveal.
5587 (allout-show-to-offshoot): Retry once when stuck, after opening
5588 subtree - improvements in discontinuity handling likely will
5589 enable progress.
5590
5591 2006-09-30 Chong Yidong <cyd@stupidchicken.com>
5592
5593 * wid-edit.el (widget-button-click-moves-point): New variable.
5594 (widget-button-click): If widget-button-click-moves-point is
5595 non-nil, set point after performing the button action
5596
5597 * cus-edit.el (custom-mode): Set widget-button-click-moves-point.
5598
5599 2006-09-30 Martin Rudalics <rudalics@gmx.at>
5600
5601 * files.el (find-file-existing): Modify to not allow wildcards.
5602
5603 2006-09-30 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
5604
5605 * simple.el (undo-more): When undo information for the region is
5606 exhausted, say "No further undo information FOR REGION".
5607
5608 2006-09-30 Michael Welsh Duggan <md5i@cs.cmu.edu>
5609
5610 * progmodes/sh-script.el (sh-prev-thing):
5611 Take `sh-leading-keywords' into account.
5612
5613 2006-09-29 Glenn Morris <rgm@gnu.org>
5614
5615 * custom.el (defcustom): Doc fix.
5616
5617 * calendar/calendar.el (european-calendar-style):
5618 Call european-calendar or american-calendar as needed when set.
5619 (diary-view-entries, list-calendar-holidays): Move autoloads
5620 before use.
5621
5622 2006-09-29 Juri Linkov <juri@jurta.org>
5623
5624 * progmodes/cperl-mode.el (cperl-after-expr-p): Don't move point
5625 to nil if there is no previous property change.
5626
5627 2006-09-29 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
5628
5629 * cus-edit.el (custom-save-all): Switch to emacs-lisp mode before
5630 saving anything to be sure that `forward-sexp' behaves correctly.
5631
5632 2006-09-29 Chong Yidong <cyd@stupidchicken.com>
5633
5634 * simple.el (line-move-finish): Ignore field boundaries if the
5635 initial and final points have the same `field' property.
5636
5637 2006-09-29 Kim F. Storm <storm@cua.dk>
5638
5639 * ido.el (ido-file-internal): Only bind minibuffer-completing-file-name
5640 to t while calling ido-read-internal.
5641
5642 2006-09-29 Carsten Dominik <dominik@science.uva.nl>
5643
5644 * textmodes/org.el (org-file-remote-p): Get regexp from list.
5645 (org-archive-subtree): Remove erraneous `]' from character list.
5646
5647 2006-09-28 Jonathan Yavner <jyavner@member.fsf.org>
5648
5649 * ses.el (ses-in-print-area, ses-goto-data, ses-load)
5650 (ses-reconstruct-all): Make undo of "insert row" work by keeping
5651 markers for data-area and parameters-area.
5652
5653 2006-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
5654
5655 * progmodes/make-mode.el (makefile-mode): Don't disable jit-lock.
5656
5657 * font-lock.el (font-lock-after-change-function): Refontify next line
5658 as well if end is at BOL.
5659 (font-lock-extend-jit-lock-region-after-change): Be more careful to
5660 only extend the region as much as needed.
5661
5662 2006-09-28 Richard Stallman <rms@gnu.org>
5663
5664 * comint.el (comint-mode): Bind font-lock-defaults non-nil.
5665
5666 * subr.el (insert-for-yank-1): Handle `font-lock-face' specially.
5667
5668 * international/mule.el (after-insert-file-set-coding):
5669 If VISIT, don't let set-buffer-multibyte make undo info.
5670
5671 2006-09-28 Osamu Yamane <yamane@green.ocn.ne.jp> (tiny change)
5672
5673 * mail/smtpmail.el (smtpmail-try-auth-methods): Do not break long
5674 lines in base64-encoded authentication response.
5675
5676 2006-09-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5677
5678 * progmode/ebnf2ps.el: Doc fix. Implement arrow spacing and scaling.
5679 (ebnf-version): New version 4.3.
5680 (ebnf-arrow-extra-width, ebnf-arrow-scale): New options.
5681 (ebnf-prologue): Adjust PostScript programming.
5682 (ebnf-begin-file, ebnf-insert-ebnf-prologue, ebnf-terminal-dimension1)
5683 (ebnf-repeat-dimension, ebnf-except-dimension): Adjust code.
5684
5685 2006-09-26 Stefan Monnier <monnier@iro.umontreal.ca>
5686
5687 * jit-lock.el (jit-lock-force-redisplay): Rename from
5688 jit-lock-fontify-again, and undo the mistaken change I've just done.
5689
5690 * jit-lock.el (jit-lock-fontify-now): Don't fontify the empty text.
5691 (jit-lock-fontify-again): Don't refontify text that's not displayed.
5692
5693 2006-09-26 Kenichi Handa <handa@m17n.org>
5694
5695 * startup.el (display-splash-screen): Allow a prefix argument.
5696
5697 2006-09-25 Jason Rumney <jasonr@gnu.org>
5698
5699 * subr.el (shell-quote-argument): Use DOS logic for Windows
5700 shells with DOS semantics.
5701
5702 2006-09-24 Richard Stallman <rms@gnu.org>
5703
5704 * progmodes/compile.el (compilation-goto-locus-delete-o): New fn.
5705 (compilation-goto-locus): Use compilation-goto-locus-delete-o
5706 to delete the overlay. Put it on pre-command-hook.
5707
5708 * emacs-lisp/timer.el (timer-max-repeats): Doc fix.
5709
5710 * startup.el (fancy-splash-screens, normal-splash-screen):
5711 Call the splash buffer *About GNU Emacs*.
5712
5713 * simple.el (next-error-highlight, next-error-highlight-no-select):
5714 Default to 0.5.
5715 (yank-excluded-properties): Add `fontified'.
5716
5717 * font-lock.el (font-lock-compile-keywords): Allow value of
5718 syntax-begin-function to enable paren-column-0 highlighting.
5719
5720 2006-09-24 Chris Moore <christopher.ian.moore@gmail.com>
5721
5722 * dired.el (dired-build-subdir-alist): When file ends in colon,
5723 don't exit the loop, just disregard that file.
5724
5725 2006-09-24 Chong Yidong <cyd@stupidchicken.com>
5726
5727 * simple.el (line-move-finish): Handle corner case for fields in
5728 continued lines.
5729 (line-move-1): Remove flawed test for that case.
5730
5731 2006-09-24 Ken Manheimer <ken.manheimer@gmail.com>
5732
5733 * icomplete.el (icomplete-simple-completing-p): Use the correct
5734 name for the new variable, `icomplete-with-completion-tables'.
5735 (file local variables): Remove superfluous setting.
5736
5737 2006-09-23 Jeff Miller <jmiller@cablespeed.com> (tiny change)
5738
5739 * calendar/appt.el (appt-check): Fix typo for appointments just
5740 after midnight.
5741
5742 2006-09-23 Chong Yidong <cyd@stupidchicken.com>
5743
5744 * help.el (describe-key-briefly, describe-key): Don't expect an
5745 extra up event if a down-event is generated by a popup menu.
5746
5747 2006-09-23 Michal Nazarewicz <mnazarewicz@gmail.com> (tiny change)
5748
5749 * textmodes/ispell.el (ispell-change-dictionary): Don't check the
5750 local dictionary when changing the global dictionary.
5751
5752 2006-09-23 Ken Manheimer <ken.manheimer@gmail.com>
5753
5754 * icomplete.el (icomplete-with-completion-tables): List of
5755 specialized completion tables with which icomplete should
5756 operate. Include the new `internal-complete-buffer', so icomplete
5757 works with interactive buffer-selection.
5758 (icomplete-simple-completing-p): Add acceptance of specialized
5759 completion tables listed in icomplete-with-completion-tables.
5760
5761 2006-09-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5762
5763 * frame.el (focus-follows-mouse): Set default to nil on Mac.
5764
5765 * startup.el (command-line): Use `custom-reevaluate-setting' for
5766 `focus-follows-mouse'.
5767
5768 2006-09-22 Richard Stallman <rms@gnu.org>
5769
5770 * cus-edit.el (custom-buffer-create-internal): In `emacs -q',
5771 explain why Save is not available.
5772
5773 2006-09-22 Juanma Barranquero <lekktu@gmail.com>
5774
5775 * woman.el (woman0-so): Use `let*', not `let'.
5776 (woman-horizontal-line): Remove unbalanced parenthesis.
5777
5778 2006-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
5779
5780 * woman.el: Make sure all the end-of-region markers we use have
5781 a non-nil insertion-type.
5782 (woman0-so): Move things around so we can use copy-marker.
5783 (woman0-roff-buffer, woman2-process-escapes-to-eol, woman2-roff-buffer):
5784 Adjust marker type.
5785 (woman2-process-escapes): Check marker type.
5786 (woman-horizontal-line): Dispense with the use of a marker.
5787
5788 2006-09-22 Jay Belanger <belanger@truman.edu>
5789
5790 * calc/calc-lang.el: Add Greek letters to math-variable-table
5791 property of tex.
5792
5793 2006-09-22 Chong Yidong <cyd@stupidchicken.com>
5794
5795 * files.el (save-some-buffers-action-alist): Display diff in view-mode.
5796
5797 2006-09-22 Masatake YAMATO <jet@gyve.org>
5798
5799 * add-log.el (add-log-current-defun): Use `forward-sexp'
5800 instead of `forward-word' to pick c++::symbol.
5801 Reported by Guanpeng Xu <herberteuler@hotmail.com>.
5802
5803 2006-09-22 Kenichi Handa <handa@m17n.org>
5804
5805 * bindings.el: Fix setting self-insert-command for multibyte
5806 characters in global-map.
5807
5808 2006-09-21 David Kastrup <dak@gnu.org>
5809
5810 * mouse.el (mouse-posn-property): Fix typo for `event-start' in
5811 doc string.
5812
5813 2006-09-21 Kenichi Handa <handa@m17n.org>
5814
5815 * language/european.el ("Latin-1"): Add windows-1252 to
5816 coding-priority.
5817 ("German"): Likewise.
5818
5819 2006-09-21 Kim F. Storm <storm@cua.dk>
5820
5821 * emacs-lisp/cl-macs.el (member*): Use memql instead of complex code.
5822 Suggested by Miles Bader.
5823
5824 * emacs-lisp/cl.el (pushnew): Rework 2006-09-10 change. Use memql
5825 instead of add-to-list in the simple case.
5826
5827 2006-09-20 Kenichi Handa <handa@m17n.org>
5828
5829 * isearch.el (isearch-process-search-char): Cancel the previous change.
5830 (isearch-search-string): New function.
5831 (isearch-search): Use isearch-search-string.
5832 (isearch-lazy-highlight-search): Likewise.
5833
5834 2006-09-20 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5835
5836 * lpr.el (lpr-page-header-switches): Insert `*' at beginning of doc
5837 string to become an option.
5838
5839 2006-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
5840
5841 * files.el (find-buffer-visiting): Don't get fooled by a nil inode.
5842
5843 2006-09-20 Kim F. Storm <storm@cua.dk>
5844
5845 * simple.el (line-move-partial): Call pos-visible-in-window-p with
5846 position t instead of trying both window-end and window-end - 1.
5847
5848 2006-09-20 Carsten Dominik <dominik@science.uva.nl>
5849
5850 * textmodes/org.el (org-scan-tags): Find end of subtrees also in
5851 hidden trees.
5852
5853 2006-09-20 David Kastrup <dak@gnu.org>
5854
5855 * mouse.el (mouse-posn-property): Improve doc string.
5856 (mouse-on-link-p): Change buffers for function calls on links.
5857
5858 * menu-bar.el (clipboard-yank): Bomb out in interactive use if
5859 buffer is read-only.
5860
5861 2006-09-20 Ken Manheimer <ken.manheimer@gmail.com>
5862
5863 * allout.el (allout-unprotected): Let inhibit-read-only only when
5864 buffer-read-only isn't set.
5865 (allout-annotate-hidden): Enable topic annotation during copies even
5866 when the buffer is read-only, eg for topic copies. Ensure that the loop
5867 advances, even when the span extends beyond the deletion region.
5868 (allout-toggle-subtree-encryption): Use allout-structure-added-hook
5869 rather than allout-exposure-changed-hook, as a stronger assertion.
5870 (allout-keybindings-list): Add bindings for
5871 allout-copy-line-as-kill and allout-copy-topic-as-kill.
5872 (allout-copy-line-as-kill, allout-copy-topic-as-kill):
5873 Copy wrappers for allout-kill-line and allout-kill-topic.
5874 (allout-listify-exposed): Position correctly to accumulate lines.
5875
5876 2006-09-19 Chong Yidong <cyd@stupidchicken.com>
5877
5878 * simple.el (line-move-1): Escape field boundaries occurring
5879 exactly at point. Update goal column if constrained to a field.
5880 (line-move-finish): Escape field boundaries occurring exactly at point.
5881
5882 2006-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
5883
5884 * mouse.el (mouse-on-link-p): Tentatively fix last change.
5885 (mouse-drag-vertical-line): Remove unused var `wconfig'.
5886
5887 2006-09-19 Kim F. Storm <storm@cua.dk>
5888
5889 * help.el (describe-key-briefly, describe-key): Simplify printing
5890 of descriptions by using format and %S. Fix "is undefined"
5891 messages to say "at that spot" for mouse events.
5892
5893 * simple.el (line-move-partial): Optimize. Try window-line-height
5894 before posn-at-point to get vpos of current line.
5895
5896 2006-09-18 Michael Kifer <kifer@cs.stonybrook.edu>
5897
5898 * viper.el: Bump up version/date of update to reflect the substantial
5899 changes done in August 2006.
5900
5901 * viper-cmd (viper-next-line-at-bol): Make sure button-at, push-button
5902 are defined.
5903
5904 * ediff-util.el (ediff-add-to-history): New function.
5905
5906 * ediff.el: Use ediff-add-to-history instead of add-to-history.
5907
5908 2006-09-18 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
5909
5910 * textmodes/conf-mode.el (conf-space-mode): Doc fix.
5911 Delete duplicate make-local-variable form.
5912 (conf-space-keywords): Add autoload cookie.
5913 Fix typo (`keywords', not `keyword').
5914
5915 2006-09-18 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5916
5917 * cus-start.el (all): Rename x-gtk-show-chooser-help-text to
5918 x-gtk-file-dialog-help-text. Rename x-use-old-gtk-file-dialog
5919 to x-gtk-use-old-file-dialog
5920
5921 2006-09-18 Richard Stallman <rms@gnu.org>
5922
5923 * wid-edit.el (widget-button-click): Handle non-mouse-motion events
5924 that might come in during mouse tracking.
5925
5926 2006-09-18 Kim F. Storm <storm@cua.dk>
5927
5928 * simple.el (line-move-partial): Rework 2006-09-15 change to use
5929 new window-line-height function. Further optimize by not calling
5930 pos-visible-in-window-p for window-end when window-line-height
5931 returns useful information.
5932
5933 2006-09-16 Richard Stallman <rms@gnu.org>
5934
5935 * textmodes/conf-mode.el (conf-mode-map): Use conf-space-keywords cmd.
5936 (conf-space-mode): Don't handle prefix arg.
5937 Delete conf-space-keywords-override code.
5938 Use add-hook.
5939 (conf-space-keywords): New command.
5940 (conf-space-mode-internal): Be careful with imenu-generic-expression.
5941 Delete conf-space-keywords-override code.
5942 (conf-space-keywords-alist): Doc fix.
5943 (conf-space-font-lock-keywords): Doc fix.
5944 (conf-space-keywords-override): Var deleted.
5945
5946 2006-09-16 Chong Yidong <cyd@stupidchicken.com>
5947
5948 * startup.el (fancy-splash-screens): Don't switch to the scratch
5949 buffer; it may not be the next buffer.
5950
5951 2006-09-16 Romain Francoise <romain@orebokech.com>
5952
5953 * saveplace.el (load-save-place-alist-from-file): Use expanded name
5954 in both messages.
5955
5956 2006-09-16 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se>
5957
5958 * progmodes/python.el (python-preoutput-filter):
5959 Fix arg order to string-match.
5960
5961 2006-09-16 Richard Stallman <rms@gnu.org>
5962
5963 * obsolete/fast-lock.el (fast-lock-cache-data): Provide 2nd arg to
5964 font-lock-compile-keywords.
5965
5966 * font-lock.el (font-lock-compile-keywords): Rename optional arg
5967 to SYNTACTIC-KEYWORDS and reverse the sense. All callers changed.
5968
5969 2006-09-16 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5970
5971 * cus-start.el (all): Add x-gtk-show-chooser-help-text.
5972
5973 * select.el (xselect-convert-to-string): If UTF8_STRING is requested
5974 and the data doesn't look like UTF8, send STRING instead.
5975
5976 2006-09-16 Agust\e,Am\e(Bn Mart\e,Am\e(Bn <agustin.martin@hispalinux.es>
5977
5978 * textmodes/flyspell.el (flyspell-check-region-doublons):
5979 New function to detect duplicated words.
5980 (flyspell-large-region): Use it.
5981
5982 2006-09-16 Chong Yidong <cyd@stupidchicken.com>
5983
5984 * simple.el (line-move-to-column): Revert 2006-08-03 change.
5985
5986 2006-09-16 Eli Zaretskii <eliz@gnu.org>
5987
5988 * help.el (describe-prefix-bindings): Use let, not let*.
5989
5990 2006-09-16 Ken Manheimer <ken.manheimer@gmail.com>
5991
5992 * allout.el (allout-regexp, allout-line-boundary-regexp)
5993 (allout-bob-regexp): Correct grouping and boundaries to fix
5994 backwards traversal.
5995 (allout-depth-specific-regexp, allout-depth-one-regexp):
5996 New versions that exploit \\{M\\} regexp syntax, to avoid geometric or
5997 worse time in allout-ascend.
5998 (allout-doublecheck-at-and-shallower): Identify depth threshold
5999 below which topics are checked for and disqualified by containment
6000 discontinuities.
6001 (allout-hotspot-key-handler): Correctly handle multiple-key
6002 strokes. Remove some unused variables.
6003 (allout-mode-leaders): Clarify that mode-specific comment-start
6004 will be used.
6005 (set-allout-regexp): Correctly regexp-quote allout regexps to
6006 properly accept alternative header-leads and primary bullets with
6007 regexp-specific characters (eg, C "/*", mathematica "(*").
6008 Include new regular expressions among those configured.
6009 (allout-infer-header-lead-and-primary-bullet):
6010 Rename allout-infer-header-lead.
6011 (allout-recent-depth): Manifest as a variable as well as a function.
6012 (allout-prefix-data): Simplify into an inline instead of a macro,
6013 assuming current match data rather than being explicitly passed
6014 it. Establish allout-recent-depth value as well as
6015 allout-recent-prefix-beginning and allout-recent-prefix-end.
6016 (allout-aberrant-container-p): True when an item's immediate
6017 offspring discontinuously contained. Useful for disqualifying
6018 unintended topic prefixes, likely at low depths.
6019 (allout-goto-prefix-doublechecked): Elaborate version of
6020 allout-goto-prefix which disqualifies aberrant pseudo-items.
6021 (allout-pre-next-prefix): Layer on top of lower-level routines, to
6022 get disqualification of aberrant containers.
6023 (allout-end-of-prefix, allout-end-of-subtree): Disqualify aberrant
6024 containers.
6025 (allout-beginning-of-current-entry): Position at start of buffer
6026 when in container (depth 0) entry.
6027 (nullify-allout-prefix-data): Invalidate allout-recent-* prefix data.
6028 (allout-current-bullet): Strip text properties.
6029 (allout-get-prefix-bullet): Use right match groups.
6030 (allout-beginning-of-line, allout-next-heading):
6031 Disqualify aberrant containers.
6032 (allout-previous-heading): Disqualify aberrant containers, and
6033 change to regular (rather than inline) function, to allow
6034 self-recursion.
6035 (allout-get-invisibility-overlay): Increment so progress is made
6036 when the first overlay is not the sought one.
6037 (allout-end-of-prefix): Disqualify aberrant containers.
6038 (allout-end-of-line): Cycle something like allout-beginning-of-line.
6039 (allout-mode): Make allout-old-style-prefixes (ie, enabling use with
6040 outline.el outlines) functional again. Change the primary bullet
6041 along with the header-lead - level 1 new-style bullets now work.
6042 Engage allout-before-change-handler in mainline Emacs, not just
6043 XEmacs, to do undo handling.
6044 (allout-before-change-handler): Expose undo changes occurring in
6045 hidden regions. Use allout-get-invisibility-overlay instead of
6046 reimplementing it inline.
6047 (allout-chart-subtree): Use start rather than end of prefix in
6048 charts. Use allout-recent-depth variable.
6049 (allout-chart-siblings): Disqualify aberrant topics.
6050 (allout-beginning-of-current-entry): Position correctly.
6051 (allout-ascend): Use new allout-depth-specific-regexp and
6052 allout-depth-one-regexp for linear instead of O(N^2) or worse
6053 behavior.
6054 (allout-ascend-to-depth): Depend on allout-ascend, rather than
6055 reimplementing an algorithm.
6056 (allout-up-current-level): Depend on allout-ascend, rather than
6057 reimplementing an algorithm. Return to start-point if we fail.
6058 (allout-descend-to-depth): Use allout-recent-depth variable
6059 instead of function.
6060 (allout-next-sibling): On traversal of numerous intervening
6061 topics, resort to economical allout-next-sibling-leap.
6062 (allout-next-sibling-leap): Specialized version of
6063 allout-next-sibling that uses allout-ascend cleverly, to depend on
6064 a regexp search to leap large numbers of contained topics, rather
6065 than arbitrarily many one-by-one traversals.
6066 (allout-next-visible-heading): Disqualify aberrant topics.
6067 (allout-previous-visible-heading): Position consistently when
6068 interactive.
6069 (allout-forward-current-level): Base on allout-previous-sibling
6070 rather than (differently) reimplmenting the algorithm. Remove some
6071 unused variables.
6072 (allout-solicit-alternate-bullet): Present default choice stripped
6073 of text properties.
6074 (allout-rebullet-heading): Use bullet stripped of text properties.
6075 Register changes using allout-exposure-change-hook.
6076 Disregard aberrant topics.
6077 (allout-shift-in): With universal-argument, make topic a peer of
6078 it's former offspring. Simplify the code by separating out
6079 allout-shift-out functionality.
6080 (allout-shift-out): With universal-argument, make offspring peers
6081 of their former container, and its siblings. Implement the
6082 functionality here, rather than inappropriately muddling the
6083 implementation of allout-shift-in.
6084 (allout-rebullet-topic): Respect additional argument for new
6085 parent-child separation function.
6086 (allout-yank-processing): Use allout-ascend directly.
6087 (allout-show-entry): Disqualify aberrant topics.
6088 (allout-show-children): Handle discontinuous children gracefully,
6089 extending the depth being revealed to expose them and posting a
6090 message indicating the situation.
6091 (allout-show-to-offshoot): Remove obsolete and incorrect comment.
6092 Leave cursor in correct position.
6093 (allout-hide-current-subtree): Use allout-ascend directly.
6094 Disqualify aberrant topics.
6095 (allout-kill-line, allout-kill-topic): Preserve exposure layout in
6096 a way that the yanks can restore it, as used to happen.
6097 (allout-yank-processing): Restore exposure layout as recorded by
6098 allout-kill-*, as used to happen.
6099 (allout-annotate-hidden, allout-hide-by-annotation): New routines
6100 for preseving and restoring exposure layout across kills.
6101 (allout-toggle-subtree-encryption): Run allout-exposure-change-hook.
6102 (allout-encrypt-string): Strip text properties.
6103 Rearranged order and outline-headings for some of the
6104 miscellaneous functions.
6105 (allout-resolve-xref): No need to quote the error name in the
6106 condition-case handler section.
6107 (allout-flatten): Classic recursive (and recursively intensive,
6108 without tail-recursion) list-flattener, needed by allout-shift-out
6109 when confronted with discontinuous children.
6110
6111 2006-09-16 Jason Rumney <jasonr@gnu.org>
6112
6113 * dnd.el (dnd-open-remote-file-function): Use dnd-open-local-file
6114 on ms-windows.
6115 (dnd-open-unc-file): Remove.
6116 (dnd-open-local-file): Mention in doc string that it also handles
6117 remote files if the system natively supports unc file-names.
6118
6119 2006-09-15 Kim F. Storm <storm@cua.dk>
6120
6121 * help.el (describe-key): Handle C-h k in *Help* buffer; collect
6122 all necessary information about the event before erasing *Help*.
6123
6124 * simple.el (line-move-partial): Use window-line-visiblity to
6125 quickly check whether last line is partially visible, and only do
6126 the hard (and slow) part in that case.
6127
6128 2006-09-15 Jay Belanger <belanger@truman.edu>
6129
6130 * COPYING: Replace "Library Public License" by "Lesser Public
6131 License" throughout.
6132
6133 2006-09-15 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6134
6135 * term/x-win.el (x-menu-bar-open): New function for F10.
6136
6137 2006-09-15 Chong Yidong <cyd@stupidchicken.com>
6138
6139 * progmodes/compile.el (compilation-error-regexp-alist-alist):
6140 Disallow filenames containing " -" to avoid confusion with libtool
6141 compilation messages. Suggested by Stefan Monnier.
6142
6143 2006-09-15 David Kastrup <dak@gnu.org>
6144
6145 * mouse-sel.el (mouse-sel-follow-link-p): Use event position
6146 instead of buffer position for `mouse-on-link-p'.
6147
6148 * mouse.el (mouse-posn-property): New function looking up the
6149 properties at a click position in overlays and text properties in
6150 either buffer or strings.
6151 (mouse-on-link-p): Use `mouse-posn-property' to streamline lookup
6152 of both `follow-link' as well as `mouse-face' properties.
6153 (mouse-drag-track): Check `mouse-on-link-p' on event position, not
6154 buffer position.
6155
6156 * help.el (describe-key-briefly): When reading a down-event on
6157 mode lines or scroll bar, swallow the following up event, too.
6158 Use the new mouse sensitity of `key-binding' for lookup.
6159 (describe-key): The same here.
6160
6161 2006-09-15 Juanma Barranquero <lekktu@gmail.com>
6162
6163 * play/life.el (life-patterns): Add a few more interesting patterns.
6164 (life-setup): Force `show-trailing-whitespace' to nil.
6165
6166 2006-09-14 Richard Stallman <rms@gnu.org>
6167
6168 * startup.el (fancy-splash-text): Change text to improve alignment.
6169 (fancy-splash-screens): Don't set non-standard tab width.
6170 Bind cursor-type temporarily, and make it easy to patch to
6171 preserve the splash buffer.
6172 (normal-splash-screen, fancy-splash-tail): Spell out "Meta-x".
6173 (fancy-splash-screens): Display echo-area message explicitly.
6174 Don't set fancy-splash-help-echo.
6175
6176 * simple.el (line-number-mode): Group mode-line instead of
6177 editing-basics.
6178 (column-number-mode, size-indication-mode): Likewise.
6179
6180 * faces.el (mode-line-faces): Group mode-line instead of modeline.
6181
6182 * time.el (display-time): Group mode-line instead of modeline.
6183
6184 * cus-edit.el (mode-line): Rename from modeline. All uses changed.
6185
6186 2006-09-14 Chong Yidong <cyd@stupidchicken.com>
6187
6188 * startup.el (fancy-splash-text): Move editing instructions to
6189 fancy-splash-head.
6190 (fancy-splash-head): Issue editing instructions.
6191 (fancy-splash-screens): Fixup whitespace.
6192
6193 2006-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
6194
6195 * bindings.el (mode-line-buffer-identification-keymap):
6196 Remove duplicate line.
6197
6198 2006-09-14 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
6199
6200 * ido.el (ido-ignore-item-p): Allow any kind of functions in
6201 ignore lists.
6202
6203 2006-09-14 Kim F. Storm <storm@cua.dk>
6204
6205 * jit-lock.el (jit-lock-fontify-again): New function.
6206 (jit-lock-fontify-now): Use it instead of lambda form.
6207
6208 2006-09-13 Agustin Martin <agustin.martin@hispalinux.es>
6209
6210 * textmodes/flyspell.el (flyspell-word, flyspell-correct-word)
6211 (flyspell-auto-correct-word): Make ispell-filter local to these
6212 functions. Check that ispell-filter has new stuff before calling
6213 ispell-parse-output.
6214
6215 2006-09-13 Kim F. Storm <storm@cua.dk>
6216
6217 * simple.el (line-move-partial): Optimize.
6218
6219 2006-09-13 Richard Stallman <rms@gnu.org>
6220
6221 * thingatpt.el (thing-at-point-bounds-of-url-at-point):
6222 Delete spurious backquote.
6223
6224 2006-09-07 Ryan Yeske <rcyeske@gmail.com>
6225
6226 * net/rcirc.el (rcirc-print): Fix last change.
6227
6228 2006-09-12 Jay Belanger <belanger@truman.edu>
6229
6230 * calc/calc.el (calc-dispatch): Remove unnecessary `sit-for'.
6231
6232 2006-09-07 Ryan Yeske <rcyeske@gmail.com>
6233
6234 * net/rcirc.el (rcirc-scroll-show-maximum-output): Rename from
6235 rcirc-show-maximum-output.
6236 (rcirc-mode): Remove window-scroll-function hook.
6237 (rcirc-scroll-to-bottom): Remove function.
6238 (rcirc-print): Recenter so point stays at the bottom of the window
6239 if point was already there.
6240
6241 2006-09-12 Paul Eggert <eggert@cs.ucla.edu>
6242
6243 * comint.el (comint-exec-1): Set EMACS to the full name of Emacs,
6244 not to "t".
6245 * progmodes/compile.el (compilation-start): Likewise.
6246 * progmodes/idlwave.el (idlwave-rescan-asynchronously):
6247 Don't use expand-file-name on invocation-directory, since this
6248 might mishandle special characters in invocation-directory.
6249
6250 2006-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
6251
6252 * pcvs-defs.el: Remove * in defcustom's docstrings.
6253
6254 2006-09-12 Nick Roberts <nickrob@snap.net.nz>
6255
6256 * progmodes/compile.el (compilation-directory-properties):
6257 Doc fix for help-echo.
6258
6259 2006-09-12 Lars Hansen <larsh@soem.dk>
6260
6261 * desktop.el (desktop-read): Add comment.
6262
6263 2006-09-12 Kim F. Storm <storm@cua.dk>
6264
6265 * simple.el (next-error-highlight, next-error-highlight-no-select):
6266 Fix spelling error.
6267
6268 * subr.el (sit-for): Rework to use input-pending-p and cond.
6269 Return nil input is pending on entry also for SECONDS <= 0.
6270 (while-no-input): Use input-pending-p instead of sit-for.
6271
6272 2006-09-11 Richard Stallman <rms@gnu.org>
6273
6274 * simple.el (next-error-highlight, next-error-highlight-no-select):
6275 Fix custom type and doc strings.
6276
6277 2006-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
6278
6279 * diff-mode.el (diff-apply-hunk-to-backup-file): New var.
6280 (diff-apply-hunk): Use it to ask for confirmation.
6281
6282 2006-09-11 Reiner Steib <Reiner.Steib@gmx.de>
6283
6284 * emacs-lisp/cl.el (pushnew): Add missing `,'.
6285
6286 2006-09-11 David Kastrup <dak@gnu.org>
6287
6288 * help.el (string-key-binding, describe-key-briefly)
6289 (describe-key): Remove `string-key-binding' and its callers since
6290 `key-binding' already caters for the proper lookup now.
6291
6292 2006-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
6293
6294 * progmodes/cfengine.el (cfengine-font-lock-syntactic-keywords): Newvar.
6295 (cfengine-mode): Use it. Fix \ syntax to be like /.
6296
6297 * bindings.el (mode-line-buffer-identification-keymap):
6298 Move initialization into declaration.
6299
6300 2006-09-10 Kim F. Storm <storm@cua.dk>
6301
6302 * ido.el (ido-edit-input, ido-complete, ido-take-first-match)
6303 (ido-push-dir-first, ido-kill-buffer-at-head, ido-exhibit)
6304 (ido-delete-file-at-head): Pass head of ido-matches through ido-name
6305 in case of merged directories. Reported by Micha\e,Ak\e(Bl Cadilhac.
6306
6307 2006-09-10 Richard Stallman <rms@gnu.org>
6308
6309 * dired-aux.el: Handle errors in recursive copy usefully.
6310 (dired-create-files-failures): New variable.
6311 (dired-copy-file): Remove condition-case.
6312 (dired-copy-file-recursive): Check for errors on all file
6313 operations, and add them to dired-create-files-failures.
6314 Check file file-date-erorr here too.
6315 (dired-create-files): Check dired-create-files-failures
6316 and report those errors too.
6317
6318 * emacs-lisp/cl.el (pushnew): Use add-to-list when convenient.
6319
6320 * subr.el (add-to-list): New argument COMPARE-FN.
6321
6322 2006-09-10 Reiner Steib <Reiner.Steib@gmx.de>
6323
6324 * filecache.el (file-cache-add-directory)
6325 (file-cache-add-directory-list, file-cache-add-file)
6326 (file-cache-add-directory-using-find)
6327 (file-cache-add-directory-using-locate)
6328 (file-cache-add-directory-recursively): Add autoloads.
6329
6330 2006-09-09 Richard Stallman <rms@gnu.org>
6331
6332 * textmodes/conf-mode.el (conf-space-mode):
6333 Use hack-local-variables-hook instead of calling hack-local-variables.
6334 (conf-space-keywords-override): New variable.
6335 (conf-space-mode-internal): New subroutine. Reinit Font Lock mode.
6336 (conf-space-mode): Always make conf-space-keywords and
6337 conf-space-keywords-override local.
6338 Call conf-space-mode-internal directly as well as via hook.
6339
6340 2006-09-09 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
6341
6342 * progmodes/python.el (python-font-lock-keywords): Add `self' and other
6343 quasi-keywords.
6344
6345 2006-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
6346
6347 * progmodes/python.el: Quieten the compiler about hippie-expand vars.
6348 (python-send-string): Be slightly more careful about adding \n.
6349
6350 * startup.el (normal-splash-screen): Don't display the buffer if we'll
6351 kill it right away anyway.
6352
6353 2006-09-09 Eli Zaretskii <eliz@gnu.org>
6354
6355 * international/codepage.el (cp850-decode-table): Fix a few codes.
6356 (cp858-decode-table): New variable.
6357
6358 2006-09-09 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
6359
6360 * net/ldap.el (ldap-search-internal): Doc fix.
6361
6362 2006-09-09 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
6363
6364 * play/life.el (life-display-generation): Test for input manually if
6365 `sleeptime' is negative or null.
6366
6367 * lpr.el (lpr-page-header-switches): Page title switch is one of them.
6368 (print-region-1): Substitute `%s' with the page title.
6369
6370 2006-09-09 Matt Hodges <MPHodges@member.fsf.org>
6371
6372 * locate.el (locate-current-search): New variable.
6373 (locate): Set buffer local value. Use current buffer if it is
6374 in Locate mode.
6375 (locate-mode): Disable undo here.
6376 (locate-do-setup): Use locate-current-filter from buffer to be killed.
6377 (locate-update): Use locate-current-search and locate-current-filter.
6378
6379 2006-09-08 David Kastrup <dak@gnu.org>
6380
6381 * desktop.el (desktop-read): When loading a desktop, disable
6382 saving it while the load progresses, and switch off a pending lazy
6383 load by calling `desktop-lazy-abort'.
6384
6385 2006-08-27 Martin Rudalics <rudalics@gmx.at>
6386
6387 * window.el (mouse-autoselect-window-timer)
6388 (mouse-autoselect-window-position)
6389 (mouse-autoselect-window-window)
6390 (mouse-autoselect-window-now): New vars.
6391 (mouse-autoselect-window-cancel)
6392 (mouse-autoselect-window-select)
6393 (mouse-autoselect-window-start): New functions.
6394 (handle-select-window): Call `mouse-autoselect-window-start' when
6395 delayed window autoselection is enabled.
6396
6397 * cus-start.el (mouse-autoselect-window): Handle delayed window
6398 autoselection.
6399
6400 * emacs-lisp/eldoc.el: Add `handle-select-window' to the set of
6401 commands after which it is allowed to print in the echo area.
6402
6403 2006-09-08 Richard Stallman <rms@gnu.org>
6404
6405 * textmodes/fill.el (adaptive-fill-regexp): Don't match `(1)' or `1.'
6406
6407 * mail/rmail.el (rmail-get-new-mail): Say whether all msgs are spam.
6408 (rmail-convert-to-babyl-format): Don't record undo, leave list empty.
6409
6410 * emacs-lisp/timer.el (timer-create, timer-activate): Doc fixes.
6411 (cancel-timer-internal): Add doc string.
6412 (cancel-function-timers): Doc fix.
6413 (with-timeout-handler, timer-event-last*): Add doc strings.
6414
6415 * emacs-lisp/bindat.el (bindat-unpack): Doc fix.
6416
6417 * files.el (risky-local-variable-p): Match ...-bindat-spec.
6418
6419 * dired.el (dired-log-summary): Add doc string.
6420
6421 * cus-edit.el (custom-menu-create): Bind deactivate-mark here.
6422 (custom-group-menu-create): Not here.
6423
6424 2006-09-08 Carsten Dominik <dominik@science.uva.nl>
6425
6426 * textmodes/org.el (org-dblock-write:clocktable): Avoid infinite loop.
6427
6428 2006-09-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6429
6430 * term/mac-win.el (show-hide-font-panel): New HI command ID symbol.
6431 (mac-apple-event-map): Define its handler.
6432
6433 2006-09-07 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
6434
6435 * net/ldap.el (ldap-search-internal): Handle `auth' key.
6436
6437 2006-09-07 Magnus Henoch <mange@freemail.hu>
6438
6439 * net/rcirc.el (rcirc-activity-string): Don't quote value in case
6440 clause.
6441
6442 2006-09-07 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
6443
6444 * info.el (Info-index): Bind completion-ignore-case.
6445
6446 2006-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
6447
6448 * progmodes/prolog.el (inferior-prolog-flavor): New var left out of
6449 previous commit.
6450 (inferior-prolog-guess-flavor): New fun left out of previous commit.
6451 (prolog-consult-region-and-go): Don't hard code "*prolog*" and don't
6452 burp in dedicated windows.
6453 (inferior-prolog-self-insert-command): New command.
6454 (inferior-prolog-mode-map): Use it.
6455
6456 2006-09-07 Reiner Steib <Reiner.Steib@gmx.de>
6457
6458 * international/latexenc.el (latex-inputenc-coding-alist): Add cp858.
6459
6460 * international/code-pages.el: Add cp858.
6461
6462 2006-09-07 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6463
6464 * dnd.el: Fix bootstrapping.
6465
6466 2006-09-07 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6467
6468 * dnd.el (dnd-protocol-alist): Add what url-handler-mode can handle.
6469 (dnd-open-remote-url): New function.
6470 (dnd-open-remote-file-function): Set to dnd-open-remote-url if
6471 not windows-nt.
6472
6473 2006-09-07 Jason Rumney <jasonr@gnu.org>
6474
6475 * dnd.el (dnd-open-remote-file-function): New variable.
6476 (dnd-open-unc-file): New function.
6477 (dnd-open-file): Call dnd-open-remote-file-function if set.
6478
6479 2006-09-06 Daiki Ueno <ueno@unixuser.org>
6480
6481 * pgg-gpg.el (pgg-gpg-process-region): Encode passphrase with
6482 pgg-passphrase-coding-system rather than locale-coding-system.
6483 * pgg-def.el (pgg-passphrase-coding-system): New user option.
6484
6485 2006-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
6486
6487 * progmodes/prolog.el: Remove * in docstrings.
6488 (prolog-program-name): Add SWI prolog.
6489 (prolog-mode-menu): New menu.
6490 (prolog-mode): Set comment-add.
6491 (prolog-indent-line): Simplify. Use indent-line-to.
6492 (inferior-prolog-buffer): New var.
6493 (inferior-prolog-run, inferior-prolog-process): New funs.
6494 (run-prolog, switch-to-prolog): Rewrite, using them.
6495 (prolog-consult-region): Use inferior-prolog-buffer.
6496 (inferior-prolog-load-file): New function.
6497 (prolog-mode-map): Add bindings for load-file and switch-to-prolog.
6498
6499 * textmodes/fill.el (fill-single-word-nobreak-p): Allow breaking before
6500 last word, if it's not the end of the paragraph.
6501
6502 * files.el (abbreviate-file-name): Don't mistakenly match newlines in
6503 file name.
6504
6505 2006-09-06 Ralf Angeli <angeli@caeruleus.net>
6506
6507 * frame.el (display-mm-dimensions-alist): New defcustom.
6508 (display-mm-height, display-mm-width): Use it.
6509
6510 2006-09-06 Simon Josefsson <jas@extundo.com>
6511
6512 * mail/smtpmail.el (smtpmail-starttls-credentials): Doc fix.
6513
6514 2006-09-06 Nick Roberts <nickrob@snap.net.nz>
6515
6516 * progmodes/gdb-ui.el (gdb-var-list-children-regexp)
6517 (gdb-var-list-children-regexp-1): Tweak regexps to catch full
6518 string values.
6519
6520 2006-09-06 Kim F. Storm <storm@cua.dk>
6521
6522 * simple.el (line-move-partial): New function to do vscrolling for
6523 partially visible images / tall lines. Rewrite based on code
6524 previously in line-move. Simplify backwards vscrolling.
6525 (line-move): Use it. Simplify.
6526
6527 2006-09-05 Kim F. Storm <storm@cua.dk>
6528
6529 * emulation/cua-base.el (cua--pre-command-handler-1): Rewrite.
6530
6531 2006-09-05 Chong Yidong <cyd@stupidchicken.com>
6532
6533 * progmodes/compile.el (compilation-error-regexp-alist-alist):
6534 Process the `gcc-include' after the `gnu' rule.
6535
6536 2006-09-05 Kim F. Storm <storm@cua.dk>
6537
6538 * ido.el (ido-visit-buffer): Use buffer name if buffer arg is a buffer.
6539
6540 2006-09-05 Daiki Ueno <ueno@unixuser.org>
6541
6542 * pgg.el (pgg-clear-string): Alias to clear-string for backward
6543 compatibility.
6544
6545 * pgg-gpg.el (pgg-gpg-process-region): Avoid display blinking with
6546 inhibit-redisplay; encode passphrase with locale-coding-system.
6547
6548 2006-09-04 Dan Nicolaescu <dann@ics.uci.edu>
6549
6550 * term/xterm.el (terminal-init-xterm): Add more C-M- bindings.
6551
6552 2006-09-05 Nick Roberts <nickrob@snap.net.nz>
6553
6554 * progmodes/gdb-ui.el (gdb-var-list-children-regexp)
6555 (gdb-var-list-children-regexp): Make type field optional.
6556
6557 * progmodes/gud.el (gud-speedbar-buttons): Allow for no type
6558 e.g public, protected in C++.
6559
6560 2006-09-04 John Paul Wallington <jpw@pobox.com>
6561
6562 * simple.el (completion-show-help): New defcustom.
6563 (completion-setup-function): Heed it.
6564
6565 2006-09-04 Dan Nicolaescu <dann@ics.uci.edu>
6566
6567 * term/xterm.el (terminal-init-xterm): Add C-M- bindings.
6568
6569 2006-09-04 Richard Stallman <rms@gnu.org>
6570
6571 * mail/rmail-spam-filter.el (rsf-scanning-messages-now): Doc fix.
6572 (rsf-min-region-to-spam-list): Doc fix.
6573 (rsf-add-content-type-field): Doc fix.
6574
6575 * simple.el (kill-region): Explicitly test there is a region.
6576
6577 2006-09-04 Chong Yidong <cyd@stupidchicken.com>
6578
6579 * mail/feedmail.el (feedmail-buffer-to-sendmail): Look for
6580 sendmail in several common directories.
6581
6582 * mail/sendmail.el (sendmail-program): Moved here from paths.el.
6583
6584 * paths.el (sendmail-program): Removed.
6585
6586 2006-09-04 Daiki Ueno <ueno@unixuser.org>
6587
6588 * pgg-gpg.el (pgg-gpg-process-region): Revert two patches from Satyaki
6589 Das. http://article.gmane.org/gmane.emacs.gnus.general/49947
6590 http://article.gmane.org/gmane.emacs.gnus.general/50457
6591
6592 2006-09-03 Chong Yidong <cyd@stupidchicken.com>
6593
6594 * cus-edit.el (custom-group-menu-create): Avoid deactivating the
6595 mark after running the menu filter.
6596
6597 2006-09-03 Juri Linkov <juri@jurta.org>
6598
6599 * international/quail.el (quail-defrule-internal): Add a check
6600 if a key is a vector.
6601
6602 2006-09-02 Juri Linkov <juri@jurta.org>
6603
6604 * man.el (Man-topic-history): New variable.
6605 (man): Use it.
6606
6607 * woman.el (woman-topic-history): Change defvar to defvaralias
6608 for symbol `Man-topic-history'.
6609
6610 * shell.el (shell-filter-ctrl-a-ctrl-b): Check if
6611 `comint-last-output-start' is a marker by using `markerp' and
6612 check if it has a position by using `marker-position', and use
6613 this position for `goto-char'.
6614
6615 * international/quail.el (quail-defrule-internal): Add missing
6616 `error' call for null key.
6617
6618 2006-09-02 Ryan Yeske <rcyeske@gmail.com>
6619
6620 * rcirc.el (rcirc-keywords): New variable.
6621 (rcirc-bright-nicks, rcirc-dim-nicks): New variables.
6622 (rcirc-bright-nick-regexp, rcirc-dim-nick-regexp): Remove
6623 variables.
6624 (rcirc-responses-no-activity): New function.
6625 (rcirc-handler-generic): Check for responses in above.
6626 (rcirc-process-command): Add ?: character to arguments of raw
6627 server commands.
6628 (rcirc-format-response-string): Use `rcirc-bright-nicks' and
6629 `rcirc-dim-nicks'.
6630 (rcirc-gray-toggle): Remove unused variable.
6631 (rcirc-print): Remove some tracking logic, which is moved into
6632 markup functions.
6633 (rcirc-activity-types): Was `rcirc-activity-type', now a list of
6634 types.
6635 (rcirc-activity-string): Look for 'keyword in activity-types.
6636 (rcirc-window-configuration-change): Don't erase overlay-arrow
6637 unnecessarily.
6638 (rcirc-add-or-remove): New function.
6639 (rcirc-cmd-ignore): Use it.
6640 (rcirc-message-leader): Remove unused function.
6641 (rcicr-cmd-bright, rcirc-cmd-dim, rcirc-cmd-keyword): New commands.
6642 (rcirc-add-face): New function.
6643 (rcirc-facify): Use rcirc-add-face.
6644 (rcirc-url-regexp): Add parens.
6645 (rcirc-map-regexp): Remove function.
6646 (rcirc-mangle-regexp): Remove function.
6647 (rcirc-markup-text-functions): New variable.
6648 (rcirc-markup-text): New function (replaces `rcirc-mangle-text').
6649 (rcirc-markup-body-text, rcirc-markup-attributes)
6650 (rcirc-markup-my-nick, rcirc-markup-urls, rcirc-markup-keywords)
6651 (rcirc-markup-bright-nicks): New markup handler functions.
6652 (rcirc-nick-in-message-full-line): New face.
6653 (rcirc-track-nick): Rename from `rcirc-mode-line-nick'.
6654 (rcirc-track-keyword, rcirc-url, rcirc-keyword): New faces.
6655
6656 2006-09-02 Martin Rudalics <rudalics@gmx.at>
6657
6658 * cus-start.el (hscroll-margin, hscroll-step)
6659 (mode-line-in-non-selected-windows, mouse-autoselect-window)
6660 (x-use-underline-position-properties): Change version to "22.1"
6661 since they will appear there for the first time.
6662
6663 2006-09-01 Chong Yidong <cyd@stupidchicken.com>
6664
6665 * imenu.el (imenu-update-menubar): Use buffer-chars-modified-tick.
6666
6667 2006-08-31 Richard Stallman <rms@gnu.org>
6668
6669 * cus-edit.el (custom-save-variables): Slight cleanup.
6670 (Custom-no-edit): Renamed from custom-no-edit.
6671 (Custom-newline): Renamed from custom-newline.
6672 (custom-mode-map): Use new names.
6673
6674 * emacs-lisp/easy-mmode.el (define-minor-mode): Reference manual
6675 about customization, rather than M-x customize, in the doc string
6676 made for the defcustom.
6677
6678 * emacs-lisp/trace.el (trace-function-background): Doc fix.
6679
6680 2006-08-31 Romain Francoise <romain@orebokech.com>
6681
6682 * dired-x.el (dired-guess-shell-alist-default): Update.
6683
6684 2006-08-31 Michael Mauger <mmaug@yahoo.com>
6685
6686 * custom.el (custom-theme-set-variables): Autoload packages before
6687 sorting the variables.
6688
6689 2006-08-30 Michael Kifer <kifer@cs.stonybrook.edu>
6690
6691 * viper-cmd.el (viper-special-read-and-insert-char): Convert events to
6692 chars if XEmacs.
6693 (viper-after-change-undo-hook): Check if undo-in-progress is bound.
6694
6695 2006-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
6696
6697 * progmodes/python.el (python-eldoc-function): Re-enable quit while
6698 waiting for process.
6699
6700 2006-08-30 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6701
6702 * term/mac-win.el (mac-string-to-utxt): If adjustment for MacJapanese
6703 results in ASCII-only string, encode original one directly.
6704
6705 2006-08-29 Romain Francoise <romain@orebokech.com>
6706
6707 * startup.el (normal-splash-screen, fancy-splash-screens):
6708 Make buffer read-only and arrange to enter view mode if necessary.
6709
6710 2006-08-29 Chong Yidong <cyd@stupidchicken.com>
6711
6712 * hl-line.el (hl-line): New face.
6713 (hl-line-face): Use it.
6714
6715 * image-mode.el (image-mode): Fix last fix.
6716 Suggested by Kim F. Storm.
6717
6718 2006-08-29 Michael Albinus <michael.albinus@gmx.de>
6719
6720 Sync with Tramp 2.0.54.
6721
6722 * net/tramp.el (tramp-convert-file-attributes): Call `eql' instead
6723 of `=', because `tramp-get-remote-gid' might not always return an
6724 integer when expected.
6725 (tramp-register-file-name-handlers): `partial-completion-mode' is
6726 unknown to XEmacs.
6727 (tramp-time-diff): Don't use `floor', it might fail for large
6728 differences.
6729 (tramp-handle-make-auto-save-file-name): For Emacs 21, set
6730 `tramp-auto-save-directory' if unset in order to guarantee unique
6731 auto-save file names.
6732
6733 2006-08-28 Chong Yidong <cyd@stupidchicken.com>
6734
6735 * image-mode.el (image-mode): Display image as text on a terminal.
6736
6737 2006-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
6738
6739 * progmodes/python.el (python-send-command): Simplify.
6740 (run-python): Don't generate a new buffer unless `new' was specified.
6741 Make sure we send `import emacs' to the proper process.
6742
6743 * progmodes/python.el (python-send-command): Don't wait for the command
6744 to terminate. Don't fiddle with compilation-parsing-end.
6745
6746 2006-08-28 Chong Yidong <cyd@stupidchicken.com>
6747
6748 * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
6749 Insert commentary after first line summary.
6750
6751 * woman.el (woman-follow): New function, based on `man-follow'.
6752 (woman-mode-map): Use it.
6753
6754 * ibuffer.el (ibuffer-do-sort-by-recency): Perform full update
6755 since ibuffer-do-sort-by-recency does not define a sorter.
6756
6757 2006-08-28 Kim F. Storm <storm@cua.dk>
6758
6759 * find-dired.el (find-dired): Use shell-quote-argument to properly
6760 escape ( and ) args. Also use it on {} and ; args in default
6761 value of find-ls-option string.
6762 (find-grep-dired): Use shell-quote-argument on {} and ; args.
6763
6764 2006-08-27 Michael Olson <mwolson@gnu.org>
6765
6766 * emacs-lisp/tq.el: Small grammar fix in comments.
6767 (tq-enqueue): Check for existence of queue rather than the
6768 head queue item's question, which was a no-op.
6769 (tq-filter, tq-process-buffer): Make sure the process buffer
6770 exists before making it the current buffer.
6771
6772 2006-08-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6773
6774 * term/mac-win.el (mac-apple-event-map): Rename hicommand to hi-command.
6775 (mac-dnd-drop-data): Apply 2006-08-22 change for x-dnd-drop-data.
6776 (special-event-map): Apply 2006-08-16 change for x-win.el.
6777
6778 2006-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
6779
6780 * progmodes/python.el (python-send-receive): Wait in the
6781 process's buffer so as to check the right buffer-local variables.
6782
6783 2006-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
6784
6785 * emacs-lisp/checkdoc.el: Remove * in defcustoms.
6786 (defgroup checkdoc): Move to beginning.
6787
6788 * progmodes/python.el (python-preoutput-skip-next-prompt): New var.
6789 (python-preoutput-continuation): Remove.
6790 (python-preoutput-filter): Simplify correspondingly.
6791 Remove handling of _emacs_ok. Make sure we skip _emacs_out's prompts.
6792 Loop around to catch embedded _emacs_out output.
6793 (run-python): Send the import&print command on a single line.
6794 (python-send-command): Send command&print on a single line.
6795 (python-send-string): Only add double \n if needed.
6796 (python-send-receive): Loop until the result comes.
6797 (python-mode-running): Defvar it.
6798 (python-setup-brm): Remove unused var `menu'.
6799 Only bind py-mode-map and `features' around brm-init.
6800 (python-calculate-indentation): Remove unused var `point'.
6801 (python-beginning-of-defun): Remove unused var `def-line'.
6802
6803 2006-08-25 Richard Stallman <rms@gnu.org>
6804
6805 * kmacro.el (kmacro-repeat-on-last-key): Doc fix.
6806
6807 2006-08-25 Michael Kifer <kifer@cs.stonybrook.edu>
6808
6809 * viper.el (viper-set-hooks): Use frame bindings for
6810 viper-vi-state-cursor-color.
6811 (viper-non-hook-settings): Don't set default
6812 mode-line-buffer-identification.
6813
6814 * viper-util.el (viper-set-cursor-color-according-to-state): New fun.
6815 (viper-set-cursor-color-according-to-state)
6816 (viper-get-saved-cursor-color-in-replace-mode)
6817 (viper-get-saved-cursor-color-in-insert-mode): Make conditional on
6818 viper-emacs-state-cursor-color.
6819
6820 * viper-cmd.el (viper-envelop-ESC-key): Bug fix.
6821 (viper-undo): Use point if undo-beg-posn is nil.
6822 (viper-insert-state-post-command-sentinel, viper-change-state-to-emacs)
6823 (viper-after-change-undo-hook): Don't use
6824 viper-emacs-state-cursor-color by default.
6825 (viper-undo): More sensible positioning after undo.
6826
6827 * viper-ex.el (ex-splice-args-in-1-letr-cmd): Get rid of caddr.
6828 (viper-emacs-state-cursor-color): Default to nil, since this feature
6829 doesn't work well yet.
6830
6831 * ediff-mult.el (ediff-intersect-directories)
6832 (ediff-get-directory-files-under-revision, ediff-dir-diff-copy-file):
6833 always expand filenames.
6834
6835 2006-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
6836
6837 * tumme.el: Remove * in defcustoms's docstrings.
6838
6839 2006-08-24 Chong Yidong <cyd@stupidchicken.com>
6840
6841 * emacs-lisp/timer.el (timer-set-idle-time, run-with-idle-timer):
6842 Accept internal time format for SECS arg.
6843 (timer-relative-time): Doc fix.
6844
6845 * jit-lock.el: "Stealth fontification by requeuing timers" patch,
6846 adapted from Martin Rudalics.
6847 (jit-lock-stealth-repeat-timer, jit-lock-stealth-buffers): New vars.
6848 (jit-lock-mode): Create jit-lock-stealth-repeat-timer.
6849 (jit-lock-stealth-fontify): Reschedule as a idle timer instead of
6850 using sit-for.
6851
6852 2006-08-24 Francesc Rocher <francesc.rocher@gmail.com>
6853
6854 * cus-start.el (all): Add `overline-margin' and
6855 `x-underline-at-descent-line'.
6856
6857 2006-08-24 Kim F. Storm <storm@cua.dk>
6858
6859 * progmodes/grep.el (grep-find-use-xargs): Use explicit value `exec'
6860 to mean "use find -exec"; nil now unambiguously means auto-detect.
6861 (grep-compute-defaults): Set grep-find-use-xargs to `exec' if not `gnu'.
6862 Use shell-quote-argument to build grep-find-command and
6863 grep-find-template.
6864 (rgrep): Use shell-quote-argument to properly quote arguments to find.
6865 Reported by Tom Seddon.
6866
6867 2006-08-23 Chong Yidong <cyd@stupidchicken.com>
6868
6869 * startup.el (fancy-splash-head): Give instructions for dismissing
6870 the splash screen for default startup too.
6871 (display-startup-echo-area-message, fancy-splash-screens)
6872 (use-fancy-splash-screens-p): New arg hide-on-input. If nil, show
6873 all splash text at once and keep the splash buffer around.
6874 (command-line-1): Give display-startup-echo-area-message a t arg.
6875
6876 2006-08-23 Carsten Dominik <dominik@science.uva.nl>
6877
6878 * textmodes/org.el (org-follow-gnus-link): Make sure the dedicated
6879 gnus frame is selected.
6880
6881 2006-08-23 Nick Roberts <nickrob@snap.net.nz>
6882
6883 * progmodes/gdb-ui.el (gdb-starting): Reset gdb-signalled to nil.
6884
6885 2006-08-22 Kim F. Storm <storm@cua.dk>
6886
6887 * ido.el (ido-set-matches-1): Fix full matching for subdirs.
6888 Add suffix matching for subdirs.
6889
6890 2006-08-22 Jorgen Schaefer <forcer@forcix.cx> (tiny change)
6891
6892 * x-dnd.el (x-dnd-drop-data): Don't call goto-char if
6893 mouse-yank-at-point is non-nil.
6894
6895 2006-08-22 Nick Roberts <nickrob@snap.net.nz>
6896
6897 * progmodes/gdb-ui.el (gdb-frame-memory-buffer): Make frame
6898 a bit wider and remove fringes to fit initial output on line.
6899
6900 2006-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
6901
6902 * frame.el (blink-cursor-end): Only ignore the error we care about.
6903 (blink-cursor-mode): Use blink-cursor-end to simplify the code.
6904
6905 2006-08-21 Richard Stallman <rms@gnu.org>
6906
6907 * whitespace.el (whitespace-cleanup): Doc fix.
6908
6909 2006-08-20 Ryan Yeske <rcyeske@gmail.com>
6910
6911 * net/rcirc.el (rcirc-show-maximum-output): New var.
6912 (rcirc-buffer-process): If no buffer argument is supplied, use
6913 current-buffer.
6914 (rcirc-complete-nick): Complete to the last completed nick first.
6915 (rcirc-mode): Preserve the value of `rcirc-urls' across
6916 connections. Setup scroll function.
6917 (rcirc-scroll-to-bottom): New function.
6918 (rcirc-print): Use nick syntax around regexp work.
6919 Notice dim-nicks speaking only if they say our nick.
6920 (rcirc-update-activity-string): Do not show the modeline indicator
6921 if there are no live rcirc processes.
6922 (rcirc-cmd-ignore): Ignore case.
6923 (rcirc-browse-url-at-point): Fix off-by-one error.
6924
6925 2006-08-20 Stefan Monnier <monnier@iro.umontreal.ca>
6926
6927 * progmodes/python.el: Remove * in defcustom docstrings.
6928 (run-python, python-proc, python-try-complete): Use derived-mode-p.
6929 (python-mode): Set tab-width and indent-tabs-mode.
6930
6931 2006-08-20 Dave Love <fx@gnu.org>
6932
6933 * progmodes/python.el: Update to Dave Love's latest version.
6934 (python-font-lock-keywords, python-mode): Don't use
6935 font-lock-syntax-table, but match symbol elements explicitly instead.
6936 (python-mode-map): Add help, and a few more key bindings.
6937 (python-skip-comments/blanks): Move out of comments as well.
6938 (python-continuation-line-p): Behave better with unbalanced parens.
6939 (python-blank-line-p): New fun.
6940 (python-open-block-statement-p): Don't use a heuristic.
6941 (python-outdent-p): Better handle blocks-in-the-same-line.
6942 (python-calculate-indentation): Misc improvements.
6943 (python-comment-indent): Remove.
6944 (python-block-pairs): New var.
6945 (python-first-word): New fun.
6946 (python-indentation-levels): Handle more common cases.
6947 (python-indent-line-1): Add `leave' argument.
6948 (python-indent-region): New fun.
6949 (python-skip-out): New fun.
6950 (python-beginning-of-statement, python-end-of-statement): Use it.
6951 (python-next-statement): Return correct count even at eob.
6952 (python-end-of-block): Fix paren-typo.
6953 (python-imenu-create-index): Add module variables.
6954 (run-python): Add `new' arg.
6955 Check we're at a prompt before returning.
6956 (python-send-command): Move to end of buffer.
6957 Wait for prompt to return.
6958 (python-set-proc): New fun.
6959 (python-imports): New var.
6960 (python-describe-symbol): Use it. Adjust to new interface of `ehelp'.
6961 (python-eldoc-function): Try to move out of arg list.
6962 (python-outline-level): Offset by 1.
6963 (python-find-imports): New fun.
6964 (python-symbol-completions): Use python-imports.
6965 (python-module-path, ffap-alist): Add support for ffap.
6966 (python-skeletons, python-mode-abbrev-table, def-python-skeleton)
6967 (python-insert-*, python-default-template, python-expand-template):
6968 Add templates/skeletons.
6969 (python-setup-brm): Support for Bicycle Repair Man.
6970 (python-abbrev-syntax-table): New var.
6971 (python-abbrev-pc-hook, python-pea-hook): New funs.
6972
6973 2006-08-20 Chong Yidong <cyd@stupidchicken.com>
6974
6975 * frame.el (blink-cursor-start): Set timer first.
6976 (blink-cursor-end): Ignore timer cancelling errors.
6977 Suggested by Ken Manheimer.
6978
6979 2006-08-20 Juanma Barranquero <lekktu@gmail.com>
6980
6981 * newcomment.el (comment-box): Call `comment-normalize-vars'.
6982 Add autoload cookie.
6983
6984 2006-08-20 Richard Stallman <rms@gnu.org>
6985
6986 * simple.el (line-number-at-pos): Doc fix.
6987
6988 * emacs-lisp/timer.el (run-with-idle-timer): Pass t to
6989 timer-activate-when-idle, so timer can run before Emacs becomes
6990 non-idle again.
6991
6992 2006-08-18 Yoni Rabkin Katzenell <yoni-r@actcom.com> (tiny change)
6993
6994 * whitespace.el (whitespace-cleanup-internal): New optional arg
6995 REGION-ONLY. If it's non-nil, modify the message to the user
6996 accordingly.
6997 (whitespace-cleanup-region): Call whitespace-cleanup-internal with
6998 a non-nil argument.
6999
7000 2006-08-18 Gustav H\e,Ae\e(Bllberg <gustav@gmail.com> (tiny change)
7001
7002 * rect.el (spaces-string): Simplify and add doc string.
7003
7004 2006-08-17 Romain Francoise <romain@orebokech.com>
7005
7006 * progmodes/gdb-ui.el (gdb-edit-locals-value): Balance parens.
7007
7008 2006-08-17 Richard Stallman <rms@gnu.org>
7009
7010 * compare-w.el (compare-windows): lambda's take an arg and pass
7011 it to compare-windows-skip-whitespace.
7012
7013 2006-08-17 Martin Rudalics <rudalics@gmx.at>
7014
7015 * jit-lock.el (jit-lock-fontify-now): Protect the modified status of
7016 the right buffer.
7017
7018 2006-08-17 Stefan Monnier <monnier@iro.umontreal.ca>
7019
7020 * pcvs-parse.el (cvs-parse-table): Accept the new `...' format for
7021 removed files.
7022
7023 2006-08-17 Nick Roberts <nickrob@snap.net.nz>
7024
7025 * progmodes/gdb-ui.el (gdb-locals-watch-map)
7026 (gdb-locals-watch-map-1): Suppress keymap first.
7027 (gdb-edit-locals-map-1): New variable.
7028 (gdb-edit-locals-value): New function.
7029 (gdb-stack-list-locals-handler): Use them.
7030
7031 2006-08-16 Stefan Monnier <monnier@iro.umontreal.ca>
7032
7033 * mouse.el (global-map): Allow yanking with mouse-2 at a spot whose
7034 cursor would normally be drawn in the fringe.
7035
7036 * font-lock.el (font-lock-extend-region-wholelines): Fix up typo.
7037 Reported by Martin Rudalics <rudalics@gmx.at>.
7038
7039 2006-08-16 Richard Stallman <rms@gnu.org>
7040
7041 * term/x-win.el (x-clipboard-yank): Specify * in interactive spec.
7042 (special-event-map): Process drag-n-drop events this way.
7043
7044 * simple.el (move-beginning-of-line): Test whether fields
7045 would prevent motion back to line's first visible character.
7046 If so, stop where the fields would stop the motion.
7047
7048 * newcomment.el (comment-indent): Fully update INDENT
7049 before checking to see if it will change the text.
7050
7051 * cus-edit.el (custom-newline): New function.
7052 (custom-mode-map): Bind newline to custom-newline.
7053
7054 * compare-w.el (compare-windows): Factor compare-ignore-whitespace
7055 into ignore-whitespace.
7056 Check each buffer for its skip-function.
7057 Handle compare-windows-skip-whitespace special-case test
7058 by returning t from default skip function.
7059
7060 2006-08-15 Carsten Dominik <dominik@science.uva.nl>
7061
7062 * textmodes/org.el (org-clock-special-range)
7063 (org-clock-update-time-maybe): New functions.
7064 (org-stamp-time-of-day-regexp): Allow weekday to be of word chars,
7065 not only a-z.
7066 (org-agenda-get-blocks): Allow multiple blocks per headline.
7067 (org-timestamp-change): Call `org-clock-update-time-maybe'.
7068 (org-export-html-title-format)
7069 (org-export-html-toplevel-hlevel): New options.
7070 (org-export-language-setup): Add support for Czech.
7071 (org-mode, org-insert-todo-heading, org-find-visible)
7072 (org-find-invisible, org-invisible-p, org-invisible-p2)
7073 (org-back-to-heading, org-on-heading-p, org-up-heading-all)
7074 (org-show-subtree, org-show-entry, org-make-options-regexp):
7075 Remove compatibility support for old outline-mode.
7076 (org-check-occur-regexp): Funtion removed.
7077 (org-on-heading-p, org-back-to-heading): Made defalias.
7078 (org-set-local): New defsubst.
7079 (org-set-regexps-and-options, org-mode)
7080 (org-set-font-lock-defaults, org-edit-agenda-file-list)
7081 (org-timeline, org-agenda-list, org-todo-list, org-tags-view)
7082 (org-remember-apply-template, org-table-edit-field)
7083 (org-table-edit-formulas, orgtbl-mode, org-export-as-ascii)
7084 (org-set-autofill-regexps): Use `org-set-local'.
7085 (org-table-eval-formula): Fix bug with parsing of display flags.
7086
7087 2006-08-15 Nick Roberts <nickrob@snap.net.nz>
7088
7089 * progmodes/gdb-ui.el (gdb-info-stack-custom): Indicate selected
7090 frame with fringe arrow. Suggested by Simon Marshall
7091 <simon.marshall@misys.com>.
7092 (gdb-stack-position): New variable.
7093 (gdb-starting, gdb-exited): Reset gdb-stack-position to nil.
7094 (gdb-frames-mode): Set gdb-stack-position to nil.
7095 Add to overlay-arrow-variable-list
7096 (gdb-reset): Delete gdb-stack-position from above list.
7097
7098 2006-08-14 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7099
7100 * term/x-win.el (menu-bar-edit-menu): Disable paste if buffer is
7101 read only.
7102
7103 2006-08-13 Romain Francoise <romain@orebokech.com>
7104
7105 * cus-theme.el (customize-create-theme)
7106 (custom-theme-visit-theme): End `y-or-n-p' prompt with a space.
7107
7108 * filesets.el (filesets-add-buffer): Ditto.
7109
7110 * pcvs.el (cvs-change-cvsroot): Ditto.
7111
7112 2006-08-13 Nick Roberts <nickrob@snap.net.nz>
7113
7114 * progmodes/gdb-ui.el (gdb-frame-separate-io-buffer)
7115 (gdb-use-separate-io-buffer, menu): Avoid using `inferior' in text.
7116 (gdb-memory-mode, gdb-locals-watch-map): Don't quote lambda
7117 expressions.
7118 (gdb-info-breakpoints-custom): Use gdb-breakpoint-regexp.
7119 Only search till end of line.
7120 Add face to function names in case of no filename.
7121 Add face to variable names of watchpoints.
7122
7123 2006-08-12 Robert Thorpe <rthorpe@realworldtech.com> (tiny change)
7124
7125 * cus-start.el <indent-tabs-mode>: Move to the `indent'
7126 customization group.
7127
7128 2006-08-12 Ken Manheimer <ken.manheimer@gmail.com>
7129
7130 * allout.el (allout-prior-bindings, allout-added-bindings):
7131 Remove, after long deprecation.
7132 (allout-beginning-of-line-cycles, allout-end-of-line-cycles):
7133 Add customization vars controlling allout-beginning-of-line and
7134 allout-end-of-line conveniences.
7135 (allout-header-prefix, allout-use-mode-specific-leader)
7136 (allout-use-mode-specific-leader, allout-mode-leaders):
7137 Revise docstrings.
7138 (allout-infer-header-lead): Change to be an alias for
7139 allout-infer-header-lead-and-primary-bullet.
7140 (allout-infer-header-lead-and-primary-bullet): New version of
7141 allout-infer-header-lead which assigns the primary bullet to the
7142 same as the header lead, when its being changed.
7143 (allout-infer-body-reindent): Apply regexp-quote instead of
7144 unconditionally prepending "\\", so that all literal
7145 allout-header-prefix and allout-primary-bullet strings are
7146 properly handled.
7147 (allout-add-resumptions): Add optional qualifier for extending or
7148 appending to existing values, rather than replacing them.
7149 (allout-view-change-hook): Clarify docstring.
7150 (allout-exposure-change-hook): Take explicit arguments, via
7151 run-hook-with-args.
7152 (allout-structure-added-hook)
7153 (allout-structure-deleted-hook)
7154 (allout-structure-shifted-hook): New hooks analogous to
7155 allout-exposure-change-hook for other kinds of structural outline
7156 edits.
7157 (allout-encryption-plaintext-sanitization-regexps): New encryption
7158 customization variable, by which cooperating modes can provde
7159 massage of the plaintext without actually being passed it.
7160 (allout-encryption-ciphertext-rejection-regexps)
7161 (allout-encryption-ciphertext-rejection-ceiling): New encryption
7162 customization variables, by which cooperating modes can prohibit
7163 rare but possible ciphertext patterns from fouling their
7164 operation, with actually being passed the ciphertext.
7165 (allout-mode): Run activation and deactivation hooks after the
7166 minor-mode variable has been toggled, to clarify the mode
7167 disposition. The new encryption ciphertext rejection variable is
7168 used to ensure that the ciphertext does not contain text that
7169 would be recognized as outline structural elements by allout.
7170 Substite allout-beginning-of-line and allout-end-of-line for
7171 conventionall beginning-of-line and end-of-line bindings.
7172 If allout-old-style-prefixes is non-nil, don't nullify it on mode
7173 activation!
7174 (allout-beginning-of-line): Respect `allout-beginning-of-line-cycles'.
7175 (allout-end-of-line): Respect `allout-end-of-line-cycles'.
7176 (allout-chart-subtree): Implement new mode, charting only the
7177 visible items in the subtree, when new 'visible' parameter is non-nil.
7178 (allout-end-of-subtree): Properly handle the last item in the buffer.
7179 (allout-pre-command-business, allout-command-counter):
7180 Increment an advertised counter so that cooperating enhancements can
7181 track revisions of items.
7182 (allout-open-topic): Run allout-structure-added-hook with suitable
7183 arguments.
7184 (allout-shift-in): Run allout-structure-shifted-hook with suitable
7185 arguments.
7186 (allout-shift-out): Fix doubling for negative args and ensure call
7187 of allout-structure-shifted-hook by solely using allout-shift-in.
7188 (allout-kill-line, allout-kill-topic):
7189 Run allout-structure-deleted-hook with suitable arguments.
7190 (allout-yank-processing): Run allout-structure-added-hook with
7191 proper arguments.
7192 (allout-yank): Enclose activity in allout-unprotected.
7193 (allout-flag-region): Run allout-exposure-change-hook with
7194 suitable arguments, instead of making the callee infer the arguments.
7195 (allout-encrypt-string):
7196 Support allout-encryption-plaintext-sanitization-regexps,
7197 allout-encryption-ciphertext-rejection-regexps, and
7198 allout-encryption-ciphertext-rejection-ceiling. Indicate correct
7199 en/de cryption mode in symmetric encryption failure message.
7200 (allout-obtain-passphrase): Use copy-sequence to get a distinct
7201 copy of the passphrase, and don't zero it or we'll corrupt the
7202 stashed copy.
7203 (allout-create-encryption-passphrase-verifier)
7204 (allout-verify-passphrase): Respect the new signature for
7205 allout-encrypt-string.
7206 (allout-get-configvar-values): Convenience for getting a
7207 configuration variable value and handling its absence gracefully.
7208
7209 2006-08-11 Romain Francoise <romain@orebokech.com>
7210
7211 * obsolete/zone-mode.el: Delete.
7212
7213 2006-08-11 Stefan Monnier <monnier@iro.umontreal.ca>
7214
7215 * textmodes/dns-mode.el (dns-mode): Use before-save-hook.
7216
7217 2006-08-11 Thien-Thi Nguyen <ttn@gnu.org>
7218
7219 * emacs-lisp/bindat.el (bindat-ip-to-string):
7220 Use `format-network-address' if possible.
7221
7222 2006-08-11 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7223
7224 * x-dnd.el (x-dnd-init-frame): Call x-register-dnd-atom.
7225
7226 2006-08-10 Chong Yidong <cyd@stupidchicken.com>
7227
7228 * emacs-lisp/edebug.el (edebug-recursive-edit): Don't save and
7229 restore unread-command-events here.
7230 (edebug-display): Do it here, to detect sit-for interruptions.
7231
7232 2006-08-10 Romain Francoise <romain@orebokech.com>
7233
7234 * textmodes/dns-mode.el: Alias `zone-mode' to `dns-mode'.
7235 (dns-mode-soa-auto-increment-serial): New user option.
7236 (dns-mode-soa-maybe-increment-serial): New function.
7237 (dns-mode): Add the latter to `write-contents-functions'.
7238
7239 * obsolete/zone-mode.el: Move to obsolete/ from net/.
7240 Delete autoload cookies.
7241
7242 2006-08-10 John Wiegley <johnw@newartisans.com>
7243
7244 * eshell/em-glob.el (eshell-glob-chars-list)
7245 (eshell-glob-translate-alist): Add support for [^g] in character globs.
7246
7247 2006-08-10 Richard Stallman <rms@gnu.org>
7248
7249 * facemenu.el (facemenu-add-face): Pass frame to facemenu-active-faces.
7250 (facemenu-set-face): Doc fix.
7251 (facemenu-listed-faces): Doc fix.
7252
7253 2006-08-09 Chong Yidong <cyd@stupidchicken.com>
7254
7255 * avoid.el (mouse-avoidance-animating-pointer): New var.
7256 (mouse-avoidance-nudge-mouse): Use it.
7257 (mouse-avoidance-banish): Rename from mouse-avoidance-banish-hook.
7258 (mouse-avoidance-exile): Rename from mouse-avoidance-exile-hook
7259 (mouse-avoidance-fancy): Rename from mouse-avoidance-fancy-hook.
7260 Don't activate if currently animating. All callers changed.
7261
7262 2006-08-09 John Wiegley <johnw@newartisans.com>
7263
7264 * calendar/timeclock.el (timeclock-use-elapsed): Added a new
7265 variable, which causes timeclock to report elapsed time worked,
7266 instead of just work remaining.
7267
7268 2006-08-09 Kenichi Handa <handa@m17n.org>
7269
7270 * international/latexenc.el (latexenc-find-file-coding-system):
7271 Fix for the case that the 2nd element of arg-list is a cons.
7272
7273 2006-08-08 Chong Yidong <cyd@stupidchicken.com>
7274
7275 * info.el (Info-fontify-node): Handle preceding `in' for note
7276 reference hiding rules.
7277
7278 2006-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
7279
7280 * progmodes/sh-script.el (sh-quoted-subshell): Make sure we don't
7281 mistake a closing " for an opening one.
7282
7283 2006-08-07 Dan Nicolaescu <dann@ics.uci.edu>
7284
7285 * term/xterm.el (terminal-init-xterm): Add more key bindings.
7286
7287 2006-08-07 Stefan Monnier <monnier@iro.umontreal.ca>
7288
7289 * complete.el (PC-do-completion): Filter out completions matching
7290 completion-ignored-extensions before checking whether there are
7291 multiple completions.
7292 Don't use `list' unnecessarily when building completion tables.
7293
7294 2006-08-06 Richard Stallman <rms@gnu.org>
7295
7296 * help.el (describe-mode): Make minor mode list more concise.
7297
7298 2006-08-05 Chong Yidong <cyd@stupidchicken.com>
7299
7300 * bindings.el: Give mode-line-format, mode-line-modes, and
7301 mode-line-position `standard-value' properties.
7302
7303 2006-08-05 Eli Zaretskii <eliz@gnu.org>
7304
7305 * buff-menu.el (list-buffers-noselect): For Info buffers, use
7306 "(file)node" instead of the file name.
7307
7308 2006-08-05 Richard Stallman <rms@gnu.org>
7309
7310 * faces.el (escape-glyph): Doc fix.
7311
7312 2006-08-04 Kenichi Handa <handa@m17n.org>
7313
7314 * international/mule-diag.el (describe-font): Improve docstring
7315 and error message. Use frame-parameter (not frame-parameters).
7316
7317 2006-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
7318
7319 * progmodes/gud.el (gdb-script-font-lock-syntactic-keywords):
7320 Correctly mark the end-of-docstring char.
7321
7322 2006-08-03 Chong Yidong <cyd@stupidchicken.com>
7323
7324 * simple.el (line-move-to-column): Constrain move-to-column to
7325 current field.
7326
7327 2006-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
7328
7329 * font-lock.el (font-lock-beg, font-lock-end)
7330 (font-lock-extend-region-functions): New vars.
7331 (font-lock-extend-region-multiline)
7332 (font-lock-extend-region-wholelines): New functions.
7333 (font-lock-default-fontify-region): Use them.
7334 (font-lock-extend-jit-lock-region-after-change): Only round up
7335 if font-lock-default-fontify-region will do it as well.
7336
7337 * font-lock.el (font-lock-extend-after-change-region-function):
7338 Rename from font-lock-extend-region-function.
7339 (font-lock-extend-region): Remove by inlining at call sites.
7340 (font-lock-after-change-function): Don't needlessly round up to a whole
7341 number of lines.
7342 (font-lock-extend-jit-lock-region-after-change): Be more careful about
7343 the boundary conditions and the interactions between the various ways
7344 to extend the region.
7345
7346 2006-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
7347
7348 * jit-lock.el (jit-lock-fontify-now): Preserve the buffer's
7349 modification status when forcing the second redisplay.
7350
7351 2006-08-03 Kim F. Storm <storm@cua.dk>
7352
7353 * edmacro.el (edmacro-fix-menu-commands): Ignore switch-frame.
7354
7355 2006-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
7356
7357 * pcvs-util.el (cvs-get-buffer-create): Obey `noreuse' even if `name'
7358 doesn't look like a file name.
7359
7360 * complete.el (PC-expand-many-files): Avoid signalling an error when
7361 the current directory doesn't exist. Reported by Micha\e,Ak\e(Bl Cadilhac.
7362
7363 2006-08-02 Andreas Schwab <schwab@suse.de>
7364
7365 * bindings.el (mode-line-format): Simplify reference to vc-mode.
7366
7367 2006-08-02 Nick Roberts <nickrob@snap.net.nz>
7368
7369 * bindings.el (map): Make mode-line-buffer-identification-keymap
7370 before defining propertized-buffer-identification.
7371
7372 2006-08-01 Richard Stallman <rms@gnu.org>
7373
7374 * bindings.el (mode-line-format): Adjust spacing around vc-mode.
7375
7376 2006-08-02 Nick Roberts <nickrob@snap.net.nz>
7377
7378 * progmodes/gdb-ui.el (gdb-find-source-frame): Make nil the
7379 default value.
7380 (gdb-find-source-frame): New function.
7381 (menu): Add to menu bar.
7382
7383 2006-08-01 Stefan Monnier <monnier@iro.umontreal.ca>
7384
7385 * font-core.el (font-lock-extend-region-function)
7386 (font-lock-extend-region): Move to font-lock.el.
7387
7388 * font-lock.el (font-lock-extend-region-function)
7389 (font-lock-extend-region): Move from font-core.el. Simplify.
7390
7391 * jit-lock.el (jit-lock-fontify-now): Cause a second redisplay
7392 if needed.
7393 (jit-lock-start, jit-lock-end): New dynamic scoped vars.
7394 (jit-lock-after-change-extend-region-functions): New hook.
7395 (jit-lock-after-change): Use it instead of hard-coding font-lock code.
7396
7397 * font-lock.el (font-lock-extend-jit-lock-region-after-change): New fun.
7398 (font-lock-turn-on-thing-lock): Use it.
7399
7400 * longlines.el (longlines-show-region): Make it work on read-only
7401 buffers as well.
7402
7403 2006-08-01 Nick Roberts <nickrob@snap.net.nz>
7404
7405 * progmodes/gdb-ui.el (gdb-set-hollow): Check for gud-last-last-frame.
7406
7407 2006-07-31 Richard Stallman <rms@gnu.org>
7408
7409 * progmodes/vhdl-mode.el (vhdl-speedbar-display-directory)
7410 (vhdl-speedbar-display-projects): Update old obsolete
7411 speedbar variable names.
7412
7413 2006-07-31 Nick Roberts <nickrob@snap.net.nz>
7414
7415 * progmodes/gdb-ui.el (gdb-find-source-frame): New option.
7416 (gdb-stopped): Use it.
7417
7418 * t-mouse.el (t-mouse-mode): Use set-process-query-on-exit-flag.
7419
7420 2006-07-29 Chong Yidong <cyd@stupidchicken.com>
7421
7422 * loadhist.el (unload-feature): Handle new `(t . SYMBOL)' format
7423 for load-history elements.
7424
7425 2006-07-29 Eli Zaretskii <eliz@gnu.org>
7426
7427 * files.el (convert-standard-filename): For Cygwin, replace
7428 characters not allowed in Windows file names.
7429 (make-auto-save-file-name): Add Cygwin to the list of systems
7430 where the auto-save file name needs to be run through
7431 convert-standard-filename.
7432
7433 2006-07-29 Lennart Borgman <lennart.borgman.073@student.lu.se>
7434
7435 * window.el (bw-get-tree): Don't integerp subtree if it's nil.
7436
7437 2006-07-28 Richard Stallman <rms@gnu.org>
7438
7439 * bindings.el (mode-line-frame-identification)
7440 (propertized-buffer-identification): Centralize the code
7441 to initialize the variable.
7442
7443 * progmodes/grep.el (grep-default-command): Catch errors from
7444 wildcard-to-regexp.
7445
7446 2006-07-29 Kim F. Storm <storm@cua.dk>
7447
7448 * progmodes/grep.el (grep-tag-default): New function.
7449 (grep-default-command, grep-read-regexp): Use it.
7450 (grep-read-files): Use car of grep-files-history or grep-files-aliases
7451 as default if nothing else applies.
7452
7453 2006-07-28 Bill Atkins <atkinw@rpi.edu> (tiny change)
7454
7455 * wdired.el (wdired-change-to-wdired-mode, wdired-change-to-dired-mode):
7456 Throw error if buffer is not in Dired and Wdired mode, respectively.
7457
7458 2006-07-28 Chong Yidong <cyd@stupidchicken.com>
7459
7460 * cus-edit.el (custom-no-edit): Revert 2006-07-27 change, so that
7461 self-insert-command keys don't activate buttons.
7462 (custom-mode-map): Just don't bind "\C-m" to `custom-no-edit'.
7463
7464 2006-07-29 Nick Roberts <nickrob@snap.net.nz>
7465
7466 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom): Use different
7467 faces for enable character.
7468
7469 2006-07-28 Nick Roberts <nickrob@snap.net.nz>
7470
7471 * Makefile.in (recompile): Update comment to reflect change
7472 on 2004-04-21.
7473
7474 2006-07-27 Richard Stallman <rms@gnu.org>
7475
7476 * cus-edit.el (customize-package-emacs-version-alist): Doc fix.
7477 (customize-package-emacs-version): Change msg when pkg has no entry.
7478 (custom-no-edit): On a button, do like widget-button-press.
7479
7480 2006-07-27 Dan Nicolaescu <dann@ics.uci.edu>
7481
7482 * term/xterm.el (terminal-init-xterm): Fix bindings for C-tab,
7483 S-tab and C-S-tab.
7484
7485 2006-07-28 Nick Roberts <nickrob@snap.net.nz>
7486
7487 * progmodes/which-func.el (which-function): Fix documentation/
7488 comment typo.
7489
7490 2006-07-26 Richard Stallman <rms@gnu.org>
7491
7492 * textmodes/ispell.el (ispell-word): If we replace the word,
7493 move point to the end. Insert before deleting.
7494
7495 2006-07-26 Chong Yidong <cyd@stupidchicken.com>
7496
7497 * subr.el (sit-for): Use new SECONDS arg of read-event instead of
7498 a timer.
7499
7500 2006-07-26 Mathias Dahl <mathias.dahl@gmail.com>
7501
7502 * tumme.el (tumme-backward-image): Add prefix argument. Add error
7503 when at first image.
7504 (tumme-forward-image): Add prefix argument. Add error when at last
7505 image.
7506
7507 2006-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
7508
7509 * tabify.el (tabify-regexp): Use more specific regexps.
7510 (tabify): Avoid modifying the buffer unnecessarily.
7511
7512 2006-07-25 Mathias Dahl <mathias.dahl@gmail.com>
7513
7514 * tumme.el (tumme-track-original-file): Add `buffer-live-p' check.
7515 (tumme-format-properties-string): Handle empty `buf'.
7516 (tumme-get-comment): Change variable names inside `let'.
7517 Add missing `let' variable that cause font-lock problems.
7518 (tumme-write-comments): Change variable names inside `let'.
7519 Add missing `let' variable that cause font-lock problems.
7520 (tumme-forward-image): Rename from `tumme-forward-char'.
7521 (tumme-backward-image): Rename from `tumme-backward-char'.
7522
7523 2006-07-25 Masatake YAMATO <jet@gyve.org>
7524
7525 * progmodes/ld-script.el (ld-script-keywords)
7526 (ld-script-font-lock-keywords, ld-script-builtins): Update keywords
7527 and add comments.
7528
7529 2006-07-25 Nick Roberts <nickrob@snap.net.nz>
7530
7531 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
7532 (gdb-resync, gdb-prompt, gdb-starting, gdb-exited, gdb-stopped)
7533 (gdb-set-gud-minor-mode-existing-buffers-1): Use different faces
7534 for status indicator.
7535
7536 2006-07-24 Richard Stallman <rms@gnu.org>
7537
7538 * xml.el (xml-parse-file): Clean up, and use with-temp-buffer.
7539
7540 * subr.el (dolist, dotimes): Use interned symbols for locals.
7541 (--dotimes-limit--, --dolist-tail--): New defvars.
7542 (looking-back): Doc fix.
7543
7544 * replace.el (replace-match-string-symbols): Handle dotted lists.
7545
7546 2006-07-24 Mathias Dahl <mathias.dahl@gmail.com>
7547
7548 * tumme.el (tumme-write-tags): Add.
7549 (tumme-write-comments): Add.
7550 (tumme-tag-files): Change to use `tumme-write-tags'.
7551 (tumme-tag-thumbnail): Change to use `tumme-write-tags'.
7552 (tumme-dired-comment-files): Change to use `tumme-write-comments'.
7553 (tumme-save-information-from-widgets): Change to use
7554 `tumme-write-comments' and `tumme-write-tags'.
7555 (tumme-comment-thumbnail): Change to use `tumme-write-comments'.
7556 (tumme-write-tag): Remove.
7557 (tumme-write-comment): Remove.
7558 (tumme-display-previous-thumbnail-original): Remove empty line.
7559 (tumme-widget-list): Add punctuation.
7560
7561 2006-07-24 Mathias Dahl <mathias.dahl@gmail.com>
7562
7563 * tumme.el (tumme-line-up): Add an extra check for end of buffer.
7564
7565 2006-07-24 Daiki Ueno <ueno@unixuser.org>
7566
7567 * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
7568 letters from the end. Thanks to "David Smith" <davidsmith@acm.org>
7569 and andreas@altroot.de (Andreas V\e,Av\e(Bgele).
7570
7571 2006-07-23 Thien-Thi Nguyen <ttn@gnu.org>
7572
7573 * mouse.el (mouse-on-link-p): Doc fix.
7574
7575 2006-07-23 Nick Roberts <nickrob@snap.net.nz>
7576
7577 * emacs-lisp/find-func.el (find-function-search-for-symbol):
7578 Handle "C-h f `".
7579
7580 2006-07-22 Dan Nicolaescu <dann@ics.uci.edu>
7581
7582 * ibuffer.el (ibuffer-formats): Use left alignment for the mode
7583 column.
7584
7585 2006-07-22 Matt Hodges <MPHodges@member.fsf.org>
7586
7587 * textmodes/table.el: Add move-beginning-of-line and
7588 move-end-of-line to Point Motion Only Group.
7589
7590 2006-07-22 Eric Hanchrow <offby1@blarg.net> (tiny change)
7591
7592 * progmodes/delphi.el (delphi-fill-comment): Use save-restriction.
7593
7594 2006-07-22 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
7595
7596 * startup.el (user-mail-address): Initialize from the `EMAIL'
7597 environment variable first. Document this.
7598 (command-line): Ditto.
7599
7600 2006-07-22 Nick Roberts <nickrob@snap.net.nz>
7601
7602 * help-mode.el (help-function-def, help-variable-def)
7603 (help-face-def): Print a message in the minibuffer.
7604
7605 2006-07-21 Dan Nicolaescu <dann@ics.uci.edu>
7606
7607 * term/xterm.el (terminal-init-xterm): Fix key bindings
7608 syntax. Bind S-return, C-M-., C-TAB, S-TAB and C-S-TAB.
7609
7610 2006-07-21 Eli Zaretskii <eliz@gnu.org>
7611
7612 * dos-w32.el (find-buffer-file-type-coding-system): Support calls
7613 where `(nth 1 command)' is a cons cell. Doc fix.
7614
7615 * textmodes/po.el (po-find-charset): Doc fix.
7616
7617 2006-07-21 Ken Manheimer <ken.manheimer@gmail.com>
7618
7619 * allout.el (allout-unprotected, allout-e-o-prefix-p)
7620 (allout-beginning-of-current-line, allout-end-of-current-line)
7621 (allout-next-visible-heading, allout-open-topic)
7622 (allout-kill-topic, allout-yank-processing, allout-resolve-xref)
7623 (allout-flag-current-subtree, allout-show-to-offshoot)
7624 (allout-hide-current-entry, allout-show-current-branches)
7625 (allout-hide-region-body, allout-old-expose-topic)
7626 (allout-listify-exposed, allout-latex-verbatim-quote-curr-line)
7627 (allout-mark-topic, allout-adjust-file-variable): Enclose scopes
7628 containing `beginning-of-line' and `end-of-line' with
7629 `inhibit-field-text-motion' t.
7630
7631 2006-07-21 Eli Zaretskii <eliz@gnu.org>
7632
7633 * frame.el (focus-follows-mouse): Document that it doesn't have
7634 any effect on MS-Windows.
7635
7636 2006-07-20 Stefan Monnier <monnier@iro.umontreal.ca>
7637
7638 * progmodes/sh-script.el (sh-quoted-subshell): Further fix last change.
7639
7640 2006-07-20 Jay Belanger <belanger@truman.edu>
7641
7642 * calc.el (calc-previous-alg-entry): Remove variable.
7643
7644 * calc-aent.el (calc-alg-entry-history, calc-quick-calc-history):
7645 New variables.
7646 (calc-alg-entry): Use `calc-alg-entry-history'.
7647 (calc-do-quick-calc): Use `calc-quick-calc-history'.
7648 Remove reference to `calc-previous-alg-entry'.
7649 (calcAlg-edit, calcAlg-enter): Remove reference to
7650 `calc-previous-alg-entry'.
7651 (calcAlg-previous): Use `previous-history-element' instead of
7652 `calc-previous-alg-entry'.
7653 (calc-do-alg-entry): Use history when calling `read-from-minibuffer'.
7654 Change keybinding for `calcAlg-plus-minus', add keybindings for
7655 `previous-history-element' and `next-history-element'.
7656
7657 * calc-rewr.el (calc-match): Remove reference to
7658 `calc-previous-alg-entry'.
7659
7660 * calc-sel.el (calc-selection-history): New variable.
7661 (calc-enter-selection, calc-sel-mult-both-sides)
7662 (calc-sel-add-both-sides): Use `calc-selection-history'.
7663
7664 * calc-map.el (calc-get-operator-history): New variable.
7665 (calc-get-operator): Use `calc-get-operator-history'.
7666
7667 * calcalg3.el (calc-curve-fit-history): New variable.
7668 (calc-curve-fit): Use `calc-curve-fit-history'.
7669
7670 2006-07-20 Kenichi Handa <handa@m17n.org>
7671
7672 * international/mule-cmds.el (select-safe-coding-system): Fix the
7673 way of deciding eol-type of the coding system.
7674
7675 2006-07-20 Alan Mackenzie <acm@muc.de>
7676
7677 * progmodes/cc-langs.el (c-emacs-variable-inits): New variable.
7678 (c-lang-setvar): New macro.
7679 (c-make-init-lang-vars-fun): Use the initialization forms in
7680 c-emacs-variable-inits in addition to those in c-lang-variable-inits.
7681 (comment-start, comment-end, comment-start-skip): Change these from
7682 c-lang-defvar's to c-lang-setvar's.
7683
7684 * progmodes/cc-mode.el (c-make-emacs-variables-local): New macro,
7685 which calls make-local-variable on the elements of
7686 c-emacs-variable-inits.
7687 (c-init-language-vars-for): Call this new macro.
7688
7689 2006-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
7690
7691 * progmodes/compile.el (compilation-error-regexp-alist-alist) <gnu>:
7692 Try to rule out false positives due to time stamps.
7693 (compilation-mode-font-lock-keywords): Remove rules made redundant
7694 because of the above change. Add `segmentation fault' to the known and
7695 highlighted compilation termination messages.
7696
7697 2006-07-19 Kim F. Storm <storm@cua.dk>
7698
7699 * progmodes/grep.el (grep-find-ignored-directories):
7700 Add .svn and _darcs to list.
7701
7702 2006-07-19 Mathias Dahl <mathias.dahl@gmail.com>
7703
7704 * dired.el (dired-mode-map): Add key binding `C-te' for
7705 `tumme-dired-edit-comment-and-tags'.
7706
7707 * tumme.el (tumme-display-thumbnail-original-image): Make sure
7708 image display buffer is displayed before call to
7709 `tumme-display-image.
7710 (tumme-dired-display-image): Make sure image display buffer is
7711 displayed before call to `tumme-display-image.
7712 (tumme-mouse-display-image): Make sure image display buffer is
7713 displayed before call to `tumme-display-image.
7714 (tumme-widget-list): Add.
7715 (tumme-dired-edit-comment-and-tags): Add.
7716 (tumme-save-information-from-widgets): Add.
7717
7718 2006-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
7719
7720 * progmodes/sh-script.el (sh-quoted-subshell): Fix last change.
7721
7722 2006-07-18 Stefan Monnier <monnier@iro.umontreal.ca>
7723
7724 * progmodes/sh-script.el (sh-font-lock-keywords-1):
7725 Revert inadvertently installed patch hunk.
7726
7727 * progmodes/compile.el (compilation-find-file): Handle the
7728 cases where the user selects a non-existent file.
7729
7730 2006-07-18 Stefan Monnier <monnier@iro.umontreal.ca>
7731
7732 * bindings.el (minibuffer-local-map): Rebind TAB so it inserts a \t.
7733
7734 2006-07-17 Chong Yidong <cyd@stupidchicken.com>
7735
7736 * subr.el (sit-for): Just sleep-for if noninteractive.
7737
7738 2006-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
7739
7740 * emacs-lisp/autoload.el (make-autoload): Use new arg.
7741
7742 * custom.el (custom-autoload): Add `noset' argument.
7743 (custom-push-theme): Don't autoload the variable, let callers do it.
7744 (custom-theme-set-variables): Autoload the variable if necessary.
7745
7746 * cus-edit.el (custom-variable-state-set): If the variable was
7747 originally set outside custom, but to the same value as the default,
7748 consider it to be standard.
7749
7750 * Makefile.in (mh-loaddefs.el): Finish setting up the default empty
7751 file *before* telling Emacs to add the autoloads, in case it fails.
7752
7753 * progmodes/sh-script.el (sh-quoted-subshell): Don't match escaped `.
7754 Use `cond', push', and `dolist'.
7755
7756 2006-07-17 Richard Stallman <rms@gnu.org>
7757
7758 * image-mode.el (tar-superior-buffer, archive-superior-buffer):
7759 Add defvars to silence warnings.
7760
7761 2006-07-17 Chong Yidong <cyd@stupidchicken.com>
7762
7763 * progmodes/compile.el (compilation-mode-font-lock-keywords):
7764 Don't highlight "Compiling file" messages as error.
7765
7766 * dired-aux.el (dired-compress-file): Confirm again if gzipped
7767 file already exists.
7768
7769 2006-07-16 Thien-Thi Nguyen <ttn@gnu.org>
7770
7771 * find-file.el (ff-special-constructs): Doc fix. Also, for C/C++
7772 entry, don't assign to free var; simply return the extracted filename.
7773 (ff-treat-as-special): Incorporate common preamble from callers.
7774 (ff-other-file-name, ff-find-the-other-file):
7775 Update call to ff-treat-as-special.
7776
7777 * progmodes/ada-mode.el (ada-mode): Rewrite ff-special-constructs init.
7778
7779 2006-07-16 Mathias Dahl <mathias.dahl@gmail.com>
7780
7781 * tumme.el (tumme-get-comment): Fix bug.
7782
7783 2006-07-16 Stefan Monnier <monnier@iro.umontreal.ca>
7784
7785 * files.el: Remove spurious * in docstrings.
7786
7787 2006-07-14 Ken Manheimer <ken.manheimer@gmail.com>
7788
7789 * allout.el (allout-run-unit-tests-on-load): Rectify docstring
7790 grammar.
7791 (allout-beginning-of-current-line): Beware beginning of buffer.
7792 Also, a comment is simplified.
7793 (allout-hotspot-key-handler): Only set allout-post-goto-bullet
7794 when appropriate. (This fix enables use for other than
7795 bullet-hotspot operation.)
7796 (allout-hide-current-subtree): While escalating to sibling-close,
7797 make sure to situate on a topic.
7798
7799 2006-07-14 Kim F. Storm <storm@cua.dk>
7800
7801 * emulation/cua-base.el (cua-delete-selection)
7802 (cua-toggle-set-mark): New defcustoms.
7803 (cua-rectangle-modifier-key): Add `alt' modifier.
7804 (cua-replace-region): Don't delete if cua-delete-selection is nil.
7805 (cua-set-mark): Don't clear mark if cua-toggle-set-mark is nil.
7806 Suggested by Klaus Zeitler <kzeitler@lucent.com>.
7807
7808 * emulation/cua-rect.el (cua-help-for-rectangle): Add `alt' modifier.
7809
7810 2006-07-14 Ken Manheimer <ken.manheimer@gmail.com>
7811
7812 * allout.el: Require 'cl during byte-compilation/interactive load,
7813 for the `assert' macro.
7814 (allout-mode-deactivate-hook): New hook, run when allout mode
7815 deactivates.
7816 (allout-developer): New allout customization subgroup.
7817 (allout-run-unit-tests-on-load): New allout-developer
7818 customization variable, when true allout unit tests are run towards
7819 end of file load/eval.
7820 (allout-inhibit-auto-fill): Disable auto-fill activity even during
7821 auto-fill-mode.
7822 (allout-resumptions): Remove, to be replaced by...
7823 (allout-add-resumptions): Register variable settings to be
7824 reinstated by `allout-do-resumptions'. The settings are made
7825 buffer-local, but the locality/globality of the suspended setting
7826 is restored on resumption.
7827 (allout-do-resumptions): Reinstate all settings suspended using
7828 `allout-add-resumptions'.
7829 (allout-test-resumptions): Unit tests (and intermediate variables)
7830 for resumptions.
7831 (allout-tests-globally-unbound, allout-tests-globally-true)
7832 (allout-tests-locally-true): Intermediate variables for
7833 resumptions unit tests.
7834 (allout-overlay-preparations): Replaces `allout-set-overlay-category'.
7835 (allout-exposure-category): Replaces 'allout-overlay-category variable.
7836 (allout-mode): Use `allout-add-resumptions' and `allout-do-resumptions'
7837 instead of retired `allout-resumptions'. For hook functions, use
7838 `local' parameter so hook settings are created and removed as
7839 buffer-local settings. Revise (resumptions) setting
7840 auto-fill-function so it is set only if already active. (The
7841 related fill-function settings are all made in either case, so
7842 that activating auto-fill-mode activity will have the custom
7843 allout-mode behaviors (hanging indent on topics, if configured for it).
7844 Remove all allout-exposure-category overlays on mode deactivation.
7845 (allout-hotspot-key-handler): New function extracted from
7846 `allout-pre-command-business', so the functionality can be used
7847 for other purposes, eg as a binding in an overlay.
7848 (allout-pre-command-business): Use new `allout-hotspot-key-handler'.
7849 (allout-auto-fill): Respect new `allout-inhibit-auto-fill'
7850 customization variable.
7851 (allout-run-unit-tests): Run the (currently quite small)
7852 repertoire of unit tests. Called just before the provide iff user
7853 has customized `allout-run-unit-tests-on-load' non-nil.
7854
7855 2006-07-14 K\e,Aa\e(Broly L\e$,1 q\e(Brentey <lorentey@elte.hu>
7856
7857 * emacs-lisp/authors.el (authors-aliases): Update.
7858
7859 2006-07-14 Nick Roberts <nickrob@snap.net.nz>
7860
7861 * progmodes/gdb-ui.el (gdb-display-buffer): Check for
7862 gdb-source-window. Add dedicated argument.
7863 (gdb-display-separate-io-buffer, gdb-append-to-inferior-io)
7864 (gdb-display-breakpoints-buffer, gdb-display-stack-buffer)
7865 (gdb-display-threads-buffer, gdb-display-memory-buffer)
7866 (gdb-display-locals-buffer): Use it.
7867
7868 * progmodes/gud.el (gud-display-line): Use gdb-display-buffer.
7869 Set gdb-source-window.
7870
7871 2006-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
7872
7873 * emacs-lisp/autoload.el (make-autoload): Remove special handling of
7874 minor modes, redundant with the custom-autoload line above.
7875
7876 2006-07-12 Chong Yidong <cyd@stupidchicken.com>
7877
7878 * longlines.el (longlines-post-command-function): Handle open-line too.
7879
7880 2006-07-12 Richard Stallman <rms@gnu.org>
7881
7882 * progmodes/grep.el (grep-last-buffer): Doc fix.
7883
7884 * info.el (Info-try-follow-nearest-node): Doc fix.
7885
7886 * emacs-lisp/edebug.el (edebug-instrument-function):
7887 Err if find-function-noselect gives no position.
7888
7889 * emacs-lisp/find-func.el (find-function-search-for-symbol):
7890 If can't find definition, return nil for position.
7891 (find-function-do-it): Handle new return value
7892 of find-definition-noselect.
7893 (find-definition-noselect, find-variable-noselect): Doc fix.
7894 (find-function-noselect): Doc fix.
7895
7896 * help-mode.el (help-variable-def): Handle find-variable-noselect
7897 returning no position.
7898 (help-function-def): Likewise for find-function-search-for-symbol.
7899 (help-face-def): Likewise.
7900
7901 * help-fns.el (describe-variable): Handle find-variable-noselect
7902 returning no position.
7903
7904 * files.el (locate-file-completion): Avoid duplicates in result.
7905
7906 * cus-edit.el (custom-no-edit): New command.
7907 (custom-mode-map): Remap to custom-no-edit instead of
7908 using suppress-keymap.
7909
7910 2006-07-12 Nick Roberts <nickrob@snap.net.nz>
7911
7912 * tumme.el (tumme-create-thumb, tumme-thumbnail-display-external)
7913 (tumme-display-image, tumme-rotate-thumbnail, tumme-rotate-original)
7914 (tumme-set-exif-data, tumme-get-exif-data): Use shell-command-switch.
7915
7916 * thumbs.el (thumbs-call-convert): Use shell-command-switch.
7917
7918 2006-07-11 Kim F. Storm <storm@cua.dk>
7919
7920 * ido.el (ido-copy-current-file-name): Use buffer-name if
7921 buffer-file-name is nil.
7922
7923 2006-07-11 Chong Yidong <cyd@stupidchicken.com>
7924
7925 * simple.el (undo-ask-before-discard): Set to nil.
7926
7927 * vc.el (vc-exec-after): Don't delete process manually.
7928 (vc-print-log): Run log-view-mode in process sentinel inside
7929 inhibit-read-only. Don't shrink window due to timing issues.
7930
7931 * progmodes/ebrowse.el (ebrowse-display-member-buffer):
7932 Avoid using with-output-to-temp-buffer, which clobbers local vars.
7933
7934 2006-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
7935
7936 * progmodes/compile.el (compilation-error-regexp-alist-alist):
7937 Fix ambiguity introduced by last change.
7938 (compilation-find-file): Move save-excursion to where it may
7939 make sense. Fix a left over `find-file'.
7940
7941 2006-07-11 Robert J. Chassell <bob@rattlesnake.com>
7942
7943 * textmodes/texinfmt.el (texinfo-format-separate-node):
7944 Insert a string before point, which fits documentation, not after.
7945 (texinfo-multitable-item): In a multitable row, insert any
7946 additional needed @tabs and spaces.
7947
7948 2006-07-11 Nick Roberts <nickrob@snap.net.nz>
7949
7950 * tumme.el (tumme-create-thumb, tumme-thumbnail-display-external)
7951 (tumme-display-image, tumme-rotate-thumbnail, tumme-rotate-original)
7952 (tumme-set-exif-data, tumme-get-exif-data): Use call-process
7953 instead of shell-command.
7954 (tumme-create-thumbnail-buffer, tumme-create-display-image-buffer)
7955 (tumme-display-thumbs, tumme-modify-mark-on-thumb-original-file)
7956 (tumme-display-image, tumme-get-exif-data): Use with-current-buffer.
7957 (tumme-display-properties-format, tumme-dired-insert-marked-thumbs)
7958 (tumme-thumbnail-set-image-description, tumme-gallery-generate)
7959 (tumme-rotate-original, tumme-get-exif-file-name): Fit to 80 columns.
7960
7961 2006-07-11 Kim F. Storm <storm@cua.dk>
7962
7963 * subr.el (sit-for): Doc fix. Specify normal arg list using fn-form.
7964 Remove special case for seconds < 0. Use (redisplay t) instead.
7965
7966 2006-07-10 Chong Yidong <cyd@stupidchicken.com>
7967
7968 * progmodes/cc-awk.el (c-awk-escaped-nls*): Use eval-and-compile to
7969 avoid compilation error.
7970
7971 * subr.el (sit-for): New function.
7972
7973 * play/hanoi.el (hanoi-sit-for): Check sit-for return value.
7974
7975 2006-07-10 Richard Stallman <rms@gnu.org>
7976
7977 * ldefs-boot.el (edebug): Update page.
7978
7979 2006-07-10 Kim F. Storm <storm@cua.dk>
7980
7981 * emacs-lisp/authors.el (authors-ignored-files): Ignore changes
7982 to FOR-RELEASE and TODO.
7983
7984 2006-07-10 Romain Francoise <romain@orebokech.com>
7985
7986 * emacs-lisp/authors.el (authors-aliases): Update.
7987
7988 2006-07-10 Alan Mackenzie <acm@muc.de>
7989
7990 * progmodes/cc-awk.el, cc-defs.el, cc-fonts.el, cc-langs.el:
7991 * cc-mode.el: Changes to eradicate eval-after-load.
7992
7993 2006-07-09 Chong Yidong <cyd@stupidchicken.com>
7994
7995 * emacs-lisp/helper.el (Helper-help-scroller): Don't signal error
7996 on non-char events.
7997
7998 2006-07-09 Romain Francoise <romain@orebokech.com>
7999
8000 * progmodes/compile.el (compilation-mode-font-lock-keywords):
8001 Don't highlight start/end markers as compilation messages.
8002
8003 * isearch.el (isearch-yank-line): Let-bind `inhibit-field-text-motion'
8004 to t.
8005
8006 2006-07-09 Stefan Monnier <monnier@iro.umontreal.ca>
8007
8008 * textmodes/fill.el (fill-region-as-paragraph): Refine last change.
8009
8010 2006-07-08 Richard Stallman <rms@gnu.org>
8011
8012 * term/x-win.el (x-handle-display): Add doc string.
8013
8014 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
8015
8016 * subr.el (def-edebug-spec): Move here.
8017 * emacs-lisp/edebug.el (def-edebug-spec): Move to subr.el.
8018
8019 * imenu.el (imenu-choose-buffer-index): Doc fix.
8020
8021 2006-07-08 Romain Francoise <romain@orebokech.com>
8022
8023 * term/x-win.el (x-display-name): Fix typo.
8024
8025 2006-07-08 Eli Zaretskii <eliz@gnu.org>
8026
8027 * hexl.el (hexl-find-file): Doc fix.
8028
8029 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
8030
8031 2006-07-07 Chong Yidong <cyd@stupidchicken.com>
8032
8033 * term/x-win.el (x-display-name): Doc fix.
8034
8035 2006-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
8036
8037 * textmodes/fill.el (fill-delete-prefix): Don't ignore excessively
8038 long prefixes.
8039 (fill-region-as-paragraph): Don't round up to a whole line.
8040 (fill-comment-paragraph): Don't include the code-before-the-comment
8041 when calling fill-region-as-paragraph.
8042
8043 * international/mule.el (make-char): Remove redundancy.
8044
8045 * emacs-lisp/bytecomp.el (byte-compile-form): The `byte-compile'
8046 property may contain an anonymous function rather than a symbol.
8047
8048 * pcvs-defs.el (cvs-temp-buffer-name): Fix non-hiddenness.
8049
8050 * progmodes/compile.el (compilation-error-regexp-alist-alist) <gnu>:
8051 Use shy regexp. Fix incorrect backref to potentially unmatched group.
8052
8053 * dirtrack.el (dirtrack-default-directory-function): Remove.
8054 (dirtrack-directory-function): Use file-name-as-directory.
8055 (dirtrack-windows-directory-function): Simplify.
8056 (dirtrack-forward-slash, dirtrack-backward-slash)
8057 (dirtrack-replace-slash): Remove.
8058 (dirtrack-toggle): Adjust comint-preoutput-filter-functions as well.
8059 (dirtrack): Fix wrong parenthesizing; use match-string.
8060
8061 * progmodes/octave-inf.el: Remove spurious * in docstrings.
8062 (inferior-octave-mode): Only change the buffer-local value of
8063 comint-dynamic-complete-functions.
8064 (inferior-octave-mode-map, inferior-octave-mode-syntax-table):
8065 Move the initialization to the declaration.
8066 (inferior-octave-complete): Remove unused var `filter'.
8067
8068 * shell.el (shell-mode): Only change the buffer-local value of
8069 comint-dynamic-complete-functions.
8070
8071 2006-07-07 Carsten Dominik <dominik@science.uva.nl>
8072
8073 * textmodes/org.el (org-agenda-get-todos): Skip subtree also if
8074 entry is skipped because it has been scheduled.
8075 (org-prepare-agenda-buffers): Don't mark buffers as modified when
8076 changing `:org-archived' and `:org-comment' properties.
8077
8078 2006-07-06 Chong Yidong <cyd@stupidchicken.com>
8079
8080 * server.el (server-select-display): Don't make the temp frame
8081 minibuffer-only, in case it's not a temp frame.
8082 (server-process-filter): Don't delete the temp frame if it's the
8083 only one we have on that display.
8084
8085 * files.el (find-alternate-file): Doc fix.
8086
8087 2006-07-05 Richard Stallman <rms@gnu.org>
8088
8089 * files.el (abbreviate-file-name): Add save-match-data.
8090
8091 2006-07-03 Richard Stallman <rms@gnu.org>
8092
8093 * faces.el (read-face-name): Doc fix.
8094
8095 2006-07-05 Chong Yidong <cyd@stupidchicken.com>
8096
8097 * net/goto-addr.el (goto-address): Mark as safe for local evals.
8098
8099 2006-07-05 Andre Spiegel <spiegel@gnu.org>
8100
8101 * vc.el (vc-diff-internal): Fix prev change.
8102
8103 2006-07-05 Thien-Thi Nguyen <ttn@gnu.org>
8104
8105 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Use eval-buffer.
8106 * play/dunnet.el (dun-load-d, dun-eval): Likewise.
8107
8108 2006-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
8109
8110 * thingatpt.el (symbol-at-point): Don't use `form-at-point' which
8111 fails if the symbol contains chars like ( or '.
8112 (bounds-of-thing-at-point): Remove unused vars `end' and `beg'.
8113 (thing-at-point-bounds-of-url-at-point): Remove unused vars `url' and
8114 `short'.
8115
8116 2006-07-04 Kenichi Handa <handa@m17n.org>
8117
8118 * international/mule-cmds.el (set-language-info): If LANG-ENV is
8119 the current one, don't call set-language-environment, but call one
8120 of set-language-environment-XXX to make INFO effective now.
8121 (set-language-environment): Call set-language-environment-XXX
8122 functions instead of doing the various setups directly.
8123 (set-language-environment-coding-systems): Delete argument eol-type.
8124 (set-language-environment-input-method)
8125 (set-language-environment-nonascii-translation)
8126 (set-language-environment-charset)
8127 (set-language-environment-fontset)
8128 (set-language-environment-unibyte): New functions.
8129
8130 2006-07-03 Luc Teirlinck <teirllm@auburn.edu>
8131
8132 * locate.el (locate-update-when-revert): New option.
8133 (locate-update-path): New option (suggested by Michael Albinus).
8134 (locate-prompt-for-command): Whitespace change.
8135 (locate-update): No longer offer to update the locate database by
8136 default. Implement the two new options.
8137
8138 2006-07-04 Nick Roberts <nickrob@snap.net.nz>
8139
8140 * tooltip.el: Move comment about track-mouse...
8141
8142 * progmodes/gud.el: ...to here.
8143
8144 2006-07-03 Chong Yidong <cyd@stupidchicken.com>
8145
8146 * facemenu.el (facemenu-listed-faces): New var.
8147 (facemenu-unlisted-faces): Variable deleted.
8148 (facemenu-add-new-face): Use facemenu-listed-faces.
8149
8150 * emulation/viper-init.el, calendar/calendar.el:
8151 * progmodes/make-mode.el: Delete calls to facemenu-unlisted-faces.
8152
8153 2006-07-03 Carsten Dominik <dominik@science.uva.nl>
8154
8155 * textmodes/org.el (org-mode): Remove no invalid settings for
8156 calc embedded mode.
8157 (org-mode-p): New defsubst.
8158 (org-save-all-org-buffers): New function.
8159 (org-first-headline-recenter): Enclose outline-regexp in group
8160 delimiters.
8161 (org-set-tags): Keep single space after stars.
8162
8163 2006-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
8164
8165 * window.el (set-window-text-height): Only set window-min-height to
8166 1 if that's the requested size.
8167
8168 * diff-mode.el (diff-find-file-name): Obey cvs-pcl-cvs-dirchange-re.
8169 (diff-unified->context, diff-context->unified)
8170 (diff-reverse-direction): Make sure the end marker stays at the end.
8171 (diff-mode): Add the keymap table at the end of docstring.
8172 Use lexical-let rather than constructing a closure manually.
8173
8174 * files.el (find-file-noselect-1): Remove unused var assignment.
8175 (hack-local-variables-confirm): Print lists of strings as lists of
8176 strings rather than lists of symbols.
8177 (abbreviate-file-name, hack-local-variables-prop-line):
8178 Use match-string.
8179 (hack-one-local-variable): Move `make-local-variable' nearer its use.
8180 (recover-session-finish): Use line-end-position.
8181
8182 2006-07-02 Michael Albinus <michael.albinus@gmx.de>
8183
8184 * net/tramp.el (tramp-handle-shell-command): Preserve current-buffer.
8185
8186 2006-07-02 Daniel Pfeiffer <occitan@esperanto.org>
8187
8188 * progmodes/make-mode.el (makefile-macroassign-regex):
8189 Accept preceding keyword.
8190 (makefile-gmake-statements): Reorganize, now that makepp has
8191 "override" and also handle forgotten "override define".
8192 (makefile-makepp-statements): Add new "global", "override export"
8193 and "override global".
8194
8195 2006-06-30 Juanma Barranquero <lekktu@gmail.com>
8196
8197 * progmodes/ada-mode.el (ada-which-compiler, ada-mode-menu)
8198 (ada-compile-mouse-goto-error, ada-deactivate-properties)
8199 (ada-no-auto-case): Fix typos in docstrings.
8200
8201 2006-06-30 Nick Roberts <nickrob@snap.net.nz>
8202
8203 * info.el (Info-find-node-2): Search for makeinfo version more
8204 carefully.
8205
8206 2006-06-29 Carsten Dominik <dominik@science.uva.nl>
8207
8208 * textmodes/org.el (org-prepare-agenda-buffers):
8209 Use `invisible-OK' argument for `org-end-of-subtree'.
8210 (org-export-cleanup-toc-line): Rename from `org-html-cleanup-toc-line'.
8211 (org-beginning-of-item): Fix bug in regular expression for white line.
8212 (org-export-as-html): Enforce space after bullet in plain list items.
8213 (org-set-autofill-regexps): Require space after plain list bullet
8214 for paragraph-start.
8215 (org-ts-regexp3): New constant.
8216 (org-at-timestamp-p): New optional argument ALSO-INACTIVE.
8217 (org-timestamp-up-day, org-timestamp-down-day)
8218 (org-timestamp-change): Work with inactive timestamps.
8219 (org-ts-regexp1): Don't allow brackets in time stamps.
8220
8221 2006-06-29 Nick Roberts <nickrob@snap.net.nz>
8222
8223 * help-mode.el (help-xref-symbol-regexp): Add property as a keyword
8224 for ignoring links.
8225
8226 * faces.el (read-face-name): Use it.
8227
8228 2006-06-28 Juri Linkov <juri@jurta.org>
8229
8230 * buff-menu.el (list-buffers-noselect): Compare Info file
8231 with the string "dir" to detect Info directory.
8232
8233 * complete.el (partial-completion-mode): In lambda for
8234 `choose-completion-string-functions' use full function signature
8235 with 4 args, and move point to the end of the minibuffer only if arg
8236 `mini-p' is non-nil.
8237
8238 2006-06-28 John Paul Wallington <jpw@pobox.com>
8239
8240 * ibuffer.el (ibuffer-mode): Doc fix.
8241
8242 2006-06-28 Carsten Dominik <dominik@science.uva.nl>
8243
8244 * textmodes/org.el (org-context): New contexts :item-bullet,
8245 :latex-fragment, :latex-preview.
8246 (org-overlays-at, org-overlay-start, org-overlay-end):
8247 New compatibility functions.
8248 (org-inside-LaTeX-fragment-p): More accurate matching, using the
8249 exact regexp that will be used during export.
8250 (org-latex-regexps): New variable.
8251 (org-cdlatex-mode): Improve advice for `texmathp'.
8252 (turn-on-org-cdlatex): New function.
8253
8254 2006-06-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8255
8256 * term/mac-win.el (mac-handle-font-selection): Change keys of
8257 mac-atsu-font-table from strings to numbers.
8258 (mac-ts-caret-position): Use also when cursor-type is nil.
8259 (mac-ts-update-active-input-area): Add Mac OS Classic support.
8260 Relax condition for using overlay strings.
8261 Use mac-ts-caret-position face when cursor-type is nil.
8262
8263 2006-06-26 Kim F. Storm <storm@cua.dk>
8264
8265 * help.el (view-emacs-news): Declare `res' in the right let* form.
8266
8267 2006-06-25 Michael Albinus <michael.albinus@gmx.de>
8268
8269 * net/rcompile.el (remote-compile): Replace ange-ftp based
8270 implementation by Tramp functions.
8271 Suggested by Marc Abramowitz <msabramo@gmail.com>.
8272
8273 * net/tramp.el (tramp-unload-tramp): Provide a doc string.
8274
8275 2006-06-24 Yoshinori Koseki <kose@meadowy.org>
8276
8277 * international/fontset.el (setup-default-fontset): Fix a typo in
8278 the "Oriya-Akruti" registry name.
8279
8280 2006-06-23 Lars Hansen <larsh@soem.dk>
8281
8282 * desktop.el (desktop-full-file-name): New function.
8283 (desktop-kill, desktop-save, desktop-remove, desktop-read)
8284 (desktop-revert): Use it.
8285 (desktop-clear, desktop-save, desktop-remove): Add autoload cookie.
8286 (desktop-after-read-hook): Add option list-buffers.
8287 (desktop-locals-to-save): Add tab-width.
8288 (desktop-save-mode, desktop-no-desktop-file-hook, desktop-save-hook):
8289 Fix docstring.
8290
8291 2006-06-23 Carsten Dominik <dominik@science.uva.nl>
8292
8293 * textmodes/org.el (org-cdlatex-mode-map)
8294 (org-cdlatex-texmathp-advice-is-done): New variables.
8295 (org-cdlatex-mode): New minor mode.
8296 (org-inside-LaTeX-fragment-p, org-try-cdlatex-tab): New functions.
8297 (org-cdlatex-underscore-caret, org-cdlatex-math-modify): New commands.
8298 (org-export-with-archived-trees): New option.
8299 (org-open-file): Remove the call to `convert-standard-filename'.
8300 (org-archive-tag, org-agenda-skip-archived-trees)
8301 (org-cycle-open-archived-trees)
8302 (org-sparse-tree-open-archived-trees): New options.
8303 (org-cycle-hide-archived-subtrees, org-hide-archived-subtrees)
8304 (org-toggle-tag, org-prepare-agenda-buffers, org-agenda-skip):
8305 New functions.
8306 (org-agenda-toggle-archive-tag, org-toggle-archive-tag): New commands.
8307 (org-agenda-mode-map): Add binding of `org-agenda-toggle-archive-tag'.
8308 (org-mode-map): Add binding for `org-toggle-archive-tag'.
8309 (org-timeline, org-agenda-list, org-todo-list, org-tags-view):
8310 Call `org-prepare-agenda-buffers'.
8311 (org-occur, org-scan-tags): Call `org-hide-archived-subtrees'.
8312 (org-file-apps, org-file-apps-defaults-gnu)
8313 (org-file-apps-defaults-macosx, org-file-apps-defaults-windowsnt):
8314 Handle remote files by forcing them to be opened in Emacs.
8315
8316 2006-06-23 Andre Spiegel <spiegel@gnu.org>
8317
8318 * vc.el (vc-diff-knows-L): New variable.
8319 (vc-diff-internal): Use it to handle "diff" programs that don't
8320 understand -L. This works automatically, no user action is necessary.
8321
8322 2006-06-23 Daniel Brockman <daniel@brockman.se>
8323
8324 * net/rcirc.el (rcirc-default-user-full-name): Default to
8325 `rcirc-default-user-name' instead of `rcirc-user-name' (which no
8326 longer exists).
8327 (rcirc-process-list): Check `buffer-live-p' before attempting to
8328 switch to a buffer.
8329
8330 2006-06-23 Ryan Yeske <rcyeske@gmail.com>
8331
8332 * net/rcirc.el (rcirc-mode): Fix initialization of coding systems
8333 based on rcirc-coding-system-alist.
8334
8335 2006-06-23 Martin Rudalics <rudalics@gmx.at>
8336
8337 * cus-edit.el (customize-apropos): A better error message.
8338 (top level) <debug-ignored-errors>: Extend and update the list of
8339 ignored error messages.
8340
8341 2006-06-23 Michael Ernst <mernst@alum.mit.edu>
8342
8343 * complete.el (PC-do-completion): Retain capitalization of user
8344 input, when possible, even if completion-ignore-case is set.
8345
8346 2006-06-23 Eli Zaretskii <eliz@gnu.org>
8347
8348 * generic-x.el (bat-generic-mode): Support .cmd files.
8349
8350 * dos-w32.el (top level): Use find-file-not-found-functions
8351 instead of the obsolete find-file-not-found-hooks.
8352
8353 2006-06-22 Kim F. Storm <storm@cua.dk>
8354
8355 * progmodes/grep.el (grep-mode-font-lock-keywords): Correct regexps
8356 to recognize mode name containing submodes, such as Grep/lw.
8357
8358 2006-06-21 Kim F. Storm <storm@cua.dk>
8359
8360 * simple.el (line-move-1): Check for move-end-of-line instead of
8361 end-of-line when setting temporary-goal-column.
8362
8363 2006-06-21 Miles Bader <miles@gnu.org>
8364
8365 * play/cookie1.el (cookie): Work properly when there's only one entry.
8366
8367 2006-06-21 Nick Roberts <nickrob@snap.net.nz>
8368
8369 * progmodes/gdb-ui.el (gdb-exited): Ensure overlay arrow gets killed.
8370 (gdb-frame-handler): Generalize frame regexp for templates.
8371
8372 2006-06-20 Glenn Morris <rgm@gnu.org>
8373
8374 * calendar/appt.el (appt-display-format): Default value must be
8375 one of the customize options.
8376
8377 2006-06-20 Dan Nicolaescu <dann@ics.uci.edu>
8378
8379 * term/xterm.el (terminal-init-xterm): Update key availability info.
8380 Bind C-return.
8381
8382 * term.el (term-delete-lines, term-insert-lines): Clarify comments.
8383
8384 2006-06-20 Chong Yidong <cyd@stupidchicken.com>
8385
8386 * files.el (hack-local-variables): Run `hack-local-variables-hook'
8387 whether or not a local variables list is defined.
8388
8389 * msb.el (msb): Move `sit-for' hack here to handle both
8390 "mouse-down and drag" and "mouse-up and select" situations.
8391 (mouse-select-buffer): Move `sit-for' hack to `msb'.
8392
8393 2006-06-20 Kenichi Handa <handa@m17n.org>
8394
8395 * international/characters.el (word-combining-categories):
8396 Add entries for 2-byte Han characters.
8397
8398 2006-06-19 Richard Stallman <rms@gnu.org>
8399
8400 * bindings.el (mode-line-format): Save some mode line space.
8401
8402 * files.el (find-file-noselect): Improve the question wording.
8403 (basic-save-buffer-2): Mask UMASK against 666.
8404
8405 * mouse.el (mouse-drag-vertical-line-rightward-window): New function.
8406 (mouse-drag-vertical-line): Call it.
8407
8408 * cus-edit.el (customize-option, customize-option-other-window):
8409 Error if SYMBOL is nil.
8410
8411 2006-06-19 Carsten Dominik <dominik@science.uva.nl>
8412
8413 * textmodes/org.el: Require noutline, also on XEmacs.
8414 (org-end-of-subtree): Return point.
8415 (org-dblock-start-re, org-dblock-end-re): New constants.
8416 (org-create-dblock, org-prepare-dblock, org-map-dblocks)
8417 (org-dblock-update, org-update-dblock, org-beginning-of-dblock)
8418 (org-update-all-dblocks, org-find-dblock): New functions.
8419 (org-collect-clock-time-entries): New function.
8420 (org-html-handle-time-stamps): Never export CLOCK timeranges.
8421 (org-fixup-indentation): Modify to deal correctly with lines
8422 starting with TAB. Only one argument DIFF now.
8423 (org-demote, org-promote): Call `org-fixup-indentation' with just
8424 one argument, DIFF.
8425 (org-mode): Don't mark buffer as modified when aligning tables.
8426 (org-clock-sum): Don't mark buffer modified when adding time sum
8427 properties.
8428 (org-export-as-html): Add support for a link validation function.
8429 (org-archive-all-done): New function.
8430 (org-archive-subtree): New prefix argument. When set, archive all
8431 done subtrees in this buffer.
8432 (org-remove-clock-overlays)
8433 (org-remove-occur-highlights): Use `org-inhibit-highlight-removal'.
8434 (org-inhibit-highlight-removal): New variable, for dynamic scoping.
8435 (org-put-clock-overlay): Don't swallow last headline character
8436 when displaying overlay.
8437 (org-store-link): Link to `image-mode' with just the file name.
8438
8439 2006-06-18 Michael Kifer <kifer@cs.stonybrook.edu>
8440
8441 * viper-cmd.el (viper-special-read-and-insert-char):
8442 Use read-key-sequence.
8443 (viper-after-change-undo-hook): Misc enhancements.
8444 (viper-after-change-undo-hook): New hook.
8445 (viper-undo): Use viper-after-change-undo-hook.
8446 (viper-add-newline-at-eob-if-necessary): Widen before making changes.
8447 (viper-next-line-at-bol): If point is on a widget or a button, simulate
8448 clicking on that widget/button.
8449
8450 * viper.el (viper-mode): Allow a separate cursor color in Emacs state.
8451
8452 * ediff-diff (ediff-test-patch-utility): Catch errors.
8453 (ediff-actual-diff-options, ediff-actual-diff3-options): New variables.
8454 (ediff-set-actual-diff-options): New function.
8455 (ediff-reset-diff-options, ediff-toggle-ignore-case):
8456 Use ediff-set-actual-diff-options.
8457 (ediff-extract-diffs): Catch errors.
8458 (ediff-whitespace): Add non-breakable space.
8459 (ediff-same-file-contents): Catch errors.
8460
8461 * ediff-mult.el (ediff-collect-custom-diffs):
8462 Save coding-system-for-read.
8463
8464 * ediff-vers.el (ediff-keep-tmp-versions): New variable.
8465 (ediff-vc-internal, ediff-vc-merge-internal):
8466 Use ediff-delete-version-file.
8467 (ediff-delete-version-file): New function.
8468
8469 * ediff-wind.el (ediff-control-frame-parameters): Set frame fringes.
8470
8471 * ediff.el (ediff-directories, ediff-directory-revisions)
8472 (ediff-merge-directories, ediff-merge-directories-with-ancestor)
8473 (ediff-directories-internal, ediff-merge-directory-revisions)
8474 (ediff-merge-directory-revisions-with-ancestor)
8475 (ediff-directories3): Use read-directory-name.
8476
8477 2006-06-18 Ralf Angeli <angeli@caeruleus.net>
8478
8479 * textmodes/tex-mode.el (tex-font-lock-match-suscript):
8480 Remove superfluous part of regexp for brace matching which is handled
8481 by `scan-lists' call.
8482
8483 2006-06-16 Richard Stallman <rms@gnu.org>
8484
8485 * obsolete/options.el (list-options): Put "obsolete" msg in buffer.
8486
8487 * files.el (basic-save-buffer-2): For a new precious file,
8488 use the default modes in the return value.
8489
8490 * facemenu.el (facemenu-color-alist): Doc fix.
8491
8492 * cus-edit.el (custom-guess-name-alist): Recognize `-flag'.
8493
8494 2006-06-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8495
8496 * cus-start.el (all): Add mac-ts-script-language-on-focus.
8497
8498 * term/mac-win.el (mac-text-encoding-ascii): New constant.
8499 (mac-utxt-to-string): Use it.
8500 (mac-ts-update-active-input-area): Use mac-ae-number.
8501
8502 2006-06-15 Dan Nicolaescu <dann@ics.uci.edu>
8503
8504 * term.el (term-handle-scroll, term-delete-lines)
8505 (term-insert-lines): Fix off by one errors.
8506
8507 2006-06-15 Katsumi Yamaoka <yamaoka@jpl.org> (tiny change)
8508
8509 * net/tramp.el (tramp-touch): Use UTC to express time.
8510
8511 2006-06-15 Chong Yidong <cyd@stupidchicken.com>
8512
8513 * mail/sendmail.el (mail-send): Search explicitly for
8514 mail-header-separator when checking for corrupted header lines.
8515
8516 2006-06-15 Nick Roberts <nickrob@snap.net.nz>
8517
8518 * progmodes/gdb-ui.el (gdb-same-frame): New option.
8519 (gud-old-arrow, gdb-frame-begin, gdb-printing): New variables.
8520 (gdb-init-1): Initialise them.
8521 (gdb-starting): Reset gdb-printing
8522 (gdb-starting): Save value of gud-overlay-arrow-position.
8523 (gdb-frame-begin): Set gdb-frame-begin, gdb-printing.
8524 (gdb-stopped): Don't look for source if calling procedure e.g "p a ()".
8525 Use gdb-*-gdb-buffer conditionally on gdb-same-frame.
8526 (gdb-frame-gdb-buffer): Keep menu bar, tool bar for GUD buffer.
8527
8528 2006-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
8529
8530 * pcvs.el (cvs-retrieve-revision): Use decode-coding-inserted-region.
8531
8532 2006-06-13 Martin J. Reed <mjreed@essex.ac.uk> (tiny change)
8533
8534 * net/ldap.el (ldap-ldapsearch-args): Default to SASL search.
8535 (ldap-search-internal): Keep error messages, and a regexp fix.
8536
8537 2006-06-12 Thien-Thi Nguyen <ttn@gnu.org>
8538
8539 * files.el (hack-local-variables-confirm):
8540 Display string value using its printed representation.
8541
8542 2006-06-11 Chong Yidong <cyd@stupidchicken.com>
8543
8544 * server.el (server-edit): No-op if no server buffers exist.
8545
8546 2006-06-11 Robert J. Chassell <bob@rattlesnake.com>
8547
8548 * textmodes/page-ext.el (pages-directory-for-addresses):
8549 Including `pages-directory-address-mode' in the function results
8550 in the message "Buffer in which pages were found is deleted".
8551
8552 2006-06-10 Carsten Dominik <dominik@science.uva.nl>
8553
8554 * textmodes/org.el (org-agenda-mode-map): Add bindings for
8555 clocking functions.
8556
8557 (org-agenda-clock-in, org-check-running-clock)
8558 (org-clock-out-if-current, org-remove-clock-overlays)
8559 (org-put-clock-overlay): New functions.
8560 (org-clock-marker, org-clock-file-total-minutes)
8561 (org-clock-overlays): New variables.
8562 (org-clock-display, org-clock-sum, org-clock-cancel)
8563 (org-clock-out, org-clock-in): New commands.
8564 (org-export): New function.
8565 (org-emph-re): New constant.
8566 (org-set-emph-re, org-do-emphasis-faces): New functions.
8567 (org-emphasis-regexp-components, org-emphasis-alist): New options.
8568 (org-set-font-lock-defaults): Call `org-do-emphasis-faces'.
8569 (org-export-html-convert-emphasize): Use the configurable emphasis.
8570 (org-cleaned-string-for-export): Make multiline emphasis visible
8571 to the exporter. New optional argument PARAMETERS.
8572 (org-export-as-html): Specify :emph-multiline parameter to
8573 `org-cleaned-string-for-export'.
8574
8575 2006-06-10 Richard Stallman <rms@gnu.org>
8576
8577 * help.el (help-for-help-internal): Clean up help text.
8578
8579 2006-06-10 Andreas Schwab <schwab@suse.de>
8580
8581 * language/ethio-util.el (ethio-fidel-to-java-buffer): Fix quoting
8582 in doc string.
8583
8584 * progmodes/cperl-mode.el (cperl-short-docs): Likewise.
8585
8586 2006-06-09 Karl Chen <quarl@cs.berkeley.edu>
8587
8588 * progmodes/make-mode.el (makefile-fill-paragraph): Don't remove
8589 spaces after the comment start.
8590
8591 2006-06-09 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
8592
8593 * play/pong.el (pong-init-buffer):
8594 Fill buffer with spaces instead of ^A.
8595
8596 * textmodes/ispell.el (ispell-kill-ispell): If ispell has been
8597 launched asynchronously, delete its process instead of being cool.
8598 (ispell-async-processp): Check for `delete-process' existence
8599 instead of `kill-process' one for consistency.
8600
8601 2006-06-09 Nick Roberts <nickrob@snap.net.nz>
8602
8603 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers-1)
8604 (gdb-prompt, gdb-set-gud-minor-mode-existing-buffers): Show status
8605 in mode line at startup.
8606
8607 2006-06-08 Kim F. Storm <storm@cua.dk>
8608
8609 * ido.el (ido-take-first-match, ido-push-dir-first): New commands.
8610 (ido-init-completion-maps): Bind them to M-SPC and M-v.
8611 (ido-copy-current-file-name): Repeating C-w inserts whole file name.
8612 (ido-file-internal): Pass full file name to write-file.
8613 (ido-read-internal): Only pop stack elements automatically if they
8614 actually match an existing directory or file name.
8615
8616 2006-06-07 Kenichi Handa <handa@m17n.org>
8617
8618 * international/mule.el (find-auto-coding): Don't handle the short
8619 name `char-trans'.
8620
8621 * files.el (hack-local-variables-prop-line)
8622 (hack-local-variables): Cancel the previous change.
8623
8624 2006-06-06 Jesper Harder <harder@phys.au.dk>
8625
8626 * ediff-diff.el (ediff-test-utility): Protect against file-error.
8627
8628 2006-06-06 Chong Yidong <cyd@stupidchicken.com>
8629
8630 * diff-mode.el (diff-mode): Set buffer-read-only to t when
8631 diff-default-read-only is non-nil.
8632 (diff-hunk-kill, diff-file-kill, diff-split-hunk)
8633 (diff-refine-hunk): Set inhibit-read-only to t.
8634
8635 * diff.el (diff-sentinel, diff): Set inhibit-read-only to t when
8636 modifying the *Diff* buffer.
8637 (diff-process-filter): New filter function for diff process that
8638 sets inhibit-read-only to t when modifying the *Diff* buffer.
8639
8640 2006-06-06 Carsten Dominik <dominik@science.uva.nl>
8641
8642 * textmodes/org.el (org-archive-subtree): Use end-of-subtree as
8643 insertion point and control the number of empty lines.
8644 (org-paste-subtree): Limit the number of empty lines at the end of
8645 the inserted tree.
8646 (org-agenda): Use buffer name of current file for narrowing.
8647 (org-export-as-xml): Command removed.
8648 (org-export-xml-type): Option removed.
8649 (org-mode-map): Call `org-export-as-xoxo' directly.
8650 (org-get-indentation): New optional argument LINE.
8651 (org-fix-indentation, org-remove-tabs): New functions.
8652 (org-export-as-ascii, org-ascii-level-start): Determine and apply
8653 correct indentation for headlines that are converted it items.
8654 (org-skip-comments): Remove table lines that contain narrowing
8655 cookies but no other non-empty fields.
8656 (org-set-tags): Allow groups of mutually exclusive tags.
8657 (org-cmp-time): Sort 24:21 before items without time.
8658 (org-get-time-of-day): Fix the interpretation of 12pm and 12am.
8659 (org-open-at-point): Require double colon also for numbers.
8660
8661 2006-06-06 Kim F. Storm <storm@cua.dk>
8662
8663 * ido.el (ido-default-file-method, ido-default-buffer-method):
8664 Make choice values consistent with corresponding command names.
8665 (ido-visit-buffer): Update accordingly. Default to selected-window.
8666
8667 2006-06-06 Nick Roberts <nickrob@snap.net.nz>
8668
8669 * progmodes/gud.el (gud-running): Fix doc string.
8670 (gud-menu-map): Use :visible instead fo :enable for debugger test.
8671 (gud-tooltip-modes): Add python-mode.
8672 (gud-tooltip-print-command): Add pdb. Remove perldb.
8673
8674 2006-06-05 Eli Zaretskii <eliz@gnu.org>
8675
8676 * makefile.w32-in (bootstrap, $(lisp)/mh-e/mh-loaddefs.el):
8677 Quote $(EMACS).
8678
8679 2006-06-05 Richard Stallman <rms@gnu.org>
8680
8681 * faces.el (defined-colors): Doc fix.
8682
8683 2006-06-05 Thien-Thi Nguyen <ttn@gnu.org>
8684
8685 * vc.el (vc-process-filter): Inhibit undo info collection around
8686 call to insert.
8687 (vc-setup-buffer): Likewise for call to erase-buffer.
8688 (vc-do-command): Likewise for call to process-file.
8689
8690 2006-06-05 Nick Roberts <nickrob@snap.net.nz>
8691
8692 * progmodes/gud.el (gud-menu-map): Use a conditional help echo
8693 for gud-go.
8694 (gud-common-init): Other debuggers may trigger error.
8695
8696 2006-06-05 Kenichi Handa <handa@m17n.org>
8697
8698 * international/mule.el (find-auto-coding):
8699 Handle enable-character-translation in file header.
8700
8701 2006-06-04 Kim F. Storm <storm@cua.dk>
8702
8703 * emacs-lisp/authors.el (authors-aliases): Add mode aliases.
8704 (authors-fixed-entries): Fix spelling.
8705 (authors-canonical-file-name): Don't report error for wildcards.
8706
8707 * help.el (view-emacs-news): Rewrite to support new NEWS,
8708 NEWS.major, and NEWS.1-17 file naming. Add more intelligence,
8709 e.g. version 10 matches 1.10, and don't be confused by version 1.1
8710 being a prefix of 1.12 (etc). A numeric prefix arg also works.
8711
8712 2006-06-03 Vivek Dasmohapatra <vivek@etla.org>
8713
8714 * progmodes/sh-script.el (sh-quoted-exec): New face for quoted
8715 exec constructs like `foo bar`.
8716 (sh-quoted-subshell): New helper function to search for a possibly
8717 nested subshell (like `` or $()) within a "" quoted string.
8718 (sh-font-lock-keywords-var): Add sh-quoted-exec for Bash.
8719 (sh-apply-quoted-subshell): Flag quote characters inside a
8720 subshell, which is itself already in a quoted region, as
8721 punctuation, since this is the closest to what they actually are.
8722 (sh-font-lock-syntactic-keywords): Add sh-quoted-subshell and
8723 sh-apply-quoted-subshell.
8724 (sh-font-lock-syntactic-face-function): Apply the new face for
8725 text inside `` instead of the old font-lock-string-face.
8726
8727 2006-06-03 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8728
8729 * term/mac-win.el (mac-ts-active-input-overlay): Add defvar.
8730 (mac-ae-number, mac-ae-frame, mac-ae-script-language)
8731 (mac-bytes-to-text-range, mac-ae-text-range-array)
8732 (mac-ts-update-active-input-buf, mac-split-string-by-property-change)
8733 (mac-replace-untranslated-utf-8-chars, mac-ts-update-active-input-area)
8734 (mac-ts-unicode-for-key-event): New functions.
8735 (mac-handle-toolbar-switch-mode): Use mac-ae-frame.
8736 (mac-handle-font-selection): Use mac-ae-number.
8737 (mac-ts-active-input-buf, mac-ts-update-active-input-area-seqno):
8738 New variables.
8739 (mac-ts-caret-position, mac-ts-raw-text, mac-ts-selected-raw-text)
8740 (mac-ts-converted-text, mac-ts-selected-converted-text)
8741 (mac-ts-block-fill-text, mac-ts-outline-text)
8742 (mac-ts-selected-text, mac-ts-no-hilite): New faces.
8743 (mac-ts-hilite-style-faces): New constant.
8744 (mac-apple-event-map): Bind text input events.
8745 (mac-dispatch-apple-event): Use command-execute instead of
8746 call-interactively.
8747 (global-map): Don't bind mac-apple-event.
8748 (special-event-map): Bind mac-apple-event.
8749
8750 2006-06-02 Eli Zaretskii <eliz@gnu.org>
8751
8752 * makefile.w32-in (EMACS): Remove quotes from the Emacs executable
8753 file name.
8754 (emacs): Enclose the value of $(EMACS) in quotes.
8755
8756 2006-06-02 Juri Linkov <juri@jurta.org>
8757
8758 * international/mule.el (sgml-html-meta-auto-coding-function):
8759 Remove the condition `(search-forward "<html" size t)'.
8760 Replace `\"' with `[\"']?' in `re-search-forward'.
8761
8762 2006-06-02 Kenichi Handa <handa@m17n.org>
8763
8764 * files.el (hack-local-variables-prop-line): Ignore `char-trans'
8765 as well as `coding'.
8766 (hack-local-variables): Likewise.
8767
8768 * international/mule.el (enable-character-translation):
8769 Put permanent-local and safe-local-variable properties.
8770 (find-auto-coding): Handle char-trans: tag.
8771
8772 2006-06-02 Juri Linkov <juri@jurta.org>
8773
8774 * international/mule.el (sgml-html-meta-auto-coding-function):
8775 Limit the search by the end of the HTML header (if any).
8776
8777 2006-06-01 Richard Stallman <rms@gnu.org>
8778
8779 * subr.el (with-current-buffer): Doc fix.
8780
8781 2006-06-02 Masatake YAMATO <jet@gyve.org>
8782
8783 * progmodes/compile.el (compilation-error-regexp-alist-alist::gcov-*):
8784 Almost rewrite. Underlines over all lines of gcov output are too
8785 uncomfortable to read. Suggested by Dan Nicolaescu.
8786
8787 2006-06-01 Luc Teirlinck <teirllm@auburn.edu>
8788
8789 * progmodes/inf-lisp.el (inferior-lisp-mode): Doc fixes.
8790
8791 * shell.el (shell-mode): Use shell-mode-map in docstring.
8792
8793 * comint.el (comint-send-input): Do not add help-echo and
8794 mouse-face to input if `comint-use-prompt-regexp' is non-nil.
8795
8796 2006-06-01 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8797
8798 * term/x-win.el: Change x-menu-bar-start to menu-bar-open.
8799
8800 2006-06-01 Nick Roberts <nickrob@snap.net.nz>
8801
8802 * progmodes/gdb-ui.el (gdb-look-up-stack): New variable.
8803 (gdb-stopped, gdb-info-stack-custom): If there is no source info
8804 look up the stack and pop up GUD buffer if necessary.
8805 (gdb-frames-select): Remove redundant call to gud-display-frame.
8806 (gdb-info-threads-custom): Keep point at start of buffer.
8807 (gdb-find-file-hook): Make it work for pre-GDB 6.4.
8808
8809 2006-05-31 Juri Linkov <juri@jurta.org>
8810
8811 * replace.el (query-replace-read-from, query-replace-read-to):
8812 Bind `history-add-new-input' to nil. Call `add-to-history'.
8813
8814 2006-05-31 Takaaki Ota <Takaaki.Ota@am.sony.com>
8815
8816 * textmodes/table.el: Convert all HTML tags to lower case for
8817 XHTML compatibility.
8818
8819 2006-05-31 Masatake YAMATO <jet@gyve.org>
8820
8821 * progmodes/compile.el:
8822 (compilation-error-regexp-alist-alist::gcov-called-line):
8823 Don't put face on `-' lines in gcov file. Suggested by Dan Nicolaescu.
8824
8825 2006-05-31 Nick Roberts <nickrob@snap.net.nz>
8826
8827 * progmodes/gud.el (gud-query-cmdline, gud-common-init):
8828 Revert inadvertent changes made with last commit.
8829
8830 2006-05-30 Reiner Steib <Reiner.Steib@gmx.de>
8831
8832 * textmodes/flyspell.el (turn-on-flyspell, turn-off-flyspell):
8833 New functions.
8834
8835 * textmodes/text-mode.el (text-mode-hook): Use turn-on-flyspell.
8836
8837 2006-05-30 Carsten Dominik <dominik@science.uva.nl>
8838
8839 * textmodes/org.el (org-agenda-highlight-todo): Make sure regexp
8840 only matches in the right place.
8841 (org-upcoming-deadline): New face.
8842 (org-agenda-get-deadlines): Use new face `org-upcoming-deadline'.
8843 (org-export-ascii-underline): Rename constant `org-ascii-underline'
8844 and make it an option.
8845 (org-export-ascii-bullets): New option.
8846 (org-export-as-html): Many changes to emit valid XHTML.
8847 (org-par-open): New variable.
8848 (org-open-par, org-close-par-maybe, org-close-li-maybe): New functions.
8849 (org-html-do-expand, org-section-number): Fix case in `replace-match'.
8850 (org-timeline): Pass `org-timeline-show-empty-dates' to
8851 `org-get-all-dates'. Interpret empty dates returned by
8852 `org-get-all-dates'.
8853 (org-get-all-dates): New argument EMPTY. Add dates without
8854 entries to the list, mark large ranges of empty dates.
8855 (org-point-in-group, org-context): New functions.
8856
8857 2006-05-30 Nick Roberts <nickrob@snap.net.nz>
8858
8859 * progmodes/gud.el (gud-stop-subjob): Make it work in all buffers.
8860
8861 * progmodes/gdb-ui.el: Move gdb-mouse-toggle-breakpoint-* to
8862 C-mouse-1. Move gdb-mouse-until to mouse-3, gdb-mouse-jump
8863 to C-mouse-3 (for 2 button mice).
8864 (gdb-send): Do the right thing for C-d.
8865
8866 * speedbar.el (speedbar-detach): Delete.
8867 (speedbar-easymenu-definition-trailer): Remove speedbar-detach as
8868 it breaks things.
8869 (speedbar-reconfigure-keymaps): Always add extra items to pop up menu.
8870
8871 2006-05-30 Daniel Pfeiffer <occitan@esperanto.org>
8872
8873 * files.el (auto-mode-alist): Add makepp suffix and optional mk on
8874 Makeppfile.
8875
8876 * progmodes/compile.el (compilation-error-regexp-alist-alist):
8877 Add makepp diagnostic.
8878
8879 2006-05-29 Richard Stallman <rms@gnu.org>
8880
8881 * window.el (fit-window-to-buffer): Doc fix.
8882
8883 * help.el (temp-buffer-max-height): Doc fix.
8884
8885 * subr.el (with-current-buffer): Doc fix.
8886
8887 2006-05-29 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8888
8889 * term/x-win.el: Bind F10 to menu-bar-start if available.
8890
8891 2006-05-28 Dan Nicolaescu <dann@ics.uci.edu>
8892
8893 * term.el (term-if-xemacs, term-ifnot-xemacs): Delete, replace
8894 uses with a simple test.
8895 (term-set-escape-char, term-mode, term-check-kill-echo-list)
8896 (term-send-raw-string, term-send-raw, term-mouse-paste)
8897 (term-char-mode, term-line-mode, term-exec, term-sentinel)
8898 (term-handle-exit, term-read-input-ring)
8899 (term-previous-matching-input-string)
8900 (term-previous-matching-input-string-position)
8901 (term-previous-matching-input-from-input)
8902 (term-replace-by-expanded-history, term-send-input)
8903 (term-skip-prompt, term-bol, term-send-invisible)
8904 (term-kill-input, term-delchar-or-maybe-eof)
8905 (term-backward-matching-input, term-check-source)
8906 (term-proc-query, term-emulate-terminal)
8907 (term-handle-colors-array, term-process-pager, term-pager-line)
8908 (term-pager-bob, term-unwrap-line, term-word)
8909 (term-dynamic-complete-filename)
8910 (term-dynamic-complete-as-filename)
8911 (term-dynamic-simple-complete): Replace one arm ifs with whens or
8912 unlesses.
8913
8914 2006-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
8915
8916 * files.el (hack-one-local-variable-eval-safep): Don't burp if used
8917 during bootstrapping.
8918
8919 * emacs-lisp/ewoc.el (ewoc--current-dll): Remove.
8920 Basically undo the change of 2006-05-26: use extra arguments instead of
8921 dynamic scoping.
8922 (ewoc-locate): Remove unused var `footer'.
8923
8924 2006-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
8925
8926 * emacs-lisp/ewoc.el (ewoc--insert-new-node): Use ewoc--refresh-node.
8927
8928 * emacs-lisp/autoload.el (no-update-autoloads): Declare.
8929 (generate-file-autoloads): Obey it. Return whether autoloads were
8930 added at point or not.
8931 (update-file-autoloads): Use this new return value.
8932 Remove redundant test for the presence of an autoload cookie.
8933
8934 * emacs-lisp/autoload.el (autoload-find-file): New fun.
8935 This one calls hack-local-variables.
8936 (generate-file-autoloads, update-file-autoloads): Use it.
8937
8938 * textmodes/bibtex.el (bibtex-autokey-name-case-convert-function)
8939 (bibtex-sort-entry-class): Add safe-local-variable predicate.
8940 (bibtex-sort-entry-class-alist): Don't set the global value.
8941 (bibtex-init-sort-entry-class-alist): New fun.
8942 (bibtex-sort-buffer, bibtex-prepare-new-entry): Call it to compute
8943 bibtex-init-sort-entry-class-alist from the buffer-local value (if any)
8944 of bibtex-init-sort-entry-class.
8945
8946 2006-05-28 Richard Stallman <rms@gnu.org>
8947
8948 * subr.el (load-history-regexp): If FILE is relative, insist
8949 entire last name component must match it.
8950 (load-history-filename-element, load-history-regexp): Doc fixes.
8951
8952 2006-05-29 Kim F. Storm <storm@cua.dk>
8953
8954 * emacs-lisp/bindat.el (bindat-idx, bindat-raw): Rename dynamic vars
8955 `pos' and `raw-data' for clarity, as eval forms may access these.
8956
8957 2006-05-28 Kim F. Storm <storm@cua.dk>
8958
8959 * emacs-lisp/bindat.el (bindat--unpack-u8): Use aref also for strings.
8960
8961 2006-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
8962
8963 * progmodes/make-mode.el (makefile-browser-map)
8964 (makefile-mode-syntax-table): Move initialization inside declaration.
8965 (makefile-fill-paragraph): Use the default comment-filling code.
8966
8967 2006-05-28 Chong Yidong <cyd@stupidchicken.com>
8968
8969 * replace.el (query-replace-defaults): New variable.
8970 (query-replace-read-from): Use `query-replace-defaults' for
8971 default value, instead of history list.
8972 (query-replace-read-to): Update `query-replace-defaults'.
8973
8974 2006-05-27 Chong Yidong <cyd@stupidchicken.com>
8975
8976 * msb.el (mouse-select-buffer): Minor fix to make popup menu work
8977 with no X toolkit.
8978
8979 2006-05-28 Nick Roberts <nickrob@snap.net.nz>
8980
8981 * tumme.el (tumme-show-all-from-dir-max-files): Fix typo.
8982 (tumme-show-all-from-dir): Add autoload.
8983
8984 2006-05-27 Mathias Dahl <mathias.dahl@gmail.com>
8985
8986 * tumme.el: Change a lot of `(if .. (progn ..)' to `(when ..)'.
8987 (tumme-remove-tag): Fix bug.
8988
8989 2006-05-27 Thien-Thi Nguyen <ttn@gnu.org>
8990
8991 * emacs-lisp/ewoc.el (ewoc--create): No longer take HEADER and
8992 FOOTER args. Update unique caller.
8993 (ewoc-delete): Compute last node once before looping.
8994 (ewoc--node-branch): Merge into unique caller.
8995 (ewoc--node): Don't define constructor make-ewoc--node for this
8996 structure.
8997 (ewoc): Add member `hf-pp' to this structure.
8998 (ewoc--wrap): New func.
8999 (ewoc-create): Take additional arg NOSEP. If nil, wrap node and
9000 header/footer pretty-printers. Save header/footer pretty-printer.
9001 (ewoc-set-hf): Use ewoc's header/footer pretty-printer. *
9002
9003 * pcvs.el (cvs-make-cvs-buffer): Specify NOSEP to `ewoc-create'.
9004
9005 2006-05-27 Mathias Dahl <mathias.dahl@gmail.com>
9006
9007 * dired.el (dired-mode-map): Change `tumme-tag-remove' to
9008 `tumme-delete-tag'. Rename `Remove Image Tag' to `Delete Image
9009 Tag'. Change "Compare directories..." to "Change Directories...".
9010 Move tumme commands to Operate, Regexp and Immediate menus.
9011 Change "Add Comment" to "Add Image Comment". Change "Add Image
9012 Tag" to "Add Image Tags".
9013
9014 * tumme.el (tumme-delete-tag): Rename from `tumme-tag-remove'.
9015 (tumme-setup-dired-keybindings): Change `tumme-add-remove' to
9016 `tumme-delete-tag'.
9017
9018 2006-05-26 Luc Teirlinck <teirllm@auburn.edu>
9019
9020 * shell.el (shell-mode): Call shell-dirtrack-mode after
9021 list-buffers-directory is made a local variable, to avoid setting
9022 the default value.
9023
9024 2006-05-26 Kevin Ryde <user42@zip.com.au>
9025
9026 * info.el (Info-index-next): Use where-is-internal to report
9027 actual binding of Info-index-next, rather than hard-coded `,'.
9028
9029 2006-05-26 Eli Zaretskii <eliz@gnu.org>
9030
9031 * menu-bar.el (menu-bar-apropos-menu): Move "Find Key in Manual"
9032 and "Find Command in Manual" to here.
9033
9034 * buff-menu.el (list-buffers-noselect): For Info buffers, use
9035 Info-current-file as the file name.
9036
9037 2006-05-26 Jonathan Yavner <jyavner@member.fsf.org>
9038
9039 * ses.el (defadvice undo-more): Delete this defadvice. The undo
9040 overrides will now be done a different way.
9041 (ses-set-parameter): Reapply this function for undo.
9042 (ses-set-header-row): Reconstruct header row during undo.
9043 (ses-widen): New function.
9044 (ses-goto-data, ses-reconstruct-all): Use new function.
9045 (ses-command-hook): Widen buffer during undo, before unupdating
9046 the cells.
9047 (ses-insert-row, ses-delete-row): Widen buffer during undo.
9048 (ses-load, ses-header-row): Permit empty (zero-row) spreadsheets.
9049 (ses-read-cell): Avoid stupid warning for RET RET on a cell whose
9050 formula hasn't been executed yet.
9051
9052 2006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
9053
9054 * comint.el (comint-kill-whole-line): Rename arg to count.
9055 Fix doc string.
9056
9057 2006-05-26 Chong Yidong <cyd@stupidchicken.com>
9058
9059 * files.el (backup-buffer-copy): Remove deleted MUSTBENEW argument
9060 to copy-file.
9061
9062 2006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
9063
9064 * simple.el (toggle-truncate-lines): Make arg optional for
9065 backward compatibility.
9066
9067 2006-05-26 Thien-Thi Nguyen <ttn@gnu.org>
9068
9069 * emacs-lisp/ewoc.el (ewoc--current-dll): New var.
9070 (ewoc--node-next, ewoc--node-prev, ewoc--node-nth): Don't take
9071 DLL arg. Instead, use ewoc--current-dll. Update all callers.
9072 (ewoc--set-buffer-bind-dll-let*): Bind ewoc--current-dll, not `dll'.
9073 (ewoc--adjust): Use ewoc--current-dll.
9074 (ewoc-next, ewoc-prev, ewoc-nth): Bind ewoc--current-dll.
9075
9076 2006-05-26 Carsten Dominik <dominik@science.uva.nl>
9077
9078 * textmodes/org.el (org-next-item, org-previous-item): Emit more
9079 compact error message.
9080 (org-tags-view): Refresh category table in each file.
9081 (org-table-justify-field-maybe): Remove superfluous arguments to
9082 `format'.
9083 (org-export-as-html): Insert "<p>" before postamble.
9084 (org-paste-subtree, org-kill-is-subtree-p): Check for empty kill ring.
9085
9086 2006-05-26 Kenichi Handa <handa@m17n.org>
9087
9088 * textmodes/po.el (po-find-charset): Pay attention to the case
9089 FILENAME is a cons (NAME . BUFFER).
9090 (po-find-file-coding-system-guts): Likewise.
9091
9092 * arc-mode.el (archive-set-buffer-as-visiting-file):
9093 Call find-operation-coding-system with (FILENAME . BUFFER).
9094
9095 * tar-mode.el (tar-extract): Call find-operation-coding-system
9096 with (FILENAME . BUFFER).
9097
9098 * international/mule.el (decode-coding-inserted-region):
9099 Call find-operation-coding-system with (FILENAME . BUFFER).
9100
9101 2006-05-25 Chong Yidong <cyd@stupidchicken.com>
9102
9103 * image-mode.el (image-toggle-display): Use buffer contents to
9104 generate image for a remote file.
9105
9106 2006-05-25 Juri Linkov <juri@jurta.org>
9107
9108 * replace.el (query-replace-read-from, query-replace-read-to):
9109 Remove 8th arg KEEP-ALL in read-from-minibuffer.
9110
9111 2006-05-25 Rajesh Vaidheeswarran <rv@gnu.org>
9112
9113 * whitespace.el (whitespace-cleanup): Change to cleanup
9114 region if one is active.
9115 * whitespace.el (whitespace-cleanup-internal): New internal method.
9116
9117 2006-05-25 Mathias Dahl <mathias.dahl@gmail.com>
9118
9119 * dired.el (dired-mode-map): Add help-echo strings to tumme
9120 commands. Bind `tumme-dired-display-image' to C-t i.
9121
9122 * tumme.el (tumme-display-image): Change documentation string slightly.
9123 (tumme-dired-display-image): Add call to `display-buffer'.
9124
9125 2006-05-25 Thien-Thi Nguyen <ttn@gnu.org>
9126
9127 * emacs-lisp/bindat.el (bindat-unpack, bindat-pack):
9128 Signal error if RAW-DATA is a multibyte string.
9129
9130 2006-05-24 Richard Stallman <rms@gnu.org>
9131
9132 * subr.el (with-local-quit): When handling `quit' signal,
9133 make a chance for quit-flag to cause a quit.
9134
9135 * emacs-lisp/advice.el (ad-enable-advice, ad-activate)
9136 (ad-disable-advice): Add autoloads.
9137
9138 * subr.el (read-passwd): Copy PROMPT before changing its properties.
9139
9140 2006-05-25 Mathias Dahl <mathias.dahl@gmail.com>
9141
9142 * dired.el (dired-mode-map): Change menu items for tumme as per
9143 suggestions in emacs-devel.
9144
9145 2006-05-25 Nick Roberts <nickrob@snap.net.nz>
9146
9147 * dired.el (dired-mode-map): Fix breakage.
9148
9149 2006-05-25 Mathias Dahl <mathias.dahl@gmail.com>
9150
9151 * tumme.el (tumme-display-dired-image): Rename to...
9152 (tumme-dired-display-image): ...this.
9153 (tumme-track-movement): Change default value to t.
9154 (tumme-display-thumbs): Add new optional parameter DO-NOT-POP,
9155 used from `tumme-next-line-and-display' and similar commands.
9156
9157 * dired.el (dired-mode-map): Add Thumbnail submenu under the
9158 Immediate menu. Add some tumme commands there.
9159
9160 2006-05-24 Luc Teirlinck <teirllm@auburn.edu>
9161
9162 * loadup.el ("jka-cmpr-hook"): Load it before it is needed.
9163
9164 2006-05-24 Chong Yidong <cyd@mit.edu>
9165
9166 * menu-bar.el, international/mule-cmds.el: Remove tooltips for
9167 menu entries that open submenus.
9168
9169 2006-05-24 Alan Mackenzie <acm@muc.de>
9170
9171 * startup.el (command-line): For names of preloaded files, don't
9172 append ".elc" (now done in Fload), and call file-truename on the
9173 lisp directory.
9174
9175 * subr.el (eval-after-load): Fix the doc-string. Allow FILE to
9176 match ANY loaded file with the right name, not just those in
9177 load-path. Put a regexp matching the file name into
9178 after-load-alist, rather than the name itself.
9179
9180 * subr.el (load-history-regexp, load-history-filename-element)
9181 (do-after-load-evaluation): New functions.
9182
9183 * international/mule.el (load-with-code-conversion): Do the
9184 eval-after-load stuff by calling do-after-load-evaluation.
9185
9186 2006-05-25 Nick Roberts <nickrob@snap.net.nz>
9187
9188 * progmodes/gud.el (gud-sentinel): Condition on GUD buffer if it
9189 has not been killed.
9190
9191 2006-05-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9192
9193 * term/mac-win.el: Set idle timer to clean up expired Apple events.
9194 (mac-ae-get-url): Redispatch Apple event on unknown scheme.
9195 (mac-dispatch-apple-event): Resume Apple event if it is suspended.
9196 Optionally set error message in reply.
9197
9198 2006-05-24 Carsten Dominik <dominik@science.uva.nl>
9199
9200 * textmodes/org.el (org-open-at-point): Use renamed variable
9201 `org-confirm-shell-link-function'.
9202 (org-confirm-shell-link-function): Rename from
9203 `org-confirm-shell-links'.
9204 (org-export-directory): New function.
9205 (org-export-as-ascii, org-export-as-html, org-export-as-xoxo)
9206 (org-export-icalendar): Use `org-export-directory'.
9207 (org-indent-item): Keep cursor position.
9208 (org-link-file-path-type): New option.
9209 (org-export-as-html): Fix bug with plain lists starting in
9210 column 0.
9211 (org-export-as-html): Remove deadline formatting, this happens
9212 now already in `org-html-handle-time-stamps'.
9213 (org-export-html-style): Deadline class removed.
9214 (org-insert-labeled-timestamps-at-point): New option.
9215 (org-cycle, org-occur, org-scan-tags): Use `org-overview' instead
9216 of `hide-sublevels 1', in case the first headline is not level 1.
9217 (org-overview, org-content): New fuction.
9218 (org-cycle-global-status, org-cycle-subtree-status): Make these
9219 variables buffer-local.
9220 (org-global-cycle): New command.
9221 (org-shifttab): Use `org-global-cycle'.
9222 (org-insert-heading, org-insert-item): Go to end of new
9223 headline/item after creating it.
9224 (org-export-visible): Rename from `org-export-copy-visible'.
9225 Now creates a temporary org-file and applies an exporting command
9226 to it.
9227 (org-table-eval-formula): Support for lisp forms.
9228 (org-agenda-todo-ignore-scheduled): New option.
9229 (org-agenda-get-todos): Use new option
9230 `org-agenda-todo-ignore-scheduled'.
9231 (org-export-html-inline-images): New value `maybe'.
9232 (org-export-as-html): Inlining of images dependent on link description.
9233 (org-archive-subtree): Check for end-of-buffer before trying
9234 `kill-line'.
9235 (org-agenda-follow-mode): New option.
9236 (org-export-with-tags, org-export-with-timestamps): New options.
9237 (org-html-handle-time-stamps): New function.
9238 (org-keyword-time-regexp): New variable.
9239 (org-agenda-get-todos): Use `org-agenda-todo-list-sublevels'.
9240 (org-agenda-todo-list-sublevels): New option.
9241 (org-html-level-start): When TITLE is nil, just close all levels.
9242 (org-parse-key-lines, org-parse-export-options): Remove functions,
9243 replaced by `org-infile-export-plist'.
9244 (org-combine-plists, org-infile-export-plist)
9245 (org-default-export-plist): New functions.
9246 (org-export-html-preamble, org-export-html-postamble)
9247 (org-export-html-auto-preamble, org-export-html-auto-postamble):
9248 New variables.
9249 (org-export-publishing-directory): New option.
9250 (org-export-as-html, org-export-as-ascii): Use the new property
9251 lists for settings.
9252 (org-export-copy-visible, org-export-as-xoxo):
9253 Respect `org-export-publishing-directory'.
9254 (org-link-search, org-store-link, org-file-apps): Support for
9255 links to BibTeX database entries..
9256 (org-get-current-options, org-set-regexps-and-options):
9257 Implement logging as a startup option.
9258 (org-store-link): Make sure context string is never empty
9259 (org-insert-link): Use relative path when possible.
9260 (org-at-item-checklet-p): New function.
9261 (org-shifttab, org-shiftmetaleft, org-shiftmetaright)
9262 (org-shiftmetaup, org-shiftmetadown, org-metaleft)
9263 (org-metaright, org-metaup, org-metadown, org-shiftup)
9264 (org-shiftdown, org-shiftright, org-shiftleft)
9265 (org-ctrl-c-ctrl-c, org-cycle, org-return, org-meta-return):
9266 Dispatch using `call-interactively'.
9267 (org-call-with-arg): New defsubst.
9268 (org-tag-alist, org-use-fast-tag-selection): New options.
9269 (org-complete): Use `org-tag-alist'.
9270 (org-fast-tag-insert, org-fast-tag-selection): New functions.
9271 (org-next-item, org-previous-item): New commands.
9272 (org-beginning-of-item, org-end-of-item): Add (interactive) to
9273 make command.
9274 (org-shiftup, org-shiftdown): Accommodate the item-navigation commands.
9275
9276 2006-05-23 Thien-Thi Nguyen <ttn@gnu.org>
9277
9278 * emacs-lisp/ewoc.el (ewoc-delete): New function.
9279 (ewoc-filter): Use `ewoc-delete'.
9280
9281 * emacs-lisp/bindat.el (bindat-pack): Doc fix.
9282
9283 2006-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
9284
9285 * textmodes/bibtex.el (bibtex-format-entry, bibtex-clean-entry):
9286 Signal more user-friendly error messages.
9287
9288 * complete.el (PC-do-completion): Undo the addition of implicit
9289 wildcards if they did not lead to finding any match.
9290 (read-file-name-internal): Don't add the final > if the completion is
9291 not finished.
9292
9293 2006-05-22 Reiner Steib <Reiner.Steib@gmx.de>
9294
9295 * textmodes/bibtex.el (bibtex-maintain-sorted-entries):
9296 Quote safe-local-variable predicate.
9297
9298 2006-05-22 Thien-Thi Nguyen <ttn@gnu.org>
9299
9300 * emacs-lisp/ewoc.el (ewoc-set-data): New function.
9301
9302 2006-05-21 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
9303
9304 * textmodes/bibtex.el (bibtex-maintain-sorted-entries): Mark as safe.
9305
9306 * progmodes/make-mode.el (makefile-special-targets-list)
9307 (makefile-macro-table, makefile-target-table): Mark as risky.
9308 (makefile-query-one-target-method): Make this the alias for the
9309 following variable.
9310 (makefile-query-one-target-method-function): Make this the real name.
9311
9312 * textmodes/artist.el (artist-text-renderer): Make this the alias
9313 for the following variable.
9314 (artist-text-renderer-function): Make this the real name.
9315
9316 * textmodes/flyspell.el (flyspell-generic-check-word-p): Make this
9317 the alias for the following variable.
9318 (flyspell-generic-check-word-predicate): Make this the real name.
9319
9320 * textmodes/ispell.el (ispell-format-word): Make this the alias
9321 for the following variable.
9322 (ispell-format-word-function): Make this the real name.
9323 (ispell-message-text-end): Mark as risky.
9324
9325 * skeleton.el (skeleton-transformation, skeleton-filter)
9326 (skeleton-pair-filter): Make these the aliases for the following
9327 variables.
9328 (skeleton-transformation-function, skeleton-filter-function)
9329 (skeleton-pair-filter-function): Make these the real names.
9330
9331 * progmodes/sh-script.el (sh-mode): Use skeleton-filter-function
9332 and skeleton-pair-filter-function.
9333
9334 * textmodes/sgml-mode.el (sgml-transformation): Make this the
9335 alias for the following variable.
9336 (sgml-transformation-function): Make this the real name.
9337 (sgml-tag-alist): Mark as risky.
9338
9339 2006-05-21 Richard Stallman <rms@gnu.org>
9340
9341 * simple.el (kill-region): Interactively, pass point, then mark.
9342
9343 2006-05-22 Thien-Thi Nguyen <ttn@gnu.org>
9344
9345 * emacs-lisp/ewoc.el (ewoc-create): Add autoload cookie.
9346
9347 2006-05-21 Romain Francoise <romain@orebokech.com>
9348
9349 * dired-x.el (dired-mode-map): Don't bind M-g.
9350
9351 2006-05-20 Richard Stallman <rms@gnu.org>
9352
9353 * dired.el (dired-mode-map): Put dired-goto-file on j, not M-g.
9354 (dired-goto-file): Doc fix.
9355
9356 2006-05-21 Kim F. Storm <storm@cua.dk>
9357
9358 * emulation/cua-base.el: Mention customizing cua-mode as alternative
9359 way to enable built-in cua-mode if user loads older CUA-mode package.
9360
9361 * ido.el (ido-read-file-name): Bind ido-show-dot-for-dired to nil
9362 if default-filename is specified.
9363
9364 2006-05-20 Eli Zaretskii <eliz@gnu.org>
9365
9366 * menu-bar.el (menu-bar-manuals-menu) <info-apropos>: New menu item.
9367
9368 * info.el (info-apropos): Make sure current-file and current-node
9369 have non-nil values. Speed up by using add-to-list instead of
9370 manual consing.
9371
9372 2006-05-20 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
9373
9374 * progmodes/make-mode.el (makefile-mode): Doc fix.
9375
9376 2006-05-20 Eli Zaretskii <eliz@gnu.org>
9377
9378 * dired-aux.el (dired-do-shell-command): Doc fix.
9379
9380 2006-05-20 Kevin Ryde <user42@zip.com.au>
9381
9382 * info-xref.el (info-xref-check-all-custom): Skip :tag part of
9383 ``(custom-manual :tag "Foo" "(foo)Node")''.
9384
9385 2006-05-20 Karl Chen <quarl@cs.berkeley.edu>
9386
9387 * progmodes/cc-vars.el (c-backslash-column): Mark as safe if its
9388 value is an integer.
9389
9390 2006-05-20 Eli Zaretskii <eliz@gnu.org>
9391
9392 * mail/rmail.el (rmail-mime-charset-pattern): Add "?:" before
9393 "format".
9394 (rmail-convert-to-babyl-format): Undo the change from 2006-04-19.
9395
9396 2006-05-20 Martin Rudalics <rudalics@gmx.at>
9397
9398 * progmodes/hideif.el (show-ifdef-block): Fix bug where parts of
9399 a hidden block remained hidden if `hide-ifdef-lines' is non-nil.
9400
9401 2006-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
9402
9403 * progmodes/gud.el (gdb-script-font-lock-keywords): Use a stricter
9404 regexp for keywords.
9405
9406 2006-05-20 Masayuki FUJII <boochang@m4.kcn.ne.jp> (tiny change)
9407
9408 * dnd.el (dnd-get-local-file-name): Specify LITERAL in
9409 replace-regexp-in-string.
9410
9411 * term/w32-win.el (w32-drag-n-drop): Substitute '/' for '\',
9412 encode, and escape file name on conversion to URL.
9413
9414 2006-05-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9415
9416 * dnd.el (dnd-handle-one-url): Change 3rd arg ARG to URL.
9417 Don't unescape URL.
9418 (dnd-get-local-file-name): Unescape URL on conversion to file name.
9419
9420 * x-dnd.el (x-dnd-handle-file-name): Encode and escape file names
9421 on conversion to URLs.
9422
9423 * net/browse-url.el (browse-url-file-url): Encode file name on
9424 conversion to URL.
9425
9426 * term/mac-win.el (mac-ae-open-documents): Escape file name on
9427 conversion to URL.
9428
9429 2006-05-19 Eli Zaretskii <eliz@gnu.org>
9430
9431 * progmodes/cc-styles.el (c-style-alist): Doc fix.
9432
9433 2006-05-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9434
9435 * term/mac-win.el (mac-bytes-to-digits): Remove function.
9436 (mac-handle-toolbar-switch-mode): Use coercion instead of it.
9437
9438 2006-05-19 Glenn Morris <rgm@gnu.org>
9439
9440 * calendar/diary-lib.el (diary-bahai-date)
9441 (list-bahai-diary-entries, mark-bahai-diary-entries)
9442 (mark-bahai-calendar-date-pattern): Not interactive.
9443 (add-to-diary-list): New optional arg LITERAL. Doc fix.
9444 (diary-entries-list): Change format of 4th element in each entry.
9445 (diary-list-entries): Use add-to-diary-list.
9446 (diary-goto-entry): Handle the case where the buffer visiting the
9447 diary has been killed.
9448 (fancy-diary-display): Add 'locator to button rather than 'marker.
9449 Only generate temp-face when there are marks to apply.
9450 (list-sexp-diary-entries): Pass literal to add-to-diary-list.
9451 (diary-fancy-date-pattern): New variable.
9452 (diary-time-regexp): Doc fix.
9453 (diary-anniversary, diary-time): New faces.
9454 (fancy-diary-font-lock-keywords): Use diary-fancy-date-pattern and
9455 diary-time-regexp. Add font-lock-multiline property where needed.
9456 Use new faces diary-anniversary and diary-time.
9457 (diary-fancy-font-lock-fontify-region-function): New function, to
9458 handle multiline font-lock pattern in fancy diary.
9459 (fancy-diary-display-mode): Set font-lock-fontify-region-function.
9460 (diary-font-lock-keywords): Tweak time regexp. Use new face
9461 diary-time.
9462
9463 2006-05-19 Alexander Shopov <ash@contact.bg> (tiny change)
9464
9465 * international/code-pages.el (mik): Table corrected.
9466
9467 2006-05-18 Kim F. Storm <storm@cua.dk>
9468
9469 * progmodes/grep.el (grep-find): Don't check grep-find-command
9470 before running command (breaks non-interactive usage).
9471
9472 2006-05-18 Thien-Thi Nguyen <ttn@gnu.org>
9473
9474 * emacs-lisp/ewoc.el (ewoc--adjust): New func.
9475 (ewoc--insert-new-node): Don't insert trailing newline.
9476 Instead, adjust successor nodes's start markers.
9477 (ewoc--refresh-node): Delete all text from current node's start
9478 marker to the next one's; adjust successor nodes's start markers.
9479 (ewoc--create): Doc fixes.
9480 (ewoc--refresh): Don't insert newline.
9481 (ewoc--set-hf): Use `ewoc--set-buffer-bind-dll-let*'.
9482 * pcvs.el (cvs-make-cvs-buffer):
9483 Specify extra newline for ewoc's header and footer.
9484 (cvs-update-header): Update initial header recognition.
9485 Append newline to final header and footer values.
9486 * pcvs-info.el (cvs-fileinfo-pp): Insert trailing newline.
9487
9488 2006-05-17 Richard Stallman <rms@gnu.org>
9489
9490 * files.el (file-name-extension): Doc fix.
9491
9492 2006-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
9493
9494 * shell.el (shell-dirtrack-mode): Make it into a proper minor mode, so
9495 we can explicitly enable/disable rather than toggle.
9496 (shell-mode): Use it.
9497 (shell-cd): Don't try to reproduce what `cd' does.
9498
9499 2006-05-17 Kim F. Storm <storm@cua.dk>
9500
9501 * ido.el (ido-read-internal): Use only nondirectory part of
9502 default item.
9503
9504 2006-05-17 Thien-Thi Nguyen <ttn@gnu.org>
9505
9506 * emacs-lisp/ewoc.el (ewoc-data): Add docstring.
9507 (ewoc-nth): Doc fix.
9508
9509 (ewoc-map, ewoc-invalidate): Compute PP before looping.
9510
9511 2006-05-16 Eli Zaretskii <eliz@gnu.org>
9512
9513 * international/mule.el (auto-coding-alist): Add .lha to files
9514 read with no-conversion.
9515
9516 * files.el (auto-mode-alist): Add .lha files to archive file
9517 extensions.
9518
9519 * arc-mode.el (archive-arc-summarize, archive-lzh-summarize):
9520 Convert csize to integer when computing offsets within the
9521 compressed archive file.
9522
9523 2006-05-16 Kim F. Storm <storm@cua.dk>
9524
9525 * subr.el (add-to-history): Add KEEP-ALL arg and align functionality
9526 with read-from-minibuffer.
9527
9528 2006-05-16 Reiner Steib <Reiner.Steib@gmx.de>
9529
9530 * emacs-lisp/bytecomp.el (byte-compile-warnings-safe-p): New function.
9531 (byte-compile-warnings): Fix safe-local-variable property.
9532
9533 2006-05-16 Ken Manheimer <ken.manheimer@gmail.com>
9534
9535 * allout.el (allout-show-bodies, allout-old-style-prefixes)
9536 (allout-stylish-prefixes, allout-numbered-bullet)
9537 (allout-file-xref-bullet, allout-use-hanging-indents): Use simple
9538 predicates to qualify `safe-local-variable' property, when
9539 available, else use equivalent lambda.
9540 (allout-current-topic-collapsed-p): Do the right thing regarding
9541 trailing blank lines.
9542
9543 2006-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
9544
9545 * server.el (server-start): Only create a directory if needed.
9546 (server-edit, server-unload-hook): server-start => server-mode.
9547 (kill-emacs-hook): Cleanup upon exit.
9548
9549 2006-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
9550
9551 * hexl.el (hexlify-buffer): Encode process arguments manually.
9552
9553 2006-05-16 Nick Roberts <nickrob@snap.net.nz>
9554
9555 * progmodes/gud.el (gud-tooltip-tips): Add missing argument to
9556 call to gdb-tooltip-print.
9557
9558 2006-05-15 Romain Francoise <romain@orebokech.com>
9559
9560 * dired-x.el (dired-guess-shell-gnutar): On GNU and GNU/Linux
9561 systems, default to "tar" since those systems probably have GNU tar.
9562
9563 2006-05-14 Lars Hansen <larsh@soem.dk>
9564
9565 * desktop.el (desktop-missing-file-warning): Fix docstring.
9566 (desktop-restore-file-buffer): Correct question asked on missing file.
9567
9568 2006-05-14 Kim F. Storm <storm@cua.dk>
9569
9570 * progmodes/cc-subword.el (c-forward-subword, c-backward-subword):
9571 Add CUA move property.
9572
9573 2006-05-13 Chong Yidong <cyd@stupidchicken.com>
9574
9575 * custom.el (custom-push-theme): Load the variable before checking
9576 its `standard-value'.
9577
9578 2006-05-13 Lars Hansen <larsh@soem.dk>
9579
9580 * desktop.el (desktop-save): Use with-temp-buffer.
9581
9582 2006-05-12 Glenn Morris <rgm@gnu.org>
9583
9584 * calendar/cal-menu.el (calendar-mode-map, calendar-mouse-3-map):
9585 * calendar/calendar.el (calendar-mode-map):
9586 * calendar/diary-lib.el (include-other-diary-files,diary-mail-entries):
9587 * calendar/appt.el (appt-check, appt-make-list): Refer to
9588 diary-view-entries, diary-list-entries, diary-show-all-entries
9589 rather than obsolete aliases.
9590
9591 2006-05-12 Chong Yidong <cyd@stupidchicken.com>
9592
9593 * simple.el (line-move-finish): Avoid calling point motion hooks
9594 while processing intangibility.
9595
9596 2006-05-12 Dan Nicolaescu <dann@ics.uci.edu>
9597
9598 * term/xterm.el (terminal-init-xterm): Fix typo.
9599
9600 2006-05-12 Ken Manheimer <ken.manheimer@gmail.com>
9601
9602 * allout.el (allout-view-change-hook): Mark as being deprecated,
9603 to be replaced by `allout-exposure-change-hook'.
9604 (allout-exposure-change-hook): New, replacing
9605 `allout-view-change-hook'.
9606 (allout-flag-region): Run new hook `allout-exposure-change-hook',
9607 in addition to `allout-view-change-hook'.
9608 (allout-show-bodies, allout-old-style-prefixes)
9609 (allout-stylish-prefixes, allout-use-hanging-indents): Quote the
9610 lambda forms to prevent their showing up in variable help
9611 presentations as inscrutable byte-compiled code.
9612 (allout-numbered-bullet, allout-file-xref-bullet, allout-layout):
9613 Use string-or-null-p to qualify safe-local-variable values.
9614 (allout-reindent-bodies): Use memq to qualify matches against
9615 valid safe-local-variable values. Also, quote the lambda as above.
9616 (allout-use-mode-specific-leader): Add missing candidate-value
9617 symbols, use memq, and quote the lambda.
9618 (allout-overlay-interior-modification-handler): Remove unused
9619 variables `msg' and 'opened'.
9620 (allout-hidden-p): Constrain invisibility consideration to allout's
9621 invisibility spec, disregarding invisibility for other reasons.
9622
9623 2006-05-12 Reiner Steib <Reiner.Steib@gmx.de>
9624
9625 * files.el (version-control): Correct safe values.
9626
9627 2006-05-12 Thien-Thi Nguyen <ttn@gnu.org>
9628
9629 * emacs-lisp/ewoc.el (ewoc-refresh): Compute PP once before looping.
9630
9631 (ewoc--node-enter-before, ewoc--create-node): Delete funcs.
9632 (ewoc--insert-new-node): New func.
9633 Update callers of deleted funcs to use it, instead.
9634
9635 2006-05-11 Glenn Morris <rgm@gnu.org>
9636
9637 * calendar/calendar.el (diary-show-all-entries): Do not refer to
9638 obsolete alias `show-all-diary-entries'.
9639 (make-diary-entry): Not interactive.
9640 (cal-tex-cursor-month, cal-tex-cursor-month-landscape)
9641 (cal-tex-cursor-day, cal-tex-cursor-week, cal-tex-cursor-week2)
9642 (cal-tex-cursor-week-iso, cal-tex-cursor-week-monday)
9643 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
9644 (cal-tex-cursor-year-landscape, cal-tex-cursor-filofax-year)
9645 (cal-tex-cursor-filofax-daily, cal-tex-cursor-year): Interactive.
9646
9647 2006-05-11 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
9648
9649 * calendar/calendar.el (calendar-french-date-string)
9650 (calendar-mayan-date-string, calendar-chinese-date-string)
9651 (calendar-astro-date-string, calendar-iso-date-string)
9652 (calendar-islamic-date-string, calendar-bahai-date-string)
9653 (calendar-hebrew-date-string, calendar-coptic-date-string)
9654 (calendar-ethiopic-date-string, calendar-persian-date-string):
9655 These functions are not interactive.
9656
9657 2006-05-11 Luc Teirlinck <teirllm@auburn.edu>
9658
9659 * files.el: Balance parentheses.
9660
9661 2006-05-11 Reiner Steib <Reiner.Steib@gmx.de>
9662
9663 * files.el, newcomment.el, outline.el, simple.el,
9664 * emacs-lisp/bytecomp.el, progmodes/cc-compat.el,
9665 * progmodes/cc-vars.el, progmodes/compile.el:
9666 Move `safe-local-variable' declarations to the respective files.
9667
9668 * help-fns.el (describe-variable): Don't print safe-var if it is
9669 byte-code. Improve wording as suggested by Luc Teirlinck.
9670
9671 2006-05-11 Nick Roberts <nickrob@snap.net.nz>
9672
9673 * progmodes/gdb-ui.el (gdb-reset): Update speedbar if necessary.
9674 (gdb-var-evaluate-expression-handler, gdb-var-update-handler):
9675 Use a token for pending-triggers to ensure gdb-var-update
9676 gets called once per user input again for pre-GDB 6.4.
9677 (gdb-var-delete): Match on more complex expressions.
9678 (gdb-var-list-children-handler, gdb-var-create-handler):
9679 Use a token for consistency.
9680
9681 2006-05-11 Carsten Dominik <dominik@science.uva.nl>
9682
9683 * textmodes/org.el (org-read-date, org-goto-calendar)
9684 (org-agenda-goto-calendar):
9685 Bind `view-calendar-holidays-initially' to nil.
9686
9687 2006-05-11 Thien-Thi Nguyen <ttn@gnu.org>
9688
9689 * emacs-lisp/ewoc.el (ewoc--refresh-node): No longer save-excursion.
9690 Update all callers to do it there, instead.
9691
9692 2006-05-10 Glenn Morris <rgm@gnu.org>
9693
9694 * calendar/calendar.el (calendar-basic-setup): Set day to 1 in
9695 prefix arg case, to avoid view-diary-entries-initially error.
9696 Reported by Stephen Berman <Stephen.Berman at gmx.net>.
9697 (calendar-date-is-legal-p): Handle dates with no day part.
9698
9699 2006-05-11 Nick Roberts <nickrob@snap.net.nz>
9700
9701 * comint.el (comint-insert-input): Just make it when
9702 comint-use-prompt regexp is nil (default) and with the mouse.
9703 (comint-copy-old-input): Reinstate from 2004-06-23.
9704 (comint-mode-map): Bind C-c C-m to it.
9705
9706 2006-05-10 J.D. Smith <jdsmith@as.arizona.edu>
9707
9708 * progmodes/idlw-shell.el (idlwave-shell-move-or-history):
9709 Remove spurious move to point-max (new comint behavior fixes).
9710
9711 * progmodes/idlwave.el (idlwave-push-mark): Removed obsolete
9712 compatibility function (Emacs 18/19).
9713 (idlwave-is-continuation-line): Always return point at start of
9714 previous non-blank continuation line.
9715 (keyword-parameters): Fix continued comment font-lock matcher.
9716 (idlwave-font-lock-fontify-region): Written, use as
9717 font-lock-fontify-region-function, to fix continued keyword
9718 fontification issues.
9719
9720 2006-05-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9721
9722 * term/mac-win.el (mac-font-panel-mode): Doc fix.
9723 (mac-service-selection, mac-service-open-file)
9724 (mac-service-open-selection, mac-service-mail-selection)
9725 (mac-service-mail-to, mac-service-insert-text): Rename from
9726 mac-services-*. All uses changed.
9727 (mac-apple-event-map): Rename event symbol `services' to `service'.
9728
9729 2006-05-10 Thien-Thi Nguyen <ttn@gnu.org>
9730
9731 * emacs-lisp/ewoc.el (ewoc--dll-create, ewoc--node-delete)
9732 (ewoc--node-enter-first, ewoc--node-enter-last)
9733 (ewoc--delete-node-internal): Merge funcs into unique callers.
9734
9735 2006-05-09 Chong Yidong <cyd@stupidchicken.com>
9736
9737 * emacs-lisp/crm.el (completing-read-multiple): Properly handle
9738 return value of read-from-minibuffer for empty input.
9739
9740 2006-05-09 Miles Bader <miles@gnu.org>
9741
9742 * comint.el (comint-insert-input): Remove redundant calls to setq
9743 and goto-char.
9744
9745 2006-05-10 Nick Roberts <nickrob@snap.net.nz>
9746
9747 * comint.el (comint-insert-input): Make it work when
9748 comint-use-prompt-regexp is t.
9749
9750 2006-05-10 Miles Bader <miles@gnu.org>
9751
9752 * subr.el (field-at-pos): New function.
9753
9754 * comint.el (comint-insert-input): Use it.
9755
9756 2006-05-09 Juri Linkov <juri@jurta.org>
9757
9758 * battery.el (battery-linux-proc-acpi): Also try
9759 `/proc/acpi/thermal_zone/THR2/temperature'.
9760
9761 * files.el <safe-local-variable>: Remove `eval' and `let' binding
9762 for now unused lambda `string-or-null'.
9763
9764 * add-log.el (change-log-default-name): Put `string-or-null-p'
9765 instead of lambda on `safe-local-variable' property.
9766
9767 * diff-mode.el (diff-context->unified): Use `region-beginning' and
9768 `region-end' instead of `mark' and `point'.
9769 (diff-unified->context, diff-reverse-direction, diff-fixup-modifs):
9770 Operate on region in Transient Mark mode when the mark is active.
9771 Use `region-beginning' and `region-end' instead of `mark' and
9772 `point'.
9773 (diff-hunk-text, diff-goto-source): Doc fix.
9774
9775 * startup.el (fancy-splash-screens, normal-splash-screen): Use
9776 face `mode-line-buffer-id' for mode-line buffer face instead of
9777 hard-coded `(:weight bold)'.
9778
9779 * arc-mode.el (archive-set-buffer-as-visiting-file): Bind
9780 buffer-undo-list to t (undo-ask is reproducible by visiting
9781 nested archives).
9782
9783 2006-05-09 Kim F. Storm <storm@cua.dk>
9784
9785 * progmodes/grep.el (rgrep): Set default directory of *grep*
9786 buffer if we start M-x rgrep in the *grep* buffer and choose
9787 a different base directory.
9788
9789 2006-05-09 Michael Albinus <michael.albinus@gmx.de>
9790
9791 * net/tramp.el (tramp-register-file-name-handlers): Enable Tramp
9792 completion also when ido is loaded.
9793
9794 2006-05-09 Masatake YAMATO <jet@gyve.org>
9795
9796 * font-lock.el (cpp-font-lock-keywords-source-directives): Addded
9797 "warning" and "import".
9798 (cpp-font-lock-keywords): Added "warning".
9799
9800 2006-05-08 Dan Nicolaescu <dann@ics.uci.edu>
9801
9802 * term/xterm.el (terminal-init-xterm): Add more key bindings.
9803
9804 2006-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
9805
9806 * mwheel.el (mwheel-scroll): Make sure that when scrolling multiple
9807 pages at a time, if we signal the end, we should indeed reach that end.
9808
9809 2006-05-08 David Reitter <david.reitter@gmail.com>
9810
9811 * emacs-lisp/easy-mmode.el (define-minor-mode): Only preserve messages
9812 output during execution of the body.
9813
9814 2006-05-08 Kim F. Storm <storm@cua.dk>
9815
9816 * progmodes/grep.el (lgrep, rgrep): Doc fixes.
9817
9818 2006-05-08 Thien-Thi Nguyen <ttn@gnu.org>
9819
9820 * emacs-lisp/ewoc.el (ewoc--set-buffer-bind-dll-let*):
9821 Use with-current-buffer.
9822
9823 2006-05-07 Kim F. Storm <storm@cua.dk>
9824
9825 * subr.el (add-to-history): Remove keep-dups arg.
9826
9827 * kmacro.el (kmacro-push-ring): Let-bind history-delete-duplicates
9828 to nil around call to add-to-history.
9829
9830 2006-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
9831
9832 * emacs-lisp/syntax.el (syntax-ppss): Flush the cache before rather
9833 than after a buffer modification.
9834
9835 2006-05-08 Nick Roberts <nickrob@snap.net.nz>
9836
9837 * progmodes/gdb-ui.el (gdb-var-create-handler): Move speedbar
9838 call to...
9839 (gud-watch): ...here so speedbar is raised for already watched
9840 expressions.
9841 (gdb-speedbar-refresh): Delete function.
9842 (gdb-speedbar-update, gdb-speedbar-timer-fn): New functions.
9843 Use speedbar-timer-fn instead of speedbar-refresh (reverting
9844 earlier change).
9845 (gdb-var-evaluate-expression-handler)
9846 (gdb-var-list-children-handler-1, gdb-var-update-handler-1): Use it.
9847
9848 * speedbar.el (speedbar-timer-fn): Remove save-window-excursion.
9849 Update localized contents for all buffers except ignored modes.
9850
9851 2006-05-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9852
9853 * term/mac-win.el (mac-utxt-to-string): Use `eq' instead of `='.
9854 (mac-atsu-font-table, mac-font-panel-mode): Add defvars.
9855 (mac-bytes-to-digits, mac-handle-toolbar-switch-mode)
9856 (mac-handle-font-panel-closed, mac-handle-font-selection):
9857 New functions.
9858 (mac-font-panel-mode): New minor mode.
9859 (mac-apple-event-map): Add bindings for toolbar toggle button and
9860 font panel.
9861 (menu-bar-showhide-menu): Add mac-font-panel-mode.
9862
9863 2006-05-07 John Paul Wallington <jpw@pobox.com>
9864
9865 * ibuffer.el (ibuffer-compressed-file-name-regexp):
9866 Avoid `regexp-opt'; simplify regexp for readability.
9867
9868 2006-05-06 Eli Zaretskii <eliz@gnu.org>
9869
9870 * ldefs-boot.el (dired-do-redisplay, dired-maybe-insert-subdir):
9871 * files.el (buffer-stale-function):
9872 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
9873 * autorevert.el (global-auto-revert-non-file-buffers): Point Info
9874 links to the main manual, not to emacs-xtra.
9875
9876 2006-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9877
9878 * term/mac-win.el (mac-utxt-to-string): Don't make adjustment for
9879 MacJapanese if text is ASCII-only.
9880
9881 2006-05-06 Nick Roberts <nickrob@snap.net.nz>
9882
9883 * progmodes/gdb-ui.el (gdb-goto-breakpoint): Use or instead of
9884 unless so nil isn't returned.
9885 (gdb-setup-windows, gdb-restore-windows): Reset gdb-source-window.
9886
9887 2006-05-06 Kim F. Storm <storm@cua.dk>
9888
9889 * subr.el (add-to-history): New function.
9890
9891 * ediff.el (ediff-files, ediff-files3, ediff-merge-files)
9892 (ediff-merge-files-with-ancestor):
9893 * env.el (setenv):
9894 * isearch.el (isearch-update-ring):
9895 * server.el (server-visit-files):
9896 * progmodes/grep.el (lgrep, rgrep):
9897 * progmodes/vhdl-mode.el (vhdl-generate-makefile-1):
9898 * progmodes/xscheme.el (xscheme-insert-expression):
9899 Use add-to-history.
9900
9901 * kmacro.el (kmacro-push-ring): Use add-to-history.
9902 (kmacro-ring-length): Remove unused defun.
9903 (kmacro-start-macro): Use kmacro-push-ring.
9904
9905 2006-05-06 Thien-Thi Nguyen <ttn@gnu.org>
9906
9907 * emacs-lisp/ewoc.el (ewoc-create, ewoc-set-hf): Use `insert'
9908 directly instead of a lambda expression that calls it.
9909
9910 2006-05-06 Kim F. Storm <storm@cua.dk>
9911
9912 * avoid.el (mouse-avoidance-point-position): Use posn-at-point
9913 instead of compute-motion.
9914
9915 2006-05-05 Dan Nicolaescu <dann@ics.uci.edu>
9916
9917 * ibuffer.el (ibuffer-compressed-file-name-regexp): Undo previous
9918 change.
9919
9920 2006-05-05 Reiner Steib <Reiner.Steib@gmx.de>
9921
9922 * startup.el (command-line-1): Refer to "Pure Storage" on
9923 pure-space-overflow.
9924
9925 2006-05-05 Martin Rudalics <rudalics@gmx.at>
9926
9927 * emacs-lisp/re-builder.el (reb-update-overlays): Cycle through
9928 provided faces once they all have been used up.
9929
9930 2006-05-05 Eli Zaretskii <eliz@gnu.org>
9931
9932 * startup.el (normal-splash-screen, fancy-splash-screens-1): Add a
9933 reference to the Lisp manual to the warning about pure space
9934 overflow.
9935
9936 2006-05-05 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
9937
9938 * textmodes/ispell.el (ispell-buffer-local-dict): Add a `no-reload'
9939 argument to avoid the call to `ispell-internal-change-dictionary'
9940 when not needed.
9941 (ispell-change-dictionary): Use this argument and call
9942 `ispell-internal-change-dictionary' after the possible change
9943 to `ispell-local-dictionary'.
9944 (ispell-internal-change-dictionary): Check for a change in
9945 personal dictionary use too.
9946
9947 2006-05-05 Eli Zaretskii <eliz@gnu.org>
9948
9949 * startup.el (command-line): On MS-Windows, probe "~", not
9950 "~USER", for warning about non-existent home directory
9951
9952 * arc-mode.el (archive-l-e): New optional argument `float' means
9953 generate a float value.
9954 (archive-arc-summarize, archive-lzh-summarize)
9955 (archive-zip-summarize, archive-zoo-summarize): Invoke archive-l-e
9956 with 3rd argument non-nil when file's size is being computed.
9957 Format the file sizes with %8.0f instead of %8d.
9958
9959 2006-05-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9960
9961 * cus-start.el (all): Add mac-dnd-known-types.
9962
9963 * term/mac-win.el (mac-utxt-to-string, mac-string-to-utxt)
9964 (mac-TEXT-to-string, mac-string-to-TEXT, mac-furl-to-string)
9965 (mac-TIFF-to-string): New functions.
9966 (x-get-selection, x-selection-value)
9967 (mac-select-convert-to-string): Use them.
9968 (mac-text-encoding-mac-japanese-basic-variant): New constant.
9969 (mac-dnd-types-alist): New customization variable.
9970 (mac-dnd-handle-furl, mac-dnd-handle-hfs, mac-dnd-insert-utxt)
9971 (mac-dnd-insert-TEXT, mac-dnd-insert-TIFF, mac-dnd-drop-data)
9972 (mac-dnd-handle-drag-n-drop-event): New functions.
9973 (mac-drag-n-drop): Remove function.
9974 (global-map): Bind drag-n-drop and M-drag-n-drop to
9975 mac-dnd-handle-drag-n-drop-event.
9976
9977 2006-05-04 Karl Chen <quarl@NOSPAM.quarl.org>
9978
9979 * progmodes/perl-mode.el (perl-beginning-of-function):
9980 Skip anonymous subs.
9981
9982 2006-05-04 Dan Nicolaescu <dann@ics.uci.edu>
9983
9984 * ibuffer.el (ibuffer-compressed-file-name-regexp): Avoid loading
9985 regexp-opt at run time.
9986
9987 * term.el (term-handle-ansi-escape): Fix off by one error.
9988
9989 2006-05-04 Nick Roberts <nickrob@snap.net.nz>
9990
9991 * progmodes/gdb-ui.el (gdb-force-update): Delete variable...
9992 (gdb-init-1, gdb-post-prompt): ...and references to it.
9993 (gdb-frame-handler): Strip directory name from filename if present.
9994
9995 * progmodes/gud.el (gdb-force-update): Delete defvar
9996 (gud-speedbar-buttons): ...and references to it. Use window-start
9997 to try to keep positon in watch expression.
9998
9999 2006-05-03 Richard Stallman <rms@gnu.org>
10000
10001 * simple.el (next-history-element, previous-history-element): Doc fix.
10002
10003 * isearch.el (isearch-update-ring): Doc fix.
10004
10005 2006-05-03 Dan Nicolaescu <dann@ics.uci.edu>
10006
10007 * isearch.el (isearch-update-ring): Take history-delete-duplicates
10008 into consideration. Replace one arm ifs with whens.
10009
10010 2006-05-03 Nick Roberts <nickrob@snap.net.nz>
10011
10012 * progmodes/gdb-ui.el (gud-watch): Let user select an expression.
10013 (menu): Fix typo.
10014
10015 2006-05-02 Miles Bader <miles@gnu.org>
10016
10017 * replace.el (occur-engine): Bind `inhibit-field-text-motion' to t.
10018
10019 2006-05-02 Jay Belanger <belanger@truman.edu>
10020
10021 * calc/calc-embed.el (calc-override-minor-modes-map)
10022 (calc-override-minor-modes): New variables.
10023 (calc-do-embedded): Make sure that Calc keystrokes aren't
10024 overwritten by minor modes.
10025
10026 2006-05-02 Chong Yidong <cyd@mit.edu>
10027
10028 * msb.el (msb): If EVENT is a down event, read and discard the up event.
10029
10030 2006-05-02 Reiner Steib <Reiner.Steib@gmx.de>
10031
10032 * startup.el (command-line-1): Refer to Lisp manual when
10033 pure-space-overflow occurs.
10034
10035 * files.el (byte-compile-dynamic, byte-compile-dynamic-docstrings)
10036 (byte-compile-warnings, find-file-visit-truename, indent-tabs-mode)
10037 (left-margin, no-byte-compile, no-update-autoloads, truncate-lines)
10038 (version-control): Don't use `t' for safe-local-variable declarations.
10039
10040 2006-05-01 Richard Stallman <rms@gnu.org>
10041
10042 * diff-mode.el (diff-mode-shared-map): Don't bind M-W, M-U, M-C,
10043 M-r, M-R, M-A, M-SPC or M-DEL.
10044 (diff-mode-map): diff-refine-hunk now on C-c C-w
10045 (diff-mode-map): Bind C-c C-e, C-c C-n, C-c C-r, C-c C-u.
10046
10047 * help-mode.el (help-mode): view-exit-action calls delete-window
10048 only when it is safe and possible.
10049
10050 * simple.el (undo-outer-limit-truncate): Put quotes around buffer name
10051 in messages.
10052
10053 * emacs-lisp/warnings.el (display-warning, lwarn): Doc fixes.
10054
10055 * tool-bar.el (tool-bar-setup): Put Help and Preferences items
10056 in the default tool-bar-map.
10057
10058 2006-05-01 Michael Albinus <michael.albinus@gmx.de>
10059
10060 * net/tramp.el (tramp-completion-file-name-handler-alist)
10061 (tramp-run-real-handler, tramp-completion-run-real-handler)
10062 (tramp-completion-handle-file-name-all-completions)
10063 (tramp-completion-handle-file-name-completion): Autoload them.
10064 (tramp-completion-handle-file-exists-p)
10065 (tramp-completion-handle-file-name-directory)
10066 (tramp-completion-handle-file-name-nondirectory)
10067 (tramp-completion-handle-expand-file-name): Remove them.
10068 (tramp-handle-file-name-directory): Return the real directory name.
10069 Returning "/" only doesn't need to be necessary any longer.
10070 (tramp-file-name-handler): Make special attention when in hostname
10071 completion mode.
10072 (tramp-completion-file-name-handler): Revert patch from 2006-04-28.
10073 (tramp-register-file-name-handlers):
10074 Register `tramp-completion-file-name-handler' only when
10075 `partial-completion-mode' is enabled.
10076 (tramp-completion-handle-file-name-all-completions):
10077 Delete directory part from results.
10078 (tramp-get-completion-methods, tramp-get-completion-user-host):
10079 Discard deleting "/", it doesn't work after the change of
10080 `tramp-handle-file-name-directory' above.
10081
10082 2006-05-01 Kim F. Storm <storm@cua.dk>
10083
10084 * progmodes/grep.el (grep-expand-template): Use save-match-data
10085 and symbol-value.
10086
10087 2006-05-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10088
10089 * term/mac-win.el (mac-ae-open-documents, mac-drag-n-drop):
10090 Use select-frame-set-input-focus instead of raise-frame.
10091 (global-map): Bind M-drag-n-drop to mac-drag-n-drop.
10092
10093 2006-05-01 Nick Roberts <nickrob@snap.net.nz>
10094
10095 * progmodes/gud.el (gud-def): Add %c case.
10096 (gud-speedbar-buttons): Don't bind case-fold-search unnecessarily.
10097 (gud-format-command): Make match case sensitive. Match on %F.
10098
10099 2006-04-30 Glenn Morris <rgm@gnu.org>
10100
10101 * calendar/cal-tex.el (cal-tex-preamble-extra): New variable.
10102 (cal-tex-preamble): Use cal-tex-preamble-extra.
10103 (cal-tex-list-diary-entries): Refer to `diary-list-entries' rather
10104 than alias `list-diary-entries'.
10105
10106 2006-04-29 Dan Nicolaescu <dann@ics.uci.edu>
10107
10108 * help-fns.el (describe-variable): Add info about safe local variables.
10109
10110 2006-04-29 Richard Stallman <rms@gnu.org>
10111
10112 * bindings.el (mode-line-format): help-echo doc fixes.
10113
10114 * net/tramp.el (tramp-file-name-handler-alist): Delete
10115 expand-file-name and other operations that can cause spurious loading.
10116
10117 2006-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
10118
10119 * files.el (safe-local-variable-p): Remove support for the special
10120 value t.
10121
10122 * textmodes/paragraphs.el (sentence-end-without-space):
10123 Fix safety predicate.
10124 (sentence-end-double-space, sentence-end-without-period)
10125 (paragraph-ignore-fill-prefix):
10126 * textmodes/fill.el (colon-double-space):
10127 * abbrev.el (abbrev-mode): Tighten the safety predicate.
10128
10129 * subr.el (booleanp): New fun.
10130
10131 * textmodes/reftex-vars.el (reftex-guess-label-type):
10132 Tighten the safety predicate.
10133
10134 2006-04-28 Kim F. Storm <storm@cua.dk>
10135
10136 * progmodes/grep.el (defgroup grep): Doc fix.
10137 (grep-auto-highlight): Remove.
10138 (grep-template): New defcustom.
10139 (grep-find-template): Rename from grep-tree-template.
10140 (grep-files-aliases): Rename from grep-tree-files-aliases.
10141 Remove "all" alias, add "l" alias.
10142 (grep-tree-ignore-case, grep-tree-ignore-CVS-directories): Remove.
10143 (grep-find-ignored-directories): New defcustom to replace
10144 grep-tree-ignore-CVS-directories, to facilitate ignoring
10145 subdirectories for multiple version control systems.
10146 (grep-mode-map): Add Recursive grep item to GREP menu.
10147 (grep-regexp-history, grep-files-history): New defvars.
10148 (grep-probe): New helper function.
10149 (grep-compute-defaults): Use it to simplify code.
10150 Adapt to name changes.
10151 Use `.' as base in grep-find-template rather than <D>.
10152 (grep): Remove superfluous highlight-regexp arg. Fix doc.
10153 Call grep-compute-defaults unconditionally.
10154 (grep-expand-keywords): New defconst.
10155 (grep-expand-template): Rename from grep-expand-command-macros.
10156 Simplify via grep-expand-keywords. Look at case-fold-search instead
10157 of grep-tree-ignore-case to add -i option.
10158 Bind case-fold-search to nil while matching keywords.
10159 (grep-tree-last-regexp, grep-tree-last-files): Remove.
10160 (grep-read-regexp, grep-read-files): New helper functions.
10161 (rgrep): Rename from grep-tree. Rework to use proper histories.
10162 Adapt to changes in defcustoms and functions above.
10163 (lgrep): New command, as grep, but using same interactive UI as rgrep.
10164
10165 2006-04-28 Michael Albinus <michael.albinus@gmx.de>
10166
10167 * net/tramp.el (tramp-completion-file-name-handler):
10168 Disable Tramp's functionality while loading Tramp itself.
10169 (tramp-register-file-name-handlers): That's a defsubst now.
10170 Code from `tramp-repair-jka-compr' moved here. Apply it via
10171 `after-init-hook'.
10172 (tramp-repair-jka-compr): Remove.
10173
10174 2006-04-27 Jay Belanger <belanger@truman.edu>
10175
10176 * calc-embed.el (calc-embedded-make-info): Use `math-read-expr' to
10177 read expression when `math-read-big-expr' doesn't work.
10178
10179 2006-04-27 Reiner Steib <Reiner.Steib@gmx.de>
10180
10181 * startup.el (command-line-1): Display warning when
10182 pure-space-overflow is non-nil.
10183
10184 2006-04-26 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
10185
10186 * textmodes/bibtex.el (bibtex-user-optional-fields): Mark as
10187 risky.
10188
10189 2006-04-26 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
10190
10191 * textmodes/bibtex.el (bibtex-url): New optional arg no-browse.
10192 Return the URL or nil if none can be generated.
10193
10194 2006-04-27 Nick Roberts <nickrob@snap.net.nz>
10195
10196 * progmodes/gud.el (gud-comint-buffer): Move forward to stop
10197 byte compiler warnings.
10198 (gud-basic-call, gud-find-expr): Let user select an expression
10199 for printing. Print expression as well as value in GUD buffer.
10200
10201 2006-04-17 Ken Manheimer <ken.manheimer@gmail.com>
10202
10203 * allout.el: Remove local autoload declaration for
10204 pgg-gpg-symmetric-key-p, since that's now done in pgg-gpg.el.
10205 (allout-show-bodies, allout-header-prefix, allout-primary-bullet)
10206 (allout-plain-bullets-string, allout-distinctive-bullets-string)
10207 (allout-use-mode-specific-leader, allout-old-style-prefixes)
10208 (allout-stylish-prefixes, allout-numbered-bullet)
10209 (allout-file-xref-bullet, allout-presentation-padding)
10210 (allout-use-hanging-indents, allout-reindent-bodies): Mark as
10211 safe-local-variable with suitable value spec, and add autoload
10212 cookie for loaddefs inclusion. We now use an explicit spec everywhere.
10213 (move-beginning-of-line, move-end-of-line): Repair so these compat
10214 functions now actually resituate the point, when appropriate.
10215
10216 2006-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
10217
10218 * progmodes/cc-subword.el (c-subword-mode-map): Use command remapping.
10219
10220 * add-log.el (add-log-iso8601-time-zone): Make parameter optional.
10221 (add-log-iso8601-time-string): Fix call to format-time-string.
10222
10223 2006-04-26 Kim F. Storm <storm@cua.dk>
10224
10225 * subr.el (posn-string, posn-image, posn-object): Doc fix.
10226
10227 2006-04-26 Masatake YAMATO <jet@gyve.org>
10228
10229 * progmodes/asm-mode.el (asm-mode, asm-mode-syntax-table):
10230 Add support for "//" style comments. Remove `b' flag
10231 from ?* in `asm-mode-syntax-table'.
10232
10233 2006-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
10234
10235 * follow.el: Use (featurep 'xemacs) everywhere.
10236 (follow-mode): Use define-minor-mode.
10237 (follow-mode-map): Move initialization into the declaration.
10238 Use command remapping.
10239 (follow-emacs-version-xemacs-p): Remove.
10240 (follow-submit-feedback): Remove.
10241
10242 * allout.el (allout-layout, allout-passphrase-verifier-string)
10243 (allout-passphrase-hint-string): Tighten up a bit the safety predicate.
10244
10245 * textmodes/reftex-vars.el (reftex-vref-is-default)
10246 (reftex-fref-is-default, reftex-guess-label-type):
10247 Tighten up a bit the safety predicate.
10248
10249 * textmodes/paragraphs.el (sentence-end-double-space)
10250 (sentence-end-without-period, sentence-end-without-space)
10251 (page-delimiter, paragraph-ignore-fill-prefix):
10252 Tighten up a bit the safety predicate.
10253
10254 * textmodes/fill.el (colon-double-space): Tighten up the safety pred.
10255
10256 * progmodes/python.el (python-continuation-line-p)
10257 (python-beginning-of-statement): syntax-ppss may return
10258 a negative depth.
10259 (python-mode): Don't forcefully enable font-lock.
10260
10261 * time-stamp.el (time-stamp-start, time-stamp-end)
10262 (time-stamp-inserts-lines): Tighten up a bit the safety predicate.
10263
10264 * add-log.el: Remove spurious * in docstrings.
10265 (add-log-time-zone-rule): Rename from change-log-time-zone-rule.
10266 (add-change-log-entry): Use it here, since it's not specific
10267 to iso8601.
10268 (add-log-iso8601-time-string): Don't use it here any more.
10269 (change-log-indent-text, change-log-indent): Rename from add-log-*.
10270
10271 * abbrev.el (abbrev-mode): Tighten up a bit the safety predicate.
10272
10273 2006-04-25 Ryan Yeske <rcyeske@gmail.com>
10274
10275 * net/rcirc.el (rcirc-print): Revert last change with ignored nicks.
10276 (rcirc-toggle-low-priority): Doc fix.
10277 (rcirc-handler-NOTICE): Remove beginning of line anchor in
10278 ChanServ regexp.
10279 (rcirc-startup-channels-alist): Connect to #rcirc by default, not
10280 #emacs.
10281 (rcirc-bright-nick-regexp, rcirc-dim-nick-regexp): Add variables.
10282 (rcirc-decode-coding-system): Use utf-8 as the default.
10283 (rcirc-multiline-minor-mode): Set the fill-column.
10284 (rcirc-format-response-string): Display bright and dim nicks.
10285 (rcirc-browse-url): Update interactive spec to fill ARG.
10286 (rcirc-bright-nick, rcirc-dim-nick): Add faces.
10287 (rcirc-print): Ignore dim-nick messages wrt modeline-activity.
10288
10289 2006-04-24 J.D. Smith <jdsmith@as.arizona.edu>
10290
10291 * textmodes/bibtex.el (bibtex-find-entry): Don't demand matching
10292 case for @Article, etc.
10293
10294 2006-04-23 Michael Albinus <michael.albinus@gmx.de>
10295
10296 * net/tramp.el (tramp-register-file-name-handlers): New defun.
10297 Added with autoload cookie.
10298 (tramp-unload-file-name-handlers): Rename from
10299 `tramp-unload-file-name-handler-alist'.
10300
10301 2006-04-23 Romain Francoise <romain@orebokech.com>
10302
10303 * comint.el (comint-match-partial-filename): Doc fix.
10304
10305 2006-04-21 Glenn Morris <rgm@gnu.org>
10306
10307 * calendar/cal-menu.el (calendar-mode-map): Refer to
10308 `diary-view-entries' rather than alias `view-diary-entries'.
10309 * calendar/diary-lib.el (view-other-diary-entries): Ditto.
10310
10311 2006-04-21 Luc Teirlinck <teirllm@auburn.edu>
10312
10313 * progmodes/antlr-mode.el (antlr-default):
10314 * cus-edit.el (custom-documentation):
10315 * faces.el (scroll-bar, border, cursor, mouse): Avoid nil spec
10316 in defface.
10317
10318 2006-04-21 Kim F. Storm <storm@cua.dk>
10319
10320 * image.el (image-type): New defun split out of create-image.
10321 (create-image): Use it.
10322
10323 2006-04-21 Carsten Dominik <dominik@science.uva.nl>
10324
10325 * textmodes/org.el (org-mode-map): Catch conflict with old allout.el.
10326 (org-open-at-point): Remove the "...done" message to keep output
10327 in the echo area visible.
10328 (org-export-as-xoxo): Fix call to `indent-region'.
10329
10330 2006-04-21 Kevin Ryde <user42@zip.com.au>
10331
10332 * international/mule.el (keyboard-coding-system): defcustom
10333 info-link fixes: "Specify Coding" has been split, keyboard now in
10334 "Terminal Coding", and "Single-Byte Character Support" is now
10335 "Unibyte Mode".
10336
10337 2006-04-21 Nick Roberts <nickrob@snap.net.nz>
10338
10339 * progmodes/gdb-ui.el (gdb-data-list-register-values-handler):
10340 Use font-lock-warning-face for any errors e.g. no stack.
10341 (gdb-stack-list-locals-handler): Display any errors e.g. no stack.
10342
10343 2006-04-20 Dan Nicolaescu <dann@ics.uci.edu>
10344
10345 * progmodes/sh-script.el (sh-shell): Mark as safe.
10346
10347 * newcomment.el (comment-start, comment-start-skip)
10348 (comment-end-skip, comment-end): Mark as safe.
10349
10350 2006-04-20 Carsten Dominik <dominik@science.uva.nl>
10351
10352 * textmodes/org.el (org-deadline-announce): Face removed.
10353 (org-level-faces, org-n-levels): Convert to constant.
10354 (org-compatible-face): New function.
10355 (org-hide, org-level-1, org-level-2, org-level-3, org-level-4)
10356 (org-level-5, org-level-6, org-level-7, org-level-8)
10357 (org-special-keyword, org-warning, org-headline-done, org-link)
10358 (org-date, org-tag, org-todo, org-done, org-table, org-formula)
10359 (org-scheduled-today, org-scheduled-previously, org-time-grid):
10360 Face definition revised for better color tty support.
10361 (org-bold-re, org-italic-re, org-underline-re): New constants.
10362 (org-set-font-lock-defaults): Use the new constants.
10363 (org-agenda-highlight-todo): New function.
10364 (org-agenda-todo): Fix bug with point at end of line.
10365 (org-agenda-change-all-lines, org-finalize-agenda-entries):
10366 Fontify TODO keywords.
10367 (org-insert-link): Preserve relative path in ../ links.
10368 (org-export-as-html): Convert links pointing to .org files into
10369 links that will work beteen the exported HTML files.
10370 (org-todo-list): Fix bug when arg=0.
10371 (org-insert-heading): More fine-tuning.
10372
10373 2006-04-19 Romain Francoise <romain@orebokech.com>
10374
10375 * mail/rmail.el (rmail-convert-to-babyl-format): Use second group
10376 from `rmail-mime-charset-pattern'.
10377
10378 2006-04-18 Dan Nicolaescu <dann@ics.uci.edu>
10379
10380 * progmodes/python.el (python-mode): Fix typo.
10381
10382 2006-04-18 J.D. Smith <jdsmith@as.arizona.edu>
10383
10384 * comint.el (comint-previous-input): Don't clobber input line
10385 when moving off either end of the input history ring.
10386 (comint-delete-input): New function, used by
10387 `comint-previous-input' and others.
10388 (comint-previous-matching-input):
10389 Use `coming-delete-input'. Save the partial input if leaving the
10390 edit line. Goto point-max before deleting input to avoid
10391 partial input fragments hanging around.
10392 (comint-restore-input): New function, used by `comint-previous-input'.
10393
10394 2006-04-18 Luc Teirlinck <teirllm@auburn.edu>
10395
10396 * imenu.el (imenu--index-alist): Balance parentheses.
10397
10398 2006-04-18 Dan Nicolaescu <dann@ics.uci.edu>
10399
10400 * progmodes/python.el (python-mode): Add support for hs-minor-mode.
10401
10402 2006-04-19 Reiner Steib <Reiner.Steib@gmx.de>
10403
10404 * abbrev.el (read-abbrev-file): Use abbrev-file-name if optional
10405 file is nil.
10406
10407 2006-04-18 Richard Stallman <rms@gnu.org>
10408
10409 * tooltip.el (tooltip-mode, tooltip-use-echo-area): Doc fixes.
10410
10411 * imenu.el (imenu-create-index-function, imenu--index-alist)
10412 (imenu--last-menubar-index-alist, imenu--make-index-alist)
10413 (imenu-default-create-index-function, imenu--generic-function):
10414 Doc fixes.
10415
10416 * image-mode.el (image-toggle-display): Handle tar and arc subfiles.
10417
10418 * help-mode.el (help-mode): Set view-exit-action to delete window.
10419
10420 * env.el (setenv): Get rid of arg UNSET. Interactive unsetting
10421 now works by passing nil as arg.
10422
10423 * apropos.el (apropos-print): Don't do where-is on self-insert-command.
10424
10425 * abbrev.el (edit-abbrevs-redefine): Temporarily widen.
10426 (read-abbrev-file): Provide default when reading filename.
10427
10428 * files.el (enable-local-variables): Allow :all as value.
10429 (hack-local-variables): Implement that value.
10430 (safe-local-variable-values, safe-local-eval-forms)
10431 (enable-local-variables): Mark as risky.
10432 (find-file-visit-truename, kept-old-versions): Mark safe.
10433
10434 * time-stamp.el (time-stamp-format, time-stamp-line-limit)
10435 (time-stamp-start, time-stamp-end, time-stamp-inserts-lines)
10436 (time-stamp-count, time-stamp-pattern): Add safe-local-variable prop.
10437
10438 2006-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
10439
10440 * progmodes/tcl.el (tcl-send-string, tcl-send-region):
10441 Use forward-line so as to get to BOL even in the presence of fields.
10442 (tcl-eval-region): Strip surrounding space to avoid multiple prompts
10443 in return.
10444 (inferior-tcl): Tell tclsh to work in interactive mode.
10445
10446 * complete.el (partial-completion-mode):
10447 Use 'choose-completion-string-functions to make sure that
10448 choose-completion fills the minibuffer properly.
10449
10450 * complete.el (PC-old-read-file-name-internal): Remove.
10451 (PC-read-include-file-name-internal): Remove. Turn it into an advice
10452 of read-file-name-internal.
10453 (partial-completion-mode): Enable/disable this advice.
10454
10455 2006-04-18 Juanma Barranquero <lekktu@gmail.com>
10456
10457 * net/tramp.el (tramp-completion-file-name-handler): Revert change
10458 of 2006-04-17.
10459
10460 2006-04-18 Carsten Dominik <dominik@science.uva.nl>
10461
10462 * textmodes/org.el (org-insert-heading): Insert heading before
10463 current if at beginning of line.
10464 (org-todo, org-date): New faces.
10465 (org-table-align): Make sure tooltip window contains full text.
10466 (org-no-properties): New defsubst.
10467 (org-set-font-lock-defaults): Use new faces.
10468
10469 2006-04-18 Nick Roberts <nickrob@snap.net.nz>
10470
10471 * progmodes/gud.el (gud-speedbar-item-info): Display frame address
10472 for root variables.
10473
10474 * progmodes/gdb-ui.el (gdb-pc-address): Rename from gdb-frame-address.
10475 (gdb-frame-address): Re-use to identify frame for watch expression.
10476 (gdb-var-list, gdb-var-create-handler): Add frame address for root
10477 variables.
10478 (gdb-init-1, gdb-source, gdb-post-prompt)
10479 (gdb-assembler-custom, gdb-invalidate-assembler): Use gdb-pc-address.
10480 (gdb-frame-handler): Get gdb-frame-address.
10481
10482 2006-04-17 Michael Albinus <michael.albinus@gmx.de>
10483
10484 Sync with Tramp 2.0.53.
10485
10486 * net/tramp.el (tramp-completion-mode): ?\t has event-modifier
10487 'control. Reported by Matthias F\e,Av\e(Brste <slashdevslashnull@gmx.net>.
10488 (tramp-completion-file-name-handler): Add autoload cookie for
10489 adding to `file-name-handler-alist'.
10490
10491 * net/tramp-smb.el (tramp-smb-wait-for-output): Wait always for
10492 the prompt. If it returns earlier (when detecting an error
10493 message), the rest of the output will merge accidently with the
10494 output of the next command. Reported by M Jared Finder
10495 <jared@hpalace.com>.
10496
10497 * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
10498 for `process-file', in order to let it work for older Emacsen too.
10499
10500 2006-04-17 Ralf Angeli <angeli@iwi.uni-sb.de>
10501
10502 * textmodes/tex-mode.el (tex-font-lock-match-suscript): New function.
10503 (tex-font-lock-keywords-3): Use it.
10504
10505 2006-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
10506
10507 * newcomment.el (comment-add): New function.
10508 (comment-region-default, comment-dwim): Use it.
10509
10510 2006-04-15 Michael Olson <mwolson@gnu.org>
10511
10512 * emacs-lisp/tq.el: Improve comments.
10513 (tq-queue-head-question): New accessor function.
10514 (tq-queue-head-regexp, tq-queue-head-closure, tq-queue-head-fn):
10515 Update for modified queue structure.
10516 (tq-queue-add): Accept `question' argument.
10517 (tq-queue-pop): If a question is pending, send it.
10518 (tq-enqueue): Accept new optional argument `delay-question'.
10519 If this is non-nil, and at least one other question is pending a
10520 response, queue the question rather than sending it immediately.
10521
10522 2006-04-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
10523
10524 * calendar/appt.el (appt-add): Check whether an appointment is
10525 already present in appt-time-msg-list. Simplify code.
10526
10527 2006-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
10528
10529 * progmodes/cc-langs.el (c-mode-menu):
10530 Don't presume c-subword-mode is bound.
10531
10532 2006-04-13 Bill Wohler <wohler@newt.com>
10533
10534 * cus-edit.el (customize-package-emacs-version-alist): Update docstring.
10535 (customize-package-emacs-version): Use cdr instead of cadr now
10536 that alists use dotted pairs.
10537
10538 * custom.el (defcustom): Fix docstring for :package-version.
10539
10540 2006-04-13 Michael Albinus <michael.albinus@gmx.de>
10541
10542 * net/tramp.el (tramp-display-shell-command-buffer): New defvar.
10543 (tramp-handle-shell-command): Display output buffer only when
10544 `tramp-display-shell-command-buffer' is true.
10545 (tramp-handle-process-file): Set `tramp-display-shell-command-buffer'.
10546
10547 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
10548
10549 * textmodes/org.el (org-set-autofill-regexps): Set only the local
10550 values of `adaptive-fill-regexp' and `adaptive-fill-function'.
10551
10552 2006-04-13 Romain Francoise <romain@orebokech.com>
10553
10554 * pcvs-parse.el (cvs-parse-table): Use `with-temp-buffer' to avoid
10555 leaving temporary .cvsignore buffers behind.
10556
10557 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
10558
10559 * textmodes/org.el (org-set-regexps-and-options)
10560 (org-get-current-options): Better names for the startup folding
10561 options.
10562
10563 2006-04-13 Thien-Thi Nguyen <ttn@gnu.org>
10564
10565 * vc.el (vc-annotate): Arrange for point to end up at the same
10566 line number as in the original, but only when using a new buffer.
10567
10568 2006-04-12 Stuart Herring <herring@lanl.gov> (tiny change)
10569
10570 * files.el (hack-one-local-variable-eval-safep):
10571 Recognize `edebug-form-spec' for `put', but only if it passes
10572 `edebug-basic-spec'. Generalize `put' handling.
10573
10574 * emacs-lisp/edebug.el (edebug-basic-spec): New function for
10575 vetting file-local form specs.
10576
10577 * allout.el (allout-layout): Autoload its `safe-local-variable'
10578 property.
10579
10580 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
10581
10582 * textmodes/org.el (org-ctrl-c-ctrl-c): Improve documentation string.
10583 (org-agenda-mouse-1-follows-link)
10584 (org-mouse-1-follows-link): New options.
10585 (org-format-agenda-item): Fix bug if TAGS is nil.
10586 (org-agenda-get-scheduled): Quote `priority' symbol in plist.
10587
10588 2006-04-13 Nick Roberts <nickrob@snap.net.nz>
10589
10590 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers):
10591 GDB 6.1+ gives full filename for "info sources" so use
10592 file-name-nondirectory.
10593
10594 2006-04-12 Romain Francoise <romain@orebokech.com>
10595
10596 * subr.el (read-passwd): Bind `message-log-max' to nil.
10597
10598 2006-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
10599
10600 * progmodes/perl-mode.el (perl-indent-new-calculate):
10601 Recompute parse-start after jumping backward by a whole sexp.
10602
10603 2006-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
10604
10605 * vc.el (vc-ensure-vc-buffer): Only change current-buffer, not the
10606 window configuration.
10607 (vc-annotate-display-select): Select the buffer so that current-buffer
10608 (and selected-window) is the output buffer at the end of vc-annotate.
10609
10610 2006-04-11 J.D. Smith <jdsmith@as.arizona.edu>
10611
10612 * vc.el (vc-annotate-color-map): Add custom TTY color map for
10613 8-color terminals, to use all of the colors in a sensible order.
10614 256-color terminals work well with the standard map.
10615 (vc-annotate-lines): Only strip the first color character if it
10616 is "#", to allow for terminal-style named colors.
10617 (vc-annotate-warp-version): Pass buf to `goto-line' to ensure
10618 the correct buffer is scrolled.
10619
10620 2006-04-11 Richard Stallman <rms@gnu.org>
10621
10622 * emacs-lisp/bytecomp.el (byte-compile-file):
10623 Bind enable-local-variables to :safe, and make normal-mode obey it.
10624
10625 * files.el (enable-local-variables): Allow value :safe.
10626 (normal-mode): Doc fix.
10627 (hack-local-variables): Implement enable-local-variables = :safe.
10628 (hack-local-variables-confirm): Don't prevent quitting.
10629
10630 2006-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
10631
10632 * loadhist.el (unload-feature): A bit of sanity check of
10633 load-history entries. Cancel timer-vars before unbinding them.
10634
10635 * hexl.el (hexl-isearch-search-function): Fix regexp-building code to
10636 quote special chars, and make the trick work on the hex part of the
10637 buffer as well.
10638 (hexl-mode, hexl-save-buffer, hexl-mode-exit)
10639 (hexl-maybe-dehexlify-buffer): Use restore-buffer-modified-p.
10640
10641 * startup.el (normal-splash-screen): Fix last change so we don't wait
10642 2 minutes if we don't show the splash screen.
10643
10644 2006-04-11 Carsten Dominik <dominik@science.uva.nl>
10645
10646 * textmodes/org.el (org-export-plain-list-max-depth)
10647 (org-table-spaces-around-separators)
10648 (org-radio-targets, org-activate-camels)
10649 (org-table-spaces-around-invisible-separators): Options removed.
10650 (org-time-stamp-rounding-minutes, org-remember-templates)
10651 (org-ellipsis, org-activate-links, org-descriptive-links):
10652 New options.
10653 (org-remember-apply-template, org-current-time)
10654 (org-finish-edit-table-field)
10655 (org-link-unescape, org-link-escape)
10656 (org-string-width, org-table-clean-line, org-html-do-expand)
10657 (org-edit-agenda-file-list, org-store-new-agenda-file-list)
10658 (org-read-agenda-file-list): New functions.
10659 (org-table-edit-field)
10660 (org-table-create-or-convert-from-region): New commands
10661 (org-table-toggle-vline-visibility): Command removed.
10662 (org-table-convert-region): Made a command.
10663 (orgtbl-deleta-backward-char,orgtbl-delete-char): Remove commands.
10664 Replace with the normal org- functions.
10665 (org-self-insert-command): Don't trigger realign unnecessarily
10666 when blanking a field that is not full.
10667 (org-mode): `Set buffer-invisibility-spec' for links.
10668 (org-activate-links2): Hide link part and only show descriptive
10669 part of the link.
10670 (org-insert-link): Modify for new linking system.
10671 (org-store-link): Store description separately, for use by
10672 `org-insert-link'.
10673 (org-table-align): Use `org-string-width'.
10674 (defgroup): Completely new group structure for custom variables.
10675 (org-agenda-files): Option: Single file name allowed. Function:
10676 Optional argument unrestrited means ignore any restricitons.
10677 (org-install-agenda-files-menu): Find a buffer in Org-mode before
10678 trying to modify the menu. Use generalized access to
10679 `org-agenda-files.'
10680 (org-agenda-list, org-todo-list, org-cycle-agenda-files)
10681 (org-agenda-file-to-front, org-remove-file, org-diary)
10682 (org-tags-view, org-export-icalendar-all-agenda-files)
10683 (org-export-icalendar-combine-agenda-files): Use generalized
10684 access to `org-agenda-files'.
10685 (org-remember-handler): Correctly preserve heading if present.
10686 (org-table-insert-row, org-table-insert-hline): Deal with
10687 invisible characters.
10688
10689 2006-04-10 J.D. Smith <jdsmith@as.arizona.edu>
10690
10691 * vc.el (vc-annotate-display-mode): Made default 'fullscale.
10692 (vc-annotate-color-map): New 18 element constant
10693 value/saturation, rotating hue colormap, from red->blue.
10694 (vc-annotate-mode-menu): "Default" -> "By Color Map Range".
10695 (vc-annotate-display-select): Switch to annotate-mode elsewhere.
10696 (vc-annotate): To avoid killing the required local variables,
10697 set them before the end of `with-output-to-temp-buffer', and
10698 after first switching to annotate-mode.
10699 (vc-annotate-warp-version): Add buffer argument in goto-line to
10700 ensure annotation, not source, is scrolled.
10701
10702 2006-04-10 Bill Wohler <wohler@newt.com>
10703
10704 * custom.el (defcustom, custom-handle-keyword):
10705 Add :package-version keyword.
10706 (custom-add-package-version): New function. Sets value of new
10707 property 'custom-package-version from :package-version keyword.
10708 (defcustom): Create Common Keywords section in docstring.
10709 (defface, defgroup): Replace definitions of a select few keywords
10710 with a reference to the Common Keywords in defcustom.
10711 (defcustom, defface, defgroup): Replace reference to Customization
10712 chapter in manual with hyperlink.
10713
10714 * cus-edit.el (customize-package-emacs-version-alist): New variable.
10715 (customize-changed-options): Add check for custom-package-version.
10716 (customize-package-emacs-version): New function to look up Emacs
10717 version corresponding to the given package version.
10718
10719 * emacs-lisp/find-func.el (find-function-regexp): Allow dashes in
10720 defun name, in similar fashion to find-variable-regexp.
10721
10722 2006-04-10 Eli Zaretskii <eliz@gnu.org>
10723
10724 * international/mule-cmds.el (set-locale-environment): Fix last
10725 change for when the locale's preferences don't specify any encoding.
10726
10727 2006-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
10728
10729 * emacs-lisp/find-func.el (find-function-search-for-symbol): Fix regexp
10730 so the defined var/fun doesn't need to be quoted.
10731
10732 2006-04-10 Richard Stallman <rms@gnu.org>
10733
10734 * finder.el (finder-mode-map): Add n and p bindings.
10735
10736 2006-04-10 Nick Roberts <nickrob@snap.net.nz>
10737
10738 * progmodes/gdb-ui.el (gdb-init-1): Re-initialise gdb-main-file to nil.
10739 (gdb-get-version): Make it work for pre "interpreter mi" (GDB 5.3?).
10740 (gdb-setup-windows): Put something in source window if we can't find
10741 the source file.
10742 (gdb-frame-handler): Make it work again with just assembly.
10743 (gdb-data-list-register-values-handler): Make it work when there is
10744 no stack.
10745
10746 2006-04-09 Richard Stallman <rms@gnu.org>
10747
10748 * mail/rmail.el (rmail-mime-charset-pattern): Ignore format and delsp
10749 specs while looking for charset.
10750
10751 * textmodes/picture.el (picture-mode-exit): Run picture-mode-exit-hook.
10752
10753 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X):
10754 Make them faces.
10755 (lm-font-lock-keywords): Update appropriately.
10756
10757 2006-04-10 Kim F. Storm <storm@cua.dk>
10758
10759 * simple.el (filter-buffer-substring): Add NOPROPS arg, so
10760 it can also replace buffer-substring-no-properties.
10761
10762 * emulation/cua-base.el (cua-delete-region, cua-paste)
10763 (cua-repeat-replace-region): Use filter-buffer-substring.
10764
10765 * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
10766 (cua-cut-region-to-global-mark): Likewise.
10767
10768 * emulation/cua-rect.el (cua--extract-rectangle)
10769 (cua-incr-rectangle, cua--rectangle-aux-replace): Likewise.
10770
10771 2006-04-09 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
10772
10773 * textmodes/bibtex.el (bibtex-entry-update): New optional arg
10774 entry-type. Add field delimiters to numerical fields if they are
10775 not present.
10776
10777 2006-04-09 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
10778
10779 * textmodes/bibtex.el (bibtex-find-text-internal): Add new element
10780 string-const to return value.
10781 (bibtex-remove-delimiters): Use it.
10782
10783 2006-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
10784
10785 * emacs-lisp/bytecomp.el (byte-compile-form): Don't call
10786 cl-byte-compile-compiler-macro unless it exists.
10787
10788 2006-04-08 Eli Zaretskii <eliz@gnu.org>
10789
10790 * files.el (hack-local-variables-confirm) <offer-save>:
10791 Clarify message text. Suggested by Ralf Angeli.
10792
10793 2006-04-08 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
10794
10795 * rect.el (kill-rectangle): Don't barf if `kill-read-only-ok' is set.
10796 (delete-extract-rectangle-line): Use `filter-buffer-substring'
10797 instead of `buffer-substring' and `delete-region'. (Most of the
10798 code actually copied from `kill-region'.)
10799
10800 2006-04-08 Ryan Yeske <rcyeske@gmail.com>
10801
10802 * rcirc.el (rcirc-default-server): Rename from rcirc-server.
10803 (rcirc-default-port): Rename from rcirc-port.
10804 (rcirc-default-nick): Rename from rcirc-nick.
10805 (rcirc-default-user-name): Rename from rcirc-user-name.
10806 (rcirc-default-user-full-name): Rename from rcirc-user-full-name.
10807 (rcirc-low-priority-flag): New variable.
10808 (rcirc-decode-coding-system): New defcustom.
10809 (rcirc-encode-coding-system): New defcustom.
10810 (rcirc-coding-system-alist): New defcustom.
10811 (rcirc-multiline-major-mode): New defcustom.
10812 (rcirc-nick): New internal variable.
10813 (rcirc-process): Remove variable.
10814 (rcirc-server-buffer): New variable.
10815 (rcirc): Update to use rcirc-default-* variables above.
10816 (rcirc-connect): Do not add window-configuration-hook-here.
10817 (rcirc-server): New internal variable.
10818 (rcirc-connect): Do not send keepalive pings if
10819 rcirc-keepalive-seconds is nil.
10820 (with-rcirc-server-buffer): New macro.
10821 (rcirc-send-string): Encode with rcirc-encode-coding-system.
10822 (rcirc-server-name): Rename from rcirc-server.
10823 (rcirc-buffer-process): New function.
10824 (rcirc-buffer-nick): New function.
10825 (rcirc-buffer-target): Remove function.
10826 (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
10827 New commands.
10828 (rcirc-mode-map): Change binding of C-c C-l to
10829 rcirc-toggle-low-priority.
10830 (rcirc-mode): Initialize coding system based on
10831 rcirc-coding-system-alist. New change-major-mode-hook to part the
10832 channel on a mode change. Make kill-buffer-hook buffer-local.
10833 (rcirc-change-major-mode-hook): New function.
10834 (rcirc-clean-up-buffer): Rename from rcirc-kill-buffer-hook-1.
10835 (rcirc-last-post-time): New variable.
10836 (rcirc-process-message): Store the last time user posted a message
10837 to this target.
10838 (rcirc-multiline-minor-mode): New mode.
10839 (rcirc-multiline-minor-mode-map): New mode map.
10840 (rcirc-edit-multiline): Put multiline-edit buffer in
10841 rcirc-multiline-major-mode along with rcirc-multiline-minor-mode.
10842 (rcirc-print): Ignore any line starting with an ignored nick.
10843 (rcirc-print): Decode using rcirc-decode-coding-system.
10844 (rcirc-track-minor-mode): Update global-mode-string when disabling
10845 this mode.
10846 (minor-mode-alist): Add LowPri indicator.
10847 (rcirc-toggle-low-priority): New function.
10848 (rcirc-last-non-irc-buffer): Prefix arg now no means switch to
10849 next lowpriority buffer with activity.
10850 (rcirc-record-activity): Sort buffers in rcirc-activity by the
10851 last time the user posted a message in to the target.
10852 (rcirc-update-activity-string): New formatting for low priority
10853 buffers.
10854 (rcirc-split-activity): New function.
10855 (rcirc-handler-PART, rcirc-handler-KICK)
10856 (rcirc-handler-PART-or-KICK): Kick responses are printed properly.
10857 (rcirc-nick-away-alist): New variable.
10858 (rcirc-handler-301): New handler. Away messages are printed once
10859 per change.
10860
10861 2006-04-08 Eli Zaretskii <eliz@gnu.org>
10862
10863 * info.el (Info-follow-nearest-node): Doc fix.
10864
10865 * international/mule-cmds.el (set-locale-environment): Make sure
10866 the coding-system preferred by the locale's language has the same
10867 EOL conversion type as the original buffer-file-coding-system.
10868 (locale-language-names): Add a few MS Windows language codes.
10869
10870 2006-04-07 Richard Stallman <rms@gnu.org>
10871
10872 * simple.el (eval-expression): Doc fix.
10873
10874 * emacs-lisp/lisp-mode.el (eval-print-last-sexp, eval-last-sexp)
10875 (eval-defun): Doc fixes.
10876
10877 2006-04-07 Reiner Steib <Reiner.Steib@gmx.de>
10878
10879 * pgg-gpg.el: Revert to revision 1.8 to allow the use of gpg-agent.
10880
10881 2006-04-07 Nick Roberts <nickrob@snap.net.nz>
10882
10883 * progmodes/gdb-ui.el (gdb-init-2): Set current filename using
10884 GDB list command without argument for greater generality.
10885
10886 2006-04-06 Reiner Steib <Reiner.Steib@gmx.de>
10887
10888 * subr.el (string-or-null-p): New function.
10889
10890 * textmodes/paragraphs.el (sentence-end): Use string-or-null-p.
10891
10892 * textmodes/ispell.el (ispell-local-dictionary): Use string-or-null-p.
10893
10894 * files.el: Update comment about safe-local-variable declarations.
10895
10896 2006-04-06 J.D. Smith <jdsmith@as.arizona.edu>
10897
10898 * progmodes/idlwave.el: Updated to IDLWAVE version 6.0.
10899 See idlwave.org.
10900
10901 * progmodes/idlw-shell.el: Updated to IDLWAVE version 6.0.
10902 See idlwave.org. Includes code to obsolete idlw-rinfo.el.
10903
10904 * progmodes/idlw-help.el: Updated to IDLWAVE version 6.0.
10905 See idlwave.org.
10906
10907 * progmodes/idlw-complete-structtag.el: Updated to IDLWAVE
10908 version 6.0 (minimal changes). See idlwave.org.
10909
10910 * progmodes/idlw-toolbar.el: Updated to IDLWAVE version
10911 6.0 (minimal changes). See idlwave.org.
10912
10913 * progmodes/idlw-rinfo.el: File obsoleted and removed.
10914
10915 2006-04-06 Romain Francoise <romain@orebokech.com>
10916
10917 * pgg-gpg.el: Sync back with Gnus 5.10, reverting changes that add
10918 symmetric encryption features and a new asynchronous interface to
10919 GnuPG. This new version is version 1.4, plus whitespace changes.
10920
10921 2006-04-06 Reiner Steib <Reiner.Steib@gmx.de>
10922
10923 * files.el: Move some `safe-local-variable' declarations to the
10924 respective files.
10925
10926 * textmodes/ispell.el (ispell-check-comments)
10927 (ispell-local-dictionary): Mark as safe.
10928
10929 * abbrev.el (abbrev-mode): Mark as safe.
10930
10931 * add-log.el (change-log-default-name): Mark as safe.
10932
10933 * textmodes/reftex-vars.el (reftex-vref-is-default)
10934 (reftex-fref-is-default, reftex-level-indent)
10935 (reftex-guess-label-type): Mark as safe.
10936
10937 * textmodes/fill.el (colon-double-space): Mark as safe.
10938
10939 * textmodes/paragraphs.el (paragraph-start, paragraph-separate)
10940 (sentence-end-double-space, sentence-end-without-period)
10941 (sentence-end-without-space, sentence-end, sentence-end-base)
10942 (page-delimiter, paragraph-ignore-fill-prefix): Mark as safe.
10943
10944 2006-04-06 Kim F. Storm <storm@cua.dk>
10945
10946 * ido.el (ido-mode): Remove ido-ignore-unc-host-regexps from
10947 the :set-after list.
10948 (ido-downcase-unc-hosts): New user option. Default on.
10949 (ido-ignore-unc-host-regexps): Don't reset ido-unc-hosts-cache
10950 when it is set, as regexps are now applied on the fly.
10951 (ido-unc-hosts): Keep all known hosts in ido-unc-hosts-cache.
10952 Make C-a DTRT--filter hosts through ido-ignore-unc-host-regexps
10953 on the fly, but only when ido-process-ignore-lists is set.
10954 Do case insensitive filtering if ido-downcase-unc-hosts is set.
10955 Only downcase names if ido-downcase-unc-hosts is set.
10956
10957 2006-04-06 Juanma Barranquero <lekktu@gmail.com>
10958
10959 * ido.el (ido-unc-hosts-cache): Fix typo in docstring.
10960
10961 * woman.el (WoMan-xref-man-page): Fix call to `substring'.
10962
10963 2006-04-05 Kim F. Storm <storm@cua.dk>
10964
10965 * ido.el (ido-mode): Set after ido-unc-hosts and
10966 ido-ignore-unc-host-regexps.
10967 (ido-save-history): Save ido-unc-hosts-cache.
10968 (ido-load-history): Load ido-unc-hosts-cache.
10969 (ido-reread-directory): Refresh unc hosts cache in // dir.
10970
10971 * startup.el (fancy-splash-screens): Set emulation-mode-map-alists
10972 to nil while displaying slash screen.
10973
10974 2006-04-05 Daiki Ueno <ueno@unixuser.org>
10975
10976 * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
10977 Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
10978
10979 2006-04-05 Kenichi Handa <handa@m17n.org>
10980
10981 * international/characters.el: Setup cases of Latin, Greek, and
10982 Cyrillic characters in CJK charsets.
10983
10984 2006-03-29 Daiki Ueno <ueno@unixuser.org>
10985
10986 * pgg-gpg.el (pgg-gpg-start-process): Don't bind
10987 default-enable-multibyte-characters. This reverts the change from
10988 revision 6.17 which is no longer necessary because the passphrase
10989 is sent separately now. GnuPG messages are unreadable under
10990 multibyte locales with default-enable-multibyte-characters set to nil.
10991
10992 2006-04-04 Andreas Schwab <schwab@suse.de>
10993
10994 * files.el: Mark `left-margin', `byte-compile-dynamic-docstrings'
10995 and `byte-compile-warnings' as `safe-local-variable'.
10996
10997 2006-04-04 Dan Nicolaescu <dann@ics.uci.edu>
10998
10999 * man.el (Man-mode-map): Restore the \r binding.
11000 (Man-abstract-xref-man-page): If Man-target-string is a function,
11001 call it.
11002 (Man-highlight-references): Use Man-default-man-entry to get the
11003 target. Deal with xrefs too.
11004 (Man-highlight-references0): Don't call the target function.
11005
11006 * woman.el (WoMan-xref-man-page): Strip the section number, woman
11007 cannot deal with it.
11008
11009 2006-04-04 Daiki Ueno <ueno@unixuser.org>
11010
11011 * pgg-gpg.el: Clean up process buffers every time gpg processes
11012 complete.
11013
11014 2006-04-04 Kenichi Handa <handa@m17n.org>
11015
11016 * sort.el (sort-build-lists): Don't bind inhibit-field-text-motion
11017 here.
11018 (sort-lines, sort-numeric-fields, sort-fields, sort-columns):
11019 Temporarily bind inhibit-field-text-motion to t.
11020
11021 2006-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
11022
11023 * startup.el (normal-splash-screen): Only set mode-line-format in the
11024 splash buffer, so as not to interfere when debugging the code.
11025 Ignore errors when switching buffer.
11026
11027 2006-04-03 Romain Francoise <romain@orebokech.com>
11028
11029 * dired.el (dired-dnd-protocol-alist): Fix typo.
11030
11031 2006-04-03 Reiner Steib <Reiner.Steib@gmx.de>
11032
11033 * savehist.el (savehist): Add :version.
11034 (savehist-ignored-variables): New variable.
11035 (savehist-minibuffer-hook): Don't save variables listed in
11036 `savehist-ignored-variables'.
11037
11038 * dired.el (dired-dnd-protocol-alist): Mention that change does
11039 only apply to new buffers in doc string.
11040
11041 2006-04-03 Lennart Borgman <lennart.borgman.073@student.lu.se> (tiny change)
11042
11043 * recentf.el (recentf-open-files-item): Include newline in button
11044 field, so opening a file will work, when the point is at the end
11045 of the file name. Allow, for example, to [i]search a file by
11046 extension and just push RET to open it.
11047
11048 2006-04-03 Daiki Ueno <ueno@unixuser.org>
11049
11050 * pgg-gpg.el (pgg-gpg-process-filter)
11051 (pgg-gpg-wait-for-completion): Check if buffer is alive.
11052
11053 * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
11054 lines, temporary fix.
11055
11056 2006-04-02 Dan Nicolaescu <dann@ics.uci.edu>
11057
11058 * ibuf-macs.el (define-ibuffer-column): Document the new parameter.
11059
11060 2006-04-02 Richard Stallman <rms@gnu.org>
11061
11062 * progmodes/compile.el (compilation-message-face): Make it defcustom.
11063
11064 2006-04-02 Dan Nicolaescu <dann@ics.uci.edu>
11065
11066 * ibuf-macs.el (define-ibuffer-column): Add a new key:
11067 header-mouse-map.
11068
11069 * ibuffer.el (ibuffer-name-header-map, ibuffer-size-header-map)
11070 (ibuffer-mode-header-map): New keymaps.
11071 (ibuffer-update-title-and-summary): Enable mouse face highlighting
11072 and keybindings for column headers.
11073 (name,size,mode) <define-ibuffer-column>: Add a header-mouse-map
11074 property.
11075
11076 2006-04-02 Drew Adams <drew.adams@oracle.com> (tiny change)
11077
11078 * speedbar.el (speedbar-after-create-hook): Doc fix.
11079
11080 2006-04-02 Michael Ernst <mernst@alum.mit.edu>
11081
11082 * shell.el (shell-directory-tracker)
11083 (shell-dynamic-complete-command): Doc fixes.
11084
11085 2006-04-01 Matt Hodges <MPHodges@member.fsf.org>
11086
11087 * pcomplete.el (pcomplete-show-completions): Recognize TAB on text
11088 terminals.
11089
11090 2006-04-01 Kim F. Storm <storm@cua.dk>
11091
11092 * ido.el (ido-unc-hosts-cache): New defvar.
11093 (ido-unc-hosts): If value of defcustom is a function, call it to
11094 get list of UNC hosts. Add function-item choices to specify
11095 ido-unc-hosts-net-view or user function.
11096 (ido-ignore-unc-host-regexps): New defcustom.
11097 (ido-unc-hosts-net-view, ido-unc-hosts): New functions.
11098 (ido-is-unc-root, ido-is-unc-host, ido-file-name-all-completions)
11099 (ido-exhibit): Call ido-unc-hosts to get list of UNC hosts.
11100
11101 2006-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
11102
11103 * pcvs-util.el (cvs-insert-strings): Fix bug with strings longer than
11104 wwidth.
11105
11106 2006-03-31 Juanma Barranquero <lekktu@gmail.com>
11107
11108 * ido.el (ido-cache-unc-host-shares-time, ido-report-no-match)
11109 (ido-max-work-file-list, ido-switch-buffer)
11110 (ido-read-file-name-as-directory-commands):
11111 Fix typos in docstrings.
11112
11113 2006-03-30 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11114
11115 * term/mac-win.el (mac-system-coding-system): Define and use after
11116 Mac-specific coding systems are ready.
11117
11118 2006-03-27 Romain Francoise <romain@orebokech.com>
11119
11120 * net/rcirc.el (rcirc-connect): Add autoload cookie.
11121
11122 * ldefs-boot.el: Update.
11123
11124 2006-03-27 Daiki Ueno <ueno@unixuser.org>
11125
11126 * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
11127 passphrases when it is not needed.
11128 (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
11129 passphrase stuff from gpg, should only be necessary when you use
11130 gpg with a smartcard.
11131
11132 2006-03-27 Nick Roberts <nickrob@snap.net.nz>
11133
11134 * comint.el (comint-dynamic-list-completions): Allow user to
11135 select *Completions* buffer.
11136
11137 2006-03-27 Carsten Dominik <dominik@science.uva.nl>
11138
11139 * textmodes/org.el (org-get-level-face): Fix bug with level counting.
11140
11141 2006-03-26 Andreas Schwab <schwab@suse.de>
11142
11143 * progmodes/gud.el (gdb): Only complain about multiple debugging
11144 when the gdb process is still running.
11145
11146 2006-03-25 Eli Zaretskii <eliz@gnu.org>
11147
11148 * mail/rmail.el (tool-bar-map): Defvar it.
11149 (rmail-tool-bar-map): Tool-bar buttons for Rmail.
11150 (rmail-perm-variables): Make rmail-tool-bar-map a local variable.
11151
11152 2006-03-25 Sven Joachim <svenjoac@gmx.de> (tiny change)
11153
11154 * help.el (print-help-return-message): Suggest to use
11155 display-buffer instead of switch-to-buffer-other-window to restore
11156 the previous window without selecting it.
11157
11158 2006-03-25 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11159
11160 * frame.el (select-frame-by-name): Call x-focus-frame also when
11161 window-system is mac.
11162
11163 * term/mac-win.el: Adjust Courier font specifications in
11164 x-fixed-font-alist.
11165 (mac-select-convert-to-string): Use utf-16be-mac or utf-16le-mac
11166 when directly encoding to UTF-16 in native byte order, no BOM.
11167
11168 2006-03-25 Kim F. Storm <storm@cua.dk>
11169
11170 * emulation/cua-base.el (cua-rectangle-mark-key): New defcustom.
11171 (cua--init-keymaps): Use it instead of fixed C-return.
11172 (cua-mode): Set after it.
11173
11174 * emulation/cua-rect.el (cua--init-rectangles):
11175 Use cua-rectangle-mark-key instead of fixed C-return.
11176
11177 2006-03-25 Nick Roberts <nickrob@snap.net.nz>
11178
11179 * progmodes/gdb-ui.el (gdba): Revert 2006-03-10 change for case of
11180 "run" in .gdbinit.
11181 (gdb-var-create-regexp): Remove "^done" prefix for gdb-mi.el.
11182
11183 2006-03-24 Romain Francoise <romain@orebokech.com>
11184
11185 * files.el (ctl-x-5-map): Really bind C-x 5 C-o to
11186 `display-buffer-other-frame'.
11187
11188 2006-03-24 Kim F. Storm <storm@cua.dk>
11189
11190 * apropos.el (apropos-synonyms): Add selection => region.
11191
11192 2006-03-24 Nick Roberts <nickrob@snap.net.nz>
11193
11194 * progmodes/gdb-ui.el (gdb-var-create-regexp)
11195 (gdb-var-list-children-regexp, gdb-var-update-regexp)
11196 (gdb-var-list-children-regexp-1, gdb-var-update-regexp-1)
11197 (gdb-data-list-register-values-regexp)
11198 (gdb-stack-list-locals-regexp, gdb-stack-list-locals-handler):
11199 Future proof against new fields being added to MI output.
11200 (gdb-send): Don't treat backslashes for program input as
11201 continuations.
11202 (gdb-assembler-handler): Don't use window-start for this handler.
11203 (gdb-frame-handler): Don't change to hollow arrow if overlay
11204 arrow doesn't move to new frame.
11205
11206 2006-03-24 Nick Roberts <nickrob@snap.net.nz>
11207
11208 * progmodes/gdb-ui.el (gdb-continuation): Declare earlier to
11209 prevent compiler warnings.
11210 (gdb-stopped): Check for gud-last-last-frame (case: signal).
11211 (breakpoint-disabled): Make lighter for contrast with overlay arrow.
11212 (gdb-assembler-custom): Use hollow-right-triangle for assembler
11213 buffer too.
11214
11215 2006-03-23 Reiner Steib <reinersteib+gmane@imap.cc>
11216
11217 * pgg-gpg.el (pgg-gpg-update-agent): Check for
11218 make-network-process, so we can use the same code in Gnus v5-10
11219 too and have this file fully synchronized with that release.
11220
11221 2006-03-23 Romain Francoise <romain@orebokech.com>
11222
11223 * ibuf-ext.el (ibuffer-read-filter-group-name):
11224 Use `ibuffer-generate-filter-groups' to make completion list match
11225 the filter groups that are really displayed in the Ibuffer buffer.
11226 (ibuffer-generate-filter-groups): Add new args noempty, nodefault.
11227
11228 2006-03-23 Kenichi Handa <handa@m17n.org>
11229
11230 * international/mule-cmds.el (sort-coding-systems): Describe that
11231 the argument is modified in docstring.
11232
11233 2006-03-22 Sascha Wilde <wilde@sha-bang.de>
11234
11235 * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
11236 (pgg-gpg-update-agent): New function.
11237 (pgg-gpg-use-agent-p): New function.
11238 (pgg-gpg-process-region, pgg-gpg-encrypt-region)
11239 (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
11240 (pgg-gpg-sign-region): Use it.
11241
11242 2006-03-21 Chong Yidong <cyd@stupidchicken.com>
11243
11244 * cus-edit.el (custom-face-set): Call custom-push-theme before
11245 face-spec set so that `changed' theme is correctly saved.
11246 (custom-face-reset-standard): Reset to recalculated face rather
11247 than defface spec.
11248
11249 * custom.el (custom-push-theme): Only save `changed' theme if the
11250 current face does not match the defface specs.
11251
11252 2006-03-21 Simon Josefsson <jas@extundo.com>
11253
11254 * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
11255 <wilde@sha-bang.de>.
11256 (pgg-gpg-use-agent): New variable.
11257 (pgg-gpg-process-region): Use it.
11258 (pgg-gpg-encrypt-region): Likewise.
11259 (pgg-gpg-encrypt-symmetric-region): Likewise.
11260 (pgg-gpg-decrypt-region): Likewise.
11261 (pgg-gpg-sign-region): Likewise.
11262 (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
11263
11264 2006-03-21 Carsten Dominik <dominik@science.uva.nl>
11265
11266 * textmodes/org.el (org-open-at-point): Fix bug in wiki-style
11267 bracket links.
11268
11269 2006-03-21 Kim F. Storm <storm@cua.dk>
11270
11271 * progmodes/gdb-ui.el (gdb-reset): Set buffer local value of
11272 fringe-indicator-alist instead of modifying global value.
11273 (gdb-frame-handler): Likewise.
11274
11275 2006-03-21 Nick Roberts <nickrob@snap.net.nz>
11276
11277 * diff-mode.el (diff-function): Make it inherit from diff-header
11278 instead of diff-context.
11279
11280 * progmodes/gdb-ui.el (hollow-right-triangle): Define as fringe
11281 bitmap.
11282 (gdb-info-stack-custom): Rename from gdb-info-frames-custom and
11283 change names in macro above for consistency.
11284 (gdb-frame-handler): Use hollow-right-triangle for all selected
11285 frames which except the innermost (where execution has stopped).
11286 (gdb-reset): Reset buffer-local values of overlay-arrow.
11287
11288 2006-03-20 Richard Stallman <rms@gnu.org>
11289
11290 * simple.el (set-mark-command): Doc fix.
11291
11292 * files.el (display-buffer-other-frame): New command.
11293 (ctl-x-4-map): Bind C-x 5 C-o to it.
11294
11295 2006-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
11296
11297 * jit-lock.el (jit-lock-function): Check for the actual defer-timer
11298 rather than just defer-time, in case defer-time has been changed but
11299 the timer isn't running yet.
11300 (jit-lock-deferred-fontify): Correspondingly let-bind defer-timer.
11301
11302 2006-03-19 Luc Teirlinck <teirllm@auburn.edu>
11303
11304 * help-mode.el (help-follow-symbol): New function.
11305 Essentially identical to the old `help-follow', but do not let
11306 `push-button' do the work when on an xref.
11307 (help-mode-map): Bind `help-follow-symbol' to "C-c C-c".
11308
11309 2006-03-19 Richard Stallman <rms@gnu.org>
11310
11311 * help-mode.el (help-xref-symbol-regexp): Make no xref for symbol
11312 preceded by the word `program'.
11313 (help-follow-mouse, help-follow): Throw error if not on xref.
11314 Delete no longer used args.
11315
11316 2006-03-20 Nick Roberts <nickrob@snap.net.nz>
11317
11318 * progmodes/gdb-ui.el (gdb-stopped): Even when there is no source
11319 annotation ensure gud-overlay-arrow-position is redisplayed.
11320
11321 2006-03-19 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
11322
11323 * textmodes/bibtex.el (bibtex-include-OPTkey)
11324 (bibtex-entry-field-alist, bibtex-generate-url-list): Mark as risky.
11325 (bibtex-autokey-name-case-convert)
11326 (bibtex-autokey-titleword-case-convert): Make these the aliases
11327 for the following two variables.
11328 (bibtex-autokey-name-case-convert-function)
11329 (bibtex-autokey-titleword-case-convert-function): Make these the
11330 real names.
11331 (bibtex-font-lock-keywords): Make bibtex-font-lock-url and
11332 bibtex-font-lock-crossref sublists.
11333 (bibtex-mode): Revert 2005-12-30 change (which made
11334 completion-ignore-case buffer-local).
11335 (bibtex-url): Simplify.
11336
11337 2006-03-19 Kim F. Storm <storm@cua.dk>
11338
11339 * emulation/cua-rect.el (cua--highlight-rectangle): Set overlay
11340 cursor property value to 2 (to align with C level change).
11341
11342 2006-03-19 Bill Wohler <wohler@newt.com>
11343
11344 * image.el (image-load-path-for-library): Shorten first line in
11345 docstring.
11346
11347 2006-03-18 Richard Stallman <rms@gnu.org>
11348
11349 * mail/rmail.el (rmail-reply-regexp): Undo previous change.
11350
11351 2006-03-18 Ben North <ben@redfrontdoor.org> (tiny change)
11352
11353 * isearch.el (isearch-other-meta-char): Handle user bindings for
11354 shifted control characters.
11355
11356 2006-03-18 Agustin Martin <agustin.martin@hispalinux.es>
11357
11358 * textmodes/ispell.el (ispell-skip-region-alist): Add "_+" to the
11359 part that matches email addresses, file names, etc.
11360
11361 2006-03-18 Eli Zaretskii <eliz@gnu.org>
11362
11363 * term/w32-win.el (mouse-set-font):
11364 Mention w32-list-proportional-fonts in the doc string.
11365
11366 2006-03-18 Kim F. Storm <storm@cua.dk>
11367
11368 * ido.el (ido-cache-ftp-work-directory-time): Doc fix.
11369 (ido-unc-hosts): New user option to explicitly define list of know
11370 UNC-style hosts for completion.
11371 (ido-cache-unc-host-shares-time): New user option.
11372 (ido-is-unc-root, ido-is-unc-host, ido-cache-unc-valid):
11373 New helper functions for UNC file-name support.
11374 (ido-may-cache-directory): Check for UNC host. Simplify.
11375 (ido-wash-history): Clean out old UNC hosts.
11376 (ido-nonreadable-directory-p): UNC hosts are always readable.
11377 (ido-directory-too-big-p): UNC hosts are never too big.
11378 (ido-set-current-directory): Handle UNC root path.
11379 (ido-file-name-all-completions): Complete UNC host names from
11380 ido-unc-hosts list. Cache UNC host shares.
11381 (ido-make-file-list-1): Don't filter UNC root.
11382 (ido-exhibit): Check for // in root directory, and switch to UNC
11383 mode by setting ido-current-directory to //.
11384
11385 2006-03-17 Luc Teirlinck <teirllm@auburn.edu>
11386
11387 * cus-edit.el (customize-changed-options): Mention explicit
11388 version number as default in prompt.
11389
11390 2006-03-17 Bill Wohler <wohler@newt.com>
11391
11392 * image.el (image-load-path-for-library): Minor docstring fix.
11393
11394 2006-03-17 Carsten Dominik <dominik@science.uva.nl>
11395
11396 * textmodes/org.el (org-read-date): Include subgroup 5 into
11397 replacement text.
11398 (org-popup-calendar-for-date-prompt): Fix customization type.
11399
11400 2006-03-17 Nick Roberts <nickrob@snap.net.nz>
11401
11402 * progmodes/gdb-ui.el (gud-watch): Provide completion.
11403 (gdb-continuation): New variable.
11404 (gdb-send): Deal with continuation lines.
11405
11406 * progmodes/gud.el (gud-gdb-complete-command)
11407 (gud-gdb-run-command-fetch-lines): Adapt for use with watch
11408 expressions.
11409 (gud-tooltip-mode): Use buffer-local value.
11410
11411 2006-03-16 Kim F. Storm <storm@cua.dk>
11412
11413 * ido.el (ido-edit-input): Use selected match, if any.
11414
11415 2006-03-16 Bill Wohler <wohler@newt.com>
11416
11417 * image.el (image-load-path-for-library): Prefer user's images in
11418 image-load-path.
11419
11420 2006-03-16 Martin Rudalics <rudalics@gmx.at>
11421
11422 * mouse.el (mouse-drag-vertical-line): Use window-inside-edges
11423 when checking for attempt to drag leftmost or rightmost scrollbar.
11424
11425 2006-03-16 Nick Roberts <nickrob@snap.net.nz>
11426
11427 * progmodes/gdb-ui.el (gdb-inferior-status): New variable.
11428 (gdb-force-mode-line-update): New function.
11429 (gdb-resync, gdb-starting, gdb-signal, gdb-exited, gdb-stopped)
11430 (gdb-exited): Use them.
11431 (gdb-signal): New function.
11432 (gdb-annotation-rules): Provide a rule for it.
11433
11434 2006-03-16 Kenichi Handa <handa@m17n.org>
11435
11436 * international/mule.el (auto-coding-regexp-alist): Add entries
11437 for Unicode BOM.
11438
11439 * sort.el (sort-build-lists): Temporarily bind
11440 inhibit-field-text-motion to t.
11441
11442 2006-03-15 Luc Teirlinck <teirllm@auburn.edu>
11443
11444 * locate.el (locate-command, locate-make-command-line)
11445 (locate-fcodes-file, locate-update-command)
11446 (locate-prompt-for-command, locate, locate-with-filter)
11447 (locate-get-file-positions): Doc fixes.
11448 (locate-buffer-name, locate-header-face): Remove leading `*' in
11449 defcustom.
11450 (locate-filter-output): Use `keep-lines' instead of its alias
11451 `delete-non-matching-lines'.
11452 (locate-get-filename, locate-get-dirname): Add introductory comment.
11453 (locate-find-directory-other-window): Give appropriate error
11454 message if used outside main listing.
11455
11456 2006-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
11457
11458 * font-lock.el (font-lock-lines-before): Delete variable, subsumed by
11459 the new extend-region feature.
11460 (font-lock-after-change-function): Update correspondingly.
11461 * jit-lock.el (jit-lock-after-change): Update correspondingly.
11462 * progmodes/grep.el (font-lock-lines-before): Don't disable.
11463
11464 2006-03-15 Bill Wohler <wohler@newt.com>
11465
11466 * image.el (image-load-path-for-library): Fix example by not
11467 recommending that one binds image-load-path. Just defvar it to
11468 placate compiler and only use it if previously defined.
11469
11470 2006-03-15 Carsten Dominik <dominik@science.uva.nl>
11471
11472 * textmodes/org.el (org-insert-centered): Use `string-width' to
11473 make underlining work for wide characters.
11474 (org-goto-map, org-agenda-mode-map, org-mode-map): Explicitly bind
11475 TAB to `org-cycle', to make sure that no binding in
11476 `outline-mode-map' can supercede it.
11477
11478 2006-03-14 Ken Manheimer <ken.manheimer@gmail.com>
11479
11480 * allout.el: Increment version to 2.2.1 in file commentary.
11481
11482 (allout-version): Increment to 2.2.1.
11483
11484 (allout-default-layout): New customization variable, used when the
11485 file lacks a specific allout-layout. Uses allout-layout-type for
11486 recursively nested definition.
11487
11488 (allout-layout-type): Widget defining allout layouts, necessary for
11489 self-recursive definition.
11490
11491 (allout-mode): Incorporate allout-default-layout as fallback for
11492 allout-layout.
11493
11494 (allout-layout): Mark as 'safe-local-variable', and refer mention
11495 fallback to `allout-default-layout' in absence of a specified value.
11496 (allout-passphrase-verifier-string)
11497 (allout-passphrase-hint-string): Mark as 'safe-local-variable'.
11498
11499 (allout-file-passphrase-verifier-string): Obsolete variable, removed.
11500
11501 (allout-get-encryption-passphrase-verifier): Use correct name of
11502 passphrase verifier in docstring.
11503
11504 2006-03-15 Nick Roberts <nickrob@snap.net.nz>
11505
11506 * progmodes/gdb-ui.el (gdb-var-list): Change order of first two
11507 elements.
11508 (gdb-find-watch-expression): Make it work for arrays too.
11509 Follow change to gdb-var-list.
11510 (gud-watch): Allow the user to enter variable name with a prexix
11511 arg. Create keybindings.
11512 (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
11513 (gdb-var-list-children-handler, gdb-var-update-handler)
11514 (gdb-var-delete, gdb-edit-value, gdb-speedbar-expand-node)
11515 (gdb-var-list-children-handler-1, gdb-var-update-handler-1):
11516 Follow change to gdb-var-list.
11517 (gdb-starting): Don't show the overlay arrows when program is running.
11518
11519 * progmodes/gud.el (gud-speedbar-buttons): Follow change to
11520 gdb-var-list.
11521
11522 2006-03-14 Bill Wohler <wohler@newt.com>
11523
11524 * image.el (image-load-path-for-library): Pass value of path
11525 rather than symbol. Always return list of directories.
11526 Guarantee that image directory comes first.
11527
11528 2006-03-14 Alan Mackenzie <acm@muc.de>
11529
11530 * font-core.el (font-lock-extend-region\(-function\)?.):
11531 New function/variable.
11532
11533 * font-lock.el (font-lock-after-change-function):
11534 Call font-lock-extend-region. Obey font-lock-lines-before.
11535 (font-lock-default-fontify-region): Remove reference to
11536 font-lock-lines-before.
11537
11538 * jit-lock.el (jit-lock-after-change):
11539 Call font-lock-extend-region. Obey font-lock-lines-before.
11540
11541 2006-03-14 David Ponce <david@dponce.com>
11542
11543 * tree-widget.el (tree-widget-themes-load-path)
11544 (tree-widget-themes-directory, tree-widget-theme): Doc fix.
11545
11546 2006-03-13 Ryan Yeske <rcyeske@gmail.com>
11547
11548 * net/rcirc.el (rcirc) <defgroup>: Add link to manual.
11549 (rcirc-print): Mark the start of text at the end of the prompt.
11550 (rcirc-track-minor-mode): Add autoload cookie.
11551 (rcirc-update-activity-string): Add space to front of mode-line
11552 indicator.
11553
11554 2006-03-13 Miles Bader <miles@gnu.org>
11555
11556 * net/rcirc.el (rcirc-nick-abbrevs): Remove variable.
11557 (rcirc-abbrev-nick): Remove function.
11558 (rcirc-format-response-string): Don't call `rcirc-abbrev-nick'.
11559
11560 2006-03-13 David Ponce <david@dponce.com>
11561
11562 * tree-widget.el: Handle themes across all occurrences of the main
11563 themes sub-directory found in tree-widget-themes-load-path.
11564 (tree-widget-themes-directory, tree-widget-theme): Doc fix.
11565 (tree-widget--locate-sub-directory): Return all occurrences.
11566 (tree-widget-themes-path): New function.
11567 Replace tree-widget-themes-directory, and return a list of directories.
11568 (tree-widget-set-parent-theme)
11569 (tree-widget-lookup-image): Use it.
11570
11571 2006-03-13 Carsten Dominik <dominik@science.uva.nl>
11572
11573 * textmodes/org.el (org-link-search): Avoid self-matching of
11574 links, allow target text to be distributed over several lines.
11575 (org-search-not-link): New function.
11576 (org-set-regexps-and-options, org-get-current-options):
11577 New startup options.
11578 (org-export-as-html): Take odd-level setting from local variable.
11579 (org-fontify-emphasized-text): New option.
11580 (org-set-font-lock-defaults): Include emphasized text.
11581 (org-follow-mhe-link): Allow folder-only links, fix folder name.
11582 (org-font-lock): Customize group renamed from `org-faces'.
11583
11584 2006-03-13 John Paul Wallington <jpw@pobox.com>
11585
11586 * ibuf-ext.el (ibuffer-never-show-predicates): Add `require'
11587 keyword; require `ibuf-ext' feature. Thanks to Zhang Wei.
11588
11589 2006-03-12 Luc Teirlinck <teirllm@auburn.edu>
11590
11591 * cus-start.el (all): Delete :version keyword for members of the
11592 fringe group, since the entire group is new in 22.1.
11593
11594 2006-03-13 Nick Roberts <nickrob@snap.net.nz>
11595
11596 * progmodes/gdb-ui.el (gdb-stack-list-locals-handler): Add local
11597 map if value is hexadecimal (an address).
11598 (gud-watch): Only search roots for existing watch expressions.
11599 (gdb-speedbar-refresh): Bind speedbar-shown-directories to nil to
11600 prevent caching problems with speedbar-update-directory-contents.
11601
11602 2006-03-12 Juri Linkov <juri@jurta.org>
11603
11604 * battery.el (battery-linux-proc-acpi): Check `capacity' for non-nil
11605 before comparing with `low' and `warn'.
11606
11607 * info.el (Info-dir-remove-duplicates): Move point to the
11608 beginning of the current line after deleting the entries from
11609 redundant heading. Use marker for `limit' and compare it with
11610 point before calling `re-search-forward'.
11611
11612 2006-03-11 Luc Teirlinck <teirllm@auburn.edu>
11613
11614 * simple.el (yank): Fix typo in docstring.
11615
11616 2006-03-11 Ryan Yeske <rcyeske@gmail.com>
11617
11618 * mail/rmailsum.el (rmail-summary-next-msg): Skip deleted
11619 messages, where "D" is the 6th character.
11620
11621 2006-03-11 Eli Zaretskii <eliz@gnu.org>
11622
11623 * simple.el (yank): Fix last change.
11624
11625 2006-03-11 David Ponce <david@dponce.com>
11626
11627 * ispell.el (ispell-find-aspell-dictionaries): Add aliases before
11628 merging elements from the standard ispell-dictionary-alist.
11629 (ispell-aspell-add-aliases): Add aliases to the passed dictionary
11630 alist, and return the new alist.
11631
11632 2006-03-11 Richard Stallman <rms@gnu.org>
11633
11634 * mail/rmail.el (rmail-ignored-headers): Discard DomainKey-Signature.
11635
11636 * eshell/eshell.el (eshell-prefer-to-shell): Variable deleted;
11637 the way it is implemented is too unclean.
11638
11639 * simple.el (kill-region, yank): Doc fix.
11640
11641 * battery.el (battery-echo-area-format): Doc fix.
11642 (battery-mode-line-format): Likewise.
11643 (battery-linux-proc-apm, battery-linux-proc-acpi): Likewise.
11644 (battery-linux-proc-acpi): Ignore batteries that say "charged".
11645
11646 2006-03-11 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at>
11647
11648 * progmodes/octave-mod.el (octave-indent-for-comment):
11649 Behave according to do string.
11650
11651 2006-03-11 Agustin Martin <agustin.martin@hispalinux.es>
11652
11653 * textmodes/ispell.el (ispell-menu-map-needed) [ispell-message]:
11654 Be visible only if major mode is Mail Mode.
11655
11656 * textmodes/flyspell.el (flyspell-external-point-words)
11657 (flyspell-process-localwords): Fix last changes.
11658
11659 2006-03-11 Eli Zaretskii <eliz@gnu.org>
11660
11661 * calendar/holidays.el (list-holidays): Doc fix.
11662
11663 * international/mule.el (auto-coding-alist): Add .odt
11664 (OpenOffice's open document) files.
11665
11666 * files.el (auto-mode-alist): Add .odt (OpenOffice's open
11667 document) files. Mention in the doc string the need to sync with
11668 auto-coding-alist.
11669
11670 2006-03-10 Chong Yidong <cyd@stupidchicken.com>
11671
11672 * files.el (hack-local-variables-confirm): Don't prompt for ! if
11673 enable-local-variables is set to always query, or there is no
11674 savable variable.
11675
11676 2006-03-10 Bill Wohler <wohler@newt.com>
11677
11678 * image.el (image-load-path-for-library): Merge at least three
11679 functions from Gnus and MH-E into this one function that can now
11680 be shared.
11681
11682 2006-03-11 Nick Roberts <nickrob@snap.net.nz>
11683
11684 * progmodes/gdb-ui.el (gdb-remove-text-properties): Rename from
11685 gdb-remove-mouse-face and remove help-echo too.
11686 (gdb-enqueue-input): Correct conditional clause.
11687
11688 2006-03-10 Glenn Morris <rgm@gnu.org>
11689
11690 * calendar/calendar.el (calendar-holidays): Doc fix.
11691 * calendar/holidays.el (list-holidays): Doc fix.
11692
11693 2006-03-10 Nick Roberts <nickrob@snap.net.nz>
11694
11695 * progmodes/gdb-ui.el (gdba): Don't call gdb-init-1 explicitly as
11696 it gets called in gdb-prompt anyway.
11697 (gdb-use-separate-io-buffer): Only restore window arrangement for
11698 gdb-many-windows.
11699 (gdb-enqueue-input): Make it harder to send GDB input when program
11700 is running.
11701 (gdb-buffer-list): New variable.
11702 (gdb-remove-mouse-face): New function.
11703 (gdb-starting): Use it when GDB input won't get sent.
11704
11705 2006-03-08 Juanma Barranquero <lekktu@gmail.com>
11706
11707 * help.el (view-lossage): Remove trailing whitespace before
11708 inserting "\n".
11709
11710 2006-03-07 Chong Yidong <cyd@stupidchicken.com>
11711
11712 * files.el (hack-local-variables-confirm):
11713 Set coding-system-for-read to nil before writing to .emacs.
11714
11715 * arc-mode.el (archive-extract): Check if an existing buffer name
11716 comes from a different archive.
11717
11718 * help.el (describe-key-briefly): If KEY is a down event, read and
11719 discard the up event.
11720
11721 2006-03-07 Nick Roberts <nickrob@snap.net.nz>
11722
11723 * progmodes/gud.el (gud-speedbar-buttons): Allow pointers to
11724 be edited and use font-lock-warning-face for any changes.
11725
11726 * progmodes/gdb-ui.el (gdb-edit-value-handler): New function.
11727 (gdb-edit-value): Use it to report any errors.
11728
11729 2006-03-07 Juanma Barranquero <lekktu@gmail.com>
11730
11731 * help.el (describe-key): Remove leftover test code.
11732
11733 2006-03-07 Carsten Dominik <dominik@science.uva.nl>
11734
11735 * textmodes/org.el: Move defvars out of eval-when-compile.
11736 Use buffer-file-name variable.
11737 (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused
11738 arg `file'.
11739 (org-level-faces): Remove startup dependency.
11740 (org-cycle, org-map-tree, org-scan-tags)
11741 (org-remember-handler): Don't call `outline-level' directly.
11742 (org-mhe-search-all-folders): New option.
11743 (org-mhe-get-message-folder-from-index)
11744 (org-mhe-get-message-folder): Fix indexing search.
11745 (org-format-agenda-item): Handle nil TAGS argument.
11746 (org-cleaned-string-for-export, org-activate-target-links)
11747 (org-make-target-link-regexp): Deal with empty radio target list.
11748 (org-tag): New face.
11749 (org-get-level-face): New function.
11750 (org-set-font-lock-defaults): Simplify setup for headlines.
11751 (org-complete): Pass common substring to `display-completion-list'.
11752
11753 2006-03-06 David Ponce <david@dponce.com>
11754
11755 * tree-widget.el: Update Commentary header.
11756 (tree-widget-theme-name): Ignore parent themes.
11757 (tree-widget-set-parent-theme): New function.
11758 (tree-widget-set-theme): Use it.
11759 (tree-widget-set-image-properties): Move definition. Does nothing
11760 if image properties have already been set.
11761 (tree-widget-image-properties): Move definition. Receive an image
11762 name. Set the :pointer property.
11763 (tree-widget-lookup-image): Doc fix. Search in parent themes.
11764 Don't set the :pointer image property.
11765 (tree-widget-convert-widget): New function. Handle :dynargs
11766 compatibility here.
11767 (tree-widget): Use it to :convert-widget. Add the :expander-p
11768 predicate to control when the :expander function is entered.
11769 Thanks to Ken Manheimer <ken.manheimer@gmail.com> for the idea.
11770 (tree-widget-value-create): Handle :expander-p. widget-apply
11771 :expander.
11772 (tree-widget-expander-p): New function. Default value of the
11773 :expander-p property.
11774
11775 2006-03-06 Chong Yidong <cyd@stupidchicken.com>
11776
11777 * help.el (describe-key): Properly handle the return value of
11778 read-key-sequence when grabbing an up-event. Cleanup mouse-1
11779 remaps. Handle string and vector `follow-link' values.
11780
11781 2006-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
11782
11783 * complete.el (PC-expand-many-files): Try be more careful when parsing
11784 the shell's output.
11785
11786 2006-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
11787
11788 * outline.el (hide-sublevels): Provide better interactive default.
11789
11790 2006-03-06 Kenichi Handa <handa@m17n.org>
11791
11792 * international/fontset.el (create-fontset-from-fontset-spec):
11793 Fix regexp for paring FONTSET-SPEC (allow spaces after `:').
11794
11795 2006-03-05 Luc Teirlinck <teirllm@auburn.edu>
11796
11797 * progmodes/gud.el (gud-jdb-marker-filter): Quote `[' with two
11798 backslashes instead of one in regexp.
11799 (gud-tooltip-dereference): Add missing optional argument.
11800
11801 2006-03-04 John Paul Wallington <jpw@pobox.com>
11802
11803 * wdired.el (toplevel): Require `cl' at compile-time.
11804
11805 2006-03-04 Andreas Schwab <schwab@suse.de>
11806
11807 * server.el (server-process-filter): Handle errors during
11808 evaluation of the argument.
11809
11810 2006-03-03 John Paul Wallington <jpw@pobox.com>
11811
11812 * t-mouse.el (t-mouse-drag-start, t-mouse-swap-alt-keys): Doc fix;
11813 escape parentheses at beginning of line.
11814 (t-mouse-tty, t-mouse-make-event): Doc fix; use imperative.
11815 (t-mouse-mode): Remove period from end of error message.
11816
11817 2006-03-03 Agustin Martin <agustin.martin@hispalinux.es>
11818
11819 * textmodes/flyspell.el (flyspell-process-localwords):
11820 Be case-sensitive.
11821
11822 2006-03-03 Martin Rudalics <rudalics@gmx.at>
11823
11824 * cus-edit.el (custom-quote): Remove function, since it has been
11825 moved to custom.el.
11826
11827 * font-lock.el (lisp-font-lock-keywords-2)
11828 * emacs-lisp/rx.el (rx-check-any, rx-check-not)
11829 * generic-x.el (reg-generic-mode): Quote "]"s in regexps when
11830 they have no special meaning.
11831
11832 * midnight.el (clean-buffer-list): Handle case where base-buffer of
11833 indirect buffer gets killed before indirect buffer. Use dolist.
11834
11835 2006-03-03 Ken Manheimer <ken.manheimer@gmail.com>
11836
11837 * emacs-lisp/edebug.el (edebug-display): Use `edebug-sit-for-seconds'
11838 value instead of a literal constant (1) on more pauses.
11839
11840 2006-03-03 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
11841
11842 * textmodes/flyspell.el (flyspell-external-point-words):
11843 Be case-sensitive.
11844
11845 2006-03-03 Ryan Yeske <rcyeske@gmail.com>
11846
11847 * net/rcirc.el (rcirc-url-regexp): Match entire url when it starts
11848 with "www".
11849
11850 2006-03-03 Ken Manheimer <ken.manheimer@gmail.com>
11851
11852 * allout.el: Restablish intermediate missing comment header to
11853 preserve outline structure.
11854 (allout-beginning-of-current-entry): Skip invisible text.
11855 (allout-open-topic): Fix opening a topic at end-of-buffer.
11856 (allout-minor-mode): Move nearer to allout-mode function.
11857
11858 2006-03-02 Carsten Dominik <dominik@science.uva.nl>
11859
11860 * textmodes/org.el (org-paste-subtree): Remove (debug) form.
11861
11862 2006-03-02 Nick Roberts <nickrob@snap.net.nz>
11863
11864 * dframe.el (dframe-frame-mode): Don't burp when menu-bar-lines
11865 is nil.
11866
11867 * progmodes/gud.el (gud-speedbar-menu-items):
11868 Use buffer-local-value and add missing :visible keyword.
11869
11870 * progmodes/gdb-ui.el (gdb-speedbar-refresh): Quieten speedbar-refresh.
11871
11872 2006-03-01 Carsten Dominik <dominik@science.uva.nl>
11873
11874 * textmodes/reftex-index.el (reftex-index-map): `follow-mouse'
11875 must be `follow-link'.
11876
11877 * textmodes/reftex-toc.el (reftex-toc-map): Likewise.
11878
11879 * textmodes/org.el (org-export-as-html): Fix bugs in HTML
11880 formatting: No nested anchors.
11881 (org-all-targets): Fix bug with XEmacs compatibility.
11882 (org-read-date): Add (require 'parse-time).
11883 (org-set-tags): Fix bug with extra inserted space.
11884 (org-export-html-style): Define a style class for targets.
11885 (org-agenda-keymap, org-mouse-map): Add a binding for `follow-link'.
11886 (org-hide-leading-stars): New option.
11887 (org-hide): New face.
11888 (org-set-font-lock-defaults): Allow to hide leading stars.
11889 (org-get-legal-level, org-tr-level): New functions.
11890 (org-odd-levels-only): New option.
11891 (org-level-faces, org-paste-subtree, org-convert-to-odd-levels)
11892 (org-demote, org-promote): Deal with double-star levels.
11893 (org-convert-to-odd-levels): New command.
11894
11895 2006-03-01 Nick Roberts <nickrob@snap.net.nz>
11896
11897 * speedbar.el (speedbar-update-localized-contents): Try to
11898 preserve window-start.
11899 (speedbar-update-directory-contents): Try to preserve window-start
11900 and window-point.
11901 (speedbar-update-special-contents): Don't move back to start of window.
11902
11903 * progmodes/gdb-ui.el (gdb-speedbar-refresh): Rename from
11904 gdb-speedbar-timer-fn. Use speedbar-refresh instead of
11905 speedbar-timer-fn.
11906 (gdb-var-update-handler, gdb-var-update-handler-1): Use it.
11907 (gdb-speedbar-expand-node): Use speedbar-delete-subblock
11908 instead of gdb-speedbar-timer-fn.
11909
11910 2006-02-28 Jay Belanger <belanger@truman.edu>
11911
11912 * calc/calccomp.el (math-compose-tex-matrix): Add a latex option.
11913 (math-compose-expr): Use latex option when calling
11914 `math-compose-tex-matrix' for latex mode.
11915
11916 2006-02-28 Nick Roberts <nickrob@snap.net.nz>
11917
11918 * speedbar.el: Re-instate comments about developing for speedbar
11919 [this is what info and gdb-ui use even if better methods exist now].
11920
11921 * t-mouse.el: New file.
11922 (t-mouse-tty): Use with-temp-buffer. Add more terminal types.
11923 (t-mouse-lispy-buffer-posn-from-coords): Remove.
11924 (t-mouse-make-event-element): Use posn-at-x-y instead.
11925 (t-mouse-make-event): Deal with Fedora Core 3.
11926 (t-mouse-make-event): Don't sink the `stupid text mode menubar'.
11927 (t-mouse-mouse-position-function): New function. Use it instead
11928 of advising mouse-position.
11929 (t-mouse-mode): New minor mode.
11930 (t-mouse-stop, t-mouse-run): Remove. Use t-mouse-mode instead.
11931
11932 2006-02-27 Glenn Morris <rgm@gnu.org>
11933
11934 * calendar/calendar.el (calendar-holidays): Doc fix.
11935
11936 2006-02-27 Nick Roberts <nickrob@snap.net.nz>
11937
11938 * progmodes/gdb-ui.el (gdb-source-window): New variable.
11939 Re-introduce the concept of a source window.
11940 (gdb-get-buffer-create): Rename from gdb-get-create-buffer for
11941 consistency with get-buffer-create.
11942 (def-gdb-auto-update-handler, gdb-info-locals-handler)
11943 (gdb-data-list-register-values-handler)
11944 (gdb-stack-list-locals-handler): Try to preserve window-start as
11945 well as window-point.
11946 (gdb-display-source-buffer): New function (old concept).
11947 (gdb-goto-breakpoint): Use it.
11948
11949 * progmodes/gud.el (gud-display-line): Use gdb-display-source-buffer
11950 for gdb-ui/gdb-mi (old concept).
11951
11952 2006-02-27 Carsten Dominik <dominik@science.uva.nl>
11953
11954 * textmodes/reftex-index.el (reftex-index-map): Add `follow-mouse'
11955 binding.
11956
11957 * textmodes/reftex-toc.el (reftex-toc-map): Add `follow-mouse' binding.
11958
11959 * textmodes/reftex-sel.el (reftex-select-label-map)
11960 (reftex-select-bib-map): Add `follow-mouse' binding.
11961
11962 2006-02-26 Luc Teirlinck <teirllm@auburn.edu>
11963
11964 * jka-cmpr-hook.el (jka-compr-compression-info-list)
11965 (jka-compr-mode-alist-additions, jka-compr-load-suffixes):
11966 Give :set functions to provide automatic updating.
11967 Update docstring. Give compiler defvars early in the file
11968 and move the defcustoms to a later spot where all called functions
11969 are defined.
11970 (jka-compr-file-name-handler-entry): Doc fix.
11971 (jka-compr-compression-info-list--internal)
11972 (jka-compr-mode-alist-additions--internal)
11973 (jka-compr-load-suffixes--internal): New variables.
11974 (jka-compr-install): Set the three above variables.
11975 Update `load-file-rep-suffixes' instead of `load-suffixes'.
11976 (jka-compr-update, jka-compr-set): New functions.
11977 (auto-compression-mode): Doc fix.
11978
11979 * jka-compr.el (jka-compr-uninstall): Replace `mapcar' with `mapc'.
11980 Update `load-file-rep-suffixes' instead of `load-suffixes'.
11981 Use jka-compr-compression-info-list--internal,
11982 jka-compr-mode-alist-additions--internal and
11983 jka-compr-load-suffixes--internal.
11984
11985 * files.el (load-library):
11986 * loadhist.el (file-loadhist-lookup):
11987 * startup.el (command-line):
11988 * subr.el (locate-library):
11989 * emacs-lisp/autoload.el (update-directory-autoloads):
11990 * emacs-lisp/find-func.el (find-library-suffixes):
11991 Use `get-load-suffixes' instead of `load-suffixes'.
11992
11993 * subr.el (locate-library):
11994 * emacs-lisp/find-func.el (find-library-name):
11995 Use `load-file-rep-suffixes' instead of '("").
11996
11997 2006-02-26 Kim F. Storm <storm@cua.dk>
11998
11999 * ido.el (ido-save-history, ido-load-history): Simplify.
12000 Don't use find-file-noselect to avoid interference from other modes.
12001
12002 2006-02-25 Thien-Thi Nguyen <ttn@gnu.org>
12003
12004 * progmodes/sh-script.el (sh-mode): Fix bug: Arrange
12005 to use the default shell if filename is not available.
12006 Reported by Giorgos Keramidas.
12007
12008 2006-02-25 John Williams <jrw@pobox.com> (tiny change)
12009
12010 * progmodes/etags.el (tags-completion-table): Do completion from
12011 all the tables in the current list, as documented in the manual.
12012
12013 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
12014
12015 * CC Mode Update to 5.31.3.
12016
12017 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
12018
12019 * progmodes/cc-mode.el (c-postprocess-file-styles):
12020 Bind inhibit-read-only to t, around the call to
12021 c-remove-any-local-eval-or-mode-variables, so that it works on a
12022 RO file.
12023
12024 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
12025
12026 * progmodes/cc-awk.el: Correct a typo.
12027
12028 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
12029
12030 * progmodes/cc-cmds.el, cc-mode.el: Rename c-hungry-backspace to
12031 c-hungry-delete-backwards, at the request of RMS. Leave the old
12032 name as an alias.
12033
12034 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
12035
12036 * progmodes/cc-mode.el: Correct a typo.
12037
12038 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
12039
12040 * progmodes/cc-defs.el: Update the version number to 5.31.3.
12041
12042 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
12043
12044 * progmodes/cc-cmds.el (c-electric-brace): Fix clean-up
12045 brace-else-brace (error due to mbeg, mend being undefined).
12046
12047 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
12048
12049 * progmodes/cc-mode.el: File Local variables: Solve the problem
12050 where both `mode' and c-file-offsets are specified: `mode' will
12051 overwrite c-f-o's settings:
12052 (c-remove-any-local-eval-or-mode-variables): New function.
12053 (c-postprocess-file-styles): Call the above new function, within
12054 c-tentative-buffer-change, to splat `mode' and `eval' before the
12055 second hack-local-variables.
12056
12057 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
12058
12059 * progmodes/cc-mode.el:
12060 [Supersedes patch to cc-engine.el 2005-12-16T20:07:49Z!monnier@iro.umontreal.ca]
12061 (c-after-change): Protect the match data with save-match-data.
12062 It was getting corrupted by c-after-change-check-<>-operators.
12063
12064 * cc-defs.el: [Supersedes patch V1.38]:
12065 (top level): Check for a buggy font-lock-compile-keywords ONLY in
12066 XEmacs. GNU Emacs 22 now has a check which would throw an error here.
12067
12068 * progmodes/cc-awk.el (c-awk-after-change): Protect the match data
12069 with save-match-data. It was being corrupted when Font Lock was
12070 not enabled.
12071
12072 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
12073
12074 * progmodes/cc-langs.el (c-mode-menu): Add menu items for Electric
12075 Mode and Subword Mode.
12076
12077 * progmodes/cc-engine.el (c-beginning-of-statment-1): Distinguish
12078 real labels ("case 1:" or "foo:") from non-labels ("public:").
12079 (c-forward-objc-directive): Replace c-forward-token-2 with crude
12080 coding; c-f-t-2 doesn't move over a token at EOB.
12081
12082 * progmodes/cc-defs.el (c-version): Update version number to 5.31.2.
12083
12084 * progmodes/cc-cmds.el, cc-mode.el, cc-engine.el
12085 (c-update-modeline): Concatenate the minor mode indicators
12086 directly onto mode-name, removing c-submode-indicators.
12087 Sometimes, c-s-i got separated from the mode name on the mode line.
12088
12089 * progmodes/cc-cmds.el (c-electric-brace, c-electric-semi&comma)
12090 (c-electric-colon): Correct doc-strings: "/ln" -> "/la".
12091
12092 2006-02-24 Martin Stjernholm <bug-cc-mode@gnu.org>
12093
12094 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Improve the
12095 error message when there's an evaluation error to show whether
12096 it's loaded from source or not.
12097 (c-filter-ops): Make it available at runtime too to work when
12098 `c-make-init-lang-vars-fun' needs to evaluate from source.
12099
12100 2006-02-24 Juanma Barranquero <lekktu@gmail.com>
12101
12102 * help.el (help): Revert last part of 2006-02-23 change (deletion
12103 of the `provide' call).
12104
12105 2006-02-23 Juri Linkov <juri@jurta.org>
12106
12107 * compare-w.el (compare-windows-highlight): Add new value
12108 `persistent' and change :type from `boolean' to `choice'.
12109 (compare-windows-overlays1, compare-windows-overlays2):
12110 New internal variables.
12111 (compare-windows-highlight): If compare-windows-highlight is
12112 `persistent', add current overlays to compare-windows-overlays[12]
12113 instead of adding compare-windows-dehighlight to pre-command-hook.
12114 (compare-windows-dehighlight): Delete all overlays from
12115 compare-windows-overlays[12].
12116
12117 * info.el (Info-search): Don't bind search-spaces-regexp to
12118 Info-search-whitespace-regexp in non-regexp isearch mode.
12119
12120 2006-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
12121
12122 * help.el (describe-mode): Pass `mode-name' to format-mode-line.
12123
12124 2006-02-23 Juanma Barranquero <lekktu@gmail.com>
12125
12126 * textmodes/org.el (org-xemacs-p)
12127 (org-export-html-show-new-buffer, org-table-may-need-update)
12128 (org-insert-item, org-mhe-get-message-real-folder)
12129 (org-mhe-get-message-folder-from-index)
12130 (org-mhe-get-message-folder, org-mhe-get-message-num)
12131 (org-mhe-get-header, org-make-org-heading-search-string)
12132 (org-make-org-heading-camel, org-table-sort-lines)
12133 (org-format-org-table-html, org-format-table-table-html):
12134 Fix typos in docstrings.
12135
12136 2006-02-23 Carsten Dominik <dominik@science.uva.nl>
12137
12138 * textmodes/org.el (org-cleaned-string-for-export)
12139 (org-solidify-link-text): New function.
12140 (org-add-hook): Use `add-local-hook' instead of `make-local-hook' for
12141 XEmacs, just to silence the compiler.
12142 (org-export-as-ascii, org-export-as-html-and-open):
12143 Use `org-cleaned-string-for-export' and create internal links.
12144 (org-follow-mhe-link): Require mh-e, use folder.
12145
12146 2006-02-23 Nick Roberts <nickrob@snap.net.nz>
12147
12148 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face properly.
12149
12150 * progmodes/gdb-ui.el (gdb-debug-ring-max): Rename from
12151 gdb-debug-log-length.
12152 (gdb-debug-ring): Rename from gdb-debug-log-ring. Don't make
12153 it a real ring but...
12154 (gud-gdba-marker-filter): ...make it work like mark-ring.
12155 (gdb-enable-debug): Rename from gdb-enable-debug-log.
12156 (gdb-mouse-jump): New function. Add bindings.
12157
12158 2006-02-23 Nick Roberts <nickrob@snap.net.nz>
12159
12160 * progmodes/gdb-ui.el (gdb-signalled): New variable and function.
12161 (gdb-debug-log-ring): Rename from gdb-debug-log and make a ring.
12162 (gdb-send, gdb-send-item, gud-gdba-marker-filter): Use it.
12163 (gdb-debug-log-length): Customize it's length.
12164 (gud-watch, gdb-var-create-handler): Display function::var format
12165 but don't use to create variable object.
12166 (gdb-var-create-handler): Use message-box in place of message.
12167 (gdb-stopped): Call gdb-exited if signalled.
12168
12169 2006-02-22 Carsten Dominik <dominik@science.uva.nl>
12170
12171 * textmodes/reftex.el (reftex-locate-file): Remove duplicate function.
12172
12173 * textmodes/reftex-vars.el (reftex-try-all-extensions): New option.
12174
12175 * textmodes/reftex.el (reftex-locate-file): Search all extensions
12176 if `reftex-try-all-extensions' is set.
12177
12178 * textmodes/reftex-dcr.el (reftex-view-crossref): New argument to
12179 fail silently when there is no valid argument at point.
12180 (reftex-view-crossref-when-idle): Call `reftex-view-crossref' with
12181 `fail-silently' argument. From a patch by David Reiter.
12182
12183 * textmodes/org.el (org-mark-ring-push, org-mark-ring-goto):
12184 New commands.
12185 (org-mark-ring): New variable.
12186 (org-mark-ring-length): New option.
12187 (org-open-at-point, org-goto, org-open-file): Push old position
12188 onto the mark ring.
12189 (org-add-hook): New function.
12190 (org-export-table-remove-special-lines): New option.
12191 (org-skip-comments, org-format-org-table-html): Respect new
12192 option `org-export-table-remove-special-lines'.
12193 (org-open-file): Allow special command configuration for
12194 directory link.
12195 (org-file-apps): Fix bugs in customize type, added setting
12196 for directories.
12197 (org-activate-tags, org-format-agenda-item, org-complete)
12198 (org-get-tags-at, org-scan-tags, org-make-tags-matcher)
12199 (org-get-tags, org-get-buffer-tags, org-open-at-point)
12200 (org-link-search, org-make-org-heading-search-string)
12201 (org-make-org-heading-camel): Allow @ and 0-9 as tags characters.
12202 (org-radio-targets, org-file-link-context-use-camel-case)
12203 (org-activate-camels): New options.
12204 (org-update-radio-target-regexp, org-all-targets)
12205 (org-make-target-link-regexp, org-activate-target-links):
12206 New functions.
12207 (org-make-org-heading-search-string): New function.
12208 (org-store-link, org-insert-link): Use new option
12209 `org-file-link-context-use-camel-case'.
12210 (org-activate-camels): Use new option `org-activate-camels'.
12211 (org-link-regexp): Add mhe prefix.
12212 (org-open-at-point, org-store-link): Support for mhe links.
12213 (org-mhe-get-message-real-folder, org-mhe-get-message-folder)
12214 (org-mhe-get-message-folder-from-index, org-mhe-get-message-num)
12215 (org-mhe-get-header, org-follow-mhe-link): New functions.
12216 (org-remove-angle-brackets, org-add-angle-brackets):
12217 New functions.
12218 (org-bracket-link-regexp): New constant.
12219 (org-read-date): Fix bug that was rejecting all typed dates.
12220 (org-link-search): Make hierarchy above visible after a match.
12221 (org-follow-bbdb-link): Inhibit electric mode for BBDB.
12222 (org-store-link): Fix bug with link creation when cursor is in
12223 an empty line.
12224 (org-open-at-point): Fix bug with matching a link.
12225 Fixed buggy argument sequence in call to `org-view-tags'.
12226 (org-compile-prefix-format): Set `org-prefix-has-tag'.
12227 (org-prefix-has-tag): New variable.
12228 (org-format-agenda-item): Remove tags from headline
12229 if appropriate.
12230 (org-agenda-remove-tags-when-in-prefix): New option.
12231
12232 2006-02-21 Michael Kifer <kifer@cs.stonybrook.edu>
12233
12234 * ediff-diff.el (ediff-setup-diff-regions, ediff-setup-diff-regions3):
12235 Fix the regular expressions.
12236
12237 2006-02-21 Richard M. Stallman <rms@gnu.org>
12238
12239 * progmodes/sh-script.el (sh-mode): Set shell type based on file name
12240 if there's no other specific basis.
12241
12242 * emacs-lisp/unsafep.el (unsafep): Don't treat &rest or &optional
12243 as variables at all.
12244 (unsafep-variable): Rename arg; doc fix.
12245
12246 * abbrevlist.el (list-one-abbrev-table): Add autoload.
12247
12248 * calendar/appt.el (diary-selective-display): Add defvar.
12249
12250 * sort.el (sort-columns): Use Posix arg syntax for `sort'.
12251
12252 * isearch.el (search-whitespace-regexp): Fix custom type.
12253
12254 * help.el (describe-key-briefly): Compute interactive args
12255 in same was as before previous change.
12256
12257 * files.el (enable-local-variables): Doc fix.
12258
12259 2006-02-21 Kim F. Storm <storm@cua.dk>
12260
12261 * fringe.el: Cleanup as file is now pre-loaded.
12262 (fringe-bitmaps): Initialize unconditionally.
12263 (fringe-mode, set-fringe-style): Remove autoload cookies.
12264
12265 2006-02-21 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
12266
12267 * fringe.el (fringe-bitmaps): Rename `horisontal-bar' to
12268 `horizontal-bar'.
12269 (fringe-cursor-alist): Use `horizontal-bar'.
12270
12271 2006-02-20 Kim F. Storm <storm@cua.dk>
12272
12273 * fringe.el (fringe-bitmaps): Update to new bitmap names.
12274 (fringe-indicator-alist, fringe-cursor-alist): Initialize.
12275
12276 * loadup.el: Load "fringe" on window systems.
12277
12278 2006-02-20 Nick Roberts <nickrob@snap.net.nz>
12279
12280 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for all
12281 out of scope components.
12282
12283 * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): Don't enable by
12284 default.
12285
12286 2006-02-20 Chong Yidong <cyd@stupidchicken.com>
12287
12288 * custom.el (customize-mark-to-save, customize-mark-as-set):
12289 Load the symbol first.
12290
12291 2006-02-20 Juanma Barranquero <lekktu@gmail.com>
12292
12293 * buff-menu.el (list-buffers-noselect): Turn also "\n" into a
12294 strech spec so it doesn't display as "^J" on the header line
12295 when `Buffer-menu-use-header-line' is t.
12296
12297 2006-02-20 Nick Roberts <nickrob@snap.net.nz>
12298
12299 * speedbar.el (speedbar-make-button): Keep text properties
12300 of string arguments if desired.
12301
12302 * progmodes/gud.el (gud-speedbar-buttons): Fontify watch
12303 expessions.
12304
12305 * progmodes/gdb-ui.el (gdb-speedbar-expand-node): Force update
12306 of speedbar.
12307
12308 2006-02-19 Ryan Yeske <rcyeske@gmail.com>
12309
12310 * ffap.el (ffap-read-file-or-url): Bind `completion-ignore-case'
12311 to value of `read-file-name-completion-ignore-case'.
12312
12313 2006-02-19 Chong Yidong <cyd@stupidchicken.com>
12314
12315 * custom.el (customize-mark-as-set): Push to `user' theme.
12316
12317 * cus-edit.el (custom-save-variables): Allow unthemed values.
12318 (customize-set-variable): Push setting to `user' theme.
12319
12320 2006-02-19 Nick Roberts <nickrob@snap.net.nz>
12321
12322 * progmodes/gud.el: Don't require font-lock as it's now
12323 automatically loaded.
12324 (gud-speedbar-buttons): Replace gdb-var-changed with
12325 gdb-force-update.
12326
12327 * progmodes/gdb-ui.el (gdb-force-update): Rename from
12328 gdb-var-changed.
12329 (gdb-post-prompt): Use it.
12330 (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
12331 (gdb-var-update-handler, gdb-var-delete)
12332 (gdb-speedbar-expand-node, gdb-var-list-children-handler-1)
12333 (gdb-var-update-handler-1): Don't set gdb-var-changed, just set
12334 gdb-force-update in gdb-post-prompt.
12335 (gdb-reset): Clear watch expressions from speedbar when quitting.
12336
12337 2006-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
12338
12339 * viper-cmd.el (viper-insert-state-post-command-sentinel)
12340 (viper-change-state-to-vi, viper-change-state-to-emacs):
12341 Make aware of cursor coloring in the Emacs state.
12342 (viper-special-read-and-insert-char): Use read-char-exclusive.
12343 (viper-minibuffer-trim-tail): Workaround for fields in minibuffer.
12344
12345 * viper-init.el (viper-emacs-state-cursor-color): New variable.
12346
12347 * viper-util.el (viper-save-cursor-color)
12348 (viper-get-saved-cursor-color-in-replace-mode)
12349 (viper-get-saved-cursor-color-in-insert-mode)
12350 (viper-restore-cursor-color): Make aware of the cursor color in Emacs
12351 state.
12352 (viper-get-saved-cursor-color-in-emacs-mode): New function.
12353
12354 * ediff-diff.el (ediff-ignore-case, ediff-ignore-case-option)
12355 (ediff-ignore-case-option3, ediff-actual-diff-options)
12356 (ediff-actual-diff3-options): New variables to control case sensitivity.
12357 (ediff-make-diff2-buffer, ediff-setup-fine-diff-regions)
12358 (ediff-setup-diff-regions3): Make aware of case-sensitivity.
12359 (ediff-toggle-ignore-case): New function.
12360 (ediff-extract-diffs, ediff-extract-diffs3): Preserve point in buffers.
12361
12362 * ediff-help.el (ediff-long-help-message-narrow2)
12363 (ediff-long-help-message-compare2, ediff-long-help-message-compare3)
12364 (ediff-long-help-message-word-mode): Add ignore-case command.
12365 (ediff-help-for-quick-help): Add ignore-case command.
12366
12367 * ediff-merg.el: Move provide to the end.
12368
12369 * ediff-ptch.el: Move provide to the end.
12370
12371 * ediff-wind.el: Move provide to the end.
12372
12373 * ediff-mult.el: Move provide to the end.
12374 (ediff-set-meta-overlay): Enable follow-link.
12375
12376 * ediff.el: Move provide to the end.
12377 Break recursive load cycle in eval-when-compile.
12378 (ediff-patch-buffer): Better heuristics.
12379
12380 * ediff-util.el: Move provide to the end.
12381 Break recursive load cycle in eval-when-compile.
12382 (ediff-setup-keymap): Add binding for #c. Replace some defsubsts with
12383 defuns.
12384 (ediff-submit-report): Pass the values of ediff-diff3-program,
12385 ediff-diff3-options.
12386
12387 2006-02-19 Juanma Barranquero <lekktu@gmail.com>
12388
12389 * help-fns.el (help-do-arg-highlight): Recognize also ARG- followed by
12390 the opening bracket of the following bracketing pairs: {}, [], (), <>,
12391 `' (for example, in the docstring of `windmove-default-keybindings').
12392
12393 2006-02-19 Nick Roberts <nickrob@snap.net.nz>
12394
12395 * progmodes/gud.el (gud-speedbar-buttons): Update properly for
12396 shadow face. Don't provide binding to edit variable when it is
12397 out of scope.
12398
12399 * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
12400 (gdb-var-update-handler): Detect out of scope variables with pre
12401 GDB 6.4 too.
12402 (gdb-post-prompt): Revert change from 2006-02-17 (force update).
12403 Reset status of variable objects to nil in update handlers.
12404 (gdb-var-update-handler-1): Detect when a variable object comes
12405 in scope. setcar on var changes gdb-var-list directly.
12406
12407 2006-02-17 Juri Linkov <juri@jurta.org>
12408
12409 * ffap.el (ffap) <defface>: Add explicit face declaration.
12410 (ffap-highlight): Use face `ffap' directly instead of checking
12411 for its existence.
12412
12413 * icomplete.el (icomplete-get-keys): Use `t' for the second arg
12414 `visible-ok' of `other-buffer' to find the right original buffer.
12415
12416 * info.el (Info-search): Skip `Local Variables' node.
12417
12418 2006-02-17 Juri Linkov <juri@jurta.org>
12419
12420 * info.el (Info-find-file): Check for symbols `apropos', `history',
12421 `toc' in the input filename, and return these symbols as is.
12422 (Info-find-node-2): Set Info-current-file to symbols `apropos',
12423 `history', `toc' instead of strings.
12424 (Info-set-mode-line): For non-string Info-current-file use the
12425 symbol's name inside **.
12426 (Info-isearch-push-state): Add quote before Info-current-file and
12427 Info-current-node.
12428 (Info-isearch-pop-state): Use `equal' instead of `string='.
12429 (Info-extract-pointer, Info-following-node-name): Use
12430 `match-string-no-properties' instead of `match-string'.
12431 (Info-up): Check `old-file' for `stringp'.
12432 (Info-history): Use `equal' instead of `string-equal'.
12433 Check `file' for `stringp'.
12434 (Info-history): Use symbol `history' instead of string as first arg
12435 of `Info-find-node'.
12436 (Info-toc): Check `Info-current-file' for `stringp'. Use symbol
12437 `toc' instead of string.
12438 (Info-extract-menu-node-name): Use `buffer-substring-no-properties'
12439 instead of `buffer-substring', and `match-string-no-properties'
12440 instead of `match-string'.
12441 (Info-index-nodes): Check for symbols `apropos', `history', `toc'
12442 instead of strings.
12443 (info-apropos): Use `Info-find-node' instead of `Info-goto-node'.
12444 Use symbol `apropos' instead of string.
12445 (Info-copy-current-node-name): Check `Info-current-file' for
12446 `stringp' and construct a command with `Info-find-node' from it.
12447 (Info-fontify-node): Use `match-string-no-properties' instead of
12448 `match-string' and check file names for `stringp'.
12449 (Info-desktop-buffer-misc-data): Check for symbols `apropos',
12450 `history', `toc' instead of strings.
12451
12452 2006-02-17 Chong Yidong <cyd@stupidchicken.com>
12453
12454 * files.el: Rearrange functions and variables in the file local
12455 variables section.
12456
12457 2006-02-17 Reiner Steib <Reiner.Steib@gmx.de>
12458
12459 * files.el: Add truncate-lines, ispell-check-comments and
12460 ispell-local-dictionary as safe local variables.
12461
12462 2006-02-18 Nick Roberts <nickrob@snap.net.nz>
12463
12464 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for
12465 out of scope variables.
12466 (gud-speedbar-buttons): Use unless.
12467
12468 * progmodes/gdb-ui.el (gdb-var-list): Update doc string.
12469 (gdb-init-1, gdb-var-changed): Set gdb-var-changed to t initially.
12470 (gdb-show-changed-values): Also use for out of scope variables.
12471 (gdb-var-update-handler-1): Note if variable goes out of scope.
12472
12473 2006-02-17 Ryan Yeske <rcyeske@gmail.com>
12474
12475 * net/rcirc.el (rcirc-connect): Make all arguments optional, and
12476 default to global variable values for unsupplied args.
12477 (rcirc-get-buffer-create): Fix bug with setting the target.
12478 (rcirc-any-buffer): Rename from rcirc-get-any-buffer, and include
12479 test for rcirc-always-use-server-buffer-flag here.
12480 (rcirc-response-formats): Add %N, which is a facified nick. %n
12481 uses the default face. Change the ACTION format string. If the
12482 "nick" is the server, don't print anything for that field.
12483 Comment fixes.
12484 (rcirc-target-buffer): Don't test
12485 rcirc-always-use-server-buffer-flag here.
12486 (rcirc-print): Squeeze extra spaces out of the text before message.
12487 (rcirc-put-nick-channel): Strip potential "@" char from nick
12488 before adding them to nick table.
12489 (rcirc-url-regexp): Improve to match address like "foo.com".
12490
12491 2006-02-17 Eli Zaretskii <eliz@gnu.org>
12492
12493 * allout.el (allout-hidden-p): Move this defsubst before
12494 allout-overlay-interior-modification-handler, where it is first
12495 used.
12496
12497 2006-02-17 Ken Manheimer <ken.manheimer@gmail.com>
12498
12499 * allout.el: Use allout invisible-text overlays instead of
12500 selective display for concealed text. Also, lots of general
12501 cleanup, and improved compatibility code.
12502
12503 (allout-version) Incremented, corrected, revised, and refined
12504 module commentary.
12505
12506 (provide 'allout): Moved to the bottom, added a require of overlay.
12507
12508 (allout-encrypt-unencrypted-on-saves): Defaults to t instead of
12509 `except-current'.
12510 (allout-write-file-hook-handler): Minimize delay.
12511 (count-trailing-whitespace-region): New function so
12512 auto-encryption of current topic can resituate cursor exactly.
12513 PGP/GPG encryption trims trailing whitespace from lines, which
12514 must be accounted for across encryption then decryption.
12515
12516 (allout-command-prefix): Now defaults to "\C-c<space>" rather than
12517 just plain "\C-c", to avoid intruding on user's keybinding space.
12518
12519 (allout-toggle-current-subtree-encryption): Pass along fetch-pass
12520 parameter, so user request to provide a new password is done.
12521
12522 (allout-outside-normal-auto-fill-function, allout-auto-fill):
12523 Refined mechanism for auto-filling behavior while in allout mode.
12524
12525 (allout-mode): Explicitly specify the mode map in the docstring.
12526 Clarify provision for various write-file hook var names.
12527 Adjusted for invisible-text overlays instead of selective-display.
12528
12529 (allout-depth): Really return 0 if not within any topic. This
12530 rectifies `allout-beginning-of-level' and sequence numbering
12531 errors that occur when cutting and pasting numbered topics.
12532 Changed from a in-line subst to a regular function, as well.
12533
12534 (allout-pre-next-prefix): Renamed from allout-pre-next-preface.
12535
12536 (allout-end-of-subtree, allout-end-of-subtree)
12537 (allout-end-of-entry, allout-end-of-current-heading)
12538 (allout-next-visible-heading, allout-open-topic, allout-show-entry)
12539 (allout-show-children, allout-show-to-offshoot)
12540 (allout-hide-current-entry, allout-show-current-entry): Rectified
12541 handling of trailing blank lines between items.
12542
12543 (allout-line-boundary-regexp, set-allout-regexp, allout-depth)
12544 (allout-current-depth, allout-unprotected, allout-hidden-p)
12545 (allout-on-current-heading-p, allout-listify-exposed)
12546 (allout-chart-subtree, allout-goto-prefix)
12547 (allout-back-to-current-heading, allout-get-body-text)
12548 (allout-snug-back, allout-flag-current-subtree, allout-show-all)
12549 (allout-hide-region-body, allout-toggle-subtree-encryption)
12550 (allout-encrypt-string, allout-encrypted-key-info)
12551 (allout-next-topic-pending-encryption, allout-encrypt-decrypted)
12552 (allout-file-vars-section-data): Adjusted for use with
12553 invisible-text overlays instead of selective-display.
12554
12555 (allout-kill-line, allout-kill-topic, allout-yank-processing):
12556 Reworked for use with invisible text overlays.
12557
12558 (allout-current-topic-collapsed-p): New function.
12559
12560 (allout-hide-current-subtree): Use allout-current-topic-collapsed-p
12561 to know when to close the containing topic.
12562
12563 (allout-pre-command-business, allout-post-command-business):
12564 Simplify undo-batching and dynamic isearch exposure.
12565
12566 (allout-set-overlay-category): New for invisible-text overlays.
12567 Sets properties of allout-overlay-category, used by
12568 allout-flag-region to set invisible-text overlay properties.
12569 (allout-get-invisibility-overlay): Get the first qualifying
12570 invisibility overlay, so we can find the extent of it.
12571 (allout-back-to-visible-text): Get to just before the beginnining
12572 of the current invisibility overlay, if any.
12573
12574 (allout-overlay-insert-in-front-handler)
12575 (allout-overlay-interior-modification-handler)
12576 (allout-before-change-handler, allout-isearch-end-handler): New
12577 functions to handle extraordinary actions affecting concealed
12578 text.
12579
12580 (allout-flag-region): Use overlays instead of selective-display
12581 for invisible text - by inheritence from the properties of
12582 allout-overlay-category in mainline Emacs, and applied
12583 property-by-property in XEmacs, some recent versions of which
12584 don't inherit the properties from the category. Provisions to
12585 respond to concealed-text edits simplified drastically.
12586
12587 (allout-isearch-rectification, allout-isearch-was-font-lock)
12588 (allout-isearch-expose, allout-enwrap-isearch)
12589 (allout-isearch-abort, allout-pre-was-isearching)
12590 (allout-isearch-prior-pos, allout-isearch-did-quit)
12591 (allout-isearch-dynamic-expose)
12592 (allout-hide-current-entry-completely): Functions deleted.
12593
12594 (allout-undo-aggregation): Explicit undo aggregation no longer
12595 necessary due to transition away from selective-display.
12596
12597 (set-allout-regexp, allout-up-current-level)
12598 (allout-next-visible-heading, allout-forward-current-level)
12599 (allout-open-topic, allout-reindent-body, allout-rebullet-topic)
12600 (allout-kill-line, allout-yank-processing, allout-show-children)
12601 (allout-expose-topic, allout-old-expose-topic)
12602 (allout-listify-exposed, allout-insert-latex-header)
12603 (allout-toggle-subtree-encryption, allout-encrypt-string)
12604 (remove-from-invisibility-spec, allout-hide-current-subtree):
12605 Ditched unused variables.
12606
12607 2006-02-17 Agustin Martin <agustin.martin@hispalinux.es>
12608
12609 * textmodes/ispell.el (ispell-change-dictionary): Call
12610 ispell-buffer-local-dict instead of
12611 ispell-accept-buffer-local-defs.
12612 (ispell-local-dictionary-alist): Accept as valid any coding-system
12613 supported by Emacs.
12614 (ispell-dictionary-alist-3): Esperanto dictionary's coding system
12615 changed to iso-8859-3.
12616
12617 2006-02-17 Nick Roberts <nickrob@snap.net.nz>
12618
12619 * speedbar.el (speedbar-frame-width): Make an inline function
12620 instead of a macro. Use frame-width.
12621 (speedbar-try-completion, speedbar-update-contents)
12622 (speedbar-timer-fn): Use consp.
12623 (speedbar-update-localized-contents): Try to preserve point.
12624
12625 * progmodes/gdb-ui.el (gdba, gdb-var-list): Improve doc strings.
12626 (menu): Re-order menu items.
12627 (gdb-var-update-regexp, gdb-var-update-regexp-1): Match "in_scope"
12628 field.
12629 (gdb-var-update-handler-1): Use it for GDB 6.4+.
12630 (gdb-post-prompt): Speed things by not forcing update.
12631
12632 2006-02-16 Chong Yidong <cyd@stupidchicken.com>
12633
12634 * wid-edit.el (widget-button-click): For mouse-1, cancel button
12635 press and perform default action if we get a mouse movement event.
12636
12637 2006-02-16 Juanma Barranquero <lekktu@gmail.com>
12638
12639 * calendar/icalendar.el (icalendar--get-event-property)
12640 (icalendar--get-event-property-attributes): Fix typos in
12641 docstrings.
12642
12643 * progmodes/flymake.el (flymake-fix-file-name): Fix typo in
12644 docstring.
12645
12646 2006-02-15 Juanma Barranquero <lekktu@gmail.com>
12647
12648 * bs.el (bs-mode): Use `buffer-disable-undo'.
12649 (bs--get-file-name): Simplify.
12650 (bs-show-in-buffer): Mark the buffer as not modified.
12651
12652 2006-02-14 Chong Yidong <cyd@stupidchicken.com>
12653
12654 * wid-edit.el (widget-keymap): Bind down-mouse-1 to
12655 widget-button-click.
12656
12657 * cus-edit.el (custom-mode-map): Remove mouse-1 binding.
12658 (custom-mode): Update docstring.
12659
12660 * cus-theme.el (custom-new-theme-mode-map): Remove mouse-1
12661 binding.
12662
12663 * files.el (hack-local-variables-confirm): Allow scrolling if the
12664 file variable list is too long. Kill temp buffer after use.
12665
12666 2006-02-15 Nick Roberts <nickrob@snap.net.nz>
12667
12668 * progmodes/gud.el (gdb): Improve doc string.
12669 (gdb-script-font-lock-keywords): Expand allowed character set.
12670
12671 * progmodes/gdb-ui.el (gdb-use-separate-io-buffer)
12672 (gdb-display-separate-io-buffer, gdb-frame-separate-io-buffer)
12673 (gdb-separate-io-interrupt, gdb-separate-io-quit)
12674 (gdb-separate-io-stop, gdb-separate-io-eof):
12675 Rename from gdb-inferior-* to gdb-separate-*.
12676 (gdb-set-gud-minor-mode-existing-buffers-1): Improve doc string.
12677
12678 2006-02-14 Jay Belanger <belanger@truman.edu>
12679
12680 * calc/calc-arith.el (math-check-known-scalarp): Make sure
12681 expression is a symbol before checking that it is bound.
12682
12683 * calc/calcalg2.el (math-integrate-by-parts): Do a more careful
12684 test to see if equation can be solved.
12685
12686 2006-02-14 Chong Yidong <cyd@stupidchicken.com>
12687
12688 * wid-edit.el (widget-button-click): Use :pressed-face property
12689 for overlay face, if it exists.
12690
12691 * cus-edit.el (custom-manual, custom-add-see-also)
12692 (custom-add-parent-links, custom-group-link): Add :pressed-face
12693 property to links.
12694
12695 * files.el (hack-local-variables): Remove ignored variables before
12696 checking if any variables need setting.
12697
12698 2006-02-14 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
12699
12700 * cus-start.el (all): Add x-gtk-whole-detached-tool-bar.
12701
12702 2006-02-14 Juanma Barranquero <lekktu@gmail.com>
12703
12704 * help.el (where-is): Fix message for remapped commands.
12705
12706 * mwheel.el (mouse-wheel-click-event, mouse-wheel-mode):
12707 Fix typos in docstrings.
12708
12709 2006-02-13 Chong Yidong <cyd@stupidchicken.com>
12710
12711 * files.el (safe-local-variable-values): New option.
12712 (hack-local-variables-prop-line): Return a list of variable-value
12713 pairs if MODE-ONLY is non-nil.
12714 (hack-local-variables): Construct list of variable-value pairs,
12715 and apply or reject them in one go. Ask for confirmation if
12716 variables are not known safe.
12717 (hack-local-variables-confirm): Complete rewrite. Support
12718 `safe-local-variable-values'.
12719 (enable-local-variables): Update docstring to reflect new
12720 behavior.
12721 (ignored-local-variables): Ignore ignored-local-variables and
12722 safe-local-variable-values.
12723 (safe-local-variable-p): New function.
12724 (risky-local-variable-p): `safe-local-variable' property check
12725 moved to safe-local-variable-p.
12726 (hack-one-local-variable): Checks moved to hack-local-variables.
12727
12728 (byte-compile-dynamic, c-basic-offset, c-file-style)
12729 (c-indent-level, comment-column, fill-column, fill-prefix)
12730 (indent-tabs-mode, kept-new-versions, no-byte-compile)
12731 (no-update-autoloads, outline-regexp, page-delimiter)
12732 (paragraph-start, paragraph-separate, sentence-end)
12733 (sentence-end-double-space tab-width, version-control):
12734 Add `safe-local-variable' property.
12735
12736 * find-lisp.el: Delete nonexistent `autocompile' file variable.
12737
12738 * icomplete.el, play/landmark.el: Change nonexistent
12739 `outline-layout' file variable to `allout-layout'.
12740
12741 2006-02-14 Nick Roberts <nickrob@snap.net.nz>
12742
12743 * progmodes/gdb-ui.el (gud-watch, gdb-invalidate-registers-1)
12744 (gdb-get-changed-registers): Test value of gud-minor-mode relative
12745 to gud-comint-buffer.
12746 (gdb-speedbar-expand-node, gdb-locals-mode): Use functions in
12747 gdb-ui.el for gdb-mi.el.
12748 (gdb-post-prompt, gdb-get-changed-registers): Move test for
12749 registers buffer to gdb-get-changed-registers.
12750 (gdb-breakpoint-regexp): New regexp. Allow toggling and
12751 deletion of catchpoints (throw and catch).
12752 (gdb-toggle-breakpoint, gdb-delete-breakpoint)
12753 (gdb-goto-breakpoint): Use it for both gdb-ui and gdb-mi.
12754 (gdb-find-file-hook, gdb-set-gud-minor-mode-existing-buffers-1)
12755 (gdb-var-list-children-1, gdb-info-breakpoints-custom)
12756 (gdb-var-update-1, gdb-invalidate-locals-1): Use also for gdb-mi.
12757
12758 2006-02-13 Jay Belanger <belanger@truman.edu>
12759
12760 * calc/calc-arith.el (math-check-known-matrixp): Make sure
12761 expression is a symbol before checking that it is bound.
12762
12763 2006-02-13 Richard M. Stallman <rms@gnu.org>
12764
12765 * mouse.el (mouse-drag-mode-line-1): Use mouse-drag-move-window-bottom
12766 for the minibuffer too, but not if resize-mini-windows will interfere.
12767
12768 * help.el (describe-key-briefly, describe-key): Do all arg-reading
12769 inside `interactive' spec.
12770 (describe-key-briefly-internal, describe-key-internal):
12771 Functions merged back into their callers.
12772
12773 2006-02-13 Martin Rudalics <rudalics@gmx.at>
12774
12775 * info.el (info-xref-visited): Inherit from info-xref too.
12776 (Info-set-mode-line): Replace occurrences of `%' by `%%'
12777 when propertizing Info-current-file and Info-current-node.
12778
12779 2006-02-13 Juri Linkov <juri@jurta.org>
12780
12781 * tumme.el (tumme-thumbnail-storage): Fix docstring.
12782 (tumme-thumb-name): Fix per-directory format.
12783
12784 2006-02-13 Juanma Barranquero <lekktu@gmail.com>
12785
12786 * subr.el (substitute-key-definition): Doc fix (hide internal arg).
12787
12788 2006-02-12 Miles Bader <miles@gnu.org>
12789
12790 * net/rcirc.el (rcirc-format-response-string): Fix small bugs.
12791
12792 2006-02-13 Mathias Dahl <mathias.dahl@gmail.com>
12793
12794 * tumme.el: Remove history section. If someone needs the it, it
12795 can always be found in CVS.
12796
12797 2006-02-12 Mathias Dahl <mathias.dahl@gmail.com>
12798
12799 * tumme.el (tumme-thumbnail-storage): Update docstring. Add info
12800 about the Thumbnail Managing Standard option.
12801
12802 2006-02-12 Richard M. Stallman <rms@gnu.org>
12803
12804 * subr.el (substitute-key-definition): Doc fix.
12805
12806 * simple.el (blink-matching-paren-dont-ignore-comments): Doc fix.
12807
12808 * files.el (magic-mode-alist): Don't use `\\s ' in regexps.
12809
12810 * info.el (Info-mode): Doc fix.
12811
12812 * progmodes/ebrowse.el (ebrowse-global-prefix-key): Change to C-c C-m.
12813
12814 2006-02-12 Michael Albinus <michael.albinus@gmx.de>
12815
12816 * net/tramp.el (tramp-remote-path): Add "/usr/xpg4/bin" on top,
12817 because on Solaris a POSIX compatible "id" is needed. Reported by
12818 Magnus Henoch <mange@freemail.hu>.
12819
12820 2006-02-12 Juri Linkov <juri@jurta.org>
12821
12822 * tumme.el: Remove todo item about Thumbnail Managing Standard.
12823 (tumme) <defgroup>: Change :group to `multimedia'.
12824 (tumme-thumbnail-storage): Add choice `standard' for Thumbnail
12825 Managing Standard.
12826 (tumme-cmd-create-thumbnail-options): Use %w and %h instead of %s.
12827 Fix dostring.
12828 (tumme-cmd-create-temp-image-options): Use %w and %h instead of %x
12829 and %y. Fix docstring.
12830 (tumme-cmd-pngnq-program, tumme-cmd-pngcrush-program)
12831 (tumme-cmd-create-standard-thumbnail-command): New user options.
12832 (tumme-thumb-size): Set default to 128 if tumme-thumbnail-storage
12833 is `standard'. Fix docstring.
12834 (tumme-thumb-width, tumme-thumb-height): New user options.
12835 (tumme-external-viewer): Try to find various viewers.
12836 (tumme-get-thumbnail-image): Use `create-image' instead of
12837 constructing the `image' structure.
12838 (tumme-insert-thumbnail): Use `png' if tumme-thumbnail-storage is
12839 `standard'.
12840 (tumme-thumb-name): Add file name generation for standard storage.
12841 Simplify code for other storages.
12842 (tumme-thumb-name): Use width %w and height %h instead of size %s.
12843 Add modification time %m and thumbnail-nq8 %q.
12844 Use `tumme-cmd-create-standard-thumbnail-command' if
12845 tumme-thumbnail-storage is `standard'.
12846 (tumme-dired-insert-marked-thumbs): New autoload command.
12847 (tumme-dired-after-readin-hook): New function.
12848 (tumme-line-up-dynamic): Use `tumme-thumb-width' instead of
12849 `tumme-thumb-size'.
12850 (tumme-display-image): Replace size-x %x and size-y %y with
12851 width %w and height %h.
12852
12853 * dired.el (dired-mode-map): Bind `\C-t\C-t' to
12854 `tumme-dired-insert-marked-thumbs'.
12855
12856 2006-02-12 Mathias Dahl <mathias.dahl@gmail.com>
12857
12858 * tumme.el (tumme-write-tag): Fix small bug (file name did not
12859 include path).
12860 (tumme-mark-tagged-files): Fix bug in regexp used to find rows
12861 matching tag.
12862
12863 2006-02-12 Miles Bader <miles@gnu.org>
12864
12865 * net/rcirc.el (rcirc-nick-abbrevs, rcirc-response-formats):
12866 New variables.
12867 (rcirc-abbrev-nick): New function.
12868 (rcirc-format-response-string): Rewrite to use the formats in
12869 `rcirc-response-formats' and expand escape sequences therein.
12870 A text-property `rcirc-text' is added over the actual response
12871 text to make easy to find inside the returned string.
12872 (rcirc-print): When filling, just look for the `rcirc-text'
12873 text-property to find the appropriate fill prefix, instead of
12874 using hardwired patterns.
12875
12876 2006-02-11 Mathias Dahl <brakjoller@hotmail.com>
12877
12878 * tumme.el: Enhance some docstrings. Add todo item about Thumbnail
12879 Managing Standard.
12880
12881 2006-02-11 Kim F. Storm <storm@cua.dk>
12882
12883 * ido.el (ido-buffer-internal): Set mark for ido-insert-buffer.
12884 Don't use insert-buffer; do insert-buffer-substring directly.
12885 (ido-file-internal): Set mark for ido-insert-file. Use insert-file-1.
12886
12887 2006-02-11 Martin Rudalics <rudalics@gmx.at>
12888
12889 * files.el (revert-buffer, recover-file): Replace buffer-read-only
12890 with inhibit-read-only. Suggested by Stefan Monnier.
12891 (revert-buffer): Let insert-file-contents discard
12892 buffer-undo-list. Simplify code.
12893 (find-file, find-file-existing, revert-buffer): Doc-string fixes.
12894
12895 2006-02-11 Eli Zaretskii <eliz@gnu.org>
12896
12897 * menu-bar.el (menu-bar-select-yank): Add a doc string.
12898
12899 * help.el (describe-key-briefly): Now a wrapper for
12900 describe-key-briefly-internal. Bind enable-disabled-menus-and-buttons
12901 to t. Populate yank-menu if empty.
12902 (describe-key-briefly-internal): Renamed from describe-key-briefly.
12903 (describe-key): Now a wrapper for describe-key-internal. Bind
12904 enable-disabled-menus-and-buttons to t. Populate yank-menu if empty.
12905 (describe-key-internal): Renamed from describe-key.
12906
12907 2006-02-11 Milan Zamazal <pdm@zamazal.org>
12908
12909 * progmodes/glasses.el (glasses-separator): Doc fix.
12910 (glasses-original-separator): New defcustom.
12911 (glasses-make-readable, glasses-convert-to-unreadable): Use it.
12912
12913 2006-02-11 Martin Rudalics <rudalics@gmx.at>
12914
12915 * mwheel.el (mouse-wheel-up-event): Doc fix.
12916
12917 2006-02-11 Mathias Dahl <brakjoller@hotmail.com>
12918
12919 * tumme.el (tumme-dir): Change default value to "~/.emacs.d/tumme/".
12920 (tumme-dir): New function. Copied from thumbs.el.
12921
12922 2006-02-10 Juanma Barranquero <lekktu@gmail.com>
12923
12924 * desktop.el (desktop-outvar): Fix typo.
12925 (desktop-save-buffer-p): Doc fix.
12926
12927 * subr.el (substitute-key-definition): Fix typo.
12928
12929 2006-02-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12930
12931 * frame.el (select-frame-set-input-focus): Call x-focus-frame also
12932 when window-system is mac.
12933
12934 * term/mac-win.el (fontset-standard): Rename from "fontset-mac".
12935
12936 2006-02-10 Kim F. Storm <storm@cua.dk>
12937
12938 * subr.el (substitute-key-definition-key): Pass t for NOERROR to
12939 indirect-function instead of using condition-case.
12940
12941 2006-02-10 Mathias Dahl <mathias.dahl@gmail.com>
12942
12943 * tumme.el (tumme-copy-with-exif-file-name): Try to make docstring
12944 less `colloquial'...
12945
12946 2006-02-09 Mathias Dahl <mathias.dahl@gmail.com>
12947
12948 * tumme.el: Add a couple of todo items.
12949
12950 2006-02-09 Lars Hansen <larsh@soem.dk>
12951
12952 * hilit-chg.el: Add highlight-changes-mode to desktop-locals-to-save.
12953 (highlight-changes-mode): Don't change desktop-locals-to-save.
12954
12955 2006-02-09 Chong Yidong <cyd@stupidchicken.com>
12956
12957 * image-mode.el (image-toggle-display): Clear image cache if using
12958 filename.
12959
12960 2006-02-09 Masatake YAMATO <jet@gyve.org>
12961
12962 * dired-x.el (dired-guess-shell-alist-default): Add .man as
12963 a `dired-man' target.
12964
12965 * progmodes/autoconf.el (autoconf-font-lock-keywords): Check start
12966 boundary of symbols.
12967
12968 2006-02-08 Peter Doornbosch <peter.doornbosch@luminis.nl> (tiny change)
12969
12970 * vc-svn.el (vc-svn-print-log): Show recent commits as well.
12971
12972 2006-02-09 Juanma Barranquero <lekktu@gmail.com>
12973
12974 * hilit-chg.el (hilit-chg-update-all-buffers): Use `mapc' instead of
12975 `mapcar'; return nil.
12976
12977 2006-02-08 Chong Yidong <cyd@stupidchicken.com>
12978
12979 * mouse.el (mouse-drag-track): Don't change window if we rebind to
12980 some other event.
12981
12982 2006-02-08 Ryan Yeske <rcyeske@gmail.com>
12983
12984 * net/rcirc.el (rcirc-startup-channels-alist):
12985 Add irc.freenode.net and #emacs as defaults.
12986 (rcirc-ignore-all-activity-flag): Remove variable.
12987 (rcirc-authinfo): New variable.
12988 (rcirc-authinfo-filename): Remove variable.
12989 (rcirc-always-use-server-buffer-flag): New flag.
12990 (rcirc): M-x rcirc will automatically connect without prompting.
12991 C-u M-x rcirc will prompt. Use rcirc-connect to create a
12992 connection in lisp.
12993 (rcirc-process-server-response-1): Remove everything but the nick
12994 portion of the sender so it doesn't need to be done everywhere
12995 else. Update related code.
12996 (global-map): Remove global keybindings.
12997 (rcirc-get-buffer-create): Make sure rcirc-topic is set.
12998 (rcirc-send-input): Split into several functions.
12999 (rcirc-process-input-line, rcirc-process-message)
13000 (rcirc-process-command): New functions.
13001 (rcirc-target-buffer): New function to determine where to route
13002 messages.
13003 (rcirc-user-nick): Save match data.
13004 (rcirc-toggle-ignore-buffer-activity)
13005 (rcirc-update-activity-string): Remove global ignore functionality,
13006 which can be done now by toggling rcirc-track-minor-mode.
13007 (rcirc-track-minor-mode-map): New keymap.
13008 (rcirc-track-minor-mode): New minor-mode.
13009 (ignore): Make the ignore output nicer. Always print it when
13010 adding or removing nicks.
13011 (rcirc-url-regexp): Improve.
13012 (rcirc-mangle-text): Remove properties before using text in the
13013 modeline.
13014 (rcirc-authenticate): Authentication data comes from
13015 rcirc-authinfo, not the file pointed to by rcirc-authinfo-file.
13016 (rcirc-server-prefix): Inherit from rcirc-server.
13017
13018 2006-02-08 Mathias Megyei <Mathias.Megyei@micronas.com> (tiny change)
13019
13020 * Makefile.in (compile): Append "|| true" to the end of the `find'
13021 command, like compile-always does.
13022
13023 2006-02-08 Sam Steingold <sds@gnu.org>
13024
13025 * net/tramp.el (tramp-maybe-open-connection): Do not wait for
13026 output from a dead connection.
13027
13028 2006-02-07 Mathias Dahl <brakjoller@hotmail.com>
13029
13030 * dired.el (dired-mode-map): Add more bindings for tumme.
13031
13032 2006-02-07 Stefan Monnier <monnier@iro.umontreal.ca>
13033
13034 * wdired.el (wdired-mode-map): Use remap.
13035 (wdired-get-filename): Massage.
13036 (wdired-perm-mode-map): Don't copy bindings from wdired-mode-map.
13037 (wdired-preprocess-perms, wdired-set-bit, wdired-toggle-bit): Use the
13038 `keymap' property rather than `local-map'.
13039
13040 2006-02-07 Mathias Dahl <brakjoller@hotmail.com>
13041
13042 * tumme.el (tumme-get-thumbnail-image): New utility function.
13043 Suggested by from Chong Yidong.
13044 (tumme-dired-with-window-configuration): Rename from
13045 `tumme-dired'. Add code to save window configuration.
13046 (tumme-restore-window-configuration): New command to restore the
13047 window configuration that `tumme-dired-with-window-configuration'
13048 saves before it changes the window configuration.
13049 (tumme-show-all-from-dir): New command to display thumbnails for
13050 all files in a directory entered by the user, like M-x thumbs.
13051 (tumme-display-thumbs): Call `pop-to-buffer' after all thumbnails
13052 have been created.
13053 (tumme-display-thumbnail-original-image): Call `display-buffer'.
13054 (obsolete-tumme-display-thumbnail-original-image-and-buffer):
13055 Remove obsolete test function.
13056
13057 2006-02-07 Juanma Barranquero <lekktu@gmail.com>
13058
13059 * vc.el (small-temporary-file-directory): Remove defvar; there's
13060 a defcustom for it in files.el.
13061
13062 * tumme.el (tumme-get-thumbnail-image): Add missing arg to `error'.
13063 Fix typo in message.
13064 (tumme-gallery-generate): Fix typo in `error' message.
13065 (tumme-display-window-height-correction)
13066 (tumme-display-window-width-correction, tumme-line-up-dynamic)
13067 (tumme-line-up-interactive): Dox fixes.
13068 (tumme-cmd-rotate-original-options, tumme-display-properties-format)
13069 (tumme-restore-window-configuration, tumme-format-properties-string)
13070 (tumme-create-thumbs, tumme-display-previous-thumbnail-original):
13071 Fix typos in docstrings.
13072
13073 2006-02-07 Chris Moore <christopher.ian.moore@gmail.com>
13074
13075 * wdired.el (wdired-get-filename): Fix bug: Don't re-normalize OLD.
13076
13077 2006-02-07 Nick Roberts <nickrob@snap.net.nz>
13078
13079 * progmodes/gud.el (gud-tooltip-mode): Remove autoload cookie.
13080 User should use hook if desired.
13081
13082 * progmodes/gdb-ui.el (gdb-post-prompt): Regenerate breakpoints
13083 buffer if necessary.
13084 (gdb-delete-frame-or-window): New function.
13085 (gdb-breakpoints-mode-map): Bind "q" to it.
13086
13087 2006-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
13088
13089 * textmodes/nroff-mode.el: Clean up name space.
13090 (nroff-mode-syntax-table): Remove spurious `1' in the syntax of \n.
13091 (nroff-mode): Obey the global setting of nroff-electric-mode.
13092 (nroff-electric-mode): Use define-minor-mode and derived-mode-p.
13093
13094 * calendar/calendar.el (calendar-increment-month): Typo in last change.
13095
13096 2006-02-06 Thien-Thi Nguyen <ttn@gnu.org>
13097
13098 * vc-svn.el (vc-svn-previous-version, vc-svn-next-version): New funcs.
13099
13100 2006-02-06 Lars Hansen <larsh@soem.dk>
13101
13102 * generic-x.el (etc-fstab-generic-mode): Add file system types
13103 cifs and usbdevfs. Allow special chars in file names.
13104
13105 2006-02-05 Jay Belanger <belanger@truman.edu>
13106
13107 Update copyright notices of the files in lisp/calc.
13108
13109 2006-02-05 Romain Francoise <romain@orebokech.com>
13110
13111 Update copyright notices of all files in the lisp/play directory.
13112
13113 2006-02-04 Luc Teirlinck <teirllm@auburn.edu>
13114
13115 * ldefs-boot.el: Regenerate.
13116
13117 * emacs-lisp/find-func.el (find-definition-noselect): Minor doc fix.
13118
13119 2006-02-05 Kim F. Storm <storm@cua.dk>
13120
13121 * files.el (magic-mode-regexp-match-limit): New defvar.
13122 (set-auto-mode): Use it to limit magic-mode-alist matching.
13123
13124 2006-02-04 Eli Zaretskii <eliz@gnu.org>
13125
13126 * info.el (Info-index, Info-mode): Improve the description of the
13127 `i' command.
13128
13129 * ldefs-boot.el: Regenerate.
13130
13131 2006-02-03 Werner Lemberg <wl@gnu.org>
13132
13133 * textmodes/nroff-mode.el (nroff-font-lock-keywords): Don't be
13134 greedy to find the closing bracket in \*[...] and similar
13135 expressions. This is a first rough fix -- many additional
13136 refinements are necessary to make nroff mode really usable with groff.
13137
13138 2006-02-03 Jens Petersen <petersen@redhat.com> (tiny change)
13139
13140 * international/mule-cmds.el (set-locale-environment):
13141 Add "/usr/share/X11/locale/locale.alias" to search list for xorg-x11
13142 libX11.
13143
13144 2006-02-03 Joe Wells <jbw@macs.hw.ac.uk> (tiny change)
13145
13146 * arc-mode.el (archive-maybe-copy): Fix the way directories in the
13147 archive are created in archive-tmpdir.
13148
13149 2006-02-02 John Paul Wallington <jpw@pobox.com>
13150
13151 * ibuffer.el (ibuffer-compressed-file-name-regexp): New defcustom.
13152 (ibuffer-fontification-alist): Use it.
13153 (ibuffer-mode-map): Bind `ibuffer-mark-compressed-file-buffers'
13154 to "* z" and the Ibuffer Mark menu.
13155
13156 * ibuf-ext.el (ibuffer-mark-compressed-file-buffers): New command.
13157
13158 2006-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
13159
13160 * textmodes/table.el (*table--cell-describe-mode)
13161 (*table--cell-describe-bindings): Undo last change since
13162 print-help-return-message is not obsoleted by anything at all.
13163
13164 2006-02-02 Luc Teirlinck <teirllm@auburn.edu>
13165
13166 * emulation/cua-base.el (cua-mode): Doc fix.
13167
13168 2006-02-02 Juanma Barranquero <lekktu@gmail.com>
13169
13170 * dframe.el (dframe-handle-make-frame-visible)
13171 (dframe-handle-iconify-frame, dframe-get-focus)
13172 (dframe-select-attached-frame, dframe-power-click)
13173 (dframe-frame-mode): Fix typos in docstrings.
13174
13175 * ezimage.el (ezimage-mail, ezimage-object-out-of-date)
13176 (ezimage-insert-image-button-maybe, ezimage-insert-over-text):
13177 Fix typos in docstrings.
13178
13179 * hi-lock.el (hi-lock-mode, hi-lock-line-face-buffer)
13180 (hi-lock-face-buffer, hi-lock-font-lock-hook)
13181 (hi-lock-archaic-interface-message-used)
13182 (hi-lock-file-patterns-range): Fix typos in docstrings.
13183
13184 * savehist.el (savehist-loaded, savehist-load, savehist-install)
13185 (savehist-autosave, savehist-trim-history): Fix typos in docstrings.
13186
13187 * mail/mailclient.el (mailclient-place-body-on-clipboard-flag):
13188 Fix typo in docstring.
13189
13190 * net/newsticker.el (newsticker--decode-iso8601-date)
13191 (newsticker--set-customvar, newsticker--buffer-insert-item)
13192 (newsticker--do-run-auto-mark-filter)
13193 (newsticker--parse-generic-feed): Doc fixes.
13194 (newsticker--retrieval-timer-list, newsticker-url-list)
13195 (newsticker-hide-immortal-items-in-echo-area)
13196 (newsticker-hide-obsolete-items-in-echo-area)
13197 (newsticker-new-item-face, newsticker--enclosure)
13198 (newsticker-buffer-update, newsticker-w3m-show-inline-images)
13199 (newsticker--parse-atom-0.3, newsticker--parse-rss-1.0)
13200 (newsticker--parse-generic-feed, newsticker--cache-contains)
13201 (newsticker--stat-num-items, newsticker-download-enclosures):
13202 Fix typos in docstrings.
13203
13204 * net/rcirc.el (rcirc-debug): Doc fix.
13205 (rcirc-fill-column, rcirc-receive-message-hooks)
13206 (rcirc-browse-url-map, rcirc-read-only-flag, rcirc-prompt)
13207 (rcirc-mode, rcirc-generate-new-buffer-name)
13208 (rcirc-startup-channels, rcirc-ignore-update-automatic)
13209 (rcirc-cmd-ignore, rcirc-browse-url, rcirc-url-regexp):
13210 Fix typos in docstrings.
13211 (rcirc-print): "?\ " -> "?\s".
13212 (rcirc-cmd-join): Improve argument/docstring consistency.
13213
13214 2006-02-01 Mark A. Hershberger <mah@everybody.org>
13215
13216 * xml.el (xml-parse-region): Move save-excursion and set-buffer up
13217 before narrow-to-region.
13218
13219 2006-02-01 Richard M. Stallman <rms@gnu.org>
13220
13221 * simple.el (move-beginning-of-line): Scan properly for invis change.
13222
13223 * replace.el (multi-occur-in-matching-buffers): Fix prev change.
13224
13225 2006-02-01 Michael Albinus <michael.albinus@gmx.de>
13226
13227 * net/tramp.el (tramp-convert-file-attributes): Set file's gid
13228 change bit only when id-format is 'integer. Reported by Matt
13229 Hodges <M.P.Hodges@rl.ac.uk>.
13230
13231 2006-02-01 Juanma Barranquero <lekktu@gmail.com>
13232
13233 * hilit-chg.el (highlight-changes-initial-state)
13234 (highlight-changes-global-initial-state): Doc fixes.
13235 (highlight-changes-global-modes, global-highlight-changes):
13236 Fix typos in docstrings.
13237
13238 2006-02-01 Kim F. Storm <storm@cua.dk>
13239
13240 * emulation/cua-base.el (cua-mode): Mention that CUA enables
13241 transient-mark-mode in doc string.
13242
13243 2006-01-31 Richard M. Stallman <rms@gnu.org>
13244
13245 * replace.el (multi-occur): Doc fix.
13246 (multi-occur-in-matching-buffers): Rename from
13247 multi-occur-by-filename-regexp. Prefix arg says match
13248 buffer names instead of file names.
13249
13250 2006-01-31 Juanma Barranquero <lekktu@gmail.com>
13251
13252 * bs.el: Allow non-default values of `bs-header-lines-length'.
13253 (bs--running-in-xemacs): Remove (not needed anymore).
13254 (bs--set-window-height): Simplify by using `fit-window-to-buffer'
13255 instead of `shrink-window', thus avoiding having to compute the
13256 height of the window.
13257 (bs--up): Wrap around even when there's no header.
13258 (bs--down): Use `forward-line' instead of `next-line'.
13259
13260 2006-01-30 Chong Yidong <cyd@stupidchicken.com>
13261
13262 * image-mode.el (image-toggle-display): Use file name if possible,
13263 instead of unnecessarily allocating a (possibly huge) lisp string.
13264
13265 2006-01-30 John Paul Wallington <jpw@pobox.com>
13266
13267 * subr.el (toplevel): Define `cl-assertion-failed' condition here
13268 because the `assert' macro signals it at runtime.
13269
13270 * emacs-lisp/cl.el (toplevel): Remove definition of
13271 `cl-assertion-failed' condition.
13272
13273 2006-01-30 Nick Roberts <nickrob@snap.net.nz>
13274
13275 * thumbs.el (thumbs-marked-list): Make buffer-local and
13276 permanent-local.
13277 (thumbs-insert-thumb): Make help-echo non-sticky.
13278 (thumbs-file-alist): Use eolp as check for (non)-image.
13279
13280 2006-01-30 Juanma Barranquero <lekktu@gmail.com>
13281
13282 * ediff-mult.el (ediff-meta-buffer-keymap-setup-hook)
13283 (ediff-before-session-group-setup-hooks)
13284 (ediff-default-filtering-regexp, ediff-meta-mark-equal-files):
13285 Fix typos in docstrings.
13286
13287 * window.el (bw-dir, bw-eqdir, balance-windows)
13288 (split-window-keep-point): Fix typos in docstrings.
13289
13290 * textmodes/org.el (org-allow-space-in-links, org-closed-string)
13291 (org-quote-string, org-calendar-to-agenda-key)
13292 (org-agenda-sorting-strategy, org-agenda-use-time-grid)
13293 (org-show-following-heading, org-tags-column)
13294 (org-use-tag-inheritance, org, org-allow-space-in-links)
13295 (org-usenet-links-prefer-google, org-file-apps-defaults-gnu)
13296 (org-enable-table-editor, org-calc-default-modes)
13297 (org-table-allow-automatic-line-recalculation)
13298 (org-export-html-style, org-export-with-fixed-width)
13299 (org-export-with-sub-superscripts, org-special-keyword)
13300 (org-formula, org-time-grid, org-table-may-need-update)
13301 (org-mode, org-goto-ret, org-goto-left, org-goto-right)
13302 (org-goto-quit, org-get-indentation, org-end-of-item)
13303 (org-move-item-down, org-move-item-up)
13304 (org-renumber-ordered-list, org-todo, org-log-done, org-occur)
13305 (org-remove-occur-highlights, org-read-date, org-goto-calendar)
13306 (org-agenda, org-agenda-day-view, org-agenda-previous-date-line)
13307 (org-agenda-log-mode, org-agenda-toggle-diary)
13308 (org-agenda-toggle-time-grid, org-agenda-cleanup-fancy-diary)
13309 (org-agenda-file-to-end, org-agenda-no-heading-message)
13310 (org-agenda-get-closed, org-format-agenda-item)
13311 (org-cmp-priority, org-cmp-category, org-cmp-time)
13312 (org-agenda-change-all-lines, org-agenda-diary-entry)
13313 (org-scan-tags, org-after-todo-state-change-hook, org-tags-view)
13314 (org-link-search, org-camel-to-words, org-open-file)
13315 (org-remember-handler, org-table-convert-region)
13316 (org-table-move-row-down, org-table-move-row-up)
13317 (org-table-copy-region, org-table-wrap-region)
13318 (org-table-toggle-vline-visibility)
13319 (org-table-get-vertical-vector, org-table-modify-formulas)
13320 (org-table-get-specials, org-recalc-commands)
13321 (org-table-rotate-recalc-marks, org-table-eval-formula)
13322 (orgtbl-make-binding, org-in-invisibility-spec-p, org-cycle)
13323 (org-level-color-stars-only, org-insert-heading):
13324 Fix typos in docstrings.
13325 (last-arg): Add defvar.
13326
13327 * makefile.w32-in (WINS): Add erc.
13328 (MH_E_SRC): Update (copied from lisp/Makefile.in).
13329
13330 2006-01-29 Bill Wohler <wohler@newt.com>
13331
13332 * Makefile.in (MH_E_SRC): Add mh-compat.el, mh-folder.el,
13333 mh-letter.el, mh-limit.el, mh-scan.el, mh-show.el, mh-thread.el,
13334 mh-tool-bar.el, mh-xface.el. Remove mh-customize.el, mh-init.el.
13335 (mh-autoloads): Don't use comments on otherwise empty lines.
13336
13337 2006-01-29 Edward O'Connor <ted@oconnor.cx>
13338
13339 * emulation/viper.el (viper-major-mode-modifier-list): Add
13340 insert-state and vi-state entries for erc-mode.
13341 (viper-go-away, viper-set-hooks): Add and remove
13342 viper-comint-mode-hook from erc-mode-hook as appropriate.
13343
13344 * emulation/viper.el (viper-insert-state-mode-list): Add erc-mode.
13345
13346 2006-01-29 Juanma Barranquero <lekktu@gmail.com>
13347
13348 * bs.el (bs--format-aux): Implement `middle' alignment as
13349 described in the docstring for `bs-attributes-list'.
13350 (bs--get-name): Simplify. Don't pad the buffer name.
13351
13352 2006-01-27 Agustin Martin <agustin.martin@hispalinux.es>
13353
13354 * textmodes/ispell.el (ispell-find-aspell-dictionaries): If no
13355 English aspell dictionary is installed, use the first entry of
13356 ispell-dictionary-alist-1.
13357
13358 2006-01-27 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
13359
13360 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
13361 Doc fix.
13362
13363 2006-01-27 Michael Albinus <michael.albinus@gmx.de>
13364
13365 * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
13366 for `process-file', in order to let it work for older Emacsen too.
13367
13368 2006-01-27 Eli Zaretskii <eliz@gnu.org>
13369
13370 * international/latexenc.el: Add a suitable `coding:' tag.
13371 (latexenc-find-file-coding-system): Undo last change.
13372
13373 2006-01-27 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
13374
13375 * international/latexenc.el (latexenc-find-file-coding-system):
13376 Make sure latexenc-main-file is a regular file and is readable.
13377
13378 2006-01-27 Andre Spiegel <spiegel@gnu.org>
13379
13380 * vc-rcs.el (vc-rcs-fetch-master-state, vc-rcs-consult-headers):
13381 Pass FILE to vc-user-login-name.
13382
13383 * vc-sccs.el (vc-sccs-state): Pass FILE to vc-user-login-name.
13384
13385 2006-01-27 Nick Roberts <nickrob@snap.net.nz>
13386
13387 * thumbs.el (thumbs-do-thumbs-insertion): Suppress message when
13388 there are no more images to display.
13389 (thumbs-mark, thumbs-unmark): Revert change so that they move to
13390 the next image.
13391
13392 2006-01-26 Richard M. Stallman <rms@gnu.org>
13393
13394 * cus-edit.el (custom-mode): Doc: Use advertised-widget-backward.
13395
13396 * wid-edit.el (advertised-widget-backward): New alias.
13397 (widget-keymap): Use advertised-widget-backward for S-TAB.
13398
13399 * tumme.el: Correct the keywords.
13400 (tumme-dir-max-size): Use defvar.
13401 (tumme-setup-dired-keybindings, tumme-dired): Add autoload cookie.
13402
13403 * simple.el (move-beginning-of-line): Take account of fields.
13404 (clone-indirect-buffer-other-window): Take args like
13405 clone-indirect-buffer, and work like it.
13406
13407 * help-fns.el (describe-function): Don't pass `nil' as default.
13408
13409 * files.el (risky-local-variable-p): Follow var aliases.
13410
13411 * subr.el (lazy-completion-table): Doc fix.
13412
13413 * mail/rmailsum.el (rmail-make-summary-line-1): Don't set
13414 global binding of `line'.
13415
13416 2006-01-25 Andre Spiegel <spiegel@gnu.org>
13417
13418 * vc-hooks.el (vc-user-login-name): Rewritten to handle access via
13419 Tramp.
13420
13421 * vc.el (vc-default-dired-state-info): Pass FILE to
13422 vc-user-login-name.
13423 (vc-default-update-changelog): Don't use vc-user-login-name, we
13424 don't need it here.
13425
13426 * net/tramp-vc.el (vc-user-login-name): Comment out defadvice, it is
13427 no longer necessary.
13428
13429 2006-01-25 Kenichi Handa <handa@m17n.org>
13430
13431 * international/mule.el (decode-char): Avoid the overhead of
13432 calling utf-lookup-subst-table-for-decode if
13433 utf-translate-cjk-mode is nil.
13434 (encode-char): Avoid the overhead of calling
13435 utf-lookup-subst-table-for-encode if utf-translate-cjk-mode is
13436 nil.
13437
13438 2006-01-22 Kenichi Handa <handa@m17n.org>
13439
13440 * international/mule.el (make-subsidiary-coding-system): Reset
13441 `coding-system-define-form' property of subsidiaries to nil.
13442 Avoid duplicated entry in coding-system-alist.
13443 (make-coding-system): Avoid duplicated entry in
13444 coding-system-alist.
13445 (define-coding-system-alias): Likewise.
13446
13447 2006-01-24 Luc Teirlinck <teirllm@auburn.edu>
13448
13449 * completion.el: Minor fixes in introductory comment.
13450 (completion-def-wrapper): Fix alist.
13451
13452 2006-01-25 Nick Roberts <nickrob@snap.net.nz>
13453
13454 * thumbs.el (thumbs-new-image-size): New function.
13455 (thumbs-increment-image-size-element)
13456 (thumbs-decrement-image-size-element, thumbs-increment-image-size)
13457 (thumbs-decrement-image-size): Delete.
13458 (thumbs-resize-image-1): Rename from thumbs-resize-image. Keep old
13459 temp files and use to resize.
13460 (thumbs-resize-image): Rename from thumbs-resize-image-interactive.
13461 Use increment argument to enlarge/shrink. Preserve point.
13462 (thumbs-shrink-image): Rename from thumbs-resize-image-size-down.
13463 (thumbs-enlarge-image): Rename from thumbs-resize-image-size-up
13464 (thumbs-show-thumbs-list): Set thumbs-buffer to current-buffer.
13465 (thumbs-mark, thumbs-unmark): Preserve point.
13466 (thumbs-modify-image): Keep old temp files and use to modify.
13467 Cleanup old temp files at load time. Preserve point.
13468 (thumbs-view-image-mode-map): Use new command names.
13469
13470 2006-01-24 Stefan Monnier <monnier@iro.umontreal.ca>
13471
13472 * log-view.el (log-view-minor-wrap): First rev is the one at point.
13473
13474 * calendar/cal-menu.el: Avoid macros from calendar.el so as to break
13475 the nastiest part of the cyclic dependency.
13476 (cal-menu-update): Use dotimes and calendar-increment-month.
13477
13478 * calendar/calendar.el: Remove unnecessary leading stars in docstrings.
13479 (calendar-week-start-day): Add an :initializer.
13480 (calendar-mode-map): Use suppress-keymap, and command remapping.
13481 (describe-calendar-mode): Setup xref-stack info for the back button.
13482 (calendar-star-date): Insert before delete.
13483 (calendar-set-mode-line): Add file-modified info if applicable.
13484 (calendar-increment-month): New function.
13485
13486 2006-01-24 Tobias C. Rittweiler <tcr@freebits.de> (tiny change)
13487
13488 * font-lock.el (lisp-font-lock-keywords-2):
13489 Recognize "& keywords" only at word boundaries.
13490
13491 2006-01-24 Nick Roberts <nickrob@snap.net.nz>
13492
13493 * thumbs.el (thumbs-extra-images): New variable. Make it buffer-local
13494 and permanent-local.
13495 (thumbs-max-image-number): New variable.
13496 (thumbs-do-thumbs-insertion): Use them.
13497 (thumbs-per-line): Change default to 4.
13498 (thumbs-marked-list): Rename from thumbs-markedL.
13499 (thumbs-cleanup-thumbsdir, thumbs-delete-images)
13500 (thumbs-rename-images): Use -list instead of L for internal variables.
13501 (thumbs-call-convert): Use call-process instead of shell-command.
13502 (thumbs-insert-thumb): Add filename as help-echo to each image.
13503 (thumbs-show-from-dir): Rename from thumbs-show-all-from-dir.
13504 Give dir to thumbs-show-thumbs-list.
13505 (thumbs-show-thumbs-list): Set default-directory to that of images.
13506 (thumbs-dired-show): Rename from thumbs-dired-show-all.
13507 (thumbs-display-thumbs-buffer, thumbs-show-more-images): New functions.
13508 (thumbs-mode-map): Bind "+" to thumbs-show-more-images.
13509 (thumbs-view-image-mode-map): Bind "^" to thumbs-display-thumbs-buffer.
13510
13511 2006-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
13512
13513 * ses.el (ses-read-cell): Provide a default value.
13514
13515 2006-01-23 Juanma Barranquero <lekktu@gmail.com>
13516
13517 * term/w32-win.el (image-library-alist): Add additional names for
13518 GIF library.
13519
13520 2006-01-23 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
13521
13522 * international/latexenc.el (latexenc-find-file-coding-system):
13523 Add file-regular-p check.
13524
13525 2006-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
13526
13527 * simple.el (clone-buffer): Don't show the new buffer in the same
13528 window.
13529
13530 2006-01-23 Juri Linkov <juri@jurta.org>
13531
13532 * faces.el (link, link-visited): New faces based on default values
13533 of `info-xref' and `info-xref-visited'.
13534
13535 * info.el (info-xref): Inherit from `link'.
13536 (info-xref-visited): Inherit from `link-visited'.
13537
13538 * cus-edit.el (custom-buffer-create-internal): Use widget type
13539 `custom-manual' instead of `info-link' and don't set properties
13540 `button-face' and `mouse-face' explicitly.
13541 (custom-browse-group-tag, custom-browse-variable-tag)
13542 (custom-browse-face-tag): Inherit from widget class
13543 `custom-group-link' instead of `push-button'.
13544 (custom-button-unraised): Inherit from `underline' face.
13545 (custom-link): Inherit from `link' face. Fix doc and group.
13546 (custom-add-parent-links, custom-group-value-create): Don't set
13547 properties `button-face' and `mouse-face' explicitly for
13548 `custom-group-link' widget.
13549 (custom-group-link): Add properties `button-face' and `mouse-face'
13550 to widget definition.
13551 (custom-field-keymap): New variable. Put `custom-field-keymap' to
13552 editable-field's :keymap property.
13553 (custom-mode): Fix docstring: substitute keybindings for
13554 `widget-forward' and `widget-backward' from `widget-keymap',
13555 `widget-complete' from `custom-field-keymap', replace old
13556 `Custom-move-and-invoke' with `widget-move-and-invoke'. Untabify.
13557
13558 * desktop.el (desktop-load-file): Check for `fboundp' before
13559 calling `symbol-function'.
13560
13561 * simple.el (clone-buffer, clone-indirect-buffer)
13562 (clone-indirect-buffer-other-window): Use `read-buffer' instead of
13563 `read-string'. Fix prompts.
13564
13565 * play/doctor.el (doctor-mode-map): Rename from `doc-mode-map'.
13566
13567 2006-01-23 Nick Roberts <nickrob@snap.net.nz>
13568
13569 * thumbs.el (thumbs-file-alist): Avoid creating duplicate entries.
13570
13571 2006-01-22 Luc Teirlinck <teirllm@auburn.edu>
13572
13573 * startup.el (inhibit-splash-screen, initial-scratch-message):
13574 Doc fixes.
13575
13576 2006-01-22 Michael Albinus <michael.albinus@gmx.de>
13577
13578 Sync with Tramp 2.0.52.
13579
13580 * net/tramp.el, net/tramp-ftp.el, net/tramp-util.el,
13581 * net/tramp-vc.el: Add code for unloading Tramp. See comment before
13582 `tramp-unload-tramp' for checklist.
13583
13584 * net/tramp.el: Require `timer-funcs' instead of `timer' if in
13585 XEmacs. Contributed by Steve Youngs <steve@sxemacs.org>.
13586 (tramp-unload-file-name-handler-alist)
13587 (tramp-unload-tramp): New defuns.
13588 (tramp-advice-PC-expand-many-files): New defadvice.
13589 (tramp-save-PC-expand-many-files, tramp-setup-complete) Defuns
13590 removed.
13591 (tramp-handle-expand-file-name): Remove double slash.
13592 (tramp-handle-file-attributes-with-ls): Return t as 9th attribute.
13593 It doesn't matter, because it will be converted later on.
13594 (tramp-handle-file-ownership-preserved-p): Rewritten. The old
13595 implementation was just heuristic.
13596 (tramp-post-connection): Set uid and gid properties.
13597 (tramp-convert-file-attributes): Set file's gid change bit.
13598 (tramp-get-remote-uid, tramp-get-remote-gid): New defuns.
13599 (tramp-handle-expand-file-name): Use "~root" for tilde expansion
13600 in case of su(do)? methods. The home directory of the local user
13601 will be taken else.
13602 (tramp-open-connection-telnet)
13603 (tramp-open-connection-rsh, tramp-open-connection-su)
13604 (tramp-open-connection-multi): Set PS1 to "$ ". Otherwise, a
13605 local shell prompt could hurt. Reported by Romain Francoise
13606 <romain@orebokech.com>.
13607 (tramp-let-maybe): Add `edebug-form-spec' property.
13608 (tramp-handle-expand-file-name): Bind `default-directory' locally
13609 to "/" in order to avoid problems with UNC shares or Cygwin
13610 mounts.
13611 (tramp-md5-function): Fix typo in error message.
13612
13613 * net/tramp-ftp.el (tramp-ftp-enable-ange-ftp): New defun.
13614
13615 * net/tramp-util.el (top): Apply `ignore' instead of `identity'
13616 for byte-compiler pacification.
13617
13618 2006-01-22 Andre Spiegel <spiegel@gnu.org>
13619
13620 * vc-rcs.el (vc-rcs-state-heuristic): Use file-attributes with
13621 ID-FORMAT `string'. This allows us to get rid of
13622 `vc-user-login-name UID'.
13623
13624 * vc-sccs.el (vc-sccs-state-heuristic): Likewise.
13625
13626 2006-01-22 John Paul Wallington <jpw@pobox.com>
13627
13628 * hl-line.el (hl-line-highlight, hl-line-move): Doc fixes.
13629
13630 2006-01-21 Martin Rudalics <rudalics@gmx.at>
13631
13632 * emacs-lisp/find-func.el (find-definition-noselect)
13633 (find-variable-noselect): Search variables in C source code too.
13634 (find-function-C-source, find-function-noselect, find-function)
13635 (find-function-other-frame, find-variable-noselect, find-variable)
13636 (find-variable-other-frame, find-variable-at-point):
13637 Fix docstrings.
13638
13639 2006-01-21 Francesco Potort\e,Al\e(B <pot@gnu.org>
13640
13641 * mail/rmailout.el (rmail-output): Don't use content-type if it is nil.
13642
13643 2006-01-21 Agustin Martin <agustin.martin@hispalinux.es>
13644
13645 * textmodes/flyspell.el (flyspell-emacs-popup, flypell-xemacs-popup):
13646 Default to disabling the "Save affix" question.
13647
13648 2006-01-21 Marien Zwart <marienz@gentoo.org> (tiny change)
13649
13650 * progmodes/python.el (python-mode) <eldoc-mode-hook>: Pass nil as
13651 the first arg to run-python.
13652
13653 2006-01-21 Eli Zaretskii <eliz@gnu.org>
13654
13655 * startup.el (command-line-1): Handle --no-desktop if desktop.el
13656 is not loaded.
13657
13658 2006-01-20 Jay Belanger <belanger@truman.edu>
13659
13660 * calc/calcalg2.el (calc-sum-rec): Fix the sum when the lower
13661 limit is 0.
13662
13663 * calc/calc-arith.el (math-add-symb-fancy): Check the length of
13664 the correct variable.
13665
13666 2006-01-20 Carsten Dominik <dominik@science.uva.nl>
13667
13668 * textmodes/org.el (org-open-at-point): Fixed bug with matching a
13669 link. Fixed buggy argument sequence in call to `org-view-tags'.
13670 (org-compile-prefix-format): Set `org-prefix-has-tag'.
13671 (org-prefix-has-tag): New variable.
13672 (org-format-agenda-item): Remove tags from headline if
13673 appropriate.
13674 (org-agenda-remove-tags-when-in-prefix): New option.
13675 (org-get-tags-at): New function.
13676
13677 2006-01-20 Nick Roberts <nickrob@snap.net.nz>
13678
13679 * thumbs.el (thumbs-buffer): New variable. Make it buffer local.
13680 (thumbs-find-image): Move image name and number from buffer name
13681 to mode name. Set thumbs-buffer. Preserve point so that large
13682 images remain visible.
13683 (thumbs-file-alist): Construct list in thumbs-buffer and reverse
13684 order.
13685 (thumbs-show-image-num): Get image from thumbs-file-alist. Set
13686 mode name.
13687 (thumbs-next-image, thumbs-previous-image): Make them work.
13688
13689 2006-01-19 Luc Teirlinck <teirllm@auburn.edu>
13690
13691 * cus-edit.el (custom-buffer-create-internal): State in the text above
13692 the whole buffer buttons that they do not operate on hidden items.
13693 (custom-face-menu): Use `custom-face-save' instead of
13694 `custom-face-save-command'.
13695 (custom-face-save-command): Make it an alias for `custom-face-save'
13696 and declare it obsolete.
13697 (custom-face-save): Doc fix.
13698
13699 * dired.el (dired-no-confirm): Add quote.
13700 (dired-subdir-alist-pre-R): Add quote in
13701 `make-variable-buffer-local' form and remove unbalanced parenthesis.
13702
13703 2006-01-19 Stefan Monnier <monnier@iro.umontreal.ca>
13704
13705 * textmodes/table.el (table-mode-indicator): Typo in last change.
13706
13707 2006-01-19 Richard M. Stallman <rms@gnu.org>
13708
13709 * outline.el (hide-leaves): Don't call outline-end-of-heading.
13710 Fixes bug reported in Nov 2005.
13711
13712 * isearch.el (isearch-forward): Doc fix.
13713
13714 * dired.el (dired-move-to-filename-regexp): Define as alias.
13715 (dired-no-confirm): Use defcustom.
13716 (dired-subdir-alist-pre-R): Put defvar at top level.
13717
13718 * battery.el (battery-linux-proc-acpi): Handle "last full capacity".
13719
13720 * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
13721 Mark as risky.
13722
13723 * simple.el (set-mark-command): Doc fix.
13724 (clone-indirect-buffer-other-window):
13725 Read arg like clone-indirect-buffer.
13726 (move-beginning-of-line): Skip invisible newlines.
13727
13728 2006-01-19 Masatake YAMATO <jet@gyve.org>
13729
13730 * progmodes/cpp.el (cpp-edit-load): Make the order of
13731 listed conditions in a base C code buffer and its associate
13732 CPP Edit buffer the same.
13733
13734 2006-01-19 Kenichi Handa <handa@m17n.org>
13735
13736 * mail/rmail.el (rmail-enable-mime): Docstring fixed.
13737 (rmail-mime-feature): Likewise.
13738 (rmail-require-mime-maybe): Use display-warning to show a warning
13739 message.
13740
13741 * international/mule.el (auto-coding-regexp-alist-lookup): New fun.
13742 (find-auto-coding): Use auto-coding-regexp-alist-lookup.
13743
13744 2006-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
13745
13746 * array.el: Move defvars out of eval-when-compile.
13747 (array-make-template): Replace undeclared global var with a local one.
13748 (array-mode): Inline initialization functions.
13749 (array-init-local-variables, array-init-max-row)
13750 (array-init-max-column, array-init-columns-per-line)
13751 (array-init-field-width, array-init-rows-numbered)
13752 (array-init-line-length, array-init-lines-per-row): Remove.
13753
13754 * play/doctor.el: Move defvars out of eval-when-compile. Use dolist.
13755 (doc-mode-map): Define explicitly.
13756 (doctor-txtype): Use mapc.
13757
13758 * textmodes/table.el: Move defvars out of eval-when-compile.
13759 Remove harmful code meant to avoid byte-compiler warnings.
13760 (table-fixed-mode-indicator): Remove. Use a more complex mode-line
13761 specification that checks table-fixed-width-mode directly.
13762 (table-recognize-region, table-recognize-cell):
13763 Use restore-buffer-modified-p.
13764 (table-fixed-width-mode): Remove code that refreshes
13765 table-fixed-mode-indicator.
13766 (*table--cell-describe-bindings, *table--cell-describe-mode):
13767 Avoid obsolete name print-help-return-message.
13768 (table--test-cell-list): Don't use replace-regexp from elisp.
13769 (table--point-entered-cell-function, table--point-left-cell-function):
13770 Don't set table-fixed-mode-indicator, use force-mode-line-update.
13771
13772 * textmodes/org.el: Move defvars out of eval-when-compile. Move code
13773 that was after the end of file. Use buffer-file-name variable.
13774 (org-timestamp-change): Use with-current-buffer.
13775 (org-todo-list): Don't unnecessarily define a new buffer-local var.
13776 (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused arg
13777 `file'.
13778
13779 * progmodes/fortran.el: Move defvars out of eval-when-compile.
13780 (fortran-break-line): Remove unused var `opoint'.
13781 (fortran-abbrev-start): Obey help-event-list.
13782
13783 2006-01-18 Jesper Harder <harder@phys.au.dk>
13784
13785 * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-substring.
13786
13787 2006-01-18 Masatake YAMATO <jet@gyve.org>
13788
13789 * progmodes/make-mode.el (makefile-imake-mode): New mode
13790 derived from makefile-mode.
13791 (makefile-imake-mode-syntax-table): New syntax table
13792 derived from makefile-mode-syntax-table.
13793 (makefile-mode): Write about makefile-imake-mode in doc string.
13794 (makefile-mode-map): Bind "\C-c\C-m\C-i" to makefile-imake-mode.
13795 (makefile-imake-font-lock-keywords): New font lock keywords.
13796
13797 * files.el (auto-mode-alist): Add Imakefile.
13798
13799 2006-01-17 Agustin Martin <agustin.martin@hispalinux.es>
13800
13801 * textmodes/flyspell.el (ispell-kill-ispell-hook): Add to the hook when
13802 loading the file rather than when turning on flyspell-mode.
13803
13804 2006-01-16 Luc Teirlinck <teirllm@auburn.edu>
13805
13806 * cus-edit.el (customize-rogue): Minor doc fix.
13807
13808 2006-01-17 Juri Linkov <juri@jurta.org>
13809
13810 * dired-aux.el (dired-diff): Use dired-dwim-target-directory
13811 instead of the file at the mark as default if the file at the mark
13812 is the same as the file at point or if dired-dwim-target-directory
13813 is not the same as the current directory and the mark is not active.
13814
13815 * log-view.el (log-view-minor-wrap): Use the same logic to get
13816 revisions as `log-view-diff'.
13817
13818 * info.el (Info-revert-find-node): Check for Info-current-file
13819 before preserving new-history.
13820
13821 * man.el (Man-heading-regexp): Add `/'.
13822
13823 * textmodes/sgml-mode.el: Add `coding: iso-2022-7bit' cookie.
13824 (html-mode): Set `sentence-end-base' instead of `sentence-end'.
13825
13826 2006-01-16 Juri Linkov <juri@jurta.org>
13827
13828 * faces.el (mode-line-faces): New defgroup.
13829 (mode-line-highlight): Move definition after new defgroup.
13830 (mode-line, mode-line-inactive, mode-line-highlight):
13831 Replace :group `modeline' with `mode-line-faces'.
13832 (mode-line-buffer-id): New face.
13833 (modeline-buffer-id): New face alias.
13834 (vertical-border): Remove :group `modeline'.
13835
13836 * bindings.el (propertized-buffer-identification): Use face
13837 `mode-line-buffer-id' instead of `Buffer-menu-buffer'.
13838 (mode-line-next-buffer, mode-line-previous-buffer): New functions.
13839 (mode-line-buffer-identification-keymap): For mouse-1 replace
13840 `mode-line-unbury-buffer' with `mode-line-previous-buffer'.
13841 Replace `mode-line-bury-buffer' with `mode-line-next-buffer' for
13842 mouse-3.
13843
13844 * buff-menu.el (buffer-menu-buffer) <defface>: Renamed from
13845 Buffer-menu-buffer. Doc fix.
13846 (Buffer-menu-buffer): Face alias to buffer-menu-buffer.
13847 (list-buffers-noselect): Use `buffer-menu-buffer' face instead of
13848 `Buffer-menu-buffer'.
13849
13850 * info.el (Info-mode-line-node-keymap): New defvar.
13851 (Info-set-mode-line): Use `stringp' to check Info-current-file.
13852 Propertize Info-current-node with `mode-line-buffer-id' and
13853 `mode-line-highlight' faces and `Info-mode-line-node-keymap'.
13854
13855 * time.el (display-time-mail-face): Replace :group `faces' with
13856 `mode-line-faces'.
13857
13858 2006-01-16 Kenichi Handa <handa@m17n.org>
13859
13860 * international/code-pages.el: Add autoload cookies for cp125[0345678].
13861
13862 * language/european.el (cp1252): New alias for windows-1252.
13863
13864 * international/mule.el (autoload-coding-system): Prepare for EOL
13865 variants.
13866
13867 2006-01-15 Dan Nicolaescu <dann@ics.uci.edu>
13868
13869 * term.el (term-raw-map): Add mapping for insert.
13870 (term-send-insert): New.
13871 (term-mode): Make variables local here instead of doing it in
13872 `term-emulate-terminal'.
13873 (term-emulate-terminal): Delete incorrect optimization for cr+lf.
13874 Scroll reverse needs to take into account the scroll region.
13875 Saving and restoring the cursor should save the color attributes too.
13876 (term-reset-terminal): Reset the scroll region.
13877 (term-handle-ansi-escape): Cursor up and down should take into
13878 account the scroll region.
13879 (term-set-scroll-region): Rename from `term-scroll-region'.
13880 Move to 0,0 after setting the region.
13881 (term-handle-scroll): Handle scroll up.
13882 (term-down): Fix off by one error.
13883 (term-delete-lines): Do not delete outside the scroll region.
13884 (term-insert-lines): Take into account the scroll region.
13885
13886 2006-01-15 Stefan Monnier <monnier@iro.umontreal.ca>
13887
13888 * textmodes/ispell.el (ispell-internal-change-dictionary)
13889 (ispell-change-dictionary): Undo most of last change of 2006-01-13.
13890 (start, end): Move declaration outside of eval-when-compile.
13891
13892 * textmodes/flyspell.el (flyspell-kill-ispell-hook): New fun.
13893 (flyspell-mode-on): Use it.
13894
13895 * textmodes/ispell.el (ispell-kill-ispell): Run new hook
13896 ispell-kill-ispell-hook.
13897
13898 2006-01-14 Luc Teirlinck <teirllm@auburn.edu>
13899
13900 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
13901 (Custom-reset-saved): Do not ask for confirmation in single option
13902 buffers.
13903
13904 2006-01-13 Richard M. Stallman <rms@gnu.org>
13905
13906 * font-lock.el (lisp-font-lock-keywords-1): Minor rearrangement.
13907
13908 2006-01-13 Romain Francoise <romain@orebokech.com>
13909
13910 * add-log.el (add-change-log-entry, change-log-merge):
13911 Conditionally use `hard-newline'.
13912
13913 2006-01-13 Martin Rudalics <rudalics@gmx.at>
13914
13915 * wid-edit.el (widget-field-end): If the overlay is no longer
13916 associated with a buffer, behave as if the overlay didn't exist.
13917
13918 * cus-edit.el (custom-add-see-also, custom-add-parent-links):
13919 Make sure the links use the `custom-link' face.
13920
13921 2006-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
13922
13923 * progmodes/ld-script.el (auto-mode-alist): Use \' rather than $.
13924 (ld-script-mode): Don't set indent-line-function since we don't
13925 have one.
13926
13927 2006-01-13 Carsten Dominik <dominik@science.uva.nl>
13928
13929 * textmodes/org.el (org-open-file): Use mailcap for selecting an
13930 application.
13931 (org-file-apps-defaults-gnu): Use mailcap as the default for
13932 selecting an application on a UNIX system.
13933 (org-agenda-show-tags): New command.
13934 (org-table-insert-hline): Keep cursor in current table line.
13935 (org-table-convert): Offset effect of modifying
13936 `org-table-insert-hline'.
13937 (org-format-agenda-item): New optional argument TAG.
13938 (org-compile-prefix-format): Handle %T format for the tag.
13939 (org-expand-wide-chars): New function.
13940 (org-table-insert-row, org-table-insert-hline):
13941 Use `org-expand-wide-chars'.
13942 (org-open-file): Fix bug in program launch.
13943 (org-get-time-of-day): Fix bug with times before 1am.
13944 (org-agenda-menu): Add tags commands.
13945
13946 2006-01-13 Agustin Martin <agustin.martin@hispalinux.es>
13947
13948 * textmodes/ispell.el (ispell-init-process): Include the used
13949 dictionary in ispell process start message.
13950 (ispell-internal-change-dictionary): When flyspell-mode is active
13951 and dictionary is changed, make sure ispell process is restarted
13952 and flyspell word cache cleared out for the current buffer.
13953 (ispell-change-dictionary): Make sure flyspell word cache is
13954 cleared out in all buffers with active flyspell mode when
13955 dictionary is globally changed.
13956 Call ispell-internal-change-dictionary after dictionary change.
13957
13958 2006-01-13 Eli Zaretskii <eliz@gnu.org>
13959
13960 * emacs-lisp/bytecomp.el (batch-byte-recompile-directory): Doc fix.
13961
13962 * makefile.w32-in (MH_E_SRC): Synchronize with Makefile.in.
13963 (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): Update Copyright
13964 years. Fix small differences wrt Makefile.in.
13965 (recompile): Use --eval '(batch-byte-recompile-directory 0)', like
13966 Makefile.in does.
13967
13968 2006-01-12 Bill Wohler <wohler@newt.com>
13969
13970 * Makefile.in (MH_E_SRC): Replace mh-index.el and mh-pick.el with
13971 mh-search.el.
13972
13973 2006-01-12 Masatake YAMATO <jet@gyve.org>
13974
13975 * progmodes/ld-script.el: Update copyright year.
13976
13977 2006-01-12 Chong Yidong <cyd@stupidchicken.com>
13978
13979 * cus-theme.el (custom-theme-add-variable, custom-theme-add-face):
13980 Don't add widget if setting undefined.
13981
13982 2006-01-12 John Paul Wallington <jpw@pobox.com>
13983
13984 * help-fns.el (describe-variable): Remove newlines from void
13985 variable output.
13986
13987 2006-01-13 Nick Roberts <nickrob@snap.net.nz>
13988
13989 * wdired.el (wdired-mode-map): Add help echo for
13990 wdired-abort-changes.
13991
13992 * man.el (Man-file-name-regexp): Adjust for a list of files.
13993
13994 2006-01-12 Masatake YAMATO <jet@gyve.org>
13995
13996 * progmodes/ld-script.el (auto-mode-alist): Support
13997 suffix conventions used in netbsd and eCos.
13998
13999 2006-01-11 Luc Teirlinck <teirllm@auburn.edu>
14000
14001 * cus-edit.el (custom-reset-menu, custom-buffer-create-internal)
14002 (custom-variable-menu, custom-face-menu, custom-group-menu)
14003 (Custom-mode-menu): Change names of menu items. (As discussed on
14004 emacs-devel.)
14005 (custom-face-menu): Add "Undo Edits" item.
14006
14007 * startup.el (init-file-user): defcustom -> defvar.
14008
14009 * tooltip.el (tooltip-mode): Doc fix.
14010
14011 2006-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
14012
14013 * reveal.el (reveal-post-command): window-buffer signals an error on
14014 dead windows rather than returning nil.
14015 (reveal-open-new-overlays): An overlay might die while we open others.
14016
14017 2006-01-11 Bill Wohler <wohler@newt.com>
14018
14019 * cus-dep.el (generated-custom-dependencies-file): Fix typo and
14020 phrasing in docstring.
14021
14022 * Makefile.in (MH_E_SRC): Rename from MH-E-SRC since the dashes
14023 can give some systems gas. Add new file mh-buffers.el.
14024
14025 2006-01-06 Masatake YAMATO <jet@gyve.org>
14026
14027 * font-lock.el (cpp-font-lock-keywords): Font lock keywords for
14028 C preprocessor forward ported from GNU Emacs 21.2.
14029
14030 * progmodes/asm-mode.el (asm-font-lock-keywords):
14031 Use `cpp-font-lock-keywords'.
14032
14033 * progmodes/ld-script.el (ld-script-font-lock-keywords): Ditto.
14034
14035 * progmodes/ld-script.el (auto-mode-alist): Use \\> instead
14036 of $ for "\\.ld[s]?".
14037
14038 2006-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
14039
14040 * progmodes/tcl.el (tcl-indent-command): Use indent-for-tab-command.
14041 (tcl-indent-line): Return `noindent' if inside a string.
14042
14043 * progmodes/flymake.el (flymake-split-string): Remove more than one
14044 empty string at beg/end of the result.
14045 (flymake-find-buildfile, flymake-find-possible-master-files):
14046 Use expand-file-name.
14047 (flymake-fix-file-name): Don't replace \ with / and don't remove ./
14048 since expand-file-name does it for us. Use directory-file-name.
14049 (flymake-ler-get-full-file, flymake-ler-get-file, flymake-ler-get-line)
14050 (flymake-ler-get-type, flymake-ler-get-text)
14051 (flymake-ler-make-ler): Remove. Replace by defstruct. Update callers.
14052 (flymake-current-line-no): Remove spurious interactive spec.
14053 (flymake-delete-temp-directory): Remove unused var `slash-pos'.
14054 (flymake-check-include): Remove arg inc-path merged into inc-name.
14055 (flymake-check-patch-master-file-buffer): Fit in 80 columns.
14056 Arg regexp-list replaced by a simple regexp.
14057 (flymake-master-make-header-init, flymake-master-tex-init):
14058 Correspondingly replace regexp-list with a regexp. Fix regexp.
14059
14060 2006-01-10 Simon Josefsson <jas@extundo.com>
14061
14062 * mail/smtpmail.el (smtpmail-try-auth-methods): Add comment
14063 describing AUTH PLAIN fix.
14064
14065 2006-01-10 Thien-Thi Nguyen <ttn@gnu.org>
14066
14067 * mail/emacsbug.el (report-emacs-bug-text-prompt): Delete var.
14068 (report-emacs-bug): Don't record initial prompt text.
14069 Instead, add text properties to prompting text.
14070 (report-emacs-bug-hook): Delete prompting text.
14071
14072 2006-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
14073
14074 * progmodes/flymake.el (flymake-find-buildfile): Remove invariant arg
14075 `dirs'. Adjust callers.
14076
14077 2006-01-09 John Paul Wallington <jpw@gnu.org>
14078
14079 * cus-edit.el (custom-comment) <defface>: Add TTY definitions.
14080
14081 2006-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
14082
14083 * reveal.el (reveal-open-new-overlays): New extracted fun.
14084 (reveal-close-old-overlays): Idem. Check overlays's liveness before
14085 using them. Simplify the code.
14086 (reveal-post-command): Use them. Fix up obsolete windows in
14087 reveal-open-spots.
14088
14089 * progmodes/flymake.el: Use `require' rather than autoload for
14090 XEmacs's overlays.
14091 (flymake-get-common-file-prefix, flymake-build-relative-filename):
14092 Delete. Use file-relative-name instead.
14093 (flymake-get-syntax-check-program-args, flymake-perl-init):
14094 Simplify the resulting code.
14095
14096 * log-view.el (log-view-file-re, log-view-message-re): Add support
14097 for DaRCS output.
14098
14099 2006-01-09 Alex Schroeder <alex@gnu.org>
14100
14101 * mail/rmail.el (rmail-reply-regexp): Also ignore mailing list
14102 identifiers sometimes added in square brackets at the beginning of
14103 subject lines.
14104
14105 2006-01-07 Richard M. Stallman <rms@gnu.org>
14106
14107 * cus-edit.el (Custom-set, Custom-save): Doc fix.
14108 (Custom-reset-current, Custom-reset-saved): Change question text.
14109 (Custom-reset-standard): Likewise.
14110 (custom-variable-reset-saved): Doc fix.
14111
14112 2006-01-07 Eli Zaretskii <eliz@gnu.org>
14113
14114 * startup.el (init-file-user): Doc fix.
14115
14116 2006-01-07 Alex Schroeder <alex@gnu.org>
14117
14118 * mail/rmail.el (rmail-current-subject): New function.
14119 (rmail-current-subject-regexp): New function.
14120 (rmail-next-same-subject): Use it.
14121
14122 * mail/rmailsum.el (rmail-summary-by-topic):
14123 Use rmail-current-subject and rmail-current-subject-regexp.
14124 (rmail-summary-next-same-subject): Ditto.
14125
14126 * net/rcirc.el (rcirc-send-input): No longer check whether the
14127 process is open, since not all commands need an open process.
14128 (rcirc-send-string): Check whether the process is open before
14129 sending anything.
14130 (rcirc-ignore-list): New option.
14131 (rcirc-ignore-list-automatic): New variable.
14132 (rcirc-print): Take rcirc-ignore-list into account.
14133 (rcirc-cmd-ignore): New command.
14134 (rcirc-ignore-update-automatic): New function.
14135 (rcirc-handler-PART, rcirc-handler-QUIT): Use it to maintain the
14136 list if ignored nicks.
14137 (rcirc-handler-NICK): Ditto, and also ignore the new nick.
14138
14139 2006-01-06 David Reitter <david.reitter@gmail.com>
14140
14141 * mail/emacsbug.el (report-emacs-bug): Let explanations correctly
14142 reflect the address to which the report will be sent.
14143
14144 2006-01-06 Eli Zaretskii <eliz@gnu.org>
14145
14146 * progmodes/ld-script.el (auto-mode-alist): Recognize linker
14147 scripts whose file-name extensions are "\.x[bdsru]?[cn]?$".
14148
14149 2006-01-01 Michael Ernst <mernst@alum.mit.edu> (tiny changes)
14150
14151 * textmodes/tildify.el: Fix typos (misspellings) in the commentary.
14152
14153 * emacs-lisp/find-func.el (find-definition-noselect): Fix typo in
14154 the doc string: "functoin" => "function".
14155 * ldefs-boot.el: Likewise.
14156
14157 * textmodes/bibtex.el (bibtex-validate-globally): Fix typo in a
14158 message text: "Duplicat" => "Duplicate".
14159
14160 2006-01-06 Sven Joachim <svenjoac@gmx.de> (tiny change)
14161
14162 * files.el (basic-save-buffer-2): If backing-up failed, reset
14163 buffer-backed-up to nil.
14164
14165 2006-01-06 Nick Roberts <nickrob@snap.net.nz>
14166
14167 * progmodes/gud.el (gdb-script-skip-to-head)
14168 (gdb-script-calculate-indentation): Indent for breakpoint command
14169 lists also.
14170
14171 2006-01-05 Bill Wohler <wohler@newt.com>
14172
14173 * Makefile.in (compile-always): Add mh-autoloads dependency.
14174 (bootstrap): Remove mh-autoloads dependency, as compile dependency
14175 provides it.
14176 (updates): Remove mh-autoloads dependency, since it probably has
14177 already run recently (via recompile).
14178
14179 2006-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
14180
14181 * textmodes/flyspell.el (flyspell-accept-buffer-local-defs): Add an
14182 argument `force' to disable the flyspell-last-buffer optimization.
14183 (flyspell-mode-on): Use it.
14184
14185 * progmodes/flymake.el (flymake-get-cleanup-function): Default to
14186 flymake-simple-cleanup.
14187 (flymake-allowed-file-name-masks): Use this new default.
14188 All the functions are now called in the right buffer rather than
14189 passing the buffer as argument.
14190 (flymake-process-sentinel): Switch to buffer before calling cleanup.
14191 (flymake-parse-err-lines): Remove redundant buffer arg.
14192 (flymake-get-program-dir): Comment out unused function.
14193 (flymake-start-syntax-check, flymake-start-syntax-check-process):
14194 Remove redundant buffer argument.
14195 (flymake-get-real-file-name, flymake-simple-java-cleanup)
14196 (flymake-simple-cleanup, flymake-master-cleanup): Remove buffer arg.
14197
14198 2006-01-05 Richard M. Stallman <rms@gnu.org>
14199
14200 * info.el (Info-find-node): Don't record previous node if have none.
14201 (info): Go to directory only if history is empty.
14202
14203 * simple.el (mark): Doc fix.
14204
14205 2006-01-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14206
14207 * term/mac-win.el (mac-ae-parameter): Don't coerce data if it is
14208 already of desired type.
14209 (mac-ae-list): Coerce parameter to "list" type.
14210 (mac-dispatch-apple-event): Replace cadr part of event with a
14211 dummy position so that event-start returns it.
14212
14213 2006-01-05 Carsten Dominik <dominik@science.uva.nl>
14214
14215 * textmodes/org.el (org-end-of-subtree): New function.
14216 (org-cycle, org-subtree-end-visible-p, org-scan-tags):
14217 Use `org-end-of-subtree'.
14218 (org-agenda, org-agenda-convert-date): Protect calls to
14219 `fit-window-to-buffer'.
14220 (org-tags-view): Force matching of sublevels when doing a
14221 todo-only search. Define the correct redo command, including the
14222 arguments.
14223 (org-agenda-redo): Display message.
14224 (org-check-for-org-mode): New function.
14225 (org-agenda-type): New variable.
14226 (org-timeline, org-agenda-list, org-todo-list, org-tags-view):
14227 Set `org-agenda-type'.
14228 (org-agenda-check-type): New function.
14229 (org-agenda-goto-today, org-agenda-later, org-agenda-earlier)
14230 (org-agenda-week-view, org-agenda-day-view)
14231 (org-agenda-next-date-line, org-agenda-previous-date-line)
14232 (org-agenda-log-mode, org-agenda-toggle-diary)
14233 (org-agenda-toggle-time-grid, org-agenda-date-later)
14234 (org-agenda-date-prompt, org-agenda-diary-entry)
14235 (org-agenda-execute-calendar-command, org-agenda-goto-calendar)
14236 (org-agenda-convert-date, org-agenda-menu):
14237 Use `org-agenda-check-type'.
14238 (org-make-overlay, org-delete-overlay)
14239 (org-detatch-overlay, org-move-overlay, org-overlay-put):
14240 New compatibility functions.
14241 (org-calendar-select-mouse): New command.
14242
14243 2006-01-04 Chong Yidong <cyd@stupidchicken.com>
14244
14245 * cus-edit.el (Custom-reset-current, Custom-reset-saved)
14246 (Custom-reset-standard): Fix y-or-n-p messages.
14247 (custom-link): New face for links.
14248 (custom-buffer-create-internal, custom-manual): Use it.
14249 (custom-face-save): Push to theme-face before setting face spec.
14250
14251 * wid-edit.el (widget-default-mouse-face-get): New function.
14252 (widget-specify-button): Handle mouse-face like button-face.
14253
14254 * custom.el (load-theme): Clear old theme settings if reloading.
14255
14256 2006-01-03 Luc Teirlinck <teirllm@auburn.edu>
14257
14258 * cus-edit.el (custom-buffer-create-internal): Move whole buffer
14259 "Erase Customization" button back to same position it occupies in
14260 the individual State menus.
14261
14262 2006-01-04 Kim F. Storm <storm@cua.dk>
14263
14264 * wid-edit.el (key-sequence): Rework widget to read key binding
14265 using `kbd' syntax. Use C-q to insert literal key, event, or code.
14266 (widget-key-sequence-default-value): Default value for empty sequence.
14267 (widget-key-sequence-map): New map for reading key binding. Bind C-q.
14268 (widget-key-sequence-read-event): New command for C-q.
14269 (widget-key-sequence-validate, widget-key-sequence-value-to-internal)
14270 (widget-key-sequence-value-to-external): New functions.
14271
14272 2006-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
14273
14274 * progmodes/flymake.el (flymake-create-temp-with-folder-structure):
14275 Use expand-file-name.
14276 (flymake-delete-temp-directory): Use expand-file-name,
14277 file-name-directory, and directory-file-name.
14278 (flymake-strrchr): Delete.
14279 (flymake-start-syntax-check): Don't pass the redundant buffer argument
14280 to the init-f function.
14281 (flymake-save-buffer-in-file, flymake-init-create-temp-buffer-copy)
14282 (flymake-init-find-buildfile-dir)
14283 (flymake-init-create-temp-source-and-master-buffer-copy)
14284 (flymake-simple-make-init-impl, flymake-simple-make-init)
14285 (flymake-master-make-init, flymake-master-make-header-init)
14286 (flymake-simple-make-java-init, flymake-simple-ant-java-init)
14287 (flymake-perl-init, flymake-simple-tex-init, flymake-master-tex-init)
14288 (flymake-xml-init): Remove corresponding redundant buffer argument.
14289 (flymake-allowed-file-name-masks): Remove last elems that are equal to
14290 the default anyway. Clean up regexps.
14291
14292 * progmodes/flymake.el (flymake-temp-source-file-name)
14293 (flymake-master-file-name, flymake-temp-master-file-name)
14294 (flymake-base-dir): New buffer-local vars.
14295 (flymake-buffer-data, flymake-get-buffer-value)
14296 (flymake-set-buffer-value): Replace those hash-tables by the new
14297 buffer-local vars. Update callers.
14298
14299 * progmodes/flymake.el (flymake-check-start-time)
14300 (flymake-check-was-interrupted, flymake-err-info, flymake-is-running)
14301 (flymake-last-change-time, flymake-new-err-info, flymake-timer):
14302 Move definition, so we can remove redundant earlier declaration.
14303 (flymake-replace-regexp-in-string, flymake-split-string)
14304 (flymake-get-temp-dir): Use defalias.
14305 (flymake-popup-menu): Remove `pos' argument. Use posn-at-point.
14306 (flymake-xemacs-window-edges): Remove unused function.
14307 (flymake-get-point-pixel-pos): Move.
14308 (flymake-pid-to-names, flymake-reg-names)
14309 (flymake-get-source-buffer-name, flymake-unreg-names): Remove.
14310 Replace by a simple list flymake-processes and by process-buffer.
14311 Update callers. Other than simplify the code, it uses buffers rather
14312 than buffer-names so it doesn't get confused by uniquify.
14313 (flymake-buffer-data): The global value should just be nil.
14314
14315 * emacs-lisp/bytecomp.el (byte-compile-file-form-defalias):
14316 Optimize the body of a defalias like any other code.
14317
14318 * font-lock.el (font-lock-fontify-buffer, font-lock-fontify-region):
14319 Make sure we've setup font-lock's vars. It may influence which
14320 function we then call.
14321 (font-lock-default-fontify-buffer): Don't bother calling set-defaults
14322 here since it's too late anyway.
14323
14324 2006-01-03 Romain Francoise <romain@orebokech.com>
14325
14326 * startup.el (fancy-splash-tail, normal-splash-screen):
14327 Update copyright year.
14328
14329 2006-01-02 J.D. Smith <jdsmith@as.arizona.edu>
14330
14331 * mouse.el (mouse-drag-track): Rename, from
14332 `mouse-drag-region-1'. Includes optional argument required to
14333 enable post-drag event processing (e.g. delete region keys).
14334 Can be used without this argument to track a mouse region and operate
14335 on it as soon as the drag completes.
14336 (mouse-drag-region): Use `mouse-drag-track'.
14337
14338 2006-01-02 Chong Yidong <cyd@stupidchicken.com>
14339
14340 * cus-edit.el (custom-guess-name-alist, custom-guess-doc-alist):
14341 Move to `custom-buffer' group.
14342
14343 * cus-theme.el: Rewrite the Custom New Theme Mode interface.
14344 (custom-new-theme-mode-map, custom-theme-insert-variable-marker)
14345 (custom-theme-insert-face-marker, custom-theme-variable-menu)
14346 (custom-theme-face-menu): New variables.
14347 (custom-theme-add-variable, custom-theme-variable-action)
14348 (custom-variable-reset-theme, custom-theme-delete-variable)
14349 (custom-face-reset-theme, custom-theme-face-action)
14350 (custom-theme-delete-face, custom-theme-merge-theme)
14351 (custom-theme-add-face, custom-theme-visit-theme): New functions.
14352
14353 2006-01-01 Chong Yidong <cyd@stupidchicken.com>
14354
14355 * custom.el: Move Custom Themes commentary to start of theme code.
14356 (custom-known-themes): Rename `standard' theme to `changed'.
14357 (custom-push-theme): Caller no longer specifies what theme to use
14358 when doing `reset'---the setting is simply removed from the theme.
14359 Delete MODE from `theme-value' and `theme-settings' properties.
14360 (custom-declare-theme): Ignore &rest args since we don't use them.
14361
14362 (custom-loaded-themes): Delete variable.
14363 (custom-theme-load-themes, custom-theme-loaded-p)
14364 (custom-theme-value): Delete functions.
14365
14366 (custom-declare-theme): Signal error on invalid theme names.
14367 (provide-theme): custom-loaded-themes was deleted.
14368 (load-theme): Load the file unconditionally.
14369 (enable-theme): Call `load-theme' if theme is undefined.
14370 (custom-enabled-themes): Only update value for successful loads.
14371 (disable-theme): Complete from enabled themes when interactive.
14372 (custom-variable-theme-value): Calculate theme value directly.
14373
14374 (custom-theme-reset-variables, custom-reset-variables): Mark as
14375 XEmacs compatibility functions. We don't actually use these.
14376
14377 * cus-edit.el (custom-variable-state-set):
14378 Use custom-variable-theme-value instead of custom-theme-value.
14379 (custom-face-state-set): Rename `standard' theme to `changed'.
14380 (custom-save-variables, custom-save-faces): Delete unneeded
14381 references to custom-reset-variables.
14382 (custom-save-resets): Delete function.
14383 (custom-save-variables, custom-save-faces): MODE argument deleted.
14384 (custom-save-variables, custom-save-faces): Ignore theme values.
14385
14386 * cus-face.el (custom-theme-reset-faces): Mark as XEmacs
14387 compatibility function.
14388
14389 2006-01-01 Richard M. Stallman <rms@gnu.org>
14390
14391 * cus-edit.el (Custom-set, Custom-save): Ask for confirmation.
14392 (Custom-reset-current, Custom-reset-saved): Likewise.
14393 (Custom-reset-standard): Show message if aborted.
14394 (custom-mode): Doc fix, describing those commands.
14395
14396 * mouse.el (mouse-drag-region-1): When following link via mouse-2,
14397 put on event-kind property.
14398
14399 2005-12-31 Chong Yidong <cyd@stupidchicken.com>
14400
14401 * custom.el (provide-theme): Ban `user' theme name.
14402 (custom-enabling-themes): New variable.
14403 (enable-theme): Don't enable user if custom-enabling-themes is t.
14404 (custom-enabled-themes): Make it a defcustom.
14405 (custom-theme-recalc-face): No-op if face is undefined.
14406
14407 * cus-edit.el (custom-button-mouse): New variable.
14408 (custom-button-mouse): New face.
14409 (custom-raised-buttons, custom-mode): Use it.
14410
14411 * cus-theme.el (custom-new-theme-mode): Use custom-button-mouse.
14412
14413 2005-12-31 Eli Zaretskii <eliz@gnu.org>
14414
14415 * progmodes/gud.el (gud-display-line): Support hl-line in the
14416 source buffer.
14417
14418 2005-12-31 Lennart Borgman <lennart.borgman.073@student.lu.se> (tiny change)
14419
14420 * mouse.el (mouse-drag-window-above): Verify that the found window
14421 overlaps with the given window in the horizontal dimension.
14422
14423 2005-12-31 Eli Zaretskii <eliz@gnu.org>
14424
14425 * Makefile.in (cvs-update): New target.
14426
14427 * makefile.w32-in (cvs-update): Ditto.
14428
14429 2005-12-30 Chong Yidong <cyd@stupidchicken.com>
14430
14431 * cus-theme.el (custom-new-theme-mode): Use cus-edit faces.
14432 (custom-new-theme-mode-map): New variable.
14433
14434 2005-12-30 Richard M. Stallman <rms@gnu.org>
14435
14436 * custom.el (custom-load-themes): Function deleted.
14437
14438 * cus-edit.el (custom-save-loaded-themes): Function deleted.
14439 (custom-save-variables): Don't delete or add custom-load-themes call.
14440
14441 2005-12-30 Stefan Monnier <monnier@iro.umontreal.ca>
14442
14443 * cus-start.el: Add `visible-cursor'.
14444
14445 * progmodes/flymake.el (flymake-copy-buffer-to-temp-buffer): Simplify.
14446 (flymake-parse-output-and-residual): Remove `source-buffer' argument.
14447 (flymake-process-filter): Switch to buffer before calling it instead.
14448 (flymake-post-syntax-check, flymake-highlight-err-lines)
14449 (flymake-delete-own-overlays, flymake-parse-err-lines)
14450 (flymake-start-syntax-check, flymake-start-syntax-check-process)
14451 (flymake-count-lines, flymake-parse-residual):
14452 Remove constant buffer argument.
14453 (flymake-start-syntax-check-for-current-buffer): Remove.
14454 Update callers to use flymake-start-syntax-check instead.
14455 (flymake-display-err-menu-for-current-line):
14456 Remove unused var `mouse-pos'.
14457 (flymake-restore-formatting): Comment out unused function.
14458 (flymake-report-status, flymake-report-fatal-status): Remove buffer
14459 argument, use current-buffer instead. Update callers.
14460
14461 2005-12-30 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
14462
14463 * textmodes/bibtex.el (bibtex-mode): Make completion-ignore-case
14464 buffer-local because choose-completion-delete-max-match requires
14465 that we set completion-ignore-case (i.e., binding via let is not
14466 sufficient).
14467 (bibtex-complete): Always set completion-ignore-case and
14468 choose-completion-string-functions. The latter is needed because
14469 choose-completion-string-functions keeps its value if we quit the
14470 *Completions* buffer without requesting a completion.
14471
14472 2005-12-30 Andreas Schwab <schwab@suse.de>
14473
14474 * progmodes/cc-defs.el: Ignore errors from font-lock-compile-keywords.
14475
14476 2005-12-30 Eli Zaretskii <eliz@gnu.org>
14477
14478 * jit-lock.el (jit-lock-chunk-size): Doc fix.
14479
14480 2005-12-30 Juri Linkov <juri@jurta.org>
14481
14482 * locate.el (locate-fcodes-file, locate-header-face)
14483 * progmodes/delphi.el (delphi-other-face)
14484 * progmodes/glasses.el (glasses-face): Add tag "None" to const nil.
14485
14486 * paren.el (show-paren-match, show-paren-mismatch): Use existing
14487 group `paren-showing-faces'.
14488
14489 * net/goto-addr.el (goto-address-highlight-keymap): Fix docstring.
14490 (goto-address): Fix docstring.
14491
14492 * net/webjump.el (webjump-sample-sites): Update URLs.
14493
14494 * textmodes/fill.el (fill-single-word-nobreak-p): Use `sentence-end'.
14495
14496 * subr.el (cancel-change-group): Add listp around pending-undo-list.
14497
14498 2005-12-29 Stefan Monnier <monnier@iro.umontreal.ca>
14499
14500 * font-lock.el (font-lock-compile-keywords): Signal an error when
14501 font-lock-set-defaults hasn't been called.
14502
14503 2005-12-29 Luc Teirlinck <teirllm@auburn.edu>
14504
14505 * subr.el (noreturn, 1value): Doc fixes.
14506
14507 2005-12-29 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
14508
14509 * textmodes/bibtex.el (bibtex-text-in-field-bounds): Handle case
14510 that assoc-string returns nil.
14511
14512 2005-12-29 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
14513
14514 * textmodes/bibtex.el (bibtex-entry-type-whitespace)
14515 (bibtex-entry-type-str, bibtex-empty-field-re)
14516 (bibtex-search-backward-string, bibtex-preamble-prefix)
14517 (bibtex-search-entry, bibtex-enclosing-entry-maybe-empty-head): Remove.
14518 (bibtex-any-valid-entry-type): New variable.
14519 (bibtex-parse-field-name): Simplify.
14520 (bibtex-parse-string, bibtex-search-forward-string): New arg empty-key.
14521 (bibtex-preamble-prefix): Include left delimiter.
14522 (bibtex-search-forward-field, bibtex-search-backward-field):
14523 Allow unbounded search past entry boundaries (required by bibtex-pop).
14524 (bibtex-text-in-field-bounds): Use push.
14525 (bibtex-text-in-field): Do not use bibtex-narrow-to-entry.
14526 (bibtex-parse-preamble, bibtex-valid-entry)
14527 (bibtex-beginning-first-field): New functions.
14528 (bibtex-skip-to-valid-entry): Use bibtex-valid-entry. Fix regexp.
14529 (bibtex-map-entries): Fix docstring.
14530 (bibtex-flash-head): New arg prompt. Simplify.
14531 (bibtex-enclosing-field): Include code of bibtex-inside-field.
14532 (bibtex-insert-kill): Simplify. Always insert text past the
14533 current field or entry.
14534 (bibtex-format-entry): Use bibtex-parse-field.
14535 (bibtex-pop): Use bibtex-beginning-of-entry and
14536 bibtex-end-of-entry to initiate the search. Insert empty field if
14537 we found ourselves.
14538 (bibtex-print-help-message): New args field and comma.
14539 Handle entry keys.
14540 (bibtex-make-field): Use bibtex-beginning-of-entry.
14541 (bibtex-end-of-entry): Use bibtex-valid-entry. Recognize any
14542 invalid entry.
14543 (bibtex-validate): Use bibtex-valid-entry and bibtex-parse-string.
14544 Handle preambles. Simplify code for thorough test.
14545 (bibtex-next-field, bibtex-find-text, bibtex-find-text-internal):
14546 New arg comma. Handle entry heads.
14547 (bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
14548 (bibtex-kill-field, bibtex-copy-field-as-kil, bibtex-empty-field):
14549 New arg comma.
14550 (bibtex-kill-entry): Use bibtex-any-entry-maybe-empty-head.
14551 (bibtex-fill-field): Simplify.
14552 (bibtex-fill-entry): Use bibtex-beginning-first-field and
14553 bibtex-parse-field.
14554 (bibtex-convert-alien): Do not wait before calling bibtex-validate.
14555 (bibtex-complete): Use bibtex-parse-preamble.
14556
14557 2005-12-29 Nick Roberts <nickrob@snap.net.nz>
14558
14559 * progmodes/gdb-ui.el (gdb-tooltip-print, gdb-tooltip-print-1):
14560 Display name of expression instead of convenience variable.
14561 (gdb-post-prompt): Only call gdb-get-changed-registers if needed.
14562
14563 * progmodes/gud.el (gud-tooltip-dereference): Rename from
14564 toggle-gud-tooltip-dereference.
14565 (gud-tooltip-print-command): Move concatenation of "*" to expr to...
14566 (gud-tooltip-tips): ...here when dereferencing.
14567
14568 2005-12-28 Bill Wohler <wohler@newt.com>
14569
14570 * simple.el (mh-e-user-agent): Move to mh-e/mh-comp.el and autoload.
14571
14572 2005-12-28 Stefan Monnier <monnier@iro.umontreal.ca>
14573
14574 * vc.el (vc-annotate-display): Replace optional arg `color-map' with
14575 compulsory arg `ratio'. Inline body of vc-annotate-time-span.
14576 (vc-annotate-display-autoscale): Adjust call.
14577 (vc-annotate-display-default): Adjust call. Make arg compulsory.
14578 Fix interactive spec.
14579 (vc-annotate-time-span): Remove.
14580 (vc-annotate-oldest-in-map): Rename from vc-annotate-car-last-cons.
14581 (vc-annotate-mode-menu, vc-annotate-display-autoscale)
14582 (vc-annotate-display-select): Use new name.
14583
14584 * vc.el (vc-annotate-mode-map): Remove obsolete binding.
14585 (vc-annotate-mode-menu): Remove left-over redundant declaration.
14586 Correct the construction of span entries. Simplify.
14587 (vc-annotate-display-select): Fix the nil case.
14588 (vc-annotate): Remove obsolete (and now broken) code.
14589 (vc-annotate-extract-revision-at-line): Remove obsolete code.
14590 (vc-annotate-time-span): Remove unused arg `quantize'. Simplify.
14591
14592 2005-12-28 Luc Teirlinck <teirllm@auburn.edu>
14593
14594 * subr.el (lazy-completion-table): Correct typo in docstring.
14595
14596 * startup.el (command-line): Use `custom-reevaluate-setting' for
14597 `send-mail-function'.
14598
14599 * mail/sendmail.el (send-mail-function): Autoload the standard-value.
14600
14601 2005-12-05 Ralf Angeli <angeli@iwi.uni-sb.de>
14602
14603 * mail/smtpmail.el (smtpmail-try-auth-methods):
14604 Send credentials together with "AUTH PLAIN" command.
14605
14606 2005-12-27 Richard M. Stallman <rms@gnu.org>
14607
14608 * mouse.el (mouse-drag-region-1): When remapping mouse-1 to
14609 mouse-2, go back to previously selected window, so it's selected
14610 when mouse-2 command runs.
14611
14612 2005-12-27 Juri Linkov <juri@jurta.org>
14613
14614 * descr-text.el (describe-text-sexp): Use square brackets for
14615 button [Show] to distinguish it from the property value `show'.
14616 (describe-property-list): Use `insert-text-button' with
14617 `help-face' type instead of putting face in quotes, because button
14618 is not created automatically for a list of faces.
14619 (describe-text-properties-1): Put button-type value in quotes to
14620 distinguish from plain text "button".
14621 (describe-char): Display code point values in hex. Don't use
14622 `symbol-name' for `current-input-method' because it is a string.
14623 Use `insert-text-button' with `help-face' type instead of putting
14624 hardcoded face in quotes, because button is not created automatically.
14625
14626 2005-12-27 Richard M. Stallman <rms@gnu.org>
14627
14628 * progmodes/glasses.el (glasses-face): More specific custom type.
14629
14630 * files.el (set-visited-file-name): Doc fix.
14631
14632 * textmodes/flyspell.el (flyspell-external-point-words):
14633 Use local var buffer-scan-pos to advance scan for next misspelling.
14634 Advance it only after we find the misspelling.
14635
14636 2005-12-27 Agustin Martin <agustin.martin@hispalinux.es>
14637
14638 * textmodes/flyspell.el (flyspell-external-point-words):
14639 New criteria for finding the misspelling in the buffer.
14640
14641 2005-12-27 Nick Roberts <nickrob@snap.net.nz>
14642
14643 * help-mode.el (help-insert-string): Set help-xref-stack-item
14644 rather than call help-setup-xref.
14645
14646 * descr-text.el (describe-char): Revert previous changes for
14647 optional buffer argument.
14648
14649 2005-12-27 Juri Linkov <juri@jurta.org>
14650
14651 * help-mode.el (help-insert-string): New function. Save buffer
14652 contents in cases where it is impossible to recompute the old contents.
14653
14654 * descr-text.el (describe-char): Set help-xref-stack-item
14655 explicitly after buffer has been generated.
14656
14657 2005-12-27 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
14658
14659 * cus-start.el (all): Add x-gtk-show-hidden-files.
14660
14661 2005-12-26 Richard M. Stallman <rms@gnu.org>
14662
14663 * replace.el (perform-replace): Calculate match-again
14664 before skipping read-only matches.
14665
14666 * paren.el (paren-showing-faces): New group.
14667 (show-paren-match, show-paren-mismatch): Move to that group.
14668
14669 * button.el (button): Put into group `basic-faces'.
14670
14671 * progmodes/make-mode.el: Remove faces from group `faces'.
14672
14673 * apropos.el (apropos, apropos-value): Doc fix.
14674 (apropos-documentation): Doc fix.
14675
14676 2005-12-26 Stefan Monnier <monnier@iro.umontreal.ca>
14677
14678 * subr.el (lazy-completion-table): Remove argument `args'.
14679
14680 * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
14681 Don't use the `args' argument of lazy-completion-table.
14682
14683 2005-12-26 Nick Roberts <nickrob@snap.net.nz>
14684
14685 * descr-text.el (describe-char): Add optional argument for buffer.
14686 Set buffer appropriately. Call help-setup-xref.
14687 Suggested by Stefan Monnier.
14688
14689 2005-12-26 Juri Linkov <juri@jurta.org>
14690
14691 * descr-text.el: Require `help-fns' at runtime. Don't require
14692 `button' for byte compilation.
14693 (describe-text-widget): Add `help-echo' for first button.
14694 Use `help-info' for second.
14695 (describe-property-list): Use `help-argument-name' instead of `italic'.
14696 (describe-text-category): Add prompt to interactive spec.
14697 Call `help-setup-xref'.
14698 (describe-char): Use `help-character-set'. Add `help-echo' for
14699 code point. Use `help-input-method'. Remove superfluous insert.
14700
14701 2005-12-25 Richard M. Stallman <rms@gnu.org>
14702
14703 * progmodes/cc-defs.el (c-emacs-features): Do parse-partial-sexp
14704 at point, in case of narrowing.
14705
14706 * progmodes/delphi.el (delphi-other-face): Allow nil in type.
14707
14708 * locate.el (locate-header-face): Allow nil in type.
14709
14710 * progmodes/cpp.el (cpp-face-none-list): Use cpp-face instead of face.
14711
14712 2005-12-25 Romain Francoise <romain@orebokech.com>
14713
14714 * battery.el (battery-linux-proc-acpi): Also try
14715 `/proc/acpi/thermal_zone/THM0/temperature'.
14716
14717 2005-12-24 Chong Yidong <cyd@stupidchicken.com>
14718
14719 * custom.el (custom-push-theme): Fix docstring.
14720
14721 * cus-edit.el (custom-variable-set, custom-variable-save)
14722 (custom-variable-save): Custom-quote widget values.
14723 (customize-save-variable): Fix custom-push-theme call.
14724
14725 2005-12-24 Eli Zaretskii <eliz@gnu.org>
14726
14727 * w32-fns.el (w32-batch-update-autoloads): New function.
14728
14729 * makefile.w32-in (autoloads, $(lisp)/mh-e/mh-loaddefs.el):
14730 Use w32-batch-update-autoloads, and don't setq generated-autoload-file
14731 from the command line.
14732
14733 2005-12-23 Chong Yidong <cyd@stupidchicken.com>
14734
14735 * custom.el (custom-push-theme): Clarify docstring. VALUE nil for
14736 reset means to remove setting from theme entirely. Don't keep
14737 expanding theme-settings list; delete old entries if necessary.
14738
14739 * cus-edit.el (custom-buffer-create-internal): Move "Erase
14740 customization" button one line up.
14741 (custom-themed): New face.
14742 (custom-magic-alist): New value, THEMED, for theme settings.
14743 (custom-variable-state-set, custom-face-state-set):
14744 Check theme-value instead of saved-value.
14745 (custom-variable-reset-standard, custom-face-reset-standard):
14746 Remove theme setting entirely. Recalculate new values.
14747 (custom-variable-set, custom-variable-set)
14748 (custom-variable-reset-saved, custom-variable-reset-backup)
14749 (custom-face-set, custom-face-reset-saved): Update `user' theme.
14750 (custom-variable-save): Fix typos.
14751
14752 2005-12-23 Juri Linkov <juri@jurta.org>
14753
14754 * emacs-lisp/edebug.el (edebug-all-defs, edebug-all-forms):
14755 Add autoload cookies.
14756 (edebug-outside-d-c-i-n-s-w): New variable.
14757 (edebug-display, edebug-outside-excursion): Use it to save the
14758 original value of default-cursor-in-non-selected-windows.
14759 Set default-cursor-in-non-selected-windows to t while Edebug
14760 is active.
14761 (edebug-mode, edebug-eval-mode): Doc fix.
14762
14763 * mouse.el (mouse-choose-completion): Replace `buffer-substring'
14764 with `buffer-substring-no-properties' to remove common substring
14765 highlighting.
14766
14767 * info.el (info-other-window, info): Rename function argument
14768 `file' to `file-or-node'.
14769 (Info-complete-menu-item): Use local variable `complete-nodes' to
14770 keep the global value of `Info-complete-nodes' unchanged for
14771 subsequent completions.
14772 (info-tool-bar-map): Put `Info-index' icon just before `Info-search'.
14773
14774 * simple.el (get-next-valid-buffer, last-buffer)
14775 (next-error-buffer-p, next-error-find-buffer)
14776 (minibuffer-history-sexp-flag): Doc fix.
14777
14778 * savehist.el (savehist-mode-hook): Add `:group'.
14779
14780 * log-view.el: Call autoload for vc-find-version.
14781 (log-view-current-file): Adjust subgroup numbers.
14782 (log-view-current-tag): Add `length'.
14783
14784 2005-12-23 Richard M. Stallman <rms@gnu.org>
14785
14786 * vc.el (vc-annotate-car-last-cons): Defn moved up.
14787
14788 2005-12-23 Juri Linkov <juri@jurta.org>
14789
14790 * hi-lock.el (hi-lock-archaic-interface-message-used)
14791 (hi-lock-archaic-interface-deduce, hi-lock-mode): Doc fix.
14792 (hi-lock-mode): Display "Hi" in the mode line only when
14793 hi-lock-interactive-patterns or hi-lock-file-patterns is non-nil.
14794 (hi-lock-write-interactive-patterns):
14795 Use hi-lock-file-patterns-prefix instead of hard-coded "Hi-lock".
14796 (hi-lock-set-pattern, hi-lock-set-file-patterns)
14797 (hi-lock-font-lock-hook): Set 3rd arg `how' of
14798 font-lock-add-keywords to t.
14799
14800 2005-12-23 David Koppelman <koppel@ece.lsu.edu>
14801
14802 * hi-lock.el (hi-lock-highlight-range): New variable.
14803 (hi-lock-mode, hi-lock-unface-buffer): Call font-lock-fontify-buffer
14804 only if font-lock-fontified is non-nil. Remove overlays.
14805 (hi-lock-set-pattern): Call font-lock-fontify-buffer if
14806 font-lock-fontified is non-nil, otherwise use overlays (instead of
14807 text properties).
14808 (hi-lock-string-serialize-hash, hi-lock-string-serialize-serial):
14809 New variables.
14810 (hi-lock-string-serialize) New function.
14811
14812 2005-12-23 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
14813
14814 * menu-bar.el (menu-find-file-existing): New function.
14815 (menu-bar-file-menu): Use menu-find-file-existing for Open.
14816
14817 * tool-bar.el (tool-bar-setup): Open changed to menu-find-file-existing.
14818
14819 2005-12-22 Stefan Monnier <monnier@iro.umontreal.ca>
14820
14821 * vc.el: Remove unnecessary leading * in docstrings.
14822 (vc-annotate-mode-map): Move initialization into declaration.
14823 (vc-static-header-alist): Nitpick on the regexp.
14824 (vc-default-init-version): New fun.
14825 (vc-register): Use it.
14826 (vc-insert-headers): Use dolist.
14827 (vc-annotate-get-backend): Remove unused function.
14828 (vc-annotate-add-menu): Remove. Build the menu directly at toplevel.
14829 (vc-annotate-mode): Remove corresponding call.
14830 (vc-annotate-car-last-cons): Simplify.
14831 (vc-annotate-buffers): Remove var.
14832 (vc-annotate-backend): Make it buffer-local.
14833 (vc-annotate): Move the interaction to the interactive spec.
14834 Add a `buf' argument.
14835 (vc-annotate-warp-version): Use this new `buf' argument to avoid
14836 killing&creating a vc-annotate buffer, which is very disruptive when
14837 the buffers are shown in dedicated frames.
14838
14839 2005-12-23 Nick Roberts <nickrob@snap.net.nz>
14840
14841 * descr-text.el: Add FSF as maintainer.
14842 (describe-text-mode, describe-text-mode-map)
14843 (describe-text-mode-hook, describe-text-done): Delete. Use normal
14844 help-mode.
14845 (describe-text-widget, describe-text-sexp)
14846 (describe-property-list, describe-text-category)
14847 (describe-text-properties, describe-text-properties-1)
14848 (describe-char): Use help buttons instead of widgets.
14849 (describe-char-unicodedata-file): Make URL link in doc string.
14850
14851 2005-12-22 Richard M. Stallman <rms@gnu.org>
14852
14853 * cus-edit.el (custom-variable-prompt): Say "variable" in prompt.
14854 (custom-buffer-create-internal): Reword the top-of-buffer help intro.
14855 Don't include buttons that write a file when there's no file.
14856 (custom-variable-menu, custom-face-menu, custom-group-menu):
14857 Don't include commands that write a file when there's no file.
14858 (customize-browse): Reword the top-of-buffer help intro.
14859 (custom-buffer-create-internal): Fix previous change.
14860 (customize-changed-options-previous-release): Prev release is 21.1.
14861 (customize-changed-options): Doc fix.
14862 (customize-changed): New alias.
14863 (custom-reset-menu, custom-magic-alist, Custom-mode-menu):
14864 Say "standard values".
14865 (Custom-reset-standard): Doc fix.
14866 (custom-face-reset-standard): Doc fix.
14867
14868 2005-12-22 Stefan Monnier <monnier@iro.umontreal.ca>
14869
14870 * font-lock.el (font-lock-default-fontify-buffer): Try and set-defaults
14871 even if font-lock-mode is non-nil since it may be t without having
14872 turned on font-lock-mode-internal.
14873 (font-lock-choose-keywords): Minor optimization.
14874 (font-lock-add-keywords, font-lock-remove-keywords)
14875 (font-lock-set-defaults): Don't call make-local-variable on a variable
14876 that we know to already be local.
14877
14878 2005-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
14879
14880 * emacs-lisp/lisp.el (lisp-complete-symbol): Don't print progress
14881 messages if in the minibuffer.
14882
14883 2005-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
14884
14885 * textmodes/flyspell.el (flyspell-check-word-p): Don't quote - in a RE.
14886 (tex-mode-flyspell-verify, flyspell-get-word)
14887 (flyspell-external-point-words): Don't use point-min/max uselessly.
14888
14889 * emacs-lisp/lisp.el (lisp-complete-symbol): Mostly undo the change
14890 by Kevin Rodgers. Instead, just hide the completions buffer if we
14891 don't need to show it.
14892
14893 2005-12-21 Luc Teirlinck <teirllm@auburn.edu>
14894
14895 * wid-edit.el (file, directory): Doc fixes for the `define-widget's.
14896
14897 2005-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
14898
14899 * emacs-lisp/lisp.el (lisp-complete-symbol): Don't call
14900 delete-windows-on with an inexistent buffer.
14901
14902 2005-12-22 Nick Roberts <nickrob@snap.net.nz>
14903
14904 * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
14905 Delete defcustom variable :tag names.
14906
14907 2005-12-20 Stefan Monnier <monnier@iro.umontreal.ca>
14908
14909 * log-view.el (log-view-file-re, log-view-message-re): Use shy groups.
14910 (log-view-font-lock-keywords): Ajust subgroup numbers.
14911 (log-view-current-tag): Don't hard code the number of subgroups.
14912
14913 2005-12-20 Juri Linkov <juri@jurta.org>
14914
14915 * tooltip.el (tooltip): Move defgroup before define-minor-mode.
14916 (tooltip-x-offset, tooltip-y-offset): Doc fix.
14917
14918 * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
14919 (menu-bar-non-minibuffer-window-p): Instead of checking
14920 display-multi-frame-p, use selected-frame when menu-updating-frame
14921 is nil.
14922
14923 2005-12-20 Stuart Herring <herring@lanl.gov> (tiny change)
14924
14925 * align.el (align-rules-list): Use [ \t] instead of \s-
14926 for column separators in text mode.
14927
14928 2005-12-20 Nick Roberts <nickrob@snap.net.nz>
14929
14930 * help-mode.el (help-customize-variable, help-customize-face):
14931 Don't pop help-xref-stack as help-follow no longer pushes
14932 anything on to it.
14933
14934 2005-12-20 Carsten Dominik <dominik@science.uva.nl>
14935
14936 * textmodes/org.el (org-agenda-custom-commands): New option.
14937 (org-agenda): Offer custom commands on splash screen.
14938 (org-make-tags-matcher): Parser for Boolean logic added.
14939 (org-agenda-set-tags): New command.
14940 (org-agenda-menu, org-agenda-mode-map): Add `org-agenda-set-tags'.
14941 (org-set-tags): Efficiency improvements.
14942 (org-auto-align-tags): New option.
14943 (org-todo, org-demote, org-promote): Realign tags.
14944 (org-tags-completion-function): Use also "&" and "|" as separators.
14945 (org-org-menu): Agenda commands simplified.
14946
14947 2005-12-19 Luc Teirlinck <teirllm@auburn.edu>
14948
14949 * cus-edit.el (customize-apropos, customize-apropos-options):
14950 Docstring changes.
14951
14952 * font-lock.el (font-lock): Add tags to the links in the defgroup.
14953
14954 2005-12-19 Chong Yidong <cyd@stupidchicken.com>
14955
14956 * longlines.el (longlines-mode): Wrap while widened.
14957 (longlines-decode-region, longlines-encode-region): Compute max
14958 just once.
14959
14960 2005-12-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14961
14962 * cus-edit.el (mac): New group.
14963
14964 * cus-start.el (all): Add user options in macterm.c. Add test for
14965 Mac-related built-ins. Fix test for GTK-related built-ins.
14966
14967 * term/mac-win.el (mac-handle-language-change)
14968 (mac-ae-open-documents, mac-ae-get-url, mac-services-open-file)
14969 (mac-services-open-selection, mac-services-mail-selection)
14970 (mac-services-mail-to, mac-services-insert-text)
14971 (mac-dispatch-apple-event): Add docstrings.
14972 (x-get-selection, mac-select-convert-to-string): Select coding
14973 system from `utf-16be' and `utf-16le' using `byteorder'.
14974
14975 2005-12-18 Stefan Monnier <monnier@iro.umontreal.ca>
14976
14977 * subr.el (lazy-completion-table): Don't be fooled if the var holds
14978 a "list" (lambda ...) rather than a real completion list.
14979
14980 * emacs-lisp/cl-extra.el (cl-macroexpand-all): Fix code-walk for
14981 lexical-let when encountering ((lambda (...) ...) ...).
14982
14983 2005-12-17 Chong Yidong <cyd@stupidchicken.com>
14984
14985 * progmodes/sh-script.el (sh-mode):
14986 * language/ethio-util.el (ethio-fidel-to-sera-mail-or-marker):
14987 * textmodes/picture.el (picture-mode): Update docstrings.
14988
14989 2005-12-17 Eli Zaretskii <eliz@gnu.org>
14990
14991 * makefile.w32-in (autoloads, custom-deps): Warn that parts of
14992 commands enclosed in $(ARGQUOTE)s should not be split between two
14993 lines, as that will break with GNU Make >3.80, when sh.exe is used
14994 and arg quoting is with '..'.
14995 (autoloads): Don't break the quoted --eval expression between
14996 several lines.
14997
14998 2005-12-17 Chong Yidong <cyd@stupidchicken.com>
14999
15000 * emacs-lisp/edebug.el (edebug-safe-prin1-to-string):
15001 Capture error from printing circular structures.
15002
15003 2005-12-17 Martin Rudalics <rudalics@gmx.at>
15004
15005 * wid-edit.el (widget-checkbox-action): Clear undo info.
15006
15007 2005-12-16 Bill Wohler <wohler@newt.com>
15008
15009 * menu-bar.el (kill-this-buffer): Set a good example by using menu
15010 bar, not menubar in comment.
15011
15012 2005-12-16 Stefan Monnier <monnier@iro.umontreal.ca>
15013
15014 * progmodes/cc-engine.el (c-after-change-check-<>-operators):
15015 After-change-functions should not clobber the match data.
15016
15017 2005-12-16 Juri Linkov <juri@jurta.org>
15018
15019 * simple.el (choose-completion): Use `buffer-substring-no-properties'
15020 instead of `buffer-substring'.
15021 (completion-common-substring): Doc fix.
15022 (completion-setup-function): Use minibuffer-completion-contents
15023 instead of minibuffer-contents. Don't set common-string-length
15024 initially. Remove special handling of partial-completion-mode.
15025 Move computation of completion-base-size into one cond.
15026 Call completion-base-size-function in mainbuf. In computation of
15027 completion-base-size for file name completion don't move point to
15028 the end of the minibuffer. Move computation of common-string-length
15029 into one cond. Start putting faces only when common-string-length>=0.
15030 Add condition to put completions-common-part when
15031 common-string-length>0.
15032
15033 * complete.el (PC-do-completion): Remove `(equal (point) beg)' to
15034 place point at the first different character in the minibuffer
15035 even if this position is at the beginning of the minibuffer.
15036
15037 * info.el (Info-read-node-name-1): In completion-base-size-function's
15038 lambda return 1 if common-substring or minibuffer-completion-contents
15039 starts with (, and 0 otherwise.
15040
15041 * emacs-lisp/crm.el (crm-minibuffer-completion-help):
15042 Use `crm-current-element' for second arg of `display-completion-list'.
15043
15044 2005-12-16 Klaus Zeitler <kzeitler@lucent.com>
15045
15046 * files.el (set-auto-mode): Look for an interpreter specified on
15047 the first line also if search for mode specification succeeded,
15048 but the mode is not known.
15049
15050 2005-12-16 Carsten Dominik <dominik@science.uva.nl>
15051
15052 * textmodes/org.el (org-tags-match-list-sublevels): New option.
15053 (org-open-at-point): Implement tag searches as links.
15054 (org-fit-agenda-window, org-get-buffer-tags, org-get-tags)
15055 (org-make-tags-matcher, org-scan-tags, org-activate-tags): New funs.
15056 (org-tags-sparse-tree, org-tags-view, org-set-tags)
15057 (org-agenda-dispatch): New commands.
15058 (org-use-tag-inheritance, org-tags-column): New options.
15059 (org-tab-follows-link, org-return-follows-link): New options.
15060 (org-tags): New customize group.
15061 (org-start-icalendar-file): Get local time zone.
15062 (org-tags-completion-function): New function.
15063 (org-set-font-lock-defaults): Make sure links will also be
15064 highlighted inside headlines.
15065
15066 2005-12-16 Mark Plaksin <happy@usg.edu> (tiny change)
15067
15068 * term.el (term-emulate-terminal):
15069 Let term-handle-ansi-terminal-messages override what Bash says about
15070 its current directory.
15071
15072 2005-12-16 K\e,Aa\e(Broly L\e$,1 q\e(Brentey <lorentey@elte.hu>
15073
15074 * bindings.el (last-buffer): Move to simple.el.
15075 * simple.el (last-buffer): Move here.
15076 (get-next-valid-buffer): New function.
15077 (next-buffer): Use frame-local buffer list, maintain buried buffer list.
15078 (prev-buffer): Ditto. Rename to `previous-buffer'.
15079
15080 * menu-bar.el (menu-bar-update-buffers): Update uses of `prev-buffer'.
15081 * bindings.el (global-map): Ditto.
15082
15083 2005-12-15 Luc Teirlinck <teirllm@auburn.edu>
15084
15085 * cus-edit.el: Introductory comment change.
15086 (custom-magic-alist): Change message string for the `rogue' state.
15087
15088 2005-12-15 Richard M. Stallman <rms@gnu.org>
15089
15090 * tooltip.el: Delete defcustom variable :tag names.
15091
15092 * complete.el (partial-completion-mode): Doc fix.
15093
15094 * textmodes/flyspell.el (flyspell-external-point-words):
15095 Use save-excursion to ensure we don't move backward in the
15096 search loop, not even one character.
15097 (flyspell-delete-all-overlays): Use remove-overlays directly.
15098
15099 * textmodes/ispell.el (ispell-current-personal-dictionary): New var.
15100 (ispell-start-process): Set that variable.
15101 Clear ispell-buffer-local-name.
15102 (ispell-internal-change-dictionary):
15103 Set ispell-current-dictionary after killing process.
15104 (ispell-buffer-local-dict):
15105 Don't set spell-personal-dictionary after killing process.
15106 (ispell-buffer-local-words): Don't clear out ispell-buffer-local-name.
15107 (ispell-tex-skip-alists, ispell-html-skip-alists)
15108 (ispell-skip-region-alist): Mark as risky.
15109
15110 * net/newsticker.el (newsticker--retrieval-timer-list)
15111 (newsticker--display-timer, newsticker-running-p)
15112 (newsticker-ticker-running-p): Definitions moved up.
15113
15114 2005-12-16 Nick Roberts <nickrob@snap.net.nz>
15115
15116 * progmodes/gdb-ui.el (gdb-many-windows): Echo new state in minibuffer.
15117
15118 2005-12-15 David Ponce <david@dponce.com>
15119
15120 * recentf.el (recentf-dialog-goto-first): Fix missing error condition.
15121 (recentf-edit-list, recentf-open-files): Signal an error when
15122 there is no recent file.
15123
15124 2005-12-14 Lennart Borgman <lennart.borgman.073@student.lu.se>
15125
15126 * textmodes/texinfmt.el (texinfo-format-region): Set buffer to
15127 read-only except for texinfo-format-region evaluation.
15128
15129 2005-12-14 Richard M. Stallman <rms@gnu.org>
15130
15131 * vc.el (vc-default-previous-version, vc-default-next-version)
15132 (vc-do-command): Doc fixes.
15133
15134 2005-12-14 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
15135
15136 * textmodes/bibtex.el (bibtex-expand-strings)
15137 (bibtex-autokey-expand-string, bibtex-name-part)
15138 (bibtex-entry-type-whitespace, bibtex-entry-type-str)
15139 (bibtex-any-entry-maybe-empty-head, bibtex-string-type)
15140 (bibtex-preamble-prefix, bibtex-string-empty-key): New variables.
15141 (bibtex-entry-type, bibtex-entry-head): Match only valid entries.
15142 (bibtex-entry-postfix, bibtex-known-entry-type-re)
15143 (bibtex-valid-entry-re, bibtex-any-valid-entry-re)
15144 (bibtex-valid-entry-whitespace-re, bibtex-empty-field-re)
15145 (bibtex-field-name-for-parsing, bibtex-remove-delimiters-string)
15146 (bibtex-beginning-of-last-entry): Remove.
15147 (bibtex-parse-field-name): Use bibtex-field-name. Issue error
15148 message if comma is missing but buffer is read-only.
15149 (bibtex-parse-field-text): Handle whitespaces at the end of field
15150 text. Return 3-element list with beginning and end of field text
15151 and end of field.
15152 (bibtex-end-of-text-in-field, bibtex-end-of-field): Change accordingly.
15153 (bibtex-parse-field): Remove arg name. Use bibtex-field-name.
15154 (bibtex-search-forward-field, bibtex-search-backward-field):
15155 Search always delimited by limits of entry. Use more efficient
15156 search algorithms.
15157 (bibtex-name-in-field): Use bibtex-start-of-name-in-field and
15158 bibtex-end-of-name-in-field.
15159 (bibtex-text-in-field-bounds): Handle BibTeX strings when
15160 extracting the content of a field.
15161 (bibtex-text-in-field): Use search limits.
15162 (bibtex-parse-string-prefix): Handle empty string keys based on
15163 bibtex-string-empty-key.
15164 (bibtex-parse-string): Fix docstring.
15165 (bibtex-text-in-string): Use bibtex-text-in-field-bounds.
15166 (bibtex-preamble-prefix, bibtex-strings): New functions.
15167 (bibtex-skip-to-valid-entry): Include preceding whitespace in
15168 BibTeX entries (consistent with other BibTeX functions).
15169 (bibtex-map-entries): Use bibtex-skip-to-valid-entry.
15170 (bibtex-search-entry): Fix docstring. Simplify.
15171 (bibtex-flash-head, bibtex-complete-string-cleanup)
15172 (bibtex-count-entries, bibtex-sort-buffer): Simplify.
15173 (bibtex-beginning-of-first-entry): Use bibtex-skip-to-valid-entry.
15174 (bibtex-parse-entry): New optional arg content.
15175 (bibtex-format-entry, bibtex-autofill-entry, bibtex-url): Use it.
15176 Use bibtex-text-in-field-bounds.
15177 (bibtex-print-help-message): Handle BibTeX strings and preambles.
15178 (bibtex-end-of-entry): Use bibtex-preamble-prefix and
15179 bibtex-parse-string-postfix.
15180 (bibtex-find-text-internal): New function.
15181 (bibtex-remove-delimiters): Use it.
15182 (bibtex-find-text): Use it. New optional arg help.
15183 (bibtex-complete): Handle BibTeX string and preamble entries.
15184 (bibtex-Preamble): Fix order of closing delimiters.
15185
15186 2005-12-14 Stefan Monnier <monnier@iro.umontreal.ca>
15187
15188 * vc.el (vc-default-revert): New fun.
15189
15190 * vc-mcvs.el (vc-mcvs-revert): Fix call to vc-default-revert.
15191
15192 2005-12-14 Romain Francoise <romain@orebokech.com>
15193
15194 * font-lock.el (font-lock-keywords-alist): Rename `append' to `how'.
15195 (font-lock-add-keywords, font-lock-update-removed-keyword-alist):
15196 (font-lock-remove-keywords): Likewise.
15197
15198 2005-12-14 Juri Linkov <juri@jurta.org>
15199
15200 * log-view.el (log-view-diff): Doc fix.
15201
15202 * isearch.el (isearch-query-replace): Use (mark) instead of
15203 isearch-opoint if mark is active in transient-mark-mode.
15204
15205 2005-12-14 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
15206
15207 * isearch.el (isearch-query-replace): Check for isearch-other-end.
15208
15209 2005-12-14 Per Abrahamsen <abraham@dina.kvl.dk>
15210
15211 * progmodes/cpp.el (cpp-face): New widget.
15212 (cpp-known-face, cpp-unknown-face, cpp-edit-list): Use it.
15213
15214 2005-12-14 Juri Linkov <juri@jurta.org>
15215
15216 * help-macro.el (make-help-screen): Bind `inhibit-read-only' to t
15217 around `erase-buffer' and `insert'.
15218
15219 * descr-text.el (describe-text-properties): Replace buffer name
15220 "*Help-2*" with "*Help*<2>".
15221 (describe-char): Add functions print-help-return-message,
15222 toggle-read-only. Use help-setup-xref with nil to not store
15223 describe-char in help-xref-stack. Use help-make-xrefs to
15224 make [back] button.
15225
15226 * desktop.el (desktop-minor-mode-table): Add vc-dired-mode with nil.
15227
15228 * wdired.el (wdired-old-point): New internal variable.
15229 (wdired-change-to-wdired-mode): Set it buffer-locally.
15230 (wdired-abort-changes): Restore point after aborting changes.
15231
15232 2005-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
15233
15234 * vc.el (vc-do-command): Add a new value t for okstatus.
15235
15236 * vc-svn.el (vc-svn-registered): Use it to avoid popping up a spurious
15237 frame in case of errors.
15238
15239 2005-12-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
15240
15241 * menu-bar.el (menu-bar-showhide-fringe-menu): Move "On the Right"
15242 so it comes after "On the Left" in the menu.
15243
15244 2005-12-12 Luc Teirlinck <teirllm@auburn.edu>
15245
15246 * cus-edit.el (customize-apropos, customize-apropos-options)
15247 (customize-apropos-faces, customize-apropos-groups): Doc fixes.
15248
15249 2005-12-12 Bill Wohler <wohler@newt.com>
15250
15251 * vc-svn.el (vc-svn-registered): Fix problem of visiting
15252 non-writable Subversion-controlled files by saving window
15253 configuration before calling vc-do-command. vc-do-command calls
15254 pop-to-buffer on error which is unexpected during registration.
15255
15256 2005-12-12 Jay Belanger <belanger@truman.edu>
15257
15258 * calc/README: Update the summary of changes.
15259
15260 2005-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
15261
15262 * descr-text.el (describe-char): Rework last fix to solve the problem
15263 is the same way it's solved for everything else in that function
15264 (i.e. by extracting the info before setting up the *Help* buffer).
15265
15266 2005-12-12 Kim F. Storm <storm@cua.dk>
15267
15268 * subr.el (version-regexp-alist): Allow space as separator before
15269 non-numeric part, e.g. "1.0 alpha".
15270 (version-to-list): Interpret .X.Y version as 0.X.Y version.
15271
15272 2005-12-12 Carsten Dominik <dominik@science.uva.nl>
15273
15274 * textmodes/org.el (org-agenda, org-timeline, org-todo):
15275 Implement Logging and the keep-modes setting.
15276 (org-get-category): Make sure a string is returned.
15277 (org-log-done): New function.
15278 (org-log-done, org-closed-string): New options.
15279
15280 2005-12-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
15281
15282 * tooltip.el (tooltip-y-offset): Change default to 20.
15283
15284 2005-12-12 Richard M. Stallman <rms@gnu.org>
15285
15286 * mouse.el (mouse-drag-vertical-line): Use adjust-window-trailing-edge.
15287
15288 * frame.el (display-hourglass): Doc fix.
15289
15290 * help.el (help-for-help-internal): Simplify entry for `a'.
15291
15292 * info.el (Info-on-current-buffer): Doc fix.
15293 (info-insert-file-contents): Don't test (featurep 'jka-compr).
15294
15295 * startup.el (inhibit-splash-screen): Make this the real name.
15296 (inhibit-startup-message): Make this the alias.
15297 (command-line): Find only simple.el, and use its directory
15298 to fill in other preloaded files' names.
15299 (command-line): Deactivate the mark if deactivate-mark is set.
15300
15301 * international/mule.el (load-with-code-conversion):
15302 Bind deactivate-mark.
15303
15304 * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
15305
15306 2005-12-11 Luc Teirlinck <teirllm@auburn.edu>
15307
15308 * cus-edit.el (customize-apropos): Avoid listing an option more
15309 than once under different aliases. No longer list user options
15310 that are not defined with defcustom (unless a prefix arg is given).
15311 Doc fix.
15312 (customize-apropos-options): Doc fix.
15313
15314 2005-12-11 Juri Linkov <juri@jurta.org>
15315
15316 * frame.el (set-background-color, set-foreground-color)
15317 (set-cursor-color, set-mouse-color, set-border-color):
15318 Add explicit prompts to read colors by `facemenu-read-color'.
15319 (show-trailing-whitespace, blink-cursor-delay)
15320 (blink-cursor-interval, display-hourglass, hourglass-delay):
15321 Remove tags.
15322 (display-hourglass, hourglass-delay): Doc fix.
15323 (cursor-in-non-selected-windows): Capitalize words in tag.
15324
15325 * faces.el (frame-background-mode): Replace `choice-item' keywords
15326 with `const' to not make [default] button. Change default value tag
15327 from `default' to `automatic'. Doc fix.
15328 (trailing-whitespace) <defface>: Change group `whitespace' to
15329 `whitespace-faces'.
15330
15331 2005-12-11 Richard M. Stallman <rms@gnu.org>
15332
15333 * buff-menu.el (Buffer-menu-sort-column): Not a user variable.
15334
15335 2005-12-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15336
15337 * term/mac-win.el: Create keymap for mac-apple-event-map.
15338
15339 2005-12-11 Nick Roberts <nickrob@snap.net.nz>
15340
15341 * tooltip.el (tooltip-mode): Move to start of file so that it
15342 appears at top of customize buffer.
15343
15344 * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
15345 Add the gud groupname.
15346 (gud-tooltip-mode): Add the tooltip groupname.
15347 (gud-tooltip-echo-area): Add the gud groupname. Remove tag to
15348 avoid conflict with tooltip-use-echo-area.
15349
15350 2005-12-10 Romain Francoise <romain@orebokech.com>
15351
15352 * help.el (help-for-help-internal): Add `r' in doc string.
15353
15354 2005-12-10 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
15355
15356 * align.el (align-regexp, align-highlight-rule):
15357 Use region-beginning and region-end instead of point and mark, so that
15358 repetition (with `repeat-complex-command') recomputes the region
15359 bounds.
15360
15361 2005-12-10 Lennart Borgman <lennart.borgman.073@student.lu.se>
15362
15363 * window.el (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
15364 (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
15365 (bw-refresh-edges, bw-adjust-window, bw-balance-sub): New functions.
15366 (balance-windows): Rewrite using the above new functions.
15367
15368 2005-12-10 David Koppelman <koppel@ece.lsu.edu>
15369
15370 * hi-lock.el (hi-lock-mode): Rename from hi-lock-buffer-mode;
15371 react if global-hi-lock-mode seems intended.
15372 (global-hi-lock-mode) Renamed from hi-lock-mode.
15373 (hi-lock-archaic-interface-message-used)
15374 (hi-lock-archaic-interface-deduce): New variables.
15375 (turn-on-hi-lock-if-enabled, hi-lock-line-face-buffer)
15376 (hi-lock-face-buffer, hi-lock-face-phrase-buffer)
15377 (hi-lock-find-patterns, hi-lock-font-lock-hook):
15378 Replace hi-lock-buffer-mode with hi-lock-mode.
15379
15380 2005-12-10 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
15381
15382 * emacs-lisp/lisp.el (lisp-complete-symbol): Regenerate the
15383 completion list, even after a partial completion has been
15384 inserted in the current buffer. If there are more than 1
15385 completion, redisplay the *Completions* buffer; if the
15386 completion is unique, delete the *Completions* window.
15387
15388 2005-12-10 Eli Zaretskii <eliz@gnu.org>
15389
15390 * mail/rmail.el (rmail-next-same-subject): Handle multiple "Re: "
15391 strings and long subject lines that were broken into multiple
15392 lines at arbitrary places. Handle subjects that have "Re: " in
15393 the middle.
15394
15395 2005-12-10 John W. Eaton <jwe@octave.org>
15396
15397 * emacs/octave-mod.el (octave-electric-space): Don't indent
15398 comments or strings if octave-auto-indent is nil.
15399
15400 2005-12-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15401
15402 * term/mac-win.el: Require url when compiling.
15403 Call mac-process-deferred-apple-events after loading init files.
15404 (mac-apple-event-map): New defvar. Define event handlers in it.
15405 (core-event, internet-event): New Apple event class symbols.
15406 (open-application, reopen-application, open-documents)
15407 (print-documents, open-contents, quit-application)
15408 (application-died, show-preferences, autosave-now, get-url):
15409 New Apple event ID symbols.
15410 (about): New HICommand ID symbol.
15411 (mac-event-spec, mac-event-ae): New macros.
15412 (mac-ae-parameter, mac-ae-list, mac-bytes-to-integer)
15413 (mac-ae-selection-range, mac-ae-text-for-search)
15414 (mac-ae-open-documents, mac-ae-text, mac-ae-get-url): New functions.
15415 (mac-application-menu-map): Remove keymap. Handlers for HICommand
15416 and Services menu events are now defined in mac-apple-event-map.
15417 (mac-drag-n-drop): Remove selection range handling.
15418
15419 2005-12-10 Kenichi Handa <handa@m17n.org>
15420
15421 * simple.el (zap-to-char):
15422 * isearch.el (isearch-process-search-char): Translate CHAR by
15423 translation-table-for-input.
15424
15425 2005-12-09 Chong Yidong <cyd@stupidchicken.com>
15426
15427 * foldout.el (foldout-exit-fold): Properly hide subtree.
15428
15429 2005-12-09 Reiner Steib <Reiner.Steib@gmx.de>
15430
15431 * files.el (save-buffer):
15432 * international/ucs-tables.el (ucs-set-table-for-input):
15433 * mail/mail-extr.el (mail-extract-address-components):
15434 * mail/sendmail.el (mail-mode): Reformat doc string.
15435
15436 2005-12-09 Juri Linkov <juri@jurta.org>
15437
15438 * isearch.el (isearch-highlight): Change main overlay priority
15439 from 1 to 1001. Simplify.
15440 (isearch-lazy-highlight-update): Change lazy overlay priority
15441 from 0 to 1000.
15442
15443 * replace.el (replace-highlight): Change overlay priority from
15444 1 to 1001.
15445
15446 * textmodes/ispell.el (ispell-highlight-spelling-error-overlay):
15447 Change overlay priority from 1 to 1001. Reuse existing overlay.
15448
15449 * compare-w.el (compare-windows-highlight): Change overlay
15450 priority from 1 to 1000.
15451
15452 * menu-bar.el (menu-bar-edit-menu): Add listp around
15453 pending-undo-list to disable menu item "undo" when pending
15454 undo list is empty.
15455
15456 * locate.el (locate): Disable undo in *Locate* buffer.
15457
15458 2005-12-09 Kim F. Storm <storm@cua.dk>
15459
15460 * mail/smtpmail.el (smtpmail-via-smtp): Disable undo in SMTP buffer.
15461
15462 2005-12-09 David Ponce <david@dponce.com>
15463
15464 * recentf.el: Improvement of the menu code.
15465 (recentf-enabled-p): Move before first use. Use `kill-emacs-hook'
15466 instead of menu hook.
15467 (recentf-show-menu, recentf-hide-menu): New functions.
15468 (recentf-menu-customization-changed, recentf-mode): Use them.
15469 (recentf-menu-action, recentf-max-menu-items)
15470 (recentf-menu-open-all-flag, recentf-menu-append-commands-flag)
15471 (recentf-arrange-by-rule-others)
15472 (recentf-arrange-by-rules-min-items)
15473 (recentf-arrange-by-rule-subfilter) : Don't use
15474 `recentf-menu-customization-changed'.
15475 (recentf-arrange-rules): Likewise. Accept functions to compute
15476 sub-menu titles.
15477 (recentf-menu-filter): Likewise. Doc fix.
15478 (recentf-menu-value-shortcut): Doc fix.
15479 (recentf-dump-variable): Quote atom value.
15480 (recentf-make-menu-items): Update to use it as a menu filter.
15481 (recentf-match-rule): New function.
15482 (recentf-arrange-by-rule): Use it.
15483 (recentf-indirect-mode-rule): New function.
15484 (recentf-build-mode-rules): Use it.
15485 (recentf-dir-rule): New function.
15486 (recentf-arrange-by-dir): Use it.
15487 (recentf-filter-changer-current): Rename from
15488 `recentf-filter-changer-state'. All references updated.
15489 (recentf-filter-changer-alist): Update filter names.
15490 (recentf-filter-changer-select): New function.
15491 (recentf-filter-changer): Use it. Make a sub-menu from filters
15492 available in `recentf-filter-changer-alist'.
15493 (recentf-data-cache, recentf-clear-data)
15494 (recentf-update-menu): Remove. All references updated.
15495 (recentf-match-rule-p, recentf-build-dir-rules)
15496 (recentf-filter-changer-goto-next)
15497 (recentf-filter-changer-get-current)
15498 (recentf-filter-changer-get-next): Remove.
15499
15500 2005-12-08 Luc Teirlinck <teirllm@auburn.edu>
15501
15502 * cus-edit.el (custom-buffer-create-internal): Relabel the whole
15503 buffer "Reset" button to "Reset to Current" for consistency with
15504 the State buttons.
15505
15506 2005-12-08 John Paul Wallington <jpw@pobox.com>
15507
15508 * ibuf-ext.el (define-ibuffer-filter filename):
15509 If `dired-directory' is a list then really use its car.
15510
15511 2005-12-08 Kim F. Storm <storm@cua.dk>
15512
15513 * emulation/cua-rect.el (cua--rectangle-aux-replace):
15514 Fix indention of text on right side of replaced rectangle.
15515
15516 2005-12-09 Nick Roberts <nickrob@snap.net.nz>
15517
15518 * progmodes/gud.el (gud-speedbar-buttons, gud-tooltip-tips):
15519 No need to check gud-comint-buffer is bound.
15520 (gdb): Prevent multiple debugging when first session uses gdba.
15521
15522 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
15523
15524 CC Mode update to 5.31.
15525
15526 * progmodes/cc-subword.el: Add a dummy `c-subword-mode' for
15527 Emacsen which lack `define-minor-mode'. (Currently Emacs <21.
15528 We might do this function properly in the future).
15529
15530 * progmodes/cc-cmds.el, cc-defs.el, cc-styles.el, cc-vars.el:
15531 New macros c-sentence-end and c-default-value-sentence end, to cope
15532 with Emacs 22's new function `sentence-end'.
15533
15534 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
15535
15536 * progmodes/cc-cmds.el (c-show-syntactic-information): Solve the
15537 compat issue using `c-put-overlay' and `c-delete-overlay'.
15538
15539 * progmodes/cc-defs.el (c-put-overlay, c-delete-overlay):
15540 New compat macros to handle overlays/extents.
15541
15542 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
15543
15544 * progmodes/cc-fix.el: Add definitions of the macros push and pop
15545 (for GNU Emacs 20.4)
15546
15547 * progmodes/cc-defs.el:
15548 (i) Load cc-fix.elc for `push' and `pop' (for GNU Emacs 20.4)
15549
15550 * progmodes/cc-cmds.el (c-show-syntactic-information): Change the
15551 highlighting mechanism so it will work in XEmacs too.
15552
15553 * progmodes/cc-defs.el: Insert c-int-to-char.
15554
15555 * progmodes/cc-langs.el (c-nonsymbol-token-char-list): Insert a
15556 call to the new macro c-int-to-char. This solves XEmacs's
15557 regarding characters as different from integers.
15558
15559 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
15560
15561 * progmodes/cc-fonts.el (c-make-syntactic-matcher):
15562 New internal helper.
15563
15564 (c-cpp-matchers, c-basic-matchers-before): Use the `eval'
15565 construct to make the indirect face lookup work in XEmacs.
15566
15567 (c-cpp-matchers): Append the negation char face to the existing
15568 fontification, so that the cpp face doesn't disappear.
15569 Use `c-make-syntactic-matcher' to avoid negation chars in comments
15570 and strings.
15571
15572 * progmodes/cc-fonts.el (c-negation-char-face-name): New variable
15573 to map to `font-lock-negation-char-face' in emacsen where it exists.
15574
15575 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
15576
15577 * progmodes/cc-mode.el: Bind c-subword-mode to C-c C-w.
15578
15579 * progmodes/cc-subword.el, cc-cmds.el, cc-mode.el:
15580 Rename "c-subword-move-mode" as "c-subword-mode".
15581
15582 * progmodes/cc-mode.el: Added tty suitable bindings for C-c
15583 <delete> and C-c C-<delete>. (To the c-hungry- delete functions).
15584
15585 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
15586
15587 * progmodes/cc-mode.el: Added autoload directive for
15588 `c-subword-move-mode' for use in older emacsen.
15589
15590 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
15591
15592 * progmodes/cc-mode.el:
15593 (i) Insert a binding for C-c C-backspace into
15594 c-bind-special-erase-keys which works in TTYs.
15595 (ii) Make sure that when file styles are used, any explicitly
15596 given style variables take priority over those in the style.
15597 Do this by calling `hack-local-variables' a second time.
15598
15599 * progmodes/cc-vars.el: Add language specific customization
15600 widgets for AWK to c-doc-comment-style, c-require-final-newline
15601 and c-default-style. Add a defcustom for awk-mode-hook.
15602 Give c-syntactic-element and c-syntactic-context doc-strings by
15603 directly setting their `variable-documentation' propery.
15604 This allows Emacs 22.1 to read these with C-h v.
15605
15606 * progmodes/cc-awk.el: Apply a tidy-up patch (from Stefan Monnier).
15607
15608 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
15609
15610 * progmodes/cc-fonts.el, cc-vars.el
15611 (gtkdoc-font-lock-doc-comments, gtkdoc-font-lock-doc-protection)
15612 (gtkdoc-font-lock-keywords): GtkDoc patterns contributed by
15613 Masatake YAMATO.
15614
15615 (c-doc-comment-style): Made GtkDoc default in C mode.
15616
15617 * progmodes/cc-mode.el: Fixed key bindings for C-c C-<backspace>
15618 and C-c C-<delete>.
15619
15620 (c-bind-special-erase-keys): New function for use on
15621 `normal-erase-is-backspace-hook' to bind C-c C-<delete> correctly.
15622
15623 * progmodes/cc-cmds.el (c-hungry-delete): New function to fix
15624 <delete> key behavior in XEmacs according to `delete-forward-p'.
15625 C.f. `c-electric-delete'.
15626
15627 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
15628
15629 * progmodes/cc-mode.el: Give c-hungry-backspace and
15630 c-hungry-delete-forward permanent key bindings.
15631
15632 * progmodes/cc-cmds.el (c-electric-semi&comma):
15633 Bind c-syntactic-context for calls to "criteria functions", for
15634 consistency with other calls to user functions.
15635
15636 * progmodes/cc-cmds.el (c-indent-command): Expunge use of
15637 `current-prefix-arg', since this might be the prefix arg to a
15638 command which calls c-indent-command as a function. Change the
15639 interactive spec from "p" to "P".
15640
15641 * progmodes/cc-styles.el: Amend the doc-string of c-set-style, in
15642 reponse to a report from Joseph Kiniry <kiniry@acm.org> that it
15643 was difficult to understand.
15644
15645 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
15646
15647 * progmodes/cc-engine.el (c-on-identifier): Fix bug when at the
15648 first char of an identifier.
15649
15650 * progmodes/cc-engine.el (c-on-identifier): Handle the "operator
15651 +" syntax in C++.
15652
15653 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
15654
15655 * progmodes/cc-cmds.el (c-mask-paragraph): Correct, so that
15656 auto-fill doesn't split a c-comment's last word from a hanging
15657 "*/" when a space is typed between them after fill-column.
15658
15659 * progmodes/cc-defs.el: New macro c-delete-and-extract-region.
15660
15661 * progmodes/cc-styles.el (c-set-style)
15662 (c-setup-paragraph-variables): Abort the command if we're not in a
15663 CC Mode buffer.
15664
15665 * progmodes/cc-align.el (c-lineup-C-comments): Correct indentation
15666 with blank comment-prefix, and a blank line as the comment's
15667 second line.
15668
15669 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
15670
15671 * progmodes/cc-fonts.el (c-cpp-matchers, c-basic-matchers-before):
15672 Incorporate the patterns added in the Emacs development branch
15673 for the new Emacs 22 face `font-lock-negation-char-face'.
15674
15675 * progmodes/cc-fonts.el (c-invalid-face-name): Use "red1" instead
15676 of "red" since it stands out better in xterms and DOS terminals.
15677
15678 * progmodes/cc-engine.el (c-literal-faces):
15679 Add `font-lock-comment-delimiter-face' which is new in Emacs 22.
15680
15681 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
15682
15683 * progmodes/cc-cmds.el: Make C-c C-a (`c-toggle-auto-newline')
15684 forcibly enable c-electric-flag.
15685
15686 * progmodes/cc-vars.el, cc-cmds.el: New clean-up
15687 `comment-close-slash' on c-electric-slash: if enabled, typing `/' just
15688 after the comment-prefix of a C-style comment will close that comment.
15689
15690 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
15691
15692 * progmodes/cc-fonts.el (c-basic-matchers-before)
15693 (c-complex-decl-matchers): Fix the "not-arrow-prefix" regexp used
15694 in Pike.
15695
15696 * progmodes/cc-langs.el (c-other-op-syntax-tokens): Only C++ has
15697 digraphs.
15698
15699 * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el
15700 (c-cpp-message-directives, c-cpp-include-directives)
15701 (c-opt-cpp-macro-define, c-opt-cpp-macro-define-start)
15702 (c-cpp-expr-directives): Introduce new language constants to
15703 control cpp syntax in a cleaner way.
15704
15705 (c-cpp-expr-functions): Rename from c-cpp-defined-fns.
15706
15707 (c-cpp-matchers, c-forward-to-cpp-define-body): Use them.
15708
15709 * progmodes/cc-langs.el, cc-fonts.el (c-string-escaped-newlines)
15710 (c-multiline-string-start-char): New language constants and
15711 variables to specify how newlines in string literals work.
15712
15713 (c-font-lock-invalid-string): Use them.
15714
15715 * progmodes/cc-cmds.el (c-try-one-liner): Robustness fix if an
15716 unbalanced close brace is entered. Optimization by avoiding going
15717 back over arbitrarily large blocks. Removed hints that this
15718 function only would be relevant/useful in AWK.
15719
15720 (c-electric-brace): Indent syntactically after the cleanups since
15721 lineup functions might do it differently then.
15722
15723 * progmodes/cc-engine.el, cc-langs.el
15724 (c-opt-op-identifier-prefix): New language constant and variable.
15725
15726 (c-just-after-func-arglist-p, c-after-special-operator-id)
15727 (c-search-decl-header-end, c-inside-bracelist-p): Use it.
15728
15729 * progmodes/cc-align.el, cc-engine.el
15730 (c-after-special-operator-id): New helper to handle C++ operator
15731 identifiers.
15732
15733 (c-lineup-topmost-intro-cont, c-just-after-func-arglist-p)
15734 (c-guess-basic-syntax): Handle C++ operator identifiers in
15735 declarations.
15736
15737 * progmodes/cc-langs.el (c-assignment-operators): Add the
15738 trigraph version of ^= too.
15739
15740 * progmodes/cc-langs.el (c-assignment-operators): Add the
15741 trigraph version of |= in C++.
15742
15743 * progmodes/cc-fonts.el (c-font-lock-declarators):
15744 Handle `c-decl-hangon-kwds' after the identifier name.
15745
15746 * progmodes/cc-engine.el (c-guess-basic-syntax): When deciding
15747 whether an arglist is "nonempty", ignore a comment after the open
15748 paren if it isn't followed by a non-comment token on the same line.
15749
15750 * progmodes/cc-engine.el (c-guess-basic-syntax): Case 4:
15751 Enable heuristics below the point to cope with classes inside special
15752 brace lists in Pike.
15753
15754 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
15755
15756 * progmodes/cc-cmds.el: Amend c-point-syntax to handle macros.
15757
15758 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
15759
15760 * progmodes/cc-guess.el (cc-guess-install): New function to
15761 install an already guessed style in another buffer.
15762
15763 * progmodes/cc-defs.el (c-tentative-buffer-changes): No longer
15764 sets `inhibit-read-only' - `c-save-buffer-state' should be used
15765 anyway if the change always is undone.
15766
15767 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
15768
15769 Implement togglable electricity:
15770
15771 * progmodes/cc-defs.el: Enhance c-save-buffer-state's doc-string,
15772 saying when it should be used.
15773
15774 * progmodes/cc-engine.el: Add the new buffer-local variable,
15775 c-electric-flag.
15776
15777 * progmodes/cc-langs.el: Change the name of c-toggle-auto-state to
15778 c-toggle-auto-newline.
15779
15780 * progmodes/cc-mode.el: Rename c-toggle-auto-state to
15781 c-toggle-auto-newline. Remove the binding for
15782 c-toggle-auto-hungry-state. Add the binding C-c C-l for the new
15783 c-toggle-electric-state.
15784
15785 * progmodes/cc-vars.el: Make c-syntactic-indentation buffer local.
15786
15787 * progmodes/cc-cmds.el: Add `c-bytecomp-defun's for
15788 c-\(forward\|backward\)-subword.
15789 (c-update-modeline): Add the new modeline flag `l' for
15790 `c-electric-flag'. Make the auto-newline flag `a' dependent on `l'.
15791 (c-toggle-auto-state): Rename it to `c-toggle-auto-newline'.
15792 Make the old name an alias of the new name.
15793 (c-toggle-electric-state): New function.
15794 (c-electric-\(pound\|brace\|slash\|star\|semi&comma\|colon\|lt-gt\|paren\|continued-statement\)):
15795 Adapt these functions to do electric things only when
15796 c-electric-flag is non-nil.
15797 (c-point-syntax, c-brace-newlines, c-try-oneliner): Extract these
15798 new functions from c-electric-brace.
15799 (c-point-syntax): Add a check for "virtual semicolons" in AWK
15800 mode, so that the tentative extra newline doesn't change the
15801 syntax of the following brace.
15802 (c-electric-brace): Restructure by extracting the above functions.
15803 Tidy up the coding somewhat.
15804 (c-electric-semi&comma, c-electric-colon, c-electric-paren):
15805 restructure a bit.
15806
15807 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
15808
15809 * progmodes/cc-cmds.el (c-show-syntactic-information): Show the
15810 anchor position(s) using faces. Thanks to Masatake YAMATO for the idea.
15811
15812 * progmodes/cc-mode.el, cc-cmds.el, cc-defs.el, cc-engine.el
15813 (c-submode-indicators): Change name from `c-auto-hungry-string'
15814 since it's now used to track another submode.
15815
15816 (c-update-modeline): Convert to function and extended to check
15817 `c-subword-move-mode'.
15818
15819 (c-forward-into-nomenclature, c-backward-into-nomenclature):
15820 Convert to compat aliases for `c-forward-subword' and
15821 `c-backward-subword'.
15822
15823 * progmodes/cc-subword.el: New functions and minor mode to handle
15824 SillyCapsedStyleIndentifiers, contributed by Masatake YAMATO:
15825
15826 (c-forward-subword, c-backward-subword, c-mark-subword)
15827 (c-kill-subword, c-backward-kill-subword, c-transpose-subwords)
15828 (c-capitalize-subword, c-downcase-subword, c-upcase-subword):
15829 Functions corresponding to the standard word handling functions.
15830
15831 (c-subword-move-mode): Minor mode that replaces all the standard
15832 word handling functions with their subword equivalences.
15833
15834 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
15835
15836 * progmodes/cc-vars.el (c-cleanup-list): Insert a customization
15837 entry for one-liner-defun.
15838
15839 * progmodes/cc-defs.el: Give c-tentative-buffer-changes its own
15840 name in its def-edebug-spec.
15841
15842 * progmodes/cc-cmds.el (c-electric-brace): Make the
15843 one-liner-defun clean-up work with empty-defun-braces. o-l-d now
15844 compacts space before a comment, if this will make things fit on
15845 one line.
15846
15847 Introduce an "awk" style, mainly for auto-newline and clean-ups.
15848
15849 * progmodes/cc-align.el: New function c-snug-1line-defun-close
15850
15851 * progmodes/cc-cmds.el: In c-electric-brace, add code for new
15852 clean-up one-liner-defun.
15853
15854 * progmodes/cc-styles.el: Add the new "awk" style.
15855
15856 * progmodes/cc-vars.el: Add description of one-liner-defun to
15857 c-cleanup-list's doc-string. New user options,
15858 c-max-one-liner-length. In c-default-style, set the default style
15859 for AWK to "awk".
15860
15861 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
15862
15863 * progmodes/cc-engine.el (c-forward-label): Fix fontification of
15864 macros inside labels.
15865
15866 * progmodes/cc-engine.el (c-looking-at-bos): Obsolete in favor of
15867 `c-at-statement-start-p' and `c-at-expression-start-p'.
15868
15869 * progmodes/cc-defs.el (c-tnt-chng-record-state): Don't signal an
15870 error if the mark isn't set.
15871
15872 * progmodes/cc-engine.el (c-guess-continued-construct)
15873 (c-guess-basic-syntax): Use `c-forward-decl-or-cast-1' to more
15874 accurately detect functions inside functions.
15875
15876 * progmodes/cc-engine.el (c-at-expression-start-p): New function
15877 like `c-at-statement-start-p' that additionally recognizes commas
15878 and expression parentheses as delimiters.
15879
15880 * progmodes/cc-engine.el (c-looking-at-inexpr-block): Add flag
15881 to avoid heuristics that doesn't work for unclosed blocks.
15882 (c-at-statement-start-p): New function.
15883
15884 * progmodes/cc-engine.el, cc-fonts.el: Fixes in handling of
15885 Objective-C directives, e.g. directives spanning lines should work
15886 reasonably well now.
15887
15888 (c-put-c-type-property, c-clear-c-type-property): New helpers.
15889
15890 (c-forward-objc-directive): New function to move over any ObjC
15891 directive.
15892
15893 (c-just-after-func-arglist-p, c-guess-basic-syntax)
15894 (c-basic-matchers-before): Use it.
15895
15896 (c-font-lock-objc-iip-decl): Remove.
15897
15898 * progmodes/cc-engine.el (c-guess-basic-syntax): Some improvement
15899 in the template arglist recognition.
15900
15901 * progmodes/cc-styles.el (c-style-alist): Fix several
15902 inconsistencies in the Whitesmith style.
15903
15904 * progmodes/cc-align.el (c-lineup-after-whitesmith-blocks):
15905 New lineup function to get lines after Whitesmith style blocks
15906 correctly indented.
15907
15908 (c-lineup-whitesmith-in-block): Back out the compensation for
15909 opening parens since it's done using `add' lists in the style
15910 definition instead. Don't use the anchor position since it varies
15911 too much between the syntactic symbols. :P
15912
15913 * progmodes/cc-vars.el (c-valid-offset): Update.
15914
15915 * progmodes/cc-engine.el (c-evaluate-offset): Extend to handle
15916 lists where the offsets are combined according to several
15917 different methods: `first', `min', `max', and `add'.
15918 Report offset evaluation errors with `c-benign-error' so that some kind
15919 of reindentation still is done.
15920
15921 * progmodes/cc-engine.el (c-guess-basic-syntax):
15922 Anchor `arglist-intro' the same way as `arglist-cont-nonempty' and
15923 `arglist-close'.
15924
15925 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix similar
15926 situations for `arglist-cont-nonempty' and `arglist-close'.
15927
15928 * progmodes/cc-langs.el (c-opt-identifier-concat-key-depth): New const.
15929
15930 * progmodes/cc-defs.el: Use `cc-bytecomp-fboundp' and
15931 cc-bytecomp-boundp' in a number of places.
15932
15933 * progmodes/cc-engine.el (c-beginning-of-statement-1): Fix a
15934 macro related issue.
15935
15936 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
15937
15938 * progmodes/cc-awk.el: Change the terminology of regexps: A char
15939 list is now [asdf], a char class [:alpha:].
15940 Include code for char classes.
15941 Set c-awk-NL-prop on lines ending in open strings. (Bug fix.)
15942 Add character classes (e.g. "[:alpha:]") into AWK Mode's regexps.
15943
15944 Remove (nearly all of) the cruft associated with AWK Mode's former
15945 concept of "virtual semicolons":
15946
15947 Adapt c-beginning-of-statement, c-end-of-statement (together with
15948 subfunctions) to use the new notion of "virtual semicolon" in
15949 place of the old awkward special handling for AWK. There remains
15950 much cruft in cc-awk.el, cc-cmds.el and cc-engine.el to clear out.
15951 * progmodes/cc-cmds.el:
15952 (c-ascertain-adjacent-literal): In the backwards direction, now
15953 recognises AWK regexp delimiters as string delimiters.
15954 (c-after-statement-terminator-p): Adapt for virtual semicolons;
15955 check more rigorously for "end of macro".
15956 (c-back-over-illiterals, c-forward-over-illiterals): Adapt for
15957 virtual semicolons;
15958 (c-beginning-of-statement): Adapt for virtual semicolons; Separate
15959 out the code for forward movement into ...
15960 (c-end-of-statement): Now contains the code for forward movement,
15961 adapted for virtual semicolons.
15962
15963 * progmodes/cc-engine.el:
15964 (c-ws*-string-limit-regexp): New regexp.
15965 (c-forward-single-comment, c-backward-single-comment): Comment out
15966 the (now redundant) "special" AWK stuff.
15967
15968 * progmodes/cc-styles.el, cc-vars.el: Change the settings of
15969 c-string-par-start, c-string-par-separate to be more like Text
15970 Mode than Fundamental Mode.
15971
15972 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
15973
15974 * progmodes/cc-fonts.el (c-font-lock-declarations): Always narrow
15975 to the fontified region so that fontification doesn't occur
15976 outside it (could happen e.g. when fontifying a line with an
15977 unfinished declaration).
15978
15979 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
15980
15981 * progmodes/cc-awk.el: Move regexps for analysing AWK code to near the
15982 start of the file. ^L now separate sections of the file.
15983 (c-awk-non-eol-esc-pair-re, c-awk-blank-or-comment-line-re)
15984 (c-awk-one-line-possibly-open-string-re)
15985 (c-awk-regexp-one-line-possibly-open-char-class-re)
15986 (c-awk-one-line-possibly-open-regexp-re)
15987 (c-awk-one-line-non-syn-ws*-re): New defonsts.
15988 (c-awk-at-vsemi-p, c-awk-vsemi-status-unknown-p): New functions.
15989
15990 Amend the concept of "virtual semicolons" (in the indentation
15991 engine) for languages like AWK, such that they are now
15992 conceptually attached to end of the last token of a statement, not
15993 the end of the line. (In AWK Mode, however, the pertinent text
15994 property is still physically set on the EOL.) Remove the specific
15995 tests for awk-mode, thus facilitating the introduction of other
15996 language modes where EOLs can end statements.
15997 (Note: The funtionality in cc-cmds.el, specifically
15998 c-beginning/end-of-statement has yet to be amended.)
15999
16000 * progmodes/cc-defs.el (c-at-vsemi-p, c-vsemi-status-unknown-p):
16001 New macros.
16002
16003 * progmodes/cc-langs.el: Added `#' into AWK Mode's value of
16004 c-stmt-delim-chars. New c-lang-defvars: c-at-vsemi-p-fn,
16005 c-vsemi-status-unknown-p-fn (in a new page).
16006
16007 * progmodes/cc-engine.el: In c-beginning-of-statement-1,
16008 c-crosses-statement-barrier-p, c-guess-basic-syntax, replace
16009 numerous awkward forms like
16010 (if (c-major-mode-is 'awk-mode) (c-awk-prev-line-incomplete-p))
16011 with (c-at-vsemi-p). Fix a few typos. In c-guess-basic-syntax, new
16012 variable before-ws-ip, the place just after char-before-ip appears.
16013
16014 * progmodes/cc-mode.el: Fix what's almost a semantic ambiguity in
16015 a comment.
16016
16017 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
16018
16019 * progmodes/cc-cmds.el (c-electric-brace): Clean up using
16020 `c-tentative-buffer-changes'.
16021
16022 * progmodes/cc-defs.el (c-region-is-active-p): Simplify and
16023 convert to macro to choose between Emacs and XEmacs at compile time.
16024
16025 (c-set-region-active): New set counterpart to `c-region-is-active-p'.
16026
16027 (c-tentative-buffer-changes): New macro to handle temporary buffer
16028 changes in a convenient way.
16029
16030 (c-tnt-chng-record-state, c-tnt-chng-cleanup): Internal helpers
16031 for `c-tentative-buffer-changes'.
16032
16033 * progmodes/cc-engine.el (c-looking-at-inexpr-block): Tighten up
16034 the checks for paren sexps between the point and the keyword, to
16035 avoid some false alarms.
16036
16037 * progmodes/cc-engine.el, cc-langs.el (c-looking-at-inexpr-block):
16038 Fixed a situation where an error could be thrown for unbalanced
16039 parens. Changed to make use of c-keyword-member' to avoid some
16040 repeated regexp matches.
16041
16042 (c-opt-lambda-key, c-opt-inexpr-block-key, c-opt-inexpr-class-key):
16043 These language variable are no longer necessary.
16044
16045 (c-block-stmt-kwds): New language constant used by
16046 c-looking-at-inexpr-block'.
16047
16048 (c-guess-basic-syntax): Remove an optional check that looked at
16049 the existence of the now removed language variables.
16050
16051 * progmodes/cc-engine.el (c-fdoc-shift-type-backward)
16052 (c-forward-decl-or-cast-1): Fix invalid recognition of C++ style
16053 object instantiation expressions as declarations in some contexts.
16054 This bug only affected languages where the declarator can't be
16055 enclosed in parentheses.
16056
16057 * progmodes/cc-styles.el (c-style-alist): Fix the GNU style to
16058 insert newlines before and after substatement braces.
16059
16060 * progmodes/cc-engine.el: Improved the heuristics for recognizing
16061 function declaration headers and the handling of C++ style member
16062 init lists.
16063
16064 (c-just-after-func-arglist-p): Rewritten to use
16065 `c-forward-decl-or-cast-1'. Now behaves a bit differently too.
16066
16067 (c-beginning-of-member-init-list): Remove since it isn't used anymore.
16068
16069 (c-guess-basic-syntax): Adapt case 5B for the new
16070 `c-just-after-func-arglist-p'. Merge cases 5B.1 and 5B.3.
16071 Remove cases 5D.1 and 5D.2 since they aren't trigged anymore (case 5B.1
16072 covers all cases now).
16073
16074 * progmodes/cc-defs.el (c-point): Add `bosws' and `eosws'.
16075
16076 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
16077
16078 * progmodes/cc-cmds.el, cc-styles.el, cc-vars.el: New variables
16079 c-string-par-start/separate c-sentence-end-with-esc-eol,
16080 initialised in c-setup-paragraph-variables, used in string
16081 scanning subroutines of c-beginning-of-statement.
16082
16083 * progmodes/cc-cmds.el (c-electric-brace): Don't delete a comment
16084 which precedes the newly inserted `{'.
16085
16086 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
16087
16088 * progmodes/cc-engine.el, cc-langs.el: Rewrote the recognition
16089 function for declaration level blocks. It should now cope with
16090 templates better and also be a lot more comprehensible.
16091
16092 (c-looking-at-decl-block): The new function.
16093
16094 (c-search-uplist-for-classkey): The old one. It's now a wrapper
16095 for compatibility.
16096
16097 (c-add-class-syntax, c-guess-continued-construct)
16098 (c-guess-basic-syntax): Adapt for `c-looking-at-decl-block'.
16099
16100 (c-decl-block-key): Change to tell apart ambiguous and
16101 unambiguous keywords. Pike specials are now handled directly in
16102 the code instead.
16103
16104 (c-block-prefix-disallowed-chars, c-block-prefix-charset):
16105 New language constants and variables to make the backward skip in
16106 `c-looking-at-decl-block' as tight as possible.
16107
16108 (c-nonsymbol-token-char-list): New language constant.
16109
16110 * progmodes/cc-engine.el (c-backward-<>-arglist): New function to
16111 find balanced template arglists backwards.
16112
16113 * progmodes/cc-defs.el (c-make-bare-char-alt): New helper for
16114 making char classes for `c-syntactic-skip-backward'.
16115
16116 * progmodes/cc-engine.el (c-guess-basic-syntax): Simplify case
16117 16D - can't be a class-close at that point.
16118
16119 * progmodes/cc-engine.el (c-guess-basic-syntax)
16120 (c-add-class-syntax): Don't narrow out the enclosing declaration
16121 level. This makes everything a lot easier, and it was actually
16122 only four small places that needed it to work. Some places that
16123 previously did `widen' are removed now, which has the effect that
16124 `c-guess-basic-syntax' never will look at things outside the
16125 current narrowment now. The anchor position for `topmost-intro'
16126 is affected by this, but it was so bogus it was basically useless
16127 before, and now it's equally bogus but in a slightly different way.
16128
16129 (c-narrow-out-enclosing-class): Gone.
16130
16131 (c-most-enclosing-brace, c-least-enclosing-brace): Don't filter to
16132 the narrowed region.
16133
16134 (c-least-enclosing-brace): Remove silly optional argument.
16135
16136 * progmodes/cc-engine.el (c-beginning-of-decl-1): Fix bug where
16137 the point could be left directly after an open paren when finding
16138 the beginning of the first decl in the block.
16139
16140 * progmodes/cc-engine.el, cc-fonts.el (c-forward-keyword-clause):
16141 Specify which submatch to use.
16142
16143 * progmodes/cc-langs.el (c-symbol-start): Include `@' in ObjC.
16144
16145 (c-decl-start-re): No longer any need for special treatment of
16146 ObjC due to the above.
16147
16148 (c-other-block-decl-kwds): Handle "extern" in ObjC too since it
16149 presumably follows C in that regard.
16150
16151 * progmodes/cc-langs.el (c-identifier-ops, c-after-id-concat-ops):
16152 New language constants to specify operator tokens inside
16153 identifiers in a more high level way.
16154
16155 (c-opt-identifier-prefix-key): New internal language constant.
16156
16157 (c-opt-identifier-concat-key, c-opt-after-id-concat-key)
16158 (c-identifier-start, c-identifier-key): Now completely calculated
16159 from other constants.
16160
16161 (c-identifier-last-sym-match): Decommission since it's no longer used.
16162
16163 (c-operators): Use `c-identifier-ops'. Document `postfix-if-paren'.
16164
16165 * progmodes/cc-engine.el (c-forward-name): Remove the
16166 optimization when c-identifier-key is equal to c-symbol-key since
16167 it doesn't work in byte compiled files. Don't record empty
16168 regions as identifiers.
16169
16170 * progmodes/cc-langs.el (c-filter-ops): New helper function to
16171 simplify access to `c-operators' and its likes.
16172
16173 (c-operator-list, c-all-op-syntax-tokens)
16174 (c-nonsymbol-token-regexp, c-<>-multichar-token-regexp)
16175 (c-<-op-cont-regexp, c->-op-cont-regexp, c-expr-kwds)
16176 (c-primary-expr-regexp, c-cast-parens): Use it.
16177
16178 * progmodes/cc-defs.el (c-lang-const): Fixes to allow use without
16179 an explicit language in functions.
16180
16181 * progmodes/cc-defs.el (c-make-keywords-re): Add an appendable
16182 variant of adornment.
16183
16184 * progmodes/cc-langs.el (c-any-class-key): Remove unused language
16185 variable.
16186
16187 (c-type-decl-prefix-key): Remove some now unnecessary cruft from
16188 the Pike value.
16189
16190 * progmodes/cc-engine.el (c-on-identifier)
16191 (c-simple-skip-symbol-backward): Small fix for handling "-"
16192 correctly in `skip-chars-backward'. Affected the operator lfun
16193 syntax in Pike.
16194
16195 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Disable the
16196 diagnostic message about precompiled language vars not being used.
16197
16198 * progmodes/cc-langs.el (c-paren-nontype-kwds): The GCC keyword
16199 "__attribute__" is followed by a parenthesis.
16200
16201 (c-type-start-kwds, c-prefix-spec-kwds, c-prefix-spec-kwds-re)
16202 (c-specifier-key, c-not-decl-init-keywords): Some cleanup using new
16203 language constants `c-type-start-kwds' and `c-prefix-spec-kwds'.
16204
16205 * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el:
16206 Internal cleanups to properly detect the declared identifiers in
16207 various declarations.
16208
16209 (c-decl-start-kwds): New language constant to recognize
16210 declarations that can start anywhere. Used for class declarations
16211 in Pike.
16212
16213 (c-specifier-key, c-not-decl-init-keywords)
16214 (c-decl-prefix-or-start-re, c-find-decl-prefix-search)
16215 (c-find-decl-spots): Implement `c-decl-start-kwds'.
16216
16217 (c-other-decl-kwds, c-postfix-decl-spec-kwds, c-decl-hangon-kwds)
16218 (c-decl-hangon-key, c-forward-decl-or-cast-1): Separate the
16219 handling of the compiler specific extension keywords into a new
16220 language constant `c-decl-hangon-kwds' that defines keyword
16221 clauses to be ignored in declarations.
16222
16223 (c-forward-id-comma-list, c-forward-keyword-clause): Don't skip
16224 past unrecognized tokens when handling `c-colon-type-list-kwds'.
16225 Necessary to stop at the declared identifier in e.g. IDL valuetype
16226 declarations.
16227
16228 (c-typedef-decl-kwds, c-typeless-decl-kwds, c-type-list-kwds)
16229 (c-prefix-spec-kwds-re, c-postfix-spec-kwds)
16230 (c-after-suffixed-type-decl-key, c-opt-postfix-decl-spec-key)
16231 (c-forward-decl-or-cast-1): Recognize the declared identifier in
16232 class and enum declarations as such and not as part of the type.
16233
16234 (c-forward-decl-or-cast-1, c-forward-label): Relax the
16235 interpretation of PRECEDING-TOKEN-END when there's no preceding token.
16236
16237 (c-forward-decl-or-cast-1): Don't disregard sure signs of
16238 declarations when there's some syntax error later on.
16239
16240 (c-complex-decl-matchers): Did away with a reference to
16241 `c-specifier-key'.
16242
16243 * progmodes/cc-engine.el (c-maybe-labelp): Provide no default
16244 value - this variable is always dynamically bound.
16245
16246 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el, cc-menus.el
16247 * cc-mode.el, cc-styles.el, cc-vars.el, cc-align.el, cc-awk.el
16248 * cc-cmds.el, cc-defs.el: Change the policy for marking up
16249 functions that might do hidden buffer changes: All such internal
16250 functions are now marked instead of those that don't.
16251
16252 (c-beginning-of-macro, c-end-of-macro, c-(forward|backward)-comments)
16253 (c-(forward|backward)-single-comment, c-parse-state, c-on-identifier)
16254 (c-(fast-|slow-|)in-literal, c-literal-limits, c-collect-line-comments)
16255 (c-literal-type): Allow these functions to make hidden buffer changes,
16256 so that they are free to use text property caching later on.
16257
16258 (c-electric-backspace, c-electric-delete-forward, c-electric-pound)
16259 (c-electric-brace, c-electric-slash, c-electric-star)
16260 (c-electric-semi&comma, c-electric-colon, c-electric-lt-gt)
16261 (c-electric-paren, c-electric-continued-statement, c-indent-command)
16262 (c-indent-region, c-mask-paragraph, c-indent-new-comment-line)
16263 (c-context-line-break): Add `c-save-buffer-state' calls to comply
16264 with the changed semantics of the functions above.
16265
16266 * progmodes/cc-engine.el (c-beginning-of-statement-1): Fix a bug
16267 when macros occur in obscure places. Optimized the sexp movement
16268 a bit.
16269
16270 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
16271
16272 Enhancements for c-beginning-of-statement to work in AWK Mode:
16273
16274 * progmodes/cc-awk.el: Supersede c-awk-NL-prop value `;'
16275 (completed statement) with `}' (statement completed by closing
16276 brace or semicolon) and `$' (statement completed by EOL).
16277
16278 (c-awk-virtual-semicolon-ends-prev-line-p)
16279 (c-awk-virtual-semicolon-ends-line-p)
16280 (c-awk-skip-semantic-ws-forward, c-awk-skip-semantic-ws-backward)
16281 (c-awk-at-statement-end-p): New functions.
16282
16283 * progmodes/cc-cmds.el: Simplify the structure of functions
16284 c-forward-over-illiterals, c-back-over-illiterals. Enhance these
16285 two functions and c-beginning-of-statement to handle AWK Mode.
16286
16287 * progmodes/cc-engine.el: Enhance c-forward-single-comment,
16288 c-backward-single-comment for AWK mode. Attempt to clarify their
16289 doc-strings.
16290
16291 * progmodes/cc-mode.el: Put M-a and M-e into awk-mode-map.
16292
16293 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
16294
16295 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el: Cleaned up the
16296 label handling. Labels are now recognized in a uniform and more
16297 robust way, regardless of context. Text properties are put on all
16298 labels to recognize the following declarations better.
16299 Multiword labels are handled both in indentation and fontification for
16300 the benefit of language extensions like Qt. For consistency, keywords
16301 in labels are now fontified with the label face instead.
16302 That also applies to "case" and "default".
16303
16304 (c-beginning-of-statement-1): Fix some bugs in the label
16305 handling. Disregard `c-nonlabel-token-key' in labels that begin
16306 with `c-label-kwds'.
16307
16308 (c-find-decl-spots): Support that the callback adds more
16309 `c-decl-end' spots to find.
16310
16311 (c-forward-decl-or-cast-1): Don't treat a list of plain
16312 identifiers followed by a colon as a declaration.
16313
16314 (c-forward-label): New function to recognize labels.
16315
16316 (c-guess-basic-syntax): Replace uses of `c-label-key' with
16317 `c-forward-label'. Moved the label recognition cases (14 and 15)
16318 earlier since they aren't so context sensitive now. Handle labels
16319 on the top level gracefully. Moved access label recognition to
16320 the generic label case (CASE 15) - removed CASE 5E.
16321
16322 (c-font-lock-declarations): Add recognition of labels in the
16323 same round since we need to handle labels in parallell with other
16324 declarations to recognize both accurately. It should also improve
16325 speed.
16326
16327 (c-simple-decl-matchers, c-basic-matchers-after):
16328 Move `c-font-lock-labels' so that it only is used on decoration level 2
16329 since `c-font-lock-declarations' handles it otherwise.
16330
16331 (c-complex-decl-matchers): Remove the simplistic recognition of
16332 access labels.
16333
16334 (c-decl-prefix-re): Remove the kludges that was necessary to cope
16335 with labels earlier.
16336
16337 (c-decl-start-re): New language variable to make
16338 `c-font-lock-declarations' stop for the special protection labels
16339 in Objective-C that start with `@'.
16340
16341 (c-label-key): Remove since it's no longer used.
16342
16343 (c-recognize-colon-labels, c-label-prefix-re): New language
16344 constants to support recognition of generic colon-terminated labels.
16345
16346 (c-type-decl-end-used): `c-decl-end' is now used whenever there
16347 are colon terminated labels.
16348
16349 * progmodes/cc-align.el (c-lineup-arglist): Fix bug when the
16350 first argument starts with a special brace list.
16351
16352 * progmodes/cc-engine.el, cc-fonts.el (c-forward-decl-or-cast-1)
16353 (c-font-lock-declarations): Break out the declaration and cast
16354 recognition from `c-font-lock-declarations' to a new function, so
16355 that it can be used in the indentation engine.
16356
16357 * progmodes/cc-engine.el (c-find-decl-spots): Fix bug in backing
16358 up to the start of the literal. Fixed bug with the point on the
16359 wrong side of the search limit that could happen when the start
16360 position is inside a literal.
16361
16362 * progmodes/cc-engine.el (c-parse-state)
16363 (c-invalidate-state-cache): Modify the use of `c-state-cache-end'
16364 so that it's kept a little bit back to increase the hit rate.
16365
16366 (c-parse-state): Change the macro handling and fixed some
16367 glitches. Macro context is checked more often than necessary now,
16368 but otoh less garbage conses are generated.
16369
16370 * progmodes/cc-engine.el (c-parse-state)
16371 (c-invalidate-state-cache): Cache the last position where
16372 `c-state-cache' applies. This can speed up refontification quite
16373 a bit in blocks where there are many non-brace parens before the point.
16374
16375 (c-state-cache-end): New variable for this.
16376
16377 (c-guess-basic-syntax, c-debug-parse-state): Adapt for the new
16378 cache variable.
16379
16380 * progmodes/cc-engine.el (c-find-decl-spots): Take more care to
16381 get close initial continue positions when the start position is
16382 inside a literal or macro. Do not call the callback for spots
16383 before the start position (which can happen e.g. for `c-decl-end'
16384 spots inside comments). Optimize better in special cases when the
16385 region is a single line inside a literal or macro (typically when
16386 the current line is refontified).
16387
16388 * progmodes/cc-engine.el (c-guess-basic-syntax): Simplify calls
16389 to `c-add-stmt-syntax' - there's no need to explicitly whack off
16390 entries from the paren state.
16391
16392 * progmodes/cc-engine.el (c-add-stmt-syntax): Narrow down the
16393 special case for "else if" clauses.
16394
16395 * progmodes/cc-engine.el (c-looking-at-inexpr-block)
16396 (c-add-stmt-syntax): Use `c-recognize-paren-inexpr-blocks'.
16397
16398 * progmodes/cc-langs.el (c-recognize-paren-inexpr-blocks):
16399 New language variable to recognize the gcc extension with statement
16400 blocks inside expressions.
16401
16402 * progmodes/cc-engine.el (c-add-stmt-syntax): Restructure to make
16403 it somewhat more comprehensible. The argument AT-BLOCK-START is
16404 no longer used and hence removed.
16405
16406 (c-guess-continued-construct, c-guess-basic-syntax): Update calls
16407 to `c-add-stmt-syntax'.
16408
16409 * progmodes/cc-engine.el (c-backward-to-decl-anchor):
16410 Use `c-beginning-of-statement-1' instead of duplicating parts of it.
16411 This fixes bogus label recognition.
16412
16413 * progmodes/cc-engine.el (c-add-type, c-check-type)
16414 (c-forward-name, c-forward-type): Improve storage of template
16415 types in `c-found-types' so that they can be recognized better.
16416
16417 (c-syntactic-content): Add option to skip past nested parens.
16418
16419 * progmodes/cc-engine.el (c-forward-name):
16420 Set `c-last-identifier-range' all the time. It's less work that way.
16421 Handle that there might not be an identifier to store in
16422 `c-last-identifier-range'.
16423
16424 (c-forward-type): Handle that `c-last-identifier-range' might be
16425 nil from `c-forward-name'.
16426
16427 * progmodes/cc-defs.el (c-safe-scan-lists)
16428 (c-(go-)?(up|down)-list-(forward|backward)): Add limit arguments.
16429
16430 * progmodes/cc-defs.el (c-save-buffer-state): Use `unwind-protect'
16431 to work even if the form fails.
16432
16433 * progmodes/cc-engine.el (c-parse-state): Speedup when moving far
16434 down in a large file in one go.
16435
16436 (c-get-fallback-start-pos): New helper function for `c-parse-state'.
16437
16438 * progmodes/cc-align.el (c-lineup-assignments): New lineup
16439 function which is like `c-lineup-math' but returns nil instead of
16440 `c-basic-offset' when it doesn't match.
16441
16442 (c-lineup-math): Change to use `c-lineup-assignments'.
16443
16444 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
16445
16446 * progmodes/cc-cmds.el: Fix some bugs in subfunctions of
16447 c-beginning-of-statement. New subfunctions
16448 c-in-comment-line-prefix-p, c-narrow-to-comment-innards.
16449
16450 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
16451
16452 * progmodes/cc-fonts.el, cc-langs.el: Use `c-simple-ws' instead of
16453 hardcoded char classes whereever possible. Changed a couple of
16454 places to use skip by syntax instead of skip by char class.
16455
16456 * progmodes/cc-langs.el (c-unterminated-block-comment-regexp):
16457 Fix a bug in the regexp that caused extreme backtracking.
16458
16459 * progmodes/cc-langs.el (c-block-comment-starter)
16460 (c-block-comment-ender): New language constants to specify in a
16461 single place how block comments look.
16462
16463 (c-comment-start-regexp, c-block-comment-start-regexp)
16464 (comment-start, comment-end, comment-start-skip)
16465 (c-syntactic-ws-start, c-syntactic-ws-end, c-nonwhite-syntactic-ws)
16466 (c-syntactic-ws, c-nonempty-syntactic-ws)
16467 (c-single-line-syntactic-ws, c-syntactic-eol): Now built from
16468 `c-line-comment-starter', `c-block-comment-starter' and
16469 `c-block-comment-ender'.
16470
16471 (c-block-comment-regexp, c-unterminated-block-comment-regexp):
16472 New language constants to break up things a bit.
16473
16474 (c-simple-ws): New language constant for simple whitespace.
16475
16476 * progmodes/cc-defs.el (c-concat-separated): New convenience function.
16477
16478 * progmodes/cc-defs.el (c-make-keywords-re): Add kludge for bug
16479 in `regexp-opt' in Emacs 20 and XEmacs when strings contain
16480 newlines. Allow and ignore nil elements in the list.
16481
16482 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
16483
16484 * progmodes/cc-cmds.el: Comment out a (n almost certainly
16485 superfluous) check, (eq here (point-max)) in c-beginning-of-statement.
16486
16487 * progmodes/cc-cmds.el: Tidy up the comments in
16488 c-beginning-of-statement and subfunctions.
16489
16490 * progmodes/cc-awk.el: Replace calls to put-text-property to the
16491 more flexible c-put-char-property and c-clear-char-properties.
16492 Add the author's email address.
16493
16494 * progmodes/cc-langs.el (c-block-comment-start-regexp): New variable.
16495
16496 * progmodes/cc-cmds.el: Fix bug with M-e, when point is inside the
16497 closing "*/" of a block comment.
16498
16499 * progmodes/cc-cmds.el: Tidy c-beginning-of-sentence (and
16500 subfunctions) so that it works at BOB and EOB.
16501
16502 * progmodes/cc-cmds.el, cc-vars.el: More updating of
16503 c-beginning-of-statement, including new variable
16504 c-block-comment-start-regexp.
16505
16506 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
16507
16508 * progmodes/cc-langs.el (c-known-type-key): Optimize simple
16509 symbols from `*-font-lock-extra-types' so that there's no need to
16510 use `regexp-opt' on those lists.
16511
16512 * progmodes/cc-langs.el (c-type-decl-suffix-key): Fix when
16513 `c-type-modifier-kwds' is empty.
16514
16515 * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix when
16516 there are several strings on the same line.
16517
16518 * progmodes/cc-engine.el (c-literal-limits): Remove the
16519 compatibility function for older emacsen. `c-literal-limits-fast'
16520 has now taken the place of this function.
16521
16522 * progmodes/cc-vars.el (c-emacs-features): Remove compatibility
16523 with older emacsen: We now require `pps-extended-state'.
16524
16525 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
16526
16527 * progmodes/cc-cmds.el: New function c-beginning-of-sentence,
16528 which obviates the need to hack sentence-end. This now handles
16529 escaped newlines in strings correctly. Correct minor bugs in
16530 c-move-over-sentence and in c-beginning-of-statement.
16531
16532 * progmodes/cc-cmds.el (c-beginning-of-statement (and
16533 subfunctions)): Adapt c-\(back\|forward\)-over-illiterals such
16534 that movement over macros and code are rigorously separated from
16535 eachother. Correct a few incidental bugs.
16536
16537 * progmodes/cc-cmds.el: Restructure c-beginning-of-statement:
16538 Improve its doc-string. Improve the handling of certain specific cases.
16539
16540 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
16541
16542 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el
16543 (c-guess-basic-syntax): Change the way class-level labels are
16544 recognized; they can now contain essentially any symbols.
16545
16546 (c-opt-extra-label-key): New language variable to cope with the
16547 special protection label syntax in Objective-C.
16548
16549 (c-opt-access-key): Remove; this is now handled better by
16550 `c-nonlabel-token-key' and `c-opt-extra-label-key'.
16551
16552 (c-complex-decl-matchers): Update to handle that
16553 `c-opt-access-key' no longer exists.
16554
16555 * progmodes/cc-engine.el (c-guess-basic-syntax): Make use of the
16556 improved label recognition in `c-beginning-of-statement-1'.
16557
16558 * progmodes/cc-engine.el (c-beginning-of-member-init-list):
16559 Recognize bitfields better.
16560
16561 * progmodes/cc-engine.el (c-beginning-of-inheritance-list):
16562 Remove some cruft and fixed a bug that could cause it to go to a
16563 position further down.
16564
16565 * progmodes/cc-langs.el, cc-engine.el
16566 (c-beginning-of-statement-1): Improve detection of labels in
16567 declaration contexts.
16568
16569 (c-beginning-of-decl-1): Use it.
16570
16571 (c-nonlabel-token-key): New language constant and variable needed
16572 by `c-beginning-of-statement-1'.
16573
16574 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix bug that
16575 manifested itself due to the correction in `c-forward-sexp'.
16576
16577 * progmodes/cc-defs.el (c-forward-sexp, c-backward-sexp):
16578 Make these behave as documented when used at the buffer limits.
16579
16580 * progmodes/cc-mode.el, cc-engine.el, cc-langs.el
16581 (c-type-decl-end-used): Made this a language variable.
16582
16583 * progmodes/cc-mode.el (c-after-change): Widen the buffer to work
16584 correctly when `combine-after-change-calls' is used together with
16585 temporary narrowings.
16586
16587 * progmodes/cc-engine.el (c-beginning-of-statement-1):
16588 Report labels correctly when the start point is immediately after the
16589 colon.
16590
16591 * progmodes/cc-defs.el (c-parse-sexp-lookup-properties):
16592 Remove since it isn't used anymore.
16593
16594 * progmodes/cc-cmds.el (c-electric-lt-gt): Detect and mark angle
16595 bracket arglists such as template parens in C++.
16596
16597 * progmodes/cc-engine.el (c-syntactic-skip-backward): Fix a bug
16598 in the last check-in. Some optimization.
16599
16600 * progmodes/cc-engine.el (c-syntactic-skip-backward): Fix bug
16601 where it could stop at the same level in a preceding sexp when
16602 PAREN-LEVEL is set.
16603
16604 * progmodes/cc-mode.el (c-basic-common-init): Turn on syntax-table
16605 text property lookup only when it's needed.
16606
16607 * progmodes/cc-langs.el, cc-engine.el, cc-fonts.el, cc-mode.el:
16608 Change the policy for paren marked angle brackets to be more
16609 persistent; once marked they remain marked even when they're found
16610 to be unbalanced in the searched region. This should keep the
16611 paren syntax around even when individual lines are refontified in
16612 multiline template arglists.
16613
16614 (c-parse-and-markup-<>-arglists): New dynamically bound variable
16615 to control markup so that incorrect angle bracket arglists aren't
16616 marked in contexts where the correct value for
16617 `c-disallow-comma-in-<>-arglists' isn't known.
16618
16619 (c-forward-<>-arglist, c-forward-<>-arglist-recur): The reparse
16620 argument has become `c-parse-and-markup-<>-arglists'.
16621
16622 (c-remove-<>-arglist-properties): Remove - no longer used.
16623
16624 (c-after-change-check-<>-operators): New function used on
16625 `after-change-functions' to avoid that "<" and ">" characters that
16626 are part of longer operators have paren syntax.
16627
16628 (c-<>-multichar-token-regexp): New language variable used by
16629 `c-after-change-check-<>-operators'.
16630
16631 (c-after-change): Call `c-after-change-check-<>-operators'.
16632
16633 (c-font-lock-<>-arglists): Use the context properties set by
16634 `c-font-lock-declarations' to set `c-disallow-comma-in-<>-arglists'
16635 correctly to avoid doing invalid markup.
16636
16637 (c-font-lock-declarations): Remove code that undoes the invalid
16638 markup done by `c-font-lock-<>-arglists'.
16639
16640 (c-complex-decl-matchers): `c-font-lock-<>-arglists' now runs
16641 after `c-font-lock-declarations'.
16642
16643 * progmodes/cc-engine.el (c-syntactic-skip-backward):
16644 Add paren-level feature.
16645
16646 (c-guess-basic-syntax): Improve the anchor position for
16647 `template-args-cont' in nested template arglists. There's still
16648 much to be desired in this area, though.
16649
16650 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
16651
16652 * progmodes/cc-cmds.el, cc-engine.el, cc-langs.el, cc-vars.el:
16653 Make the "Text Filling and Line Breaking" commands work for AWK buffers.
16654
16655 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
16656
16657 * progmodes/cc-defs.el, cc-engine.el (c-mode-is-new-awk-p):
16658 Removed; (c-major-mode-is 'awk-mode) can be used instead now.
16659
16660 * progmodes/cc-mode.el: Always set up AWK mode since emacsen where
16661 it doesn't work no longer are supported.
16662
16663 * progmodes/cc-mode.el, cc-styles.el, cc-vars.el, cc-defs.el
16664 * cc-engine.el, cc-fonts.el, cc-langs.el, cc-cmds.el: CC Mode now
16665 requires support for the syntax-table' text property, which rules
16666 out Emacs 19 and XEmacs < 21.4. Removed various compatibility
16667 cruft associated with those versions.
16668
16669 * progmodes/cc-defs.el, cc-fix.el: CC Mode now requires support
16670 for the `syntax-table' text property, which rules out Emacs 19 and
16671 XEmacs < 21.4. Removed various compatibility cruft associated
16672 with those versions.
16673
16674 * progmodes/cc-vars.el (c-emacs-features): CC Mode now requires
16675 support for the `syntax-table' text property.
16676
16677 * progmodes/cc-fonts.el (c-nonbreakable-space-face): Remove the
16678 variable and use an extra quoted face name instead. All the
16679 emacsen flavors handle that correctly.
16680
16681 * progmodes/cc-fonts.el (c-font-lock-complex-decl-prepare)
16682 (c-font-lock-declarators, c-font-lock-declarations)
16683 (c-complex-decl-matchers, c-basic-matchers-after): Use a text
16684 property to mark the items in in declarator lists to handle
16685 refontification inside multiline declarations better.
16686
16687 * progmodes/cc-fonts.el (c-font-lock-declarations): Recognize a
16688 construct like "a * b = c;" as a declaration.
16689
16690 2005-12-08 Kim F. Storm <storm@cua.dk>
16691
16692 * emulation/cua-base.el (cua-use-hyper-key): Replace by ...
16693 (cua-rectangle-modifier-key): ... this. New defcustom. Can now
16694 select either meta, hyper, or super modifier for rectangle commands.
16695 (cua--rectangle-modifier-key): New defvar.
16696 (cua--M/H-key): Use it. Remove special case for `space'.
16697 (cua--init-keymaps): Initialize it from cua-rectangle-modifier-key
16698 on X, to meta otherwise. Always bind C-return to toggle
16699 rectangle. Pass ?\s instead of `space' to cua--M/H-key.
16700
16701 * emulation/cua-rect.el (cua-help-for-rectangle):
16702 Use cua--rectangle-modifier-key. Handle super modifier too.
16703 (cua--init-rectangles): Always bind C-return to toggle rectangle.
16704 Pass ?\s instead of `space' to cua--M/H-key and cua--rect-M/H-key.
16705
16706 * ido.el: Move Acknowledgements and History after Commentary.
16707 Minor changes to Commentary.
16708
16709 * emulation/cua-base.el (cua--select-keymaps): Enable repeat
16710 keymap if cua--prefix-override-timer is `shift'.
16711 (cua--shift-control-prefix): New function; emulate "type prefix
16712 key twice" functionality to handle shifted prefix key override.
16713 (cua--shift-control-c-prefix, cua--shift-control-x-prefix):
16714 New commands.
16715 (cua--init-keymaps): Bind them to S-C-c and S-C-x.
16716
16717 2005-12-08 Carsten Dominik <dominik@science.uva.nl>
16718
16719 * textmodes/org.el (org-insert-heading): Try to do items before
16720 headings.
16721 (org-agenda-mode): Quote `org-agenda-mode-hook'.
16722 (org-insert-item): New function.
16723 (org-renumber-ordered-list): Don't skip to higher level lists.
16724
16725 2005-12-08 Juri Linkov <juri@jurta.org>
16726
16727 * info.el (Info-mode-map): Bind M-TAB to `Info-prev-reference'.
16728
16729 * button.el (button-buffer-map): Bind M-TAB to `backward-button'.
16730
16731 * wid-edit.el (widget-keymap): Bind M-TAB to `widget-backward'.
16732
16733 * pcvs.el (defun-cvs-mode): Put `definition-name' property on
16734 the constructed function name fun-1.
16735
16736 * cus-edit.el (custom-add-parent-links): Filter out custom-group-link,
16737 because such links don't lead to parent documentation.
16738
16739 2005-12-08 Kenichi Handa <handa@m17n.org>
16740
16741 * descr-text.el (describe-char): Use *Help-2* buffer if the
16742 current buffer is *Help*. Call describe-text-properties while
16743 setting the original buffer.
16744
16745 2005-12-07 Bill Wohler <wohler@newt.com>
16746
16747 * files.el (auto-mode-alist): Remove mh-letter-mode. Unnecessary,
16748 and causes problems with non-MH users (such as Gnus users).
16749
16750 2005-12-08 Nick Roberts <nickrob@snap.net.nz>
16751
16752 * progmodes/gdb-ui.el (gdb-find-file-unhook): Delete variable.
16753 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode): Delete functions.
16754 (gdb-set-gud-minor-mode-existing-buffers, gdb-init-2): Use GDB
16755 command "info sources". Move calls to GDB command "list".
16756 (gdb-find-file-hook): Just use gdb-source-file-list.
16757 (gdb-source-file-regexp): Use regexp for pre-GDB 6.4.
16758 (gdb-source-file-regexp-1): New regexp for GDB 6.4+ only.
16759 (gdb-set-gud-minor-mode-existing-buffers-1): Use it.
16760 (gdb-data-list-register-values-handler): Use correct trigger name.
16761
16762 2005-12-07 Kim F. Storm <storm@cua.dk>
16763
16764 * ido.el (ido-completion-map): Rename from ido-mode-map.
16765 (ido-common-completion-map, ido-file-completion-map)
16766 (ido-file-dir-completion-map, ido-buffer-completion-map):
16767 Rename from ido-mode-....-map.
16768 (ido-init-completion-maps): Rename from ido-init-mode-maps.
16769 (ido-setup-completion-map): Rename from ido-define-mode-map.
16770 (ido-read-internal): Bind minibuffer-local-filename-completion-map
16771 to ido-completion-map.
16772
16773 2005-12-07 Kenichi Handa <handa@m17n.org>
16774
16775 * international/mule-cmds.el
16776 (set-display-table-and-terminal-coding-system): If the coding
16777 system specified in `unibyte-display' property is different from
16778 the arg coding-system, don't setup standard-display-table.
16779
16780 2005-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
16781
16782 * emacs-lisp/edebug.el (edebug-skip-whitespace): read1:lread.c says
16783 that comments end at \n, regardless of selective-display.
16784
16785 2005-12-07 Nick Roberts <nickrob@snap.net.nz>
16786
16787 * progmodes/gdb-ui.el (gdb-error-regexp, gdb-first-post-prompt)
16788 (gdb-version): New variables.
16789 (gdb-source-file-list, gdb-register-names)
16790 (gdb-changed-registers): New variables for use with GDB 6.4+.
16791 (gdb-ann3): Replace with...
16792 (gdb-init-1, gdb-init-2): ...two new functions.
16793 (gdba, gdb-prompt): Call gdb-init-1.
16794 (gdb-get-version): New function. Call gdb-init-2 from here.
16795 (gud-watch): Make it work with mouse events too.
16796 (gdb-post-prompt): Don't add to queue until GDB version is known.
16797 (gdb-speedbar-expand-node, gdb-post-prompt, gdb-registers-mode)
16798 (gdb-locals-mode): Use gdb-version.
16799 (gdb-memory-format-map, gdb-memory-unit-map)
16800 (gdb-locals-watch-map): Rename from gdb-*-*-keymap.
16801 (gdb-locals-font-lock-keywords-1)
16802 (gdb-locals-font-lock-keywords-2): New variables.
16803 (gdb-find-file-hook): Make it work with GDB 6.4+ too.
16804 (gdb-set-gud-minor-mode-existing-buffers-1)
16805 (gdb-var-list-children-1, gdb-var-list-children-handler-1)
16806 (gdb-var-update-1, gdb-var-update-handler-1)
16807 (gdb-data-list-register-values-handler)
16808 (gdb-data-list-register-values-custom)
16809 (gdb-get-changed-registers, gdb-get-changed-registers-handler)
16810 (gdb-stack-list-locals-handler, gdb-get-register-names):
16811 New functions for use with GDB 6.4+.
16812 (gdb-locals-watch-map-1): New variable for use with GDB 6.4+.
16813 (gdb-source-file-regexp, gdb-var-list-children-regexp-1)
16814 (gdb-var-update-regexp-1, gdb-data-list-register-values-regexp)
16815 (gdb-stack-list-locals-regexp)
16816 (gdb-data-list-register-names-regexp): New regexps for use with
16817 GDB 6.4+.
16818
16819 2005-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
16820
16821 * progmodes/cc-defs.el (c-emacs-features): Don't assume point-min==1.
16822
16823 2005-12-06 Nozomu Ando <nand@mac.com>
16824
16825 * mail/smtpmail.el (smtpmail-try-auth-methods): Make password
16826 prompts work for AUTH PLAIN. Also reported by Steve Allan
16827 <seallan@verizon.net>.
16828
16829 2005-12-06 K\e,Aa\e(Broly L\e$,1 q\e(Brentey <lorentey@elte.hu>
16830
16831 * frame.el (set-frame-parameter): Add doc string.
16832
16833 2005-12-06 Carsten Dominik <dominik@science.uva.nl>
16834
16835 * textmodes/org.el (org-occur-highlights): New variable.
16836 (org-highlight-new-match, org-remove-occur-highlights): New functions.
16837 (org-highlight-sparse-tree-matches): New option.
16838 (org-do-occur): New function.
16839 (org-get-heading): Make it work also at beginning of line.
16840 (org-category-table): New variable.
16841 (org-get-category-table, org-get-category)
16842 (org-camel-to-words, org-link-search): New functions.
16843 (org-select-this-todo-keyword): New variable.
16844 (org-todo-list): New command.
16845 (org-shiftright, org-shiftleft): New commands.
16846 (org-agenda-todo): Add prefix argument.
16847 (org-show-hierarchy-above): New option.
16848 (org-show-todo-tree): Numerical prefix creates tree for specific
16849 TODO keyword.
16850 (org-outline-level): New function, to assign a level to plain
16851 lists items.
16852 (org-cycle-include-plain-lists): New option.
16853 (org-mode): Use `org-outline-level' as value of `outline-level'.
16854 (org-cycle): Temporarily switch `outline-regexp' if
16855 `org-cycle-include-plain-lists' is non-nil.
16856 (org-start-icalendar-file): Fix format bug.
16857 (org-agenda-get-day-entries): Create category table.
16858 (org-agenda-get-todos, org-agenda-get-timestamps)
16859 (org-agenda-get-deadlines, org-agenda-get-scheduled)
16860 (org-agenda-get-blocks): Use `org-get-category'.
16861 (org-context-in-file-links): Rename from
16862 `org-line-numbers-in-file-links'.
16863
16864 2005-12-06 Romain Francoise <romain@orebokech.com>
16865
16866 * window.el (balance-windows): Delete extraneous third arg in call
16867 to `enlarge-window'.
16868
16869 2005-12-06 Kenichi Handa <handa@m17n.org>
16870
16871 * international/kinsoku.el (kinsoku-longer): Check eolp, not eobp.
16872
16873 2005-12-06 Nick Roberts <nickrob@snap.net.nz>
16874
16875 * progmodes/gdb-ui.el (gdb-var-create-handler)
16876 (gdb-var-evaluate-expression-handler, gdb-frame-handler)
16877 (gdb-var-list-children-handler, gdb-var-update-handler):
16878 Current buffer is already gdb-partial-output-buffer, don't
16879 make it current again.
16880
16881 2005-12-05 Luc Teirlinck <teirllm@auburn.edu>
16882
16883 * buff-menu.el (Buffer-menu-use-frame-buffer-list): New user option.
16884 (list-buffers-noselect): Use it.
16885
16886 2005-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
16887
16888 * mail/sendmail.el: Remove unnecessary leading-star in docstrings.
16889 (mail-yank-ignored-headers): Use regexp-opt.
16890 (mail-mode-map): Move initialization into declaration.
16891 (mail-sent-via): Remove unused shadowed var `to-line'.
16892 (mail-mailer-swallows-blank-line): Use with-temp-buffer.
16893 (mail-bury, sendmail-send-it, mail-do-fcc): Use with-current-buffer.
16894 (mail-do-fcc): Use dolist and push.
16895 (mail-mode-fill-paragraph): Pass the arg to fill-region-as-paragraph.
16896 (mail-yank-ignored-headers): Don't autoload.
16897
16898 2005-12-05 Kenichi Handa <handa@m17n.org>
16899
16900 * international/mule-cmds.el (set-language-info-internal): New fun.
16901 (set-language-info): Call set-language-info-internal to update
16902 language-info-alist. If LANG-ENV is the current one, call
16903 set-language-environment to make INFO effective now.
16904 (set-language-info-alist): Likewise.
16905 (locale-language-names): With locale "en", use English
16906 lang. env. but set the default codings to iso-8859-1.
16907
16908 2005-12-04 Nick Roberts <nickrob@snap.net.nz>
16909
16910 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer)
16911 (gdb-speedbar-auto-raise): Echo new state in minibuffer.
16912 (gdb-var-create-handler, gdb-assembler-custom): Use search-forward
16913 for plain strings.
16914 (gdb-frames-mode): Remove redundant call to font-lock-mode.
16915 (gdb-all-registers): Rename from toggle-gdb-all-registers.
16916 Create registers buffer if necessary. Echo new state in minibuffer.
16917 (gdb-registers-mode-map, gdb-registers-mode): Use gdb-all-registers.
16918
16919 2005-12-03 Chong Yidong <cyd@stupidchicken.com>
16920
16921 * info.el (Info-fontify-node): Match external links using
16922 non-directory part of filename.
16923
16924 2005-12-04 Juri Linkov <juri@jurta.org>
16925
16926 * font-core.el (global-font-lock-mode): Use define-global-minor-mode
16927 instead of easy-mmode-define-global-mode. Add `:group font-lock'.
16928 (font-lock-mode): Replace `:group font-lock' with `nil nil nil'
16929 because there is no customization option for it.
16930
16931 * font-lock.el (lisp-font-lock-keywords-1):
16932 Add define-global-minor-mode.
16933
16934 * emacs-lisp/autoload.el (make-autoload): Add define-global-minor-mode.
16935
16936 * emacs-lisp/derived.el (define-derived-mode): Put `definition-name'
16937 properties on the constructed variable names.
16938
16939 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
16940 Put `definition-name' properties on the constructed function names
16941 next-sym and prev-sym.
16942
16943 * emacs-lisp/find-func.el (find-function-regexp):
16944 Add define-global-minor-mode. Replace `easy-mmode-define-global-mode'
16945 with `easy-mmode-define-[a-z-]+'. Add easy-menu-define.
16946 (find-variable-regexp): Add easy-mmode-defmap, easy-mmode-defsyntax
16947 and easy-menu-define.
16948
16949 * emacs-lisp/lisp-mode.el: Put `doc-string-elt' property on
16950 easy-mmode-define-global-mode and define-global-minor-mode.
16951 (lisp-imenu-generic-expression): Add define-global-minor-mode.
16952
16953 * progmodes/cwarn.el (global-cwarn-mode): Use define-global-minor-mode
16954 instead of easy-mmode-define-global-mode.
16955
16956 * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
16957 Use define-minor-mode instead of easy-mmode-define-minor-mode.
16958
16959 * cus-edit.el (customize-group, customize-group-other-window):
16960 Filter out autoloaded options from the group completion list by
16961 using heuristics that autoloaded groups don't have `custom-autoload'
16962 property on their symbols (they have only `custom-loads').
16963
16964 * simple.el (completion-setup-function): Put completions-common-part
16965 face on complete completion string too (i.e. completion string
16966 without completions-first-difference face).
16967
16968 * man.el (Man-section-regexp): Add 0-9 to support "3X11" sections.
16969
16970 2005-12-03 Eli Zaretskii <eliz@gnu.org>
16971
16972 * view.el (view-mode): Doc fix.
16973
16974 * disp-table.el (standard-display-european): Add to the warning
16975 message a reference to the doc string.
16976
16977 * play/yow.el (apropos-zippy): Call print-help-return-message,
16978 similar to other Help and Apropos commands.
16979
16980 * help.el (print-help-return-message): If pop-up-frames is
16981 non-nil, set up help-return-method to delete the help window and,
16982 possibly, its frame as well, and don't display message about
16983 scrolling the help window. Doc fix.
16984 (help-return-method): Doc fix.
16985
16986 2005-12-03 Martin Rudalics <rudalics@gmx.at>
16987
16988 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Fix bug
16989 whereby names of length one or names starting with a
16990 symbol-constituent character would not be returned.
16991
16992 2005-12-03 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
16993
16994 * subr.el (atomic-change-group): Add edebug and indentation spec.
16995
16996 2005-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
16997
16998 * completion.el (save-completions-file-name): Fix typo in last change.
16999
17000 2005-12-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
17001
17002 * info.el: Move back/forward history to the beginning of the tool bar.
17003
17004 2005-12-02 Ken Manheimer <ken.manheimer@gmail.com>
17005
17006 * allout.el (eval-when-compile): Remove unnecessary load of cl.
17007 Add fset of allout-real-isearch-abort during compile to fix
17008 byte-compilation warnings.
17009 (allout-mode-p): Move definition of this macro above all uses, or
17010 byte compilation in barren Emacs (eg, during Emacs build) will
17011 lack the definition.
17012 (allout-mode): Move this variable above any uses, or byte
17013 compilation will fail.
17014 (allout-resolve-xref): Remove use of personal file-reference function.
17015 (allout-toggle-current-subtree-encryption): Do the current (ie,
17016 visible containing) topic, rather than nearest around point. Doc fix.
17017 (allout-toggle-subtree-encryption): New function, workhorse that
17018 works on nearest topic containing point.
17019 (allout-encrypt-string): Signal requirement for newer version of pgg.
17020 (allout-resumptions): Doc fix.
17021
17022 2005-12-02 Eli Zaretskii <eliz@gnu.org>
17023
17024 * international/latexenc.el (latex-inputenc-coding-alist): Doc fix.
17025
17026 2005-12-02 Agustin Martin <agustin.martin@hispalinux.es>
17027
17028 * textmodes/flyspell.el (flyspell-external-point-words):
17029 Consider a misspelling as found in the string search if: (a) misspelling
17030 and found string lengths match, or (b) misspelling is found as
17031 element in a boundary-chars separated longer string, or (c)
17032 ispell-program-name is really ispell and misspelling is found as
17033 part of a TeX string. After successful match move beginning of
17034 search region to end of match. Warn about not found misspellings
17035 once the process is done.
17036 (flyspell-large-region): Do not set ispell-parser to tex if in TeX mode.
17037
17038 2005-12-02 Nick Roberts <nickrob@snap.net.nz>
17039
17040 * progmodes/gud.el (gud-menu-map): Put gud-finish back on the
17041 tool bar (removed inadvertently).
17042
17043 2005-12-02 Juri Linkov <juri@jurta.org>
17044
17045 * log-view.el (log-view-diff): Clarify doc string.
17046
17047 2005-12-01 Bill Wohler <wohler@newt.com>
17048
17049 * Makefile.in (mh-loaddefs.el): Reinsert Change Log as its absence
17050 triggers lm-verify errors.
17051
17052 2005-12-01 Luc Teirlinck <teirllm@auburn.edu>
17053
17054 * simple.el (transient-mark-mode, line-number-mode)
17055 (column-number-mode, size-indication-mode): Remove `:require nil'.
17056
17057 2005-12-01 Nick Roberts <nickrob@snap.net.nz>
17058
17059 * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-2 to gdb-mouse-until
17060 in the margin also.
17061 (gdb-breakpoints-mode-map): Use D instead of d for
17062 gdb-delete-breakpoint.
17063 (gdb-get-frame-number): Require a number to match on.
17064 (gdb-threads-mode-map): Add follow-link binding.
17065
17066 2005-11-30 Jason Rumney <jasonr@gnu.org>
17067
17068 * isearch.el (isearch-mode-map): Avoid exiting search on
17069 language-change event.
17070
17071 2005-11-30 Romain Francoise <romain@orebokech.com>
17072
17073 * speedbar.el (speedbar-default-position): New defcustom.
17074 (speedbar-frame-reposition-smartly): Use it.
17075
17076 * dframe.el (dframe-reposition-frame-emacs): Fix position
17077 computation for `left' location.
17078 Update copyright year.
17079
17080 2005-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
17081
17082 * help.el (help-map): Move initialization into declaration.
17083
17084 * emacs-lisp/autoload.el (make-autoload): Handle defgroup specially.
17085
17086 * help-fns.el (help-argument-name): Don't autoload.
17087 It's useless and triggers a bug in cus-dep.el causing ldefs-boot
17088 to be re-loaded when customizing the `help' group.
17089
17090 2005-11-30 John Paul Wallington <jpw@gnu.org>
17091
17092 * help-fns.el (describe-function-1): Fill arglist output.
17093
17094 2005-11-30 Kim F. Storm <storm@cua.dk>
17095
17096 * emulation/cua-rect.el (cua--rectangle-overlays): Make permanent-local.
17097 (cua--rectangle-post-command): Cleanup overlays and deactivate mark
17098 after revert-buffer (or anything else which kills all local variables).
17099
17100 * apropos.el (apropos-parse-pattern): Doc fix.
17101 Set apropos-regexp directly, rather than expecting callers to do so.
17102 (apropos-command, apropos, apropos-value, apropos-documentation):
17103 Simplify calls to apropos-parse-pattern.
17104
17105 2005-11-29 Chong Yidong <cyd@stupidchicken.com>
17106
17107 * hi-lock.el (hi-lock-line-face-buffer, hi-lock-face-buffer)
17108 (hi-lock-face-phrase-buffer): Use hi-yellow face.
17109 (hi-lock-write-interactive-patterns): Use comment-region.
17110
17111 * longlines.el (longlines-mode): Add mail-setup-hook.
17112
17113 * mail/mailheader.el, mail/sendmail.el: Revert 2005-11-17 changes.
17114
17115 * simple.el (sendmail-user-agent-compose, next-line):
17116 Conditionally use hard-newline.
17117
17118 2005-11-29 Reiner Steib <Reiner.Steib@gmx.de>
17119
17120 * international/latexenc.el (latex-inputenc-coding-alist):
17121 Reword doc string.
17122
17123 2005-11-29 Chong Yidong <cyd@stupidchicken.com>
17124
17125 * help.el (describe-key-briefly, describe-key): Recognize default
17126 bindings.
17127
17128 2005-11-29 Romain Francoise <romain@orebokech.com>
17129
17130 * view.el (view-inhibit-help-message): New defcustom.
17131 (view-mode-enter): Use it.
17132
17133 2005-11-29 Michael Kifer <kifer@cs.stonybrook.edu>
17134
17135 * ediff-wind.el (ediff-setup-control-frame, ediff-make-wide-display):
17136 Preserve user position.
17137
17138 2005-11-28 Luc Teirlinck <teirllm@auburn.edu>
17139
17140 * font-lock.el: Throw error if facemenu is not loaded to prevent
17141 accidental change of loading order in loadup.el. (Suggested by RMS.)
17142
17143 * loadup.el: Add comment explaining why facemenu must be loaded
17144 before font-lock.
17145
17146 2005-11-28 Jay Belanger <belanger@truman.edu>
17147
17148 * calc/calc.el: Change global keybinding for calc-dispatch to "\C-x*".
17149 (calc-dispatch-map): Add more keys for `calc-same-interface'.
17150
17151 * calc/calc-misc.el (calc-dispatch-help): Update docstring.
17152
17153 * calc/calc-embed.el (calc-do-embedded): Update help message.
17154
17155 * calc/calc-prog.el (calc-user-define-invokation): Update help message.
17156
17157 2005-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
17158
17159 * log-edit.el (log-edit-insert-cvs-rcstemplate): Ignore stderr.
17160
17161 * emacs-lisp/elp.el (elp-not-profilable): Replace interactive-p with
17162 called-interactively-p.
17163 (elp-profilable-p): Rename from elp-not-profilable-p.
17164 Invert result and take into account macros and autoloaded functions.
17165 (elp-instrument-function): Update call.
17166 (elp-instrument-package): Update call. Add completion.
17167 (elp-pack-number): Use match-string.
17168 (elp-results-jump-to-definition-by-mouse): Merge into
17169 elp-results-jump-to-definition and then remove.
17170 (elp-output-insert-symname): Make help echo text single-line.
17171
17172 * replace.el (query-replace-map): Move initialization into declaration.
17173 (occur-engine): Use with-current-buffer.
17174 (occur-mode-goto-occurrence): Make it work for mouse-clicks as well.
17175 (occur-mode-mouse-goto): Replace with an alias.
17176
17177 2005-11-28 Juri Linkov <juri@jurta.org>
17178
17179 * simple.el (quoted-insert): Let-bind input-method-function to nil.
17180
17181 * term/w32-win.el: Bind [S-tab] to [backtab].
17182
17183 * info.el (Info-fontify-node): Set 2nd arg `noerror' of
17184 `Info-find-file' to t.
17185
17186 * replace.el (occur-mode-mouse-goto): Pop, don't switch.
17187 (occur-mode-goto-occurrence): Let-bind same-window-buffer-names
17188 and same-window-regexps.
17189 (occur-next-error): Don't move point for arg 0.
17190
17191 2005-11-28 Chong Yidong <cyd@stupidchicken.com>
17192
17193 * replace.el (occur-mode-goto-occurrence): Pop, don't switch.
17194
17195 2005-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
17196
17197 * log-edit.el (log-edit-changelog-use-first): New var.
17198 (log-edit-changelog-ours-p): Use it.
17199 (log-edit-insert-changelog): Set it with new arg `use-first'.
17200 (log-edit-insert-cvs-rcstemplate, log-edit-insert-filenames): New funs.
17201 (log-edit-hook): Add them to the list of suggested options.
17202
17203 * textmodes/flyspell.el (flyspell-last-buffer): New var.
17204 (flyspell-accept-buffer-local-defs): Use it to avoid doing silly
17205 redundant work.
17206 (flyspell-mode-on): Use add-hook for after-change-functions.
17207 (flyspell-mode-off): Use remove-hook for after-change-functions.
17208 (flyspell-changes): Make it buffer-local.
17209 (flyspell-after-change-function): Make it non-interactive. Use push.
17210 (flyspell-post-command-hook): Check input-pending-p while processing
17211 the potentially long list of buffer changes.
17212
17213 2005-11-28 K\e,Aa\e(Broly L\e$,1 q\e(Brentey <lorentey@elte.hu>
17214
17215 * buff-menu.el (list-buffers-noselect): Display the selected
17216 frame's buffer list, not the global one.
17217
17218 2005-11-28 Nick Roberts <nickrob@snap.net.nz>
17219
17220 * xt-mouse.el (xterm-mouse-event): Set last-input-event so
17221 that (list last-input-event) works as in interactive spec.
17222
17223 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
17224
17225 * loadup.el ("facemenu"): Load facemenu before font-lock, because
17226 `facemenu-keymap' needs to be defined when font-lock is loaded.
17227 Otherwise, `M-o M-o' is not bound to `font-lock-fontify-block'.
17228
17229 2005-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
17230
17231 * completion.el: Remove useless leading * in defcustom docstrings.
17232 (save-completions-file-name): Use ~/.emacs.d if available.
17233 (completion-standard-syntax-table): Rename from
17234 cmpl-standard-syntax-table and fold initialization into declaration,
17235 thus removing cmpl-make-standard-completion-syntax-table.
17236 (completion-lisp-syntax-table, completion-c-syntax-table)
17237 (completion-fortran-syntax-table, completion-c-def-syntax-table): Idem.
17238 (cmpl-saved-syntax, cmpl-saved-point): Remove.
17239 (symbol-under-point, symbol-before-point)
17240 (symbol-under-or-before-point, symbol-before-point-for-complete)
17241 (add-completions-from-c-buffer): Use with-syntax-table.
17242 (make-completion): Don't return a list of completion entries.
17243 Update callers.
17244 (cmpl-prefix-entry-head, cmpl-prefix-entry-tail): Use defalias.
17245 (completion-initialize): Rename from initialize-completions.
17246 (completion-find-file-hook): Rename from cmpl-find-file-hook.
17247 (kill-emacs-save-completions): Collect stats here.
17248 (save-completions-to-file, load-completions-from-file):
17249 Use with-current-buffer.
17250 (completion-def-wrapper): Rename from def-completion-wrapper. Make it
17251 into a function. Move all calls to toplevel.
17252 (completion-lisp-mode-hook): New fun.
17253 (completion-c-mode-hook, completion-setup-fortran-mode):
17254 Set the syntax-table here. Use local-set-key.
17255 (completion-saved-bindings): New var.
17256 (dynamic-completion-mode): Make it into a proper minor mode.
17257 (load-completions-from-file): Remove unused var `num-uses'.
17258
17259 * emacs-lisp/cl-macs.el (defstruct): Don't define the default
17260 constructor if it is explicitly overridden.
17261
17262 * complete.el (PC-completion-as-file-name-predicate):
17263 Use minibuffer-completing-file-name.
17264 (partial-completion-mode): Use find-file-not-found-functions.
17265 (PC-lisp-complete-symbol): Use with-syntax-table.
17266 (PC-look-for-include-file): Remove dead setq.
17267 (PC-look-for-include-file, PC-expand-many-files, PC-do-completion)
17268 (PC-complete): Use with-current-buffer.
17269
17270 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): \ doesn't
17271 escape single quotes.
17272
17273 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
17274
17275 * dabbrev.el (dabbrev-completion): Simplify code, by getting rid
17276 of `if' whose condition always returned nil. Doc fix.
17277
17278 * buff-menu.el (Buffer-menu-revert-function): Make the selected
17279 window's buffer the current buffer around the call to
17280 `list-buffers-noselect'. This is necessary to mark that buffer
17281 with a `.' in the Buffer Menu when called from Lisp, for instance
17282 by Auto Revert Mode.
17283
17284 2005-11-28 Nick Roberts <nickrob@snap.net.nz>
17285
17286 * progmodes/gdb-ui.el (gdb-stopped): Detect child process when
17287 attaching to it.
17288 (gdb-pre-prompt): Make sure gdb-error is reset.
17289
17290 * progmodes/gud.el (gud-gdb-marker-filter): When GDB is invoked
17291 with a child process, detect it.
17292 (gud-speedbar-buttons): Match regexp more carefully.
17293
17294 2005-11-27 Richard M. Stallman <rms@gnu.org>
17295
17296 * mouse.el (mouse-drag-move-window-bottom):
17297 Use adjust-window-trailing-edge.
17298
17299 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
17300
17301 * simple.el (blink-matching-open): Ignore
17302 `blink-matching-paren-on-screen' if `show-paren-mode' is enabled.
17303 (blink-matching-paren-on-screen): Update docstring.
17304
17305 * paren.el (show-paren-mode): No longer change
17306 `blink-matching-paren-on-screen'.
17307
17308 2005-11-27 John Paul Wallington <jpw@pobox.com>
17309
17310 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
17311 (gdb-threads-select, gdb-edit-register-value):
17312 Use `posn-set-point' instead of `mouse-set-point' because the
17313 latter is not fbound when configured without X.
17314
17315 2005-11-27 Kim F. Storm <storm@cua.dk>
17316
17317 * emulation/cua-rect.el (cua--highlight-rectangle): Preserve
17318 existing face when partially highlighting a TAB in a rectangle.
17319
17320 2005-11-26 Kim F. Storm <storm@cua.dk>
17321
17322 * ido.el (ido-mode-map): Doc fix.
17323 (ido-mode-common-map, ido-mode-file-map)
17324 (ido-mode-file-dir-map, ido-mode-buffer-map): New keymaps.
17325 (ido-define-mode-map): Rewrite. Select one of the new maps as
17326 parent for ido-mode-map instead of building from scratch.
17327 (ido-init-mode-maps): New defun to initialize new maps.
17328 (ido-mode): Call it.
17329 (ido-switch-buffer): Doc fix -- use \<ido-mode-buffer-map>.
17330 (ido-find-file): Doc fix -- use \<ido-mode-file-map>.
17331
17332 2005-11-26 John Paul Wallington <jpw@pobox.com>
17333
17334 * arc-mode.el (archive-extract): Use `posn-set-point' instead of
17335 `mouse-set-point' because the latter is not fbound when configured
17336 without X.
17337
17338 2005-11-26 Thien-Thi Nguyen <ttn@gnu.org>
17339
17340 * files.el (file-relative-name): Doc fix.
17341
17342 2005-11-26 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at>
17343
17344 * progmodes/octave-inf.el (inferior-octave-startup): Force a
17345 non-empty string for secondary prompt PS2.
17346
17347 2005-11-25 Chong Yidong <cyd@stupidchicken.com>
17348
17349 * progmodes/compile.el (compilation-setup): Fix last change.
17350
17351 2005-11-26 Nick Roberts <nickrob@snap.net.nz>
17352
17353 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
17354 (gdb-mouse-toggle-breakpoint-margin)
17355 (gdb-mouse-toggle-breakpoint-fringe, gdb-threads-select):
17356 Add gdb-server-prefix to keep out of command history.
17357 (gdb-edit-register-value): New function.
17358 (gdb-registers-mode-map): Bind mouse-2 and RET to it.
17359 (gdb-info-registers-custom): Use above map.
17360
17361 2005-11-25 Chong Yidong <cyd@stupidchicken.com>
17362
17363 * custom.el (enable-theme): Signal error if argument is not a
17364 theme. Don't recalculate a face if it's not loaded yet.
17365
17366 * cus-face.el (custom-theme-set-faces): Don't change saved-face if
17367 the `user' theme is in effect.
17368
17369 * info.el (Info-on-current-buffer): Record actual filename in
17370 Info-current-file, instead of t, or a fake filename if a non-file
17371 buffer. Make autoload.
17372 (Info-find-node, Info-revert-find-node): No need to check for
17373 Info-current-file nil.
17374 (Info-set-mode-line, Info-up, Info-copy-current-node-name):
17375 Info-current-file is now never `t'.
17376 (Info-fontify-node): Many simplifications due to Info-current-file
17377 always being valid. Use Info-find-file to find node filename.
17378
17379 2005-11-25 David Kastrup <dak@gnu.org>
17380
17381 * longlines.el (longlines-wrap-line): Reorder wrapping to "insert
17382 new character, then delete" in order to preserve markers.
17383
17384 2005-11-25 David Ponce <david@dponce.com>
17385
17386 * recentf.el (recentf-arrange-by-rule): Handle a special
17387 `auto-mode-alist'-like "strip suffix" rule.
17388 (recentf-build-mode-rules): Handle second level auto-mode entries.
17389
17390 2005-11-25 Michael Kifer <kifer@cs.stonybrook.edu>
17391
17392 * viper-keym.el (viper-ESC-key): Use different values in terminal and
17393 window modes.
17394
17395 * viper.el (viper-emacs-state-mode-list): Delete mail-mode, add
17396 jde-javadoc-checker-report-mode.
17397
17398 * ediff-wind (ediff-make-wide-display): Slight simplification.
17399
17400 * ediff.el (ediff-date): Change the date of last update.
17401
17402 2005-11-24 Chong Yidong <cyd@stupidchicken.com>
17403
17404 * hi-lock.el (hi-lock-buffer-mode): Renamed from `hi-lock-mode'.
17405 Use define-minor-mode, and make it a local mode. Turn on font-lock.
17406 (hi-lock-mode): New global minor mode.
17407 (turn-on-hi-lock-if-enabled): New function.
17408 (hi-lock-line-face-buffer, hi-lock-face-buffer, hi-lock-set-pattern):
17409 Change arguments to regexp and face instead of a font-lock pattern.
17410 Directly set face property, instead of refontifying.
17411 (hi-lock-font-lock-hook): Check if font-lock is being turned on.
17412 (hi-lock-find-patterns): Use line-number-at-pos.
17413
17414 (hi-lock-face-phrase-buffer): Call hi-lock-buffer-mode. Use new
17415 arguments for hi-lock-set-pattern.
17416 (hi-lock-unface-buffer, hi-lock-set-file-patterns):
17417 Call font-lock-fontify-buffer.
17418 (hi-lock-find-file-hook, hi-lock-current-line)
17419 (hi-lock-refontify, hi-lock-set-patterns): Delete unused functions.
17420
17421 (hi-lock-font-lock-hook): Turn off hi-lock when font lock is
17422 turned off.
17423
17424 * progmodes/compile.el (compilation-setup): Don't fiddle with
17425 font-lock-defaults.
17426
17427 2005-11-25 Nick Roberts <nickrob@snap.net.nz>
17428
17429 * progmodes/gdb-ui.el (gdb-var-create-handler)
17430 (gdb-var-list-children-handler): Find values for all variable
17431 objects. gud-speedbar-buttons decides whether to display them.
17432
17433 2005-11-24 Romain Francoise <romain@orebokech.com>
17434
17435 * info.el (Info-speedbar-fetch-file-nodes): Prefix temporary
17436 buffer name with a space.
17437
17438 2005-11-24 Carsten Dominik <dominik@science.uva.nl>
17439
17440 * textmodes/org.el (org-export-plain-list-max-depth): Rename from
17441 `org-export-local-list-max-depth'. Change default value to 3.
17442 (org-auto-renumber-ordered-lists)
17443 (org-plain-list-ordered-item-terminator): New options.
17444 (org-at-item-p, org-beginning-of-item, org-end-of-item)
17445 (org-get-indentation, org-get-string-indentation)
17446 (org-maybe-renumber-ordered-list, org-renumber-ordered-list):
17447 New functions.
17448 (org-move-item-down, org-move-item-up): New commands.
17449 (org-export-as-html): New classes for CSS support. Bug fix in
17450 regular expression detecting fixed-width regions. Respect
17451 `org-local-list-ordered-item-terminator'.
17452 (org-set-autofill-regexps, org-adaptive-fill-function): "1)" is
17453 also a list item.
17454 (org-metaup, org-metadown, org-shiftmetaup, org-shiftmetadown):
17455 New item moving functions.
17456
17457 2005-11-24 Juri Linkov <juri@jurta.org>
17458
17459 * isearch.el (isearch-repeat): With empty search ring set
17460 `isearch-error' to the error string instead of signaling error
17461 with the function `error'.
17462
17463 2005-11-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17464
17465 * term/mac-win.el: Make modifier `ctrl' an alias for `control'.
17466
17467 2005-11-24 Nick Roberts <nickrob@snap.net.nz>
17468
17469 * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): New function
17470 and variable.
17471 (gdb-var-create-handler, gdb-var-list-children-handler):
17472 Don't match on "char **...".
17473 (gdb-var-update-handler): Find values for all variable objects.
17474 (gdb-info-frames-custom): Identify frames by leading "#".
17475
17476 * progmodes/gud.el (gud-speedbar-menu-items): Add
17477 gdb-speedbar-auto-raise as radio button.
17478 (gud-speedbar-buttons): Raise speedbar if requested.
17479 Don't match on "char **...".
17480 (gud-speedbar-buttons): Add (pointer) value for non-leaves.
17481 Make it editable.
17482
17483 2005-11-23 Chong Yidong <cyd@stupidchicken.com>
17484
17485 * info.el (Info-fontify-node): Handle the case where
17486 Info-current-file is t.
17487
17488 2005-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
17489
17490 * simple.el (blink-matching-open): Fix off-by-one in last change.
17491
17492 2005-11-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17493
17494 * term/mac-win.el: Don't change default directory.
17495
17496 2005-11-22 Luc Teirlinck <teirllm@auburn.edu>
17497
17498 * cus-edit.el (Custom-reset-standard): Make it handle Custom group
17499 buffers correctly. (It used to throw an error in such buffers.)
17500 Make it ask for confirmation in group buffers and other Custom
17501 buffers containing more than one customization item.
17502
17503 2005-11-22 John Paul Wallington <jpw@gnu.org>
17504
17505 * net/goto-addr.el (goto-address-fontify): Put `follow-link'
17506 property on mail and url overlays.
17507 (goto-address-at-point): Use `posn-set-point' instead of
17508 `mouse-set-point' because the latter is not fbound when configured
17509 without X.
17510
17511 2005-11-22 Lars Hansen <larsh@soem.dk>
17512
17513 * ls-lisp.el (ls-lisp-parse-symlink): Delete.
17514 (ls-lisp-classify, ls-lisp-format): Delete call to
17515 ls-lisp-parse-symlink.
17516 (ls-lisp-handle-switches): Handle symlinks to directories as
17517 directories when ls-lisp-dirs-first in non-nil.
17518
17519 2005-11-21 Luc Teirlinck <teirllm@auburn.edu>
17520
17521 * startup.el (command-line): Make sure that loaddefs.el is handled
17522 correctly in load-history.
17523
17524 2005-11-22 Nick Roberts <nickrob@snap.net.nz>
17525
17526 * progmodes/gdb-ui.el (gdb-locals-watch-keymap): New local map.
17527 (gdb-struct-string, gdb-array-string): New constants.
17528 (gdb-info-locals-handler): Use them.
17529 (gdb-reset): Reset gdb-var-list to nil.
17530
17531 2005-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
17532
17533 * progmodes/sh-script.el (sh-font-lock-paren): Handle continued lines
17534 in patterns.
17535
17536 2005-11-21 Juri Linkov <juri@jurta.org>
17537
17538 * custom.el (defcustom): Update link types in docstring.
17539
17540 2005-11-20 Martin Rudalics <rudalics@gmx.at>
17541
17542 * custom.el (defgroup): Add doc-string-elt info.
17543
17544 * widget.el (define-widget): Don't use declare for the doc-string-elt.
17545
17546 2005-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
17547
17548 * newcomment.el (comment-enter-backward): Fix last fix.
17549
17550 * simple.el (blink-matching-open):
17551 * paren.el (show-paren-function): Allow new paren-class info.
17552
17553 2005-11-20 Chong Yidong <cyd@stupidchicken.com>
17554
17555 * faces.el: Revert 2005-11-17 change. :ignore-defface is now
17556 handled automagically.
17557
17558 2005-11-20 Andreas Schwab <schwab@suse.de>
17559
17560 * descr-text.el (describe-char): When copying overlays put them
17561 over the full char description instead of just the first character
17562 of it.
17563
17564 2005-11-20 Juri Linkov <juri@jurta.org>
17565
17566 * simple.el (what-cursor-position):
17567 * descr-text.el (describe-char): Use Lisp-readable syntax
17568 for octal and hex. Reorder decimal, octal and hex values.
17569 Remove excess whitespace in the output. Use `=' in `column='
17570 like in `point=' and `Hscroll='.
17571
17572 * international/mule-cmds.el (encoded-string-description):
17573 Use Lisp-readable syntax for hex.
17574
17575 2005-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
17576
17577 * newcomment.el (comment-enter-backward): Handle the case where the
17578 comment is closed by EOB.
17579
17580 2005-11-19 Chong Yidong <cyd@stupidchicken.com>
17581
17582 * longlines.el (longlines-before-revert-hook)
17583 (longlines-after-revert-hook): New functions.
17584 (longlines-mode): Turn off longlines temporarily when reverting.
17585 Add a message-setup-hook.
17586 (longlines-decode-buffer): New function.
17587 (longlines-wrap-line): Preserve marker positions.
17588
17589 2005-11-19 Andreas Schwab <schwab@suse.de>
17590
17591 * emacs-lisp/shadow.el: Handle compressed files.
17592
17593 2005-11-19 Romain Francoise <romain@orebokech.com>
17594
17595 * net/browse-url.el (browse-url-default-browser): Signal an error
17596 if no usable browser can be found, rather than try to load w3.
17597
17598 2005-11-16 Ryan Yeske <rcyeske@gmail.com>
17599
17600 * net/rcirc.el (rcirc-mangle-text): Add bold face property without
17601 replacing existing properties.
17602 (rcirc-my-nick, rcirc-other-nick, rcirc-server)
17603 (rcirc-nick-in-message, rcirc-prompt): Use min-colors and remove
17604 tty specs.
17605 (rcirc-server-prefix, rcirc-server): New faces.
17606 (rcirc-url-regexp): Generate with rx macro.
17607 (rcirc-last-server-message-time): New variable.
17608 (rcirc-filter): Record time of last message.
17609 (rcirc-keepalive): Kill processes that did not send a message
17610 since the last ping.
17611 (rcirc-mode): Give rcirc-topic a local binding here.
17612
17613 2005-11-19 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
17614
17615 * subr.el (read-passwd): Fontify the prompt as we do with other
17616 prompts.
17617
17618 2005-11-19 Ryan Yeske <rcyeske@gmail.com>
17619
17620 * ffap.el (ffap-menu-rescan): Use inhibit-read-only instead of
17621 binding buffer-read-only to nil.
17622
17623 2005-11-19 Eli Zaretskii <eliz@gnu.org>
17624
17625 * complete.el (partial-completion-mode):
17626 Mention completion-auto-help in the doc string.
17627
17628 * man.el (Man-highlight-references): Doc fix. Reformat code in a
17629 more Lisp-ish way.
17630
17631 2005-11-19 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
17632
17633 * ls-lisp.el (ls-lisp-format-file-size): Format file size with 9
17634 digits, not 8, to avoid misalignment for files larger than 100MB.
17635
17636 2005-11-19 Eli Zaretskii <eliz@gnu.org>
17637
17638 * menu-bar.el (menu-bar-describe-menu) <list-keybindings>:
17639 Mention "keyboard shortcuts" in the help text.
17640
17641 2005-11-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17642
17643 * startup.el (fancy-splash-default-action): Discard only
17644 mouse-down and succeeding mouse-up events in the splash screen
17645 window so that drag-n-drop event can be processed.
17646
17647 2005-11-18 Chong Yidong <cyd@stupidchicken.com>
17648
17649 * longlines.el (longlines-mode): Add hacks for mail-mode and
17650 message-mode.
17651
17652 2005-11-18 Carsten Dominik <dominik@science.uva.nl>
17653
17654 * textmodes/org.el (org-table-sort-lines): New command.
17655 (org-tbl-menu): Add entry for `org-table-sort-lines'.
17656 (org-add-file): Command removed, use `org-agenda-file-to-front'
17657 instead.
17658 (org-export-icalendar): Use `org-icalendar-combined-name'.
17659 (org-cycle-agenda-files, org-agenda-file-to-end)
17660 (org-agenda-file-to-front): New commands.
17661 (org-table-tab-jumps-over-hlines, org-export-html-style):
17662 New options.
17663 (org-table-next-field): Use `org-table-tab-jumps-over-hlines'.
17664 (org-at-table.el-p, org-set-autofill-regexps, org-html-protect):
17665 New functions.
17666 (org-fill-paragraph): Call `org-table-align' in tables.
17667 (org-mode): Call `org-set-autofill-regexps'.
17668 (org-export-as-html): Support for local handformatted lists.
17669 Modified to produce valid HTML 4.0. Use `org-export-html-style'.
17670 (org-export-local-list-max-depth): New option.
17671 (org-html-expand): Use `org-html-protect'.
17672
17673 2005-11-18 Nick Roberts <nickrob@snap.net.nz>
17674
17675 * progmodes/gud.el (gud-install-speedbar-variables): Bind gud-pp
17676 to "p".
17677 (gdb): Move definition of gud-pp to...
17678
17679 * progmodes/gdb-ui.el (gdb-ann3): ...here. Make it work in the
17680 speedbar.
17681 (gdb-find-watch-expression): New function.
17682
17683 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
17684
17685 * faces.el (face-attribute, set-face-attribute): Mention existence
17686 of `:ignore-defface' setting in docstring.
17687
17688 2005-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
17689
17690 * simple.el (completion-setup-function): Fix last change.
17691
17692 2005-11-17 John Paul Wallington <jpw@pobox.com>
17693
17694 * ibuf-ext.el (ibuffer-interactive-filter-by-mode):
17695 Use `posn-set-point' instead of `mouse-set-point' because the
17696 latter is not fbound when configured without X.
17697
17698 * comint.el (comint-insert-input): Likewise.
17699
17700 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
17701
17702 * simple.el (hard-newline): New variable.
17703 (sendmail-user-agent-compose, next-line): Use it.
17704
17705 * mail/sendmail.el (mail-setup, mail-send, mail-insert-from-field)
17706 (sendmail-send-it, mail-do-fcc, mail-cc, mail-bcc, mail-fcc)
17707 (mail-mail-reply-to, mail-mail-followup-to)
17708 (mail-position-on-field, mail-signature, mail-yank-original)
17709 (mail-attach-file): Likewise.
17710
17711 * mail/mailheader.el (mail-header-format)
17712 (mail-header-format-function): Likewise.
17713
17714 * add-log.el (add-change-log-entry, change-log-merge): Likewise.
17715
17716 2005-11-17 Juri Linkov <juri@jurta.org>
17717
17718 * font-lock.el (font-lock-faces): Rename this defgroup from
17719 `font-lock-highlighting-faces'.
17720 (font-lock-comment-face, font-lock-comment-delimiter-face)
17721 (font-lock-string-face, font-lock-doc-face)
17722 (font-lock-keyword-face, font-lock-builtin-face)
17723 (font-lock-function-name-face, font-lock-variable-name-face)
17724 (font-lock-type-face, font-lock-constant-face)
17725 (font-lock-warning-face, font-lock-negation-char-face)
17726 (font-lock-preprocessor-face)
17727 (font-lock-regexp-grouping-backslash)
17728 (font-lock-regexp-grouping-construct): Rename :group from
17729 `font-lock-highlighting-faces' to `font-lock-faces'.
17730
17731 * cus-edit.el (lisp, c, tex):
17732 * progmodes/ada-mode.el (ada):
17733 * progmodes/asm-mode.el (asm):
17734 * progmodes/cperl-mode.el (cperl-faces):
17735 * progmodes/cpp.el (cpp):
17736 * progmodes/dcl-mode.el (dcl):
17737 * progmodes/f90.el (f90):
17738 * progmodes/fortran.el (fortran):
17739 * progmodes/icon.el (icon):
17740 * progmodes/idlwave.el (idlwave-misc):
17741 * progmodes/m4-mode.el (m4):
17742 * progmodes/make-mode.el (makefile):
17743 * progmodes/meta-mode.el (meta-font):
17744 * progmodes/modula2.el (modula2):
17745 * progmodes/octave-mod.el (octave):
17746 * progmodes/pascal.el (pascal):
17747 * progmodes/perl-mode.el (perl):
17748 * progmodes/prolog.el (prolog):
17749 * progmodes/ps-mode.el (PostScript-edit):
17750 * progmodes/scheme.el (scheme):
17751 * progmodes/sh-script.el (sh-script):
17752 * progmodes/simula.el (simula):
17753 * progmodes/tcl.el (tcl):
17754 * textmodes/nroff-mode.el (nroff):
17755 * textmodes/reftex-vars.el (reftex-fontification-configurations):
17756 * textmodes/sgml-mode.el (sgml):
17757 * textmodes/texinfo.el (texinfo):
17758 Add :link (custom-group-link font-lock-faces) to defgroup.
17759
17760 * hi-lock.el (hi-lock): Rename this defgroup from
17761 `hi-lock-interactive-text-highlighting'. Change parent group from
17762 `faces' to `font-lock'. Add link to the manual.
17763 (hi-lock-mode, hi-lock-file-patterns-range)
17764 (hi-lock-exclude-modes, hi-lock-faces): Rename :group from
17765 `hi-lock-interactive-text-highlighting' to `hi-lock'.
17766 (hi-lock-faces): Add :group `faces'.
17767
17768 * cus-edit.el (custom-variable-prompt): Clarify the code.
17769
17770 * faces.el (face-read-string): Set the default value arg of
17771 completing-read.
17772
17773 2005-11-16 Luc Teirlinck <teirllm@auburn.edu>
17774
17775 * rfn-eshadow.el (file-name-shadow-properties)
17776 (file-name-shadow-tty-properties, file-name-shadow-mode):
17777 Remove autoloads, because the file is now preloaded.
17778
17779 2005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
17780
17781 * printing.el (easy-menu-intern): Don't define.
17782 (pr-get-symbol): Use easy-menu-intern only if defined.
17783
17784 * simple.el (blink-matching-open): Simplify a bit.
17785 (completion-setup-function): Fix the case of partial-completion-mode
17786 when the minibuffer's contents start with "-".
17787 Obey completion-base-size-function even when
17788 minibuffer-completing-file-name is non-nil.
17789
17790 2005-11-16 Richard M. Stallman <rms@gnu.org>
17791
17792 * net/eudcb-ph.el (eudc-ph-open-session):
17793 Use set-process-query-on-exit-flag.
17794
17795 * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-contents.
17796
17797 * international/ucs-tables.el (ucs-set-table-for-input):
17798 Use make-local-variable, not make-variable-buffer-local.
17799
17800 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
17801 Improve warning message text.
17802
17803 * savehist.el (savehist-save-hook): Add :group.
17804
17805 * menu-bar.el (menu-bar-help-menu):
17806 Rename Find Extra Packages to External Packages.
17807
17808 * cus-edit.el (Custom-reset-standard): Verify that
17809 :custom-standard-value prop exists before calling it.
17810
17811 * apropos.el (apropos-calc-scores): Use apropos-pattern.
17812
17813 2005-11-16 Martin Rudalics <rudalics@gmx.at>
17814
17815 * wid-edit.el (color): Enclose %t in %{...%}.
17816
17817 * cus-edit.el (face): Enclose %t in %{...%}.
17818
17819 2005-11-16 Hrvoje Niksic <hniksic@xemacs.org>
17820
17821 * savehist.el (savehist-mode-hook): Re-add the var.
17822 (savehist-mode): Use it.
17823
17824 2005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
17825
17826 * textmodes/flyspell.el: Fix commenting convention.
17827 Remove unnecessary leading * in custom docstrings.
17828 (flyspell-emacs): Remove unused var.
17829 (flyspell-delete-region-overlays): Use remove-overlays.
17830 (flyspell-accept-buffer-local-defs): Use save-current-buffer.
17831 (flyspell-debug-signal-no-check, flyspell-debug-signal-changed-checked)
17832 (flyspell-debug-signal-pre-word-checked, flyspell-post-command-hook)
17833 (flyspell-debug-signal-word-checked): Use with-current-buffer.
17834 (make-flyspell-overlay): Don't locally reuse a global name.
17835 (flyspell-highlight-incorrect-region)
17836 (flyspell-highlight-duplicate-region): Use flyspell-unhighlight-at.
17837 (flyspell-check-previous-highlighted-word): Use flyspell-overlay-p.
17838 (flyspell-notify-misspell): Remove unused args `start' and `end'.
17839 (flyspell-word): Adjust call accordingly. Use ispell-send-string.
17840 Wrap calls to accept-process-output inside with-local-quit since it's
17841 often called from a post-command-hook.
17842 (flyspell-correct-word, flyspell-auto-correct-word):
17843 Use ispell-send-string.
17844 (flyspell-xemacs-popup): Remove unused arg `event'. Update call.
17845
17846 * calendar/diary-lib.el (diary-list-entries): Also hide the
17847 terminating newline.
17848
17849 2005-11-16 Carsten Dominik <dominik@science.uva.nl>
17850
17851 * textmodes/reftex.el (reftex-use-fonts): Remove the check for
17852 window-system, to allow fonts on tty.
17853
17854 2005-11-17 Nick Roberts <nickrob@snap.net.nz>
17855
17856 * progmodes/gud.el (gud-speedbar-item-info): New function.
17857 (gud-install-speedbar-variables): Use it to display data type
17858 of watch expression as a tooltip in speedbar.
17859
17860 2005-11-15 Luc Teirlinck <teirllm@auburn.edu>
17861
17862 * font-core.el (global-font-lock-mode): Add :version keyword,
17863 because default was changed.
17864
17865 * jka-cmpr-hook.el (auto-compression-mode): Ditto.
17866
17867 * startup.el (command-line): Use `custom-reevaluate-setting' for
17868 `file-name-shadow-mode'.
17869
17870 * loadup.el: Preload rfn-eshadow.
17871
17872 * rfn-eshadow.el (file-name-shadow-mode): Set :init-value to t.
17873 Add :version keyword.
17874 (file-name-shadow-properties, file-name-shadow-tty-properties)
17875 (file-name-shadow): Add :version keyword.
17876
17877 * cus-edit.el (custom-add-parent-links): Fix bug whereby, for
17878 instance, `(fringe custom-face)' shadowed `(fringe custom-group)'
17879 in the custom-group property of the symbol frames and the fringe
17880 group got no link to its parent group frames.
17881 Doc fix.
17882
17883 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
17884
17885 * progmodes/gud.el (gud-stop-subjob): New function.
17886 (gud-menu-map, gud-tool-bar-map): Use it.
17887
17888 2005-11-16 Kim F. Storm <storm@cua.dk>
17889
17890 * progmodes/gud.el (gud-menu-map): Let [stop] stop program rather
17891 than kill it.
17892 (gud-tool-bar-map): Likewise. Move cont/until/finish buttons
17893 to a more useful/logical place.
17894
17895 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
17896
17897 * progmodes/gud.el (gud-menu-map): Make visibility of stop and
17898 go buttons complementary.
17899
17900 2005-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
17901
17902 * rfn-eshadow.el (rfn-eshadow-regexp): Remove.
17903 (rfn-eshadow-sifn-equal): New function.
17904 (rfn-eshadow-update-overlay): Rewrite to use substitute-in-file-name.
17905
17906 2005-11-15 Michael Kifer <kifer@cs.stonybrook.edu>
17907
17908 * viper-utils.el (viper-non-word-characters-reformed-vi):
17909 Quote `-' in string.
17910
17911 * viper.el (viper-emacs-state-mode-list): Ensure that
17912 rcirc-mode buffers come up in Emacs state.
17913
17914 * ediff-util.el (ediff-make-temp-file): Use proper file-name-handler
17915 operation.
17916
17917 2005-11-15 Dan Nicolaescu <dann@ics.uci.edu>
17918
17919 * term.el (term-termcap-format): Fix typos.
17920 (term-down): Fix the negative argument case.
17921
17922 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
17923
17924 * progmodes/gdb-ui.el: Remove face-alias left over from change on
17925 2005-08-15.
17926 (gdb-ann3): New command gud-go.
17927 (menu): Accomodate gdb-mi.el.
17928 (gdb-assembler-custom): Make buffer of selected window current
17929 so that set-window-point works.
17930
17931 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Re-define
17932 buttons and include new ones.
17933
17934 2005-11-16 Kim F. Storm <storm@cua.dk>
17935
17936 * progmodes/gud.el (gud-tool-bar-item-visible-no-fringe): New function.
17937 (gud-menu-map): Use it.
17938
17939 2005-11-14 Luc Teirlinck <teirllm@auburn.edu>
17940
17941 * jka-cmpr-hook.el (auto-compression-mode): Enable it in a way
17942 that works correctly for Custom and that does not override a user
17943 who disables it.
17944
17945 * help-mode.el (help-make-xrefs, help-xref-on-pp)
17946 (help-xref-interned, help-follow): Make hyperlinks for variables
17947 that are unbound, but have a non-nil variable-documentation property.
17948
17949 * emacs-lisp/derived.el (define-derived-mode): Remove defvar for
17950 mode hook. (It conflicted with defcustoms for some mode hooks.)
17951 Use the `variable-documentation' property to give the mode hook a
17952 docstring and expand that docstring.
17953
17954 2005-11-14 Hrvoje Niksic <hniksic@xemacs.org>
17955
17956 * savehist.el (savehist-mode): Don't bother with
17957 `custom-set-minor-mode'.
17958 (savehist-coding-system): Check XEmacs version.
17959 (history-length): Declare also at run time.
17960 (savehist-mode): Don't emit a message. Don't run the minor mode hook.
17961 Don't set the customize state.
17962 (savehist-minibuffer-hook): Special case for when
17963 minibuffer-history-variable is equal to t.
17964
17965 2005-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
17966
17967 * files.el (write-file): Refresh VC status.
17968
17969 * calendar/diary-lib.el (diary-list-entries, diary-show-all-entries)
17970 (mark-diary-entries, make-diary-entry): Check default-major-mode rather
17971 than fundamental-mode to see if the mode was set.
17972
17973 2005-11-14 Romain Francoise <romain@orebokech.com>
17974
17975 * dired-x.el: If `vm-visit-folder' doesn't exist, define it as a
17976 dummy function in `eval-when-compile' to avoid compiler warning.
17977 Require `man' at compile time.
17978
17979 2005-11-14 Jay Belanger <belanger@truman.edu>
17980
17981 * calc-alg.el (calcFunc-write-out-power): Rename it to
17982 calcFunc-powerexpand.
17983 (math-write-out-power): Rename it to math-powerexpand; have it
17984 handle negative exponents.
17985 (calc-writeoutpower): Rename it to calc-powerexpand.
17986
17987 * calc-ext.el: Change calcFunc-writeoutpower and
17988 calc-writeoutpower to calcFunc-powerexpand and calc-powerexpand in
17989 autoloads.
17990 Add calcFunc-ldiv to autoloads.
17991
17992 * calc-arith.el (calcFunc-ldiv): New function.
17993
17994 * calc.el (calc-left-divide): New function.
17995
17996 2005-11-14 Juri Linkov <juri@jurta.org>
17997
17998 * cus-edit.el (custom-variable-prompt): Set the default value arg
17999 of completing-read.
18000
18001 * cus-dep.el (custom-make-dependencies): Reverse the list of
18002 found dependencies.
18003
18004 2005-11-14 Dan Nicolaescu <dann@ics.uci.edu>
18005
18006 * menu-bar.el (menu-bar-options-menu): Delete "Syntax
18007 Highlighting" entry, it is on by default now.
18008 (menu-bar-options-save): Do not save global-font-lock-mode.
18009
18010 2005-11-13 Richard M. Stallman <rms@gnu.org>
18011
18012 * textmodes/flyspell.el (flyspell-large-region):
18013 Call flyspell-accept-buffer-local-defs.
18014
18015 2005-11-13 Agustin Martin <agustin.martin@hispalinux.es>
18016
18017 * textmodes/flyspell.el (flyspell-notify-misspell):
18018 Fix misspelling of "Misspelling".
18019 (flyspell-process-localwords): New function.
18020 (flyspell-large-region): Call flyspell-process-localwords and
18021 flyspell-delete-region-overlays.
18022 (flyspell-delete-region-overlays): New function.
18023 (flyspell-delete-all-overlays): Call that.
18024
18025 2005-11-13 Richard M. Stallman <rms@gnu.org>
18026
18027 * help.el (help-for-help-internal): Improve doc of C-h a.
18028 (describe-key): Improve prompt; doc fix.
18029
18030 2005-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
18031
18032 * vc-svn.el (vc-svn-registered): Catch all errors.
18033
18034 * cus-dep.el (custom-make-dependencies): Typo.
18035
18036 2005-11-13 Michael Albinus <michael.albinus@gmx.de>
18037
18038 * net/tramp-util.el (top): Fix compilation warning.
18039
18040 2005-11-13 Kim F. Storm <storm@cua.dk>
18041
18042 * help.el (help-for-help-internal): Fix `a' entry. Add `d' entry.
18043
18044 2005-11-13 Nick Roberts <nickrob@snap.net.nz>
18045
18046 * progmodes/gud.el (gud-menu-map): Move parentheses (again).
18047 (gud-speedbar-buttons): Match on "const char *" too.
18048
18049 * progmodes/gdb-ui.el (gdb-var-create-handler)
18050 (gdb-var-list-children-handler): Match on "const char *" too.
18051 (gdb-var-evaluate-expression-handler): Match on empty string.
18052 (gdb-var-update-handler): Only call
18053 gdb-var-evaluate-expression-handler when required.
18054
18055 2005-11-13 Nick Roberts <nickrob@snap.net.nz>
18056
18057 * progmodes/gud.el (gud-menu-map): Revert to window-fringes for
18058 selected window. This still doesn't work for speedbar.
18059 (gud-speedbar-buttons): Handle string expressions properly.
18060
18061 * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
18062 (gdb-var-create-handler): Handle string expressions properly.
18063 (gdb-var-list-children-regexp, gdb-var-list-children-handler):
18064 Handle string expressions properly. Move "type" field into regexp.
18065
18066 2005-11-12 Karl Fogel <kfogel@red-bean.com>
18067
18068 * bookmark.el (bookmark-maybe-message): New function to reduce
18069 code duplication: invokes `message' iff baud-rate is high enough.
18070 (bookmark-write-file): Use above instead of an inline conditional.
18071 (bookmark-load): Same.
18072
18073 2005-11-12 Karl Fogel <kfogel@red-bean.com>
18074
18075 * bookmark.el (bookmark-write-file): Don't visit the destination
18076 file, just write the data to it using write-region. This is
18077 similar to saveplace.el at 2005-05-29T08:36:26Z!rms@gnu.org, but with an additional
18078 change to avoid visiting the file in the first place.
18079
18080 2005-11-12 Chong Yidong <cyd@stupidchicken.com>
18081
18082 * hi-lock.el (hi-lock-mode): Set the default value of
18083 font-lock-defaults.
18084
18085 2005-11-11 Luc Teirlinck <teirllm@auburn.edu>
18086
18087 * find-lisp.el (find-lisp-find-dired-insert-file): Pass `string'
18088 arg to `file-attributes'.
18089 (find-lisp-format): The UID and GID can now be strings.
18090
18091 2005-11-12 Kim F. Storm <storm@cua.dk>
18092
18093 * help.el (help-map): Bind C-h d to apropos-documentation.
18094
18095 * simple.el (what-cursor-position): Print (EOB) instead of (100%)
18096 when point is at end-of-buffer.
18097
18098 * apropos.el (apropos-match-face): Doc fix.
18099 (apropos-sort-by-scores): Add new choice `verbose'.
18100 (apropos-documentation-sort-by-scores): New defcustom.
18101 (apropos-pattern): Now contains the pattern entered by the user.
18102 (apropos-pattern-quoted): New defvar.
18103 (apropos-regexp): New defvar, containing the regexp corresponding
18104 to apropos-pattern.
18105 (apropos-all-words-regexp): Rename from apropos-all-regexp.
18106 (apropos-read-pattern): New defun. Use it to read pattern arg in
18107 interactive calls; returns list of words for a word list, and
18108 string for a regexp.
18109 (apropos-parse-pattern): Rename from apropos-rewrite-regexp. Now
18110 parses a list of words or regexp as returned by apropos-read-pattern.
18111 (apropos-calc-scores): Return nil if apropos-regexp doesn't match.
18112 (apropos-score-doc): Return a very high score if the string
18113 entered by the user matches literally.
18114 (apropos-variable): Doc fix. Use apropos-read-pattern.
18115 (apropos-command): Doc fix. Use apropos-read-pattern and
18116 apropos-parse-pattern. Call apropos-print with nosubst=t.
18117 (apropos, apropos-value): Doc fix. Use apropos-read-pattern and
18118 apropos-parse-pattern.
18119 (apropos-documentation): Doc fix. Use apropos-read-pattern and
18120 apropos-parse-pattern. Locally bind apropos-sort-by-scores to
18121 apropos-documentation-sort-by-scores. Call apropos-print with
18122 nosubst=t.
18123 (apropos-documentation-internal): Pass doc string through
18124 substitute-key-definition before adding text properties.
18125 Highlight substring matching literal user input if possible.
18126 (apropos-documentation-check-doc-file): Remove locals beg and end.
18127 Fix calculation of score (as added twice). Pass doc string through
18128 substitute-key-definition before adding text properties.
18129 (apropos-documentation-check-elc-file): Pass doc string through
18130 substitute-key-definition before adding text properties.
18131 Highlight substring matching literal user input if possible.
18132 (apropos-print): Add new arg NOSUBST; if set, command and variable
18133 doc strings have already been passed through substitute-key-definition.
18134 Add code to handle apropos-accumulator items without score element
18135 for backwards compatibility (e.g. with woman package).
18136 Only show scores if apropos-sort-by-scores is `verbose'.
18137
18138 2005-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
18139
18140 * jka-cmpr-hook.el (jka-compr-install): Use push and dolist.
18141 Add jka-compr-load-suffixes to load-suffixes.
18142
18143 * jka-compr.el: Require jka-cmpr-hook.
18144 (jka-compr-info-compress-message, jka-compr-info-compress-program)
18145 (jka-compr-info-compress-args, jka-compr-info-uncompress-message)
18146 (jka-compr-info-uncompress-program, jka-compr-info-uncompress-args)
18147 (jka-compr-info-can-append, jka-compr-info-strip-extension)
18148 (jka-compr-info-file-magic-bytes, jka-compr-get-compression-info)
18149 (jka-compr-info-regexp): Remove. Provided by jka-cmpr-hook.
18150 (jka-compr-uninstall): Remove entries from
18151 jka-compr-added-to-file-coding-system-alist after they are used.
18152 (jka-compr-error): Remove unused var `curbuf'.
18153 (jka-compr-file-local-copy): Remove unused var `notfound'.
18154
18155 2005-11-10 Romain Francoise <romain@orebokech.com>
18156
18157 * apropos.el (apropos-calc-scores): Use `apropos-pattern'.
18158
18159 2005-11-11 Nick Roberts <nickrob@snap.net.nz>
18160
18161 * progmodes/gud.el (gud-menu-map): Move parentheses.
18162 (gdb): New command gud-pv.
18163
18164 2005-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
18165
18166 * tar-mode.el: Remove spurious or unnecessary leading stars
18167 in docstrings.
18168 (tar-header-block-tokenize): Also obey default-file-name-coding-system.
18169 (tar-parse-octal-integer-safe): Use mapc.
18170 (tar-header-block-summarize): Remove unused var `ck'.
18171 (tar-summarize-buffer): Don't clear the modified-p bit if it wasn't
18172 cleared before. Obey default-enable-multibyte-characters.
18173 Use mapconcat. Simplify setting of tar-header-offset.
18174 (tar-mode-map): Move initialization inside delcaration.
18175 (tar-flag-deleted): Use `abs'.
18176 (tar-expunge-internal): Remove unused var `line'.
18177 (tar-expunge-internal): Don't hardcode point-min==1.
18178 (tar-expunge): Widen while doing set-buffer-multibyte.
18179 (tar-rename-entry): Use file-name-coding-system.
18180 (tar-alter-one-field): Don't hardcode point-min==1.
18181 (tar-subfile-save-buffer): string-as-unibyte works on unibyte strings.
18182 (tar-pad-to-blocksize): Don't hardcode point-min==1. Clarify the code.
18183
18184 2005-11-10 Masatake YAMATO <jet@gyve.org>
18185
18186 * add-log.el (add-log-current-defun): Handle class::method
18187 notation of c++. Fix incorrect comment.
18188
18189 2005-11-10 Alan Mackenzie <acm@muc.de>
18190
18191 * help-fns.el (describe-variable): Make C-h v work when a variable
18192 has variable documentation yet is unbound.
18193
18194 2005-11-10 Masatake YAMATO <jet@gyve.org>
18195
18196 * man.el (Man-highlight-references): Set an empty
18197 string to `Man-arguments' if it is nil.
18198 Suggested by Reiner Steib <Reiner.Steib@gmx.de>.
18199
18200 2005-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
18201
18202 * Makefile.in (mh-loaddefs.el, loaddefs.el): Better follow the
18203 commenting conventions.
18204
18205 * cus-dep.el (custom-make-dependencies): Simplify.
18206 Better follow the commenting conventions.
18207
18208 2005-11-09 Richard M. Stallman <rms@gnu.org>
18209
18210 * apropos.el (apropos-pattern): Rename from apropos-regexp.
18211 (apropos-orig-pattern): Rename from apropos-orig-regexp.
18212 All uses changed.
18213 (apropos-rewrite-regexp): Doc fix.
18214 (apropos-variable, apropos-command, apropos, apropos-value):
18215 Change prompt; carry through the argument renaming.
18216
18217 2005-11-09 Luc Teirlinck <teirllm@auburn.edu>
18218
18219 * find-lisp.el: Require dired.
18220 (find-lisp-find-dired-internal): Do not call
18221 `abbreviate-file-name' on DIR.
18222
18223 2005-11-10 Nick Roberts <nickrob@snap.net.nz>
18224
18225 * progmodes/gud.el (gdb): Make gud-pp use user-defined command pp1.
18226
18227 2005-11-09 Nick Roberts <nickrob@snap.net.nz>
18228
18229 * progmodes/gud.el (gud-menu-map): Ensure tool-bar is constant
18230 when using the speedbar.
18231 (gdb): New command gud-pp.
18232 (gud-menu-map, gud-tool-bar-map): Put it on the tool bar.
18233
18234 2005-11-09 Juri Linkov <juri@jurta.org>
18235
18236 * replace.el (occur-excluded-properties): New defcustom.
18237 (occur-1, occur-engine, occur-accumulate-lines): Use it.
18238
18239 2005-11-08 Jay Belanger <belanger@truman.edu>
18240
18241 * calc/calc-units.el (math-convert-units): Replace any composite
18242 unit by its definition.
18243
18244 2005-11-08 Lars Hansen <larsh@soem.dk>
18245
18246 * emacs-lisp/autoload.el (update-directory-autoloads):
18247 Add obsolete function alias.
18248
18249 2005-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
18250
18251 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
18252 comment-indent-function.
18253 (lisp-comment-indent): Replace by an alias for comment-indent-default.
18254
18255 * reveal.el (reveal-post-command): Rework the handling of
18256 reveal-open-spots, so as to be more reliable. There were several
18257 tricky corner cases where an open spot might be lost, or where
18258 a closed spot might end up on the list of open spots.
18259 Only reveal text that's ellipsised.
18260
18261 2005-11-07 Carsten Dominik <dominik@science.uva.nl>
18262
18263 * textmodes/org.el (org-export-as-html): Remove bogus (debug) form.
18264
18265 2005-11-07 John Paul Wallington <jpw@gnu.org>
18266
18267 * ibuffer.el (ibuffer): Search iconified frames too when
18268 getting Ibuffer buffer's window.
18269
18270 2005-11-06 Richard M. Stallman <rms@gnu.org>
18271
18272 * progmodes/compile.el (compilation-internal-error-properties):
18273 save-excursion around the computation of MARKER.
18274
18275 2005-11-06 Piet van Oostrum <piet@cs.uu.nl>
18276
18277 * textmodes/flyspell.el (flyspell-external-point-words):
18278 flyspell-get-word returns a list, not just a string.
18279
18280 2005-11-06 John Paul Wallington <jpw@pobox.com>
18281
18282 * ibuffer.el (ibuffer): Search all visible frames when getting
18283 Ibuffer buffer's window.
18284
18285 2005-11-07 Masatake YAMATO <jet@gyve.org>
18286
18287 * man.el (Man-reference-regexp): Accept spaces between
18288 `Man-name-regexp' and `Man-section-regexp'.
18289 (Man-apropos-regexp): New variable.
18290 (Man-abstract-xref-man-page): Use value for `Man-target-string'
18291 if available.
18292 (Man-highlight-references, Man-highlight-references0):
18293 Handle the case when `Man-arguments' includes "-k".
18294 (Man-highlight-references0): Rename the argument `TARGET-POS' to
18295 `TARGET'. `TARGET' can be a number, function or nil.
18296
18297 2005-11-06 Nick Roberts <nickrob@snap.net.nz>
18298
18299 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-var-delete)
18300 (gdb-edit-value, gdb-speedbar-expand-node, gdb-get-create-buffer)
18301 (gdb-breakpoints-mode, gdb-toggle-breakpoint, gdb-delete-breakpoint)
18302 (gdb-goto-breakpoint, gdb-frames-mode, gdb-registers-mode)
18303 (gdb-locals-mode, gdb-find-file-hook): Use buffer-local-value.
18304 (gdb-send-item): Use buffer-local-value and simplify.
18305
18306 2005-11-05 Luc Teirlinck <teirllm@auburn.edu>
18307
18308 * startup.el (command-line): Use `custom-reevaluate-setting' for
18309 `global-font-lock-mode'.
18310
18311 * font-core.el (global-font-lock-mode): Enable `global-font-lock-mode'
18312 by default, except in batch mode or when the -D option is given.
18313
18314 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Pass all
18315 specified keyword args on to `define-minor-mode'. Update docstring.
18316
18317 2005-11-05 Romain Francoise <romain@orebokech.com>
18318
18319 * replace.el (occur-engine): Add marker at end of line, too.
18320
18321 2005-11-04 Ken Manheimer <ken.manheimer@gmail.com>
18322
18323 * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
18324 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
18325 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
18326 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
18327 argument to all these routines, so the passphrase can be managed
18328 externally and passed in to the system.
18329 (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
18330 pgg-add-passphrase-to-cache function.
18331
18332 * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
18333 (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
18334 (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
18335 (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
18336 argument to all these routines, so the passphrase can be managed
18337 externally and passed in to the system.
18338 (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
18339 function.
18340
18341 2005-11-04 Dan Nicolaescu <dann@ics.uci.edu>
18342
18343 * font-lock.el: Don't deal with font-lock-face-attributes here,
18344 move the code ...
18345
18346 * startup.el (command-line): ... here. Use face-spec-set instead
18347 of custom-declare-face.
18348
18349 * faces.el (face-spec-set): Reset the face if spec is not nil.
18350
18351 2005-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
18352
18353 * newcomment.el (comment-region-internal): Box more tightly in the
18354 common case where there's no TAB in the boxed text.
18355
18356 2005-11-04 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
18357
18358 * info.el (info-tool-bar-map): Use images prev-node, next-node and
18359 up-node.
18360
18361 2005-11-04 Ulf Jasper <ulf.jasper@web.de>
18362
18363 * newsticker.el: Commentary updated. Code formatting changed.
18364 (newsticker-version): Change to "1.9".
18365 (newsticker, newsticker-feed): Doc fix.
18366 (newsticker-url-list): Doc fix. Add option "Weekly".
18367 (newsticker-retrieval-interval): Add option "Weekly".
18368 (newsticker-headline-processing): Doc fix.
18369 (newsticker-auto-mark-filter): Remove.
18370 (newsticker-auto-mark-filter-list): New.
18371 (newsticker-layout, newsticker-sort-method): Doc fix.
18372 (newsticker-hide-old-items-in-newsticker-buffer)
18373 (newsticker-heading-format, newsticker-item-format)
18374 (newsticker-desc-format): Doc fix.
18375 (newsticker-show-all-rss-elements): Remove.
18376 (newsticker-show-all-news-elements): New.
18377 (newsticker-faces, newsticker-ticker): Doc fix.
18378 (remove-from-invisibility-spec): Code formatting.
18379 (newsticker--process-ids): New.
18380 (newsticker-mode): Doc fix.
18381 (newsticker-mode): Change mode-line-format.
18382 (newsticker-start): Remove debug output.
18383 (newsticker-start-ticker): Doc fix. Add autoload cookie.
18384 (newsticker-w3m-show-inline-images): Code formatting.
18385 (newsticker-next-item): Call `force-mode-line-update'.
18386 (newsticker-previous-item): Call `force-mode-line-update'.
18387 (newsticker-next-feed): Call `force-mode-line-update'.
18388 (newsticker-previous-feed): Call `force-mode-line-update'.
18389 (newsticker-mark-all-items-at-point-as-read): Code formatting.
18390 (newsticker-show-old-items): Do not show descs.
18391 (newsticker-hide-entry): Hide too much.
18392 (newsticker-hide-entry, newsticker-show-entry)
18393 (newsticker-toggle-auto-narrow-to-feed): Code formatting.
18394 (newsticker-set-auto-narrow-to-feed): Update buffer immediately.
18395 (newsticker-toggle-auto-narrow-to-item): Code formatting.
18396 (newsticker-set-auto-narrow-to-item): Update buffer immediately.
18397 (newsticker-running-p, newsticker-ticker-running-p): Autoload cookie.
18398 (newsticker-get-news): Call `force-mode-line-update'.
18399 Collect process ids.
18400 (newsticker--sentinel): Change coding system handling.
18401 Move image retrieval to new functions newsticker--get-logo-url-*.
18402 Move feed parsing to new functions newsticker--parse-*.
18403 Update list of process ids.
18404 (newsticker--get-logo-url-atom-1.0, newsticker--get-logo-url-atom-0.3)
18405 (newsticker--get-logo-url-rss-2.0, newsticker--get-logo-url-rss-1.0)
18406 (newsticker--get-logo-url-rss-0.92, newsticker--get-logo-url-rss-0.91)
18407 (newsticker--parse-atom-0.3, newsticker--parse-atom-1.0)
18408 (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
18409 (newsticker--parse-rss-1.0, newsticker--parse-rss-2.0)
18410 (newsticker--parse-generic-feed, newsticker--parse-generic-items): New.
18411 (newsticker--decode-coding-string): Remove.
18412 (newsticker--decode-numeric-entities): Check input. Format code.
18413 (newsticker--remove-whitespace): Check input.
18414 (newsticker--do-forget-preformatted): Doc fix.
18415 (newsticker--decode-rfc822-date): Allow for missing time.
18416 (newsticker--update-process-ids): New.
18417 (newsticker--image-sentinel): Change comment.
18418 (newsticker--image-read): Change error message.
18419 (newsticker--imenu-goto): Doc fix. Show headline title.
18420 (newsticker--buffer-set-uptodate): Call `force-mode-line-update'.
18421 (newsticker--buffer-do-insert-text): Clean whitespace in
18422 html-rendered headline title. Code formatting.
18423 Call `newsticker--buffer-print-extra-elements'.
18424 (newsticker--buffer-print-extra-element): Remove.
18425 (newsticker--buffer-print-extra-elements): New.
18426 (newsticker--buffer-do-print-extra-element): New.
18427 (newsticker--buffer-insert-enclosure): Doc fix. Use MBytes for
18428 large sizes.
18429 (newsticker--run-auto-mark-filter)
18430 (newsticker--do-run-auto-mark-filter):
18431 Use `newsticker-auto-mark-filter-list'.
18432
18433 2005-11-04 Ryan Yeske <rcyeske@gmail.com>
18434
18435 * net/rcirc.el: Use split-string OMIT-NULLS argument.
18436 (rcirc-print): Force redisplay before running hooks. Do long
18437 buffer truncation after making new text read-only. Deal with nil
18438 text when decoding strings. If TARGET is nil, use either the
18439 currently selected buffer, if it is an rcirc buffer and of the
18440 same process or the process buffer.
18441 (rcirc-mode): Remove header-line. Recompute short buffer names.
18442 Initialize rcirc-buffer-alist here instead of rcirc-get-buffer-create.
18443 (rcirc-short-buffer-name): Add variable.
18444 (rcirc-kill-buffer-hook): Recompute short buffer names.
18445 Remove nick from private channel.
18446 (rcirc-send-input): Send command text to current-buffer.
18447 Don't clear overlay arrow here.
18448 (rcirc-short-buffer-name): Return a short buffer name.
18449 (rcirc-update-short-buffer-names, rcirc-abbreviate)
18450 (rcirc-rebuild-tree, rcirc-make-trees): Add functions to generate
18451 buffer-name abbreviations.
18452 (rcirc-kill-buffer-hook-1): Split to make debugging easier.
18453 Do not touch nick-table when killing a parted channel.
18454 (rcirc-window-configuration-change): Rename from rcirc-update-activity.
18455 Clear arrow from current buffer if it is now hidden.
18456 (rcirc-current-buffer): Add variable.
18457 (rcirc-my-nick, rcirc-other-nick, rcirc-server)
18458 (rcirc-nick-in-message, rcirc-prompt, rcirc-mode-line-nick):
18459 Remove -face from names.
18460 (rcirc-update-activity-string): Print "DND" when globally ignoring
18461 activity.
18462 (rcirc-ignore-buffer-activity-flag): Rename from
18463 rcirc-ignore-channel-activity.
18464 (rcirc-ignore-all-activity-flag): Doc fix.
18465 (rcirc-channels): Remove variable.
18466 (rcirc-kill-buffer-hook):
18467 (rcirc-get-buffer-create): Add nick to private channel.
18468 (rcirc-multiline-edit-submit): Remove tabs.
18469 (rcirc-put-nick-channel, rcirc-channel-nicks): Look up nicks case
18470 folded.
18471 (rcirc-remove-nick-channel): Bug fix.
18472 (rcirc-toggle-ignore-buffer-activity): Rename from
18473 rcirc-toggle-ignore-channel-activity.
18474 (rcirc-record-activity): Add buffers to the front of the list.
18475 (rcirc-update-activity): Remove killed buffers from list.
18476 (rcirc-process-server-response-1): Remove last argument if it is
18477 null before calling handler.
18478 (rcirc): Add "rcirc" defcustom prefix.
18479 (rcirc-prompt): Simplify default prompt.
18480 Use custom-initialize-default.
18481 (rcirc-private-chats): Remove variable.
18482 (rcirc-prompt): Change initialization.
18483 (rcirc-version): Remove function.
18484 (rcirc-id-string): Add constant.
18485 (rcirc-last-buffer): Remove variable.
18486 (rcirc-buffer-alist): Add variable.
18487 (rcirc-connect): Update variable setup.
18488 (rcirc-sentinel, rcirc-update-prompt): Use `rcirc-buffer-alist'.
18489 (rcirc-trap-errors-flag): Rename from `rcirc-trap-errors' change
18490 default.
18491 (rcirc-handler-generic): Trigger activity.
18492 (rcirc-send-message): Create the buffor of the target.
18493 (rcirc-generate-new-buffer-name): Rename from `rcirc-get-buffer-name'.
18494 (rcirc-get-buffer): Just return nil if there is no matching buffer.
18495 (rcirc-multiline-edit-cancel): Remove function.
18496 (rcirc-set-last-buffer): Remove function.
18497 (rcirc-get-any-buffer): Add function.
18498 (rcirc-join-channels): Don't print /join text.
18499 (rcirc-toggle-ignore-channel-activity): Add and update echo area
18500 messages.
18501 (rcirc-cmd-ctcp): Use rcirc-send-string to send request.
18502 (rcirc-handler-NOTICE): Recognize CTCP responses.
18503 (rcirc-handler-332, rcirc-handler-332): Use a temp buffer for
18504 constructing TOPIC string for buffers we are not JOINed.
18505 (rcirc-handler-CTCP-response): Add handler.
18506 (rcirc-multiline-edit-submit): Restore the window-configuration
18507 before adjusting point.
18508 (rcirc): Add customization group.
18509 (rcirc-server, rcirc-port, rcirc-nick, rcirc-user-name)
18510 (rcirc-user-full-name, rcirc-startup-channels-alist)
18511 (rcirc-fill-flag, rcirc-fill-column, rcirc-fill-prefix)
18512 (rcirc-ignore-all-activity-flag, rcirc-time-format)
18513 (rcirc-input-ring-size, rcirc-read-only-flag)
18514 (rcirc-buffer-maximum-lines, rcirc-authinfo-file-name)
18515 (rcirc-auto-authenticate-flag, rcirc-prompt, rcirc-print-hooks):
18516 Change defvar to defcustom.
18517 (rcirc-update-prompt): Add optional ALL arg, which will update
18518 prompts in all rcirc buffers. Regexp quote replacement text.
18519 (rcirc-fill-column): Accept frame-width as a value.
18520 (rcirc-set-changed): Add function.
18521 (rcirc-next-active-buffer): Write more meaningful messages.
18522 (rcirc-faces): Add customization group.
18523 (rcirc-my-nick-face, rcirc-other-nick-face, rcirc-server-face)
18524 (rcirc-nick-in-message-face, rcirc-prompt-face)
18525 (rcirc-mode-line-nick-face): Move into rcirc-faces group.
18526 (with-rcirc-process-buffer): Move before first usage.
18527 (rcirc-debug-buffer): Rename from `rcirc-log-buffer'.
18528 (rcirc-debug-flag): Rename from `rcirc-log-p'.
18529 (rcirc-debug): Rename from `rcirc-log'.
18530 (rcirc-format-response-string): Do not print `-' chars for a
18531 NOTICE with no sender. Simplify output of server responses.
18532
18533 2005-11-04 Henrik Enberg <henrik.enberg@telia.com>
18534
18535 (rcirc-browse-url-map, rcirc-browse-url-at-point)
18536 (rcirc-browse-url-at-mouse, rcirc-mangle-text):
18537 Make urls mouse and RET clickable.
18538
18539 2005-11-04 Henrik Enberg <henrik.enberg@telia.com>
18540
18541 * mail/rmailout.el (rmail-output-to-rmail-file, rmail-output): Doc fix.
18542
18543 2005-11-04 Ken Manheimer <ken.manheimer@gmail.com>
18544
18545 * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
18546 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
18547 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
18548 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
18549 argument to all these routines, so the passphrase can be managed
18550 externally and passed in to the system.
18551 (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
18552 pgg-add-passphrase-to-cache function.
18553
18554 * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
18555 (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
18556 (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
18557 (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
18558 argument to all these routines, so the passphrase can be managed
18559 externally and passed in to the system.
18560 (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
18561 function.
18562
18563 2005-11-04 Edward O'Connor <hober0@gmail.com> (tiny change)
18564
18565 * net/goto-addr.el (goto-address-url-regexp): Remove `data:' URLs
18566 from goto-address-url-regexp.
18567
18568 2005-11-04 Carsten Dominik <dominik@science.uva.nl>
18569
18570 * textmodes/org.el (org-read-date, org-goto-calendar)
18571 (org-recenter-calendar, org-agenda-goto-calendar):
18572 Temporarily clear `calendar-move-hook'.
18573
18574 2005-11-04 Michael Kifer <kifer@cs.stonybrook.edu>
18575
18576 * ediff-merge.el (ediff-merge-region-is-non-clash): Return t, if not
18577 merging.
18578
18579 * ediff-util.el (ediff-previous-difference): Don't skip regions that
18580 have merge clashes.
18581
18582 2005-11-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18583
18584 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
18585 Undo previous change.
18586
18587 * startup.el (command-line): Use `custom-reevaluate-setting' for
18588 mouse-wheel-down-event and mouse-wheel-up-event. Don't call
18589 tty-register-default-colors on Mac.
18590
18591 2005-11-04 Nick Roberts <nickrob@snap.net.nz>
18592
18593 * progmodes/gdb-ui.el (gdb-buffer-type): Remove duplicate declaration.
18594 (gdb-buffer-type): Make it automatically buffer local...
18595 (gdb-get-create-buffer): ...and set it accordingly.
18596 (gdb-frame-gdb-buffer, gdb-display-gdb-buffer): Make these
18597 actually work.
18598
18599 2005-11-03 Dan Nicolaescu <dann@ics.uci.edu>
18600
18601 * font-lock.el (font-lock-warning-face): Use the more vivid red1,
18602 not red.
18603
18604 2005-11-04 Nick Roberts <nickrob@snap.net.nz>
18605
18606 * progmodes/gdb-ui.el (gud-watch): Use save-selected-window in
18607 case GUD buffer is not visible.
18608 (gdb-goto-breakpoint): Try to force display in source buffer.
18609 (gdb-frame-gdb-buffer): Copy other similar functions.
18610 (gdb-restore-windows): Don't display source if not asked for.
18611 (gdb-assembler-buffer-name): Don't capitalise.
18612
18613 2005-11-03 Richard M. Stallman <rms@gnu.org>
18614
18615 * wid-edit.el (key-sequence): New widget type.
18616
18617 * simple.el (set-mark-command-repeat-pop): New variable.
18618 (set-mark-command): Only interpret plan C-@ after a pop as a pop
18619 if set-mark-command-repeat-pop is true.
18620
18621 * info.el (Info-fontify-node): Don't display extra "see" if there
18622 already is one here.
18623
18624 * mouse.el: Fix special handling of DEL after dragging a region:
18625 (mouse-drag-region-1): Treat mouse-set-region like mouse-set-point.
18626 (mouse-region-delete-keys): Change to defcustom. Add [backspace].
18627
18628 * mail/feedmail.el: Use insert-buffer-substring, not insert-buffer.
18629
18630 * textmodes/ispell.el (ispell-command-loop): Change `i' description
18631 not to assume it pertains to an affix.
18632
18633 * textmodes/flyspell.el (flyspell-post-command-hook):
18634 Bind deactivate-mark to prevent deactivation.
18635
18636 2005-11-03 Lars Hansen <larsh@soem.dk>
18637
18638 * dired-x.el: Add menu bindings for dired-do-find-marked-files,
18639 dired-do-relsymlink, dired-flag-extension, dired-mark-extension,
18640 dired-mark-omitted, dired-do-relsymlink-regexp, dired-omit-mode.
18641
18642 2005-11-03 Romain Francoise <romain@orebokech.com>
18643
18644 * net/eudcb-mab.el: Now part of GNU Emacs. Update FSF's address.
18645 Update copyright years.
18646
18647 2005-11-03 Sam Steingold <sds@gnu.org>
18648
18649 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
18650 Use system-type instead of window-system because window-system is not
18651 correctly defined during loadup.
18652
18653 2005-11-02 Mark A. Hershberger <mah@everybody.org>
18654
18655 * xml.el (xml-syntax-table): Allow xml.el to compile in XEmacs.
18656 (xml-parse-tag): Join strings separated by a comment properly.
18657
18658 2005-11-02 Andreas Schwab <schwab@suse.de>
18659
18660 * emacs-lisp/byte-opt.el (byte-optimize-pure-func): Fix last fix.
18661
18662 2005-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
18663
18664 * emacs-lisp/byte-opt.el (string-to-syntax): Mark it as pure.
18665 (byte-optimize-pure-func): Quote the eval'd value.
18666
18667 * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
18668 Rename from perl-font-lock-syntactic-face-function.
18669 Change the calling convention so it can be used as a font-lock MATCHER.
18670 Do the parse-partial-sexp loop outselves.
18671 (perl-font-lock-syntactic-keywords): Use it.
18672 (perl-mode): Don't set font-lock-syntactic-face-function any more.
18673
18674 2005-11-02 Nick Roberts <nickrob@snap.net.nz>
18675
18676 * progmodes/gdb-ui.el (gdb-mouse-until): Make it work in the
18677 disassembly buffer too.
18678 (gdb-exited): Remove overlay arrows when execution has finished.
18679 (gdb-info-frames-custom, gdb-info-threads-custom)
18680 (gdb-info-registers-custom): Don't add inappropriate text
18681 properties if inferior is not active.
18682
18683 2005-11-02 Glenn Morris <rgm@gnu.org>
18684
18685 * progmodes/fortran.el (fortran-blink-match):
18686 Use `blink-matching-delay'.
18687
18688 2005-11-02 John Mongan <jmongan@mccammon.ucsd.edu> (tiny change)
18689
18690 * progmodes/f90.el (f90-match-end): Use `blink-matching-delay'.
18691
18692 2005-11-02 Lars Hansen <larsh@soem.dk>
18693
18694 * net/tramp.el (tramp-action-out-of-band): Handle scp message
18695 "Permission denied".
18696
18697 2005-11-01 Richard M. Stallman <rms@gnu.org>
18698
18699 * textmodes/flyspell.el (flyspell-external-point-words):
18700 Pass nil to flyspell-get-word.
18701
18702 2005-11-02 Kim F. Storm <storm@cua.dk>
18703
18704 * menu-bar.el (menu-bar-options-menu): Show "Shift Movement (CUA)"
18705 item instead of "C-x/C-c/C-v (CUA)" if cua-enable-cua-keys is nil.
18706
18707 2005-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
18708
18709 * calendar/cal-menu.el (date, event): Don't declare as dynamic-var.
18710 (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
18711 (calendar-mouse-print-dates): Add optional `event' argument.
18712 Update interactive-spec.
18713 (calendar-mouse-cal-tex-menu, cal-tex-mouse-filofax):
18714 Use `calendar-event-to-date' instead of `event'.
18715
18716 2005-11-02 Masatake YAMATO <jet@gyve.org>
18717
18718 * progmodes/ld-script.el (ld-script-builtins):
18719 Add more words: "DATA_SEGMENT_ALIGN", "DATA_SEGMENT_END",
18720 "DATA_SEGMENT_RELRO_END", "LENGTH", "ORIGIN", and "SEGMENT_START".
18721 (auto-mode-alist): Accept .ld, .lds, ld.in and .lds.in.
18722
18723 2005-11-01 Romain Francoise <romain@orebokech.com>
18724
18725 * vc-sccs.el: Update copyright year.
18726 * ezimage.el: Likewise.
18727
18728 2005-11-01 KOBAYASHI Yasuhiro <kobayays@otsukakj.co.jp> (tiny change)
18729
18730 * info.el (Info-fontify-node): Use `string-width' for fontifying
18731 underlined titles.
18732
18733 2005-11-01 Juri Linkov <juri@jurta.org>
18734
18735 * info.el (Info-fontify-node): Downcase node header keywords Node,
18736 Prev, Next, Up before comparison.
18737 (Info-history): Insert absolute directory name, and put invisible
18738 property on it.
18739
18740 2005-11-01 Juri Linkov <juri@jurta.org>
18741
18742 * info.el (Info-file-supports-index-cookies): New variable.
18743 (Info-find-node-2): Check makeinfo version for index cookie support.
18744 (Info-index-nodes): Search for nodes with index cookies only when
18745 Info-file-supports-index-cookies is t. Otherwise, search nodes
18746 with "Index" in the node name.
18747 (Info-index-node): Search index cookie in the current node only when
18748 Info-file-supports-index-cookies is t. Otherwise, check the word
18749 "Index" in the node name.
18750 (Info-find-emacs-command-nodes): Remove code that searches nodes
18751 with "Index" node name in the top menu.
18752
18753 2005-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
18754
18755 * progmodes/scheme.el (scheme-mode-variables): Use the default
18756 comment-indent-function.
18757
18758 * faces.el (face-attribute): Handle the case where a face inherits from
18759 a non-existent face.
18760
18761 * simple.el (eval-expression-print-format): Use lisp-readable syntax
18762 for octal and hexa output, and merge the char into the paren.
18763 (kill-new): Use push.
18764 (copy-to-buffer): Use with-current-buffer.
18765 (completion-setup-function): Move code in loop to remove redundancy.
18766 (minibuffer-local-must-match-map): Don't add bindings that duplicate
18767 those inherited from minibuffer-local-completion-map.
18768
18769 * savehist.el (savehist-mode) <defcustom>:
18770 Use custom-set-minor-mode if available.
18771 (savehist-mode) <defun>: Run the minor mode hook, set the custom state
18772 and emit a message if applicable.
18773
18774 2005-11-01 Hrvoje Niksic <hniksic@xemacs.org>
18775
18776 * savehist.el: Sync up to version 19.
18777 (savehist-mode): New minor mode.
18778 (savehist-file): Use ~/.emacs.d or ~/.xemacs if available.
18779 (savehist-length): Remove (use history-length instead).
18780 (savehist-file-modes): Rename from savehist-modes.
18781 (savehist-save-hook, savehist-loaded): New vars.
18782 (savehist-load): Use savehist-mode. Try to smooth up transition from
18783 old format to new format.
18784 (savehist-install): Allow savehist-autosave-interval to be nil.
18785 (savehist-save): Run the new hook. Be more careful to only trim the
18786 history variables.
18787 (savehist-trim-history): New fun. Replaces savehist-process-for-saving.
18788 (savehist-printable): Print into a buffer rather than char-by-char.
18789
18790 2005-11-01 John Wiegley <johnw@newartisans.com>
18791
18792 * iswitchb.el (iswitchb-define-mode-map): Re-enable the
18793 toggle-ignore keybinding (C-a). The author said it had been
18794 disabled much earlier due to a possible incompatibility, but after
18795 many months of usage I have encountered no problems (and it is a
18796 rather useful option, especially for switching to " *temp*").
18797
18798 * net/eudcb-mab.el (eudc-mab-query-internal): Add backend
18799 support for OS/X's AddressBook, by calling out to the open source
18800 program "contacts" (installable through Fink).
18801
18802 * net/eudc.el (eudc-expand-inline): If the
18803 `eudc-multiple-match-handling-method' is set to `all', delete the
18804 query string before inserting the query result.
18805
18806 * eshell/em-ls.el (eshell-do-ls): Add no-op support for --dired
18807 flag, to prevent Eshell from using the system ls when
18808 `eshell-ls-insert-directory' is in used.
18809 (eshell-ls-insert-directory): Disable font-lock in directory
18810 buffer so that Eshell's own fontification is seen. This broke
18811 recently due to changes in font-lock, so this goes back to version
18812 21 behavior.
18813
18814 2005-11-01 Nick Roberts <nickrob@snap.net.nz>
18815
18816 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New function.
18817 (menu, toggle-gdb-use-inferior-io-buffer): Get rid of defadvice.
18818 (gdb-many-windows): Doc fix.
18819
18820 2005-10-31 Romain Francoise <romain@orebokech.com>
18821
18822 * help-fns.el (describe-simplify-lib-file-name): Add autoload cookie.
18823
18824 2005-10-31 Dan Nicolaescu <dann@ics.uci.edu>
18825
18826 * loadup.el: Load emacs-lisp/syntax, font-lock and jit-lock so
18827 that global-font-lock-mode can be enabled by default.
18828
18829 * font-lock.el (font-lock-keywords, font-lock-mode-internal)
18830 (font-lock-add-keywords, font-lock-remove-keywords)
18831 (font-lock-fontify-buffer): Remove autoload cookies.
18832
18833 * jit-lock.el (jit-lock-register): Likewise.
18834
18835 * emacs-lisp/syntax.el (syntax-ppss): Likewise.
18836
18837 2005-10-31 Nick Roberts <nickrob@snap.net.nz>
18838
18839 * progmodes/gdb-ui.el (gdb-many-windows): Leave window configuration
18840 intact if there is no gud-comint-buffer.
18841
18842 2005-10-31 Luc Teirlinck <teirllm@auburn.edu>
18843
18844 * progmodes/gud.el (gud-filter): Use comint-update-fence to delete
18845 old prompt comint-prompt-read-only is t and GDB commands are
18846 issued from tool bar etc.
18847
18848 2005-10-31 Masatake YAMATO <jet@gyve.org>
18849
18850 * vc.el (vc-directory-exclusion-list): Add "{arch}".
18851
18852 2005-10-30 Chong Yidong <cyd@stupidchicken.com>
18853
18854 * thumbs.el (thumbs-thumbsdir): Default to ~/.emacs.d/thumbs.
18855 (thumbs-thumbsdir): Make .emacs.d if it does not exist.
18856
18857 2005-10-30 Michael Albinus <michael.albinus@gmx.de>
18858
18859 * net/tramp.el (tramp-chunksize): Escape parentheses in docstring
18860 starting at beginning of line. Fontification is messed up when
18861 `open-paren-in-column-0-is-defun-start' set to t.
18862 Reported by John Paul Wallington <jpw@pobox.com>.
18863
18864 2005-10-30 Luc Teirlinck <teirllm@auburn.edu>
18865
18866 * comint.el (comint-send-input): Call `comint-update-fence' when
18867 `comint-process-echoes' and `comint-prompt-read-only' are both
18868 non-nil, to avoid leftover read-only newline.
18869
18870 2005-10-30 Richard M. Stallman <rms@gnu.org>
18871
18872 * textmodes/flyspell.el (flyspell-external-point-words):
18873 Detect when WORD can't be checked properly because
18874 flyspell-get-word finds just part of it, and move on.
18875
18876 * textmodes/ispell.el (ispell-dictionary-alist-5): Add . as
18877 boundarychar for Polish.
18878 (ispell-dictionary-alist-4): Add . as boundarychar for Italian.
18879 (ispell-dictionary-alist-3): Add . and @ as boundarychars for French.
18880
18881 2005-10-31 Nick Roberts <nickrob@snap.net.nz>
18882
18883 * progmodes/gdb-ui.el (gdb-tooltip-print-1): Fix regexp.
18884 (gdb-registers-font-lock-keywords): Delete.
18885 (gdb-registers-mode): Don't fontify.
18886 (gdb-info-registers-custom): Use text properties instead as, in
18887 future, changed register values will use font-lock-warning-face.
18888 (gdb-local-font-lock-keywords): Rename to...
18889 (gdb-locals-font-lock-keywords): ...for consistency.
18890
18891 2005-10-30 Andre Spiegel <spiegel@gnu.org>
18892
18893 * vc.el (vc-switch-backend): Better error message if the buffer is
18894 not visiting a file under version control.
18895
18896 * vc-cvs.el (vc-cvs-delete-file): Commit the file after removing it.
18897
18898 2005-10-29 Chong Yidong <cyd@stupidchicken.com>
18899
18900 * startup.el (command-line): Use ~/.emacs.d/init.el instead of
18901 ~/.emacs.d/.emacs.
18902
18903 2005-10-29 Richard M. Stallman <rms@gnu.org>
18904
18905 * replace.el (occur-mode-mouse-goto): Always go to other window.
18906 (occur-mode-goto-occurrence): Always switch in same window.
18907
18908 * simple.el (undo): Display message at end, not at start.
18909
18910 * emacs-lisp/timer.el (timer-activate, timer-activate-when-idle):
18911 New arg REUSE-CELL.
18912 (cancel-timer-internal): New function.
18913 (timer-event-handler): Use cancel-timer-internal,
18914 and pass the cell it returns to timer-activate...
18915
18916 * jit-lock.el (jit-lock-function, jit-lock-stealth-fontify)
18917 (jit-lock-deferred-fontify, jit-lock-context-fontify)
18918 (jit-lock-after-change): Test memory-full.
18919
18920 2005-10-29 Ken Manheimer <ken.manheimer@gmail.com>
18921
18922 * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
18923 part of the decoded armor to find the key-identifier.
18924 (pgg-gpg-lookup-key-owner): New function to return the
18925 human-readable identifier of a key owner.
18926 (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
18927 key itself.
18928 (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
18929 the key value) if we have a key and can match it against a secret
18930 key. Also, added a note pointing out fact that the prompt only
18931 indicates the first matching key.
18932
18933 * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
18934 pgg-decrypt-region.
18935 (pgg-pending-timers): A new hash for tracking the passphrase cache
18936 timers, so that new ones supercede old ones.
18937 (pgg-add-passphrase-to-cache): Rename from
18938 `pgg-add-passphrase-cache' to reduce confusion (all callers
18939 changed). Modified to cancel old timers when new ones are added.
18940 (pgg-remove-passphrase-from-cache): Rename from
18941 `pgg-remove-passphrase-cache' to reduce confusion (all callers
18942 changed). Modified to cancel old timers when their keys are
18943 removed from the cache.
18944 (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
18945 XEmacs, an indirection to delete-itimer.
18946 (pgg-read-passphrase-from-cache, pgg-read-passphrase):
18947 Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
18948 users can only check cache without risk of prompting. Correct bug in
18949 notruncate behavior.
18950 (pgg-read-passphrase-from-cache, pgg-read-passphrase)
18951 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
18952 Add informative docstrings.
18953 (pgg-decrypt): Convey provided passphrase in subordinate call to
18954 pgg-decrypt-region.
18955
18956 * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
18957 (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
18958 (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
18959 `passphrase' argument, so the passphrase can be managed externally
18960 and then passed in to the system.
18961
18962 * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
18963 (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
18964 so the passphrase cache can be used reliably with identifiers
18965 besides a pgp packet's key id.
18966
18967 * pgg-gpg.el (pgg-pgp-encrypt-region)
18968 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
18969 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
18970 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
18971 argument to all these routines, so the passphrase can be managed
18972 externally and passed in to the system.
18973
18974 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
18975 `notruncate' argument, so the passphrase cache can be used
18976 reliably with identifiers besides a pgp packet's key id.
18977
18978 2005-10-29 Sascha Wilde <swilde@sha-bang.de>
18979
18980 * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
18981 symmetric encryption.
18982 (pgg-gpg-symmetric-key-p): New function to check for an symmetric
18983 encrypted session key.
18984 (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
18985 message ask for the passphrase in a proper way.
18986
18987 * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
18988 New user commands for symmetric encryption.
18989
18990 2005-10-29 Roland Winkler <roland.winkler@physik.uni-erlangen.de>
18991
18992 * textmodes/conf-mode.el (conf-assignment-sign)
18993 (conf-assignment-regexp): Fix docstrings.
18994 (conf-mode-initialize): New function.
18995 (conf-mode): Remove optional args. Use delay-mode-hooks to
18996 recognize recursive calls.
18997 (conf-unix-mode, conf-windows-mode, conf-javaprop-mode)
18998 (conf-space-mode, conf-colon-mode, conf-ppd-mode)
18999 (conf-xdefaults-mode): Use define-derived-mode and
19000 conf-mode-initialize.
19001
19002 2005-10-29 Romain Francoise <romain@orebokech.com>
19003
19004 * help-fns.el (describe-simplify-lib-file-name): Fix regexp.
19005
19006 2005-10-29 Ken Manheimer <ken.manheimer@gmail.com>
19007
19008 * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
19009 part of the decoded armor to find the key-identifier.
19010 (pgg-gpg-lookup-key-owner): New function to return the
19011 human-readable identifier of a key owner.
19012 (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
19013 key itself.
19014 (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
19015 the key value) if we have a key and can match it against a secret
19016 key. Also, added a note pointing out fact that the prompt only
19017 indicates the first matching key.
19018
19019 * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
19020 pgg-decrypt-region.
19021 (pgg-pending-timers): A new hash for tracking the passphrase cache
19022 timers, so that new ones supercede old ones.
19023 (pgg-add-passphrase-to-cache): Rename from
19024 `pgg-add-passphrase-cache' to reduce confusion (all callers
19025 changed). Modified to cancel old timers when new ones are added.
19026 (pgg-remove-passphrase-from-cache): Rename from
19027 `pgg-remove-passphrase-cache' to reduce confusion (all callers
19028 changed). Modified to cancel old timers when their keys are
19029 removed from the cache.
19030 (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
19031 XEmacs, an indirection to delete-itimer.
19032 (pgg-read-passphrase-from-cache, pgg-read-passphrase):
19033 Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
19034 users can only check cache without risk of prompting. Correct bug in
19035 notruncate behavior.
19036 (pgg-read-passphrase-from-cache, pgg-read-passphrase)
19037 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
19038 Add informative docstrings.
19039 (pgg-decrypt): Convey provided passphrase in subordinate call to
19040 pgg-decrypt-region.
19041
19042 2005-10-20 Ken Manheimer <ken.manheimer+emacs@gmail.com>
19043
19044 * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
19045 (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
19046 (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
19047 `passphrase' argument, so the passphrase can be managed externally
19048 and then passed in to the system.
19049
19050 * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
19051 (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
19052 so the passphrase cache can be used reliably with identifiers
19053 besides a pgp packet's key id.
19054
19055 * pgg-gpg.el (pgg-pgp-encrypt-region)
19056 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
19057 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
19058 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
19059 argument to all these routines, so the passphrase can be managed
19060 externally and passed in to the system.
19061
19062 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
19063 `notruncate' argument, so the passphrase cache can be used
19064 reliably with identifiers besides a pgp packet's key id.
19065
19066 2005-10-29 Sascha Wilde <swilde@sha-bang.de>
19067
19068 * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
19069 symmetric encryption.
19070 (pgg-gpg-symmetric-key-p): New function to check for an symmetric
19071 encrypted session key.
19072 (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
19073 message ask for the passphrase in a proper way.
19074
19075 * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
19076 New user commands for symmetric encryption.
19077
19078 2005-10-28 Bill Wohler <wohler@newt.com>
19079
19080 * help-mode.el (help-url): New button type. Calls browse-url.
19081 (help-xref-url-regexp): New regexp to recognize URLs in docstring.
19082 Similar to Info nodes: URL `url'.
19083 (help-make-xrefs): Create help-url buttons for
19084 help-xref-url-regexp matches.
19085
19086 2005-10-29 Nick Roberts <nickrob@snap.net.nz>
19087
19088 * tool-bar.el (tool-bar-add-item-from-menu)
19089 (tool-bar-local-item-from-menu): Fix doc strings.
19090
19091 2005-10-28 Romain Francoise <romain@orebokech.com>
19092
19093 * ldefs-boot.el: Update.
19094
19095 * subr.el (locate-library): Move from help-fns.el.
19096 * help-fns.el (locate-library): Move to subr.el.
19097
19098 2005-10-28 Richard M. Stallman <rms@gnu.org>
19099
19100 * net/tramp.el (tramp-completion-mode): defvar moved up.
19101
19102 * emacs-lisp/easymenu.el (easy-menu-change): Doc fix.
19103
19104 * tool-bar.el (tool-bar-mode): Delete autoload cookie.
19105
19106 * files.el (find-file-noselect): Use %d to format large file size.
19107
19108 * bindings.el (mode-line-format): Add %e.
19109
19110 * loadup.el ("facemenu"): Load unconditionally.
19111 ("image", "international/fontset", "dnd", "mwheel", "tool-bar"):
19112 ("x-dnd"): Load, when appropriate.
19113
19114 * startup.el (command-line): Call before-init-hook earlier.
19115 Warn about some bad characters in -u user name.
19116
19117 * textmodes/flyspell.el (flyspell-large-region): Pass -t if Tex file.
19118 (flyspell-external-point-words): Error if misspelled word is not found.
19119 Set flyspell-large-region-beg at end of word.
19120
19121 2005-10-28 Andreas Schwab <schwab@suse.de>
19122
19123 * view.el (View-revert-buffer-scroll-page-forward):
19124 Use view-page-size-default.
19125
19126 2005-10-28 Juri Linkov <juri@jurta.org>
19127
19128 * international/quail.el (quail-get-current-str): Translate last
19129 raw character for deterministic input methods.
19130
19131 2005-10-27 Jay Belanger <belanger@truman.edu>
19132
19133 * calc/calc-ext.el: Add functions to autoloads.
19134 (math-identity-matrix-p, math-ident-row-p): New functions.
19135
19136 * calc/calc-arith.el (calc-mul-symb-fancy): Add checks for
19137 multiplication by an identity matrix; don't turn multiplication by
19138 an inverse matrix into division.
19139 (math-div-symbol-fancy): Replace division by matrices with
19140 multiplication by inverse.
19141
19142 * calc/calc-misc.el (calcFunc-inv): Check for symbolic matrices.
19143
19144 * calc/calc-alg.el (calcFunc-writeoutpower, math-write-out-power)
19145 (calc-writeoutpower): New functions.
19146
19147 2005-10-27 Romain Francoise <romain@orebokech.com>
19148
19149 * replace.el (occur-engine): Include colon in mouse-face highlight.
19150
19151 * dired-x.el: Change Maintainer field.
19152
19153 2005-10-26 Chong Yidong <cyd@stupidchicken.com>
19154
19155 * longlines.el (longlines-mode): Bind after-change-functions to
19156 nil during initial decoding and final encoding.
19157
19158 2005-10-26 Dan Nicolaescu <dann@ics.uci.edu>
19159
19160 * term.el (term-emulate-terminal, term-handle-colors-array)
19161 (term-handle-ansi-escape): Specify the terminfo capabilities
19162 implemented.
19163
19164 2005-10-26 Richard M. Stallman <rms@gnu.org>
19165
19166 * info.el (Info-fontify-node): Fix detection of sentence-break
19167 before *Note.
19168
19169 2005-10-26 Romain Francoise <romain@orebokech.com>
19170
19171 * smerge-mode.el: Add `tools' to file keywords.
19172
19173 2005-10-26 Nick Roberts <nickrob@snap.net.nz>
19174
19175 * progmodes/gud.el (gud-menu-map): Only display gud-until icon
19176 when the fringe is not available.
19177
19178 * progmodes/gdb-ui.el (def-gdb-auto-updated-buffer)
19179 (def-gdb-auto-update-trigger): Simplify construction.
19180 (gdb-locals-buffer): Use def-gdb-auto-update-trigger instead of
19181 def-gdb-auto-updated-buffer as gdb-info-locals-handler is
19182 defined explicitly.
19183 (gdb-assembler-buffer): Use def-gdb-auto-update-handler instead of
19184 def-gdb-auto-updated-buffer as gdb-invalidate-assembler is
19185 defined explicitly.
19186 (gdb-info-locals-custom): Remove as it's a no-op.
19187
19188 2005-10-25 Chong Yidong <cyd@stupidchicken.com>
19189
19190 * longlines.el (longlines-mode): Remove narrowing before
19191 performing the initial decoding or final encoding.
19192
19193 2005-10-25 Romain Francoise <romain@orebokech.com>
19194
19195 * emacs-lisp/find-func.el (find-library-name): Also strip
19196 extension if library name ends in .el, to take advantage of
19197 `find-library-suffixes'.
19198
19199 2005-10-25 Richard M. Stallman <rms@gnu.org>
19200
19201 * menu-bar.el (menu-bar-help-menu): Say which kind of therapist.
19202
19203 2005-10-25 Juri Linkov <juri@jurta.org>
19204
19205 * textmodes/texinfo.el (texinfo-mode): Change charset of one
19206 quotation mark from [mule-unicode-0100-24ff] to [japanese-jisx0208].
19207
19208 2005-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
19209
19210 * play/blackbox.el (blackbox-mode-map): Move init into declaration.
19211 (blackbox-redefine-key): Add argument `map'.
19212
19213 * jit-lock.el (jit-lock-fontify-now): Be careful not to skip multiline
19214 regions when moving the jit-lock-context-unfontify-pos boundary.
19215
19216 2005-10-25 Reiner Steib <Reiner.Steib@gmx.de>
19217
19218 * net/browse-url.el (browse-url-of-buffer): Add ".html" to filename.
19219
19220 2005-10-25 Masatake YAMATO <jet@gyve.org>
19221
19222 * dired-x.el (dired-virtual): Don't use `dired-insert-headerline'.
19223
19224 2005-10-25 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac-@t-lrde.epita.fr>
19225
19226 * play/blackbox.el (blackbox-redefine-key): New function.
19227 (blackbox-mode-map): Use it to remap existing bindings for cursor
19228 motion instead of binding literal keys.
19229
19230 2005-10-25 Glenn Morris <rgm@gnu.org>
19231
19232 * calendar/diary-lib.el (diary-list-entries): Prevent infloop when
19233 diary does not end in a newline. Do not assume a blank line at
19234 the start of the diary file.
19235
19236 2005-10-25 Kenichi Handa <handa@m17n.org>
19237
19238 * international/quail.el (quail-translate-key): If the input
19239 method is deterministic and failed to handle the last key, restart
19240 the key handling loop from an appropriate key.
19241
19242 2005-10-25 Michael Albinus <michael.albinus@gmx.de>
19243
19244 * vc.el (vc-dired-mode): Extend comment for binding of
19245 `directory-listing-before-filename-regexp'.
19246
19247 2005-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
19248
19249 * textmodes/texinfo.el (texinfo-mode):
19250 * textmodes/paragraphs.el (sentence-end-base): Use real chars, so as
19251 not to unnecessarily expose emacs-mule's internal char codes.
19252
19253 2005-10-25 Nick Roberts <nickrob@snap.net.nz>
19254
19255 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Correct help-echo.
19256 Display hand pointer and help-echo on disabled icon too.
19257 (gdb-mouse-until): New function.
19258 (gdb-ann3): Bind it to mouse-2 and drag-mouse-1 in left fringe.
19259
19260 2005-10-24 Chong Yidong <cyd@stupidchicken.com>
19261
19262 * menu-bar.el (menu-bar-help-menu): Rename "psychiatrist", in line
19263 with 2005-10-23 change to doctor.el.
19264
19265 * finder.el (finder-mode-map): Add follow-link binding.
19266
19267 2005-10-25 Kim F. Storm <storm@cua.dk>
19268
19269 * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-3 in left fringe
19270 to gdb-mouse-toggle-breakpoint-fringe.
19271 (gdb-mouse-toggle-breakpoint-margin): Rename from
19272 gdb-mouse-toggle-breakpoint. Fix doc.
19273 (gdb-mouse-toggle-breakpoint-fringe): New defun.
19274 (gdb-put-string): Add optional SPROPS arg. Add props to string.
19275 (gdb-put-breakpoint-icon): Add gdb-bptno and gdb-enabled
19276 string properties also for fringe breakpoint bitmaps.
19277
19278 2005-10-24 Carsten Dominik <dominik@science.uva.nl>
19279
19280 * textmodes/org.el (org-start-icalendar-file): Fix format form.
19281
19282 2005-10-25 Masatake YAMATO <jet@gyve.org>
19283
19284 * simple.el (completion-common-substring):
19285 Use `completion-common-substring' prior to `completion-base-size'.
19286
19287 2005-10-24 Hrvoje Niksic <hniksic@xemacs.org>
19288
19289 * savehist.el: Require CL while compiling.
19290 (savehist-history-variables): Remove.
19291 (savehist-save-minibuffer-history, savehist-additional-variables)
19292 (savehist-minibuffer-history-variables): New vars.
19293 (savehist-save): Use them.
19294 (savehist-uninstall, savehist-minibuffer-hook): New funs.
19295 (savehist-install): New fun, extracted from savehist-load.
19296 (savehist-load): Use them.
19297
19298 2005-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
19299
19300 * emacs-lisp/lisp-mode.el (easy-mmode-define-global-mode): Don't add
19301 a dummy doc-string-elt property.
19302 (defalias, defvaralias, define-category): Add a docstring property.
19303
19304 * image.el (defimage):
19305 * widget.el (define-widget):
19306 * custom.el (defface, defcustom): Add `doc-string' declaration.
19307
19308 * emacs-lisp/advice.el (ad-make-advised-definition): Fix arg-order.
19309 (defadvice): Add `doc-string' declaration.
19310
19311 * emacs-lisp/byte-run.el (macro-declaration-function):
19312 Handle `doc-string' declarations.
19313 (define-obsolete-function-alias, define-obsolete-variable-alias):
19314 Add `doc-string' declaration.
19315
19316 2005-10-24 Kenichi Handa <handa@m17n.org>
19317
19318 * international/utf-7.el (utf-7): Add autoload cookie.
19319
19320 * term/x-win.el: Register more Cyrillic characters in x-keysym-table.
19321
19322 2005-10-24 Eli Zaretskii <eliz@gnu.org>
19323
19324 * makefile.w32-in (autoloads): Use "." instead of $(lisp) in the
19325 list of directories passed to batch-update-autoloads. Add "." to
19326 the list of the echoed directories.
19327
19328 * pgg-def.el:
19329 * pgg-gpg.el:
19330 * pgg-parse.el:
19331 * pgg-pgp.el:
19332 * pgg-pgp5.el:
19333 * pgg.el: Moved here from the gnus subdirectory.
19334
19335 2005-10-24 Nick Roberts <nickrob@snap.net.nz>
19336
19337 * progmodes/gud.el (gud-filter): Bind inhibit-read-only to t
19338 in case comint-prompt-read-only is set to t.
19339
19340 * progmodes/gdb-ui.el (gdb-send): Bind inhibit-read-only to t
19341 in case comint-prompt-read-only is set to t.
19342
19343 2005-10-24 Ulf Jasper <ulf.jasper@web.de>
19344
19345 * calendar/icalendar.el (icalendar-version): Increase to 0.13.
19346 Now a string.
19347 (icalendar-import-format): Handle CLASS, STATUS, URL.
19348 Rename `subject' to `summary'.
19349 (icalendar-import-format-summary): Rename from
19350 `icalendar-import-format-subject'.
19351 (icalendar-import-format-url, icalendar-import-format-status)
19352 (icalendar-import-format-class): New variables.
19353 (icalendar--rris): Take variable argument list.
19354 (icalendar--datestring-to-isodate): Remove unnecessary
19355 calendar-style check when converting dates with explicit month names.
19356 (icalendar-export-region): Change return type of conversion
19357 subroutines. Bury current buffer unless error occurred.
19358 (icalendar--convert-to-ical)
19359 (icalendar--parse-summary-and-rest): New functions.
19360 (icalendar--convert-ordinary-to-ical)
19361 (icalendar--convert-weekly-to-ical)
19362 (icalendar--convert-yearly-to-ical)
19363 (icalendar--convert-block-to-ical)
19364 (icalendar--convert-cyclic-to-ical)
19365 (icalendar--convert-anniversary-to-ical): Change return type.
19366 Strip trailing blanks from subject.
19367 (icalendar--convert-sexp-to-ical): Change return type.
19368 Strip trailing blanks from subject. Handle simple sexp
19369 entries as generated by icalendar.el.
19370 (icalendar--convert-float-to-ical)
19371 (icalendar--convert-date-to-ical): Strip trailing blanks from subject.
19372 (icalendar-import-file): Doc fix.
19373 (icalendar--format-ical-event): Handle CLASS, STATUS, URL.
19374 Correct call to icalendar--rris.
19375 (icalendar--convert-ical-to-diary): Doc fix. Rename `subject' to
19376 `summary'.
19377 (icalendar--add-diary-entry): Rename `subject' to `summary'.
19378
19379 2005-10-24 Romain Francoise <romain@orebokech.com>
19380
19381 * server.el (server-sentinel): Set query-on-exit flag to nil on
19382 new client processes (it isn't inherited from the server process).
19383
19384 * replace.el (occur-engine): Rearrange text properties.
19385
19386 2005-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
19387
19388 * emacs-lisp/debug.el (debugger-make-xrefs): Don't assume
19389 case-fold-search is nil.
19390 (debug-help-follow): Use help-xref-interned directly.
19391
19392 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
19393
19394 * thumbs.el (thumbs-image-type): Add .pbm.
19395
19396 2005-10-23 Richard M. Stallman <rms@gnu.org>
19397
19398 * faces.el (inhibit-face-set-after-frame-default): New variable.
19399 (set-face-attribute): Bind it.
19400 (face-set-after-frame-default): Test it.
19401
19402 * help-fns.el (describe-simplify-lib-file-name): New function.
19403 (describe-function-1, describe-variable): Use it.
19404
19405 * faces.el (describe-face): Use describe-simplify-lib-file-name.
19406
19407 * tooltip.el (tooltip-x-offset, tooltip-y-offset): Change defaults.
19408 Eliminate nil as possible value.
19409 (tooltip-hide-delay): Reduce internal-border-width.
19410
19411 * menu-bar.el (menu-bar-file-menu) <dired>: Change help-echo string.
19412 (menu-bar-file-menu) <new-file>: Likewise.
19413
19414 * simple.el (line-move-finish): Ignore fields computing LINE-END.
19415
19416 * international/mule.el (load-with-code-conversion):
19417 Pass full file name to `eval-buffer' unless preloading.
19418
19419 * textmodes/flyspell.el (flyspell-large-region):
19420 Call ispell-check-version.
19421
19422 * textmodes/ispell.el (ispell-local-dictionary-overridden):
19423 Fix the make-variable-buffer-local call that was supposed
19424 to be for this variable.
19425 (ispell-aspell-supports-utf8): Doc fix.
19426 (ispell-find-aspell-dictionaries): Preserve elements of
19427 ispell-dictionary-alist for dictionaries that aspell doesn't report.
19428 (ispell-aspell-find-dictionary): Return nil on error.
19429
19430 * play/doctor.el (doctor-doc): Don't say "psychiatrist".
19431 (doctor-symptoms): Likewise.
19432
19433 * add-log.el (add-log-current-defun): Clean up handling of DEFUNs.
19434
19435 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
19436
19437 * cus-edit.el (custom-button, custom-button-pressed): New vars.
19438 (custom-raised-buttons): Add :set spec.
19439 (custom-button-unraised, custom-button-pressed-unraised):
19440 New faces, so that custom-raised-buttons actually does something.
19441 (custom-mode): Use custom-button and custom-button-pressed.
19442
19443 * wid-edit.el (widget-specify-button): Don't ignore
19444 widget-mouse-face on graphic terminals.
19445 (widget-move-and-invoke): Cleanup.
19446
19447 2005-10-23 Thien-Thi Nguyen <ttn@gnu.org>
19448
19449 * whitespace.el (whitespace-cleanup): Doc fix.
19450
19451 2005-10-23 Romain Francoise <romain@orebokech.com>
19452
19453 * emulation/viper.el (viper-set-hooks): Quote forms passed to
19454 `eval-after-load' to avoid evaluating their result.
19455
19456 2005-10-23 Michael Albinus <michael.albinus@gmx.de>
19457
19458 * files.el (directory-listing-before-filename-regexp):
19459 New defvar. Replaces `dired-move-to-filename-regexp' from dired.el.
19460
19461 * dired.el (dired-move-to-filename-regexp): Remove.
19462 All occurences replaced by `directory-listing-before-filename-regexp'.
19463
19464 * dired-x.el, locate.el, vc.el:
19465 Replace `dired-move-to-filename-regexp' by
19466 `directory-listing-before-filename-regexp'. In vc.el it is
19467 overwritten locally; maybe this can be handled in files.el too.
19468
19469 * net/ange-ftp.el (ange-ftp-date-regexp): Remove. All occurences
19470 replaced by `directory-listing-before-filename-regexp'.
19471
19472 2005-10-23 Andreas Schwab <schwab@suse.de>
19473
19474 * font-lock.el (lisp-font-lock-keywords-2): Add eval-at-startup
19475 and eval-next-after-load.
19476
19477 2005-10-23 MIYOSHI Masanori <miyoshi@meadowy.org> (tiny change)
19478
19479 * mouse.el (mouse-drag-region): If the *Messages* buffer doesn't
19480 exist, create it.
19481
19482 2005-10-23 Ken Manheimer <ken.manheimer@gmail.com>
19483
19484 * allout.el: Remove autoloads for mailcrypt and crypt++.
19485 Require pgg, pgg-gpg during compilation.
19486 (allout-version): Increment version number to 2.1, and use a literal
19487 rather than RCS Id.
19488 (allout-default-encryption-scheme): Remove.
19489 (allout-passphrase-verifier-handling)
19490 (allout-passphrase-verifier-string)
19491 (allout-file-passphrase-verifier-string)
19492 (allout-passphrase-hint-string): Rename -key- to -passphrase-.
19493 (allout-passphrase-hint-handling): Rename and simplify.
19494 (allout-init): Use `find-file-hook' if available, otherwise
19495 `find-file-hooks'.
19496 (allout-mode): Use `write-file-functions' if available, otherwise
19497 `local-write-file-hooks' and, instead of making auto-save-hook
19498 buffer local, make the write-file-hook activity contingent to
19499 allout-mode.
19500 (allout-mode): Use key-binding substitution in the docstring.
19501 (allout-kill-line): Spell-out kill ring data structure mutation
19502 instead of using byte-compiler-complaint-provoking `pop'.
19503 (allout-insert-listified): Use `insert' rather than `insert-string'
19504 (allout-toggle-current-subtree-encryption): Update docstring, adjust
19505 to new gpp-based encryption, use new `allout-encrypted-topic-p'.
19506 (allout-encrypt-string): Totally revamped vis new underlying
19507 encryption facilities.
19508 (allout-mc-activate-passwd): Remove.
19509 (allout-obtain-passphrase): New, more or less replaces
19510 allout-mc-activate-passwd.
19511 (allout-encrypted-key-info): More or less replaces
19512 allout-encrypted-text-type.
19513 (outlineify-sticky, outlinify-sticky): Add autoload cookie.
19514 (my-mark-marker): Use `(featurep 'xemacs)'.
19515
19516 2005-10-23 Lars Hansen <larsh@soem.dk>
19517
19518 * emacs-lisp/bytecomp.el (byte-compile-lambda): New arg add-lambda.
19519 (byte-compile-file-form-defmumble, byte-compile-defun)
19520 (byte-compile-defmacro): Use it.
19521 (byte-compile-form): Don't call byte-compile-set-symbol-position
19522 when a byte-compile handler is called.
19523
19524 2005-10-22 Romain Francoise <romain@orebokech.com>
19525
19526 * savehist.el (savehist-history-variables): Add `grep-find-history'.
19527
19528 * subr.el (eval-after-load): Convert library name to an absolute
19529 file name using locate-library, since load-history no longer has
19530 library names in it.
19531
19532 2005-10-22 Richard M. Stallman <rms@gnu.org>
19533
19534 * files.el (make-temp-file): Move from subr.el.
19535 * subr.el (make-temp-file): Move to files.el.
19536
19537 * window.el (get-buffer-window-list): Move from subr.el.
19538 * subr.el (get-buffer-window-list): Move to window.el.
19539
19540 * image.el (image-load-path): Use eval-at-startup to initialize.
19541
19542 * subr.el (eval-at-startup): New macro.
19543
19544 * subr.el: Much rearrangement of functions and division
19545 into pages. No code changes.
19546
19547 2005-10-22 Kenichi Handa <handa@m17n.org>
19548
19549 * tar-mode.el (tar-extract): Be sure to call
19550 find-operation-coding-system if set-auto-coding doesn't find a
19551 coding system.
19552
19553 2005-10-22 Kim F. Storm <storm@cua.dk>
19554
19555 * image.el (image-type-header-regexps): Rename from image-type-regexps.
19556 Change users.
19557 (image-type-file-name-regexps): New defconst.
19558 (image-type-from-data): Simplify loop.
19559 (image-type-from-buffer): New defun.
19560 (image-type-from-file-header): Use it instead of image-type-from-data.
19561 Use image-search-load-path instead of only looking in data-directory.
19562 (image-type-from-file-name): New defun.
19563 (image-search-load-path): Change `pathname' to `filename'.
19564 Make PATH arg optional, default to image-load-path.
19565
19566 2005-10-21 Richard M. Stallman <rms@gnu.org>
19567
19568 * textmodes/texinfo.el (texinfo-mode): Set sentence-end-base.
19569
19570 * textmodes/paragraphs.el (sentence-end-base): New variable.
19571 (sentence-end): Use sentence-end-base.
19572
19573 2005-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
19574
19575 * font-lock.el (font-lock-default-fontify-region): Check the multiline
19576 property independently from the font-lock-multiline variable.
19577
19578 2005-10-21 Richard M. Stallman <rms@gnu.org>
19579
19580 * emacs-lisp/find-func.el (find-library-name): Doc fix.
19581
19582 * startup.el (command-line): Convert library names
19583 in `load-history' to absolute file names.
19584
19585 * subr.el (symbol-file): Doc fix.
19586
19587 * loadhist.el (file-loadhist-lookup): Call locate-library
19588 instead of find-library-name. Don't try converting
19589 abs file names to library names, since load-history no longer
19590 has library names in it.
19591 (file-dependents, file-provides, file-requires): Doc fixes.
19592
19593 2005-10-21 Juri Linkov <juri@jurta.org>
19594
19595 * progmodes/etags.el (tags-table-mode): New function.
19596 (tags-verify-table): Replace initialize-new-tags-table with
19597 tags-table-mode.
19598
19599 * desktop.el (desktop-buffers-not-to-save): Remove TAGS from the
19600 default value.
19601 (desktop-modes-not-to-save): Add tags-table-mode to the
19602 default value.
19603
19604 * info.el (Info-index-next): Add total number of index
19605 alternatives to the message.
19606
19607 * textmodes/fill.el (fill-nobreak-p): Fix first two rules to skip
19608 backward only space (instead of space and period) before looking
19609 at sentence end.
19610
19611 * simple.el (set-variable): Use user-variable-p instead of symbolp.
19612 Add the old variable value as 4th default-value arg of read-string.
19613
19614 2005-10-21 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
19615
19616 * cus-face.el (custom-declare-face): Make face from X resources
19617 also on Mac.
19618
19619 * disp-table.el (standard-display-g1, standard-display-graphic):
19620 Refuse to use string glyphs also on Mac.
19621 (standard-display-european): Don't set terminal coding system also
19622 on Mac.
19623
19624 * frame.el (display-screens): Use x-display-screens also on Mac.
19625
19626 2005-10-21 Romain Francoise <romain@orebokech.com>
19627
19628 * net/rcirc.el: Now part of GNU Emacs. Update FSF's address.
19629
19630 2005-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
19631
19632 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): Make $@
19633 and $? into sexps.
19634
19635 * font-lock.el (font-lock-compile-keywords): Add a help-echo to the
19636 warning face on open-paren-in-column-0.
19637
19638 * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Fix corner
19639 boundary case. Fix typo.
19640 Suggested by Martin Rudalics <rudalics@gmx.at>.
19641
19642 2005-10-21 Carsten Dominik <dominik@science.uva.nl>
19643
19644 * textmodes/org.el (org-combined-agenda-icalendar-file)
19645 (org-icalendar-include-todo, org-icalendar-combined-name): New options.
19646 (org-export-icalendar-this-file)
19647 (org-export-icalendar-all-agenda-files)
19648 (org-export-icalendar-combine-agenda-files): New commands.
19649 (org-export-icalendar, org-print-icalendar-entries)
19650 (org-start-icalendar-file, org-finish-icalendar-file)
19651 (org-ical-ts-to-string): New functions.
19652 (org-read-date, org-goto-calendar)
19653 (org-agenda-goto-calendar): Inhibit displaying diary entries by
19654 call to `calendar'.
19655 (orgtbl-setup): Remove the :keys arguments from the menu description.
19656 (org-after-save-iCalendar-file-hook): New variable.
19657
19658 2005-10-21 Kenichi Handa <handa@m17n.org>
19659
19660 * language/vietnamese.el (tcvn-5712): Make it an alias of
19661 vietnamese-tcvn coding-system.
19662
19663 2005-10-20 Michael Albinus <michael.albinus@gmx.de>
19664
19665 * net/ange-ftp.el (ange-ftp-date-regexp): Handle also the case no
19666 group id is given.
19667
19668 2005-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
19669
19670 * progmodes/sh-script.el (sh-escaped-line-re): New var.
19671 (sh-here-doc-open-re, sh-font-lock-close-heredoc): Use it.
19672 (sh-font-lock-open-heredoc): Try to properly handle heredoc starters
19673 whose line is either continued or ends with a comment.
19674
19675 2005-10-20 Romain Francoise <romain@orebokech.com>
19676
19677 * net/rcirc.el (with-rcirc-process-buffer): Move above its first user.
19678
19679 * replace.el (occur-engine): Add follow-link property.
19680
19681 * font-core.el (font-lock-mode): Doc fix.
19682
19683 2005-10-20 Richard M. Stallman <rms@gnu.org>
19684
19685 * net/rcirc.el: New file.
19686
19687 2005-10-20 Bryan Henderson <bryanh@giraffe-data.com> (tiny change)
19688
19689 * term.el (term-term-name): Initialize to "eterm-color".
19690
19691 2005-10-20 Ken Manheimer <ken.manheimer@gmail.com>
19692
19693 * allout.el: Add autoloads of crypt++ and mailcrypt routines, all
19694 for encryption functionality.
19695 Move allout customization subgroup from `editing' to `outlines' group.
19696 Fix commentary keywords to legitimate ones.
19697 Update author info (using my current email address, obscurified).
19698 (allout-encrypt-string, allout-encryption-produce-work-buffer)
19699 (allout-encrypted-topic-p, allout-encrypted-text-type)
19700 (allout-mc-activate-passwd, allout-create-encryption-key-verifier)
19701 (allout-situate-encryption-key-verifier)
19702 (allout-get-encryption-key-verifier, allout-verify-key)
19703 (allout-next-topic-pending-encryption)
19704 (allout-encrypt-decrypted, allout-encrypted-type-prefix): New funcs.
19705 (outline-topic-encryption-bullet, outline-default-encryption-scheme)
19706 (outline-key-verifier-handling, outline-key-hint-handling)
19707 (outline-encrypt-unencrypted-on-saves): New defcustoms.
19708 (allout-file-key-verifier-string, allout-encryption-scheme)
19709 (allout-key-verifier-string, allout-key-hint-string)
19710 (allout-after-save-decrypt): New variables.
19711 (allout-write-file-hook-handler, allout-auto-save-hook-handler)
19712 (allout-after-saves-handler): New hook functions.
19713 (allout-post-command-business): Do allout-after-save-decrypt.
19714 (allout-enable-file-variable-adjustment): Custom var to enable
19715 mechanism for adding and adjusting settings of Emacs file variables.
19716 (allout-adjust-file-variable, allout-file-vars-section-data):
19717 New functions, implement the mechanism.
19718 (outlineify-sticky): Use the file vars mechanism.
19719 (allout-inhibit-protection, allout-during-write-cue)
19720 (allout-override-protect, allout-before-change-protect): Remove.
19721 (allout-flag-region, allout-open-topic): Adjust read-only text.
19722 (allout-open-line-not-read-only): Add to facilitate read-only
19723 text based protection.
19724 (allout-kill-line): Revise to adjust read-only text, clue the
19725 user about the inhibition.
19726 (allout-unprotected): Use unwind-protect.
19727 (allout-shift-in, allout-shift-out): Disallow manually shifting a
19728 topic deeper than the offspring depth of the previous topic -
19729 avoiding confusing "containment discontinuities".
19730 (allout-reindent-bodies): Fix retention of body relative hanging
19731 indent during promotion of collapsed bodies.
19732 (allout-open-topic): Make it easy to open new topic with same
19733 bullet as current topic - topic creation functions provided with
19734 any universal argument provokes now prompt for bullet, defaulting
19735 to the bullet of the previous topic.
19736 (allout-plain-bullets-string, allout-distinctive-bullets-string):
19737 Plain bullet alternates `.' period and `,' comma only. All other
19738 bullets are relegated to special status (but customizable).
19739 (allout-end-of-entry): Rename from allout-end-of-current-entry
19740 since it actually operates w.r.t. most immediately containing
19741 entry, visible or not.
19742 (allout-hide-current-entry, allout-show-current-entry): Use the
19743 revised version.
19744 (allout-old-expose-topic): Solidify deprecation.
19745 (allout-end-of-subtree): Add so we can span concealed as well
19746 as visible topics.
19747 (allout-end-of-current-subtree): Use `allout-end-of-subtree'.
19748 (allout-end-of-current-heading): Tweak to just respect the first line.
19749 (allout-get-body-text): Add.
19750 (allout-ascend-to-depth, allout-ascend): Position at end of prefix
19751 when invoked interactively.
19752 (allout-up-current-level): Use `interactive-p'.
19753 (allout-mode, allout-init): Miscellaneous docstring and
19754 operational refinements, as well as hookups of new encryption stuff.
19755 (allout-beginning-of-current-entry): Now works as advertised.
19756 (allout-end-of-current-entry): Remove of superfluous allout-show-entry.
19757 (allout-isearch-rectification): Refine condition for isearching.
19758 (allout-isearch-abort, allout-enwrap-isearch)
19759 (allout-flag-region, my-region-active-p): Relocate some macros.
19760 (allout-title): Fallback title is (buffer-name), not
19761 non-existing (current-buffer-name).
19762 (subst-char-in-string): Define if absent (for some XEmacs versions).
19763
19764 2005-10-20 Jari Aalto <jari.aalto@cante.net>
19765
19766 * mail/sendmail.el (mail-setup-hook, mail-aliases)
19767 (mail-yank-prefix, mail-indentation-spaces, mail-yank-hooks)
19768 (mail-citation-prefix-regexp, mail-signature-file)
19769 (mail-default-headers, mail-bury-selects-summary)
19770 (mail-send-nonascii): Add autoload cookies.
19771
19772 2005-10-20 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
19773
19774 * frame.el (blink-cursor-mode): Add `mac' to the list of
19775 window-system's that support blinking cursor.
19776
19777 2005-10-20 Reiner Steib <Reiner.Steib@gmx.de>
19778
19779 * textmodes/org.el (org-level-color-stars-only): Fix typo in docstring.
19780
19781 2005-10-20 Eli Zaretskii <eliz@gnu.org>
19782
19783 * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el):
19784 Bind find-file-suppress-same-file-warnings to t, to avoid warnings due
19785 to different drive letter case in D:/foo/bar.el vs d:/foo/bar.el.
19786
19787 2005-10-20 Kim F. Storm <storm@cua.dk>
19788
19789 * ido.el (ido-is-tramp-root): Simplify regexp matching tramp root.
19790 (ido-set-current-directory): Don't add / after final @.
19791 (ido-file-name-all-completions-1): Adapt to fixed tramp completion.
19792 Explicitly handle ange-ftp completion oddities.
19793 (ido-make-file-list): Don't rotate list at tramp root to avoid
19794 triggering tramp file handler for expand-file-name via get-file-buffer.
19795
19796 2005-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
19797
19798 * savehist.el (savehist-coding-system): Revert to checking XEmacs.
19799
19800 2005-10-19 Jay Belanger <belanger@truman.edu>
19801
19802 * calc/calc-units.el (math-standard-units): Add units, adjust
19803 symbols and update values.
19804 (math-unit-prefixes): Add more prefixes.
19805
19806 2005-10-19 Romain Francoise <romain@orebokech.com>
19807
19808 * bookmark.el (bookmark-menu-heading): New face.
19809 (bookmark-bmenu-list): Use it.
19810 Don't fiddle with `baud-rate' at top-level.
19811
19812 2005-10-18 Chong Yidong <cyd@stupidchicken.com>
19813
19814 * image.el (create-image, find-image): Mention max-image-size in
19815 docstring.
19816
19817 2005-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
19818
19819 * savehist.el (savehist-load): Revert to checking XEmacs.
19820
19821 * textmodes/conf-mode.el: Don't use font-lock-defaults-alist.
19822 Various docstring and line-width fixups.
19823 (conf-mode): Use cond.
19824 Set font-lock-defaults. Don't set comment-use-syntax.
19825
19826 2005-10-18 David Ponce <david@dponce.com>
19827
19828 * tree-widget.el (tree-widget-button-click): New function.
19829 (tree-widget-button-keymap): Use it.
19830
19831 2005-10-18 Romain Francoise <romain@orebokech.com>
19832
19833 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
19834 (bookmark-bmenu-hide-filenames): Add follow-link property.
19835 Improve help-echo text.
19836
19837 * ffap.el (find-file-at-point): Doc fix.
19838
19839 2005-10-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
19840
19841 * mouse.el (mouse-set-region): Don't do sit-for on a mac frame.
19842
19843 2005-10-18 Masatake YAMATO <jet@gyve.org>
19844
19845 Install to the CVS repository what I forgot to install in my
19846 2005-10-16 changes.
19847
19848 * progmodes/python.el (python-complete-symbol): Pass the common
19849 prefix substring of completion to `display-completion-list'.
19850
19851 * textmodes/org.el (org-complete): Ditto.
19852
19853 2005-10-18 Masatake YAMATO <jet@gyve.org>
19854
19855 Fix a bug reported by Sven Joachim <sven_joachim@web.de>.
19856
19857 * woman.el (WoMan-xref-man-page): New button type derived
19858 from `Man-abstract-xref-man-page'.
19859 (woman-mode): Pass `WoMan-xref-man-page' to `Man-highlight-references'.
19860
19861 * man.el (Man-abstract-xref-man-page): New button type.
19862 (Man-xref-man-page): Make it derived from `Man-abstract-xref-man-page'.
19863 (Man-highlight-references): Add new optional argument `xref-man-type'.
19864
19865 2005-10-18 Nick Roberts <nickrob@snap.net.nz>
19866
19867 * progmodes/gud.el (gud-menu-map): Correct condition for fringe.
19868
19869 2005-10-17 Chong Yidong <cyd@stupidchicken.com>
19870
19871 * cus-edit.el (Custom-move-and-invoke): Delete.
19872 (custom-mode-map): Bind mouse-1 to widget-move-and-invoke.
19873
19874 * wid-edit.el (widget-move-and-invoke): New function, from
19875 Custom-move-and-invoke.
19876
19877 2005-10-17 Bill Wohler <wohler@newt.com>
19878
19879 Move all remaining images from lisp/toolbar to etc/images, move
19880 lisp/toolbar/tool-bar to lisp and "delete" lisp/toolbar. Place
19881 the low resolution images in their own directory (low-color).
19882
19883 * toolbar/attach.*, toolbar/cancel.*, toolbar/close.*
19884 * toolbar/copy.*, toolbar/cut.*, toolbar/diropen.*, toolbar/exit.*
19885 * toolbar/help.*, toolbar/home.*, toolbar/index.*, toolbar/info.*
19886 * toolbar/mail.*, toolbar/new.*, toolbar/open.*, toolbar/paste.*
19887 * toolbar/preferences.*, toolbar/print.*, toolbar/save.*
19888 * toolbar/saveas.*, toolbar/search.*, toolbar/search-replace.*
19889 * toolbar/spell.*, toolbar/undo.*: Move to etc/images.
19890
19891 * toolbar/lc-copy.*: Move to etc/images/low-color/copy.*.
19892 * toolbar/lc-cut.*: Move to etc/images/low-color/cut.*.
19893 * toolbar/lc-help.*: Move to etc/images/low-color/help.*.
19894 * toolbar/lc-home.*: Move to etc/images/low-color/home.*.
19895 * toolbar/lc-index.*: Move to etc/images/low-color/index.*.
19896 * toolbar/lc-new.*: Move to etc/images/low-color/new.*.
19897 * toolbar/lc-open.*: Move to etc/images/low-color/open.*.
19898 * toolbar/lc-paste.*: Move to etc/images/low-color/paste.*.
19899 * toolbar/lc-preferences.*: Move to etc/images/low-color/preferences.*.
19900 * toolbar/lc-print.*: Move to etc/images/low-color/print.*.
19901 * toolbar/lc-save.*: Move to etc/images/low-color/save.*.
19902 * toolbar/lc-saveas.*: Move to etc/images/low-color/saveas.*.
19903 * toolbar/lc-search.*: Move to etc/images/low-color/search.*.
19904 * toolbar/lc-spell.*: Move to etc/images/low-color/spell.*.
19905 * toolbar/lc-undo.*: Move to etc/images/low-color/undo.*.
19906
19907 To conform with convention, replace the underscore (_) in the
19908 following image names with dash (-) or (/) as appropriate.
19909
19910 * toolbar/back_arrow.*: Move to etc/images/back-arrow.*.
19911 * toolbar/fld_open.*: Move to etc/images/fld-open.*.
19912 * toolbar/fwd_arrow.*: Move to etc/images/fwd-arrow.*.
19913 * toolbar/jump_to.*: Move to etc/images/jump-to.*.
19914 * toolbar/left_arrow.*: Move to etc/images/left-arrow.*.
19915 * toolbar/right_arrow.*: Move to etc/images/right-arrow.*.
19916 * toolbar/up_arrow.*: Move to etc/images/up-arrow.*.
19917 * toolbar/lc-back_arrow.*: Move to etc/images/low-color/back-arrow.*.
19918 * toolbar/lc-fwd_arrow.*: Move to etc/images/low-color/fwd-arrow.*.
19919 * toolbar/lc-jump_to.*: Move to etc/images/low-color/jump-to.*.
19920 * toolbar/lc-left_arrow.*: Move to etc/images/low-color/left-arrow.*.
19921 * toolbar/lc-right_arrow.*: Move to etc/images/low-color/right-arrow.*.
19922 * toolbar/lc-up_arrow.*: Move to etc/images/low-color/up-arrow.*.
19923 * toolbar/mail_compose.*: Move to etc/images/mail/compose.*.
19924 * toolbar/mail_send.*: Move to etc/images/mail/send.*.
19925
19926 * info.el (info-tool-bar-map): Replace underscores in image names
19927 with dashes.
19928
19929 * makefile.w32-in (WINS): Remove toolbar.
19930
19931 * menu-bar.el: Replace toolbar/tool-bar.el with tool-bar.el in comment.
19932
19933 * tool-bar.el: Move to lisp from toolbar. Now that
19934 toolbar is empty, it should be deleted when folks run "cvs up -P".
19935
19936 2005-10-18 Jay Belanger <belanger@truman.edu>
19937
19938 * calc/calc-store.el (calc-store-into): Get the proper variable name
19939 to display in message.
19940
19941 2005-10-18 Nick Roberts <nickrob@snap.net.nz>
19942
19943 * progmodes/gdb-ui.el (gdb-var-create-handler): Make watch
19944 expressions display in speedbar for all buffers when debugging.
19945 (gdb-speedbar-expand-node): Ensure node contraction is always updated.
19946
19947 * speedbar.el (speedbar-set-mode-line-format): Indent properly.
19948 (speedbar-insert-button, speedbar-make-button):
19949 Use add-text-properties.
19950 (speedbar-update-localized-contents)
19951 (speedbar-update-directory-contents)
19952 (speedbar-update-special-contents): Use dolist.
19953 (speedbar-buffer-easymenu-definition): Add a menu separator.
19954
19955 2005-10-17 Jason Rumney <jasonr@gnu.org>
19956
19957 * makefile.w32-in: Use $(lisp) consistently.
19958 (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): New targets
19959 for shell specific generation of mh-autoloads.
19960
19961 2005-10-17 Richard M. Stallman <rms@gnu.org>
19962
19963 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Undo prev change.
19964
19965 2005-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
19966
19967 * jit-lock.el (jit-lock-fontify-now):
19968 Move jit-lock-context-unfontify-pos to avoid wasted work.
19969
19970 2005-10-17 Michael Albinus <michael.albinus@gmx.de>
19971
19972 * net/tramp.el (tramp-completion-mode): New defvar. Used in
19973 `tramp-completion-mode' for checking if we are in completion mode.
19974 (tramp-completion-handle-file-name-all-completions): Reorder code
19975 in order to complete for file names only in case there are no
19976 method/user/host completions. This is necessary for cooperation
19977 with ido. Reported by Kim F. Storm <storm@cua.dk>.
19978
19979 2005-10-16 Chong Yidong <cyd@stupidchicken.com>
19980
19981 * longlines.el (longlines-search-forward)
19982 (longlines-search-backward): Match any number of spaces.
19983
19984 2005-10-16 Thien-Thi Nguyen <ttn@gnu.org>
19985
19986 * diff-mode.el (diff-mode): Doc fix.
19987
19988 2005-10-16 David Reitter <david.reitter@gmail.com>
19989
19990 * mail/sendmail.el (send-mail-function): Use mailclient-send-it
19991 as default on darwin and windows systems.
19992
19993 2005-10-16 Sven Joachim <svenjoac@gmx.de> (tiny change)
19994
19995 * arc-mode.el (archive-zip-extract): Doc fix.
19996
19997 2005-10-16 Romain Francoise <romain@orebokech.com>
19998
19999 * mouse.el (mouse-1-click-follows-link): Doc fix.
20000
20001 2005-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
20002
20003 * savehist.el: Don't require CL at runtime.
20004 (savehist-xemacs): Remove.
20005 (savehist-coding-system): Use utf-8 if present, regardless of religion.
20006 (savehist-no-conversion): Use (featurep 'xemacs).
20007 (savehist-load): Check existence of start-itimer rather than XEmacs.
20008 Use an idle timer.
20009 (savehist-process-for-saving): Replace use of CL funs `subseq' and
20010 `delete-if-not'.
20011
20012 2005-10-16 Hrvoje Niksic <hniksic@xemacs.org>
20013
20014 * savehist.el: Newer version.
20015 (savehist-autosave-interval, savehist-coding-system, savehist-timer)
20016 (savehist-last-checksum, savehist-no-conversion): New vars.
20017 (savehist-autosave, savehist-process-for-saving, savehist-printable):
20018 New functions.
20019 (savehist-load, savehist-save): Use them.
20020 (savehist-delimit): Remove.
20021
20022 2005-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
20023
20024 * progmodes/compile.el (compilation-goto-locus): Display the
20025 compilation buffer first and the source buffer second, in case they're
20026 in overlapping frames. Don't raise the compilation frame if it was the
20027 selected window upon entry. Pass the `other-window' arg to
20028 pop-to-buffer.
20029
20030 * info.el (Info-fontify-node): Use dolist.
20031 Change add-text-properties to put-text-property.
20032
20033 2005-10-16 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
20034
20035 * textmodes/bibtex.el (bibtex-font-lock-url): Catch when point past
20036 bound of search.
20037
20038 2005-10-16 Masatake YAMATO <jet@gyve.org>
20039
20040 * dabbrev.el (dabbrev-completion): Pass the common
20041 prefix substring of completion to `display-completion-list'.
20042
20043 * filecache.el (file-cache-minibuffer-complete)
20044 (file-cache-complete): Ditto.
20045
20046 * tempo.el (tempo-display-completions): Ditto.
20047
20048 * wid-edit.el (widget-file-complete, widget-color-complete): Ditto.
20049
20050 * emacs-lisp/lisp.el (lisp-complete-symbol): Ditto.
20051
20052 * eshell/em-hist.el (eshell-list-history): Ditto.
20053
20054 * mail/mailabbrev.el (mail-abbrev-complete-alias): Ditto.
20055
20056 * mail/mailalias.el (mail-complete): Ditto.
20057
20058 * progmodes/etags.el (complete-tag): Ditto.
20059
20060 * progmodes/make-mode.el (makefile-complete): Ditto.
20061
20062 * progmodes/meta-mode.el (meta-complete-symbol): Ditto.
20063
20064 * progmodes/octave-mod.el (octave-complete-symbol): Ditto.
20065
20066 * progmodes/pascal.el (pascal-complete-word)
20067 (pascal-show-completions): Ditto.
20068
20069 * textmodes/bibtex.el (bibtex-complete-internal): Ditto.
20070
20071 * simple.el (completion-common-substring): New variable.
20072 (completion-setup-function): Use `completion-common-substring'
20073 to put faces.
20074
20075 2005-10-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20076
20077 * term/mac-win.el: Apply 2005-10-09 change for term/x-win.el.
20078 (x-get-selection, mac-select-convert-to-string): Convert from/to
20079 UTF-16 clipboard data as in native byte order, no BOM.
20080
20081 2005-10-16 Nick Roberts <nickrob@snap.net.nz>
20082
20083 * progmodes/gud.el (gud-tool-bar-map): Rename the images
20084 appropriately (gud/next, gud/nexti, gud/step, gud/stepi).
20085 (gud-sentinel): Use speedbar-frame to check for speedbar.
20086
20087 2005-10-15 Richard M. Stallman <rms@gnu.org>
20088
20089 * savehist.el: New file.
20090
20091 2005-10-14 Karl Chen <quarl@cs.berkeley.edu>
20092
20093 * textmodes/tex-mode.el (tex-font-lock-keywords-2):
20094 Fix bug in \bf fontification.
20095
20096 2005-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
20097
20098 * pcvs.el (cvs-edit-log-files): New var.
20099 (cvs-mode-edit-log): New arg `file'.
20100 (cvs-edit-log-minor-wrap): Don't set the ignore-marks property.
20101 Instead force the use of the original file and nothing else.
20102 (cvs-edit-log-filelist): Don't use the cvs-mode-* function unless
20103 the cvs-minor-wrap-function is set.
20104 (cvs-do-edit-log): Obey the vars set in cvs-edit-log-minor-wrap.
20105
20106 2005-10-14 Bill Wohler <wohler@newt.com>
20107
20108 * toolbar/gud-break.*: Moved to etc/images/gud/break.*.
20109 * toolbar/gud-cont.*: Moved to etc/images/gud/cont.*.
20110 * toolbar/gud-down.*: Moved to etc/images/gud/down.*.
20111 * toolbar/gud-finish.*: Moved to etc/images/gud/finish.*.
20112 * toolbar/gud-ni.*: Moved to etc/images/gud/ni.*.
20113 * toolbar/gud-n.*: Moved to etc/images/gud/n.*.
20114 * toolbar/gud-print.*: Moved to etc/images/gud/print.*.
20115 * toolbar/gud-pstar.*: Moved to etc/images/gud/pstar.*.
20116 * toolbar/gud-remove.*: Moved to etc/images/gud/remove.*.
20117 * toolbar/gud-run.*: Moved to etc/images/gud/run.*.
20118 * toolbar/gud-si.*: Moved to etc/images/gud/si.*.
20119 * toolbar/gud-s.*: Moved to etc/images/gud/s.*.
20120 * toolbar/gud-until.*: Moved to etc/images/gud/until.*.
20121 * toolbar/gud-up.*: Moved to etc/images/gud/up.*.
20122 * toolbar/gud-watch.*: Moved to etc/images/gud/watch.*.
20123
20124 * progmodes/gud.el (gud-tool-bar-map): Rename the images
20125 appropriately (for example, gud-break to gud/break).
20126
20127 2005-10-14 Chong Yidong <cyd@stupidchicken.com>
20128
20129 * longlines.el (longlinges-search-function)
20130 (longlines-search-forward, longlines-search-backward): New functions.
20131 (longlines-mode): Set isearch-search-fun-function to
20132 longlinges-search-function.
20133
20134 * mouse.el (mouse-drag-region-1): Handle the case where a
20135 double-click event is bound to an arbitrary function.
20136
20137 2005-10-14 David Ponce <david@dponce.com>
20138
20139 * recentf.el (recentf-track-opened-file)
20140 (recentf-track-closed-file, recentf-update-menu)
20141 (recentf-used-hooks, recentf-enabled-p): Move before dialog stuff.
20142 (recentf-dialog-mode-map): Map follow-link to RET, so dialogs obey
20143 mouse-1-click-follows-link.
20144
20145 2005-10-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
20146
20147 * toolbar/diropen.xpm, toolbar/diropen.pbm: New versions made from
20148 Gnome file-manager.png. Suggested by
20149 Joachim Nilsson <joachim.nilsson@vmlinux.org>.
20150
20151 * toolbar/README: Add diropen.xpm.
20152
20153 2005-10-13 Bill Wohler <wohler@newt.com>
20154
20155 * makefile.w32-in (MH_E_SRC): Rename from MH-E-SRC per NMAKE
20156 restrictions. Suggested by David Robinow <drobinow@gmail.com>.
20157
20158 2005-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
20159
20160 * progmodes/mixal-mode.el (mixal-operation-codes-alist):
20161 Don't waste the byte-compiler's time on constant data.
20162
20163 2005-10-13 Kenichi Handa <handa@m17n.org>
20164
20165 * international/utf-8.el (utf-8-compose): Display an invalid UTF-8
20166 byte with `escape-glyph' face.
20167
20168 * international/fontset.el (ccl-encode-unicode-font):
20169 Lookup utf-subst-table-for-encode, not ucs-mule-cjk-to-unicode.
20170 Handle the case that ucs-mule-to-mule-unicode translates a character to
20171 ASCII (usually for IPA characters).
20172
20173 2005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
20174
20175 * info.el (Info-fontify-node): Don't be fooled by a lone "...".
20176 Don't hide the underline of titles if font-lock-mode is disabled.
20177
20178 2005-10-12 Bill Wohler <wohler@newt.com>
20179
20180 * makefile.w32-in (MH-E-SRC): New. Used by mh-autoloads.
20181 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
20182 files in MH-E-SRC have been updated.
20183 (updates, compile, recompile, bootstrap): Depend on mh-autoloads.
20184
20185 2005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
20186
20187 * progmodes/mixal-mode.el (mixal-operation-codes): Remove.
20188 (mixal-mode-syntax-table): Add \n as end-comment.
20189 (mixal-operation-codes-alist): Immediately initialize to full value.
20190 (mixal-add-operation-code): Remove.
20191 (mixal-describe-operation-code): Make the arg non-optional.
20192 Use the interactive spec instead.
20193 Use mixal-operation-codes-alist rather than mixal-operation-codes.
20194 (mixal-font-lock-keywords): Don't highlight comments here any more.
20195 (mixal-font-lock-syntactic-keywords): New var.
20196 (mixal-mode): Use it. Fix comment-start-skip.
20197
20198 2005-10-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
20199
20200 * startup.el (command-line-x-option-alist): -nb => -nbi
20201
20202 2005-10-12 Kim F. Storm <storm@cua.dk>
20203
20204 * startup.el (fancy-splash-default-action): Discard mouse click in
20205 the splash screen window, as it has no sensible meaning in the
20206 next window to be selected. Fixes error reported by Jan D.
20207
20208 2005-10-12 Reiner Steib <Reiner.Steib@gmx.de>
20209
20210 * desktop.el (desktop-load-file): Do nothing when FUNCTION is nil.
20211
20212 2005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
20213
20214 * progmodes/mixal-mode.el: Sync with version in the GNU MDK project.
20215 Try to fix up minor layout issues like indentation, line break, etc...
20216 (mixal-mode-syntax-table): Don't try to specify comment syntax,
20217 because it doesn't work.
20218 (mixal-operation-codes): Add some more codes.
20219 (mixal-font-lock-keywords): Process comments here.
20220 (mixal-mode): mixasm no longer needs -g option.
20221
20222 2005-10-11 Sven Joachim <svenjoac@gmx.de> (tiny change)
20223
20224 * progmodes/sh-script.el (sh-tmp-file):
20225 Use mktemp -t. Finish support for es and rc shells.
20226
20227 2005-10-11 Jay Belanger <belanger@truman.edu>
20228
20229 * calc/calcalg2.el (calc-integral): With an argument, compute the
20230 definite integral.
20231
20232 2005-10-11 Chong Yidong <cyd@stupidchicken.com>
20233
20234 * mouse.el (mouse-drag-region-1): Don't try to catch a
20235 double-click when doing follow-link (it's overridden anyway).
20236
20237 2005-10-11 Juanma Barranquero <lekktu@gmail.com>
20238
20239 * emacs-lisp/autoload.el (update-directory-autoloads): Doc fix.
20240 (autoload-print-form-outbuf): Add docstring.
20241
20242 2005-10-11 Juri Linkov <juri@jurta.org>
20243
20244 * info.el (Info-mode-menu): Delete menu item "Edit".
20245 (Info-mode): Delete description of Info-edit from docstring,
20246 and rearrange descriptions of Info commands in the order
20247 they are documented in the Info manual.
20248
20249 2005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
20250
20251 * calendar/appt.el (appt-check): Use diary-selective-display var.
20252
20253 2005-10-10 Richard M. Stallman <rms@gnu.org>
20254
20255 * net/newsticker.el (newsticker-start, newsticker-show-news):
20256 Add autoload cookies.
20257
20258 2005-10-10 Emanuele Giaquinta <emanuele.giaquinta@gmail.com>
20259
20260 * progmodes/sh-script.el (sh-tmp-file): Use mktemp.
20261
20262 2005-10-10 Karl Chen <quarl@cs.berkeley.edu>
20263
20264 * jka-cmpr-hook.el (jka-compr-handler): Fix typo in `operations' prop.
20265
20266 2005-10-10 Jay Belanger <belanger@truman.edu>
20267
20268 * calc/calc-arith.el (math-check-known-scalarp)
20269 (math-check-known-matrixp): Check the values of arguments that are
20270 variables.
20271 (math-check-known-square-matrixp): New function.
20272 (math-known-square-matrixp): Use math-check-known-square-matrixp.
20273 (math-super-types): Add sqmatrix type.
20274
20275 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec): Change the
20276 mode name `square' to `sqmatrix'.
20277
20278 * calc/calc.el (calc-matrix-mode, calc-set-mode-line): Change the
20279 mode name `square' to `sqmatrix'.
20280
20281 2005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
20282
20283 * progmodes/etags.el (select-tags-table-mode): Don't use
20284 selective-display.
20285 (tags-select-tags-table): Pass `button' to the action function.
20286 (select-tags-table): Place the side-info on button properties rather
20287 than in hidden text. Abbreviate file names.
20288 (select-tags-table-mode-map): Inherit rather than copy buttom-map.
20289 (select-tags-table-select): Add `button' argument.
20290 Get side-info from the button property rather than from hidden text.
20291
20292 2005-10-11 Nick Roberts <nickrob@snap.net.nz>
20293
20294 * progmodes/gud.el (gud-install-speedbar-variables): Add more bindings.
20295 (gud-speedbar-buttons): Preserve point if possible.
20296 (gud-sentinel): Restore previous speedbar display type.
20297
20298 * progmodes/gdb-ui.el (gdba): Improve diagram.
20299 (def-gdb-auto-update-handler, gdb-info-locals-handler)
20300 (gdb-put-breakpoint-icon, gdb-remove-breakpoint-icons):
20301 Call get-buffer-window once.
20302
20303 2005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
20304
20305 * progmodes/pascal.el (pascal-mode-map): Move init into declaration.
20306 (pascal-mode-syntax-table): Make (* *) markers same class as { ... }.
20307 (pascal-indent-command): Remove unused var `ind'.
20308 (pascal-indent-case): Remove unused var `oldpos'.
20309 (pascal-outline-map): Don't inherit from pascal-mode-map anymore,
20310 since it's now used as a proper minor mode map.
20311 (pascal-outline): Rename to pascal-outline-mode.
20312 (pascal-outline-mode): Use define-minor-mode.
20313 (pascal-outline-mode, pascal-outline-change): Use overlays rather than
20314 selective-display.
20315
20316 2005-10-10 Andreas Schwab <schwab@suse.de>
20317
20318 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Adjust match
20319 number. Reported by Karl Chen <quarl@cs.berkeley.edu>.
20320
20321 * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Fix for building
20322 outside source directory.
20323
20324 2005-10-10 Carsten Dominik <dominik@science.uva.nl>
20325
20326 * textmodes/org.el (org-mode-map): Explicit definition of `C-c
20327 C-x' as a prefix.
20328 (orgtbl-mode-map): Full keymap instead of sparse, because all
20329 `self-insert-command' keys are redefined in this map.
20330 (org-export-as-html): Specify charset for HTML file, by taking it
20331 from the coding system.
20332
20333 2005-10-10 Kenichi Handa <handa@m17n.org>
20334
20335 * textmodes/flyspell.el (flyspell-check-word-p):
20336 If unread-command-events is non-empty, don't call sit-for.
20337
20338 2005-10-09 Richard M. Stallman <rms@gnu.org>
20339
20340 * font-lock.el (font-lock-syntactic-keywords)
20341 (font-lock-keywords): Doc fixes.
20342
20343 * textmodes/flyspell.el (flyspell-external-point-words):
20344 Simplify logic, and don't try to check for consecutive appearances
20345 of one incorrect word.
20346
20347 2005-10-10 Nick Roberts <nickrob@snap.net.nz>
20348
20349 * speedbar.el (speedbar-buffer-easymenu-definition): Add menu
20350 separator.
20351
20352 * progmodes/gud.el (gud-last-speedbar-buffer): Remove.
20353 (gud-install-speedbar-variables): Add GUD to speedbar "Displays" list.
20354 (gud-expansion-speedbar-buttons): New function.
20355 (gud-speedbar-buttons): Check for gud-comint-buffer.
20356
20357 2005-10-09 Bill Wohler <wohler@newt.com>
20358
20359 * Makefile.in (updates): Add mh-loaddefs dependency.
20360
20361 2005-10-09 Chong Yidong <cyd@stupidchicken.com>
20362
20363 * speedbar.el (speedbar-file-key-map): Fix typo.
20364
20365 2005-10-09 Daniel Brockman <daniel@brockman.se>
20366
20367 * cus-start.el (line-spacing): Add custom spec.
20368
20369 2005-10-09 Romain Francoise <romain@orebokech.com>
20370
20371 * textmodes/ispell.el (ispell-check-version): Fix last change.
20372
20373 2005-10-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
20374
20375 * term/x-win.el: Remove -i, --icon-type from comment.
20376
20377 * startup.el (command-line-x-option-alist): Remove options -i,
20378 -itype, --icon-type, added -nb, --no-bitmap-icon
20379
20380 2005-10-09 Nick Roberts <nickrob@snap.net.nz>
20381
20382 * progmodes/gud.el (gud-speedbar-menu-items): Use :visible
20383 instead of :active.
20384
20385 2005-10-08 Eric Hanchrow <offby1@blarg.net> (tiny change)
20386
20387 * textmodes/ispell.el (ispell-check-version):
20388 Ignore hyphen, and all that follows, in aspell's version text.
20389
20390 2005-10-08 Jay Belanger <belanger@truman.edu>
20391
20392 * calc/calc-arith.el (math-known-square-matrixp): New function.
20393 (math-pow-fancy): Check for matrices before distributing exponent
20394 across products.
20395
20396 * calc/calc-keypd.el (calc-do-keypad): Widen keypad window for
20397 fullscreen keypad. Suggested by Luc Teirlinck.
20398 (calc-keypad-show-input): Add space for formatting.
20399
20400 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec):
20401 Add square matrix option.
20402
20403 * calc/calc-poly.el (math-expand-term): Check for matrices instead
20404 of checking calc-matrix-mode when deciding how to expand.
20405
20406 * calc/calc.el (calc-set-mode-line): Add square matrix option.
20407
20408 2005-10-08 Lars Hansen <larsh@soem.dk>
20409
20410 * net/tramp.el (tramp-perl-directory-files-and-attributes):
20411 Add error handling.
20412 (tramp-handle-directory-files-and-attributes): Handle perl error msg.
20413
20414 2005-10-08 Michael Albinus <michael.albinus@gmx.de>
20415
20416 Sync with Tramp 2.0.51.
20417
20418 * net/tramp.el (tramp-handle-set-visited-file-modtime)
20419 (tramp-handle-insert-file-contents, tramp-handle-write-region):
20420 Insert special handling for `last-coding-system-used', again
20421 it still seems to be necessary (unlike stated before).
20422 Reported by Toshinori Sugita <sugita@d-pad.co.jp>.
20423 (tramp-password-prompt-regexp): There might be other words before
20424 trailing ":". Reported by Kurt Steinkraus <kurt@steinkraus.us>.
20425 (tramp-chunksize): Improve docstring.
20426 (tramp-set-auto-save-file-modes): Octal integer code #o600 breaks
20427 Emacs 20. Use `tramp-octal-to-decimal' therefore. Reported by
20428 Christian Joergensen <bugs@razor.dk>.
20429
20430 2005-10-07 Glenn Morris <rgm@gnu.org>
20431
20432 * progmodes/f90.el (f90-keywords-re, f90-mode): Doc fix.
20433 (f90-font-lock-keywords-2, f90-mode-abbrev-table): Add `double
20434 precision'.
20435
20436 2005-10-07 Romain Francoise <romain@orebokech.com>
20437
20438 * ibuf-ext.el (ibuffer-do-shell-command-pipe)
20439 (ibuffer-do-shell-command-pipe-replace)
20440 (ibuffer-do-shell-command-file, ibuffer-do-eval)
20441 (ibuffer-do-view-and-eval, ibuffer-do-rename-uniquely)
20442 (ibuffer-do-revert, ibuffer-do-replace-regexp)
20443 (ibuffer-do-query-replace, ibuffer-do-query-replace-regexp)
20444 (ibuffer-do-print, ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
20445 (ibuffer-filter-by-name, ibuffer-filter-by-filename)
20446 (ibuffer-filter-by-size-gt, ibuffer-filter-by-size-lt)
20447 (ibuffer-filter-by-content, ibuffer-filter-by-predicate
20448 (ibuffer-do-sort-by-major-mode, ibuffer-do-sort-by-mode-name)
20449 (ibuffer-do-sort-by-alphabetic, ibuffer-do-sort-by-size):
20450 Autoload file sans suffix.
20451
20452 * emulation/cua-base.el (cua-toggle-global-mark): Likewise.
20453
20454 2005-10-07 David Ponce <david@dponce.com>
20455
20456 * recentf.el (recentf-menu-open-all-flag): New option.
20457 (recentf-digit-shortcut-command-name): New function.
20458 (recentf--shortcuts-keymap): New variable.
20459 (recentf-menu-shortcuts): New variable.
20460 (recentf-make-menu-items): Initialize it. Replace the "More..."
20461 menu item by "All...", if `recentf-menu-open-all-flag' is non-nil.
20462 (recentf-menu-value-shortcut): New function.
20463 (recentf-make-menu-item): Use it. No more in-lined.
20464 (recentf-dialog-mode-map): Base on `recentf--shortcuts-keymap'.
20465 (recentf-open-most-recent-file): Rename from
20466 `recentf-open-file-with-key'. Don't depend on key binding.
20467 (recentf-mode-map): New variable.
20468 (recentf-mode): Use it.
20469
20470 2005-10-06 Bill Wohler <wohler@newt.com>
20471
20472 * mh-e/mh-loaddefs.el: Remove. Now generated automatically.
20473
20474 * Makefile.in (AUTOGENEL): Add mh-e/mh-loaddefs.el.
20475 (MH-E-SRC): New. Used by mh-autoloads.
20476 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
20477 files in MH-E-SRC have been updated.
20478 (compile, recompile, bootstrap): Depend on mh-autoloads.
20479
20480 2005-10-07 Nick Roberts <nickrob@snap.net.nz>
20481
20482 * progmodes/gud.el (gud-menu-map): Only display un-intuitive
20483 gud-break and gud-remove icons when the fringe is not available.
20484
20485 * progmodes/gdb-ui.el (gdb-fringe-width -> gdb-buffer-fringe-width):
20486 Typo.
20487
20488 2005-10-06 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac-@t-lrde.epita.fr>
20489
20490 * play/zone.el (zone): Wrap body with save-window-excursion.
20491
20492 2005-10-06 Stefan Monnier <monnier@iro.umontreal.ca>
20493
20494 * calendar/cal-menu.el (calendar-mouse-view-diary-entries):
20495 Use the new `list-only' arg to diary-list-entries.
20496
20497 * calendar/diary-lib.el: Use overlays rather than selective-display.
20498 (diary-selective-display): New var.
20499 (diary-header-line-format): Use it.
20500 (diary-list-entries): Add argument `list-only'.
20501 Put the buffer in diary-mode. Don't add \^M at beg and end.
20502 Replace \^M by invisible overlays.
20503 (diary-unhide-everything): Replace \^M by invisible overlays.
20504 (print-diary-entries): Look for overlays rather than \^M.
20505 Add a space to the temp buffer name.
20506 (diary-show-all-entries, mark-diary-entries, make-diary-entry):
20507 Put the buffer in diary-mode.
20508 (list-sexp-diary-entries): Replace \^M by invisible overlays.
20509 (diary-anniversary): Make the year arg optional.
20510 (diary-time-regexp): New const.
20511 (diary-font-lock-keywords): Use it to accept a few more time formats.
20512
20513 * pcvs.el (cvs-sentinel): Make sure we do re-enable undo.
20514
20515 2005-10-06 Thien-Thi Nguyen <ttn@gnu.org>
20516
20517 * textmodes/artist.el (artist-ellipse-mirror-quadrant):
20518 Fix bug introduced 2005-07-03: Use (car (last ...))
20519 to faithfully reproduce replaced artist-last.
20520 (artist-set-arrow-points-for-poly): Likewise.
20521 Suggested by Johan Bockg\e,Ae\e(Brd.
20522
20523 2005-10-06 Juanma Barranquero <lekktu@gmail.com>
20524
20525 * dframe.el (x-pointer-hand2, x-pointer-top-left-arrow):
20526 * wid-edit.el (widget):
20527 * progmodes/gdb-ui.el (gdb-buffer-fringe-width):
20528 * progmodes/vhdl-mode.el (speedbar-attached-frame): Add defvars.
20529
20530 2005-10-06 Kenichi Handa <handa@m17n.org>
20531
20532 * international/mule-cmds.el (set-language-environment):
20533 Fix setting up of case-table for unibyte mode.
20534
20535 * simple.el (what-cursor-position): If the character is displayed
20536 by some `display' text property, show that. Don't use
20537 single-key-description for eight-bit characters in multibyte mode.
20538
20539 2005-10-06 Nick Roberts <nickrob@snap.net.nz>
20540
20541 * progmodes/gdb-ui.el (gdb-fringe-width): New variable.
20542 (gdb-ann3): Set it.
20543 (gdb-put-breakpoint-icon): Don't take fringe-width from speedbar frame.
20544 (gdb-info-frames-custom): Use inverse-video for first five
20545 characters of selected frame only.
20546 (gdb-get-frame-number): Select frame even when point is on frame
20547 number.
20548
20549 2005-10-06 Masatake YAMATO <jet@gyve.org>
20550
20551 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom):
20552 Put `font-lock-function-name-face'.
20553 (gdb-info-frames-custom): Put `font-lock-function-name-face'
20554 and `font-lock-variable-name-face'
20555 (gdb-registers-font-lock-keywords): New font lock keywords definition.
20556 (gdb-registers-mode): Use `gdb-registers-font-lock-keywords`.
20557 (gdb-memory-font-lock-keywords): New font lock keywords definition.
20558 (gdb-memory-mode): Use `gdb-memory-font-lock-keywords'.
20559 (gdb-local-font-lock-keywords): New font lock keywords definition.
20560 (gdb-locals-mode): Use `gdb-local-font-lock-keywords'
20561 (gdb-threads-font-lock-keywords): New font lock keywords definition.
20562 (gdb-threads-mode): Use `gdb-threads-font-lock-keywords'.
20563
20564 2005-10-05 Michael Kifer <kifer@cs.stonybrook.edu>
20565
20566 * ediff-merge.el (ediff-merge-region-is-non-clash): New defsubst.
20567 (ediff-merge-region-is-non-clash-to-skip): Previously called
20568 ediff-merge-region-is-non-clash.
20569
20570 * ediff-mult.el (ediff-append-custom-diff, ediff-meta-show-patch):
20571 Use insert-buffer-substring.
20572
20573 * ediff-ptch.el (ediff-fixup-patch-map): Use better heuristics for
20574 selecting files to patch. Also bug fixes.
20575
20576 * ediff-util.el (ediff-setup): Bug fix.
20577 (ediff-next-difference): Never skip clashes that differ in white
20578 space only.
20579
20580 * ediff-wind.el (ediff-setup-control-frame)
20581 (ediff-destroy-control-frame): Check the menubar feature.
20582
20583 * viper-cmd.el (viper-normalize-minor-mode-map-alist)
20584 (viper-refresh-mode-line): Use make-local-variable to localize
20585 some vars instead of make-variable-buffer-local. Suggested by
20586 Stefan Monnier.
20587
20588 * viper-init.el (viper-make-variable-buffer-local): Delete alias.
20589 (viper-restore-cursor-type, viper-set-insert-cursor-type):
20590 Use make-local-variable instead of make-variable-buffer-local.
20591 Suggested by Stefan Monnier.
20592
20593 * viper.el (viper-mode): Don't use viper-make-variable-buffer-local.
20594 (viper-comint-mode-hook): Use make-local-variable on
20595 require-final-newline.
20596 (viper-non-hook-settings): Don't use make-variable-buffer-local.
20597
20598 2005-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
20599
20600 * progmodes/scheme.el (scheme-mode-syntax-table): Mark ; as being
20601 also the second char of a comment-start sequence.
20602 (scheme-sexp-comment-syntax-table): New var.
20603 (lambda, define): Set their scheme-doc-string-elt property.
20604 (scheme-font-lock-syntactic-face-function): Handle sexp-comments.
20605 Use lisp-font-lock-syntactic-face-function now that it properly
20606 handles |...| symbols.
20607 (scheme-mode-variables): Set lisp-doc-string-elt-property,
20608 parse-sexp-lookup-properties and font-lock-extra-managed-props.
20609
20610 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Move the nesting
20611 bit from # to |.
20612 (lisp-font-lock-syntactic-face-function): Distinguish |...| symbols.
20613
20614 * emacs-lisp/lisp-mode.el (lambda): Add its doc-string-elt property.
20615 (lisp-doc-string-elt-property): New var.
20616 (lisp-font-lock-syntactic-face-function): Use it.
20617 Rewrite to recognize docstrings even for forms not at toplevel.
20618
20619 * progmodes/scheme.el (scheme-mode-syntax-table): Put the nested
20620 annotation on the | part of #| rather than on the # part.
20621 (scheme-font-lock-syntactic-face-function): New function, to
20622 distinguish strings from |...| symbols.
20623 (scheme-mode-variables): Use it. Also fix up the font-lock-time
20624 syntax-table so that #|...|# is properly highlighted.
20625
20626 * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function):
20627 Don't mark as docstring the 3rd elem of an unknown toplevel form.
20628
20629 2005-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
20630
20631 * bindings.el (global-map): Resync [home] and [end] bindings with C-a
20632 and C-e.
20633
20634 * emacs-lisp/eldoc.el: Move comments into docstrings.
20635 (eldoc-message-commands): Initialize in its declaration.
20636 Add move-beginning-of-line and move-end-of-line.
20637 (eldoc-add-command, eldoc-add-command-completions)
20638 (eldoc-remove-command, eldoc-remove-command-completions): Simplify.
20639
20640 * outline.el (outline-mark-subtree): Activate the mark.
20641
20642 * calendar/appt.el (appt-time-regexp): New var.
20643 (appt-add, appt-make-list): Use it.
20644 (appt-convert-time): Clean up.
20645
20646 * textmodes/tex-mode.el (tex-font-lock-syntactic-face-function):
20647 Don't set any syntax-table property here.
20648 (tex-font-lock-verb): New function. Do it here.
20649 (tex-font-lock-syntactic-keywords): Use it.
20650
20651 2005-10-04 Richard M. Stallman <rms@gnu.org>
20652
20653 * wid-edit.el (widget-file-complete): Get the widget start point
20654 the right way. Default directory to `/' if file has none.
20655
20656 * x-dnd.el (x-dnd-drop-data): Check for dedicated windows.
20657
20658 * textmodes/flyspell.el (flyspell-mode-on):
20659 Call ispell-maybe-find-aspell-dictionaries.
20660
20661 * textmodes/ispell.el (ispell-word, ispell-region):
20662 Call ispell-maybe-find-aspell-dictionaries.
20663 (ispell-accept-buffer-local-defs):
20664 Don't call ispell-maybe-find-aspell-dictionaries
20665
20666 2005-10-04 Richard M. Stallman <rms@gnu.org>
20667
20668 * iswitchb.el (iswitchb-buffer-ignore): Label it risky.
20669
20670 2005-10-04 Emilio C. Lopes <eclig@gmx.net>
20671
20672 * iswitchb.el (iswitchb-ignore-buffername-p): Use `functionp'
20673 instead of `fboundp' in order to allow for anonymous functions.
20674
20675 2005-10-04 Chong Yidong <cyd@stupidchicken.com>
20676
20677 * info.el (Info-next, Info-prev, Info-up): Select info buffer, in
20678 case the user clicks on the link while another window is selected.
20679 (Info-speedbar-hierarchy-buttons): Use speedbar-current-frame.
20680
20681 * dframe.el (dframe-update-keymap): Use mouse-1-click-follows-link
20682 functionality.
20683 (dframe-help-echo): Save point in case mouse tracking is off.
20684
20685 2005-10-04 Thien-Thi Nguyen <ttn@gnu.org>
20686
20687 * net/ange-ftp.el (ange-ftp-ls): Fix typo introduced in last change.
20688
20689 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
20690
20691 * progmodes/cc-styles.el (c-setup-paragraph-variables): Make sure we do
20692 not change the global value of those vars.
20693
20694 * progmodes/cc-mode.el (c-basic-common-init): Remove calls to
20695 make-local-variable which we do not need any more.
20696
20697 2005-10-03 Chong Yidong <cyd@stupidchicken.com>
20698
20699 * speedbar.el (speedbar-ignored-path-regexp, speedbar-line-path)
20700 (speedbar-ignored-path-expressions, speedbar-buffers-line-path)
20701 (speedbar-add-ignored-path-regexp, speedbar-buffers-line-path)
20702 (speedbar-path-line): Define obsolete aliases.
20703 (speedbar-line-directory): Doc fix.
20704
20705 * progmodes/vhdl-mode.el (vhdl-speedbar-initialize)
20706 (vhdl-speedbar-rescan-hierarchy): Call speedbar-line-directory
20707 instead of speedbar-line-path.
20708
20709 2005-10-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
20710
20711 * x-dnd.el (x-dnd-drop-data): Don't set dnd-open-file-other-window
20712 to nil if dropping on a window. Handle dropping on a minibuffer window
20713 like dropping on a non-window part of Emacs.
20714
20715 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
20716
20717 * net/ange-ftp.el: Use with-current-buffer.
20718 (ange-ftp-insert-directory): Do not follow symlinks any more.
20719
20720 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
20721 Remove interactive spec.
20722
20723 2005-10-03 Kim F. Storm <storm@cua.dk>
20724
20725 * ido.el (ido-mode): Use custom-initialize-set.
20726
20727 2005-10-02 Richard M. Stallman <rms@gnu.org>
20728
20729 * progmodes/ebnf2ps.el (ebnf-eps-production-list):
20730 Use insert-buffer-substring.
20731
20732 * net/tramp.el: Pacify byte compiler warnings in pacification code.
20733 (tramp-handle-file-local-copy): Use insert-buffer-substring.
20734
20735 2005-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
20736
20737 * net/ange-ftp.el (ange-ftp-insert-directory): Undo unintended part
20738 in last change.
20739 (ange-ftp-insert-directory): Fix up the search for the case where
20740 `file' is absolute.
20741
20742 2005-10-02 Romain Francoise <romain@orebokech.com>
20743
20744 * progmodes/compile.el (compile-goto-error): Delete extra paren.
20745
20746 2005-10-02 Andreas Schwab <schwab@suse.de>
20747
20748 * ediff-ptch.el (ediff-fixup-patch-map): Handle file names without
20749 directory component in the session info.
20750
20751 2005-10-01 Richard M. Stallman <rms@gnu.org>
20752
20753 * comint.el (comint-redirect-subvert-readonly): Doc fix.
20754
20755 * simple.el (next-error-internal): New function.
20756
20757 * progmodes/compile.el (compilation-buffer-name): New arg MODE-COMMAND.
20758 (compilation-start): Pass new arg to compilation-buffer-name.
20759 (compile-goto-error): Use next-error-internal.
20760
20761 2005-10-01 Chong Yidong <cyd@stupidchicken.com>
20762
20763 * speedbar.el: Remove RCS tag.
20764 (speedbar-check-read-only): Handle non-existent files.
20765
20766 * dframe.el, ezimage.el, sb-image.el: Remove RCS tags.
20767
20768 * info.el (Info-speedbar-hierarchy-buttons)
20769 (Info-speedbar-goto-node): Call speedbar-select-attached-frame.
20770
20771 2005-10-01 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
20772
20773 * textmodes/bibtex.el (bibtex-valid-entry-whitespace-re):
20774 Do not match newline.
20775 (bibtex-realign): Do not use bibtex-valid-entry-whitespace-re.
20776 (bibtex-summary): Remove unnecessary save-excursion.
20777 (bibtex-fill-field-bounds): Use fill-region-as-paragraph.
20778
20779 2005-10-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20780
20781 * term/mac-win.el: Add charset info for "iso10646-1".
20782 Modify default fontset to use ATSUI-compatible fonts for some charsets
20783 if available.
20784
20785 2005-10-01 Chong Yidong <cyd@stupidchicken.com>
20786
20787 * speedbar.el: Re-apply arch tag.
20788 (speedbar-version): Rename to version 1.0. Suggested by Eric
20789 M. Ludlam.
20790 Reapply two changes from Emacs CVS' version of speedbar lost
20791 during the merge:
20792 (speedbar-use-imenu-flag): Avoid unnecessary use of locate-library.
20793 (speedbar-frame-parameters): Improve customize type.
20794
20795 2005-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
20796
20797 * net/ange-ftp.el (ange-ftp-gwp-start): Use with-current-buffer.
20798 (ange-ftp-file-directory-p): Fix the symlink case.
20799 (ange-ftp-insert-directory): When listing a single file, get a list of
20800 the parent buffer and extract the relevant line. Inspired from a patch
20801 by Katsumi Yamaoka <yamaoka@jpl.org>.
20802 (ange-ftp-file-name-sans-versions): Simplify.
20803
20804 2005-09-30 Bill Wohler <wohler@newt.com>
20805
20806 Move MH-E image files from toolbar and mail directories into
20807 etc/images.
20808
20809 * mail/reply2.*: Move to etc/images/mail/reply*.
20810
20811 * toolbar/execute.*, toolbar/highlight.*, toolbar/mh-logo.xpm:
20812 * toolbar/page-down.*, toolbar/show.*, toolbar/widen.*: Move to
20813 etc/images.
20814
20815 * toolbar/alias.*, toolbar/refile.*, toolbar/repack.*:
20816 * toolbar/reply*: Move to etc/images/mail.
20817
20818 * toolbar/rescan.*: Move and rename to etc/images/refresh.*.
20819
20820 2005-09-30 Eric M. Ludlam <zappo@gnu.org>
20821
20822 * speedbar.el: New version 1.0pre3.
20823
20824 Frame management code (including timer, and mouse click specifics)
20825 moved to dframe.el:
20826 (speedbar-attached-frame): Removed. Use dframe-attached-frame.
20827 (speedbar-timer): Removed. Use dframe-timer.
20828 (speedbar-close-frame): Removed. Use dframe-close-frame.
20829 (speedbar-activity-change-focus-flag): Removed. Use
20830 dframe-activity-change-focus-flag.
20831 (speedbar-update-speed, speedbar-navigating-speed): Obsolete. Use
20832 dframe-update-speed.
20833
20834 (speedbar-current-frame): New macro. Use this instead of the
20835 variable speedbar-frame.
20836
20837 (speedbar-use-images, speedbar-expand-image-button-alist)
20838 (speedbar-insert-image-button-maybe): Moved to sb-image.el.
20839
20840 (speedbar-find-image-on-load-path): Removed. Replaced by
20841 defezimage in ezimage.el.
20842 (speedbar-expand-image-button-alist): Removed. Replaced by
20843 ezimage-expand-image-button-alist in ezimage.el.
20844
20845 (speedbar-ignored-directory-regexp)
20846 (speedbar-add-ignored-directory-regexp)
20847 (speedbar-ignored-directory-expressions)
20848 (speedbar-line-directory, speedbar-buffers-line-directory)
20849 (speedbar-directory-line, speedbar-buffers-line-directory):
20850 Renamed, replacing `path' with `directory'.
20851
20852 (speedbar-create-directory, speedbar-expand-line-descendants)
20853 (speedbar-toggle-line-expansion)
20854 (speedbar-contract-line-descendants): New commands.
20855
20856 (speedbar-query-confirmation-method, speedbar-select-frame-method)
20857 (speedbar-use-tool-tips-flag): New options.
20858
20859 (speedbar-check-read-only, speedbar-require-version)
20860 (speedbar-insert-separator, speedbar-buffers-tail-notes)
20861 (speedbar-handle-delete-frame, speedbar-try-completion)
20862 (speedbar-update-localized-contents): New functions.
20863
20864 (speedbar-incompatible-version, speedbar-ro-to-do-point)
20865 (speedbar-object-read-only-indicator): New variables.
20866
20867 (speedbar-visiting-tag-hook, speedbar-before-visiting-file-hook):
20868 New hooks.
20869
20870 (speedbar-separator-face): New face.
20871
20872 (speedbar-supported-extension-expressions): Add `.g' and `.ma?k'.
20873 (speedbar-ignored-modes): Add fundamental-mode.
20874 (speedbar-directory-unshown-regexp): Add . directories.
20875
20876 (speedbar-key-map): Remove old SPC and DEL page up/down keys.
20877 (speedbar-file-key-map): Add SPC to toggle node expansion, `[' and
20878 `]' for full expand/close.
20879 (speedbar-buffers-key-map): Add SPC to toggle node expansion.
20880
20881 (speedbar-check-vc): Support hidden files.
20882 (speedbar-vc-check-dir-p): Use vc-state if available for CVS.
20883 (speedbar-this-file-in-vc): Use vc-state if available. If VC
20884 state is nil, it is not checked out.
20885
20886 (speedbar-line-text, speedbar-line-token): Support expand buttons
20887 with no text.
20888 (speedbar-refresh): Universal argument acts as power-click.
20889 (speedbar-fetch-dynamic-tags): If a buffer is in Emacs, switch to
20890 that buffer to get variable values.
20891
20892 And many other bugfixes.
20893
20894 * dframe.el, ezimage.el, sb-image.el: New files.
20895
20896 * sb-*.xpm: Remove files. New image files installed into
20897 etc/images/ezimage.
20898
20899 2005-09-30 Kenichi Handa <handa@m17n.org>
20900
20901 * ps-mule.el (ps-mule-show-warning): If a character is in
20902 ps-print-translation-table, don't treat it as non-printable.
20903
20904 2005-09-30 David Ponce <david@dponce.com>
20905
20906 * tree-widget.el (tree-widget-themes-load-path): New variable.
20907 (tree-widget-themes-directory): Doc fix.
20908 (tree-widget-image-formats) [Emacs]: Doc fix.
20909 (tree-widget--locate-sub-directory): New function.
20910 (tree-widget-themes-directory): Use it.
20911
20912 * recentf.el (recentf-filename-handlers): Rename from
20913 `recentf-filename-handler'. Allow a list of functions.
20914 (recentf-menu-items-for-commands): Fix :help strings.
20915 (recentf-apply-filename-handlers): New function.
20916 (recentf-expand-file-name): Use it.
20917 (recentf-cleanup): Remove duplicates too.
20918
20919 2005-09-29 Juri Linkov <juri@jurta.org>
20920
20921 * faces.el: Rearrange face definitions to be in the same order as
20922 their face descriptions in "(emacs)Standard Faces".
20923
20924 * isearch.el (isearch, lazy-highlight): Add group `basic-faces'.
20925
20926 * tooltip.el (tooltip): Add group `basic-faces'.
20927
20928 * buff-menu.el (Buffer-menu-buffer): Remove group
20929 `font-lock-highlighting-faces'.
20930
20931 * progmodes/compile.el (compilation-error, compilation-warning)
20932 (compilation-info, compilation-line-number, compilation-column-number):
20933 Change group from `font-lock-highlighting-faces' to `compilation'.
20934
20935 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
20936 (vhdl-font-lock-attribute-face, vhdl-font-lock-enumvalue-face)
20937 (vhdl-font-lock-function-face, vhdl-font-lock-directive-face)
20938 (vhdl-font-lock-reserved-words-face)
20939 (vhdl-font-lock-translate-off-face, syntax-alist): Remove group
20940 `font-lock-highlighting-faces'.
20941
20942 * cus-edit.el (custom-buffer-sort-alphabetically): Default to nil.
20943
20944 2005-09-28 Kim F. Storm <storm@cua.dk>
20945
20946 * emulation/cua-base.el: Set CUA move property on additional commands:
20947 up-list, down-list, backward-up-list, end-of-defun beginning-of-defun,
20948 forward-sexp, backward-sexp, forward-list, backward-list.
20949
20950 2005-09-28 Romain Francoise <romain@orebokech.com>
20951
20952 * comint.el (comint-show-output): Really set point at the
20953 beginning of the output when not using `comint-use-prompt-regexp'.
20954
20955 2005-09-27 Jay Belanger <belanger@truman.edu>
20956
20957 * calc/calc-lang.el (math-oper-table): Raise the precedence of "/"
20958 in TeX mode.
20959
20960 2005-09-26 Juanma Barranquero <lekktu@gmail.com>
20961
20962 * textmodes/org.el (org-table-sum): Fix format string.
20963
20964 * textmodes/tex-mode.el (tex-insert-quote, latex-indent):
20965 Quote face names.
20966
20967 2005-09-26 Romain Francoise <romain@orebokech.com>
20968
20969 * isearch.el (isearch-forward-regexp): Close doc string.
20970
20971 2005-09-25 Richard M. Stallman <rms@gnu.org>
20972
20973 * simple.el (blink-matching-open): Don't no-op when point is BEGV+1.
20974
20975 * isearch.el (isearch-forward, isearch-forward-regexp): Doc fixes.
20976
20977 * progmodes/compile.el (compilation-error-properties):
20978 When getting the file from the previous error message,
20979 correctly decode the new data format.
20980
20981 * progmodes/cc-cmds.el (c-electric-paren):
20982 Call old-blink-paren only for close-paren.
20983
20984 2005-09-24 Andreas Schwab <schwab@suse.de>
20985
20986 * term/rxvt.el (rxvt-register-default-colors): Delete redundant
20987 condition.
20988
20989 2005-09-25 Romain Francoise <romain@orebokech.com>
20990
20991 * dired-aux.el (dired-copy-file-recursive):
20992 * dired.el (dired-delete-file):
20993 * ediff-mult.el (ediff-dir-diff-copy-file):
20994 * ediff-util.el (ediff-test-save-region):
20995 * forms.el (forms-mode):
20996 * ido.el (ido-file-internal, ido-delete-file-at-head):
20997 * log-edit.el (log-edit-done):
20998 * ses.el (ses-yank-resize):
20999 * play/gomoku.el (gomoku-human-plays, gomoku)
21000 (gomoku-human-resigns, gomoku-prompt-for-other-game)
21001 (gomoku-offer-a-draw):
21002 * play/landmark.el (lm-human-resigns, lm):
21003 * net/eudcb-ldap.el (eudc-ldap-check-base):
21004 * play/mpuz.el (mpuz-offer-abort, mpuz-try-letter, mpuz-close-game):
21005 * progmodes/ebrowse.el (ebrowse-find-pattern):
21006 * progmodes/idlw-shell.el (idlwave-shell-set-bp-check):
21007 * textmodes/reftex-index.el (reftex-index-initialize-phrases-buffer):
21008 End `yes-or-no-p' and `y-or-n-p' prompts with question mark and space.
21009
21010 * vc.el (vc-delete-file):
21011 * play/gomoku.el (gomoku-terminate-game, gomoku)
21012 (gomoku-prompt-for-move, gomoku-human-takes-back):
21013 * play/landmark.el (lm-human-takes-back, lm-prompt-for-move)
21014 (lm-start-robot, lm-human-plays): Remove extraneous spaces in messages.
21015
21016 2005-09-24 Dan Nicolaescu <dann@ics.uci.edu>
21017
21018 * term/rxvt.el (rxvt-register-default-colors): Add support for 255
21019 color rxvt terminals by using the code xterm.el used to use before
21020 2005-04-09 in order to match the colors used by rxvt.
21021
21022 2005-09-24 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
21023
21024 * term/rxvt.el (rxvt-register-default-colors): Add support for 88
21025 colors rxvt-unicode terminals by using the same code as xterm.el.
21026
21027 2005-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
21028
21029 * textmodes/tex-mode.el (tex-font-lock-append-prop)
21030 (tex-font-lock-suscript, tex-insert-quote, latex-indent): Adjust to the
21031 new symbol used for the tex-verbatim face.
21032
21033 2005-09-24 Emilio C. Lopes <eclig@gmx.net>
21034
21035 * woman.el (woman-file-name):
21036 * wid-edit.el (widget-file-prompt-value)
21037 (widget-coding-system-prompt-value):
21038 * w32-fns.el (set-w32-system-coding-system):
21039 * vc.el (vc-version-diff, vc-annotate):
21040 * textmodes/reftex-auc.el (reftex-arg-cite)
21041 (reftex-arg-index-tag):
21042 * textmodes/refer.el (refer-get-bib-files):
21043 * textmodes/artist.el (artist-figlet-choose-font):
21044 * terminal.el (terminal-emulator):
21045 * replace.el (occur-read-primary-args):
21046 * rect.el (string-rectangle, string-insert-rectangle):
21047 * ps-print.el (ps-print-preprint):
21048 * progmodes/pascal.el (pascal-goto-defun):
21049 * progmodes/etags.el (visit-tags-table, visit-tags-table-buffer):
21050 * progmodes/compile.el (compilation-find-file):
21051 * printing.el (pr-interactive-n-up):
21052 * play/animate.el (animate-birthday-present):
21053 * net/rcompile.el (remote-compile):
21054 * man.el (man, Man-goto-section, Man-follow-manual-reference):
21055 * mail/rmailsum.el (rmail-summary-search-backward)
21056 (rmail-summary-search):
21057 * mail/rmailout.el (rmail-output-read-rmail-file-name)
21058 (rmail-output-read-file-name):
21059 * mail/rmail.el (rmail-search, rmail-search-backwards):
21060 * mail/mailabbrev.el (merge-mail-abbrevs, rebuild-mail-abbrevs):
21061 * locate.el (locate):
21062 * international/quail.el (quail-show-keyboard-layout):
21063 * international/mule.el (set-buffer-file-coding-system)
21064 (revert-buffer-with-coding-system, set-file-name-coding-system)
21065 (set-terminal-coding-system, set-keyboard-coding-system)
21066 (set-next-selection-coding-system):
21067 * international/mule-diag.el (describe-coding-system)
21068 (describe-font, describe-fontset):
21069 * international/mule-cmds.el (universal-coding-system-argument)
21070 (search-unencodable-char, describe-input-method)
21071 (set-language-environment, describe-language-environment):
21072 * international/codepage.el (codepage-setup):
21073 * international/code-pages.el (codepage-setup):
21074 * info.el (Info-search, Info-follow-reference)
21075 (Info-search-backward):
21076 * emacs-lisp/advice.el (ad-read-advised-function)
21077 (ad-read-advice-class, ad-clear-cache, ad-activate)
21078 (ad-deactivate, ad-update, ad-unadvise, ad-read-advice-name)
21079 (ad-enable-advice, ad-disable-advice, ad-remove-advice)
21080 (ad-read-regexp):
21081 * ediff-util.el (ediff-toggle-regexp-match):
21082 * ediff-ptch.el (ediff-prompt-for-patch-file):
21083 * dired-aux.el (dired-diff):
21084 * diff.el (diff):
21085 * cus-edit.el (custom-variable-prompt):
21086 * calendar/timeclock.el (timeclock-ask-for-project):
21087 * calc/calcalg3.el (calc-get-fit-variables):
21088 * calc/calc-store.el (calc-edit-variable)
21089 (calc-permanent-variable):
21090 * vc-mcvs.el (vc-mcvs-register):
21091 * shadowfile.el (shadow-define-literal-group):
21092 * woman.el (woman-file-name):
21093 * vc.el (vc-version-diff, vc-merge):
21094 * textmodes/reftex-index.el (reftex-index-complete-tag):
21095 * format.el (format-decode-buffer, format-decode-region):
21096 * emulation/viper-cmd.el (viper-read-string-with-history):
21097 * emacs-lisp/debug.el (cancel-debug-on-entry):
21098 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
21099 * ediff.el (ediff-merge-revisions)
21100 (ediff-merge-revisions-with-ancestor, ediff-revision):
21101 * completion.el (interactive-completion-string-reader):
21102 * calc/calc-prog.el (calc-user-define-formula):
21103 Follow convention for reading with the minibuffer.
21104
21105 2005-09-24 Steven Huwig <steven_h@acm.org> (tiny change)
21106
21107 * progmodes/python.el (python-describe-symbol): Add globals() and
21108 locals() to the arguments of emacs.ehelp.
21109
21110 2005-09-24 Magnus Henoch <mange@freemail.hu>
21111
21112 * textmodes/ispell.el (ispell-maybe-find-aspell-dictionaries):
21113 New function, code extracted from ispell-valid-dictionary-list.
21114 (ispell-valid-dictionary-list, ispell-accept-buffer-local-defs):
21115 Call it.
21116
21117 2005-09-24 Eli Zaretskii <eliz@gnu.org>
21118
21119 * subr.el (version-regexp-alist): Extend valid syntax for version
21120 strings: allow any of the characters -,_,+ to separate the
21121 alpha/beta/rc part from the version part. Doc fix.
21122 (version-to-list): Doc fix. Bind case-fold-search to t, as advertised.
21123
21124 2005-09-23 David Reitter <david.reitter@gmail.com>
21125
21126 * mail/mailclient.el: New file.
21127
21128 2005-09-23 Richard M. Stallman <rms@gnu.org>
21129
21130 * textmodes/flyspell.el (flyspell-highlight-incorrect-region)
21131 (flyspell-incorrect-hook, flyspell-highlight-duplicate-region):
21132 Doc fixes.
21133
21134 * progmodes/cc-mode.el (c-font-lock-init):
21135 Specify font-lock-lines-before.
21136
21137 2005-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
21138
21139 * smerge-mode.el (smerge-remove-props): Cause re-highlighting of the
21140 whole conflict.
21141
21142 2005-09-23 Carsten Dominik <dominik@science.uva.nl>
21143
21144 * textmodes/org.el (org-mode-map, orgtbl-mode-map):
21145 Move keybindings with `C-c C-h' prefix to `C-c C-x' prefix. Make use
21146 of `remap' feature when available. Additional key bindings for
21147 better tty support.
21148 (org-mode-restart, org-force-self-insert): New commands.
21149 (org-time-stamp-inactive): New command.
21150 (org-remap): New function.
21151 (org-table-auto-blank-field, org-level-color-stars-only): New options.
21152 (org-enable-fixed-width-editor): Move to `org-structure'
21153 customization group.
21154 (org-self-insert-command, orgtbl-self-insert-command): Modify to
21155 blank field after field motion commands.
21156
21157 2005-09-23 Kenichi Handa <handa@m17n.org>
21158
21159 * international/mule-cmds.el (set-language-environment):
21160 Don't check utf-translate-cjk-lang-env is nil or not on deciding if we
21161 have to call utf-translate-cjk-load-tables.
21162
21163 2005-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
21164
21165 * mouse.el (mouse-move-drag-overlay): Fix last change.
21166
21167 2005-09-22 David Ponce <david@dponce.com>
21168
21169 * tree-widget.el (tree-widget-value-create): Fix previous change.
21170
21171 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
21172
21173 * term/xterm.el (terminal-init-xterm): Fix loading rxvt at run time.
21174
21175 2005-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
21176
21177 * mouse.el (mouse-move-drag-overlay): New function.
21178 (mouse-drag-region-1): Use it.
21179 Try to simplify a bit the state handling. Handle clicks on links
21180 inside intangible areas.
21181 (mouse-save-then-kill): Minor simplification.
21182 (mouse-secondary-overlay): Make it always non-nil instead of
21183 recreating it each time.
21184 (mouse-start-secondary, mouse-set-secondary, mouse-drag-secondary)
21185 (mouse-kill-secondary, mouse-secondary-save-then-kill):
21186 Simplify accordingly.
21187
21188 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
21189
21190 * term/rxvt.el (rxvt-standard-colors): Fix some colors.
21191
21192 2005-09-20 Michael Kifer <kifer@cs.stonybrook.edu>
21193
21194 * ediff-ptch.el (ediff-prompt-for-patch-file): More intuitive prompt.
21195 (ediff-file-name-sans-prefix): Treat nil as an empty string.
21196 (ediff-fixup-patch-map): Better heuristic for intuiting the file names
21197 to patch.
21198
21199 * ediff-util.el: Use insert-buffer-substring.
21200
21201 * ediff-vers.el (cvs-run-ediff-on-file-descriptor): Bug fix.
21202
21203 * emulation/viper-cmd.el (viper-change-state): Don't move over the
21204 field boundaries in the minibuffer.
21205 (viper-set-minibuffer-style): Add viper-minibuffer-post-command-hook.
21206 (viper-minibuffer-post-command-hook): New hook.
21207 (viper-line): Don't move cursor at bolp.
21208
21209 * emulation/viper-ex.el (ex-pwd, viper-info-on-file): Fix message.
21210
21211 * emulation/viper-init.el: Add alias to make-variable-buffer-local to
21212 avoid compiler warnings.
21213
21214 * emulation/viper-macs.el (ex-map): Better messages.
21215
21216 * emulation/viper-utils.el (viper-beginning-of-field): New function.
21217
21218 * emulation/viper.el: Replace make-variable-buffer-local with
21219 viper-make-variable-buffer-local everywhere, to avoid warnings.
21220
21221 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
21222
21223 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line):
21224 Delete unused var `old-selected-window'.
21225 (mouse-drag-region-1): Delete unused vars `start-frame', `end-of-range'.
21226 (mouse-drag-secondary): Delete unused var `start-frame'.
21227
21228 2005-09-19 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
21229
21230 * term/rxvt.el (terminal-init-rxvt): Add entry for [end].
21231
21232 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
21233
21234 * calendar/calendar.el (mark-visible-calendar-date): Save excursion.
21235 Re-indent within 80 columns. Use inhibit-read-only.
21236
21237 2005-09-19 Romain Francoise <romain@orebokech.com>
21238
21239 * calendar/diary-lib.el (mark-diary-entries): Revert last change.
21240
21241 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
21242
21243 * font-lock.el (font-lock-default-fontify-region): Don't add a line
21244 unconditionally, since the after-change-function already did it.
21245
21246 2005-09-19 Miles Bader <miles@gnu.org>
21247
21248 * net/newsticker.el: Get rid of CVS keyword.
21249
21250 2005-09-19 Johan Bockg\e,Ae\e(Brd <bojohan+sf@dd.chalmers.se>
21251
21252 * dired-aux.el (dired-handle-overwrite): Don't use `format' here.
21253 The prompt is formatted later.
21254
21255 2005-09-19 David Ponce <david@dponce.com>
21256
21257 * tree-widget.el (tree-widget-value-create): Save the converted
21258 tree :node widget.
21259
21260 2005-09-19 Juanma Barranquero <lekktu@gmail.com>
21261
21262 * progmodes/sh-script.el (sh-blink): Fix spurious reference to
21263 variable `message'.
21264
21265 2005-09-18 Michael Albinus <michael.albinus@gmx.de>
21266
21267 * net/tramp.el (tramp-login-prompt-regexp): Expand regexp in order
21268 to cover prompts like "login as:". Reported by Slawomir Nowaczyk
21269 <slawomir.nowaczyk.847@student.lu.se>.
21270
21271 2005-09-18 Chong Yidong <cyd@stupidchicken.com>
21272
21273 * image.el (image-load-path): Use symbol `data-directory' instead
21274 of its value, for backward compatibility with packages that bind
21275 it during `find-image'. Suggested by Katsumi Yamaoka.
21276 (image-search-load-path): Handle symbols whose values are strings.
21277
21278 2005-09-18 Romain Francoise <romain@orebokech.com>
21279
21280 * calendar/diary-lib.el (mark-diary-entries): Rearrange to wrap
21281 with-current-buffer form in save-excursion.
21282
21283 2005-09-18 Deepak Goel <deego@gnufans.org>
21284
21285 * apropos.el (apropos-command): Fix `message' call: first arg
21286 should be a format spec. In this and all other cases that appear
21287 below and elsewhere in the source code, I made a change only when
21288 two conditions were satisfied: [1] I can think of a possibility
21289 that the arguments would cause an error, for example, the code in
21290 question relies on external variables such as filenames. [2] I
21291 was sure that the arg to `message' could not have been nil in the code.
21292
21293 * textmodes/tildify.el (tildify-region): Ditto.
21294
21295 * textmodes/reftex-index.el (reftex-index-change-entry)
21296 (reftex-index-phrase-selection-or-word, reftex-query-index-phrase):
21297 * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite):
21298 * textmodes/org.el (org-complete, org-deadline, org-schedule)
21299 (org-priority, org-table-sum):
21300 * textmodes/ispell.el (ispell-check-version, ispell-parse-output):
21301 * textmodes/flyspell.el (flyspell-mode-on, flyspell-notify-misspell)
21302 (flyspell-word, flyspell-display-next-corrections):
21303 * textmodes/bibtex.el (bibtex-print-help-message):
21304 * textmodes/artist.el (artist-key-set-point-poly):
21305 * term/mac-win.el (mac-services-insert-text):
21306 * progmodes/vhdl-mode.el (vhdl-warning, vhdl-print-warnings)
21307 (vhdl-hooked-abbrev, vhdl-template-insert-fun)
21308 (vhdl-port-paste-testbench, vhdl-compose-new-component)
21309 (vhdl-compose-configuration):
21310 * progmodes/sh-script.el (sh-blink, sh-show-indent)
21311 (sh-set-indent, sh-learn-line-indent):
21312 * progmodes/ps-mode.el (ps-mode-target-column):
21313 * progmodes/idlwave.el (idlwave-make-tags)
21314 (idlwave-scan-library-catalogs):
21315 * progmodes/idlw-shell.el (idlwave-shell-parse-stack-and-display):
21316 * progmodes/gud.el (gud-jdb-analyze-source):
21317 * progmodes/flymake.el (flymake-log):
21318 * progmodes/ebnf2ps.el (ebnf-generate-region):
21319 * progmodes/cmacexp.el (c-macro-expansion):
21320 * progmodes/ada-xref.el (ada-treat-cmd-string):
21321 * progmodes/ada-mode.el (ada-create-case-exception-substring)
21322 (ada-justified-indent-current, ada-batch-reformat):
21323 * play/zone.el (zone):
21324 * play/landmark.el (lm-move):
21325 * play/decipher.el (decipher-show-alphabet):
21326 * net/newsticker.el (newsticker--display-jump)
21327 (newsticker--display-scroll):
21328 * mail/rmail-spam-filter.el (rsf-add-subject-to-spam-list)
21329 (rsf-add-sender-to-spam-list, rsf-add-region-to-spam-list):
21330 * mail/feedmail.el (feedmail-dump-message-to-queue):
21331 * eshell/esh-proc.el (eshell-remove-process-entry):
21332 * emulation/ws-mode.el (ws-last-error):
21333 * emulation/viper-macs.el (ex-map-read-args, ex-unmap-read-args)
21334 (viper-record-kbd-macro):
21335 * emulation/viper-ex.el (ex-pwd, viper-info-on-file):
21336 * emacs-lisp/lisp-mnt.el (lm-report-bug):
21337 * emacs-lisp/find-func.el (find-function-noselect):
21338 * calendar/timeclock.el (timeclock-status-string)
21339 (timeclock-workday-remaining-string, timeclock-workday-elapsed-string)
21340 (timeclock-when-to-leave-string):
21341 * calendar/icalendar.el (icalendar--convert-ical-to-diary):
21342 * calc/calc-units.el (calc-enter-units-table):
21343 * calc/calc-mode.el (calc-mode-record-mode):
21344 * woman.el (woman-mini-help):
21345 * wdired.el (wdired-change-to-wdired-mode):
21346 * vc.el (vc-retrieve-snapshot):
21347 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke):
21348 * startup.el (display-startup-echo-area-message):
21349 * simple.el (set-goal-column):
21350 * ses.el (ses-command-hook, ses-recalculate-cell):
21351 * server.el (server-process-filter):
21352 * printing.el (pr-interface-txt-print, pr-interface-printify)
21353 (pr-interface-ps):
21354 * pcvs.el (cvs-help):
21355 * log-edit.el (log-edit, log-edit-mode-help):
21356 * iswitchb.el (iswitchb-possible-new-buffer):
21357 * isearch.el (isearch-edit-string):
21358 * image-mode.el (image-mode, image-minor-mode):
21359 * ibuf-macs.el (define-ibuffer-filter):
21360 * hi-lock.el (hi-lock-find-patterns):
21361 * files.el (toggle-read-only):
21362 * ediff-util.el (ediff-copy-diff)
21363 (ediff-write-merge-buffer-and-maybe-kill):
21364 * echistory.el (Electric-history-undefined):
21365 * dnd.el (dnd-insert-text):
21366 * dired-aux.el (dired-query):
21367 * desktop.el (desktop-restore-file-buffer, desktop-lazy-create-buffer):
21368 * bookmark.el (bookmark-bmenu-locate):
21369 * obsolete/fast-lock.el (@top-level) <with-temp-message macro>:
21370 Fix `message' calls to ensure first arg is a format string.
21371 The change was made only when these two conditions were satisfied:
21372 [1] when there is a possibility that the arguments would cause an error
21373 for example, if the code in question relies on external variables
21374 such as filenames, and
21375 [2] if the arg to `message' could not have been nil in the code.
21376
21377 * pcomplete.el (pcomplete--help): Fix `message' format spec.
21378 Not having a %s would be weird, though not technically wrong.
21379
21380 2005-09-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21381
21382 * term/mac-win.el (mac-add-charset-info): Doc fix.
21383
21384 2005-09-17 Romain Francoise <romain@orebokech.com>
21385
21386 * shell.el (shell-resync-dirs): Handle echoing processes more
21387 reliably. Don't insert resync command if `comint-process-echoes'
21388 is non-nil.
21389
21390 2005-09-17 Magnus Henoch <mange@freemail.hu>
21391
21392 * textmodes/ispell.el (ispell-aspell-supports-utf8): New variable.
21393 (ispell-check-version): Set ispell-aspell-supports-utf8 to t for
21394 aspell versions >= 0.60.
21395 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries
21396 only if ispell-aspell-supports-utf8 is non-nil.
21397
21398 2005-09-17 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
21399
21400 * progmodes/scheme.el (scheme-mode-variables): Use setq to assign
21401 buffer-local value to lisp-indent-function.
21402
21403 2005-09-17 Milan Zamazal <pdm@zamazal.org>
21404
21405 * progmodes/glasses.el (glasses-make-readable): If
21406 glasses-separator differs from underscore, put appropriate
21407 overlays over underscore characters.
21408 (glasses-convert-to-unreadable): If glasses-separator differs from
21409 underscore, try to convert glasses-separator characters to
21410 underscores.
21411
21412 2005-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
21413
21414 * calendar/diary-lib.el (mark-diary-entries): Don't move point.
21415 Use with-syntax-table and dolist.
21416
21417 2005-09-16 Carsten Dominik <dominik@science.uva.nl>
21418
21419 * textmodes/reftex-auc.el:
21420 * textmodes/reftex-cite.el:
21421 * textmodes/reftex-dcr.el:
21422 * textmodes/reftex-global.el:
21423 * textmodes/reftex-parse.el:
21424 * textmodes/reftex-ref.el:
21425 * textmodes/reftex-sel.el:
21426 * textmodes/reftex-toc.el:
21427 * textmodes/reftex-vars.el:
21428 * textmodes/reftex.el: Small changes to remove compiler warnings.
21429
21430 * textmodes/reftex-index.el: Likewise.
21431 (reftex-query-index-phrase): More efficient use of markers.
21432
21433 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
21434
21435 * image.el (image-load-path): New variable.
21436 (image-search-load-path): New function.
21437 (find-image): Search for images in `image-load-path'.
21438
21439 2005-09-15 Richard M. Stallman <rms@gnu.org>
21440
21441 * follow.el: Change Maintainer field.
21442
21443 2005-09-15 David Ponce <david@dponce.com>
21444
21445 * recentf.el (recentf-save-file-modes): New option.
21446 (recentf-save-list): Use it.
21447
21448 2005-09-15 Nick Roberts <nickrob@snap.net.nz>
21449
21450 * bindings.el (mode-line-eol-desc, mode-line-coding-system-map)
21451 (mode-line-mule-info, mode-line-modified): Move bindings from
21452 mouse-3 to mouse-1.
21453
21454 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
21455
21456 * simple.el (sendmail-user-agent-compose): Revert last change.
21457
21458 2005-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
21459
21460 * net/ange-ftp.el (ange-ftp-process-filter): Revert to ^#+$.
21461 Use with-current-buffer.
21462 (ange-ftp-gwp-start): Remove unused var `gw-user'.
21463 (ange-ftp-guess-hash-mark-size): Remove unused var `result'.
21464 (ange-ftp-insert-directory): Remove unused var `short'.
21465 (ange-ftp-file-name-sans-versions): Remove unused var `host-type'.
21466
21467 * pcvs-defs.el (cvs-version): Recognize CVSNT version string.
21468 (cvs-execute-single-dir): Change default: cvs-1.9 is ancient.
21469
21470 * calendar/cal-menu.el: Don't require easymenu, since we don't use it.
21471 (check-calendar-holidays, diary-list-entries): Autoload.
21472 Otherwise `emacs -q' followed by "mouse-2 -> diary entries" burps.
21473 (calendar-mouse-holidays, calendar-mouse-view-diary-entries): Simplify.
21474
21475 * calendar/diary-lib.el (diary-show-all-entries): Fix last change,
21476 which mistakenly removed a call to display-buffer.
21477
21478 2005-09-14 Juanma Barranquero <lekktu@gmail.com>
21479
21480 * obsolete/iso-insert.el: Move to obsolete/ from international/.
21481
21482 2005-09-14 Thien-Thi Nguyen <ttn@gnu.org>
21483
21484 * progmodes/hideshow.el
21485 (hs-hide-comments-when-hiding-all): Remove autoload cookie.
21486 (hs-allow-nesting): New user var.
21487 (hs-discard-overlays): Skip "internal" overlays if nesting allowed.
21488 (hs-hide-block-at-point): When nesting allowed,
21489 if there is already an overlay in place, delete it.
21490 (hs-safety-is-job-n): Delete func; remove call sites.
21491 (hs-hide-level-recursive): Don't pre-clean if nesting allowed.
21492 (hs-overlay-at): New func.
21493 (hs-already-hidden-p, hs-show-block): Use it.
21494 (hs-hide-all): Don't pre-clean if nesting allowed.
21495 (hs-show-all): Temporarily disallow
21496 nesting around call to `hs-discard-overlays'.
21497
21498 2005-09-14 Chong Yidong <cyd@stupidchicken.com>
21499
21500 * mouse.el (mouse-major-mode-menu): Make `prefix' optional.
21501 Delete unused local var.
21502
21503 2005-09-13 Juanma Barranquero <lekktu@gmail.com>
21504
21505 * help-fns.el (describe-categories): "?\ " -> "?\s".
21506 (help-do-arg-highlight): Recognize also ARG-n, as in
21507 `move-to-left-margin' (ARG+n is already recognized). Simplify.
21508
21509 * international/codepage.el (dos-unsupported-char-glyph):
21510 * net/newsticker.el (tool-bar-map, w3-mode-map)
21511 (w3m-minor-mode-map):
21512 * progmodes/vhdl-mode.el (conf-alist, conf-entry, conf-key)
21513 (ent-alist):
21514 * textmodes/reftex-vars.el (reftex-tables-dirty): Add defvars.
21515
21516 2005-09-13 Chong Yidong <cyd@stupidchicken.com>
21517
21518 * custom.el (custom-push-theme): Handle the case where a symbol is
21519 bound but face properties have not yet been assigned.
21520
21521 * mail/sendmail.el (mail): Use new buffer if `noerase' is `new'.
21522 Fix behavior if noerase is `t' and there is no mail buffer.
21523
21524 * simple.el (sendmail-user-agent-compose): Use a new mail buffer
21525 if `continue' is nil, rather than signal an error.
21526
21527 2005-09-12 Richard M. Stallman <rms@gnu.org>
21528
21529 * font-lock.el (font-lock-keywords): Add autoload.
21530
21531 * help-fns.el (describe-variable): Rearrange to put source link
21532 in a predictable place.
21533
21534 * net/newsticker.el: New file.
21535
21536 2005-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
21537
21538 * calendar/calendar.el (calendar-for-loop): Add edebug info.
21539 (calendar-basic-setup): Use the new nil arg.
21540 (number-of-diary-entries): Move to diary-lib.el.
21541
21542 * calendar/diary-lib.el: Use with-current-buffer, match-string.
21543 (diary-list-entries): Use with-syntax-table and dolist.
21544 Rename from list-diary-entries.
21545 Use number-of-diary-entries if `number' is nil.
21546 (diary, diary-view-entries): Use this new name and new nil arg value.
21547 (number-of-diary-entries): Move from calendar.el.
21548 (diary-unhide-everything): New function.
21549 (include-other-diary-files, fancy-diary-display)
21550 (diary-show-all-entries, make-diary-entry): Use it.
21551 (diary-mail-entries): Use buffer-string.
21552 (mark-diary-entries): Fix long standing paren typo.
21553 (diary-sexp-entry): Use count-lines.
21554 (make-diary-entry): Avoid `previous-line'.
21555 (diary-mode-map): New var.
21556 (diary-mode): Redraw cal after saving. Setup header-line.
21557 (fancy-diary-display-mode): Use local-set-key.
21558
21559 * startup.el (command-line): Try calling various terminal-init-foo-bar
21560 functions by stripping hyphenated suffixes from $TERM.
21561
21562 * files.el (normal-mode): Check boundness of font-lock-keywords.
21563
21564 2005-09-12 Richard M. Stallman <rms@gnu.org>
21565
21566 * progmodes/compile.el: Don't decide a file's directory
21567 until the user actually tries to go there.
21568 (compilation-next-error-function):
21569 Pass compilation-find-file the directory from the file-struct.
21570 (compilation-internal-error-properties): Separate local FILE-STRUCT
21571 from FILE. Doc the args better. Rename arg FMT to FMTS.
21572 (compilation-find-file): Arg DIR renamed to DIRECTORY.
21573 Expand it, and if nil, use default-directory.
21574 (compilation-get-file-structure): Don't mix specified directory
21575 with default directory. Put specified directory into
21576 file-struct. Don't make the file name absolute.
21577
21578 * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
21579 (compile-command): Add autoload.
21580 (compilation-disable-input): Add autoload.
21581
21582 2005-09-11 Stephen Gildea <gildea@stop.mail-abuse.org>
21583
21584 * time-stamp.el: Mention variable `time-stamp-pattern' in doc
21585 strings of the variables it can override.
21586 (time-stamp): New (as yet undocumented) time-stamp-format escapes
21587 %Q and %q, for fully-qualified domain name and unqualified host name.
21588
21589 2005-09-11 Kim F. Storm <storm@cua.dk>
21590
21591 * emacs-lisp/authors.el (authors-aliases): Update list.
21592 (authors-fixed-entries): Update mldrag.el entry.
21593
21594 2005-09-10 Alan Mackenzie <acm@muc.de>
21595
21596 * page.el (narrow-to-page): Exclude _entire_ multi-line delimiter
21597 from the region narrowed to.
21598
21599 2005-09-10 Magnus Henoch <mange@freemail.hu>
21600
21601 * textmodes/ispell.el (ispell-check-version): Signal an error if
21602 aspell version is less than 0.60.
21603
21604 2005-09-10 Pascal Dupuis <Pascal.Dupuis@esat.kuleuven.be> (tiny change)
21605
21606 * progmodes/octave-inf.el (inferior-octave-startup):
21607 Resync current dir at the end.
21608
21609 2005-09-10 Emilio C. Lopes <eclig@gmx.net>
21610
21611 * woman.el (woman-topic-at-point-default):
21612 Rename to woman-use-topic-at-point-default.
21613 (woman-topic-at-point): Rename to woman-use-topic-at-point.
21614 (woman-file-name): Reflect renames above. Automatically use the
21615 word at point as topic if woman-use-topic-at-point is non-nil.
21616 Otherwise offer it as default but don't insert it in the
21617 minibuffer. Also use `test-completion' instead of `assoc' as
21618 suggested by Stefan Monnier.
21619
21620 2005-09-10 Andre Spiegel <spiegel@gnu.org>
21621
21622 * vc.el (vc-directory, vc-update-change-log): Throw an error on
21623 the attempt to do it over Tramp. This is not yet supported.
21624
21625 2005-09-10 Eli Zaretskii <eliz@gnu.org>
21626
21627 * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
21628 (menu-bar-non-minibuffer-window-p): New functions.
21629 ("Split Window", "Save As..."): Use them.
21630 ("Postscript Print Buffer (B+W)", "Postscript Print Buffer")
21631 ("Print Buffer", "Truncate Long Lines in this Buffer"):
21632 Use menu-bar-menu-frame-live-and-visible-p.
21633 ("Save Buffer", "Insert File", "Open Directory...")
21634 ("Open File...", "Visit New File..."):
21635 Use menu-bar-non-minibuffer-window-p.
21636 (kill-this-buffer-enabled-p, dired <menu-enable>):
21637 Use menu-bar-non-minibuffer-window-p.
21638
21639 2005-09-09 Eli Zaretskii <eliz@gnu.org>
21640
21641 * cus-start.el (all): Don't complain about fringe-related
21642 built-ins if fringes are not supported. Ditto about
21643 selection-related built-ins. Fix the test for GTK-related built-ins.
21644
21645 * menu-bar.el ("Split Window", "Postscript Print Buffer (B+W)")
21646 ("Postscript Print Buffer", "Print Region", "Save As...")
21647 ("Save", "Insert File...", "Open Directory...")
21648 ("Open File...", "Visit New File..."")
21649 ("Truncate Long Lines in this Buffer"): Don't look at
21650 menu-updating-frame if this display does not support multiple frames.
21651
21652 2005-09-09 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
21653
21654 * mail/sendmail.el (default-sendmail-coding-system): Doc fix.
21655
21656 2005-09-09 Emilio C. Lopes <eclig@gmx.net>
21657
21658 * woman.el: Format- and whitespace-related changes.
21659
21660 2005-09-09 Eli Zaretskii <eliz@gnu.org>
21661
21662 * woman.el: Fix my email address.
21663
21664 2005-09-08 Richard M. Stallman <rms@gnu.org>
21665
21666 * progmodes/sh-script.el (sh-skeleton-pair-default-alist): New var.
21667 (sh-mode): Locally set skeleton-pair-default-alist.
21668
21669 * progmodes/make-mode.el (makefile-add-log-defun): Trim the result.
21670
21671 * progmodes/flymake.el: Require `compile' unconditionally.
21672
21673 * mail/sendmail.el (send-mail-function): Add Mailclient alternative.
21674
21675 * woman.el (woman-file-name): Provide a default, not initial input.
21676
21677 * smerge-mode.el (smerge-resolve): Pass args to smerge-remove-props.
21678
21679 * font-lock.el (font-lock-support-mode): Doc fix.
21680
21681 * descr-text.el (describe-property-list): Handle non-symbol prop names.
21682
21683 2005-09-08 Richard M. Stallman <rms@gnu.org>
21684
21685 * simple.el (blink-matching-open): Get rid of text props from
21686 the string shown in echo area. Don't permanently set point.
21687 Some rearrangements.
21688
21689 2005-09-08 Reiner Steib <Reiner.Steib@gmx.de>
21690
21691 * recentf.el (recentf-filename-handler): Add custom choice
21692 `abbreviate-file-name'.
21693
21694 * msb.el (msb--very-many-menus): Fix typo.
21695
21696 * disp-table.el (standard-display-european): Don't set
21697 enable-multibyte-characters to nil.
21698
21699 2005-09-08 David Ponce <david@dponce.com>
21700
21701 * recentf.el (recentf-show-file-shortcuts-flag): New option.
21702 (recentf-expand-file-name): Doc fix.
21703 (recentf-dialog-mode-map): Define digit shortcuts.
21704 (recentf--files-with-key): New variable.
21705 (recentf-show-digit-shortcut-filter): New function.
21706 (recentf-open-files-items): New function.
21707 (recentf-open-files): Use it.
21708 (recentf-open-file-with-key): New command.
21709
21710 2005-09-08 Chong Yidong <cyd@stupidchicken.com>
21711
21712 * buff-menu.el (Buffer-menu-sort-by-column): New function.
21713 Suggested by Kim F. Storm.
21714 (Buffer-menu-sort-button-map): Global keymap for sort buttons.
21715 (Buffer-menu-make-sort-button): Use global keymap.
21716
21717 2005-09-07 Michael Albinus <michael.albinus@gmx.de>
21718
21719 * woman.el (top): Remap `man' command by `woman' in `woman-mode-map'.
21720 (Man-getpage-in-background-advice): Remove defadvice; it isn't
21721 necessary any longer with the remapped command.
21722 (Man-bgproc-sentinel-advice): Remove defadvice which counts
21723 formatting time only.
21724
21725 * net/tramp.el (tramp-action-password)
21726 (tramp-multi-action-password): Compile the password prompt from
21727 `method', `user' and `host'. Sometimes it isn't obvious which
21728 password to enter, for example with remote files offered by
21729 recentf.el, or with multiple steps. Suggested by Robert Marshall
21730 <robert@chezmarshall.freeserve.co.uk>.
21731
21732 2005-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
21733
21734 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
21735 Fix regexp for when "s///" is at the beginning of line.
21736
21737 2005-09-07 Jay Belanger <belanger@truman.edu>
21738
21739 * calc/calc-poly.el (math-expand-term): Multiply out any powers
21740 when in matrix mode.
21741
21742 2005-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
21743
21744 * buff-menu.el (Buffer-menu-make-sort-button): Add docstrings, use
21745 non-anonymous functions.
21746
21747 2005-09-06 Chong Yidong <cyd@stupidchicken.com>
21748
21749 * buff-menu.el (Buffer-menu-make-sort-button): Allow mouse-1 clicks
21750 when using a header line. Otherwise, use mouse-1-click-follows-link.
21751
21752 * mouse.el (mouse-drag-header-line): Do nothing if the header-line
21753 can't be moved; don't signal an error.
21754
21755 2005-09-05 Chong Yidong <cyd@stupidchicken.com>
21756
21757 * cus-theme.el (custom-theme-write-faces): Save the current face
21758 spec, not the defface spec.
21759
21760 * custom.el (custom-known-themes): Clarify meaning of "standard".
21761 (custom-push-theme): Save old values in the standard theme.
21762 (disable-theme): Correct typo.
21763 (custom-face-theme-value) Deleted unused function.
21764 (custom-theme-recalc-face): Rewritten to treat enable/disable properly.
21765
21766 2005-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
21767
21768 * progmodes/compile.el (compilation-goto-locus): Take into account
21769 iconified frames when determining whether the buffer is
21770 already visible.
21771 Don't reset window height if the window already existed.
21772
21773 2005-09-04 Chong Yidong <cyd@stupidchicken.com>
21774
21775 * custom.el (load-theme): Rename from require-theme.
21776 Add interactive spec.
21777 (enable-theme): Rename from custom-enable-theme.
21778 Add interactive spec.
21779 (disable-theme): Rename from custom-disable-theme.
21780 Add interactive spec.
21781 (custom-make-theme-feature): Doc fix.
21782 (custom-theme-directory): Doc fix.
21783 (provide-theme): Call enable-theme.
21784
21785 2005-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
21786
21787 * obsolete/lazy-lock.el (lazy-lock-mode):
21788 * obsolete/fast-lock.el (fast-lock-mode): Don't try to turn on
21789 font-lock-mode if it's off. Print a warning instead.
21790
21791 * progmodes/compile.el (compilation-start): Ignore errors if the
21792 process died before we get to send-eof.
21793
21794 * textmodes/tex-mode.el (tex-send-tex-command, tex-bibtex-file):
21795 Undo last change. Enclosing the result in quotes broke things on Unix
21796 since tex-send-command passes it through shell-quote-argument.
21797 (tex-send-command): Pass `file' through convert-standard-filename
21798 when possible.
21799 (tex-uptodate-p): Handle the case where TeX hasn't put additional
21800 info in a transcript.
21801
21802 2005-09-02 Dan Nicolaescu <dann@ics.uci.edu>
21803
21804 * term/xterm.el (terminal-init-xterm): Add eval-when-compile to
21805 fix compilation warning. Reorder the key definitions to group
21806 together keys emitted by the current version of xterm.
21807
21808 * progmodes/vhdl-mode.el (vhdl-highlight-faces)
21809 (vhdl-speedbar-entity-face, vhdl-speedbar-entity-selected-face):
21810 Reorder predicates to correct min-color usage.
21811
21812 2005-09-01 Chong Yidong <cyd@stupidchicken.com>
21813
21814 * longlines.el (longlines-mode): Inhibit read-only when encoding.
21815 Kill local variables when longlines-mode is turned off.
21816
21817 2005-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
21818
21819 * international/mule-cmds.el (set-locale-environment): Soothe compiler.
21820
21821 * obsolete/lazy-lock.el (lazy-lock) <defgroup>: Move from font-lock.el.
21822
21823 * obsolete/fast-lock.el (fast-lock) <defgroup>: Move from font-lock.el.
21824
21825 * font-lock.el (fast-lock, lazy-lock) <defgroup>: Remove.
21826 (font-lock-lines-before): Change default to being inactive.
21827 (font-lock-default-fontify-region): Obey font-lock-lines-before.
21828 (font-lock-after-change-function): Don't handle f-l-lines-before here.
21829
21830 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
21831
21832 * net/tramp.el (tramp-handle-make-auto-save-file-name):
21833 Deactivate temporarily advice if active (not needed for Emacs 22,
21834 but for backwards compatibility).
21835 (tramp-exists-file-name-handler): Rewrite. First implementation
21836 was too simple.
21837 (tramp-advice-make-auto-save-file-name):
21838 Call `tramp-handle-make-auto-save-file-name' (again, just for
21839 backwards compatibility).
21840
21841 2005-08-31 Reto Zimmermann <reto@gnu.org>
21842
21843 * progmodes/vhdl-mode.el
21844 (vhdl-update-sensitivity-list): Handle multi-dimensional array access.
21845 (vhdl-end-p): Fix indentation bug "else" after "-- when".
21846 (vhdl-set-default-project): New function (easier setting of default).
21847 (vhdl-port-copy): Handle extended identifiers for generics.
21848 (vhdl-compiler-alist): Better description for error message regexp.
21849 (vhdl-make): Query for target, use previous as default.
21850 (vhdl-port-copy): Fix port copy for port names starting with "signal".
21851 (vhdl-font-lock-keywords-2): Fix fontification for record
21852 el. assign.
21853 (vhdl-speedbar-make-subpack-line): Add package body link.
21854 (vhdl-generate-makefile-1): Not include itself as dependency.
21855 (vhdl-font-lock-init): Highlight c-preprocessor directives.
21856 (vhdl-*ward-syntactic-ws): Skip c-preprocessor directives.
21857 (vhdl-get-syntactic-context): Handle c-preprocessor directives.
21858 (vhdl-update-sensitivity-list): Start scan at opening parenthesis.
21859 (vhdl-fixup-whitespace-region): Fix jumping point (infinite loop).
21860 (vhdl-update-sensitivity-list-buffer): Add string argument for `error'.
21861 (vhdl-import-project): Add string argument for `error'.
21862 (vhdl-compose-configuration)
21863 (vhdl-compose-configuration-architecture): Add configuration
21864 declaration generation.
21865 (vhdl-scan-directory-contents): Scan for block/generate hierarchy.
21866 (vhdl-trailer-re): Add "record" keyword (better indentation).
21867 (vhdl-fixup-whitespace-region): "[^ \t\"-]+" instead of
21868 "[^ \t-\"]+".
21869 (vhdl-font-lock-keywords-2): Not highlight formal parameter after `|'.
21870 (vhdl-testbench-entity-file-name)
21871 (vhdl-testbench-architecture-file-name): Allow separate
21872 customization of testbench file names.
21873 (vhdl-beginning-of-block): Handle optional subprogram parameter list.
21874 (vhdl-get-visible-signals): Allow newline within alias declaration.
21875 (vhdl-update-sensitivity-list): Signal read only on certain attributes.
21876 (vhdl-fixup-whitespace-region): Fix bug with strings (double quotes).
21877 (member-ignore-case): Alias for missing function in XEmacs.
21878 (vhdl-compiler-alist): Add unit-to-file name mapping for Cadence NC.
21879 (vhdl-update-sensitivity-list): Ignore case on read signals.
21880 (vhdl-replace-string): Adjust case only for file names.
21881 (vhdl-update-sensitivity-list): Fix search for read signals.
21882 (vhdl-update-sensitivity-list): Exclude formal parameters.
21883 (vhdl-get-visible-signals): Include aliases of signals.
21884 (vhdl-get-visible-signals): Fix signal name searching.
21885 (vhdl-port-flatten, vhdl-port-reverse-direction): Better message.
21886 (vhdl-fixup-whitespace-region): Fix for character
21887 literals (e.g. `:').
21888
21889 2005-08-31 Juanma Barranquero <lekktu@gmail.com>
21890
21891 * ansi-color.el (comint-last-output-start):
21892 * bs.el (font-lock-verbose):
21893 * diff-mode.el (add-log-buffer-file-name-function):
21894 * dired-x.el (vm-folder-directory):
21895 * faces.el (help-xref-stack-item):
21896 * files.el (font-lock-keywords):
21897 * find-lisp.el (dired-buffers, dired-subdir-alist):
21898 * ido.el (cua-inhibit-cua-keys):
21899 * log-view.el (cvs-minor-wrap-function):
21900 * outline.el (font-lock-warning-face):
21901 * simple.el (compilation-current-error):
21902 * speedbar.el (ange-ftp-path-format, efs-path-regexp)
21903 (font-lock-keywords, x-pointer-hand2, x-pointer-top-left-arrow):
21904 * tooltip.el (comint-prompt-regexp):
21905 * w32-fns.el (explicit-shell-file-name):
21906 * term/mac-win.el (mac-charset-info-alist)
21907 (mac-services-selection, mac-system-script-code):
21908 * term/tty-colors.el (msdos-color-values):
21909 * term/w32-win.el (xlfd-regexp-registry-subnum):
21910 * term/x-win.el (x-keysym-table, x-selection-timeout)
21911 (x-session-id, x-session-previous-id):
21912 * textmodes/ispell.el (mail-yank-prefix):
21913 * textmodes/makeinfo.el (tex-end-of-header, tex-start-of-header):
21914 * textmodes/org.el (calc-embedded-close-formula)
21915 (calc-embedded-open-formula)
21916 (font-lock-unfontify-region-function):
21917 * textmodes/reftex-global.el (isearch-next-buffer-function)
21918 (TeX-master):
21919 * textmodes/reftex.el (font-lock-keywords):
21920 * textmodes/tex-mode.el (font-lock-comment-face)
21921 (font-lock-doc-face):
21922 * textmodes/texinfo.el (outline-heading-alist):
21923 Add defvars.
21924
21925 * textmodes/artist.el (x-pointer-crosshair): Add defvar.
21926 (artist-spray-chars, artist-mode-init, artist-replace-string)
21927 (artist-select-erase-char, artist-vap-find-endpoints-horiz)
21928 (artist-vap-find-endpoints-vert, artist-vap-find-endpoints-swne)
21929 (artist-vap-find-endpoints-nwse): "?\ " -> "?\s".
21930
21931 * textmodes/conf-mode.el (outline-heading-end-regexp): Add defvar.
21932 (conf-align-assignments): "?\ " -> "?\s".
21933
21934 * textmodes/reftex-index.el (TeX-master): Add defvar.
21935 (reftex-index-phrases-marker): Move up defvar.
21936
21937 * textmodes/reftex-toc.el (zmacs-regions): Add defvar.
21938 (reftex-toc-include-labels-indicator)
21939 (reftex-toc-include-index-indicator)
21940 (reftex-toc-max-level-indicator): Move up declarations.
21941
21942 * net/tramp.el (tramp-handle-make-auto-save-file-name): Pass list
21943 of args to `tramp-run-real-handler', even if it's empty in this case.
21944
21945 2005-08-31 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21946
21947 * dired.el (dired-move-to-filename-regexp): Add date format for
21948 Mac OS X 10.3 in East Asian locales.
21949
21950 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
21951
21952 * files.el (make-auto-save-file-name): Add file name handler call
21953 if applicable.
21954
21955 * net/tramp.el (tramp-file-name-handler-alist)
21956 (tramp-file-name-for-operation): Add `make-auto-save-file-name'.
21957 (tramp-handle-make-auto-save-file-name): Rename from
21958 `tramp-make-auto-save-file-name'.
21959 (tramp-exists-file-name-handler): New defun.
21960 (tramp-advice-make-auto-save-file-name): Make defadvice only when
21961 `make-auto-save-file-name' is not a magic file name operation.
21962
21963 2005-08-30 Richard M. Stallman <rms@gnu.org>
21964
21965 * files.el (risky-local-variable-p):
21966 Match `-predicates' and `-commands.
21967
21968 * cus-edit.el (custom-buffer-sort-alphabetically): Default to t.
21969 (custom-save-all): Visit the file if necessary;
21970 kill the buffer if we created it.
21971 (custom-save-delete): Don't visit file or kill buffer here.
21972
21973 2005-08-30 Carsten Dominik <dominik@science.uva.nl>
21974
21975 * textmodes/org.el (org-special-keyword): New face.
21976 (org-table-copy-down, org-table-eval-formula)
21977 (org-table-recalculate, org-init-section-numbers):
21978 Use `string-to-number' instead of `string-to-int'.
21979 (org-get-location): Use `insert-buffer-substring' instead of
21980 `insert-buffer'.
21981 (org-modify-diary-entry-string): New function.
21982 (org-get-entries-from-diary): Set the hook for `add-to-diary-list'.
21983 (org-disable-agenda-to-diary): Rename from `org-disable-diary'.
21984 (org-toggle-fixed-width-section): Use QUOTE keyword if there is no
21985 active region.
21986 (org-export-as-html): Handle QUOTE keyword.
21987 (org-quote-string): New option.
21988 (org-bookmark-jump-unhide): New function, used for
21989 `bookmark-after-jump-hook'.
21990 (org-diary-default-entry): Apply only when not called through
21991 `org-agenda'.
21992
21993 2005-08-30 Juanma Barranquero <lekktu@gmail.com>
21994
21995 * net/eudc.el (mode-popup-menu):
21996 * play/handwrite.el (ps-printer-name, ps-lpr-command):
21997 * progmodes/ada-mode.el (compile-auto-highlight)
21998 (skeleton-further-elements):
21999 * progmodes/autoconf.el (font-lock-syntactic-keywords):
22000 * progmodes/cmacexp.el (msdos-shells):
22001 * progmodes/compile.el (font-lock-extra-managed-props)
22002 (font-lock-keywords, font-lock-maximum-size)
22003 (font-lock-support-mode):
22004 * progmodes/grep.el (font-lock-lines-before):
22005 * progmodes/idlw-complete-structtag.el (idlwave-completion-help-info):
22006 * progmodes/mixal-mode.el (compile-command):
22007 * progmodes/perl-mode.el (font-lock-comment-face)
22008 (font-lock-doc-face, font-lock-string-face):
22009 * progmodes/prolog.el (comint-prompt-regexp):
22010 * progmodes/sh-script.el (font-lock-comment-face)
22011 (font-lock-set-defaults, font-lock-string-face):
22012 * progmodes/sql.el (font-lock-keyword-face)
22013 (font-lock-set-defaults, font-lock-string-face):
22014 * progmodes/vhdl-mode.el (compilation-file-regexp-alist)
22015 (itimer-version, lazy-lock-defer-contextually)
22016 (lazy-lock-defer-on-scrolling, lazy-lock-defer-on-the-fly):
22017 Add defvars.
22018
22019 * progmodes/cperl-mode.el (cperl-electric-lbrace)
22020 (cperl-electric-keyword, cperl-electric-pod)
22021 (cperl-electric-backspace, cperl-forward-re)
22022 (cperl-fix-line-spacing, cperl-fill-paragraph): "?\ " -> "?\s".
22023 (vc-rcs-header, vc-sccs-header): Add defvars.
22024
22025 * progmodes/fortran.el (fortran-indent-to-column): "?\ " -> "?\s".
22026 (font-lock-syntactic-keywords, gud-find-expr-function):
22027 Add defvars.
22028
22029 * progmodes/gdb-ui.el (tool-bar-map): Add defvar.
22030 (gdb-frame-parameters): Declare before use.
22031
22032 * progmodes/gud.el (gdb-active-process, gdb-define-alist)
22033 (gdb-macro-info, gdb-server-prefix, gdb-show-changed-values)
22034 (gdb-var-changed, gdb-var-list, tool-bar-map): Add defvars.
22035 (gud-expr-compound-sep, gud-expr-compound): "?\ " -> "?\s".
22036
22037 * progmodes/idlw-help.el (browse-url-generic-args): Add defvar.
22038 (idlwave-help-with-source): Use `insert-buffer-substring', not
22039 `insert-buffer'.
22040
22041 2005-08-29 Juri Linkov <juri@jurta.org>
22042
22043 * outline.el (hide-entry, hide-leaves, outline-toggle-children):
22044 Put outline-back-to-heading function call inside save-excursion.
22045
22046 2005-08-29 Juanma Barranquero <lekktu@gmail.com>
22047
22048 * man.el (Man-init-defvars, Man-translate-references)
22049 (Man-support-local-filenames, Man-highlight-references):
22050 * progmodes/sql.el (sql-interactive-mode):
22051 * shell.el (shell-mode, shell-resync-dirs): Fix typos in docstrings.
22052
22053 * emacs-lisp/checkdoc.el (compilation-error-regexp-alist)
22054 (compilation-mode-font-lock-keywords): Add defvars.
22055 (checkdoc-interactive-loop): "?\ " -> "?\s".
22056
22057 * emacs-lisp/lisp-mode.el (font-lock-comment-face)
22058 (font-lock-doc-face, font-lock-string-face)
22059 (font-lock-keywords-case-fold-search): Add defvars.
22060 (emacs-lisp-mode-syntax-table): "?\ " -> "?\s".
22061
22062 * obsolete/sun-fns.el (mouse-select-or-drag-move-point):
22063 Don't pass X and Y (they are ignored anyway).
22064 (mouse-set-mark, mouse-select-window, mouse-delete-other-windows)
22065 (mouse-delete-window): Make arguments optional.
22066
22067 * obsolete/rnews.el (news-add-news-group): Don't use `end-of-line'.
22068 (caesar-translate-table, minor-modes, news-buffer-save)
22069 (news-group-name, news-minor-modes): Add defvars.
22070
22071 * emacs-lisp/lselect.el (mouse-highlight-priority)
22072 (x-lost-selection-functions, zmacs-regions):
22073 * emacs-lisp/pp.el (font-lock-verbose):
22074 * emacs-lisp/syntax.el (font-lock-beginning-of-syntax-function):
22075 * emacs-lisp/tcover-ses.el (ses-initial-global-parameters)
22076 (ses-mode-map):
22077 * emacs-lisp/tcover-unsafep.el (safe-functions):
22078 * international/mule-cmds.el (mac-system-coding-system)
22079 (mac-system-locale):
22080 * language/ethio-util.el (rmail-current-message)
22081 (rmail-message-vector):
22082 * language/thai-util.el (thai-auto-composition-mode):
22083 * mail/metamail.el (rmail-current-message, rmail-message-vector):
22084 * mail/mspools.el (rmail-inbox-list, vm-crash-box)
22085 (vm-folder-directory, vm-init-file, vm-init-file-loaded)
22086 (vm-primary-inbox, vm-spool-files):
22087 * mail/rmail.el (deleted-head, font-lock-fontified)
22088 (mail-abbrev-syntax-table, mail-abbrevs, messages-head)
22089 (rmail-use-spam-filter, rsf-beep, rsf-sleep-after-message)
22090 (total-messages):
22091 * mail/rmail-spam-filter.el (bbdb/mail_auto_create_p)
22092 (rmail-summary-mode-map):
22093 * mail/rmailkwd.el (rmail-buffer, rmail-current-message)
22094 (rmail-last-label, rmail-last-multi-labels)
22095 (rmail-summary-vector, rmail-total-messages):
22096 * mail/rmailmsc.el (rmail-current-message, rmail-inbox-list):
22097 * mail/rmailsum.el (msgnum):
22098 * mail/uce.el (gnus-original-article-buffer, mail-reply-buffer)
22099 (rmail-current-message):
22100 * obsolete/fast-lock.el (font-lock-face-list):
22101 * obsolete/rnewspost.el (mail-reply-buffer):
22102 * obsolete/scribe.el (compile-command):
22103 * obsolete/x-menu.el (x-process-mouse-hook): Add defvars.
22104
22105 2005-08-28 John Paul Wallington <jpw@gnu.org>
22106
22107 * ibuf-ext.el (ibuffer-auto-update-changed):
22108 Use `frame-or-buffer-changed-p' to check whether we need to update.
22109 (ibuffer-auto-mode): Don't advise `get-buffer-create' and
22110 `kill-buffer'. Initialise `ibuffer-auto-buffers-changed'
22111 as a `frame-or-buffer-changed-p' state vector instead.
22112
22113 2005-08-27 Romain Francoise <romain@orebokech.com>
22114
22115 * textmodes/makeinfo.el (makeinfo-compile):
22116 Use `compilation-start'. Set `next-error-function' according to
22117 `disable-errors'.
22118 (makeinfo-next-error): New function.
22119 (makeinfo-region): Adjust to new `makeinfo-compile' prototype.
22120 (makeinfo-buffer): Likewise.
22121
22122 * progmodes/compile.el (compilation-start): Add autoload cookie.
22123
22124 * progmodes/antlr-mode.el: Don't autoload `compilation-start'.
22125 * textmodes/sgml-mode.el: Likewise.
22126 * progmodes/python.el: Likewise.
22127
22128 2005-08-27 Eli Zaretskii <eliz@gnu.org>
22129
22130 * simple.el (blink-matching-paren-distance): Document the meaning
22131 of nil value, and allow to customize to nil.
22132
22133 * eshell/esh-ext.el (eshell-windows-shell-file): Look for
22134 command.com, not command.exe.
22135
22136 2005-08-26 John Wiegley <johnw@newartisans.com>
22137
22138 * eshell/esh-cmd.el (eshell-rewrite-named-command): Change the
22139 code around a bit so that an extraneous nil argument is not added
22140 to a command when no args are given.
22141
22142 * eshell/esh-arg.el (eshell-parse-double-quote): If a
22143 double-quoted argument resolves to nil, return it as an empty
22144 string rather than as nil. This made it impossible to pass "" to
22145 a shell script as a null string argument.
22146
22147 2005-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
22148
22149 * outline.el (outline-invent-heading): New fun.
22150 (outline-promote, outline-demote): Use it.
22151 (outline-move-subtree-down): Remove unused vars `re' and `txt'.
22152 (outline-end-of-subtree): Remove unused var `opoint'.
22153
22154 2005-08-26 David Reitter <david.reitter@gmail.com>
22155
22156 * menu-bar.el (truncate-lines, write-file, print-buffer)
22157 (ps-print-buffer-faces, ps-print-buffer, split-window):
22158 Disable menu items when the frame they refer to is invisible, or when
22159 they refer to a buffer and the minibuffer is selected.
22160
22161 2005-08-26 Pavel Kobiakov <pk_at_work@yahoo.com>
22162
22163 * progmodes/flymake.el (flymake-highlight-err-lines):
22164 Use save-excursion around flymake-highlight-line to preserve point.
22165
22166 2005-08-26 Eli Zaretskii <eliz@gnu.org>
22167
22168 * progmodes/octave-mod.el: Change Author and Maintainer address.
22169 (octave-maintainer-address): Change Kurt's email address.
22170 * progmodes/octave-inf.el: Change Author and Maintainer address.
22171 * progmodes/octave-hlp.el: Change Author and Maintainer address.
22172
22173 2005-08-26 Kim F. Storm <storm@cua.dk>
22174
22175 * subr.el (version-list-<, version-list-<=, version-list-=):
22176 Rename from integer-list-*.
22177 (version-list-not-zero): Likewise. Fix while loop.
22178 (version=): Use version-list-= instead of string-equal.
22179
22180 2005-08-26 Richard M. Stallman <rms@gnu.org>
22181
22182 * outline.el (outline-promote): Try shortening the heading.
22183 As last resort, read the heading to use.
22184 (outline-demote): As last resort, read the heading to use.
22185
22186 2005-08-26 Romain Francoise <romain@orebokech.com>
22187
22188 * progmodes/compile.el (compilation-start): Doc fix.
22189
22190 * progmodes/antlr-mode.el (antlr-default): Fix defface form.
22191 (antlr-font-lock-additional-keywords): Fix reference to
22192 `antlr-font-lock-literal-regexp' erroneously changed during the
22193 mass face rename.
22194 (antlr-run-tool): Use `compilation-start'.
22195
22196 * textmodes/sgml-mode.el (sgml-validate): Use `compilation-start'
22197 instead of the obsolete `compile-internal'.
22198
22199 2005-08-26 Juanma Barranquero <lekktu@gmail.com>
22200
22201 * calendar/cal-bahai.el (date, displayed-month, displayed-year)
22202 (number, original-date):
22203 * calendar/cal-china.el (date):
22204 * calendar/cal-coptic.el (date):
22205 * calendar/cal-french.el (date):
22206 * calendar/cal-hebrew.el (date, entry, number, original-date):
22207 * calendar/cal-islam.el (date, number, original-date):
22208 * calendar/cal-iso.el (date):
22209 * calendar/cal-julian.el (date):
22210 * calendar/cal-mayan.el (date):
22211 * calendar/cal-menu.el (date, event):
22212 * calendar/cal-persia.el (date):
22213 * calendar/lunar.el (date):
22214 * calendar/solar.el (date): Add defvars.
22215
22216 * emerge.el:
22217 * ibuffer.el:
22218 * info-xref.el:
22219 * obsolete/bg-mouse.el:
22220 * obsolete/sun-curs.el:
22221 * obsolete/swedish.el: Move the `defvar's to the top level.
22222
22223 * smerge-mode.el (smerge-refined-change): Add :group.
22224
22225 2005-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
22226
22227 * smerge-mode.el (smerge-remove-props): Make the args non-optional.
22228 (smerge-keep-n): Remove props.
22229 (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
22230 (smerge-keep-current, smerge-kill-current): Don't remove props anymore
22231 now that it's done in smerge-keep-n.
22232 (smerge-refined-change): New face.
22233 (smerge-refine-chopup-region, smerge-refine-highlight-change)
22234 (smerge-refine): New funs.
22235 (smerge-basic-map): Bind smerge-refine.
22236
22237 2005-08-25 Juri Linkov <juri@jurta.org>
22238
22239 * progmodes/grep.el (grep, grep-mode): Make buffer-local variables
22240 compilation-process-setup-function and compilation-disable-input
22241 in grep-mode instead of let-bindings in grep.
22242
22243 * menu-bar.el (menu-bar-options-menu, menu-bar-options-save):
22244 Delete "Automatic File De/compression" (auto-compression-mode).
22245
22246 2005-08-25 Juanma Barranquero <lekktu@gmail.com>
22247
22248 * obsolete/bg-mouse.el: Move to obsolete/ from term/.
22249 Silence warning about non-existent variable.
22250
22251 2005-08-25 Richard M. Stallman <rms@gnu.org>
22252
22253 * menu-bar.el (menu-bar-describe-menu): Delete "What's New".
22254 Rename "Describe Key" to "Describe Key or Mouse Operation".
22255
22256 * mail/mailalias.el (build-mail-aliases): Delete comments
22257 from the contents before processing them.
22258
22259 * isearch.el (isearch-edit-string): Erase the Search prompt
22260 if user enters an empty string and there is no default.
22261
22262 * comint.el (comint-file-name-prefix): Add autoload.
22263
22264 2005-08-25 Joe Corneli <jcorneli@math.utexas.edu>
22265
22266 * subr.el (play-sound): Rearrange to avoid warning.
22267
22268 2005-08-25 Carsten Dominik <dominik@science.uva.nl>
22269
22270 * calendar/diary-lib.el (diary-modify-entry-list-string-function):
22271 New hook.
22272 (add-to-diary-list): Call `diary-modify-entry-list-string-function'
22273
22274 2005-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
22275
22276 * emacs-lisp/easy-mmode.el (define-minor-mode): Simplify.
22277
22278 * custom.el (custom-theme-set-variables): Sort minor modes last.
22279
22280 2005-08-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
22281
22282 * subr.el (version-separator, version-regexp-alist): New vars used by
22283 version comparison funs.
22284 (integer-list-<, integer-list-=, integer-list-<=)
22285 (integer-list-not-zero): New funs for integer list comparison.
22286 (version-to-list, version=, version<, version<=): New funs for version
22287 comparison.
22288
22289 2005-08-24 Juanma Barranquero <lekktu@gmail.com>
22290
22291 * emerge.el (merge-begin, merge-end, template, A-begin, A-end)
22292 (B-begin, B-end, diff, diff-vector, valid-diff): Defvar at compile
22293 time to silence the byte-compiler.
22294
22295 * ibuffer.el (ibuffer-compile-make-eliding-form)
22296 (ibuffer-check-formats): Use `with-no-warnings' to hide references
22297 to `ibuffer-elide-long-columns' (which is defined on ibuffer.el,
22298 so it's silly to get warnings for it).
22299 (ibuffer-auto-mode, ibuffer-cached-filter-formats)
22300 (ibuffer-compiled-filter-formats, ibuffer-filter-format-alist)
22301 (ibuffer-filter-group-kill-ring, ibuffer-filter-groups)
22302 (ibuffer-filtering-qualifiers, ibuffer-hidden-filter-groups)
22303 (ibuffer-inline-columns, ibuffer-show-empty-filter-groups)
22304 (ibuffer-tmp-hide-regexps, ibuffer-tmp-show-regexps):
22305 Defvar at compile time.
22306 (ibuffer-compiled-formats, ibuffer-cached-eliding-string)
22307 (ibuffer-cached-formats, ibuffer-cached-elide-long-columns):
22308 Declare them before use.
22309
22310 * info-xref.el (info-xref-xfile-alist, info-xref-filename-heading)
22311 (info-xref-good, info-xref-bad): Defvar at compile time.
22312
22313 * obsolete/mlsupport.el (filter-region, execute-monitor-command):
22314 Use `let*' instead of `let'.
22315
22316 * obsolete/sun-curs.el (icon-edit, *mouse-window*, *mouse-x*)
22317 (*mouse-y*, menu, char): Defvar at compile time.
22318 (sc::menu): Declare it before use.
22319 (sc::pack-one-line): Use `let', not `let*'.
22320
22321 * obsolete/swedish.el (news-inews-hook, news-group-hook-alist)
22322 (mail-send-hook): Defvar at compile time.
22323
22324 * term/bg-mouse.el (bg-mouse-x, bg-mouse-y, bg-cursor-window):
22325 Defvar at compile time.
22326
22327 * term/sun-mouse.el (current-global-mousemap)
22328 (current-local-mousemap): Declare them before use.
22329
22330 2005-08-24 Carsten Dominik <dominik@science.uva.nl>
22331
22332 * bookmark.el (bookmark-after-jump-hook): New hook.
22333 (bookmark-jump): Run `bookmark-after-jump-hook'.
22334
22335 2005-08-23 Juri Linkov <juri@jurta.org>
22336
22337 * faces.el (minibuffer-prompt): Doc fix.
22338
22339 2005-08-23 Juanma Barranquero <lekktu@gmail.com>
22340
22341 * progmodes/xscheme.el: Trivial changes to silence warnings.
22342 (xscheme-previous-mode, xscheme-previous-process-state):
22343 Add defvars.
22344 (xscheme-last-input-end, xscheme-process-command-line)
22345 (xscheme-process-name, xscheme-buffer-name)
22346 (xscheme-expressions-ring-max, xscheme-expressions-ring)
22347 (xscheme-expressions-ring-yank-pointer, xscheme-running-p)
22348 (xscheme-control-g-synchronization-p)
22349 (xscheme-control-g-disabled-p, xscheme-string-receiver)
22350 (default-xscheme-runlight, xscheme-runlight)
22351 (xscheme-runlight-string, xscheme-process-filter-state)
22352 (xscheme-allow-output-p, xscheme-prompt, xscheme-mode-string):
22353 Move to beginning of file.
22354 (scheme-interaction-mode-commands-alist)
22355 (scheme-interaction-mode-map, scheme-debugger-mode-map):
22356 Declare them before use. Note: the initialization code for the
22357 variables has not been moved because it uses functions that reference
22358 the variables.
22359 (xscheme-control-g-message-string, xscheme-process-filter-alist)
22360 (xscheme-prompt-for-expression-map): Declare them before use.
22361 (scheme-debugger-mode-commands): "?\ " -> "?\s".
22362
22363 2005-08-23 Ed Swarthout <ed.swarthout@gmail.com> (tiny change)
22364
22365 * hexl.el (hexl-print-current-point-info): Fix simple spelling error.
22366
22367 2005-08-22 Juri Linkov <juri@jurta.org>
22368
22369 * faces.el (set-face-underline): Delete this duplicate function
22370 and make an obsolete alias to set-face-underline-p.
22371 (set-face-underline-p): Use docstring of set-face-underline.
22372 (describe-face): Create hyperlink to parent face.
22373
22374 * info.el (Info-insert-dir): Use save-excursion around
22375 insert-buffer-substring.
22376 (Info-isearch-search): Use LITERAL arg of replace-regexp-in-string.
22377 (Info-escape-percent): Delete function.
22378 (Info-fontify-node): Replace Info-escape-percent by
22379 replace-regexp-in-string with REP arg set to lambda that
22380 duplicates `%' and preserves text properties.
22381
22382 * progmodes/compile.el (compilation-disable-input): Doc fix.
22383 (define-compilation-mode): Doc fix and refill.
22384 (kill-compilation): Use `mode-name' in the error message.
22385 (compilation-find-file): Use `compilation-error' in the
22386 read-file-name's prompt.
22387
22388 2005-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
22389
22390 * smerge-mode.el (smerge-basic-map): Bind smerge-combine-with-next.
22391 (smerge-auto-leave): Make undo re-enable the mode.
22392 (debug-ignored-errors): Add the user-error of impossible resolution.
22393 (smerge-resolve): Move things around a bit, in preparation for later.
22394 (smerge-diff): Don't fail if the buffer has no associated file.
22395 (ediff-ancestor-buffer, ediff-quit-hook): Quieten byte-compiler.
22396 (smerge-conflict-overlay): New function.
22397 (smerge-match-conflict): Don't add text properties here.
22398 (smerge-find-conflict): Instead, add an overlay here.
22399 Also check for the case where we're inside a conflict already, so as to
22400 obviate the need for font-lock-multiline, which is unbearably slow with
22401 large conflicts and ciomplex font-lock patterns.
22402 (smerge-remove-props): Remove overlay rather than text-properties.
22403 (smerge-mode): Don't set font-lock-multiline.
22404 Remove overlays when turned off.
22405
22406 2005-08-21 Kim F. Storm <storm@cua.dk>
22407
22408 * ido.el (ido-ignore-item-p): Use save-match-data.
22409 Bind case-fold-search to ido-case-fold locally.
22410
22411 2005-08-20 Richard M. Stallman <rms@gnu.org>
22412
22413 * files.el (normal-mode): If font lock is on, turn it off and on.
22414
22415 * subr.el (replace-regexp-in-string): Doc fix.
22416
22417 * startup.el (command-line-1): Don't suppress startup screen
22418 due to existing processes.
22419
22420 * progmodes/grep.el (grep): Bind compilation-disable-input to t.
22421
22422 * progmodes/compile.el (compilation-disable-input): Default to nil.
22423
22424 2005-08-20 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
22425
22426 * progmodes/compile.el (compilation-disable-input): New defcustom.
22427 (compilation-start): If compilation-disable-input is non-nil, send
22428 EOF to the compilation process.
22429
22430 2005-08-20 Eli Zaretskii <eliz@gnu.org>
22431
22432 * textmodes/tex-mode.el (tex-bibtex-file, tex-send-tex-command):
22433 Run the argument of tex-shell-cd-command through
22434 convert-standard-filename, to get the correct style of slashes on
22435 Windows, and enclose the result in quotes, in case the file name
22436 includes whitespace or other special characters.
22437
22438 2005-08-19 Andreas Schwab <schwab@suse.de>
22439
22440 * progmodes/gud.el (gud-kill-buffer-hook): Don't kill unrelated
22441 process.
22442
22443 2005-08-18 Luc Teirlinck <teirllm@auburn.edu>
22444
22445 * cus-start.el (minibuffer-prompt-properties): Correct typo.
22446
22447 2005-08-18 Kim F. Storm <storm@cua.dk>
22448
22449 * scroll-lock.el: Fix errors due to incorrect line wrapping.
22450
22451 2005-08-18 Richard M. Stallman <rms@gnu.org>
22452
22453 * scroll-lock.el: New file.
22454
22455 2005-08-18 Thien-Thi Nguyen <ttn@gnu.org>
22456
22457 * dired.el (dired-move-to-end-of-filename):
22458 Handle fifo as rendered by "ls -lF": Don't include trailing "|".
22459
22460 2005-08-18 Kim F. Storm <storm@cua.dk>
22461
22462 * ido.el (ido-everywhere): Fix defcustom :set function to disable
22463 rather than toggle mode when custom value is nil.
22464 (ido-everywhere): Fix defun doc string.
22465
22466 2005-08-17 Richard M. Stallman <rms@gnu.org>
22467
22468 * cus-start.el (minibuffer-prompt-properties): Use "Don't Enter"
22469 as tag instead of "Inviolable".
22470
22471 2005-08-17 Kim F. Storm <storm@cua.dk>
22472
22473 * windmove.el (windmove-coordinates-of-position): Remove.
22474 (windmove-coordinates-of-window-position): Remove.
22475 (windmove-reference-loc): Use posn-at-point instead.
22476
22477 * subr.el (insert-for-yank-1): Doc fix.
22478
22479 * ido.el (ido-enter-matching-directory): Rename from
22480 ido-enter-single-matching-directory. Change `slash' choice to
22481 `only'. Add `first' choice.
22482 (ido-exhibit): Adapt to above changes.
22483
22484 2005-08-16 Luc Teirlinck <teirllm@auburn.edu>
22485
22486 * Makefile.in: Expand comment about building loaddefs.el.
22487
22488 2005-08-16 Nick Roberts <nickrob@snap.net.nz>
22489
22490 * progmodes/gdb-ui.el (toggle-gdb-use-inferior-io-buffer):
22491 Comment use of defadvice.
22492
22493 * progmodes/gud.el (gud-jump): Rework for gdb-ui.
22494
22495 2005-08-15 Dan Nicolaescu <dann@ics.uci.edu>
22496
22497 * buff-menu.el, compare-w.el, emacs-lisp/testcover.el,
22498 * play/gomoku.el, play/mpuz.el, progmodes/flymake.el,
22499 * progmodes/gdb-ui.el, progmodes/idlw-help.el,
22500 * progmodes/idlw-shell.el, progmodes/ld-script.el,
22501 * progmodes/which-func.el, ruler-mode.el, strokes.el,
22502 * textmodes/sgml-mode.el, textmodes/table.el: Do not use face-alias
22503 for backward compatibility for faces that did not appear in the
22504 previous Emacs release.
22505
22506 * simple.el (next-error-follow-minor-mode): Fix init value and lighter.
22507
22508 2005-08-15 Kim F. Storm <storm@cua.dk>
22509
22510 * emulation/cua-base.el (cua-delete-region): Return t if
22511 deleted region was non-empty.
22512 (cua-replace-region): Inhibit overwrite-mode for
22513 self-insert-command if replaced region was non-empty.
22514 (cua--explicit-region-start, cua--status-string): Make them
22515 buffer-local at top-level...
22516 (cua-mode): ...rather than when mode is enabled.
22517
22518 2005-08-15 Thien-Thi Nguyen <ttn@gnu.org>
22519
22520 * progmodes/vhdl-mode.el (vhdl-emacs-21):
22521 Set t for Emacs 21, 22, and so on.
22522
22523 2005-08-15 David Ponce <david@dponce.com>
22524
22525 * tree-widget.el: Update Commentary header.
22526 (tree-widget-theme): Doc fix.
22527 (tree-widget-space-width): New option.
22528 (tree-widget-image-properties): Look up in the default theme too.
22529 (tree-widget--cursors): Only for images with arrow pointer shape.
22530 (tree-widget-lookup-image): Pointer shape is hand by default.
22531 (tree-widget-icon): Rename generic icon widget from
22532 `tree-widget-control'.
22533 (tree-widget-*-icon): Rename from `tree-widget-*-control' and
22534 derive from `tree-widget-icon'.
22535 (tree-widget-handle): Improve default look and feel of the text
22536 representation.
22537 (tree-widget): Rename :*-control properties to :*-icon properties.
22538 Add :action and :help-echo properties.
22539 (tree-widget-after-toggle-functions): Move.
22540 (tree-widget-close-node, tree-widget-open-node): Remove.
22541 (tree-widget-before-create-icon-functions): New hook.
22542 (tree-widget-value-create): Update to allow customization of icons
22543 and nodes at run-time via that new hook.
22544 (tree-widget-icon-create, tree-widget-leaf-node-icon-p)
22545 (tree-widget-icon-action, tree-widget-icon-help-echo)
22546 (tree-widget-action, tree-widget-help-echo): New functions.
22547
22548 2005-08-15 Kim F. Storm <storm@cua.dk>
22549
22550 * ido.el (ido-buffer-internal): Use with-no-warnings.
22551 (ido-make-merged-file-list): Use while-no-input.
22552
22553 2005-08-15 Richard M. Stallman <rms@gnu.org>
22554
22555 * textmodes/flyspell.el (flyspell-mark-duplications-flag): Doc fix.
22556 (flyspell-large-region): Fix doc and custom type.
22557
22558 2005-08-14 Richard M. Stallman <rms@gnu.org>
22559
22560 * files.el (interpreter-mode-alist): Doc fix.
22561
22562 * mail/rmail.el (rmail-nonignored-headers): New variable.
22563 (rmail-clear-headers): Use it.
22564 (rmail-reply): Better handling of mail-followup-to header.
22565
22566 * progmodes/sh-script.el (sh-font-lock-keywords-var):
22567 Rename variable from sh-font-lock-keywords. In the `shell' entry,
22568 don't try to refer to executable-font-lock-keywords.
22569 (sh-font-lock-keywords-var-1): Rename from sh-font-lock-keywords-1.
22570 (sh-font-lock-keywords-var-2): Rename from sh-font-lock-keywords-2.
22571 (sh-font-lock-keywords): Append executable-font-lock-keywords here.
22572 (sh-mode): Set comment-start-skip, local-abbrev-table,
22573 imenu-case-fold-search.
22574 (sh-set-shell): Don't set them here.
22575 (sh-feature): Simplify. Get rid of the eval-a-variable feature.
22576 Don't cache the results in the original alist; don't ever modify
22577 that alist.
22578
22579 * textmodes/flyspell.el (flyspell-mode): Autoload a defvar.
22580
22581 * textmodes/ispell.el (lookup-words): Cope with case where ARGS is
22582 empty.
22583
22584 2005-08-15 Andreas Schwab <schwab@suse.de>
22585
22586 * desktop.el: Put autoload cookie at risky-local-variable declarations.
22587
22588 * dired.el, info.el, mail/rmail.el: Revert last change.
22589
22590 2005-08-14 Thien-Thi Nguyen <ttn@gnu.org>
22591
22592 * dired.el: Fix dependency bug: Wrap `desktop-buffer-mode-handlers'
22593 modification in `eval-after-load' form.
22594 * info.el: Likewise.
22595 * mail/rmail.el: Likewise.
22596
22597 2005-08-14 Juri Linkov <juri@jurta.org>
22598
22599 * progmodes/compile.el (compilation-mode-font-lock-keywords):
22600 Remove highlighting of "Compilation started". Highlight only
22601 the word "finished" in "Compilation finished". Add highlighting
22602 of "interrupt", "killed", "terminated" and the exit code.
22603 (compilation-start): Add newline after header. Use exactly the
22604 same time stamp format as the finishing message.
22605 (compilation-mode-map): Add ellipsis to "Search Files (grep)".
22606
22607 * progmodes/grep.el (grep-mode-map): Add ellipsis to "Another grep".
22608 (grep-mode-font-lock-keywords): Don't highlight "Grep started".
22609 Add highlighting of "interrupt", "killed", "terminated".
22610
22611 * delsel.el (delete-selection-pre-hook): If overwrite-mode is
22612 enabled and the current command is self-insert-command, call it
22613 explicitly with overwrite-mode bound to nil, to not allow it
22614 to delete the character after the selected region.
22615
22616 2005-08-12 Matt Hodges <MPHodges@member.fsf.org>
22617
22618 * emacs-lisp/eldoc.el: Add move-beginning-of-line,
22619 move-end-of-line, end-of-line, and beginning-of-line to the list
22620 of commands after which the echo area is updated.
22621
22622 2005-08-12 Eli Zaretskii <eliz@gnu.org>
22623
22624 * cus-edit.el (custom-save-all, custom-save-delete):
22625 Bind recentf-exclude to exclude custom-file.
22626
22627 2005-08-12 Ehud Karni <ehud@unix.mvs.co.il>
22628
22629 * mail/rmailsum.el (rmail-summary-end-of-message): New command
22630 to go to the bottom of the mail message. Added to
22631 `rmail-summary-mode-map' with key "/".
22632 (rmail-summary-show-message): New (internal) function for use by
22633 both `rmail-summary-beginning/end-of-message'.
22634 (rmail-summary-beginning-of-message): Change to use
22635 rmail-summary-show-message.
22636
22637 * mail/rmail.el (rmail-end-of-message): New command to go to the
22638 end of the current message. Added to `rmail-mode-map' with key "/".
22639 (rmail-beginning-of-message): Fix to work as documented.
22640 (rmail-mode): Change documentation.
22641
22642 * progmodes/compile.el (compilation-start): Add the line
22643 "Compilation started" with compilation start time.
22644 (compilation-mode-font-lock-keywords): Add `started' to keywords.
22645
22646 2005-08-11 Luc Teirlinck <teirllm@auburn.edu>
22647
22648 * menu-bar.el (menu-bar-options-menu): Standardize capitalization
22649 of menu items.
22650
22651 2005-08-11 Richard M. Stallman <rms@gnu.org>
22652
22653 * simple.el (pop-global-mark): Reverse test of widen-automatically.
22654
22655 * battery.el (battery-status-function): Don't use ignore-errors.
22656
22657 2005-08-11 Lute Kamstra <lute@gnu.org>
22658
22659 * emacs-lisp/generic.el (generic-font-lock-defaults): Declare with
22660 define-obsolete-variable-alias.
22661
22662 2005-08-11 Stefan Monnier <monnier@iro.umontreal.ca>
22663
22664 * net/ange-ftp.el: Use \\` and \\' instead of ^ and $ in regexps.
22665 (ange-ftp-send-cmd): Revert last change, and expand
22666 the comment explaining the problem.
22667
22668 2005-08-10 Luc Teirlinck <teirllm@auburn.edu>
22669
22670 * ldefs-boot.el: Update.
22671
22672 * menu-bar.el (menu-bar-showhide-menu): Rename "Date, Time and Mail"
22673 item to "Time, Load and Mail". Change help echo text.
22674
22675 * time.el (display-time-use-mail-icon, display-time-format)
22676 (display-time-string-forms): Shorten first line of docstrings.
22677
22678 2005-08-10 Lars Hansen <larsh@soem.dk>
22679
22680 * desktop.el (desktop-buffer-mode-handlers):
22681 Make non-customizable. Add autoload cookie. Change initial value to
22682 nil; add elements in respective modules instead. Fix doc string.
22683 (desktop-load-file): New function.
22684 (desktop-minor-mode-handlers): New autoloaded variable.
22685 (desktop-create-buffer): Call minor mode handlers.
22686 Use desktop-load-file to load major and minor mode modules prior to
22687 checking for a handler.
22688 (desktop-save): Don't add nil to desktop-minor-modes for minor
22689 modes with nil function in desktop-minor-mode-table. Don't delete
22690 desktop file before rewriting it.
22691 (desktop-locals-to-save): Add autoload cookie. Don't make
22692 automatically buffer-local. Add variables column-number-mode,
22693 size-indication-mode, indent-tabs-mode,
22694 indicate-buffer-boundaries, indicate-empty-lines and
22695 show-trailing-whitespace.
22696 (desktop-clear): Allow desktop-clear-preserve-buffers to contain
22697 regexps. Don't use desktop-clear-preserve-buffers-regexp.
22698 (desktop-clear-preserve-buffers-regexp): Delete.
22699 (desktop-clear-preserve-buffers): Update initial value and docstring.
22700 (desktop-save-buffer): Fix doc string.
22701
22702 * hilit-chg.el: Add handler to desktop-minor-mode-handlers.
22703 (hilit-chg-desktop-restore): New function.
22704 (highlight-changes-mode): Add highlight-changes-mode to
22705 desktop-locals-to-save.
22706
22707 * dired.el: Add handler to desktop-buffer-mode-handlers.
22708 (dired-restore-desktop-buffer): Remove autoload cookie.
22709 (dired-mode): Add autoload cookie.
22710
22711 * info.el: Add handler to desktop-buffer-mode-handlers.
22712 (Info-restore-desktop-buffer): Remove autoload cookie.
22713 (Info-mode): Add autoload cookie.
22714
22715 * mh-e/mh-e.el: Add handler to desktop-buffer-mode-handlers.
22716 (mh-restore-desktop-buffer): Remove autoload cookie.
22717 (mh-folder-mode): Add autoload cookie.
22718
22719 * mail/rmail.el: Add handler to desktop-buffer-mode-handlers.
22720 (rmail-restore-desktop-buffer): Remove autoload cookie.
22721
22722 2005-08-11 Masatake YAMATO <jet@gyve.org>
22723
22724 * hexl.el (hexl-address-region):
22725 (hexl-ascii-region, hexl-font-lock-keywords):
22726 (hexl-highlight-line-range): Use the term "region"
22727 instead of "area" for consistency with the other symbols
22728 defined in hexl.el.
22729
22730 2005-08-09 Luc Teirlinck <teirllm@auburn.edu>
22731
22732 * menu-bar.el (menu-bar-options-save): Move `display-time-mode' to
22733 correct group: it is set with `menu-bar-make-mm-toggle' (pointed
22734 out by Juri Linkov). Add `display-battery-mode'.
22735
22736 2005-08-09 Juri Linkov <juri@jurta.org>
22737
22738 * progmodes/compile.el (compilation-mode-font-lock-keywords):
22739 Remove `-text' from face variable names.
22740 (compilation-error-file-name, compilation-warning-file-name)
22741 (compilation-info-file-name): Delete faces.
22742 (compilation-line-number, compilation-column-number):
22743 Remove face underlining.
22744 (compilation-message-face): Set to `underline' value by default.
22745 (compilation-error-face, compilation-warning-face)
22746 (compilation-info-face): Remove `-file-name' from face names.
22747 (compilation-error-text-face, compilation-warning-text-face)
22748 (compilation-info-text-face): Delete face variables.
22749 (compilation-text-face): Delete function.
22750
22751 * progmodes/grep.el (grep-regexp-alist): Use `.+?' instead of `[^:\n]+'.
22752 (grep-mode-font-lock-keywords): Use `.+?' instead of `[^\n-]+'.
22753 (grep-error-face): Set to `compilation-error' instead of
22754 `compilation-error-face' (which is redefined to `grep-hit-face' in
22755 grep buffers).
22756 (grep-mode-font-lock-keywords): Remove `-text' from face variable
22757 names. Use `grep-error-face' instead of `compilation-error-text-face'.
22758
22759 * dired-aux.el (dired-do-query-replace-regexp):
22760 Use `query-replace-read-args'.
22761
22762 * replace.el (query-replace-read-from, query-replace-read-to)
22763 (query-replace-read-args): Rename arg `string' to `prompt'.
22764
22765 * menu-bar.el (menu-bar-showhide-menu): Add `showhide-battery'.
22766
22767 2005-08-09 Katsumi Yamaoka <yamaoka@jpl.org> (tiny change)
22768
22769 * net/ange-ftp.el (ange-ftp-send-cmd): Make it work properly with
22770 uploading files.
22771 (ange-ftp-canonize-filename): Handle file names beginning with ~
22772 correctly.
22773
22774 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
22775
22776 * textmodes/fill.el (canonically-space-region)
22777 (fill-context-prefix, fill-french-nobreak-p)
22778 (fill-delete-newlines, fill-comment-paragraph)
22779 (justify-current-line): "?\ " -> "?\s".
22780
22781 2005-08-09 Ben North <ben@redfrontdoor.org> (tiny change)
22782
22783 * textmodes/fill.el (fill-nonuniform-paragraphs):
22784 Improve argument/docstring consistency.
22785
22786 2005-08-09 Richard M. Stallman <rms@gnu.org>
22787
22788 * textmodes/ispell.el (ispell-word): More fboundp checks.
22789
22790 * files.el (find-file-noselect): Don't call set-buffer-major-mode.
22791 (find-file-noselect-1): Call it here, only if RAWFILE.
22792 (normal-mode): Always set some major mode.
22793 (save-some-buffers-action-alist): Change some explanation strings.
22794 (file-name-non-special): In the `quote' method, use unwind-protect.
22795
22796 2005-08-09 Magnus Henoch <mange@freemail.hu>
22797
22798 * textmodes/ispell.el (ispell-find-aspell-dictionaries): New command.
22799 (ispell-have-aspell-dictionaries): New variable.
22800 (ispell-aspell-data-dir, ispell-aspell-dict-dir): New variables.
22801 (ispell-get-aspell-config-value): New function.
22802 (ispell-aspell-find-dictionary): New function.
22803 (ispell-aspell-add-aliases): New function.
22804 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries if
22805 appropriate. Don't look for ispell dictionaries if we use aspell.
22806 (ispell-menu-map): Don't build a submenu of dictionaries.
22807
22808 2005-08-09 Richard M. Stallman <rms@gnu.org>
22809
22810 * progmodes/sql.el (sql-interactive-mode-map): Use fboundp.
22811 (sql-read-passwd): Use read-passwd.
22812
22813 * progmodes/idlw-toolbar.el (idlwave-toolbar)
22814 (idlwave-toolbar-is-possible): Add defvars.
22815
22816 * progmodes/idlw-shell.el (idlwave-xemacs-hack-mouse-track):
22817 Avoid warnings.
22818
22819 * progmodes/idlw-rinfo.el (idlwave-system-variables-alist)
22820 (idlwave-system-class-info, idlwave-executive-commands-alist):
22821 Use defvar.
22822
22823 * progmodes/cc-engine.el (c-guess-basic-syntax): Add autoload.
22824
22825 * mail/supercite.el (sc-ask, sc-no-blank-line-or-header):
22826 Avoid warnings.
22827
22828 * mail/rmail.el (rmail-ignored-headers): Don't hide mime-version:
22829 and content-type: headers.
22830
22831 * eshell/eshell.el (eshell): Avoid warnings about eshell-mode.
22832
22833 * emacs-lisp/map-ynp.el (map-y-or-n-p): Reorder the options
22834 and rename some of them to be more self-explanatory.
22835
22836 * calendar/calendar.el (calendar-mode-map): Bind < and > usefully.
22837
22838 * startup.el (command-line-1): Implement -scriptload.
22839
22840 * replace.el (occur-engine): Initial *Occur* output not undoable.
22841
22842 * menu-bar.el (menu-bar-file-menu): Rename some menu items
22843 and improve help strings.
22844
22845 * isearch.el (isearch-repeat): When changing direction,
22846 mark search successful.
22847
22848 * ediff-init.el: Use (featurep 'xemacs).
22849
22850 * comint.el (send-invisible): Identify buffer, if not selected.
22851
22852 * align.el: Delete autoload for c-guess-basic-syntax.
22853
22854 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
22855
22856 * textmodes/refbib.el (r2b-convert-record, r2b-convert-buffer):
22857 Improve argument/docstring consistency. Doc fixes.
22858 (r2b-variables, r2bv-address, r2bv-annote, r2bv-author)
22859 (r2bv-booktitle, r2bv-date, r2bv-decade, r2bv-editor)
22860 (r2bv-entry-kind, r2bv-institution, r2bv-journal, r2bv-keywords)
22861 (r2bv-kn, r2bv-month, r2bv-note, r2bv-number, r2bv-ordering)
22862 (r2bv-organization, r2bv-pages, r2bv-primary-author)
22863 (r2bv-publisher, r2bv-school, r2bv-title, r2bv-title-first-word)
22864 (r2bv-tr, r2bv-type, r2bv-volume, r2bv-where, r2bv-year):
22865 Defvar at compile time.
22866
22867 2005-08-09 Juri Linkov <juri@jurta.org>
22868
22869 * info.el: Replace `info' with upper-case `Info' where appropriate.
22870 (info-title-1, info-title-2, info-title-3, info-title-4)
22871 (info-menu-header): Move up face definitions.
22872 (info-menu-star): Rename from `info-menu-5'.
22873 (Info-fontify-node): Replace `info-menu-5' with `info-menu-star'.
22874 (Info-fontify-visited-nodes): Fix docstring.
22875 (Info-hide-note-references): Fix docstring.
22876 (Info-up, Info-next-reference, Info-prev-reference): Put cursor on
22877 menu items in the same way as on cross-references.
22878 (info-apropos): Fix sorting order and formatting to be like in the
22879 stand-alone Info browser. Display error messages for 1 sec.
22880 (Info-mode-map): Move down `c' key binding. Bind `^' to `Info-up'.
22881 (Info-mode-menu): Remove item for `Info-search-case-sensitively'
22882 from the menu bar.
22883 (Info-insert-dir): Restore point after calling
22884 `insert-buffer-substring'.
22885
22886 2005-08-08 Richard M. Stallman <rms@gnu.org>
22887
22888 * emacs-lisp/lmenu.el (lucid-menubar-map, lucid-failing-menubar)
22889 (recompute-lucid-menubar): Add defvars.
22890
22891 * mail/sendmail.el (mail-yank-original): Use with-no-warnings.
22892
22893 * mail/reporter.el (reporter-dump-state): Use insert-buffer-substring.
22894
22895 * net/net-utils.el (run-dig): Rename from `dig'.
22896
22897 * play/gametree.el (gametree-mode): Use make-local-variable,
22898 not make-variable-buffer-local.
22899
22900 * progmodes/ada-prj.el (ada-prj-display-page): Use with-no-warnings.
22901
22902 * ansi-color.el (ansi-color-make-extent)
22903 (ansi-color-set-extent-face): Use fboundp, not functionp.
22904
22905 * autorevert.el (auto-revert-tail-mode): Use make-local-variable,
22906 not make-variable-buffer-local.
22907
22908 * bookmark.el (Info-current-file): Add defvar.
22909 (bookmark-jump-noselect): Use with-no-warnings.
22910
22911 * completion.el (c-mode-map, fortran-mode-map): Add defvars.
22912
22913 * ebuff-menu.el (Helper-return-blurb): Add defvar.
22914
22915 * ffap.el (gnus-summary-buffer, gnus-article-buffer): Add defvars.
22916
22917 * find-file.el (ada-procedure-start-regexp)
22918 (ada-package-start-regexp): Add defvars.
22919
22920 * info.el (Info-insert-dir): Use insert-buffer-substring.
22921
22922 * xml.el (xml-att-def-re): Add defvar.
22923
22924 * icomplete.el (icomplete-exhibit): Adapt to new while-no-input
22925 calling convention.
22926
22927 * subr.el (while-no-input): Return t if there is input.
22928
22929 2005-08-08 Luc Teirlinck <teirllm@auburn.edu>
22930
22931 * cus-start.el (all): Add `overflow-newline-into-fringe'.
22932
22933 2005-08-08 Juanma Barranquero <lekktu@gmail.com>
22934
22935 * cmuscheme.el (inferior-scheme-mode-hook, inferior-scheme-mode)
22936 (scheme-prev-l/c-dir/file): Fix typos in docstrings.
22937
22938 2005-08-08 Emilio C. Lopes <eclig@gmx.net>
22939
22940 * cmuscheme.el (scheme-start-file): Replace reference to
22941 `user-emacs-directory' by "~/.emacs.d/".
22942
22943 2005-08-08 Thien-Thi Nguyen <ttn@gnu.org>
22944
22945 * info.el (Info-dir-remove-duplicates): Avoid case folding
22946 in loop; instead, keep downcased strings for comparison.
22947 Suggested by Helmut Eller.
22948
22949 2005-08-07 Michael Albinus <michael.albinus@gmx.de>
22950
22951 Sync with Tramp 2.0.50.
22952
22953 * net/tramp.el: Remove defvar of `last-coding-system-used' in the
22954 XEmacs case; not necessary anymore.
22955 (tramp-user-regexp): Allow "@" as part of user name.
22956 (tramp-handle-set-visited-file-modtime)
22957 (tramp-handle-insert-file-contents)
22958 (tramp-handle-write-region): No special handling for
22959 `last-coding-system-used, because this is done in
22960 `tramp-accept-process-output' now.
22961 (tramp-accept-process-output): New defun.
22962 (tramp-process-one-action, tramp-process-one-multi-action)
22963 (tramp-wait-for-regexp, tramp-wait-for-output)
22964 (tramp-discard-garbage-erase-buffer): Call it. Reported by David
22965 Howells <dhowells@redhat.com>.
22966 (clear-visited-file-modtime): Defadvice removed. The check for
22967 unset buffer's modtime does not need to be based on
22968 `tramp-buffer-file-attributes'. Suggested by RMS.
22969 (tramp-message): Insert "\n" if not being at beginning of line.
22970 (tramp-find-shell): Use `tramp-barf-if-no-shell-prompt' for code
22971 sequence with same logic.
22972 (tramp-completion-handle-expand-file-name): Discard call of
22973 `tramp-drop-volume-letter'. It is not necessary, and there have
22974 been problems with (expand-file-name "~/.netrc" "/") in ange-ftp.
22975 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
22976 (tramp-do-copy-or-rename-file-out-of-band): Transfer message
22977 should always be visible.
22978 (tramp-handle-insert-directory, tramp-setup-complete)
22979 (tramp-set-process-query-on-exit-flag)
22980 (tramp-append-tramp-buffers): Pacify byte-compiler.
22981 (tramp-bug): Delete non-existing variables from list.
22982 Apply `tramp-load-report-modules' as pre-hook.
22983 Mask `tramp-password-prompt-regexp', `tramp-shell-prompt-pattern' and
22984 `shell-prompt-pattern' because of non-7bit characters.
22985 Reported by Sebastian Luque <sluque@mun.ca>.
22986 (tramp-reporter-dump-variable, tramp-load-report-modules): New defuns.
22987 (tramp-match-string-list): Remove function.
22988 (tramp-wait-for-regexp): Remove call of that function.
22989 Suggested by Kim F. Storm <storm@cua.dk>.
22990 (tramp-set-auto-save-file-modes): Use octal integer code #o600
22991 instead of octal character code ?\600. The latter resulted in a
22992 syntax error with XEmacs.
22993
22994 * net/tramp-smb.el: Remove defvar of `last-coding-system-used' in the
22995 XEmacs case; not necessary anymore.
22996 (tramp-smb-handle-write-region): No special handling for
22997 `last-coding-system-used, because this is done in
22998 `tramp-accept-process-output' now.
22999 (tramp-smb-wait-for-output): Call `tramp-accept-process-output'.
23000
23001 2005-08-06 Luc Teirlinck <teirllm@auburn.edu>
23002
23003 * wid-edit.el (widget-choice-value-create):
23004 Unconditionally respect user choice. Set :explicit-choice back to nil
23005 when no longer needed.
23006 (widget-choice-action): Unconditionally respect user choice.
23007 Eliminate :explicit-choice-value.
23008
23009 * fringe.el (set-fringe-indicators-1, fringe-indicators): Delete.
23010
23011 * menu-bar.el (menu-bar-options-save): Replace `fringe-indicators'
23012 with `indicate-empty-lines' and `indicate-buffer-boundaries'.
23013 (menu-bar-showhide-fringe-menu): Add new item "Empty line indicators"
23014 running new function `toggle-indicate-empty-lines'.
23015 Rename "Customize" item to "Customize fringe".
23016 Rename "Indicators" item to "Buffer boundaries" and change help echo.
23017 (menu-bar-showhide-fringe-ind-menu): Change several help echos.
23018 Add `menu-bar-showhide-fringe-ind-customize' as "Other (customize)".
23019 Delete "Empty lines only" item.
23020 (menu-bar-showhide-fringe-ind-customize): New function.
23021 (menu-bar-showhide-fringe-ind-mixed)
23022 (menu-bar-showhide-fringe-ind-box)
23023 (menu-bar-showhide-fringe-ind-right)
23024 (menu-bar-showhide-fringe-ind-left)
23025 (menu-bar-showhide-fringe-ind-none): Use `indicate-buffer-boundaries'
23026 instead of `fringe-indicators'.
23027
23028 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
23029
23030 * viper.el (viper-emacs-state-mode-list): Add recentf-dialog-mode.
23031 Change the date of last update.
23032
23033 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
23034
23035 * viper-cmd.el (viper-harness-minor-mode, viper-exec-delete)
23036 (viper-exec-yank, viper-put-back): Don't display modification msg
23037 if in the minibuffer.
23038
23039 * viper-init.el (viper-replace-overlay-cursor-color)
23040 (viper-insert-state-cursor-color, viper-vi-state-cursor-color):
23041 Make variables frame local.
23042
23043 * viper-util.el (viper-append-filter-alist): Use append instead of
23044 nconc.
23045
23046 * viper.el (viper-vi-state-mode-list)
23047 (viper-emacs-state-mode-list): Move help-mode and
23048 completion-list-mode from the first list to the second.
23049 (viper-mode): Docstring.
23050 (viper-go-away, viper-non-hook-settings): Don't localize
23051 minor-mode-alist in newer Emacsen. Add advice to
23052 set-cursor-color. Don't bind "\C-c\\".
23053
23054 2005-08-06 Emilio C. Lopes <eclig@gmx.net>
23055
23056 * cmuscheme.el (scheme-trace-command, scheme-untrace-command)
23057 (scheme-macro-expand-command): New user options.
23058 (scheme-trace-procedure, scheme-expand-current-form): New commands.
23059 (scheme-form-at-point, scheme-start-file)
23060 (scheme-interactively-start-process): New functions.
23061 (scheme-get-process): New function, extracted from `scheme-proc'.
23062 (run-scheme): Call `scheme-start-file' to get start file, and pass
23063 it to `make-comint'.
23064 (switch-to-scheme, scheme-proc):
23065 Call `scheme-interactively-start-process' if no Scheme buffer/process
23066 is available.
23067
23068 2005-08-06 Juri Linkov <juri@jurta.org>
23069
23070 * progmodes/compile.el (compilation-mode-font-lock-keywords):
23071 Use `compilation-text-face', `compilation-info-text-face' and
23072 `compilation-error-text-face' instead of `font-lock-keyword-face'.
23073 (compilation-error): New face.
23074 (compilation-error-file-name): Inherit from
23075 `compilation-error' instead of `font-lock-warning-face'.
23076 (compilation-warning-file-name): Inherit from
23077 `compilation-warning' instead of `font-lock-warning-face'.
23078 (compilation-info, compilation-error-file-name)
23079 (compilation-warning-file-name, compilation-info-file-name)
23080 (compilation-line-number, compilation-column-number): Doc fix.
23081 (compilation-error-text-face, compilation-warning-text-face)
23082 (compilation-info-text-face): New face variables.
23083 (compilation-line-face, compilation-column-face)
23084 (compilation-enter-directory-face)
23085 (compilation-leave-directory-face): Doc fix.
23086 (compilation-text-face): New function.
23087
23088 * progmodes/grep.el (grep-regexp-alist): Set 5th arg `TYPE' to 0
23089 instead of 1 to display binary file names as info file links.
23090 (grep-error-face): Use `compilation-error-face' instead of
23091 `font-lock-keyword-face'.
23092 (grep-mode-font-lock-keywords): Use `compilation-info-text-face'
23093 and `compilation-warning-text-face' instead of
23094 `font-lock-keyword-face'. Use `compilation-error-text-face'
23095 instead of `grep-error-face'.
23096
23097 2005-08-05 Kenichi Handa <handa@m17n.org>
23098
23099 * international/code-pages.el: Add autoload cookies for all coding
23100 systems.
23101
23102 2005-08-04 Luc Teirlinck <teirllm@auburn.edu>
23103
23104 * cus-start.el (all): Put undo.c where it alphabetically belongs.
23105
23106 2005-08-04 Juri Linkov <juri@jurta.org>
23107
23108 * progmodes/compile.el (compilation-mode-map):
23109 * progmodes/grep.el (grep-mode-map):
23110 Bind TAB to `compilation-next-error' and [backtab] to
23111 `compilation-previous-error'.
23112
23113 * progmodes/grep.el (grep-regexp-alist): Replace complex regexp
23114 matching line numbers, column numbers and their ranges with regexp
23115 matching only line numbers.
23116 (grep-context-face): New face variable.
23117 (grep-mode-font-lock-keywords): Use it.
23118
23119 * faces.el (read-face-name): Delete duplicate faces.
23120
23121 2005-08-02 Juanma Barranquero <lekktu@gmail.com>
23122
23123 * thumbs.el (thumbs-find-image): Don't make variables
23124 automatically buffer local.
23125 (thumbs-current-tmp-filename, thumbs-current-image-filename)
23126 (thumbs-image-num): Make automatically buffer local.
23127 (thumbs-show-thumbs-list): Use `make-local-variable', not
23128 `make-variable-buffer-local'.
23129 (thumbs-insert-image): Make `thumbs-current-image-size' buffer-local.
23130
23131 * play/doctor.el (doctor-type-symbol): "?\ " -> "?\s".
23132 (**mad**, *debug*, *print-space*, *print-upcase*, abuselst)
23133 (abusewords, account, afraidof, arerelated, areyou, bak, beclst)
23134 (bother, bye, canyou, chatlst, continue, deathlst, describe)
23135 (drnk, drugs, eliza-flag, elizalst, famlst, feared, fears)
23136 (feelings-about, foullst, found, hello, history, howareyoulst)
23137 (howdyflag, huhlst, ibelieve, improve, inter, isee, isrelated)
23138 (lincount, longhuhlst, lover, machlst, mathlst, maybe, moods)
23139 (neglst, obj, object, owner, please, problems, qlist)
23140 (random-adjective, relation, remlst, repetitive-shortness)
23141 (replist, rms-flag, schoollst, sent, sexlst, shortbeclst)
23142 (shortlst, something, sportslst, stallmanlst, states, subj)
23143 (suicide-flag, sure, things, thlst, toklst, typos, verb, want)
23144 (whatwhen, whereoutp, whysay, whywant, zippy-flag, zippylst):
23145 Defvar at compile time.
23146
23147 * progmodes/ada-mode.el (ada-mode): Use `make-local-variable',
23148 not `make-variable-buffer-local'.
23149
23150 2005-08-02 Kim F. Storm <storm@cua.dk>
23151
23152 * emulation/cua-rect.el (cua--highlight-rectangle): Only show
23153 rectangle overlay in selected window.
23154
23155 2005-08-01 Luc Teirlinck <teirllm@auburn.edu>
23156
23157 * cus-start.el (all): Put `indicate-empty-lines' in fringe group
23158 instead of display group. Make `indicate-buffer-boundaries'
23159 customizable through Custom.
23160
23161 2005-08-01 Juanma Barranquero <lekktu@gmail.com>
23162
23163 * progmodes/gdb-ui.el (gdb-frame-address, gdb-var-changed)
23164 (gdb-output-sink, gdba, gdb-cpp-define-alist-program)
23165 (gdb-set-gud-minor-mode, gdb-exited, gdb-setup-windows)
23166 (gdb-put-string): Fix typos in docstrings.
23167
23168 2005-08-01 Nick Roberts <nickrob@snap.net.nz>
23169
23170 Update copyright notices of files in progmodes directory for
23171 release of Emacs 22.1.
23172
23173 * progmodes/gdb-ui.el (gdb-enable-debug-log): Add autoload cookie.
23174
23175 * progmodes/gud.el (gud-tooltip-mode): Add autoload cookie.
23176 Don't barf if the GUD buffer has been killed.
23177
23178 2005-08-01 Kim F. Storm <storm@cua.dk>
23179
23180 * textmodes/table.el (table-yank-handler): Change defcustom to defvar.
23181
23182 2005-07-29 Stefan Monnier <monnier@iro.umontreal.ca>
23183
23184 * simple.el (next-error-follow-minor-mode):
23185 make-variable-buffer-local -> make-local-variable.
23186
23187 * emacs-lisp/cl-extra.el: Require CL also when compiling.
23188
23189 * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local)
23190 (byte-compile-form-make-variable-buffer-local): New functions to warn
23191 about misuses of make-variable-buffer-local where make-local-variable
23192 was meant.
23193
23194 2005-07-29 Juanma Barranquero <lekktu@gmail.com>
23195
23196 * bs.el (bs-attributes-list): Doc fix.
23197 (bs): Update url-link.
23198
23199 * desktop.el (desktop-save-buffer): Fix typos in docstring.
23200 (desktop-load-default): Simplify.
23201
23202 * ibuffer.el (ibuffer-columnize-and-insert-list)
23203 (ibuffer-mouse-toggle-mark, ibuffer-count-marked-lines)
23204 (ibuffer-unmark-all, ibuffer-toggle-marks)
23205 (ibuffer-unmark-forward, ibuffer-unmark-backward)
23206 (ibuffer-compile-make-format-form, ibuffer-format-column)
23207 (ibuffer-current-buffers-with-marks)
23208 (ibuffer-update-title-and-summary): "?\ " -> "?\s".
23209 (ibuffer): Doc fix.
23210 (ibuffer-mode): Fix typo in docstring.
23211 (ibuffer-hooks, ibuffer-mode-hooks): Make obsolete and declare
23212 with `define-obsolete-variable-alias'.
23213 (ibuffer-elide-long-columns): Mark as obsolete. Doc fix.
23214
23215 2005-07-29 Kenichi Handa <handa@m17n.org>
23216
23217 * international/mule-cmds.el (select-message-coding-system):
23218 Be sure to use LF for end-of-line. If no coding system is decided,
23219 return iso-8859-1-unix.
23220
23221 2005-07-28 Stefan Monnier <monnier@iro.umontreal.ca>
23222
23223 * net/ange-ftp.el (ange-ftp-gateway-fatal-msgs)
23224 (ange-ftp-pending-error-line): New vars.
23225 (ange-ftp-process-handle-line, ange-ftp-process-filter): Use them
23226 to handle the non-fatal no-route-to-host messages.
23227 (internal-ange-ftp-mode): Make the no-match regexp more efficient.
23228
23229 2005-07-28 Juanma Barranquero <lekktu@gmail.com>
23230
23231 * isearch.el (isearch-mode-map, isearch-other-meta-char)
23232 (isearch-quote-char, isearch-printing-char)
23233 (isearch-text-char-description): "?\ " -> "?\s".
23234 (isearch-lazy-highlight-cleanup)
23235 (isearch-lazy-highlight-initial-delay)
23236 (isearch-lazy-highlight-interval)
23237 (isearch-lazy-highlight-max-at-a-time)
23238 (isearch-lazy-highlight-face, isearch-lazy-highlight-cleanup):
23239 Declare with define-obsolete-*-alias macros.
23240 (isearch-forward): Fix typo in docstring.
23241 (search-invisible, search-ring-yank-pointer)
23242 (regexp-search-ring-yank-pointer): Doc fixes.
23243
23244 * recentf.el (recentf-menu-append-commands-p): Declare with
23245 `define-obsolete-variable-alias'.
23246 (recentf-max-saved-items, recentf-menu-filter)
23247 (recentf-arrange-by-rule-subfilter): Doc fixes.
23248 (recentf-menu-append-commands-flag)
23249 (recentf-initialize-file-name-history, recentf-expand-file-name)
23250 (recentf-clear-data): Fix typos in docstrings.
23251
23252 2005-07-28 Nick Roberts <nickrob@snap.net.nz>
23253
23254 * progmodes/gdb-ui.el: Smarten comments.
23255 (gdb-info-breakpoints-custom): Use nowarn when finding file.
23256
23257 2005-07-27 Dan Nicolaescu <dann@ics.uci.edu>
23258
23259 * term/apollo.el (terminal-init-apollo): New function containing
23260 all former top level forms in the file.
23261 * term/bobcat.el (terminal-init-bobcat):
23262 * term/cygwin.el (terminal-init-cygwin):
23263 * term/iris-ansi.el (terminal-init-iris-ansi):
23264 * term/linux.el (terminal-init-linux):
23265 * term/news.el (terminal-init-news):
23266 * term/rxvt.el (terminal-init-rxvt):
23267 * term/sun.el (terminal-init-sun):
23268 * term/tvi970.el (terminal-init-tvi970):
23269 * term/vt100.el (terminal-init-vt100):
23270 * term/vt102.el (terminal-init-vt102):
23271 * term/vt125.el (terminal-init-vt125):
23272 * term/vt200.el (terminal-init-vt200):
23273 * term/vt201.el (terminal-init-vt201):
23274 * term/vt220.el (terminal-init-vt220):
23275 * term/vt240.el (terminal-init-vt240):
23276 * term/vt300.el (terminal-init-vt300):
23277 * term/vt320.el (terminal-init-vt320):
23278 * term/vt400.el (terminal-init-vt400):
23279 * term/vt420.el (terminal-init-vt420):
23280 * term/wyse50.el (terminal-init-wyse50):
23281 * term/xterm.el (terminal-init-xterm): Likewise.
23282
23283 * term/README: Describe the terminal-init-* functionality.
23284
23285 * startup.el (command-line): After loading the terminal initialization
23286 file call the corresponding terminal initialization function.
23287
23288 2005-07-27 Kenichi Handa <handa@m17n.org>
23289
23290 * ps-bdf.el (bdf-read-font-info): Ignore glyphs whose ENCODING is
23291 negative.
23292
23293 * ps-mule.el (ps-mule-bitmap-prologue): Fix arguments to setcharwidth.
23294 (ps-mule-composition-prologue): Fix for the case that
23295 RelativeCompose is false.
23296
23297 2005-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
23298
23299 * smerge-mode.el (smerge-ediff): Use insert-buffer-substring.
23300
23301 * descr-text.el (describe-char): Handle the case where the list of
23302 chars is displayed in a separate frame.
23303 Be a bit more discriminating when looking for the char.
23304
23305 2005-07-26 Juanma Barranquero <lekktu@gmail.com>
23306
23307 * bookmark.el (bookmark-automatically-show-annotations)
23308 (bookmark-read-annotation-text-func): Doc fixes.
23309 (bookmark-save): Improve argument/docstring consistency.
23310 (bookmark-get-bookmark, bookmark-get-bookmark-record)
23311 (bookmark-alist-from-buffer)
23312 (bookmark-upgrade-file-format-from-0)
23313 (bookmark-grok-file-format-version)
23314 (bookmark-maybe-upgrade-file-format, bookmark-kill-line)
23315 (bookmark-read-annotation-mode)
23316 (bookmark-insert-current-bookmark, bookmark-jump)
23317 (bookmark-exit-hook): Fix typos in docstrings.
23318 (bookmark-exit-hooks): Define as obsolete alias.
23319 (bookmark-exit-hook-internal): Run `bookmark-exit-hook',
23320 not `bookmark-exit-hooks'. Fix docstring.
23321 (bookmark-bmenu-select): "?\ " -> "?\s".
23322
23323 2005-07-25 Ari Roponen <arjuropo@cc.jyu.fi> (tiny change)
23324
23325 * startup.el (command-line): Fix typo.
23326
23327 2005-07-24 Richard M. Stallman <rms@gnu.org>
23328
23329 * tooltip.el (tooltip-mode): Test emacs-basic-display,
23330 not emacs-quick-startup.
23331
23332 2005-07-24 Juanma Barranquero <lekktu@gmail.com>
23333
23334 * emacs-lisp/re-builder.el (reb-with-current-window): Delete.
23335 (reb-next-match, reb-show-subexp): Use `with-selected-window'
23336 instead of `reb-with-current-window'.
23337 (reb-prev-match): Likewise. Also, don't move left if the search
23338 was unsuccessful.
23339 (reb-initialize-buffer): New function.
23340 (re-builder, reb-change-syntax): Use it.
23341
23342 * man.el (Man-goto-page): Make second argument NOERROR optional.
23343
23344 2005-07-23 Richard M. Stallman <rms@gnu.org>
23345
23346 * man.el (Man-bgproc-sentinel): Check here for failure to find
23347 any man page in the output, and report the error here.
23348 (Man-arguments): Make it permanent local.
23349 (Man-goto-page): New arg NOERROR. Never kill the current buffer.
23350 (Man-mode): Pass t for NOERROR.
23351
23352 * progmodes/grep.el (grep-error-face): Use font-lock-keyword-face.
23353 (grep-mode-font-lock-keywords):
23354 Don't use compilation-...-face for messages that are not file names.
23355
23356 * progmodes/compile.el (compilation-mode-font-lock-keywords):
23357 Don't use compilation-...-face for messages that are not file names.
23358
23359 2005-07-22 Juri Linkov <juri@jurta.org>
23360
23361 * startup.el (normal-splash-screen): Update menu name.
23362
23363 * tempo.el (tempo-insert-template): Fix 2005-07-16 change.
23364
23365 2005-07-22 Dan Nicolaescu <dann@ics.uci.edu>
23366
23367 * term/xterm.el: Load term/rxvt if the terminal is actually an
23368 rxvt terminal.
23369 (xterm-rxvt-set-background-mode): Remove, not used anymore.
23370
23371 * term/rxvt.el (function-key-map): Use substitute-key-definition
23372 to bind {C,S,C-S}-{f1-f10}. Add a few missing key bindings.
23373
23374 * term/cygwin.el: New file.
23375
23376 2005-07-22 Kim F. Storm <storm@cua.dk>
23377
23378 * image-file.el (insert-image-file, image-file-yank-handler):
23379 Fix last change to maintain a (unique) yank-handler on yanked images.
23380
23381 2005-07-22 Eduardo Mu\e,Aq\e(Boz <emufer@terra.es> (tiny change)
23382
23383 * dired.el (dired-move-to-filename-regexp): Recognize the B suffix
23384 of the file size (as in "177B" for 177 bytes). This happens with
23385 "ls -lh" on FreeBSD.
23386
23387 2005-07-22 Juanma Barranquero <lekktu@gmail.com>
23388
23389 * hilit-chg.el (highlight-changes-global-initial-state)
23390 (highlight-compare-buffers, hilit-chg-turn-on-maybe)
23391 (hilit-chg-fixup, highlight-changes-mode):
23392 Fix typos in docstrings.
23393 (highlight-changes-global-modes, highlight-changes-rotate-faces):
23394 Doc fixes.
23395
23396 2005-07-21 Luc Teirlinck <teirllm@auburn.edu>
23397
23398 * emacs-lisp/easy-mmode.el (define-minor-mode): Never call the
23399 mode function using `eval-after-load'.
23400
23401 2005-07-21 Kim F. Storm <storm@cua.dk>
23402
23403 * mail/emacsbug.el (report-emacs-bug): Request that backtraces are
23404 included when reporting an Emacs crash, and tell about the DEBUG file.
23405
23406 * image-file.el (insert-image-file): Add yank-handler.
23407 (image-file-yank-handler): Yank handler to make unique copies of
23408 images when they are yanked into a buffer next to each other.
23409
23410 2005-07-21 Juanma Barranquero <lekktu@gmail.com>
23411
23412 * comint.el (comint-use-prompt-regexp, comint-send-input)
23413 (comint-source-default, comint-extract-string)
23414 (comint-get-source, comint-word, comint-completion)
23415 (comint-source, comint-prompt-read-only, comint-update-fence):
23416 Fix typos in docstrings.
23417 (comint-use-prompt-regexp-instead-of-fields, comint-kill-output):
23418 Declare with define-obsolete-*-alias macros.
23419 (comint-previous-matching-input-from-input)
23420 (comint-next-matching-input-from-input)
23421 (comint-previous-matching-input, comint-next-matching-input)
23422 (comint-forward-matching-input):
23423 Improve argument/docstring consistency.
23424
23425 * desktop.el (desktop-clear-preserve-buffers-regexp):
23426 Also preserve the *server* buffer.
23427
23428 * simple.el (clone-indirect-buffer): Doc fix.
23429 (fixup-whitespace, just-one-space)
23430 (backward-delete-char-untabify, lambda): "?\ " -> "?\s".
23431 (next-error, next-error-highlight)
23432 (next-error-highlight-no-select, next-error-last-buffer)
23433 (next-error-buffer-p, next-error-find-buffer, next-error)
23434 (previous-error, next-error-no-select, previous-error-no-select)
23435 (open-line, split-line, minibuffer-prompt-width, kill-new)
23436 (binary-overwrite-mode): Fix typos in docstrings.
23437 (set-fill-column): Fix typo in message.
23438
23439 * skeleton.el (skeleton-proxy-new): Doc fix.
23440
23441 * strokes.el (strokes-load-hook): Doc fix.
23442 (strokes-grid-resolution, strokes-get-grid-position)
23443 (strokes-renormalize-to-grid, strokes-read-stroke)
23444 (strokes-read-complex-stroke, strokes-file, strokes-last-stroke)
23445 (strokes-global-map): Fix typos in docstrings.
23446 (strokes-help): Doc fix. Fix help message and pass it through
23447 `substitute-command-keys'.
23448
23449 * tempo.el (tempo-insert-prompt, tempo-interactive)
23450 (tempo-show-completion-buffer, tempo-tags, tempo-match-finder)
23451 (tempo-insert-string-functions, tempo-local-tags)
23452 (tempo-define-template, tempo-insert-template)
23453 (tempo-insert-prompt-compat, tempo-is-user-element)
23454 (tempo-insert-mark, tempo-find-match-string, tempo-complete-tag):
23455 Fix typos in docstrings.
23456
23457 * vcursor.el (vcursor-other-window, vcursor-bind-keys)
23458 (vcursor-key-bindings, vcursor-use-vcursor-map)
23459 (vcursor-find-window, vcursor-scroll-down)
23460 (vcursor-disable, vcursor-beginning-of-buffer)
23461 (vcursor-end-of-buffer): Fix typos in docstrings.
23462 (vcursor-relative-move, vcursor-get-char-count):
23463 Improve argument/docstring consistency.
23464
23465 * version.el: "?\ " -> "?\s".
23466
23467 * wid-edit.el (widget-default-create, widget-after-change)
23468 (widget-default-format-handler, widget-checklist-add-item)
23469 (widget-radio-add-item, widget-choose, widget-specify-secret)
23470 (widget-field-value-create, widget-field-value-get)
23471 (widget-editable-list-format-handler)
23472 (widget-editable-list-entry-create, widget-group-value-create)
23473 (widget-documentation-link-add)
23474 (widget-documentation-string-value-create): "?\ " -> "?\s".
23475 (widget-convert-text): Doc fix.
23476 (widget-narrow-to-field, widget-field-find)
23477 (widget-url-link-action, widget-emacs-library-link-action)
23478 (widget-color-notify): Fix typos in docstrings.
23479
23480 * w32-fns.el (w32-shell-name): Use `bound-and-true-p'.
23481 (x-select-text, set-w32-system-coding-system)
23482 (w32-add-charset-info): Fix typos in docstrings.
23483
23484 * emulation/cua-base.el (cua-mode, cua-enable-register-prefix)
23485 (cua-enable-cua-keys, cua-use-hyper-key)
23486 (cua-virtual-rectangle-edges): Fix typos in docstrings.
23487 (cua--M/H-key, cua--init-keymaps): "?\ " -> "?\s".
23488
23489 * net/tramp.el (tramp-handle-load): Fix typo in error message.
23490
23491 * emacs-lisp/re-builder.el (regexp-builder): Declare with
23492 `defalias' instead of faking it.
23493
23494 * eshell/em-ls.el (eshell-ls-decorated-name): Doc fix.
23495 (eshell-ls-missing, eshell-ls-dired-initial-args)
23496 (eshell-ls-use-in-dired): Fix typos in docstrings.
23497
23498 2005-07-20 Kim F. Storm <storm@cua.dk>
23499
23500 * emulation/cua-base.el (cua-mode): Improve doc string.
23501
23502 2005-07-20 Juanma Barranquero <lekktu@gmail.com>
23503
23504 * abbrev.el (expand-region-abbrevs): Doc fix.
23505 (inverse-add-mode-abbrev, inverse-add-global-abbrev):
23506 Improve argument/docstring consistency.
23507
23508 * arc-mode.el (archive-get-descr, archive-alternate-display):
23509 Doc fixes.
23510 (archive-l-e): Improve argument/docstring consistency.
23511 (archive-tmpdir, archive-unixdate, archive-unixtime)
23512 (archive-chmod-entry): Fix typos in docstrings.
23513 (archive-unflag, archive-unflag-backwards)
23514 (archive-unmark-all-files): "?\ " -> "?\s".
23515
23516 * buff-menu.el (Buffer-menu-unmark): Doc fix.
23517 (Buffer-menu-not-modified, Buffer-menu-execute)
23518 (Buffer-menu-toggle-read-only, Buffer-menu-buffer+size)
23519 (list-buffers-noselect, Buffer-menu-select): "?\ " -> "?\s".
23520
23521 * composite.el (compose-string, encode-composition-rule)
23522 (compose-last-chars): Fix typos in docstrings.
23523
23524 * desktop.el (desktop-enable, desktop-basefilename):
23525 Declare with `define-obsolete-variable-alias'.
23526 (desktop-internal-v2s): Don't quote keywords.
23527 (desktop-clear): "?\ " -> "?\s".
23528
23529 * dired.el (dired-align-file, dired-flag-backup-files)
23530 (dired-change-marks, dired-unmark-all-files): "?\ " -> "?\s".
23531 (dired-listing-switches, dired-ls-F-marks-symlinks)
23532 (dired-dwim-target, dired-load-hook, dired-mode-hook)
23533 (dired-directory, dired-faces, dired, dired-revert)
23534 (dired-mode, dired-summary, dired-view-file)
23535 (dired-copy-filename-as-kill, dired-delete-file)
23536 (dired-no-confirm, dired-unmark-all-marks)
23537 (dired-sort-by-date-regexp, dired-sort-by-name-regexp)
23538 (dired-sort-inhibit, dired-sort-other): Fix typos in docstrings.
23539 (dired-undo, dired-get-file-for-visit, dired-sort-toggle-or-edit):
23540 Fix typos in message strings.
23541
23542 * dired-x.el (virtual-dired): Declare with `defalias'.
23543 (dired-mark-unmarked-files, dired-local-variables-file)
23544 (dired-omit-here-always): Doc fix.
23545 (dired-omit-mode, dired-find-subdir)
23546 (dired-enable-local-variables, dired-clean-up-buffers-too)
23547 (dired-extra-startup, dired-mark-extension, dired-jump)
23548 (dired-jump-other-window, dired-omit-localp, dired-virtual-mode)
23549 (dired-smart-shell-command, dired-guess-shell-alist-user)
23550 (dired-man, dired-initial-position, dired-x-hands-off-my-keys)
23551 (dired-x-bind-find-file, dired-x-submit-report):
23552 Fix typos in docstrings.
23553 (dired-mark-unmarked-files): "?\ " -> "?\s".
23554
23555 * dirtrack.el (dirtrack-list): Fix typos in docstring.
23556
23557 * faces.el (describe-face): "?\ " -> "?\s".
23558 (read-all-face-attributes, read-face-font, modify-face)
23559 (face-attr-construct, italic): Fix typos in docstrings.
23560 (frame-update-face-colors): Declare with
23561 `define-obsolete-function-alias'.
23562
23563 * files.el (find-file-noselect, recode-file-name): Doc fixes.
23564 (insert-directory, kill-some-buffers): "?\ " -> "?\s".
23565 (magic-mode-alist, buffer-file-numbers-unique)
23566 (write-file-functions, get-free-disk-space):
23567 Fix typos in docstrings.
23568 (find-file-not-found-hooks, find-file-hooks, write-file-hooks)
23569 (write-contents-hooks, write-file-hooks):
23570 Declare with `define-obsolete-variable-alias'.
23571
23572 * forms-d2.el (arch-rj): Fix typo in docstrings.
23573 (arch-tocol): Likewise. "?\ " -> "?\s".
23574
23575 * frame.el (set-frame-font, cursor-in-non-selected-windows):
23576 Fix typo in docstring.
23577 (set-screen-width, set-screen-height): Delete redundant info in
23578 doctrings.
23579 (new-frame, screen-height, screen-width): Declare with
23580 `define-obsolete-function-alias'.
23581 (delete-frame-hook, blink-cursor): Declare with
23582 `define-obsolete-variable-alias'.
23583
23584 * paths.el (prune-directory-list): Fix typos in docstring.
23585
23586 * pcvs-util.el (cvs-flags-query, cvs-strings->string)
23587 (cvs-prefix-get): Fix typos in docstrings.
23588
23589 * ps-print.el (ps-extend-face-list, ps-extend-face)
23590 (ps-print-background-image): Fix typos in docstrings.
23591 (ps-default-fg, ps-default-bg): Doc fixes.
23592
23593 * s-region.el (s-region-bind): Doc fix.
23594 (s-region-move-p1, s-region-move-p2): Fix typos in docstrings.
23595
23596 * textmodes/org.el (org-table-formula-substitute-names)
23597 (org-table-get-vertical-vector): Doc fixes.
23598 (org-table-recalculate): Remove unused argument to `message'.
23599
23600 2005-07-19 Carsten Dominik <dominik@science.uva.nl>
23601
23602 * textmodes/org.el (org-table-column-names)
23603 (org-table-column-name-regexp)
23604 (org-table-named-field-locations): New variables.
23605 (org-archive-subtree): Protect `this-command' when calling
23606 `org-copy-subtree' and `org-cut-subtree', to avoid appending to
23607 the kill buffer.
23608 (org-complete): Remove fixed-formula completion.
23609 (org-edit-formulas-map): New variable.
23610 (org-table-edit-formulas): New command.
23611 (org-finish-edit-formulas, org-abort-edit-formulas)
23612 (org-show-variable, org-table-get-vertical-vector): New functions.
23613 (org-table-maybe-eval-formula): Handle `:=' fields.
23614 (org-table-get-stored-formulas, org-table-store-formulas)
23615 (org-table-get-formula, org-table-modify-formulas)
23616 (org-table-replace-in-formulas): Handle named field formulas.
23617 (org-table-get-specials): Store locations of named fields.
23618
23619 2005-07-19 Juri Linkov <juri@jurta.org>
23620
23621 * progmodes/grep.el (grep-regexp-alist)
23622 (grep-mode-font-lock-keywords, grep-process-setup):
23623 Use default GNU grep match color "01;31m" instead of "01;41m".
23624 (grep-regexp-alist, grep-mode-font-lock-keywords):
23625 Use `\\[[0-9]*m' instead of `\\[00m'.
23626 (grep-regexp-alist): Move `\\(?:\033\\[K\\)?' from sgr_end to
23627 sgr_start where its handling is more important. Use the real
23628 length of sgr_start instead of constant 8.
23629 (grep-mode-font-lock-keywords): Don't delete `\\(?:\033\\[K\\)?'
23630 specially. Delete all remaining escape sequences.
23631 (grep-process-setup): Set "GREP_COLORS" for GNU grep 2.5.1-cvs.
23632 (grep-regexp-alist): Make hyperlink only for binary file name
23633 instead of the whole line.
23634 (grep-mode-map): Bind `backtab' to `compilation-previous-file'.
23635 (grep-mode): Add autoload.
23636
23637 * emacs-lisp/find-func.el (find-function-regexp):
23638 Add `define-compilation-mode'.
23639
23640 2005-07-19 Juri Linkov <juri@jurta.org>
23641
23642 * compare-w.el (compare-ignore-whitespace, compare-windows-sync)
23643 (compare-windows-sync-string-size, compare-windows-recenter)
23644 (compare-windows-highlight, compare-windows): Add version 22.1.
23645 (compare-windows) <defface>: Inherit from lazy-highlight instead
23646 of duplicating its default value.
23647
23648 * cus-edit.el (custom-mode-map): Bind `C-c C-c' to `Custom-set'.
23649 (Custom-mode-menu): Use `info' instead of `Info-goto-node'.
23650
23651 * descr-text.el (describe-char): Create link buttons for `charset'
23652 and `code point'. Add the current input method name with a link
23653 button to `to input' field. Print face names of display table
23654 characters in `The display table entry is displayed by' section
23655 instead of printing face-id in the `display' field.
23656 Guess hardcoded faces and create a link button for them.
23657 Skip empty fields when calculating max-width.
23658 Treat `widget-create' specially while inserting strings from the
23659 collected field list.
23660 (describe-char-after): Made obsolete in version 22.1, not 21.5.
23661
23662 * diff-mode.el (diff-file-header): Change foreground color from
23663 yellow to green on light backgrounds.
23664 (diff-context): Inherit from `shadow' only for color/grayscale
23665 with more than 88 colors.
23666 (diff-indicator-removed, diff-indicator-added)
23667 (diff-indicator-changed): New faces.
23668 (diff-font-lock-keywords): Use new faces. Regroup rules.
23669 Add "^---$" for `normal' diff format. Fontify `#' lines with
23670 font-lock-comment-delimiter-face and font-lock-comment-face.
23671 Add `#' to ^[^...] in the rule for `diff-context-face'.
23672
23673 * faces.el (mode-line-highlight): Replace RoyalBlue4 with
23674 a button-like box. Inherit from `highlight' on low colors.
23675 (shadow): Use shades of gray only for color/grayscale with
23676 more than 88 colors. Use green for light backgrounds with
23677 8 colors, and yellow for dark backgrounds with 8 colors.
23678
23679 * font-lock.el (font-lock-regexp-grouping-backslash):
23680 Don't inherit from escape-glyph (use bold for all cases).
23681
23682 * info.el (info-xref-visited): Use light foreground color `violet'
23683 for dark backgrounds instead of dark color `magenta3'.
23684 (info-title-1): Use `yellow' color for dark backgrounds.
23685
23686 * isearch.el (isearch): Use not-too-dark magenta3 instead of
23687 too-light magenta2.
23688
23689 * replace.el (match): Use slightly more light RoyalBlue3 instead
23690 of dark RoyalBlue4.
23691
23692 * wid-edit.el (widget-inactive): Inherit from `shadow'.
23693
23694 2005-07-19 Juanma Barranquero <lekktu@gmail.com>
23695
23696 * novice.el (disabled-command-hook): Declare it with
23697 `define-obsolete-variable-alias'.
23698
23699 * desktop.el (desktop-enable, desktop-buffer-modes-to-save)
23700 (desktop-buffer-misc-functions, desktop-buffer-handlers)
23701 (desktop-load-default): Add release to obsolescence info.
23702 (desktop-globals-to-clear, desktop-buffer-mode-handlers)
23703 (desktop-append-buffer-args, desktop-read):
23704 Fix typos in docstrings.
23705 (desktop-kill): Fix typo in message.
23706 (desktop-save): Doc fix.
23707
23708 2005-07-19 Michael Kifer <kifer@cs.stonybrook.edu>
23709
23710 * viper-cmd.el (viper-escape-to-state): Bug fix.
23711 (viper-envelop-ESC-key): Change the definition of fast
23712 keysequence so it'll work with keyboard macros.
23713
23714 * ediff.el (ediff-patch-buffer): Change the docstring.
23715
23716 2005-07-19 Kenichi Handa <handa@m17n.org>
23717
23718 * international/mule-cmds.el (select-safe-coding-system): Try to
23719 use an auto-coding (if any) before anything else. If the found
23720 auto-coding is invalid, show a warning message.
23721
23722 * international/mule.el (find-auto-coding): New function created
23723 by modifying the body of set-auto-coding.
23724 (set-auto-coding): Use find-auto-coding to find a coding.
23725
23726 2005-07-18 Richard M. Stallman <rms@gnu.org>
23727
23728 * allout.el (allout-isearch-expose): Use isearch-mode-end-hook-quit,
23729 not isearch-mode-end-hook-error.
23730 (allout-before-change-protect): Fix error message.
23731
23732 2005-07-18 Juri Linkov <juri@jurta.org>
23733
23734 * allout.el (allout-mode):
23735 * calculator.el (calculator-copy):
23736 * custom.el (custom-known-themes):
23737 * dired.el (dired-desktop-buffer-misc-data)
23738 (dired-restore-desktop-buffer):
23739 * dired-x.el (dired-omit-marker-char):
23740 * files.el (basic-save-buffer):
23741 * font-core.el (font-lock-mode):
23742 * calendar/calendar.el (calendar-goto-hebrew-date)
23743 (calendar-goto-coptic-date, calendar-goto-ethiopic-date)
23744 (calendar-goto-persian-date):
23745 * language/ethio-util.el (ethio-sera-to-fidel-region):
23746 * textmodes/picture.el (picture-mode):
23747 Delete duplicate duplicate words.
23748
23749 2005-07-18 Juri Linkov <juri@jurta.org>
23750
23751 * isearch.el (isearch-mode-map): Remove key bindings for regexp
23752 chars * ? } |.
23753 (isearch-fallback): Don't call `isearch-process-search-char'.
23754 (isearch-*-char, isearch-}-char, isearch-|-char): Remove functions.
23755 (isearch-process-search-char): Call `isearch-fallback' for regexp
23756 chars * ? } |.
23757 (isearch-return-char): Make obsolete with `make-obsolete' instead
23758 of simply documenting it as obsolete in the docstring.
23759 (isearch-fallback): Refill docstring.
23760
23761 * international/isearch-x.el
23762 (isearch-process-search-multibyte-characters): Remove unneeded
23763 `concat'. Add intermediate values to `junk-hist' instead of
23764 `minibuffer-history'. Test the length of `str'.
23765
23766 2005-07-18 Juanma Barranquero <lekktu@gmail.com>
23767
23768 * allout.el (allout-resolve-xref): Fix typos in error strings.
23769 (allout-before-change-protect): Remove unneeded `concat'.
23770
23771 * array.el (array-mode, array-reconfigure-rows)
23772 (untabify-backward): Fix typos in docstrings.
23773 (array-reconfigure-rows): Use `insert-buffer-substring', not
23774 `insert-buffer'.
23775
23776 * calendar/icalendar.el (icalendar--get-unfolded-buffer):
23777 * progmodes/ada-mode.el (ada-make-body):
23778 Use `insert-buffer-substring' and `goto-char', not `insert-buffer'.
23779
23780 * dired.el (dired-log):
23781 * tar-mode.el (tar-subfile-save-buffer):
23782 * play/zone.el (zone-pgm-stress-destress):
23783 Use `insert-buffer-substring', not `insert-buffer'.
23784
23785 2005-07-17 Simon Josefsson <jas@extundo.com>
23786
23787 * mail/smtpmail.el (smtpmail-auth-supported): Prefer PLAIN over LOGIN.
23788
23789 2005-07-16 Jose E. Marchesi <jemarch@gnu.org>
23790
23791 * lisp/mail/smtpmail.el (smtpmail-auth-supported):
23792 Add plain auth method.
23793 (smtpmail-try-auth-methods): Add AUTH PLAIN dialog.
23794
23795 2005-07-17 Kim F. Storm <storm@cua.dk>
23796
23797 * ido.el (dired-other-window): Add ido property.
23798
23799 2005-07-16 Juanma Barranquero <lekktu@gmail.com>
23800
23801 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
23802 Fix typo in docstring.
23803 (byte-compile-interactive-only-functions): Add `insert-buffer' and
23804 `insert-file-literally'.
23805
23806 * emacs-lisp/edebug.el (def-edebug-form-spec): Add obsolescence
23807 info and delete redundant message. Doc fix.
23808 (edebug-install-custom-print-funcs, edebug-reset-print-funcs)
23809 (edebug-uninstall-custom-print-funcs): Define as obsolete aliases.
23810
23811 2005-07-16 Richard M. Stallman <rms@gnu.org>
23812
23813 * emacs-lisp/bytecomp.el (byte-compile-and-recursion): New function.
23814 (byte-compile-and): Use byte-compile-and-recursion.
23815 (byte-compile-or-recursion): New function.
23816 (byte-compile-or): Use that.
23817 (byte-compile-if): Guard the else-clause too.
23818 (byte-compile-maybe-guarded): Handle (not (featurep 'emacs)).
23819
23820 * isearch.el (isearch-mode-end-hook-quit): New variable.
23821 (isearch-done): Bind it.
23822 (isearch-mode-end-hook): Doc fix.
23823
23824 * allout.el (allout-isearch-did-quit): Variable deleted.
23825 (allout-real-isearch-abort): Function name no longer used.
23826 (allout-mode): Do allout-enwrap-isearch whenever feature is wanted.
23827 (allout-isearch-rectification): isearch-mode always exists.
23828 Don't set allout-isearch-did-quit.
23829 (allout-isearch-expose): Check isearch-mode-end-hook-error, not
23830 allout-isearch-did-quit.
23831 (allout-enwrap-isearch): Just add the hook.
23832 (allout-isearch-abort): Function deleted.
23833 (allout-pre-command-business): Avoid warning.
23834
23835 * progmodes/pascal.el (pascal-outline-map): Use fboundp, not boundp.
23836 Correctly avoid warnings.
23837 (pascal-outline): Likewise.
23838
23839 * progmodes/f90.el (f90-abbrev-start): Avoid warning.
23840
23841 * progmodes/asm-mode.el (asm-comment): Use with-no-warnings.
23842
23843 * play/tetris.el (tetris-mode): Avoid warning.
23844
23845 * play/snake.el (snake-mode): Avoid warning.
23846
23847 * play/gamegrid.el (gamegrid-shared-game-dir): Add defvar.
23848 (gamegrid-set-display-table): Avoid warning.
23849 (gamegrid-set-timer): Likewise.
23850 (gamegrid-make-mono-tty-face): Use set-face-inverse-video-p.
23851 (gamegrid-add-score-with-update-game-score-1): Take FILE
23852 as argument.
23853 (gamegrid-add-score-with-update-game-score): Pass that argument.
23854 Rename have-shared-game-dir to gamegrid-shared-game-dir.
23855
23856 * net/eudc-hotlist.el (eudc-hotlist-mode): Avoid warnings.
23857
23858 * net/eudc-bob.el (eudc-jump-to-event): Avoid warning.
23859 (eudc-bob-display-jpeg, eudc-bob-can-display-inline-images): Likewise.
23860
23861 * mail/uce.el (uce-reply-to-uce): Replace beginning-of-buffer
23862 and insert-file.
23863
23864 * mail/supercite.el (sc-no-blank-line-or-header): Avoid warning.
23865 (sc-ask): Avoid warnings.
23866
23867 * eshell/em-hist.el (eshell-rebind-keys-alist): Add defvar.
23868 (eshell-hist-initialize): Use that var the natural way.
23869
23870 * emulation/viper-init.el (viper-activate-input-method): Avoid warning.
23871
23872 * emacs-lisp/re-builder.el (reb-cook-regexp):
23873 Avoid warning calling lre-compile-string.
23874 (reb-color-display-p): Avoid warning.
23875
23876 * calculator.el (calculator-last-input): Guard uses
23877 of event-key and key-press-event-p.
23878 (event-key, key-press-event-p): Delete definitions.
23879
23880 * emacs-lisp/find-gc.el (find-gc-unsafe-list)
23881 (find-gc-source-directory, find-gc-subrs-callers)
23882 (find-gc-noreturn-list, find-gc-source-files)
23883 (find-gc-subrs-called): Vars renamed and defvar'd.
23884
23885 * emacs-lisp/checkdoc.el (checkdoc-make-overlay)
23886 (checkdoc-overlay-put, checkdoc-delete-overlay)
23887 (checkdoc-overlay-start, checkdoc-overlay-end)
23888 (checkdoc-mode-line-update, checkdoc-char=):
23889 Define such that compiler knows they are defined.
23890 (checkdoc-call-eval-buffer): Delete. Use eval-buffer directly.
23891 (checkdoc-read-event): Delete. Use read-event directly.
23892
23893 * whitespace.el (whitespace-make-overlay)
23894 (whitespace-overlay-put, whitespace-delete-overlay)
23895 (whitespace-overlay-start, whitespace-overlay-end):
23896 Define such that compiler knows they are defined.
23897 (whitespace): Move conditional inside.
23898
23899 * tempo.el (tempo-insert-template): Suppress warning.
23900
23901 * ediff-diff.el (longlines-mode): Add defvar.
23902
23903 2005-07-16 Gary Howell <g1howell-list@yahoo.com> (tiny change)
23904
23905 * server.el: Bind "C-x #" in a way that works even if C-x is
23906 redefined to a command key, not a prefix key.
23907
23908 2005-07-16 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net> (tiny change)
23909
23910 * emacs-lisp/cl-macs.el (cl-make-type-test): Defer evaluation of
23911 cl-make-type-test till execution time.
23912
23913 2005-07-16 Markus Rost <rost@math.uni-bielefeld.de>
23914
23915 * dired-x.el (dired-do-relsymlink-regexp): Add missing optional
23916 arg ARG and use it.
23917
23918 2005-07-16 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net> (tiny change)
23919
23920 * emacs-lisp/cl-macs.el (cl-make-type-test): Add `atom' type.
23921
23922 2005-07-15 Luc Teirlinck <teirllm@auburn.edu>
23923
23924 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
23925 a defcustom with two :set or :type keywords.
23926
23927 2005-07-15 Richard M. Stallman <rms@gnu.org>
23928
23929 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
23930 Don't give ^M comment-end syntax.
23931
23932 2005-07-16 Nick Roberts <nickrob@snap.net.nz>
23933
23934 * progmodes/gdb-ui.el (gdb-var-update, gdb-var-update-handler):
23935 Don't consider gdbmi (gdb-mi.el has its own update functions).
23936 (gdb-var-delete): Make it work for gdbmi as well.
23937 (gdb-speedbar-expand-node): Move var-update here for gdbmi.
23938
23939 * progmodes/gud.el (etags, sdb): Only require etags when needed.
23940 (gud-speedbar-menu-items): Correct logic for enabling items.
23941
23942 2005-07-15 Kim F. Storm <storm@cua.dk>
23943
23944 * ido.el: Fix commentary.
23945 (ido-define-mode-map): Move ido-next-work-file to C-M-o.
23946 Use with-no-warnings around ffap-guesser.
23947 (ido-file-internal, ido-read-file-name, ido-read-directory-name):
23948 Let bind minibuffer-completing-file-name to t.
23949
23950 2005-07-15 Juanma Barranquero <lekktu@gmail.com>
23951
23952 * startup.el (site-run-file, keyboard-type): Doc fixes.
23953 (command-line): Check for "--basic-display" argument; also for
23954 "--quick", not "--bare-bones" (which was renamed).
23955 (fancy-splash-text): Add missing item "Getting New Versions".
23956 (normal-splash-screen): Fix typos and improve consistency with
23957 `fancy-splash-text'. Update copyright year.
23958
23959 * hexl.el (hexl-mode-map): Recognize also `ehelp-command' as a
23960 valid binding for `help-char'.
23961
23962 * emacs-lisp/derived.el (derived-mode-hook-name): Doc fix.
23963
23964 2005-07-14 Dan Nicolaescu <dann@ics.uci.edu>
23965
23966 * term.el (term-mode): Disable cua-mode for term buffers.
23967
23968 2005-07-14 Juanma Barranquero <lekktu@gmail.com>
23969
23970 * add-log.el (add-log-mailing-address, change-log-merge):
23971 Doc fixes.
23972 (change-log-get-method-definition): Fix typo in docstring.
23973
23974 2005-07-14 Kim F. Storm <storm@cua.dk>
23975
23976 * emulation/cua-base.el:
23977 (cua--pre-command-handler-1, cua--pre-command-handler)
23978 (cua--post-command-handler-1, cua--post-command-handler):
23979 Split in two. Check (buffer local) value of cua-mode.
23980 (cua-selection-mode): New command.
23981
23982 2005-07-13 Luc Teirlinck <teirllm@auburn.edu>
23983
23984 * custom.el (custom-initialize-safe-set)
23985 (custom-initialize-safe-default): Doc fixes.
23986
23987 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
23988 and simplify :init-value again.
23989
23990 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
23991 and simplify :init-value again. Delete autoload.
23992
23993 * startup.el (command-line): Use `custom-reevaluate-setting' again
23994 for tooltip-mode.
23995
23996 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
23997 a defcustom with two :initialize keywords.
23998
23999 2005-07-13 Juanma Barranquero <lekktu@gmail.com>
24000
24001 * allout.el (my-mark-marker, allout-isearch-prior-pos)
24002 (allout-unprotected, allout-undo-aggregation, allout-snug-back)
24003 (allout-post-command-business, allout-flag-region)
24004 (isearch-reenable-font-lock, allout-yank)
24005 (allout-insert-latex-header, allout-insert-latex-trailer)
24006 (allout-latex-verbatim-quote-curr-line, allout-latexify-exposed)
24007 (allout-latex-verb-quote): Fix typos in docstrings.
24008 (allout-enwrap-isearch, regexp-sans-escapes): Doc fixes.
24009 (allout-unprotected, allout-prefix-data):
24010 Improve argument/docstring consistency.
24011 (allout-chart-subtree): Fix argument spec.
24012 (allout-open-topic): Rename `use_sib_bullet' argument to
24013 `use-sib-bullet'. Doc fix.
24014
24015 * whitespace.el (whitespace-check-buffer-leading)
24016 (whitespace-check-buffer-trailing)
24017 (whitespace-check-buffer-indent)
24018 (whitespace-check-buffer-spacetab)
24019 (whitespace-check-buffer-ateol, whitespace-highlighted-space)
24020 (whitespace-check-leading-whitespace)
24021 (whitespace-check-trailing-whitespace)
24022 (whitespace-check-spacetab-whitespace)
24023 (whitespace-check-indent-whitespace)
24024 (whitespace-check-ateol-whitespace, whitespace-abort-on-error)
24025 (whitespace-modes): Fix typos in docstrings.
24026 (defgroup, defcustom): Doc fixes.
24027
24028 * winner.el (winner-mode, winner-boring-buffers)
24029 (winner-pending-undo-ring): Doc fixes.
24030 (winner-ring): Remove unneeded `progn'.
24031 (winner-equal): `defsubst' it.
24032 (winner-redo): Fix message.
24033
24034 2005-07-13 Kim F. Storm <storm@cua.dk>
24035
24036 * simple.el (line-move-1): Always use vertical-motion to
24037 do the last (or only) line move to ensure some movement.
24038 Undo 2005-06-23 change--don't check for overlays.
24039
24040 2005-07-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
24041
24042 * term/mac-win.el (ccl-encode-mac-roman-font)
24043 (ccl-encode-mac-centraleurroman-font)
24044 (ccl-encode-mac-cyrillic-font, ccl-encode-mac-symbol-font):
24045 (ccl-encode-mac-dingbats-font): Remove check for ASCII.
24046 Change charset-id boundary of dimension to ?\xef.
24047 (mac-char-fontspec-list): New constant.
24048 (fontset-add-mac-fonts): Use it. Accept non-string `base-family'
24049 argument. Nil uses itself as family in font-spec. Previous
24050 behavior for nil is now provided by non-nil non-string argument.
24051 All callers changed. Add font-specs for Mac fonts to
24052 "fontset-default" unless iso8859-1 fonts are installed.
24053
24054 2005-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
24055
24056 * progmodes/sh-script.el (sh-get-indent-info): Only indent
24057 a continuation line if the \ is preceded by SPC or TAB.
24058 (sh-get-indent-info): Simplify.
24059 (sh-mark-init, sh-learn-buffer-indent, sh-add-completer):
24060 Use with-current-buffer.
24061
24062 * font-lock.el (font-lock-fontify-keywords-region): Avoid inf-loops
24063 when the matched text is empty.
24064
24065 2005-07-12 Luc Teirlinck <teirllm@auburn.edu>
24066
24067 * startup.el (command-line): Revert to previous handling of
24068 tooltip-mode. Explain in comment why the complexity is needed.
24069
24070 * tooltip.el (tooltip-mode): Revert to previous implementation of
24071 its defcustom.
24072
24073 * frame.el (blink-cursor-mode): Revert to previous implementation
24074 of its defcustom. Update comment.
24075
24076 2005-07-12 Lars Hansen <larsh@soem.dk>
24077
24078 * desktop.el: Update e-mail address.
24079
24080 2005-07-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
24081
24082 * term/mac-win.el (mac-services-mail-selection)
24083 (mac-services-mail-to): New functions.
24084 (mac-application-menu-map): Bind them.
24085
24086 2005-07-12 wulei <milton@wulei.net> (tiny change)
24087
24088 * progmodes/gdb-ui.el: Add note about buffering with Windows.
24089
24090 2005-07-11 Luc Teirlinck <teirllm@auburn.edu>
24091
24092 * custom.el (custom-reevaluate-setting): Doc fix.
24093
24094 2005-07-11 Jay Belanger <belanger@truman.edu>
24095
24096 * calc/calc.el (calc-embedded-announce-formula-alist)
24097 (calc-embedded-open-close-plain-alist)
24098 (calc-embedded-open-close-mode-alist): Add checks for additional
24099 major modes (due to Robert J. Chassell <bob@rattlesnake.com>).
24100
24101 2005-07-11 Juanma Barranquero <lekktu@gmail.com>
24102
24103 * custom.el (custom-enable-theme): Don't add theme to
24104 `custom-enabled-themes' with `push' because there is no
24105 setf-method for `delq'.
24106
24107 2005-07-11 Richard M. Stallman <rms@gnu.org>
24108
24109 * custom.el (custom-declare-variable): Doc fix.
24110
24111 * dired-aux.el (dired-compare-directories): Remove "." and ".."
24112 from the alists.
24113
24114 * emacs-lisp/edebug.el (edebug-slow-after, edebug-slow-before):
24115 Do nothing if edebug-active.
24116
24117 * emacs-lisp/edebug.el (edebug-enter): Don't with-timeout-suspend here.
24118 (edebug-display): Do it here instead.
24119
24120 2005-07-10 Richard M. Stallman <rms@gnu.org>
24121
24122 * cus-face.el (custom-theme-set-faces): Make it work.
24123 (custom-reset-faces): Doc fix.
24124 (custom-theme-reset-internal-face, custom-theme-face-value):
24125 Functions deleted.
24126
24127 * custom.el (custom-push-theme): Maintain list of the settings
24128 of a given theme in its theme-settings property.
24129 Maintain position of old settings in the theme-value
24130 or theme-face property.
24131 (custom-enabled-themes): New variable.
24132 (custom-theme-enabled-p): New function.
24133 (provide-theme): Update custom-enabled-themes.
24134 Disable and reenable the `user' theme.
24135 (require-theme): Doc fix.
24136 (custom-do-theme-reset, custom-remove-theme): Functions deleted.
24137 (custom-theme-value, custom-theme-variable-value): Likewise.
24138 (custom-theme-reset-internal): Likewise.
24139 (custom-theme-load-themes): Fix bugs and use custom-disable-theme.
24140 (custom-enable-theme, custom-disable-theme): New functions.
24141 (custom-variable-theme-value, custom-face-theme-value): Likewise.
24142 (custom-theme-recalc-variable, custom-theme-recalc-face): Likewise.
24143 (custom-theme-reset-variables): Simplify.
24144 (deftheme, custom-declare-theme, custom-make-theme-feature):
24145 Definitions moved.
24146
24147 2005-07-10 Chong Yidong <cyd@stupidchicken.com>
24148
24149 * longlines.el (longlines-show-region)
24150 (longlines-unshow-hard-newlines): Recognize hard newlines by
24151 non-nil hard property, instead of t.
24152
24153 2005-07-10 Michael Kifer <kifer@cs.stonybrook.edu>
24154
24155 * viper-cmd.el (viper--key-maps): New variable.
24156 (viper-normalize-minor-mode-map-alist): Use viper--key-maps and
24157 emulation-mode-map-alists.
24158 (viper-envelop-ESC-key): Use viper-subseq.
24159 (viper-search-forward/backward/next): Disable debug-on-error.
24160
24161 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
24162 (viper-ESC-key): New defcustoms.
24163
24164 * viper-macs.el (ex-map-read-args): Use viper-subseq.
24165
24166 * viper-util.el (viper-key-to-emacs-key): Use viper-subseq.
24167 (viper-subseq): Copy of subseq from cl.el.
24168
24169 * viper.el (viper-go-away, viper-set-hooks): Use
24170 emulation-mode-map-alists, advise self-insert-command, add-minor-mode.
24171
24172 * viper-mous.el (viper-current-frame-saved): Use defvar.
24173
24174 * viper-init.el: Get rid of -face in face names.
24175
24176 * ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3):
24177 Make it work with longlines mode
24178
24179 * ediff-mult.el (ediff-meta-mode-hook): New variable.
24180
24181 * ediff-ptch.el (ediff-file-name-sans-prefix): Quote regexp.
24182
24183 * ediff-init.el: Get rid of -face in face names.
24184
24185 2005-07-10 Richard M. Stallman <rms@gnu.org>
24186
24187 * emacs-lisp/edebug.el (edebug-enter): Call with-timeout-suspend
24188 and with-timeout-unsuspend.
24189
24190 * emacs-lisp/debug.el (debug): Call with-timeout-suspend
24191 and with-timeout-unsuspend.
24192
24193 * emacs-lisp/timer.el (with-timeout-timers): New variable.
24194 (with-timeout): Bind that variable to record timers.
24195 (with-timeout-suspend, with-timeout-unsuspend): New functions.
24196
24197 * emacs-lisp/debug.el (debug-help-follow): New function.
24198 (debugger-mode-map): Use that instead of help-follow.
24199 (debugger-setup-buffer): Use eval-buffer-list
24200 to handle eval-buffer frames.
24201
24202 2005-07-10 N. Raghavendra <raghu@mri.ernet.in> (tiny change)
24203
24204 * timezone.el (timezone-parse-date): Change first regexp
24205 so it will not mistakenly match dates with no time zone.
24206
24207 2005-07-10 Jeff Dwork <jeff.dwork@amd.com> (tiny change)
24208
24209 * facemenu.el (facemenu-read-color): Do case-insensitive matching.
24210
24211 2005-07-10 Luc Teirlinck <teirllm@auburn.edu>
24212
24213 * custom.el (custom-initialize-safe-set)
24214 (custom-initialize-safe-default): New functions.
24215
24216 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
24217 and simplify :init-value.
24218
24219 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
24220 and simplify :init-value. Delete obsolete comment.
24221
24222 * startup.el (command-line): Use `custom-reevaluate-setting' to
24223 handle `tooltip-mode'. Delete obsolete comment.
24224
24225 * files.el (set-visited-file-name): Avoid calling
24226 `file-name-nondirectory' with a nil argument.
24227
24228 2005-07-09 Richard M. Stallman <rms@gnu.org>
24229
24230 * emacs-lisp/debug.el (debugger-setup-buffer): When eval-buffer
24231 was called with nil for the buffer, handle the read position right.
24232 Handle read position for eval-region, too.
24233
24234 2005-07-09 Juri Linkov <juri@jurta.org>
24235
24236 * fringe.el (fringe-mode): Add period in docstring.
24237 (fringe-query-style): Build prompt depending on `all-frames' arg.
24238
24239 * dired.el (dired-marker-char): Avoid quotations for `do' and `mark'
24240 to not create links to unrelated functions in the Help buffer.
24241
24242 * progmodes/compile.el (compilation-mode-hook, compilation-mode):
24243 Doc fix.
24244
24245 * simple.el (next-error-hook): New variable.
24246 (next-error): Use it. Doc fix.
24247
24248 * textmodes/ispell.el (ispell-command-loop): Add current
24249 dictionary name and program name to mode-line-format.
24250 (ispell-region, ispell-process-line): Add current dictionary name
24251 and program name to messages.
24252
24253 2005-07-08 Jay Belanger <belanger@truman.edu>
24254
24255 * calc/calc.el (calc-embedded-announce-formula-alist)
24256 (calc-embedded-open-close-formula-alist)
24257 (calc-embedded-open-close-word-alist)
24258 (calc-embedded-open-close-plain-alist)
24259 (calc-embedded-open-close-new-formula-alist)
24260 (calc-embedded-open-close-mode-alist)
24261 (calc-embedded-new-buffer-hook, calc-embedded-new-formula-hook)
24262 (calc-embedded-mode-hook): New variables.
24263
24264 * calc/calc-embed.el (calc-embedded-firsttime)
24265 (calc-embedded-firsttime-buf, calc-embedded-firsttime-formula):
24266 New variables.
24267 (calc-do-embedded): Use calc-embedded-firsttime,
24268 calc-embedded-firsttime-buf and calc-embedded-firsttime-formula to
24269 determine whether or not to run hooks.
24270 (calc-embedded-make-info) Set calc-embedded-firsttime-buf and
24271 calc-embedded-firsttime-formula appropriately.
24272 Set calc-embedded delimiter variables according to mode.
24273
24274 2005-07-08 Richard M. Stallman <rms@gnu.org>
24275
24276 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-list):
24277 Check for "emacs", etc., as entire symbol, not just as word.
24278 (checkdoc-file-comments-engine): Use regexp-quote on FN.
24279
24280 * files.el (set-visited-file-name): Report the error
24281 for "empty filename" earlier.
24282 (kill-some-buffers): Ignore buffers already dead.
24283
24284 * fringe.el (fringe-mode): Doc fix.
24285
24286 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
24287 Check for (featurep 'xemacs) and turn off warnings in what it guards.
24288 Use unwind-protect to ensure byte-compile-unresolved-functions
24289 is updated.
24290
24291 * whitespace.el (whitespace-buffer-leading-cleanup):
24292 Simplify w/ skip-chars-forward.
24293 (whitespace-buffer-trailing-cleanup): Simplify w/ skip-chars-backward.
24294
24295 * mail/rmail.el (rmail-only-expunge): Fix paren error.
24296 Unconditionally try to leave point at the same old place.
24297
24298 2005-07-08 Ralf Angeli <angeli@iwi.uni-sb.de> (tiny change)
24299
24300 * comint.el (comint-postoutput-scroll-to-bottom)
24301 (comint-show-maximum-output): Take scroll-margin into consideration.
24302
24303 2005-07-08 Kim F. Storm <storm@cua.dk>
24304
24305 * ido.el (ido-use-filename-at-point): New choice `guess'.
24306 (ido-file-internal): Try ffap-guesser if selected.
24307
24308 * ido.el (ido-before-fallback-functions): New hook.
24309 (ido-buffer-internal, ido-file-internal, ido-read-buffer)
24310 (ido-read-file-name): Run it.
24311
24312 2005-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
24313
24314 * progmodes/hideif.el (hide-ifdef-use-define-alist): Pass a list of
24315 strings rather than a list of symbols to the completion function.
24316
24317 2005-07-07 Jay Belanger <belanger@truman.edu>
24318
24319 * calc/calc-units.el (math-apply-units): Change the places in
24320 which units are simplified.
24321
24322 2005-07-07 Luc Teirlinck <teirllm@auburn.edu>
24323
24324 * cus-edit.el (customize-option, customize-option-other-window):
24325 Make them handle aliases.
24326
24327 * custom.el (custom-variable-p): Make it recursively follow
24328 aliases. Mention that in the docstring.
24329
24330 2005-07-07 Richard M. Stallman <rms@gnu.org>
24331
24332 * cus-start.el (exec-path): Use `directory' instead of `file'.
24333 Fix tag for nil.
24334
24335 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
24336
24337 * replace.el (occur-rename-buffer): Use `generate-new-buffer' also
24338 when called non-interactively. Doc fix.
24339
24340 2005-07-07 Lute Kamstra <lute@gnu.org>
24341
24342 * elide-head.el (elide-head-headers-to-hide): Recognize the FSF's
24343 new address as well.
24344
24345 2005-07-07 Kenichi Handa <handa@m17n.org>
24346
24347 * international/mule.el (make-coding-system):
24348 Describe `ascii-incompatible' property in the docstring.
24349 (set-file-name-coding-system): Signal an error if coding-system is
24350 ascii-incompatible.
24351 (set-keyboard-coding-system): Likewise.
24352
24353 * international/mule-cmds.el (set-default-coding-systems):
24354 Don't set default-file-name-coding-system and
24355 default-keyboard-coding-system if coding-system is ASCII-incompatible.
24356
24357 * international/utf-16.el: Declare that all UTF-16-based coding
24358 systems are ASCII-incompatible.
24359
24360 2005-07-07 Nick Roberts <nickrob@snap.net.nz>
24361
24362 * progmodes/gud.el: Require font-lock for displaying errors.
24363 Used by gdb-ui.el.
24364
24365 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
24366
24367 * hi-lock.el (hi-lock-find-patterns): Protect also against invalid
24368 values for the pattern lists which are `read'able but not
24369 `append'able (like symbols).
24370
24371 2005-07-06 Richard M. Stallman <rms@gnu.org>
24372
24373 * progmodes/flymake.el (flymake-float-time): Instead of
24374 with-no-warnings, test for XEmacs.
24375 (flymake-replace-regexp-in-string): Test fboundp of replace-in-string
24376 to avoid warning.
24377
24378 2005-07-06 Juanma Barranquero <lekktu@gmail.com>
24379
24380 * w32-vars.el (w32-fixed-font-alist): Fix typo in `defcustom' tag.
24381
24382 2005-07-05 Lute Kamstra <lute@gnu.org>
24383
24384 * battery.el: Add support for Darwin (with much debugging help
24385 from Samuel Lauber <sam124@operamail.com>).
24386 (battery-status-function, battery-echo-area-format)
24387 (battery-mode-line-format): Add support for pmset on Darwin.
24388 (battery-load-low, battery-load-critical): New user options.
24389 (battery-pmset): New function.
24390
24391 2005-07-05 Lute Kamstra <lute@gnu.org>
24392
24393 Update FSF's address in GPL notices.
24394
24395 * textmodes/page-ext.el: Update FSF's address.
24396
24397 2005-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
24398
24399 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Prevent adaptive
24400 filling from using prefix when filling a single-line docstring.
24401
24402 * progmodes/flymake.el: Remove useless eval-when-compile.
24403
24404 * arc-mode.el (archive-lzh-ogm): Reorder save excursion/restriction.
24405
24406 2005-07-04 Richard M. Stallman <rms@gnu.org>
24407
24408 * textmodes/org.el (org-file-apps-defaults-gnu):
24409 Rename from org-file-apps-defaults-linux.
24410 (org-default-apps): Don't test system-type for `linux'.
24411 (org-file-apps): Doc fix.
24412
24413 2005-07-04 David Ponce <david@dponce.com>
24414
24415 * tree-widget.el: Improve header Commentary section.
24416 (tree-widget) [defgroup]
24417 (tree-widget-image-enable, tree-widget-themes-directory)
24418 (tree-widget-theme, tree-widget-image-properties-emacs)
24419 (tree-widget-image-properties-xemacs, tree-widget-create-image)
24420 (tree-widget-image-formats, tree-widget-control)
24421 (tree-widget-empty-control, tree-widget-leaf-control
24422 (tree-widget-guide, tree-widget-end-guide, tree-widget-no-guide)
24423 (tree-widget-handle, tree-widget-no-handle, tree-widget-p)
24424 (tree-widget-keep, tree-widget-after-toggle-functions)
24425 (tree-widget-open-node, tree-widget-close-node): Doc fix.
24426 (tree-widget-open-control, tree-widget-close-control): Fix doc and
24427 :help-echo message.
24428 (tree-widget-set-theme): Doc fix. Use `string-equal'.
24429 (tree-widget-image-properties): Doc fix. Clearer implementation.
24430 (tree-widget--cursors): New constant.
24431 (tree-widget-lookup-image): New function split from
24432 `tree-widget-find-image'. Clearer implementation.
24433 (tree-widget-find-image): Use it.
24434 (tree-widget-button-keymap): Use `set-keymap-parent'.
24435 (tree-widget) [define-widget]: Use `widget-children-value-delete'.
24436 Define the sub-widgets here.
24437 (tree-widget-node): Check that :node is not a tree-widget.
24438 (tree-widget-get-super, tree-widget-open-control)
24439 (tree-widget-close-control, tree-widget-empty-control)
24440 (tree-widget-leaf-control, tree-widget-guide)
24441 (tree-widget-end-guide, tree-widget-no-guide, tree-widget-handle)
24442 (tree-widget-no-handle, tree-widget-value-delete)
24443 (tree-widget-map): Remove.
24444 (tree-widget-children-value-save): Doc fix. Simplified.
24445 (tree-widget-value-create): Update according to previous changes.
24446
24447 2005-07-04 Carsten Dominik <dominik@science.uva.nl>
24448
24449 * textmodes/org.el: Leading space replaced by TABS.
24450 (org-recalc-marks, org-table-rotate-recalc-marks)
24451 (org-table-get-specials): Treat "^" and "_" marks.
24452 (org-table-justify-field-maybe): Optional argument NEW.
24453 (org-table-eval-formula): Parsing of the format simplified.
24454 New modes C,I. Honor the %= parameter in the current table.
24455 Avoid unnecessary re-align by using the NEW argument to
24456 `org-table-justify-field-maybe'.
24457 (org-calc-default-modes): Default for date-format mimicks org-mode.
24458 (org-agenda, org-timeline): Quote argument in org-agenda-redo-command.
24459
24460 2005-07-03 Luc Teirlinck <teirllm@auburn.edu>
24461
24462 * cus-face.el (custom-theme-set-faces): Make it handle face
24463 aliases whose alias declarations are pre- or autoloaded.
24464
24465 2005-07-04 Juri Linkov <juri@jurta.org>
24466
24467 * faces.el (read-face-name): Put the code for getting a face name
24468 from the buffer before adding the faces from the `face' property.
24469 Use `completing-read-multiple' instead of `completing-read'.
24470 Require `crm'. Add default value and post-process the returned
24471 list of faces.
24472
24473 * emacs-lisp/crm.el (crm-find-current-element)
24474 (crm-minibuffer-complete-and-exit): Handle minibuffer prompt.
24475
24476 * emacs-lisp/lisp-mode.el (eval-defun-1):
24477 * emacs-lisp/edebug.el (edebug-eval-defun):
24478 Remove unnecessary quotes.
24479
24480 2005-07-04 Juanma Barranquero <lekktu@gmail.com>
24481
24482 * progmodes/prolog.el (prolog-eof-string): Doc fixes.
24483 (prolog-indent-level): Fix typo in docstring.
24484
24485 * info.el (Info-history, Info-history-forward)
24486 (Info-history-list, Info-speedbar-fetch-file-nodes): Doc fixes.
24487
24488 * add-log.el (add-change-log-entry):
24489 * comint.el (comint-dynamic-list-input-ring)
24490 (comint-dynamic-list-completions):
24491 * dabbrev.el (dabbrev-expand):
24492 * delim-col.el (delimit-columns-rectangle-line):
24493 * diff-mode.el (diff-context->unified, diff-reverse-direction)
24494 (diff-unified->context):
24495 * ediff-init.el (ediff-abbrev-jobname):
24496 * ediff-mult.el (ediff-replace-session-status-in-meta-buffer)
24497 (ediff-replace-session-activity-marker-in-meta-buffer):
24498 * info.el (Info-summary):
24499 * lpr.el (printify-region):
24500 * printing.el (pr-create-interface):
24501 * ps-print.el (ps-print-quote):
24502 * ses.el (ses-column-widths, ses-print-cell)
24503 (ses-adjust-print-width, ses-center):
24504 * shell.el (shell-file-name-quote-list):
24505 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke)
24506 (strokes-fill-current-buffer-with-whitespace)
24507 (strokes-xpm-for-stroke, strokes-list-strokes)
24508 (strokes-xpm-char-bit-p, strokes-xpm-for-compressed-string):
24509 * term.el (term-dynamic-list-input-ring)
24510 (term-dynamic-list-completions):
24511 * calc/calc.el (math-format-stack-value):
24512 * emacs-lisp/edebug.el (edebug-display-freq-count):
24513 * progmodes/delphi.el (delphi-indent-line, delphi-fill-comment)
24514 (delphi-new-comment-line):
24515 * progmodes/ebnf2ps.el (ebnf-eps-filename, ebnf-trim-right):
24516 * progmodes/executable.el (executable-set-magic):
24517 * progmodes/python.el (inferior-python-mode):
24518 * progmodes/scheme.el (scheme-mode-syntax-table):
24519 * progmodes/sh-script.el (sh-maybe-here-document):
24520 * progmodes/sql.el (sql-copy-column):
24521 * progmodes/tcl.el (tcl-comment-indent, tcl-quote):
24522 * textmodes/bibtex.el (bibtex-mode):
24523 * textmodes/sgml-mode.el (html-imenu-index, sgml-attributes)
24524 (sgml-auto-attributes):
24525 * textmodes/table.el (table-insert, table-shorten-cell)
24526 (table--generate-source-scan-lines, table-delete-row)
24527 (*table--cell-delete-char, table--spacify-frame)
24528 (table--horizontally-shift-above-and-below)
24529 (table--cell-insert-char, table--cell-blank-str)
24530 (table--fill-region-strictly):
24531 * textmodes/tex-mode.el (tex-insert-quote, latex-find-indent):
24532 * textmodes/texinfo.el (texinfo-insert-quote): "?\ " -> "?\s".
24533
24534 * add-log.el (change-log):
24535 * apropos.el (apropos):
24536 * comint.el (comint-completion, comint-source):
24537 * dabbrev.el (dabbrev):
24538 * delim-col.el (columns):
24539 * diff-mode.el (diff-mode):
24540 * ediff.el (ediff):
24541 * ediff-diff.el (ediff-diff):
24542 * ediff-init.el (ediff-highlighting, ediff-merge, ediff-hook):
24543 * ediff-mult.el (ediff-mult):
24544 * ediff-ptch.el (ediff-ptch):
24545 * ediff-wind.el (ediff-window):
24546 * facemenu.el (facemenu):
24547 * indent.el (indent):
24548 * info.el (info):
24549 * jka-cmpr-hook.el (compression, jka-compr):
24550 * lpr.el (lpr):
24551 * outline.el (outlines):
24552 * pcmpl-cvs.el (pcmpl-cvs):
24553 * pcmpl-rpm.el (pcmpl-rpm):
24554 * printing.el (printing):
24555 * ps-print.el (postscript, ps-print, ps-print-horizontal)
24556 (ps-print-vertical, ps-print-headers, ps-print-font)
24557 (ps-print-color, ps-print-face, ps-print-n-up, ps-print-zebra)
24558 (ps-print-background, ps-print-printer, ps-print-page)
24559 (ps-print-miscellany):
24560 * ses.el (ses):
24561 * shell.el (shell, shell-directories, shell-faces):
24562 * startup.el (initialization):
24563 * strokes.el (strokes):
24564 * term.el (term):
24565 * uniquify.el (uniquify):
24566 * w32-vars.el (w32):
24567 * calc/calc.el (calc):
24568 * emacs-lisp/bytecomp.el (bytecomp):
24569 * emacs-lisp/cl-indent.el (lisp-indent):
24570 * emacs-lisp/edebug.el (edebug):
24571 * emacs-lisp/elp.el (elp):
24572 * emacs-lisp/testcover.el (testcover):
24573 * emacs-lisp/trace.el (trace):
24574 * emulation/viper-ex.el (viper-ex):
24575 * emulation/viper-mous.el (viper-mouse):
24576 * mail/mailalias.el (mailalias):
24577 * mail/supercite.el (supercite, supercite-frames)
24578 (supercite-attr, supercite-cite, supercite-hooks):
24579 * net/rcompile.el (remote-compile):
24580 * net/rlogin.el (rlogin):
24581 * obsolete/ooutline.el (outlines):
24582 * progmodes/delphi.el (delphi):
24583 * progmodes/ebnf2ps.el (postscript, ebnf2ps, ebnf-special)
24584 (ebnf-except, ebnf-repeat, ebnf-terminal, ebnf-non-terminal)
24585 (ebnf-production, ebnf-shape, ebnf-displacement, ebnf-syntactic)
24586 (ebnf-optimization):
24587 * progmodes/etags.el (etags):
24588 * progmodes/executable.el (executable):
24589 * progmodes/idlwave.el (idlwave):
24590 * progmodes/pascal.el (pascal):
24591 * progmodes/prolog.el (prolog):
24592 * progmodes/python.el (python):
24593 * progmodes/scheme.el (scheme):
24594 * progmodes/sh-script.el (sh, sh-script):
24595 * progmodes/sql.el (SQL):
24596 * progmodes/tcl.el (tcl):
24597 * textmodes/bibtex.el (bibtex, bibtex-autokey):
24598 * textmodes/enriched.el (enriched):
24599 * textmodes/makeinfo.el (makeinfo):
24600 * textmodes/sgml-mode.el (sgml):
24601 * textmodes/table.el (table-hooks):
24602 * textmodes/tex-mode.el (tex-file, tex-run, tex-view):
24603 * textmodes/texinfo.el (texinfo):
24604 * textmodes/two-column.el (two-column):
24605 Finish `defgroup' description with period.
24606
24607 * emacs-lisp/cl-indent.el (lisp-indent-maximum-backtracking):
24608 * eshell/esh-var.el (eshell-var):
24609 * progmodes/vhdl-mode.el (vhdl-testbench):
24610 * textmodes/org.el (org): Fix typos in docstrings.
24611
24612 * emacs-lisp/timer.el (with-timeout): Improve argument/docstring
24613 consistency.
24614
24615 * progmodes/flymake.el (flymake-find-file): Remove.
24616 (flymake-float-time): Use `with-no-warnings'.
24617 (flymake-check-start-time, flymake-check-was-interrupted)
24618 (flymake-err-info, flymake-is-running, flymake-last-change-time)
24619 (flymake-new-err-info): `defvar' at compile time.
24620
24621 2005-07-03 Juanma Barranquero <lekktu@gmail.com>
24622
24623 * replace.el (occur-hook): Doc fix.
24624 (occur-1): Don't call `occur-hook' if there are no matches.
24625
24626 2005-07-03 Richard M. Stallman <rms@gnu.org>
24627
24628 * emulation/tpu-edt.el (tpu-original-global-map): Don't copy
24629 global-map, save the same map.
24630 (global-map): Don't alter it at top level.
24631 (tpu-edt-on): Save global map in tpu-original-global-map, then copy.
24632 Then alter it here instead.
24633 (tpu-edt-off): Set global-map to the saved one.
24634
24635 * emulation/tpu-edt.el (tpu-emacs19-p): Var deleted.
24636 All references simplified.
24637 (tpu-lucid-emacs-p): Rename from tpu-lucid-emacs19-p. Uses changed.
24638 (zmacs-regions): Add defvar.
24639 (repeat-complex-command-map): Everything about that deleted.
24640
24641 * textmodes/artist.el (artist-key-is-drawing)
24642 (artist-key-endpoint1, artist-key-poly-point-list)
24643 (artist-key-shape, artist-key-draw-how, artist-popup-menu-table)
24644 (artist-key-compl-table, artist-rb-save-data)
24645 (artist-arrow-point-1, artist-arrow-point-2): Move defvars up.
24646 Don't put them in eval-when-compile.
24647 (artist-set-arrow-points-for-poly): Use `last', not `artist-last'.
24648
24649 * progmodes/ebrowse.el (ebrowse-revert-tree-buffer-from-file):
24650 Use with-no-warnings.
24651
24652 * net/browse-url.el (dos-windows-version): Add defvar.
24653
24654 * mail/supercite.el (filladapt-prefix-table): Add defvar.
24655
24656 * mail/rmailsum.el (rmail-summary-redo): Add defvar.
24657 (rmail-summary-mode-map, rmail-summary-overlay): Defvars moved up.
24658 (rmail-new-summary-line-count): Rename from new-summary-line-count.
24659 Add defvar.
24660 (rmail-summary-beginning-of-message): Use with-no-warnings.
24661 (rmail-summary-first-message, rmail-summary-last-message): Likewise.
24662
24663 * emulation/vip.el (vip-replace-string, ex-map, ex-read):
24664 Use with-no-warnings.
24665
24666 * emulation/vi.el (vi-mark-region): Use c-mark-function.
24667 (c-mark-function): Add point-moving-unit property.
24668 (vi-goto-line): Use with-no-warnings.
24669
24670 * emulation/edt.el (edt-last-copied-word): Add defvar.
24671 (zmacs-region-stays): Likewise.
24672 (edt-mark-section-wisely): Use c-mark-function for C.
24673 Use makr-defun for Fortran.
24674 (time-string): defvar deleted.
24675 (edt-display-the-time): Don't set time-string.
24676
24677 * emacs-lisp/macroexp.el (macroexp-accumulate): Rename arg to var+list.
24678
24679 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
24680 Don't warn when name is not constant
24681 or for defining the group `emacs'.
24682
24683 * tooltip.el (gud-tooltip-mode): Add defvar.
24684
24685 * startup.el (default-frame-background-mode): Add defvar.
24686
24687 * smerge-mode.el (smerge-mode): Add duplicate defvar near top.
24688
24689 * info.el (tool-bar-map): Add defvar.
24690
24691 * dired.el (dnd-protocol-alist): Add defvar.
24692
24693 * dired-aux.el (dired-query): Display question with answer, when
24694 the user answers.
24695
24696 * custom.el (custom-add-option): Doc fix.
24697
24698 * bookmark.el (Info-current-node, Info-suffix-list): Add defvars.
24699
24700 2005-07-03 Eli Zaretskii <eliz@gnu.org>
24701
24702 * font-lock.el (font-lock-regexp-grouping-construct): Fix the
24703 bogus name from the last change.
24704
24705 2005-07-02 Luc Teirlinck <teirllm@auburn.edu>
24706
24707 * custom.el (custom-declare-variable): Fix typos in comment.
24708 (custom-known-themes): Doc fix.
24709 (custom-theme-directory): New defcustom.
24710 (require-theme): Make it check `custom-theme-directory'.
24711
24712 * cus-theme.el (custom-new-theme-mode): New function.
24713 (custom-theme-name, custom-theme-variables, custom-theme-faces)
24714 (custom-theme-description): Add compiler defvars.
24715 (customize-create-theme): Add doc to the "*New Custom Theme*"
24716 buffer. Use `custom-new-theme-mode'.
24717 (custom-theme-write): Put the created buffer in emacs-lisp-mode
24718 and save it to the `custom-theme-directory'. Make this the
24719 default directory of the buffer.
24720
24721 2005-07-02 David Hunter <hunterd_42@comcast.net> (tiny change)
24722
24723 * progmodes/flymake.el (flymake-mode, flymake-mode-off):
24724 Fix unbalanced parentheses.
24725
24726 2005-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
24727
24728 * progmodes/flymake.el (flymake-mode-on, flymake-mode-off): Move body
24729 into flymake-mode and delegate to flymake-mode.
24730
24731 * find-file.el (ff-which-function-are-we-in): Clean up.
24732
24733 2005-07-02 Juanma Barranquero <lekktu@gmail.com>
24734
24735 * replace.el (occur-rename-buffer): Fix docstring.
24736
24737 * emulation/edt.el (*EDT-keys*, edt-default-global-map)
24738 (edt-last-copied-word, edt-learn-macro-count)
24739 (edt-orig-page-delimiter, edt-orig-transient-mark-mode)
24740 (edt-rect-start-point, edt-user-global-map, rect-start-point)
24741 (time-string, zmacs-region-stays):
24742 * emulation/edt-mapper.el (edt-save-function-key-map)
24743 (EDT-key-name): `defvar' to silence the byte-compiler.
24744
24745 2005-07-02 Martin Rudalics <rudalics@gmx.at>
24746
24747 * font-lock.el (font-lock-regexp-grouping-backslash): Rename from
24748 font-lock-regexp-backslash. Doc fix.
24749 (font-lock-regexp-backslash-grouping-construct): Rename from
24750 font-lock-regexp-backslash-construct. Doc fix.
24751 (lisp-font-lock-keywords-2): Fix highlighting of Elisp regexp
24752 grouping constructs.
24753
24754 2005-07-02 Eli Zaretskii <eliz@gnu.org>
24755
24756 * makefile.w32-in (bootstrap): Remove the $(EMACS) binary after
24757 updating all the prerequisites.
24758
24759 2005-07-01 Juanma Barranquero <lekktu@gmail.com>
24760
24761 * textmodes/org.el (org-agenda-start-on-weekday)
24762 (org-calendar-to-agenda-key, org-agenda-sorting-strategy)
24763 (org-agenda-use-time-grid, org-archive-location)
24764 (org-allow-space-in-links, org-usenet-links-prefer-google)
24765 (org-enable-table-editor, org-export-default-language)
24766 (org-export-html-show-new-buffer, org-fill-paragraph)
24767 (org-cycle, org-goto-ret, org-goto-left, org-goto-right)
24768 (org-goto-quit, org-occur, org-eval-in-calendar)
24769 (org-agenda-cleanup-fancy-diary, org-agenda-no-heading-message)
24770 (org-agenda-diary-entry, org-remember-help)
24771 (org-table-convert-region, org-at-table-p)
24772 (org-table-move-row-down, org-table-move-row-up)
24773 (org-table-copy-region, org-table-toggle-vline-visibility)
24774 (org-table-get-stored-formulas, org-table-get-specials)
24775 (org-recalc-commands, org-table-eval-formula)
24776 (org-table-formula-substitute-names, orgtbl-make-binding)
24777 (org-format-org-table-html, org-format-table-table-html)
24778 (org-format-table-table-html-using-table-generate-source)
24779 (org-customize): Fix typos in docstrings.
24780 (org-level-2, org-at-timestamp-p, org-agenda-day-view)
24781 (org-agenda-toggle-diary, org-agenda-toggle-time-grid)
24782 (org-back-to-heading): Doc fixes.
24783 (org-agenda-toggle-time-grid, org-cmp-category, org-cmp-time)
24784 (org-agenda-change-all-lines, org-get-header):
24785 Improve argument/docstring consistency.
24786 (orgtbl-error): Fix error message.
24787
24788 * progmodes/flymake.el (flymake-find-possible-master-files)
24789 (flymake-master-file-compare, flymake-get-line-err-count)
24790 (flymake-highlight-line, flymake-gui-warnings-enabled):
24791 Fix typos in docstrings.
24792 (flymake-parse-line, flymake-get-project-include-dirs-function)
24793 (flymake-get-prev-err-line-no, flymake-goto-prev-error):
24794 Doc fixes.
24795 (flymake-get-project-include-dirs-function)
24796 (flymake-make-err-menu-data):
24797 Improve argument/docstring consistency.
24798
24799 2005-07-01 Lute Kamstra <lute@gnu.org>
24800
24801 * battery.el (battery-linux-proc-apm): Fix typo in docstring.
24802 Catch errors with ignore-errors. Use temporary buffer.
24803 (battery-linux-proc-acpi): Fix typo in docstring. Document `%r'.
24804
24805 * facemenu.el (facemenu-unlisted-faces): Delete foreground and
24806 background color faces.
24807 (facemenu-set-foreground, facemenu-set-background):
24808 Use facemenu-set-face-from-menu.
24809 (facemenu-set-face-from-menu): Treat face names that start with
24810 "fg:" or "bg:" as special.
24811 (facemenu-add-new-color): Don't create faces. Simplify.
24812
24813 2005-06-30 Richard M. Stallman <rms@gnu.org>
24814
24815 * emacs-lisp/crm.el (crm-do-completion): Handle minibuffer prompt.
24816 (crm-find-current-element): Likewise.
24817
24818 2005-06-30 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
24819
24820 * help-fns.el (help-do-arg-highlight): Regexp-quote argument names.
24821
24822 2005-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
24823
24824 * arc-mode.el (archive-extract): Make it work as a mouse binding.
24825 (archive-mouse-extract): Make it an obsolete alias.
24826 (archive-mode-map): Don't use archive-mouse-extract any more.
24827 (archive-mode, archive-extract): write-contents-hooks ->
24828 write-contents-functions.
24829 (archive-arc-rename-entry, archive-lzh-rename-entry): Remove unused
24830 first arg.
24831 (archive-rename-entry): Update the call.
24832 (archive-zip-summarize): Remove unused var `method'.
24833 (archive-lzh-summarize): Remove unused var `creator'.
24834
24835 * emacs-lisp/debug.el (debug): Quieten Drew Adams by killing the
24836 dedicated frame upon exit.
24837
24838 * arc-mode.el: Bind inhibit-read-only rather than buffer-read-only.
24839 (archive-zip-extract, archive-zip-expunge)
24840 (archive-zip-update, archive-zip-update-case): Use executable-find.
24841 (archive-resummarize, archive-flag-deleted, archive-unmark-all-files):
24842 Use restore-buffer-modified-p.
24843 (archive-extract, archive-add-new-member, archive-write-file-member):
24844 Use with-current-buffer.
24845 (archive-lzh-ogm, archive-zip-chmod-entry): Use dolist.
24846
24847 2005-06-30 Andreas Schwab <schwab@suse.de>
24848
24849 * progmodes/gud.el (gud-filter): Remove unneeded progn.
24850
24851 2005-06-30 Glenn Morris <gmorris@ast.cam.ac.uk>
24852
24853 * progmodes/sh-script.el (sh-get-kw): `&' also separates words.
24854
24855 2005-06-30 Juri Linkov <juri@jurta.org>
24856
24857 * faces.el (vertical-border): Inherit from mode-line-inactive
24858 only on tty.
24859
24860 2005-06-30 Juanma Barranquero <lekktu@gmail.com>
24861
24862 * help-fns.el (help-do-arg-highlight): Highlight also -ARG (for
24863 example, -NLINES in the `occur' docstring).
24864
24865 * replace.el (occur-1): When no matches are found, do not set the
24866 `buffer-read-only' and modified flags for the occur buffer,
24867 because it is deleted.
24868
24869 * emulation/cua-base.el (cua-check-pending-input)
24870 (cua-repeat-replace-region, cua-mode, cua-debug)
24871 (cua-auto-tabify-rectangles, cua-inhibit-cua-keys):
24872 Fix typos in docstrings.
24873
24874 * emulation/cua-gmrk.el (cua-toggle-global-mark)
24875 (cua-cut-region-to-global-mark)
24876 (cua--cut-rectangle-to-global-mark):
24877 Remove period from end of messages.
24878
24879 * emulation/cua-rect.el (cua-do-rectangle-padding):
24880 Remove period from end of messages.
24881 (cua--rectangle-seq-format): Fix typo in docstring.
24882 (cua-sequence-rectangle, cua-fill-char-rectangle):
24883 Improve argument/docstring consistency.
24884
24885 2005-06-29 Juri Linkov <juri@jurta.org>
24886
24887 * faces.el (default-frame-background-mode): New internal variable.
24888 (frame-set-background-mode): Use it.
24889
24890 * startup.el (normal-top-level): Set default-frame-background-mode
24891 instead of frame-background-mode. Before setting it, test for its
24892 nil value. Remove tests for frame-background-mode and frame
24893 parameter `reverse'. Add test for "unspecified-fg".
24894
24895 * term/xterm.el (xterm-rxvt-set-background-mode):
24896 * term/rxvt.el (rxvt-set-background-mode):
24897 Set default-frame-background-mode instead of frame-background-mode.
24898
24899 2005-06-29 Juanma Barranquero <lekktu@gmail.com>
24900
24901 * simple.el (set-variable): Warn about obsolete user variables.
24902
24903 * imenu.el (imenu--completion-buffer):
24904 * mouse.el (mouse-buffer-menu-alist):
24905 * msb.el (msb-invisible-buffer-p):
24906 * calendar/diary-lib.el (diary-header-line-format):
24907 * emacs-lisp/pp.el (pp-buffer):
24908 * progmodes/cperl-mode.el (cperl-do-auto-fill):
24909 * textmodes/picture.el (picture-replace-match):
24910 Change space constants followed by a sexp to "?\s ".
24911
24912 * play/decipher.el (decipher-loop-with-breaks):
24913 * textmodes/texinfo.el (texinfo-insert-@item): Change space
24914 constants "protected" from end of line by a comment to "?\s".
24915
24916 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
24917
24918 * font-lock.el (save-buffer-state): Use `declare'.
24919
24920 * progmodes/cperl-mode.el (cperl-find-pods-heres): Don't gratuitously
24921 reset the syntax-table to cperl-mode-syntax-table.
24922 (cperl-mode): Make _ into word-syntax during font-locking so "print" in
24923 "foo_print_bar" is not matched as a reserved keyword.
24924
24925 2005-06-29 Carsten Dominik <dominik@science.uva.nl>
24926
24927 * textmodes/org.el (orgtbl-setup): New function, for delayed
24928 setup for the orgtbl commands.
24929 (org-calc-default-modes): New option.
24930 (orgtbl-make-binding): Use `defun' to get better help display.
24931 (org-diary): Call `org-compile-prefix-format'.
24932 (org-table-formula-substitute-names): New function.
24933 (org-agenda-day-view, org-agenda-week-view): New commands.
24934 (org-agenda-toggle-week-view): Command removed.
24935 (org-tbl-menu): Split off from org-org-menu.
24936 (org-mode): Move removal of outline-mode menus to here.
24937 (org-table-formula-debug): New option.
24938 (org-table-insert-row): Keep first field if just "#" or "*".
24939 (org-mode): Paragraph regexps fixed.
24940 (org-table-recalculate-regexp): New constant.
24941 (org-table-justify-field-maybe): Avoid replace if not necessary.
24942 (org-copy-special, org-cut-special): Use `call-interactively'.
24943 (org-table-copy-region): Take region from `interactive' call.
24944 (org-trim): Return string even if no match.
24945 (org-formula): New face.
24946 (org-set-font-lock-defaults): No longer highlight "FIXME".
24947 But highlight formula-related fields in table.
24948 (org-table-p): Use regexp, not fontification.
24949 (org-table-align): Handle white space at end of line.
24950 (org-table-formula-evaluate-inline): New option.
24951 (org-mode): Auto-wrapping in comment lines turned off.
24952 (org-table-copy-down): Evaluate only in copied field, not in
24953 destination.
24954 (org-table-current-formula): Variable removed.
24955 (org-table-store-formulas, org-table-get-stored-formulas)
24956 (org-table-modify-formulas, org-table-replace-in-formulas)
24957 (org-table-maybe-eval-formula): New functions.
24958 (org-table-get-formula): Modify to use stored formulas.
24959 (org-table-insert-column, org-table-delete-column)
24960 (org-table-move-column): Call `org-table-modify-formulas'.
24961 (org-complete): Add completion for keyword formulas.
24962 (orgtbl-mode): Pull orgtbl-mode-map to start of
24963 minor-mode-map-alist.
24964
24965 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
24966
24967 * progmodes/python.el (python-check): Require `compile' before
24968 modifying its variables.
24969
24970 * newcomment.el (comment-indent-default): Don't get fooled by an early
24971 end of buffer.
24972
24973 2005-06-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
24974
24975 * ps-print.el (ps-print-version): Fix version number.
24976
24977 2005-06-28 Luc Teirlinck <teirllm@auburn.edu>
24978
24979 * textmodes/ispell.el (ispell-word): Remove stray parenthesis.
24980
24981 2005-06-28 Richard M. Stallman <rms@gnu.org>
24982
24983 * textmodes/flyspell.el (flyspell-use-local-map): Variable deleted.
24984 (flyspell-local-mouse-map): Declaration deleted.
24985 (flyspell-mouse-map): Bind only mouse-2.
24986 (flyspell-mode-map): Don't test flyspell-use-local-map.
24987 (flyspell-overlay-keymap-property-name): Var deleted.
24988 (flyspell-mode-on): Don't make local bindings for
24989 flyspell-mouse-map and flyspell-mode-map.
24990 (make-flyspell-overlay): Unconditionally put on `keymap' text prop.
24991
24992 * textmodes/ispell.el (ispell-word): Do not ignore short words.
24993
24994 * progmodes/compile.el (compilation-next-error-function):
24995 Don't switch buffers; operate on the current buffer.
24996
24997 * progmodes/compile.el (compilation-error-file-name)
24998 (compilation-warning-file-name, compilation-info-file-name)
24999 (compilation-line-number, compilation-column-number): New faces.
25000 (compilation-error-face, compilation-warning-face)
25001 (compilation-info-face, compilation-line-face)
25002 (compilation-column-face): Use them.
25003
25004 * facemenu.el (facemenu-add-face): Warn when font-lock is active.
25005
25006 * comint.el (comint-password-prompt-regexp): Accept ", try again".
25007
25008 * bindings.el (global-map): Bind insertchar and its variants.
25009
25010 2005-06-27 Richard M. Stallman <rms@gnu.org>
25011
25012 * textmodes/artist.el (artist-text-overwrite)
25013 (artist-figlet-get-extra-args, artist-text-see-thru): Use read-string.
25014
25015 2005-06-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
25016
25017 * ps-print.el: It was not working the page selection for printing.
25018 Reported by Sebastian Tennant <sebyte@smolny.plus.com>.
25019 (ps-print-version): New version 6.6.7.
25020 (ps-end-sheet): New fun.
25021 (ps-header-sheet, ps-end-job): Call it.
25022
25023 2005-06-27 Luc Teirlinck <teirllm@auburn.edu>
25024
25025 * subr.el (add-to-list, add-to-ordered-list): Doc fixes.
25026
25027 2005-06-27 Lute Kamstra <lute@gnu.org>
25028
25029 * facemenu.el (facemenu-unlisted-faces): Add foreground and
25030 background color faces.
25031 (facemenu-get-face): Delete function.
25032 (facemenu-set-face-from-menu): Don't call facemenu-get-face.
25033 (facemenu-add-new-color): Make second argument mandatory.
25034 Create the appropriate face and return it. Simplify.
25035 (facemenu-set-foreground, facemenu-set-background): Don't check if
25036 color is defined. Use return value of facemenu-add-new-color.
25037
25038 2005-06-26 Nick Roberts <nickrob@snap.net.nz>
25039
25040 * progmodes/gud.el (gud-filter): Add missing argument to
25041 with-selected-window.
25042
25043 2005-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
25044
25045 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't automatically add
25046 a :require to the defcustom.
25047
25048 * emacs-lisp/autoload.el (make-autoload): Add the :setter for
25049 defcustoms corresponding to minor modes.
25050
25051 2005-06-26 David Ponce <david@dponce.com>
25052
25053 * recentf.el: Require tree-widget instead of wid-edit.
25054 (recentf-filename-handler): Fix widget :type.
25055 (recentf-cancel-dialog, recentf-open-more-files)
25056 (recentf-open-files-action): Doc fix.
25057 (recentf-dialog-goto-first): New function.
25058 (recentf-dialog-mode-map): Set parent keymap first.
25059 (recentf-dialog-mode): Define with define-derived-mode.
25060 Don't display continuation lines in dialogs.
25061 (recentf-edit-list): Rename from recentf-edit-selected-items.
25062 (recentf-edit-list-select): Rename from recentf-edit-list-action.
25063 Simplify.
25064 (recentf-edit-list-validate): New function.
25065 (recentf-edit-list): Update accordingly.
25066 (recentf-open-files-item-shift): Remove.
25067 (recentf-open-files-item): Convert menu elements into tree and
25068 link widgets. Don't create the widgets.
25069 (recentf-open-files): Update accordingly.
25070 (recentf-save-list): Untabify.
25071
25072 2005-06-25 Luc Teirlinck <teirllm@auburn.edu>
25073
25074 * replace.el (keep-lines-read-args): Add INTERACTIVE arg.
25075 (keep-lines): Add INTERACTIVE arg. Never delete lines only
25076 partially contained in the active region. Do not take active
25077 region into account when called from Lisp, unless INTERACTIVE arg
25078 is non-nil. Use `forward-line' instead of `beginning-of-line' to
25079 avoid trouble with fields. Make marker point nowhere when no
25080 longer used. Always return nil. Doc fix.
25081 (flush-lines): Add INTERACTIVE arg. Do not take active region
25082 into account when called from Lisp, unless INTERACTIVE arg is
25083 non-nil. Use `forward-line' instead of `beginning-of-line' to
25084 avoid trouble with fields. Make marker point nowhere when no
25085 longer used. Always return nil. Doc fix.
25086 (how-many): Add INTERACTIVE arg. Make RSTART and REND args
25087 interchangeable. Do not take active region into account when
25088 called from Lisp, unless INTERACTIVE arg is non-nil. Do not print
25089 message in echo area when called from Lisp, unless INTERACTIVE arg
25090 is non-nil. Avoid saying "1 occurrences". Do not use markers.
25091 Return the number of matches. Doc fix.
25092 (occur): Doc fix.
25093 (perform-replace): Make comment follow double space convention for
25094 the sake of `outline-minor-mode'.
25095
25096 * faces.el (facep): Doc fix.
25097
25098 2005-06-25 Richard M. Stallman <rms@gnu.org>
25099
25100 * facemenu.el (facemenu-enable-faces-p): New function.
25101 (facemenu-background-menu, facemenu-foreground-menu)
25102 (facemenu-face-menu): Add menu-enable property.
25103
25104 * jka-compr.el (jka-compr-insert-file-contents):
25105 Special handling if cannot find the uncompression program.
25106
25107 * cus-face.el (custom-face-attributes): Add autoload.
25108
25109 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
25110 Bind comment-indent-function locally.
25111
25112 * window.el (save-selected-window): Use save-current-buffer.
25113
25114 * subr.el (with-selected-window): Use save-current-buffer.
25115
25116 * progmodes/gud.el (gud-filter): Simplify using with-selected-window
25117 and with-current-buffer.
25118
25119 2005-06-24 Richard M. Stallman <rms@gnu.org>
25120
25121 * simple.el (line-move-1): Fix previous change.
25122
25123 2005-06-24 Juanma Barranquero <lekktu@gmail.com>
25124
25125 * replace.el (occur-1): Set `buffer-read-only' and the
25126 buffer-modified flag before running `occur-hook' to protect
25127 against unintentional buffer switches that can lead to data loss.
25128
25129 2005-06-24 Nick Roberts <nickrob@snap.net.nz>
25130
25131 * progmodes/gud.el (gud-tooltip-print-command): Indent properly.
25132 (gud-gdb-marker-filter): Use font-lock-warning-face for any
25133 initial error.
25134
25135 * progmodes/gdb-ui.el (gdb-send): Remove warning face from errors
25136 after fresh input.
25137 (gdb-var-create-handler): Put name of expression in quotes.
25138
25139 2005-06-23 Luc Teirlinck <teirllm@auburn.edu>
25140
25141 * emacs-lisp/ring.el (ring-elements): Make it return a list of the
25142 elements of RING in order, and without bogus nil elements.
25143
25144 2005-06-23 Richard M. Stallman <rms@gnu.org>
25145
25146 * simple.el (set-variable): Args renamed; doc fix.
25147 (line-move-1): When there are overlays around, use vertical-motion.
25148
25149 * faces.el (escape-glyph): Use brown against light background.
25150 (nobreak-space): Rename from no-break-space.
25151 Fix previous change.
25152
25153 * dired-aux.el (dired-do-copy): Fix arg prompt.
25154
25155 * mail/sendmail.el (mail-setup-with-from): Fix custom type.
25156
25157 2005-06-23 Glenn Morris <gmorris@ast.cam.ac.uk>
25158
25159 * mail/emacsbug.el (report-emacs-bug): Use "X server distributor"
25160 rather than "Distributor".
25161
25162 2005-06-23 Lute Kamstra <lute@gnu.org>
25163
25164 * emacs-lisp/debug.el (debugger-special-form-p): New defun.
25165 (debug-on-entry): Use it. New interactive declaration that uses
25166 function-called-at-point.
25167
25168 2005-06-23 Kim F. Storm <storm@cua.dk>
25169
25170 * subr.el (save-match-data): Add comment about using evaporate arg
25171 to set-match-data.
25172
25173 2005-06-22 Glenn Morris <gmorris@ast.cam.ac.uk>
25174
25175 * cus-edit.el (customize-face)
25176 (customize-face-other-window): Handle face aliases.
25177
25178 * faces.el (face-documentation, set-face-attribute)
25179 (face-spec-set): Handle face aliases.
25180
25181 2005-06-22 Juanma Barranquero <lekktu@gmail.com>
25182
25183 * help-mode.el (help-make-xrefs): If a symbol representing a face
25184 name is not followed by the word "face", it could still be a
25185 function or variable name, so don't bypass other checks.
25186
25187 2005-06-22 Juri Linkov <juri@jurta.org>
25188
25189 * ps-print.el (ps-face-foreground-name, ps-face-background-name):
25190 Replace aliased functions with calls where second arg `inherit' is t.
25191
25192 2005-06-22 Nick Roberts <nickrob@snap.net.nz>
25193
25194 * progmodes/gdb-ui.el (gdb-error): New variable.
25195 (gdb-error): New function.
25196 (gdb-annotation-rules): Act on error-begin and error annotations.
25197 (gdb-concat-output): Use font-lock-warning-face for errors.
25198
25199 2005-06-22 Miles Bader <miles@gnu.org>
25200
25201 * bindings.el (propertized-buffer-identification): Use renamed
25202 `Buffer-menu-buffer' face.
25203
25204 * faces.el (vertical-border): Rename from `vertical-divider'.
25205 (escape-glyph): Change dark-background color back to `cyan'.
25206
25207 2005-06-21 Juri Linkov <juri@jurta.org>
25208
25209 * faces.el (face-user-default-spec): Try getting `customized-face'
25210 prior to `saved-face'.
25211 (frame-background-mode): Refill docstring.
25212
25213 * emacs-lisp/lisp-mode.el (eval-defun-1):
25214 * emacs-lisp/edebug.el (edebug-eval-defun):
25215 Set `saved-face' temporarily to nil before calling form.
25216 Set `customized-face' to the new spec after that.
25217
25218 2005-06-21 Juanma Barranquero <lekktu@gmail.com>
25219
25220 * subr.el (1value, lambda, key-substitution-in-progress):
25221 Doc fixes.
25222
25223 * autoinsert.el (auto-insert-alist):
25224 * ses.el (ses-call-printer):
25225 * subr.el (noreturn):
25226 * emacs-lisp/lisp.el (check-parens):
25227 * emacs-lisp/byte-opt.el (byte-optimize-pure-func):
25228 * net/browse-url.el (browse-url-mosaic):
25229 * progmodes/cc-defs.el (c-safe-scan-lists):
25230 * progmodes/ebnf-abn.el (ebnf-abn-lex):
25231 * progmodes/ebnf-bnf.el (ebnf-bnf-lex):
25232 * progmodes/ebnf-dtd.el (ebnf-dtd-lex):
25233 * progmodes/ebnf-ebx.el (ebnf-ebx-lex):
25234 * progmodes/ebnf-iso.el (ebnf-iso-lex):
25235 * progmodes/ebnf-yac.el (ebnf-yac-lex): Fix spellings.
25236
25237 2005-06-21 Reiner Steib <Reiner.Steib@gmx.de>
25238
25239 * pcvs-defs.el (cvs-menu): Add cvs-mode-mark and cvs-mode-unmark.
25240
25241 2005-06-21 Glenn Morris <gmorris@ast.cam.ac.uk>
25242
25243 * calendar/appt.el (appt-make-list): Activate the package, if
25244 not already active (for backwards compatibility).
25245
25246 2005-06-20 Kim F. Storm <storm@cua.dk>
25247
25248 * subr.el (add-to-ordered-list): Test membership with eq. Simplify.
25249
25250 2005-06-20 Miles Bader <miles@gnu.org>
25251
25252 * faces.el (vertical-divider): New face.
25253
25254 2005-06-20 Juanma Barranquero <lekktu@gmail.com>
25255
25256 * simple.el (kill-whole-line): Doc fix.
25257 (next-error-buffer-p, next-error-find-buffer)
25258 (clone-indirect-buffer): Fix typos in docstrings.
25259 (comment-line-break-function): Doc fix: don't say variable
25260 is automatically buffer-local (it isn't).
25261
25262 2005-06-19 Michael Albinus <michael.albinus@gmx.de>
25263
25264 * net/tramp-ftp.el (top):
25265 * net/tramp-smb.el (top):
25266 * net/tramp-util.el (top):
25267 * net/tramp-uu.el (top):
25268 * net/tramp-vc.el (top):
25269 * net/tramp.el (top): Revert copyright years back to original
25270 ones. Tramp has a life outside GNU Emacs.
25271
25272 2005-06-19 Nick Roberts <nickrob@snap.net.nz>
25273
25274 * tooltip.el (tooltip-use-echo-area): Don't make it obsolete.
25275
25276 2005-06-18 Juri Linkov <juri@jurta.org>
25277
25278 * progmodes/grep.el (grep-regexp-alist): Use backreference at the
25279 end of first regexp to limit the match to the position between
25280 line number and source line with same separator character as used
25281 between file name and line number. In the second regexp limit
25282 mouse-face area to file name and line number by adding new group
25283 for them and referring it in HYPERLINK arg.
25284 (grep-regexp-alist, grep-mode-font-lock-keywords): Use shy group.
25285 (grep-mode): Set font-lock-lines-before to 0 to not refontify the
25286 previous line where grep markers may be already removed.
25287
25288 2005-06-18 Peter Kleiweg <p.c.j.kleiweg@rug.nl>
25289
25290 * progmodes/ps-mode.el: Update version and maintainer's email address.
25291
25292 2005-06-18 Steve Youngs <steve@xemacs.org>
25293
25294 * net/browse-url.el (browse-url-browser-function)
25295 (browse-url-default-browser): Add firefox.
25296 (browse-url-firefox-program, browse-url-firefox-arguments)
25297 (browse-url-firefox-startup-arguments)
25298 (browse-url-firefox-new-window-is-tab): New defcustoms.
25299 (browse-url-firefox, browse-url-firefox-sentinel): New functions.
25300
25301 2005-06-17 Richard M. Stallman <rms@gnu.org>
25302
25303 * startup.el (command-line): Warn if specified user name has
25304 no home directory.
25305
25306 * term.el (term-get-old-input, term-input-filter, term-input-sender)
25307 (term-mode-hook, term-exec-hook, term-escape-char): Doc fixes.
25308
25309 * longlines.el (longlines-mode, longlines-show-hard-newlines):
25310 Doc fixes.
25311
25312 * faces.el (underline): Try bold if terminal doesn't support underline.
25313
25314 * mail/sendmail.el (mail-setup-with-from): New variable.
25315 (mail-insert-from-field): New function.
25316 (sendmail-send-it): Call it.
25317 (mail-setup): Optionally call it here.
25318
25319 * term/linux.el: Call tty-no-underline.
25320
25321 2005-06-17 Luc Teirlinck <teirllm@auburn.edu>
25322
25323 * emacs-lisp/edebug.el (edebug-goto-here): Doc fix.
25324
25325 2005-06-17 Miles Bader <miles@gnu.org>
25326
25327 * ediff-init.el (ediff-current-diff-A, ediff-current-diff-B)
25328 (ediff-current-diff-C, ediff-current-diff-Ancestor)
25329 (ediff-fine-diff-A, ediff-fine-diff-B, ediff-fine-diff-C)
25330 (ediff-fine-diff-Ancestor, ediff-even-diff-A, ediff-even-diff-B)
25331 (ediff-even-diff-C, ediff-even-diff-Ancestor, ediff-odd-diff-A)
25332 (ediff-odd-diff-B, ediff-odd-diff-C, ediff-odd-diff-Ancestor):
25333 Remove "-face" suffix from face names.
25334 (ediff-current-diff-face-A, ediff-current-diff-face-B)
25335 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
25336 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
25337 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
25338 (ediff-even-diff-face-A, ediff-even-diff-face-B)
25339 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
25340 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
25341 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
25342 New backward-compatibility aliases for renamed faces.
25343 (ediff-current-diff-face-A, ediff-current-diff-face-B)
25344 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
25345 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
25346 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
25347 (ediff-even-diff-face-A, ediff-even-diff-face-B)
25348 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
25349 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
25350 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
25351 Use renamed ediff faces.
25352
25353 * eshell/esh-test.el (eshell-test-ok, eshell-test-failed):
25354 Remove "-face" suffix from face names.
25355 (eshell-test-ok-face, eshell-test-failed-face):
25356 New backward-compatibility aliases for renamed faces.
25357 (eshell-run-test): Use renamed eshell-test faces.
25358
25359 * eshell/em-prompt.el (eshell-prompt): Remove "-face" suffix from
25360 face name.
25361 (eshell-prompt-face): New backward-compatibility alias for renamed
25362 face.
25363 (eshell-emit-prompt): Use renamed eshell-prompt face.
25364
25365 * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink)
25366 (eshell-ls-executable, eshell-ls-readonly, eshell-ls-unreadable)
25367 (eshell-ls-special, eshell-ls-missing, eshell-ls-archive)
25368 (eshell-ls-backup, eshell-ls-product, eshell-ls-clutter):
25369 Remove "-face" suffix from face names.
25370 (eshell-ls-directory-face, eshell-ls-symlink-face)
25371 (eshell-ls-executable-face, eshell-ls-readonly-face)
25372 (eshell-ls-unreadable-face, eshell-ls-special-face)
25373 (eshell-ls-missing-face, eshell-ls-archive-face)
25374 (eshell-ls-backup-face, eshell-ls-product-face)
25375 (eshell-ls-clutter-face):
25376 New backward-compatibility aliases for renamed faces.
25377 (eshell-ls-decorated-name): Use renamed eshell-ls faces.
25378
25379 * progmodes/cc-fonts.el (c-nonbreakable-space-face):
25380 Remove "-face" suffix from face name.
25381 (c-cpp-matchers): Use the variable `c-nonbreakable-space-face'
25382 instead of literal face.
25383
25384 2005-06-17 Juanma Barranquero <lekktu@gmail.com>
25385
25386 * emacs-lisp/warnings.el (display-warning, lwarn)
25387 (warning-minimum-log-level): Doc fixes.
25388 (warning-minimum-level, warning-minimum-log-level):
25389 Add :debug to :type choices.
25390
25391 * progmodes/ada-mode.el (ada-format-paramlist)
25392 (ada-get-indent-case, ada-check-matching-start)
25393 (ada-check-defun-name, ada-goto-matching-decl-start)
25394 (ada-goto-matching-start, ada-goto-matching-end, ada-tab)
25395 (ada-untab, ada-move-to-start, ada-fill-comment-paragraph)
25396 (ada-make-subprogram-body): Follow error conventions.
25397 (ada-case-exception-file, ada-indent-comment-as-code)
25398 (ada-indent-handle-comment-special, ada-indent-renames)
25399 (ada-indent-return, ada-search-directories-internal)
25400 (ada-tab-policy, ada-case-exception-substring)
25401 (ada-other-file-alist, ada-matching-start-re)
25402 (ada-matching-decl-start-re, ada-contextual-menu-last-point)
25403 (ada-imenu-generic-expression, ada-compile-goto-error)
25404 (ada-in-comment-p, ada-in-string-p, ada-in-string-or-comment-p)
25405 (ada-popup-menu, ada-add-extensions, ada-mode)
25406 (ada-region-selected, ada-create-case-exception)
25407 (ada-create-case-exception-substring, ada-after-keyword-p)
25408 (ada-activate-keys-for-case, ada-adjust-case-region)
25409 (ada-adjust-case-buffer, ada-format-paramlist)
25410 (ada-scan-paramlist, ada-insert-paramlist)
25411 (ada-indent-newline-indent)
25412 (ada-indent-newline-indent-conditional)
25413 (ada-justified-indent-current, ada-goto-previous-word)
25414 (ada-indent-current, ada-get-indent-open-paren)
25415 (ada-get-indent-paramlist, ada-get-indent-end)
25416 (ada-get-indent-case, ada-get-indent-when, ada-get-indent-if)
25417 (ada-get-indent-block-start, ada-get-indent-subprog)
25418 (ada-get-indent-noindent, ada-get-indent-label)
25419 (ada-get-indent-loop, ada-get-indent-type, ada-goto-stmt-start)
25420 (ada-search-prev-end-stmt, ada-goto-next-non-ws)
25421 (ada-goto-stmt-end, ada-goto-next-word)
25422 (ada-check-matching-start, ada-check-defun-name)
25423 (ada-goto-matching-decl-start, ada-goto-matching-start)
25424 (ada-goto-matching-end, ada-search-ignore-string-comment)
25425 (ada-in-decl-p, ada-looking-at-semi-or)
25426 (ada-looking-at-semi-private, ada-in-paramlist-p)
25427 (ada-in-open-paren-p, ada-tab, ada-indent-current-function)
25428 (ada-untab-hard, ada-move-to-start, ada-move-to-end)
25429 (ada-next-procedure, ada-previous-procedure, ada-next-package)
25430 (ada-previous-package, ada-create-menu)
25431 (ada-fill-comment-paragraph-justify)
25432 (ada-fill-comment-paragraph-postfix, ada-fill-comment-paragraph)
25433 (ada-other-file-name, ada-last-which-function-line)
25434 (ada-last-which-function-subprog, ada-which-function)
25435 (ada-get-body-name, ada-outline-level, ada-narrow-to-defun)
25436 (ada-gen-treat-proc, ada-check-emacs-version)
25437 (ada-continuation-indent, ada-align-region-separate):
25438 Fix typos in docstrings.
25439 (ada-adjust-case, ada-adjust-case-interactive): Doc fixes.
25440
25441 2005-06-16 Lute Kamstra <lute@gnu.org>
25442
25443 * simple.el (fundamental-mode): Run after-change-major-mode-hook
25444 conditionally.
25445
25446 2005-06-16 Juanma Barranquero <lekktu@gmail.com>
25447
25448 * comint.el (comint-replace-by-expanded-filename)
25449 (comint-prompt-regexp, comint-delimiter-argument-list)
25450 (comint-preinput-scroll-to-bottom):
25451 * info.el (Info-hide-cookies-node):
25452 * ls-lisp.el (ls-lisp-classify):
25453 * find-file.el (ff-search-directories, ff-special-constructs)
25454 (ff-find-other-file):
25455 * font-lock.el (font-lock-keywords):
25456 * shell.el (shell-prompt-pattern)
25457 (shell-dynamic-complete-functions, shell-mode)
25458 (shell-delimiter-argument-list):
25459 * term.el (term-replace-by-expanded-filename)
25460 (term-prompt-regexp, term-delimiter-argument-list):
25461 * woman.el (woman-ignore, woman0-if):
25462 * emacs-lisp/derived.el (derived-mode-init-mode-variables):
25463 * emacs-lisp/elint.el (elint-init-env):
25464 * emacs-lisp/regexp-opt.el (regexp-opt-depth):
25465 * eshell/esh-mode.el (eshell-preinput-scroll-to-bottom):
25466 * language/ethio-util.el (ethio-tilde-escape)
25467 (ethio-use-three-dot-question):
25468 * net/zone-mode.el (zone-mode-load-time-setup):
25469 * progmodes/cc-align.el (c-lineup-argcont):
25470 * progmodes/cc-awk.el (c-awk-beginning-of-defun):
25471 * progmodes/cperl-mode.el (cperl-set-style-back):
25472 * progmodes/inf-lisp.el (inferior-lisp-prompt):
25473 * progmodes/vhdl-mode.el (vhdl-beginning-of-libunit):
25474 Fix spellings in docstrings.
25475
25476 * textmodes/sgml-mode.el (sgml-calculate-indent, html-tag-help):
25477 * progmodes/modula2.el (m2-for): Fix spellings.
25478
25479 * menu-bar.el (menu-bar-games-menu): Fix typo in menu help string.
25480
25481 * simple.el (undo-more): Don't use `format' on `error' arguments.
25482 Improve argument/docstring consistency.
25483 (pending-undo-list): Doc fix.
25484
25485 * smerge-mode.el (smerge-ensure-match):
25486 * emulation/vip.el (vip-ex):
25487 * net/zone-mode.el (zone-mode-update-serial):
25488 * progmodes/idlwave.el (idlwave-complete):
25489 * progmodes/vhdl-mode.el (vhdl-visit-file)
25490 (vhdl-compose-wire-components):
25491 Don't use `format' on `error' arguments.
25492
25493 * tooltip.el (tooltip-start-delayed-tip, tooltip-timeout)
25494 (tooltip-use-echo-area, tooltip-process-prompt-regexp)
25495 (tooltip-help-tips): Fix typos in docstrings.
25496
25497 2005-06-16 David Ponce <david@dponce.com>
25498
25499 * tree-widget.el (tree-widget-value-create): Simplify last change.
25500
25501 2005-06-15 Matt Hodges <MPHodges@member.fsf.org>
25502
25503 * ido.el (ido-incomplete-regexp): New variable.
25504 (ido-set-matches-1): Handle invalid-regexp error and set
25505 ido-incomplete-regexp.
25506 (ido-incomplete-regexp): New face.
25507 (ido-completions): Use it.
25508 (ido-complete, ido-exit-minibuffer, ido-completions):
25509 Handle incomplete regexps.
25510 (ido-completions): Add check for complete match when entering a regexp.
25511
25512 2005-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
25513
25514 * subr.el (add-to-ordered-list): Use a weak hash-table to avoid leaks.
25515
25516 2005-06-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
25517
25518 * textmodes/bibtex.el (bibtex-Preamble): Enclose BibTeX preamble
25519 by field delimiters.
25520
25521 2005-06-15 David Ponce <david@dponce.com>
25522
25523 * tree-widget.el: eval-and-compile inlined functions so they will
25524 be available at run-time too.
25525 (tree-widget-super-format-handler)
25526 (tree-widget-format-handler): Remove.
25527 (tree-widget-value-create): Handle the :indent property.
25528
25529 2005-06-15 Miles Bader <miles@gnu.org>
25530
25531 * progmodes/which-func.el (which-func): Only inherit
25532 `font-lock-function-name-face' when that makes sense against the
25533 default mode-line face, otherwise set the face color explicitly.
25534
25535 * progmodes/cperl-mode.el (cperl-init-faces): Use literal cperl
25536 faces instead of (non-existent) variables.
25537
25538 2005-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
25539
25540 * iswitchb.el (iswitchb-to-end): Replace mapcar with dolist.
25541 (iswitchb-get-matched-buffers): Likewise. Simplify.
25542
25543 2005-06-14 Miles Bader <miles@gnu.org>
25544
25545 * progmodes/ld-script.el (ld-script-location-counter):
25546 Remove "-face" suffix from face name.
25547 (ld-script-location-counter-face):
25548 New backward-compatibility alias for renamed face.
25549 (ld-script-location-counter-face): Use renamed face.
25550
25551 * progmodes/cperl-mode.el (cperl-nonoverridable, cperl-array)
25552 (cperl-hash): Remove "-face" suffix from face names.
25553 (cperl-nonoverridable-face, cperl-array-face, cperl-hash-face):
25554 New backward-compatibility aliases for renamed faces.
25555 (cperl-find-pods-heres, cperl-init-faces, cperl-ps-print-init)
25556 (cperl-ps-print-face-properties): Use renamed cperl-mode faces.
25557
25558 * progmodes/which-func.el (which-func): Remove "-face" suffix from face
25559 name.
25560 (which-func-face): New backward-compatibility alias for renamed face.
25561 (which-func-format): Use renamed which-func face.
25562
25563 * progmodes/vhdl-mode.el (vhdl-prompt, vhdl-attribute, vhdl-enumvalue)
25564 (vhdl-function, vhdl-directive, vhdl-reserved-word)
25565 (vhdl-translate-off): Remove "-face" suffix and "font-lock-" from face
25566 names.
25567 (vhdl-speedbar-entity, vhdl-speedbar-architecture)
25568 (vhdl-speedbar-configuration, vhdl-speedbar-package)
25569 (vhdl-speedbar-library, vhdl-speedbar-instantiation)
25570 (vhdl-speedbar-subprogram, vhdl-speedbar-entity-selected)
25571 (vhdl-speedbar-architecture-selected)
25572 (vhdl-speedbar-configuration-selected)
25573 (vhdl-speedbar-package-selected)
25574 (vhdl-speedbar-instantiation-selected): Remove "-face" suffix from face
25575 names.
25576 (vhdl-font-lock-keywords-2, vhdl-font-lock-keywords-5):
25577 Use renamed faces.
25578 (vhdl-prompt-face, vhdl-attribute-face, vhdl-enumvalue-face)
25579 (vhdl-function-face, vhdl-directive-face, vhdl-reserved-words-face)
25580 (vhdl-translate-off-face): Variables renamed to remove "font-lock-".
25581 Use renamed faces.
25582 (syntax-alist): Don't use "font-lock-" or "-face" in generated face
25583 names.
25584 (vhdl-font-lock-init, vhdl-ps-print-settings): Use renamed faces.
25585 (vhdl-speedbar-insert-hierarchy, vhdl-speedbar-expand-entity)
25586 (vhdl-speedbar-expand-package, vhdl-speedbar-update-current-unit)
25587 (vhdl-speedbar-make-inst-line, vhdl-speedbar-make-pack-line)
25588 (vhdl-speedbar-make-subpack-line, vhdl-speedbar-make-subprogram-line)
25589 (vhdl-speedbar-item-info, vhdl-speedbar-check-unit): Use renamed faces.
25590
25591 * progmodes/sh-script.el (sh-heredoc): Remove "-face" suffix from
25592 face name.
25593 (sh-heredoc-face): New backward-compatibility alias for renamed face.
25594 (sh-heredoc-face): Use renamed sh-heredoc face.
25595
25596 * progmodes/idlw-help.el (idlwave-help-link):
25597 Remove "-face" suffix from face name.
25598 (idlwave-help-link-face):
25599 New backward-compatibility alias for renamed face.
25600 (idlwave-highlight-linked-completions): Use renamed idlwave-help faces.
25601
25602 * progmodes/idlw-shell.el (idlwave-shell-bp-face)
25603 (idlwave-shell-disabled-bp): Remove "-face" suffix from face names.
25604 (idlwave-shell-bp-face, idlwave-shell-disabled-bp):
25605 New backward-compatibility aliases for renamed faces.
25606 (idlwave-shell-disabled-breakpoint-face)
25607 (idlwave-shell-breakpoint-face): Use renamed idlwave-shell faces.
25608
25609 * progmodes/flymake.el (flymake-errline, flymake-warnline):
25610 Remove "-face" suffix from face names.
25611 (flymake-errline-face, flymake-warnline-face):
25612 New backward-compatibility aliases for renamed faces.
25613 (flymake-highlight-line): Use renamed flymake faces.
25614
25615 * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
25616 (ebrowse-file-name, ebrowse-default, ebrowse-member-attribute)
25617 (ebrowse-member-class, ebrowse-progress):
25618 Remove "-face" suffix from face names.
25619 (ebrowse-tree-mark-face, ebrowse-root-class-face)
25620 (ebrowse-file-name-face, ebrowse-default-face)
25621 (ebrowse-member-attribute-face, ebrowse-member-class-face)
25622 (ebrowse-progress-face):
25623 New backward-compatibility aliases for renamed faces.
25624 (ebrowse-show-progress, ebrowse-show-file-name-at-point)
25625 (ebrowse-set-mark-props, ebrowse-draw-tree-fn)
25626 (ebrowse-draw-member-buffer-class-line, ebrowse-draw-member-long-fn)
25627 (ebrowse-draw-member-short-fn): Use renamed ebrowse faces.
25628
25629 * progmodes/antlr-mode.el (antlr-default, antlr-keyword,
25630 antlr-syntax)
25631 (antlr-ruledef, antlr-tokendef, antlr-ruleref, antlr-tokenref)
25632 (antlr-literal): Remove "-face" suffix and "font-lock-" from face
25633 names.
25634 (antlr-font-lock-default-face, antlr-font-lock-keyword-face)
25635 (antlr-font-lock-syntax-face, antlr-font-lock-ruledef-face)
25636 (antlr-font-lock-tokendef-face, antlr-font-lock-ruleref-face)
25637 (antlr-font-lock-tokenref-face, antlr-font-lock-literal-face): New
25638 backward-compatibility aliases for renamed faces.
25639 (antlr-default-face, antlr-keyword-face, antlr-syntax-face)
25640 (antlr-ruledef-face, antlr-tokendef-face, antlr-ruleref-face)
25641 (antlr-tokenref-face, antlr-literal-face): Variables renamed to
25642 remove "font-lock-". Use renamed antlr-mode faces.
25643 (antlr-font-lock-additional-keywords): Use renamed faces. Replace
25644 literal face-names with face variable references.
25645
25646 * buff-menu.el (Buffer-menu-buffer): Remove "-face" suffix from
25647 face name.
25648 (Buffer-menu-buffer-face): New backward-compatibility alias for
25649 renamed face.
25650 (list-buffers-noselect): Use renamed Buffer-menu-buffer face.
25651
25652 2005-06-15 Daniel Pfeiffer <occitan@esperanto.org>
25653
25654 * progmodes/make-mode.el (makefile-space, makefile-makepp-perl):
25655 Eliminate "-face" suffix.
25656 (makefile-targets): Inherit from font-lock-function-name-face and
25657 eliminate "-face" suffix.
25658 (makefile-shell): Remove attributes and eliminate "-face" suffix.
25659 (makefile-*-font-lock-keywords): Append makefile-targets in rule
25660 actions, instead of prepending, to make it less visible.
25661 (makefile-previous-dependency, makefile-match-dependency):
25662 Don't match a target on a continuation line.
25663
25664 * files.el (auto-mode-alist): Put Makefile in gmake mode.
25665
25666 2005-06-15 Nick Roberts <nickrob@snap.net.nz>
25667
25668 * progmodes/gdb-ui.el (menu): Re-order menu items.
25669 (gdb-tooltip-print): Respect tooltip-use-echo-area.
25670
25671 * progmodes/gud.el (tooltip-use-echo-area): Remove alias.
25672 Define in tooltip.el.
25673 (gud-tooltip-process-output): Respect tooltip-use-echo-area.
25674 (gud-tooltip-tips): Respect tooltip-use-echo-area and
25675 gud-tooltip-echo-area.
25676
25677 * tooltip.el (tooltip-use-echo-area): Restore from gud.el for
25678 backward compatibility and make obsolete.
25679 (tooltip-help-tips): Use tooltip-use-echo-area.
25680 (tooltip-show-help-function): Rename to...
25681 (tooltip-show-help): ...this, because it is a function.
25682 (tooltip-mode, tooltip-help-message): Call tooltip-show-help.
25683
25684 2005-06-14 Luc Teirlinck <teirllm@auburn.edu>
25685
25686 * emacs-lisp/edebug.el (edebug-all-defs, edebug-initial-mode)
25687 (edebug-print-length, edebug-print-level, edebug-print-circle)
25688 (edebug-modify-breakpoint, edebug-eval-last-sexp)
25689 (edebug-eval-print-last-sexp): Doc fixes.
25690
25691 2005-06-14 Kim F. Storm <storm@cua.dk>
25692
25693 * ido.el (ido-mode): Make a new keymap every time we enable ido,
25694 as the coverage buffer/file/both may change.
25695
25696 2005-06-14 Lute Kamstra <lute@gnu.org>
25697
25698 * net/ange-ftp.el (internal-ange-ftp-mode): Use delay-mode-hooks
25699 and run-mode-hooks. Simplify.
25700
25701 * mail/rmailedit.el (rmail-edit-mode):
25702 * progmodes/octave-inf.el (inferior-octave-mode):
25703 * progmodes/sql.el (sql-interactive-mode): Use delay-mode-hooks.
25704
25705 * recentf.el (recentf-dialog-mode): Use kill-all-local-variables
25706 and run-mode-hooks.
25707 (recentf-edit-list, recentf-open-files): Don't call
25708 kill-all-local-variables directly.
25709
25710 * emacs-lisp/debug.el (debug-on-entry): Fix docstring.
25711
25712 2005-06-14 Juanma Barranquero <lekktu@gmail.com>
25713
25714 * emacs-lisp/byte-run.el (make-obsolete)
25715 (define-obsolete-function-alias): Rename arguments FUNCTION and
25716 NEW to OBSOLETE-NAME and CURRENT-NAME respectively.
25717 (make-obsolete-variable, define-obsolete-variable-alias):
25718 Rename arguments VARIABLE and NEW to OBSOLETE-NAME and CURRENT-NAME
25719 respectively.
25720
25721 * isearchb.el (isearchb-activate):
25722 * pcvs.el (cvs-mode):
25723 * ses.el (ses-load):
25724 * vc-arch.el (vc-arch-checkin, vc-arch-diff):
25725 * net/tramp.el (tramp-find-file-exists-command)
25726 (tramp-find-shell):
25727 * progmodes/ada-mode.el (ada-create-case-exception)
25728 (ada-create-case-exception-substring, ada-make-subprogram-body):
25729 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
25730 * progmodes/idlwave.el (idlwave-complete-class-structure-tag-help):
25731 * progmodes/vhdl-mode.el (vhdl-speedbar-place-component):
25732 * textmodes/org.el (org-promote, org-evaluate-time-range)
25733 (org-agenda-next-date-line, org-agenda-previous-date-line)
25734 (org-agenda-error, org-open-at-point, org-table-move-row)
25735 (org-format-table-table-html-using-table-generate-source)
25736 (org-shiftcursor-error, org-ctrl-c-ctrl-c):
25737 * textmodes/reftex.el (reftex-access-scan-info):
25738 * textmodes/reftex-toc.el (reftex-toc-dframe-p)
25739 (reftex-toc-promote-prepare): Follow error conventions.
25740
25741 * diff-mode.el (diff-mode): Fix typo in docstring.
25742
25743 * forms.el (forms--intuit-from-file): Fix reference to
25744 `forms-number-of-fields' in error message.
25745 (forms-print): Fix quoting in error message.
25746
25747 * forms.el (forms-mode):
25748 * emulation/vi.el (vi-goto-insert-state):
25749 * progmodes/flymake.el (flymake-new-err-info)
25750 (flymake-start-syntax-check-for-current-buffer)
25751 (flymake-simple-cleanup):
25752 * eshell/esh-var.el (eshell/export):
25753 * progmodes/gud.el (xdb):
25754 * textmodes/flyspell.el (flyspell-incorrect-hook)
25755 (flyspell-maybe-correct-transposition)
25756 (flyspell-maybe-correct-doubling): Fix quoting in docstring.
25757
25758 2005-06-13 Luc Teirlinck <teirllm@auburn.edu>
25759
25760 * emacs-lisp/debug.el (cancel-debug-on-entry): Mention default in
25761 minibuffer prompt.
25762
25763 2005-06-13 Kim F. Storm <storm@cua.dk>
25764
25765 * subr.el (add-to-ordered-list): New defun.
25766
25767 * emulation/cua-base.el (cua-mode): Use add-to-ordered-list to
25768 add cua--keymap-alist to emulation-mode-map-alists.
25769
25770 2005-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
25771
25772 * subr.el (complete-in-turn): New macro.
25773 (dynamic-completion-table, lazy-completion-table): Add debug info.
25774
25775 * faces.el (read-face-name): Use complete-in-turn complete non-aliases
25776 in preference to face aliases.
25777
25778 * textmodes/fill.el (fill-match-adaptive-prefix): New function.
25779 (fill-context-prefix): Use it to avoid guessing absurdly long prefixes.
25780 Remove unused vars `start' and `firstline'.
25781 (fill-nobreak-p): Fix line-move-invisible -> line-move-invisible-p.
25782 (justify-current-line, fill-individual-paragraphs): Remove unused vars.
25783
25784 2005-06-13 Eli Zaretskii <eliz@gnu.org>
25785
25786 * cus-start.el (all): Don't complain about missing GTK-related
25787 variables, unless either `gtk' is boundp or this isn't a
25788 `windows-nt' build.
25789
25790 2005-06-13 Lute Kamstra <lute@gnu.org>
25791
25792 * abbrev.el (edit-abbrevs-mode): Use kill-all-local-variables and
25793 run-mode-hooks.
25794
25795 * ediff-mult.el (ediff-meta-mode):
25796 * ediff-util.el (ediff-mode): Use run-mode-hooks.
25797
25798 * ledit.el (ledit-mode): Use delay-mode-hooks.
25799
25800 * woman.el (woman-mode-line-format): Delete constant.
25801 (woman-mode-map): Initialize it properly.
25802 (woman-mode): Set mode-class property to special.
25803 Use delay-mode-hooks and run-mode-hooks. Use the right keymap.
25804 Set major-mode and mode-name. Don't set mode-line-format directly.
25805 (Man-getpage-in-background): Don't reference woman-mode-line-format.
25806
25807 * emacs-lisp/debug.el (cancel-debug-on-entry): Make the empty
25808 string argument obsolete.
25809
25810 2005-06-13 Carsten Dominik <dominik@science.uva.nl>
25811
25812 * textmodes/org.el (org-CUA-compatible): New option.
25813 (org-disputed-keys): New variable.
25814 (org-key): New function.
25815 (orgtbl-make-binding): Add docstring to the created function.
25816 (org-mode): Set paragraph start/separate regexps.
25817 (orgtbl-mode): Don't start `orgtbl-mode' in `org-mode' buffers.
25818 (org-archive-location, org-archive-mark-done)
25819 (org-archive-stamp-time): New options.
25820 (org-archive-subtree): New command.
25821 (org-fill-paragraph): New function.
25822 (org-mode): Set `fill-paragraph-function' to `org-fill-paragraph'.
25823 (org-fake-empty-table-line): Function removed.
25824 (org-format-org-table-html): Do not create empty table lines at
25825 separator lines. Improved table header treatment.
25826 (org-link-format): New option.
25827 (org-make-link): New function.
25828 (org-insert-link, org-store-link): Use org-make-link.
25829 (org-open-file): Quote file name for shell command, to allow
25830 spaces in file names.
25831 (org-link-regexp): Fix bug with mailto link.
25832 (org-link-maybe-angles-regexp, org-protected-link-regexp):
25833 New constants.
25834 (org-export-as-html): Deal with the optional angles around a link.
25835 Better treatment of file: links.
25836 (org-open-at-point): Replace @{ and @} with < and >.
25837 (org-run-mode-hooks): Function removed.
25838 (org-agenda-mode): No longer use `org-run-mode-hooks'.
25839
25840 2005-06-13 Nick Roberts <nickrob@snap.net.nz>
25841
25842 * progmodes/gdb-ui.el (gdb-registers-mode): Let gdbmi use
25843 MI command -data-list-register-values.
25844 (gdb-post-prompt): Indent properly.
25845
25846 2005-06-13 Juanma Barranquero <lekktu@gmail.com>
25847
25848 * hilit-chg.el (highlight-changes-colors): Rename from
25849 `highlight-changes-colours'.
25850 (highlight-changes-colours): Keep as obsolete alias.
25851 (highlight-changes-face-list): Doc fix.
25852 (hilit-chg-make-list): Use `highlight-changes-colors'.
25853
25854 2005-06-12 Mark A. Hershberger <mah@everybody.org>
25855
25856 * progmodes/cperl-mode.el (cperl-mode): Remove stray paren in
25857 defun-prompt-regexp.
25858
25859 2005-06-12 Eli Zaretskii <eliz@gnu.org>
25860
25861 * loadup.el: Don't say we are dumping under 2 names on windows-nt
25862 and cygwin.
25863
25864 * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
25865 Don't use an old loaddefs.el, as in Makefile.in.
25866
25867 2005-06-12 Lute Kamstra <lute@gnu.org>
25868
25869 * Makefile.in (bootstrap-prepare): Don't use an old loaddefs.el.
25870
25871 * man.el (Man-mode-map): Initialize it properly.
25872 (Man-mode): Set mode-class property to special.
25873
25874 * calendar/calendar.el (calendar-mode): Use run-mode-hooks.
25875
25876 2005-06-11 Luc Teirlinck <teirllm@auburn.edu>
25877
25878 * menu-bar.el (menu-bar-make-toggle): Remove stray backslash.
25879 A newline is needed in the docstring there.
25880
25881 * emacs-lisp/debug.el (debug-on-entry, cancel-debug-on-entry):
25882 Doc fixes.
25883
25884 2005-06-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
25885
25886 * printing.el: Doc fix. The menubar is no more changed when printing
25887 is loaded, it only changes when pr-menu-bind or pr-update-menus is
25888 called. Now, the menubar changing will work in Emacs 20, 21 and 22.
25889 (pr-version): New version number (6.8.4).
25890 (pr-menu-bind): New command.
25891 (pr-update-menus): Docstring and code fix.
25892 (pr-menu-print-item): Now is a global var in Emacs and XEmacs.
25893 Docstring fix.
25894 (pr-txt-printer-alist, pr-ps-printer-alist, pr-gv-command)
25895 (pr-gs-command, pr-gs-switches, pr-ps-utility-alist): Docstring fix.
25896
25897 2005-06-11 Thien-Thi Nguyen <ttn@gnu.org>
25898
25899 * emacs-lisp/ewoc.el: Doc fixes for public funcs:
25900 "Returns" to "return", document useful return values, etc.
25901
25902 2005-06-11 Alan Mackenzie <acm@muc.de>
25903
25904 * fill.el (fill-context-prefix): Try `adaptive-fill-function'
25905 BEFORE `adaptive-fill-regexp' when determining a fill prefix.
25906 (adaptive-file-function): Minor amendment to doc-string.
25907
25908 2005-06-11 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
25909
25910 * thumbs.el (thumbs-per-line, thumbs-thumbsdir-max-size)
25911 (thumbs-relief, thumbs-margin, thumbs-image-resizing-step):
25912 Fix :type--it is `integer', not `string'.
25913
25914 * faces.el (modeline-highlight): Rename from (the erroneous)
25915 `modeline-higilight'.
25916
25917 2005-06-11 Lute Kamstra <lute@gnu.org>
25918
25919 * emacs-lisp/edebug.el (edebug-eval-mode-map): Don't copy
25920 lisp-interaction-mode-map but make it the parent.
25921 (edebug-eval-mode): Use define-derived-mode.
25922
25923 2005-06-11 Andreas Schwab <schwab@suse.de>
25924
25925 * bindings.el: Add binding of `ESC functionkey' for every
25926 `M-functionkey'.
25927 * hexl.el (hexl-mode-map): Likewise.
25928
25929 2005-06-10 Michael Hotchin <michael@hotchin.net> (tiny change)
25930
25931 * progmodes/compile.el (compilation-error-regexp-alist-alist)
25932 [msft]: update regexp for newer msft compilers.
25933
25934 2005-06-10 Mark A. Hershberger <mah@everybody.org>
25935
25936 * xml.el (start-chars, xml-parse-dtd): Add the ability to skip
25937 ATTLIST portions of included DTDs.
25938 (xml-parse-dtd): Eliminate use of inefficient match-data.
25939
25940 2005-06-10 Miles Bader <miles@gnu.org>
25941
25942 * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
25943 (mpuz-text): Remove "-face" suffix from face names.
25944 (mpuz-unsolved-face, mpuz-solved-face, mpuz-trivial-face)
25945 (mpuz-text-face): New backward-compatibility aliases for renamed faces.
25946 (mpuz-create-buffer, mpuz-paint-digit): Use renamed mpuz faces.
25947
25948 * play/gomoku.el (gomoku-O, gomoku-X):
25949 Remove "-face" suffix from face names.
25950 (gomoku-font-lock-O-face, gomoku-font-lock-X-face):
25951 New backward-compatibility aliases for renamed faces.
25952 (gomoku-font-lock-keywords): Use renamed gomoku faces.
25953
25954 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
25955
25956 * thumbs.el: Fixes for changes of 2005-06-09.
25957 (thumbs-thumbsdir): Force `thumbs-thumbsdir' to be interpretable
25958 as a directory.
25959 (thumbs-thumbname): Remove directory separator from format string;
25960 `thumbs-thumbsdir' now returns a valid directory name.
25961 (thumbs-temp-dir): New defsubst.
25962 (thumbs-temp-file, thumbs-resize-image, thumbs-modify-image):
25963 Use it.
25964
25965 * cus-edit.el (minibuffer):
25966 * files.el (make-backup-file-name-function):
25967 * filesets.el (filesets-external-viewers):
25968 * hilit-chg.el (highlight-changes-colours)
25969 (highlight-changes-face-list, highlight-changes-rotate-faces):
25970 * ielm.el (ielm-dynamic-return, inferior-emacs-lisp-mode):
25971 * kmacro.el (kmacro-call-macro):
25972 * log-edit.el (log-edit-changelog-full-paragraphs):
25973 * mouse.el (mouse-1-click-follows-link):
25974 * skeleton.el (skeleton-autowrap):
25975 * subr.el (insert-for-yank-1):
25976 * tempo.el (tempo-insert-region):
25977 * terminal.el (terminal-emulator):
25978 * time.el (display-time-mail-face):
25979 * vc.el (vc-annotate):
25980 * vcursor.el (vcursor-copy-line):
25981 * woman.el (woman-bold-headings, woman-ignore)
25982 (woman-default-faces, woman-monochrome-faces):
25983 * calendar/todo-mode.el (todo-insert-threshold):
25984 * emulation/pc-select.el (pc-select-selection-keys-only)
25985 (pc-selection-mode):
25986 * emulation/vip.el (vip-find-char-forward):
25987 * emulation/viper-cmd.el (viper-find-char-forward):
25988 * international/mule-cmds.el
25989 (select-safe-coding-system-accept-default-p)
25990 (input-method-exit-on-invalid-key):
25991 * international/mule-diag.el (describe-coding-system):
25992 * international/ucs-tables.el (unify-8859-on-encoding-mode):
25993 * net/browse-url.el (browse-url-xterm-program):
25994 * obsolete/lazy-lock.el (lazy-lock-mode):
25995 * progmodes/cperl-mode.el (cperl-info-on-command-no-prompt)
25996 (cperl-mode):
25997 * progmodes/cpp.el (cpp-face-light-name-list)
25998 (cpp-face-dark-name-list):
25999 * progmodes/delphi.el (delphi-newline-always-indents):
26000 Fix spellings in docstrings.
26001
26002 * ido.el (ido-mode, ido-file-extensions-order)
26003 (ido-default-file-method, ido-default-buffer-method)
26004 (ido-max-prospects, ido-slow-ftp-hosts, ido-setup-hook)
26005 (ido-decorations, ido-read-file-name-as-directory-commands)
26006 (ido-read-file-name-non-ido, ido-work-directory-list)
26007 (ido-ignore-item-temp-list, ido-current-directory)
26008 (ido-magic-forward-char, ido-enter-find-file)
26009 (ido-enter-switch-buffer, ido-visit-buffer, ido-switch-buffer)
26010 (ido-find-file, ido-read-buffer): Fix typos in docstrings.
26011
26012 2005-06-10 Lute Kamstra <lute@gnu.org>
26013
26014 * play/dunnet.el (dun-mode): Use define-derived-mode.
26015 (dungeon-mode-map): Rename to dun-mode-map. Keep old name as an
26016 obsolete alias.
26017
26018 * play/doctor.el (doctor-mode-map): Remove defvar.
26019 (doctor-mode): Use define-derived-mode.
26020
26021 * mail/mspools.el (mspools-mode):
26022 * net/eudc-hotlist.el (eudc-hotlist-mode):
26023 * play/blackbox.el (blackbox-mode): Use run-mode-hooks.
26024
26025 2005-06-10 Miles Bader <miles@gnu.org>
26026
26027 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
26028 Remove "-face" suffix from face names.
26029 (flyspell-incorrect-face, flyspell-duplicate-face):
26030 New backward-compatibility aliases for renamed faces.
26031 (flyspell-mode-on, make-flyspell-overlay)
26032 (flyspell-highlight-incorrect-region)
26033 (flyspell-highlight-duplicate-region)
26034 (flyspell-display-next-corrections)
26035 (flyspell-auto-correct-previous-word): Use renamed flyspell faces.
26036
26037 * textmodes/texinfo.el (texinfo-heading): Remove "-face" suffix
26038 from face name.
26039 (texinfo-heading-face): New backward-compatibility alias for
26040 renamed face.
26041 (texinfo-heading-face): Use renamed texinfo-heading face.
26042
26043 * textmodes/tex-mode.el (tex-math, tex-verbatim): Remove "-face"
26044 suffix from face names.
26045 (tex-math-face, tex-verbatim-face):
26046 New backward-compatibility aliases for renamed faces.
26047 (tex-math-face, tex-verbatim-face): Use renamed tex-mode faces.
26048 (tex-insert-quote): Use `tex-verbatim-face' variable instead of
26049 literal face name.
26050
26051 * textmodes/table.el (table-cell): Remove "-face" suffix from face
26052 name.
26053 (table-cell-face): New backward-compatibility alias for renamed face.
26054 (table--put-cell-face-property, table--update-cell-face):
26055 Use renamed table-cell face.
26056
26057 * textmodes/sgml-mode.el (sgml-namespace): Remove "-face" suffix
26058 from face name.
26059 (sgml-namespace-face): New backward-compatibility alias for
26060 renamed face.
26061 (sgml-namespace-face): Use renamed sgml-namespace face.
26062
26063 * textmodes/org.el (org-level-1, org-level-2, org-level-3)
26064 (org-level-4, org-level-5, org-level-6, org-level-7)
26065 (org-level-8, org-warning, org-headline-done)
26066 (org-deadline-announce, org-scheduled-today)
26067 (org-scheduled-previously, org-link, org-done, org-table)
26068 (org-time-grid): Remove "-face" suffix from face names.
26069 (org-level-1-face, org-level-2-face, org-level-3-face)
26070 (org-level-4-face, org-level-5-face, org-level-6-face)
26071 (org-level-7-face, org-level-8-face, org-warning-face)
26072 (org-headline-done-face, org-deadline-announce-face)
26073 (org-scheduled-today-face, org-scheduled-previously-face)
26074 (org-link-face, org-done-face, org-table-face)
26075 (org-time-grid-face):
26076 New backward-compatibility aliases for renamed faces.
26077 (org-level-faces, org-set-font-lock-defaults, org-timeline)
26078 (org-agenda, org-agenda-get-todos, org-agenda-get-deadlines)
26079 (org-agenda-get-timestamps, org-agenda-get-scheduled)
26080 (org-agenda-add-time-grid-maybe, org-table-p): Use renamed org faces.
26081
26082 * emulation/viper-init.el (viper-search, viper-replace-overlay)
26083 (viper-minibuffer-emacs, viper-minibuffer-insert)
26084 (viper-minibuffer-vi): Remove "-face" suffix from face names.
26085 (viper-search-face, viper-replace-overlay-face)
26086 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
26087 (viper-minibuffer-vi-face):
26088 New backward-compatibility aliases for renamed faces.
26089 (viper-search-face, viper-replace-overlay-face)
26090 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
26091 (viper-minibuffer-vi-face): Use renamed viper faces.
26092
26093 * emacs-lisp/testcover.el (testcover-nohits, testcover-1value):
26094 Remove "-face" suffix from face names.
26095 (testcover-nohits-face, testcover-1value-face):
26096 New backward-compatibility aliases for renamed faces.
26097 (testcover-mark): Use renamed testcover faces.
26098
26099 * calendar/diary-lib.el (diary-button): Remove "-face" suffix from
26100 face name.
26101 (diary-button-face): New backward-compatibility alias for renamed face.
26102 (diary-entry): Use renamed diary-button face.
26103
26104 * calendar/calendar.el (diary, calendar-today, holiday)
26105 (mark-visible-calendar-date): Remove "-face" suffix from face names.
26106 (diary-face, calendar-today-face, holiday-face):
26107 New backward-compatibility aliases for renamed faces.
26108 (eval-after-load "facemenu", diary-entry-marker)
26109 (calendar-today-marker, calendar-holiday-marker, diary-face):
26110 Use renamed calendar faces.
26111
26112 * compare-w.el (compare-windows): Remove "-face" suffix from face name.
26113 (compare-windows-face): New backward-compatibility alias for
26114 renamed face.
26115 (compare-windows-highlight): Use renamed compare-windows face.
26116
26117 * strokes.el (strokes-char): Remove "-face" suffix from face name.
26118 (strokes-char-face): New backward-compatibility alias for renamed face.
26119 (strokes-encode-buffer): Use renamed strokes-char face.
26120
26121 * pcvs-info.el (cvs-header, cvs-filename, cvs-unknown)
26122 (cvs-handled, cvs-need-action, cvs-marked, cvs-msg):
26123 Remove "-face" suffix from face names.
26124 (cvs-header-face, cvs-filename-face, cvs-unknown-face)
26125 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
26126 (cvs-msg-face): New backward-compatibility aliases for renamed faces.
26127 (cvs-fi-up-to-date-face, cvs-fi-unknown-face, cvs-fileinfo-pp):
26128 Use renamed pcvs faces.
26129 * pcvs.el (cvs-mode-find-file): Use renamed pcvs faces.
26130 * pcvs-defs.el (cvs-mode-map): Likewise.
26131 * cvs-status.el (cvs-status-font-lock-keywords): Likewise.
26132
26133 * info.el (info-title-1, info-title-2, info-title-3)
26134 (info-title-4): Remove "-face" suffix from and downcase face names.
26135 (Info-title-1-face, Info-title-2-face, Info-title-3-face)
26136 (Info-title-4-face):
26137 New backward-compatibility aliases for renamed faces.
26138 (Info-fontify-node): Use renamed info faces.
26139
26140 * hilit-chg.el (highlight-changes, highlight-changes-delete):
26141 Remove "-face" suffix from face names.
26142 (highlight-changes-face, highlight-changes-delete-face):
26143 New backward-compatibility aliases for renamed faces.
26144 (hilit-chg-cust-fix-changes-face-list, hilit-chg-make-ov)
26145 (hilit-chg-make-list): Use renamed highlight-changes faces.
26146
26147 * generic-x.el (show-tabs-tab, show-tabs-space):
26148 Remove "-face" suffix from face names.
26149 (show-tabs-tab-face, show-tabs-space-face):
26150 New backward-compatibility aliases for renamed faces.
26151 (show-tabs-generic-mode-font-lock-defaults-1)
26152 (show-tabs-generic-mode-font-lock-defaults-2):
26153 Use renamed show-tabs faces.
26154
26155 * smerge-mode.el (smerge-mine, smerge-other, smerge-base)
26156 (smerge-markers): Remove "-face" suffix from face names.
26157 (smerge-mine-face, smerge-other-face, smerge-base-face)
26158 (smerge-markers-face):
26159 New backward-compatibility aliases for renamed faces.
26160 (smerge-mine-face, smerge-other-face, smerge-base-face)
26161 (smerge-markers-face): Use renamed smerge faces.
26162
26163 * log-view.el (log-view-file, log-view-message): Remove "-face"
26164 suffix from face names.
26165 (log-view-file-face, log-view-message-face):
26166 New backward-compatibility aliases for renamed faces.
26167 (log-view-file-face, log-view-message-face): Use renamed log-view
26168 faces.
26169
26170 * paren.el (show-paren-match, show-paren-mismatch):
26171 Remove "-face" suffix from face names.
26172 (show-paren-match-face, show-paren-mismatch-face):
26173 New backward-compatibility aliases for renamed faces.
26174 (show-paren-function): Use renamed show-paren faces.
26175
26176 * ruler-mode.el (ruler-mode-default, ruler-mode-pad)
26177 (ruler-mode-margins, ruler-mode-fringes)
26178 (ruler-mode-column-number, ruler-mode-fill-column)
26179 (ruler-mode-comment-column, ruler-mode-goal-column)
26180 (ruler-mode-tab-stop, ruler-mode-current-column): Remove "-face"
26181 suffix from face names.
26182 (ruler-mode-default-face, ruler-mode-pad-face)
26183 (ruler-mode-margins-face, ruler-mode-fringes-face)
26184 (ruler-mode-column-number-face, ruler-mode-fill-column-face)
26185 (ruler-mode-comment-column-face, ruler-mode-goal-column-face)
26186 (ruler-mode-tab-stop-face, ruler-mode-current-column-face):
26187 New backward-compatibility aliases for renamed faces.
26188 (ruler-mode-pad, ruler-mode-margins, ruler-mode-fringes)
26189 (ruler-mode-column-number, ruler-mode-fill-column)
26190 (ruler-mode-comment-column, ruler-mode-goal-column)
26191 (ruler-mode-tab-stop, ruler-mode-current-column)
26192 (ruler-mode-mouse-grab-any-column, ruler-mode-ruler): Use renamed
26193 faces.
26194
26195 * whitespace.el (whitespace-highlight): Remove "-face" suffix from
26196 face name.
26197 (whitespace-highlight-the-space): Use renamed face.
26198 (whitespace-highlight-face): New backward-compatibility alias for
26199 renamed face.
26200
26201 * woman.el (woman-italic, woman-bold, woman-unknown)
26202 (woman-addition, woman-symbol-face):
26203 Remove "-face" suffix from face names.
26204 (woman-italic-face, woman-bold-face, woman-unknown-face)
26205 (woman-addition-face):
26206 New backward-compatibility aliases for renamed faces.
26207 (woman-default-faces, woman-monochrome-faces, woman-man-buffer)
26208 (woman-decode-region, woman-replace-match)
26209 (woman-display-extended-fonts, woman-special-characters)
26210 (woman-font-alist, woman-change-fonts, woman2-TH, woman2-SH):
26211 Use renamed woman faces.
26212
26213 * longlines.el (longlines-visible-face): Face removed.
26214
26215 * diff-mode.el (diff-header, diff-file-header, diff-index)
26216 (diff-hunk-header, diff-removed, diff-added, diff-changed)
26217 (diff-function, diff-context, diff-nonexistent): Remove "-face"
26218 suffix from face names.
26219 (diff-header-face, diff-file-header-face, diff-index-face)
26220 (diff-hunk-header-face, diff-removed-face, diff-added-face)
26221 (diff-changed-face, diff-function-face, diff-context-face)
26222 (diff-nonexistent-face): New backward-compatibility aliases for
26223 renamed faces.
26224 (diff-header-face, diff-file-header-face)
26225 (diff-index, diff-index-face, diff-hunk-header)
26226 (diff-hunk-header-face, diff-removed, diff-removed-face)
26227 (diff-added, diff-added-face, diff-changed-face, diff-function)
26228 (diff-function-face, diff-context-face, diff-nonexistent)
26229 (diff-nonexistent-face): Use renamed diff-mode faces.
26230
26231 * progmodes/compile.el (compilation-warning-face)
26232 (compilation-info-face): Remove "-face" suffix from face names.
26233 (compilation-warning-face, compilation-info-face):
26234 New backward-compatibility aliases for renamed faces.
26235 (compilation-warning-face, compilation-info-face):
26236 Use renamed compilation faces.
26237
26238 * add-log.el (change-log-date, change-log-name)
26239 (change-log-email, change-log-file, change-log-list)
26240 (change-log-conditionals, change-log-function)
26241 (change-log-acknowledgement): Remove "-face" suffix from face names.
26242 (change-log-date-face, change-log-name-face)
26243 (change-log-email-face, change-log-file-face)
26244 (change-log-list-face, change-log-conditionals-face)
26245 (change-log-function-face, change-log-acknowledgement-face):
26246 New backward-compatibility aliases for renamed faces.
26247 (change-log-font-lock-keywords): Use renamed change-log faces.
26248
26249 * cus-edit.el (custom-invalid, custom-rogue, custom-modified)
26250 (custom-set, custom-changed, custom-saved, custom-button)
26251 (custom-button-pressed, custom-documentation, custom-state)
26252 (custom-comment, custom-comment-tag, custom-variable-tag)
26253 (custom-variable-button, custom-face-tag, custom-group-tag-1)
26254 (custom-group-tag): Remove "-face" suffix from face names.
26255 (custom-magic-alist, custom-magic-value-create)
26256 (custom-group-sample-face-get, custom-mode): Use renamed custom faces.
26257 (custom-invalid-face, custom-rogue-face, custom-modified-face)
26258 (custom-set-face, custom-changed-face, custom-saved-face)
26259 (custom-button-face, custom-button-pressed-face)
26260 (custom-documentation-face, custom-state-face)
26261 (custom-comment-face, custom-comment-tag-face)
26262 (custom-variable-tag-face, custom-variable-button-face)
26263 (custom-face-tag-face, custom-group-tag-face-1)
26264 (custom-group-tag-face):
26265 New backward-compatibility aliases for renamed faces.
26266
26267 * wid-edit.el (widget-documentation, widget-button)
26268 (widget-field, widget-single-line-field, widget-inactive)
26269 (widget-button-pressed): "-face" suffix removed from face names.
26270 (widget-documentation-face, widget-button-face)
26271 (widget-field-face, widget-single-line-field-face)
26272 (widget-inactive-face, widget-button-pressed-face):
26273 New backward-compatibility aliases for renamed faces.
26274 (widget-documentation-face, widget-button-face)
26275 (widget-button-pressed-face, widget-specify-field)
26276 (widget-specify-inactive): Use renamed widget faces.
26277
26278 2005-06-10 Kenichi Handa <handa@m17n.org>
26279
26280 * term/x-win.el (x-clipboard-yank): Remove condition-case
26281 wrapping.
26282
26283 2005-06-11 Kenichi Handa <handa@m17n.org>
26284
26285 * add-log.el (change-log-font-lock-keywords): Make the regexp for
26286 date lines stricter.
26287
26288 2005-06-10 Zhang Wei <id.brep@gmail.com>
26289
26290 * term/x-win.el (x-clipboard-yank): Use x-selection-value instead
26291 of x-get-selection.
26292
26293 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
26294
26295 * comint.el (comint-mode, comint-snapshot-last-prompt):
26296 * frame.el (frame-current-scroll-bars):
26297 * term.el (term-mode, term-check-proc, term-input-sender)
26298 (term-simple-send, term-extract-string, term-word)
26299 (term-match-partial-filename):
26300 * window.el (window-current-scroll-bars):
26301 * emulation/cua-base.el (cua-normal-cursor-color)
26302 (cua-read-only-cursor-color, cua-overwrite-cursor-color)
26303 (cua-global-mark-cursor-color):
26304 * mail/undigest.el (rmail-forward-separator-regex):
26305 Fix typos in docstrings.
26306
26307 * comint.el (comint-check-proc, make-comint-in-buffer)
26308 (comint-source-default): Doc fixes.
26309
26310 * term.el (term-send-string): Improve argument/docstring consistency.
26311
26312 2005-06-09 Luc Teirlinck <teirllm@auburn.edu>
26313
26314 * comint.el (comint-send-input): Bind `inhibit-read-only' around
26315 call to `delete-region'.
26316 (comint-mode-hook): Do not enable Font Lock by default.
26317
26318 2005-06-09 Lute Kamstra <lute@gnu.org>
26319
26320 * textmodes/ispell.el (ispell-menu-map-needed): flyspell-mode
26321 could be void.
26322
26323 2005-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
26324
26325 * emacs-lisp/debug.el (debugger-will-be-back): New var.
26326 (debug): Use it.
26327 (debugger-step-through, debugger-continue, debugger-jump)
26328 (debugger-return-value): Set it when needed.
26329 (debugger-make-xrefs, debugger-frame, debugger-frame-clear):
26330 Use inhibit-read-only.
26331
26332 2005-06-09 Juanma Barranquero <lekktu@gmail.com>
26333
26334 * window.el (shrink-window-if-larger-than-buffer)
26335 (window-size-fixed): Fix typo in docstring.
26336
26337 * thumbs.el: Don't set `auto-image-file-mode'. Do not create the
26338 thumbnails directory on loading.
26339 (thumbs-conversion-program): Use `eq' to check the system type,
26340 not `equal'.
26341 (thumbs-temp-dir): Initialize to `temporary-file-directory',
26342 not "/tmp". Fix docstring.
26343 (thumbs-thumbsdir): New function to return the thumbnails
26344 directory, creating it if needed.
26345 (thumbs-cleanup-thumbsdir, thumbs-thumbname): Use it.
26346 (thumbs-temp-file): Delete variable and make it into a function.
26347 (thumbs-resize-image, thumbs-modify-image): Use it.
26348 (thumbs-kill-buffer): Simplify.
26349 (thumbs-gensym): Defalias or duplicate CL `gensym'.
26350 (thumbs-resize-image, thumbs-resize-interactive): Fix typos in
26351 docstrings.
26352
26353 2005-06-09 Kim F. Storm <storm@cua.dk>
26354
26355 * subr.el (save-match-data): Add RESEAT arg `evaporate' to
26356 set-match-data to free markers in match-data.
26357
26358 * replace.el (replace-match-data): Pass RESEAT arg `t' to
26359 match-data to unchain markers in match-data.
26360
26361 2005-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
26362
26363 * emacs-lisp/debug.el (debug): Don't iconify if we know we'll re-enter
26364 the debugger immediately anyway. Undo the 2005-06-06 change, rendered
26365 unnecessary now.
26366
26367 2005-06-08 Richard M. Stallman <rms@gnu.org>
26368
26369 * emacs-lisp/easy-mmode.el (define-minor-mode): If BODY is empty,
26370 give the variable a doc string that doesn't say don't set it directly.
26371
26372 * textmodes/ispell.el (ispell-check-version):
26373 Use match-string-no-properties.
26374 (ispell-region, ispell-buffer-local-parsing, ispell-buffer-local-dict)
26375 (ispell-buffer-local-words): Likewise.
26376
26377 * progmodes/make-mode.el (makefile-shell-face): Make this a no-op
26378 except on terminals with enough colors to really display it.
26379 (makefile-dependency-regex): Delete spurious `bb'.
26380
26381 * faces.el (escape-glyph): Use blue once again in last case.
26382 (no-break-space): Redefine so that it isn't invisible on a tty.
26383
26384 2005-06-08 Kim F. Storm <storm@cua.dk>
26385
26386 * ido.el (ido-read-file-name): Fallback to read-file-name on C-f
26387 also when reading directory name.
26388
26389 2005-06-08 Lute Kamstra <lute@gnu.org>
26390
26391 * textmodes/flyspell.el (flyspell-mode): Use define-minor-mode.
26392 (flyspell-mode-line-string): Remove autoload cookie.
26393 (flyspell-mode): Remove defvar.
26394
26395 2005-06-07 Lute Kamstra <lute@gnu.org>
26396
26397 * textmodes/org.el (org-run-mode-hooks): New function.
26398 (org-agenda-mode): Use it.
26399
26400 2005-06-07 David McCabe <davemccabe@gmail.com> (tiny change)
26401
26402 * emacs-lisp/lisp-mode.el (defstruct): Set `doc-string-elt' property.
26403
26404 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
26405
26406 * international/iso-cvt.el (iso-sgml2iso-trans-tab): Add NBSP.
26407
26408 2005-06-06 Luc Teirlinck <teirllm@auburn.edu>
26409
26410 * font-lock.el (font-lock-add-keywords): Doc fix.
26411
26412 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
26413
26414 * textmodes/tex-mode.el (tex-guess-mode): Add RequirePackage.
26415 (tex-compile-default): In the absence of any history, use the order in
26416 tex-compile-alist to choose the preferred command.
26417 (tex-compile-commands): Reorder a bit.
26418
26419 * textmodes/flyspell.el (flyspell-auto-correct-binding)
26420 (flyspell-incorrect-face, flyspell-duplicate-face):
26421 Use (X)Emacs-agnostic code.
26422 (flyspell-mode-map): Don't overwrite at each load. Remove code
26423 redundant with the subsequent add-minor-mode. Merge Emacs and
26424 XEmacs code.
26425 (flyspell-word): Minor simplification.
26426 (flyspell-math-tex-command-p): Quieten the byte-compiler.
26427 (flyspell-external-point-words): Remove unused vars `size' and `start'.
26428 (flyspell-do-correct): Rename from flyspell-xemacs-correct.
26429 Merge the corresponding Emacs code.
26430 (flyspell-correct-word, flyspell-xemacs-popup):
26431 Use flyspell-do-correct.
26432
26433 * emacs-lisp/debug.el (debug): Don't bury the buffer unless it's in
26434 a dedicated window.
26435
26436 * international/latexenc.el (latexenc-find-file-coding-system):
26437 Undo part of last patch, to turn off a compiler warning.
26438
26439 2005-06-06 Juri Linkov <juri@jurta.org>
26440
26441 * tmm.el (tmm-inactive, tmm-remove-inactive-mouse-face):
26442 Rename `tmm-inactive-face' to `tmm-inactive'.
26443
26444 2005-06-06 Matt Hodges <MPHodges@member.fsf.org>
26445
26446 * iswitchb.el: Rename faces.
26447
26448 2005-06-06 Kim F. Storm <storm@cua.dk>
26449
26450 * emulation/cua-base.el (cua-rectangle, cua-rectangle-noselect)
26451 (cua-global-mark): Remove -face suffix from face names.
26452
26453 * emulation/cua-gmrk.el (cua--init-global-mark):
26454 Remove cua-global-mark face setup.
26455
26456 2005-06-06 Richard M. Stallman <rms@gnu.org>
26457
26458 * progmodes/make-mode.el (makefile-dependency-regex): Handle whitespace
26459 just like other allowed characters.
26460 (makefile-match-dependency): Exclude leading and training whitespace
26461 from the range of regexp subexp 1.
26462 (makefile-macroassign-regex): Don't try to match the body,
26463 just the name of the macro being defined.
26464
26465 * info.el (Info-read-node-name-2): New function.
26466 (Info-read-node-name-1): Use that.
26467 Add a completion-base-size-function property.
26468
26469 * simple.el (completion-setup-function): Look for
26470 completion-base-size-function property of minibuffer-completion-table.
26471
26472 * files.el (locate-file-completion): Doc fix.
26473
26474 * printing.el: Don't call pr-update-menus; user must do that.
26475
26476 * emacs-lisp/debug.el (debugger-window): New variable.
26477 (debug): Use debugger-window if it is set and still alive.
26478 Record debugger-window for next entry.
26479
26480 * mail/supercite.el (sc-mail-glom-frame): Mark as risky.
26481
26482 2005-06-06 Matthias F\e,Av\e(Brste <slashdevslashnull@gmx.net>
26483
26484 * files.el (hack-local-variables-confirm): New arg FLAG-TO-CHECK.
26485 (hack-one-local-variable, hack-local-variables)
26486 (hack-local-variables-prop-line): Pass that arg.
26487
26488 2005-06-06 Kim F. Storm <storm@cua.dk>
26489
26490 * ido.el (ido-first-match, ido-only-match, ido-subdir)
26491 (ido-indicator): Remove -face suffix from face names.
26492
26493 2005-06-06 Juri Linkov <juri@jurta.org>
26494
26495 * font-lock.el (font-lock-regexp-backslash)
26496 (font-lock-regexp-backslash-construct): New faces.
26497 (lisp-font-lock-keywords-2): Use new faces. Match `?:' only
26498 after `('. Add `while-no-input' to control structures.
26499
26500 * faces.el (no-break-space, shadow): New faces.
26501 (escape-glyph): Use less loud colors pink2 and red4.
26502
26503 * diff-mode.el (diff-context-face)
26504 * dired.el (dired-ignored)
26505 * rfn-eshadow.el (file-name-shadow)
26506 * tmm.el (tmm-inactive-face): Inherit from `shadow' face.
26507
26508 * info.el (Info-title-1-face): Use green instead of yellow because
26509 bold yellow is not readable on light backgrounds.
26510
26511 * progmodes/compile.el (compilation-start): Move `erase-buffer' up
26512 before selecting the desired mode to not spend time fontifying
26513 old contents.
26514
26515 2005-06-06 Juanma Barranquero <lekktu@gmail.com>
26516
26517 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-image-resizing-step)
26518 (thumbs-thumbsdir-auto-clean): Fix typos in docstrings.
26519
26520 * ps-print.el (ps-default-fg, ps-default-bg):
26521 Fix typos in docstrings.
26522
26523 * isearchb.el (isearchb): Don't pass a spurious second argument to
26524 `iswitchb-completions'.
26525
26526 2005-06-05 Nick Roberts <nickrob@snap.net.nz>
26527
26528 * progmodes/gdb-ui.el (gdb-info-locals-handler): Use window point
26529 to preserve point.
26530 (gdb-find-file-hook): Add doc string.
26531
26532 * progmodes/gud.el (gdb, gud-menu-map): Add command to evaluate
26533 C dereferenced pointer expression.
26534 (gud-tool-bar-map): Put it on the tool bar. Re-order icons.
26535
26536 * toolbar/gud-pstar.xpm, toolbar/gud-pstar.pbm: New files.
26537
26538 * toolbar/gud-break.xpm, toolbar/gud-cont.xpm, toolbar/gud-down.xpm
26539 * toolbar/gud-finish.xpm, toolbar/gud-ni.xpm, toolbar/gud-n.xpm
26540 * toolbar/gud-print.xpm, toolbar/gud-remove.xpm, toolbar/gud-run.xpm
26541 * toolbar/gud-si.xpm, toolbar/gud-s.xpm, toolbar/gud-until.xpm
26542 * toolbar/gud-up.xpm, toolbar/gud-watch.xpm:
26543 Make background transparent.
26544
26545 2005-06-04 Luc Teirlinck <teirllm@auburn.edu>
26546
26547 * font-lock.el (font-lock-add-keywords): Doc fix. Comment change.
26548 (font-lock-remove-keywords): Doc fix.
26549 (font-lock-mode-major-mode): Compiler defvar.
26550 (font-lock-set-defaults): Use `font-lock-mode-major-mode'.
26551
26552 * font-core.el (font-lock-mode-major-mode): Compiler defvar.
26553 (font-lock-mode): Update `font-lock-mode-major-mode'.
26554 (font-lock-set-defaults): Compiler defvar.
26555 (font-lock-default-function): Take `font-lock-mode-major-mode'
26556 into account.
26557
26558 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Make it
26559 keep track of which major mode it enabled the minor mode for.
26560 Use find-file-hook again. Update docstring.
26561
26562 * simple.el (eval-expression-print-level)
26563 (eval-expression-print-length, eval-expression-debug-on-error):
26564 Doc fixes.
26565
26566 2005-06-04 Matt Hodges <MPHodges@member.fsf.org>
26567
26568 * iswitchb.el (iswitchb-single-match-face)
26569 (iswitchb-current-match-face, iswitchb-virtual-matches-face)
26570 (iswitchb-invalid-regexp-face): New faces.
26571 (iswitchb-completions): Use them.
26572 (iswitchb-use-faces): Rename from iswitchb-use-fonts, which is
26573 now marked as an obsolete alias.
26574 (iswitchb-read-buffer): Remove check for bound font variables.
26575 (iswitchb-invalid-regexp): New free variable.
26576 (iswitchb-get-matched-buffers): Catch invalid-regexp errors and
26577 set iswitchb-invalid-regexp.
26578 (iswitchb, iswitchb-complete, iswitchb-completions): Deal with
26579 invalid regexps.
26580 (iswitchb-completions): Add check for complete match when entering
26581 a regexp.
26582 (iswitchb-completions): Remove require-match argument.
26583 (iswitchb-exhibit): Fix caller.
26584 (iswitchb-common-match-inserted): New variable.
26585 (iswitchb-complete, iswitchb-completion-help): Use it.
26586
26587 2005-06-04 David Reitter <david.reitter@gmail.com> (tiny change)
26588
26589 * url-http.el (url-http-chunked-encoding-after-change-function):
26590 Use `url-http-debug' instead of `message'.
26591
26592 2005-06-04 Thierry Emery <thierry.emery@free.fr> (tiny change)
26593
26594 * url-http.el (url-http-parse-headers): Pass redirected URL as a
26595 callback argument.
26596
26597 2005-06-04 Kim F. Storm <storm@cua.dk>
26598
26599 * simple.el (line-move): Only call sit-for when moving backwards.
26600
26601 * ido.el (ido-make-merged-file-list-1): New defun split from
26602 ido-make-merged-file-list.
26603 (ido-make-merged-file-list): Bind throw-on-input around call to
26604 ido-make-merged-file-list-1. Return input-pending-p if
26605 interrupted by more input available.
26606 (ido-read-internal): Handle input-pending-p return value from
26607 ido-make-merged-file-list.
26608
26609 2005-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
26610
26611 * textmodes/flyspell.el (flyspell-check-word-p): Simplify silly
26612 compatibility code.
26613
26614 * international/latexenc.el (latexenc-find-file-coding-system):
26615 Don't inherit the EOL part of the coding-system from the
26616 tex-main buffer. Fit within 80 columns.
26617
26618 2005-06-03 Matt Hodges <MPHodges@member.fsf.org>
26619
26620 * tmm.el (tmm-inactive-face): New face.
26621 (tmm-remove-inactive-mouse-face): New function.
26622 (tmm-prompt, tmm-add-one-shortcut)
26623 (tmm-add-prompt, tmm-get-keymap): Make active menu items visible
26624 but not selectable.
26625
26626 2005-06-03 Juanma Barranquero <lekktu@gmail.com>
26627
26628 * faces.el (face-equal): Improve argument/docstring consistency.
26629
26630 2005-06-03 Daniel Pfeiffer <occitan@esperanto.org>
26631
26632 * progmodes/make-mode.el (makefile-targets-face)
26633 (makefile-shell-face, makefile-makepp-perl-face): Add :version.
26634 (makefile-bsdmake-dependency-regex)
26635 (makefile-makepp-rule-action-regex)
26636 (makefile-bsdmake-rule-action-regex): New constants.
26637 (makefile-makepp-mode, makefile-bsdmake-mode): Use them.
26638
26639 * progmodes/compile.el (compilation-error-regexp-alist-alist):
26640 Allow (...) within `...' for makepp messages.
26641
26642 2005-06-03 Michael Kifer <kifer@cs.stonybrook.edu>
26643
26644 * ediff-diff.el (ediff-same-contents): Eliminate CL-type functions.
26645
26646 * ediff-mult.el (ediff-intersect-directories): Make sure that ".." and
26647 "." files are deleted from all file lists before comparison.
26648
26649 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
26650 (viper-ESC-key): Made them customizable.
26651
26652 * viper.el (viper-non-hook-settings): Fix the names of defadvices.
26653
26654 2005-06-01 Luc Teirlinck <teirllm@auburn.edu>
26655
26656 * autorevert.el (auto-revert-buffers): Use save-match-data.
26657
26658 2005-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
26659
26660 * emacs-lisp/easymenu.el (easy-menu-return-item): Quick fix to find
26661 menu items with a nil command binding.
26662
26663 2005-06-01 Juanma Barranquero <lekktu@gmail.com>
26664
26665 * emacs-lisp/cl-macs.el (defsetf):
26666 Improve argument/docstring consistency.
26667
26668 * faces.el (list-faces-display): Improve the formatting by
26669 computing the maximum length required for any face-name (reworked
26670 patch of 1999-01-11, accidentally deleted on 1999-07-21).
26671 (internal-find-face): Remove redundant info in docstring.
26672
26673 2005-06-01 Nick Roberts <nickrob@snap.net.nz>
26674
26675 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-1)
26676 (gdb-info-breakpoints-custom, gdb-delete-breakpoint)
26677 (gdb-goto-breakpoint, gdb-source-info, gdb-get-location)
26678 (gdb-assembler-custom): Improve regexps.
26679 (def-gdb-auto-update-handler): Use window point to preserve point.
26680
26681 2005-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
26682
26683 * thumbs.el (thumbs-mode): Fix misuse of make-variable-buffer-local.
26684
26685 2005-05-31 Jay Belanger <belanger@truman.edu>
26686
26687 * calc/calc-embed.el (calc-embedded-word): Change argument passed
26688 to calc-embedded.
26689 (calc-embedded-make-info): Have plain prefix argument select
26690 entire line.
26691
26692 2005-05-31 Juanma Barranquero <lekktu@gmail.com>
26693
26694 * faces.el (list-faces-display): Signal error if passed a regexp
26695 that matches no face name.
26696
26697 * simple.el (filter-buffer-substring): Fix typo in docstring.
26698
26699 2005-05-31 Richard M. Stallman <rms@gnu.org>
26700
26701 * progmodes/vhdl-mode.el (vhdl-fill-region): Test ARG, not INTERACTIVE.
26702 (vhdl-emacs-21): Doc fix.
26703 (vhdl-mode): Unconditionally set comment-padding.
26704 (vhdl-fixup-whitespace-region): Insert spaces only where
26705 there are none.
26706 (vhdl-statistics-buffer): Make the Emacs 21 behavior universal.
26707
26708 2005-05-30 John Wiegley <johnw@newartisans.com>
26709
26710 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
26711 * eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-io.el
26712 * eshell/esh-util.el, eshell/esh-var.el: Change all uses of
26713 `directory-sep-char' to ?/, and all uses of `string-to-int' to
26714 `string-to-number'.
26715
26716 2005-05-30 Jay Belanger <belanger@truman.edu>
26717
26718 * calc/calc.el (calc-bug-address): Fix docstring.
26719 (calc-window-hook, calc-trail-window-hook): New variables.
26720 (calc-trail-display): Restore use of calc-trail-window-hook.
26721 (calc): Restore use of calc-window-hook.
26722
26723 2005-05-31 Masatake YAMATO <jet@gyve.org>
26724
26725 * emacs-lisp/find-func.el (find-function-noselect): Handle subroutines.
26726
26727 * help-fns.el (help-C-file-name): Add autoload mark for
26728 `find-function-noselect'.
26729
26730 2005-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
26731
26732 * textmodes/tex-mode.el (tex-compile-commands, tex-compile)
26733 (tex-start-tex): Undo all but the last part of the 2005-05-28 change.
26734
26735 2005-05-30 Glenn Morris <gmorris@ast.cam.ac.uk>
26736
26737 * calendar/diary-lib.el (mark-included-diary-files): Only kill
26738 included diary buffer if it was not already being visited.
26739 Reported by Stephen Berman <Stephen.Berman@gmx.net>.
26740
26741 * calendar/icalendar.el (top-level): Do not require appt.
26742
26743 * mail/supercite.el (sc-select-attribution): Only use a list
26744 element from sc-attrib-selection-list if it returns a string.
26745 Reported by Davide G. M. Salvetti <salve@debian.org>.
26746
26747 2005-05-30 Juanma Barranquero <lekktu@gmail.com>
26748
26749 * thumbs.el (thumbs-thumbname): The resulting thumbname now
26750 includes a hash value to improve its uniqueness, and has a ".jpg"
26751 extension. Also, it is now a valid filename on all systems.
26752 (thumbs-make-thumb): Use `let', not `let*'.
26753 (thumbs-show-thumbs-list): Check for JPEG availability.
26754
26755 2005-05-30 Richard M. Stallman <rms@gnu.org>
26756
26757 * filesets.el (filesets-menu-ensure-use-cached):
26758 Prevent warning when emacs-version>= is undefined.
26759
26760 * printing.el (pr-interactive-n-up): Use string-to-number.
26761
26762 * emulation/tpu-mapper.el: Use eval-buffer, not eval-current-buffer.
26763
26764 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
26765 Warn only when name to be defined is quoted.
26766
26767 2005-05-30 Nick Roberts <nickrob@snap.net.nz>
26768
26769 * progmodes/gdb-ui.el (gdb-toggle-breakpoint):
26770 Make regexp more robust.
26771 (gdb-display-assembler-buffer, gdb-frame-assembler-buffer):
26772 Force regeneration of disassembly.
26773
26774 2005-05-29 Jay Belanger <belanger@truman.edu>
26775
26776 * calc/calc.el (calc-user-invocation): Check if
26777 calc-invocation-macro is non-nil.
26778
26779 2005-05-29 Juri Linkov <juri@jurta.org>
26780
26781 * add-log.el (change-log-font-lock-keywords):
26782 Add `+' to e-mail regexp to accept mail address with keywords.
26783
26784 * man.el (Man-name-regexp): Add `:' to accept qualified names.
26785
26786 2005-05-29 Luc Teirlinck <teirllm@auburn.edu>
26787
26788 * progmodes/inf-lisp.el (inferior-lisp-mode): Use delay-mode-hooks.
26789
26790 * ielm.el (inferior-emacs-lisp-mode): Ditto.
26791
26792 2005-05-29 Richard M. Stallman <rms@gnu.org>
26793
26794 * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
26795 Undo the change that moves to end of the current word.
26796
26797 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
26798
26799 * progmodes/gdb-ui.el (gdb-memory-set-repeat-count):
26800 Throw error when count <= 0 to ensure input is a number.
26801 (gdb-read-memory-custom): Pick up address from buffer.
26802 (gdb-memory-mode): Allow user to increment and decrement
26803 memory address from header line.
26804
26805 2005-05-29 Richard M. Stallman <rms@gnu.org>
26806
26807 * flyspell.el (flyspell-version): Function deleted.
26808 (flyspell-auto-correct-previous-hook): Doc fix.
26809
26810 * jit-lock.el (jit-lock-function, jit-lock-after-change):
26811 Do nothing if memory is full.
26812
26813 * font-lock.el (font-lock-fontify-syntactically-region):
26814 Pass t for GREEDY to looking-back.
26815
26816 * saveplace.el (save-place-alist-to-file): Write the file
26817 using write-region.
26818
26819 * subr.el (looking-back): New argument GREEDY.
26820
26821 * progmodes/compile.el (compilation-start): Set the mode
26822 before inserting the initial text.
26823
26824 * progmodes/which-func.el (which-func-update-1): Turn the mode
26825 off in case of error by setting which-func-mode.
26826
26827 2005-05-29 Peter Heslin <p.j.heslin@durham.ac.uk> (tiny change)
26828
26829 * flyspell.el (flyspell-auto-correct-previous-word):
26830 Narrow down to what's on the screen, and recenter overlays
26831 at the end of the next word.
26832
26833 2005-05-29 Manuel Serrano <Manuel.Serrano@sophia.inria.fr>
26834
26835 * flyspell.el (flyspell-emacs, flyspell-use-local-map): Vars moved up.
26836 (flyspell-default-delayed-commands): Add backward-delete-char-untabify.
26837 (flyspell-abbrev-p): Default to nil.
26838 (flyspell-use-global-abbrev-table-p): Doc fix.
26839 (flyspell-large-region): Allow nil as value.
26840 (flyspell-use-meta-tab, flyspell-auto-correct-binding): New variables.
26841
26842 (mail-mode-flyspell-verify): More robust handling
26843 of `mail-header-separator'. More efficient signature detection.
26844 Allow for regexp metacharacters in message-header-separator.
26845 Adding `To' not to be checked in mail-mode-flyspell-verify.
26846
26847 (flyspell-prog-mode): Run flyspell-prog-mode-hook.
26848 (flyspell-mouse-map): Bind M-TAB only if flyspell-use-meta-tab.
26849 Bind flyspell-auto-correct-binding.
26850 Bind C-. and C-, .
26851 (flyspell-mode-map): Likewise.
26852 (flyspell-mode): Doc fix.
26853 (flyspell-accept-buffer-local-defs): Preserve current buffer.
26854 (flyspell-mode-on): Bind flyspell-mouse-map and flyspell-mode-map.
26855 (flyspell-word-cache-result): New var, always local.
26856 (flyspell-check-pre-word-p): Doc fix.
26857 (flyspell-check-changed-word-p): Handle spc like newline.
26858 (flyspell-post-command-hook): Set flyspell-word-cache-result.
26859 (flyspell-word-search-backward, flyspell-word-search-forward):
26860 New functions.
26861 (flyspell-word): Return t if nothing to check.
26862 When parsing TeX code, check for after } or \.
26863 Use flyspell-word-search-backward to find previous word.
26864 Return nil if duplicated word.
26865 For word already checked, return same value as last time.
26866 Set flyspell-word-cache-result after checking.
26867 Don't clobber the return value.
26868 (flyspell-get-word): Major rewrite.
26869 (flyspell-external-point-words): New locals pword, pcount.
26870 Fix size used in progress message.
26871 Find the proper corresponding word in flyspell-large-region-buffer.
26872 (flyspell-region): Check for flyspell-large-region = nil.
26873 (flyspell-highlight-incorrect-region): Clean up overlays in region.
26874 (flyspell-auto-correct-word): Check that WORD is a cons.
26875 (flyspell-correct-word): Likewise.
26876
26877 2005-05-29 Daniel Pfeiffer <occitan@esperanto.org>
26878
26879 * progmodes/make-mode.el (makefile-rule-action-regex)
26880 (makefile-macroassign-regex, makefile-makepp-mode)
26881 (makefile-bsdmake-mode): Continuation lines may be empty.
26882 Reported by Joshua Varner.
26883 (makefile-makepp-font-lock-keywords): Add $(stem).
26884
26885 2005-05-28 Karl Berry <karl@gnu.org>
26886
26887 * textmodes/tex-mode.el: Now that tex-send-command calls
26888 shell-quote-argument (2005-03-31 change), remove all calls to
26889 shell-quote-argument; they all end up invoking tex-send-command.
26890 The double quoting loses on filenames with non-safe characters,
26891 such as "@". Reported by Frederik Fouvry.
26892
26893 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
26894
26895 * progmodes/gdb-ui.el (gdb-assembler-custom): Be more careful
26896 about preserving point.
26897
26898 2005-05-27 Jay Belanger <belanger@truman.edu>
26899
26900 * calc/calc-misc.el (calc-info-goto-node): Use info instead of
26901 Info-goto-node.
26902
26903 * calc/calc-embed.el (calc-embed-arg): New variable.
26904 (calc-do-embedded-activate, calc-embedded-activate-formula)
26905 (calc-embedded-edit, calc-do-embedded-activate): Replace undeclared
26906 variable by new variable.
26907 (calc-embedded-make-info): Replace undeclared variable by new
26908 variable. When selecting region with positive prefix
26909 argument, use end of previous line instead of beginning of line.
26910
26911 * calc/calc-aent.el (calc-arg-values): Declare it.
26912
26913 * calc/calc-ext.el (calc-help-map, calc-alg-map, calc-alg-esc-map):
26914 Declare them.
26915
26916 * calc/calc-stuff.el (math-decls-cache-tag): Declare it.
26917
26918 * calc/calc.el (calc-alg-map): Declare it.
26919
26920 * calc/calcalg2.el (math-decls-cache, math-decls-all): Declare them.
26921
26922 2005-05-28 Nick Roberts <nickrob@snap.net.nz>
26923
26924 * progmodes/gdb-ui.el (gdb-all-registers): New variable.
26925 (gdb-registers-buffer, toggle-gdb-all-registers):
26926 Toggle display of floating point registers.
26927 (gdb-registers-mode-map): Bind SPC to toggle-gdb-all-registers.
26928
26929 * progmodes/gud.el (gud-goto-info): Use info. Don't use require.
26930 (toggle-gud-tooltip-dereference):
26931 Rename from gud-toggle-tooltip-dereference.
26932
26933 2005-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
26934
26935 * info.el (Info-goto-node): Revert autoload addition (2004-06-12).
26936
26937 2005-05-27 Jay Belanger <belanger@truman.edu>
26938
26939 * calc/calc-prog.el (calc-kbd-report): Remove.
26940 (calc-kbd-query): Rewrite.
26941
26942 2005-05-27 Juanma Barranquero <lekktu@gmail.com>
26943
26944 * image.el (image-library-alist): Move to image.c.
26945 (image-type-available-p): Doc fix.
26946
26947 2005-05-27 Lute Kamstra <lute@gnu.org>
26948
26949 * calc/calc.el (calc):
26950 * outline.el (outline-1, outline-2, outline-3, outline-4)
26951 (outline-5, outline-6, outline-7, outline-8):
26952 * textmodes/dns-mode.el (dns-mode):
26953 * textmodes/sgml-mode.el (sgml-namespace-face):
26954 * textmodes/tex-mode.el (superscript, subscript, tex-math-face)
26955 (tex-verbatim-face, tex-use-reftex):
26956 * textmodes/texinfo.el (texinfo-heading-face):
26957 Specify customization group.
26958
26959 * longlines.el: Don't require easy-mmode.
26960 (longlines-visible-face): Specify customization group.
26961
26962 2005-05-27 Kenichi Handa <handa@m17n.org>
26963
26964 * language/cyrillic.el: Add cyrillic-iso8859-5 characters in the
26965 encoding table of windows-1251.
26966
26967 * international/ucs-tables.el (ucs-set-table-for-input):
26968 If translation-table-for-input of a coding system is a symbol, get
26969 its translation-table property.
26970
26971 * international/code-pages.el: Don't register a coding system into
26972 non-iso-charset-alist more than once.
26973 (cp-make-coding-system): Likewise.
26974
26975 2005-05-26 John Wiegley <johnw@newartisans.com>
26976
26977 * eshell/esh-cmd.el (eshell-eval-command): If the return value of
26978 `eshell-resume-eval' is wrapped in a list, it indicates that the
26979 command was run asynchronously. In that case, unwrap the value
26980 before checking the delimiter value.
26981
26982 * eshell/em-cmpl.el (eshell-complete-parse-arguments): If the
26983 character before a space at the end of a line is \, assume the space
26984 is part of the last argument rather than a final argument separator.
26985
26986 * eshell/esh-io.el (eshell-get-target): If `eshell-buffer-shorthand'
26987 is in use, and the target is `t' or `nil' (which are the most common
26988 values), don't assume that the symbol target is a buffer.
26989
26990 2005-05-26 Luc Teirlinck <teirllm@auburn.edu>
26991
26992 * calendar/calendar.el (calendar-mode-line-format):
26993 Use mode-line-highlight as mouse-face.
26994
26995 * time.el (display-time-string-forms, display-time-update):
26996 Use mode-line-highlight as mouse-face.
26997
26998 2005-05-26 Jay Belanger <belanger@truman.edu>
26999
27000 * calc/calc.el (calc-language-alist): Remove extra defvar.
27001
27002 2005-05-26 Lute Kamstra <lute@gnu.org>
27003
27004 * arc-mode.el (archive-mode):
27005 * bookmark.el (bookmark-read-annotation-mode)
27006 (bookmark-edit-annotation-mode, bookmark-bmenu-mode):
27007 * bs.el (bs-mode):
27008 * calc/calc-yank.el (calc-edit-mode):
27009 * calc/calc.el (calc-mode, calc-trail-mode):
27010 * calculator.el (calculator-mode):
27011 * chistory.el (command-history-mode):
27012 * comint.el:
27013 * cus-edit.el (custom-mode):
27014 * descr-text.el (describe-text-mode):
27015 * ebuff-menu.el (Electric-buffer-menu-mode):
27016 * ediff-util.el (ediff-mode):
27017 * emacs-lisp/re-builder.el (reb-mode):
27018 * emulation/vi.el (vi-mode-setup):
27019 * emulation/ws-mode.el (wordstar-mode):
27020 * eshell/esh-mode.el (eshell-mode):
27021 * forms.el (forms-mode):
27022 * help-mode.el (help-mode):
27023 * hexl.el (hexl-mode):
27024 * ibuffer.el (ibuffer-mode):
27025 * ielm.el (inferior-emacs-lisp-mode):
27026 * info.el (Info-mode, Info-edit-mode):
27027 * international/swedish.el:
27028 * ledit.el (ledit-from-lisp-mode):
27029 * locate.el (locate-mode):
27030 * mail/rmail.el (rmail-mode):
27031 * mail/rmailedit.el (rmail-edit-mode):
27032 * mail/rmailsum.el (rmail-summary-mode):
27033 * mail/supercite.el (sc-electric-mode):
27034 * net/eudc.el (eudc-mode):
27035 * net/quickurl.el (quickurl-list-mode):
27036 * net/snmp-mode.el (snmp-mode, snmpv2-mode):
27037 * obsolete/ooutline.el (outline-mode):
27038 * obsolete/options.el (Edit-options-mode):
27039 * obsolete/rnews.el (news-mode):
27040 * obsolete/rnewspost.el (news-reply-mode):
27041 * play/5x5.el (5x5-mode):
27042 * play/decipher.el (decipher-mode, decipher-stats-mode):
27043 * play/gomoku.el (gomoku-mode):
27044 * play/snake.el (snake-mode):
27045 * play/solitaire.el (solitaire-mode):
27046 * play/tetris.el (tetris-mode):
27047 * progmodes/ada-mode.el (ada-mode):
27048 * progmodes/antlr-mode.el (antlr-mode):
27049 * progmodes/autoconf.el (autoconf-mode):
27050 * progmodes/dcl-mode.el (dcl-mode):
27051 * progmodes/delphi.el (delphi-mode):
27052 * progmodes/ebrowse.el (ebrowse-tree-mode)
27053 (ebrowse-electric-list-mode, ebrowse-member-mode)
27054 (ebrowse-electric-position-mode):
27055 * progmodes/f90.el (f90-mode):
27056 * progmodes/fortran.el (fortran-mode):
27057 * progmodes/icon.el (icon-mode):
27058 * progmodes/idlw-help.el (idlwave-help-mode):
27059 * progmodes/idlw-shell.el (idlwave-shell-mode):
27060 * progmodes/idlwave.el (idlwave-mode):
27061 * progmodes/inf-lisp.el (inferior-lisp-mode):
27062 * progmodes/m4-mode.el (m4-mode):
27063 * progmodes/meta-mode.el (metafont-mode, metapost-mode):
27064 * progmodes/modula2.el (modula-2-mode):
27065 * progmodes/octave-inf.el (inferior-octave-mode):
27066 * progmodes/octave-mod.el (octave-mode):
27067 * progmodes/pascal.el (pascal-mode):
27068 * progmodes/sh-script.el (sh-mode):
27069 * progmodes/sql.el (sql-mode, sql-interactive-mode):
27070 * progmodes/vhdl-mode.el (vhdl-mode):
27071 * progmodes/xscheme.el (scheme-interaction-mode):
27072 * replace.el (occur-mode):
27073 * ses.el (ses-mode):
27074 * simple.el (completion-list-mode):
27075 * skeleton.el:
27076 * speedbar.el (speedbar-mode):
27077 * term.el (term-mode):
27078 * terminal.el (terminal-edit-mode):
27079 * textmodes/reftex-index.el (reftex-index-mode)
27080 (reftex-index-phrases-mode):
27081 * textmodes/reftex-sel.el (reftex-select-label-mode)
27082 (reftex-select-bib-mode):
27083 * textmodes/reftex-toc.el (reftex-toc-mode):
27084 * wdired.el (wdired-change-to-wdired-mode):
27085 * wid-browse.el (widget-browse-mode):
27086 Use run-mode-hooks.
27087
27088 * array.el (array-mode):
27089 * calendar/todo-mode.el (todo-mode):
27090 * man.el (Man-mode):
27091 * play/landmark.el (lm-mode):
27092 * play/mpuz.el (mpuz-mode):
27093 Use kill-all-local-variables and run-mode-hooks.
27094
27095 * subr.el (delay-mode-hooks): Specify indentation.
27096
27097 2005-05-26 Mark A. Hershberger <mah@everybody.org>
27098
27099 * xml.el (xml-substitute-special): Don't die for undefined xml
27100 entities.
27101
27102 2005-05-26 Jay Belanger <belanger@truman.edu>
27103
27104 * calc/calc-prog.el (calc-user-define-edit): Don't find substring
27105 of nil.
27106
27107 2005-05-27 Nick Roberts <nickrob@snap.net.nz>
27108
27109 * progmodes/gdb-ui.el (gdb-frame-address):
27110 Rename from gdb-current-address.
27111 (gdb-previous-frame-address): Rename from gdb-previous-address.
27112 (gdb-selected-frame): Rename from gdb-current-frame.
27113 (gdb-get-selected-frame): Rename from gdb-get-current-frame.
27114 (gdb-frame-number): Rename from gdb-current-stack-level.
27115 (gdb-ann3): Match new mode-name for disassembly buffer.
27116 Extend initialization of variables.
27117 (gdb-post-prompt): Update disassembly from gdb-frame-handler.
27118 (gdb-memory-mode): Use mouse-face in header line.
27119 (gdb-assembler-buffer-name): Call it disassembly and give frame
27120 in mode line.
27121 (gdb-source-spec-regexp, gdb-assembler-custom)
27122 (gdb-invalidate-assembler, gdb-frame-handler):
27123 Make robust to leading zeroes in address format.
27124
27125 2005-05-26 Carsten Dominik <dominik@science.uva.nl>
27126
27127 * textmodes/org.el (org-mode): Use `define-derived-mode' to
27128 define `org-mode'.
27129 (org-agenda-mode): Use `run-mode-hooks' instead of `run-hooks'.
27130
27131 2005-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
27132
27133 * log-edit.el (log-edit-changelog-entries): Distinguish between
27134 filenames like xfns.c and fns.c.
27135
27136 2005-05-25 Luc Teirlinck <teirllm@auburn.edu>
27137
27138 * buff-menu.el (Buffer-menu-revert-function): Improve handling of
27139 point after reverting.
27140 (Buffer-menu-make-sort-button): Handle the case where
27141 `Buffer-menu-use-header-line' is nil.
27142
27143 2005-05-25 Thien-Thi Nguyen <ttn@gnu.org>
27144
27145 * vms-patch.el (vms-magic-right-square-brace, vms-magic-colon):
27146 New funcs. In minibuffer-local-completion-map bind `]', `/'
27147 and `:' to them.
27148
27149 2005-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
27150
27151 * startup.el (normal-top-level): Allow modification of load-path while
27152 we're iterating over it.
27153
27154 2005-05-25 Juanma Barranquero <lekktu@gmail.com>
27155
27156 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-temp-file)
27157 (thumbs-cleanup-thumbsdir, thumbs-call-convert)
27158 (thumbs-resize-interactive, thumbs-insert-image)
27159 (thumbs-insert-thumb, thumbs-dired-show-marked)
27160 (thumbs-find-image-at-point, thumbs-delete-images)
27161 (thumbs-rename-images, thumbs-next-image, thumbs-dired-setroot)
27162 (thumbs-increment-image-size, thumbs-decrement-image-size):
27163 Fix typos in docstrings.
27164
27165 2005-05-24 Andre Spiegel <spiegel@gnu.org>
27166
27167 * progmodes/cperl-mode.el (cperl-vc-header-alist): Obsolete.
27168 (cperl-vc-rcs-header, cperl-vc-sccs-header): New user options.
27169 (cperl-mode): Use them.
27170
27171 2005-05-24 Juanma Barranquero <lekktu@gmail.com>
27172
27173 * window.el (quit-window, shrink-window-if-larger-than-buffer):
27174 Doc fixes.
27175
27176 2005-05-24 Nick Roberts <nickrob@snap.net.nz>
27177
27178 * progmodes/gdb-ui.el (gdb-inferior-io-mode-map):
27179 Bind C-d to gdb-inferior-io-eof.
27180
27181 * dired.el (dired-dnd-popup-notice): Use message-box.
27182
27183 2005-05-23 Masatake YAMATO <jet@gyve.org>
27184
27185 * bindings.el (mode-line-major-mode-keymap):
27186 Bind [mode-line down-mouse-1] to `mouse-major-mode-menu'.
27187
27188 * faces.el (mode-line-highlight): New face.
27189
27190 * ruler-mode.el (ruler-mode-ruler): Use mode-line-highlight
27191 as mouse-face.
27192
27193 * bindings.el (top-level, help-echo, mode-line-modified)
27194 (mode-line-mule-info, mode-line-eol-desc): Use mode-line-highlight
27195 as mouse-face.
27196
27197 2005-05-23 Juanma Barranquero <lekktu@gmail.com>
27198
27199 * progmodes/cc-engine.el (c-guess-basic-syntax):
27200 Remove spurious call to `zerop'.
27201
27202 * emacs-lisp/cl.el (acons, pairlis): Add docstring.
27203
27204 2005-05-23 Martin Stjernholm <bug-cc-mode@gnu.org>
27205
27206 CC Mode update to 5.30.10:
27207
27208 * cc-fonts.el (c-font-lock-declarators): Fix bug where the point
27209 could go past the limit in decoration level 2, thereby causing
27210 errors during interactive fontification.
27211
27212 * cc-mode.el (c-make-inherited-keymap): Fix cc-bytecomp bug when
27213 the file is evaluated interactively.
27214
27215 * cc-engine.el (c-guess-basic-syntax): Handle operator
27216 declarations somewhat better in C++.
27217
27218 * cc-styles.el, cc-mode.el (c-run-mode-hooks): New helper macro to
27219 make use of `run-mode-hooks' which has been added in Emacs 21.1.
27220 (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
27221 (awk-mode): Use it.
27222 (make-local-hook): Suppress warning about obsoleteness.
27223
27224 * cc-engine.el, cc-align.el, cc-cmds.el
27225 (c-append-backslashes-forward, c-delete-backslashes-forward)
27226 (c-find-decl-spots, c-semi&comma-no-newlines-before-nonblanks):
27227 Compensate for return value from `forward-line' when it has moved
27228 but not to a different line due to eob.
27229
27230 * cc-engine.el (c-guess-basic-syntax): Fix anchoring in
27231 `objc-method-intro' and `objc-method-args-cont'.
27232
27233 2005-05-23 Alan Mackenzie <bug-cc-mode@gnu.org>
27234
27235 CC Mode update to 5.30.10:
27236
27237 * cc-mode.el, cc-engine.el, cc-align.el: Change the FSF's address
27238 in the copyright statement. Incidentally, change "along with GNU
27239 Emacs" to "along with this program" where it occurs.
27240
27241 * cc-mode.el: Add a fourth parameter `t' to the awk-mode autoload,
27242 so that it is interactive, hence can be found by M-x awk-mode
27243 whilst cc-mode is yet to be loaded. Reported by Glenn Morris
27244 <gmorris+emacs@ast.cam.ac.uk>.
27245
27246 * cc-awk.el: Add character classes (e.g. "[:alpha:]") into AWK
27247 Mode's regexps.
27248
27249 2005-05-23 Kevin Ryde <user42@zip.com.au>
27250
27251 * cc-align.el (c-lineup-argcont): Ignore conses for {} pairs from
27252 c-parse-state, to avoid a lisp error (on bad code).
27253
27254 2005-05-23 Lute Kamstra <lute@gnu.org>
27255
27256 * subr.el (font-lock-defaults): Remove defvar as it's already
27257 defined in font-core.el.
27258
27259 * font-lock.el (font-lock-beginning-of-syntax-function): Fix docstring.
27260
27261 2005-05-23 Nick Roberts <nickrob@snap.net.nz>
27262
27263 * progmodes/gdb-ui.el (gdb-info-locals-handler): Make regexps
27264 more general and work when GDB variable "print pretty" is on,
27265 as with Emacs, for example.
27266
27267 2005-05-22 Luc Teirlinck <teirllm@auburn.edu>
27268
27269 * font-core.el: Update comment.
27270
27271 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
27272 Use `after-change-major-mode-hook' instead of `find-file-hook'.
27273
27274 * buff-menu.el (Buffer-menu-mode): Use `run-mode-hooks'.
27275
27276 2005-05-22 Eli Zaretskii <eliz@gnu.org>
27277
27278 * simple.el (yank, yank-pop): Mention `yank-excluded-properties'
27279 and `yank-handler' in the doc strings.
27280
27281 2005-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
27282
27283 * emacs-lisp/cl.el (eql): Remove. It's a builtin already.
27284
27285 2005-05-22 Richard M. Stallman <rms@gnu.org>
27286
27287 * help.el (describe-key): Move print-help-return-message call
27288 out of conditional.
27289
27290 * progmodes/etags.el (list-tags): Use with-no-warnings.
27291
27292 * mail/smtpmail.el (smtpmail-open-stream): Use with-no-warnings.
27293 (smtpmail-send-queued-mail): Avoid beginning-of-buffer.
27294 (starttls-extra-args, starttls-extra-arguments): Add defvars.
27295
27296 * mail/mailalias.el (mail-get-names): Avoid beginning-of-buffer.
27297
27298 * language/viet-util.el (viet-viscii-nonascii-translation-table):
27299 Add defvar.
27300
27301 * emulation/viper-ex.el (viper-ex-work-buf, viper-ex-print-buf):
27302 Use defvar, not defconst.
27303
27304 * hexl.el (hexl-follow-line): Use with-no-warnings.
27305
27306 * emulation/tpu-extras.el: Use write-file-functions instead of
27307 write-file-hooks.
27308
27309 * dired.el (dired-font-lock-keywords): Fontify files with junk
27310 extensions even if marked by -F.
27311
27312 2005-05-22 Juanma Barranquero <lekktu@gmail.com>
27313
27314 * emacs-lisp/cl.el (pushnew, cl-macroexpand, floatp-safe, plusp)
27315 (minusp, oddp, evenp, mapcar*, list*, copy-list, adjoin, subst):
27316 * emacs-lisp/cl-extra.el (coerce, map, maplist, cl-mapc, mapl)
27317 (mapcan, mapcon, some, every, notany, notevery, signum, isqrt)
27318 (concatenate, list-length, get*, getf, cl-remprop):
27319 * emacs-lisp/cl-macs.el (function*, case, ecase, typecase)
27320 (etypecase, progv, lexical-let, lexical-let*)
27321 (multiple-value-bind, multiple-value-setq, shiftf):
27322 Improve argument/docstring consistency.
27323
27324 * subr.el (focus-frame, unfocus-frame): Revert deletion on 2005-05-01.
27325
27326 2005-05-22 Andre Spiegel <spiegel@gnu.org>
27327
27328 * vc-cvs.el (vc-cvs-checkout-model): Handle the case where FILE
27329 doesn't exist.
27330
27331 * vc.el (vc-trunk-p): Add autoload cookie. The function is used in
27332 vc-rcs.el when vc-mistrust-permissions is t, which is not the default.
27333
27334 2005-05-22 Nick Roberts <nickrob@snap.net.nz>
27335
27336 * emacs-lisp/bytecomp.el: Remove make-obsolete-variable for
27337 already deleted variables: auto-fill-hook, blink-paren-hook,
27338 lisp-indent-hook, inhibit-local-variables, unread-command-event,
27339 suspend-hooks, comment-indent-hook, meta-flag,
27340 before-change-function, after-change-function,
27341 font-lock-doc-string-face.
27342
27343 2005-05-21 Luc Teirlinck <teirllm@auburn.edu>
27344
27345 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
27346
27347 2005-05-21 Eli Zaretskii <eliz@gnu.org>
27348
27349 * mail/rmail.el (rmail-reply): Filter the list in reply-to through
27350 rmail-dont-reply-to.
27351
27352 2005-05-21 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
27353
27354 * mail/sendmail.el (mail-send): Use [[:space:]] instead of a
27355 literal blank when splitting new-header-values.
27356
27357 2005-05-21 Matt Hodges <MPHodges@member.fsf.org>
27358
27359 * calendar/cal-menu.el (cal-menu-update): Add separator as a
27360 string so that tmm doesn't create a completion entry for it.
27361
27362 * textmodes/table.el (table-disable-menu): Ditto.
27363
27364 2005-05-21 Richard M. Stallman <rms@gnu.org>
27365
27366 * progmodes/idlwave.el (idlwave-doc-header): Use insert-file-contents.
27367
27368 * progmodes/flymake.el (flymake-makehash): Use with-no-warnings.
27369
27370 * net/rcompile.el (remote-compile): Use compilation-start.
27371
27372 * tmm.el (tmm-shortcut): Avoid using beginning-of-buffer.
27373
27374 2005-05-21 Daniel Pfeiffer <occitan@esperanto.org>
27375
27376 * files.el (auto-mode-alist): Check GNUmakefile before makefile.
27377 Default to makefile-bsdmake-mode on BSD systems.
27378
27379 * imenu.el (imenu-generic-expression, imenu--generic-function'):
27380 REGEXP may also be a search function now. The part of doc-string
27381 for describing the structure was 95% identical to that of
27382 `imenu--generic-function'. Unify it there.
27383
27384 * progmodes/make-mode.el (makefile-imenu-generic-expression):
27385 Use function to find dependencies, because regexp alone is so complex,
27386 it easily goes into an endless loop.
27387 (makefile-makepp-mode): Also add submenu for Perl functions
27388 defined in the makefile.
27389 (makefile-bsdmake-mode): Special imenu-generic-expression no
27390 longer needed, due to function call.
27391 (makefile-match-dependency): Take BOUND into account when checking
27392 if we're through.
27393
27394 2005-05-20 Jay Belanger <belanger@truman.edu>
27395
27396 * calc/calc-units.el (calc-invalidate-units-table):
27397 Use inhibit-read-only.
27398 (math-build-units-table-buffer): Use view-mode.
27399
27400 2005-05-20 David Kastrup <dak@gnu.org>
27401
27402 * emacs-lisp/easymenu.el (easy-menu-add): Correct docstring since
27403 easy-menu-add is not a nop on Emacs; and clarify when to call it.
27404
27405 2005-05-20 Lute Kamstra <lute@gnu.org>
27406
27407 * diff-mode.el (diff-header-face, diff-file-header-face)
27408 (diff-index-face, diff-hunk-header-face, diff-removed-face)
27409 (diff-added-face, diff-changed-face, diff-function-face)
27410 (diff-context-face, diff-nonexistent-face): Put them in the
27411 diff-mode customization group.
27412
27413 2005-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
27414
27415 * progmodes/vhdl-mode.el (vhdl-font-lock-match-item): Simplify regexp.
27416
27417 * progmodes/sh-script.el (sh-mode, sh-get-word): Minor regexp fixes.
27418
27419 * font-lock.el (lisp-font-lock-keywords-2): Don't error.
27420 Minor regexp-optimization.
27421
27422 2005-05-20 Carsten Dominik <dominik@science.uva.nl>
27423
27424 * textmodes/org.el (org-agenda-toggle-time-grid): New command.
27425 (org-agenda-use-time-grid, org-agenda-time-grid): New options.
27426 (org-agenda-add-time-grid-maybe): New function.
27427 (org-agenda): Call `org-agenda-add-time-grid-maybe'.
27428 (org-table-create): `dotimes' instead of `mapcar'.
27429 (org-xor): Simplify implementation.
27430 (org-agenda): `inhibit-redisplay' turned on.
27431 (org-agenda-change-all-lines): Use `org-format-agenda-item' to get
27432 a consistent line after a state change.
27433 (org-agenda-remove-times-when-in-prefix): New option.
27434 (org-prefix-has-time): New variable.
27435 (org-parse-time-string): Optional argument NODEFAULT.
27436 (org-format-agenda-item): Parse items for time-of-day
27437 specifications and move these into the prefix if possible.
27438 (org-agenda-priority): Get current heading, not previous heading
27439 during agenda remote editing.
27440
27441 2005-05-20 Juanma Barranquero <lekktu@gmail.com>
27442
27443 * emacs-lisp/cl-seq.el (reduce, fill, replace, remove*)
27444 (remove-if, remove-if-not, delete*, delete-if, delete-if-not)
27445 (remove-duplicates, delete-duplicates, substitute)
27446 (substitute-if, substitute-if-not, nsubstitute, nsubstitute-if)
27447 (nsubstitute-if-not, find, find-if, find-if-not, position)
27448 (position-if, position-if-not, count, count-if, count-if-not)
27449 (mismatch, search, sort*, stable-sort, merge, member*)
27450 (member-if, member-if-not, assoc*, assoc-if, assoc-if-not)
27451 (rassoc*, rassoc-if, rassoc-if-not, union, nunion)
27452 (intersection, nintersection, set-difference, nset-difference)
27453 (set-exclusive-or, nset-exclusive-or, subsetp, subst-if)
27454 (subst-if-not, nsubst, nsubst-if, nsubst-if-not, sublis)
27455 (nsublis, tree-equal): Improve argument/docstring consistency.
27456
27457 * subr.el (send-string, send-region): Remove obsolescence declaration.
27458 (window-dot, set-window-dot, read-input, show-buffer)
27459 (eval-current-buffer, string-to-int):
27460 Add release number to obsolescence declarations.
27461
27462 2005-05-19 Kim F. Storm <storm@cua.dk>
27463
27464 * ido.el (ido-magic-forward-char): Enter ido-find-file at end of input.
27465 (ido-magic-backward-char): Enter ido-switch-buffer at start of input.
27466
27467 2005-05-20 Matt Hodges <MPHodges@member.fsf.org>
27468
27469 * faces.el (list-faces-display): Make back button respect optional
27470 regexp arg.
27471
27472 2005-05-19 Juanma Barranquero <lekktu@gmail.com>
27473
27474 * calculator.el (calculator-radix-grouping-mode)
27475 (calculator-radix-grouping-digits, calculator-displayer)
27476 (calculator-radix-grouping-separator, calculator-copy-displayer):
27477 * dabbrev.el (dabbrev-search-these-buffers-only):
27478 * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly)
27479 (diff-advance-after-apply-hunk, diff-mode-hook)
27480 (diff-minor-mode-prefix):
27481 * imenu.el (imenu-use-popup-menu):
27482 * jit-lock.el (jit-lock-context-time):
27483 * newcomment.el (comment-fill-column, comment-column)
27484 (comment-style, comment-padding, comment-multi-line)
27485 (comment-empty-lines, comment-auto-fill-only-comments):
27486 * reveal.el (reveal-around-mark):
27487 * uniquify.el (uniquify-buffer-name-style)
27488 (uniquify-after-kill-buffer-p)
27489 (uniquify-ask-about-buffer-names-p, uniquify-ignore-buffers-re)
27490 (uniquify-min-dir-content, uniquify-separator)
27491 (uniquify-trailing-separator-p, uniquify-strip-common-suffix):
27492 * w32-vars.el (w32-fixed-font-alist):
27493 * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
27494 * obsolete/rsz-mini.el (resize-minibuffer-frame-max-height):
27495 * progmodes/antlr-mode.el (antlr-font-lock-maximum-decoration):
27496 * progmodes/perl-mode.el (perl-indent-level)
27497 (perl-continued-statement-offset, perl-continued-brace-offset)
27498 (perl-brace-offset, perl-brace-imaginary-offset)
27499 (perl-label-offset, perl-indent-continued-arguments)
27500 (perl-tab-always-indent, perl-tab-to-comment, perl-nochange):
27501 * progmodes/tcl.el (tcl-indent-level)
27502 (tcl-continued-indent-level, tcl-auto-newline)
27503 (tcl-tab-always-indent, tcl-electric-hash-style)
27504 (tcl-help-directory-list, tcl-use-smart-word-finder)
27505 (tcl-application, tcl-command-switches, tcl-prompt-regexp)
27506 (inferior-tcl-source-command):
27507 * textmodes/fill.el (enable-kinsoku):
27508 * textmodes/reftex-vars.el (reftex-index-phrases-wrap-long-lines):
27509 * textmodes/table.el (table-yank-handler):
27510 Specify missing group (and type, if simple) in defcustom.
27511
27512 2005-05-19 Luc Teirlinck <teirllm@auburn.edu>
27513
27514 * progmodes/compile.el (compilation-finish-function): Fix defvar.
27515
27516 2005-05-19 Richard M. Stallman <rms@gnu.org>
27517
27518 * progmodes/make-mode.el (makefile-mode): Use run-mode-hooks.
27519
27520 * subr.el (event-basic-type): Don't get an error.
27521 (left-fringe-p): Function deleted.
27522
27523 * buff-menu.el (Buffer-menu-buffer-face): In group Buffer-menu.
27524 (list-buffers-noselect): Set `font-lock-face' property, not `face'.
27525
27526 * dired-aux.el (dired-copy-file-recursive): Handle symlinks
27527 in recursive copy.
27528
27529 * frame.el (show-trailing-whitespace): In group `whitespace-faces'.
27530
27531 * emacs-lisp/byte-run.el (eval-when-compile): Doc fix.
27532
27533 * emacs-lisp/bytecomp.el
27534 (byte-compile-file-form-custom-declare-variable):
27535 Call byte-compile-nogroup-warn if appropriate.
27536
27537 * progmodes/compile.el (compilation-finish-function): Mark obsolete.
27538 (compilation-set-window): Don't call left-fringe-p; do it directly.
27539
27540 2005-05-19 Jay Belanger <belanger@truman.edu>
27541
27542 * calc/calc-graph.el (calc-graph-format-data): Make sure
27543 var-PlotRejects is bound before trying to check its value.
27544
27545 2005-05-19 Carsten Dominik <dominik@science.uva.nl>
27546
27547 * textmodes/reftex.el (reftex-isearch-minor-mode): Move the
27548 definition of this variable from reftex-global.el to reftex.el,
27549 because it is needed in the menu.
27550
27551 2005-05-19 Lute Kamstra <lute@gnu.org>
27552
27553 * emacs-lisp/copyright.el (copyright-fix-years): Make sure all
27554 years are fixed. Don't insert a space after a dash.
27555
27556 2005-05-19 Kim F. Storm <storm@cua.dk>
27557
27558 * emulation/crisp.el (crisp-home, crisp-end): Put CUA property.
27559
27560 2005-05-19 Daniel Pfeiffer <occitan@esperanto.org>
27561
27562 * font-lock.el (lisp-font-lock-keywords-2): Do \\) only in
27563 strings, because (eq ... ?\\) is fairly frequent.
27564
27565 * progmodes/make-mode.el (makefile-add-this-line-targets):
27566 Simplify and integrate into `makefile-pickup-targets'.
27567 (makefile-add-this-line-macro): Simplify and integrate into
27568 `makefile-pickup-macros.
27569 (makefile-pickup-filenames-as-targets): Simplify.
27570 (makefile-previous-dependency, makefile-match-dependency):
27571 Don't stumble over `::'.
27572
27573 2005-05-19 Nick Roberts <nickrob@snap.net.nz>
27574
27575 * subr.el (post-command-idle-hook, post-command-idle-delay):
27576 Remove obsoletion of post-command-idle-hook and
27577 post-command-idle-delay.
27578
27579 * faces.el (list-faces-display): Provide button when describe-face
27580 is called to take user back to the list of faces.
27581
27582 * help-fns.el (describe-variable): Remove hyperlinks in a
27583 variable's value as these are quite frequently inappropriate.
27584
27585 * follow.el (follow-submit-feedback, follow-mode):
27586 Remove references to post-command-idle-hook.
27587
27588 2005-05-18 Daniel Pfeiffer <occitan@esperanto.org>
27589
27590 * progmodes/make-mode.el (makefile-previous-dependency)
27591 (makefile-match-dependency): Check for := (and in bsd mode also
27592 !=) to give a better result, even when font-lock is not on.
27593
27594 2005-05-18 Jay Belanger <belanger@truman.edu>
27595
27596 * calc/calc-help.el (calc-s-prefix-help):
27597 Add `calc-copy-special-constant' to help string.
27598
27599 2005-05-18 Luc Teirlinck <teirllm@auburn.edu>
27600
27601 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
27602
27603 2005-05-18 Jay Belanger <belanger@truman.edu>
27604
27605 * calc/calc-poly.el (math-factor-poly-coefs): Make sure the terms
27606 in linear factors are in proper order.
27607
27608 2005-05-18 Carsten Dominik <dominik@science.uva.nl>
27609
27610 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
27611 Support for jurabib.
27612
27613 * textmodes/reftex.el (featurep): Define aliases for overlay
27614 commands, for XEmacs compatibility, and use these aliases in
27615 overlay initializations.
27616 (reftex-highlight): Use `reftex-move-overlay'.
27617 (reftex-unhighlight): Use `reftex-delete-overlay'.
27618 (reftex-uniq): Function removed. Use `reftex-uniquify' instead.
27619 (reftex-access-search-path): Use `reftex-uniquify' instead of
27620 `reftex-uniq'
27621
27622 * textmodes/reftex-sel.el (reftex-select-unmark): Overlay
27623 `before-string' property modification enables for Emacs as well.
27624 (reftex-select-item): Use `reftex-delete-overlay'.
27625 (reftex-select-mark): Use `reftex-make-overlay' and
27626 `reftex-overlay-put'.
27627 (reftex-select-unmark): Use `reftex-delete-overlay' and
27628 `reftex-overlay-put'.
27629
27630 2005-05-18 Lute Kamstra <lute@gnu.org>
27631
27632 * emacs-lisp/lisp.el (check-parens): Fix docstring.
27633
27634 2005-05-18 Juanma Barranquero <lekktu@gmail.com>
27635
27636 * add-log.el (add-change-log-entry):
27637 * array.el (array-make-template, array-reconfigure-rows)
27638 (array-init-max-row, array-init-max-column)
27639 (array-init-columns-per-line, array-init-field-width):
27640 * replace.el (replace-match-maybe-edit, perform-replace):
27641 * textmodes/spell.el (spell-region):
27642 Replace `read-input' by `read-string'.
27643
27644 * forms.el (forms-mode):
27645 * finder.el (finder-compile-keywords):
27646 * shadowfile.el (shadow-read-files):
27647 Replace `eval-current-buffer' by `eval-buffer'.
27648
27649 * terminal.el (te-pass-through):
27650 * net/ange-ftp.el (ange-ftp-process-filter, ange-ftp-gwp-filter)
27651 (ange-ftp-raw-send-cmd):
27652 * net/telnet.el (telnet-interrupt-subjob, telnet-c-z)
27653 (send-process-next-char, telnet-initial-filter, telnet):
27654 Replace `send-string' by `process-send-string'.
27655
27656 * progmodes/prolog.el (inferior-prolog-mode): Doc fix.
27657 (prolog-consult-region): Replace `send-string' by
27658 `process-send-string'; replace `send-region' by `process-send-region'.
27659
27660 * progmodes/delphi.el (delphi-log-msg):
27661 Replace `set-window-dot' by `set-window-point'.
27662
27663 * subr.el (window-dot, set-window-dot, read-input, send-string)
27664 (send-region, show-buffer, eval-current-buffer):
27665 Make really obsolete, as the comment says.
27666
27667 2005-05-17 Kim F. Storm <storm@cua.dk>
27668
27669 * emulation/cua-base.el (cua-use-hyper-key): Doc fix.
27670 (cua--init-keymaps): Bind C-return instead of S-return to set
27671 rectangle mark.
27672
27673 * emulation/cua-rect.el (cua--init-rectangles): Bind C-return
27674 instead of S-return to toggle/clear rectangle mark.
27675
27676 2005-05-17 Daniel Pfeiffer <occitan@esperanto.org>
27677
27678 * progmodes/make-mode.el (makefile-dependency-skip): New variable.
27679 (makefile-macroassign-regex, makefile-make-font-lock-keywords):
27680 Also fontify plain strings assigned to variables, mostly so that a
27681 colon has a face and is thus not taken as a dependency separator.
27682 (makefile-previous-dependency): Inline the new matcher, because it
27683 is too complex to work in both directions.
27684 (makefile-match-dependency): Eliminate `backward' arg (see above).
27685 Completely reimplemented so as to not sometimes go into an endless
27686 loop. It should also be more efficient, because first it only
27687 searches for `:', instead of applying the very complex regexp.
27688 (makefile-mode): Cancel `font-lock-support-mode', because blocks
27689 to be fontified in one piece can be too long for JIT.
27690 Makefiles are never *that* big.
27691
27692 2005-05-17 Reiner Steib <Reiner.Steib@gmx.de>
27693
27694 * dired.el (dired-mode): Simplify.
27695
27696 2005-05-17 Lute Kamstra <lute@gnu.org>
27697
27698 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't generate a
27699 defcustom for the mode hook variable.
27700
27701 * emacs-lisp/authors.el (authors): Do parse the ChangeLogs of the
27702 Emacs Lisp Reference Manual.
27703
27704 2005-05-17 Juanma Barranquero <lekktu@gmail.com>
27705
27706 * emacs-lisp/cl.el (eql, floatp-safe, plusp, minusp, oddp)
27707 (evenp, list*):
27708 * emacs-lisp/cl-macs.el (macrolet, symbol-macrolet):
27709 * emacs-lisp/cl-seq.el (subsetp, tree-equal): Doc fixes.
27710
27711 * net/tramp-smb.el (tramp-smb-open-connection):
27712 Pass `tramp-chunksize' as fifth (required) argument.
27713
27714 2005-05-16 Daniel Pfeiffer <occitan@esperanto.org>
27715
27716 * font-lock.el (lisp-font-lock-keywords-1):
27717 Set `font-lock-negation-char-face' for [^...] char group.
27718 (lisp-font-lock-keywords-2): Highlight regexp's \\( \\| \\).
27719
27720 * progmodes/make-mode.el (makefile-dependency-regex): Turn it into
27721 a var, and refine it to mask one more level of nested vars.
27722 (makefile-rule-action-regex): Turn it into a var, and refine it so
27723 it recognizes backslashed continuation lines as belonging to the
27724 same command.
27725 (makefile-macroassign-regex): Refine it so it recognizes
27726 backslashed continuation lines as belonging to the same command.
27727 (makefile-var-use-regex): Don't look at the next char, because it
27728 might be the same one to be skipped by the initial [^$], leading
27729 to an overlooked variable use.
27730 (makefile-make-font-lock-keywords): Remove two parameters, which
27731 are now variables that some of the modes set locally.
27732 Handle dependency and rule action matching through functions, because
27733 regexps alone match too often. Dependency matching now comes
27734 last, so it can check, whether a colon already matched something else.
27735 (makefile-mode): Inform that font-lock improves makefile parsing
27736 capabilities.
27737 (makefile-match-dependency, makefile-match-action): New functions.
27738
27739 2005-05-16 Juanma Barranquero <lekktu@gmail.com>
27740
27741 * emacs-lisp/cl-extra.el (equalp): Doc fix.
27742
27743 * align.el (align-regexp):
27744 * ansi-color.el (ansi-color-get-face):
27745 * array.el (array-reconfigure-rows, array-init-max-row)
27746 (array-init-max-column, array-init-columns-per-line)
27747 (array-init-field-width):
27748 * dired-aux.el (dired-trample-file-versions):
27749 * dired-x.el (dired-mark-sexp):
27750 * ediff-diff.el (ediff-extract-diffs, ediff-get-diff3-group):
27751 * edmacro.el (edmacro-finish-edit, edmacro-parse-keys):
27752 * emerge.el (emerge-extract-diffs, emerge-get-diff3-group):
27753 * faces.el (face-read-integer):
27754 * files.el (backup-extract-version, insert-directory):
27755 * hexl.el (hexl-insert-decimal-char):
27756 * server.el (server-process-filter):
27757 * shell.el (shell-extract-num):
27758 * startup.el (command-line-1):
27759 * term.el (term-command-hook):
27760 * time-stamp.el (time-stamp, time-stamp-string-preprocess)
27761 (time-stamp-do-number):
27762 * time.el (display-time-update):
27763 * timezone.el (timezone-parse-date, timezone-zone-to-minute)
27764 (timezone-fix-time):
27765 * vms-patch.el (vms-suspend-resume-hook):
27766 * calendar/appt.el (appt-convert-time):
27767 * calendar/cal-bahai.el (mark-bahai-diary-entries):
27768 * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
27769 * calendar/cal-islam.el (mark-islamic-diary-entries):
27770 * calendar/calendar.el (calendar-cursor-to-date)
27771 (calendar-star-date):
27772 * calendar/diary-lib.el (diary-attrtype-convert)
27773 (mark-diary-entries, diary-entry-time):
27774 * calendar/solar.el (solar-get-number):
27775 * emacs-lisp/lisp-mnt.el (lm-last-modified-date):
27776 * emacs-lisp/re-builder.el (reb-display-subexp):
27777 * emulation/edt.el (edt-set-scroll-margins):
27778 * emulation/tpu-extras.el (tpu-set-scroll-margins):
27779 * emulation/vip.el (vip-get-ex-token, vip-get-ex-buffer)
27780 (vip-get-ex-count):
27781 * emulation/viper-ex.el (viper-get-ex-token)
27782 (viper-get-ex-buffer, viper-get-ex-count, ex-next):
27783 * international/fontset.el (fontset-plain-name):
27784 * mail/feedmail.el (feedmail-look-at-queue-directory):
27785 * mail/mailalias.el (mail-get-names):
27786 * mail/rmail.el (rmail-convert-to-babyl-format):
27787 * mail/rmailsum.el (rmail-make-basic-summary-line)
27788 (rmail-summary-next-same-subject, rmail-summary-rmail-update)
27789 (rmail-summary-goto-msg):
27790 * mail/smtpmail.el (smtpmail-read-response):
27791 * net/ange-ftp.el (ange-ftp-guess-hash-mark-size)
27792 (ange-ftp-vms-add-file-entry):
27793 * play/gametree.el (gametree-looking-at-ply)
27794 (gametree-current-branch-score):
27795 * progmodes/ada-xref.el (ada-prj-find-prj-file)
27796 (ada-xref-find-in-modified-ali, ada-find-in-src-path):
27797 * progmodes/cperl-mode.el (condition-case):
27798 * progmodes/ebrowse.el (ebrowse-set-tree-indentation)
27799 (ebrowse-set-member-buffer-column-width)
27800 (ebrowse-select-1st-to-9nth):
27801 * progmodes/etags.el (etags-snarf-tag):
27802 * progmodes/flymake.el (flymake-parse-line):
27803 * progmodes/idlw-shell.el (idlwave-shell-parse-line)
27804 (idlwave-shell-filter-bp, idlwave-shell-goto-next-error)
27805 (idlwave-shell-menu-def):
27806 * progmodes/ps-mode.el (ps-run-goto-error):
27807 * progmodes/vhdl-mode.el (vhdl-read-offset, vhdl-load-cache)
27808 (vhdl-speedbar-contract-level):
27809 * term/mac-win.el (x-handle-numeric-switch):
27810 * term/sun-mouse.el (sun-get-frame-data):
27811 * term/w32-win.el (x-handle-numeric-switch):
27812 * term/x-win.el (x-handle-numeric-switch):
27813 * textmodes/ispell.el (ispell-parse-output):
27814 * textmodes/nroff-mode.el (nroff-outline-level):
27815 * textmodes/reftex-cite.el (reftex-bib-sort-year)
27816 (reftex-bib-sort-year-reverse, reftex-format-citation):
27817 * textmodes/reftex-parse.el (reftex-init-section-numbers)
27818 (reftex-section-number):
27819 * textmodes/texinfmt.el (texinfo-paragraphindent):
27820 Replace `string-to-int' by `string-to-number'.
27821
27822 * international/latexenc.el: Add page marker to force the "Local
27823 Variables:" string out of the last page.
27824
27825 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
27826
27827 * progmodes/gud.el (gud-tooltip-mode): Add gud prefix to
27828 tooltip-change-major-mode.
27829 (gud-tooltip-print-command): Remove case where gud-minor-mode
27830 is gdb ("--fullname").
27831 (gud-tooltip-tips): Turn GUD tooltips off for this case and
27832 explain to user.
27833
27834 2005-05-16 Jay Belanger <belanger@truman.edu>
27835
27836 * calc/calc-store.el (calc-copy-special-constant): New function.
27837
27838 * calc/calc-ext.el (calc-init-extensions): Add binding for
27839 `calc-copy-special-constant'.
27840
27841 * calc/calc-prog.el (calc-edit-format-macro-buffer): Add a case
27842 for the `calc-copy-special-constant' command.
27843
27844 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
27845
27846 * subr.el (left-fringe-p): New function.
27847
27848 * progmodes/compile.el (compilation-setup): Set local value of
27849 overlay-arrow-string to "" always.
27850 (compilation-set-window): Left fringe then don't scroll.
27851 No left fringe then no arrow and scroll message to top.
27852 (compilation-context-lines): Adjust doc string accordingly.
27853
27854 2005-05-16 Kim F. Storm <storm@cua.dk>
27855
27856 * ido.el (ido-magic-forward-char, ido-magic-backward-char)
27857 (ido-magic-delete-char): New commands for C-f, C-b, C-d.
27858 (ido-wide-find-dir-or-delete-dir): New command for M-d.
27859 (ido-define-mode-map): Bind them. Add C-x prefix to fallback commands.
27860 (ido-read-file-name): Handle commands with ido property value
27861 equal to find-file as reading a file name, to allow C-d to enter dired.
27862 (ibuffer-find-file): Add ido property with value find-file.
27863
27864 2005-05-15 Kim F. Storm <storm@cua.dk>
27865
27866 * subr.el (open-network-stream-nowait): Remove.
27867 (open-network-stream-server): Remove.
27868
27869 2005-05-15 Richard M. Stallman <rms@gnu.org>
27870
27871 * faces.el (describe-face): Output a definition link button.
27872
27873 * help-mode.el (help-face-def): New button type.
27874
27875 * emacs-lisp/copyright.el (copyright-fix-years):
27876 Match properly if the first year is 2-digit.
27877 Don't mess up the whitespace after the years by filling.
27878
27879 * dired-aux.el (dired-mark-confirm):
27880 Pass t to dired-get-marked-files for DISTINGUISH-ONE-MARKED.
27881
27882 * dired.el (dired-map-over-marks): New arg DISTINGUISH-ONE-MARKED.
27883 (dired-get-marked-files): New arg DISTINGUISH-ONE-MARKED.
27884 (dired-mark-pop-up): Handle FILES = (t FILE) specially.
27885
27886 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
27887 Set font-lock-comment-start-skip.
27888
27889 * font-lock.el (font-lock-comment-start-skip): New variable.
27890 (font-lock-comment-end-skip): New variable.
27891 (font-lock-fontify-syntactically-region): Use them if non-nil.
27892
27893 2005-05-15 Jay Belanger <belanger@truman.edu>
27894
27895 * calc/calc-store.el (calc-store-value): Return a string rather
27896 than display it as a message.
27897 Use calc-var-name for variable name.
27898 (calc-store-into): Add the result of calc-store-value to message.
27899 (calc-copy-variable): Add a message.
27900 (calc-store-exchange): Improve error messages.
27901 (calc-store-binary, calc-store-map): Don't reset the values of
27902 special constants.
27903
27904 2005-05-14 Luc Teirlinck <teirllm@auburn.edu>
27905
27906 * emacs-lisp/derived.el (define-derived-mode): Add link to Elisp
27907 manual to docstring.
27908
27909 * files.el (hack-local-variables-confirm): Add STRING argument.
27910 Make the function handle non file visiting buffers correctly.
27911 (hack-local-variables-prop-line, hack-local-variables)
27912 (hack-one-local-variable): Use STRING arg of
27913 `hack-local-variables-confirm'.
27914
27915 2005-05-14 Michael Albinus <michael.albinus@gmx.de>
27916
27917 Sync with Tramp 2.0.49.
27918
27919 * net/tramp.el (tramp-handle-dired-call-process)
27920 (tramp-handle-insert-directory):`insert-buffer' cannot be used
27921 because the contents of the Tramp buffer is changed before
27922 insertion (`expand-file' and alike).
27923 (tramp-handle-insert-directory): If `localname' has an empty
27924 nondirectory name, it must not be quoted.
27925 (tramp-pre-connection): Add parameter CHUNKSIZE. Make local
27926 variable `tramp-chunksize'. Change callees.
27927 (tramp-open-connection-setup-interactive-shell): Check remote host
27928 for buggy `send-process-string' implementation.
27929 Set `tramp-chunksize' if found. Reported by Michael Kifer
27930 <kifer@cs.sunysb.edu> (and a lot of other people all the years).
27931 (tramp-handle-shell-command): `insert-buffer' cannot be used
27932 because the contents of the Tramp buffer is changed before
27933 insertion (`expand-file' and alike). Reported by Fr\e,Ai\e(Bd\e,Ai\e(Bric Bothamy
27934 <frederic.bothamy@free.fr>.
27935 (tramp-set-auto-save): Actions should be done for Tramp file name
27936 handler only. Ange-FTP has its own auto-save mechanism.
27937 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
27938 (tramp-set-auto-save-file-modes): Set file modes of
27939 `buffer-auto-save-file-name' to ?\600 as fallback solution.
27940 Reported by Ferenc Wagner <wferi@tba.elte.hu>.
27941 (tramp-bug): Remove obsolete variable.
27942 (tramp-append-tramp-buffers): Rewrite partly. More suitable check
27943 for presence of `mml-mode'. Make it running for older Emacsen as well.
27944
27945 2005-05-14 John Paul Wallington <jpw@pobox.com>
27946
27947 * ibuf-ext.el (define-ibuffer-filter filename):
27948 If `dired-directory' is a list, use its car.
27949
27950 2005-05-14 Daniel Brockman <daniel@brockman.se> (tiny change)
27951
27952 * ibuffer.el (define-ibuffer-column filename):
27953 If `dired-directory' is a list, use its car.
27954
27955 2005-05-14 Richard M. Stallman <rms@gnu.org>
27956
27957 * subr.el (symbol-file): Doc fix.
27958
27959 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn): New function.
27960 (byte-compile-form): Call byte-compile-nogroup-warn.
27961 (byte-compile-warning-types): Doc fix.
27962
27963 * eshell/esh-mode.el (eshell-find-tag): Use with-no-warnings.
27964
27965 * progmodes/cc-engine.el (c-literal-faces):
27966 Add font-lock-comment-delimiter-face.
27967
27968 * net/net-utils.el (dig): Use with-no-warnings.
27969
27970 * mail/supercite.el (sc-cite-frame-alist, sc-uncite-frame-alist)
27971 (sc-recite-frame-alist, sc-default-cite-frame)
27972 (sc-default-uncite-frame, sc-default-recite-frame)
27973 (sc-attrib-selection-list, sc-rewrite-header-list):
27974 Mark as risky-local-variable.
27975
27976 * international/ogonek.el (ogonek-jak, ogonek-how):
27977 Don't use beginning-of-buffer.
27978
27979 * emacs-lisp/eldoc.el (eldoc-documentation-function): Add autoload.
27980
27981 * calendar/solar.el (solar-data-list): Move definition up.
27982
27983 * dnd.el (dnd-protocol-alist): Add autoload.
27984
27985 * progmodes/sh-script.el: Many doc usage fixes.
27986 (sh-indent-after-do): Change default to match common styles.
27987
27988 2005-05-13 Luc Teirlinck <teirllm@auburn.edu>
27989
27990 * files.el (interpreter-mode-alist)
27991 (auto-mode-interpreter-regexp): Doc fixes.
27992
27993 2005-05-13 Matt Hodges <MPHodges@member.fsf.org>
27994
27995 * tmm.el (tmm-get-keymap): Include only active menus and menu items.
27996
27997 * emacs-lisp/easymenu.el (easy-menu-define): Doc fixes.
27998
27999 2005-05-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
28000
28001 * dired.el (dired-mode): make-variable-buffer-local =>
28002 make-local-variable.
28003
28004 2005-05-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
28005
28006 * term/mac-win.el (mac-select-convert-to-string): Try coding
28007 systems in mac-script-code-coding-systems if specified one cannot
28008 encode string for `com.apple.traditional-mac-plain-text'.
28009
28010 2005-05-13 Daniel Pfeiffer <occitan@esperanto.org>
28011
28012 * progmodes/make-mode.el (makefile-targets-face)
28013 (makefile-shell-face, makefile-makepp-perl-face): New faces.
28014 (makefile-dependency-regex): Fix it to not make the colon in
28015 $(var:a=b) special.
28016 (makefile-rule-action-regex): New regexp for highlighting embedded
28017 Shell strings.
28018 (makefile-macroassign-regex): Handle != for highlighting as
28019 embedded Shell strings.
28020 (makefile-var-use-regex): New const.
28021 (makefile-statements, makefile-automake-statements)
28022 (makefile-gmake-statements, makefile-makepp-statements)
28023 (makefile-bsdmake-statements): New consts.
28024 (makefile-make-font-lock-keywords): New function.
28025 (makefile-automake-font-lock-keywords)
28026 (makefile-gmake-font-lock-keywords)
28027 (makefile-makepp-font-lock-keywords)
28028 (makefile-bsdmake-font-lock-keywords): New consts.
28029 (makefile-mode-map): Add switchers between the various submodes.
28030 (makefile-mode): Document the availability of the variants.
28031 (makefile-automake-mode, makefile-gmake-mode)
28032 (makefile-makepp-mode, makefile-bsdmake-mode): New derived modes.
28033
28034 * files.el (auto-mode-alist, interpreter-mode-alist): Set up the
28035 new variants of makefile-mode.
28036
28037 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
28038
28039 * font-lock.el (font-lock-comment-delimiter-face): Fix up
28040 the inheritance.
28041
28042 2005-05-12 Luc Teirlinck <teirllm@auburn.edu>
28043
28044 * progmodes/inf-lisp.el (inferior-lisp-mode-hook)
28045 (inferior-lisp-load-hook): Convert defcustoms back to defvars.
28046
28047 * files.el (normal-mode): Extend the scope of the
28048 `enable-local-variables' binding to include the `set-auto-mode' call.
28049 (magic-mode-alist): Doc fix.
28050
28051 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
28052
28053 * font-lock.el (font-lock-comment-delimiter-face): Inherit from
28054 font-lock-comment-face rather than copying its setting.
28055
28056 2005-05-12 Andreas Schwab <schwab@suse.de>
28057
28058 * eshell/esh-mode.el (eshell-send-input): Doc fix.
28059
28060 2005-05-12 Lute Kamstra <lute@gnu.org>
28061
28062 * emacs-lisp/generic.el (define-generic-mode): Don't generate a
28063 defcustom for the mode hook variable. Delete the last argument.
28064 * generic-x.el: Fix callers of define-generic-mode.
28065 (generic-x-modes): Delete group.
28066 (show-tabs-tab-face, show-tabs-space-face): Put them in the
28067 generic-x customization group.
28068
28069 2005-05-12 Kim F. Storm <storm@cua.dk>
28070
28071 * font-lock.el (font-lock-negation-char-face): Default to "off".
28072
28073 * progmodes/cc-fonts.el (c-basic-matchers-before): Don't apply
28074 font-lock-negation-char-face to ! in !=.
28075
28076 2005-05-12 Masatake YAMATO <jet@gyve.org>
28077
28078 * add-log.el (find-change-log): Fix typos in the docstring
28079 of function.
28080
28081 2005-05-11 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
28082
28083 * international/latexenc.el (latexenc-find-file-coding-system):
28084 Avoid `re-search-forward' when looking for input encoding because
28085 of speed and safety. Better regular expressions for recognizing
28086 input encoding. Limit a search for TeX-master/tex-main-file to
28087 the local variable section.
28088
28089 2005-05-11 Dan Nicolaescu <dann@ics.uci.edu>
28090
28091 * progmodes/sh-script.el (sh-mode-default-syntax-table): Set the
28092 syntax of $ to "'" (quote).
28093
28094 2005-05-11 Reiner Steib <Reiner.Steib@gmx.de>
28095
28096 * dnd.el (dnd-protocol-alist): Improve custom type.
28097
28098 * dired.el (dired-dnd-protocol-alist): New variable.
28099 (dired-mode): Use `dired-dnd-protocol-alist'. Move call of
28100 `dired-mode-hook' to the end.
28101
28102 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
28103
28104 * font-lock.el (font-lock-fontify-syntactically-region): Don't use
28105 comment-end if comment-start-skip is not set.
28106 Obey the font-lock-comment-delimiter-face variables.
28107
28108 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
28109
28110 * files.el (executable-find): Move from executable.el. Use
28111 locate-file.
28112 * progmodes/executable.el (executable-find): Move to files.el.
28113
28114 * font-lock.el (font-lock-fontify-keywords-region): Use a marker
28115 when trying to ensure forward progress.
28116
28117 2005-05-11 Chong Yidong <cyd@stupidchicken.com>
28118
28119 * mouse-sel.el (mouse-sel-follow-link-p): New function.
28120 (mouse-select, mouse-select-internal, mouse-extend-internal):
28121 Use it to implement mouse-1-click-follows-link functionality.
28122
28123 2005-05-11 Richard M. Stallman <rms@gnu.org>
28124
28125 * font-lock.el (font-lock-fontify-syntactically-region):
28126 Use font-lock-comment-delimiter-face for comment delimiters.
28127
28128 2005-05-10 Jay Belanger <belanger@truman.edu>
28129
28130 * calc/calc-help.el (calc-m-prefix-help): Add mention of
28131 preserving embedded modes.
28132
28133 2005-05-10 Richard M. Stallman <rms@gnu.org>
28134
28135 * progmodes/sh-script.el (sh-indent-for-do): Default to 0.
28136
28137 * progmodes/ada-mode.el (ada-adjust-case-skeleton):
28138 Move from ada-stmt.el.
28139 (ada-mode): Add ada-adjust-case-skeleton to skeleton-end-hook.
28140
28141 * progmodes/ada-stmt.el (ada-adjust-case-skeleton):
28142 Move to ada-mode.el.
28143 (ada-stmt-mode-hook): Delete; do the work in ada-mode.
28144
28145 * cus-edit.el (custom-file): Call file-chase-links.
28146
28147 * files.el (read-directory-name): Fix previous change.
28148 (hack-local-variables-confirm): New function.
28149 (hack-local-variables-prop-line, hack-local-variables)
28150 (hack-one-local-variable): Use it.
28151
28152 2005-05-10 Lute Kamstra <lute@gnu.org>
28153
28154 * font-lock.el (font-lock-keywords-alist)
28155 (font-lock-removed-keywords-alist): Clarify docstrings.
28156
28157 2005-05-10 Nick Roberts <nickrob@snap.net.nz>
28158
28159 * progmodes/gdb-ui.el (gdb-macro-info): New variable.
28160 (gdb-source-info): Check for preprocessor info.
28161 (gdb-tooltip-print-1): New function. Don't print tooltip if it is
28162 a macro for a function.
28163 (gdb-info-breakpoints-custom): Try to find file again if not already
28164 found (user might have used GDB dir command).
28165 (gdb-get-location): Update gdb-location-alist correctly for change
28166 to gdb-info-breakpoints-custom.
28167
28168 * progmodes/gud.el (gud-tooltip-mode): Require tooltip to be safe.
28169 (gud-tooltip-print-command): Add gdbmi case.
28170 (gud-tooltip-tips): Call gdb-tooltip-print-1 first if there is
28171 preprocessor info.
28172
28173 2005-05-09 Reiner Steib <Reiner.Steib@gmx.de>
28174
28175 * startup.el (fancy-splash-insert): Fix typo in doc string.
28176
28177 2005-05-09 Juanma Barranquero <lekktu@gmail.com>
28178
28179 * obsolete/float.el (string-to-float):
28180 * obsolete/hilit19.el (hilit-add-pattern):
28181 * obsolete/rnews.el (news-parse-range, news-select-message)
28182 (news-get-pruned-list-of-files): Replace `string-to-int' by
28183 `string-to-number'.
28184
28185 * obsolete/uncompress.el: Set `find-file-not-found-functions', not
28186 `find-file-not-found-hooks'; use `add-hook'.
28187 (uncompress-while-visiting): Set `write-file-functions', not
28188 `write-file-hooks'; use `add-hook'.
28189
28190 2005-05-09 Kim F. Storm <storm@cua.dk>
28191
28192 * emulation/cua-base.el (cua-copy-region, cua-cut-region)
28193 (cua-paste): Handle clipboard action.
28194 (cua--init-keymaps): Remap clipboard-kill-region and
28195 clipboard-kill-ring-save.
28196
28197 2005-05-08 Eli Zaretskii <eliz@gnu.org>
28198
28199 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
28200 Improve commentary.
28201
28202 * simple.el (next-error-overlay-arrow-position): Revert the change
28203 made on 2005-04-30.
28204
28205 2005-05-07 Jay Belanger <belanger@truman.edu>
28206
28207 * calc/calcsel2.el (calc-commute-left, calc-commute-right)
28208 (calc-sel-unpack, calc-sel-isolate): Rename variable `reselect' to
28209 `calc-sel-reselect'.
28210
28211 * calc/calc-mode.el (calc-save-modes): Reset the modes list if
28212 Calc is in embedded mode.
28213
28214 2005-05-07 Eli Zaretskii <eliz@gnu.org>
28215
28216 * progmodes/compile.el (compilation-setup):
28217 Set overlay-arrow-string to an empty string on text terminals.
28218
28219 * textmodes/ispell.el (ispell-program-name): Try looking for
28220 "aspell" along exec-path, and if found, use it as the default
28221 speller program.
28222
28223 2005-05-07 Jirka Kosek <jirka@kosek.cz> (tiny change)
28224
28225 * international/mule.el (sgml-xml-auto-coding-function):
28226 Recognize encoding='FOO' in single quotes as well as in double quotes.
28227
28228 2005-05-07 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
28229
28230 * emacs-lisp/cl-macs.el (cl-transform-lambda): Recognize `declare'
28231 as well as `interactive', so that defmacro* would recognize
28232 `declare' forms.
28233
28234 2005-05-07 Eli Zaretskii <eliz@gnu.org>
28235
28236 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
28237 Explain more about the LIGHTER arg's usage in the doc string.
28238 Add commentary to clarify what the code does. Fix the regexp that
28239 strips whitespace from LIGHTER. Quote LIGHTER before using it,
28240 since it could have characters special to regular expressions.
28241
28242 2005-05-07 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
28243
28244 * replace.el (occur-1): Bind inhibit-read-only so that
28245 erase-buffer doesn't barf on read-only text properties (likewise
28246 for add-text-properties in occur-engine). Mark buffer as unmodified.
28247 (occur-engine): Don't set buffer-read-only here.
28248
28249 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
28250
28251 * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Don't fiddle with
28252 list-buffers-directory. This caused the *cvs-commit* buffer to be
28253 sometimes mistakenly reused as a *cvs* buffer.
28254
28255 2005-05-07 Nick Roberts <nickrob@snap.net.nz>
28256
28257 * tooltip.el: Move code for GUD tooltips into gud.el.
28258 (require): CL no longer needed to compile case.
28259 (tooltip-mode): Do not toggle functions for GUD tooltips.
28260 (tooltip-gud-tips-p): Remove. Replace with minor mode
28261 gud-tooltip-mode in gud.el.
28262 (tooltip-gud-modes, tooltip-gud-display, tooltip-gud-echo-area)
28263 (tooltip-gud-toggle-dereference): Rename in gud.el by replacing
28264 tooltip-gud prefix with gud-tooltip and obsolete.
28265 (tooltip-change-major-mode, tooltip-activate-mouse-motions-if-enabled)
28266 (tooltip-mouse-motions-active, tooltip-activate-mouse-motions)
28267 (tooltip-mouse-motion): Mouse movement functions/variable.
28268 Rename in gud.el by adding gud prefix.
28269 (tooltip-gud-original-filter, tooltip-gud-dereference)
28270 (tooltip-gud-event, tooltip-toggle-gud-tips)
28271 (tooltip-gud-process-output, tooltip-gud-print-command)
28272 (tooltip-gud-tips): GUD tooltip functions/variables. Rename in
28273 gud.el by replacing tooltip-gud prefix with gud-tooltip.
28274 (gdb-tooltip-print): Move to gdb-ui.el.
28275
28276 * progmodes/gud.el: Move code for GUD tooltips from tooltip.el.
28277 (require): CL needed to compile case.
28278 (gud-tooltip-mode): Use to toggle GUD tooltips instead of
28279 tooltip-gud-tips-p. Make it a minor-mode.
28280 (gud-find-file): Only prepare GUD tooltips if gud-tooltip-mode is t.
28281 (gud-menu-map): GUD tooltips use gud-tooltip-mode now.
28282 (gud-tooltip-modes, gud-tooltip-display, gud-tooltip-echo-area)
28283 (gud-tooltip-change-major-mode)
28284 (gud-tooltip-activate-mouse-motions-if-enabled)
28285 (gud-tooltip-mouse-motions-active, gud-tooltip-activate-mouse-motions)
28286 (gud-tooltip-mouse-motion, gud-tooltip-toggle-dereference)
28287 (gud-tooltip-original-filter, gud-tooltip-dereference)
28288 (gud-tooltip-event, tooltip-toggle-gud-tips)
28289 (gud-tooltip-process-output, gud-tooltip-print-command)
28290 (gud-tooltip-tips): Move from tooltip.el.
28291
28292 * progmodes/gdb-ui.el (gdb-tooltip-print): Move from tooltip.el.
28293 (gdb-cpp-define-alist-flags): Doc fix.
28294 (gdb-set-gud-minor-mode-1): Only prepare GUD tooltips if
28295 gud-tooltip-mode is t.
28296
28297 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
28298
28299 * net/goto-addr.el (goto-address-fontify): Make sure the overlays
28300 evaporate if their text is deleted.
28301 (goto-address-at-point): Make it work as a mouse binding as well.
28302 (goto-address-at-mouse): Obsolete it. Update users.
28303
28304 2005-05-06 Glenn Morris <gmorris@ast.cam.ac.uk>
28305
28306 * calendar/appt.el (top-level): No longer activate on load.
28307
28308 2005-05-06 Juanma Barranquero <lekktu@gmail.com>
28309
28310 * calendar/cal-bahai.el (mark-bahai-diary-entries):
28311 * net/webjump.el (webjump):
28312 * progmodes/idlw-help.el (idlwave-do-context-help1)
28313 (idlwave-highlight-linked-completions):
28314 * textmodes/po.el (po-find-file-coding-system-guts):
28315 Replace `assoc-ignore-case' by `assoc-string'.
28316
28317 2005-05-06 Eli Zaretskii <eliz@gnu.org>
28318
28319 * files.el (locate-file): Doc fix.
28320
28321 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program): Doc fix.
28322 Remove the redundant test for ms-dos.
28323
28324 * progmodes/cmacexp.el (c-macro-preprocessor): Use locate-file to
28325 look for the preprocessor with exec-suffixes. If not found in
28326 standard places, look in exec-path. Remove most of the tests that
28327 used system-type.
28328
28329 * loadup.el: Load jka-cmpr-hook instead of jka-comp-hook.
28330
28331 * jka-compr.el (jka-compr-uninstall): Add autoload cookie.
28332
28333 * jka-cmpr-hook.el: Renamed from jka-comp-hook.el, to avoid
28334 file-name clash with jka-compr.el on 8+3 filesystems.
28335
28336 2005-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
28337
28338 * term/mac-win.el: Don't define or bind scroll bar functions if
28339 x-toolkit-scroll-bars is t.
28340 (x-select-text, x-get-selection-value): Clear
28341 x-last-selected-text-clipboard if x-select-enable-clipboard is
28342 nil.
28343 (PRIMARY): Put mac-scrap-name property.
28344 (mac-select-convert-to-file-url): New function.
28345 (public.file-url): New selection target type. Add to
28346 selection-converter-alist.
28347 (x-get-selection, x-selection-value): Handle it.
28348 (x-cut-buffer-or-selection-value): New alias.
28349
28350 2005-05-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
28351
28352 * textmodes/bibtex.el (bibtex-summary): Use current BibTeX
28353 entry to avoid calling bibtex-find-entry with arg global
28354 being t. Remove arg key.
28355 (bibtex-summary-function, bibtex-complete-crossref-cleanup)
28356 (bibtex-copy-summary-as-kill): Change accordingly.
28357
28358 2005-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
28359
28360 * textmodes/org.el (org-get-entries-from-diary): Remove unused vars.
28361 (org-agenda-date-later): Use with-current-buffer.
28362
28363 2005-05-05 Luc Teirlinck <teirllm@auburn.edu>
28364
28365 * emacs-lisp/byte-run.el (define-obsolete-function-alias)
28366 (define-obsolete-variable-alias): Doc Fixes.
28367
28368 2005-05-06 Kim F. Storm <storm@cua.dk>
28369
28370 * simple.el (line-move-1): Fix 2005-04-26 change. Must still use
28371 vertical-motion when selective-display is active.
28372
28373 * ido.el (ido-setup-hook): New hook.
28374 (ido-define-mode-map-hook): Remove hook; use ido-setup-hook instead.
28375 (ido-input-stack): New var.
28376 (ido-define-mode-map): Bind M-b to ido-push-dir. Move old
28377 ido-next-work-file binding to M-O.
28378 Bind M-f to ido-wide-find-file-or-pop-dir.
28379 (ido-define-mode-map): Don't run ido-define-mode-map-hook.
28380 (ido-read-internal): Run ido-setup-hook.
28381 Catch quit in read-file-name and read-string to cancel edit.
28382 Handle new push, pop, and pop-all exit codes (for M-b/M-f).
28383 Automatically pop-all when completing a directory name (RET).
28384 (ido-file-internal): Add with-no-warnings around ffap and dired code.
28385 (ido-exit-minibuffer): Use exit-minibuffer instead of throw.
28386 (ido-wide-find-file, ido-wide-find-dir): Catch quit to cancel find.
28387 (ido-push-dir, ido-pop-dir, ido-wide-find-file-or-pop-dir):
28388 New functions for M-b/M-f to move among the directory components.
28389 (ido-make-merged-file-list): Catch quit to cancel merge.
28390 (ido-make-dir-list): Delete "." when ido-input-stack is non-empty.
28391 (ido-completion-help): No warnings for ido-completion-buffer-full.
28392
28393 2005-05-05 Daniel Pfeiffer <occitan@esperanto.org>
28394
28395 * font-lock.el (font-lock-negation-char-face): New face and variable.
28396 * progmodes/cc-fonts.el (c-cpp-matchers): Use it.
28397 * progmodes/sh-script.el (sh-font-lock-keywords): Use it.
28398 * progmodes/cperl-mode.el (cperl-init-faces): Use it.
28399 * progmodes/make-mode.el (makefile-font-lock-keywords): Use it.
28400
28401 2005-05-05 Juanma Barranquero <lekktu@gmail.com>
28402
28403 * emacs-lisp/byte-run.el (define-obsolete-function-alias):
28404 Fix typo in docstring.
28405
28406 * progmodes/ebrowse.el (ebrowse-install-1-to-9-keys)
28407 (ebrowse-print-statistics-line)
28408 (ebrowse-electric-position-mode-hook): Fix typo in docstring.
28409
28410 * term/w32-win.el (image-library-alist): Add additional name for
28411 Xpm library.
28412
28413 2005-05-05 Nick Roberts <nickrob@snap.net.nz>
28414
28415 * progmodes/cmacexp.el (c-macro-preprocessor): Update for BSD and
28416 use gcc instead of cpp.
28417
28418 * progmodes/gdb-ui.el (gdb-cpp-define-alist-flags): New variable.
28419 (gdb-create-define-alist): Use it.
28420 (gdb-cpp-define-alist-program): Update for MS-DOS.
28421
28422 2005-05-04 Nick Roberts <nickrob@snap.net.nz>
28423
28424 * progmodes/cmacexp.el (c-macro-preprocessor): Update for Mac OS X.
28425
28426 2005-05-04 Richard M. Stallman <rms@gnu.org>
28427
28428 * help.el (describe-key): No error when UNTRANSLATED is nil.
28429
28430 * simple.el (line-move-1): Fix previous change to signal errors
28431 appropriately.
28432
28433 2005-05-03 Ulf Jasper <ulf.jasper@web.de>
28434
28435 * calendar/icalendar.el (icalendar-version): Now at 0.12.
28436 (icalendar-duration-correction): Remove.
28437 (icalendar--get-event-properties): Split result at commas.
28438 (icalendar--decode-isoduration): New optional argument
28439 DURATION-CORRECTION.
28440 (icalendar--convert-ordinary-to-ical, icalendar--convert-sexp-to-ical)
28441 (icalendar--convert-yearly-to-ical, icalendar--convert-weekly-to-ical)
28442 (icalendar--convert-block-to-ical, icalendar--convert-float-to-ical)
28443 (icalendar--convert-date-to-ical, icalendar--convert-cyclic-to-ical)
28444 (icalendar--convert-anniversary-to-ical): New functions, extracted
28445 from icalendar-export-region, with bug fixes.
28446 (icalendar-export-region): Use the above functions.
28447 (icalendar-import-buffer): Check before saving diary file.
28448 (icalendar--convert-recurring-to-diary)
28449 (icalendar--convert-non-recurring-all-day-to-diary)
28450 (icalendar--convert-non-recurring-not-all-day-to-diary): New functions,
28451 extracted from icalendar--convert-ical-to-diary, with bug fixes.
28452 (icalendar--convert-ical-to-diary): Use the above functions.
28453
28454 2005-05-03 Nick Roberts <nickrob@snap.net.nz>
28455
28456 * progmodes/cc-mode.el (cc-define-alist, cc-create-define-alist):
28457 Remove these recent additions.
28458 (c-mode): Restore to before 2005-04-28.
28459
28460 * progmodes/cc-vars.el (cc-define-list-program): Remove this
28461 recent addition.
28462
28463 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program)
28464 (gdb-define-alist): New variables.
28465 (gdb-create-define-alist): New function.
28466 (gdb-set-gud-minor-mode-1): Handle gdb-define-alist.
28467 (gdb-source, gdb-memory-set-repeat-count): Replace string-to-int
28468 with string-to-number.
28469 (gdb-reset): Kill gdb-define-alist. Move assignments outside loop.
28470
28471 * progmodes/gud.el: Replace string-to-int with string-to-number.
28472 (gud-find-file): Handle gdb-define-alist.
28473
28474 * tooltip.el (tooltip-gud-tips): Use gdb-define-alist.
28475
28476 2005-05-02 Jay Belanger <belanger@truman.edu>
28477
28478 * calc/calc-aent.el (math-read-token):
28479 * calc/calc-bin.el (calc-word-size):
28480 * calc/calc-ext.el (calc-read-number-fancy):
28481 * calc/calc-forms.el (calc-time, calc-date-notation, math-this-year)
28482 (math-parse-date, math-parse-standard-date, calcFunc-tzone):
28483 * calc/calc-frac.el (calc-over-notation):
28484 * calc/calc-graph.el (calc-graph-plot, calc-graph-set-styles)
28485 (calc-graph-num-points, calc-graph-init):
28486 * calc/calc-prog.el (calc-read-parse-table-part)
28487 (calc-edit-macro-repeats):
28488 * calc/calc-yank.el (calc-do-grab-rectangle):
28489 * calc/calc.el (calcDigit-key, math-read-number, math-read-bignum):
28490 Replace `string-to-int' by `string-to-number'.
28491
28492 2005-05-02 Kim F. Storm <storm@cua.dk>
28493
28494 * kmacro.el: Use executing-kbd-macro-index variable.
28495
28496 2005-05-02 Thien-Thi Nguyen <ttn@gnu.org>
28497
28498 * net/rlogin.el (rlogin-parse-words): Delete func.
28499 (rlogin): Use split-string, not rlogin-parse-words.
28500 Also, if there are option-like elements in the parsed args,
28501 take the host to be the first arg immediately following them.
28502 Suggested by Michael Mauger.
28503
28504 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
28505
28506 * subr.el (executing-macro): Use `define-obsolete-variable-alias'.
28507
28508 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
28509
28510 * progmodes/cc-mode.el (cc-create-define-alist): Use a shell.
28511 (cc-mode-cpp-program): Rename to cc-define-list-program and
28512 move to cc-vars.el.
28513
28514 * progmodes/cc-vars.el (cc-define-list-program):
28515 Change to "gcc -E -dM -". Make customizable.
28516
28517 2005-05-02 Kim F. Storm <storm@cua.dk>
28518
28519 * emulation/cua-base.el: Fix check for CUA-mode if no init file.
28520
28521 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
28522
28523 * progmodes/cc-mode.el (cc-mode-cpp-program): Change to "gcc -E".
28524
28525 * international/mule-util.el (truncate-string): Remove alias and
28526 obsolete declaration.
28527
28528 * international/mule-cmds.el (update-iso-coding-systems):
28529 Remove alias and obsolete declaration.
28530
28531 * international/mule.el (coding-system-parent): Remove alias and
28532 obsolete declaration.
28533
28534 * subr.el (define-function, sref): Remove aliases and obsolete
28535 declarations.
28536 (chars-in-region): Remove obsolete declaration.
28537
28538 2005-05-01 Richard M. Stallman <rms@gnu.org>
28539
28540 * info.el (Info-mode): Set widen-automatically to nil, locally.
28541
28542 * simple.el (widen-automatically): New variable.
28543 (pop-global-mark): Obey widen-automatically.
28544
28545 2005-05-01 Dan Nicolaescu <dann@ics.uci.edu>
28546
28547 * term/xterm.el (function-key-map): Call substitute-key-definition
28548 before the keymap size is increased by a lot of define-key calls.
28549
28550 2005-05-01 Richard M. Stallman <rms@gnu.org>
28551
28552 * subr.el (add-to-invisibility-spec, remove-from-invisibility-spec):
28553 Rename ARG to ELEMENT. Doc fix.
28554
28555 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
28556
28557 * allout.el (allout-exposure): Remove macro and obsolete declaration.
28558 Remove references to allout-exposure/change to allout-new-exposure.
28559
28560 * emacs-lisp/bytecomp.el (dot, dot-min, dot-max): Don't create
28561 bytecode symbols.
28562
28563 * subr.el (dot, dot-marker, dot-min, dot-max, buffer-flush-undo)
28564 (compiled-function-p, focus-frame, unfocus-frame):
28565 Remove aliases and obsolete declarations.
28566 Back out inadvertent changes from previous commit.
28567
28568 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
28569
28570 * files.el (require-final-newline): Make Custom tags consistent
28571 with mode-require-final-newline.
28572 (mode-require-final-newline): Doc fix.
28573
28574 2005-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
28575
28576 * international/latexenc.el (latexenc-find-file-coding-system):
28577 Fix regular expressions.
28578
28579 2005-05-01 David Kastrup <dak@gnu.org>
28580
28581 * international/latexenc.el (latexenc-find-file-coding-system):
28582 Fix regular expressions.
28583
28584 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
28585
28586 * subr.el (string-to-int): Make obsolete.
28587
28588 2005-04-30 Richard M. Stallman <rms@gnu.org>
28589
28590 * simple.el (next-error-overlay-arrow-position): Turn off, for ttys.
28591
28592 * loadup.el: load jka-comp-hook.
28593
28594 * jka-compr.el: Many functions and vars moved to jka-comp-hook.el.
28595 (jka-compr-handler): Add autoload. `put' calls moved
28596 to jka-comp-hook.el.
28597 (compression, jka-compr): defgroups moved to jka-comp-hook.el.
28598 (jka-compr-inhibit): Autoload.
28599
28600 * jka-comp-hook.el: New file.
28601 Enable the mode by default.
28602
28603 * files.el (backup-buffer-copy): Use copy-file instead
28604 of write-region, and put back the 'excl.
28605
28606 2005-04-30 Chong Yidong <cyd@stupidchicken.com>
28607
28608 * progmodes/flymake.el (flymake-split-string)
28609 (flymake-split-string, flymake-log, flymake-pid-to-names)
28610 (flymake-reg-names, flymake-get-source-buffer-name)
28611 (flymake-unreg-names, flymake-add-line-err-info)
28612 (flymake-add-err-info): Clarify docstrings.
28613 (flymake-popup-menu, flymake-make-emacs-menu)
28614 (flymake-make-xemacs-menu): Add docstrings.
28615 (flymake-get-buffer-*, flymake-set-buffer-*): Functions deleted.
28616 Set variables directly throughout.
28617
28618 2005-04-30 Nick Roberts <nickrob@snap.net.nz>
28619
28620 * progmodes/cc-mode.el (cc-create-define-alist): Check that file
28621 exists. Initialize cc-define-alist.
28622 (c-mode): Add cc-create-define-alist locally to after-save-hook.
28623 If there is no file (Macroexpansion) don't create an alist.
28624
28625 2005-04-29 Sam Steingold <sds@gnu.org>
28626
28627 * progmodes/cc-mode.el (cc-mode-cpp-program): New user variable.
28628 (cc-create-define-alist): Use it instead of the hard-coded string.
28629
28630 2005-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
28631
28632 * international/mule-conf.el (file-coding-system-alist): Fix regexp
28633 for latexenc.
28634
28635 2005-04-29 Lute Kamstra <lute@gnu.org>
28636
28637 * emacs-lisp/generic.el: Improve commentary section.
28638 (define-generic-mode): Improve docstring.
28639
28640 2005-04-29 Carsten Dominik <dominik@science.uva.nl>
28641
28642 * textmodes/org.el (many places): Change to quiet the byte compiler.
28643 (org-prefix-format-compiled): New variable.
28644 (org-compile-prefix-format): New function.
28645 (org-timeline, org-agenda, org-diary): Call org-compile-prefix-format.
28646 (org-agenda-prefix-format, org-timeline-prefix-format): New options.
28647 (org-agenda-get-scheduled): Check if file is opened in `org-mode'.
28648 (org-get-entries-from-diary): Use `org-get-time-of-day' for
28649 consistency with entries from `org-mode' files.
28650 (org-get-time-of-day): Fix bug with partial matches early in a line.
28651 (org-non-link-chars): New constant.
28652 (org-link-regexp): Respect `org-non-link-chars'.
28653 (org-agenda-day-view): Remove command.
28654 (org-agenda-toggle-week-view): Rename from `org-agenda-week-view'.
28655 (org-follow-bbdb-link, org-store-link): Search also company field.
28656 (org-highlight-overlay): New variable.
28657 (org-highlight, org-unhighlight): New functions.
28658 (org-agenda-mode): Add pre-command-hook to remove highlight.
28659 (org-evaluate-time-range): Behavior depends upon whether time stamp
28660 contains a time or not.
28661 (org-show-subtree, org-show-entry): New functions.
28662 (org-agenda-cleanup-fancy-diary): Remove empty lines.
28663
28664 2005-04-28 Luc Teirlinck <teirllm@auburn.edu>
28665
28666 * comint.el (comint-output-filter-functions): Add autoload cookie.
28667
28668 2005-04-28 Kim F. Storm <storm@cua.dk>
28669
28670 * ido.el (ido-everywhere): Fix last change.
28671
28672 2005-04-28 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
28673
28674 * international/latexenc.el: New file.
28675 * international/mule-conf.el (file-coding-system-alist): For .tex,
28676 .ltx, .dtx and .drv extensions, use `latexenc-find-file-coding-system'.
28677
28678 2005-04-28 Lute Kamstra <lute@gnu.org>
28679
28680 * font-lock.el (font-lock-add-keywords)
28681 (font-lock-remove-keywords): Clarify docstring.
28682 (font-lock-keywords-alist, font-lock-removed-keywords-alist):
28683 Don't start docstrings with a `*'.
28684 (font-lock-update-removed-keyword-alist): Give it a docstring.
28685
28686 * generic-x.el: Update commentary section.
28687 Only require font-lock when compiling.
28688 Define all modes conditionally.
28689 Place all generic modes in the generic-x-modes customization group.
28690 (generic-x-modes): New customization group.
28691 (generic-default-modes, generic-mswindows-modes)
28692 (generic-unix-modes, generic-other-modes): New constants.
28693 (generic-define-mswindows-modes, generic-define-unix-modes):
28694 Update docstrings. Make them obsolete.
28695 (generic-extras-enable-list): New default value. Update docstring.
28696 Improve :type. Change :set function.
28697 (bat-generic-mode-syntax-table, rul-generic-mode-syntax-table):
28698 Fix docstring.
28699
28700 * emacs-lisp/generic.el (generic-mode-internal):
28701 Simplify font-lock-defaults.
28702 (define-generic-mode): Fix docstring.
28703
28704 2005-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
28705
28706 * progmodes/grep.el (grep-mode-font-lock-keywords): Use the
28707 font-lock-face property to highlight matches.
28708
28709 2005-04-28 Nick Roberts <nickrob@snap.net.nz>
28710
28711 * progmodes/cc-mode.el (cc-create-define-alist): New function.
28712 (cc-define-alist): New variable.
28713 (c-mode): Make it local and initialize it.
28714
28715 * progmodes/gdb-ui.el (gdb-active-process): New variable.
28716 (gdb-exited): New function.
28717 (gdb-annotation-rules): Use it.
28718 (gdb-starting): Set gdb-active-process to t.
28719 (gdb-stopping): Amend doc string.
28720 (gdb-reset): Set gdb-active-process to nil.
28721
28722 * tooltip.el (tooltip-gud-tips): Show the associated #define
28723 directives when a C program under GDB is not executing.
28724
28725 2005-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
28726
28727 * progmodes/cperl-mode.el (cperl-mode): Don't precompile the
28728 font-lock-fontify-syntactic-keywords.
28729
28730 * font-lock.el (font-lock-default-fontify-region): Don't force
28731 parse-sexp-lookup-properties to nil.
28732
28733 2005-04-27 Alexander Klimov <alserkli@inbox.ru> (tiny change)
28734
28735 * man.el (man-mode-syntax-table): Set up `:' to have
28736 word-constituent syntax.
28737
28738 2005-04-27 Lute Kamstra <lute@gnu.org>
28739
28740 * novice.el (disable-command): Don't add spurious newlines to the
28741 init file. Reported by Dan Jacobson <jidanni@jidanni.org>.
28742
28743 2005-04-26 Jay Belanger <belanger@truman.edu>
28744
28745 * calc/calc-yank.el (calc-edit-finish): Make sure there is more
28746 than one window before deleting window.
28747
28748 2005-04-26 Luc Teirlinck <teirllm@auburn.edu>
28749
28750 * shell.el (shell-prompt-pattern): Doc fix.
28751 (shell-mode): Set paragraph-separate buffer locally to "\\'".
28752
28753 * comint.el (comint-prompt-regexp, comint-get-old-input)
28754 (comint-use-prompt-regexp)
28755 (comint-use-prompt-regexp-instead-of-fields)
28756 (comint-replace-by-expanded-history, comint-send-input)
28757 (comint-output-filter, comint-get-old-input-default)
28758 (comint-line-beginning-position, comint-bol, comint-show-output)
28759 (comint-backward-matching-input, comint-forward-matching-input)
28760 (comint-next-prompt, comint-previous-prompt):
28761 Rename `comint-use-prompt-regexp-instead-of-fields' to
28762 `comint-use-prompt-regexp'. Keep old name as alias and declare
28763 obsolete.
28764 (comint-use-prompt-regexp): Shorten first line of doc string.
28765
28766 * ielm.el (inferior-emacs-lisp-mode): Adapt to above name change.
28767 Set paragraph-separate buffer locally to "\\'".
28768
28769 * hippie-exp.el (try-expand-line, try-expand-line-all-buffers):
28770 Adapt to above name change.
28771
28772 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
28773 (smbclient-prompt-regexp): Ditto.
28774
28775 * progmodes/inf-lisp.el (inferior-lisp-prompt): Ditto.
28776
28777 2005-04-27 Nick Roberts <nickrob@snap.net.nz>
28778
28779 * progmodes/gdb-ui.el (gdb-location-alist): Rename from
28780 gdb-location-list.
28781 Break lines that are over 80 characters wide.
28782
28783 2005-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
28784
28785 * pcvs-info.el (cvs-fileinfo->full-path, cvs-display-full-path):
28786 New fun and var, to preserve compatibility.
28787
28788 * pcvs.el, pcvs-info.el: Rename "full-path" -> "full-name".
28789
28790 2005-04-26 Dominique de Waleffe <ddw@missioncriticalit.com> (tiny change)
28791
28792 * pcvs-info.el (cvs-fileinfo->backup-file): Don't pass the full file
28793 name to file-newer-than-file-p.
28794
28795 2005-04-26 Richard M. Stallman <rms@gnu.org>
28796
28797 * simple.el (line-move-1): Avoid using vertical-motion in easy cases.
28798
28799 * progmodes/python.el (python-mode):
28800 Use new name eldoc-documentation-function.
28801
28802 * hexl.el (hexl-mode): Use new name eldoc-documentation-function.
28803
28804 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
28805 (eldoc-documentation-function):
28806 Rename from eldoc-print-current-symbol-info-function. Calls changed.
28807
28808 2005-04-26 Nick Roberts <nickrob@snap.net.nz>
28809
28810 * emacs-lisp/byte-run.el (define-obsolete-function-alias): New macro.
28811
28812 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
28813
28814 * term/xterm.el (function-key-map): Fix strings for
28815 {C,S,A,C-S}-f[1-4]. Use substitute-key-definition to bind
28816 {C,S,A,C-S}-{f1-f12}.
28817
28818 2005-04-26 Kenichi Handa <handa@m17n.org>
28819
28820 * international/mule-cmds.el (select-safe-coding-system):
28821 Fix previous change.
28822
28823 2005-04-26 Lute Kamstra <lute@gnu.org>
28824
28825 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix docstring.
28826
28827 * font-lock.el (font-lock-fontify-region-function): Fix docstring.
28828 (font-lock-comment-delimiter-face): Ditto.
28829
28830 * calc/calc.el (calc-trail-mode): Don't set font-lock-defaults.
28831
28832 2005-04-25 Jay Belanger <belanger@truman.edu>
28833
28834 * calc/calc-help.el (calc-view-news): Let-bind inhibit-read-only
28835 to t while inserting information; use help-mode.
28836
28837 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
28838
28839 * term.el (ansi-term-color-vector): Use the xterm colors.
28840 (term-raw-map): Don't add mappings for \eO and \e[. Map deletechar.
28841
28842 2005-04-25 Lute Kamstra <lute@gnu.org>
28843
28844 * font-core.el (font-lock-defaults): Fix docstring.
28845
28846 * font-lock.el (font-lock-syntactic-face-function): Fix docstring.
28847
28848 2005-04-25 Kenichi Handa <handa@m17n.org>
28849
28850 * international/mule-cmds.el (select-safe-coding-system):
28851 Don't check consistency with coding: spec, etc if raw-text or
28852 no-conversion was found to be safe.
28853
28854 2005-04-24 Richard M. Stallman <rms@gnu.org>
28855
28856 * mail/sendmail.el (mail-font-lock-keywords): Match any number of
28857 citation markers at start of each line.
28858
28859 * mail/rmail.el (rmail-font-lock-keywords): Match any number of
28860 citation markers at start of each line.
28861
28862 * font-lock.el (font-lock-comment-delimiter-face): Doc fix.
28863
28864 * files.el (mode-require-final-newline): Fix previous change.
28865 (require-final-newline): Fix type label.
28866
28867 2005-04-24 Glenn Morris <gmorris@ast.cam.ac.uk>
28868
28869 * progmodes/f90.el (f90-calculate-indent): Fix treatment of first
28870 statement in buffer (broken by 2004-11-24 change).
28871
28872 2005-04-24 Kim F. Storm <storm@cua.dk>
28873
28874 * ido.el (ido-everywhere): Save and restore old read-buffer-function
28875 and read-file-name-function values. Don't overwrite existing
28876 non-nil values if ido-mode is enabled without ido-everywhere.
28877
28878 2005-04-24 Luc Teirlinck <teirllm@auburn.edu>
28879
28880 * files.el (mode-require-final-newline): Minor doc fix.
28881
28882 2005-04-24 Eli Zaretskii <eliz@gnu.org>
28883
28884 * subr.el (syntax-after): Doc fix.
28885 (syntax-class): If argument is nil, return nil. Mask off upper 16
28886 bits, not 8 bits.
28887
28888 * files.el (mode-require-final-newline): Doc fix.
28889 (backup-buffer-copy): Fix last change.
28890
28891 2005-04-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
28892
28893 * term/mac-win.el: Require select. Set selection-coding-system to
28894 mac-system-coding-system. Call menu-bar-enable-clipboard.
28895 (x-last-selected-text-clipboard, x-last-selected-text-primary)
28896 (x-select-enable-clipboard): New variables.
28897 (x-select-text, x-get-selection, x-selection-value)
28898 (x-get-selection-value, mac-select-convert-to-string)
28899 (mac-services-open-file, mac-services-open-selection)
28900 (mac-services-insert-text): New functions.
28901 (CLIPBOARD, FIND): Put mac-scrap-name property.
28902 (com.apple.traditional-mac-plain-text, public.utf16-plain-text)
28903 (public.tiff): Put mac-ostype property.
28904 (selection-converter-alist): Add entries for them.
28905 (mac-application-menu-map): New keymap.
28906 (interprogram-cut-function, interprogram-paste-function): Set to
28907 x-select-text and x-get-selection-value, respectively.
28908 (split-window-keep-point): Set to t.
28909
28910 2005-04-23 Richard M. Stallman <rms@gnu.org>
28911
28912 * files.el (read-directory-name): Always pass non-nil
28913 DEFAULT-FILENAME arg to read-file-name.
28914 (backup-buffer-copy, basic-save-buffer-2): Take care against
28915 writing thru an unexpected existing symlink.
28916 (revert-buffer): In indirect buffer, revert the base buffer.
28917 (magic-mode-alist): Doc fix.
28918 (buffer-stale-function): Doc fix.
28919 (minibuffer-with-setup-hook): Avoid warning.
28920 (mode-require-final-newline): Doc and custom fix.
28921
28922 * follow.el (follow-end-of-buffer): Use with-no-warnings.
28923
28924 * font-lock.el (font-lock-comment-face): On terminals with few colors,
28925 use the default appearance.
28926 (font-lock-comment-delimiter-face): New face, new variable.
28927
28928 * imenu.el (imenu--generic-function): The official position of a
28929 definition is the start of the line that BEG is in.
28930
28931 * midnight.el (midnight-timer): Move defvar up.
28932
28933 * mouse.el (mouse-drag-region-1): Delete some debugging code.
28934
28935 * saveplace.el (save-place-to-alist): Use with-no-warnings.
28936
28937 * startup.el (command-line): Use with-no-warnings.
28938
28939 * window.el (window-size-fixed): New defvar.
28940
28941 * emacs-lisp/easymenu.el (easy-menu-do-define): Use defalias, not fset.
28942
28943 * mail/rmail.el (rmail-font-lock-keywords):
28944 Use font-lock-comment-delimiter-face.
28945
28946 * mail/sendmail.el (mail-font-lock-keywords):
28947 Use font-lock-comment-delimiter-face.
28948
28949 * progmodes/compile.el (next-error-highlight-timer): New defvar.
28950
28951 2005-04-23 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change)
28952
28953 * progmodes/compile.el (compilation-mode-font-lock-keywords):
28954 Specify t for LAXMATCH when matching directories.
28955 Save match data around compilation-compat-error-properties form.
28956
28957 2005-04-23 David Kastrup <dak@gnu.org>
28958
28959 * textmodes/tex-mode.el (TeX-mode, plain-TeX-mode, LaTeX-mode):
28960 Mention that the autoloaded aliases should be kept for AUCTeX.
28961
28962 2005-04-23 Andreas Schwab <schwab@suse.de>
28963
28964 * isearch.el (isearch-forward): Doc fix.
28965
28966 2005-04-23 Eli Zaretskii <eliz@gnu.org>
28967
28968 * jit-lock.el (jit-lock-stealth-time): Change default value to 16.
28969 (jit-lock-stealth-nice): Change default value to 0.5.
28970
28971 2005-04-23 Eric Hanchrow <offby1@blarg.net> (tiny change)
28972
28973 * abbrev.el (write-abbrev-file): Write table entries in
28974 alphabetical order by table name.
28975
28976 2005-04-22 Kim F. Storm <storm@cua.dk>
28977
28978 * ido.el (ido-read-internal): Fix `list' completion.
28979
28980 2005-04-22 Kenichi Handa <handa@m17n.org>
28981
28982 * recentf.el (recentf-save-file-coding-system): New variable.
28983 (recentf-save-list): Encode the file by
28984 recentf-save-file-coding-system and add coding: tag.
28985
28986 2005-04-22 Nick Roberts <nickrob@snap.net.nz>
28987
28988 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): New macro.
28989
28990 2005-04-21 Lute Kamstra <lute@gnu.org>
28991
28992 * loadhist.el (unload-feature): Don't remove a function from hooks
28993 if it is about to be restored to an autoload . Remove functions
28994 that will become unbound from auto-mode-alist. Simplify the code.
28995
28996 * subr.el (assq-delete-all): New implementation that is linear,
28997 not quadratic. Suggested by David Kastrup <dak@gnu.org>.
28998 (rassq-delete-all): New function.
28999
29000 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
29001 Add size-indication-mode.
29002
29003 2005-04-21 Kenichi Handa <handa@m17n.org>
29004
29005 * international/mule-cmds.el: Add autoload for widget-value in
29006 eval-when-compile.
29007
29008 2005-04-21 Nick Roberts <nickrob@snap.net.nz>
29009
29010 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
29011 Add tooltip-mode.
29012
29013 * bindings.el (mode-line-mode-menu): Remove tooltip-mode.
29014
29015 2005-04-20 Luc Teirlinck <teirllm@auburn.edu>
29016
29017 * progmodes/inf-lisp.el (inferior-lisp): New defgroup.
29018 (inferior-lisp-filter-regexp, inferior-lisp-program)
29019 (inferior-lisp-load-command, inferior-lisp-prompt)
29020 (inferior-lisp-mode-hook, lisp-source-modes)
29021 (inferior-lisp-load-hook): defvar->defcustom.
29022 (inferior-lisp-program, inferior-lisp-prompt)
29023 (inferior-lisp-load-hook): Doc fixes.
29024 (inferior-lisp-install-letter-bindings): Small change in
29025 introductory comment.
29026
29027 2005-04-20 Dan Nicolaescu <dann@ics.uci.edu>
29028
29029 * vc.el (vc-annotate-color-map): Change some colors so that text
29030 using them as foreground is readable on both white and black
29031 backgrounds.
29032
29033 2005-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
29034
29035 * international/mule-conf.el (translation-table-for-input):
29036 Remove redundant declaration.
29037
29038 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
29039
29040 * progmodes/gud.el (gud-menu-map): Add tooltip-toggle-gud-tips.
29041
29042 * tooltip.el (tooltip-gud-tips-p): Expand documentation.
29043 (tooltip-toggle-gud-tips): New function.
29044
29045 2005-04-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
29046
29047 * term/mac-win.el (mac-symbol-encoder): Fix mappings of left and
29048 right angle brackets.
29049
29050 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
29051
29052 * tooltip.el (tooltip-use-echo-area): Replace as alias and deprecate.
29053
29054 2005-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
29055
29056 * progmodes/flymake.el (flymake-get-absolute-file-name-basedir):
29057 Remove. Update callers to use expand-file-name instead.
29058
29059 * subr.el (syntax-class): New function.
29060
29061 * simple.el (blink-matching-open): Use it.
29062
29063 * paren.el (show-paren-function): Use it to recognize parens that are
29064 also used in 2-char comment markers.
29065
29066 2005-04-19 Lute Kamstra <lute@gnu.org>
29067
29068 * loadhist.el (unload-feature): Update for new format of
29069 load-history. Simplify the code.
29070
29071 2005-04-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
29072
29073 * term/mac-win.el: Add coding: tag and set it to iso-2022-7bit.
29074 (mac-add-charset-info): New function. Initialize variable
29075 mac-charset-info-alist using it.
29076 (mac-centraleurroman, mac-cyrillic): Do not use UCS in table data
29077 for translation.
29078 (mac-symbol-encoder, mac-dingbats-encoder): New translation table.
29079 (mac-font-encoder-list): Add entries for mac-symbol and mac-dingbats.
29080 (ccl-encode-mac-symbol-font, ccl-encode-mac-dingbats-font):
29081 New CCL programs.
29082
29083 2005-04-19 Kim F. Storm <storm@cua.dk>
29084
29085 * simple.el (next-buffer, prev-buffer, next-error)
29086 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
29087 (clone-indirect-buffer-other-window): Move bindings to bindings.el.
29088
29089 * bindings.el (next-buffer, prev-buffer, next-error)
29090 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
29091 (clone-indirect-buffer-other-window): Move bindings from simple.el.
29092 (next-buffer, prev-buffer): Add C-x C-right and C-x C-left bindings.
29093 (next-error, previous-error): Add M-g M-n/n and M-g M-p/p bindings.
29094
29095 2005-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
29096
29097 * isearch.el (isearch-edit-string): Make the search-ring available for
29098 minibuffer history commands.
29099 (minibuffer-local-isearch-map): Remove bindings for M-p and M-n,
29100 the default history commands now work just as well.
29101 (isearch-ring-retreat-edit, isearch-ring-advance-edit): Remove.
29102
29103 2005-04-18 Kim F. Storm <storm@cua.dk>
29104
29105 * emulation/cua-base.el (cua--pre-command-handler): Add more
29106 elaborate check for shift modifier on non-window systems.
29107
29108 2005-04-18 Lars Hansen <larsh@math.ku.dk>
29109
29110 * desktop.el: Make "--no-desktop" turn off `desktop-save-mode'.
29111
29112 2005-04-18 Kim F. Storm <storm@cua.dk>
29113
29114 * tooltip.el (tooltip-show): Change second arg to USE-ECHO-AREA
29115 and make it optional. Don't test tooltip-gud-echo-area here.
29116 (tooltip-gud-process-output, gdb-tooltip-print):
29117 Pass tooltip-gud-echo-area to tooltip-show.
29118 (tooltip-help-tips): Remove second optional arg to tooltip-show.
29119
29120 2005-04-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
29121
29122 * tooltip.el (tooltip-mode): `emacs-quick-startup' and
29123 `display-graphic-p' may not be bound yet.
29124
29125 2005-04-17 Luc Teirlinck <teirllm@auburn.edu>
29126
29127 * startup.el (command-line): No longer enable Xterm Mouse mode by
29128 default in terminals compatible with xterm.
29129
29130 * xt-mouse.el (xterm-mouse-mode): Set init value back to nil.
29131
29132 2005-04-18 Nick Roberts <nickrob@snap.net.nz>
29133
29134 * tooltip.el (tooltip-gud-echo-area): Rename from
29135 tooltip-use-echo-area.
29136 (tooltip-show, tooltip-gud-process-output, gdb-tooltip-print)
29137 (tooltip-help-tips): Allow GUD tooltips to be displayed in echo
29138 area independently of where help tooltips are displayed.
29139
29140 2005-04-17 David Kastrup <dak@gnu.org>
29141
29142 * cus-theme.el (custom-theme-write-variables): Quote variables
29143 where necessary.
29144
29145 2005-04-17 Richard M. Stallman <rms@gnu.org>
29146
29147 * simple.el (yank-excluded-properties): Add follow-link to value.
29148
29149 * jka-compr.el (jka-compr-compression-info-list): Fix custom type.
29150
29151 * startup.el (fancy-splash-max-time): Just 30 seconds.
29152 (fancy-splash-delay): Just 7.
29153 (fancy-splash-screens): No time limit other than fancy-splash-max-time.
29154
29155 * loadhist.el (unload-feature): Update for new format of load-history.
29156 Simplify the code.
29157
29158 * mail/rmail.el (rmail-ignored-headers): Ignore more headers
29159 (rmail-font-lock-keywords): Don't fontify the text of a citation.
29160
29161 * mail/sendmail.el (mail-font-lock-keywords):
29162 Don't fontify subject text.
29163 Don't fontify the text of a citation.
29164
29165 2005-04-17 Mark H. Weaver <mhw@netris.org> (tiny change)
29166
29167 * comint.el (comint-output-filter): Run comint-output-filter-functions
29168 with point where the user had it.
29169
29170 2005-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
29171
29172 * international/ucs-tables.el (ucs-set-table-for-input):
29173 Disable when using unify-on-decoding.
29174
29175 2005-04-16 Dan Nicolaescu <dann@ics.uci.edu>
29176
29177 * emulation/cua-base.el (cua-global-mark-face): Add special case
29178 for displays supporting a high number of colors.
29179
29180 2005-04-16 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
29181
29182 * repeat.el (repeat): Invoke pre-command-hook and post-command-hook.
29183
29184 2005-04-16 Chong Yidong <cyd@stupidchicken.com>
29185
29186 * filesets.el (filesets-add-buffer): If user supplies a name of a
29187 non-existing fileset, create a new fileset.
29188
29189 2005-04-16 Carsten Dominik <dominik@science.uva.nl>
29190
29191 * textmodes/org.el (org-up-heading-all): Fix bug with
29192 `outline-up-heading-all'.
29193
29194 2005-04-16 Andreas Schwab <schwab@suse.de>
29195
29196 * files.el (auto-mode-alist): Handle /etc/sysconfig/*,
29197 /etc/permissions.d/* and /etc/aliases.d/*.
29198
29199 2005-04-16 Kenichi Handa <handa@m17n.org>
29200
29201 * international/code-pages.el (cp-make-coding-system):
29202 Set `translation-table-for-input' property value to the symbol
29203 ucs-mule-to-mule-unicode, not to that value.
29204 (pt154): Escape guillemet by `\'.
29205
29206 2005-04-15 Luc Teirlinck <teirllm@auburn.edu>
29207
29208 * loadup.el: Load tooltip if x-show-tip is fboundp.
29209
29210 * startup.el (command-line): Add comment.
29211
29212 * tooltip.el (tooltip-mode): Specify correct standard value for
29213 Custom in init-value.
29214
29215 2005-04-15 Nick Roberts <nickrob@snap.net.nz>
29216
29217 * progmodes/gud.el (gud-goto-info): Use existing Info buffer, if
29218 possible.
29219
29220 2005-04-15 Carsten Dominik <dominik@science.uva.nl>
29221
29222 * textmodes/org.el (org-agenda-date-prompt): Rename from
29223 `org-agenda-date-today'.
29224 (org-evaluate-time-range): Insert at point instead of directly
29225 after time range.
29226 (org-first-headline-recenter, org-subtree-end-visible-p)
29227 (org-optimize-window-after-visibility-change): New functions
29228 (org-agenda-post-command-hook): Don't allow point at end of line,
29229 to make sure it always hits the text properties.
29230 (org-agenda-next-date-line, org-agenda-previous-date-line):
29231 New commands.
29232 (org-set-regexps-and-options): Category may contain white space.
29233 (org-agenda-get-deadlines, org-agenda-get-scheduled):
29234 Improve marker positions.
29235 (org-agenda-new-marker): Argument POS made optional.
29236 (org-agenda-get-timestamps): Deadlines which are done are listed
29237 in org-done-face now.
29238 (org-agenda-get-todos, org-agenda-get-timestamps)
29239 (org-agenda-get-deadlines, org-agenda-get-scheduled):
29240 Set `undone-face' and `done-face' properties.
29241 (org-last-todo-state-is-todo): New variable.
29242 (org-todo): Set `org-last-todo-state-is-todo'.
29243 (org-agenda-todo): Change face according to
29244 `org-last-todo-state-is-todo'. And change other lines referring to
29245 the same entry.
29246 (org-calendar-goto-agenda): New command.
29247 (org-calendar-to-agenda-key): New option.
29248 (org-startup-folded): New allowed value `content'.
29249 (org-set-regexps-and-options): Accept new value `content' for
29250 `org-startup-folded'.
29251 (org-get-current-options): Handle new value `content' for
29252 `org-startup-folded'.
29253 (org-insert-todo-heading): New command.
29254 (org-mode): Insert first line "*-* mode: org-mode -*-" when called
29255 interactively in empty file and option
29256 `org-insert-mode-line-in-empty-file' has been set.
29257 (org-agenda-todo, org-agenda-priority): Modify to use
29258 `org-agenda-change-all-lines'.
29259 (org-warning-face): Change color on dark background
29260
29261 2005-04-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
29262
29263 * international/mule-cmds.el (set-locale-environment): On Mac OS,
29264 use preferences AppleLocale and AppleLanguages, and variable
29265 mac-system-locale for default locale. On Mac OS Classic, use
29266 mac-system-coding-system for default coding systems.
29267
29268 * term/mac-win.el: Don't set file-name-coding-system.
29269 Decode variables system-name, emacs-build-system, user-login-name, and
29270 user-full-name by mac-system-coding-system on Mac OS Classic.
29271 (mac-system-coding-system): New variable.
29272
29273 2005-04-13 Luc Teirlinck <teirllm@auburn.edu>
29274
29275 * startup.el (command-line): Handle `xterm-mouse-mode' before
29276 reading init file.
29277
29278 * xt-mouse.el (xterm-mouse-mode): Adapt to above change.
29279
29280 2005-04-13 Glenn Morris <gmorris@ast.cam.ac.uk>
29281
29282 * progmodes/sh-script.el (sh-here-document-word): Make it a
29283 defcustom. Doc fix.
29284 (sh-add): Bash uses $(( )) for arithmetic.
29285 (sh-while-getopts) <sh>: Set OPTIND back to 1 at end.
29286 (sh-maybe-here-document): Remove quotes and leading whitespace
29287 from heredoc word when closing. Indent heredoc with tabs if word
29288 starts with "-".
29289
29290 2005-04-13 Richard M. Stallman <rms@gnu.org>
29291
29292 * simple.el (undo): Fix previous change.
29293
29294 * custom.el (defface): Doc fix.
29295
29296 2005-04-13 Lute Kamstra <lute@gnu.org>
29297
29298 * Makefile.in (DONTCOMPILE): Remove list.
29299 (compile, compile-always): Don't use DONTCOMPILE.
29300 (update-authors): Load the library in which batch-update-authors
29301 is defined.
29302 * makefile.w32-in (DONTCOMPILE): Remove list.
29303 (compile, compile-always): Fix comments.
29304 (update-authors): Load the library in which batch-update-authors
29305 is defined.
29306
29307 * generic-x.el (generic-mode-ini-file-find-file-hook):
29308 Rename to ini-generic-mode-find-file-hook.
29309 Keep generic-mode-ini-file-find-file-hook as an alias.
29310 (ini-generic-mode-find-file-hook): Rename from
29311 generic-mode-ini-file-find-file-hook. Fix docstring.
29312 (ini-generic-mode): Docstring change.
29313 (bat-generic-mode-run-as-comint): Silence the byte compiler.
29314
29315 * help.el (describe-key-briefly): UNTRANSLATED can be nil when
29316 called from lisp.
29317
29318 * generic.el: Move to the emacs-lisp subdir.
29319
29320 2005-04-12 Dan Nicolaescu <dann@ics.uci.edu>
29321
29322 * term/xterm.el (function-key-map): Add mappings for A-, C-, S-
29323 and C-S- function and cursor motion keys.
29324
29325 2005-04-12 Luc Teirlinck <teirllm@auburn.edu>
29326
29327 * startup.el (command-line): Enable Xterm Mouse mode by default.
29328 * xt-mouse.el (xterm-mouse-mode): Provide correct standard value
29329 for Custom. No longer show "Mouse" in mode line when enabled.
29330 Doc fix.
29331
29332 2005-04-12 Kim F. Storm <storm@cua.dk>
29333
29334 * emulation/cua-base.el (cua-rectangle-face)
29335 (cua-rectangle-noselect-face): Define face attributes here.
29336
29337 * emulation/cua-rect.el (cua--init-rectangles): Remove face setup.
29338
29339 2005-04-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
29340
29341 * startup.el (command-line): Turn off blinking cursor if
29342 cursorBlink in resources is off or false.
29343
29344 2005-04-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
29345
29346 * term/mac-win.el (dnd): Require dnd.
29347 (mac-drag-n-drop): Call dnd-handle-one-url.
29348 (kTextEncodingMacRoman, kTextEncodingISOLatin1)
29349 (kTextEncodingISOLatin2): Remove constants.
29350 (mac-script-code-coding-systems): New constant.
29351 (mac-handle-language-change): New function.
29352 (special-event-map): Bind it to `language-change' event.
29353 (mac-centraleurroman, mac-cyrillic): New coding systems.
29354 (mac-font-encoder-list, ccl-encode-mac-centraleurroman-font)
29355 (ccl-encode-mac-cyrillic-font): Rename mac-centraleurroman-encoder
29356 and mac-cyrillic-encoder to encode-mac-centraleurroman and
29357 encode-mac-cyrillic, respectively.
29358
29359 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
29360
29361 * progmodes/gud.el, progmodes/gdb-ui.el (gdb-assembler-mode):
29362 Don't set overlay-arrow-string to "=>" as this is done
29363 globally in C now.
29364
29365 2005-04-12 Lute Kamstra <lute@gnu.org>
29366
29367 * generic-x.el (rc-generic-mode, rul-generic-mode):
29368 Fix auto-mode-alist entries.
29369 (etc-fstab-generic-mode): Tweak fontification.
29370
29371 * generic.el (generic-make-keywords-list): Fix docstring.
29372 (generic-mode-internal): Simplify generic-font-lock-keywords.
29373
29374 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
29375
29376 * whitespace.el (whitespace-buffer-leading)
29377 (whitespace-buffer-trailing): Revert the incorrect test inversion.
29378 However, fix the highlight area for the leading and
29379 trailing whitespaces to show space.
29380
29381 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
29382
29383 * whitespace.el (whitespace-version): Bump to 3.5
29384
29385 (whitespace-buffer-leading, whitespace-buffer-trailing):
29386 Invert sense of the test to highlight the whitespace.
29387
29388 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
29389
29390 * progmodes/gud.el (gud-display-line): GUD uses its own
29391 overlay arrow now so don't set overlay-arrow-string.
29392 (gud-pdb-command-name): Revert back to "pdb" (2004-04-26).
29393
29394 2005-04-11 Dan Nicolaescu <dann@ics.uci.edu>
29395
29396 * term.el (term-ansi-current-bold, term-ansi-current-underline)
29397 (term-ansi-current-reverse, term-ansi-current-invisible)
29398 (term-ansi-face-already-done): Change to boolean.
29399 (term-reset-terminal, term-handle-colors-array): Handle the above
29400 vars accordingly.
29401 (term-buffer-vertical-motion): Rename from buffer-vertical-motion.
29402 (term-emulate-terminal): Use the new name.
29403
29404 * faces.el (secondary-selection): Use yellow1, not yellow.
29405 (trailing-whitespace): Use red1, not red.
29406
29407 2005-04-11 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
29408
29409 * dired.el (dired-mode): Use dnd-* instead of x-dnd-*
29410 (dired-dnd-handle-local-file): Call dnd-get-local-file-name.
29411 (dired-dnd-handle-file): Call dnd-get-local-file-uri
29412
29413 * cus-edit.el (dnd): New group.
29414
29415 * term/w32-win.el (dnd): Require dnd
29416 (w32-drag-n-drop): Call dnd-handle-one-url.
29417
29418 * x-dnd.el: Require dnd.
29419 (x-dnd-handle-uri-list, x-dnd-handle-file-name):
29420 Call dnd-handle-one-url.
29421 (x-dnd-types-alist, x-dnd-insert-utf8-text)
29422 (x-dnd-insert-utf16-text, x-dnd-insert-ctext): Change x-dnd-insert-text
29423 to dnd-insert-text.
29424 (x-dnd-protocol-alist, x-dnd-open-file-other-window)
29425 (x-dnd-handle-one-url, x-dnd-get-local-file-uri)
29426 (x-dnd-get-local-file-name, x-dnd-open-local-file)
29427 (x-dnd-open-file, x-dnd-insert-text): Move to dnd.el (without x-).
29428
29429 * dnd.el (dnd-protocol-alist): New file with generic DND functions.
29430
29431 2005-04-11 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
29432
29433 * wdired.el: Doc fixes.
29434 (wdired-confirm-overwrite): Rename from wdired-is-ok-overwrite.
29435 (wdired-use-dired-vertical-movement): Rename from
29436 wdired-always-move-to-filename-beginning.
29437 (wdired-mode-map): Use `ignore' instead of `wdired-newline'.
29438 (wdired-change-to-wdired-mode): Change mode name.
29439 (wdired-newline): Delete.
29440
29441 2005-04-11 Richard M. Stallman <rms@gnu.org>
29442
29443 * whitespace.el (whitespace-highlight-the-space):
29444 Don't call whitespace-unhighlight-the-space here.
29445
29446 * simple.el (undo): Record t in undo-equiv-table
29447 for the redo record made by an undo-in-region.
29448
29449 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
29450
29451 * progmodes/gdb-ui.el (gdb-display-inferior-io-buffer)
29452 (gdb-frame-inferior-io-buffer): New Functions to control
29453 display of separate IO buffer.
29454 (menu): Add them to menu-bar.
29455 (gdb-display-buffer): Check for buffer another frame.
29456 Protect GUD buffer.
29457 (gdb-setup-windows): Create IO buffer if not already there.
29458 (gdb-memory-mode): Remove purecopy noops.
29459
29460 2005-04-11 Glenn Morris <gmorris@ast.cam.ac.uk>
29461
29462 * progmodes/f90.el (f90-electric-insert): Add optional prefix arg,
29463 and pass to self-insert-command.
29464
29465 2005-04-11 Lute Kamstra <lute@gnu.org>
29466
29467 * generic.el: Commentary section cleanup.
29468 (generic): Delete.
29469 (generic-use-find-file-hook, generic-lines-to-scan)
29470 (generic-find-file-regexp, generic-ignore-files-regexp)
29471 (default-generic-mode, generic-mode-find-file-hook)
29472 (generic-mode-ini-file-find-file-hook): Move to generic-x.el.
29473 * generic-x.el (generic-x): Docstring fix. Put it in the data group.
29474 (generic-use-find-file-hook, generic-lines-to-scan)
29475 (generic-find-file-regexp, generic-ignore-files-regexp)
29476 (default-generic-mode, generic-mode-find-file-hook)
29477 (generic-mode-ini-file-find-file-hook): Move from generic.el.
29478
29479 2005-04-10 Karl Fogel <kfogel@red-bean.com>
29480
29481 * bookmark.el (bookmark-write-file): Catch errors writing file.
29482 This is the same change as saveplace.el at 2005-04-10T23:32:00Z!rms@gnu.org.
29483
29484 2005-04-10 Richard M. Stallman <rms@gnu.org>
29485
29486 * startup.el (fancy-splash-tail): Update copyright year.
29487 (command-line): Split part of -Q into -D.
29488 (emacs-basic-display): New defvar.
29489 (fancy-splash-text): Correct name of menu item.
29490
29491 * saveplace.el (save-place-alist-to-file): Catch errors writing file.
29492
29493 * info.el (Info-fontify-node): Handle fontification of multiple * Menu
29494 lines in one node.
29495
29496 * comint.el (comint-send-input): New arg ARTIFICIAL.
29497 Callers in this file changed.
29498
29499 * abbrev.el (define-abbrevs): Read system abbrevs properly.
29500
29501 * emacs-lisp/map-ynp.el (map-y-or-n-p): Clarify RET/q in help message.
29502
29503 2005-04-10 Chong Yidong <cyd@stupidchicken.com>
29504
29505 * url/url-ldap.el (url-ldap): Add docstring. Fix call to
29506 `ldap-search-internal'.
29507
29508 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
29509
29510 * files.el (set-auto-mode-1): Use line-end-position.
29511
29512 * international/latin-1.el:
29513 * international/latin-2.el:
29514 * international/latin-3.el:
29515 * international/latin-4.el:
29516 * international/latin-5.el:
29517 * international/latin-8.el:
29518 * international/latin-9.el: Give punctuation syntax to NBSP.
29519
29520 * textmodes/bibtex.el (bibtex-autokey-titleword-ignore)
29521 (bibtex-reference-key, bibtex-autokey-demangle-name, bibtex-mode):
29522 Use char-classes to accept non-ascii letters, accepted in some recent
29523 bibtex implementations.
29524
29525 2005-04-10 Luc Teirlinck <teirllm@auburn.edu>
29526
29527 * custom.el (custom-set-minor-mode): Any non-nil value for the
29528 variable should enable the mode when set through Custom.
29529
29530 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
29531
29532 * progmodes/vhdl-mode.el (vhdl-mode-map-init): Don't override default
29533 TAB binding so tab-always-indent is obeyed.
29534 (vhdl-minibuffer-local-map): Move initialization into declaration.
29535 (vhdl-mode-abbrev-table-init): Mark the abbrevs as `system'.
29536 (vhdl-run-when-idle, vhdl-create-mode-menu, vhdl-character-to-event)
29537 (vhdl-hooked-abbrev): Avoid test for XEmacs.
29538 (vhdl-current-line): Use line-beginning-position.
29539 (vhdl-doc-variable, vhdl-doc-mode): Call help-setup-xref before
29540 with-output-to-temp-buffer, so the current position can be recorded.
29541
29542 2005-04-10 Masatake YAMATO <jet@gyve.org>
29543
29544 * progmodes/compile.el (compilation-error-regexp-alist-alist):
29545 Add regexp for gcov.
29546
29547 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
29548
29549 * calendar/time-date.el (time-to-seconds, seconds-to-time)
29550 (days-to-time, time-subtract, time-add): Don't use the #xhhhh
29551 syntax which Emacs 20 doesn't support.
29552
29553 2005-04-09 Richard M. Stallman <rms@gnu.org>
29554
29555 * help.el (describe-key-briefly, describe-key):
29556 Replace strings as event types with "(any string)".
29557
29558 2005-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
29559
29560 * arc-mode.el (archive-mode-map): Move initialization into
29561 the declaration. Override *all* bindings of `undo'.
29562 (archive-lemacs): Remove, use (featurep 'xemacs) instead.
29563
29564 2005-04-09 Jay Belanger <belanger@truman.edu>
29565
29566 * calc/calc-units.el (math-standard-units): Redefine Watt hour as W*hr.
29567
29568 2005-04-09 Dan Nicolaescu <dann@ics.uci.edu>
29569
29570 * term/xterm.el (xterm-rgb-convert-to-16bit): Simplify.
29571 (xterm-register-default-colors): Update color values computation
29572 to match xterm-200.
29573
29574 2005-04-09 Kenichi Handa <handa@m17n.org>
29575
29576 * international/code-pages.el (iso-latin-7): Fix the map.
29577
29578 2005-04-08 Luc Teirlinck <teirllm@auburn.edu>
29579
29580 * emacs-lisp/lisp.el (defun-prompt-regexp)
29581 (parens-require-spaces, buffer-end, end-of-defun)
29582 (insert-parentheses): Doc fixes.
29583
29584 2005-04-08 Kim F. Storm <storm@cua.dk>
29585
29586 * comint.el (comint-highlight-prompt): Fix face spec.
29587 * hi-lock.el (hi-green): Likewise.
29588
29589 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
29590
29591 * cus-edit.el (custom-modified-face):
29592 * comint.el (comint-highlight-input): Fix previous changes.
29593 * term.el (term-handle-ansi-escape): Add a comment.
29594
29595 2005-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
29596
29597 * whitespace.el (whitespace-highlight-the-space): Put the same overlay
29598 in the buffer and in whitespace-highlighted-space.
29599 (whitespace-unhighlight-the-space): Simplify.
29600 (whitespace-buffer): Simplify.
29601
29602 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
29603
29604 * textmodes/table.el (table-cell-face): Add special case for
29605 displays supporting a high number of colors.
29606 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
29607 (vhdl-font-lock-reserved-words-face)
29608 (vhdl-speedbar-architecture-face)
29609 (vhdl-speedbar-instantiation-face)
29610 (vhdl-speedbar-architecture-selected-face)
29611 (vhdl-speedbar-instantiation-selected-face): Likewise.
29612 * progmodes/sh-script.el (sh-heredoc-face): Likewise.
29613 * progmodes/idlw-help.el (idlwave-help-link-face): Likewise.
29614 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
29615 (ebrowse-root-class-face, ebrowse-member-attribute-face)
29616 (ebrowse-progress-face): Likewise.
29617 * progmodes/compile.el (compilation-info-face): Likewise.
29618 * progmodes/cc-fonts.el (c-invalid-face): Likewise.
29619 * emacs-lisp/re-builder.el (reb-match-3): Likewise.
29620 * calendar/calendar.el (diary-face): Likewise.
29621 * woman.el (woman-italic-face, woman-bold-face)
29622 (woman-unknown-face): Likewise.
29623 * wid-edit.el (widget-button-pressed-face): Likewise.
29624 * whitespace.el (whitespace-highlight-face): Likewise.
29625 * smerge-mode.el (smerge-mine-face, smerge-base-face): Likewise.
29626 * pcvs-info.el (cvs-marked-face): Likewise.
29627 * info.el (info-xref): Likewise.
29628 * ido.el (ido-subdir-face, ido-indicator-face): Likewise.
29629 * hilit-chg.el (highlight-changes-face)
29630 (highlight-changes-delete-face): Likewise.
29631 * hi-lock.el (hi-yellow, hi-green, hi-blue-b, hi-green-b)
29632 (hi-red-b): Likewise.
29633 * generic-x.el (show-tabs-tab-face, show-tabs-space-face): Likewise.
29634 * font-lock.el (font-lock-keyword-face)
29635 (font-lock-function-name-face, font-lock-warning-face): Likewise.
29636 * cus-edit.el (custom-invalid-face, custom-modified-face)
29637 (custom-set-face, custom-changed-face, custom-variable-tag-face)
29638 (custom-group-tag-face-1, custom-group-tag-face): Likewise.
29639 * comint.el (comint-highlight-prompt): Likewise.
29640
29641 2005-04-08 Lute Kamstra <lute@gnu.org>
29642
29643 * font-lock.el (font-lock-keywords): Docstring fixes.
29644
29645 2005-04-08 Kenichi Handa <handa@m17n.org>
29646
29647 * ps-mule.el (ps-mule-show-warning): If the number of unprintable
29648 chars are more than a limit, print " and more..." at the tail.
29649
29650 2005-04-08 Kim F. Storm <storm@cua.dk>
29651
29652 * emacs-lisp/authors.el (authors-aliases): Update list.
29653 (authors-ignored-files): New list.
29654 (authors-fixed-entries): Fix typo.
29655 (authors-renamed-files-alist): Update list.
29656 (authors-add): Check authors-ignored-files.
29657
29658 2005-04-08 Carsten Dominik <dominik@science.uva.nl>
29659
29660 * calendar/diary-lib.el (add-to-diary-list): MARKER argument made
29661 optional, to ensure backward compatibility.
29662
29663 2005-04-08 Stephen Eglen <stephen@gnu.org>
29664
29665 * textmodes/flyspell.el (flyspell-large-region): Doc fix.
29666
29667 2005-04-08 Kim F. Storm <storm@cua.dk>
29668
29669 * buff-menu.el (Buffer-menu-mode-map): Map follow-link to mouse-face.
29670
29671 * mouse.el (mouse-on-link-p): Doc fix.
29672
29673 2005-04-07 Luc Teirlinck <teirllm@auburn.edu>
29674
29675 * ielm.el (ielm-prompt-read-only): Doc fix.
29676
29677 * comint.el (comint-prompt-read-only): Doc fix.
29678
29679 2005-04-07 Benjamin Rutt <brutt@bloomington.in.us>
29680
29681 * ffap.el (ffap-pass-wildcards-to-dired): New user option to
29682 ensure dired always handles wildcards passed to ffap.
29683 (find-file-at-point): Use it.
29684 (ffap-dired-wildcards): Doc fix.
29685
29686 2005-04-07 Juri Linkov <juri@jurta.org>
29687
29688 * simple.el (next-error-overlay-arrow-position): New defvar.
29689 Put "=>" on its property `overlay-arrow-string'. Add it to
29690 `overlay-arrow-variable-list'.
29691
29692 * progmodes/compile.el (compilation-setup):
29693 Set `next-error-overlay-arrow-position' to nil. Also set it to
29694 nil in the local hook `kill-buffer-hook'. Make local variable
29695 `overlay-arrow-string' and set it to "=>".
29696 (compilation-goto-locus): Set BOL position to
29697 `next-error-overlay-arrow-position' instead of
29698 `overlay-arrow-position'.
29699
29700 * info.el (Info-mode): Add `Info-kill-buffer' to `kill-buffer-hook'
29701 locally instead of adding it to the global hook.
29702 (Info-kill-buffer): Move up.
29703
29704 2005-04-06 Dan Nicolaescu <dann@ics.uci.edu>
29705
29706 * term/xterm.el (xterm-standard-colors): Update color values from
29707 xterm-200.
29708
29709 2005-04-06 Stefan Monnier <monnier@iro.umontreal.ca>
29710
29711 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add \bfseries.
29712
29713 * fast-lock.el:
29714 * lazy-lock.el: Move them to the obsolete subdir.
29715
29716 2005-04-06 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
29717
29718 * wdired.el (wdired-advise-functions, wdired-add-skip-in-replace)
29719 (wdired-add-replace-advice): Remove.
29720 (wdired-change-to-wdired-mode): Use query-replace-skip-read-only.
29721
29722 2005-04-06 Kim F. Storm <storm@cua.dk>
29723
29724 * startup.el (command-line): Add --bare-bones alias for -Q.
29725
29726 2005-04-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
29727
29728 * term/mac-win.el: Use create-fontset-from-mac-roman-font to
29729 create the startup fontset if a font specification ends with
29730 `mac-roman'.
29731
29732 2005-04-06 Lute Kamstra <lute@gnu.org>
29733
29734 * add-log.el (change-log-font-lock-keywords): Complete 2005-04-03
29735 change.
29736
29737 * emacs-lisp/copyright.el (copyright-update-year): Replace the
29738 right subexpression. Suggested by Jay Bingham <jay.bingham@hp.com>.
29739
29740 2005-04-05 Lute Kamstra <lute@gnu.org>
29741
29742 * generic.el (generic-mode-internal): Fix 2005-03-31 change.
29743 (define-generic-mode): Ditto. Fix debug declaration.
29744
29745 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
29746 Put them in the generic-x group.
29747
29748 * calendar/timeclock.el (timeclock): Doc fix.
29749
29750 * generic.el (define-generic-mode): Don't use custom-current-group.
29751 Document default :group value.
29752 * emacs-lisp/easy-mmode.el (define-minor-mode): Ditto.
29753 (define-global-minor-mode): Don't use custom-current-group.
29754
29755 2005-04-05 Glenn Morris <gmorris@ast.cam.ac.uk>
29756
29757 * startup.el (command-line-1): Display startup-echo-area-message
29758 when fancy splash screen is in use.
29759
29760 * progmodes/sh-script.el (sh-builtins) <bash>: Add `caller'.
29761 (sh-escaped-newline): New face.
29762 (sh-font-lock-keywords) <shell>: Improve regexp for escaped
29763 newline, and use sh-escaped-newline face.
29764
29765 * progmodes/tcl.el (tcl-escaped-newline): New face.
29766 (tcl-builtin-list): New variable.
29767 (tcl-set-font-lock-keywords): Add builtins, variables, and escaped
29768 newlines. Fix keywords subexpression number.
29769
29770 2005-04-05 Carsten Dominik <dominik@science.uva.nl>
29771
29772 * textmodes/org.el (org-diary-default-entry): Fix call to
29773 `add-to-diary-entry'.
29774
29775 2005-04-05 Kim F. Storm <storm@cua.dk>
29776
29777 * ediff-init.el: Use (featurep 'xemacs).
29778
29779 2005-04-05 David Ponce <david@dponce.com>
29780
29781 * cus-edit.el (face): Derive from symbol widget. Display sample
29782 of the current face on the fly.
29783 (widget-face-sample-face-get, widget-face-notify): New functions.
29784 (widget-face-value-create): Remove.
29785
29786 * wid-edit.el (widget-field-end): Temporarily remove field
29787 narrowing before to call `get-char-property'.
29788
29789 2005-04-04 Jay Belanger <belanger@truman.edu>
29790
29791 * calc/calc-aent.el (math-read-replacement-list): Add subscripts.
29792 (math-read-subscripts): New variable.
29793 (math-read-preprocess-string): Process subscripts.
29794
29795 2005-04-04 Luc Teirlinck <teirllm@auburn.edu>
29796
29797 * comint.el (comint-prompt-read-only): Doc fix.
29798
29799 * dired.el (dired-copy-filename-as-kill): Make `-' arg behave like
29800 `-1'. Doc fix.
29801
29802 2005-04-04 Carsten Dominik <dominik@science.uva.nl>
29803
29804 * textmodes/org.el (org-insert-mode-line-in-empty-file):
29805 Change default value to nil.
29806
29807 2005-04-04 Lute Kamstra <lute@gnu.org>
29808
29809 * autorevert.el (auto-revert-mode): Specify :group.
29810 * battery.el (display-battery-mode): Specify :group.
29811 * diff-mode.el (diff-minor-mode): Specify :group.
29812 * font-core.el (font-lock-mode): Specify :group.
29813 * hl-line.el (hl-line-mode): Specify :group.
29814 * iimage.el (iimage): New customization group.
29815 (iimage-mode): Specify :group.
29816 * longlines.el (longlines-mode): Specify :group.
29817 * master.el: Don't require easy-mmode.
29818 (master): New customization group.
29819 (master-mode): Specify :group.
29820 * msb.el (msb-mode): Specify :group.
29821 * reveal.el (reveal-mode): Specify :group.
29822 * simple.el (next-error-follow-minor-mode): Specify :group.
29823 * smerge-mode.el (smerge-mode): Specify :group.
29824 * emacs-lisp/eldoc.el (eldoc-mode): Specify :group.
29825 * emulation/cua-base.el (cua-mode): Specify :group.
29826 * international/encoded-kb.el (encoded-kbd-mode): Specify :group.
29827 * language/thai-util.el (thai-auto-composition-mode)
29828 (thai-word-mode): Specify :group.
29829 * mail/supercite.el (sc-minor-mode): Specify :group.
29830 * progmodes/cwarn.el (cwarn-mode): Specify :group.
29831 * progmodes/flymake.el (flymake-mode): Specify :group.
29832 * progmodes/glasses.el (glasses-mode): Specify :group.
29833 * progmodes/hideif.el (hide-ifdef-mode): Specify :group.
29834 * textmodes/enriched.el (enriched-mode): Specify :group.
29835 * textmodes/refill.el (refill-mode): Specify :group.
29836
29837 * add-log.el (change-log-font-lock-keywords): Names in
29838 parenthesized lists can contain spaces.
29839
29840 2005-04-04 Thien-Thi Nguyen <ttn@gnu.org>
29841
29842 * startup.el (fancy-splash-text): Shorten default text of
29843 "Emacs Tutorial" line. Also, if the current language env
29844 indicates an available tutorial file other than TUTORIAL,
29845 extract its title and append it to the line in parentheses.
29846 (fancy-splash-insert): If arg is a thunk, funcall it.
29847
29848 2005-04-04 Jay Belanger <belanger@truman.edu>
29849
29850 * calc.el (calc-language-alist): Add tags to customization type.
29851
29852 2005-04-03 Luc Teirlinck <teirllm@auburn.edu>
29853
29854 * xt-mouse.el (xterm-mouse-mode): Add explicit Custom group, mouse.
29855 Doc fix.
29856
29857 2005-04-03 Marcelo Toledo <marcelo@gnu.org>
29858
29859 * add-log.el (change-log-font-lock-keywords): The manual
29860 describing a Change Log entry, says: (...) "Aside from these
29861 header lines, every line in the change log starts with a space or
29862 a tab.". The font-lock was not highlighting lines started with
29863 spaces, added support for it.
29864
29865 2005-04-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
29866
29867 * textmodes/bibtex.el (bibtex-url): Use format to generate the url.
29868 (bibtex-generate-url-list): Update docstring accordingly. Put the
29869 complex example in the docstring.
29870 (bibtex-font-lock-url): Use pop.
29871
29872 2005-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
29873
29874 * progmodes/tcl.el (tcl-set-font-lock-keywords): Use new \_< ops.
29875
29876 * pcvs.el (cvs-checkout): Prompt for cvsroot as well.
29877
29878 2005-04-03 Glenn Morris <gmorris@ast.cam.ac.uk>
29879
29880 * filesets.el (filesets-set-default): Doc fix.
29881
29882 2005-04-03 Lute Kamstra <lute@gnu.org>
29883
29884 * generic.el (define-generic-mode): Add argument to specify
29885 keywords for defcustom.
29886 (default-generic-mode): Specify :group.
29887
29888 * generic-x.el: Specify :group for all generic modes.
29889
29890 * desktop.el (desktop-no-desktop-file-hook)
29891 (desktop-after-read-hook): Doc fix.
29892
29893 2005-04-02 Luc Teirlinck <teirllm@auburn.edu>
29894
29895 * simple.el (visible-mode): Use explicit :group keyword.
29896 This changes the group of `visible-mode-hook' from paren-blinking
29897 to editing-basics.
29898
29899 2005-04-02 Sergey Poznyakoff <gray@Mirddin.farlep.net> (tiny change)
29900
29901 * mail/rmail.el (rmail-parse-url): Bugfix. Parse traditional
29902 mailbox specifications as well as URLs.
29903 (rmail-insert-inbox-text): Remove unused conditional branches.
29904
29905 2005-04-01 Jay Belanger <belanger@truman.edu>
29906
29907 * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
29908 (calc-gnuplot-print-command): Move definitions to calc.el.
29909
29910 * calc/calc-embed.el (calc-embedded-announce-formula)
29911 (calc-embedded-open-formula, calc-embedded-close-formula)
29912 (calc-embedded-open-word, calc-embedded-close-word)
29913 (calc-embedded-open-plain, calc-embedded-close-plain)
29914 (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
29915 (calc-embedded-open-mode, calc-embedded-close-mode):
29916 Move definitions to calc.el.
29917
29918 * calc/calc.el (calc-settings-file, calc-language-alist):
29919 Make customizable.
29920 (calc-embedded-announce-formula, calc-embedded-open-formula)
29921 (calc-embedded-close-formula, calc-embedded-open-word)
29922 (calc-embedded-close-word, calc-embedded-open-plain)
29923 (calc-embedded-close-plain, calc-embedded-open-new-formula)
29924 (calc-embedded-close-new-formula, calc-embedded-open-mode)
29925 (calc-embedded-close-mode, calc-gnuplot-name)
29926 (calc-gnuplot-plot-command, calc-gnuplot-print-command): Move here
29927 from other files and make customizable.
29928
29929 2005-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
29930
29931 * pcvs.el (cvs-temp-buffer, cvs-mode-kill-process, cvs-buffer-check):
29932 Use buffer-live-p.
29933 (cvs-mode-run): Don't call cvs-update-header here.
29934 (cvs-run-process): Call cvs-update-header.
29935 Use process properties for cvs-postprocess and cvs-buffer so that
29936 the sentinel can behave better if the temp buffer is killed.
29937 Use a pipe rather than a tty, to better handle unexpected prompts.
29938 (cvs-sentinel): Rewrite. Call cvs-update-header.
29939
29940 2005-04-01 Andre Spiegel <spiegel@gnu.org>
29941
29942 * vc-hooks.el (vc-workfile-unchanged-p): Disable mtime check when
29943 we go via Tramp or Ange-FTP. Suggested by Kai Grossjohann.
29944
29945 2005-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
29946
29947 * generic.el (define-generic-mode): Add indentation rule.
29948
29949 2005-03-31 Luc Teirlinck <teirllm@auburn.edu>
29950
29951 * files.el (mode-require-final-newline): Make Custom correctly
29952 report a nil value and allow to set it to nil via Custom.
29953 Doc fix.
29954
29955 2005-04-01 Kenichi Handa <handa@m17n.org>
29956
29957 * international/characters.el: Enable the correct case setting for
29958 dotless-i and dotted-I.
29959
29960 2005-04-01 Kim F. Storm <storm@cua.dk>
29961
29962 * ido.el (ido-file-internal): Fall back to non-ido command if
29963 initial directory is on slow ftp (or tramp) host.
29964
29965 2005-03-31 Richard M. Stallman <rms@gnu.org>
29966
29967 * emacs-lisp/autoload.el (make-autoload):
29968 Handle define-global-minor-mode.
29969
29970 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
29971 Rename from easy-mmode-define-global-mode.
29972 (easy-mmode-define-global-mode): Alias for define-global-minor-mode.
29973
29974 * progmodes/scheme.el (scheme-mode-syntax-table):
29975 Update syntax of | and # for two-character comment syntax.
29976
29977 2005-03-31 Lute Kamstra <lute@gnu.org>
29978
29979 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode)
29980 (define-minor-mode): Call custom-current-group at load-time.
29981
29982 * generic.el (define-generic-mode): Add debug declaration.
29983 Add defcustom for the mode hook.
29984 (generic-mode-internal): Use run-mode-hooks.
29985
29986 2005-03-31 Kim F. Storm <storm@cua.dk>
29987
29988 * mouse.el (mouse-1-click-follows-link): Increase to 450 ms.
29989 (mouse-fixup-help-message): New defun called by show_help_echo
29990 to fixup mouse-2 prefix in help messages when applicable.
29991
29992 * tooltip.el (tooltip-show-help-function): Don't fixup message here.
29993
29994 2005-03-31 Kenichi Handa <handa@m17n.org>
29995
29996 * language/thai-word.el (thai-find-word-ends): Pay attention to
29997 the case that we reach the end of buffer.
29998
29999 * textmodes/fill.el (fill-text-properties-at): New function.
30000 (fill-newline): Use fill-text-properties-at instead of
30001 text-properties-at.
30002
30003 2005-03-31 Olive Lin <olive.lin@versateladsl.be> (tiny change)
30004
30005 * textmodes/tex-mode.el (tex-start-tex) Use shell-quote-argument,
30006 not comint-quote-filename.
30007
30008 2005-03-31 Thien-Thi Nguyen <ttn@gnu.org>
30009
30010 * help-fns.el (help-with-tutorial): Revert last change.
30011
30012 2005-03-31 Kim F. Storm <storm@cua.dk>
30013
30014 * emulation/cua-base.el (cua-scroll-down): Add CUA property.
30015
30016 2005-03-30 Paul Eggert <eggert@cs.ucla.edu>
30017
30018 * calendar/cal-china.el: Update reference to "Calendrical
30019 Calculations" book; there's a new edition.
30020 * calendar/cal-coptic.el: Likewise.
30021 * calendar/cal-french.el: Likewise.
30022 * calendar/cal-hebrew.el: Likewise.
30023 * calendar/cal-islam.el: Likewise.
30024 * calendar/cal-iso.el: Likewise.
30025 * calendar/cal-julian.el: Likewise.
30026 * calendar/cal-mayan.el: Likewise.
30027 * calendar/cal-persia.el: Likewise.
30028 * calendar/calendar.el: Likewise.
30029 * calendar/holidays.el: Likewise.
30030 * calendar/lunar.el: Likewise.
30031 * calendar/solar.el: Likewise.
30032
30033 * calendar/calendar.el (calendar-day-abbrev-array): Remove trailing
30034 white space from doc string.
30035
30036 2005-03-30 Jay Belanger <belanger@truman.edu>
30037
30038 * calc/calc-help.el (calc-full-help): Remove email address.
30039
30040 2005-03-30 Thien-Thi Nguyen <ttn@gnu.org>
30041
30042 * help-fns.el (help-with-tutorial): Delete title line.
30043
30044 2005-03-30 Glenn Morris <gmorris@ast.cam.ac.uk>
30045
30046 * calendar/cal-x.el (calendar-one-frame-setup)
30047 (calendar-only-one-frame-setup, calendar-two-frame-setup): Use t
30048 rather than `symbol' for set-window-dedicated-p.
30049
30050 * calendar/appt.el (appt-buffer-name): Make it a constant.
30051 (appt-add): Doc fix.
30052
30053 * filesets.el (filesets-menu-path, filesets-menu-before)
30054 (filesets-menu-in-menu): Doc fix. Now valid in GNU Emacs.
30055 (filesets-menu-cache-file): Use directory ~/.emacs.d.
30056 (filesets-add-submenu): Delete and use add-submenu instead.
30057
30058 2005-03-30 Carsten Dominik <dominik@science.uva.nl>
30059
30060 * org.el (org-agenda-phases-of-moon, org-agenda-sunrise-sunset)
30061 (org-agenda-convert-date, org-agenda-goto-calendar): New commands.
30062 (org-diary-default-entry): New function.
30063 (org-get-entries-from-diary): Better parsing of diary entries.
30064 (org-agenda-check-no-diary): New function.
30065 ("diary-lib"): Advice to function `add-to-diary-list', to allow
30066 linking to diary entries.
30067 (org-agenda-execute-calendar-command): New function.
30068 (org-agenda): Improve visible section in window.
30069 Use `org-fit-agenda-window'.
30070 (org-fit-agenda-window): New option.
30071 (org-move-subtree-down): Better handling of empty lines
30072 at end of subtree.
30073 (org-cycle): Numeric prefix is interpreted now as show-subtree N
30074 levels up.
30075 (org-fontify-done-headline): New option.
30076 (org-headline-done-face): New face.
30077 (org-set-font-lock-defaults): Use `org-headline-done-face'.
30078 (org-table-copy-down): Rename from `org-table-copy-from-above'.
30079 When current field is non-empty, it is copied to next row.
30080 (org-table-copy-from-above): Fix bug which made it
30081 impossible to copy fields containing only a single non-white character.
30082
30083 2005-03-30 Kim F. Storm <storm@cua.dk>
30084
30085 * kmacro.el (kmacro-end-macro): Isearch may store this command
30086 into the macro -- so ignore it when executing keyboard macro.
30087
30088 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
30089
30090 * tooltip.el (tooltip-gud-display): Use gud-overlay-arrow-position.
30091
30092 2005-03-29 Kenichi Handa <handa@m17n.org>
30093
30094 * language/thai.el ("Thai"): Set setup-function and exit-function
30095 for Thai language environment.
30096
30097 * language/thai-util.el: Require thai-word.
30098 (thai-word-mode-map): New variable.
30099 (thai-word-mode): New minor mode.
30100 (setup-thai-language-environment-internal): New function.
30101 (exit-thai-language-environment-internal): New function.
30102
30103 * language/thai-word.el (thai-word-table): Declare it by defvar,
30104 use dolist to initialize it.
30105 (thai-kill-word, thai-backward-kill-word, thai-transpose-words)
30106 (thai-fill-find-break-point): New functions.
30107
30108 2005-03-29 Richard M. Stallman <rms@gnu.org>
30109
30110 * simple.el (idle-update-delay): Move definition up.
30111 (set-mark): Doc fix.
30112
30113 2005-03-29 Chong Yidong <cyd@stupidchicken.com>
30114
30115 * longlines.el: New file.
30116
30117 * simple.el (buffer-substring-filters): New variable.
30118 (filter-buffer-substring): New function.
30119 (kill-region, copy-region-as-kill): Use it.
30120
30121 * register.el (copy-to-register, append-to-register)
30122 (prepend-to-register): Use filter-buffer-substring.
30123
30124 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
30125
30126 * progmodes/gud.el (gdb): (Re)-initialize gud-filter-pending-text.
30127 (gud-filter-pending-text): Move in front of gdb.
30128 (gud-overlay-arrow-position): New variable.
30129 (gud-sentinel, gud-display-line): Use it in place of
30130 overlay-arrow-position.
30131
30132 2005-03-29 Glenn Morris <gmorris@ast.cam.ac.uk>
30133
30134 * progmodes/fortran.el (fortran-if-indent): Doc fix.
30135 (fortran-font-lock-keywords-2): Add "where", "elsewhere".
30136 (fortran-font-lock-keywords-4): New variable.
30137 (fortran-blocks-re, fortran-end-block-re)
30138 (fortran-start-block-re): New constants, for hideshow.
30139 (hs-special-modes-alist): Add a Fortran entry.
30140 (fortran-mode-map): Bind fortran-end-of-block,
30141 fortran-beginning-of-block to \M-\C-n, \M-\C-p.
30142 (fortran-mode): Doc fix. Add fortran-font-lock-keywords-4.
30143 (fortran-looking-at-if-then, fortran-end-of-block)
30144 (fortran-beginning-of-block): New functions, for hideshow.
30145
30146 * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
30147 Doc fix. Tweak regexp.
30148 (f90-beginning-of-block): Push mark first.
30149
30150 2005-03-29 Jay Belanger <belanger@truman.edu>
30151
30152 * calc/calc.el: Update copyright date.
30153 (calc-version): Increase to 2.1.
30154 (calc-version-date): Remove.
30155
30156 * calc/calc-help.el: Update copyright date.
30157 (calc-full-help): Remove reference to calc-version-date.
30158 Update copyright date.
30159
30160 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
30161
30162 * vc.el (vc-do-command): Use a pipe for async processes, so password
30163 prompts don't show up at places where the user can't reply.
30164
30165 2005-03-29 Olive Lin <olive.lin@versateladsl.be> (tiny change)
30166
30167 * textmodes/tex-mode.el (tex-send-command): shell-quote-argument
30168 on the file name we pass to the inferior shell.
30169
30170 2005-03-29 Stephan Stahl <stahl@eos.franken.de> (tiny change)
30171
30172 * progmodes/which-func.el (which-function): Be robust in the face of an
30173 imenu--make-index-alist failure.
30174
30175 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
30176
30177 * reveal.el (reveal-mode-map): Don't override C-a and C-e.
30178
30179 * progmodes/python.el (python-preoutput-filter): Fix last change.
30180
30181 2005-03-29 Lute Kamstra <lute@gnu.org>
30182
30183 * emacs-lisp/debug.el (debug-on-entry): Handle autoloaded
30184 functions and compiled macros.
30185 (debug-convert-byte-code): Handle macros too.
30186 (debug-on-entry-1): Don't signal an error when trying to clear a
30187 function that is not set to debug on entry.
30188
30189 2005-03-29 Jay Belanger <belanger@truman.edu>
30190
30191 * calc/calc-lang.el: Add functions to math-function-table
30192 properties of tex and math.
30193
30194 2005-03-29 Kenichi Handa <handa@m17n.org>
30195
30196 * ps-mule.el (ps-mule-plot-string): Translate characters by
30197 ps-print-translation-table.
30198 (ps-mule-begin-job): Call find-charset-region/string with
30199 ps-print-translation-table.
30200 (ps-mule-printable-p): Return t if CHARSET is ascii or latin-iso8859-1.
30201
30202 * ps-print.el (ps-print-translation-table): New variable.
30203 (ps-plot-region): Translate characters by ps-print-translation-table.
30204
30205 2005-03-29 Juri Linkov <juri@jurta.org>
30206
30207 * simple.el (next-error-highlight-timer): New variable.
30208
30209 * progmodes/compile.el (compilation-goto-locus):
30210 Use `next-error-highlight-timer' instead of `sit-for'.
30211
30212 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
30213
30214 * mail/supercite.el (sc-mail-field): Use assoc-string.
30215 (sc-get-address): Simplify regexps.
30216
30217 * files.el (minibuffer-with-setup-hook): New macro.
30218 (find-file-read-args): Use it to avoid let-binding
30219 minibuffer-with-setup-hook (which breaks turning on/off
30220 file-name-shadow-mode while in the prompt).
30221
30222 * complete.el (PC-read-include-file-name-internal):
30223 Use test-completion.
30224
30225 2005-03-28 Luc Teirlinck <teirllm@auburn.edu>
30226
30227 * font-lock.el: Bind `font-lock-fontify-block' to M-o M-o.
30228
30229 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
30230
30231 * window.el (window-buffer-height): Use count-screen-lines.
30232
30233 * progmodes/python.el (python-preoutput-leftover): New var.
30234 (python-preoutput-filter): Use it.
30235 (python-send-receive): Loop until all the result has been received.
30236
30237 2005-03-28 Juri Linkov <juri@jurta.org>
30238
30239 * dired.el (dired-mode-map): Add ellipsis to "Compare directories".
30240
30241 * menu-bar.el (menu-bar-file-menu): Remove ellipsis from
30242 "Recover Crashed Session".
30243 (menu-bar-search-menu): Add ellipsis to "Search tagged files".
30244 (menu-bar-replace-menu): Add ellipsis to "Replace in tagged files".
30245 (menu-bar-goto-menu): Add ellipsis to "Set Tags File Name".
30246 (menu-bar-goto-menu): Add ellipsis to "Tags Apropos".
30247 (menu-bar-options-menu): Add ellipsis to "Set Font/Fontset".
30248 (menu-bar-manuals-menu): Add ellipsis to "Find Command in Manual".
30249 (menu-bar-manuals-menu): Add ellipsis to "Find Key in Manual".
30250 (menu-bar-help-menu): Remove ellipsis from "Find Emacs Packages".
30251
30252 * ediff-hook.el (menu-bar-ediff-misc-menu, ediff-misc-menu):
30253 Remove ellipsis from "Ediff Manual", "Customize Ediff", "List
30254 Ediff Sessions", "Toggle use of separate control buffer frame",
30255 "Use separate frame for Ediff control buffer".
30256
30257 * bookmark.el (menu-bar-bookmark-map): Add ellipsis to "Jump to
30258 Bookmark", "Set Bookmark", "Insert Contents", "Insert Location",
30259 "Rename Bookmark", "Delete Bookmark".
30260
30261 * info.el (Info-mode-menu): Remove ellipsis from "Index".
30262 Add ellipsis to "Lookup a String", "Lookup a string in all indices".
30263 Add `:active Info-index-alternatives' to "Next Matching Item".
30264
30265 * wdired.el (wdired-change-to-wdired-mode):
30266 Mention `wdired-abort-changes' key in the initial message.
30267
30268 * international/mule.el (auto-coding-alist): Associate non-ascii
30269 image filename extensions with `no-conversion'.
30270
30271 2005-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
30272
30273 * international/iso-acc.el:
30274 * obsolete/iso-acc.el: Move iso-acc to the obsolete subdir.
30275
30276 2005-03-26 Luc Teirlinck <teirllm@auburn.edu>
30277
30278 * textmodes/sgml-mode.el (html-mode): Doc update.
30279
30280 * autorevert.el (auto-revert-check-vc-info): Minor doc fix.
30281
30282 2005-03-26 Dan Nicolaescu <dann@ics.uci.edu>
30283
30284 * term.el (term-move-columns): Fix face after extending a line.
30285 (term-insert-spaces): Likewise.
30286 (term-reset-terminal): Fix off by one error.
30287
30288 2005-03-26 Eli Zaretskii <eliz@gnu.org>
30289
30290 * international/mule.el (auto-coding-alist): Add .xpi files.
30291
30292 * files.el (auto-mode-alist): Add .xpi files.
30293
30294 2005-03-26 Jure Cuhalev <gandalf@owca.info> (tiny change)
30295
30296 * textmodes/ispell.el (ispell-dictionary-alist-6): Add slovenian.
30297
30298 2005-03-26 Eli Zaretskii <eliz@gnu.org>
30299
30300 * term/bobcat.el: Don't use keyswap.el, since it is now obsolete.
30301
30302 2005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
30303
30304 * calendar/cal-menu.el (top level): Delete local C-down-mouse-3
30305 binding. Suggested by Stephan Stahl <stahl@eos.franken.de>.
30306
30307 * calendar/cal-move.el (calendar-beginning-of-year): Move the
30308 cursor to Jan 1 when needed.
30309 (calendar-end-of-year): Fix -/+ typo.
30310 Reported by Chong Yidong <cyd@stupidchicken.com>.
30311
30312 2005-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
30313
30314 * progmodes/flymake.el (flymake-mode): Add autoload cookie.
30315
30316 * emacs-lisp/debug.el (debugger-record-expression): Add a missing
30317 format to `message'. Inspired by Deepak Goel <deego@gnufans.org>.
30318
30319 2005-03-25 Richard M. Stallman <rms@gnu.org>
30320
30321 * filesets.el (filesets-init): Add autoload.
30322
30323 * mail/mailalias.el (mail-directory): Doc fix.
30324
30325 2005-03-25 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
30326
30327 * mail/mailalias.el (mail-directory-process): Do nothing if
30328 mail-directory-process is an atom.
30329 (mail-get-names): Ignore mail-directory-names if it is an atom.
30330 (mail-directory-process defvar): Doc fix.
30331 (mail-names): Doc fix.
30332
30333 2005-03-25 Johan Bockg\e,Ae\e(Brd <bojohan+mail@dd.chalmers.se> (tiny change)
30334
30335 * textmodes/flyspell.el (mail-mode-flyspell-verify): Fix regexp syntax.
30336
30337 2005-03-26 Kenichi Handa <handa@m17n.org>
30338
30339 * international/mule-util.el (detect-coding-with-priority):
30340 Call update-coding-systems-internal before detect-coding-region.
30341
30342 2005-03-26 Nick Roberts <nickrob@snap.net.nz>
30343
30344 * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
30345 (gdb-frames-mode-map): Add follow-link property.
30346
30347 2005-03-25 Jay Belanger <belanger@truman.edu>
30348
30349 * calc/calcalg2.el (calc-solve-for): Use "Variable(s)" to prompt
30350 for variables.
30351
30352 2005-03-25 Juri Linkov <juri@jurta.org>
30353
30354 * image-mode.el: Optimize image filename extension regexps in
30355 autoload cookies. Associate .x[bp]m with `image-mode-maybe'
30356 in `auto-mode-alist'.
30357 (image-mode): Add `image-toggle-display-text' to local hook
30358 `change-major-mode-hook'. Display the image as an image by
30359 default. Set `cursor-type' and `truncate-lines' if the image
30360 is already displayed. Take into account the current mode (image
30361 or text) in message.
30362 (image-minor-mode): New minor mode.
30363 (image-mode-maybe, image-toggle-display-text): New functions.
30364 (image-toggle-display): Use called-interactively-p.
30365 Let-bind `inhibit-read-only' to t.
30366
30367 * image-mode.el (image-minor-mode): Set `cursor-type' and
30368 `truncate-lines' if the image is already displayed. Add turning
30369 image-minor-mode off to `change-major-mode-hook'. Add message.
30370 Call `image-toggle-display-text' after turning image-minor-mode off.
30371
30372 2005-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
30373
30374 * international/mule-cmds.el (set-locale-environment): For Mac OS X's
30375 Terminal.app, use utf-8.
30376 (set-display-table-and-terminal-coding-system): Add coding-system arg.
30377 (set-locale-environment): Use it.
30378
30379 * term/xterm.el: Undo last change, better done in mule-cmds.el.
30380
30381 * emacs-lisp/rx.el (rx-constituents): Add symbol-start and symbol-end.
30382
30383 * progmodes/python.el (python-close-block-statement-p)
30384 (python-outdent-p, python-current-defun): Use symbol-end.
30385
30386 2005-03-25 Karl Chen <quarl@cs.berkeley.edu>
30387
30388 * files.el (save-some-buffers): Doc fix.
30389
30390 2005-03-25 Werner Lemberg <wl@gnu.org>
30391
30392 * complete.el, thumbs.el: Replace `legal' with `valid'.
30393 * calendar/calendar.el: Replace `legal' with `valid'.
30394 * emacs-lisp/advice.el: Replace `legal' with `valid'.
30395 * mail/supercite.el: Replace `legal' with `valid'.
30396 * progmodes/cperl-mode.el, progmodes/idlw-shell.el
30397 * progmodes/idlwave.el, progmodes/vhdl-mode.el:
30398 Replace `legal' with `valid'.
30399 * textmodes/reftex-vars.el, textmodes/reftex.el:
30400 Replace `legal' with `valid'.
30401
30402 2005-03-25 Werner Lemberg <wl@gnu.org>
30403
30404 * calc/calc-forms.el, calc/calc-sel.el
30405 * midnight.el, vc-cvs.el
30406 * emacs-lisp/cl-macs.el
30407 * emulation/vip.el
30408 * eshell/esh-io.el, eshell/esh-var.el
30409 * mail/supercite.el
30410 * progmodes/ebnf-abn.el, progmodes/ebnf-bnf.el
30411 * progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-iso.el
30412 * progmodes/ebnf-yac.el, progmodes/ebnf2ps.el, progmodes/idlwave.el
30413 * progmodes/sh-script.el, progmodes/xscheme.el
30414 * textmodes/refbib.el, textmodes/refer.el, textmodes/reftex-cite.el
30415 * textmodes/reftex-index.el, textmodes/reftex-parse.el
30416 * textmodes/reftex-ref.el, textmodes/reftex-vars.el
30417 * textmodes/reftex.el, textmodes/org.el:
30418 Replace `illegal' with `invalid'.
30419
30420 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
30421
30422 * progmodes/flymake.el (flymake-get-file-name-mode-and-masks)
30423 (flymake-find-buildfile, flymake-find-possible-master-files)
30424 (flymake-check-include, flymake-parse-line): Replace loops over the
30425 length of lists, by loops over lists, to remove silly O(n\e,A2\e(B) behavior.
30426
30427 * progmodes/flymake.el (flymake-ensure-ends-with-slash): Remove.
30428 Substitute file-name-as-directory in the rest of the file.
30429 (flymake-get-common-file-prefix): Rewrite, using compare-strings.
30430 (flymake-replace-region): Remove unused arg `buffer'.
30431 (flymake-check-patch-master-file-buffer): Update calls to it.
30432 (flymake-add-err-info): Remove unused var `count'.
30433 (flymake-mode): Use define-minor-mode.
30434
30435 * progmodes/flymake.el: Use with-current-buffer.
30436 (flymake-float-time, flymake-get-temp-dir, flymake-line-end-position)
30437 flymake-replace-regexp-in-string, flymake-line-beginning-position)
30438 (flymake-popup-menu, flymake-current-row, flymake-selected-frame):
30439 Avoid testing for `xemacs'.
30440 (flymake-nop): Move.
30441 (flymake-region-has-flymake-overlays): Return the computed value.
30442 (flymake-reformat-err-line-patterns-from-compile-el): Use dolist.
30443 Remove unused var `endline'.
30444 (flymake-get-line-count): Remove unused function.
30445 (flymake-display-err-menu-for-current-line): Unused var move-mouse-pos.
30446
30447 * emulation/vi.el:
30448 * generic.el:
30449 * hilit-chg.el (global-highlight-changes):
30450 * hi-lock.el (hi-lock-mode):
30451 * follow.el: find-file-hooks -> find-file-hook.
30452
30453 * comint.el (comint-insert-input): Obey mouse-yank-at-point.
30454
30455 2005-03-24 Juri Linkov <juri@jurta.org>
30456
30457 * dired.el (dired-mode-map): Add menu item "Compare directories"
30458 for dired-compare-directories.
30459
30460 * dired-aux.el (dired-compare-directories): Add autoload cookie.
30461 Doc fix. Replace `read-file-name' with `read-directory-name'.
30462
30463 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
30464
30465 * term/xterm.el: If running in Terminal.app set coding-system to utf-8.
30466
30467 2005-03-24 Jay Belanger <belanger@truman.edu>
30468
30469 * calc/calc-embed.el (calc-embedded-mode-change): Save all
30470 relevant mode settings in calc-embedded-original-modes when modes
30471 are permanently changed.
30472
30473 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
30474
30475 * autoinsert.el: find-file-hooks -> find-file-hook.
30476
30477 2005-03-24 Lute Kamstra <lute@gnu.org>
30478
30479 * generic.el (generic-font-lock-defaults): Make it obsolete.
30480 (generic-font-lock-keywords): New variable to replace
30481 generic-font-lock-defaults.
30482 (generic-mode-set-font-lock): Delete it.
30483 (generic-mode-internal): Don't call generic-mode-set-font-lock.
30484 (generic-bracket-support): Add docstring.
30485
30486 * generic-x.el: Rename generic-font-lock-defaults to
30487 generic-font-lock-keywords throughout.
30488 (mailagent-rules-setup-function): Delete it.
30489 (mailagent-rules-generic-mode): Use anonymous function instead.
30490 (show-tabs-generic-mode-font-lock-defaults-1)
30491 (show-tabs-generic-mode-font-lock-defaults-2): Make them constants.
30492 Quote faces.
30493 (show-tabs-tab-face, show-tabs-space-face): Specify background,
30494 not foreground.
30495
30496 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
30497 Recognize define-generic-mode.
30498
30499 2005-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
30500
30501 * icomplete.el (icomplete-simple-completing-p): Don't turn on icomplete
30502 if there's no completion table.
30503
30504 2005-03-23 Miles Bader <miles@gnu.org>
30505
30506 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
30507 Remove tty-specific variants, as they're no longer needed.
30508
30509 2005-03-23 Lute Kamstra <lute@gnu.org>
30510
30511 * generic-x.el: Code cleanup: make args constant whenever possible.
30512 (installshield-statement-keyword-list)
30513 (installshield-system-functions-list)
30514 (installshield-system-variables-list, installshield-types-list)
30515 (installshield-funarg-constants-list): Make them constants.
30516
30517 * generic.el (generic-make-keywords-list): Add autoload cookie.
30518
30519 * calendar/time-date.el: Add comment on time value formats.
30520 Don't require parse-time.
30521 (with-decoded-time-value): New macro.
30522 (encode-time-value): New function.
30523 (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
30524 (days-to-time): Return a valid time value when arg is huge.
30525 (time-since): Use time-subtract.
30526 (time-to-number-of-days): Use time-to-seconds.
30527
30528 2005-03-23 David Ponce <david@dponce.com>
30529
30530 * recentf.el (recentf-keep): New option.
30531 (recentf-menu-action): Default to `find-file'.
30532 (recentf-keep-non-readable-files-flag)
30533 (recentf-keep-non-readable-files-p)
30534 (recentf-file-readable-p, recentf-find-file)
30535 (recentf-cleanup-remote): Remove.
30536 (recentf-include-p): More robust.
30537 (recentf-keep-p): New function.
30538 (recentf-remove-if-non-kept): Rename from
30539 `recentf-remove-if-non-readable'. Use `recentf-keep-p'.
30540 All callers updated.
30541 (recentf-menu-items-for-commands): Fix help string.
30542 (recentf-track-closed-file): Update. Doc fix.
30543 (recentf-cleanup): Update. Count removed files. Doc fix.
30544
30545 2005-03-23 Kim F. Storm <storm@cua.dk>
30546
30547 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
30548 Don't inherit from fringe face (now happens automatically).
30549
30550 2005-03-22 Kim F. Storm <storm@cua.dk>
30551
30552 * tooltip.el (tooltip-show-help-function): Ignore negative mouse
30553 position values.
30554
30555 2005-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
30556
30557 * menu-bar.el (showhide-date-time): Remove.
30558 (menu-bar-showhide-menu): Use menu-bar-make-mm-toggle.
30559 (menu-bar-make-mm-toggle): Simplify.
30560
30561 2005-03-22 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
30562
30563 * progmodes/perl-mode.el (perl-font-lock-keywords-2):
30564 Accept qualified variable and function names.
30565
30566 2005-03-22 Thien-Thi Nguyen <ttn@gnu.org>
30567
30568 * bindings.el (completion-ignored-extensions):
30569 Remove ".lis" for `vax-vms'.
30570
30571 2005-03-22 Andreas Schwab <schwab@suse.de>
30572
30573 * generic-x.el: Revert last change.
30574 * ldefs-boot.el: Update.
30575
30576 2005-03-22 Jay Belanger <belanger@truman.edu>
30577
30578 * calc/calc-embed.el (calc-embedded-original-modes): New variable.
30579 (calc-embedded-save-original-modes)
30580 (calc-embedded-restore-original-modes): New functions.
30581 (calc-do-embedded): Save original modes when entering embedded mode
30582 and restore when leaving embedded mode.
30583 (calc-embedded-modes-change): Change the value of
30584 calc-embedded-original-modes to reflect permanent changes.
30585
30586 2005-03-22 Lute Kamstra <lute@gnu.org>
30587
30588 * generic-x.el: Require generic again.
30589
30590 2005-03-22 Miles Bader <miles@gnu.org>
30591
30592 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
30593 Tweak details to look good on both ttys and bitmap displays, light
30594 or dark background, etc.
30595
30596 2005-03-21 Kim F. Storm <storm@cua.dk>
30597
30598 * tooltip.el (tooltip-show-help-function): Check car and cdr of
30599 mouse position.
30600
30601 2005-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
30602
30603 * icomplete.el: Don't forcibly turn on the mode upon load.
30604 (icomplete-mode): Use define-minor-mode.
30605 (icomplete-eoinput): Default to nil.
30606 (icomplete-minibuffer-setup): Remove autoload.
30607 (icomplete-tidy): Simplify.
30608 (icomplete-exhibit): Use buffer-undo-list to determine if we're still
30609 in the initial state or if the user has modified the field.
30610 Fix handling of icomplete-max-delay-chars.
30611 Remove code that handles the oddball case where
30612 minibuffer-completion-table is an integer.
30613 Wrap icomplete-completions in while-no-input in case building
30614 completions takes more time than expected.
30615 (icomplete-completions): Simplify.
30616
30617 2005-03-21 Richard M. Stallman <rms@gnu.org>
30618
30619 * jka-compr.el (jka-compr-really-do-compress):
30620 Make variable buffer-local.
30621
30622 * image-mode.el: Handle .xpm files too.
30623 (image-toggle-display): Preserve modification flag.
30624
30625 * help.el (where-is): Don't mention aliases with no key bindings.
30626
30627 2005-03-21 Lute Kamstra <lute@gnu.org>
30628
30629 * generic.el: Fix commentary section. Don't require cl for
30630 compilation.
30631 (generic-mode-list): Add autoload cookie.
30632 (generic-use-find-file-hook, generic-lines-to-scan)
30633 (generic-find-file-regexp, generic-ignore-files-regexp)
30634 (generic-mode, generic-mode-find-file-hook)
30635 (generic-mode-ini-file-find-file-hook): Fix docstrings.
30636 (define-generic-mode): Make it a defmacro. Fix docstring.
30637 (generic-mode-internal): Code cleanup. Add autoload cookie.
30638 (generic-mode-set-comments): Code cleanup.
30639 * generic-x.el: Don't prevent compilation. Don't require generic.
30640 Follow coding conventions. Minor code cleanup.
30641 (etc-fstab-generic-mode): Add some keywords.
30642 * font-lock.el (lisp-font-lock-keywords-1): Font lock a call to
30643 define-generic-mode like a function declaration.
30644
30645 2005-03-21 Jay Belanger <belanger@truman.edu>
30646
30647 * calc/calc-embed.el (calc-do-embedded): Put data on stack before
30648 changing modes.
30649
30650 2005-03-21 Sam Steingold <sds@gnu.org>
30651
30652 * add-log.el (add-log-current-defun): Support more C DEFUN forms.
30653
30654 2005-03-21 Thien-Thi Nguyen <ttn@gnu.org>
30655
30656 * progmodes/dcl-mode.el (dcl-font-lock-keywords):
30657 Add underscore to "f$ lexicals" regexp.
30658
30659 2005-03-20 Juri Linkov <juri@jurta.org>
30660
30661 * subr.el (progress-reporter-do-update): When `min-value' is equal
30662 to `max-value', set `percentage' to 0 and prevent division by zero.
30663
30664 2005-03-20 Michael Albinus <michael.albinus@gmx.de>
30665
30666 Sync with Tramp 2.0.48.
30667
30668 * net/tramp.el (all): Change all addresses to .gnu.org.
30669 (tramp-append-tramp-buffers): New defun.
30670 (tramp-bug): Apply `tramp-append-tramp-buffers' as post-hook.
30671 Catch `dont-send' signal.
30672 (tramp-set-auto-save-file-modes): Set always permissions, because
30673 there might be an old auto-saved file belonging to another
30674 original file. This could be a security threat. Reported by
30675 Kjetil Kjernsmo <kjetil@kjernsmo.net>.
30676 Check for Emacs 21.3.50 removed.
30677
30678 * net/tramp-smb.el (all): Remove debug construct for
30679 `with-parsed-tramp-file-name'.
30680 (tramp-smb-prompt): Prompt can contain spaces inside directory names.
30681 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file):
30682 No error message if DIRECTORY or FILENAME doesn't exist.
30683 (tramp-smb-open-connection): Check existence of
30684 `tramp-smb-program'.
30685
30686 2005-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
30687
30688 * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
30689 Properly handle the case where the `m' or `s' command's argument is not
30690 yet terminated.
30691 (perl-indent-new-calculate): New function.
30692 (perl-indent-line): Use it.
30693
30694 2005-03-20 Miles Bader <miles@gnu.org>
30695
30696 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Use breakpoint faces
30697 in text-mode too. Change to new face names.
30698 (breakpoint-enabled): Rename from `breakpoint-enabled-bitmap-face'.
30699 Add `:weight bold' attribute.
30700 (breakpoint-disabled): Rename from `breakpoint-disabled-bitmap-face'.
30701
30702 2005-03-19 Juri Linkov <juri@jurta.org>
30703
30704 * files.el (auto-mode-alist): Add comment. Optimize jar/ear/war.
30705
30706 * international/mule.el (auto-coding-alist): Sync with
30707 `auto-mode-alist' by adding upper case archive file extensions
30708 and adding ear/war to jar extension.
30709
30710 2005-03-19 David Casperson <casper@unbc.ca> (tiny change)
30711
30712 * textmodes/tex-mode.el (tex-view): If tex-shell process is not
30713 running, restart it.
30714
30715 2005-03-19 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny changes)
30716
30717 * finder.el (finder-current-item): Throw an error on an empty line.
30718
30719 * man.el (Man-follow-manual-reference): If current-word returns
30720 nil, use "".
30721
30722 2005-03-19 Matt Hodges <MPHodges@member.fsf.org>
30723
30724 * simple.el (goto-line): Doc fix.
30725
30726 2005-03-19 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
30727
30728 * files.el (save-buffer): Doc fix.
30729
30730 2005-03-19 Michael R. Mauger <mmaug@yahoo.com>
30731
30732 * recentf.el (recentf-cleanup-remote): New variable.
30733 (recentf-cleanup): Use it to conditionally check availability of
30734 remote files.
30735
30736 2005-03-19 Joe Edmonds <joe-bugs-debian-org@elem.com> (tiny change)
30737
30738 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Recognize `@' in
30739 function names.
30740
30741 2005-03-19 Eli Zaretskii <eliz@gnu.org>
30742
30743 * language/thai-word.el: New file.
30744
30745 2005-03-19 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
30746
30747 * files.el (backup-buffer): If the file's directory is not
30748 writable, use copy instead of move to backup the file.
30749
30750 2005-03-19 Eli Zaretskii <eliz@gnu.org>
30751
30752 * obsolete/keyswap.el: Moved to obsolete/ from term/.
30753
30754 2005-03-19 Vinicius Jose Latorre <viniciusjl@ig.com.br>
30755
30756 * ps-print.el (ps-generate-string-list, ps-generate-header-line):
30757 Use functionp instead of symbolp and fboundp. Reported by Drkm
30758 <darkman_spam@yahoo.fr>.
30759 (ps-print-version): New version 6.6.6.
30760
30761 2005-03-18 Tak Ota <Takaaki.Ota@am.sony.com>
30762
30763 * textmodes/table.el (table--line-column-position): New idiom.
30764 (table--row-column-insertion-point-p): New function to test
30765 validity of row and column insertion operation at a location.
30766 (table-global-menu, table-cell-menu): Use above functions for
30767 deterministic test operation.
30768 (table--editable-cell-p): Behave in deterministic fashion.
30769
30770 2005-03-18 Juri Linkov <juri@jurta.org>
30771
30772 * isearch.el (isearch-lazy-highlight-new-loop):
30773 Make arguments beg and end optional.
30774 (isearch-update): Remove optional arguments nil from
30775 isearch-lazy-highlight-new-loop.
30776 (isearch-lazy-highlight-search): Let-bind case-fold-search to
30777 isearch-lazy-highlight-case-fold-search instead of
30778 isearch-case-fold-search, and let-bind isearch-regexp to
30779 isearch-lazy-highlight-regexp.
30780 Use isearch-lazy-highlight-last-string instead of isearch-string.
30781
30782 * replace.el (perform-replace): Remove bindings of global
30783 variables isearch-string, isearch-regexp, isearch-case-fold-search.
30784 Add three new arguments to `replace-highlight'.
30785 (replace-highlight): Add arguments string, regexp, case-fold.
30786 Let-bind isearch-string, isearch-regexp, isearch-case-fold-search
30787 to allow isearch-lazy-highlight-new-loop to use these values
30788 to set corresponding isearch-lazy-highlight-* internal
30789 variables whose values lazy highlighting will use regardless of
30790 changes to global variables isearch-string, isearch-regexp,
30791 isearch-case-fold-search during lazy highlighting loop.
30792 (replace-dehighlight): Rename `isearch-lazy-highlight-cleanup'
30793 to `lazy-highlight-cleanup'.
30794
30795 * textmodes/ispell.el (ispell-lazy-highlight): New defcustom.
30796 (ispell-highlight-face): Set default face to `isearch' when
30797 lazy highlighting is enabled.
30798 (ispell-highlight-spelling-error-overlay): Set `ispell-overlay'
30799 priority to 1. Add lazy highlighting.
30800 (ispell-highlight-spelling-error-xemacs): Remove obsolete arg
30801 from `isearch-dehighlight'.
30802
30803 2005-03-18 David Ponce <david@dponce.com>
30804
30805 * files.el (hack-local-variables): Do a case-insensitive search
30806 for End.
30807
30808 2005-03-18 Juri Linkov <juri@jurta.org>
30809
30810 * isearch.el (lazy-highlight-cleanup) <command>: Rename from
30811 `isearch-lazy-highlight-cleanup', add alias to old name and
30812 declare obsolete. Add release numbers to other obsolete vars.
30813 (isearch-done, isearch-lazy-highlight-new-loop):
30814 Rename `isearch-lazy-highlight-cleanup' to `lazy-highlight-cleanup'.
30815 (lazy-highlight-cleanup) <variable>: Doc fix.
30816 (isearch-lazy-highlight-update): Rename obsolete
30817 `isearch-lazy-highlight-face' to `lazy-highlight-face'.
30818
30819 2005-03-18 Kenichi Handa <handa@m17n.org>
30820
30821 * language/thai-util.el: Fix categorization of Thai characters in
30822 thai-category-table.
30823 (thai-composition-pattern): Adjust it for the above change.
30824 (thai-self-insert-command, thai-compose-syllable): New functions.
30825 (thai-compose-region): Use thai-compose-syllable.
30826 (thai-compose-string): Likewise.
30827 (thai-composition-function): Likewise.
30828 (thai-auto-composition): New function.
30829 (thai-auto-composition-mode): New minor mode.
30830
30831 * language/thai.el: Fix patterns to be registered in
30832 composition-function-table.
30833
30834 * international/quail.el (quail-input-method): Locally bind
30835 inhibit-modification-hooks to t.
30836
30837 2005-03-17 Richard M. Stallman <rms@gnu.org>
30838
30839 * progmodes/perl-mode.el (perl-mode-hook): Defvar it.
30840 (perl-mode): Use run-mode-hooks.
30841
30842 * mail/rmail.el (rmail-movemail-program, rmail-pop-password)
30843 (rmail-pop-password-required, rmail-remote-password): Doc fixes.
30844 (rmail-preserve-inbox, rmail-probe, rmail-autodetect): Doc fix.
30845
30846 * mail/sendmail.el (sendmail-send-it): Reenable the code
30847 to compute resend-to-address and use it.
30848
30849 * tar-mode.el (tar-mode): Turn off undo unconditionally.
30850
30851 * image-mode.el: New file.
30852
30853 * image.el (insert-sliced-image): Add autoload cookie.
30854
30855 * font-lock.el (font-lock-lines-before): New user option.
30856 (font-lock-after-change-function): Obey it.
30857
30858 * bindings.el (esc-map): Make M-g a prefix.
30859 Bind M-g g and M-g M-g to goto-line.
30860
30861 * faces.el (face-id): Doc fix.
30862
30863 2005-03-17 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
30864
30865 * mail/rmail.el (rmail-unknown-mail-followup-to): New function.
30866 (rmail-show-message): Use rmail-unknown-mail-followup-to.
30867 (rmail-reply): Recognize Mail-Followup-To and Mail-Reply-To headers.
30868
30869 * mail/sendmail.el (mail-yank-ignored-headers)
30870 (mail-font-lock-keywords, mail-mode-fill-paragraph):
30871 Add Mail-Followup-To and Mail-Reply-To headers.
30872 (mail-citation-hook): Add autoload cookie.
30873 (mail-mode): Doc fix.
30874 (mail-mode-map): Bind mail-mail-followup-to and mail-mail-reply-to.
30875 (mail-send): Compute Mail-Followup-To and Mail-Reply-To headers.
30876 (mail-mode-fill-paragraph): Handle those headers.
30877 (mail-mailing-lists): New variable.
30878 (mail-mail-reply-to, mail-mail-followup-to): New functions.
30879
30880 2005-03-17 Juri Linkov <juri@jurta.org>
30881
30882 * isearch.el (isearch-fallback): Check for `(car previous)'
30883 before calling `isearch-other-end-state'.
30884
30885 2005-03-17 Kim F. Storm <storm@cua.dk>
30886
30887 * simple.el (move-beginning-of-line): Move to beginning of buffer
30888 line, as well as beginning of screen line.
30889
30890 2005-03-16 Glenn Morris <gmorris@ast.cam.ac.uk>
30891
30892 * calendar/diary-lib.el (mark-diary-entries): Use new optional
30893 argument REDRAW rather than calendar-redrawing variable.
30894 * calendar/calendar.el (calendar-redrawing): Delete.
30895 (redraw-calendar): Do not bind calendar-redrawing.
30896
30897 2005-03-16 Matt Hodges <MPHodges@member.fsf.org>
30898
30899 * calendar/diary-lib.el (diary-redraw-calendar): Preserve point in
30900 diary-file buffer.
30901
30902 2005-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
30903
30904 * help.el (describe-mode): Allow a :minor-mode-function property to
30905 specify a different minor mode toggle function than the variable.
30906 * simple.el (auto-fill-function):
30907 * subr.el (add-minor-mode): Use it.
30908
30909 2005-03-16 Kenichi Handa <handa@m17n.org>
30910
30911 * language/ethio-util.el (sera-being-called-by-w3): New variable.
30912 (ethio-sera-to-fidel-ethio): Check also sera-being-called-by-w3.
30913 (ethio-fidel-to-sera-buffer): Likewise.
30914
30915 2005-03-16 Juri Linkov <juri@jurta.org>
30916
30917 * emacs-lisp/find-func.el (find-function-regexp):
30918 Add defun-emitting macro `menu-bar-make-toggle'.
30919
30920 * isearch.el: Put `isearch-scroll' property to
30921 `split-window-horizontally'.
30922
30923 * info.el: Update error messages for `debug-ignored-errors'.
30924 (Info-isearch-search): Doc fix.
30925 (Info-find-node): Move up code to go into info buffer before
30926 recording the node to the history.
30927 (Info-fontify-node): Fontify titles only if the next line
30928 has two or more `*', `=', `-', `.'.
30929 Display "go to this node" for empty (match-string 3).
30930
30931 2005-03-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
30932
30933 * term/mac-win.el: Add mouse pointer shape constants.
30934
30935 2005-03-15 Kim F. Storm <storm@cua.dk>
30936
30937 * simple.el (move-beginning-of-line): Use vertical-motion.
30938
30939 2005-03-15 Juri Linkov <juri@jurta.org>
30940
30941 * isearch.el (isearch-error): New variable.
30942 (isearch-invalid-regexp, isearch-within-brackets): Remove.
30943 (isearch-error-state): Rename from `isearch-invalid-regexp-state'.
30944 (isearch-within-brackets-state): Remove.
30945 (isearch-case-fold-search-state, isearch-pop-fun-state):
30946 Decrease frame index.
30947 (isearch-mode, isearch-top-state, isearch-push-state)
30948 (isearch-edit-string, isearch-abort, isearch-search-and-update)
30949 (isearch-fallback, isearch-message-prefix, isearch-message-suffix)
30950 (isearch-search, isearch-lazy-highlight-new-loop):
30951 Replace `isearch-invalid-regexp' with `isearch-error'.
30952 Remove `isearch-within-brackets'.
30953 (isearch-search): Add `search-failed' handler to `condition-case'.
30954 (isearch-lazy-highlight-search): Add `condition-case' to catch
30955 errors and allow `isearch-lazy-highlight-update' to try
30956 highlighting from the beginning of the window.
30957 (isearch-repeat): Move up code to set isearch-wrapped to t
30958 before calling isearch-wrap-function.
30959
30960 * info.el (Info-isearch-initial-node): New internal variable.
30961 (Info-search): Signal an error in isearch mode when search leaves
30962 the initial node. Signal an error when `bound' is non-nil and
30963 nothing was found in the current subfile.
30964 (Info-isearch-search): Remove `condition-case'.
30965 (Info-isearch-wrap): Don't wrap when search failed during leaving
30966 the initial node. If `Info-isearch-search' is nil, wrap around
30967 the current node.
30968 (Info-isearch-start): New fun.
30969 (Info-mode): Add buffer-local hook `Info-isearch-start' to
30970 `isearch-mode-hook'.
30971
30972 2005-03-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
30973
30974 * simple.el (normal-erase-is-backspace): Set default to t if
30975 running on Mac.
30976
30977 * term/mac-win.el (function-key-map): Sync with x-win.el.
30978
30979 2005-03-15 Kenichi Handa <handa@m17n.org>
30980
30981 * international/mule-cmds.el (locale-language-names): Modify the
30982 format of elements and add more entries.
30983 (locale-preferred-coding-systems): Add more entries.
30984 (set-locale-environment): Adjust for the change of
30985 locale-language-names.
30986
30987 2005-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
30988
30989 * pcvs.el (smerge-ediff): Remove bogus autoload.
30990
30991 2005-03-14 Lute Kamstra <lute@gnu.org>
30992
30993 * emacs-lisp/debug.el (debugger-make-xrefs): Docstring fix.
30994 Ignore a `*' at the beginning of a line.
30995
30996 * subr.el (macro-declaration-function): Move to emacs-lisp/byte-run.el.
30997 * emacs-lisp/byte-run.el (macro-declaration-function): Move from
30998 subr.el.
30999 (dont-compile, eval-when-compile, eval-and-compile): Use declare
31000 to specify indentation.
31001
31002 * generic.el (define-generic-mode): Let generic-mode-list be a
31003 list of strings; test membership with equal.
31004
31005 2005-03-14 Kim F. Storm <storm@cua.dk>
31006
31007 * simple.el (next-line, previous-line): Add optional try-vscroll
31008 arg to recognize interactive use. Pass it on to line-move.
31009 (line-move): Don't perform auto-window-vscroll when defining or
31010 executing keyboard macro to ensure consistent behavior.
31011
31012 2005-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
31013
31014 * pcvs-util.el (cvs-string->strings): Strip trailing whitespace.
31015
31016 2005-03-13 Lute Kamstra <lute@gnu.org>
31017
31018 * emacs-lisp/debug.el (debug): Set debug-on-exit before calling
31019 debugger-setup-buffer so that backtrace marks the frames set to
31020 debug-on-exit and we don't have to do it manually. Set an extra
31021 debug-on-exit for macro's.
31022 (debugger-setup-buffer): Don't mark the top frame manually.
31023
31024 2005-03-12 Lute Kamstra <lute@gnu.org>
31025
31026 * emacs-lisp/byte-run.el: Replace lisp-indent-hook with
31027 lisp-indent-function throughout.
31028 (with-no-warnings): Set lisp-indent-function property.
31029
31030 2005-03-12 Thien-Thi Nguyen <ttn@gnu.org>
31031
31032 * progmodes/dcl-mode.el (dcl-mode-syntax-table):
31033 Add entry for backslash.
31034
31035 2005-03-12 Juri Linkov <juri@jurta.org>
31036
31037 * info.el (Info-search): Four fixes for backward search.
31038
31039 2005-03-11 Jay Belanger <belanger@truman.edu>
31040
31041 * calc/calc.el (calc-language-alist): New variable.
31042 * calc/calc-embed.el (calc-embedded-language-alist): Remove.
31043 (calc-embedded-find-modes): Use calc-language-alist instead of
31044 calc-embedded-language-alist.
31045
31046 2005-03-11 Glenn Morris <gmorris@ast.cam.ac.uk>
31047
31048 * calendar/calendar.el (calendar-redrawing): New internal
31049 variable.
31050 (redraw-calendar): Remove bogus save-excursion from previous
31051 change. Bind calendar-redrawing to t for mark-diary-entries.
31052 * calendar/diary-lib.el (mark-diary-entries): No need to redraw
31053 calendar if that is why we were called.
31054
31055 2005-03-11 Kenichi Handa <handa@m17n.org>
31056
31057 * international/mule.el (make-coding-system): Set property
31058 coding-system-define-form to nil.
31059 (define-coding-system-alias): Likewise.
31060
31061 2005-03-11 Kenichi Handa <handa@m17n.org>
31062
31063 These changes are suggested by Dave Love <fx@gnu.org>.
31064
31065 * textmodes/fill.el: Change encoding to iso-2022-7bit and add
31066 coding: tag.
31067 (adaptive-fill-regexp): Add more bullets.
31068 (fill-french-nobreak-p): Add Latin-1 and Latin-9 guillemets in
31069 regexps.
31070
31071 2005-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
31072
31073 * help.el (describe-mode): Properly handle non-trivial lighters.
31074 Don't ignore minor modes that are not listed in minor-mode-list.
31075
31076 * tooltip.el (tooltip-mode): Don't complain that you can't turn the
31077 feature ON when the user requests to turn it OFF.
31078
31079 2005-03-10 Lute Kamstra <lute@gnu.org>
31080
31081 * emacs-lisp/debug.el (debug-entry-code): Delete it.
31082 (implement-debug-on-entry): New function to replace debug-entry-code.
31083 (debug-on-entry-1): Use implement-debug-on-entry. Delete the
31084 second argument as the 2005-03-07 change makes it obsolete.
31085 (debug-on-entry, cancel-debug-on-entry): Update call to
31086 debug-on-entry-1.
31087 (debug, debugger-setup-buffer): Comment update.
31088 (debugger-frame-number): Update to work with implement-debug-on-entry.
31089
31090 2005-03-10 Jay Belanger <belanger@truman.edu>
31091
31092 * calc/calc-embed.el (math-ms-args): Declare it.
31093 (calc-embedded-eval-expr, calc-embedded-eval-get-var): Use variable
31094 math-ms-args.
31095 (calc-embedded-subst): Use math-multi-subst-rec to substitute
31096 variables.
31097
31098 2005-03-10 Nick Roberts <nickrob@snap.net.nz>
31099
31100 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-get-location):
31101 Use message-box.
31102
31103 * tooltip.el (tooltip-mode): Use define-minor-mode and simplify.
31104 (tooltip-activate-mouse-motions-if-enabled): Use dolist.
31105 (tooltip-gud-tips): Simplify.
31106 (tooltip-gud-tips-p): Remove superfluous :set.
31107 (tooltip-gud-modes): Add fortran-mode.
31108 (gdb-tooltip-print): Remove newline for tooltip-use-echo-area.
31109
31110 * bindings.el (mode-line-mode-menu): Add tooltip-mode to mode-line.
31111
31112 2005-03-09 Kim F. Storm <storm@cua.dk>
31113
31114 * play/animate.el (animate-place-char): Use forward-line instead
31115 of next-line to improve performance.
31116
31117 2005-03-09 Simon Josefsson <jas@extundo.com>
31118
31119 * net/browse-url.el (browse-url-default-browser): Doc fix.
31120
31121 2005-03-09 Miles Bader <miles@gnu.org>
31122
31123 * emacs-lisp/bytecomp.el (byte-compile-variable-ref)
31124 (byte-compile-obsolete): Change " since VER" to " (as of Emacs VER)".
31125
31126 2005-03-09 Kenichi Handa <handa@m17n.org>
31127
31128 * international/latin-1.el: Set case and syntax for 255 only if
31129 set-case-syntax-set-multibyte is nil.
31130
31131 * textmodes/ispell.el (ispell-insert-word): New function.
31132 (ispell-word): Use ispell-insert-word to insert a new word.
31133 (ispell-process-line): Likewise.
31134 (ispell-complete-word): Likewise.
31135
31136 2005-03-09 Glenn Morris <gmorris@ast.cam.ac.uk>
31137
31138 * calendar/calendar.el (redraw-calendar): Preserve point.
31139 Reported by Matt Hodges <MPHodges@member.fsf.org>.
31140 (calendar-week-start-day): Move after definition of
31141 redraw-calendar. Delete buffer test, since redraw-calendar has
31142 that now.
31143
31144 * calendar/diary-lib.el (mark-diary-entries): Only call
31145 redraw-calendar in the first of any recursive calls.
31146 Reported by Alan Shutko <ats@acm.org>.
31147
31148 2005-03-08 Juri Linkov <juri@jurta.org>
31149
31150 * textmodes/sgml-mode.el (sgml-tag, html-tag-alist)
31151 (html-horizontal-rule, html-line, html-image, html-checkboxes)
31152 (html-radio-buttons): Add a space before the trailing `/>' where
31153 sgml-xml-mode is non-nil.
31154 (sgml-delete-tag): Check if the tag ends with `/>' to not delete
31155 the subsequent tag of the empty XML tag.
31156 (html-href-anchor): Don't set initial input to "http:".
31157 (html-image): Ask for the image URL and set point inside alt="".
31158 (html-name-anchor): Duplicate the name in the `id' attribute when
31159 sgml-xml-mode is non-nil.
31160 (html-paragraph): Remove \n before <p>.
31161 (html-checkboxes, html-radio-buttons): Insert `checked="checked"'
31162 instead of `checked' when sgml-xml-mode is non-nil.
31163
31164 * facemenu.el (list-colors-print): Print #RRGGBB in default face.
31165 Remove 1 space before #RRGGBB to not truncate it on terminal
31166 windows w/o fringes. Remove 1 space between bg and fg examples
31167 to get more space.
31168 (list-colors-duplicates): Replace `and' with `if' for `boundp' to
31169 avoid byte-compile warnings.
31170
31171 * image-file.el (image-file-handler): Put `safe-magic' property to
31172 `image-file-handler'.
31173
31174 * info.el (Info-isearch-search): Emulate word search in
31175 isearching through multiple Info nodes with Info-search.
31176 (Info-isearch-wrap): Allow isearch-word.
31177
31178 2005-03-08 Lute Kamstra <lute@gnu.org>
31179
31180 * emacs-lisp/debug.el (debugger-step-through): Make sure that
31181 stepping into the debugger's code is not possible.
31182 (debugger-jumping-flag): Docstring update.
31183
31184 2005-03-08 Jay Belanger <belanger@truman.edu>
31185
31186 * calc/calc-embed.el (calc-do-embedded): Reset mode line when
31187 embedded mode begins.
31188 (calc-embedded-language-alist): New variable.
31189 (calc-embedded-find-modes): Use calc-embedded-language-alist to
31190 set default language mode.
31191
31192 2005-03-08 Kenichi Handa <handa@m17n.org>
31193
31194 * international/ccl.el (define-ccl-program): Fix docstring about
31195 extra 256 bytes assured for the output buffer.
31196
31197 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
31198 Fix BUFFER_MAGNIFICATION to 2.
31199 (ccl-encode-mule-utf-16be-with-signature): Likewise.
31200
31201 2005-03-07 Karl Chen <quarl@cs.berkeley.edu>
31202
31203 * align.el (align-rules-list): Added an alignment rule for CSS
31204 declarations (applies to css-mode and html-mode buffers).
31205
31206 2005-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
31207
31208 * emacs-lisp/debug.el (debug-on-entry-1): Fix handling of macros.
31209
31210 2005-03-07 Kim F. Storm <storm@cua.dk>
31211
31212 * simple.el (move-beginning-of-line): New command.
31213
31214 * bindings.el (global-map): Bind C-a to move-beginning-of-line.
31215
31216 * reveal.el (reveal-mode-map): Bind C-a to beginning-of-line.
31217
31218 * emulation/cua-base.el: Put CUA move property on move-end-of-line
31219 and move-beginning-of-line.
31220
31221 * apropos.el (apropos-print): Omit command from M-x ... RET.
31222
31223 2005-03-07 Nick Roberts <nickrob@snap.net.nz>
31224
31225 * progmodes/gdb-ui.el (gdb-var-create-handler): Handle just MI case.
31226 (gdb-send, gdb-send-item): Log items sent from gdb-send too.
31227
31228 2005-03-06 Richard M. Stallman <rms@gnu.org>
31229
31230 * bindings.el (esc-map): Bind M-g to goto-line.
31231
31232 * facemenu.el (global-map): Bind M-o, not M-g.
31233
31234 2005-03-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
31235
31236 * menu-bar.el (menu-bar-file-menu): Add the same :enable to
31237 "Open Directory" as for "Open File".
31238
31239 2005-03-06 Chong Yidong <cyd@stupidchicken.com>
31240
31241 * simple.el (activate-mark-hook, deactivate-mark-hook): Add defvars.
31242 (push-mark-command): Run activate-mark-hook.
31243
31244 2005-03-06 Richard M. Stallman <rms@gnu.org>
31245
31246 * help-mode.el (help-mode-finish): Don't alter the element
31247 in view-return-to-alist if there already is one.
31248
31249 * jit-lock.el (jit-lock-stealth-fontify): When calling sit-for,
31250 make sure the current buffer is the expected one.
31251
31252 * novice.el (disabled-command-function): Output in *Disabled Command*.
31253 Explicitly ignore non-keyboard events, and explicitly handle C-g.
31254
31255 * textmodes/flyspell.el (flyspell-large-region):
31256 Pass args differently for aspell.
31257
31258 * files.el (mode-require-final-newline): Doc fix.
31259
31260 2005-03-03 Stephan Stahl <stahl@eos.franken.de> (tiny change)
31261
31262 * progmodes/which-func.el (which-function):
31263 Specify NOERROR when calling imenu--make-index-alist.
31264
31265 2005-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
31266
31267 * simple.el (normal-erase-is-backspace): Define default value.
31268
31269 * custom.el (custom-theme-set-variables): Remove unused var
31270 `immediate'.
31271 (custom-reevaluate-setting): Simple function to handle variables
31272 that are defined before their default value can really be
31273 computed.
31274
31275 * startup.el (command-line): Use it for temporary-file-directory,
31276 small-emporary-file-directory, auto-save-file-name-transforms,
31277 blink-cursor-mode, and normal-erase-is-backspace.
31278
31279 * font-lock.el (font-lock-fontify-keywords-region): Ensure forward
31280 progress, even with buggy anchored keywords.
31281
31282 2005-03-05 Luc Teirlinck <teirllm@auburn.edu>
31283
31284 * simple.el (goto-line): Remove unbalanced final parenthesis.
31285
31286 2005-03-05 Richard M. Stallman <rms@gnu.org>
31287
31288 * simple.el (goto-line): Use a number at point as the default.
31289 With C-u as arg, switch buffers.
31290
31291 2005-03-05 Juri Linkov <juri@jurta.org>
31292
31293 * frame.el (blink-cursor-mode): Replace `emacs-quick-startup'
31294 with `no-blinking-cursor'.
31295
31296 * startup.el (no-blinking-cursor): New defvar.
31297 (command-line): Add `--no-blinking-cursor' to longopts.
31298 Set `no-blinking-cursor' to t for command line arguments
31299 -Q, -nbc, --no-blinking-cursor. Replace `emacs-quick-startup'
31300 with `no-blinking-cursor' in the condition for calling
31301 `blink-cursor-mode'.
31302
31303 2005-03-04 Luc Teirlinck <teirllm@auburn.edu>
31304
31305 * menu-bar.el (menu-bar-make-mm-toggle): Doc fix.
31306 (menu-bar-options-save): Add blink-cursor-mode.
31307 (menu-bar-options-menu): Add blink-cursor-mode.
31308
31309 2005-03-04 Ulf Jasper <ulf.jasper@web.de>
31310
31311 * calendar/icalendar.el (icalendar-version): Increase to 0.11.
31312 (icalendar-export-file, icalendar-export-region)
31313 (icalendar-import-file, icalendar-import-buffer): Add autoload cookies.
31314 (icalendar--convert-ical-to-diary): Fix problem with DURATION.
31315
31316 2005-03-04 Lute Kamstra <lute@gnu.org>
31317
31318 * emacs-lisp/debug.el (debugger-step-after-exit): Make it a defvar.
31319 (debug-function-list): Ditto.
31320
31321 2005-03-04 Robert J. Chassell <bob@rattlesnake.com>
31322
31323 * textmodes/texinfmt.el (texinfo-append-refill):
31324 Redefine the types of line to which @refill
31325 is not appended by replacing a search for `@refill\\|@bye' with
31326 `@refill\\|^[ \t]*@'. The intent is to solve both the `@end
31327 itemize@refill' bug and the unfilled long lines bug.
31328 (texinfmt-version): Update number and date.
31329
31330 2005-03-04 Reiner Steib <Reiner.Steib@gmx.de>
31331
31332 * international/code-pages.el (windows-1250, windows-125[2-8])
31333 (iso-8859-10, -13, -16, georgian-ps): Add autoload cookies.
31334
31335 2005-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
31336
31337 * frame.el (blink-cursor-mode): `emacs-quick-startup' may not be
31338 bound yet.
31339
31340 2005-03-02 Romain Francoise <romain@orebokech.com>
31341
31342 * ibuf-ext.el (ibuffer-filter-disable): Move back to the current
31343 buffer after removing limits.
31344 (ibuffer-pop-filter): Ditto.
31345 Update copyright.
31346
31347 2005-03-02 Miles Bader <miles@gnu.org>
31348
31349 * button.el (make-text-button): If the user doesn't specify a
31350 type, use the default. Rewrite to use `add-text-properties' and
31351 plist functions.
31352
31353 2005-03-01 Lute Kamstra <lute@gnu.org>
31354
31355 * emacs-lisp/debug.el (inhibit-debug-on-entry): Add docstring.
31356 (debugger-jumping-flag): New var.
31357 (debug-entry-code): Use it.
31358 (debugger-jump): Use debugger-jumping-flag and add
31359 debugger-reenable to post-command-hook.
31360 (debugger-reenable): Use debugger-jumping-flag and remove itself
31361 from post-command-hook.
31362 (debug, debug-on-entry, cancel-debug-on-entry): Remove call to
31363 debugger-reenable.
31364
31365 2005-03-01 Robert J. Chassell <bob@rattlesnake.com>
31366
31367 * textmodes/texinfmt.el (texinfo-no-refill-regexp): Comment out
31368 inclusion of "itemize\\|", which may be unnecessary, is certainly
31369 inelegant, and stops refilling in itemize lists when formatting
31370 Japanese Texinfo files to Info.
31371 Update copyright to 2005.
31372
31373 2005-03-01 Nick Roberts <nickrob@snap.net.nz>
31374
31375 * progmodes/gdb-ui.el (gdb-get-location): Use a warning instead
31376 of an error if GDB can't find the source file.
31377
31378 2005-03-01 Glenn Morris <gmorris@ast.cam.ac.uk>
31379
31380 * calendar/calendar.el (redraw-calendar): Work from any buffer,
31381 not just the calendar.
31382
31383 * calendar/diary-lib.el (mark-diary-entries): Remove any old marks
31384 first.
31385 (diary-redraw-calendar): New function.
31386 (make-diary-entry): Add diary-redraw-calendar to local
31387 write-contents-functions. Turn off selective display before
31388 inserting in diary.
31389
31390 2005-03-01 Kim F. Storm <storm@cua.dk>
31391
31392 * emacs-lisp/copyright.el (copyright-fix-years): New command.
31393
31394 2005-03-01 Lute Kamstra <lute@gnu.org>
31395
31396 * emacs-lisp/debug.el (debug-on-entry-1): Reimplement to make sure
31397 that debug-entry-code can be safely removed from a function while
31398 this code is being evaluated. Revert the 2005-02-27 change as the
31399 new implementation no longer requires it. Make sure that a
31400 function body containing just a string is not mistaken for a docstring.
31401 (debug): Skip one more frame in case of debug on entry.
31402 (debugger-setup-buffer): Delete one more frame line in case of
31403 debug on entry.
31404 (debugger-frame-number): Update to use the new text introduced by
31405 the 1999-11-03 change. Skip one more frame in case of debug on entry.
31406
31407 2005-02-28 Kim F. Storm <storm@cua.dk>
31408
31409 * double.el (double-translate-key): Call force-window-update after
31410 read-event to avoid crash in redisplay.
31411
31412 2005-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
31413
31414 * emacs-lisp/debug.el (inhibit-debug-on-entry): New var.
31415 (debug): Use it. Move the inhibit-trace earlier.
31416 (debug-entry-code): New const.
31417 (debug-on-entry-1): Use it.
31418
31419 2005-02-28 Chong Yidong <cyd@stupidchicken.com>
31420
31421 * international/utf-16.el (ccl-encode-mule-utf-16le):
31422 Fix BUFFER_MAGNIFICATION to 2.
31423 (ccl-encode-mule-utf-16be): Likewise.
31424
31425 2005-02-28 Kenichi Handa <handa@m17n.org>
31426
31427 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
31428 Fix BUFFER_MAGNIFICATION to 4.
31429 (ccl-encode-mule-utf-16be-with-signature): Likewise.
31430
31431 2005-02-28 Nick Roberts <nickrob@snap.net.nz>
31432
31433 * speedbar.el (speedbar-update-flag): Doc fix.
31434 (speedbar-show-info-under-mouse): Give set-mouse-position the right
31435 argument.
31436
31437 2005-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
31438
31439 * reveal.el (reveal-post-command): Don't try to reveal overlays which
31440 have a non-nil `invisible' property but are actually visible.
31441
31442 * progmodes/perl-mode.el (perl-imenu-generic-expression): Add entries
31443 for perldoc sections.
31444 (perl-outline-regexp, perl-outline-level): New var and function.
31445 (perl-mode): Use them.
31446
31447 2005-02-27 Glenn Morris <gmorris@ast.cam.ac.uk>
31448
31449 * calendar/diary-lib.el (diary-remind): Discard any mark portion
31450 from diary-entry. Reported by Andrew Kemp <ajwk@pell.uklinux.net>.
31451
31452 2005-02-27 Luc Teirlinck <teirllm@auburn.edu>
31453
31454 * cus-edit.el: Comment change.
31455 (custom-buffer-create-internal): Slightly reword text at top of
31456 Custom buffers. Mention there that saving an option edits the
31457 init file. Add link to Emacs manual node on `custom-file'.
31458 (custom-magic-alist): Rewrite individual State messages to use
31459 capitalized keywords. Doc fix.
31460
31461 2005-02-27 Matt Hodges <MPHodges@member.fsf.org>
31462
31463 * calendar/calendar.el (calendar-buffer): Move above
31464 calendar-week-start-day.
31465 (calendar-week-start-day): Doc fix. Add :set function.
31466 (calendar-minimum-window-height): New variable.
31467 (generate-calendar-window): Only resize window if selected-window
31468 is displaying the calendar buffer. Use new variable
31469 calendar-minimum-window-height.
31470 (generate-calendar): Reword error message.
31471 (calendar-mode-map): Bind DEL to scroll-other-window-down.
31472
31473 2005-02-27 Andreas Schwab <schwab@suse.de>
31474
31475 * vc.el (vc-do-command): Don't run command asynchronously when
31476 operating in a remote directory.
31477
31478 * net/tramp.el (tramp-file-name-for-operation): Fix misapplied
31479 change from sync with Tramp 2.0.47.
31480
31481 2005-02-27 Richard M. Stallman <rms@gnu.org>
31482
31483 * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
31484
31485 * textmodes/flyspell.el (flyspell-mode-on):
31486 Call ispell-change-dictionary only if necessary.
31487
31488 * emacs-lisp/re-builder.el (regexp-builder): New function.
31489
31490 * register.el (describe-register-1): Explicitly handle
31491 yank-excluded-properties = t.
31492
31493 * cus-edit.el (custom-buffer-create-internal): Improve progress msgs.
31494 (custom-magic-alist): Change the status descriptions again.
31495 (face widget-type): Total rewrite based on `restricted-sexp'
31496 to eliminate the confusing double hiding levels.
31497
31498 * emacs-lisp/debug.el (debug-on-entry-1):
31499 If function body is empty, add nil as body form.
31500
31501 2005-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
31502
31503 * emacs-lisp/trace.el (inhibit-trace): New var.
31504 (trace-make-advice): Use it.
31505
31506 * emacs-lisp/debug.el (debug): Put back the inhibit-trace.
31507
31508 2005-02-26 Kim F. Storm <storm@cua.dk>
31509
31510 * mouse.el (mouse-1-click-in-non-selected-windows): New defcustom.
31511 (mouse-on-link-p, mouse-drag-region-1): Use it.
31512
31513 2005-02-25 Lute Kamstra <lute@gnu.org>
31514
31515 * replace.el (query-replace-read-from): Fix 2005-02-19 change.
31516
31517 2005-02-24 Luc Teirlinck <teirllm@auburn.edu>
31518
31519 * frame.el (blink-cursor-mode): Add :group keyword.
31520
31521 2005-02-24 Ulf Jasper <ulf.jasper@web.de>
31522
31523 * calendar/icalendar.el (icalendar--decode-isodatetime):
31524 New optional argument DAY-SHIFT.
31525 (icalendar-export-region): Fix coding-system-for-write.
31526 (icalendar--convert-ical-to-diary): Shift end-day of all-day
31527 events by one.
31528
31529 2005-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
31530
31531 * textmodes/tex-mode.el (tex-font-lock-keywords-3): #n is atomic.
31532
31533 2005-02-24 Kim F. Storm <storm@cua.dk>
31534
31535 * international/iso-acc.el (iso-accents-compose): Fix crash
31536 during redisplay. Call force-window-update after read-event
31537 and delete-region to signal that window is not accurate.
31538
31539 2005-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
31540
31541 * emacs-lisp/debug.el (debug): Hide the buffer if it's not killed.
31542 Remove unused and inexistent var `inhibit-trace'.
31543 (debugger-mode): Use run-mode-hooks.
31544 (debugger-list-functions): Add buttons; setup xref stack.
31545
31546 2005-02-23 Richard M. Stallman <rms@gnu.org>
31547
31548 * calendar/appt.el (appt-time-msg-list): 3rd elt of each
31549 appointment says it was explicitly made.
31550 (appt-add): Set the 3rd element.
31551 (appt-make-list): Preserve explicit appointments.
31552
31553 * subr.el (find-tag-default): Catch errors in forward-sexp.
31554
31555 2005-02-23 Juri Linkov <juri@jurta.org>
31556
31557 * info.el (Info-isearch-search): New defcustom.
31558 (Info-isearch-search): Call the default isearch function
31559 when Info-isearch-search is nil.
31560 (Info-isearch-wrap): Use variable Info-isearch-search.
31561
31562 2005-02-22 Luc Teirlinck <teirllm@auburn.edu>
31563
31564 * cus-edit.el: Comment change.
31565
31566 2005-02-22 Kim F. Storm <storm@cua.dk>
31567
31568 * progmodes/hideif.el (hide-ifdef-use-define-alist):
31569 Use completing-read. Suggested by Juan-Leon Lahoz Garcia.
31570
31571 2005-02-22 Simon Josefsson <jas@extundo.com>
31572
31573 * net/browse-url.el (browse-url-netscape-new-window-is-tab):
31574 New variable.
31575 (browse-url-netscape): Use it. Suggested by "Johann 'Myrkraverk'
31576 Oskarsson" <myrkraverk@users.sourceforget.net>.
31577
31578 2005-02-22 Kim F. Storm <storm@cua.dk>
31579
31580 * mouse.el (mouse-on-link-p): If arg POS is a mouse event,
31581 check that window of that event is the selected window.
31582 (mouse-drag-region-1): Compare mouse event window to selected
31583 window before setting point.
31584
31585 * tooltip.el (tooltip-show-help-function): Pass event to
31586 mouse-on-link-p so it can check selected window.
31587
31588 2005-02-22 Kenichi Handa <handa@m17n.org>
31589
31590 * ps-mule.el (ps-mule-header-string-charsets): Delete it.
31591 (ps-mule-show-warning): New function.
31592 (ps-mule-begin-job): Use ps-mule-show-warning if unprintable
31593 characters are found.
31594
31595 * ps-print.el (ps-header-footer-string): Return a list of header
31596 and footer strings.
31597
31598 2005-02-21 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
31599
31600 * pcvs.el (cvs-retrieve-revision): Fix thinko.
31601
31602 2005-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
31603
31604 * frame.el (blink-cursor-mode): Use define-minor-mode.
31605
31606 * term/mac-win.el (function-key-map): Use char-names more consistently.
31607 (file-name-coding-system): Only set it for MacOS-9. The other case is
31608 already handled in mule-cmds.el (where it also works when mac-win.el
31609 is not used).
31610
31611 2005-02-21 Kenichi Handa <handa@m17n.org>
31612
31613 * international/mule.el (ctext-pre-write-conversion): Always use
31614 " *code-converting-work*" buffer for work.
31615
31616 * textmodes/ispell.el (ispell-dictionary-alist): Fix docstring.
31617
31618 2005-02-20 Thien-Thi Nguyen <ttn@gnu.org>
31619
31620 * progmodes/scheme.el (scheme-font-lock-keywords-2): Handle named-let.
31621
31622 2005-02-20 Jonathan Yavner <jyavner@member.fsf.org>
31623
31624 * ses.el (undo-more): Restore defadvice, but only the part that
31625 allows changes outside the restricted area of the buffer.
31626
31627 2005-02-20 Kim F. Storm <storm@cua.dk>
31628
31629 * simple.el (line-move): Add fourth optional arg try-vscroll which
31630 must be set to perform auto-window-vscroll.
31631 When moving backwards and doing auto-window-vscroll, automatically
31632 vscroll to the last part of lines which are taller than the window.
31633 (next-line, previous-line): Set try-vscroll arg on line-move.
31634
31635 2005-02-19 Dan Nicolaescu <dann@ics.uci.edu>
31636
31637 * replace.el (query-replace, query-replace-regexp)
31638 (replace-string, replace-regexp): When operating on region, make
31639 the minibuffer prompt say so.
31640
31641 * isearch.el (isearch-forward): Document isearch-query-replace and
31642 isearch-query-replace-regexp keybindings.
31643
31644 2005-02-19 Jay Belanger <belanger@truman.edu>
31645
31646 * calc/calc-aent.el (math-read-token): Add local variable.
31647
31648 * calc/calc-prog.el (calc-user-define-edit): Add local variable.
31649 (calc-edit-top): Move declaration to earlier in file.
31650 (calc-edit-macro-repeats): Add local variables.
31651
31652 * calc/calcalg2.el: Add differentiation rule for calcFunc-coth.
31653 Adjust differentiation rules for calcFunc-tan, calcFunc-cot,
31654 calcFunc-tanh.
31655 Adjust integration rule for calcFunc-tan.
31656
31657 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
31658
31659 * viper-cmd.el (viper-prefix-commands): Make into a defconst.
31660 (viper-exec-buffer-search): Use regexp-quote to quote buffer string.
31661 (viper-minibuffer-setup-sentinel): Make some variables buffer-local.
31662 (viper-skip-separators): Bug fix.
31663 (viper-set-searchstyle-toggling-macros): Allow to unset macros in a
31664 particular major mode.
31665 (viper-del-backward-char-in-replace): Don't put deleted char on the
31666 kill ring.
31667
31668 * viper-ex.el (viper-color-display-p): New function.
31669 (viper-has-face-support-p): Use viper-color-display-p.
31670
31671 * viper-keym.el (viper-gnus-modifier-map): New keymap.
31672
31673 * viper-macs.el (viper-unrecord-kbd-macro): Bug fix.
31674
31675 * viper-util.el (viper-glob-unix-files): Fix shell status check.
31676 (viper-file-remote-p): Make equivalent to file-remote-p.
31677
31678 * viper.el (viper-major-mode-modifier-list):
31679 Use viper-gnus-modifier-map.
31680
31681 2005-02-19 David Kastrup <dak@gnu.org>
31682
31683 * subr.el (subregexp-context-p): Fix garbled doc string by adding
31684 quoting.
31685
31686 2005-02-19 Jay Belanger <belanger@truman.edu>
31687
31688 * calc/calc-math.el (calc-arctan, calc-tanh, calc-arctanh):
31689 Remove extra definitions.
31690 (calc-coth): New function.
31691 (calcFunc-cot): Fix `let'.
31692
31693 2005-02-19 Eli Zaretskii <eliz@gnu.org>
31694
31695 * faces.el (escape-glyph, minibuffer-prompt): Add commentary for
31696 the reasons we use "type pc" in these faces.
31697
31698 * button.el (button): Ditto.
31699
31700 2005-02-19 Michael Mauger <mmaug@yahoo.com>
31701
31702 * replace.el (query-replace-read-from): Set the value of
31703 query-replace-from-history-variable to handle the case of an empty
31704 string entered to accept the suggested default.
31705
31706 * net/tramp.el (tramp-file-name-for-operation):
31707 Use dired-call-process instead of dired-call-process-command.
31708
31709 2005-02-19 Jay Belanger <belanger@truman.edu>
31710
31711 * calc/calc-arith.el (math-trig-inverses, math-div-trig)
31712 (math-div-non-trig): New variables.
31713 (math-combine-prod-trig, math-div-new-trig, math-div-new-non-trig)
31714 (math-div-isolate-trig, math-div-isolate-trig-term): New functions.
31715 (math-combine-prod, math-div-symb-fancy): Add simplifications for
31716 trig expressions.
31717
31718 2005-02-19 Nick Roberts <nickrob@snap.net.nz>
31719
31720 * progmodes/gdb-ui.el (gdb-var-update-handler)
31721 (gdb-speedbar-timer-fn): Ensure speedbar updates with new values
31722 for watch expressions,
31723 (gdb-var-create-handler): Don't set speedbar-update-flag.
31724 (gdb-post-prompt): Simplify test for speedbar.
31725
31726 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
31727
31728 * ediff.el (ediff-set-diff-overlays-in-one-buffer)
31729 (ediff-set-fine-overlays-in-one-buffer, ediff-goto-word): Make sure
31730 we use the syntax table of the correct buffer.
31731 (ediff-same-file-contents, ediff-same-contents): Enhancements thanks to
31732 Felix Gatzemeier.
31733
31734 * ediff-init.el (ediff-hide-face): Check for definedness of functions.
31735 (ediff-file-remote-p): Make synonymous with file-remote-p.
31736 In all deffaces ediff-*-face-*, use min-colors.
31737
31738 * ediff-mult.el (ediff-meta-mark-equal-files): Make use of
31739 ediff-recurse-to-subdirectories.
31740 (ediff-mark-if-equal): Check that the arguments are strings, use
31741 ediff-same-contents (after to Felix Gatzemeier).
31742
31743 * ediff.el (ediff-merge-on-startup): Don't set buffer-modified-p to
31744 nil.
31745
31746 2005-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
31747
31748 * log-view.el (log-view-message-re): Fix up Subversion regexp.
31749
31750 2005-02-18 David Kastrup <dak@gnu.org>
31751
31752 * progmodes/meta-mode.el (meta-mark-active): Fix condition to just
31753 use `mark-active' when defined.
31754
31755 2005-02-18 Kenichi Handa <handa@m17n.org>
31756
31757 * ps-print.el (ps-font-info-database): New entry
31758 ZapfChancery-MediumItalic with correct font name. Fix font name
31759 of the entry Zapf-Chancery-MediumItalic.
31760
31761 2005-02-16 Luc Teirlinck <teirllm@auburn.edu>
31762
31763 * autorevert.el (auto-revert-stop-on-user-input): Further doc fix.
31764
31765 2005-02-16 Kim F. Storm <storm@cua.dk>
31766
31767 * ido.el (ido-fallback-command): Pass user input to fallback command.
31768
31769 2005-02-16 Nick Roberts <nickrob@snap.net.nz>
31770
31771 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
31772 (gdb-find-file-hook): Add server prefix.
31773
31774 2005-02-16 Richard M. Stallman <rms@gnu.org>
31775
31776 * replace.el (perform-replace): Pass new args to replace-highlight.
31777 (replace-highlight): Take region args,
31778 and pass them to isearch-lazy-highlight-new-loop.
31779
31780 * novice.el (disabled-command-hook): Autoload the defalias
31781 and the make-obsolete-variable call.
31782
31783 * menu-bar.el (menu-bar-select-frame): FRAME defaults to selected.
31784
31785 * isearch.el (isearch-lazy-highlight-start-limit)
31786 (isearch-lazy-highlight-end-limit): New variables limit
31787 the region for highlighting.
31788 (isearch-lazy-highlight-new-loop): New args BEG and END.
31789 (isearch-lazy-highlight-search): Use the new vars.
31790 (isearch-lazy-highlight-update): Likewise.
31791
31792 * dired.el (dired-build-subdir-alist): Bind buffer-undo-list to t.
31793
31794 * cus-start.el (all): Use default-boundp.
31795
31796 2005-02-15 David Casperson <casper@unbc.ca> (tiny change)
31797
31798 * menu-bar.el (menu-bar-select-frame): Handle current frame.
31799
31800 2005-02-15 Luc Teirlinck <teirllm@auburn.edu>
31801
31802 * autorevert.el (auto-revert-stop-on-user-input)
31803 (auto-revert-verbose): Doc fixes.
31804
31805 2005-02-15 Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de>
31806
31807 * international/mule-cmds.el (set-locale-environment): Remove call
31808 to set-selection-coding-system on Windows.
31809
31810 2005-02-15 Jay Belanger <belanger@truman.edu>
31811
31812 * calc/calc-alg.el: Add simplification rules for calcFunc-sec,
31813 calcFunc-csc, calcFunc-cot, calcFunc-sech, calcFunc-csch, and
31814 calcFunc-coth.
31815 (math-simplify-sqrt): Add simplifications.
31816
31817 * calc/calc-arith.el (math-real-if-arg-functions): Add functions
31818 to list.
31819
31820 * calc/calc-ext.el: Add functions to autoloads.
31821
31822 * calc/calc-math.el (calc-sec, calc-csc, calc-cot, calc-sech)
31823 (calc-csch, calc-coth, calcFunc-sec, calcFunc-csc, calcFunc-cot)
31824 (calcFunc-sech, calcFunc-csch, calcFunc-coth, math-sec-raw)
31825 (math-csc-raw, math-cot-raw): New functions.
31826
31827 * calc/calc-rules.el (calc-DistribRules, calc-NegateRules): Add rules.
31828
31829 * calc/calc-undo.el (calc-handle-undo): Remove prefix from
31830 the variable name in a message.
31831
31832 * calc/calc-units.el: Add simplification rules for calcFunc-sec,
31833 calcFunc-csc, calcFunc-cot.
31834
31835 * calc/calcalg2.el: Add derivative and integration rules for
31836 calcFunc-sec, calcFunc-csc, calcFunc-cot, calcFunc-sech,
31837 calcFunc-csch, calcFunc-coth.
31838 (math-do-integral-methods): Add to checks for when to use
31839 substitutions.
31840
31841 * calc/calccomp.el (math-eqn-special-funcs): Add functions to list.
31842
31843 2005-02-15 Lute Kamstra <lute@gnu.org>
31844
31845 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
31846 Add ;;;###autoload to `outline-regexp'. Suggested by Stefan Monnier
31847 <monnier@iro.umontreal.ca>.
31848 (lisp-outline-level): Improve efficiency. Suggested by David
31849 Kastrup <dak@gnu.org>.
31850
31851 2005-02-15 Nick Roberts <nickrob@snap.net.nz>
31852
31853 * progmodes/gdb-ui.el (gdb-find-file-unhook): New variable.
31854 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1)
31855 (gdb-set-gud-minor-mode-existing-buffers): New functions.
31856 (gdb-find-file-hook): New hook. Add it to find-file-hook.
31857 (gdb-info-breakpoints-custom, gdb-source-info): Simplify.
31858
31859 2005-02-14 Luc Teirlinck <teirllm@auburn.edu>
31860
31861 * cus-start.el (all): Comment change.
31862
31863 2005-02-14 Lute Kamstra <lute@gnu.org>
31864
31865 * cus-start.el (all): Check if symbol is void.
31866
31867 2005-02-14 Carsten Dominik <dominik@science.uva.nl>
31868
31869 * textmodes/reftex-cite.el (reftex-do-citation): Cleanup single
31870 optional argument to \cite.
31871
31872 2005-02-14 Richard M. Stallman <rms@gnu.org>
31873
31874 * cus-edit.el (custom-buffer-create-internal): Update help message.
31875 (custom-magic-alist): Update help messages.
31876
31877 * cus-start.el (all): Allow a var to specify a standard value.
31878
31879 2005-02-12 Luc Teirlinck <teirllm@auburn.edu>
31880
31881 * custom.el (custom-theme-set-variables): Handle variable aliases.
31882
31883 * frame.el (blink-cursor-timer): Doc fix.
31884 (blink-cursor): Make it an alias for `blink-cursor-mode' and
31885 declare obsolete.
31886 (blink-cursor-mode): Define with defcustom and use correct
31887 standard expression in that defcustom.
31888 * startup.el (command-line): Adapt to above changes in frame.el.
31889
31890 2005-02-11 Lute Kamstra <lute@gnu.org>
31891
31892 * apropos.el (apropos-score-doc): Prevent division by zero.
31893
31894 2005-02-11 Ulf Jasper <ulf.jasper@web.de>
31895
31896 * calendar/icalendar.el (icalendar--get-event-property): Doc fix.
31897 (icalendar--get-event-property-attributes)
31898 (icalendar--get-event-properties)
31899 (icalendar--datetime-to-diary-date): New functions.
31900 (icalendar--split-value): Doc fix.
31901 (icalendar--datetime-to-noneuropean-date)
31902 (icalendar--datetime-to-european-date): New optional argument
31903 SEPARATOR. Return result as a string instead of a list.
31904 (icalendar--get-weekday-number): Check if ABBREVWEEKDAY is nil.
31905 (icalendar--convert-string-for-export): Rename arg S to STRING.
31906 (icalendar-export-region): Doc fix. Change name of error buffer.
31907 Save output buffer.
31908 (icalendar-import-file): Add blank at end of prompt.
31909 (icalendar-import-buffer): Doc fix. Do not switch to error
31910 buffer. Indicate status in return value.
31911 (icalendar--convert-ical-to-diary): Doc fix. Change name of error
31912 buffer. Save output buffer. Handle exception from recurrence
31913 rules (EXDATE, EXRULE). Handle start- and end-date of recurring
31914 events. Fix problems with weekly all-day events.
31915
31916 2005-02-10 Richard M. Stallman <rms@gnu.org>
31917
31918 * simple.el (eval-expression-print-format):
31919 Avoid warning about edebug-active.
31920
31921 * help.el (help-for-help-internal): Rename from help-for-help.
31922 (help-for-help): Define with defalias.
31923
31924 * font-core.el (font-lock-default-function): Use with-no-warnings.
31925
31926 * cus-edit.el (custom-buffer-create-internal): Improve help-echo.
31927
31928 * custom.el (defface): Doc fix.
31929
31930 2005-02-10 Nick Roberts <nickrob@snap.net.nz>
31931
31932 * progmodes/gdb-ui.el (gdb-ann3): Re-instate GDB command "set
31933 width 0" to prevent word wrapping problems.
31934
31935 2005-02-09 Kim F. Storm <storm@cua.dk>
31936
31937 * ido.el (ido-file-extensions-order): New defcustom.
31938 (ido-file-extension-lessp, ido-file-extension-aux)
31939 (ido-file-extension-order): New advanced file ordering.
31940 (ido-file-lessp): New simple file ordering.
31941 (ido-sort-list): Remove.
31942 (ido-make-file-list): Use ido-file-lessp or ido-file-extension-lessp.
31943 (ido-make-dir-list, ido-completion-help): Use ido-file-lessp.
31944
31945 2005-02-08 Dan Nicolaescu <dann@ics.uci.edu>
31946
31947 * progmodes/grep.el (grep-regexp-alist): Match an optional ^[[K
31948 that some versions of grep produce.
31949 (grep-mode-font-lock-keywords): Likewise.
31950
31951 2005-02-09 Nick Roberts <nickrob@snap.net.nz>
31952
31953 * progmodes/gdb-ui.el (gdb-location-list): New variable.
31954 (gdb-cdir): Delete.
31955 (gdb-info-breakpoints-custom, gdb-goto-breakpoint)
31956 (gdb-source-info): Treat case when source file is in another
31957 directory properly.
31958 (gdb-get-location): New function.
31959
31960 2005-02-07 Jay Belanger <belanger@truman.edu>
31961
31962 * calc/calc-prog.el (calc-write-parse-table-part)
31963 (calc-fix-token-name): Fix a check for language type.
31964
31965 * calc/calccomp.el (math-compose-expr): Fix a check for language type.
31966
31967 2005-02-07 Andre Spiegel <spiegel@gnu.org>
31968
31969 * vc-hooks.el (vc-make-version-backup): Ignore file-errors such
31970 as directory not writable.
31971
31972 2005-02-07 Kim F. Storm <storm@cua.dk>
31973
31974 * emulation/cua-base.el (cua-max-undo, cua-undo): Remove.
31975 (cua--standard-movement-commands): Remove list.
31976 Instead, set CUA property value to move for movement commands.
31977 (cua-movement-commands): Remove. Users must set CUA prop instead.
31978 (cua--pre-command-handler): Check CUA property.
31979 (cua--init-keymaps): Don't remap undo commands.
31980 (cua-mode): Don't call cua--rectangle-on-off.
31981
31982 * emulation/cua-rect.el (cua--undo-list, cua--tidy-undo-counter)
31983 (cua--rect-undo, cua--tidy-undo-lists, cua--rectangle-on-off): Remove.
31984 (cua--rect-undo-set-point): New var.
31985 (cua--rectangle-undo-boundary): Setup undo apply entry.
31986 (cua--rect-undo-handler): New function for rectangle undo.
31987 (cua--rect-start-position, cua--rect-end-position): Add.
31988 (cua--rectangle-post-command): Call cua--rectangle-set-corners
31989 for restored rectangle. Set point if cua--rect-undo-set-point.
31990
31991 2005-02-06 Jay Belanger <belanger@truman.edu>
31992
31993 * calc/calc-lang.el (calc-tex-language): Display more information
31994 in messages.
31995
31996 * calc/calccomp.el (math-compose-expr): Allow multiline matrices
31997 in TeX mode.
31998
31999 2005-02-06 Richard M. Stallman <rms@gnu.org>
32000
32001 * emacs-lisp/lisp.el (buffer-end): Doc fix.
32002
32003 2005-02-05 Arne J\e,Ax\e(Brgensen <arne@arnested.dk> (tiny change)
32004
32005 * net/ldap.el (ldap-search-internal): Support attributes with
32006 optional descriptions separated by a semi-colon, as in
32007 "userCertificate;binary".
32008
32009 2005-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
32010
32011 * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
32012 isn't a cons (i.e. the version is 0).
32013
32014 2005-02-05 Eli Zaretskii <eliz@gnu.org>
32015
32016 * help.el (help-for-help): Doc fix.
32017
32018 2005-02-05 Nick Roberts <nickrob@snap.net.nz>
32019
32020 * progmodes/gdb-ui.el: Update copyright. Put GDB-Frames before
32021 GDB-Windows on the menu-bar as this works better.
32022
32023 2005-02-04 Jay Belanger <belanger@truman.edu>
32024
32025 * calc/calc-embed.el (calc-embedded-update): Don't put in
32026 unnecessary newlines. Adjust the end of formula marker.
32027
32028 * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments.
32029 (math-latex-parse-two-args): New function.
32030
32031 2005-02-03 Lute Kamstra <lute@gnu.org>
32032
32033 * help-fns.el (help-with-tutorial): Make sure that users cannot
32034 remove the entire text of the tutorial by means of `undo'.
32035
32036 2005-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
32037
32038 * textmodes/ispell.el (ispell-internal-change-dictionary): Fix problem
32039 in recent changes, where the ispell process was repeatedly
32040 killed & restarted.
32041
32042 * international/mule-cmds.el (set-locale-environment): Set file-name
32043 coding system to utf-8 on Darwin systems.
32044 (set-default-coding-systems): Don't set default-file-name-coding-system
32045 on Darwin systems.
32046
32047 2005-02-03 Richard M. Stallman <rms@gnu.org>
32048
32049 * hi-lock.el (hi-lock-mode): Turning on Hi-Lock turns on Font-Lock.
32050
32051 2005-02-03 Matt Hodges <MPHodges@member.fsf.org>
32052
32053 * faces.el (list-faces-display): Add optional argument.
32054
32055 2005-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
32056
32057 * font-core.el (font-lock-default-function): Handle the rare case where
32058 only font-lock-keywords is set.
32059
32060 2005-02-02 Kenichi Handa <handa@m17n.org>
32061
32062 * international/characters.el: Cancel previous change for
32063 I-WITH-DOT-ABOVE and DOTLESS-i.
32064
32065 * international/latin-5.el: Cancel previous change.
32066
32067 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
32068
32069 * progmodes/gud.el: Correction to syntax in gud-menu-map.
32070
32071 2005-02-02 Kenichi Handa <handa@m17n.org>
32072
32073 * international/latin-5.el (tbl): Setup cases of I-WITH-DOT-ABOVE,
32074 DOTLESS-i.
32075
32076 * international/characters.el: Setup cases of GREEK-FINAL-SIGMA,
32077 Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i.
32078
32079 * case-table.el (get-upcase-table): New function.
32080 (copy-case-table): Copy upcaes table too if non-nil.
32081 (set-case-syntax-delims): Maintain upcase table too.
32082 (set-case-syntax-pair): Likewise.
32083 (set-upcase-syntax, set-downcase-syntax): New functions.
32084 (set-case-syntax): Maintain upcase table too.
32085
32086 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
32087
32088 * progmodes/gdb-ui.el (gdb-goto-info): Delete.
32089
32090 * progmodes/gud.el (gud-goto-info): New function.
32091 (gud-tool-bar-map): Use correct icon.
32092
32093 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
32094
32095 * emacs-lisp/lisp-mode.el (lisp-indent-function): Fix bug:
32096 When delegating, order args in the funcall correctly.
32097
32098 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
32099
32100 * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
32101
32102 2005-02-01 Carsten Dominik <dominik@science.uva.nl>
32103
32104 * textmodes/reftex.el (reftex-access-scan-info): Error out in a
32105 buffer not visiting a file.
32106
32107 2005-01-31 Jay Belanger <belanger@truman.edu>
32108
32109 * calc/calc-embed.el (calc-embedded-find-bounds): Set the formula
32110 bound on the line with the formula.
32111
32112 2005-01-31 Kim F. Storm <storm@cua.dk>
32113
32114 * ses.el (ses-create-cell-variable-range)
32115 (ses-destroy-cell-variable-range, ses-reset-header-string)
32116 (ses-set-with-undo, ses-unset-with-undo, ses-aset-with-undo)
32117 (ses-insert-row): Fix format of apply undo entries.
32118
32119 2005-01-31 Jay Belanger <belanger@truman.edu>
32120
32121 * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX
32122 parts.
32123
32124 * calc/calc-embed.el (calc-embedded-open-formula)
32125 (calc-embedded-close-formula): Ignore matrix environments.
32126
32127 * calc/calc-ext.el (math-read-big-expr): Make LaTeX the default
32128 TeX mode.
32129
32130 * calc/calc-lang.el (math-function-table, math-oper-table)
32131 (math-variable-table): Adjust the LaTeX portions.
32132
32133 * calc/calc.el (math-tex-ignore-words): Remove LaTeX portion.
32134 (math-latex-ignore-words): New constant.
32135
32136 2005-01-31 Richard M. Stallman <rms@gnu.org>
32137
32138 * textmodes/ispell.el (ispell-local-dictionary-overridden): New var.
32139 (ispell-local-dictionary): Doc fix.
32140 (ispell-dictionary-alist): Don't include ispell-local-dictionary-alist.
32141 Don't reinitialize at run time. Don't defcustom.
32142 All uses changed to append ispell-local-dictionary-alist,
32143 or check it first.
32144 (ispell-current-dictionary): New variable for dictionary in use.
32145 (ispell-dictionary): Now used only for global default.
32146 (ispell-start-process): Set ispell-current-dictionary,
32147 not ispell-dictionary.
32148 (ispell-change-dictionary): Use this only for setting
32149 user preferences.
32150 (ispell-internal-change-dictionary): New function
32151 to change the current dictionary in use.
32152 (ispell-region, ispell-process-line, ispell-buffer-local-dict):
32153 Use ispell-current-dictionary.
32154 Handle ispell-local-dictionary-overridden.
32155 (ispell-buffer-local-dict): Call ispell-internal-change-dictionary.
32156
32157 2005-01-31 Jay Belanger <belanger@truman.edu>
32158
32159 * calc/calc-aent.el (math-read-token): Add support for LaTeX.
32160
32161 * calc/calc-ext.el: Add calc-latex-language to autoloads.
32162 (calc-mode-map): Add calc-latex-language.
32163
32164 * calc/calc-lang.el (calc-latex-language, math-latex-parse-frac)
32165 (math-latex-print-frac): New functions.
32166 (math-oper-table, math-function-table, math-variable-table)
32167 (math-complex-format, math-input-filter): Add latex properties.
32168 (calc-set-language): Set math-expr-special-function-mapping.
32169
32170 * calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name)
32171 (calc-write-parse-table-part): Add LaTeX support.
32172
32173 * calc/calc.el (calc-language): Adjust docstring.
32174 (calc-set-mode-line): Add LaTeX support.
32175 (math-expr-special-function-mapping): New variable.
32176 (math-tex-ignore-words): Add to list.
32177
32178 * calc/calccomp.el (math-compose-expr, math-compose-rows):
32179 Add LaTeX support.
32180 (math-compose-expr): Add support for special functions.
32181
32182 * calc/calc-help.el (calc-d-prefix-help): Add LaTeX.
32183
32184 2005-01-31 Nick Roberts <nickrob@snap.net.nz>
32185
32186 * progmodes/gdb-ui.el (gdb-memory-address)
32187 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit)
32188 (gdb-memory-mode-map, gdb-memory-format-keymap)
32189 (gdb-memory-format-menu, gdb-memory-unit-keymap)
32190 (gdb-memory-unit-menu): New variables for a buffer
32191 that lets the user examine program memory.
32192 (gdb-memory-set-address, gdb-memory-set-repeat-count)
32193 (gdb-memory-format-binary, gdb-memory-format-octal)
32194 (gdb-memory-format-unsigned, gdb-memory-format-signed)
32195 (gdb-memory-format-hexadecimal, gdb-memory-format-menu)
32196 (gdb-memory-format-menu-1, gdb-memory-unit-giant)
32197 (gdb-memory-unit-word, gdb-memory-unit-halfword)
32198 (gdb-memory-unit-byte, gdb-memory-unit-menu)
32199 (gdb-memory-unit-menu-1, gdb-make-header-line-mouse-map)
32200 (gdb-memory-mode, gdb-memory-buffer-name)
32201 (gdb-display-memory-buffer, gdb-frame-memory-buffer):
32202 New functions for above buffer.
32203
32204 2005-01-30 Richard M. Stallman <rms@gnu.org>
32205
32206 * cus-edit.el (custom-bury-buffer): Function deleted.
32207 (custom-buffer-done-function): Option deleted.
32208 (custom-buffer-done-kill): New replacement option.
32209 (Custom-buffer-done): Call quit-window.
32210 (custom-buffer-create-internal): Update for above changes.
32211
32212 2005-01-29 Luc Teirlinck <teirllm@auburn.edu>
32213
32214 * simple.el (undo-ask-before-discard): New var.
32215 (undo-outer-limit-truncate): Implement it.
32216 (undo-extra-outer-limit): Doc update.
32217
32218 2005-01-29 Richard M. Stallman <rms@gnu.org>
32219
32220 * ses.el (undo-more): Delete defadvice.
32221 (ses-begin-change): Doc fix.
32222
32223 * dired.el (dired-mode-map): Remap `undo' and `advertised-undo'
32224 instead of rebinding C-x u and C-_.
32225
32226 * files.el (normal-backup-enable-predicate): Return nil for files
32227 in /tmp, regardless of temporary-file-directory.
32228
32229 * man.el (Man-getpage-in-background): Disable undo in Man buffer.
32230
32231 * rect.el (delete-rectangle-line, delete-extract-rectangle-line)
32232 (open-rectangle, delete-whitespace-rectangle-line)
32233 (clear-rectangle-line): If FILL, pass t instead of FILL
32234 for move-to-column's 2nd arg.
32235
32236 * simple.el (undo): Fix the test for continuing a series of undos.
32237 (undo-more): Set pending-undo-list to t when we reach end.
32238 (pending-undo-list): Move up defvar.
32239
32240 * wid-edit.el (widget-button-click):
32241 Shorten the range of the track-mouse binding.
32242
32243 * comint.el (comint-insert-input): Undo previous changes;
32244 use last-input-event in interactive spec.
32245
32246 2005-01-29 Eli Zaretskii <eliz@gnu.org>
32247
32248 * progmodes/compile.el (compilation-start): Bind buffer-read-only
32249 to nil before invoking call-process. Reset buffer's modified flag
32250 after fontifying it in the no-async branch.
32251
32252 * wid-edit.el (widget-specify-button): If mouse pointer shape
32253 cannot be changed, use mouse face instead.
32254
32255 2005-01-29 Nick Roberts <nickrob@snap.net.nz>
32256
32257 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
32258 (gdb-goto-breakpoint): Make breakpoint handling work on template
32259 functions in C++. Reported by Martin Reed <mjreed@essex.ac.uk>.
32260 (gdb-assembler-custom): Update to recognize breakpoint information
32261 added on 2005-01-19.
32262
32263 2005-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
32264
32265 * progmodes/scheme.el (scheme-mode-variables): Set comment-add.
32266 (dsssl-mode): Use define-derived-mode.
32267 (scheme-mode-initialize): Remove.
32268 (scheme-mode): Use run-mode-hooks.
32269
32270 * cus-edit.el (customize-group-other-window)
32271 (custom-buffer-create-other-window): Don't override special-display-*.
32272 (custom-mode-map): Make it dense.
32273
32274 * emacs-lisp/lisp-mode.el (eval-defun-1): Make sure `defvar' always
32275 sets the default value.
32276
32277 2005-01-28 Eli Zaretskii <eliz@gnu.org>
32278
32279 * descr-text.el: Add more keywords.
32280
32281 2005-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
32282
32283 * speedbar.el: Avoid unnecessary use of locate-library.
32284
32285 * international/mule-cmds.el (standard-display-european-internal):
32286 Don't fiddle with latin-1 non-break space any more since it's now
32287 special cased in the C code.
32288 Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
32289
32290 2005-01-26 Luc Teirlinck <teirllm@auburn.edu>
32291
32292 * cus-start.el (all): Add `undo-outer-limit'.
32293
32294 2005-01-25 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
32295
32296 * textmodes/bibtex.el (bibtex-format-entry):
32297 Use `bibtex-empty-field-re' only on the text of fields, not on entire
32298 field lines.
32299 (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
32300 not on part of a buffer.
32301
32302 2005-01-25 Lute Kamstra <lute@gnu.org>
32303
32304 * textmodes/bibtex.el (bibtex-empty-field-re): Don't match
32305 nonempty field text strings like "{letters\\macro{}more letters}".
32306 Clarify docstring.
32307 (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
32308 (bibtex-entry-offset, bibtex-parse-association)
32309 (bibtex-parse-field-name): Fix typos in docstrings.
32310 (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
32311
32312 2005-01-24 Carsten Dominik <dominik@science.uva.nl>
32313
32314 * textmodes/reftex-global.el (reftex-isearch-push-state-function)
32315 (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
32316 (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
32317 (reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.
32318
32319 * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
32320 isearch minor mode.
32321
32322 2005-01-24 Luc Teirlinck <teirllm@auburn.edu>
32323
32324 * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie.
32325
32326 2005-01-24 Lute Kamstra <lute@gnu.org>
32327
32328 * textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the
32329 CASECHARS and NOT-CASECHARS regular expressions of the
32330 "nederlands" and "nederlands8" dictionaries to prevent a "Range
32331 striding over charsets" error.
32332
32333 2005-01-24 Jay Belanger <belanger@truman.edu>
32334
32335 * calc/calc-store.el (calc-declare-variable): Use calc-var-name to
32336 display variable name.
32337
32338 2005-01-24 Kenichi Handa <handa@m17n.org>
32339
32340 * international/encoded-kb.el (encoded-kbd-iso2022-single-shift):
32341 Fix setting of the element of encoded-kbd-iso2022-invocations.
32342
32343 2005-01-24 Nick Roberts <nickrob@snap.net.nz>
32344
32345 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
32346 (gdb-threads-select): Change to also accept mouse events.
32347 (gdb-mouse-goto-breakpoint, gdb-frames-mouse-select)
32348 (gdb-threads-mouse-select): Delete.
32349
32350 2005-01-23 Luc Teirlinck <teirllm@auburn.edu>
32351
32352 * files.el (insert-directory): Take care of empty directory,
32353 listed without -a switch.
32354
32355 2005-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
32356
32357 * textmodes/refill.el (refill-post-command-function):
32358 Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
32359 to the list of functions that we should be careful not to undo.
32360 (refill-late-fill-paragraph-function): Remove.
32361 (refill-saved-state): New var.
32362 (refill-mode): Use it to save fill-paragraph-function.
32363 Save also the value of auto-fill-function.
32364
32365 * term/w32-win.el: Simplify code.
32366
32367 2005-01-23 Kim F. Storm <storm@cua.dk>
32368
32369 * simple.el (line-move): Adapt to new return value from
32370 pos-visible-in-window-p.
32371
32372 * simple.el (line-move): Fix last change. Check partial
32373 visibility at point rather than at window-start.
32374
32375 2005-01-22 Jason Rumney <jasonr@gnu.org>
32376
32377 * term/w32-win.el (xw-defined-colors): Remove debug-message.
32378
32379 2005-01-22 David Kastrup <dak@gnu.org>
32380
32381 * progmodes/grep.el: Add alias `find-grep' for `grep-find'.
32382
32383 2005-01-22 Eli Zaretskii <eliz@gnu.org>
32384
32385 * type-break.el (type-break-mode): Add a test for
32386 type-break-file-name being non-nil.
32387
32388 2005-01-22 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
32389
32390 * net/eudc.el (top level): Call (message "") via progn, so that
32391 eudc-options-file is loaded.
32392
32393 2005-01-22 Kim F. Storm <storm@cua.dk>
32394
32395 * simple.el (line-move-1): Rename from line-move.
32396 (line-move): New function that adjusts vscroll for partially
32397 visible rows, and calls line-move-1 otherwise.
32398
32399 2005-01-21 Ren\e,Ai\e(B Kyllingstad <listmailxemacs@kyllingstad.com>
32400
32401 * pcomplete.el: Define pcomplete-read-event instead of read-event,
32402 since it's not a complete read-event implementation
32403
32404 2005-01-20 Jay Belanger <belanger@truman.edu>
32405
32406 * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg
32407 for called function.
32408
32409 2005-01-20 Steven Tamm <steventamm@mac.com>
32410
32411 * term/mac-win.el (process-connection-type): Remove.
32412 Controlled now by s/darwin.h:PTY_ITERATION.
32413
32414 2005-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
32415
32416 * window.el (handle-select-window): Don't switch window when we're
32417 in the minibuffer.
32418
32419 2005-01-10 Paul Pogonyshev <pogonyshev@gmx.net>
32420
32421 * subr.el (dotimes-with-progress-reporter): New macro.
32422
32423 * ses.el (ses-dotimes-msg): Remove macro.
32424 Use `dotimes-with-progress-reporter' instead.
32425
32426 2005-01-19 Steven Tamm <steventamm@mac.com>
32427
32428 * term/mac-win.el (process-connection-type): Use new
32429 operating-system-release variable to use ptys on Darwin 7 (OS X
32430 10.3) when using carbon build.
32431
32432 2005-01-19 Jay Belanger <belanger@truman.edu>
32433
32434 * calc/calc-ext.el (calc-fancy-prefix-other-key): Don't clear
32435 flags if the last command was a tab or M-tab.
32436
32437 * calc/calc-prog.el (calc-user-define-edit): Put original formula
32438 in formula editing buffer.
32439
32440 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
32441
32442 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Add help-echo for
32443 breakpoint image symbol in margin.
32444
32445 2005-01-19 Jay Belanger <belanger@truman.edu>
32446
32447 * calc/calc-prog.el (calc-execute-kbd-macro):
32448 Ignore calc-keep-arg-flag.
32449
32450 2005-01-19 Kenichi Handa <handa@m17n.org>
32451
32452 * textmodes/ispell.el (ispell-looking-at): New function.
32453 (ispell-process-line): Use ispell-looking-at to compare the ispell
32454 output and the buffer contents.
32455
32456 2005-01-18 Jay Belanger <belanger@truman.edu>
32457
32458 * calc/calc.el (calc-display-raw): Fix docstring.
32459
32460 2005-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
32461
32462 * simple.el (blink-matching-open): Strip extra info from syntax.
32463
32464 * progmodes/sh-script.el (sh-here-doc-open-re): Don't allow | or other
32465 funny chars in the end-of-here-doc marker.
32466
32467 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
32468
32469 * progmodes/gdb-ui.el (gdb-put-string): Copy/create strings so
32470 that enable/disabled state of breakpoints is shown correctly in
32471 fringe and on ttys.
32472 (gdb-put-breakpoint-icon, gdb-info-breakpoints-custom):
32473 Add breakpoint information as text properties.
32474 (gdb-mouse-toggle-breakpoint):
32475 Rename to gdb-mouse-set-clear-breakpoint.
32476 (gdb-mouse-toggle-breakpoint): New function. Enable/disable
32477 breakpoints in the margin.
32478 (gdb-remove-strings): Simplify.
32479
32480 2005-01-17 Jay Belanger <belanger@truman.edu>
32481
32482 * calc/calc-yank.el (calc-edit-mode): Inhibit read-only when
32483 erasing buffer.
32484
32485 2005-01-17 Richard M. Stallman <rms@gnu.org>
32486
32487 * progmodes/grep.el (grep-find): Copy from `grep' the condition
32488 for calling grep-compute-defaults.
32489
32490 * play/decipher.el (decipher-mode): Don't call decipher-read-alphabet
32491 if buffer is empty.
32492
32493 * emacs-lisp/lisp.el (backward-kill-sexp, kill-sexp): Doc fixes.
32494
32495 2005-01-17 Stefan Monnier <monnier@iro.umontreal.ca>
32496
32497 * hilit-chg.el (highlight-changes-mode): Don't autoload.
32498
32499 * bindings.el (mode-line-mode-menu): Use bound-and-true-p for all the
32500 non-preloaded variables.
32501
32502 2005-01-17 Steven Tamm <steventamm@mac.com>
32503
32504 * textmodes/tex-mode.el (tex-start-shell): Adding -i to the
32505 tex-shell cause to force interactivity when using pipes.
32506
32507 2005-01-17 Kim F. Storm <storm@cua.dk>
32508
32509 * simple.el (just-one-space): Make arg optional.
32510
32511 2005-01-17 Nick Roberts <nickrob@snap.net.nz>
32512
32513 * xt-mouse.el (xterm-mouse-event): Set new optional fourth arg in
32514 posn-at-x-y to t to access left-margin.
32515
32516 2005-01-16 Michael Albinus <michael.albinus@gmx.de>
32517
32518 Sync with Tramp 2.0.47.
32519
32520 * net/tramp.el (tramp-operation-not-permitted-regexp) New defcustom,
32521 catching keep-date problems in cp/scp operations.
32522 (tramp-handle-copy-file): Don't call `set-file-modes'
32523 unconditionally. Specialized functions should know better what is
32524 necessary. This improves performance a little bit, and the
32525 functions could catch errors with `cp -p' and `scp -p'.
32526 (tramp-do-copy-or-rename-file-via-buffer)
32527 (tramp-do-copy-or-rename-file-out-of-band): Call `set-file-modes'
32528 when appropriate.
32529 (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error.
32530 Call `set-file-modes' when appropriate.
32531 (tramp-action-out-of-band): Mask `scp -p' error. Reported by Isak
32532 Johnsson <isak@hypergene.com>.
32533 (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list
32534 of both Tramp buffer and debug buffer. Reported by Joakim Verona
32535 <joakim@verona.se>.
32536 (tramp-file-name-for-operation): Mark `shell-command' as magic for
32537 Emacs only.
32538
32539 * net/tramp-util.el (tramp-minor-mode): New minor mode. Add it to
32540 `find-file-hooks' and `dired-mode-hook'.
32541 (tramp-minor-mode-map): Respective map. Add remapping for
32542 `compile' and `recompile'.
32543 (tramp-remap-command, tramp-recompile): New defuns.
32544 (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode'
32545 in buffer "*Compilation*". Call the commands asynchronously.
32546
32547 * net/tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new)
32548 (tramp-vc-simple-command): Call `tramp-handle-shell-command' but
32549 `shell-command', because it isn't magic in XEmacs. Reported by
32550 Adrian Aichner <adrian@xemacs.org>.
32551
32552 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
32553 `substitute-in-file-name.
32554 (tramp-smb-handle-substitute-in-file-name): New defun.
32555 (tramp-smb-advice-PC-do-completion): Delete advice.
32556
32557 2005-01-16 Kai Grossjohann <kgrossjo@eu.uu.net>
32558
32559 * net/tramp.el (tramp-wait-for-output): Fix typo in echo processing.
32560 Fix error in deleting region.
32561
32562 2005-01-15 Richard M. Stallman <rms@gnu.org>
32563
32564 * emacs-lisp/lisp-mnt.el (lm-with-file): Use Lisp mode in temp buffer.
32565 In non-temp buffer, switch syntax table temporarily.
32566
32567 * emacs-lisp/lisp-mode.el (indent-pp-sexp): Doc fix.
32568
32569 * replace.el (occur-accumulate-lines, occur-engine): Avoid warnings.
32570
32571 * tar-mode.el (tar-extract): Bind buffer-undo-list to t.
32572
32573 * imenu.el (imenu--split-menu): Copy menulist before sorting.
32574 (imenu--generic-function): Use START, not BEG, as pos of definition.
32575
32576 * simple.el (just-one-space): Argument specifies number of spaces.
32577
32578 * simple.el (eval-expression-print-format): Avoid warning
32579 about edebug-active.
32580
32581 2005-01-15 James R. Van Zandt <jrvz@comcast.net> (tiny change)
32582
32583 * progmodes/sh-script.el: Code copied from make-mode.el
32584 with small changes,
32585 (sh-mode-map): Bind C-c C-\.
32586 (sh-backslash-column, sh-backslash-align): New variables.
32587 (sh-backslash-region, sh-append-backslash): New functions.
32588
32589 2005-01-15 Sergey Poznyakoff <gray@Mirddin.farlep.net>
32590
32591 * mail/rmail.el: Updated to work with movemail from GNU Mailutils
32592 (rmail-pop-password, rmail-pop-password-required): Move to
32593 rmail-obsolete group.
32594 (rmail-set-pop-password): Rename to rmail-set-remote-password.
32595 All callers updated.
32596 (rmail-get-pop-password): Rename to rmail-get-remote-password.
32597 Take an argument specifying whether it is POP or IMAP mailbox we
32598 are using. All callers updated.
32599 (rmail-pop-password-error): Rename to
32600 rmail-remote-password-error. Added mailutils-specific error message.
32601 (rmail-movemail-search-path)
32602 (rmail-movemail-variant-in-use): New variables.
32603 (rmail-remote-password, rmail-remote-password-required):
32604 New customization variables.
32605 (rmail-probe, rmail-autodetect, rmail-movemail-variant-p): New funs.
32606 (rmail-parse-url): New function.
32607 (rmail-get-new-mail, rmail-insert-inbox-text): Update for use
32608 with GNU mailutils movemail.
32609
32610 2005-01-15 Kevin Ryde <user42@zip.com.au>
32611
32612 * info-look.el (c-mode/symbol): Add ^` to prefix, and change
32613 suffix to space, $ or '$, to correctly position point when going
32614 to @table style constants like DBL_MAX.
32615
32616 2005-01-15 Jorgen Schaefer <forcer@forcix.cx> (tiny change)
32617
32618 * type-break.el (type-break-mode, type-break-file-time)
32619 (type-break-file-keystroke-count, type-break-choose-file):
32620 Don't store data in or load data from the file if type-break-file-name
32621 is nil.
32622 (type-break-file-name): Doc update as per the above.
32623
32624 2005-01-15 Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk> (tiny change)
32625
32626 * woman.el (woman-dired-define-key-maybe): If KEY is undefined,
32627 lookup-key might return nil; handle that.
32628
32629 2005-01-15 Alan Mackenzie <acm@muc.de>
32630
32631 * ebrowse.el (ebrowse-class-in-tree): Return the tail of the tree
32632 rather than the element found, thus enabling the tree to be setcar'd.
32633
32634 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
32635
32636 * textmodes/org.el (org-show-following-heading): New option.
32637 (org-show-hierarchy-above): Use `org-show-following-heading'.
32638 (org-cycle): Documentation fix.
32639
32640 * textmodes/org.el (orgtbl-optimized): New option
32641 (orgtbl-mode): New command, a minor mode.
32642 (orgtbl-mode-map): New variable.
32643 (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
32644 (orgtbl-error, orgtbl-self-insert-command)
32645 (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
32646
32647 * textmodes/org.el (org-mode): `org-table-may-need-update' is now
32648 a local variable in each org-mode buffer.
32649
32650 * textmodes/org.el (org-set-regexps-and-options): Rename from
32651 `org-set-regexps'. Added checking for STARTUP keyword.
32652 (org-get-current-options): Add STARTUP options.
32653 (org-table-insert-row): Make mode intelligent about when
32654 realignment is needed.
32655 (org-self-insert-command, org-delete-backward-char, org-delete-char):
32656 New commands.
32657 (org-enable-table-editor): New default value `optimized'.
32658 (org-table-blank-field): Support blanking regions if active.
32659
32660 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
32661
32662 * textmodes/reftex-cite.el (reftex-bib-sort-year): Catch the case
32663 if the year is not given.
32664
32665 * textmodes/reftex-ref.el (reftex-replace-prefix-escapes):
32666 Add new escapes %m and %M, fixed bug with %F by adding
32667 save-match-data.
32668 (reftex-reference): Remove ?. from list of spaces.
32669 (reftex-label-info): Add automatic label prefix recognition.
32670
32671 * textmodes/reftex-index.el (reftex-index-next-phrase):
32672 Add slave parameter to call of `reftex-index-this-phrase'.
32673 (reftex-index-this-phrase): New optional argument.
32674 (reftex-index-region-phrases): Add slave parameter to call of
32675 `reftex-index-this-phrase'.
32676 (reftex-display-index): New argument redo.
32677 (reftex-index-rescan): Add `redo' to arguments of
32678 `reftex-display-index'.
32679 (reftex-index-Rescan, reftex-index-revert)
32680 (reftex-index-switch-index-tag): Add `redo' to arguments of
32681 `reftex-display-index'.
32682 (reftex-index-make-phrase-regexp): Fix bug with case-sensitive
32683 indexing. Fix bug with matching is there is a quote before or
32684 after the word.
32685
32686 * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
32687 Fix bug when collecting citation keys in lines with comments.
32688 (reftex-citation): Prefix argument no longer rescans the document,
32689 but forces prompting for optional arguments of cite macros.
32690 (reftex-do-citation): Prompting for optional arguments implemented.
32691
32692 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
32693 Add optional arguments to most cite commands.
32694 (reftex-cite-cleanup-optional-args): New option
32695 (reftex-cite-prompt-optional-args): New option.
32696 (reftex-trust-label-prefix): New option.
32697
32698 * textmodes/reftex-toc.el (reftex-toc-find-section):
32699 Add push-mark before changing the position in the buffer.
32700
32701 * textmodes/reftex.el (reftex-prefix-to-typekey-alist): New variable.
32702 (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist.
32703
32704 2005-01-14 Nick Roberts <nickrob@snap.net.nz>
32705
32706 * xt-mouse.el (xterm-mouse-event): Compute window co-ordinates
32707 more carefully.
32708
32709 2005-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
32710
32711 * textmodes/sgml-mode.el (sgml-fill-nobreak): New fun.
32712 (sgml-mode): Use it.
32713 (sgml-get-context): Better keep track of implicitly closed tags.
32714
32715 2005-01-13 Kenichi Handa <handa@m17n.org>
32716
32717 * textmodes/ispell.el: These changes are to fix misalignment error
32718 caused by equivalent characters of different Emacs charsets.
32719 (ispell-unified-chars-table): New variable.
32720 (ispell-get-decoded-string): New function.
32721 (ispell-get-casechars, ispell-get-not-casechars)
32722 (ispell-get-otherchars): Call ispell-get-decoded-string.
32723
32724 2005-01-12 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
32725
32726 * custom.el (custom-declare-variable): Just put symbol instead
32727 of (defvar . symbol) in `current-load-list'.
32728
32729 2005-01-12 Reiner Steib <Reiner.Steib@gmx.de>
32730
32731 * emacs-lisp/elint.el: Fixed typo in Commentary section.
32732
32733 2005-01-12 Jay Belanger <belanger@truman.edu>
32734
32735 * calc/calc-help.el (calc-describe-key): Use temporary info buffer
32736 to create a Calc summary.
32737
32738 2005-01-12 Kim F. Storm <storm@cua.dk>
32739
32740 * mouse.el (mouse-on-link-p): Change functionality and doc
32741 string to comply with latest description in lisp ref.
32742
32743 2005-01-12 Nick Roberts <nickrob@snap.net.nz>
32744
32745 * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event):
32746 Enable mouse clicks on mode-line, header-line and margin.
32747 (event-type): Give mouse event symbols an `event-kind' property
32748 with value `mouse-click'.
32749
32750 2005-01-12 Juri Linkov <juri@jurta.org>
32751
32752 * facemenu.el (list-colors-display): Add new arg buffer-name.
32753 Use it. Fix docstring. Replace code for identifying duplicate
32754 colors by the name with call to `list-colors-duplicates' which
32755 identifies duplicate colors by the value unless the color
32756 is one of special Windows colors. Set truncate-lines to t.
32757 Print sorted duplicate color names on each line. Indent to 22
32758 \(the longest color name in rgb.txt) instead of 20. Optimize.
32759 (list-colors-duplicates): New function.
32760 (facemenu-color-name-equal): Delete function.
32761
32762 * facemenu.el (list-colors-print): New function created from code
32763 in list-colors-display. Print #RRGGBB at the window right edge.
32764 (list-colors-display): When temp-buffer-show-function is not
32765 defined, call list-colors-print from temp-buffer-show-hook
32766 to get the right value of window-width in list-colors-print
32767 after the buffer is displayed.
32768
32769 * simple.el (pop-mark): Move deactivate-mark out of conditional
32770 part to deactivate the active mark regardless of the state of the
32771 mark ring.
32772
32773 * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
32774 variables line in desktop files.
32775
32776 2005-01-12 Juri Linkov <juri@jurta.org>
32777
32778 * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
32779 Bring together isearch highlight related options.
32780 (lazy-highlight): Replace group `replace' by `matching'.
32781 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
32782 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
32783 (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
32784 and declare them obsolete.
32785 (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
32786 (isearch-faces): Remove defgroup.
32787 (isearch-overlay, isearch-highlight, isearch-dehighlight):
32788 Move isearch highlighting code closer to lazy highlighting code.
32789
32790 * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
32791 (query-replace-highlight, query-replace-lazy-highlight)
32792 (query-replace): Move definitions to the beginning of the file.
32793
32794 2005-01-11 Juri Linkov <juri@jurta.org>
32795
32796 * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm
32797 * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm
32798 * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
32799
32800 * info.el (Info-history-forward): New variable.
32801 (Info-select-node): Reset Info-history-forward to nil.
32802 (Info-last): Turn into defalias.
32803 (Info-history-back): Rename from Info-last.
32804 Add current node to Info-history-forward.
32805 (Info-history-forward): New fun.
32806 (Info-mode-map): Replace Info-last by Info-history-back.
32807 Bind Info-history-forward to "r".
32808 (Info-mode-menu): Replace Info-last by Info-history-back.
32809 Fix menu item text. Add menu item for Info-history-forward.
32810 (info-tool-bar-map): Replace Info-last by Info-history-back.
32811 Replace its icon "undo" by "back_arrow". Add icon "fwd_arrow"
32812 for Info-history-forward.
32813 (Info-mode): Replace Info-last by Info-history-back in docstring.
32814 Add local variable Info-history-forward.
32815 (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
32816
32817 2005-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
32818
32819 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
32820 (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
32821 Ignore select-window events rather than fiddle with
32822 mouse-autoselect-window.
32823
32824 2005-01-11 Matthew Mundell <matt@mundell.ukfsn.org>
32825
32826 * type-break.el (type-break-mode): Fix previous change.
32827
32828 2005-01-10 Jay Belanger <belanger@truman.edu>
32829
32830 * calc/calc-ext.el (calc-reset): Reset when inside embedded
32831 calculator; only reset when point is inside a calculator.
32832 Don't adjust the window height if the window takes up the whole height
32833 of the frame.
32834
32835 2005-01-10 Thien-Thi Nguyen <ttn@gnu.org>
32836
32837 * ebuff-menu.el (Electric-buffer-menu-mode):
32838 Preserve value of buffer-local var header-line-format.
32839
32840 2005-01-09 Jay Belanger <belanger@truman.edu>
32841
32842 * calc/calc.el (calc-mode-var-list-restore-saved-values):
32843 Make sure settings file exists before accessing it.
32844
32845 * calc/calc-embed.el (calc-embedded-subst):
32846 Replace math-multi-subst-rec, which is only supposed to be called
32847 by math-multi-subst, by math-multi-subst.
32848
32849 2005-01-09 Andre Spiegel <spiegel@gnu.org>
32850
32851 * vc.el (vc-allow-async-revert): New user option.
32852 (vc-disable-async-diff): New internal variable.
32853 (vc-revert-buffer): Use them to disable asynchronous diff.
32854
32855 * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
32856 (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
32857 asynchronously if vc-disable-async-diff is t.
32858
32859 2005-01-09 Jay Belanger <belanger@truman.edu>
32860
32861 * calc/calc.el (defcalcmodevar): New macro.
32862 (calc-mode-var-list-restore-default-values)
32863 (calc-mode-var-list-restore-saved-values): New functions.
32864 (calc-mode-var-list): Use defcalcmodevar to define it.
32865 (calc-always-load-extensions, calc-line-numbering)
32866 (calc-line-breaking, calc-display-just, calc-display-origin)
32867 (calc-number-radix, calc-leading-zeros, calc-group-digits)
32868 (calc-group-char, calc-point-char, calc-frac-format)
32869 (calc-prefer-frac, calc-hms-format, calc-date-format)
32870 (calc-float-format, calc-full-float-format, calc-complex-format)
32871 (calc-complex-mode, calc-infinite-mode, calc-display-strings)
32872 (calc-matrix-just, calc-break-vectors, calc-full-vectors)
32873 (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
32874 (calc-matrix-brackets, calc-language, calc-language-option)
32875 (calc-left-label, calc-right-label, calc-word-size)
32876 (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
32877 (calc-display-raw, calc-internal-prec, calc-angle-mode)
32878 (calc-algebraic-mode, calc-incomplete-algebraic-mode)
32879 (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
32880 (calc-window-height, calc-display-trail, calc-show-selections)
32881 (calc-use-selections, calc-assoc-selections)
32882 (calc-display-working-message, calc-auto-why, calc-timing)
32883 (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
32884 (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
32885 (calc-gnuplot-default-device, calc-gnuplot-default-output)
32886 (calc-gnuplot-print-device, calc-gnuplot-print-output)
32887 (calc-gnuplot-geometry, calc-graph-default-resolution)
32888 (calc-graph-default-resolution-3d, calc-invocation-macro)
32889 (calc-show-banner): Use defcalcmodevar to declare them and set
32890 their default values.
32891
32892 * calc/calc-ext.el (calc-reset): Restore saved values of variables
32893 instead of default values (but restore default values if there is
32894 an argument of 0).
32895
32896 2005-01-09 David Kastrup <dak@gnu.org>
32897
32898 * desktop.el (desktop-restore-eager): Fix typo in type.
32899
32900 2005-01-08 Richard M. Stallman <rms@gnu.org>
32901
32902 * cus-edit.el (customize): Delete :link.
32903
32904 2005-01-08 Jay Belanger <belanger@truman.edu>
32905
32906 * calc/calc.el (calc-mode): Remove the extension from the
32907 `calc-settings-file' file name when loading it.
32908
32909 2005-01-08 Kim F. Storm <storm@cua.dk>
32910
32911 * info.el (Info-mode-map, Info-next-link-keymap)
32912 (Info-prev-link-keymap, Info-up-link-keymap):
32913 Map follow-link to mouse-face.
32914 (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
32915
32916 2005-01-08 Jay Belanger <belanger@truman.edu>
32917
32918 * calc/calc.el (calc-settings-file): Change default value.
32919 Suggested by cgw in a comment in calc-mode.el.
32920
32921 * calc/calc-mode.el (calc-settings-file-name):
32922 Compare calc-settings-file to user-init-file instead of ~/.emacs.
32923 Replace ~/.emacs in a prompt by calc-settings-file.
32924
32925 2005-01-07 Lars Hansen <larsh@math.ku.dk>
32926
32927 * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
32928 (desktop-lazy-idle-delay): New customizable variables.
32929 (desktop-buffer-args-list): New variable.
32930 (desktop-append-buffer-args): New function.
32931 (desktop-save): Call desktop-append-buffer-args for some buffers.
32932 (desktop-lazy-create-buffer): New function.
32933 (desktop-idle-create-buffers): New function.
32934 (desktop-read): Add message about buffers to restore lazily.
32935 (desktop-lazy-abort): New command.
32936 (desktop-clear): Call desktop-lazy-abort.
32937 (desktop-lazy-complete): New command.
32938
32939 2005-01-06 Richard M. Stallman <rms@gnu.org>
32940
32941 * emacs-lisp/find-func.el (find-face-definition):
32942 Rename from find-face.
32943
32944 2005-01-06 Kim F. Storm <storm@cua.dk>
32945
32946 * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
32947
32948 * man.el (Man-xref-man-page, Man-xref-header-file)
32949 (Man-xref-normal-file): Add follow-link property.
32950
32951 2005-01-06 Jay Belanger <belanger@truman.edu>
32952
32953 * calc/calc-units.el: Make sure the proper macro definitions are
32954 available when compiling.
32955
32956 2005-01-06 Juri Linkov <juri@jurta.org>
32957
32958 * isearch.el (isearch-lazy-highlight-update):
32959 Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
32960
32961 2005-01-06 Miles Bader <miles@gnu.org>
32962
32963 * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
32964 (isearch-lazy-highlight-face): Use new name.
32965
32966 2005-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
32967
32968 * uniquify.el (uniquify-rationalize-file-buffer-names):
32969 Re-add an interactive spec.
32970 (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
32971 to the same name.
32972
32973 * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
32974 (isearch-update, isearch-done): Adjust calls accordingly.
32975
32976 2005-01-05 Richard M. Stallman <rms@gnu.org>
32977
32978 * custom.el (custom-set-variables, custom-theme-set-variables):
32979 Clarify documentation.
32980
32981 * emacs-lisp/find-func.el (find-variable)
32982 (find-variable-other-window, find-variable-other-frame):
32983 Fix the TYPE args to find-function-read and find-function-do-it.
32984 (find-function): Doc fix.
32985 (find-function-at-point): Replace function-at-point alias.
32986
32987 2005-01-04 Richard M. Stallman <rms@gnu.org>
32988
32989 * cus-face.el (custom-declare-face):
32990 Record defface in current-load-list.
32991
32992 * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
32993
32994 * emacs-lisp/find-func.el: Doc fixes.
32995 (find-face-regexp): New variable.
32996 (find-function-regexp-alist): New variable.
32997 (find-function-C-source): Third arg is now TYPE.
32998 (find-function-search-for-symbol): Handle general TYPE.
32999 (find-function-read, find-function-do-it): Handle general TYPE.
33000 (find-definition-noselect, find-face): New functions.
33001 (function-at-point): Alias deleted.
33002
33003 2005-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
33004
33005 * battery.el (display-battery-mode): Rename from display-battery.
33006 Handle the case where it gets turned off.
33007
33008 2005-01-04 Richard M. Stallman <rms@gnu.org>
33009
33010 * cus-edit.el (customize): Make :link point to user doc.
33011
33012 * man.el (Man-fontify-manpage): Turn off undo generation.
33013
33014 * add-log.el (change-log-font-lock-keywords): Don't match just "From".
33015
33016 2005-01-04 Andreas Schwab <schwab@suse.de>
33017
33018 * files.el (insert-directory): Only look for error lines in
33019 inserted text. Don't move too far after processing --dired markers.
33020
33021 2005-01-04 Richard M. Stallman <rms@gnu.org>
33022
33023 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
33024 Don't expand if the character is @, period, dash, etc.
33025 (define-mail-abbrev): Quote names that contain problem characters.
33026
33027 2005-01-04 Thien-Thi Nguyen <ttn@gnu.org>
33028
33029 * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
33030
33031 2005-01-03 Richard M. Stallman <rms@gnu.org>
33032
33033 * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
33034 (query-replace-highlight, query-replace-lazy-highlight)
33035 (query-replace): Definitions moved up. Doc fix.
33036
33037 2005-01-03 Richard M. Stallman <rms@gnu.org>
33038
33039 * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
33040 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
33041 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
33042 (lazy-highlight-face): Rename from isearch-lazy-...
33043 Change all references to them.
33044
33045 2005-01-03 Luc Teirlinck <teirllm@auburn.edu>
33046
33047 * cus-edit.el (custom-file): Doc fix for defcustom.
33048 (custom-file): The function no longer sets the variable
33049 `custom-file' to its return value.
33050
33051 * startup.el (command-line): No longer load `custom-file'.
33052
33053 2005-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
33054
33055 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
33056
33057 * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
33058 Don't confuse module-prefixed identifiers for labels.
33059 Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
33060
33061 2005-01-02 Richard M. Stallman <rms@gnu.org>
33062
33063 * files.el (basic-save-buffer-1): Fix previous change.
33064
33065 * loadhist.el (file-loadhist-lookup): New function.
33066 (file-provides, file-requires): Use it.
33067
33068 * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
33069 instead of calculating the right size.
33070
33071 2005-01-02 Karl Chen <quarl@cs.berkeley.edu>
33072
33073 * vc-svn.el (vc-svn-diff): Stay local if possible.
33074
33075 2005-01-02 Stefan Monnier <monnier@iro.umontreal.ca>
33076
33077 * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
33078
33079 * files.el (hack-local-variables): Fix last change.
33080
33081 2005-01-02 Jay Belanger <belanger@truman.edu>
33082
33083 * calc/calc-yank.el (calc-edit-top): New variable.
33084 (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
33085 object. Change header properties.
33086 (calc-edit-finish, calc-edit-finish-stack-object)
33087 (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
33088 edited object.
33089 * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
33090 for the beginning of the edited object.
33091 * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
33092 for the beginning of the edited object.
33093 * calc/calc-prog.el (calc-edit-macro-finish-edit)
33094 (calc-finish-formula-edit, calc-macro-repeats)
33095 (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
33096 (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
33097 beginning of the edited object.
33098 (calc-user-define-edit): Change the header for editing macros.
33099 Remove unnecessary variable.
33100
33101 2005-01-01 Jay Belanger <belanger@truman.edu>
33102
33103 * calc/calc-yank.el (calc-edit-mode): Change default header.
33104 (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
33105 * calc/calc-store.el (calc-edit-variable): Change title to match new
33106 header.
33107 * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
33108 mode to match new header.
33109 (calc-user-define-edit): Change titles to include names of commands.
33110 (calc-finish-formula-edit): Adjust to handle new header.
33111 (calc-finish-macro-edit): Remove.
33112 (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
33113 (calc-edit-macro-command, calc-edit-macro-command-type)
33114 (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
33115 (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
33116 (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
33117 (calc-edit-macro-finish-edit): New functions.
33118 (calc-user-define-edit): Use new functions to edit named calc macros.
33119
33120 2005-01-01 Stefan Monnier <monnier@iro.umontreal.ca>
33121
33122 * files.el (hack-local-variables): Cleanup prefix/suffix matching.
33123
33124 * ses.el (copy-region-as-kill): Deactivate mark.
33125
33126 2005-01-01 Richard M. Stallman <rms@gnu.org>
33127
33128 * replace.el (occur-1): If the output buffer is also an input,
33129 don't kill it, rename it.
33130
33131 * faces.el (set-face-background, set-face-foreground): Doc fix.
33132
33133 * cus-face.el (custom-face-attributes): Fix :help-echo strings
33134 for :foreground and :background.
33135
33136 * dired.el (dired-view-command-alist): Variable deleted.
33137 (dired-view-file, dired-mouse-find-file-other-window):
33138 Delete the code to use it.
33139
33140 2005-01-01 Kim F. Storm <storm@cua.dk>
33141
33142 * image.el (insert-sliced-image): Use t for line-height property.
33143
33144 See ChangeLog.11 for earlier changes.
33145
33146 ;; Local Variables:
33147 ;; coding: iso-2022-7bit
33148 ;; add-log-time-zone-rule: t
33149 ;; End:
33150
33151 Copyright (C) 2005, 2006, 2007 Free Software Foundation, Inc.
33152
33153 This file is part of GNU Emacs.
33154
33155 GNU Emacs is free software; you can redistribute it and/or modify
33156 it under the terms of the GNU General Public License as published by
33157 the Free Software Foundation; either version 2, or (at your option)
33158 any later version.
33159
33160 GNU Emacs is distributed in the hope that it will be useful,
33161 but WITHOUT ANY WARRANTY; without even the implied warranty of
33162 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
33163 GNU General Public License for more details.
33164
33165 You should have received a copy of the GNU General Public License
33166 along with GNU Emacs; see the file COPYING. If not, write to the
33167 Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
33168 Boston, MA 02110-1301, USA.
33169
33170 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1