* textmodes/flyspell.el (flyspell-auto-correct-previous-word): Use
[bpt/emacs.git] / lisp / ChangeLog
1 2007-04-27 Chong Yidong <cyd@stupidchicken.com>
2
3 * textmodes/flyspell.el (flyspell-auto-correct-previous-word): Use
4 window-start and window-end.
5
6 2007-04-27 Andreas Schwab <schwab@suse.de>
7
8 * emacs-lisp/sregex.el (sregexq): Fix doc string quoting.
9
10 2007-04-27 Eli Zaretskii <eliz@gnu.org>
11
12 * textmodes/fill.el (fill-paragraph): Doc fix.
13
14 2007-04-26 Luc Teirlinck <teirllm@dms.auburn.edu>
15
16 * locate.el (locate-in-alternate-database): Doc fix.
17
18 2007-04-26 Glenn Morris <rgm@gnu.org>
19
20 * button.el (button): Use underline if supported, else fall back
21 to color.
22
23 * version.el (emacs-version): Increase to 22.1.50.
24
25 2007-04-25 J.D. Smith <jdsmith@as.arizona.edu>
26
27 * progmodes/idlwave.el (idlwave-beginning-of-subprogram)
28 (idlwave-end-of-subprogram): Take optional NOMARK arg to prevent
29 pushing mark.
30 (idlwave-current-routine): Don't push mark.
31
32 2007-04-25 Mathias Dahl <mathias.dahl@gmail.com>
33
34 * image-dired.el (image-dired-display-image): Derive image-type
35 from filename rather than assuming jpeg, in case no resizing was
36 needed.
37
38 2007-04-25 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
39
40 * custom.el (defface): Doc fix.
41
42 2007-04-24 J.D. Smith <jdsmith@as.arizona.edu>
43
44 * progmodes/idlw-shell.el (idlwave-shell-clear-all-bp): Don't
45 re-query for each cleared BP.
46 (idlwave-shell-clear-bp): Optionally skip BP query.
47 (idlwave-shell-update-bp-overlays): Use set-window-margins
48 instead of set-window-buffer, which incorrectly moves displayed
49 region.
50
51 2007-04-23 Jay Belanger <jay.p.belanger@gmail.com>
52
53 * calc/calc.el (calc-bug-address): Update maintainer's address.
54 * calc/*: Update maintainer's address.
55
56 2007-04-23 Richard Stallman <rms@gnu.org>
57
58 * simple.el (set-mark-command-repeat-pop): Doc fix.
59 Put in `editing-basics' group.
60
61 2007-04-23 Chong Yidong <cyd@stupidchicken.com>
62
63 * info.el (Info-mouse-scroll-up, Info-mouse-scroll-down): New
64 functions.
65 (Info-mode-line-node-keymap): Bind mouse commands to
66 Info-mouse-scroll-up/down instead of Info-scroll-up/down.
67
68 2007-04-23 Luc Teirlinck <teirllm@auburn.edu>
69
70 * locate.el (locate-local-prompt): New var.
71 (locate-prompt-for-command): Doc fix.
72 (locate-prompt-for-search-string): New function.
73 (locate): New optional arg. Make locate-local-prompt
74 buffer-local. Use locate-prompt-for-search-string.
75 (locate-with-filter): New optional arg. Use
76 locate-prompt-for-search-string.
77 (locate-update): Bind locate-prompt-for-command.
78
79 2007-04-23 Glenn Morris <rgm@gnu.org>
80
81 * files.el (magic-mode-alist): `<!DOCTYPE HTML' in html-mode.
82
83 2007-04-23 Nick Roberts <nickrob@snap.net.nz>
84
85 * button.el (button): Inherit from link face on a tty.
86
87 2007-04-23 Glenn Morris <rgm@gnu.org>
88
89 * button.el (button): Use color for this face on a tty.
90
91 * files.el (magic-mode-alist): Allow for carriage-returns in
92 html-mode and sgml-mode entries.
93
94 2007-04-22 Richard Stallman <rms@gnu.org>
95
96 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
97 Improve doc string of generated command.
98
99 * subr.el (read-number): Catch errors.
100
101 * hi-lock.el (hi-lock-file-patterns-policy): Doc fix.
102
103 2007-04-22 Chong Yidong <cyd@stupidchicken.com>
104
105 * image-dired.el: Rename from thumbnails.el. All instances of
106 "thumbnails" replaced with "image-dired".
107
108 * dired.el (dired-mode-map): Rename "thumbnails" again, to
109 "image-dired".
110
111 2007-04-22 Kim F. Storm <storm@cua.dk>
112
113 * ido.el (ido-kill-buffer-at-head, ido-delete-file-at-head):
114 Don't use kill-line.
115
116 2007-04-22 Nick Roberts <nickrob@snap.net.nz>
117
118 * t-mouse.el (t-mouse-make-event): Pass on mev's more informative
119 error message.
120
121 2007-04-22 Chong Yidong <cyd@stupidchicken.com>
122
123 * dired.el: Rename "tumme" to "thumbnails".
124
125 * thumbnails.el: Rename from tumme.el. All instances of "tumme"
126 replaced with "thumbnails".
127
128 2007-04-22 Glenn Morris <rgm@gnu.org>
129
130 * hi-lock.el (hi-lock-file-patterns-policy): Make it a defcustom,
131 and give it the risky-local-variable property.
132
133 * textmodes/flyspell.el (flyspell-define-abbrev): Downcase abbrev
134 before defining it.
135
136 2007-04-21 Martin Rudalics <rudalics@gmx.at>
137
138 * progmodes/cc-mode.el (c-remove-any-local-eval-or-mode-variables):
139 Use delete-region instead of kill-line.
140
141 2007-04-21 Alan Mackenzie <acm@muc.de>
142
143 * progmodes/cc-cmds.el (c-electric-slash): Replace wrong use of
144 `kill-region' by `delete-region'.
145
146 2007-04-21 Chong Yidong <cyd@stupidchicken.com>
147
148 * progmodes/perl-mode.el (perl-indent-command): Use delete-region
149 instead of kill-region.
150
151 * progmodes/mantemp.el (mantemp-make-mantemps-region)
152 (mantemp-insert-cxx-syntax, mantemp-sort-and-unique-lines)
153 (mantemp-remove-memfuncs): Use delete-region instead of kill-word
154 and kill-line.
155
156 * progmodes/vhdl-mode.el (vhdl-template-type)
157 (vhdl-template-record, vhdl-template-nature)
158 (vhdl-template-configuration-spec, vhdl-template-component-inst)
159 (vhdl-template-break, vhdl-regress-line, vhdl-electric-tab): Use
160 delete-region instead of kill-word and kill-line.
161
162 2007-04-21 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
163
164 * dired-x.el (dired-virtual-mode): Doc fix.
165
166 2007-04-21 Richard Stallman <rms@gnu.org>
167
168 * font-lock.el (font-lock-keywords-alist): Mark as risky.
169
170 * subr.el (read-number): Doc fix.
171
172 * simple.el (pop-to-mark-command): Display message "mark popped"
173 if point does not move.
174 (set-mark-command): Doc fix.
175
176 2007-04-21 Luc Teirlinck <teirllm@auburn.edu>
177
178 * locate.el: Revert 2006-09-09 and 2007-04-20 changes.
179 (locate-local-filter, locate-local-search): New vars.
180 (locate): Make variables local.
181 (locate-update): Bind locate-buffer-name. Call locate using
182 locate-local-filter and locate-local-search.
183
184 2007-04-20 David Koppelman <koppel@ece.lsu.edu>
185
186 * hi-lock.el (hi-lock-file-patterns-policy): New var.
187 (hi-lock-find-patterns): Use hi-lock-file-patterns-policy.
188 (hi-lock-mode): Update docstring.
189
190 2007-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
191
192 * textmodes/fill.el (fill-move-to-break-point): Don't inhibit
193 fill-nobreak-predicate when the break is past fill-column.
194
195 2007-04-20 Francesco Potort\e,Al\e(B <pot@gnu.org>
196
197 * locate.el (locate): Output from shell-command should go in the
198 current buffer rather than *Shell Command Output*.
199
200 2007-04-20 Chong Yidong <cyd@stupidchicken.com>
201
202 * paren.el (show-paren-function): Fix last fix.
203
204 2007-04-19 Kevin Ryde <user42@zip.com.au>
205
206 * arc-mode.el (archive-find-type): lzh-exe for lzh self-extracting exe.
207 (archive-lzh-summarize): Add optional start arg for where to start
208 looking at the archive.
209 (archive-lzh-exe-summarize, archive-lzh-exe-extract): New functions.
210
211 * international/mule.el (auto-coding-alist): no-conversion for .exe
212 and .EXE.
213
214 2007-04-19 Alan Mackenzie <acm@muc.de>
215
216 * progmodes/cc-cmds.el (c-in-function-trailer-p): Fix this: when a
217 function return type contains "struct", "union", etc.
218 c-end-of-defun goes too far forward.
219
220 2007-04-19 Chong Yidong <cyd@stupidchicken.com>
221
222 * paren.el (show-paren-function): Reset window-start to avoid
223 recentering.
224
225 2007-04-19 Glenn Morris <rgm@gnu.org>
226
227 * calendar/todo-mode.el: Fix typo: "threshhold" -> "threshold".
228
229 2007-04-18 Glenn Morris <rgm@gnu.org>
230
231 * calendar/diary-lib.el (diary-header-line-format): Add a custom
232 :set function.
233 (diary-list-entries): Only switch to diary-mode from
234 default-major-mode (reverts 2007-03-21 change). Otherwise, if in
235 diary-mode set header-line-format, in case of any customization.
236
237 2007-04-18 Levin Du <zslevin@gmail.com> (tiny change)
238
239 * calendar/parse-time.el (parse-time-string-chars): Check if CHAR
240 is less than the length of parse-time-syntax.
241
242 2007-04-17 David Kastrup <dak@gnu.org>
243
244 * replace.el (query-replace-regexp-eval): Deprecate.
245
246 2007-04-17 Alan Mackenzie <acm@muc.de>
247
248 * progmodes/cc-cmds.el (c-beginning-of-defun): With -ve arg and
249 point too close to EOB, leave point at EOB rather than last `}'.
250
251 2007-04-17 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
252
253 * textmodes/bibtex.el (bibtex-include-OPTkey)
254 (bibtex-user-optional-fields, bibtex-entry-field-alist):
255 Fix defcustom.
256
257 2007-04-17 Glenn Morris <rgm@gnu.org>
258
259 * calendar/cal-dst.el (calendar-dst-find-startend): If YEAR cannot
260 be encoded, fall back to current year.
261
262 2007-04-14 Kevin Ryde <user42@zip.com.au>
263
264 * arc-mode.el (archive-lzh-summarize): Only apply the "downcase if
265 all upcase" rule to OS-ID 0 "generic". Always downcase for OS-ID
266 M "MSDOS".
267
268 2007-04-16 Chong Yidong <cyd@stupidchicken.com>
269
270 * progmodes/python.el (python-end-of-block): Avoid looping forever
271 if python-next-statement fails.
272
273 2007-04-16 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
274
275 * textmodes/bibtex.el (bibtex-entry-field-alist): Use defcustom.
276
277 2007-04-16 Dan Nicolaescu <dann@ics.uci.edu>
278
279 * progmodes/perl-mode.el (perl-indent-level): Mark as safe local var.
280 * progmodes/cperl-mode.el (cperl-indent-level): Likewise.
281
282 2007-04-15 Jay Belanger <belanger@truman.edu>
283
284 * calc/calc.el (calc-version): New function.
285 (calc-trail-mode): Shorten the title.
286
287 2007-04-15 Chong Yidong <cyd@stupidchicken.com>
288
289 * mail/footnote.el (footnote-style): Clarify docstring to state
290 that customizing this only applies to future footnotes.
291
292 2007-04-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
293
294 * textmodes/bibtex.el (bibtex-field-list): Use functionp.
295 (bibtex-make-field): Check that INIT is a string. Use functionp.
296
297 2007-04-14 Glenn Morris <rgm@gnu.org>
298
299 * complete.el (PC-goto-end): New buffer-local variable.
300 (PC-do-completion-end): Make buffer-local.
301 (partial-completion-mode) <choose-completion-string-functions>:
302 Do not go to the end of the minibuffer if PC-goto-end is non-nil.
303 (PC-do-completion): New optional fourth argument GOTO-END. Add a
304 doc string. Set PC-goto-end for choose-completion.
305 (PC-lisp-complete-symbol): Pass non-nil GOTO-END arg to
306 PC-do-completion.
307
308 * textmodes/bibtex.el (bibtex-insert-kill): Pass non-nil NODELIM
309 arg to bibtex-make-field.
310 (bibtex-make-field): Add optional fourth arg NODELIM.
311 Insert delimiters around INIT unless this arg is non-nil.
312
313 2007-04-14 Nick Roberts <nickrob@snap.net.nz>
314
315 * tmm.el (tmm-get-keybind): Use copy-sequence to ensure that the
316 global map isn't modified
317
318 2007-04-14 Glenn Morris <rgm@gnu.org>
319
320 * calendar/appt.el (appt-disp-window): Do not split small windows.
321 Suggested by Jeff Miller <jmiller@cablespeed.com>.
322
323 2007-04-13 Chong Yidong <cyd@stupidchicken.com>
324
325 * progmodes/compile.el (compilation-start): Revert 2007-03-25 change.
326
327 * files.el: Ditto.
328
329 2007-04-13 Juanma Barranquero <lekktu@gmail.com>
330
331 * cus-edit.el (minibuffer, auto-save): Fix typos in docstrings.
332
333 * term.el (term-buffer-maximum-size, term-exec, term-escape-char)
334 (term-set-escape-char, term-termcap-format, term-get-old-input-default)
335 (term-skip-prompt, term-send-string, term-send-region, term-pager-page)
336 (term-pager-help): Fix typos in docstrings.
337
338 * wid-edit.el (widget-documentation): Fix typo in docstring.
339
340 * progmodes/ebnf2ps.el (ebnf-insert-style, ebnf-merge-style):
341 Fix typos in error messages.
342
343 2007-04-13 Martin Rudalics <rudalics@gmx.at>
344
345 * emacs-lisp/edebug.el (edebug-pop-to-buffer): Don't select
346 window marked as dedicated.
347
348 * mail/footnote.el (footnote-latin-string): New variable.
349 (footnote-latin-regexp): Redefine as regexp alternative.
350 (Footnote-latin): Use footnote-latin-string instead of
351 footnote-latin-regexp.
352
353 2007-04-13 Glenn Morris <rgm@gnu.org>
354
355 * tmm.el (tmm-get-keybind): Use car-safe to avoid errors with
356 inherited keymaps.
357
358 2007-04-12 Chong Yidong <cyd@stupidchicken.com>
359
360 * outline.el (outline-get-next-sibling): Clarify docstring.
361 (outline-get-last-sibling): Handle case where we are at the first
362 heading. Clarify docstring.
363
364 2007-04-12 Nick Roberts <nickrob@snap.net.nz>
365
366 * progmodes/gud.el (gud-minor-mode-map): Make go button same
367 length as stop button to lessen flicker.
368 (jdb): Add gud-print.
369 (gud-find-expr): Jdb prints the expression with the value, so
370 don't insert it in the output.
371
372 2007-04-11 Jason Rumney <jasonr@gnu.org>
373
374 * dnd.el (dnd-get-local-file-name): Decode both upper and lower
375 case hex. Do not try to decode non-hex letters.
376
377 2007-04-11 Markus Triska <markus.triska@gmx.at>
378
379 * emacs-lisp/byte-opt.el (byte-optimize-backward-char)
380 (byte-optimize-backward-word): Remove (move to bytecomp.el).
381 (byte-optimize-form-code-walker): Evaluate pure function calls if
382 possible.
383 (byte-optimize-all-constp): New function.
384
385 * emacs-lisp/bytecomp.el (byte-compile-char-before):
386 Improve numeric argument case.
387 (byte-compile-backward-char, byte-compile-backward-word):
388 New functions, performing rewriting previously done in byte-opt.el.
389 Fix their "Fixme" item (restriction to numeric arguments).
390
391 2007-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
392
393 * desktop.el (desktop-save, desktop-create-buffer): Replace mapcar
394 with dolist.
395 (after-init-hook): Don't quote lambda.
396 (desktop-first-buffer): Don't wrap it in eval-when-compile.
397 (desktop-internal-v2s): Remove unused var `el'.
398 (desktop-buffer-major-mode, desktop-buffer-locals): Move out of
399 desktop-restore-file-buffer.
400 (desktop-buffer-ok-count, desktop-buffer-fail-count): Move out of
401 desktop-create-buffer.
402
403 2007-04-10 Chong Yidong <cyd@stupidchicken.com>
404
405 * woman.el (woman-decode-buffer): Postpone macro-set check...
406 (woman-decode-region): ...to here.
407
408 2007-04-10 Thien-Thi Nguyen <ttn@gnu.org>
409
410 * startup.el (tty-handle-args): Use %S to log ARGS.
411
412 2007-04-10 Glenn Morris <rgm@gnu.org>
413
414 * dframe.el (dframe-frame-mode): Do not set auto-show-mode, since
415 it is obsolete and has no effect.
416
417 * dos-w32.el (default-buffer-file-type): Add defvar to quieten
418 byte-compiler.
419
420 * progmodes/cperl-mode.el (cperl-mode): Remove unnecessary call to
421 obsolete function make-local-hook.
422
423 * progmodes/dcl-mode.el (top-level): Move (require 'tempo) to
424 start to quieten byte-compiler.
425
426 2007-04-10 Markus Triska <markus.triska@gmx.at>
427
428 * emacs-lisp/byte-opt.el (byte-optimize-char-before): Remove (move
429 to bytecomp.el as byte-compile-char-before).
430 * emacs-lisp/bytecomp.el (byte-compile-char-before):
431 New function (modified replacement for byte-optimize-char-before in
432 byte-opt.el).
433
434 2007-04-09 Alan Mackenzie <acm@muc.de>
435
436 * startup.el (inhibit-splash-screen): Emphatically state that it
437 can't be set in site-start.el.
438
439 2007-04-09 Masatake YAMATO <jet@gyve.org>
440
441 * progmodes/cc-subword.el (c-capitalize-subword): More closely
442 mimic the behavior of `capitalize-word'. Do not move point with a
443 negative argument. Based on tiny change by Paul Curry.
444
445 2007-04-09 Paul Curry <dashteacup@gmail.com> (tiny change)
446
447 * progmodes/cc-subword.el (c-downcase-subword, c-upcase-subword):
448 Don't move point if ARG is negative.
449
450 2007-04-09 Alan Mackenzie <acm@muc.de>
451
452 Changes to make `narrow-to-defun' and `mark-defun' work properly
453 in CC Mode:
454
455 * progmodes/cc-defs.el (c-beginning-of-defun-1):
456 * progmodes/cc-cmds.el (c-beginning-of-defun, c-end-of-defun):
457 Bind beginning/end-of-defun-function to nil around calls to
458 beginning/end-of-defun.
459
460 * progmodes/cc-langs.el (beginning-of-defun-function)
461 (end-of-defun-function): New c-lang-setvar's.
462
463 * progmodes/cc-awk.el (c-awk-beginning-of-defun): Add "(or arg
464 (setq arg 1))" to enable non-interactive call.
465
466 2007-04-09 Eli Zaretskii <eliz@gnu.org>
467
468 * simple.el (set-mark-command): Doc fix.
469
470 2007-04-09 Nick Roberts <nickrob@snap.net.nz>
471
472 * progmodes/gud.el (gdb): Restore existing session if user
473 tries to start a second one in graphical mode.
474
475 2007-04-08 Martin Rudalics <rudalics@gmx.at>
476
477 * cus-start.el <scroll-preserve-screen-position>: Add choices.
478
479 2007-04-08 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
480
481 * term/xterm.el (terminal-init-xterm): Fix key definitions.
482 Add binding for C-M-SPC.
483
484 2007-04-08 Richard Stallman <rms@gnu.org>
485
486 * pcomplete.el (pcomplete-read-event): One single definition,
487 and not a defsubst.
488
489 2007-04-08 Chong Yidong <cyd@stupidchicken.com>
490
491 * progmodes/cc-cmds.el (c-end-of-defun): Tidy up, to eliminate
492 byte-compiler warning "value unused".
493
494 2007-04-08 Andreas Schwab <schwab@suse.de>
495
496 * term/xterm.el (terminal-init-xterm): Add bindings for keypad keys.
497
498 2007-04-07 Glenn Morris <rgm@gnu.org>
499
500 * calendar/calendar.el (diary-font-lock-keywords, diary-live-p):
501 Autoload these functions.
502 (diary-date-forms): Add a custom :set form.
503
504 * calendar/diary-lib.el (diary-set-maybe-redraw): Move definition
505 before first use.
506 (diary-font-lock-keywords): New function with old code for
507 initialization of variable of same name.
508
509 2007-04-07 David Hansen <david.hansen@gmx.net> (tiny change)
510
511 * progmodes/cc-cmds.el (c-electric-paren): Fix space-before-funcall
512 clean-up: only insert space when on identifier, etc.
513
514 2007-04-07 Chong Yidong <cyd@stupidchicken.com>
515
516 * progmodes/grep.el (grep-find-use-xargs): Rewrite docstring.
517
518 * net/tls.el (open-tls-stream): Properly handle case where there
519 is no associated buffer.
520
521 2007-04-07 Glenn Morris <rgm@gnu.org>
522
523 * ffap.el (ffap-file-at-point): Lower the priority of the
524 ffap-ftp-sans-slash-regexp check.
525
526 2007-04-06 Alan Mackenzie <acm@muc.de>
527
528 Fix fontification of labels, and other things with ":".
529
530 * progmodes/cc-engine.el (c-forward-label): The function now
531 returns 'goto-target, 'qt-2kwds-colon, 'qt-1kwd-colon, as well as
532 the former t.
533
534 * progmodes/cc-fonts.el (c-font-lock-declarations): Interpret the
535 new return code from c-forward-label, fontifying tokens properly.
536 Add some general comments throughout the file.
537
538 2007-04-06 Chong Yidong <cyd@stupidchicken.com>
539
540 * textmodes/flyspell.el (flyspell-duplicate, flyspell-incorrect):
541 Revert 2006-01-27 change.
542
543 * diff-mode.el (diff-mode): Revert 2007-03-04 change.
544
545 * menu-bar.el (menu-bar-tools-menu): Revert 2003-07-25 change.
546
547 * desktop.el (desktop-create-buffer, desktop-save):
548 Revert 2004-11-12 change for lack of copyright papers.
549
550 * dired-x.el (dired-guess-shell-case-fold-search): Delete var.
551 (dired-guess-default): Respect case.
552
553 * isearch.el (isearch-forward): Revert 1998-08-26 doc change.
554
555 * emacs-lisp/byte-opt.el (byte-optimize-pure-func): Remove function;
556 was originally checked in as byte-optimize-concat on 1997-11-02.
557
558 * mail/sendmail.el (mail-text, mail-mode): Revert extant pieces of
559 1995-05-19 doc changes.
560
561 2007-04-06 Kim F. Storm <storm@cua.dk>
562
563 * loadhist.el (read-feature): Reimplement. New optional arg LOADED-P.
564 (unload-feature): Update interactive spec accordingly.
565
566 * progmodes/grep.el (grep-program): Remove commentary about zgrep.
567
568 2007-04-06 John Paul Wallington <jpw@pobox.com>
569
570 * subr.el (with-case-table): Use `make-symbol' to avoid variable
571 capture. Restore the table in the same buffer.
572
573 * font-lock.el (lisp-font-lock-keywords-2): Add `with-case-table'.
574
575 2007-04-05 Chong Yidong <cyd@stupidchicken.com>
576
577 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
578 Print entire form.
579
580 2007-04-05 Nick Roberts <nickrob@snap.net.nz>
581
582 * progmodes/gdb-ui.el (breakpoint-disabled): Tweak face (again)
583 for low-color displays.
584
585 2007-04-05 Glenn Morris <rgm@gnu.org>
586
587 * play/5x5.el, play/animate.el, play/dissociate.el, play/doctor.el,
588 * play/gomoku.el, play/landmark.el, play/tetris.el, play/zone.el:
589 Seed random number generator on loading.
590
591 * emacs-lisp/authors.el (top-level): Provide self.
592
593 * play/animate.el (top-level): Provide self.
594
595 2007-04-04 Alan Mackenzie <acm@muc.de>
596
597 * progmodes/cc-vars.el (c-special-indent-hook): Amend doc-string
598 to mention c-syntactic-indentation.
599
600 2007-04-04 Chong Yidong <cyd@stupidchicken.com>
601
602 * subr.el (with-case-table): New macro.
603
604 * international/mule.el (ascii-case-table): New var.
605
606 * mail/smtpmail.el (smtpmail-via-smtp): Use ascii-case-table when
607 downcasing.
608
609 2007-04-03 Nick Roberts <nickrob@snap.net.nz>
610
611 * progmodes/gud.el (gud-minor-mode-map): Simplify.
612
613 * t-mouse.el (t-mouse-make-event-element): Don't use the left edge
614 of the window if we're outside it e.g menu-bar.
615
616 * xt-mouse.el (xterm-mouse-event): Don't use the left edge of the
617 window if we're outside it e.g menu-bar.
618
619 2007-04-03 Eli Zaretskii <eliz@gnu.org>
620
621 * mail/rmail.el (rmail-convert-to-babyl-format): Don't try to
622 decode base-64 encoded body if its content-type is something other
623 than text/* or message/*.
624
625 2007-04-03 Juanma Barranquero <lekktu@gmail.com>
626
627 * simple.el (activate-mark-hook): Fix typo in docstring.
628
629 2007-04-03 Nick Roberts <nickrob@snap.net.nz>
630
631 * tmm.el (tmm-c-prompt): Initialize.
632 (tmm-menubar): Deal with extended menu-items at top level.
633 (tmm-get-keybind): Handle bindings redefined/undefined locally.
634 (tmm-prompt): Handle visibility of top level menu-items.
635
636 * progmodes/gud.el (gud-menu-map): Simplify.
637 (gud-minor-mode-map): Add tool-bar like bindings to the text mode
638 menubar.
639
640 2007-04-02 Chong Yidong <cyd@stupidchicken.com>
641
642 * mail/smtpmail.el (smtpmail-via-smtp): Revert last change.
643
644 * comint.el (comint-send-input): Widen the buffer first.
645
646 * info.el (Info-fontify-maximum-menu-size): Revert to 100000.
647
648 2007-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
649
650 * emacs-lisp/lisp-mode.el (lisp-fill-paragraph): Only obey
651 emacs-lisp-docstring-fill-column in emacs-lisp-mode.
652
653 * newcomment.el (comment-search-forward): Discard comment starters
654 before point.
655
656 2007-04-01 Guanpeng Xu <herberteuler@hotmail.com>
657
658 * mouse.el (mouse-set-secondary): Update mouse-secondary-overlay.
659
660 2007-04-01 Chong Yidong <cyd@stupidchicken.com>
661
662 * mail/smtpmail.el (smtpmail-via-smtp): Use standard case table
663 when downcasing.
664
665 * button.el (previous-button): Rewrite to account for adjacent buttons.
666
667 2007-04-01 J.D. Smith <jdsmith@as.arizona.edu>
668
669 * progmodes/idlwave.el (idlwave-auto-fill):
670 Revert paragraph-separate change.
671
672 * progmodes/idlw-shell.el (idlwave-shell-break-in):
673 Simplify module calc.
674 (idlwave-shell-set-bp-in-module): Compute module.
675
676 2007-03-31 Glenn Morris <rgm@gnu.org>
677
678 * emacs-lisp/timer.el (run-at-time): Doc fix.
679
680 * emacs-lisp/warnings.el (display-warning): If we create the
681 buffer displaying the warning, disable undo there.
682
683 2007-03-31 Michael Albinus <michael.albinus@gmx.de>
684
685 * net/tramp.el (tramp-register-file-name-handler)
686 (tramp-register-completion-file-name-handler): New defsubst,
687 derived from `tramp-register-file-name-handlers'. The split is
688 necessary because Tramp's file name handlers must be registered at
689 different startup places.
690
691 2007-03-31 Chong Yidong <cyd@stupidchicken.com>
692
693 * progmodes/hideshow.el (turn-off-hideshow): New function.
694 (hs-minor-mode): Use it instead of a lambda expression in
695 change-major-mode-hook.
696
697 2007-03-31 David Kastrup <dak@gnu.org>
698
699 * woman.el (woman-Cyg-to-Win): Don't convert cons cells
700 corresponding to MANPATH_MAP entries.
701 (woman-man.conf-path, woman-parse-man.conf): Doc fix.
702 (woman-parse-man.conf): Use more discriminating man.conf name.
703 (woman-parse-man.conf): Parse MANPATH_MAP entries.
704 (woman-manpath): Doc fix and type fix.
705 (woman-cached-data): Check for MANPATH_MAP entries.
706 (woman-expand-directory-path): Treat MANPATH_MAP entries.
707
708 2007-03-31 Stuart Herring <herring@lanl.gov>
709
710 * emacs-lisp/sregex.el (sregexq): Doc fix.
711
712 2007-03-31 Markus Triska <markus.triska@gmx.at>
713
714 * flymake.el (flymake-err-line-patterns): Doc fix.
715
716 2007-03-30 Reiner Steib <Reiner.Steib@gmx.de>
717
718 * info.el (info-tool-bar-map): Use "exit" for Info-exit.
719 Move to the right.
720
721 2007-03-30 Alan Mackenzie <acm@muc.de>
722
723 * progmodes/cc-cmds.el (c-forward-to-nth-EOF-}): Fix EOB bug.
724
725 2007-03-30 Thien-Thi Nguyen <ttn@gnu.org>
726
727 * emacs-lisp/ewoc.el (ewoc--insert-new-node): Take additional arg DLL.
728 Use it, passed in explicitly, instead of from the dynamic binding.
729 (ewoc-create, ewoc-enter-before): Update to use new call sequence.
730
731 2007-03-30 Juanma Barranquero <lekktu@gmail.com>
732
733 * simple.el (blink-matching-open): When in minibuffer, don't
734 search for a match inside the prompt.
735
736 2007-03-30 Nick Roberts <nickrob@snap.net.nz>
737
738 * tmm.el (tmm-menubar): Select the right menu item with the mouse.
739 (tmm-prompt): Don't make the mouse user select the first menu
740 item twice.
741
742 2007-03-30 Chong Yidong <cyd@stupidchicken.com>
743
744 * eshell/esh-proc.el (eshell/kill): Tweak regexp to recognize
745 SIGUSR1 and SIGUSR2.
746
747 2007-03-29 Kim F. Storm <storm@cua.dk>
748
749 * ido.el (ido-read-internal): When reading file or dir, only override
750 minibuffer-local-filename-completion-map, otherwise only override
751 minibuffer-local-completion-map.
752
753 2007-03-29 Glenn Morris <rgm@gnu.org>
754
755 * complete.el (partial-completion-mode): Set PC-do-completion-end
756 to nil after use.
757 (PC-lisp-complete-symbol): Create and use a marker at `end',
758 rather than using point-marker.
759
760 2007-03-28 Chong Yidong <cyd@stupidchicken.com>
761
762 * simple.el (next-error-highlight): Doc fix.
763 (compose-mail): Revert 2007-03-19 change.
764
765 2007-03-28 Richard Stallman <rms@gnu.org>
766
767 * emacs-lisp/edebug.el (edebug-display): Don't go to
768 edebug-outside-buffer if it is dead.
769
770 2007-03-28 Juanma Barranquero <lekktu@gmail.com>
771
772 * view.el (view-mode): Fix typos in docstring.
773
774 2007-03-28 Stephen Berman <Stephen.Berman@gmx.net>
775
776 * recentf.el (recentf-save-file): Add a custom :set function.
777
778 2007-03-28 Glenn Morris <rgm@gnu.org>
779
780 * complete.el (PC-do-completion-end): New variable.
781 (partial-completion-mode) <choose-completion-string-functions>:
782 Use PC-do-completion-end in the non-minibuffer case to replace the
783 correct amount of text.
784 (PC-do-completion): Set PC-do-completion-end for c-c-s-f.
785 (PC-lisp-complete-symbol): Give marker the after-insertion type,
786 to deal with improvements inserted after point.
787
788 2007-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
789
790 * button.el (make-text-button): Add explicit `button' property.
791 (default-button): Don't put a `button' property on it.
792
793 * progmodes/python.el (python-mode): Skip comments when parsing.
794
795 * vc-arch.el (vc-with-current-file-buffer): New macro.
796 (vc-arch-file-source-p): Use it to avoid infloop.
797
798 2007-03-28 David Hansen <david.hansen@gmx.net> (tiny change)
799
800 * emacs-lisp/lisp.el (lisp-complete-symbol):
801 Fix call to get-buffer-window to find windows in other frames.
802
803 2007-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
804
805 * comint.el (comint-proc-query, comint-dynamic-list-completions):
806 Fix calls to get-buffer-window to find windows in other frames.
807 Reported by David Hansen <david.hansen@gmx.net>.
808
809 2007-03-27 Kevin Ryde <user42@zip.com.au>
810
811 * info.el (Info-display-images-node): On a text-only terminal,
812 show the "text" or "alt" parts of the image blobs.
813
814 2007-03-27 Glenn Morris <rgm@gnu.org>
815
816 * complete.el (PC-do-completion): Compute completion-base-size in
817 the non-filename case, rather than setting to nil.
818 (PC-lisp-complete-end): New variable.
819 (PC-lisp-complete-symbol): Use PC-lisp-complete-end to store the
820 original end in a series of consecutive invocations.
821
822 * calendar/calendar.el (calendar-mode-hook): Declare it.
823
824 * calendar/diary-lib.el (diary-live-p): Do not check for
825 diary-selective-display.
826
827 2007-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
828
829 * replace.el (occur-next-error): *Occur* might not be displayed in the
830 selected frame. Reported by David Hansen <david.hansen@gmx.net>.
831
832 2007-03-26 Richard Stallman <rms@gnu.org>
833
834 * textmodes/flyspell.el (flyspell-large-region):
835 Use ispell-call-process-region.
836
837 2007-03-26 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
838
839 * emacs-lisp/bytecomp.el (byte-compile-file-form-defmumble):
840 Use prin1 instead of princ.
841
842 2007-03-25 Chong Yidong <cyd@stupidchicken.com>
843
844 * faces.el (face-set-after-frame-default): Revert 2007-03-10 change.
845 Merge in X resources before global face.
846
847 * progmodes/compile.el (compilation-start): Save compilation-directory
848 rather than default-directory as local var.
849 (compilation-directory): Mark as safe local var.
850
851 * files.el: Don't mark default-directory as a safe local var.
852
853 2007-03-25 Alan Mackenzie <acm@muc.de>
854
855 * progmodes/cc-mode.el (c-before-change): Fix BOB bug.
856 * progmodes/cc-engine.el: Fix typo.
857
858 2007-03-25 Juri Linkov <juri@jurta.org>
859
860 * compare-w.el (compare-windows): Rename customization group
861 `compare-w' to `compare-windows'.
862 (compare-windows-whitespace, compare-ignore-whitespace)
863 (compare-ignore-case, compare-windows-sync)
864 (compare-windows-sync-string-size, compare-windows-recenter)
865 (compare-windows-highlight, compare-windows): Change group name in
866 the `group' tag from `compare-w' to `compare-windows'.
867 (compare-windows-sync): Add option `nil' for no sync. Doc fix.
868
869 2007-03-24 Markus Triska <markus.triska@gmx.at>
870
871 * expand.el: Change example to always enable abbrev-mode,
872 and remove redundant `function'.
873 (expand-abbrev-hook): Add autoload cookie.
874
875 2007-03-24 Ryan Yeske <rcyeske@gmail.com>
876
877 * emacs-lisp/testcover.el (testcover-start, testcover-end)
878 (testcover-mark-all, testcover-unmark-all): Add prompts to
879 interactive specs.
880
881 2007-03-24 Jason Rumney <jasonr@gnu.org>
882
883 * autorevert.el (find-file-hook, auto-revert-tail-mode):
884 Use file size in bytes for auto-revert-tail-pos not characters.
885
886 2007-03-24 Thien-Thi Nguyen <ttn@gnu.org>
887
888 * vc-rcs.el (vc-rcs-annotate-command):
889 Set text property :vc-annotate-prefix on the annotation text.
890 (vc-rcs-annotate-time): Instead of searching for ": ",
891 search for end of text propertized with :vc-annotate-prefix.
892
893 2007-03-24 Martin Rudalics <rudalics@gmx.at>
894
895 * whitespace.el (top level): Remove calls putting
896 permanent-local nil property since these are no-ops.
897
898 * man.el (Man-support-local-filenames): Assure that
899 default-directory exists when doing call-process.
900
901 2007-03-23 David Vazquez <xeos00@gmail.com> (tiny change)
902
903 * progmodes/m4-mode.el (m4-m4-buffer, m4-m4-region):
904 Fix omission bug: Use m4-program-options to construct shell command.
905
906 2007-03-23 David Kastrup <dak@gnu.org>
907
908 * progmodes/cc-mode.el (c-make-emacs-variables-local):
909 Use `mapcar' rather than `mapcan' to silence compiler warning.
910
911 2007-03-22 Ralf Angeli <angeli@caeruleus.net>
912
913 * textmodes/reftex.el, textmodes/reftex-vars.el,
914 * textmodes/reftex-toc.el, textmodes/reftex-sel.el,
915 * textmodes/reftex-ref.el, textmodes/reftex-parse.el,
916 * textmodes/reftex-index.el, textmodes/reftex-global.el,
917 * textmodes/reftex-dcr.el, textmodes/reftex-cite.el,
918 * textmodes/reftex-auc.el: Add maintainer address.
919
920 2007-03-22 Carsten Dominik <dominik@science.uva.nl>
921
922 * textmodes/org.el (org-agenda-mode, org-table-edit-formulas):
923 Make sure that `global-font-lock-mode' does not turn on font-lock
924 in these buffers.
925
926 2007-03-21 Kim F. Storm <storm@cua.dk>
927
928 * xt-mouse.el (xt-mouse-epoch): New variable.
929 (xterm-mouse-event): Use float-time.
930
931 2007-03-21 Nick Roberts <nickrob@snap.net.nz>
932
933 * xt-mouse.el (xterm-mouse-event): Compute a timestamp using
934 current-time.
935
936 2007-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
937
938 * complete.el (read-file-name-internal): Don't add the final > if the
939 completion is not finished (re-application of this patch, which was
940 accidentally undone by Eli).
941
942 2007-03-21 Chong Yidong <cyd@stupidchicken.com>
943
944 * emulation/viper.el (viper-non-hook-settings): Handle mouse
945 clicks in describe-key and describe-key-briefly advice a little better.
946
947 2007-03-21 Juanma Barranquero <lekktu@gmail.com>
948
949 * server.el (server-process-filter): Cancel any pending isearch.
950
951 2007-03-21 Ulf Jasper <ulf.jasper@web.de>
952
953 * calendar/icalendar.el (icalendar-version): Increase to 0.15.
954 (icalendar--get-unfolded-buffer): Define actual arguments rather
955 than just using &rest. Check replace-in-string is fbound.
956 (icalendar-import-buffer): Doc fix.
957 (icalendar--convert-ical-to-diary): Set diary-file.
958 Check diary-file before inserting final newline.
959 (icalendar--add-diary-entry): Return diary-file.
960
961 2007-03-21 Glenn Morris <rgm@gnu.org>
962
963 * calendar/calendar.el (diary-set-maybe-redraw): Autoload it.
964 (diary-display-hook): Add custom :set function.
965
966 * calendar/diary-lib.el (diary-header-line-flag): Doc fix.
967 Add custom :set function.
968 (diary-header-line-format): Doc fix.
969 (diary-set-maybe-redraw): New function.
970 (number-of-diary-entries): Change :set to use diary-set-maybe-redraw.
971 (diary-list-entries): Always run diary-mode.
972
973 2007-03-20 Kenichi Handa <handa@m17n.org>
974
975 * international/quail.el (quail-setup-completion-buf): Make the
976 completion buffer read-only.
977 (quail-completion): Adjusted for the above change. Leave the
978 modified flag nil.
979
980 2007-03-20 David Kastrup <dak@gnu.org>
981
982 * files.el (magic-mode-alist): Require literal "%!PS" string for
983 magic postscript file detection.
984
985 2007-03-20 Richard Stallman <rms@gnu.org>
986
987 * textmodes/ispell.el (ispell-call-process): New function.
988 Defends against bad `default-directory.'
989 (ispell-check-version, ispell-find-aspell-dictionaries)
990 (ispell-get-aspell-config-value, lookup-words): Call it.
991 (ispell-call-process-region): New function.
992 (ispell-send-string): Call it.
993
994 2007-03-20 Andreas Schwab <schwab@suse.de>
995
996 * Makefile.in (custom-deps): Depend on $(lisp)/subdirs.el.
997 (finder-data): Likewise.
998 (autoloads): Likewise.
999
1000 2007-03-20 Martin Rudalics <rudalics@gmx.at>
1001
1002 * files.el (basic-save-buffer): Do not set visited filename when
1003 the corresponding directory does not exist or the specified
1004 filename is that of an existing directory.
1005
1006 2007-03-20 Glenn Morris <rgm@gnu.org>
1007
1008 * calendar/diary-lib.el (diary-live-p): New function.
1009 (number-of-diary-entries): Add a :set function to redisplay diary
1010 when necessary.
1011
1012 2007-03-19 Nick Roberts <nickrob@snap.net.nz>
1013
1014 * t-mouse.el (t-mouse-make-event-element): Use timestamp output
1015 from client program, mev, to compute mouse event.
1016
1017 2007-03-19 Chong Yidong <cyd@stupidchicken.com>
1018
1019 * faces.el (momentary): Face removed; unused due to reversion of
1020 2007-01-04 changes by Kevin Rodgers.
1021
1022 * mouse.el (mouse-drag-track): Remove spurious input-pending-p test.
1023 Suggested by Johan Bockg\e,Ae\e(Brd.
1024
1025 2007-03-19 Martin Rudalics <rudalics@gmx.at>
1026
1027 * font-lock.el (lisp-font-lock-keywords-1):
1028 Highlight define-globalized-minor-mode as a keyword.
1029
1030 2007-03-19 Kim F. Storm <storm@cua.dk>
1031
1032 * calc/calc-forms.el (math-std-daylight-savings)
1033 (math-std-daylight-savings-old): Doc fix.
1034
1035 2007-03-19 Juanma Barranquero <lekktu@gmail.com>
1036
1037 * progmodes/python.el (python-default-template): Doc fix.
1038 (python-buffer): Fix typo in docstring.
1039
1040 * isearchb.el (isearchb-follow-char):
1041 * subr.el (def-edebug-spec): Fix typo in docstring.
1042
1043 2007-03-19 Richard Stallman <rms@gnu.org>
1044
1045 * files.el (default-directory): Mark safe.
1046 (basic-save-buffer-2): Put proper dir name in error message.
1047
1048 * simple.el (compose-mail): Run switch-function after
1049 setting up the mail buffer.
1050
1051 * startup.el (inhibit-splash-screen, initial-major-mode): Doc fixes.
1052
1053 2007-03-18 Jay Belanger <belanger@truman.edu>
1054
1055 * calc/calc-forms.el (math-parse-date): Fix a regular expression.
1056 (math-std-daylight-savings-new): Rename from
1057 `math-std-daylight-savings'.
1058 (math-std-daylight-savings-old): Rename from old value of
1059 `math-std-daylight-savings'.
1060 (math-std-daylight-savings): Use `math-std-daylight-savings-new' or
1061 `math-std-daylight-savings-old' depending on the year.
1062
1063 2007-03-18 Detlev Zundel <dzu@gnu.org>
1064
1065 * emacs-lisp/re-builder.el (reb-update-overlays): Do not mark
1066 zero-width regexps as invalid but rather at least count them correctly.
1067
1068 2007-03-18 Thien-Thi Nguyen <ttn@gnu.org>
1069
1070 * net/tls.el (open-tls-stream): In handshake-waiting loop,
1071 don't wait more if there is output available to process.
1072
1073 2007-03-18 Nick Roberts <nickrob@snap.net.nz>
1074
1075 * progmodes/compile.el (compilation-find-file): Revert change
1076 from 2006-07-18 to allow completion of directory names.
1077 Reported by John Carter <john.carter@tait.co.nz>.
1078
1079 2007-03-18 Kim F. Storm <storm@cua.dk>
1080
1081 * subr.el (when, unless): Doc fix.
1082
1083 2007-03-17 Thien-Thi Nguyen <ttn@gnu.org>
1084
1085 * net/tls.el (tls-program): Doc fix.
1086
1087 2007-03-17 Denis Bueno <dbueno@gmail.com> (tiny change)
1088
1089 * autorevert.el (auto-revert-tail-handler):
1090 Call after-revert-hook.
1091
1092 2007-03-17 Ryan Yeske <rcyeske@gmail.com>
1093
1094 * simple.el (switch-to-completions): No error if search for \n\n fails.
1095
1096 2007-03-17 Chong Yidong <cyd@stupidchicken.com>
1097
1098 * simple.el (line-move-1):
1099 Respect `inhibit-line-move-field-capture' property.
1100
1101 2007-03-13 Chong Yidong <cyd@stupidchicken.com>
1102
1103 * comint.el (comint-arguments): Mark backslash-escaped chars.
1104 (comint-delim-arg): Don't treat them as delimiters.
1105
1106 2007-03-12 Kim F. Storm <storm@cua.dk>
1107 * ido.el (ido-init-completion-maps): Remap delete-backward-char.
1108
1109 2007-03-12 Lawrence Mitchell <wence@gmx.li> (tiny change)
1110
1111 * tempo.el (tempo-insert): Deal with 'r> if it appears
1112 specified with a prompt argument.
1113
1114 2007-03-12 Carsten Dominik <dominik@science.uva.nl>
1115
1116 * textmodes/org.el (org-set-font-lock-defaults):
1117 Handle narrow table columns correctly.
1118
1119 2007-03-12 Mark A. Hershberger <mah@everybody.org>
1120
1121 * xml.el (xml-parse-tag, xml-parse-string, xml-parse-attlist)
1122 (xml-parse-dtd, xml-parse-elem-type, xml-substitute-special):
1123 Return to use of the -no-properties variants. There was
1124 consensus on emacs-devel that the speed of these variants was
1125 prefered since we are usually parsing files (from the internet
1126 or on disk) instead of XML created in Emacs.
1127
1128 * eshell/esh-mode.el (eshell-handle-ansi-color): New function.
1129 Add customize option.
1130
1131 2007-03-12 Glenn Morris <rgm@gnu.org>
1132
1133 * calc/calc-forms.el (math-std-daylight-savings): Switch to new
1134 North American rule. Replace "daylight savings" with "daylight
1135 saving" in doc.
1136
1137 * calendar/cal-china.el,cal-dst.el,calendar.el,diary-lib.el:
1138 * calendar/lunar.el,solar.el: Replace "daylight savings" with
1139 "daylight saving" in text.
1140
1141 * woman.el (woman-change-fonts): Tweak previous change by using
1142 woman-request-regexp rather than "^\\.".
1143
1144 * startup.el (command-line-1): Make insertion of
1145 initial-scratch-message not depend on scratch being selected.
1146
1147 2007-03-11 Juri Linkov <juri@jurta.org>
1148
1149 * replace.el (match): Use yellow background on light-bg terminals.
1150
1151 2007-03-11 Richard Stallman <rms@gnu.org>
1152
1153 * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
1154 Correctly compute line number.
1155
1156 2007-03-11 Guanpeng Xu <herberteuler@hotmail.com>
1157
1158 * type-break.el (type-break-get-previous-count):
1159 Repeat previous change here.
1160
1161 2007-03-11 Dan Nicolaescu <dann@ics.uci.edu>
1162
1163 * progmodes/grep.el (grep-find-ignored-directories):
1164 Add .git and .bzr to list.
1165
1166 2007-03-11 Andreas Schwab <schwab@suse.de>
1167
1168 * diff-mode.el (diff-apply-hunk): Use proper format string for error.
1169
1170 2007-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
1171
1172 * mail/emacsbug.el (report-emacs-bug): Don't hard code the "X" name.
1173
1174 2007-03-10 Chong Yidong <cyd@stupidchicken.com>
1175
1176 * faces.el (face-set-after-frame-default): Recalculate face
1177 customizations after applying X resources.
1178
1179 2007-03-10 Ryan Yeske <rcyeske@gmail.com>
1180
1181 * net/rcirc.el (rcirc-timeout-seconds): New variable.
1182 (rcirc-keepalive-seconds): Remove variable.
1183 (rcirc-server-name, rcirc-timeout-timer, rcirc-connecting)
1184 (rcirc-process, rcirc-user-disconnect): New variables.
1185 (rcirc-connect): Initalize new variables.
1186 (rcirc-keepalive): Don't send keepalive pings before connection
1187 is completed.
1188 (rcirc-sentinel): Do mark all channels with activity when
1189 connection is dropped. Run hook with process buffer local.
1190 (rcirc-reschedule-timeout, rcirc-delete-process): New functions.
1191 (rcirc-buffer-process): Return value of rcirc-process if
1192 rcirc-server-buffer is nil.
1193 (rcirc-server-name): Return the reported server name.
1194 (rcirc-update-prompt): Simplify computation of the server name.
1195 (rcirc-format-response-string): Likewise.
1196 (rcirc-handler-001): Mark server as connected, record the reported
1197 server name, and schedule a timeout.
1198 (rcirc-track-nick): Add a spec for the tty class.
1199 (rcirc-user-non-nick): Remove function.
1200 (rcirc-nick-prefix-chars): Add variable.
1201 (rcirc-user-nick): Use above variable.
1202
1203 2007-03-10 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
1204
1205 * icomplete.el (icomplete-tidy, icomplete-exhibit):
1206 Bind deactivate-mark to nil.
1207
1208 2007-03-10 Martin Rudalics <rudalics@gmx.at>
1209
1210 * complete.el (PC-do-completion): Bind dirlength to nil to avoid
1211 that buffer contents get erased during completion.
1212
1213 2007-03-10 Glenn Morris <rgm@gnu.org>
1214
1215 * woman.el (woman-change-fonts): Add a hack to deal with
1216 font-escape followed by "." at start of a line.
1217 (woman2-IP): Add a hack to deal with consecutive requests.
1218 (woman2-tagged-paragraph): Extend existing hack to handle "sp".
1219
1220 2007-03-10 Alan Mackenzie <acm@muc.de>
1221
1222 * progmodes/cc-mode.el (c-before-change): Wrap in save-match-data.
1223
1224 2007-03-09 Richard Stallman <rms@gnu.org>
1225
1226 * abbrev.el (abbrev): Add `provide'.
1227
1228 2007-03-09 Thien-Thi Nguyen <ttn@gnu.org>
1229
1230 * net/ange-ftp.el (ange-ftp-try-passive-mode): Doc fix.
1231
1232 2007-03-09 Martin Rudalics <rudalics@gmx.at>
1233
1234 * complete.el (PC-try-completion): New function.
1235 (PC-do-completion, read-file-name-internal): Use it instead of
1236 try-completion.
1237
1238 2007-03-08 Alan Mackenzie <acm@muc.de>
1239
1240 Remove stale tokens from `c-found-types' cache.
1241
1242 * progmodes/cc-mode.el (c-unfind-enclosing-token)
1243 (c-unfind-coalesced-tokens, c-before-change): New functions.
1244 (c-maybe-stale-found-type): New variable.
1245
1246 * progmodes/cc-engine.el (c-partial-ws-p, c-unfind-type)
1247 (c-trim-found-types): New functions.
1248
1249 2007-03-08 Stefan Monnier <monnier@iro.umontreal.ca>
1250
1251 * smerge-mode.el (smerge-remove-props): Don't mark the buffer modified.
1252 (debug-ignored-errors): Add entry from smerge-match-conflict.
1253
1254 2007-03-08 J.D. Smith <jdsmith@as.arizona.edu>
1255
1256 * progmodes/idlw-help.el (idlwave-do-context-help1): Don't visit
1257 special help topics for keywords.
1258 (idlwave-help-assistant-command): Include ".exe" for ms-dos
1259 etc. Assistant command.
1260
1261 2007-03-08 Chong Yidong <cyd@stupidchicken.com>
1262
1263 * replace.el (occur-engine): Move buffer-undo-list binding...
1264 (occur-1): ...to here.
1265
1266 * complete.el (PC-bindings): Rebind M-TAB in read-expression-map.
1267
1268 * simple.el (minibuffer-completing-symbol): New var.
1269 (eval-expression): Use it.
1270 (completion-setup-function): Don't bind completion-base-size when
1271 completing a symbol in the minibuffer.
1272
1273 2007-03-08 Nick Roberts <nickrob@snap.net.nz>
1274
1275 * progmodes/gud.el (gdb): Pop up current GUD buffer if user
1276 tries to start a second session in graphical mode.
1277
1278 2007-03-07 Miles Bader <miles@gnu.org>
1279
1280 * international/isearch-x.el
1281 (isearch-process-search-multibyte-characters):
1282 Strip text-properties from PROMPT to avoid an error from read-string.
1283
1284 2007-03-07 Kim F. Storm <storm@cua.dk>
1285
1286 * complete.el (PC-bindings): Remap lisp-complete-symbol to
1287 PC-lisp-complete-symbol instead of binding M-TAB in global-map.
1288
1289 2007-03-07 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
1290
1291 * complete.el (PC-do-completion): Delete duplicates in the list of
1292 possible completions.
1293
1294 2007-03-07 Glenn Morris <rgm@gnu.org>
1295
1296 * ses.el (ses-mode): Doc fix.
1297
1298 2007-03-06 Kim F. Storm <storm@cua.dk>
1299
1300 * isearch.el (isearch-message-prefix): Undo 2007-03-01 change.
1301
1302 2007-03-06 Kenichi Handa <handa@m17n.org>
1303
1304 * term/x-win.el (x-select-utf8-or-ctext): Improve the strategy.
1305
1306 2007-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
1307
1308 * simple.el (completion-setup-function): Improve last fix so it doesn't
1309 set it to a relative directory name either.
1310
1311 2007-03-05 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1312
1313 * ps-print.el: Replace some (defvar VAR) by (defvar VAR nil).
1314
1315 2007-03-05 Richard Stallman <rms@gnu.org>
1316
1317 * emacs-lisp/re-builder.el (reb-re-syntax): Fix custom type.
1318
1319 * files.el (find-file-noselect): No error if file no longer exists.
1320 Display a message and avoid other questions.
1321
1322 2007-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
1323
1324 * pcomplete.el (pcomplete-show-completions): Improve last change, so
1325 as not to use an invisible window and to create a window if none exist.
1326
1327 * progmodes/python.el (python-send-command): Restart proc if necessary.
1328 (python-proc): Simplify.
1329
1330 2007-03-05 David Hansen <david.hansen@gmx.net> (tiny change)
1331
1332 * pcomplete.el (pcomplete-show-completions): Search all frames for
1333 completions buffer.
1334
1335 2007-03-05 Chong Yidong <cyd@stupidchicken.com>
1336
1337 * cus-edit.el (customize-save-variable): Clear customized-value
1338 property (saved values are now put in theme-value property).
1339 (customize-set-variable): Doc fix.
1340
1341 * complete.el (PC-do-completion): If completion-ignore-case is
1342 non-nil, replace field with completion string before exiting.
1343
1344 2007-03-05 Michael Albinus <michael.albinus@gmx.de>
1345
1346 * net/tramp.el (tramp-make-temp-file): New parameter FILENAME.
1347 Append its extension to the resulting temporary file name.
1348 (tramp-handle-file-local-copy, tramp-handle-write-region): Apply it.
1349
1350 * net/tramp-smb.el (tramp-smb-handle-file-local-copy)
1351 (tramp-smb-handle-write-region): Apply it.
1352
1353 2007-03-05 Alin C. Soare <alinsoar@voila.fr> (tiny change)
1354
1355 * emacs-lisp/lisp-mode.el (calculate-lisp-indent):
1356 Redo previous change.
1357
1358 2007-03-04 Kevin Rodgers <kevin.d.rodgers@gmail.com> (tiny change)
1359
1360 * diff-mode.el (diff-mode): Doc fix.
1361
1362 2007-03-05 Kenichi Handa <handa@m17n.org>
1363
1364 * international/characters.el: Set category `l' (latin)
1365 for more characters.
1366
1367 2007-03-04 Kim F. Storm <storm@cua.dk>
1368
1369 * emacs-lisp/authors.el (authors-aliases): Add alias.
1370
1371 2007-03-04 Glenn Morris <rgm@gnu.org>
1372
1373 * progmodes/hideshow.el (hs-minor-mode): Turn mode off and show
1374 all when switching major mode.
1375 (hs-minor-mode, hs-c-start-regexp, hs-block-start-regexp)
1376 (hs-block-start-mdata-select, hs-block-end-regexp)
1377 (hs-forward-sexp-func, hs-adjust-block-beginning):
1378 Do not make these variables permanent-local.
1379
1380 2007-03-04 Richard Stallman <rms@gnu.org>
1381
1382 * progmodes/cperl-mode.el (cperl-mode):
1383 Modify cperl-compilation-error-regexp-alist by appending.
1384
1385 * emacs-lisp/edebug.el (edebug-kill-buffer): New function.
1386 (edebug-mode): Add the hook.
1387 (edebug-recursive-edit): Remove the hook on exiting.
1388
1389 * type-break.el (type-break-get-previous-time):
1390 Handle end-of-file errors specially
1391 so they don't get reported wrong in .emacs.
1392
1393 * startup.el (fancy-splash-text): Clarify text.
1394
1395 * simple.el (beginning-of-buffer, end-of-buffer):
1396 Avoid treating plain C-u like numeric arg.
1397
1398 * simple.el (completion-setup-function): Don't set
1399 default-directory to nil.
1400
1401 * shell.el (shell-dirstack-query): Doc fix.
1402
1403 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line):
1404 Don't select the window -- pass it to primitives instead.
1405
1406 * faces.el (minibuffer-prompt): Use medium blue by default.
1407
1408 2007-03-04 David Kastrup <dak@gnu.org>
1409
1410 * jit-lock.el (jit-lock-stealth-time): Change default to nil.
1411 Preserve 16 as default value for "seconds" when customizing.
1412
1413 2007-03-04 Carsten Dominik <dominik@science.uva.nl>
1414
1415 * textmodes/org.el (org-self-insert-command)
1416 (orgtbl-self-insert-command, org-delete-char)
1417 (org-delete-backward-char): Set the `flyspell-delayed' property.
1418
1419 2007-03-03 Chong Yidong <cyd@stupidchicken.com>
1420
1421 * international/mule.el (find-auto-coding): Don't search for
1422 line-ending characters past the end of the tail.
1423
1424 2007-03-03 Christopher Allan Webber <cwebber@dustycloud.org> (tiny change)
1425
1426 * play/gamegrid.el (gamegrid-add-score-with-update-game-score-1):
1427 Jump to the line where new score has been uploaded.
1428
1429 * play/tetris.el (tetris-move-bottom, tetris-move-left)
1430 (tetris-move-right, tetris-rotate-prev, tetris-rotate-next):
1431 Do nothing when the game is paused.
1432
1433 2007-03-03 Carsten Dominik <dominik@science.uva.nl>
1434
1435 * textmodes/org.el (org-set-tags): Prevent slipping of point
1436 during completion.
1437
1438 2007-03-01 Lennart Borgman <lennart.borgman.073@student.lu.se>
1439
1440 * isearch.el (isearch-message-prefix):
1441 Use minibuffer-prompt-properties.
1442
1443 2007-03-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1444
1445 * ps-print.el: Replace (defvar VAR nil) by (defvar VAR).
1446 (ps-setup): Print which Emacsen is running ps-print package.
1447
1448 2007-03-01 Stuart Herring <herring@lanl.gov>
1449
1450 * files.el (set-auto-mode-0): Use `indirect-function'.
1451 (hack-one-local-variable): Don't reapply current major mode.
1452
1453 2007-03-01 Stefan Monnier <monnier@iro.umontreal.ca>
1454
1455 * progmodes/python.el (python-quote-syntax): Don't bother with
1456 syntax-ppss-context.
1457 (python-fill-paragraph): Make sure that fenced-string delimiters that
1458 stand on their own line stay there
1459
1460 2007-03-01 Lennart Borgman <lennart.borgman.073@student.lu.se>
1461
1462 * replace.el (perform-replace): Propertize message.
1463
1464 2007-03-01 Carsten Dominik <dominik@science.uva.nl>
1465
1466 * textmodes/org.el (org-prepare-agenda-buffers): Also check for
1467 invisible heading.
1468
1469 2007-02-28 Chong Yidong <cyd@stupidchicken.com>
1470
1471 * net/tramp.el (tramp-file-name-handler): Revert last change.
1472
1473 2007-02-28 Nick Roberts <nickrob@snap.net.nz>
1474
1475 * progmodes/gdb-ui.el (gdb-mouse-until, gdb-mouse-jump):
1476 Correct doc strings.
1477
1478 2007-02-28 Chong Yidong <cyd@stupidchicken.com>
1479
1480 * replace.el (perform-replace): Undo forward-char immediately if
1481 non-adjacent search fails.
1482
1483 2007-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
1484
1485 * version.el (emacs-major-version, emacs-minor-version):
1486 string-to-int -> string-to-number.
1487
1488 2007-02-28 Juanma Barranquero <lekktu@gmail.com>
1489
1490 * help.el (where-is): Fail gracefully when not passed a command.
1491
1492 2007-02-28 Stuart Herring <herring@lanl.gov>
1493
1494 * find-lisp.el (find-lisp-default-directory-predicate):
1495 Fix bug: Do symlink check on expanded filename.
1496
1497 2007-02-28 Carsten Dominik <dominik@science.uva.nl>
1498
1499 * textmodes/org.el (org-set-tags, org-table-get-field): Avoid case
1500 changes during replacement.
1501 (org-agenda-mode-map): Add default binding for `org-agenda-archive'.
1502
1503 2007-02-28 Lars Hansen <larsh@soem.dk>
1504
1505 * desktop.el: Delete header line listing me as maintainer.
1506
1507 2007-02-28 Glenn Morris <rgm@gnu.org>
1508
1509 * tutorial.el (tutorial--describe-nonstandard-key): Tweak text in
1510 the menus case.
1511
1512 2007-02-28 Chong Yidong <cyd@stupidchicken.com>
1513
1514 * net/tramp.el (tramp-file-name-handler): Inhibit modification
1515 hooks to avoid confusion when combining after-change calls.
1516
1517 2007-02-27 Ken Manheimer <ken.manheimer@gmail.com>
1518
1519 * allout.el (allout-encrypt-string): Remove inhibition of gpg-agent,
1520 now that pgg-gpg-process-region correctly honors passed-in passphrase.
1521 (allout-distinctive-bullets-string): Add info about bullet conventions.
1522 (allout-mode): Add info about distinctive vs plain bullets.
1523
1524 2007-02-27 Carsten Dominik <dominik@science.uva.nl>
1525
1526 * textmodes/org.el (org-archive-subtree): Quote variable name.
1527 (org-agenda-get-todos): Make sure skip properties are checked correctly.
1528
1529 2007-02-26 Nick Roberts <nickrob@snap.net.nz>
1530
1531 * progmodes/gud.el (gud-bashdb-history, gud-bashdb-marker-filter)
1532 (gud-bashdb-command-name, bashdb): Remove.
1533 (gud, gud-menu-map): Remove references to bash/bashdb.
1534
1535 2007-02-26 Andrey Zhdanov <susuman@hotmail.com> (tiny change)
1536
1537 * progmodes/gud.el (gud-pdb-marker-regexp): Add optional <module>
1538 keyword for Python 2.5.
1539
1540 2007-02-26 Romain Francoise <romain@orebokech.com>
1541
1542 * net/net-utils.el (whois-server-tld): Update server for .org.
1543 (whois-server-list): Add whois.publicinterestregistry.net.
1544 (whois-guess-server): Fix formatting in docstring.
1545
1546 2007-02-26 Kim F. Storm <storm@cua.dk>
1547
1548 * mouse.el (mouse-show-mark): Run hooks and perform command
1549 remapping for mouse-region-delete-keys.
1550
1551 2007-02-26 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
1552
1553 * font-core.el (font-lock-mode): Doc fix.
1554
1555 2007-02-25 Kim F. Storm <storm@cua.dk>
1556
1557 * ido.el (ido-buffer-internal): Set this-command to fallback command.
1558 Add selected buffer to buffer-name-history.
1559 (ido-file-internal): Set this-command to fallback command.
1560 Add file names to file-name-history.
1561
1562 * emacs-lisp/map-ynp.el (map-y-or-n-p):
1563 Apply minibuffer-prompt-properties.
1564
1565 2007-02-25 Andreas Schwab <schwab@suse.de>
1566
1567 * files.el (hack-one-local-variable-eval-safep): Correct handling
1568 of edebug-form-spec property value. Reported by Johan Bockg\e,Ae\e(Brd.
1569
1570 2007-02-25 Carsten Dominik <dominik@science.uva.nl>
1571
1572 * textmodes/org.el (org-table-overlay-coordinates)
1573 (org-table-toggle-coordinate-overlays): New functions.
1574 (org-table-overlay-coordinates, org-table-coordinate-overlays):
1575 New variables.
1576 (org-startup-with-deadline-check): Remove option.
1577 (org-mode): Remove deadline check on startup.
1578 (org-table-limit-column-width): Remove option.
1579 (org-table-formula-numbers-only): Remove option.
1580 (org-link-style, org-link-format): Remove options.
1581 (org-select-agenda-window, org-fit-agenda-window): Remove options.
1582 (org-export-ascii-show-new-buffer)
1583 (org-export-html-show-new-buffer): Remove options.
1584 (org-activate-links): Remove camel option.
1585 (org-file-link-context-use-camel-case): Remove option.
1586 (org-camel-regexp): Remove variable.
1587 (org-activate-camels): Remove function.
1588 (org-store-link): Remove Camel stuff.
1589 (org-make-org-heading-camel): Remove function.
1590 (org-open-at-point): Remove camel stuff.
1591 (org-link-search): Remove camel stuff.
1592 (org-camel-to-words): Function removed.
1593 (org-get-agenda-file-buffer): Make sure we prepare the base
1594 buffers, not any indirect buffers.
1595 (org-sort-entries): Sort top-level when not on a headline, and no
1596 active region.
1597 (org-in-regexp): New function.
1598 (org-search-not-self): Rename from `org-search-not-link'.
1599 (org-open-link-marker): New variable.
1600 (org-open-at-point): Set `org-open-link-marker'.
1601 (org-print-icalendar-entries): Fixe bug with excluding DONE
1602 entries from the exported list.
1603 (org-edit-formula-lisp-indent): New command.
1604 (orgtbl-to-texinfo, orgtbl-to-html): New functions.
1605 (orgtbl-to-latex, orgtbl-insert-radio-table)
1606 (orgtbl-toggle-comment, orgtbl-send-table): New functions.
1607 (orgtbl-radio-table-templates): New option.
1608 (org-store-link-props):
1609 (org-remember-templates): More possibilities to insert info
1610 into templates.
1611 (org-remember-apply-template): Make use of the extended
1612 template capabilities.
1613 (org-remember-redo-template): New command.
1614 (org-upgrade-old-links)
1615 (org-table-modify-formulas, org-table-replace-in-formulas)
1616 (org-table-find-dataline)
1617 (org-table-get-vertical-vector): Remove functions.
1618 (org-table-remove-rectangle-highlight)
1619 (org-time-stamp-format, org-toggle-log-option)
1620 (org-table-highlight-rectangle)
1621 (org-table-iterate, org-table-make-reference):
1622 (org-translate-time, org-tree-to-indirect-buffer)
1623 (org-table-field-info, org-table-fix-formulas)
1624 (org-table-force-dataline, org-table-get-descriptor-line)
1625 (org-table-get-range)
1626 (org-skip-comments, org-sort)
1627 (org-sort-entries, org-sublist, org-table-add-rectangle-overlay)
1628 (org-table-current-dline, org-table-current-field-formula)
1629 (org-table-edit-backward-field)
1630 (org-table-edit-formulas-post-command)
1631 (org-table-edit-line-down, org-table-edit-line-up)
1632 (org-agenda-archive)
1633 (org-agenda-clock-cancel)
1634 (org-agenda-clock-out, org-agenda-list-stuck-projects)
1635 (org-agenda-open-link, org-agenda-show-new-time)
1636 (org-agenda-skip-subtree-when-regexp-matches)
1637 (org-agenda-tree-to-indirect-buffer, org-agenda-undo)
1638 (org-at-regexp-p, org-auto-repeat-maybe, org-check-log-option)
1639 (org-do-sort, org-file-image-p, org-find-overlays)
1640 (org-find-row-type, org-get-indirect-buffer, org-get-repeat)
1641 (org-highlight-until-next-command, org-isearch-end)
1642 (org-match-any-p, org-next-link, org-previous-link):
1643 (org-remove-subtree-entries-from-agenda, org-replace-escapes)
1644 (org-rewrite-old-row-references)
1645 (org-isearch-post-command)
1646 (org-table-edit-move, org-table-edit-next-field)
1647 (org-table-edit-scroll, org-table-edit-scroll-down)
1648 (org-set-frame-title, org-show-reference)
1649 (org-unhighlight-once, org-verify-change-for-undo): New functions.
1650 (org-show-variable): Remove command.
1651 (org-add-log-maybe): New arguments STATE, FINDPOS
1652 (org-table-sort-lines): Rewrite from scratch.
1653 (org-link-search): New argument AVOID-POS.
1654 (org-print-icalendar-entries): Remove argument CATEGORY.
1655 (org-run-agenda-series): Remove argument WONDOW.
1656 (org-next-link, org-previous-link): New commands.
1657 (org-agenda-date-format): New option.
1658 (org-table-iterate): New command.
1659 (org-table-modify-formulas)
1660 (org-table-replace-in-formulas): Remove functions.
1661 (org-table-fix-formulas): New function.
1662 (org-table-insert-column, org-table-delete-column)
1663 (org-table-move-column): Use `org-table-fix-formulas'.
1664 (org-follow-gnus-link): Patch from Bastien/Leo.
1665 (org-table-current-field-formula): New function.
1666 (org-file-image-p): New function.
1667 (org-agenda-show-new-time): New function.
1668 (org-agenda-date-later): Call `org-agenda-show-new-time'.
1669 (org-with-remote-undo): New macro.
1670 (org-agenda-undo): New command.
1671 (org-verify-change-for-undo): New function.
1672 (org-time-stamp-format): New function.
1673 (org-agenda-get-timestamps): Skip scheduled if DONE and requested
1674 by user.
1675 (org-match-any-p): New function.
1676 (org-make-tags-matcher): Handle regular expressions for tag and
1677 todo matches.
1678 (org-read-date): Accept "+N" as input for a date relative to the
1679 current date.
1680 (org-remove-subtree-entries-from-agenda): New function.
1681 (org-agenda-archive, org-agenda-kill):
1682 Use `org-remove-subtree-entries-from-agenda'.
1683 (org-do-sort, org-sort-entries): New functions.
1684 (org-sort): New command.
1685 (org-table-sort-lines): Use `org-do-sort'.
1686 (org-fix-decoded-time): New function.
1687 (org-table-number-regexp): Require 0x... to identify as number
1688 in tables.
1689 (org-startup-options): New keywords for note taking.
1690 (org-upgrade-old-links): Remove function.
1691 (org-get-repeat): New function.
1692 (org-show-context): Also show siblings on current level.
1693 (org-show-siblings): New function.
1694 (org-isearch-end, org-isearch-post-command): New functions.
1695 (org-show-siblings): New option.
1696 (org-show-context): Use `org-show-siblings'.
1697 (org-table-maybe-recalculate-line): No longer require `calc-eval'
1698 to be bound, because user may just use elisp.
1699
1700 2007-02-24 Kim F. Storm <storm@cua.dk>
1701
1702 * emulation/cua-base.el (cua-paste): Handle x-clipboard-yank.
1703 (cua--init-keymaps): Remap x-clipboard-yank to cua-paste.
1704
1705 2007-02-24 Dan Nicolaescu <dann@ics.uci.edu>
1706
1707 * startup.el (command-line): Also check if the abbrev file is readable.
1708
1709 2007-02-24 John Paul Wallington <jpw@pobox.com>
1710
1711 * net/tls.el (tls-certtool-program): Fix custom type.
1712
1713 * mail/feedmail.el (feedmail-message-id-generator)
1714 (feedmail-date-generator): Fix custom types.
1715
1716 * mail/rmail.el (rmail-message-filter): Fix custom type.
1717
1718 2007-02-24 Eli Zaretskii <eliz@gnu.org>
1719
1720 * startup.el (command-line): If simple.el cannot be found, proceed
1721 with a warning message.
1722
1723 2007-02-24 Kenichi Handa <handa@m17n.org>
1724
1725 * international/utf-8.el (utf-8-pre-write-conversion): Handle the
1726 case that BEG is a string.
1727
1728 2007-02-24 Chris Moore <dooglus@gmail.com>
1729
1730 * pgg-pgp5.el (pgg-pgp5-encrypt-region):
1731 * pgg-pgp.el (pgg-pgp-encrypt-region):
1732 * pgg-gpg.el (pgg-gpg-encrypt-region):
1733 Check pgg-encrypt-for-me if no other recipients.
1734
1735 2007-02-23 Eli Zaretskii <eliz@gnu.org>
1736
1737 * mail/rmailedit.el (rmail-cease-edit): Restore the Rmail toolbar.
1738
1739 * textmodes/sgml-mode.el (sgml-validate): Quote the file name with
1740 shell-quote-argument.
1741
1742 2007-02-23 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
1743
1744 * comint.el (comint-read-input-ring): Use comint-input-ring-size
1745 from the comint buffer instead of the temporary one.
1746
1747 2007-02-23 David Reitter <david.reitter@gmail.com>
1748
1749 * cus-edit.el (custom-save-all): Canonicalize custom-file before
1750 storing it in recentf-exclude.
1751
1752 2007-02-23 Chong Yidong <cyd@stupidchicken.com>
1753
1754 * startup.el (fancy-splash-screens): Make cursor-type buffer-local
1755 in splash screen.
1756
1757 2007-02-22 J.D. Smith <jdsmith@as.arizona.edu>
1758
1759 * progmodes/idlw-shell.el (idlwave-shell-mode): Clean up pending
1760 commands, for restart.
1761 (idlwave-shell-current-module): Fix handling of module name by type.
1762 (idlwave-shell-break-in): Update type handling.
1763 (idlwave-shell-bp-get): Encode type in BP structure.
1764 (idlwave-shell-set-bp): Fix setting condition/count on disabled BPs.
1765 (idlwave-shell-module-source-query): Query routine info based on type.
1766 Fix path parsing for non-compiled files.
1767 (idlwave-shell-module-source-filter): Don't signal error in filter
1768 if no source found.
1769 (idlwave-shell-set-bp-in-module): Use fallback source to prevent
1770 filter race.
1771
1772 2007-02-22 Kim F. Storm <storm@cua.dk>
1773
1774 * wid-edit.el (widget-default-create): Undo 2007-02-04 change.
1775 (editable-field): Document need to put some text before the %v
1776 escape in :format string.
1777
1778 2007-02-19 Stefan Monnier <monnier@iro.umontreal.ca>
1779
1780 * vc-svn.el: Remove the code inherited from CVSREAD and `cvs edit'.
1781 (vc-svn-use-edit): Remove unused config var.
1782 (vc-svn-update, vc-svn-revert): Checkout is always implicit.
1783
1784 * outline.el (hide-sublevels): Keep empty last line, if available.
1785
1786 * buff-menu.el (list-buffers-noselect): Use explicit unicode code
1787 rather than the corresponding unicode char, to make the code
1788 more readable.
1789
1790 2007-02-19 Juanma Barranquero <lekktu@gmail.com>
1791
1792 * speedbar.el (speedbar-frame-mode, speedbar-frame-width)
1793 (speedbar-show-unknown-files, speedbar-item-info-file-helper)
1794 (speedbar-item-info-tag-helper): Doc fixes.
1795
1796 2007-02-19 Kenichi Handa <handa@m17n.org>
1797
1798 * international/mule-cmds.el (locale-language-names):
1799 Map "eo" to "Esperanto".
1800
1801 * language/european.el ("Esperanto"): New language environment.
1802
1803 2007-02-17 Sven Joachim <svenjoac@gmx.de> (tiny change)
1804
1805 * simple.el (kill-line): Doc fix.
1806
1807 2007-02-17 Kim F. Storm <storm@cua.dk>
1808
1809 * emacs-lisp/bindat.el (bindat--unpack-u*): Optimize.
1810 (bindat--unpack-item, bindat--length-group, bindat--pack-item)
1811 (bindat--unpack-group, bindat--pack-group):
1812 Handle vectors with optional element type.
1813
1814 2007-02-17 Daiki Ueno <ueno@unixuser.org>
1815
1816 * pgg-gpg.el (pgg-gpg-process-region): Make USE-AGENT nil
1817 if PASSPHRASE is given.
1818
1819 2007-02-17 Chris Moore <dooglus@gmail.com>
1820
1821 * jka-cmpr-hook.el (jka-compr-compression-info-list):
1822 Recognize backups of bz2 compressed files.
1823
1824 2007-02-17 Eli Zaretskii <eliz@gnu.org>
1825
1826 * info-look.el (info-lookup): Bind Info-fontify-maximum-menu-size
1827 to nil to speed up lookup of the symbol in index nodes.
1828
1829 2007-02-17 Alin C. Soare <alinsoar@voila.fr> (tiny change)
1830
1831 * emacs-lisp/lisp-mode.el (calculate-lisp-indent):
1832 Add indentation for the constants of Lisp.
1833
1834 2007-02-16 Stefan Monnier <monnier@iro.umontreal.ca>
1835
1836 * ps-print.el: Use (defvar <foo>) where applicable.
1837 (ps-print-emacs-type): Remove.
1838 (ps-x-frame-property, ps-e-frame-parameter): Remove.
1839 (ps-frame-parameter): Align its call-convention with frame-parameter.
1840 (ps-begin-job): Adjust calls to it appropriately.
1841 (ps-setup): Don't print ps-print-emacs-type.
1842 (ps-e-find-composition, ps-mark-active-p, ps-color-device):
1843 Define in such a way that it's obvious that it's defined.
1844 (ps-prsc, ps-c-prsc, ps-s-prsc): Remove.
1845 (ps-rmail-mode-hook, ps-vm-mode-hook, ps-gnus-summary-setup)
1846 (ps-jts-ps-setup): Use flavor-neutral syntax instead.
1847
1848 2007-02-15 Alan Mackenzie <acm@muc.de>
1849
1850 * progmodes/cc-cmds.el (c-indent-new-comment-line): When splitting
1851 an empty one-line C-style comment, post-position point properly.
1852
1853 2007-02-15 Chris Moore <dooglus@gmail.com>
1854
1855 * isearch.el (isearch-lazy-highlight-space-regexp): New variable.
1856 (isearch-lazy-highlight-new-loop): Bind it.
1857 (isearch-lazy-highlight-search): Use it.
1858
1859 * replace.el (replace-highlight): Bind search-whitespace-regexp to nil.
1860
1861 2007-02-15 Stefan Monnier <monnier@iro.umontreal.ca>
1862
1863 * font-lock.el (font-lock-extend-region-wholelines):
1864 Only return non-nil if the region has really been changed.
1865 Reported by David Hansen <david.hansen@physik.fu-berlin.de>
1866
1867 2007-02-15 Juanma Barranquero <lekktu@gmail.com>
1868
1869 * play/5x5.el (5x5-crack-xor-mutate): Doc fix.
1870 (5x5-draw-grid-end, 5x5-make-xor-with-mutation, 5x5-mode, 5x5-crack)
1871 (5x5-play-solution, 5x5-y-or-n-p): Fix typos in docstrings.
1872
1873 2007-02-14 Juanma Barranquero <lekktu@gmail.com>
1874
1875 * faces.el (color-values): Revert changes to docstring from
1876 2007-01-31 and 2000-09-07.
1877
1878 * textmodes/ispell.el (ispell-keep-choices-win, ispell-word)
1879 (ispell-begin-skip-region-regexp): Fix typos in docstrings.
1880 (ispell-dictionary-alist, ispell-process-line): Doc fixes.
1881 (ispell-help): Fix typos in docstring and output message.
1882
1883 2007-02-14 Kim F. Storm <storm@cua.dk>
1884
1885 * progmodes/grep.el (grep-files-aliases): Add tex and texi aliases.
1886 (lgrep): Add DIR arg to start grep in specific directory, like rgrep.
1887 (grep): Fix lgrep reference.
1888
1889 * disp-table.el (make-glyph-code, glyph-char, glyph-face): New defuns.
1890 (standard-display-underline): Use make-glyph-code.
1891
1892 * descr-text.el (describe-char): Use glyph-char and glyph-face.
1893
1894 * international/latin1-disp.el (latin1-display-char):
1895 Use make-glyph-code.
1896
1897 2007-02-13 Juanma Barranquero <lekktu@gmail.com>
1898
1899 * ehelp.el (with-electric-help, electric-help-exit)
1900 (electric-help-retain): Doc fixes.
1901
1902 * emacs-lisp/bytecomp.el (byte-compile-dest-file)
1903 (byte-compile-file): Doc fixes.
1904
1905 2007-02-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1906
1907 * term/mac-win.el: Change all uses of
1908 mac-set-font-panel-visibility to mac-set-font-panel-visible-p.
1909 (mac-ae-number): Return integer 0 if coerced result is float 0.0.
1910 (mac-ae-get-url): Call select-frame-set-input-focus.
1911 (mac-dnd-handle-drag-n-drop-event): Don't call
1912 select-frame-set-input-focus.
1913
1914 2007-02-13 Kenichi Handa <handa@m17n.org>
1915
1916 * international/characters.el: Fix documentation of category `a'.
1917
1918 2007-02-11 Dan Nicolaescu <dann@ics.uci.edu>
1919
1920 * progmodes/grep.el (grep): Mention lgrep and rgrep in the docstring.
1921
1922 2007-02-12 Michael Albinus <michael.albinus@gmx.de>
1923
1924 * net/tramp.el (tramp-get-ls-command, tramp-get-file-exists-command)
1925 (tramp-get-remote-ln): Handle error case.
1926 Reported by Chris Moore <dooglus@gmail.com>.
1927
1928 2007-02-11 Kim F. Storm <storm@cua.dk>
1929
1930 * bindings.el (ctl-x-map): Remove register compatibility bindings
1931 C-x /, C-x j, C-x x, and C-x g (deprecated since Emacs 19).
1932
1933 2007-02-11 Richard Stallman <rms@gnu.org>
1934
1935 * loadhist.el (unload-feature): Handle (t . SYMBOL) entries
1936 in load history.
1937
1938 * emacs-lisp/lisp-mode.el (indent-sexp): Clean up termination
1939 condition -- don't fail to stop at endpos.
1940
1941 2007-02-11 Carsten Dominik <dominik@science.uva.nl>
1942
1943 * textmodes/org.el (org-agenda-get-todos)
1944 (org-agenda-get-timestamps, org-agenda-get-closed)
1945 (org-agenda-get-deadlines, org-agenda-get-scheduled)
1946 (org-agenda-get-blocks, org-format-agenda-item)
1947 (org-agenda-change-all-lines, org-scan-tags): Rename text property
1948 from `category' to `org-category'.
1949
1950 2007-02-11 Kenichi Handa <handa@m17n.org>
1951
1952 * international/titdic-cnv.el (titdic-convert): Force files be written
1953 with Unix-like eol format. Read files under CXTERM-DIC by raw-text.
1954 (miscdic-convert): Force files be written with Unix-like eol format.
1955
1956 2007-02-11 Juanma Barranquero <lekktu@gmail.com>
1957
1958 * files.el (change-major-mode-with-file-name): Fix typo in docstring.
1959
1960 * calculator.el (calculator-prompt): Doc fix.
1961 (calculator-mode-map): Fix typo in menu entry.
1962
1963 2007-02-10 Jay Belanger <belanger@truman.edu>
1964
1965 * calculator.el (calculator): Do more extensive checking for when
1966 3 lines should be used for the calculator.
1967
1968 2007-02-10 Eli Zaretskii <eliz@gnu.org>
1969
1970 * info-look.el (info-lookup-make-completions):
1971 Bind Info-fontify-maximum-menu-size to nil to speed up lookup of
1972 index nodes.
1973
1974 * info.el (Info-fontify-maximum-menu-size): Document the effect
1975 of a nil value.
1976 (Info-fontify-node): Make sure Info-fontify-maximum-menu-size is
1977 non-nil before using it as size.
1978
1979 2007-02-09 Chong Yidong <cyd@stupidchicken.com>
1980
1981 * subr.el (insert-for-yank-1): Prevent read-only properties from
1982 interfering with text property operations.
1983
1984 * image-mode.el (image-mode): Revert 2007-01-30 changes.
1985
1986 * image.el (image-type-auto-detectable): Don't autodetect x[pb]m.
1987 (image-type-auto-detected-p): Fail if another match is found in
1988 auto-mode-alist.
1989
1990 * files.el (magic-mode-alist): Call image-mode instead of
1991 image-mode-maybe for autodetected images.
1992
1993 2007-02-09 Juanma Barranquero <lekktu@gmail.com>
1994
1995 * mail/smtpmail.el (smtpmail-smtp-service, smtpmail-queue-index-file):
1996 Fix typos in docstrings.
1997 (smtpmail-local-domain, smtpmail-queue-mail): Doc fixes.
1998
1999 2007-02-09 Kim F. Storm <storm@cua.dk>
2000
2001 * emacs-lisp/float-sup.el: Remove obsolete comment.
2002
2003 2007-02-08 Stefan Monnier <monnier@iro.umontreal.ca>
2004
2005 * diff-mode.el (diff-sanity-check-hunk): Fix last fix.
2006
2007 2007-02-08 Karl Fogel <kfogel@red-bean.com>
2008
2009 * simple.el: Revert previous change, at request of RMS:
2010 (fundamental-mode-hook): Remove.
2011 (fundamental-mode): Run after-change-major-mode-hooks manually,
2012 and don't run the now-nonexistent fundamental-mode-hook.
2013
2014 2007-02-08 Karl Fogel <kfogel@red-bean.com>
2015
2016 * simple.el (fundamental-mode-hook): Declare new hook.
2017 (fundamental-mode): Run the new dedicated hook, and don't run
2018 after-change-major-mode-hooks manually anymore.
2019
2020 2007-02-07 Stefan Monnier <monnier@iro.umontreal.ca>
2021
2022 * vc-svn.el (vc-svn-merge-news): Understand the new format with two
2023 added columns of chars. Remove support for the "no-meta-info" format.
2024 Prompted by Romain Francoise <romain@orebokech.com>.
2025
2026 2007-02-07 Nick Roberts <nickrob@snap.net.nz>
2027
2028 * progmodes/gdb-ui.el (gdb-if-arrow): New macro.
2029 (gdb-mouse-until, gdb-mouse-jump): Use it.
2030
2031 2007-02-07 Nick Roberts <nickrob@snap.net.nz>
2032
2033 * progmodes/gdb-ui.el (gdb-mouse-until, gdb-mouse-jump): Make them
2034 work when there is just an assembler buffer (no source buffer).
2035
2036 2007-02-07 Per Cederqvist <ceder@lysator.liu.se> (tiny change)
2037
2038 * diff-mode.el (diff-sanity-check-hunk): Don't reject the hunk
2039 just because the diff was produced using "-p" (--show-c-function).
2040
2041 2007-02-07 Juanma Barranquero <lekktu@gmail.com>
2042
2043 * faces.el (frame-set-background-mode): Use `color-values' and
2044 `display-color-p', not `x-color-values' and `x-display-color-p'.
2045 (face-valid-attribute-values): Use `defined-colors' instead of
2046 `x-defined-colors'.
2047
2048 2007-02-07 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2049
2050 * ps-print.ps: The ps-print commands without face printing should not
2051 print background color. Reported by Leo <sdl.web@gmail.com>.
2052 (ps-print-version): New version 6.7.3.
2053 (ps-begin-job): New arg. Fix ps-default-background and
2054 ps-default-foreground initialization.
2055 (ps-face-attributes): Fix doc string.
2056 (ps-face-background, ps-generate-postscript, ps-generate): Fix code.
2057
2058 * printing.el: Fix ps-print link.
2059
2060 2007-02-06 Chong Yidong <cyd@stupidchicken.com>
2061
2062 * faces.el (face-set-after-frame-default): Compile attributes to
2063 be set by frame parameters before merging in X resources.
2064
2065 2007-02-06 Juanma Barranquero <lekktu@gmail.com>
2066
2067 * simple.el (blink-matching-paren-dont-ignore-comments):
2068 (blink-matching-paren-on-screen): Doc fixes.
2069
2070 2007-02-06 Nick Roberts <nickrob@snap.net.nz>
2071
2072 * progmodes/gdb-ui.el (gdb-frames-mode): Truncate lines in stack buffer.
2073
2074 2007-02-05 Juanma Barranquero <lekktu@gmail.com>
2075
2076 * loadhist.el (unload-feature): Silently ignore `load-history' entries
2077 of the form `(defface . SYMBOL)', and treat `(autoload . SYMBOL)'
2078 entries like `defun'. Return nil.
2079
2080 2007-02-05 Kim F. Storm <storm@cua.dk>
2081
2082 * ido.el: Doc fixes.
2083
2084 2007-02-04 David Kastrup <dak@gnu.org>
2085
2086 * play/mpuz.el (mpuz-random-puzzle): Fix potential lockup when
2087 `mpuz-allow-double-multiplicator' is non-zero, and correct
2088 calculation of `min'.
2089
2090 2007-02-04 Per Abrahamsen <abraham@dina.kvl.dk>
2091
2092 * wid-edit.el (widget-default-create): Insert new text at the
2093 :from marker _after_ the marker, not before it.
2094
2095 2007-02-04 Alan Mackenzie <acm@muc.de>
2096
2097 * progmodes/cc-cmds.el (c-indent-line): Don't erase ^L when a line
2098 containing it is re-indented.
2099
2100 2007-02-03 Chong Yidong <cyd@stupidchicken.com>
2101
2102 * net/newsticker.el (newsticker--insert-image): Update docstring,
2103 and insert the image directly.
2104 (newsticker--buffer-redraw): Update docstring.
2105
2106 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
2107 Rename from define-global-minor-mode.
2108
2109 * progmodes/cwarn.el (global-cwarn-mode):
2110 * emacs-lisp/autoload.el (make-autoload):
2111 * hi-lock.el (global-hi-lock-mode):
2112 * font-core.el (global-font-lock-mode): All callers changed.
2113
2114 2007-02-03 Eli Zaretskii <eliz@gnu.org>
2115
2116 * textmodes/texnfo-upd.el (texinfo-menu-copy-old-description):
2117 Don't copy @ignore lines into menu descriptions.
2118 (texinfo-multi-file-update): Goto the @node line before attempting
2119 to pluck the node name.
2120 (texinfo-multiple-files-update): Reverse the optional arguments'
2121 order, as per the doc string and the `interactive' form.
2122
2123 2007-02-03 Chong Yidong <cyd@stupidchicken.com>
2124
2125 * image-mode.el: Use autoload to avoid overriding disabled setting
2126 applied in .emacs.
2127
2128 2007-02-03 Alan Mackenzie <acm@muc.de>
2129
2130 * progmodes/cc-engine.el (c-in-knr-argdecl): Slight correction
2131 for, e.g. "void (*hdone)();" in a k&r list. (No WS between
2132 adjacent paren groups).
2133
2134 2007-02-02 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2135
2136 * progmodes/ebnf2ps.el: Doc fixes.
2137 (ebnf-eps-buffer, ebnf-eps-region, ebnf-syntax-alist): Doc fixes.
2138
2139 2007-02-02 Eli Zaretskii <eliz@gnu.org>
2140
2141 * dired-x.el (dired-do-relsymlink): Add reference to
2142 dired-do-symlink. Add an autoload cookie.
2143
2144 * dired-aux.el (dired-do-symlink): Add reference to
2145 dired-do-relsymlink.
2146
2147 2007-02-02 Doug Maxey <dwm@enoyolf.org> (tiny change)
2148
2149 * mouse.el <left-fringe mouse-2, right-fringe mouse-3>:
2150 <left-fringe mouse-3>: New bindings.
2151
2152 2007-02-02 Ulf Jasper <ulf.jasper@web.de>
2153
2154 * newsticker.el (newsticker-version): Changed to "1.10".
2155 (newsticker--set-customvar): Doc string.
2156 (newsticker-new-item-face): Doc string.
2157 (newsticker-mode): Initialize `invisibility-spec' with t.
2158 (newsticker-mode-map): Added
2159 `newsticker-mark-all-items-at-point-as-read'.
2160 (newsticker-menu): Added narrow-to-item and narrow-to-feed.
2161 (newsticker-w3m-show-inline-images): Do not call
2162 `w3m-remove-image'.
2163 (newsticker--buffer-after-w3m-insert-image): New advice for
2164 w3m-insert-image to cache images.
2165 (newsticker-next-item-same-feed): New.
2166 (newsticker-mark-all-items-at-point-as-read-and-redraw): New.
2167 (newsticker-mark-all-items-of-feed-as-read): New.
2168 (newsticker-mark-all-items-at-point-as-read): Use new functions.
2169 (newsticker-mark-item-at-point-as-read): Doc string.
2170 (newsticker-mark-item-at-point-as-read): Use new functions.
2171 (newsticker--do-mark-item-at-point-as-read): New, extracted from
2172 `newsticker-mark-item-at-point-as-read'.
2173 (newsticker-hide-entry): Use (t) instead of t for invisibility.
2174 (newsticker--sentinel): Yet another xml-parser workaround.
2175 (newsticker--decode-iso8601-date): Bugfix for datestrings without
2176 days.
2177 (newsticker--buffer-do-insert-text): Fix.
2178 (newsticker--buffer-insert-enclosure): Fix. length might be missing.
2179 (newsticker--buffer-make-item-completely-visible):
2180 `switch-to-buffer' not necessary.
2181
2182 2007-02-02 Eli Zaretskii <eliz@gnu.org>
2183
2184 * progmodes/ebnf2ps.el (ebnf-eps-buffer, ebnf-eps-region)
2185 (ebnf-syntax-directory, ebnf-syntax-file, ebnf-syntax-region)
2186 (ebnf-style-database, ebnf-apply-style, ebnf-reset-style)
2187 (ebnf-push-style, ebnf-pop-style, ebnf-eps-production-list)
2188 (ebnf-directory, ebnf-file, ebnf-syntax-alist): Doc fixes.
2189
2190 2007-02-02 Kenichi Handa <handa@m17n.org>
2191
2192 * international/quail.el (quail-show-key): Fix an error message.
2193
2194 2007-02-01 Juanma Barranquero <lekktu@gmail.com>
2195
2196 * faces.el (set-face-underline-p, modify-face): Rename arg
2197 UNDERLINE-P to UNDERLINE (it is not a flag).
2198
2199 2007-02-01 Nick Roberts <nickrob@snap.net.nz>
2200
2201 * progmodes/gdb-ui.el (gdb-speedbar-update): Avoid duplication
2202 when adding gdb-speedbar-update to gdb-input-queue.
2203
2204 2007-02-01 Kenichi Handa <handa@m17n.org>
2205
2206 * international/quail.el (quail-show-key): Signal an error if the
2207 current input method is not using Quail.
2208
2209 2007-02-01 J.D. Smith <jdsmith@as.arizona.edu>
2210
2211 * progmodes/idlwave.el (idlwave-xml-create-sysvar-alist):
2212 Trim leading whitespace in sysvar names.
2213
2214 2007-02-01 Juanma Barranquero <lekktu@gmail.com>
2215
2216 * faces.el (internal-find-face, internal-get-face): Doc fixes.
2217
2218 2007-01-31 Juanma Barranquero <lekktu@gmail.com>
2219
2220 * ido.el (ido-set-common-completion): Use `let', not `let*'.
2221
2222 2007-01-31 Romain Francoise <romain@orebokech.com>
2223
2224 * comint.el: Delete extra copy of `comint-copy-old-input' added in
2225 previous change to this file.
2226
2227 2007-01-31 Jason Rumney <jasonr@gnu.org>
2228
2229 * files.el (magic-mode-alist): Use image-mode-maybe rather than
2230 image-mode.
2231
2232 * image-mode.el (image-mode-maybe): Prevent magic-mode-alist from
2233 interfering with attempt to set major mode from modified
2234 auto-mode-alist.
2235
2236 2007-01-31 Juanma Barranquero <lekktu@gmail.com>
2237
2238 * faces.el (color-values): Doc fix.
2239 (face-differs-from-default-p): Don't check :foreground twice.
2240
2241 2007-01-31 J.D. Smith <jdsmith@as.arizona.edu>
2242
2243 * comint.el (comint-mode): Prevent non-keyword fontification by default.
2244
2245 2007-01-31 Kenichi Handa <handa@m17n.org>
2246
2247 * international/quail.el (quail-store-decode-map-key): Store a
2248 translated character too.
2249 (quail-char-equal-p): New function.
2250 (quail-find-key1): Check character equality by quail-char-equal-p.
2251 (quail-decode-map-generated): New variable.
2252 (quail-find-key): Check quail-decode-map-generated and re-generate
2253 a decode map if necessary.
2254
2255 2007-01-30 Richard Stallman <rms@gnu.org>
2256
2257 * tutorial.el (tutorial--detailed-help): Make the list of
2258 changed keys look nicer.
2259
2260 2007-01-30 Nick Roberts <nickrob@snap.net.nz>
2261
2262 * progmodes/gdb-ui.el (gdb-var-delete-1): New function.
2263 (gdb-var-delete): Use it.
2264 (gdb-var-update-handler-1): Handle value "invalid" for MI field
2265 `in_scope'.
2266
2267 2007-01-30 Michael Albinus <michael.albinus@gmx.de>
2268
2269 * files.el (get-free-disk-space): Return nil for remote directories.
2270
2271 * net/ange-ftp.el (ange-ftp-ls): In case of wildcards, use "ls"
2272 instead of "dir".
2273
2274 2007-01-30 Chong Yidong <cyd@stupidchicken.com>
2275
2276 * type-break.el (type-break-catch-up-event): New function.
2277 (type-break-demo-hanoi, type-break-demo-life)
2278 (type-break-demo-boring): Use it.
2279
2280 * image-mode.el (image-mode): Don't automatically view as image.
2281 (image-toggle-display): Add `disabled' property.
2282
2283 2007-01-29 Juanma Barranquero <lekktu@gmail.com>
2284
2285 * isearchb.el (isearchb-iswitchb):
2286 * ps-print.el (ps-build-face-reference):
2287 * emacs-lisp/shadow.el (list-load-path-shadows):
2288 * eshell/esh-cmd.el (eshell-rewrite-for-command):
2289 * international/mule.el (find-auto-coding):
2290 * mail/supercite.el (sc-attrib-selection-list):
2291 * progmodes/cc-defs.el (c-emacs-features):
2292 * progmodes/cc-vars.el (c-offsets-alist):
2293 * progmodes/flymake.el
2294 (flymake-init-create-temp-source-and-master-buffer-copy):
2295 Fix typos in docstrings (some suggested by Chris Moore).
2296
2297 * progmodes/vhdl-mode.el (vhdl-components-package-name)
2298 (vhdl-get-library-unit, vhdl-corresponding-begin)
2299 (vhdl-skip-case-alternative, vhdl-backward-skip-label)
2300 (vhdl-align-region-2, vhdl-electric-dash, vhdl-case-word)
2301 (vhdl-hooked-abbrev, vhdl-hs-forward-sexp-func)
2302 (vhdl-font-lock-match-item): Fix typos in docstrings.
2303 (vhdl-get-library-unit, vhdl-get-block-state, vhdl-sort-alist)
2304 (vhdl-set-offset, vhdl-fix-case-region-1, vhdl-scan-directory-contents)
2305 (vhdl-speedbar-insert-project-hierarchy):
2306 Improve argument/docstring consistency.
2307
2308 2007-01-29 Kenichi Handa <handa@m17n.org>
2309
2310 * international/titdic-cnv.el (py-converter): Fix previous change.
2311
2312 2007-01-29 Chong Yidong <cyd@stupidchicken.com>
2313
2314 * jka-compr.el (jka-compr-partial-uncompress)
2315 (jka-compr-call-process): Rebind default-directory if it is
2316 invalid. Suggested by Chris Moore.
2317
2318 * comint.el (comint-insert-input): Handle situation where the
2319 selected buffer is not the clicked buffer.
2320
2321 2007-01-29 Kenichi Handa <handa@m17n.org>
2322
2323 * international/ja-dic-cnv.el (skkdic-convert):
2324 Add byte-compile-disable-print-circle:t at the head.
2325
2326 * international/titdic-cnv.el (tit-process-header):
2327 Add byte-compile-disable-print-circle:t at the head.
2328 (miscdic-convert): Likewise.
2329 (py-converter): Skip the header comments.
2330
2331 * emacs-lisp/bytecomp.el (byte-compile-disable-print-circle):
2332 New variable.
2333 (byte-compile-output-file-form): Bing print-circle to nil if
2334 byte-compile-output-file-form is not nil.
2335 (byte-compile-output-docform): Likewise.
2336
2337 2007-01-28 Kim F. Storm <storm@cua.dk>
2338
2339 * emulation/cua-base.el (cua-global-keymap, cua--region-keymap):
2340 Declare earlier to avoid byte compiler warnings.
2341
2342 2007-01-28 Markus Triska <markus.triska@gmx.at>
2343
2344 * speedbar.el (speedbar-make-specialized-keymap): Doc fix.
2345
2346 2007-01-28 Chong Yidong <cyd@stupidchicken.com>
2347
2348 * play/gamegrid.el (gamegrid-kill-timer): Cancel timer directly.
2349 (gamegrid-add-score-with-update-game-score-1): Allow local quits
2350 when calling update-game-score program. Remove unnecessary
2351 save-excursion.
2352
2353 * play/tetris.el (tetris-new-shape): Stop drawing if game is over.
2354
2355 2007-01-28 Nick Roberts <nickrob@snap.net.nz>
2356
2357 * progmodes/gdb-ui.el (gdb-breakpoint-regexp): Declare earlier to
2358 avoid compiler warning.
2359 (gdb-var-update-handler-1): Consider that the MI field `in_scope'
2360 might have values other than "true" or "false".
2361
2362 2007-01-28 Richard Stallman <rms@gnu.org>
2363
2364 * textmodes/fill.el (fill-paragraph-function): Doc fix.
2365 (fill-paragraph): Bind fill-paragraph-function to t to avoid recursion.
2366
2367 * emacs-lisp/pp.el (pp-eval-last-sexp): Don't eval here.
2368
2369 * image.el (image-type-header-regexps): Make GIF regex more specific.
2370
2371 * tutorial.el (tutorial--default-keys): Check M-DEL, not `M-backspace'.
2372 Don't check `backspace'.
2373 (tutorial--find-changed-keys): Look up bindings in a temp buffer
2374 in Fundamental mode.
2375
2376 * startup.el (fancy-splash-text, normal-splash-screen):
2377 Mention C-g.
2378
2379 * simple.el (eval-expression): Don't use eval-last-sexp-print-value
2380 when inserting in buffer.
2381
2382 * vc-arch.el (vc-arch-file-id): Move with-current-buffer
2383 inside the if.
2384
2385 2007-01-27 Richard Stallman <rms@gnu.org>
2386
2387 * obsolete/awk-mode.el (awk-font-lock-keywords): Add "do".
2388
2389 2007-01-27 Guanpeng Xu <herberteuler@hotmail.com>
2390
2391 * add-log.el (add-log-current-defun): Skip the semicolon ``;'' for
2392 enum/union/struct/class definition.
2393 Revert change to call `forward-sexp' multiple times.
2394
2395 2007-01-27 Chong Yidong <cyd@stupidchicken.com>
2396
2397 * files.el (hack-local-variables-confirm): Don't keep trying to
2398 read an event from an empty kbd macro.
2399
2400 2007-01-27 Eli Zaretskii <eliz@gnu.org>
2401
2402 * server.el (server-start): Mention LEAVE-DEAD arg in the doc string.
2403
2404 2007-01-27 Ben North <ben@redfrontdoor.org>
2405
2406 * outline.el (outline-promote, outline-demote): Doc fix. Rename
2407 the arg CHILDREN -> WHICH.
2408
2409 2007-01-27 Michael Albinus <michael.albinus@gmx.de>
2410
2411 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Set
2412 default-directory to a sane value when calling start-process.
2413
2414 2007-01-27 Eli Zaretskii <eliz@gnu.org>
2415
2416 * ls-lisp.el (ls-lisp-use-localized-time-format): New defcustom.
2417 (ls-lisp-format-time-list): Doc fix. Mention
2418 ls-lisp-use-localized-time-format.
2419 (ls-lisp-format-time): Use ls-lisp-format-time-list if
2420 ls-lisp-use-localized-time-format is non-nil, even if a valid
2421 locale is defined.
2422
2423 2007-01-27 Juanma Barranquero <lekktu@gmail.com>
2424
2425 * jka-compr.el (jka-compr-shell): Doc fix.
2426
2427 * jka-cmpr-hook.el (jka-compr-compression-info-list): Doc fix.
2428
2429 2007-01-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2430
2431 * ps-print.ps: Fix background height.
2432 (ps-print-version): New version 6.7.2.
2433
2434 2007-01-26 Eli Zaretskii <eliz@gnu.org>
2435
2436 * makefile.w32-in (finder-data, custom-deps): Depend on
2437 $(lisp)/loaddefs.el.
2438
2439 2007-01-24 Dan Nicolaescu <dann@ics.uci.edu>
2440
2441 * Makefile.in (custom-deps, finder-data): Add dependency to loaddefs.el.
2442
2443 2007-01-24 Miles Bader <miles@gnu.org>
2444
2445 * emacs-lisp/bytecomp.el (byte-compile-output-file-form)
2446 (byte-compile-output-docform): Bind `print-circle' to t.
2447
2448 2007-01-24 Kenichi Handa <handa@m17n.org>
2449
2450 * international/ja-dic-cnv.el (skkdic-convert): Insert a related
2451 file name of the original SKK dictionary file.
2452
2453 2007-01-24 Kim F. Storm <storm@cua.dk>
2454
2455 * ido.el (ido-initial-position): New variable.
2456 (ido-read-internal): Set it if default item is specified.
2457 (ido-minibuffer-setup): Position cursor accordingly if set.
2458 (ido-edit-input): C-e moves to end of input if not already there.
2459 (ido-magic-backward-char): C-b does like M-b if prev char is /.
2460 Don't switch to buffer mode if repeating C-b at start of input.
2461 (ido-toggle-ignore): C-a only toggles ignore at start or end of
2462 input; else it moves to start of input.
2463 (ido-kill-buffer-at-head, ido-delete-file-at-head): If cursor is
2464 not at end of input, delete rest of input, rather than normal op.
2465
2466 2007-01-23 Michael Kifer <kifer@cs.stonybrook.edu>
2467
2468 * viper-keym.el (viper-insert-basic-map): Delete binding for S-TAB.
2469
2470 * ediff-util.el (ediff-clone-buffer-for-region-comparison): Change text
2471 of message. Activate mark.
2472 (ediff-activate-mark): Set transient-mark-mode to t.
2473
2474 * ediff.el (ediff-regions-wordwise, ediff-regions-linewise): Doc fix.
2475
2476 2007-01-23 Martin Rudalics <rudalics@gmx.at>
2477
2478 * help-fns.el (describe-variable): Don't suppress display of
2479 buffer local value when the value is "large".
2480
2481 2007-01-22 Kim F. Storm <storm@cua.dk>
2482
2483 * ido.el (ido-active): Add XEmacs test from ido-minibuffer-setup.
2484 (ido-initiate-auto-merge, ido-exhibit, ido-minibuffer-setup)
2485 (ido-tidy): Use ido-active.
2486
2487 2007-01-22 Chris Moore <christopher.ian.moore@gmail.com>
2488
2489 * hexl.el (hexl-mode-exit): Add missing quote.
2490
2491 2007-01-22 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2492
2493 * term/mac-win.el (mac-keyboard-modifier-mask-alist): New constant.
2494 (mac-ae-keyboard-modifiers): New function.
2495 (mac-handle-toolbar-switch-mode): Use it.
2496 (mac-dnd-handle-drag-n-drop-event): Likewise. Set action to `copy'
2497 if keyboard modifiers on drop contain option key.
2498 (mac-dnd-drop-data): Add optional argument `action'.
2499 (special-event-map): Remove binding for M-drag-n-drop.
2500
2501 2007-01-21 Guanpeng Xu <herberteuler@hotmail.com>
2502
2503 * add-log.el (add-log-current-defun): Use CC Mode functions to
2504 find the beginning and end of a defun.
2505
2506 2007-01-21 Nick Roberts <nickrob@snap.net.nz>
2507
2508 * progmodes/gdb-ui.el (gdb-var-create-regexp)
2509 (gdb-var-create-handler): Handle value field in GDB output of
2510 -var-create.
2511 (gdb-max-frames): New variable.
2512 (gdb-stack-buffer, gdb-frames-select): Use it.
2513 (gdb-info-stack-custom): Help user customize gdb-max-frames,
2514 if necessary.
2515 (gdb-get-frame-number): Simplify.
2516
2517 2007-01-21 Glenn Morris <rgm@gnu.org>
2518
2519 * net/tramp.el (tramp-perl-encode, tramp-perl-decode):
2520 Update copyrights.
2521
2522 2007-01-21 Alan Mackenzie <acm@muc.de>
2523
2524 * progmodes/cc-cmds.el (c-where-wrt-brace-construct): Correct the
2525 handling of K&R stuff.
2526
2527 2007-01-21 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2528
2529 * textmodes/bibtex.el (bibtex-files): Fix customization type.
2530
2531 2007-01-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2532
2533 * ps-print.el: Handle frame parameters (background and/or foreground
2534 colors) changing dynamically. Reported by Leo <sdl.web@gmail.com>.
2535 (ps-print-version): New version 6.7.1.
2536 (ps-x-frame-property, ps-e-frame-parameter): New aliases.
2537 (ps-frame-parameter): New fun.
2538 (ps-default-fg, ps-default-bg): New default value ('frame-parameter).
2539 Fix doc and customization.
2540 (ps-begin-job): Get frame parameters (background and/or foreground
2541 colors).
2542 (ps-do-despool): Ensure ps-printer-name has a valid value.
2543
2544 2007-01-21 Nick Roberts <nickrob@snap.net.nz>
2545
2546 * progmodes/gdb-ui.el (gdb-debug-log): Rename from gdb-debug-ring.
2547 (gdb-debug-log-max): Rename from gdb-debug-ring-max.
2548 (gud-gdba-marker-filter): Make a value of nil for gdb-debug-ring-max
2549 mean unlimited.
2550
2551 2007-01-20 Alan Mackenzie <acm@muc.de>
2552
2553 * progmodes/cc-engine.el (c-in-knr-argdecl): Reformulate to do
2554 much more rigorous analysis of putative K&R regions.
2555
2556 2007-01-20 Alan Mackenzie <acm@muc.de>
2557
2558 * progmodes/cc-defs.el (c-go-list-forward, c-go-list-backward):
2559 New functions.
2560
2561 2007-01-20 Alan Mackenzie <acm@muc.de>
2562
2563 * progmodes/cc-align.el, progmodes/cc-cmds.el,
2564 * progmodes/cc-defs.el, progmodes/cc-engine.el,
2565 * progmodes/cc-langs.el, progmodes/cc-styles.el,
2566 * progmodes/cc-vars.el: Add my name.
2567
2568 2007-01-20 Chong Yidong <cyd@stupidchicken.com>
2569
2570 * files.el (find-alternate-file): Revert query message to Emacs 21
2571 version.
2572
2573 2007-01-20 Eric Hanchrow <offby1@blarg.net> (tiny change)
2574
2575 * progmodes/cperl-mode.el (cperl-electric-keywords): Document in
2576 the doc string how to use personal abbrevs without electric
2577 keywords.
2578
2579 2007-01-20 Alin C. Soare <alinsoar@voila.fr> (tiny change)
2580
2581 * lisp/emacs-lisp/lisp-mode.el (last-sexp-toggle-display):
2582 Fixed cursor position when toggle abbreviated display.
2583
2584 2007-01-20 Nick Roberts <nickrob@snap.net.nz>
2585
2586 * t-mouse.el: Update copyright following assignment by
2587 Alessandro Rubini.
2588
2589 2007-01-20 Chong Yidong <cyd@stupidchicken.com>
2590
2591 * type-break.el (type-break-demo-hanoi, type-break-demo-life)
2592 (type-break-demo-boring): Call read-event instead of read-char.
2593
2594 2007-01-19 Daniel Pfeiffer <occitan@esperanto.org> (small change)
2595
2596 * progmodes/compile.el: Add handling for makepplog.
2597
2598 2007-01-19 Reiner Steib <Reiner.Steib@gmx.de>
2599
2600 * textmodes/ispell.el (ispell-change-dictionary): Ensure that
2601 aspell dictionaries are initialized when called non-interactively.
2602
2603 2007-01-19 Chong Yidong <cyd@stupidchicken.com>
2604
2605 * progmodes/compile.el (compilation-loop): New arg limit.
2606 Handle case where the first error is at point-min.
2607 (compilation-next-error): New arg to compilation-loop call.
2608
2609 2007-01-18 Bruno Haible <bruno@clisp.org> (tiny change)
2610
2611 * info.el (Info-default-dirs): Change default info dir to
2612 share/info.
2613
2614 * paths.el (Info-default-directory-list): Ditto.
2615
2616 2007-01-18 Chris Moore <christopher.ian.moore@gmail.com>
2617
2618 * hexl.el (hexl-before-revert-hook): New function.
2619 (hexl-mode): Use it.
2620 (hexl-after-revert-hook): Just call hexl-mode.
2621 (hexl-mode-exit): Remove before-revert-hook.
2622
2623 2007-01-17 Stefan Monnier <monnier@iro.umontreal.ca>
2624
2625 * isearch.el (isearch-no-upper-case-p): Look for [:upper:] as well.
2626
2627 2007-01-16 Martin Rudalics <rudalics@gmx.at>
2628
2629 * textmodes/ispell.el (ispell-dictionary-alist-3): Replace "---"
2630 by "-" in francais7 otherchars entry.
2631 (ispell-dictionary-alist-5): Replace "." by "[.]" for polish
2632 otherchars entry.
2633
2634 2007-01-15 Karl Fogel <kfogel@red-bean.com>
2635
2636 * bookmark.el (bookmark-buffer-file-name): Abbreviate the bookmark
2637 path. Rewrite function in `cond' style for readability.
2638
2639 Suggested by: Stephen Eglen <S.J.Eglen{_AT_}damtp.cam.ac.uk>.
2640 (The path shortening, that is, not the rearrarangement.)
2641
2642 2007-01-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2643
2644 * term/mac-win.el (mac-ae-quit-application): New function.
2645 (mac-apple-event-map): Bind "quit application" Apple event to it.
2646
2647 2007-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
2648
2649 * vc-svn.el (vc-svn-parse-status): Trust the filename argument more
2650 than the program's output.
2651
2652 2007-01-14 Juanma Barranquero <lekktu@gmail.com>
2653
2654 * kmacro.el (kmacro-insert-counter, kmacro-set-counter)
2655 (kmacro-start-macro-or-insert-counter)
2656 (kmacro-step-edit-prefix-commands): Fix typos in docstrings.
2657 (kmacro-call-ring-2nd, kmacro-call-ring-2nd-repeat): Doc fixes.
2658
2659 * longlines.el (longlines-show-hard-newlines):
2660 * ruler-mode.el (ruler-mode-ruler):
2661 * emulation/keypad.el (keypad-setup):
2662 * progmodes/antlr-mode.el (antlr-indent-at-bol-alist):
2663 Fix typo in docstring.
2664
2665 2007-01-13 Mathias Dahl <mathias.dahl@gmail.com>
2666
2667 * tumme.el (tumme-cmd-rotate-original-options): Add -outfile option.
2668 Remove redirect character ">".
2669
2670 2007-01-13 Juanma Barranquero <lekktu@gmail.com>
2671
2672 * replace.el (perform-replace): Remove leftover code.
2673
2674 2007-01-12 Richard Stallman <rms@gnu.org>
2675
2676 * replace.el (perform-replace): Don't clear NODENT when computing
2677 the replacement string.
2678
2679 2007-01-11 Michael Albinus <michael.albinus@gmx.de>
2680
2681 * net/tramp.el (tramp-handle-file-local-copy):
2682 Set `enable-multibyte-characters' to nil. Reported by Chris Moore
2683 <christopher.ian.moore@gmail.com>.
2684
2685 2007-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
2686
2687 * diff-mode.el (diff-sanity-check-context-hunk-half)
2688 (diff-sanity-check-hunk): New functions.
2689 (diff-find-source-location): Use'em to check the hunks are well-formed.
2690
2691 * hexl.el (hexlify-buffer, dehexlify-buffer): Don't complain and don't
2692 activate undo when undo is not active.
2693 Reported by Chris Moore <christopher.ian.moore@gmail.com>.
2694
2695 2007-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
2696
2697 * ffap.el (ffap-next-regexp, ffap-machine-p, ffap-newsgroup-regexp)
2698 (ffap-newsgroup-p, ffap-alist, ffap-string-at-point-mode-alist)
2699 (ffap-url-at-point): Use char-classes rather than "a-z".
2700
2701 2007-01-10 Juanma Barranquero <lekktu@gmail.com>
2702
2703 * ediff-init.el (ediff-autostore-merges):
2704 * textmodes/fill.el (fill-region): Doc fix.
2705
2706 2007-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
2707
2708 * server.el (server-ensure-safe-dir): UIDs may be floats.
2709
2710 2007-01-10 Richard Stallman <rms@gnu.org>
2711
2712 * battery.el (battery-linux-proc-acpi): Use ignore-errors
2713 around calls to directory-files.
2714
2715 * subr.el (momentary-string-display): Use save-excursion.
2716
2717 * emacs-lisp/pp.el (pp-eval-expression): Once again eval the
2718 argument, but read it as `X' does.
2719
2720 2007-01-09 Juri Linkov <juri@jurta.org>
2721
2722 * info.el (Info-fontify-node): Don't hide node names of index entries.
2723
2724 * faces.el (momentary): Change :group to basic-faces where all
2725 basic faces belong to. Add :version.
2726
2727 2007-01-09 Lennart Borgman <lennart.borgman.073@student.lu.se>
2728
2729 * tutorial.el (tutorial--display-changes): Show M-x sequence if no
2730 keybinding is found.
2731 (tutorial--find-changed-keys): Never treat null keybinding as a
2732 remapping.
2733
2734 2007-01-09 Martin Rudalics <rudalics@gmx.at>
2735
2736 * wdired.el (wdired-xcase-word): Skip non-word read-only characters.
2737
2738 2007-01-09 Kenichi Handa <handa@m17n.org>
2739
2740 * international/mule-cmds.el
2741 (select-safe-coding-system-interactively): Fix message.
2742
2743 2007-01-09 Michael Albinus <michael.albinus@gmx.de>
2744
2745 * net/tramp.el (tramp-process-one-action): Remove `with-timeout'.
2746 (tramp-process-actions): Add optional parameter TIMEOUT.
2747 (tramp-open-connection-telnet, tramp-open-connection-rsh)
2748 (tramp-open-connection-su): Add timeout of 60".
2749
2750 2007-01-09 Richard Stallman <rms@gnu.org>
2751
2752 * progmodes/compile.el (compile): Doc fix.
2753
2754 2007-01-09 Markus Triska <markus.triska@gmx.at>
2755
2756 * tumme.el (tumme-display-thumb): Doc fix.
2757
2758 2007-01-08 Juanma Barranquero <lekktu@gmail.com>
2759
2760 * battery.el (battery-search-for-one-match-in-files):
2761 * bindings.el (mode-line-minor-mode-help):
2762 * x-dnd.el (x-dnd-types-alist):
2763 * calendar/icalendar.el (icalendar-import-buffer):
2764 * term/mac-win.el (mac-dnd-types-alist): Fix typo in docstring.
2765
2766 * progmodes/vhdl-mode.el (vhdl-save-caches): Fix typo in error message.
2767
2768 2007-01-07 Chris Moore <christopher.ian.moore@gmail.com>
2769
2770 * replace.el (replace-regexp): Fix typo in docstring.
2771
2772 2007-01-07 Alan Mackenzie <acm@muc.de>
2773
2774 * progmodes/cc-langs.el (c-operators, c-filter-ops):
2775 Amend doc-string and comments.
2776
2777 2007-01-06 Eli Zaretskii <eliz@gnu.org>
2778
2779 * files.el (abbreviate-file-name): Doc fix.
2780
2781 2007-01-06 Markus Triska <triska@gmx.at>
2782
2783 * subr.el (split-string): Remove spurious ")" from doc string.
2784
2785 2007-01-05 Takaaki Ota <Takaaki.Ota@am.sony.com>
2786
2787 * textmodes/table.el (table--warn-incompatibility):
2788 Use display-warning instead of momentary-string-display.
2789
2790 2007-01-05 Richard Stallman <rms@gnu.org>
2791
2792 * image.el (image-type-header-regexps): Recognize xbm more strictly.
2793
2794 * simple.el (backward-kill-word): Doc fix.
2795
2796 2007-01-05 Romain Francoise <romain@orebokech.com>
2797
2798 * international/mule.el (sgml-html-meta-auto-coding-function):
2799 Ensure that the buffer contains a HTML document.
2800
2801 2007-01-05 Dan Nicolaescu <dann@ics.uci.edu>
2802
2803 * faces.el (momentary): Move here ...
2804 * subr.el (momentary): ... from here.
2805
2806 2007-01-05 Nick Roberts <nickrob@snap.net.nz>
2807
2808 * progmodes/gdb-ui.el (gdb-max-children): New customizable variable.
2809 (gdb-speedbar-expand-node): Ask user for confirmation before expanding
2810 large structures/arrays.
2811
2812 2007-01-04 Juanma Barranquero <lekktu@gmail.com>
2813
2814 * files.el (find-file-noselect-1, set-visited-file-name):
2815 Allow backup-enable-predicate to be nil.
2816
2817 2007-01-04 Andreas Schwab <schwab@suse.de>
2818
2819 * progmodes/ebrowse.el (ebrowse-global-prefix-key): Fix typo in
2820 last change.
2821
2822 2007-01-03 Richard Stallman <rms@gnu.org>
2823
2824 * woman.el (woman-decode-buffer): Clarify error message.
2825
2826 2007-01-03 Alan Mackenzie <acm@muc.de>
2827
2828 * progmode/cc-cmds.el (c-mask-paragraph): Fix yesterday's buggy patch.
2829
2830 2007-01-03 Chris Moore <christopher.ian.moore@gmail.com>
2831
2832 * tutorial.el (tutorial--describe-nonstandard-key): Fix typo.
2833
2834 2007-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
2835
2836 * iswitchb.el (iswitchb-global-map): Use command-remapping if available.
2837
2838 2007-01-02 Juanma Barranquero <lekktu@gmail.com>
2839
2840 * emulation/viper.el (viper-custom-file-name, viper-mode):
2841 Fix typos in docstrings.
2842
2843 * subr.el (momentary-string-display): After moving point, set POS
2844 variable to it to avoid later errors once the buffer is modified.
2845 Doc fix.
2846
2847 2007-01-02 Alan Mackenzie <acm@muc.de>
2848
2849 * progmodes/cc-cmds.el (c-mask-paragraph): In a block comment,
2850 check that the "*/" is present before trying to manipulate it.
2851
2852 2007-01-02 Richard Stallman <rms@gnu.org>
2853
2854 * wid-edit.el (widget-choose): Avoid ugly error for function keys.
2855
2856 * progmodes/cfengine.el (cfengine-font-lock-syntactic-keywords):
2857 Fix format of value.
2858
2859 * cus-edit.el (customize-unsaved): Rename from customize-customized.
2860 Change messages accordingly.
2861 (customize-customized): Now alias.
2862
2863 2007-01-02 Juanma Barranquero <lekktu@gmail.com>
2864
2865 * files.el (version-control): Doc fix.
2866
2867 2007-01-01 Alan Mackenzie <acm@muc.de>
2868
2869 * progmodes/cc-engine.el (c-guess-basic-syntax, case 5N):
2870 Check the format of c-state-cache is valid for an optimisation before
2871 using it.
2872
2873 * progmodes/cc-engine.el (c-guess-basic-syntax): New case 5Q "we
2874 are at a statement within a macro". Other changes so that only
2875 the first continuation line in a macro gets the symbol
2876 `cpp-define-intro', the others getting `statement', or whatever.
2877
2878 * progmodes/cc-cmds.el (c-context-line-break): When invoked within
2879 a string, preserve whitespace. Add a backslash only when also in
2880 a macro.
2881
2882 * progmodes/cc-defs.el: Correct typos.
2883
2884 * progmodes/cc-cmds.el (c-context-line-break): Don't indent the
2885 new line after an escaped EOL in a string.
2886
2887 * progmodes/cc-engine.el (c-forward-label): Recognise "foo:" as a
2888 label when it directly follows "else", "do", ....
2889
2890 * progmodes/cc-engine.el (c-backward-<>-arglist): Tolerate empty
2891 angle brackets (as seen in "explicit specialisations" of C++
2892 templates).
2893
2894 * progmodes/cc-vars.el (c-indentation-style): Mention c-file-style
2895 in the doc-string.
2896
2897 * progmodes/cc-cmds.el (c-mask-paragraph): Fix for C comments,
2898 when the comment ender looks like "=========*/" and is alone on
2899 its line.
2900
2901 * progmodes/cc-langs.el, progmodes/cc-engine.el: Correct the
2902 spelling of c-opt-op-identiTier-prefix, t -> f. Leave an alias
2903 for the old name.
2904
2905 * progmodes/cc-mode.el: Bind C-M-a and C-M-e to
2906 c-\(beginning\|end\)-of-defun by default.
2907
2908 * progmodes/cc-align.el (c-lineup-gnu-DEFUN-intro-cont):
2909 New line-up function, for the DEFUN macro in the Emacs C sources.
2910 Only used in "gnu" style.
2911
2912 * progmodes/cc-styles.el (c-style-alist): Use this new function in
2913 the "gnu" style.
2914
2915 * progmodes/cc-cmds.el (c-electric-slash): Extend the handling of
2916 clean-up comment-close-slash also to work when there's a comment
2917 terminator on the line.
2918 (c-beginning-of-defun, c-end-of-defun): Refactor and optimise
2919 these for large arg - only take account of top level {..}, except
2920 for initial and final adjustments. M-- C-M-[ae] now go to the
2921 right defuns when the starting point is between defuns. They use
2922 the four new functions:
2923 (c-in-function-trailer-p, c-where-wrt-brace-construct)
2924 (c-backward-to-nth-BOF-{, c-forward-to-nth-EOF-}): New functions to
2925 support c-\(beginning\|end\)-of-defun.
2926
2927 * progmodes/cc-engine.el (c-forward-label): Analyze ":"
2928 expressions more rigorously, to exclude bit-field specifiers from
2929 being classed as labels.
2930 (c-forward-label): When analyzing a ":" within a macro, be careful
2931 about using c-forward-syntactic-ws at the macro beginning.
2932 (c-beginning-of-decl-1): Whilst searching for "=" as evidence of a
2933 stmt boundary, check for "operator=", etc.
2934
2935 * progmodes/cc-mode.el (c-postprocess-file-styles):
2936 Bind inhibit-read-only to t, around the call to
2937 c-remove-any-local-eval-or-mode-variables, so that it works on a
2938 RO file.
2939
2940 * progmodes/cc-defs.el (c-version): Update the version number to
2941 "5.31.4".
2942
2943 2007-01-01 Richard Stallman <rms@gnu.org>
2944
2945 * isearch.el (isearch-done): Use FOUND-POINT or FOUND-START
2946 only if we restored isearch-window-configuration.
2947
2948 2006-12-31 Romain Francoise <romain@orebokech.com>
2949
2950 * net/tramp.el (tramp-default-method): Don't use `symbol-function'.
2951
2952 2006-12-31 Kim F. Storm <storm@cua.dk>
2953
2954 * files.el (auto-mode-case-fold): New defcustom.
2955 (set-auto-mode): If non-nil, perform second case-sensitive pass
2956 through auto-mode-alist if first pass failed.
2957
2958 2006-12-30 Richard Stallman <rms@gnu.org>
2959
2960 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Doc fix.
2961
2962 2006-12-30 Ken Manheimer <ken.manheimer@gmail.com>
2963
2964 * allout.el (allout-encrypt-string): Handle symmetric-key
2965 passphrase caching but leave keypair caching to pgg.
2966
2967 2006-12-30 Michael Albinus <michael.albinus@gmx.de>
2968
2969 Sync with Tramp 2.0.55.
2970
2971 * net/tramp.el (tramp-completion-mode): Use `wholenump' instead of
2972 `integerp'. `char-equal' could fail else in case of negative
2973 numbers. Reported by Toby Speight <T.M.Speight.90@cantab.net>.
2974 (top): Check for `font-lock-add-keywords' before calling; it
2975 doesn't exist under XEmacs.
2976 (tramp-yn-prompt-regexp): Fix regexp. Add question from plink.
2977 (tramp-completion-mode): Remove clause (not
2978 tramp-unified-filenames), because the function is called in other
2979 context too, where this check results in wrong results in the
2980 XEmacs case on Windows.
2981 (tramp-touch): UTC handling is not possible for XEmacs.
2982
2983 2006-12-30 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2984
2985 * scroll-bar.el (previous-scroll-bar-mode): New variable
2986 (set-scroll-bar-mode): Set previous-scroll-bar-mode.
2987 (scroll-bar-mode): Use previous-scroll-bar-mode if set.
2988
2989 * term/x-win.el: Set scroll bar mode to right if set by X resources.
2990
2991 2006-12-30 Richard Stallman <rms@gnu.org>
2992
2993 * files.el (make-backup-file-name-1): Precompute abs name
2994 but don't lose the relative name.
2995
2996 * international/mule-cmds.el (select-safe-coding-system-interactively):
2997 Fix message.
2998
2999 2006-12-30 Kevin Rodgers <kevin.d.rodgers@gmail.com> (tiny change)
3000
3001 * files.el (backup-buffer): Show entire backup file name in msg.
3002
3003 2006-12-30 Juanma Barranquero <lekktu@gmail.com>
3004
3005 * image.el (image-type-header-regexps, image-type-from-data)
3006 (image-type-from-buffer, image-type-from-file-header):
3007 Revert changes from 2006-12-26.
3008 (image-type-auto-detectable): New variable.
3009 (image-type-auto-detected-p): New function.
3010
3011 * files.el (magic-mode-alist): Detect image files with
3012 `image-type-auto-detected-p' instead of `image-type-from-buffer'.
3013
3014 2006-12-29 Nick Roberts <nickrob@snap.net.nz>
3015
3016 * dired.el (dired-sort-other): Move test for dired-mode...
3017 (dired-sort-set-modeline): ...to here.
3018
3019 2006-12-29 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
3020
3021 * textmodes/fill.el (fill-comment-paragraph): Document 2006-12-24
3022 change. Suggested by Stefan Monnier.
3023
3024 2006-12-29 Kim F. Storm <storm@cua.dk>
3025
3026 * emacs-lisp/bindat.el (bindat--unpack-group, bindat--length-group)
3027 (bindat--pack-group): Let-bind COUNT during repeat block evaluation.
3028
3029 2006-12-27 Kim F. Storm <storm@cua.dk>
3030
3031 * emacs-lisp/authors.el (authors-aliases): Anchor FSF alias regexp,
3032 so it doesn't accidentally match an fsf.org mail address.
3033 (authors-renamed-files-alist): Add tcover-*.el.
3034
3035 2006-12-27 Stefan Monnier <monnier@iro.umontreal.ca>
3036
3037 * vc-arch.el (vc-arch-find-version): New function.
3038
3039 * vc-hooks.el (vc-version-backup-file-name): Revision names may be
3040 composed of arbitrary characters (even /) in some systems.
3041
3042 2006-12-27 Eli Zaretskii <eliz@gnu.org>
3043
3044 * international/mule-cmds.el (select-safe-coding-system-interactively):
3045 Improve the message in the *Warning* buffer.
3046
3047 2006-12-27 Kim F. Storm <storm@cua.dk>
3048
3049 * ido.el (ido-set-matches-1): Fix last change. If default item is
3050 current buffer, it is ok to be first.
3051
3052 2006-12-27 Kenichi Handa <handa@m17n.org>
3053
3054 * international/mule-cmds.el (select-safe-coding-system-interactively):
3055 Use face `link' for problematic chars.
3056
3057 2006-12-27 Kenichi Handa <handa@m17n.org>
3058
3059 * international/mule-cmds.el (select-safe-coding-system-interactively):
3060 Improve the message in *Warning* buffer.
3061
3062 2006-12-27 Kim F. Storm <storm@cua.dk>
3063
3064 * ido.el (ido-set-matches-1): Never put current buffer first if
3065 there are other matches.
3066
3067 2006-12-26 Nick Roberts <nickrob@snap.net.nz>
3068
3069 * progmodes/gdb-ui.el (gud-watch): Allow duplicate names for watch
3070 expressions.
3071 (gdb-var-delete): Handle duplicate names. Print message for non
3072 root expressions.
3073 (gdb-partial-output-name): Start buffer name with a space.
3074 (gdb-info-breakpoints-custom, gdb-reset): Handle space in above
3075 buffer name.
3076
3077 2006-12-26 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
3078
3079 * mail/footnote.el (Footnote-insert-footnote): Fix the search of the
3080 last footnote when `footnote-spaced-footnotes' is nil.
3081
3082 2006-12-26 Richard Stallman <rms@gnu.org>
3083
3084 * cus-edit.el (custom-browse-sort-alphabetically)
3085 (custom-buffer-sort-alphabetically)
3086 (custom-menu-sort-alphabetically): Doc fixes. Add autoloads.
3087
3088 * image.el (image-type-header-regexps): Change element format
3089 to include third item NOT-ALWAYS.
3090 (image-type-from-data): Handle new format.
3091 (image-type-from-buffer): Handle new format. New arg INCLUDE-MAYBES.
3092 (image-type-from-file-header): Pass t for INCLUDE-MAYBES.
3093
3094 2006-12-26 Guanpeng Xu <herberteuler@hotmail.com>
3095
3096 * add-log.el (add-log-current-defun): Call `forward-sexp'
3097 multiple times to pick a member function name defined as
3098 part of nested classes/namespaces.
3099
3100 2006-12-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3101
3102 * emacs-lisp/easymenu.el (easy-menu-change): New arg MAP to indicate
3103 which keymap should be used to change menu. It does not affect any
3104 existent code.
3105
3106 2006-12-26 Richard Stallman <rms@gnu.org>
3107
3108 * textmodes/fill.el (fill-paragraph): Check for a minibuffer
3109 rather than for being in a minibuffer window.
3110
3111 2006-12-25 Daiki Ueno <ueno@unixuser.org>
3112
3113 * pgg-def.el (pgg-passphrase-coding-system): Default to nil instead of
3114 locale-coding-system.
3115 * pgg-gpg.el (pgg-gpg-process-region): Encode passphrase with eol-type
3116 LF.
3117
3118 2006-12-25 Michael R. Mauger <mmaug@yahoo.com>
3119
3120 * progmodes/sql.el (sql-mode-abbrev-table): Correct initialization.
3121 (sql-mode-syntax-table): Disable double quoted strings.
3122 (sql-mode-font-lock-object-name): Add TYPE and TYPE BODY.
3123
3124 2006-12-25 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3125
3126 * startup.el (fancy-splash-last-input-event): New variable.
3127 (fancy-splash-special-event-action): New function.
3128 (fancy-splash-screens): Temporarily bind special events to it.
3129 Execute command for saved special event before exiting from
3130 recursive editing.
3131
3132 * term/mac-win.el (mac-keyboard-translate-char, mac-unread-string):
3133 New functions.
3134 (mac-ts-update-active-input-area, mac-ts-unicode-for-key-event):
3135 Use mac-unread-string.
3136
3137 2006-12-24 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
3138
3139 * textmodes/fill.el (fill-comment-paragraph): Prevent the use of
3140 an optimized comment regexp if `comment-start-skip' uses a ^.
3141 * bs.el (bs--up): Remove interactive spec.
3142
3143 2006-12-24 Chong Yidong <cyd@stupidchicken.com>
3144
3145 * woman.el (woman-decode-buffer): Signal error for alien macro sets.
3146 Suggested by James Cloos.
3147
3148 2006-12-24 Kevin Ryde <user42@zip.com.au>
3149
3150 * calendar/cal-dst.el (calendar-dst-starts): Default to second Sunday
3151 in March.
3152 (calendar-dst-ends): Default to first Sunday in November.
3153
3154 2006-12-24 Ken Manheimer <ken.manheimer@gmail.com>
3155
3156 * allout.el (allout-encrypt-string): Inhibit use of agent within
3157 body of let form where encryption happens. Acknowledge non-use of
3158 gpg-agent in docstring.
3159 (allout-toggle-subtree-encryption): Acknowledge non-use of
3160 gpg-agent in docstring.
3161
3162 2006-12-24 Chong Yidong <cyd@stupidchicken.com>
3163
3164 * custom.el (custom-add-frequent-value): Alias for custom-add-option.
3165
3166 2006-12-23 Michael Kifer <kifer@cs.stonybrook.edu>
3167
3168 * ediff-diff.el (ediff-diff-options): Clarify docstring.
3169 (ediff-setup-diff-regions): Disallow -u in ediff-diff-options.
3170
3171 * viper-cmd.el (viper-post-command-sentinel): Protect against errors
3172 in hooks.
3173 (viper-add-newline-at-eob-if-necessary): Add newline only if we
3174 actually modify buffer; ignore errors if occur.
3175
3176 2006-12-23 Chong Yidong <cyd@stupidchicken.com>
3177
3178 * calendar/calendar.el (calendar-mode-map): Switch < and >.
3179 (calendar-mode-line-format): Use mouse-1 bindings, and tweak
3180 formatting.
3181
3182 2006-12-23 Richard Stallman <rms@gnu.org>
3183
3184 * simple.el (delete-horizontal-space): Doc fix.
3185
3186 2006-12-23 Eli Zaretskii <eliz@gnu.org>
3187
3188 * makefile.w32-in (bootstrap-clean): Run bootstrap-clean-$(SHELLTYPE)
3189 explicitly in a recursive Make, not implicitly through prerequisites,
3190 since the latter is wrong under parallel builds.
3191
3192 2006-12-22 Eli Zaretskii <eliz@gnu.org>
3193
3194 * w32-fns.el (convert-standard-filename): Wrap in save-match-data.
3195
3196 2006-12-22 Kevin Rodgers <kevin.d.rodgers@gmail.com> (tiny change)
3197
3198 * progmodes/sh-script.el (sh-make-vars-local): Fix a typo in
3199 message string.
3200
3201 2006-12-22 Ben North <ben@redfrontdoor.org> (tiny change)
3202
3203 * outline.el (outline-next-visible-heading): Fix the case with a
3204 header at end-of-file with no final newline.
3205
3206 2006-12-22 Robert Thorpe <rthorpe@realworldtech.com> (tiny change)
3207
3208 * indent.el (tab-always-indent): Doc fix.
3209
3210 2006-12-22 Chong Yidong <cyd@stupidchicken.com>
3211
3212 * info.el (Info-fontify-maximum-menu-size): Bump to 1000000.
3213 (Info-fontify-node): Do fontify indices.
3214
3215 * tutorial.el (tutorial--detailed-help): Remove unnecessary link
3216 to the Emacs Lisp reference manual.
3217 (tutorial--tab-map): Remove. All callers changed.
3218 (tutorial--find-changed-keys): New elt QUIET, used to...
3219 (tutorial--display-changes): ...ensure that warning messages are
3220 only issued once per changed key.
3221 (tutorial--remove-remarks): Delete unused code-path.
3222 (lang-strings): Remove extraneous formatting.
3223 (tutorial--save-tutorial): Prompt before saving tutorial state.
3224
3225 2006-12-21 Chong Yidong <cyd@stupidchicken.com>
3226
3227 * tutorial.el: Remove `cl' requirement. Clean up whitespace.
3228 Replace '?\ ' by '?\s' throughout.
3229 (tutorial-warning-face): Inherit font-lock-warning-face. Move to
3230 `help' custom group.
3231 (tutorial--key-description): New function.
3232 (tutorial--display-changes): Remove redundant arg. Scan for all
3233 key sequences to avoid false matches. Cleanup.
3234 (tutorial--saved-dir): Save to a subdirectory in .emacs.d to
3235 reduce homedir pollution.
3236 (help-with-tutorial): Call tutorial--display-changes with no arg.
3237
3238 2006-12-21 Carsten Dominik <dominik@science.uva.nl>
3239
3240 * textmodes/org.el (org-mode-map): Bind org-complete also to M-\t.
3241
3242 2006-12-20 Michael Albinus <michael.albinus@gmx.de>
3243
3244 * net/tramp.el (tramp-default-method): We still need to check for
3245 `executable-find', because it is not bound under Emacs 20.
3246 (tramp-handle-file-name-completion)
3247 (tramp-completion-handle-file-name-completion): Handle optional
3248 parameter PREDICATE.
3249 (tramp-find-default-method): Add code for default values.
3250
3251 2006-12-20 Nick Roberts <nickrob@snap.net.nz>
3252
3253 * progmodes/gdb-ui.el (gdb-stopped): After attaching to a process
3254 make gud-go send "continue".
3255
3256 2006-12-19 Juanma Barranquero <lekktu@gmail.com>
3257
3258 * image.el (image-type-header-regexps): Be more specific detecting `pbm'
3259 and `png' files. Use non-capturing parenthesis for `tiff' regexp.
3260
3261 2006-12-19 Kim F. Storm <storm@cua.dk>
3262
3263 * bindings.el: Bind sigusr1 and sigusr2 in special-event-map
3264 instead of global-map.
3265
3266 * files.el (magic-mode-alist): Allow matching file type by
3267 calling a function at bob. Check for image types by calling
3268 image-type-from-buffer. Suggested by Juanma Barranquero.
3269 (set-auto-mode): Do it.
3270
3271 2006-12-19 Michael Albinus <michael.albinus@gmx.de>
3272
3273 * net/tramp.el (tramp-methods): Introduce new method `scpc'.
3274 Remove "ControlMaster" option from the other `scp*' methods.
3275 (tramp-default-method): Check for ssh-agent before setting to `scp'.
3276
3277 2006-12-18 Carsten Dominik <dominik@science.uva.nl>
3278
3279 * textmodes/org.el (org-mode): Show context after isearch.
3280 (org-show-siblings): New function.
3281 (org-show-context): Use `org-show-siblings'.
3282
3283 2006-12-18 Stefan Monnier <monnier@iro.umontreal.ca>
3284
3285 * emacs-lisp/syntax.el (syntax-ppss-flush-cache, syntax-ppss):
3286 Use syntax-ppss-toplevel-pos.
3287
3288 2006-12-18 Carsten Dominik <dominik@science.uva.nl>
3289
3290 * textmodes/org.el (org-current-line): Make sure that lines are
3291 counted from beginning of buffer.
3292 (org-table-copy-region, org-table-paste-rectangle): Make sure that
3293 lines are counted from beginning of buffer.
3294
3295 2006-12-17 Chong Yidong <cyd@stupidchicken.com>
3296
3297 * info.el (Info-build-node-completions): Signal error if tag-table
3298 marker is not found.
3299
3300 * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
3301
3302 2006-12-17 Alan Mackenzie <acm@muc.de>
3303
3304 * emacs-lisp/lisp.el (beginning-of-defun-raw): Optimise (for
3305 speed) the case when open-paren-in-column-0-is-defun-start is nil.
3306 Based on code by Martin Rudalics.
3307
3308 * progmodes/cc-mode.el (c-basic-common-init): Don't set
3309 open-paren-in-column-0-is-defun-start to nil any more.
3310
3311 2006-12-17 Richard Stallman <rms@gnu.org>
3312
3313 * simple.el (delete-horizontal-space): Use prefix arg.
3314
3315 * help-fns.el (describe-variable): Improve blank separator lines.
3316
3317 * files.el (magic-mode-alist): Mark as risky.
3318
3319 * files.el (make-backup-file-name-1):
3320 Expand backup-directory explicitly.
3321
3322 2006-12-17 Michael Albinus <michael.albinus@gmx.de>
3323
3324 * net/tramp.el (tramp-default-method): Before setting to "pscp",
3325 check whether package password.el is loaded, or Pageant is running.
3326
3327 2006-12-17 Ulf Jasper <ulf.jasper@web.de>
3328
3329 * calendar/icalendar.el (icalendar-version): Increase to "0.14".
3330 (icalendar--rris): First try Emacs, then XEmacs.
3331 (icalendar--convert-ical-to-diary): Doc fix.
3332 Insert newline at end of target file.
3333
3334 2006-12-17 Kim F. Storm <storm@cua.dk>
3335
3336 * outline.el (outline-isearch-open-invisible-function): New defvar.
3337 (outline-flag-region): Use it if non-nil for isearch-open-invisible
3338 overlay property instead of outline-isearch-open-invisible.
3339
3340 2006-12-16 Kim F. Storm <storm@cua.dk>
3341
3342 * ido.el (ido-completion-help): Build ido-cur-list and ido-matches
3343 if ido-directory-too-big is set on entry.
3344 (ido-toggle-ignore, ido-completion-help): Print message while
3345 reading big directory.
3346
3347 2006-12-15 Richard Stallman <rms@gnu.org>
3348
3349 * shell.el (shell): Doc fix.
3350
3351 2006-12-15 Kevin Gallagher <Kevin.Gallagher@boeing.com>
3352
3353 * emulation/edt.el (edt-xserver):
3354 * emulation/edt-mapper.el (edt-xserver): Replace `/' with a `-',
3355 to fix a problem on Cygwin.
3356
3357 * emulation/edt.el
3358 * emulation/edt-mapper.el
3359 * emulation/edt-lk201.el
3360 * emulation/edt-pc.el
3361 * emulation/edt-vt100.el: Update maintainer's email address.
3362
3363 2006-12-15 Simon Marshall <simon@gnu.org>
3364
3365 * progmodes/cc-fonts.el (c-font-lock-declarations): Fix previous change.
3366
3367 2006-12-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3368
3369 * term/mac-win.el (mac-atsu-font-table): Remove defvar.
3370 (mac-handle-font-selection): Use mac-atsu-font-face-attributes
3371 instead of mac-atsu-font-table.
3372 (fontset-default): Specify argument MAXIMUM in x-list-fonts calls.
3373
3374 2006-12-14 Stephen Leake <stephen_leake@member.fsf.org>
3375
3376 * align.el (align-match-tex-pattern): Fix a rare bug which
3377 hanged Emacs.
3378
3379 2006-12-14 Richard Stallman <rms@gnu.org>
3380
3381 * startup.el (use-fancy-splash-screens-p): Use frame-height
3382 instead of window-height. Pass frame to image-size.
3383
3384 2006-12-13 Kenichi Handa <handa@m17n.org>
3385
3386 * international/mule-cmds.el (set-locale-environment):
3387 Set default-sendmail-coding-system too.
3388
3389 2006-12-12 J.D. Smith <jdsmith@as.arizona.edu>
3390
3391 * progmodes/idlw-help.el: Fix copyright notice.
3392
3393 2006-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
3394
3395 * emacs-lisp/syntax.el (syntax-ppss-toplevel-pos): New fun.
3396
3397 2006-12-11 Juanma Barranquero <lekktu@gmail.com>
3398
3399 * subr.el (unread-command-char): Reformat obsolescence info.
3400
3401 2006-12-11 Richard Stallman <rms@gnu.org>
3402
3403 * emacs-lisp/cl-macs.el (defstruct): Suppress warnings
3404 about calls to cl-struct-setf-expander.
3405
3406 2006-12-11 Juanma Barranquero <lekktu@gmail.com>
3407
3408 * ediff-merg.el (ediff-show-clashes-only): Doc fix.
3409 (ediff-combination-pattern): Fix typo in docstring.
3410
3411 * textmodes/refer.el (refer-find-entry): Doc fix.
3412 (refer-bib-files-regexp, refer-bib-directory, refer-bib-files)
3413 (refer-cache-bib-files, refer-find-next-entry, refer-yank-key):
3414 Fix tipos in docstrings.
3415
3416 * progmodes/idlwave.el (idlwave-library-path): Fix typos in docstring.
3417
3418 2006-12-10 Kim F. Storm <storm@cua.dk>
3419
3420 * ido.el (ido-init-completion-maps): Remap backward-kill-word
3421 instead of binding M-backspace.
3422
3423 2006-12-10 Juanma Barranquero <lekktu@gmail.com>
3424
3425 * replace.el (replace-match-data, replace-match-maybe-edit):
3426 * calc/calc-aent.el (calc-eval-error):
3427 * emulation/vi.el (vi-char-argument):
3428 * progmodes/cc-langs.el (c-at-vsemi-p-fn)
3429 (c-vsemi-status-unknown-p-fn): Doc fixes.
3430
3431 2006-12-10 Chong Yidong <cyd@stupidchicken.com>
3432
3433 * menu-bar.el (menu-bar-showhide-menu, menu-bar-tools-menu)
3434 (menu-bar-help-menu): Tooltip fixes. Suggested by Francis Wright.
3435
3436 2006-12-10 Masatake YAMATO <jet@gyve.org>
3437
3438 * progmodes/ld-script.el (ld-script-keywords): Fix a typo.
3439
3440 2006-12-09 Chong Yidong <cyd@stupidchicken.com>
3441
3442 * mouse-sel.el (mouse-sel-mode): Register mouse-2 as a click type.
3443
3444 * man.el (Man-xref-button-action): New function. If the
3445 `Man-target-string' button property is a function, assume it
3446 accepts a position argument.
3447 (Man-abstract-xref-man-page): Use it.
3448 (Man-default-man-entry): New optional arg POS.
3449
3450 * wdired.el (wdired-preprocess-symlinks): Make the spaces after
3451 symlink arrows read-only and non-rear-sticky.
3452
3453 2006-12-09 Martin Rudalics <rudalics@gmx.at>
3454
3455 * wdired.el (wdired-change-to-wdired-mode, wdired-finish-edit)
3456 (wdired-search-and-rename): Simplify code.
3457 (wdired-preprocess-files, wdired-preprocess-perms): Make
3458 read-only property of preceding character rear-nonsticky to
3459 avoid that it can be modified. Put old-name and old-link
3460 properties on character preceding name and replace
3461 put-text-property by add-text-properties.
3462 (wdired-get-filename, wdired-get-previous-link): Get old-name
3463 and old-link properties from character preceding name and
3464 simplify code.
3465 (wdired-preprocess-perms, wdired-set-bit, wdired-toggle-bit)
3466 (wdired-perms-to-number): Make local-map property
3467 rear-nonsticky to avoid that text following permissions may be
3468 modified. Use add-text-properties instead of put-text-property
3469 when changing a permission bit.
3470 (wdired-change-to-dired-mode): Remove stickiness properties.
3471
3472 2006-12-09 Juanma Barranquero <lekktu@gmail.com>
3473
3474 * international/mule-cmds.el (register-input-method): Doc fix.
3475
3476 2006-12-09 Masayuki Ataka <masayuki.ataka@gmail.com> (tiny change)
3477
3478 * cmuscheme.el (scheme-start-file): Use `let*', not `let'.
3479
3480 2006-12-09 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
3481
3482 * textmodes/flyspell.el (flyspell-hack-local-variables-hook): New.
3483 Force buffer local defs evaluation on local variables loading.
3484 (flyspell-mode-on, flyspell-mode-off): Use it in
3485 `hack-local-variables-hook'.
3486
3487 2006-12-09 Eli Zaretskii <eliz@gnu.org>
3488
3489 * emacs-lisp/find-func.el (find-variable): Doc fix.
3490
3491 * help-fns.el (variable-at-point): Doc fix.
3492
3493 * w32-fns.el (w32-append-code-lines): New function.
3494
3495 2006-12-09 Romain Francoise <romain@orebokech.com>
3496
3497 * comint.el (comint-insert-input): Delete obsolete comment.
3498
3499 2006-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
3500
3501 * net/browse-url.el (browse-url): Set DISPLAY to the one of the
3502 current frame, in case we're connected to several displays.
3503
3504 2006-12-08 Juanma Barranquero <lekktu@gmail.com>
3505
3506 * frame.el (other-frame): Doc fix.
3507 (set-frame-parameter): Fix typo in docstring.
3508
3509 2006-12-07 Kim F. Storm <storm@cua.dk>
3510
3511 * info.el (Info-index): Strip leading colon from topic.
3512
3513 2006-12-07 Nick Roberts <nickrob@snap.net.nz>
3514
3515 * progmodes/gud.el (gud-speedbar-buttons): Deal with references
3516 to pointers.
3517
3518 2006-12-05 J.D. Smith <jdsmith@as.arizona.edu>
3519
3520 * progmodes/idlwave.el (idlwave-xml-create-class-method-lists):
3521 Trim out spurious class inheritance "None" entries.
3522
3523 2006-12-05 Kim F. Storm <storm@cua.dk>
3524
3525 * emulation/cua-base.el (cua-paste-pop-rotate-temporarily): Doc fix.
3526 (cua-paste-pop): Rework last change for
3527 cua-paste-pop-rotate-temporarily, so first M-y and C-y works alike,
3528 pasting the head of the kill-ring, and prefix arg C-u M-y inserts the
3529 text inserted by the last M-y command.
3530
3531 2006-12-05 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
3532
3533 * cmuscheme.el (run-scheme, scheme-start-file): Search the start
3534 file in ~/.emacs.d as `init_SCHEMENAME.scm' instead.
3535
3536 * shell.el (shell): Search the start file in ~/.emacs.d as
3537 `init_SHELLNAME.sh' instead.
3538
3539 2006-12-05 Glenn Morris <rgm@gnu.org>
3540
3541 * progmodes/cperl-mode.el (cperl-mode)
3542 * progmodes/f90.el (f90-mode-abbrev-table)
3543 * progmodes/fortran.el (fortran-mode-abbrev-table)
3544 * progmodes/octave-mod.el (octave-abbrev-table)
3545 * progmodes/sql.el (sql-mode-abbrev-table): Define abbrevs even
3546 if abbrev-table is non-nil (saved user abbrevs may have been restored).
3547
3548 * progmodes/vhdl-mode.el (vhdl-mode-abbrev-table-init): Do not
3549 clear abbrev table, else saved abbrevs will not be restored.
3550
3551 2006-12-04 Juanma Barranquero <lekktu@gmail.com>
3552
3553 * facemenu.el (facemenu-unlisted-faces): Put obsolescence info in
3554 the call to `make-obsolete-variable', not in the docstring.
3555
3556 2006-12-04 Chong Yidong <cyd@stupidchicken.com>
3557
3558 * facemenu.el (facemenu-unlisted-faces): Define as obsolete variable.
3559
3560 2006-12-04 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3561
3562 * progmodes/ebnf-abn.el:
3563 * progmodes/ebnf-bnf.el:
3564 * progmodes/ebnf-dtd.el:
3565 * progmodes/ebnf-ebx.el:
3566 * progmodes/ebnf-iso.el:
3567 * progmodes/ebnf-otz.el:
3568 * progmodes/ebnf-yac.el:
3569 * progmodes/ebnf2ps.el:
3570 * delim-col.el:
3571 * printing.el:
3572 * ps-bdf.el:
3573 * ps-mule.el:
3574 * ps-print.el: Remove 'Time-stamp' comment mark.
3575
3576 * printing.el (pr-menu-bind): Replace 'easy-menu-change' by
3577 'easy-menu-add-item' when called in Emacs 21 or higher.
3578
3579 2006-12-04 Stephen Leake <stephen_leake@stephe-leake.org>
3580
3581 * progmodes/ada-xref.el (ada-check-current): Doc fix.
3582 (ada-make-body-gnatstub): Doc fix. Remove redundant `progn'.
3583
3584 2006-12-04 Kim F. Storm <storm@cua.dk>
3585
3586 * bindings.el (global-map): Bind [signal t] to ignore, to have
3587 user signals ignored by default.
3588
3589 2006-12-04 Juanma Barranquero <lekktu@gmail.com>
3590
3591 * descr-text.el (describe-char-unicode-data): Use a hidden buffer for
3592 Unicode data file pointed to by `describe-char-unicodedata-file'.
3593
3594 2006-12-04 Stefan Monnier <monnier@iro.umontreal.ca>
3595
3596 * textmodes/sgml-mode.el (sgml-font-lock-keywords-1): Fix pathological
3597 O(n^2) regexp-search by anchoring the search.
3598
3599 2006-12-04 Dan Nicolaescu <dann@ics.uci.edu>
3600
3601 * whitespace.el (whitespace-cleanup-internal): Use current
3602 argument for recursive call.
3603
3604 2006-12-04 Michael Albinus <michael.albinus@gmx.de>
3605
3606 * net/tramp.el (tramp-methods): Add "ControlPath" and
3607 "ControlMaster" to scp, scp1 and scp2 methods. Suggested by
3608 Andreas Schwab <schwab@suse.de>.
3609 (tramp-do-copy-or-rename-file-out-of-band)
3610 (tramp-open-connection-rsh): Compute format spec for ?t.
3611 (tramp-process-actions): Trace command parameters.
3612
3613 2006-12-04 Nick Roberts <nickrob@snap.net.nz>
3614
3615 * simple.el (toggle-truncate-lines): Clarify doc string.
3616
3617 * progmodes/gdb-ui.el (gdb-var-delete-children): New function.
3618 (gdb-speedbar-expand-node): Use it.
3619
3620 2006-12-04 Richard Stallman <rms@gnu.org>
3621
3622 * progmodes/python.el (python-indent): Add safe-local-variable prop.
3623
3624 * dired.el (dired-revert): Turn off dired-after-readin-hook
3625 around call to dired-readin.
3626
3627 * menu-bar.el (menu-bar-make-toggle): Add "globally"
3628 to echo area messages.
3629 <indicate-empty-lines, case-fold-search>:
3630 Add "globally" to Help string.
3631 <case-fold-search>: MESSAGE arg need not say "globally".
3632 (menu-bar-edit-menu <paste-from-menu>): Rename from select-and-paste.
3633
3634 2006-12-03 Liam Healy <lnp@healy.washington.dc.us> (tiny change)
3635
3636 * outline.el (outline-end-of-subtree): Don't leave an empty
3637 line hidden as we would a real next heading.
3638
3639 2006-12-03 Ken Manheimer <ken.manheimer@gmail.com>
3640
3641 * allout.el (allout-ascend): Add an optional argument to preserve
3642 original position of point when unsuccessful. Also, fix a
3643 docstring error.
3644 (allout-yank-processing): Fix depth shift of multiple-topic so yanks
3645 work again, using allout-ascend's new option.
3646 (allout-setup-mode-map): Extract from allout-mode to initialize
3647 allout-mode-map. Call it on file load, so the mode docstring
3648 substitutions work even if allout mode has not yet been invoked.
3649 (allout-mode): Use new allout-setup-mode-map to track any keybinding
3650 customizations since the map was last processed. Also, refine the
3651 docstring so it's ship-shape for release.
3652 (allout-default-layout, allout-beginning-of-line-cycles)
3653 (allout-distinctive-bullets-string, allout-use-mode-specific-leader)
3654 (allout-encrypt-unencrypted-on-saves, allout-inhibit-auto-fill)
3655 (allout-version, allout-layout, allout-infer-body-reindent)
3656 (allout-infer-header-lead-and-primary-bullet, allout-view-change-hook)
3657 (allout-init, allout-mode, allout-next-heading, allout-chart-subtree)
3658 (allout-previous-heading, allout-goto-prefix-doublechecked)
3659 (allout-current-bullet-pos, allout-next-sibling-leap)
3660 (allout-pre-command-business, allout-encrypted-type-prefix)
3661 (allout-make-topic-prefix, allout-open-topic, allout-rebullet-heading)
3662 (allout-rebullet-topic, allout-rebullet-topic-grunt)
3663 (allout-flag-region, allout-expose-topic, allout-expose-topic)
3664 (allout-old-expose-topic, allout-listify-exposed)
3665 (allout-process-exposed, allout-latex-verb-quote)
3666 (allout-latex-verbatim-quote-curr-line, allout-adjust-file-variable)
3667 (allout-toggle-current-subtree-encryption)
3668 (allout-toggle-subtree-encryption, allout-bullet-isearch):
3669 Remove extraneous open-paren and close paren string escapes.
3670
3671 2006-12-03 Juanma Barranquero <lekktu@gmail.com>
3672
3673 * progmodes/ada-xref.el (is-windows, ada-find-in-src-path): Doc fixes.
3674 (ada-xref-pos-ring-max, ada-xref-project-files, ada-xref-initialize)
3675 (ada-prj-default-comp-cmd, ada-quote-cmd, ada-compile-current):
3676 Fix typos in docstrings.
3677
3678 2006-12-03 Glenn Morris <rgm@gnu.org>
3679
3680 * progmodes/cc-align.el
3681 * progmodes/cc-awk.el
3682 * progmodes/cc-cmds.el
3683 * progmodes/cc-compat.el
3684 * progmodes/cc-defs.el
3685 * progmodes/cc-engine.el
3686 * progmodes/cc-langs.el
3687 * progmodes/cc-menus.el
3688 * progmodes/cc-mode.el
3689 * progmodes/cc-styles.el
3690 * progmodes/cc-vars.el
3691 * progmodes/vhdl-mode.el: Fix Copyright format.
3692
3693 2006-12-02 Chong Yidong <cyd@stupidchicken.com>
3694
3695 * mouse.el (mouse-drag-track): Suppress automatic hscrolling for
3696 initial down event.
3697
3698 2006-12-02 Kim F. Storm <storm@cua.dk>
3699
3700 * emulation/cua-base.el (cua-toggle-set-mark): Doc fix.
3701 (cua-repeat-replace-region): Make M-v more robust.
3702 (cua-paste-pop-rotate-temporarily): New defcustom.
3703 (cua-paste-pop): Use it.
3704 (cua-auto-mark-last-change): New defcustom.
3705 (cua-pop-to-last-change): New helper function.
3706 (cua-set-mark): Use them.
3707
3708 2006-12-01 Nick Roberts <nickrob@snap.net.nz>
3709
3710 * menu-bar.el (toggle-case-fold-search): Clarify doc/help string and
3711 mini-buffer message.
3712
3713 2006-12-01 Juanma Barranquero <lekktu@gmail.com>
3714
3715 * descr-text.el (describe-char-unicodedata-file): Fix typo in docstring.
3716
3717 2006-12-01 Ben North <ben@redfrontdoor.org>
3718
3719 * paren.el: Fix the highlight overlay extension when the user types a
3720 sequence of char very fast just before the open parenthesis.
3721
3722 2006-12-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3723
3724 * ps-mule.el: Eliminate Emacs 20 compatibility.
3725
3726 * ps-print.el: Eliminate Emacs 20 & 21 compatibility.
3727 (ps-print-version): New version 6.7.
3728 (ps-print-quote): Replace '?\ ' by '?\s'.
3729
3730 2006-11-30 Juanma Barranquero <lekktu@gmail.com>
3731
3732 * hexl.el (hexl-goto-address, hexl-forward-char, hexl-forward-short)
3733 (hexl-forward-word, hexl-previous-line, hexl-beginning-of-1k-page)
3734 (hexl-end-of-1k-page): Doc fixes.
3735 (hexl-address-region, hexl-ascii-region, hexl-highlight-line-range):
3736 Fix typos in docstrings.
3737
3738 2006-11-30 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
3739
3740 * ido.el (ido-local-file-exists-p): New. Tell if a file exists
3741 locally, i.e. without using file name handlers.
3742 (ido-read-internal): Allow mono letter host names, avoiding the
3743 `c:' problem by testing if the file exists locally.
3744 (ido-complete, ido-make-file-list, ido-exhibit): Ditto.
3745
3746 2006-11-30 Masatake YAMATO <jet@gyve.org>
3747
3748 * hexl.el (hl-line-range-function, hl-line-face): Declare variables
3749 to avoid bytecomp warnings.
3750 (hexl-mode-old-ruler-function): New variable.
3751 (hexl-follow-line): Bind `hexl-mode-old-hl-line-range-function'
3752 and `hl-line-range-function' after `require' hl-line.
3753 Then bind `hl-line-range-function' and `hl-line-face'.
3754 Don't require frame. Don't use `with-no-warnings'.
3755 (hexl-activate-ruler): Store the original value of
3756 `ruler-mode-ruler-function' to `hexl-mode-old-ruler-function'.
3757 (hexl-mode-exit): Restore the original value of
3758 `ruler-mode-ruler-function'.
3759
3760 2006-11-30 Alin C. Soare <alinsoar@voila.fr> (tiny change)
3761
3762 * hexl.el (hexl-mode-old-hl-line-range-function): New variable.
3763 (hexl-mode-old-hl-line-face): New variable.
3764 (hexl-mode, hexl-mode-exit): Fix the highlighting of the current
3765 line when exit from the hexl-mode.
3766
3767 2006-11-30 Juanma Barranquero <lekktu@gmail.com>
3768
3769 * emacs-lisp/bytecomp.el (byte-optimize, byte-compile-warnings):
3770 Doc fixes.
3771
3772 * international/fontset.el (create-fontset-from-ascii-font)
3773 (create-fontset-from-fontset-spec, x-compose-font-name): Doc fixes.
3774 (fontset-name-p): Fix typo in docstring.
3775
3776 * progmodes/cc-cmds.el (c-indent-exp): Fix typo in docstring.
3777
3778 2006-11-30 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3779
3780 * ps-bdf.el: Fix maintainer email.
3781
3782 * ps-mule.el: Fix maintainer email. Define functions for Emacs 20
3783 compatibility.
3784
3785 * ps-print.el: Fix maintainer email. Define functions for Emacs 20 &
3786 21 compatibility.
3787 (ps-print-quote): Replace '?\s' by '?\ ' to keep compatibility with
3788 Emacs 20 & 21.
3789
3790 2006-11-29 J.D. Smith <jdsmith@as.arizona.edu>
3791
3792 * progmodes/idlwave.el (idlwave-auto-fill):
3793 Remove paragraph-start let to prevent auto-fill giving up.
3794
3795 2006-11-28 Juanma Barranquero <lekktu@gmail.com>
3796
3797 * vt100-led.el (led-state): Fix typo in previous change.
3798
3799 2006-11-27 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
3800
3801 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
3802 Fix interactive spec of the functions getting defined to make them
3803 work as documented.
3804
3805 2006-11-28 Chong Yidong <cyd@stupidchicken.com>
3806
3807 * startup.el (fancy-splash-screens): Hide initial splash buffer.
3808
3809 2006-11-28 Kim F. Storm <storm@cua.dk>
3810
3811 * icomplete.el (icomplete-tidy, icomplete-exhibit): Check that
3812 icomplete-mode is enabled.
3813
3814 2006-11-28 Carsten Dominik <dominik@science.uva.nl>
3815
3816 * textmodes/org.el (require): Require gnus-sum during compilation
3817 to avoid problem with a macro call.
3818
3819 2006-11-28 Glenn Morris <rgm@gnu.org>
3820
3821 * emacs-lisp/authors.el (authors-aliases): Add new alias.
3822
3823 * progmodes/fortran.el (fortran-font-lock-keywords-4): Add `min'.
3824 (fortran-window-create-momentarily): Do not need string-to-char.
3825
3826 2006-11-28 Richard Stallman <rms@gnu.org>
3827
3828 * emacs-lisp/bytecomp.el (byte-compile-get-constant):
3829 Replace incorrect use of assoc-default with a loop.
3830
3831 * term.el (term-exec-1): Set envvar INSIDE_EMACS.
3832
3833 * simple.el (next-error-find-buffer): Improve messages.
3834
3835 * files.el (revert-buffer): Special error message if file
3836 is now not readable.
3837
3838 * facemenu.el (facemenu-add-new-face): Improve doc strings of
3839 constructed commands.
3840
3841 * comint.el (comint-exec-1): Provide Emacs version and `comint'
3842 in INSIDE_EMACS.
3843
3844 2006-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
3845
3846 * diff-mode.el (diff-mode-map): Add a binding for unified->context.
3847
3848 * server.el: Remove spurious * in docstrings.
3849 (server-process-filter): Exit from recursive editing before processing
3850 a new request.
3851
3852 2006-11-27 J.D. Smith <jdsmith@as.arizona.edu>
3853
3854 * progmodes/hideshow.el (hs-already-hidden-p): Move to end of
3855 line so hidden blocks will be correctly identified.
3856
3857 2006-11-27 Juanma Barranquero <lekktu@gmail.com>
3858
3859 * ledit.el (ledit-save-defun, ledit-mode):
3860 * resume.el (resume-emacs-args-buffer):
3861 * rot13.el (rot13-display-table, rot13-translate-table, rot13)
3862 (rot13-string, rot13-region, rot13-other-window, toggle-rot13-mode):
3863 * vmsproc.el (subprocess-input, start-subprocess, subprocess-command)
3864 (command-send-input, command-kill-line):
3865 * vt100-led.el (led-state, led-on): Fix typos in docstrings.
3866
3867 * autoarg.el (autoarg-kp-mode): Doc fix.
3868
3869 * emacs-lock.el (toggle-emacs-lock): Doc fix. Simplify.
3870 (emacs-lock-check-buffer-lock): Doc fix. Use `when'.
3871 (check-emacs-lock): Doc fix. Simplify.
3872
3873 * iimage.el (iimage-mode-image-regex-alist): Doc fix.
3874 (iimage-mode-buffer): Fix typos in docstring.
3875
3876 * misc.el (zap-up-to-char): Doc fix.
3877
3878 * time-stamp.el: Fix comment and obsolescence string for old
3879 functions. Use `dolist' instead of `while'.
3880
3881 * userlock.el (ask-user-about-lock-help): Fix typos in output message.
3882
3883 * disp-table.el (standard-display-8bit, standard-display-default):
3884 * ebuff-menu.el (electric-buffer-list):
3885 * ehelp.el (electric-help-command-loop):
3886 * font-core.el (font-lock-mode):
3887 * help-macro.el (make-help-screen):
3888 * help.el (describe-minor-mode-completion-table-for-indicator)
3889 (lookup-minor-mode-from-indicator):
3890 * indent.el (tab-to-tab-stop, move-to-tab-stop):
3891 * info-look.el (info-lookup-guess-custom-symbol):
3892 * locate.el (locate-main-listing-line-p, locate-mode, locate-do-setup):
3893 * longlines.el (longlines-wrap-line):
3894 * macros.el (insert-kbd-macro):
3895 * menu-bar.el (menu-bar-update-buffers):
3896 * misc.el (copy-from-above-command):
3897 * mouse.el (mouse-popup-menubar, mouse-buffer-menu-alist):
3898 * newcomment.el (comment-indent):
3899 * novice.el (disabled-command-function):
3900 * sort.el (sort-fields-syntax-table):
3901 * subr.el (momentary-string-display):
3902 * tar-mode.el (tar-header-block-summarize)
3903 (tar-clear-modification-flags):
3904 * terminal.el (terminal-cease-edit, te-more-break-unwind, te-newline)
3905 (te-clear-rest-of-line, te-clear-rest-of-screen, te-clear-screen)
3906 (te-insert-lines, te-delete-lines, te-delete, te-insert-spaces)
3907 (te-delete-char, te-down-vertically-or-scroll):
3908 * time-stamp.el (time-stamp-string-preprocess):
3909 * tmm.el (tmm-add-one-shortcut): "?\ " -> "?\s".
3910
3911 2006-11-26 Nick Roberts <nickrob@snap.net.nz>
3912
3913 * speedbar.el (speedbar-timer-fn): Revert to old behaviour when not
3914 in GUD mode.
3915
3916 * progmodes/gud.el (gud-install-speedbar-variables): Remove bindings:
3917 speedbar-expand-line-descendants, speedbar-contract-line-descendants.
3918
3919 2006-11-26 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3920
3921 * progmodes/cc-vars.el (c-backslash-column): Add . at end of sentence.
3922
3923 2006-11-26 Stephen Leake <stephen_leake@stephe-leake.org>
3924
3925 * progmodes/ada-mode.el (ada-which-compiler): Fix typo in docstring.
3926 (ada-compile-goto-error): Adapt to new argument profile of
3927 compilation-goto-locus in Emacs 22. Don't check if the various
3928 compile functions are defined; we already do "(require 'compile)".
3929
3930 2006-11-26 Kim F. Storm <storm@cua.dk>
3931
3932 * kmacro.el: Fix commentary.
3933
3934 2006-11-26 Nick Roberts <nickrob@snap.net.nz>
3935
3936 * progmodes/gud.el (gdb): Explain how to run in text command mode
3937 more clearly. Say in error message that multiple debugging
3938 requires restarting GDB.
3939
3940 2006-11-25 Juanma Barranquero <lekktu@gmail.com>
3941
3942 * international/fontset.el (create-fontset-from-fontset-spec): Doc fix.
3943
3944 2006-11-25 Pavel Kobiakov <pk_at_work@yahoo.com>
3945
3946 * progmodes/flymake.el (flymake-posn-at-point-as-event): New function.
3947 (flymake-popup-menu): Use it instead of posn-at-point.
3948
3949 2006-11-25 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3950
3951 * progmodes/cc-vars.el (c-backslash-column):
3952 Mention c-backslash-max-column in documentation for c-backslash-column.
3953
3954 2006-11-24 Lars Hansen <larsh@soem.dk>
3955
3956 * net/tramp.el (tramp-default-method): Under Windows, change from
3957 plink to pscp.
3958 (tramp-copy-failed-regexp, tramp-action-copy-failed): Add.
3959 (tramp-actions-copy-out-of-band):
3960 Add pair (tramp-copy-failed-regexp tramp-action-copy-failed).
3961 (tramp-action-out-of-band): Move "Permission denied" handling to
3962 tramp-action-copy-failed.
3963 (tramp-do-copy-or-rename-file-out-of-band): unwind-protect killing of
3964 process buffer.
3965
3966 2006-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
3967
3968 * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
3969 strings to a single string. Quote `errors-file-name'.
3970 (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
3971 (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
3972 Adjust calls. Use `shell-quote-argument'.
3973
3974 * international/mule.el (load-with-code-conversion)
3975 (with-category-table): Use with-current-buffer.
3976 (after-insert-file-set-coding): Use restore-buffer-modified-p.
3977
3978 2006-11-24 Eli Zaretskii <eliz@gnu.org>
3979
3980 * mail/smtpmail.el (smtpmail-send-it):
3981 Copy buffer-file-coding-system from the mail buffer. Possibly add a
3982 MIME header for the message encoding.
3983 Bind coding-system-for-write around the call to mail-do-fcc.
3984 Use smtpmail-code-conv-from to encode queued mail messages.
3985
3986 2006-11-24 Juanma Barranquero <lekktu@gmail.com>
3987
3988 * tabify.el (tabify-regexp): Doc fix.
3989
3990 * net/rcirc.el (rcirc-buffer-maximum-lines):
3991 * progmodes/gud.el (jdb): Fix space/tab mixup in docstrings.
3992
3993 * play/gomoku.el (gomoku-terminate-game, gomoku-human-takes-back)
3994 (gomoku-prompt-for-move, gomoku-human-plays, gomoku-offer-a-draw):
3995 Fix typos in output messages.
3996 (gomoku-vector-length, gomoku-init-board): Fix typos in docstrings.
3997
3998 2006-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
3999
4000 * hexl.el (hexl-mode): Don't try to guess the max-address: get it from
4001 the horse's mouth.
4002 (hexlify-buffer): Don't re-encode an arg that's already encoded.
4003
4004 2006-11-23 Michael Kifer <kifer@cs.stonybrook.edu>
4005
4006 * ediff-diff.el (ediff-exec-process, ediff-same-file-contents):
4007 Remove condition-case.
4008
4009 2006-11-23 Glenn Morris <rgm@gnu.org>
4010
4011 * progmodes/f90.el (f90-comment-indent): Do not move point in
4012 default case.
4013
4014 2006-11-21 Romain Francoise <romain@orebokech.com>
4015
4016 * emacs-lisp/find-func.el (find-library-name): Don't strip ".el"
4017 from library name (reverts change of 2005-10-25).
4018
4019 2006-11-21 Lennart Borgman <lennart.borgman.073@student.lu.se>
4020
4021 * tutorial.el (tutorial--default-keys): Add newline and
4022 delete-backward-char bindings.
4023 (tutorial--detailed-help): Save excursion when finding keys.
4024 Correct warning string for M-x FOO case.
4025 (tutorial--display-changes): Print special keys in tutorial style.
4026 Tweak search regexp for changed keys.
4027
4028 2006-11-21 Bob Rogers <rogers-emacs@rgrjr.dyndns.org> (tiny change)
4029
4030 * thingatpt.el (thing-at-point-url-at-point): Don't add a
4031 redundant scheme.
4032
4033 2006-11-21 Diane Murray <disumu@x3y2z1.net> (tiny change)
4034
4035 * thingatpt.el (thing-at-point-uri-schemes): Add schemes that
4036 are new to the list at IANA. Also added irc, mms, mmsh.
4037
4038 2006-11-20 J.D. Smith <jdsmith@as.arizona.edu>
4039
4040 * progmodes/idlw-help.el (idlwave-html-help-location):
4041 Fail gracefully for missing help packages.
4042 (idlwave-help-assistant-open-link): Open full links.
4043 (idlwave-help-assistant-help-with-topic): Direct help link.
4044
4045 * progmodes/idlwave.el (idlwave-mode):
4046 Set add-log-current-defun-function.
4047 (idlwave-current-routine-fullname): Add, to support add-log.
4048 (idlwave-convert-xml-system-routine-info): Simplify XML parsing
4049 to reflect improvements to xml-parse-file.
4050 (idlwave-mode-menu-def): New binding for help-with-topic.
4051
4052 * progmodes/idlw-shell.el (idlwave-shell-filter-directory):
4053 Handle extra newlines and spaces.
4054 (idlwave-shell-mode-map): Add help-with-topic.
4055
4056 2006-11-20 Chong Yidong <cyd@stupidchicken.com>
4057
4058 * tutorial.el (tutorial-warning-face): New face.
4059 (tutorial--detailed-help, tutorial--display-changes): Use it.
4060 (tutorial--find-changed-keys): Check ESC-prefix binding specially.
4061 Improve search pattern for occurrences of changed keys.
4062
4063 2006-11-20 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4064
4065 * term/x-win.el (x-last-cut-buffer-coding): New variable.
4066 (x-select-text): Set it.
4067 (x-cut-buffer-or-selection-value): Check also x-last-cut-buffer-coding
4068 when checking for newness.
4069
4070 2006-11-19 Juanma Barranquero <lekktu@gmail.com>
4071
4072 * subr.el (posn-image):
4073 * progmodes/ebnf2ps.el (ebnf-stop-on-error): Fix typos in docstrings.
4074
4075 * emacs-lisp/regexp-opt.el (regexp-opt): Doc fix.
4076
4077 2006-11-19 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
4078
4079 * progmodes/glasses.el (glasses-separate-parentheses-exceptions): New.
4080 Exceptions to the rule "add a space between an identifier and an
4081 opening parenthesis". Defaulted to the `#define' problem of cpp.
4082 (glasses-parenthesis-exception-p): New. Check if the region is an
4083 exception regarding to that.
4084 (glasses-make-readable): Use it.
4085 (glasses-convert-to-unreadable): Ditto. Modify the file also if
4086 `glasses-convert-on-write-p' and `glasses-separate-parentheses-p' are t.
4087
4088 2006-11-19 Chong Yidong <cyd@stupidchicken.com>
4089
4090 * emacs-lisp/bytecomp.el (byte-compile-if): Revert last change.
4091
4092 2006-11-19 Stephen Leake <stephen_leake@stephe-leake.org>
4093
4094 * progmodes/ada-mode.el (ada-make-body): Fix typo.
4095
4096 * progmodes/ada-xref.el (ada-make-body-gnatstub): Fix typo.
4097 (ada-xref-initialize): Fix typo. Use add-hook and remove-hook.
4098
4099 2006-11-18 Chong Yidong <cyd@stupidchicken.com>
4100
4101 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded): Check `and'
4102 conditions for function or variable bindings.
4103
4104 * comint.el (comint-exec-1): Set EMACS and INSIDE_EMACS to t.
4105
4106 * progmodes/compile.el (compilation-start): Ditto.
4107
4108 2006-11-18 Michael Albinus <michael.albinus@gmx.de>
4109
4110 * net/tramp.el (top): cl and custom are always required.
4111
4112 2006-11-18 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4113
4114 * term/x-win.el (x-cut-buffer-or-selection-value): Decode text from
4115 cut-buffers with next-selection-coding-system if not nil.
4116
4117 2006-11-17 Carsten Dominik <dominik@science.uva.nl>
4118
4119 * textmodes/org.el (org-fix-decoded-time): New function.
4120 (org-display-custom-time): Use `org-fix-decoded-time'.
4121
4122 2006-11-17 Chong Yidong <cyd@stupidchicken.com>
4123
4124 * menu-bar.el (menu-bar-games-menu): Remove yow.
4125
4126 2006-11-17 Carsten Dominik <dominik@science.uva.nl>
4127
4128 * textmodes/org.el (org-scan-tags): Re-align code fixed.
4129 (org-detach-overlay): Rename from `org-detatch-overlay'.
4130 (org-table-convert-region): Insert space after column separator.
4131 (org-agenda-kill): New command.
4132 (org-metaleft): Call `org-outdent-item' on bullets.
4133 (org-metaright): Call `org-indent-item' on bullets.
4134 (org-timestamp-change): Set `org-last-changed-timestamp'.
4135 (org-current-line): Make sure (bolp) returns correct result.
4136 (org-agenda-change-all-lines): Make sure TODO are highlighted.
4137
4138 2006-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
4139
4140 * pcvs.el (cvs-retrieve-revision): Set buffer-file-coding-system.
4141
4142 2006-11-16 Chong Yidong <cyd@stupidchicken.com>
4143
4144 * mouse.el (global-map): Change 2006-08-16 fix to call
4145 mouse-yank-at-click explicitly, since mouse events are not carried
4146 over into keyboard macros.
4147
4148 2006-11-16 Kim F. Storm <storm@cua.dk>
4149
4150 * ido.el (ido-file-internal): Use current buffer's file name as default
4151 choice for ido-find-alternate-file. Suggested by Matt Hodges.
4152
4153 2006-11-15 Ken Manheimer <ken.manheimer@gmail.com>
4154
4155 * allout.el (allout-doublecheck-at-and-shallower): Clarify docstring.
4156 (allout-inhibit-aberrance-doublecheck): Rename from
4157 allout-during-yank-processing. All callers changed.
4158 (allout-ascend): Provide for unusual case where some topic after
4159 the first in file is at lower depth than the first.
4160 (allout-shift-in): Ensure the offspring of the new containing
4161 topic are exposed.
4162 (allout-encrypt-string): Preserve the coding-system of the text,
4163 according to that of the containing buffer.
4164 (allout-toggle-subtree-encryption): When the text being encrypted
4165 requires a different coding system, offer to preserve the coding
4166 system using a file local var.
4167
4168 2006-11-15 Simon Marshall <simon@gnu.org>
4169
4170 * progmodes/cc-fonts.el (c-font-lock-declarators): Use c-at-toplevel-p
4171 to recognise "T t()" as a function declaration, rather than a
4172 variable instantiation, iff at the top-level or inside a class
4173 declaration. Suggested by Feng Li <fengli@gmail.com>.
4174
4175 2006-11-14 Stephen Leake <stephen_leake@stephe-leake.org>
4176
4177 * progmodes/ada-xref.el (ada-parse-prj-file):
4178 Don't delete project buffer; user may want to edit it.
4179 (ada-xref-set-project-field, ada-xref-current-project-file)
4180 (ada-xref-current-project, ada-show-current-project)
4181 (ada-set-main-compile-application): New functions.
4182 (ada-xref-get-project-field, ada-require-project-file):
4183 Normalize use of ada-prj-default-project-file.
4184 (ada-gdb-application, ada-get-ada-file-name, ada-make-body-gnatstub):
4185 Normalize use of ada-require-project-file.
4186 (ada-prj-find-prj-file): Improve doc string, comments.
4187
4188 * progmodes/ada-mode.el (ada-mode-version): Bump version.
4189 (ada-create-keymap): Add \C-c\C-m 'ada-set-main-compile-application.
4190 (ada-create-menu): Add ada-set-main-compile-application,
4191 ada-show-current-main, ada-show-current-project.
4192
4193 2006-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
4194
4195 * progmodes/python.el (inferior-python-mode-syntax-table): New var.
4196 (inferior-python-mode): Use it.
4197
4198 2006-11-14 Andreas Schwab <schwab@suse.de>
4199
4200 * term/xterm.el (terminal-init-xterm): Add more key bindings.
4201
4202 2006-11-13 Kim F. Storm <storm@cua.dk>
4203
4204 * ido.el (ido-copy-current-word): C-o copies region if active.
4205
4206 2006-11-13 Carsten Dominik <dominik@science.uva.nl>
4207
4208 * textmodes/org.el (org-emph-face): Fix typo in variable name.
4209
4210 2006-11-13 Juanma Barranquero <lekktu@gmail.com>
4211
4212 * ediff.el (ediff-revision):
4213 * files.el (set-visited-file-name):
4214 * mail/rmailout.el (rmail-output-body-to-file):
4215 Use `format', not `message', in `y-or-n-p' call.
4216
4217 2006-11-13 Carsten Dominik <dominik@science.uva.nl>
4218
4219 * textmodes/org.el (org-metaleft): Call `org-outdent-item' on bullets.
4220 (org-metaright): Call `org-indent-item' on bullets.
4221 (org-timestamp-change): Set `org-last-changed-timestamp'.
4222 (org-current-line): Make sure (bolp) returns correct result.
4223 (org-agenda-change-all-lines): Make sure highlighting TODO always works.
4224
4225 2006-11-12 Richard Stallman <rms@gnu.org>
4226
4227 * language/european.el (turkish-case-conversion-enable)
4228 (turkish-case-conversion-disable): New functions.
4229 ("Turkish" lang env): Use them.
4230
4231 * international/characters.el (case table):
4232 Do nothing special for i and I.
4233
4234 * subr.el (remove-overlays): Fix last change.
4235
4236 * cus-edit.el (custom-save-all): Use find-file-visit-truename
4237 for visiting the custom file.
4238
4239 2006-11-12 Markus Triska <triska@gmx.at>
4240
4241 * play/handwrite.el (handwrite): Also process lines not ending
4242 with newline. Replace some position-fiddling with different
4243 logic. Improve performance.
4244
4245 2006-11-12 Stephen Leake <stephen_leake@stephe-leake.org>
4246
4247 * progmodes/ada-xref.el (ada-prj-default-check-cmd): New variable,
4248 replacing deleted variable `ada-check-switch'.
4249 (ada-project-file-extension): Rename to `ada-prj-file-extension'.
4250 (ada-xref-project-files): Improve doc string.
4251 (ada-find-executable): New function.
4252 (ada-initialize-runtime-library): Use `ada-find-executable'.
4253 (ada-xref-set-default-prj-values): In compile commands, don't need
4254 `ada-cd-command'; `compile' does that more portably.
4255 Use ada-prj-default-check-cmd.
4256 (ada-parse-prj-file): Don't set 'debug_post_cmd, 'debug_pre_cmd
4257 properties if not specified in project file.
4258 (ada-goto-declaration): Display useful message for new error
4259 'error-file-not-found.
4260 (ada-get-ada-file-name, ada-find-in-src-path): Signal new error
4261 'error-file-not-found.
4262 (ada-get-all-references): Match latest ali syntax. Signal new
4263 error 'error-file-not-found.
4264 (ada-find-in-ali): Match latest ali syntax.
4265 (ada-make-filename-from-adaname): Handle different semantics of
4266 gnatkr in GNAT 3.15p vs later.
4267
4268 * progmodes/ada-stmt.el (ada-func-or-proc-name): Match changes to
4269 ada-procedure-start-regexp.
4270 (ada-or-accept, ada-or-delay, ada-or-terminate): Improve doc string.
4271
4272 * progmodes/ada-mode.el: Replace conditional (require 'ispell)
4273 with defvar.
4274 (ada-language-version): Rename ada05 -> ada2005.
4275 (ada-align-region-separate): Add `eval-when-compile'.
4276 (ada-name-regexp): Remove unneeded escapes in regexp character
4277 alternative.
4278 (ada-compile-goto-error-file-linenr-re): New constant.
4279 (ada-matching-start-re): Handle additional cases `declare',
4280 `procedure', `function'.
4281 (ada-compile-goto-error): Handle "... at line nn".
4282 (ada-mode): Clearer syntax, comments for ff-special-constructs.
4283 Delete support for old versions of `align'.
4284 (ada-search-prev-end-stmt): Handle additional keyword `private'.
4285 (ada-check-defun-name): Simplify handling of `declare'.
4286 (ada-goto-matching-start): Handle nested `begin ... end'.
4287 Handle `declare', `protected', `procedure', `function'.
4288 (ada-create-menu): Presence of arm95 is not conditional on using
4289 GNAT compiler.
4290
4291 2006-11-12 Juanma Barranquero <lekktu@gmail.com>
4292
4293 * emacs-lisp/re-builder.el (reb-mode): Set `blink-matching-paren' to
4294 nil in the *RE-Builder* buffer (it causes spurious error messages).
4295
4296 * server.el (server-visit-files): If `minibuffer-auto-raise' has
4297 been set to t, respect it.
4298
4299 2006-11-11 Stephen Leake <stephen_leake@stephe-leake.org>
4300
4301 * progmodes/ada-mode.el: Delete `eval-and-compile' around `require'.
4302 Delete commented out code for old Emacs versions. Autoloading of
4303 "ada-xref", "ada-prj" is useful even if compiler is not GNAT.
4304 (ada-mode-version): Bump version number.
4305 (ada-95-string-keywords, ada-2005-string-keywords)
4306 (ada-2005-keywords, ada-name-regexp): New constant.
4307 (ada-language-version, ada-procedure-start-regexp, ada-mode)
4308 (ada-font-lock-keywords): Add support for Ada 2005 keywords.
4309 (ada-package-start-regexp): Support private packages, include package
4310 name (for ada-set-point-accordingly).
4311 (ada-next-procedure, ada-previous-procedure)
4312 (ada-which-function-are-we-in): Match changes to
4313 ada-procedure-start-regexp.
4314 (ada-make-body): Make non-interactive; not a user function.
4315 (ada-make-subprogram-body): Improve doc string.
4316
4317 2006-11-11 Romain Francoise <romain@orebokech.com>
4318
4319 * progmodes/cperl-mode.el (cperl-mode): Before adding to it, make
4320 `compilation-error-regexp-alist' buffer-local, since we changed
4321 `compilation-error-regexp-alist-alist' locally.
4322
4323 2006-11-11 Juanma Barranquero <lekktu@gmail.com>
4324
4325 * server.el (server-visit-files): Bind `minibuffer-auto-raise'
4326 to the value of `server-raise-frame'.
4327
4328 2006-11-11 Glenn Morris <rgm@gnu.org>
4329
4330 * ido.el (ido-enable-prefix)
4331 * ses.el (ses-call-printer-return)
4332 * net/tramp.el (tramp-unified-filenames)
4333 * progmodes/cc-align.el (c-lineup-string-cont)
4334 * progmodes/compile.el (compilation-directory-matcher)
4335 * progmodes/ebnf2ps.el (ebnf-stop-on-error)
4336 * progmodes/vhdl-mode.el (vhdl-reset-active-high)
4337 (vhdl-clock-rising-edge)
4338 * textmodes/org.el (org-export-with-timestamps)
4339 (org-export-remove-timestamps-from-toc)
4340 (org-export-with-tags): Improve previous doc fixes.
4341
4342 2006-11-11 Richard Stallman <rms@gnu.org>
4343
4344 * textmodes/flyspell.el (flyspell-mode-map):
4345 Bind C-c $ instead of M-RET.
4346
4347 2006-11-10 Simon Marshall <simon@gnu.org>
4348
4349 * progmodes/cc-fonts.el (c-font-lock-declarations): Don't overwrite
4350 fontification for "case" and "default" keywords.
4351
4352 2006-11-10 Andreas Schwab <schwab@suse.de>
4353
4354 * calendar/cal-dst.el (calendar-dst-check-each-year-flag):
4355 Avoid starting sentence with "nil".
4356
4357 2006-11-10 Juanma Barranquero <lekktu@gmail.com>
4358
4359 * server.el (server-raise-frame): New option.
4360 (server-switch-buffer): Use it.
4361
4362 2006-11-10 Nick Roberts <nickrob@snap.net.nz>
4363
4364 * progmodes/gdb-ui.el (gdb-many-windows): Start doc string
4365 with a capital.
4366
4367 2006-11-10 Carsten Dominik <carsten.dominik@gmail.com>
4368
4369 * textmodes/org.el (org-show-hierarchy-above)
4370 (org-show-following-heading): Fix typo in default value.
4371 (org-scan-tags): Make the search case-sensitive.
4372 (org-tags-sparse-tree): Don't overrule
4373 `org-show-following-heading' and `org-show-hierarchy-above'.
4374 (org-reveal): New command.
4375 (org-show-context): Rename from `org-show-hierarchy-above'.
4376 (org-fast-tag-selection-single-key): New option.
4377 (org-fast-tag-show-exit, org-set-current-tags-overlay): New functions.
4378 (org-tags-overlay): New variable.
4379 (org-agenda-todo-ignore-deadlines): New option.
4380 ("session"): Add circular data structure `org-mark-ring' to
4381 exceptions list in session.el.
4382 (org-agenda-window-setup, org-agenda-restore-windows-after-quit):
4383 New options.
4384 (org-agenda-quit): Use `org-agenda-restore-windows-after-quit'.
4385 (org-prepare-agenda, org-agenda-quit): Use `org-agenda-window-setup'.
4386 (org-pre-agenda-window-conf, org-blank-before-new-entry): New vars.
4387 (org-finalize-agenda): Activate bracket links in agenda.
4388 (org-at-timestamp-p, org-at-date-range-p): Additional argument
4389 INACTIVE-OK.
4390 (org-show-hierarchy-above, org-show-following-heading):
4391 List values allowed for fine-tuned configuration.
4392 (org-show-hierarchy-above): New argument CONTEXT, use the
4393 fine-tuned settings in `org-show-hierarchy-above' and
4394 `org-show-following-heading'.
4395 (org-display-custom-time): New function.
4396 (org-toggle-time-stamp-overlays, org-insert-time-stamp): New function.
4397 (org-display-custom-times, org-time-stamp-custom-formats):
4398 (org-maybe-intangible): New macro.
4399 (org-activate-bracket-links, org-hide-wide-columns):
4400 Use `org-maybe-intangible'.
4401 (org-open-file): Use `shell-quote-argument'.
4402 (org-display-internal-link-with-indirect-buffer): New option.
4403 (org-file-remote-p): Get regexp from list.
4404 (org-link-expand-abbrev): New function.
4405 (org-link-abbrev-alist): New option.
4406 (org-open-at-point, org-cleaned-string-for-export):
4407 Call `org-link-expand-abbrev'.
4408 (org-timeline, org-agenda-list, org-todo-list)
4409 (org-tags-view): Remove the KEEP-MODES argument.
4410 (org-finalize-agenda-hook): New hook.
4411 (org-get-alist-option): New function.
4412 (org-follow-timestamp-link): New function.
4413 (org-open-at-point): Call `org-follow-timestamp-link'.
4414 (org-log-note-marker, org-log-note-purpose)
4415 (org-log-note-window-configuration): New variables.
4416 (org-add-log-maybe, org-add-log-note, org-store-log-note): New funs.
4417 (org-log-note-headings): New option.
4418 (org-dblock-write:clocktable): Bug fix, removed infinite loop.
4419 (org-store-link): Support for dired-mode.
4420 (org-open-file): Substitute environment variables into filename.
4421 (org-last): New defsubst.
4422 (org-agenda-re-align-tags): New function.
4423 (org-agenda-align-tags-to-column): New option.
4424 (org-agenda-timeline): Group removed.
4425 (org-prepare-agenda, org-prepare-agenda-buffers)
4426 (org-run-agenda-series, org-timeline, org-agenda-list)
4427 (org-todo-list, org-tags-view): Call `org-agenda-prepare' and set
4428 the text property inticating the agenda type.
4429 (org-agenda-post-command-hook): Get agenda type from text property
4430 at point.
4431 (org-agenda): Handle command sets. Set `org-agenda-last-arguments'
4432 and obey `org-agenda-overriding-arguments'.
4433 (org-agenda-overriding-arguments, org-agenda-last-arguments): New vars.
4434 (org-agenda-goto-today, org-agenda-later, org-agenda-earlier)
4435 (org-agenda-week-view, org-agenda-day-view):
4436 Use `org-agenda-overriding-arguments' to make updating work with
4437 multi-block agendas.
4438 (org-agenda-prefix-format): Allow different formats for the
4439 different agenda entry types.
4440 (org-timeline-prefix-format): Option removed, use
4441 `org-agenda-prefix-format' instead.
4442 (org-prepare-agenda): New function.
4443 (org-select-timeline-window): Option removed, use
4444 `org-select-agenda-window' instead.
4445 (org-respect-restriction): Variable removed.
4446 (org-cmp-tag): New function.
4447 (org-agenda-sorting-strategy, org-entries-lessp):
4448 Implement sorting by last tag.
4449 (org-complete): Better completion in in-buffer option lines.
4450 (org-in-item-p): New function.
4451 (org-org-menu): Add entries for checkboxes.
4452 (org-cycle): Extra brouping in outline-regexp, because it is used
4453 in a search with "^" prepended.
4454 (org-provide-checkbox-statistics): New option.
4455 (org-set-font-lock-defaults): Highlight checkbox statistics.
4456 (org-update-checkbox-count-maybe)
4457 (org-get-checkbox-statistics-face): New functions.
4458 (org-update-checkbox-count): New command.
4459 (org-insert-item, org-toggle-checkbox):
4460 Call `org-update-checkbox-count-maybe'.
4461 (org-export-as-html): XEmacs compatibility for coding system.
4462 (org-force-cycle-archived): New command.
4463 (org-cycle-hide-archived-subtrees): Display message when ARCHIVE
4464 overrules cycling.
4465 (org-fix-position-after-promote): If the line contains only a todo
4466 keyword, add a final space.
4467 (org-promote-subtree, org-demote-subtree):
4468 Call `org-fix-position-after-promote'.
4469
4470 2006-11-10 Glenn Morris <rgm@gnu.org>
4471
4472 * calendar/cal-dst.el: Do not assume DST starts/ends on the same
4473 date in every year.
4474 (calendar-dst-check-each-year-flag): New customizable variable.
4475 (calendar-dst-find-data): New function, extracted from
4476 calendar-current-time-zone.
4477 (calendar-current-time-zone): Use calendar-dst-find-data.
4478 (calendar-dst-transition-cache): New variable.
4479 (calendar-dst-find-startend, calendar-dst-starts)
4480 (calendar-dst-ends): New functions.
4481 (calendar-daylight-savings-starts)
4482 (calendar-daylight-savings-ends): Change value to use
4483 calendar-dst-starts, calendar-dst-ends; respectively.
4484
4485 * progmodes/f90.el (f90-indent-region): Bind case-fold-search to t.
4486
4487 * ido.el (ido-enable-prefix)
4488 * ses.el (ses-call-printer-return)
4489 * net/tramp.el (tramp-unified-filenames)
4490 * progmodes/cc-align.el (c-lineup-string-cont)
4491 * progmodes/compile.el (compilation-directory-matcher)
4492 * progmodes/ebnf2ps.el (ebnf-stop-on-error)
4493 * progmodes/gdb-ui.el (gdb-many-windows)
4494 * progmodes/vhdl-mode.el (vhdl-reset-active-high)
4495 (vhdl-clock-rising-edge)
4496 * textmodes/org.el (org-export-with-timestamps)
4497 (org-export-remove-timestamps-from-toc, org-export-with-tags)
4498 (org-read-date): Doc fix (Nil -> nil).
4499
4500 2006-11-10 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4501
4502 * term/x-win.el (x-select-text, x-cut-buffer-or-selection-value):
4503 Encode/decode text to/from cut buffers to/from iso-latin-1 only.
4504
4505 2006-11-10 Juanma Barranquero <lekktu@gmail.com>
4506
4507 * bs.el (bs--window-for-buffer): Remove.
4508 (bs--show-with-configuration): Use `get-window-with-predicate'
4509 instead of `bs--window-for-buffer'.
4510
4511 2006-11-10 Kenichi Handa <handa@m17n.org>
4512
4513 * files.el (revert-buffer): Fix previous change.
4514
4515 2006-11-09 Juanma Barranquero <lekktu@gmail.com>
4516
4517 * bs.el (bs--redisplay): Fix typo in docstring.
4518 (bs--window-config-coming-from): Make frame-local.
4519 (bs--restore-window-config): New function.
4520 (bs-kill, bs-select, bs-select-other-window)
4521 (bs-select-other-frame): Use it.
4522 (bs--window-for-buffer): Return as soon as a matching buffer is found.
4523 (bs--show-with-configuration): Save the window configuration as a
4524 frame local var, and only if *buffer-selection* is not already
4525 visible on this frame.
4526
4527 2006-11-08 Chong Yidong <cyd@stupidchicken.com>
4528
4529 * vc-svn.el (vc-svn-admin-directory): New var.
4530 (vc-svn-registered, vc-svn-responsible-p)
4531 (vc-svn-repository-hostname): Use it.
4532 Suggested by arit93@yahoo.com.
4533
4534 2006-11-08 Juanma Barranquero <lekktu@gmail.com>
4535
4536 * ldefs-boot.el: Regenerate.
4537
4538 2006-11-08 Alan Mackenzie <acm@muc.de>
4539
4540 * emacs-lisp/lisp.el (beginning-of-defun-raw): Code up the
4541 case (eq open-paren-in-column-0-is-defun-start nil) by searching
4542 for least nested open-paren.
4543
4544 2006-11-08 Romain Francoise <romain@orebokech.com>
4545
4546 * subr.el (remove-overlays): Fix typo in last change.
4547
4548 2006-11-08 Richard Stallman <rms@gnu.org>
4549
4550 * subr.el (remove-overlays): Call overlay-recenter.
4551
4552 2006-11-08 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4553
4554 * printing.el (pr-alist-custom-set, pr-ps-utility-custom-set)
4555 (pr-ps-name-custom-set, pr-txt-name-custom-set): Return back the old
4556 behaviour.
4557 (pr-menu-bind): Act on global-map instead of menu-bar-file-menu
4558 directly.
4559
4560 2006-11-08 Juanma Barranquero <lekktu@gmail.com>
4561
4562 * ido.el (ido-ignore-extensions, ido-show-dot-for-dired)
4563 (ido-max-dir-file-cache, ido-decorations)
4564 (ido-rewrite-file-prompt-functions, ido-use-mycompletion-depth)
4565 (ido-magic-backward-char, ido-enter-dired)
4566 (ido-enter-insert-buffer, ido-enter-insert-file, ido-dired)
4567 (ido-list-directory, ido-first-match, ido-only-match)
4568 (ido-subdir, ido-indicator): Fix typos in docstrings.
4569 (ido-buffer-internal, ido-completion-help): Fix typos in messages.
4570 (ido-read-internal): Fix typo in error message.
4571
4572 2006-11-08 Kenichi Handa <handa@m17n.org>
4573
4574 * international/mule-cmds.el (set-default-coding-systems):
4575 Always set default-file-name-coding-system to utf-8 for Mac Darwin.
4576
4577 2006-11-08 Juanma Barranquero <lekktu@gmail.com>
4578
4579 * makefile.w32-in (setwins): Remove.
4580 (WINS_ALMOST): New macro.
4581 (WINS): Use it.
4582 (autoloads): Don't extract autoloads from files in obsolete/.
4583
4584 2006-11-07 Chong Yidong <cyd@stupidchicken.com>
4585
4586 * whitespace.el (whitespace-buffer): Call remove-overlays after
4587 overlay-recenter for performance. Suggested by Martin Rudalics.
4588
4589 2006-11-07 Michael Albinus <michael.albinus@gmx.de>
4590
4591 * net/tramp.el (tramp-default-method): scp is the default method.
4592
4593 2006-11-07 Juanma Barranquero <lekktu@gmail.com>
4594
4595 * server.el (server-start): Save also the Emacs pid in the server file.
4596
4597 2006-11-07 Carsten Dominik <dominik@science.uva.nl>
4598
4599 * textmodes/reftex-cite.el (reftex-pop-to-bibtex-entry): Preserve
4600 point when displaying a bibtex cross reference in the echo area.
4601
4602 2006-11-06 Juanma Barranquero <lekktu@gmail.com>
4603
4604 * international/mule.el (make-char): Fix typo in docstring.
4605 (load-with-code-conversion, charsetp): Doc fixes.
4606
4607 * international/ja-dic-cnv.el (skkdic-convert):
4608 * cus-edit.el (hook): Fix typo in docstring.
4609
4610 2006-11-06 Chong Yidong <cyd@stupidchicken.com>
4611
4612 * cus-edit.el (custom-mode-map): Move defvar above code using it.
4613 (custom-mode-link-map): New variable.
4614 (custom-group-link, custom-manual): Use follow-link.
4615
4616 2006-11-06 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
4617
4618 * textmodes/bibtex.el: Fix typo in name of author of bibtex.el,
4619 "Mark Shapiro" -> "Marc Shapiro". Update his email address.
4620
4621 2006-11-06 Richard Stallman <rms@gnu.org>
4622
4623 * textmodes/flyspell.el (flyspell-correct-word-before-point):
4624 New function broken out of flyspell-correct-word.
4625 (flyspell-mode-map): Bind it to M-RET.
4626 (flyspell-correct-word): Call it.
4627
4628 * textmodes/fill.el (fill-minibuffer-function): New function.
4629 (fill-paragraph): Bind fill-paragraph-function to
4630 fill-minibuffer-function.
4631
4632 * ruler-mode.el (ruler-mode-map): Add bindings for up-events
4633 so that they aren't undefined.
4634
4635 * dired.el (dired-readin): Locally bind file-name-coding-system.
4636
4637 * bindings.el: Shorten and clarify usual mode line mouse help string.
4638
4639 * Makefile.in (autoloads): Don't include `obsolete'.
4640
4641 2006-11-06 Chong Yidong <cyd@stupidchicken.com>
4642
4643 * printing.el (pr-alist-custom-set, pr-ps-utility-custom-set)
4644 (pr-ps-name-custom-set, pr-txt-name-custom-set): Don't update the
4645 Printing menu if it's not initialized.
4646 (pr-menu-bind): Act on menu-bar-file-menu directly.
4647
4648 2006-11-06 Juanma Barranquero <lekktu@gmail.com>
4649
4650 * help.el (view-emacs-news): Fix typo in error message.
4651
4652 * menu-bar.el (menu-bar-update-buffers): Fix typo in menu entry.
4653
4654 * shadowfile.el (shadow-define-regexp-group)
4655 (shadow-literal-groups, shadow-insert-var): Doc fixes.
4656 (shadow-read-files): Fix typo in message.
4657 (shadow-inhibit-overload, shadow-find, shadow-suffix)
4658 (shadow-site-match, shadow-write-todo-file, shadow-insert-var)
4659 (shadow-suffix, shadow-site-match, shadow-expand-file-name)
4660 (shadow-file-match): Fix typos in docstrings.
4661
4662 * terminal.el (terminal-emulator): Fix typo in message.
4663
4664 * emacs-lisp/authors.el (authors-fixed-entries): Fix typo.
4665
4666 * emacs-lisp/lselect.el (x-kill-primary-selection)
4667 (x-delete-primary-selection, x-copy-primary-selection):
4668 Fix typos in error messages.
4669
4670 * emulation/edt-mapper.el: Fix typo in interactive message.
4671
4672 * mail/emacsbug.el (report-emacs-bug): Fix typos in output message.
4673
4674 * textmodes/ispell.el (ispell, ispell-local-dictionary-alist)
4675 (ispell-help): Fix typos in docstrings.
4676 (ispell-help): Fix typo in output message.
4677
4678 * allout.el (allout-adjust-file-variable)
4679 (allout-passphrase-verifier-string)
4680 (allout-passphrase-hint-string)
4681 (allout-toggle-current-subtree-encryption):
4682 * apropos.el (apropos-synonyms):
4683 * cus-edit.el (hook):
4684 * emacs-lock.el (emacs-lock-from-exiting):
4685 * follow.el (follow-avoid-tail-recenter-p):
4686 * hexl.el (hexl-mode):
4687 * mouse-copy.el (mouse-copy-work-around-drag-bug):
4688 * mouse.el (mouse-set-font):
4689 * resume.el (resume-emacs-args-file):
4690 * rfn-eshadow.el (file-name-shadow-tty-properties):
4691 * t-mouse.el (t-mouse-process, t-mouse-mode):
4692 * emacs-lisp/cust-print.el (custom-print-install)
4693 (custom-print-uninstall, custom-format):
4694 * emacs-lisp/shadow.el (list-load-path-shadows):
4695 * emulation/tpu-edt.el (tpu-help-text)
4696 (tpu-save-all-buffers-kill-emacs, tpu-emacs-replace)
4697 (tpu-reset-control-keys):
4698 * emulation/vip.el (vip-emacs-local-map)
4699 (vip-change-mode-to-emacs):
4700 * emulation/viper.el (viper-mode, viper-set-hooks)
4701 (viper-major-mode-modifier-list):
4702 * emulation/viper-init.el (viper-emacs-state-cursor-color):
4703 * emulation/viper-keym.el (viper-emacs-kbd-map)
4704 (viper-toggle-key):
4705 * mail/feedmail.el (feedmail-queue-reminder)
4706 (feedmail-queue-reminder-alist, feedmail-confirm-outgoing)
4707 (feedmail-confirm-outgoing-timeout, feedmail-nuke-bcc)
4708 (feedmail-nuke-resent-bcc, feedmail-fill-to-cc-fill-column)
4709 (feedmail-sender-line, feedmail-force-binary-write)
4710 (feedmail-from-line, feedmail-deduce-envelope-from)
4711 (feedmail-x-mailer-line, feedmail-message-id-generator)
4712 (feedmail-date-generator, feedmail-fiddle-plex-user-list)
4713 (feedmail-enable-spray, feedmail-spray-this-address)
4714 (feedmail-spray-address-fiddle-plex-list, feedmail-enable-queue)
4715 (feedmail-queue-runner-confirm-global)
4716 (feedmail-ask-before-queue-prompt)
4717 (feedmail-ask-before-queue-reprompt)
4718 (feedmail-prompt-before-queue-standard-alist)
4719 (feedmail-prompt-before-queue-user-alist)
4720 (feedmail-prompt-before-queue-help-supplement)
4721 (feedmail-queue-use-send-time-for-message-id)
4722 (feedmail-queue-default-file-slug, feedmail-queue-fqm-suffix)
4723 (feedmail-mail-send-hook-splitter, feedmail-mail-send-hook)
4724 (feedmail-mail-send-hook-queued)
4725 (feedmail-confirm-addresses-hook-example)
4726 (feedmail-last-chance-hook, feedmail-before-fcc-hook)
4727 (feedmail-queue-runner-mode-setter)
4728 (feedmail-queue-alternative-mail-header-separator)
4729 (feedmail-queue-runner-message-sender)
4730 (feedmail-buffer-eating-function, feedmail-binmail-template)
4731 (feedmail-run-the-queue-no-prompts)
4732 (feedmail-run-the-queue-global-prompt)
4733 (feedmail-queue-subject-slug-maker, feedmail-fiddle-header)
4734 (feedmail-envelope-deducer, feedmail-fiddle-date)
4735 (feedmail-default-message-id-generator)
4736 (feedmail-fiddle-message-id, feedmail-fiddle-x-mailer)
4737 (feedmail-fiddle-spray-address, feedmail-deduce-address-list):
4738 * mail/vms-pmail.el (vms-pmail-save-and-exit, vms-pmail-abort)
4739 (vms-pmail-setup):
4740 * play/dunnet.el (dun-help):
4741 * play/handwrite.el (handwrite):
4742 * play/hanoi.el (hanoi-unix-64):
4743 * progmodes/idlwave.el (idlwave-rescan-asynchronously):
4744 * textmodes/enriched.el (fixed):
4745 * textmodes/org.el (org-file-apps)
4746 (org-emphasis-regexp-components, org-emphasis-alist):
4747 * textmodes/texinfmt.el (batch-texinfo-format):
4748 Fix typos in docstrings.
4749
4750 2006-11-05 Juanma Barranquero <lekktu@gmail.com>
4751
4752 * loadhist.el (read-feature): Don't complete features not loaded
4753 from a file (which make `unload-feature' to fail).
4754
4755 2006-11-05 Reiner Steib <Reiner.Steib@gmx.de>
4756
4757 * add-log.el (add-log-time-zone-rule): Mark as safe-local-variable.
4758
4759 2006-11-05 Chong Yidong <cyd@stupidchicken.com>
4760
4761 * startup.el (command-line-1): Kill emacs if the last frame is
4762 deleted while evaluating the command-line arguments.
4763
4764 2006-11-05 Richard Stallman <rms@gnu.org>
4765
4766 * startup.el (init-file-had-error): Add doc string.
4767 (fancy-splash-text, fancy-splash-head, fancy-splash-tail):
4768 Use fixed-width font for keyboard key descriptions.
4769
4770 * cus-edit.el (custom-save-all): Error if saving in .emacs
4771 and it had an error when loaded.
4772
4773 * dired-aux.el (dired-copy-file-recursive): Catch errors
4774 from recursive copies in the loop, around the recursive call.
4775
4776 2006-11-05 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
4777
4778 * battery.el (battery-linux-proc-acpi): Search an ac_adapter in
4779 `/proc/acpi/ac_adapter/*'. Ditto for the thermometers in
4780 `/proc/acpi/thermal_zone/*'.
4781 (battery-search-for-one-match-in-files): New. Search a regexp in
4782 the content of some files.
4783
4784 2006-11-05 Martin Rudalics <rudalics@gmx.at>
4785
4786 * window.el (mouse-autoselect-window-now): Remove variable.
4787 (mouse-autoselect-window-state): New variable.
4788 (mouse-autoselect-window-start, mouse-autoselect-window-cancel)
4789 (mouse-autoselect-window-select, handle-select-window):
4790 Rewritten to make mouse-autoselect-window-timer a one-shot timer.
4791 Suspend delayed autoselection during menu or popup dialog.
4792
4793 * info-look.el (info-lookup-guess-custom-symbol): New function
4794 for retrieving symbol at point in custom buffers.
4795 (top level) <info-lookup-maybe-add-help>: Add backquote and
4796 comma to ignored characters in regexps of help specifications
4797 for emacs-lisp-mode and lisp-interaction-mode. This permits
4798 looking up symbols in `...' and after a comma. Add help
4799 specifications for custom-mode and help-mode.
4800
4801 2006-11-04 Eli Zaretskii <eliz@gnu.org>
4802
4803 * mail/rmail.el (rmail-redecode-body): New optional argument RAW.
4804 Don't encode body if RAW is non-nil, or if the old encoding is
4805 identical to the new encoding, or if the body contains only
4806 eight-bit-* characters.
4807
4808 2006-11-04 Yoni Rabkin Katzenell <yoni-r@actcom.com> (tiny change)
4809
4810 * faces.el (faces-sample-overlay, describe-face): Revert last changes.
4811 (faces-sample-overlay): Remove variable.
4812 (describe-face): Insert sample text in the face being described.
4813
4814 2006-11-04 Martin Rudalics <rudalics@gmx.at>
4815
4816 * whitespace.el (whitespace-indent-regexp): Make this match any
4817 multiples of eight spaces near the beginning of a line.
4818 (whitespace-buffer): Use `remove-overlays' instead of
4819 `whitespace-unhighlight-the-space' and `overlay-recenter' to
4820 speed up overlay handling.
4821 (whitespace-buffer-leading, whitespace-buffer-trailing):
4822 Make these functions highlight the text removed by
4823 `whitespace-buffer-leading-cleanup' and
4824 `whitespace-buffer-trailing-cleanup' respectively.
4825 (whitespace-buffer-search): Use `with-local-quit'.
4826 Move `format' out of loop to speed up scanning larger buffers.
4827 (whitespace-unhighlight-the-space): Remove `remove-hook' since
4828 that function is never added to a hook.
4829 (whitespace-spacetab-regexp, whitespace-ateol-regexp)
4830 (whitespace-buffer-leading-cleanup)
4831 (whitespace-refresh-rescan-list): Fix docstrings.
4832
4833 2006-11-03 Ken Manheimer <ken.manheimer@gmail.com>
4834
4835 * allout.el (allout-during-yank-processing): Cue for inhibiting
4836 aberrance processing during yanks.
4837 (allout-doublecheck-at-and-shallower): Reduce the limit to reduce
4838 the amount of yanked topics that can be aberrant.
4839 (allout-do-doublecheck): Encapsulate this multiply-used recipe in
4840 a function, and supplement with inihibition of doublechecking
4841 during yanks.
4842 (allout-beginning-of-line, allout-next-heading)
4843 (allout-previous-heading, allout-goto-prefix-doublechecked)
4844 (allout-back-to-current-heading, allout-next-visible-heading)
4845 (allout-next-sibling): Use new allout-do-doublecheck function.
4846 (allout-next-sibling): Ensure we made progress when returning
4847 other than nil.
4848 (allout-rebullet-heading): Preserve text property annotations
4849 indicating the text was hidden, if it was.
4850 (allout-kill-line): Remove any added was-hidden annotations.
4851 (allout-kill-topic): Remove any added was-hidden annotations.
4852 (allout-annotate-hidden): Inhibit adding was-hidden text
4853 properties to the undo list.
4854 (allout-deannotate-hidden): New function to remove was-hidden
4855 annotation.
4856 (allout-hide-by-annotation): Use new allout-deannotate-hidden.
4857 (allout-remove-exposure-annotation): Replace by
4858 allout-deannotate-hidden.
4859 (allout-yank-processing): Signal that yank processing is happening
4860 with allout-during-yank-processing. Also, wrap
4861 allout-unprotected's closer to the text changes, for easier
4862 debugging. We need to inhibit-field-text-motion explicitly, in
4863 lieu of the encompassing allout-unprotected.
4864 (outlineify-sticky): Adjust criteria for triggering new outline
4865 decorations to presence or absence of any topics, not just a topic
4866 at the beginning of the buffer.
4867
4868 2006-11-03 Juanma Barranquero <lekktu@gmail.com>
4869
4870 * bs.el (bs--show-all, bs--redisplay):
4871 * cus-edit.el (custom-unlispify-menu-entries)
4872 (custom-unlispify-tag-names, custom-prompt-variable):
4873 * expand.el (expand-pos):
4874 * speedbar.el (speedbar-generic-list-tag-p):
4875 * wid-edit.el (widget-image-enable):
4876 * emacs-lisp/checkdoc.el (checkdoc-rogue-space-check-engine):
4877 * emacs-lisp/find-func.el (find-function-noselect)
4878 (find-function, find-variable-noselect, find-variable)
4879 (find-definition-noselect, find-face-definition):
4880 * mail/rmail-spam-filter.el (rsf-scanning-messages-now):
4881 * net/eudc-vars.el (eudc-expansion-overwrites-query):
4882 * progmodes/ada-xref.el (ada-find-in-ali):
4883 * textmodes/flyspell.el (flyspell-check-tex-math-command):
4884 * textmodes/org.el (org-copy-subtree):
4885 * textmodes/table.el (table--row-column-insertion-point-p):
4886 Use "non-nil" in docstrings.
4887
4888 2006-11-03 Mark Davies <mark@mcs.vuw.ac.nz>
4889
4890 * sort.el (sort-columns): Set the field separator to tab; on
4891 NetBSD, sort complains if "\n" is used as field separator.
4892
4893 2006-11-03 NIIMI Satoshi <sa2c@sa2c.net>
4894
4895 * emacs-lisp/pp.el (pp-eval-last-sexp): Evaluate target sexp.
4896
4897 2006-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
4898
4899 * server.el (server-auth-key): Remove. Replace by a process-property.
4900 (server-start): Don't remove the file of the previous process, but
4901 instead clear out the place for the new file.
4902 (server-start): Set the :auth-key property.
4903 (server-process-filter): Use the :auth-key property.
4904
4905 2006-11-02 Carsten Dominik <dominik@science.uva.nl>
4906
4907 * textmodes/org.el (org-mode-map): No longer copy
4908 `outline-mode-map' explicitly - this is already done by
4909 `define-derived-mode'.
4910
4911 2006-11-02 Juanma Barranquero <lekktu@gmail.com>
4912
4913 * server.el (server-visit-files): Use `when'.
4914 (server-process-filter): When authentication fails, send error
4915 message to client. Wrap `process-send-region' in `ignore-errors'
4916 instead of `condition-case', and remove misleading comment.
4917
4918 2006-11-01 Juri Linkov <juri@jurta.org>
4919
4920 * simple.el (yank): Doc fix.
4921
4922 2006-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
4923
4924 * server.el: Try and fit within 80 columns.
4925 (server-start): Make the auth file unreadable by other users.
4926
4927 2006-10-31 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
4928
4929 * battery.el (battery-linux-proc-acpi): Prevent range error when
4930 `full-capacity' is 0.
4931
4932 2006-10-31 Yoni Rabkin Katzenell <yoni-r@actcom.com> (tiny change)
4933
4934 * faces.el (faces-sample-overlay): New defvar.
4935 (faces-sample-overlay): New function to show face sample text.
4936 (describe-face): Use it.
4937
4938 2006-10-31 Stephen Leake <stephen_leake@stephe-leake.org>
4939
4940 * progmodes/ada-stmt.el: Change maintainer, apply
4941 whitespace-cleanup, checkdoc.
4942 (ada-func-or-proc-name): Add doc string.
4943
4944 * progmodes/ada-prj.el (ada-prj-new): Change maintainer, apply
4945 whitespace-cleanup, checkdoc. Minor improvements to many doc
4946 strings and comments.
4947 (ada-prj-display-page): Change buffer name to more accurately
4948 reflect function.
4949
4950 * progmodes/ada-xref.el: Change maintainer, apply
4951 whitespace-cleanup, checkdoc. Minor improvements to many doc
4952 strings and comments. Don't look for `gvd' or `ddd' debuggers.
4953 (ada-compile-current): Don't add newlines to commands.
4954
4955 2006-10-31 Juanma Barranquero <lekktu@gmail.com>
4956
4957 * server.el: Add support for TCP sockets.
4958 (server-use-tcp, server-host, server-auth-dir): New options.
4959 (server-auth-key): New variable.
4960 (server-ensure-safe-dir): Create nonexistent parent dirs.
4961 Ignore Unix-style file modes on Windows.
4962 (server-start): Crete a TCP or Unix socket according to the value
4963 of `server-use-tcp'. For TCP sockets, create the id/auth file in
4964 `server-auth-dir' directory.
4965 (server-process-filter): Delete process if authentication
4966 fails (which never happens for Unix sockets).
4967
4968 2006-10-30 David Kastrup <dak@gnu.org>
4969
4970 * subr.el (add-to-list): Don't continue checking if a match has
4971 been found.
4972
4973 2006-10-30 Chong Yidong <cyd@stupidchicken.com>
4974
4975 * tutorial.el: Move defvars to avoid bytecomp warnings.
4976 (tutorial--find-changed-keys): Check if viper-current-state is
4977 bound before using it.
4978 (help-with-tutorial): Check if viper-tutorial is defined before
4979 using it.
4980
4981 2006-10-30 Lennart Borgman <lennart.borgman.073@student.lu.se>
4982
4983 * help-fns.el (help-with-tutorial): Move to tutorial.el.
4984
4985 * tutorial.el: New file.
4986 (help-with-tutorial): Move here from help-fns.el. Added help for
4987 rebound keys. Fixed resume of tutorial.
4988 (tutorial--describe-nonstandard-key, tutorial--sort-keys)
4989 (tutorial--find-changed-keys, tutorial--display-changes)
4990 (tutorial--saved-dir, tutorial--saved-file)
4991 (tutorial--save-tutorial): New functions to support the changes in
4992 help-with-tutorial.
4993
4994 2006-10-30 Kenichi Handa <handa@m17n.org>
4995
4996 * files.el (revert-buffer): If a unibyte buffer is being reverted
4997 with a coding system for multibyte, set buffer multibyte before
4998 calling insert-file-contents.
4999
5000 2006-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
5001
5002 * server.el (server-select-display): Use a dummy buffer to detect when
5003 the frame is later used.
5004 (server-select-display): New function.
5005 (server-process-filter): Use it to detect unused temp frames.
5006
5007 2006-10-29 Stephen Leake <stephen_leake@stephe-leake.org>
5008
5009 * progmodes/ada-mode.el: Change maintainer, apply
5010 whitespace-clean, checkdoc. Minor improvements to many doc strings.
5011 (ada-mode-version): New function.
5012 (ada-create-menu): Menu operations are available for all supported
5013 compilers.
5014
5015 2006-10-29 Lars Hansen <larsh@soem.dk>
5016
5017 * net/tramp.el (with-parsed-tramp-file-name): Correct debug spec.
5018 Highlight as keyword.
5019 (tramp-do-copy-or-rename-file): Correct data for 'file-already-exists.
5020 Don't call tramp-method-out-of-band-p for local files.
5021 (tramp-touch): Quote file name.
5022
5023 2006-10-28 Glenn Morris <rgm@gnu.org>
5024
5025 * calendar/calendar.el (cal-html-cursor-month)
5026 (cal-html-cursor-year): Add autoloads for this new package.
5027 (calendar-mode-map): Bind cal-html-cursor-month, cal-html-cursor-year.
5028
5029 2006-10-28 Anna M. Bigatti <bigatti@dima.unige.it>
5030
5031 * calendar/cal-html.el: New file.
5032
5033 2006-10-28 Chong Yidong <cyd@stupidchicken.com>
5034
5035 * emacs-lisp/authors.el (authors-aliases): Update.
5036
5037 2006-10-27 Chong Yidong <cyd@stupidchicken.com>
5038
5039 * version.el (emacs-version): Bump version number to 22.0.90.
5040
5041 2006-10-26 John W. Eaton <jwe@octave.org>
5042
5043 * progmodes/octave-inf.el (inferior-octave-has-built-in-variables):
5044 New defvar.
5045 (inferior-octave-resync-dirs): Check to see whether Octave has
5046 built-in variables and set inferior-octave-has-built-in-variables.
5047 Check inferior-octave-has-built-in-variables to decide whether to
5048 send commands that set built-in variables or call functions to
5049 change Octave's behavior.
5050 Send "disp (pwd ())" to Octave instead of just "pwd".
5051 (inferior-octave-startup): Send "more off" to Octave instead of
5052 "page_screen_output = 0".
5053
5054 2006-10-26 Chong Yidong <cyd@stupidchicken.com>
5055
5056 * emacs-lisp/cl-indent.el (lisp-indent-259): Indent nil's in the
5057 pattern normally.
5058
5059 2006-10-26 Nick Roberts <nickrob@snap.net.nz>
5060
5061 * bindings.el (mode-line-mode-menu): Remove bindings for global
5062 minor modes (line/column number) as they are on the menubar.
5063
5064 2006-10-25 Juanma Barranquero <lekktu@gmail.com>
5065
5066 * term/w32-win.el (x-handle-name-switch): Doc fix.
5067 (w32-standard-fontset-spec): Fix typo in docstring.
5068
5069 * midnight.el (midnight-buffer-display-time): Doc fix.
5070 (clean-buffer-list-kill-never-buffer-names): Add "*server*".
5071
5072 2006-10-23 Michael Kifer <kifer@cs.stonybrook.edu>
5073
5074 * viper-cmd.el (viper-prefix-arg-com): Define gg as G0.
5075
5076 * viper-ex.el (ex-read): Quote file argument.
5077
5078 * ediff-diff.el (ediff-same-file-contents): Expand file names.
5079
5080 * ediff-mult.el (ediff-append-custom-diff): Quote shell file arguments.
5081
5082 2006-10-22 Martin Rudalics <rudalics@gmx.at>
5083
5084 * textmodes/flyspell.el (flyspell-check-region-doublons):
5085 Fix last fix.
5086
5087 2006-10-23 Nick Roberts <nickrob@snap.net.nz>
5088
5089 * bindings.el (mode-line-mode-menu): List global minor modes
5090 before local ones.
5091
5092 2006-10-23 Kim F. Storm <storm@cua.dk>
5093
5094 * subr.el (add-to-list): Optimize if compare-fn is `eq' or `eql'.
5095 (sit-for): If last command was a prefix arg, add the read-ahead
5096 event to unread-command-events as (t . EVENT) so it will be added
5097 to this-command-keys by read-key-sequence.
5098
5099 2006-10-22 Martin Rudalics <rudalics@gmx.at>
5100
5101 * textmodes/flyspell.el (flyspell-word): Skip past all previous
5102 whitespace when checking doublons.
5103 (flyspell-check-region-doublons): Fix doublon regexp.
5104 (flyspell-highlight-incorrect-region): Highlight doublons using
5105 flyspell-duplicate face.
5106
5107 * progmodes/cperl-mode.el (cperl-invalid-face): Fix defcustom.
5108
5109 2006-10-22 John Wiegley <johnw@newartisans.com>
5110
5111 * progmodes/python.el (python-use-skeletons): python-mode was
5112 auto-inserting templates (for those with abbrev-mode on), not only
5113 by default -- *but without a configuration variable to disable
5114 it*. This rendered python-mode completely useless for me, so I
5115 have added `python-use-skeletons', which is now off by default.
5116
5117 2006-10-22 Chong Yidong <cyd@stupidchicken.com>
5118
5119 * progmodes/cperl-mode.el (cperl-mode): Don't assume
5120 font-lock-multiline is auto-local (it's not).
5121 (cperl-windowed-init): Ensure that cperl-font-lock-multiline is
5122 initialized before calling cperl-init-faces.
5123
5124 2006-10-22 Nick Roberts <nickrob@snap.net.nz>
5125
5126 * progmodes/gdb-ui.el (gdb-info-stack-custom): Don't try to give
5127 gdb-stack-position a value when there is no fringe.
5128
5129 * bindings.el (mode-line-mode-menu): Disable auto-revert-tail-mode
5130 indicator if not visiting a file.
5131
5132 2006-10-20 David Kastrup <dak@gnu.org>
5133
5134 * window.el (kill-buffer-and-window): Fix a bug where an aborted
5135 operation would still cause some window to collapse later.
5136
5137 2006-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
5138
5139 * vc.el (vc-switch-backend): Try to be more careful with unwanted
5140 side-effect due to mixing various backends's file properties.
5141
5142 * vc-svn.el (vc-svn-parse-status): Remove unused arg `localp'.
5143 Add arg `filename' instead. Don't set vc-backend if `filename' is set.
5144 Return `filename's status if applicable. Update callers.
5145
5146 2006-10-19 Kenichi Handa <handa@m17n.org>
5147
5148 * international/kkc.el (kkc-region): When a key sequence is not
5149 defined, append (this-single-command-raw-keys) to
5150 unread-input-method-events.
5151
5152 2006-10-19 Juanma Barranquero <lekktu@gmail.com>
5153
5154 * progmodes/ada-mode.el (ada-in-string-p): Doc fix.
5155
5156 2006-10-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5157
5158 * version.el (emacs-version): Use mac-carbon-version-string.
5159
5160 * term/macterm.el (res-geometry): Apply 2006-10-18 change for x-win.el.
5161
5162 2006-10-19 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5163
5164 * select.el (ccl-check-utf-8, string-utf-8-p): New functions (by
5165 Kenichi Handa).
5166 (xselect-convert-to-string): Decline requests for UTF8_STRING if
5167 the selection is not UTF-8.
5168
5169 2006-10-18 Juanma Barranquero <lekktu@gmail.com>
5170
5171 * progmodes/ada-mode.el (ada-83-string-keywords)
5172 (ada-last-which-function-line ada-no-auto-case, ada-indent-region)
5173 (ada-which-compiler, ada-align-modes, ada-adjust-case-buffer)
5174 (ada-looking-at-semi-private, ada-get-body-name):
5175 Fix typos in docstrings.
5176 (ada-create-case-exception, ada-create-case-exception-substring):
5177 Fix typos in error messages.
5178 (ada-goto-matching-end, ada-narrow-to-defun): Doc fixes.
5179
5180 2006-10-18 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5181
5182 * term/x-win.el (res-geometry): Don't set geometry from Xresources
5183 to default-frame-alist if default-frame-alist already contains
5184 width/height.
5185
5186 2006-10-18 Richard Stallman <rms@gnu.org>
5187
5188 * emacs-lisp/pp.el (pp-eval-expression): Use `X' to read value.
5189 Non-interactive arg is the value, not the expression.
5190
5191 * simple.el (read-expression-map): Just set it, no defvar.
5192
5193 * subr.el (insert-for-yank-1): If last inserted char has
5194 properties, mark them as rear-nonsticky.
5195
5196 * recentf.el (recentf-mode): Doc fix.
5197
5198 * facemenu.el (facemenu-add-new-face): Defend against symbol
5199 that isn't a face name.
5200
5201 * dired-aux.el (dired-do-copy): Doc fix.
5202
5203 2006-10-18 Chong Yidong <cyd@stupidchicken.com>
5204
5205 * simple.el (line-move-1): Ignore fields when moving to the
5206 beginning of line to avoid getting point stuck.
5207
5208 2006-10-18 Martin Rudalics <rudalics@gmx.at>
5209
5210 * textmodes/flyspell.el (flyspell-word-search-backward):
5211 Set inhibit-point-motion-hooks to avoid looping due to intangibile
5212 text.
5213
5214 2006-10-16 Richard Stallman <rms@gnu.org>
5215
5216 * help-fns.el (describe-function-1): Special case optimization
5217 for self-insert-command.
5218
5219 2006-10-16 Kim F. Storm <storm@cua.dk>
5220
5221 * ido.el (ido-reread-directory): Work in `dir' mode too.
5222
5223 2006-10-15 Martin Rudalics <rudalics@gmx.at>
5224
5225 * textmodes/table.el: Require 'regexp-opt.
5226
5227 2006-10-15 Lennart Borgman <lennart.borgman.073@student.lu.se>
5228
5229 * progmodes/flymake.el (flymake-get-project-include-dirs-imp):
5230 Use shell-quote-argument.
5231
5232 * shell.el (explicit-bash-args): Likewise.
5233
5234 * progmodes/ada-xref.el (ada-find-in-src-path): Likewise.
5235 Use grep -E rather than egrep.
5236
5237 2006-10-15 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
5238
5239 * ido.el (ido-exhibit): Allow `-', `_', and trailing `$' in user id.
5240
5241 2006-10-15 Kim F. Storm <storm@cua.dk>
5242
5243 * filesets.el (filesets-run-cmd--repl-fn): Use shell-quote-argument.
5244
5245 2006-10-14 Lennart Borgman <lennart.borgman.073@student.lu.se>
5246
5247 * filesets.el (filesets-cmd-shell-command): Quote buffer-file-name
5248 to protect whitespace and metacharacters from the shell.
5249
5250 2006-10-13 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
5251
5252 * apropos.el (apropos-pattern-quoted): Fix a typo in a doc string.
5253
5254 2006-10-13 Eli Zaretskii <eliz@gnu.org>
5255
5256 * subr.el (start-process-shell-command): Doc fix.
5257
5258 2006-10-13 Andrea Russo <rastandy@salug.it> (tiny change)
5259
5260 * info-look.el <maxima-mode, inferior-maxima-mode>: Allow [0-9] in
5261 the regexp for Maxima symbols.
5262
5263 2006-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
5264
5265 * vc-hooks.el (vc-ignore-dir-regexp): Make it into a defcustom.
5266 (vc-find-root): Don't walk higher up than ~.
5267
5268 2006-10-12 Chong Yidong <cyd@stupidchicken.com>
5269
5270 * international/utf-8.el (utf-translate-cjk-load-tables):
5271 Avoid clobbering last-coding-system-used during load.
5272
5273 2006-10-12 Carsten Dominik <dominik@science.uva.nl>
5274
5275 * textmodes/reftex-global.el (reftex-create-tags-file):
5276 Quote file arguments.
5277
5278 2006-10-12 Richard Stallman <rms@gnu.org>
5279
5280 * files.el (file-name-history): Add defvar.
5281 (save-some-buffers-action-alist): Improve description strings.
5282
5283 2006-10-12 Andreas Schwab <schwab@suse.de>
5284
5285 * files.el (auto-mode-alist): Match change log file name also with
5286 a dash before a numeric extension.
5287
5288 2006-10-11 Ilya Zakharevich <ilyaz@cpan.org>
5289
5290 * progmodes/cperl-mode.el: Merge from upstream, upto version 5.22.
5291 After 5.0:
5292 (cperl-add-tags-recurse-noxs-fullpath): New function (for -batch mode).
5293
5294 After 5.1: Major edit. Summary of most visible changes:
5295
5296 - Multiple <<HERE per line allowed.
5297 - Handles multiline subroutine declaration headers (with comments).
5298 (The exception is `cperl-etags' - but it is not used in the rest
5299 of the mode.)
5300 - Fontifies multiline my/our declarations (even with comments,
5301 and with legacy `font-lock').
5302 - Major speedup of syntaxification, both immediate and postponed
5303 (3.5x to 15x [for different CPUs and versions of Emacs] on the
5304 huge real-life document I tested).
5305 - New bindings, edits to imenu.
5306 - "_" is made into word-char during fontification/syntaxification;
5307 some attempts to recognize non-word "_" during other operations too.
5308 - Detect bug in Emacs with `looking-at' inside `narrow' and bulk out.
5309 - autoload some more perldoc-related stuff
5310 - New convenience features: ISpell POD/HEREDOCs, narrow-to-HEREDOC.
5311 - Attempt to incorporate XEmacs edits which reached me.
5312
5313 Fine-grained changelog:
5314 (cperl-hook-after-change): New configuration variable.
5315 (cperl-vc-sccs-header): Likewise.
5316 (cperl-vc-sccs-header): Likewise.
5317 (cperl-vc-header-alist): Default via two preceding variables.
5318 (cperl-invalid-face): Remove double quoting under XEmacs
5319 (still needed under 21.2).
5320 (cperl-tips): Update URLs for resources.
5321 (cperl-problems): Likewise.
5322 (cperl-praise): Mention new features.
5323 New C-c key bindings: for `cperl-find-bad-style',
5324 `cperl-pod-spell', `cperl-here-doc-spell', `cperl-narrow-to-here-doc',
5325 `cperl-perdoc', and `cperl-perldoc-at-point'.
5326 CPerl Mode menu changes: "Fix style by spaces", "Imenu on Perl Info"
5327 moved, new submenu of Tools with Ispell entries and narrowing.
5328 (cperl-after-sub-regexp): New defsubst.
5329 (cperl-imenu--function-name-regexp-perl): Use `cperl-after-sub-regexp'.
5330 Allows heads up to head4.
5331 Allow "package;".
5332 (defun-prompt-regexp): Use `cperl-after-sub-regexp'.
5333 (paren-backwards-message): ??? Something for XEmacs???
5334 (cperl-mode): Never auto-switch abbrev-mode off.
5335 Try to allow '_' be non-word char.
5336 Do not use `font-lock-unfontify-region-function' on XEmacs.
5337 Reset syntax cache on mode start.
5338 Support multiline facification (even on legacy `font-lock').
5339 (cperl-facemenu-add-face-function): ??? Some contributed code ???
5340 (cperl-after-change-function): Since `font-lock' and `lazy-lock'
5341 refuse to inform us whether the fontification is due to lazy
5342 calling or due to edit to a buffer, install our own hook
5343 (controlled by `cperl-hook-after-change').
5344 (cperl-electric-pod): =cut may have been recognized as start.
5345 (cperl-block-p): Move, updatedfor attributes.
5346 (cperl-calculate-indent): Try to allow '_' be non-word char
5347 Support subs with attributes.
5348 (cperl-where-am-i): Queit (?) a warning.
5349 (cperl-cached-syntax-table) New function.
5350 (cperl-forward-re): Use `cperl-cached-syntax-table'.
5351 (cperl-unwind-to-safe): Recognize `syntax-type' property
5352 changing in a middle of line.
5353 (cperl-find-sub-attrs): New function.
5354 (cperl-find-pods-heres): Allow many <<EOP per line.
5355 Allow subs with attributes.
5356 Major speedups (3.5x..15x on a real-life test file nph-proxy.pl).
5357 Recognize "extproc " (OS/2) case-folded and only at start.
5358 /x on s///x with empty replacement was not recognized.
5359 Better comments.
5360 (cperl-after-block-p): Remarks on diff with `cperl-block-p'.
5361 Allow subs with attributes, labels.
5362 Do not confuse "else::foo" with "else".
5363 Minor optimizations...
5364 (cperl-after-expr-p): Try to allow '_' be non-word char.
5365 (cperl-fill-paragraph): Try to detect a major bug in Emacs
5366 with `looking-at' inside `narrow' and bulk out if found.
5367 (cperl-imenu--create-perl-index): Updates for new
5368 `cperl-imenu--function-name-regexp-perl'.
5369 (cperl-outline-level): Likewise.
5370 (cperl-init-faces): Allow multiline subroutine headers
5371 and my/our declarations, and ones with comments.
5372 Allow subroutine attributes.
5373 (cperl-imenu-on-info): Better docstring.
5374 (cperl-etags): Rudimentary support for attributes.
5375 Support for packages and "package;".
5376 (cperl-add-tags-recurse-noxs): Better (?) docstring.
5377 (cperl-add-tags-recurse-noxs-fullpath): Likewise.
5378 (cperl-tags-hier-init): Misprint for `fboundp' fixed.
5379 (cperl-not-bad-style-regexp): Try to allow '_' be non-word char.
5380 (cperl-perldoc): Add autoload.
5381 (cperl-perldoc-at-point): Likewise.
5382 (cperl-here-doc-spell): New function.
5383 (cperl-pod-spell): Likewise.
5384 (cperl-map-pods-heres): Likewise.
5385 (cperl-get-here-doc-region): Likewise.
5386 (cperl-font-lock-fontify-region-function): Likewise (backward
5387 compatibility for legacy `font-lock').
5388 (cperl-font-lock-unfontify-region-function): Fix style.
5389 (cperl-fontify-syntaxically): Recognize and optimize away deferred
5390 calls with no-change. Governed by `cperl-hook-after-change'.
5391 (cperl-fontify-update): Recognize that syntaxification region
5392 can be larger than fontification one.
5393 XXXX we leave `cperl-postpone' property, so this is quadratic...
5394 (cperl-fontify-update-bad): Temporary placeholder until
5395 it is clear how to implement `cperl-fontify-update'.
5396 (cperl-time-fontification): New function.
5397 (attrib-group): New text attribute.
5398 (multiline): New value: `syntax-type' text attribute.
5399
5400 After 5.2:
5401 (cperl-emulate-lazy-lock): New function.
5402 (cperl-fontify-syntaxically): Would skip large regions.
5403 Add `cperl-time-fontification', `cperl-emulate-lazy-lock' to menu.
5404 Some globals were declared, but uninitialized.
5405
5406 After 5.3, 5.4:
5407 (cperl-facemenu-add-face-function): Add docs, fix U<>.
5408 Copyright message updated.
5409 (cperl-init-faces): Work around a bug in `font-lock'. May slow
5410 facification down a bit.
5411 Misprint for my|our|local for old `font-lock'
5412 "our" was not fontified same as "my|local".
5413 Highlight variables after "my" etc even in
5414 a middle of an expression.
5415 Do not facify multiple variables after my etc
5416 unless parentheses are present.
5417
5418 After 5.5, 5.6
5419 (cperl-fontify-syntaxically): after-change hook could reset.
5420 (cperl-syntax-done-to) to a middle of line; unwind to BOL.
5421
5422 After 5.7:
5423 (cperl-init-faces): Allow highlighting of local ($/).
5424 (cperl-problems-old-emaxen): New variable (for the use of DOCSTRING).
5425 (cperl-problems): Remove fixed problems.
5426 (cperl-find-pods-heres): Recognize #-comments in m##x too.
5427 Recognize charclasses (unless delimiter is \).
5428 (cperl-fontify-syntaxically): Unwinding to safe was done in wrong order.
5429 (cperl-regexp-scan): Update docs.
5430 (cperl-beautify-regexp-piece): Use information got from regexp scan.
5431
5432 After 5.8:
5433 Major user visible changes:
5434 Recognition and fontification of character classes in RExen.
5435 Variable indentation of RExen according to groups.
5436
5437 (cperl-find-pods-heres): Recognize POSIX classes in REx charclasses.
5438 Fontify REx charclasses in variable-name face.
5439 Fontify POSIX charclasses in "type" face.
5440 Fontify unmatched "]" in function-name face.
5441 Mark first-char of HERE-doc as `front-sticky'.
5442 Reset `front-sticky' property when needed.
5443 (cperl-calculate-indent): Indents //x -RExen accordning to parens level.
5444 (cperl-to-comment-or-eol): Recognize ends of `syntax-type' constructs.
5445 (cperl-backward-to-noncomment): Recognize stringy `syntax-type'
5446 constructs. Support `narrow'ed buffers.
5447 (cperl-praise): Remove a reservation.
5448 (cperl-make-indent): New function.
5449 (cperl-indent-for-comment): Use `cperl-make-indent'.
5450 (cperl-indent-line): Likewise.
5451 (cperl-lineup): Likewise.
5452 (cperl-beautify-regexp-piece): Likewise.
5453 (cperl-contract-level): Likewise.
5454 (cperl-toggle-set-debug-unwind): New function.
5455 New menu entry for this.
5456 (fill-paragraph-function): Use when `boundp'.
5457 (cperl-calculate-indent): Take into account groups when indenting RExen.
5458 (cperl-to-comment-or-eol): Recognize # which end a string.
5459 (cperl-modify-syntax-type): Make only syntax-table property non-sticky.
5460 (cperl-fill-paragraph): Return t: needed for `fill-paragraph-function'.
5461 (cperl-fontify-syntaxically): More clear debugging message.
5462 (cperl-pod2man-build-command): Check (XEmacs) `Man-filter-list'.
5463 (cperl-init-faces): More complicated highlight even on XEmacs (new).
5464 Merge cosmetic changes from XEmacs.
5465
5466 After 5.9:
5467 (cperl-1+): Move to before the first use.
5468 (cperl-1-): Likewise.
5469
5470 After 5.10:
5471
5472 This code may lock Emacs hard!!! Use at your own risk!
5473
5474 (cperl-font-locking): New internal variable.
5475 (cperl-beginning-of-property): New function.
5476 (cperl-calculate-indent): Use `cperl-beginning-of-property'
5477 instead of `previous-single-property-change'.
5478 (cperl-unwind-to-safe): Likewise.
5479 (cperl-after-expr-p): Likewise.
5480 (cperl-get-here-doc-region): Likewise.
5481 (cperl-font-lock-fontify-region-function): Likewise.
5482 (cperl-to-comment-or-eol): Do not call `cperl-update-syntaxification'
5483 recursively.
5484 Bound `next-single-property-change' via `point-max'.
5485 (cperl-unwind-to-safe): Bound likewise
5486 (cperl-font-lock-fontify-region-function): Likewise.
5487 (cperl-find-pods-heres): Mark as recursive for `cperl-to-comment-or-eol'
5488 Initialization of `cperl-font-lock-multiline-start' could be
5489 missed if the "main" fontification did not run due to the
5490 keyword being already fontified.
5491 (cperl-pod-spell): Return t from do-one-chunk function.
5492 (cperl-map-pods-heres): Stop when the worker returns nil.
5493 Call `cperl-update-syntaxification'.
5494 (cperl-get-here-doc-region): Call `cperl-update-syntaxification'.
5495 (cperl-get-here-doc-delim): Remove unused function.
5496
5497 After 5.11:
5498
5499 The possible lockup of Emacs (introduced in 5.10) fixed.
5500
5501 (cperl-unwind-to-safe): `cperl-beginning-of-property' won't return nil.
5502 (cperl-syntaxify-for-menu): New customization variable.
5503 (cperl-select-this-pod-or-here-doc): New function.
5504 (cperl-get-here-doc-region): Extra argument.
5505 Do not adjust pos by 1.
5506
5507 New menu entries
5508 (Perl/Tools): Selection of current POD or HERE-DOC section.
5509 (Debugging CPerl:) backtrace on fontification.
5510
5511 After 5.12:
5512 (cperl-cached-syntax-table): Use `car-safe'.
5513 (cperl-forward-re): Remove spurious argument SET-ST.
5514 Add documentation.
5515 (cperl-forward-group-in-re): New function.
5516 (cperl-find-pods-heres): Find and highlight (?{}) blocks in RExen
5517 (XXXX Temporary (?) hack is to syntax-mark them as comment).
5518
5519 After 5.13:
5520 (cperl-string-syntax-table): Make { and } not-grouping
5521 (Sometimes they ARE grouping in RExen, but matching them would only
5522 confuse in many situations when they are not)
5523 (beginning-of-buffer): Replace two occurences with goto-char...
5524 (cperl-calculate-indent): `char-after' could be nil...
5525 (cperl-find-pods-heres): REx can start after "[" too.
5526 Hightlight (??{}) in RExen too.
5527 (cperl-maybe-white-and-comment-rex): New constant
5528 (cperl-white-and-comment-rex): Likewise.
5529 XXXX Not very efficient, but hard to make
5530 better while keeping 1 group.
5531
5532 After 5.13:
5533 (cperl-find-pods-heres): $foo << identifier() is not a HERE-DOC.
5534 Likewise for 1 << identifier.
5535
5536 After 5.14:
5537 (cperl-find-pods-heres): Different logic for $foo .= <<EOF etc.
5538 Error-less condition-case could fail.
5539 (cperl-font-lock-fontify-region-function): Likewise.
5540 (cperl-init-faces): Likewise.
5541
5542 After 5.15:
5543 (cperl-find-pods-heres): Support property REx-part2.
5544 (cperl-calculate-indent): Likewise.
5545 Don't special-case REx with non-empty 1st line.
5546 (cperl-find-pods-heres): In RExen, highlight non-literal backslashes.
5547 Invert highlighting of charclasses:
5548 now the envelop is highlighted.
5549 Highlight many others 0-length builtins.
5550 (cperl-praise): Mention indenting and highlight in RExen.
5551
5552 After 5.15:
5553 (cperl-find-pods-heres): Highlight capturing parens in REx.
5554
5555 After 5.16:
5556 (cperl-find-pods-heres): Highlight '|' for alternation
5557 Initialize `font-lock-warning-face' if not present.
5558 (cperl-find-pods-heres): Use `font-lock-warning-face' instead of
5559 `font-lock-function-name-face'.
5560 (cperl-look-at-leading-count): Likewise.
5561 (cperl-find-pods-heres): Localize `font-lock-variable-name-face',
5562 `font-lock-keyword-face' (needed for
5563 batch processing), etc...
5564 Use `font-lock-builtin-face' for builtin in REx
5565 Now `font-lock-variable-name-face'
5566 is used for interpolated variables
5567 Use "talking aliases" for faces inside REx
5568 Highlight parts of REx (except in charclasses)
5569 according to the syntax and/or semantic
5570 Syntax-mark a {}-part of (?{}) as "comment"
5571 (it was the ()-part)
5572 Better logic to distinguish what is what in REx
5573 (cperl-tips-faces): Document REx highlighting
5574 (cperl-praise): Mention REx syntax highlight etc.
5575
5576 After 5.17:
5577 (cperl-find-sub-attrs): Would not always manage to print error message.
5578 (cperl-find-pods-heres): Localize `font-lock-constant-face'.
5579
5580 After 5.18:
5581 (cperl-find-pods-heres): Misprint in REx for parsing REx.
5582 Very minor optimization.
5583 `my-cperl-REx-modifiers-face' got quoted.
5584 Recognize "print $foo <<END" as HERE-doc.
5585 Put `REx-interpolated' text attribute if needed.
5586 (cperl-invert-if-unless-modifiers): New function.
5587 (cperl-backward-to-start-of-expr): Likewise.
5588 (cperl-forward-to-end-of-expr): Likewise.
5589 (cperl-invert-if-unless): Works in "the opposite way" too.
5590 Cursor position on return is on the switch-word.
5591 Indents comments better.
5592 (REx-interpolated): New text attribute.
5593 (cperl-next-interpolated-REx): New function.
5594 (cperl-next-interpolated-REx-0): Likewise.
5595 (cperl-next-interpolated-REx-1): Likewise.
5596 "\C-c\C-x", "\C-c\C-y", "\C-c\C-v": New keybinding for these functions.
5597 Perl/Regexp menu: 3 new entries for `cperl-next-interpolated-REx'.
5598 (cperl-praise): Mention finded interpolated RExen.
5599
5600 After 5.19:
5601 (cperl-init-faces): Highlight %$foo, @$foo too.
5602 (cperl-short-docs): Better docs for system, exec.
5603 (cperl-find-pods-heres): Better detect << after print {FH} <<EOF etc.
5604 Would not find HERE-doc ended by EOF without NL.
5605 (cperl-short-docs): Correct not-doubled \-escapes.
5606 start block: Put some `defvar' for stuff gone from XEmacs.
5607
5608 After 5.20:
5609 initial comment: Extend copyright, fix email address.
5610 (cperl-indent-comment-at-column-0): New customization variable.
5611 (cperl-comment-indent): Indentation after $#a would increasy by 1.
5612 (cperl-mode): Make `defun-prompt-regexp' grok BEGIN/END etc.
5613 (cperl-find-pods-heres): Mark CODE of s///e as `syntax-type' `multiline'
5614 (cperl-at-end-of-expr): Would fail if @BAR=12 follows after ";".
5615 (cperl-init-faces): If `cperl-highlight-variables-indiscriminately'
5616 highlight $ in $foo too (UNTESTED).
5617 (cperl-set-style): Docstring missed some available styles.
5618 toplevel: Menubar/Perl/Indent-Styles had FSF, now K&R.
5619 Change "Current" to "Memorize Current".
5620 (cperl-indent-wrt-brace): New customization variable; the default is
5621 as for pre-5.2 version.
5622 (cperl-styles-entries): Keep `cperl-extra-newline-before-brace-multiline'.
5623 (cperl-style-alist): Likewise.
5624 (cperl-fix-line-spacing): Support `cperl-merge-trailing-else' being nil,
5625 and `cperl-extra-newline-before-brace' etc
5626 being t
5627 (cperl-indent-exp): Plans B and C to find continuation blocks even
5628 if `cperl-extra-newline-before-brace' is t.
5629
5630 After 5.21:
5631 Improve some docstrings concerning indentation.
5632 (cperl-indent-rules-alist): New variable.
5633 (cperl-sniff-for-indent): New function name
5634 (separated from `cperl-calculate-indent').
5635 (cperl-calculate-indent): Separate the sniffer and the indenter;
5636 uses `cperl-sniff-for-indent' now.
5637 (cperl-comment-indent): Test for `cperl-indent-comment-at-column-0'
5638 was inverted;
5639 Support `comment-column' = 0.
5640
5641 2006-10-11 Martin Rudalics <rudalics@gmx.at>
5642
5643 * dnd.el (dnd-handle-one-url): Fix typo in doc-string.
5644 * help-at-pt.el (scan-buf-move-to-region): Likewise.
5645 * longlines.el (longlines-window-change-function): Likewise.
5646 * simple.el (undo-ask-before-discard): Likewise.
5647 * wid-edit.el (widget-field-prompt-internal)
5648 (widget-documentation-link-p): Likewise.
5649
5650 2006-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
5651
5652 * progmodes/sh-script.el (sh-get-kw): | is not among the allowed chars
5653 for a keyword.
5654
5655 2006-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
5656
5657 * newcomment.el (comment-valid-prefix-p): Make the check
5658 more thorough. From an idea by Martin Rudalics <rudalics@gmx.at>.
5659 (comment-indent-new-line): Adjust call.
5660
5661 2006-10-09 Ken Manheimer <ken.manheimer@gmail.com>
5662
5663 * allout.el (allout-back-to-current-heading): Base on lower-level
5664 routines to get proper disqualification of aberrant topics.
5665
5666 2006-10-09 Richard Stallman <rms@gnu.org>
5667
5668 * textmodes/two-column.el (2C-two-columns): Doc fix.
5669
5670 2006-10-09 Kim F. Storm <storm@cua.dk>
5671
5672 * shell.el (explicit-csh-args, explicit-bash-args): Add comment
5673 about implicit use.
5674
5675 2006-10-08 Richard Stallman <rms@gnu.org>
5676
5677 * textmodes/two-column.el (2C-two-columns): Doc fix.
5678
5679 2006-10-08 Reiner Steib <Reiner.Steib@gmx.de>
5680
5681 * files.el: Mark `buffer-read-only' as safe-local-variable.
5682
5683 2006-10-08 Nick Roberts <nickrob@snap.net.nz>
5684
5685 * progmodes/gdb-ui.el (gdb-speedbar-expand-node):
5686 Burp if GUD buffer has been killed.
5687
5688 2006-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
5689
5690 * completion.el (add-completions-from-c-buffer):
5691 Don't presume an error's second element is a string.
5692 Use looking-at rather than buffer-substring + member.
5693
5694 2006-10-07 Eli Zaretskii <eliz@gnu.org>
5695
5696 * mail/rmail.el (rmail-redecode-body): If the old encoding is
5697 `undecided', call find-coding-systems-region to find a proper
5698 non-trivial encoding.
5699 (rmail-mime-charset-pattern): Allow a TAB between "Content-Type"
5700 and "text/plain".
5701
5702 2006-10-07 Kevin Ryde <user42@zip.com.au>
5703
5704 * textmodes/reftex-vars.el (defgroup reftex): Update home page
5705 url-link.
5706
5707 * strokes.el (defgroup strokes): Remove invalid url-link.
5708
5709 2006-10-07 Magnus Henoch <mange@freemail.hu>
5710
5711 * autoinsert.el (auto-insert-alist): Doc fix.
5712
5713 2006-10-07 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
5714
5715 * mouse-sel.el (mouse-insert-selection-internal):
5716 Use insert-for-yank, so that yank handlers are run.
5717
5718 2006-10-07 Kim F. Storm <storm@cua.dk>
5719
5720 * ido.el (ido-file-extension-aux): Fix comparison.
5721
5722 2006-10-06 Kim F. Storm <storm@cua.dk>
5723
5724 * ido.el (ido-wide-find-dirs-or-files): Use shell-quote-argument.
5725
5726 2006-10-05 Juanma Barranquero <lekktu@gmail.com>
5727
5728 * emacs-lisp/advice.el (ad-remove-advice, ad-parse-arglist)
5729 (ad-make-mapped-call): Use `let', not `let*'.
5730
5731 2006-10-05 Chong Yidong <cyd@stupidchicken.com>
5732
5733 * international/mule-cmds.el (coding-system-change-eol-conversion):
5734 Ensure the coding system is initialized before calling
5735 coding-system-eol-type.
5736
5737 2006-10-04 Carsten Dominik <dominik@science.uva.nl>
5738
5739 * textmodes/org.el (org-rm-props, org-activate-plain-links)
5740 (org-activate-angle-links, org-activate-dates)
5741 (org-activate-target-links, org-activate-camels)
5742 (org-activate-tags): Add `rear-nonsticky' text property to avoid
5743 textproperty keymaps from being active beyond the end of a line.
5744 (org-unfontify-region): Also remove `rear-nonsticky' property.
5745
5746 2006-10-04 Kenichi Handa <handa@m17n.org>
5747
5748 * international/code-pages.el (next): Table fixed.
5749
5750 2006-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
5751
5752 * progmodes/sh-script.el (sh-prev-thing): Remove (forward-char 1) now
5753 that it's been made unnecessary by removing narrowing.
5754
5755 2006-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
5756
5757 * progmodes/sh-script.el (sh-prev-thing): Massage to untangle the
5758 control flow a bit, simplify another bit, and add comments.
5759
5760 2006-10-03 David Kastrup <dak@gnu.org>
5761
5762 * help.el (describe-mode): For clicks on mode-line, use "@"
5763 interactive argument to get the major mode of the click instead of
5764 the current buffer.
5765
5766 * isearch.el (isearch-mouse-2): Use new semantics of `key-binding'
5767 in order to better redirect mouse-2 clicks. Also allow default
5768 bindings to apply.
5769
5770 2006-10-03 Kim F. Storm <storm@cua.dk>
5771
5772 * emacs-lisp/cl.el (pushnew-internal): Remove defvar.
5773 (pushnew): Fix last change.
5774
5775 2006-10-03 Denis St\e,A|\e(Bnkel <dstuenkel@googlemail.com> (tiny change)
5776
5777 * ibuf-ext.el (eval, view-and-eval) <define-ibuffer-op>:
5778 Use the interactive spec of `eval-expression'.
5779
5780 2006-10-02 Michael Welsh Duggan <md5i@cs.cmu.edu>
5781
5782 * progmodes/sh-script.el (sh-prev-thing): Fix last change.
5783
5784 2006-10-02 MIYOSHI Masanori <miyoshi@meadowy.org> (tiny change)
5785
5786 * mail/smtpmail.el (smtpmail-try-auth-methods): Fix typo in
5787 2006-09-28 commit.
5788
5789 2006-10-02 Kenichi Handa <handa@m17n.org>
5790
5791 * international/code-pages.el (iso-8859-6): Table fixed.
5792
5793 2006-10-01 Chris Moore <christopher.ian.moore@gmail.com>
5794
5795 * dired.el (dired-build-subdir-alist): Fix previous change.
5796
5797 2006-10-01 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
5798
5799 * simple.el (undo-elt-crosses-region): Fix the inequalities.
5800
5801 2006-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
5802
5803 * emacs-lisp/find-func.el (find-function-regexp): Don't match
5804 "define-button-type".
5805
5806 * pcvs.el (cvs-update-header): Fix handling of extra newlines so that
5807 they don't keep accumulating.
5808
5809 2006-10-01 Bob Rogers <rogers-emacs@rgrjr.dyndns.org> (tiny change)
5810
5811 * ffap.el (ffap-rfc-path): Change the address of the RFC
5812 repository to ftp.rfc-editor.org, as ds.internic.net seems to be gone.
5813
5814 2006-10-01 Stephen Berman <Stephen.Berman@gmx.net>
5815
5816 * allout.el (allout-expose-topic): Rectify implementation of "+"
5817 spec, so that bodies are not exposed with headlines.
5818
5819 2006-10-01 Ken Manheimer <ken.manheimer@gmail.com>
5820
5821 * allout.el (allout-current-depth): Do aberrent check only at or
5822 below doublecheck depth.
5823 (allout-chart-subtree): Make it explicit that LEVELS being nil
5824 means unlimited depth. Drop undocumented support for LEVELS value
5825 t meaning unlimited depth. (This is consistent with
5826 allout-chart-to-reveal, but contrary to allout-show-children,
5827 which needs to use nil to default to depth of 1.)
5828 (allout-goto-prefix-doublechecked): Wrap long docstring line.
5829 (allout-chart-to-reveal): Be explicit in docstring about meaning
5830 of nil LEVELS, and drop support for LEVELS value t.
5831 (allout-show-children): Translate the level spec used by this
5832 routine to that used by allout-chart-subtree and
5833 allout-chart-to-reveal.
5834 (allout-show-to-offshoot): Retry once when stuck, after opening
5835 subtree - improvements in discontinuity handling likely will
5836 enable progress.
5837
5838 2006-09-30 Chong Yidong <cyd@stupidchicken.com>
5839
5840 * wid-edit.el (widget-button-click-moves-point): New variable.
5841 (widget-button-click): If widget-button-click-moves-point is
5842 non-nil, set point after performing the button action
5843
5844 * cus-edit.el (custom-mode): Set widget-button-click-moves-point.
5845
5846 2006-09-30 Martin Rudalics <rudalics@gmx.at>
5847
5848 * files.el (find-file-existing): Modify to not allow wildcards.
5849
5850 2006-09-30 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
5851
5852 * simple.el (undo-more): When undo information for the region is
5853 exhausted, say "No further undo information FOR REGION".
5854
5855 2006-09-30 Michael Welsh Duggan <md5i@cs.cmu.edu>
5856
5857 * progmodes/sh-script.el (sh-prev-thing):
5858 Take `sh-leading-keywords' into account.
5859
5860 2006-09-29 Glenn Morris <rgm@gnu.org>
5861
5862 * custom.el (defcustom): Doc fix.
5863
5864 * calendar/calendar.el (european-calendar-style):
5865 Call european-calendar or american-calendar as needed when set.
5866 (diary-view-entries, list-calendar-holidays): Move autoloads
5867 before use.
5868
5869 2006-09-29 Juri Linkov <juri@jurta.org>
5870
5871 * progmodes/cperl-mode.el (cperl-after-expr-p): Don't move point
5872 to nil if there is no previous property change.
5873
5874 2006-09-29 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
5875
5876 * cus-edit.el (custom-save-all): Switch to emacs-lisp mode before
5877 saving anything to be sure that `forward-sexp' behaves correctly.
5878
5879 2006-09-29 Chong Yidong <cyd@stupidchicken.com>
5880
5881 * simple.el (line-move-finish): Ignore field boundaries if the
5882 initial and final points have the same `field' property.
5883
5884 2006-09-29 Kim F. Storm <storm@cua.dk>
5885
5886 * ido.el (ido-file-internal): Only bind minibuffer-completing-file-name
5887 to t while calling ido-read-internal.
5888
5889 2006-09-29 Carsten Dominik <dominik@science.uva.nl>
5890
5891 * textmodes/org.el (org-file-remote-p): Get regexp from list.
5892 (org-archive-subtree): Remove erraneous `]' from character list.
5893
5894 2006-09-28 Jonathan Yavner <jyavner@member.fsf.org>
5895
5896 * ses.el (ses-in-print-area, ses-goto-data, ses-load)
5897 (ses-reconstruct-all): Make undo of "insert row" work by keeping
5898 markers for data-area and parameters-area.
5899
5900 2006-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
5901
5902 * progmodes/make-mode.el (makefile-mode): Don't disable jit-lock.
5903
5904 * font-lock.el (font-lock-after-change-function): Refontify next line
5905 as well if end is at BOL.
5906 (font-lock-extend-jit-lock-region-after-change): Be more careful to
5907 only extend the region as much as needed.
5908
5909 2006-09-28 Richard Stallman <rms@gnu.org>
5910
5911 * comint.el (comint-mode): Bind font-lock-defaults non-nil.
5912
5913 * subr.el (insert-for-yank-1): Handle `font-lock-face' specially.
5914
5915 * international/mule.el (after-insert-file-set-coding):
5916 If VISIT, don't let set-buffer-multibyte make undo info.
5917
5918 2006-09-28 Osamu Yamane <yamane@green.ocn.ne.jp> (tiny change)
5919
5920 * mail/smtpmail.el (smtpmail-try-auth-methods): Do not break long
5921 lines in base64-encoded authentication response.
5922
5923 2006-09-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5924
5925 * progmode/ebnf2ps.el: Doc fix. Implement arrow spacing and scaling.
5926 (ebnf-version): New version 4.3.
5927 (ebnf-arrow-extra-width, ebnf-arrow-scale): New options.
5928 (ebnf-prologue): Adjust PostScript programming.
5929 (ebnf-begin-file, ebnf-insert-ebnf-prologue, ebnf-terminal-dimension1)
5930 (ebnf-repeat-dimension, ebnf-except-dimension): Adjust code.
5931
5932 2006-09-26 Stefan Monnier <monnier@iro.umontreal.ca>
5933
5934 * jit-lock.el (jit-lock-force-redisplay): Rename from
5935 jit-lock-fontify-again, and undo the mistaken change I've just done.
5936
5937 * jit-lock.el (jit-lock-fontify-now): Don't fontify the empty text.
5938 (jit-lock-fontify-again): Don't refontify text that's not displayed.
5939
5940 2006-09-26 Kenichi Handa <handa@m17n.org>
5941
5942 * startup.el (display-splash-screen): Allow a prefix argument.
5943
5944 2006-09-25 Jason Rumney <jasonr@gnu.org>
5945
5946 * subr.el (shell-quote-argument): Use DOS logic for Windows
5947 shells with DOS semantics.
5948
5949 2006-09-24 Richard Stallman <rms@gnu.org>
5950
5951 * progmodes/compile.el (compilation-goto-locus-delete-o): New fn.
5952 (compilation-goto-locus): Use compilation-goto-locus-delete-o
5953 to delete the overlay. Put it on pre-command-hook.
5954
5955 * emacs-lisp/timer.el (timer-max-repeats): Doc fix.
5956
5957 * startup.el (fancy-splash-screens, normal-splash-screen):
5958 Call the splash buffer *About GNU Emacs*.
5959
5960 * simple.el (next-error-highlight, next-error-highlight-no-select):
5961 Default to 0.5.
5962 (yank-excluded-properties): Add `fontified'.
5963
5964 * font-lock.el (font-lock-compile-keywords): Allow value of
5965 syntax-begin-function to enable paren-column-0 highlighting.
5966
5967 2006-09-24 Chris Moore <christopher.ian.moore@gmail.com>
5968
5969 * dired.el (dired-build-subdir-alist): When file ends in colon,
5970 don't exit the loop, just disregard that file.
5971
5972 2006-09-24 Chong Yidong <cyd@stupidchicken.com>
5973
5974 * simple.el (line-move-finish): Handle corner case for fields in
5975 continued lines.
5976 (line-move-1): Remove flawed test for that case.
5977
5978 2006-09-24 Ken Manheimer <ken.manheimer@gmail.com>
5979
5980 * icomplete.el (icomplete-simple-completing-p): Use the correct
5981 name for the new variable, `icomplete-with-completion-tables'.
5982 (file local variables): Remove superfluous setting.
5983
5984 2006-09-23 Jeff Miller <jmiller@cablespeed.com> (tiny change)
5985
5986 * calendar/appt.el (appt-check): Fix typo for appointments just
5987 after midnight.
5988
5989 2006-09-23 Chong Yidong <cyd@stupidchicken.com>
5990
5991 * help.el (describe-key-briefly, describe-key): Don't expect an
5992 extra up event if a down-event is generated by a popup menu.
5993
5994 2006-09-23 Michal Nazarewicz <mnazarewicz@gmail.com> (tiny change)
5995
5996 * textmodes/ispell.el (ispell-change-dictionary): Don't check the
5997 local dictionary when changing the global dictionary.
5998
5999 2006-09-23 Ken Manheimer <ken.manheimer@gmail.com>
6000
6001 * icomplete.el (icomplete-with-completion-tables): List of
6002 specialized completion tables with which icomplete should
6003 operate. Include the new `internal-complete-buffer', so icomplete
6004 works with interactive buffer-selection.
6005 (icomplete-simple-completing-p): Add acceptance of specialized
6006 completion tables listed in icomplete-with-completion-tables.
6007
6008 2006-09-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6009
6010 * frame.el (focus-follows-mouse): Set default to nil on Mac.
6011
6012 * startup.el (command-line): Use `custom-reevaluate-setting' for
6013 `focus-follows-mouse'.
6014
6015 2006-09-22 Richard Stallman <rms@gnu.org>
6016
6017 * cus-edit.el (custom-buffer-create-internal): In `emacs -q',
6018 explain why Save is not available.
6019
6020 2006-09-22 Juanma Barranquero <lekktu@gmail.com>
6021
6022 * woman.el (woman0-so): Use `let*', not `let'.
6023 (woman-horizontal-line): Remove unbalanced parenthesis.
6024
6025 2006-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
6026
6027 * woman.el: Make sure all the end-of-region markers we use have
6028 a non-nil insertion-type.
6029 (woman0-so): Move things around so we can use copy-marker.
6030 (woman0-roff-buffer, woman2-process-escapes-to-eol, woman2-roff-buffer):
6031 Adjust marker type.
6032 (woman2-process-escapes): Check marker type.
6033 (woman-horizontal-line): Dispense with the use of a marker.
6034
6035 2006-09-22 Jay Belanger <belanger@truman.edu>
6036
6037 * calc/calc-lang.el: Add Greek letters to math-variable-table
6038 property of tex.
6039
6040 2006-09-22 Chong Yidong <cyd@stupidchicken.com>
6041
6042 * files.el (save-some-buffers-action-alist): Display diff in view-mode.
6043
6044 2006-09-22 Masatake YAMATO <jet@gyve.org>
6045
6046 * add-log.el (add-log-current-defun): Use `forward-sexp'
6047 instead of `forward-word' to pick c++::symbol.
6048 Reported by Guanpeng Xu <herberteuler@hotmail.com>.
6049
6050 2006-09-22 Kenichi Handa <handa@m17n.org>
6051
6052 * bindings.el: Fix setting self-insert-command for multibyte
6053 characters in global-map.
6054
6055 2006-09-21 David Kastrup <dak@gnu.org>
6056
6057 * mouse.el (mouse-posn-property): Fix typo for `event-start' in
6058 doc string.
6059
6060 2006-09-21 Kenichi Handa <handa@m17n.org>
6061
6062 * language/european.el ("Latin-1"): Add windows-1252 to
6063 coding-priority.
6064 ("German"): Likewise.
6065
6066 2006-09-21 Kim F. Storm <storm@cua.dk>
6067
6068 * emacs-lisp/cl-macs.el (member*): Use memql instead of complex code.
6069 Suggested by Miles Bader.
6070
6071 * emacs-lisp/cl.el (pushnew): Rework 2006-09-10 change. Use memql
6072 instead of add-to-list in the simple case.
6073
6074 2006-09-20 Kenichi Handa <handa@m17n.org>
6075
6076 * isearch.el (isearch-process-search-char): Cancel the previous change.
6077 (isearch-search-string): New function.
6078 (isearch-search): Use isearch-search-string.
6079 (isearch-lazy-highlight-search): Likewise.
6080
6081 2006-09-20 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6082
6083 * lpr.el (lpr-page-header-switches): Insert `*' at beginning of doc
6084 string to become an option.
6085
6086 2006-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
6087
6088 * files.el (find-buffer-visiting): Don't get fooled by a nil inode.
6089
6090 2006-09-20 Kim F. Storm <storm@cua.dk>
6091
6092 * simple.el (line-move-partial): Call pos-visible-in-window-p with
6093 position t instead of trying both window-end and window-end - 1.
6094
6095 2006-09-20 Carsten Dominik <dominik@science.uva.nl>
6096
6097 * textmodes/org.el (org-scan-tags): Find end of subtrees also in
6098 hidden trees.
6099
6100 2006-09-20 David Kastrup <dak@gnu.org>
6101
6102 * mouse.el (mouse-posn-property): Improve doc string.
6103 (mouse-on-link-p): Change buffers for function calls on links.
6104
6105 * menu-bar.el (clipboard-yank): Bomb out in interactive use if
6106 buffer is read-only.
6107
6108 2006-09-20 Ken Manheimer <ken.manheimer@gmail.com>
6109
6110 * allout.el (allout-unprotected): Let inhibit-read-only only when
6111 buffer-read-only isn't set.
6112 (allout-annotate-hidden): Enable topic annotation during copies even
6113 when the buffer is read-only, eg for topic copies. Ensure that the loop
6114 advances, even when the span extends beyond the deletion region.
6115 (allout-toggle-subtree-encryption): Use allout-structure-added-hook
6116 rather than allout-exposure-changed-hook, as a stronger assertion.
6117 (allout-keybindings-list): Add bindings for
6118 allout-copy-line-as-kill and allout-copy-topic-as-kill.
6119 (allout-copy-line-as-kill, allout-copy-topic-as-kill):
6120 Copy wrappers for allout-kill-line and allout-kill-topic.
6121 (allout-listify-exposed): Position correctly to accumulate lines.
6122
6123 2006-09-19 Chong Yidong <cyd@stupidchicken.com>
6124
6125 * simple.el (line-move-1): Escape field boundaries occurring
6126 exactly at point. Update goal column if constrained to a field.
6127 (line-move-finish): Escape field boundaries occurring exactly at point.
6128
6129 2006-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
6130
6131 * mouse.el (mouse-on-link-p): Tentatively fix last change.
6132 (mouse-drag-vertical-line): Remove unused var `wconfig'.
6133
6134 2006-09-19 Kim F. Storm <storm@cua.dk>
6135
6136 * help.el (describe-key-briefly, describe-key): Simplify printing
6137 of descriptions by using format and %S. Fix "is undefined"
6138 messages to say "at that spot" for mouse events.
6139
6140 * simple.el (line-move-partial): Optimize. Try window-line-height
6141 before posn-at-point to get vpos of current line.
6142
6143 2006-09-18 Michael Kifer <kifer@cs.stonybrook.edu>
6144
6145 * viper.el: Bump up version/date of update to reflect the substantial
6146 changes done in August 2006.
6147
6148 * viper-cmd (viper-next-line-at-bol): Make sure button-at, push-button
6149 are defined.
6150
6151 * ediff-util.el (ediff-add-to-history): New function.
6152
6153 * ediff.el: Use ediff-add-to-history instead of add-to-history.
6154
6155 2006-09-18 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
6156
6157 * textmodes/conf-mode.el (conf-space-mode): Doc fix.
6158 Delete duplicate make-local-variable form.
6159 (conf-space-keywords): Add autoload cookie.
6160 Fix typo (`keywords', not `keyword').
6161
6162 2006-09-18 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6163
6164 * cus-start.el (all): Rename x-gtk-show-chooser-help-text to
6165 x-gtk-file-dialog-help-text. Rename x-use-old-gtk-file-dialog
6166 to x-gtk-use-old-file-dialog
6167
6168 2006-09-18 Richard Stallman <rms@gnu.org>
6169
6170 * wid-edit.el (widget-button-click): Handle non-mouse-motion events
6171 that might come in during mouse tracking.
6172
6173 2006-09-18 Kim F. Storm <storm@cua.dk>
6174
6175 * simple.el (line-move-partial): Rework 2006-09-15 change to use
6176 new window-line-height function. Further optimize by not calling
6177 pos-visible-in-window-p for window-end when window-line-height
6178 returns useful information.
6179
6180 2006-09-16 Richard Stallman <rms@gnu.org>
6181
6182 * textmodes/conf-mode.el (conf-mode-map): Use conf-space-keywords cmd.
6183 (conf-space-mode): Don't handle prefix arg.
6184 Delete conf-space-keywords-override code.
6185 Use add-hook.
6186 (conf-space-keywords): New command.
6187 (conf-space-mode-internal): Be careful with imenu-generic-expression.
6188 Delete conf-space-keywords-override code.
6189 (conf-space-keywords-alist): Doc fix.
6190 (conf-space-font-lock-keywords): Doc fix.
6191 (conf-space-keywords-override): Var deleted.
6192
6193 2006-09-16 Chong Yidong <cyd@stupidchicken.com>
6194
6195 * startup.el (fancy-splash-screens): Don't switch to the scratch
6196 buffer; it may not be the next buffer.
6197
6198 2006-09-16 Romain Francoise <romain@orebokech.com>
6199
6200 * saveplace.el (load-save-place-alist-from-file): Use expanded name
6201 in both messages.
6202
6203 2006-09-16 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se>
6204
6205 * progmodes/python.el (python-preoutput-filter):
6206 Fix arg order to string-match.
6207
6208 2006-09-16 Richard Stallman <rms@gnu.org>
6209
6210 * obsolete/fast-lock.el (fast-lock-cache-data): Provide 2nd arg to
6211 font-lock-compile-keywords.
6212
6213 * font-lock.el (font-lock-compile-keywords): Rename optional arg
6214 to SYNTACTIC-KEYWORDS and reverse the sense. All callers changed.
6215
6216 2006-09-16 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6217
6218 * cus-start.el (all): Add x-gtk-show-chooser-help-text.
6219
6220 * select.el (xselect-convert-to-string): If UTF8_STRING is requested
6221 and the data doesn't look like UTF8, send STRING instead.
6222
6223 2006-09-16 Agust\e,Am\e(Bn Mart\e,Am\e(Bn <agustin.martin@hispalinux.es>
6224
6225 * textmodes/flyspell.el (flyspell-check-region-doublons):
6226 New function to detect duplicated words.
6227 (flyspell-large-region): Use it.
6228
6229 2006-09-16 Chong Yidong <cyd@stupidchicken.com>
6230
6231 * simple.el (line-move-to-column): Revert 2006-08-03 change.
6232
6233 2006-09-16 Eli Zaretskii <eliz@gnu.org>
6234
6235 * help.el (describe-prefix-bindings): Use let, not let*.
6236
6237 2006-09-16 Ken Manheimer <ken.manheimer@gmail.com>
6238
6239 * allout.el (allout-regexp, allout-line-boundary-regexp)
6240 (allout-bob-regexp): Correct grouping and boundaries to fix
6241 backwards traversal.
6242 (allout-depth-specific-regexp, allout-depth-one-regexp):
6243 New versions that exploit \\{M\\} regexp syntax, to avoid geometric or
6244 worse time in allout-ascend.
6245 (allout-doublecheck-at-and-shallower): Identify depth threshold
6246 below which topics are checked for and disqualified by containment
6247 discontinuities.
6248 (allout-hotspot-key-handler): Correctly handle multiple-key
6249 strokes. Remove some unused variables.
6250 (allout-mode-leaders): Clarify that mode-specific comment-start
6251 will be used.
6252 (set-allout-regexp): Correctly regexp-quote allout regexps to
6253 properly accept alternative header-leads and primary bullets with
6254 regexp-specific characters (eg, C "/*", mathematica "(*").
6255 Include new regular expressions among those configured.
6256 (allout-infer-header-lead-and-primary-bullet):
6257 Rename allout-infer-header-lead.
6258 (allout-recent-depth): Manifest as a variable as well as a function.
6259 (allout-prefix-data): Simplify into an inline instead of a macro,
6260 assuming current match data rather than being explicitly passed
6261 it. Establish allout-recent-depth value as well as
6262 allout-recent-prefix-beginning and allout-recent-prefix-end.
6263 (allout-aberrant-container-p): True when an item's immediate
6264 offspring discontinuously contained. Useful for disqualifying
6265 unintended topic prefixes, likely at low depths.
6266 (allout-goto-prefix-doublechecked): Elaborate version of
6267 allout-goto-prefix which disqualifies aberrant pseudo-items.
6268 (allout-pre-next-prefix): Layer on top of lower-level routines, to
6269 get disqualification of aberrant containers.
6270 (allout-end-of-prefix, allout-end-of-subtree): Disqualify aberrant
6271 containers.
6272 (allout-beginning-of-current-entry): Position at start of buffer
6273 when in container (depth 0) entry.
6274 (nullify-allout-prefix-data): Invalidate allout-recent-* prefix data.
6275 (allout-current-bullet): Strip text properties.
6276 (allout-get-prefix-bullet): Use right match groups.
6277 (allout-beginning-of-line, allout-next-heading):
6278 Disqualify aberrant containers.
6279 (allout-previous-heading): Disqualify aberrant containers, and
6280 change to regular (rather than inline) function, to allow
6281 self-recursion.
6282 (allout-get-invisibility-overlay): Increment so progress is made
6283 when the first overlay is not the sought one.
6284 (allout-end-of-prefix): Disqualify aberrant containers.
6285 (allout-end-of-line): Cycle something like allout-beginning-of-line.
6286 (allout-mode): Make allout-old-style-prefixes (ie, enabling use with
6287 outline.el outlines) functional again. Change the primary bullet
6288 along with the header-lead - level 1 new-style bullets now work.
6289 Engage allout-before-change-handler in mainline Emacs, not just
6290 XEmacs, to do undo handling.
6291 (allout-before-change-handler): Expose undo changes occurring in
6292 hidden regions. Use allout-get-invisibility-overlay instead of
6293 reimplementing it inline.
6294 (allout-chart-subtree): Use start rather than end of prefix in
6295 charts. Use allout-recent-depth variable.
6296 (allout-chart-siblings): Disqualify aberrant topics.
6297 (allout-beginning-of-current-entry): Position correctly.
6298 (allout-ascend): Use new allout-depth-specific-regexp and
6299 allout-depth-one-regexp for linear instead of O(N^2) or worse
6300 behavior.
6301 (allout-ascend-to-depth): Depend on allout-ascend, rather than
6302 reimplementing an algorithm.
6303 (allout-up-current-level): Depend on allout-ascend, rather than
6304 reimplementing an algorithm. Return to start-point if we fail.
6305 (allout-descend-to-depth): Use allout-recent-depth variable
6306 instead of function.
6307 (allout-next-sibling): On traversal of numerous intervening
6308 topics, resort to economical allout-next-sibling-leap.
6309 (allout-next-sibling-leap): Specialized version of
6310 allout-next-sibling that uses allout-ascend cleverly, to depend on
6311 a regexp search to leap large numbers of contained topics, rather
6312 than arbitrarily many one-by-one traversals.
6313 (allout-next-visible-heading): Disqualify aberrant topics.
6314 (allout-previous-visible-heading): Position consistently when
6315 interactive.
6316 (allout-forward-current-level): Base on allout-previous-sibling
6317 rather than (differently) reimplmenting the algorithm. Remove some
6318 unused variables.
6319 (allout-solicit-alternate-bullet): Present default choice stripped
6320 of text properties.
6321 (allout-rebullet-heading): Use bullet stripped of text properties.
6322 Register changes using allout-exposure-change-hook.
6323 Disregard aberrant topics.
6324 (allout-shift-in): With universal-argument, make topic a peer of
6325 it's former offspring. Simplify the code by separating out
6326 allout-shift-out functionality.
6327 (allout-shift-out): With universal-argument, make offspring peers
6328 of their former container, and its siblings. Implement the
6329 functionality here, rather than inappropriately muddling the
6330 implementation of allout-shift-in.
6331 (allout-rebullet-topic): Respect additional argument for new
6332 parent-child separation function.
6333 (allout-yank-processing): Use allout-ascend directly.
6334 (allout-show-entry): Disqualify aberrant topics.
6335 (allout-show-children): Handle discontinuous children gracefully,
6336 extending the depth being revealed to expose them and posting a
6337 message indicating the situation.
6338 (allout-show-to-offshoot): Remove obsolete and incorrect comment.
6339 Leave cursor in correct position.
6340 (allout-hide-current-subtree): Use allout-ascend directly.
6341 Disqualify aberrant topics.
6342 (allout-kill-line, allout-kill-topic): Preserve exposure layout in
6343 a way that the yanks can restore it, as used to happen.
6344 (allout-yank-processing): Restore exposure layout as recorded by
6345 allout-kill-*, as used to happen.
6346 (allout-annotate-hidden, allout-hide-by-annotation): New routines
6347 for preseving and restoring exposure layout across kills.
6348 (allout-toggle-subtree-encryption): Run allout-exposure-change-hook.
6349 (allout-encrypt-string): Strip text properties.
6350 Rearranged order and outline-headings for some of the
6351 miscellaneous functions.
6352 (allout-resolve-xref): No need to quote the error name in the
6353 condition-case handler section.
6354 (allout-flatten): Classic recursive (and recursively intensive,
6355 without tail-recursion) list-flattener, needed by allout-shift-out
6356 when confronted with discontinuous children.
6357
6358 2006-09-16 Jason Rumney <jasonr@gnu.org>
6359
6360 * dnd.el (dnd-open-remote-file-function): Use dnd-open-local-file
6361 on ms-windows.
6362 (dnd-open-unc-file): Remove.
6363 (dnd-open-local-file): Mention in doc string that it also handles
6364 remote files if the system natively supports unc file-names.
6365
6366 2006-09-15 Kim F. Storm <storm@cua.dk>
6367
6368 * help.el (describe-key): Handle C-h k in *Help* buffer; collect
6369 all necessary information about the event before erasing *Help*.
6370
6371 * simple.el (line-move-partial): Use window-line-visiblity to
6372 quickly check whether last line is partially visible, and only do
6373 the hard (and slow) part in that case.
6374
6375 2006-09-15 Jay Belanger <belanger@truman.edu>
6376
6377 * COPYING: Replace "Library Public License" by "Lesser Public
6378 License" throughout.
6379
6380 2006-09-15 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6381
6382 * term/x-win.el (x-menu-bar-open): New function for F10.
6383
6384 2006-09-15 Chong Yidong <cyd@stupidchicken.com>
6385
6386 * progmodes/compile.el (compilation-error-regexp-alist-alist):
6387 Disallow filenames containing " -" to avoid confusion with libtool
6388 compilation messages. Suggested by Stefan Monnier.
6389
6390 2006-09-15 David Kastrup <dak@gnu.org>
6391
6392 * mouse-sel.el (mouse-sel-follow-link-p): Use event position
6393 instead of buffer position for `mouse-on-link-p'.
6394
6395 * mouse.el (mouse-posn-property): New function looking up the
6396 properties at a click position in overlays and text properties in
6397 either buffer or strings.
6398 (mouse-on-link-p): Use `mouse-posn-property' to streamline lookup
6399 of both `follow-link' as well as `mouse-face' properties.
6400 (mouse-drag-track): Check `mouse-on-link-p' on event position, not
6401 buffer position.
6402
6403 * help.el (describe-key-briefly): When reading a down-event on
6404 mode lines or scroll bar, swallow the following up event, too.
6405 Use the new mouse sensitity of `key-binding' for lookup.
6406 (describe-key): The same here.
6407
6408 2006-09-15 Juanma Barranquero <lekktu@gmail.com>
6409
6410 * play/life.el (life-patterns): Add a few more interesting patterns.
6411 (life-setup): Force `show-trailing-whitespace' to nil.
6412
6413 2006-09-14 Richard Stallman <rms@gnu.org>
6414
6415 * startup.el (fancy-splash-text): Change text to improve alignment.
6416 (fancy-splash-screens): Don't set non-standard tab width.
6417 Bind cursor-type temporarily, and make it easy to patch to
6418 preserve the splash buffer.
6419 (normal-splash-screen, fancy-splash-tail): Spell out "Meta-x".
6420 (fancy-splash-screens): Display echo-area message explicitly.
6421 Don't set fancy-splash-help-echo.
6422
6423 * simple.el (line-number-mode): Group mode-line instead of
6424 editing-basics.
6425 (column-number-mode, size-indication-mode): Likewise.
6426
6427 * faces.el (mode-line-faces): Group mode-line instead of modeline.
6428
6429 * time.el (display-time): Group mode-line instead of modeline.
6430
6431 * cus-edit.el (mode-line): Rename from modeline. All uses changed.
6432
6433 2006-09-14 Chong Yidong <cyd@stupidchicken.com>
6434
6435 * startup.el (fancy-splash-text): Move editing instructions to
6436 fancy-splash-head.
6437 (fancy-splash-head): Issue editing instructions.
6438 (fancy-splash-screens): Fixup whitespace.
6439
6440 2006-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
6441
6442 * bindings.el (mode-line-buffer-identification-keymap):
6443 Remove duplicate line.
6444
6445 2006-09-14 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
6446
6447 * ido.el (ido-ignore-item-p): Allow any kind of functions in
6448 ignore lists.
6449
6450 2006-09-14 Kim F. Storm <storm@cua.dk>
6451
6452 * jit-lock.el (jit-lock-fontify-again): New function.
6453 (jit-lock-fontify-now): Use it instead of lambda form.
6454
6455 2006-09-13 Agustin Martin <agustin.martin@hispalinux.es>
6456
6457 * textmodes/flyspell.el (flyspell-word, flyspell-correct-word)
6458 (flyspell-auto-correct-word): Make ispell-filter local to these
6459 functions. Check that ispell-filter has new stuff before calling
6460 ispell-parse-output.
6461
6462 2006-09-13 Kim F. Storm <storm@cua.dk>
6463
6464 * simple.el (line-move-partial): Optimize.
6465
6466 2006-09-13 Richard Stallman <rms@gnu.org>
6467
6468 * thingatpt.el (thing-at-point-bounds-of-url-at-point):
6469 Delete spurious backquote.
6470
6471 2006-09-07 Ryan Yeske <rcyeske@gmail.com>
6472
6473 * net/rcirc.el (rcirc-print): Fix last change.
6474
6475 2006-09-12 Jay Belanger <belanger@truman.edu>
6476
6477 * calc/calc.el (calc-dispatch): Remove unnecessary `sit-for'.
6478
6479 2006-09-07 Ryan Yeske <rcyeske@gmail.com>
6480
6481 * net/rcirc.el (rcirc-scroll-show-maximum-output): Rename from
6482 rcirc-show-maximum-output.
6483 (rcirc-mode): Remove window-scroll-function hook.
6484 (rcirc-scroll-to-bottom): Remove function.
6485 (rcirc-print): Recenter so point stays at the bottom of the window
6486 if point was already there.
6487
6488 2006-09-12 Paul Eggert <eggert@cs.ucla.edu>
6489
6490 * comint.el (comint-exec-1): Set EMACS to the full name of Emacs,
6491 not to "t".
6492 * progmodes/compile.el (compilation-start): Likewise.
6493 * progmodes/idlwave.el (idlwave-rescan-asynchronously):
6494 Don't use expand-file-name on invocation-directory, since this
6495 might mishandle special characters in invocation-directory.
6496
6497 2006-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
6498
6499 * pcvs-defs.el: Remove * in defcustom's docstrings.
6500
6501 2006-09-12 Nick Roberts <nickrob@snap.net.nz>
6502
6503 * progmodes/compile.el (compilation-directory-properties):
6504 Doc fix for help-echo.
6505
6506 2006-09-12 Lars Hansen <larsh@soem.dk>
6507
6508 * desktop.el (desktop-read): Add comment.
6509
6510 2006-09-12 Kim F. Storm <storm@cua.dk>
6511
6512 * simple.el (next-error-highlight, next-error-highlight-no-select):
6513 Fix spelling error.
6514
6515 * subr.el (sit-for): Rework to use input-pending-p and cond.
6516 Return nil input is pending on entry also for SECONDS <= 0.
6517 (while-no-input): Use input-pending-p instead of sit-for.
6518
6519 2006-09-11 Richard Stallman <rms@gnu.org>
6520
6521 * simple.el (next-error-highlight, next-error-highlight-no-select):
6522 Fix custom type and doc strings.
6523
6524 2006-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
6525
6526 * diff-mode.el (diff-apply-hunk-to-backup-file): New var.
6527 (diff-apply-hunk): Use it to ask for confirmation.
6528
6529 2006-09-11 Reiner Steib <Reiner.Steib@gmx.de>
6530
6531 * emacs-lisp/cl.el (pushnew): Add missing `,'.
6532
6533 2006-09-11 David Kastrup <dak@gnu.org>
6534
6535 * help.el (string-key-binding, describe-key-briefly)
6536 (describe-key): Remove `string-key-binding' and its callers since
6537 `key-binding' already caters for the proper lookup now.
6538
6539 2006-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
6540
6541 * progmodes/cfengine.el (cfengine-font-lock-syntactic-keywords): Newvar.
6542 (cfengine-mode): Use it. Fix \ syntax to be like /.
6543
6544 * bindings.el (mode-line-buffer-identification-keymap):
6545 Move initialization into declaration.
6546
6547 2006-09-10 Kim F. Storm <storm@cua.dk>
6548
6549 * ido.el (ido-edit-input, ido-complete, ido-take-first-match)
6550 (ido-push-dir-first, ido-kill-buffer-at-head, ido-exhibit)
6551 (ido-delete-file-at-head): Pass head of ido-matches through ido-name
6552 in case of merged directories. Reported by Micha\e,Ak\e(Bl Cadilhac.
6553
6554 2006-09-10 Richard Stallman <rms@gnu.org>
6555
6556 * dired-aux.el: Handle errors in recursive copy usefully.
6557 (dired-create-files-failures): New variable.
6558 (dired-copy-file): Remove condition-case.
6559 (dired-copy-file-recursive): Check for errors on all file
6560 operations, and add them to dired-create-files-failures.
6561 Check file file-date-erorr here too.
6562 (dired-create-files): Check dired-create-files-failures
6563 and report those errors too.
6564
6565 * emacs-lisp/cl.el (pushnew): Use add-to-list when convenient.
6566
6567 * subr.el (add-to-list): New argument COMPARE-FN.
6568
6569 2006-09-10 Reiner Steib <Reiner.Steib@gmx.de>
6570
6571 * filecache.el (file-cache-add-directory)
6572 (file-cache-add-directory-list, file-cache-add-file)
6573 (file-cache-add-directory-using-find)
6574 (file-cache-add-directory-using-locate)
6575 (file-cache-add-directory-recursively): Add autoloads.
6576
6577 2006-09-09 Richard Stallman <rms@gnu.org>
6578
6579 * textmodes/conf-mode.el (conf-space-mode):
6580 Use hack-local-variables-hook instead of calling hack-local-variables.
6581 (conf-space-keywords-override): New variable.
6582 (conf-space-mode-internal): New subroutine. Reinit Font Lock mode.
6583 (conf-space-mode): Always make conf-space-keywords and
6584 conf-space-keywords-override local.
6585 Call conf-space-mode-internal directly as well as via hook.
6586
6587 2006-09-09 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
6588
6589 * progmodes/python.el (python-font-lock-keywords): Add `self' and other
6590 quasi-keywords.
6591
6592 2006-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
6593
6594 * progmodes/python.el: Quieten the compiler about hippie-expand vars.
6595 (python-send-string): Be slightly more careful about adding \n.
6596
6597 * startup.el (normal-splash-screen): Don't display the buffer if we'll
6598 kill it right away anyway.
6599
6600 2006-09-09 Eli Zaretskii <eliz@gnu.org>
6601
6602 * international/codepage.el (cp850-decode-table): Fix a few codes.
6603 (cp858-decode-table): New variable.
6604
6605 2006-09-09 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
6606
6607 * net/ldap.el (ldap-search-internal): Doc fix.
6608
6609 2006-09-09 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
6610
6611 * play/life.el (life-display-generation): Test for input manually if
6612 `sleeptime' is negative or null.
6613
6614 * lpr.el (lpr-page-header-switches): Page title switch is one of them.
6615 (print-region-1): Substitute `%s' with the page title.
6616
6617 2006-09-09 Matt Hodges <MPHodges@member.fsf.org>
6618
6619 * locate.el (locate-current-search): New variable.
6620 (locate): Set buffer local value. Use current buffer if it is
6621 in Locate mode.
6622 (locate-mode): Disable undo here.
6623 (locate-do-setup): Use locate-current-filter from buffer to be killed.
6624 (locate-update): Use locate-current-search and locate-current-filter.
6625
6626 2006-09-08 David Kastrup <dak@gnu.org>
6627
6628 * desktop.el (desktop-read): When loading a desktop, disable
6629 saving it while the load progresses, and switch off a pending lazy
6630 load by calling `desktop-lazy-abort'.
6631
6632 2006-08-27 Martin Rudalics <rudalics@gmx.at>
6633
6634 * window.el (mouse-autoselect-window-timer)
6635 (mouse-autoselect-window-position)
6636 (mouse-autoselect-window-window)
6637 (mouse-autoselect-window-now): New vars.
6638 (mouse-autoselect-window-cancel)
6639 (mouse-autoselect-window-select)
6640 (mouse-autoselect-window-start): New functions.
6641 (handle-select-window): Call `mouse-autoselect-window-start' when
6642 delayed window autoselection is enabled.
6643
6644 * cus-start.el (mouse-autoselect-window): Handle delayed window
6645 autoselection.
6646
6647 * emacs-lisp/eldoc.el: Add `handle-select-window' to the set of
6648 commands after which it is allowed to print in the echo area.
6649
6650 2006-09-08 Richard Stallman <rms@gnu.org>
6651
6652 * textmodes/fill.el (adaptive-fill-regexp): Don't match `(1)' or `1.'
6653
6654 * mail/rmail.el (rmail-get-new-mail): Say whether all msgs are spam.
6655 (rmail-convert-to-babyl-format): Don't record undo, leave list empty.
6656
6657 * emacs-lisp/timer.el (timer-create, timer-activate): Doc fixes.
6658 (cancel-timer-internal): Add doc string.
6659 (cancel-function-timers): Doc fix.
6660 (with-timeout-handler, timer-event-last*): Add doc strings.
6661
6662 * emacs-lisp/bindat.el (bindat-unpack): Doc fix.
6663
6664 * files.el (risky-local-variable-p): Match ...-bindat-spec.
6665
6666 * dired.el (dired-log-summary): Add doc string.
6667
6668 * cus-edit.el (custom-menu-create): Bind deactivate-mark here.
6669 (custom-group-menu-create): Not here.
6670
6671 2006-09-08 Carsten Dominik <dominik@science.uva.nl>
6672
6673 * textmodes/org.el (org-dblock-write:clocktable): Avoid infinite loop.
6674
6675 2006-09-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6676
6677 * term/mac-win.el (show-hide-font-panel): New HI command ID symbol.
6678 (mac-apple-event-map): Define its handler.
6679
6680 2006-09-07 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
6681
6682 * net/ldap.el (ldap-search-internal): Handle `auth' key.
6683
6684 2006-09-07 Magnus Henoch <mange@freemail.hu>
6685
6686 * net/rcirc.el (rcirc-activity-string): Don't quote value in case
6687 clause.
6688
6689 2006-09-07 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
6690
6691 * info.el (Info-index): Bind completion-ignore-case.
6692
6693 2006-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
6694
6695 * progmodes/prolog.el (inferior-prolog-flavor): New var left out of
6696 previous commit.
6697 (inferior-prolog-guess-flavor): New fun left out of previous commit.
6698 (prolog-consult-region-and-go): Don't hard code "*prolog*" and don't
6699 burp in dedicated windows.
6700 (inferior-prolog-self-insert-command): New command.
6701 (inferior-prolog-mode-map): Use it.
6702
6703 2006-09-07 Reiner Steib <Reiner.Steib@gmx.de>
6704
6705 * international/latexenc.el (latex-inputenc-coding-alist): Add cp858.
6706
6707 * international/code-pages.el: Add cp858.
6708
6709 2006-09-07 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6710
6711 * dnd.el: Fix bootstrapping.
6712
6713 2006-09-07 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6714
6715 * dnd.el (dnd-protocol-alist): Add what url-handler-mode can handle.
6716 (dnd-open-remote-url): New function.
6717 (dnd-open-remote-file-function): Set to dnd-open-remote-url if
6718 not windows-nt.
6719
6720 2006-09-07 Jason Rumney <jasonr@gnu.org>
6721
6722 * dnd.el (dnd-open-remote-file-function): New variable.
6723 (dnd-open-unc-file): New function.
6724 (dnd-open-file): Call dnd-open-remote-file-function if set.
6725
6726 2006-09-06 Daiki Ueno <ueno@unixuser.org>
6727
6728 * pgg-gpg.el (pgg-gpg-process-region): Encode passphrase with
6729 pgg-passphrase-coding-system rather than locale-coding-system.
6730 * pgg-def.el (pgg-passphrase-coding-system): New user option.
6731
6732 2006-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
6733
6734 * progmodes/prolog.el: Remove * in docstrings.
6735 (prolog-program-name): Add SWI prolog.
6736 (prolog-mode-menu): New menu.
6737 (prolog-mode): Set comment-add.
6738 (prolog-indent-line): Simplify. Use indent-line-to.
6739 (inferior-prolog-buffer): New var.
6740 (inferior-prolog-run, inferior-prolog-process): New funs.
6741 (run-prolog, switch-to-prolog): Rewrite, using them.
6742 (prolog-consult-region): Use inferior-prolog-buffer.
6743 (inferior-prolog-load-file): New function.
6744 (prolog-mode-map): Add bindings for load-file and switch-to-prolog.
6745
6746 * textmodes/fill.el (fill-single-word-nobreak-p): Allow breaking before
6747 last word, if it's not the end of the paragraph.
6748
6749 * files.el (abbreviate-file-name): Don't mistakenly match newlines in
6750 file name.
6751
6752 2006-09-06 Ralf Angeli <angeli@caeruleus.net>
6753
6754 * frame.el (display-mm-dimensions-alist): New defcustom.
6755 (display-mm-height, display-mm-width): Use it.
6756
6757 2006-09-06 Simon Josefsson <jas@extundo.com>
6758
6759 * mail/smtpmail.el (smtpmail-starttls-credentials): Doc fix.
6760
6761 2006-09-06 Nick Roberts <nickrob@snap.net.nz>
6762
6763 * progmodes/gdb-ui.el (gdb-var-list-children-regexp)
6764 (gdb-var-list-children-regexp-1): Tweak regexps to catch full
6765 string values.
6766
6767 2006-09-06 Kim F. Storm <storm@cua.dk>
6768
6769 * simple.el (line-move-partial): New function to do vscrolling for
6770 partially visible images / tall lines. Rewrite based on code
6771 previously in line-move. Simplify backwards vscrolling.
6772 (line-move): Use it. Simplify.
6773
6774 2006-09-05 Kim F. Storm <storm@cua.dk>
6775
6776 * emulation/cua-base.el (cua--pre-command-handler-1): Rewrite.
6777
6778 2006-09-05 Chong Yidong <cyd@stupidchicken.com>
6779
6780 * progmodes/compile.el (compilation-error-regexp-alist-alist):
6781 Process the `gcc-include' after the `gnu' rule.
6782
6783 2006-09-05 Kim F. Storm <storm@cua.dk>
6784
6785 * ido.el (ido-visit-buffer): Use buffer name if buffer arg is a buffer.
6786
6787 2006-09-05 Daiki Ueno <ueno@unixuser.org>
6788
6789 * pgg.el (pgg-clear-string): Alias to clear-string for backward
6790 compatibility.
6791
6792 * pgg-gpg.el (pgg-gpg-process-region): Avoid display blinking with
6793 inhibit-redisplay; encode passphrase with locale-coding-system.
6794
6795 2006-09-04 Dan Nicolaescu <dann@ics.uci.edu>
6796
6797 * term/xterm.el (terminal-init-xterm): Add more C-M- bindings.
6798
6799 2006-09-05 Nick Roberts <nickrob@snap.net.nz>
6800
6801 * progmodes/gdb-ui.el (gdb-var-list-children-regexp)
6802 (gdb-var-list-children-regexp): Make type field optional.
6803
6804 * progmodes/gud.el (gud-speedbar-buttons): Allow for no type
6805 e.g public, protected in C++.
6806
6807 2006-09-04 John Paul Wallington <jpw@pobox.com>
6808
6809 * simple.el (completion-show-help): New defcustom.
6810 (completion-setup-function): Heed it.
6811
6812 2006-09-04 Dan Nicolaescu <dann@ics.uci.edu>
6813
6814 * term/xterm.el (terminal-init-xterm): Add C-M- bindings.
6815
6816 2006-09-04 Richard Stallman <rms@gnu.org>
6817
6818 * mail/rmail-spam-filter.el (rsf-scanning-messages-now): Doc fix.
6819 (rsf-min-region-to-spam-list): Doc fix.
6820 (rsf-add-content-type-field): Doc fix.
6821
6822 * simple.el (kill-region): Explicitly test there is a region.
6823
6824 2006-09-04 Chong Yidong <cyd@stupidchicken.com>
6825
6826 * mail/feedmail.el (feedmail-buffer-to-sendmail): Look for
6827 sendmail in several common directories.
6828
6829 * mail/sendmail.el (sendmail-program): Moved here from paths.el.
6830
6831 * paths.el (sendmail-program): Removed.
6832
6833 2006-09-04 Daiki Ueno <ueno@unixuser.org>
6834
6835 * pgg-gpg.el (pgg-gpg-process-region): Revert two patches from Satyaki
6836 Das. http://article.gmane.org/gmane.emacs.gnus.general/49947
6837 http://article.gmane.org/gmane.emacs.gnus.general/50457
6838
6839 2006-09-03 Chong Yidong <cyd@stupidchicken.com>
6840
6841 * cus-edit.el (custom-group-menu-create): Avoid deactivating the
6842 mark after running the menu filter.
6843
6844 2006-09-03 Juri Linkov <juri@jurta.org>
6845
6846 * international/quail.el (quail-defrule-internal): Add a check
6847 if a key is a vector.
6848
6849 2006-09-02 Juri Linkov <juri@jurta.org>
6850
6851 * man.el (Man-topic-history): New variable.
6852 (man): Use it.
6853
6854 * woman.el (woman-topic-history): Change defvar to defvaralias
6855 for symbol `Man-topic-history'.
6856
6857 * shell.el (shell-filter-ctrl-a-ctrl-b): Check if
6858 `comint-last-output-start' is a marker by using `markerp' and
6859 check if it has a position by using `marker-position', and use
6860 this position for `goto-char'.
6861
6862 * international/quail.el (quail-defrule-internal): Add missing
6863 `error' call for null key.
6864
6865 2006-09-02 Ryan Yeske <rcyeske@gmail.com>
6866
6867 * rcirc.el (rcirc-keywords): New variable.
6868 (rcirc-bright-nicks, rcirc-dim-nicks): New variables.
6869 (rcirc-bright-nick-regexp, rcirc-dim-nick-regexp): Remove
6870 variables.
6871 (rcirc-responses-no-activity): New function.
6872 (rcirc-handler-generic): Check for responses in above.
6873 (rcirc-process-command): Add ?: character to arguments of raw
6874 server commands.
6875 (rcirc-format-response-string): Use `rcirc-bright-nicks' and
6876 `rcirc-dim-nicks'.
6877 (rcirc-gray-toggle): Remove unused variable.
6878 (rcirc-print): Remove some tracking logic, which is moved into
6879 markup functions.
6880 (rcirc-activity-types): Was `rcirc-activity-type', now a list of
6881 types.
6882 (rcirc-activity-string): Look for 'keyword in activity-types.
6883 (rcirc-window-configuration-change): Don't erase overlay-arrow
6884 unnecessarily.
6885 (rcirc-add-or-remove): New function.
6886 (rcirc-cmd-ignore): Use it.
6887 (rcirc-message-leader): Remove unused function.
6888 (rcicr-cmd-bright, rcirc-cmd-dim, rcirc-cmd-keyword): New commands.
6889 (rcirc-add-face): New function.
6890 (rcirc-facify): Use rcirc-add-face.
6891 (rcirc-url-regexp): Add parens.
6892 (rcirc-map-regexp): Remove function.
6893 (rcirc-mangle-regexp): Remove function.
6894 (rcirc-markup-text-functions): New variable.
6895 (rcirc-markup-text): New function (replaces `rcirc-mangle-text').
6896 (rcirc-markup-body-text, rcirc-markup-attributes)
6897 (rcirc-markup-my-nick, rcirc-markup-urls, rcirc-markup-keywords)
6898 (rcirc-markup-bright-nicks): New markup handler functions.
6899 (rcirc-nick-in-message-full-line): New face.
6900 (rcirc-track-nick): Rename from `rcirc-mode-line-nick'.
6901 (rcirc-track-keyword, rcirc-url, rcirc-keyword): New faces.
6902
6903 2006-09-02 Martin Rudalics <rudalics@gmx.at>
6904
6905 * cus-start.el (hscroll-margin, hscroll-step)
6906 (mode-line-in-non-selected-windows, mouse-autoselect-window)
6907 (x-use-underline-position-properties): Change version to "22.1"
6908 since they will appear there for the first time.
6909
6910 2006-09-01 Chong Yidong <cyd@stupidchicken.com>
6911
6912 * imenu.el (imenu-update-menubar): Use buffer-chars-modified-tick.
6913
6914 2006-08-31 Richard Stallman <rms@gnu.org>
6915
6916 * cus-edit.el (custom-save-variables): Slight cleanup.
6917 (Custom-no-edit): Renamed from custom-no-edit.
6918 (Custom-newline): Renamed from custom-newline.
6919 (custom-mode-map): Use new names.
6920
6921 * emacs-lisp/easy-mmode.el (define-minor-mode): Reference manual
6922 about customization, rather than M-x customize, in the doc string
6923 made for the defcustom.
6924
6925 * emacs-lisp/trace.el (trace-function-background): Doc fix.
6926
6927 2006-08-31 Romain Francoise <romain@orebokech.com>
6928
6929 * dired-x.el (dired-guess-shell-alist-default): Update.
6930
6931 2006-08-31 Michael Mauger <mmaug@yahoo.com>
6932
6933 * custom.el (custom-theme-set-variables): Autoload packages before
6934 sorting the variables.
6935
6936 2006-08-30 Michael Kifer <kifer@cs.stonybrook.edu>
6937
6938 * viper-cmd.el (viper-special-read-and-insert-char): Convert events to
6939 chars if XEmacs.
6940 (viper-after-change-undo-hook): Check if undo-in-progress is bound.
6941
6942 2006-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
6943
6944 * progmodes/python.el (python-eldoc-function): Re-enable quit while
6945 waiting for process.
6946
6947 2006-08-30 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6948
6949 * term/mac-win.el (mac-string-to-utxt): If adjustment for MacJapanese
6950 results in ASCII-only string, encode original one directly.
6951
6952 2006-08-29 Romain Francoise <romain@orebokech.com>
6953
6954 * startup.el (normal-splash-screen, fancy-splash-screens):
6955 Make buffer read-only and arrange to enter view mode if necessary.
6956
6957 2006-08-29 Chong Yidong <cyd@stupidchicken.com>
6958
6959 * hl-line.el (hl-line): New face.
6960 (hl-line-face): Use it.
6961
6962 * image-mode.el (image-mode): Fix last fix.
6963 Suggested by Kim F. Storm.
6964
6965 2006-08-29 Michael Albinus <michael.albinus@gmx.de>
6966
6967 Sync with Tramp 2.0.54.
6968
6969 * net/tramp.el (tramp-convert-file-attributes): Call `eql' instead
6970 of `=', because `tramp-get-remote-gid' might not always return an
6971 integer when expected.
6972 (tramp-register-file-name-handlers): `partial-completion-mode' is
6973 unknown to XEmacs.
6974 (tramp-time-diff): Don't use `floor', it might fail for large
6975 differences.
6976 (tramp-handle-make-auto-save-file-name): For Emacs 21, set
6977 `tramp-auto-save-directory' if unset in order to guarantee unique
6978 auto-save file names.
6979
6980 2006-08-28 Chong Yidong <cyd@stupidchicken.com>
6981
6982 * image-mode.el (image-mode): Display image as text on a terminal.
6983
6984 2006-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
6985
6986 * progmodes/python.el (python-send-command): Simplify.
6987 (run-python): Don't generate a new buffer unless `new' was specified.
6988 Make sure we send `import emacs' to the proper process.
6989
6990 * progmodes/python.el (python-send-command): Don't wait for the command
6991 to terminate. Don't fiddle with compilation-parsing-end.
6992
6993 2006-08-28 Chong Yidong <cyd@stupidchicken.com>
6994
6995 * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
6996 Insert commentary after first line summary.
6997
6998 * woman.el (woman-follow): New function, based on `man-follow'.
6999 (woman-mode-map): Use it.
7000
7001 * ibuffer.el (ibuffer-do-sort-by-recency): Perform full update
7002 since ibuffer-do-sort-by-recency does not define a sorter.
7003
7004 2006-08-28 Kim F. Storm <storm@cua.dk>
7005
7006 * find-dired.el (find-dired): Use shell-quote-argument to properly
7007 escape ( and ) args. Also use it on {} and ; args in default
7008 value of find-ls-option string.
7009 (find-grep-dired): Use shell-quote-argument on {} and ; args.
7010
7011 2006-08-27 Michael Olson <mwolson@gnu.org>
7012
7013 * emacs-lisp/tq.el: Small grammar fix in comments.
7014 (tq-enqueue): Check for existence of queue rather than the
7015 head queue item's question, which was a no-op.
7016 (tq-filter, tq-process-buffer): Make sure the process buffer
7017 exists before making it the current buffer.
7018
7019 2006-08-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7020
7021 * term/mac-win.el (mac-apple-event-map): Rename hicommand to hi-command.
7022 (mac-dnd-drop-data): Apply 2006-08-22 change for x-dnd-drop-data.
7023 (special-event-map): Apply 2006-08-16 change for x-win.el.
7024
7025 2006-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
7026
7027 * progmodes/python.el (python-send-receive): Wait in the
7028 process's buffer so as to check the right buffer-local variables.
7029
7030 2006-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
7031
7032 * emacs-lisp/checkdoc.el: Remove * in defcustoms.
7033 (defgroup checkdoc): Move to beginning.
7034
7035 * progmodes/python.el (python-preoutput-skip-next-prompt): New var.
7036 (python-preoutput-continuation): Remove.
7037 (python-preoutput-filter): Simplify correspondingly.
7038 Remove handling of _emacs_ok. Make sure we skip _emacs_out's prompts.
7039 Loop around to catch embedded _emacs_out output.
7040 (run-python): Send the import&print command on a single line.
7041 (python-send-command): Send command&print on a single line.
7042 (python-send-string): Only add double \n if needed.
7043 (python-send-receive): Loop until the result comes.
7044 (python-mode-running): Defvar it.
7045 (python-setup-brm): Remove unused var `menu'.
7046 Only bind py-mode-map and `features' around brm-init.
7047 (python-calculate-indentation): Remove unused var `point'.
7048 (python-beginning-of-defun): Remove unused var `def-line'.
7049
7050 2006-08-25 Richard Stallman <rms@gnu.org>
7051
7052 * kmacro.el (kmacro-repeat-on-last-key): Doc fix.
7053
7054 2006-08-25 Michael Kifer <kifer@cs.stonybrook.edu>
7055
7056 * viper.el (viper-set-hooks): Use frame bindings for
7057 viper-vi-state-cursor-color.
7058 (viper-non-hook-settings): Don't set default
7059 mode-line-buffer-identification.
7060
7061 * viper-util.el (viper-set-cursor-color-according-to-state): New fun.
7062 (viper-set-cursor-color-according-to-state)
7063 (viper-get-saved-cursor-color-in-replace-mode)
7064 (viper-get-saved-cursor-color-in-insert-mode): Make conditional on
7065 viper-emacs-state-cursor-color.
7066
7067 * viper-cmd.el (viper-envelop-ESC-key): Bug fix.
7068 (viper-undo): Use point if undo-beg-posn is nil.
7069 (viper-insert-state-post-command-sentinel, viper-change-state-to-emacs)
7070 (viper-after-change-undo-hook): Don't use
7071 viper-emacs-state-cursor-color by default.
7072 (viper-undo): More sensible positioning after undo.
7073
7074 * viper-ex.el (ex-splice-args-in-1-letr-cmd): Get rid of caddr.
7075 (viper-emacs-state-cursor-color): Default to nil, since this feature
7076 doesn't work well yet.
7077
7078 * ediff-mult.el (ediff-intersect-directories)
7079 (ediff-get-directory-files-under-revision, ediff-dir-diff-copy-file):
7080 always expand filenames.
7081
7082 2006-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
7083
7084 * tumme.el: Remove * in defcustoms's docstrings.
7085
7086 2006-08-24 Chong Yidong <cyd@stupidchicken.com>
7087
7088 * emacs-lisp/timer.el (timer-set-idle-time, run-with-idle-timer):
7089 Accept internal time format for SECS arg.
7090 (timer-relative-time): Doc fix.
7091
7092 * jit-lock.el: "Stealth fontification by requeuing timers" patch,
7093 adapted from Martin Rudalics.
7094 (jit-lock-stealth-repeat-timer, jit-lock-stealth-buffers): New vars.
7095 (jit-lock-mode): Create jit-lock-stealth-repeat-timer.
7096 (jit-lock-stealth-fontify): Reschedule as a idle timer instead of
7097 using sit-for.
7098
7099 2006-08-24 Francesc Rocher <francesc.rocher@gmail.com>
7100
7101 * cus-start.el (all): Add `overline-margin' and
7102 `x-underline-at-descent-line'.
7103
7104 2006-08-24 Kim F. Storm <storm@cua.dk>
7105
7106 * progmodes/grep.el (grep-find-use-xargs): Use explicit value `exec'
7107 to mean "use find -exec"; nil now unambiguously means auto-detect.
7108 (grep-compute-defaults): Set grep-find-use-xargs to `exec' if not `gnu'.
7109 Use shell-quote-argument to build grep-find-command and
7110 grep-find-template.
7111 (rgrep): Use shell-quote-argument to properly quote arguments to find.
7112 Reported by Tom Seddon.
7113
7114 2006-08-23 Chong Yidong <cyd@stupidchicken.com>
7115
7116 * startup.el (fancy-splash-head): Give instructions for dismissing
7117 the splash screen for default startup too.
7118 (display-startup-echo-area-message, fancy-splash-screens)
7119 (use-fancy-splash-screens-p): New arg hide-on-input. If nil, show
7120 all splash text at once and keep the splash buffer around.
7121 (command-line-1): Give display-startup-echo-area-message a t arg.
7122
7123 2006-08-23 Carsten Dominik <dominik@science.uva.nl>
7124
7125 * textmodes/org.el (org-follow-gnus-link): Make sure the dedicated
7126 gnus frame is selected.
7127
7128 2006-08-23 Nick Roberts <nickrob@snap.net.nz>
7129
7130 * progmodes/gdb-ui.el (gdb-starting): Reset gdb-signalled to nil.
7131
7132 2006-08-22 Kim F. Storm <storm@cua.dk>
7133
7134 * ido.el (ido-set-matches-1): Fix full matching for subdirs.
7135 Add suffix matching for subdirs.
7136
7137 2006-08-22 Jorgen Schaefer <forcer@forcix.cx> (tiny change)
7138
7139 * x-dnd.el (x-dnd-drop-data): Don't call goto-char if
7140 mouse-yank-at-point is non-nil.
7141
7142 2006-08-22 Nick Roberts <nickrob@snap.net.nz>
7143
7144 * progmodes/gdb-ui.el (gdb-frame-memory-buffer): Make frame
7145 a bit wider and remove fringes to fit initial output on line.
7146
7147 2006-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
7148
7149 * frame.el (blink-cursor-end): Only ignore the error we care about.
7150 (blink-cursor-mode): Use blink-cursor-end to simplify the code.
7151
7152 2006-08-21 Richard Stallman <rms@gnu.org>
7153
7154 * whitespace.el (whitespace-cleanup): Doc fix.
7155
7156 2006-08-20 Ryan Yeske <rcyeske@gmail.com>
7157
7158 * net/rcirc.el (rcirc-show-maximum-output): New var.
7159 (rcirc-buffer-process): If no buffer argument is supplied, use
7160 current-buffer.
7161 (rcirc-complete-nick): Complete to the last completed nick first.
7162 (rcirc-mode): Preserve the value of `rcirc-urls' across
7163 connections. Setup scroll function.
7164 (rcirc-scroll-to-bottom): New function.
7165 (rcirc-print): Use nick syntax around regexp work.
7166 Notice dim-nicks speaking only if they say our nick.
7167 (rcirc-update-activity-string): Do not show the modeline indicator
7168 if there are no live rcirc processes.
7169 (rcirc-cmd-ignore): Ignore case.
7170 (rcirc-browse-url-at-point): Fix off-by-one error.
7171
7172 2006-08-20 Stefan Monnier <monnier@iro.umontreal.ca>
7173
7174 * progmodes/python.el: Remove * in defcustom docstrings.
7175 (run-python, python-proc, python-try-complete): Use derived-mode-p.
7176 (python-mode): Set tab-width and indent-tabs-mode.
7177
7178 2006-08-20 Dave Love <fx@gnu.org>
7179
7180 * progmodes/python.el: Update to Dave Love's latest version.
7181 (python-font-lock-keywords, python-mode): Don't use
7182 font-lock-syntax-table, but match symbol elements explicitly instead.
7183 (python-mode-map): Add help, and a few more key bindings.
7184 (python-skip-comments/blanks): Move out of comments as well.
7185 (python-continuation-line-p): Behave better with unbalanced parens.
7186 (python-blank-line-p): New fun.
7187 (python-open-block-statement-p): Don't use a heuristic.
7188 (python-outdent-p): Better handle blocks-in-the-same-line.
7189 (python-calculate-indentation): Misc improvements.
7190 (python-comment-indent): Remove.
7191 (python-block-pairs): New var.
7192 (python-first-word): New fun.
7193 (python-indentation-levels): Handle more common cases.
7194 (python-indent-line-1): Add `leave' argument.
7195 (python-indent-region): New fun.
7196 (python-skip-out): New fun.
7197 (python-beginning-of-statement, python-end-of-statement): Use it.
7198 (python-next-statement): Return correct count even at eob.
7199 (python-end-of-block): Fix paren-typo.
7200 (python-imenu-create-index): Add module variables.
7201 (run-python): Add `new' arg.
7202 Check we're at a prompt before returning.
7203 (python-send-command): Move to end of buffer.
7204 Wait for prompt to return.
7205 (python-set-proc): New fun.
7206 (python-imports): New var.
7207 (python-describe-symbol): Use it. Adjust to new interface of `ehelp'.
7208 (python-eldoc-function): Try to move out of arg list.
7209 (python-outline-level): Offset by 1.
7210 (python-find-imports): New fun.
7211 (python-symbol-completions): Use python-imports.
7212 (python-module-path, ffap-alist): Add support for ffap.
7213 (python-skeletons, python-mode-abbrev-table, def-python-skeleton)
7214 (python-insert-*, python-default-template, python-expand-template):
7215 Add templates/skeletons.
7216 (python-setup-brm): Support for Bicycle Repair Man.
7217 (python-abbrev-syntax-table): New var.
7218 (python-abbrev-pc-hook, python-pea-hook): New funs.
7219
7220 2006-08-20 Chong Yidong <cyd@stupidchicken.com>
7221
7222 * frame.el (blink-cursor-start): Set timer first.
7223 (blink-cursor-end): Ignore timer cancelling errors.
7224 Suggested by Ken Manheimer.
7225
7226 2006-08-20 Juanma Barranquero <lekktu@gmail.com>
7227
7228 * newcomment.el (comment-box): Call `comment-normalize-vars'.
7229 Add autoload cookie.
7230
7231 2006-08-20 Richard Stallman <rms@gnu.org>
7232
7233 * simple.el (line-number-at-pos): Doc fix.
7234
7235 * emacs-lisp/timer.el (run-with-idle-timer): Pass t to
7236 timer-activate-when-idle, so timer can run before Emacs becomes
7237 non-idle again.
7238
7239 2006-08-18 Yoni Rabkin Katzenell <yoni-r@actcom.com> (tiny change)
7240
7241 * whitespace.el (whitespace-cleanup-internal): New optional arg
7242 REGION-ONLY. If it's non-nil, modify the message to the user
7243 accordingly.
7244 (whitespace-cleanup-region): Call whitespace-cleanup-internal with
7245 a non-nil argument.
7246
7247 2006-08-18 Gustav H\e,Ae\e(Bllberg <gustav@gmail.com> (tiny change)
7248
7249 * rect.el (spaces-string): Simplify and add doc string.
7250
7251 2006-08-17 Romain Francoise <romain@orebokech.com>
7252
7253 * progmodes/gdb-ui.el (gdb-edit-locals-value): Balance parens.
7254
7255 2006-08-17 Richard Stallman <rms@gnu.org>
7256
7257 * compare-w.el (compare-windows): lambda's take an arg and pass
7258 it to compare-windows-skip-whitespace.
7259
7260 2006-08-17 Martin Rudalics <rudalics@gmx.at>
7261
7262 * jit-lock.el (jit-lock-fontify-now): Protect the modified status of
7263 the right buffer.
7264
7265 2006-08-17 Stefan Monnier <monnier@iro.umontreal.ca>
7266
7267 * pcvs-parse.el (cvs-parse-table): Accept the new `...' format for
7268 removed files.
7269
7270 2006-08-17 Nick Roberts <nickrob@snap.net.nz>
7271
7272 * progmodes/gdb-ui.el (gdb-locals-watch-map)
7273 (gdb-locals-watch-map-1): Suppress keymap first.
7274 (gdb-edit-locals-map-1): New variable.
7275 (gdb-edit-locals-value): New function.
7276 (gdb-stack-list-locals-handler): Use them.
7277
7278 2006-08-16 Stefan Monnier <monnier@iro.umontreal.ca>
7279
7280 * mouse.el (global-map): Allow yanking with mouse-2 at a spot whose
7281 cursor would normally be drawn in the fringe.
7282
7283 * font-lock.el (font-lock-extend-region-wholelines): Fix up typo.
7284 Reported by Martin Rudalics <rudalics@gmx.at>.
7285
7286 2006-08-16 Richard Stallman <rms@gnu.org>
7287
7288 * term/x-win.el (x-clipboard-yank): Specify * in interactive spec.
7289 (special-event-map): Process drag-n-drop events this way.
7290
7291 * simple.el (move-beginning-of-line): Test whether fields
7292 would prevent motion back to line's first visible character.
7293 If so, stop where the fields would stop the motion.
7294
7295 * newcomment.el (comment-indent): Fully update INDENT
7296 before checking to see if it will change the text.
7297
7298 * cus-edit.el (custom-newline): New function.
7299 (custom-mode-map): Bind newline to custom-newline.
7300
7301 * compare-w.el (compare-windows): Factor compare-ignore-whitespace
7302 into ignore-whitespace.
7303 Check each buffer for its skip-function.
7304 Handle compare-windows-skip-whitespace special-case test
7305 by returning t from default skip function.
7306
7307 2006-08-15 Carsten Dominik <dominik@science.uva.nl>
7308
7309 * textmodes/org.el (org-clock-special-range)
7310 (org-clock-update-time-maybe): New functions.
7311 (org-stamp-time-of-day-regexp): Allow weekday to be of word chars,
7312 not only a-z.
7313 (org-agenda-get-blocks): Allow multiple blocks per headline.
7314 (org-timestamp-change): Call `org-clock-update-time-maybe'.
7315 (org-export-html-title-format)
7316 (org-export-html-toplevel-hlevel): New options.
7317 (org-export-language-setup): Add support for Czech.
7318 (org-mode, org-insert-todo-heading, org-find-visible)
7319 (org-find-invisible, org-invisible-p, org-invisible-p2)
7320 (org-back-to-heading, org-on-heading-p, org-up-heading-all)
7321 (org-show-subtree, org-show-entry, org-make-options-regexp):
7322 Remove compatibility support for old outline-mode.
7323 (org-check-occur-regexp): Funtion removed.
7324 (org-on-heading-p, org-back-to-heading): Made defalias.
7325 (org-set-local): New defsubst.
7326 (org-set-regexps-and-options, org-mode)
7327 (org-set-font-lock-defaults, org-edit-agenda-file-list)
7328 (org-timeline, org-agenda-list, org-todo-list, org-tags-view)
7329 (org-remember-apply-template, org-table-edit-field)
7330 (org-table-edit-formulas, orgtbl-mode, org-export-as-ascii)
7331 (org-set-autofill-regexps): Use `org-set-local'.
7332 (org-table-eval-formula): Fix bug with parsing of display flags.
7333
7334 2006-08-15 Nick Roberts <nickrob@snap.net.nz>
7335
7336 * progmodes/gdb-ui.el (gdb-info-stack-custom): Indicate selected
7337 frame with fringe arrow. Suggested by Simon Marshall
7338 <simon.marshall@misys.com>.
7339 (gdb-stack-position): New variable.
7340 (gdb-starting, gdb-exited): Reset gdb-stack-position to nil.
7341 (gdb-frames-mode): Set gdb-stack-position to nil.
7342 Add to overlay-arrow-variable-list
7343 (gdb-reset): Delete gdb-stack-position from above list.
7344
7345 2006-08-14 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7346
7347 * term/x-win.el (menu-bar-edit-menu): Disable paste if buffer is
7348 read only.
7349
7350 2006-08-13 Romain Francoise <romain@orebokech.com>
7351
7352 * cus-theme.el (customize-create-theme)
7353 (custom-theme-visit-theme): End `y-or-n-p' prompt with a space.
7354
7355 * filesets.el (filesets-add-buffer): Ditto.
7356
7357 * pcvs.el (cvs-change-cvsroot): Ditto.
7358
7359 2006-08-13 Nick Roberts <nickrob@snap.net.nz>
7360
7361 * progmodes/gdb-ui.el (gdb-frame-separate-io-buffer)
7362 (gdb-use-separate-io-buffer, menu): Avoid using `inferior' in text.
7363 (gdb-memory-mode, gdb-locals-watch-map): Don't quote lambda
7364 expressions.
7365 (gdb-info-breakpoints-custom): Use gdb-breakpoint-regexp.
7366 Only search till end of line.
7367 Add face to function names in case of no filename.
7368 Add face to variable names of watchpoints.
7369
7370 2006-08-12 Robert Thorpe <rthorpe@realworldtech.com> (tiny change)
7371
7372 * cus-start.el <indent-tabs-mode>: Move to the `indent'
7373 customization group.
7374
7375 2006-08-12 Ken Manheimer <ken.manheimer@gmail.com>
7376
7377 * allout.el (allout-prior-bindings, allout-added-bindings):
7378 Remove, after long deprecation.
7379 (allout-beginning-of-line-cycles, allout-end-of-line-cycles):
7380 Add customization vars controlling allout-beginning-of-line and
7381 allout-end-of-line conveniences.
7382 (allout-header-prefix, allout-use-mode-specific-leader)
7383 (allout-use-mode-specific-leader, allout-mode-leaders):
7384 Revise docstrings.
7385 (allout-infer-header-lead): Change to be an alias for
7386 allout-infer-header-lead-and-primary-bullet.
7387 (allout-infer-header-lead-and-primary-bullet): New version of
7388 allout-infer-header-lead which assigns the primary bullet to the
7389 same as the header lead, when its being changed.
7390 (allout-infer-body-reindent): Apply regexp-quote instead of
7391 unconditionally prepending "\\", so that all literal
7392 allout-header-prefix and allout-primary-bullet strings are
7393 properly handled.
7394 (allout-add-resumptions): Add optional qualifier for extending or
7395 appending to existing values, rather than replacing them.
7396 (allout-view-change-hook): Clarify docstring.
7397 (allout-exposure-change-hook): Take explicit arguments, via
7398 run-hook-with-args.
7399 (allout-structure-added-hook)
7400 (allout-structure-deleted-hook)
7401 (allout-structure-shifted-hook): New hooks analogous to
7402 allout-exposure-change-hook for other kinds of structural outline
7403 edits.
7404 (allout-encryption-plaintext-sanitization-regexps): New encryption
7405 customization variable, by which cooperating modes can provde
7406 massage of the plaintext without actually being passed it.
7407 (allout-encryption-ciphertext-rejection-regexps)
7408 (allout-encryption-ciphertext-rejection-ceiling): New encryption
7409 customization variables, by which cooperating modes can prohibit
7410 rare but possible ciphertext patterns from fouling their
7411 operation, with actually being passed the ciphertext.
7412 (allout-mode): Run activation and deactivation hooks after the
7413 minor-mode variable has been toggled, to clarify the mode
7414 disposition. The new encryption ciphertext rejection variable is
7415 used to ensure that the ciphertext does not contain text that
7416 would be recognized as outline structural elements by allout.
7417 Substite allout-beginning-of-line and allout-end-of-line for
7418 conventionall beginning-of-line and end-of-line bindings.
7419 If allout-old-style-prefixes is non-nil, don't nullify it on mode
7420 activation!
7421 (allout-beginning-of-line): Respect `allout-beginning-of-line-cycles'.
7422 (allout-end-of-line): Respect `allout-end-of-line-cycles'.
7423 (allout-chart-subtree): Implement new mode, charting only the
7424 visible items in the subtree, when new 'visible' parameter is non-nil.
7425 (allout-end-of-subtree): Properly handle the last item in the buffer.
7426 (allout-pre-command-business, allout-command-counter):
7427 Increment an advertised counter so that cooperating enhancements can
7428 track revisions of items.
7429 (allout-open-topic): Run allout-structure-added-hook with suitable
7430 arguments.
7431 (allout-shift-in): Run allout-structure-shifted-hook with suitable
7432 arguments.
7433 (allout-shift-out): Fix doubling for negative args and ensure call
7434 of allout-structure-shifted-hook by solely using allout-shift-in.
7435 (allout-kill-line, allout-kill-topic):
7436 Run allout-structure-deleted-hook with suitable arguments.
7437 (allout-yank-processing): Run allout-structure-added-hook with
7438 proper arguments.
7439 (allout-yank): Enclose activity in allout-unprotected.
7440 (allout-flag-region): Run allout-exposure-change-hook with
7441 suitable arguments, instead of making the callee infer the arguments.
7442 (allout-encrypt-string):
7443 Support allout-encryption-plaintext-sanitization-regexps,
7444 allout-encryption-ciphertext-rejection-regexps, and
7445 allout-encryption-ciphertext-rejection-ceiling. Indicate correct
7446 en/de cryption mode in symmetric encryption failure message.
7447 (allout-obtain-passphrase): Use copy-sequence to get a distinct
7448 copy of the passphrase, and don't zero it or we'll corrupt the
7449 stashed copy.
7450 (allout-create-encryption-passphrase-verifier)
7451 (allout-verify-passphrase): Respect the new signature for
7452 allout-encrypt-string.
7453 (allout-get-configvar-values): Convenience for getting a
7454 configuration variable value and handling its absence gracefully.
7455
7456 2006-08-11 Romain Francoise <romain@orebokech.com>
7457
7458 * obsolete/zone-mode.el: Delete.
7459
7460 2006-08-11 Stefan Monnier <monnier@iro.umontreal.ca>
7461
7462 * textmodes/dns-mode.el (dns-mode): Use before-save-hook.
7463
7464 2006-08-11 Thien-Thi Nguyen <ttn@gnu.org>
7465
7466 * emacs-lisp/bindat.el (bindat-ip-to-string):
7467 Use `format-network-address' if possible.
7468
7469 2006-08-11 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7470
7471 * x-dnd.el (x-dnd-init-frame): Call x-register-dnd-atom.
7472
7473 2006-08-10 Chong Yidong <cyd@stupidchicken.com>
7474
7475 * emacs-lisp/edebug.el (edebug-recursive-edit): Don't save and
7476 restore unread-command-events here.
7477 (edebug-display): Do it here, to detect sit-for interruptions.
7478
7479 2006-08-10 Romain Francoise <romain@orebokech.com>
7480
7481 * textmodes/dns-mode.el: Alias `zone-mode' to `dns-mode'.
7482 (dns-mode-soa-auto-increment-serial): New user option.
7483 (dns-mode-soa-maybe-increment-serial): New function.
7484 (dns-mode): Add the latter to `write-contents-functions'.
7485
7486 * obsolete/zone-mode.el: Move to obsolete/ from net/.
7487 Delete autoload cookies.
7488
7489 2006-08-10 John Wiegley <johnw@newartisans.com>
7490
7491 * eshell/em-glob.el (eshell-glob-chars-list)
7492 (eshell-glob-translate-alist): Add support for [^g] in character globs.
7493
7494 2006-08-10 Richard Stallman <rms@gnu.org>
7495
7496 * facemenu.el (facemenu-add-face): Pass frame to facemenu-active-faces.
7497 (facemenu-set-face): Doc fix.
7498 (facemenu-listed-faces): Doc fix.
7499
7500 2006-08-09 Chong Yidong <cyd@stupidchicken.com>
7501
7502 * avoid.el (mouse-avoidance-animating-pointer): New var.
7503 (mouse-avoidance-nudge-mouse): Use it.
7504 (mouse-avoidance-banish): Rename from mouse-avoidance-banish-hook.
7505 (mouse-avoidance-exile): Rename from mouse-avoidance-exile-hook
7506 (mouse-avoidance-fancy): Rename from mouse-avoidance-fancy-hook.
7507 Don't activate if currently animating. All callers changed.
7508
7509 2006-08-09 John Wiegley <johnw@newartisans.com>
7510
7511 * calendar/timeclock.el (timeclock-use-elapsed): Added a new
7512 variable, which causes timeclock to report elapsed time worked,
7513 instead of just work remaining.
7514
7515 2006-08-09 Kenichi Handa <handa@m17n.org>
7516
7517 * international/latexenc.el (latexenc-find-file-coding-system):
7518 Fix for the case that the 2nd element of arg-list is a cons.
7519
7520 2006-08-08 Chong Yidong <cyd@stupidchicken.com>
7521
7522 * info.el (Info-fontify-node): Handle preceding `in' for note
7523 reference hiding rules.
7524
7525 2006-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
7526
7527 * progmodes/sh-script.el (sh-quoted-subshell): Make sure we don't
7528 mistake a closing " for an opening one.
7529
7530 2006-08-07 Dan Nicolaescu <dann@ics.uci.edu>
7531
7532 * term/xterm.el (terminal-init-xterm): Add more key bindings.
7533
7534 2006-08-07 Stefan Monnier <monnier@iro.umontreal.ca>
7535
7536 * complete.el (PC-do-completion): Filter out completions matching
7537 completion-ignored-extensions before checking whether there are
7538 multiple completions.
7539 Don't use `list' unnecessarily when building completion tables.
7540
7541 2006-08-06 Richard Stallman <rms@gnu.org>
7542
7543 * help.el (describe-mode): Make minor mode list more concise.
7544
7545 2006-08-05 Chong Yidong <cyd@stupidchicken.com>
7546
7547 * bindings.el: Give mode-line-format, mode-line-modes, and
7548 mode-line-position `standard-value' properties.
7549
7550 2006-08-05 Eli Zaretskii <eliz@gnu.org>
7551
7552 * buff-menu.el (list-buffers-noselect): For Info buffers, use
7553 "(file)node" instead of the file name.
7554
7555 2006-08-05 Richard Stallman <rms@gnu.org>
7556
7557 * faces.el (escape-glyph): Doc fix.
7558
7559 2006-08-04 Kenichi Handa <handa@m17n.org>
7560
7561 * international/mule-diag.el (describe-font): Improve docstring
7562 and error message. Use frame-parameter (not frame-parameters).
7563
7564 2006-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
7565
7566 * progmodes/gud.el (gdb-script-font-lock-syntactic-keywords):
7567 Correctly mark the end-of-docstring char.
7568
7569 2006-08-03 Chong Yidong <cyd@stupidchicken.com>
7570
7571 * simple.el (line-move-to-column): Constrain move-to-column to
7572 current field.
7573
7574 2006-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
7575
7576 * font-lock.el (font-lock-beg, font-lock-end)
7577 (font-lock-extend-region-functions): New vars.
7578 (font-lock-extend-region-multiline)
7579 (font-lock-extend-region-wholelines): New functions.
7580 (font-lock-default-fontify-region): Use them.
7581 (font-lock-extend-jit-lock-region-after-change): Only round up
7582 if font-lock-default-fontify-region will do it as well.
7583
7584 * font-lock.el (font-lock-extend-after-change-region-function):
7585 Rename from font-lock-extend-region-function.
7586 (font-lock-extend-region): Remove by inlining at call sites.
7587 (font-lock-after-change-function): Don't needlessly round up to a whole
7588 number of lines.
7589 (font-lock-extend-jit-lock-region-after-change): Be more careful about
7590 the boundary conditions and the interactions between the various ways
7591 to extend the region.
7592
7593 2006-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
7594
7595 * jit-lock.el (jit-lock-fontify-now): Preserve the buffer's
7596 modification status when forcing the second redisplay.
7597
7598 2006-08-03 Kim F. Storm <storm@cua.dk>
7599
7600 * edmacro.el (edmacro-fix-menu-commands): Ignore switch-frame.
7601
7602 2006-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
7603
7604 * pcvs-util.el (cvs-get-buffer-create): Obey `noreuse' even if `name'
7605 doesn't look like a file name.
7606
7607 * complete.el (PC-expand-many-files): Avoid signalling an error when
7608 the current directory doesn't exist. Reported by Micha\e,Ak\e(Bl Cadilhac.
7609
7610 2006-08-02 Andreas Schwab <schwab@suse.de>
7611
7612 * bindings.el (mode-line-format): Simplify reference to vc-mode.
7613
7614 2006-08-02 Nick Roberts <nickrob@snap.net.nz>
7615
7616 * bindings.el (map): Make mode-line-buffer-identification-keymap
7617 before defining propertized-buffer-identification.
7618
7619 2006-08-01 Richard Stallman <rms@gnu.org>
7620
7621 * bindings.el (mode-line-format): Adjust spacing around vc-mode.
7622
7623 2006-08-02 Nick Roberts <nickrob@snap.net.nz>
7624
7625 * progmodes/gdb-ui.el (gdb-find-source-frame): Make nil the
7626 default value.
7627 (gdb-find-source-frame): New function.
7628 (menu): Add to menu bar.
7629
7630 2006-08-01 Stefan Monnier <monnier@iro.umontreal.ca>
7631
7632 * font-core.el (font-lock-extend-region-function)
7633 (font-lock-extend-region): Move to font-lock.el.
7634
7635 * font-lock.el (font-lock-extend-region-function)
7636 (font-lock-extend-region): Move from font-core.el. Simplify.
7637
7638 * jit-lock.el (jit-lock-fontify-now): Cause a second redisplay
7639 if needed.
7640 (jit-lock-start, jit-lock-end): New dynamic scoped vars.
7641 (jit-lock-after-change-extend-region-functions): New hook.
7642 (jit-lock-after-change): Use it instead of hard-coding font-lock code.
7643
7644 * font-lock.el (font-lock-extend-jit-lock-region-after-change): New fun.
7645 (font-lock-turn-on-thing-lock): Use it.
7646
7647 * longlines.el (longlines-show-region): Make it work on read-only
7648 buffers as well.
7649
7650 2006-08-01 Nick Roberts <nickrob@snap.net.nz>
7651
7652 * progmodes/gdb-ui.el (gdb-set-hollow): Check for gud-last-last-frame.
7653
7654 2006-07-31 Richard Stallman <rms@gnu.org>
7655
7656 * progmodes/vhdl-mode.el (vhdl-speedbar-display-directory)
7657 (vhdl-speedbar-display-projects): Update old obsolete
7658 speedbar variable names.
7659
7660 2006-07-31 Nick Roberts <nickrob@snap.net.nz>
7661
7662 * progmodes/gdb-ui.el (gdb-find-source-frame): New option.
7663 (gdb-stopped): Use it.
7664
7665 * t-mouse.el (t-mouse-mode): Use set-process-query-on-exit-flag.
7666
7667 2006-07-29 Chong Yidong <cyd@stupidchicken.com>
7668
7669 * loadhist.el (unload-feature): Handle new `(t . SYMBOL)' format
7670 for load-history elements.
7671
7672 2006-07-29 Eli Zaretskii <eliz@gnu.org>
7673
7674 * files.el (convert-standard-filename): For Cygwin, replace
7675 characters not allowed in Windows file names.
7676 (make-auto-save-file-name): Add Cygwin to the list of systems
7677 where the auto-save file name needs to be run through
7678 convert-standard-filename.
7679
7680 2006-07-29 Lennart Borgman <lennart.borgman.073@student.lu.se>
7681
7682 * window.el (bw-get-tree): Don't integerp subtree if it's nil.
7683
7684 2006-07-28 Richard Stallman <rms@gnu.org>
7685
7686 * bindings.el (mode-line-frame-identification)
7687 (propertized-buffer-identification): Centralize the code
7688 to initialize the variable.
7689
7690 * progmodes/grep.el (grep-default-command): Catch errors from
7691 wildcard-to-regexp.
7692
7693 2006-07-29 Kim F. Storm <storm@cua.dk>
7694
7695 * progmodes/grep.el (grep-tag-default): New function.
7696 (grep-default-command, grep-read-regexp): Use it.
7697 (grep-read-files): Use car of grep-files-history or grep-files-aliases
7698 as default if nothing else applies.
7699
7700 2006-07-28 Bill Atkins <atkinw@rpi.edu> (tiny change)
7701
7702 * wdired.el (wdired-change-to-wdired-mode, wdired-change-to-dired-mode):
7703 Throw error if buffer is not in Dired and Wdired mode, respectively.
7704
7705 2006-07-28 Chong Yidong <cyd@stupidchicken.com>
7706
7707 * cus-edit.el (custom-no-edit): Revert 2006-07-27 change, so that
7708 self-insert-command keys don't activate buttons.
7709 (custom-mode-map): Just don't bind "\C-m" to `custom-no-edit'.
7710
7711 2006-07-29 Nick Roberts <nickrob@snap.net.nz>
7712
7713 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom): Use different
7714 faces for enable character.
7715
7716 2006-07-28 Nick Roberts <nickrob@snap.net.nz>
7717
7718 * Makefile.in (recompile): Update comment to reflect change
7719 on 2004-04-21.
7720
7721 2006-07-27 Richard Stallman <rms@gnu.org>
7722
7723 * cus-edit.el (customize-package-emacs-version-alist): Doc fix.
7724 (customize-package-emacs-version): Change msg when pkg has no entry.
7725 (custom-no-edit): On a button, do like widget-button-press.
7726
7727 2006-07-27 Dan Nicolaescu <dann@ics.uci.edu>
7728
7729 * term/xterm.el (terminal-init-xterm): Fix bindings for C-tab,
7730 S-tab and C-S-tab.
7731
7732 2006-07-28 Nick Roberts <nickrob@snap.net.nz>
7733
7734 * progmodes/which-func.el (which-function): Fix documentation/
7735 comment typo.
7736
7737 2006-07-26 Richard Stallman <rms@gnu.org>
7738
7739 * textmodes/ispell.el (ispell-word): If we replace the word,
7740 move point to the end. Insert before deleting.
7741
7742 2006-07-26 Chong Yidong <cyd@stupidchicken.com>
7743
7744 * subr.el (sit-for): Use new SECONDS arg of read-event instead of
7745 a timer.
7746
7747 2006-07-26 Mathias Dahl <mathias.dahl@gmail.com>
7748
7749 * tumme.el (tumme-backward-image): Add prefix argument. Add error
7750 when at first image.
7751 (tumme-forward-image): Add prefix argument. Add error when at last
7752 image.
7753
7754 2006-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
7755
7756 * tabify.el (tabify-regexp): Use more specific regexps.
7757 (tabify): Avoid modifying the buffer unnecessarily.
7758
7759 2006-07-25 Mathias Dahl <mathias.dahl@gmail.com>
7760
7761 * tumme.el (tumme-track-original-file): Add `buffer-live-p' check.
7762 (tumme-format-properties-string): Handle empty `buf'.
7763 (tumme-get-comment): Change variable names inside `let'.
7764 Add missing `let' variable that cause font-lock problems.
7765 (tumme-write-comments): Change variable names inside `let'.
7766 Add missing `let' variable that cause font-lock problems.
7767 (tumme-forward-image): Rename from `tumme-forward-char'.
7768 (tumme-backward-image): Rename from `tumme-backward-char'.
7769
7770 2006-07-25 Masatake YAMATO <jet@gyve.org>
7771
7772 * progmodes/ld-script.el (ld-script-keywords)
7773 (ld-script-font-lock-keywords, ld-script-builtins): Update keywords
7774 and add comments.
7775
7776 2006-07-25 Nick Roberts <nickrob@snap.net.nz>
7777
7778 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
7779 (gdb-resync, gdb-prompt, gdb-starting, gdb-exited, gdb-stopped)
7780 (gdb-set-gud-minor-mode-existing-buffers-1): Use different faces
7781 for status indicator.
7782
7783 2006-07-24 Richard Stallman <rms@gnu.org>
7784
7785 * xml.el (xml-parse-file): Clean up, and use with-temp-buffer.
7786
7787 * subr.el (dolist, dotimes): Use interned symbols for locals.
7788 (--dotimes-limit--, --dolist-tail--): New defvars.
7789 (looking-back): Doc fix.
7790
7791 * replace.el (replace-match-string-symbols): Handle dotted lists.
7792
7793 2006-07-24 Mathias Dahl <mathias.dahl@gmail.com>
7794
7795 * tumme.el (tumme-write-tags): Add.
7796 (tumme-write-comments): Add.
7797 (tumme-tag-files): Change to use `tumme-write-tags'.
7798 (tumme-tag-thumbnail): Change to use `tumme-write-tags'.
7799 (tumme-dired-comment-files): Change to use `tumme-write-comments'.
7800 (tumme-save-information-from-widgets): Change to use
7801 `tumme-write-comments' and `tumme-write-tags'.
7802 (tumme-comment-thumbnail): Change to use `tumme-write-comments'.
7803 (tumme-write-tag): Remove.
7804 (tumme-write-comment): Remove.
7805 (tumme-display-previous-thumbnail-original): Remove empty line.
7806 (tumme-widget-list): Add punctuation.
7807
7808 2006-07-24 Mathias Dahl <mathias.dahl@gmail.com>
7809
7810 * tumme.el (tumme-line-up): Add an extra check for end of buffer.
7811
7812 2006-07-24 Daiki Ueno <ueno@unixuser.org>
7813
7814 * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
7815 letters from the end. Thanks to "David Smith" <davidsmith@acm.org>
7816 and andreas@altroot.de (Andreas V\e,Av\e(Bgele).
7817
7818 2006-07-23 Thien-Thi Nguyen <ttn@gnu.org>
7819
7820 * mouse.el (mouse-on-link-p): Doc fix.
7821
7822 2006-07-23 Nick Roberts <nickrob@snap.net.nz>
7823
7824 * emacs-lisp/find-func.el (find-function-search-for-symbol):
7825 Handle "C-h f `".
7826
7827 2006-07-22 Dan Nicolaescu <dann@ics.uci.edu>
7828
7829 * ibuffer.el (ibuffer-formats): Use left alignment for the mode
7830 column.
7831
7832 2006-07-22 Matt Hodges <MPHodges@member.fsf.org>
7833
7834 * textmodes/table.el: Add move-beginning-of-line and
7835 move-end-of-line to Point Motion Only Group.
7836
7837 2006-07-22 Eric Hanchrow <offby1@blarg.net> (tiny change)
7838
7839 * progmodes/delphi.el (delphi-fill-comment): Use save-restriction.
7840
7841 2006-07-22 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
7842
7843 * startup.el (user-mail-address): Initialize from the `EMAIL'
7844 environment variable first. Document this.
7845 (command-line): Ditto.
7846
7847 2006-07-22 Nick Roberts <nickrob@snap.net.nz>
7848
7849 * help-mode.el (help-function-def, help-variable-def)
7850 (help-face-def): Print a message in the minibuffer.
7851
7852 2006-07-21 Dan Nicolaescu <dann@ics.uci.edu>
7853
7854 * term/xterm.el (terminal-init-xterm): Fix key bindings
7855 syntax. Bind S-return, C-M-., C-TAB, S-TAB and C-S-TAB.
7856
7857 2006-07-21 Eli Zaretskii <eliz@gnu.org>
7858
7859 * dos-w32.el (find-buffer-file-type-coding-system): Support calls
7860 where `(nth 1 command)' is a cons cell. Doc fix.
7861
7862 * textmodes/po.el (po-find-charset): Doc fix.
7863
7864 2006-07-21 Ken Manheimer <ken.manheimer@gmail.com>
7865
7866 * allout.el (allout-unprotected, allout-e-o-prefix-p)
7867 (allout-beginning-of-current-line, allout-end-of-current-line)
7868 (allout-next-visible-heading, allout-open-topic)
7869 (allout-kill-topic, allout-yank-processing, allout-resolve-xref)
7870 (allout-flag-current-subtree, allout-show-to-offshoot)
7871 (allout-hide-current-entry, allout-show-current-branches)
7872 (allout-hide-region-body, allout-old-expose-topic)
7873 (allout-listify-exposed, allout-latex-verbatim-quote-curr-line)
7874 (allout-mark-topic, allout-adjust-file-variable): Enclose scopes
7875 containing `beginning-of-line' and `end-of-line' with
7876 `inhibit-field-text-motion' t.
7877
7878 2006-07-21 Eli Zaretskii <eliz@gnu.org>
7879
7880 * frame.el (focus-follows-mouse): Document that it doesn't have
7881 any effect on MS-Windows.
7882
7883 2006-07-20 Stefan Monnier <monnier@iro.umontreal.ca>
7884
7885 * progmodes/sh-script.el (sh-quoted-subshell): Further fix last change.
7886
7887 2006-07-20 Jay Belanger <belanger@truman.edu>
7888
7889 * calc.el (calc-previous-alg-entry): Remove variable.
7890
7891 * calc-aent.el (calc-alg-entry-history, calc-quick-calc-history):
7892 New variables.
7893 (calc-alg-entry): Use `calc-alg-entry-history'.
7894 (calc-do-quick-calc): Use `calc-quick-calc-history'.
7895 Remove reference to `calc-previous-alg-entry'.
7896 (calcAlg-edit, calcAlg-enter): Remove reference to
7897 `calc-previous-alg-entry'.
7898 (calcAlg-previous): Use `previous-history-element' instead of
7899 `calc-previous-alg-entry'.
7900 (calc-do-alg-entry): Use history when calling `read-from-minibuffer'.
7901 Change keybinding for `calcAlg-plus-minus', add keybindings for
7902 `previous-history-element' and `next-history-element'.
7903
7904 * calc-rewr.el (calc-match): Remove reference to
7905 `calc-previous-alg-entry'.
7906
7907 * calc-sel.el (calc-selection-history): New variable.
7908 (calc-enter-selection, calc-sel-mult-both-sides)
7909 (calc-sel-add-both-sides): Use `calc-selection-history'.
7910
7911 * calc-map.el (calc-get-operator-history): New variable.
7912 (calc-get-operator): Use `calc-get-operator-history'.
7913
7914 * calcalg3.el (calc-curve-fit-history): New variable.
7915 (calc-curve-fit): Use `calc-curve-fit-history'.
7916
7917 2006-07-20 Kenichi Handa <handa@m17n.org>
7918
7919 * international/mule-cmds.el (select-safe-coding-system): Fix the
7920 way of deciding eol-type of the coding system.
7921
7922 2006-07-20 Alan Mackenzie <acm@muc.de>
7923
7924 * progmodes/cc-langs.el (c-emacs-variable-inits): New variable.
7925 (c-lang-setvar): New macro.
7926 (c-make-init-lang-vars-fun): Use the initialization forms in
7927 c-emacs-variable-inits in addition to those in c-lang-variable-inits.
7928 (comment-start, comment-end, comment-start-skip): Change these from
7929 c-lang-defvar's to c-lang-setvar's.
7930
7931 * progmodes/cc-mode.el (c-make-emacs-variables-local): New macro,
7932 which calls make-local-variable on the elements of
7933 c-emacs-variable-inits.
7934 (c-init-language-vars-for): Call this new macro.
7935
7936 2006-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
7937
7938 * progmodes/compile.el (compilation-error-regexp-alist-alist) <gnu>:
7939 Try to rule out false positives due to time stamps.
7940 (compilation-mode-font-lock-keywords): Remove rules made redundant
7941 because of the above change. Add `segmentation fault' to the known and
7942 highlighted compilation termination messages.
7943
7944 2006-07-19 Kim F. Storm <storm@cua.dk>
7945
7946 * progmodes/grep.el (grep-find-ignored-directories):
7947 Add .svn and _darcs to list.
7948
7949 2006-07-19 Mathias Dahl <mathias.dahl@gmail.com>
7950
7951 * dired.el (dired-mode-map): Add key binding `C-te' for
7952 `tumme-dired-edit-comment-and-tags'.
7953
7954 * tumme.el (tumme-display-thumbnail-original-image): Make sure
7955 image display buffer is displayed before call to
7956 `tumme-display-image.
7957 (tumme-dired-display-image): Make sure image display buffer is
7958 displayed before call to `tumme-display-image.
7959 (tumme-mouse-display-image): Make sure image display buffer is
7960 displayed before call to `tumme-display-image.
7961 (tumme-widget-list): Add.
7962 (tumme-dired-edit-comment-and-tags): Add.
7963 (tumme-save-information-from-widgets): Add.
7964
7965 2006-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
7966
7967 * progmodes/sh-script.el (sh-quoted-subshell): Fix last change.
7968
7969 2006-07-18 Stefan Monnier <monnier@iro.umontreal.ca>
7970
7971 * progmodes/sh-script.el (sh-font-lock-keywords-1):
7972 Revert inadvertently installed patch hunk.
7973
7974 * progmodes/compile.el (compilation-find-file): Handle the
7975 cases where the user selects a non-existent file.
7976
7977 2006-07-18 Stefan Monnier <monnier@iro.umontreal.ca>
7978
7979 * bindings.el (minibuffer-local-map): Rebind TAB so it inserts a \t.
7980
7981 2006-07-17 Chong Yidong <cyd@stupidchicken.com>
7982
7983 * subr.el (sit-for): Just sleep-for if noninteractive.
7984
7985 2006-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
7986
7987 * emacs-lisp/autoload.el (make-autoload): Use new arg.
7988
7989 * custom.el (custom-autoload): Add `noset' argument.
7990 (custom-push-theme): Don't autoload the variable, let callers do it.
7991 (custom-theme-set-variables): Autoload the variable if necessary.
7992
7993 * cus-edit.el (custom-variable-state-set): If the variable was
7994 originally set outside custom, but to the same value as the default,
7995 consider it to be standard.
7996
7997 * Makefile.in (mh-loaddefs.el): Finish setting up the default empty
7998 file *before* telling Emacs to add the autoloads, in case it fails.
7999
8000 * progmodes/sh-script.el (sh-quoted-subshell): Don't match escaped `.
8001 Use `cond', push', and `dolist'.
8002
8003 2006-07-17 Richard Stallman <rms@gnu.org>
8004
8005 * image-mode.el (tar-superior-buffer, archive-superior-buffer):
8006 Add defvars to silence warnings.
8007
8008 2006-07-17 Chong Yidong <cyd@stupidchicken.com>
8009
8010 * progmodes/compile.el (compilation-mode-font-lock-keywords):
8011 Don't highlight "Compiling file" messages as error.
8012
8013 * dired-aux.el (dired-compress-file): Confirm again if gzipped
8014 file already exists.
8015
8016 2006-07-16 Thien-Thi Nguyen <ttn@gnu.org>
8017
8018 * find-file.el (ff-special-constructs): Doc fix. Also, for C/C++
8019 entry, don't assign to free var; simply return the extracted filename.
8020 (ff-treat-as-special): Incorporate common preamble from callers.
8021 (ff-other-file-name, ff-find-the-other-file):
8022 Update call to ff-treat-as-special.
8023
8024 * progmodes/ada-mode.el (ada-mode): Rewrite ff-special-constructs init.
8025
8026 2006-07-16 Mathias Dahl <mathias.dahl@gmail.com>
8027
8028 * tumme.el (tumme-get-comment): Fix bug.
8029
8030 2006-07-16 Stefan Monnier <monnier@iro.umontreal.ca>
8031
8032 * files.el: Remove spurious * in docstrings.
8033
8034 2006-07-14 Ken Manheimer <ken.manheimer@gmail.com>
8035
8036 * allout.el (allout-run-unit-tests-on-load): Rectify docstring
8037 grammar.
8038 (allout-beginning-of-current-line): Beware beginning of buffer.
8039 Also, a comment is simplified.
8040 (allout-hotspot-key-handler): Only set allout-post-goto-bullet
8041 when appropriate. (This fix enables use for other than
8042 bullet-hotspot operation.)
8043 (allout-hide-current-subtree): While escalating to sibling-close,
8044 make sure to situate on a topic.
8045
8046 2006-07-14 Kim F. Storm <storm@cua.dk>
8047
8048 * emulation/cua-base.el (cua-delete-selection)
8049 (cua-toggle-set-mark): New defcustoms.
8050 (cua-rectangle-modifier-key): Add `alt' modifier.
8051 (cua-replace-region): Don't delete if cua-delete-selection is nil.
8052 (cua-set-mark): Don't clear mark if cua-toggle-set-mark is nil.
8053 Suggested by Klaus Zeitler <kzeitler@lucent.com>.
8054
8055 * emulation/cua-rect.el (cua-help-for-rectangle): Add `alt' modifier.
8056
8057 2006-07-14 Ken Manheimer <ken.manheimer@gmail.com>
8058
8059 * allout.el: Require 'cl during byte-compilation/interactive load,
8060 for the `assert' macro.
8061 (allout-mode-deactivate-hook): New hook, run when allout mode
8062 deactivates.
8063 (allout-developer): New allout customization subgroup.
8064 (allout-run-unit-tests-on-load): New allout-developer
8065 customization variable, when true allout unit tests are run towards
8066 end of file load/eval.
8067 (allout-inhibit-auto-fill): Disable auto-fill activity even during
8068 auto-fill-mode.
8069 (allout-resumptions): Remove, to be replaced by...
8070 (allout-add-resumptions): Register variable settings to be
8071 reinstated by `allout-do-resumptions'. The settings are made
8072 buffer-local, but the locality/globality of the suspended setting
8073 is restored on resumption.
8074 (allout-do-resumptions): Reinstate all settings suspended using
8075 `allout-add-resumptions'.
8076 (allout-test-resumptions): Unit tests (and intermediate variables)
8077 for resumptions.
8078 (allout-tests-globally-unbound, allout-tests-globally-true)
8079 (allout-tests-locally-true): Intermediate variables for
8080 resumptions unit tests.
8081 (allout-overlay-preparations): Replaces `allout-set-overlay-category'.
8082 (allout-exposure-category): Replaces 'allout-overlay-category variable.
8083 (allout-mode): Use `allout-add-resumptions' and `allout-do-resumptions'
8084 instead of retired `allout-resumptions'. For hook functions, use
8085 `local' parameter so hook settings are created and removed as
8086 buffer-local settings. Revise (resumptions) setting
8087 auto-fill-function so it is set only if already active. (The
8088 related fill-function settings are all made in either case, so
8089 that activating auto-fill-mode activity will have the custom
8090 allout-mode behaviors (hanging indent on topics, if configured for it).
8091 Remove all allout-exposure-category overlays on mode deactivation.
8092 (allout-hotspot-key-handler): New function extracted from
8093 `allout-pre-command-business', so the functionality can be used
8094 for other purposes, eg as a binding in an overlay.
8095 (allout-pre-command-business): Use new `allout-hotspot-key-handler'.
8096 (allout-auto-fill): Respect new `allout-inhibit-auto-fill'
8097 customization variable.
8098 (allout-run-unit-tests): Run the (currently quite small)
8099 repertoire of unit tests. Called just before the provide iff user
8100 has customized `allout-run-unit-tests-on-load' non-nil.
8101
8102 2006-07-14 K\e,Aa\e(Broly L\e$,1 q\e(Brentey <lorentey@elte.hu>
8103
8104 * emacs-lisp/authors.el (authors-aliases): Update.
8105
8106 2006-07-14 Nick Roberts <nickrob@snap.net.nz>
8107
8108 * progmodes/gdb-ui.el (gdb-display-buffer): Check for
8109 gdb-source-window. Add dedicated argument.
8110 (gdb-display-separate-io-buffer, gdb-append-to-inferior-io)
8111 (gdb-display-breakpoints-buffer, gdb-display-stack-buffer)
8112 (gdb-display-threads-buffer, gdb-display-memory-buffer)
8113 (gdb-display-locals-buffer): Use it.
8114
8115 * progmodes/gud.el (gud-display-line): Use gdb-display-buffer.
8116 Set gdb-source-window.
8117
8118 2006-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
8119
8120 * emacs-lisp/autoload.el (make-autoload): Remove special handling of
8121 minor modes, redundant with the custom-autoload line above.
8122
8123 2006-07-12 Chong Yidong <cyd@stupidchicken.com>
8124
8125 * longlines.el (longlines-post-command-function): Handle open-line too.
8126
8127 2006-07-12 Richard Stallman <rms@gnu.org>
8128
8129 * progmodes/grep.el (grep-last-buffer): Doc fix.
8130
8131 * info.el (Info-try-follow-nearest-node): Doc fix.
8132
8133 * emacs-lisp/edebug.el (edebug-instrument-function):
8134 Err if find-function-noselect gives no position.
8135
8136 * emacs-lisp/find-func.el (find-function-search-for-symbol):
8137 If can't find definition, return nil for position.
8138 (find-function-do-it): Handle new return value
8139 of find-definition-noselect.
8140 (find-definition-noselect, find-variable-noselect): Doc fix.
8141 (find-function-noselect): Doc fix.
8142
8143 * help-mode.el (help-variable-def): Handle find-variable-noselect
8144 returning no position.
8145 (help-function-def): Likewise for find-function-search-for-symbol.
8146 (help-face-def): Likewise.
8147
8148 * help-fns.el (describe-variable): Handle find-variable-noselect
8149 returning no position.
8150
8151 * files.el (locate-file-completion): Avoid duplicates in result.
8152
8153 * cus-edit.el (custom-no-edit): New command.
8154 (custom-mode-map): Remap to custom-no-edit instead of
8155 using suppress-keymap.
8156
8157 2006-07-12 Nick Roberts <nickrob@snap.net.nz>
8158
8159 * tumme.el (tumme-create-thumb, tumme-thumbnail-display-external)
8160 (tumme-display-image, tumme-rotate-thumbnail, tumme-rotate-original)
8161 (tumme-set-exif-data, tumme-get-exif-data): Use shell-command-switch.
8162
8163 * thumbs.el (thumbs-call-convert): Use shell-command-switch.
8164
8165 2006-07-11 Kim F. Storm <storm@cua.dk>
8166
8167 * ido.el (ido-copy-current-file-name): Use buffer-name if
8168 buffer-file-name is nil.
8169
8170 2006-07-11 Chong Yidong <cyd@stupidchicken.com>
8171
8172 * simple.el (undo-ask-before-discard): Set to nil.
8173
8174 * vc.el (vc-exec-after): Don't delete process manually.
8175 (vc-print-log): Run log-view-mode in process sentinel inside
8176 inhibit-read-only. Don't shrink window due to timing issues.
8177
8178 * progmodes/ebrowse.el (ebrowse-display-member-buffer):
8179 Avoid using with-output-to-temp-buffer, which clobbers local vars.
8180
8181 2006-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
8182
8183 * progmodes/compile.el (compilation-error-regexp-alist-alist):
8184 Fix ambiguity introduced by last change.
8185 (compilation-find-file): Move save-excursion to where it may
8186 make sense. Fix a left over `find-file'.
8187
8188 2006-07-11 Robert J. Chassell <bob@rattlesnake.com>
8189
8190 * textmodes/texinfmt.el (texinfo-format-separate-node):
8191 Insert a string before point, which fits documentation, not after.
8192 (texinfo-multitable-item): In a multitable row, insert any
8193 additional needed @tabs and spaces.
8194
8195 2006-07-11 Nick Roberts <nickrob@snap.net.nz>
8196
8197 * tumme.el (tumme-create-thumb, tumme-thumbnail-display-external)
8198 (tumme-display-image, tumme-rotate-thumbnail, tumme-rotate-original)
8199 (tumme-set-exif-data, tumme-get-exif-data): Use call-process
8200 instead of shell-command.
8201 (tumme-create-thumbnail-buffer, tumme-create-display-image-buffer)
8202 (tumme-display-thumbs, tumme-modify-mark-on-thumb-original-file)
8203 (tumme-display-image, tumme-get-exif-data): Use with-current-buffer.
8204 (tumme-display-properties-format, tumme-dired-insert-marked-thumbs)
8205 (tumme-thumbnail-set-image-description, tumme-gallery-generate)
8206 (tumme-rotate-original, tumme-get-exif-file-name): Fit to 80 columns.
8207
8208 2006-07-11 Kim F. Storm <storm@cua.dk>
8209
8210 * subr.el (sit-for): Doc fix. Specify normal arg list using fn-form.
8211 Remove special case for seconds < 0. Use (redisplay t) instead.
8212
8213 2006-07-10 Chong Yidong <cyd@stupidchicken.com>
8214
8215 * progmodes/cc-awk.el (c-awk-escaped-nls*): Use eval-and-compile to
8216 avoid compilation error.
8217
8218 * subr.el (sit-for): New function.
8219
8220 * play/hanoi.el (hanoi-sit-for): Check sit-for return value.
8221
8222 2006-07-10 Richard Stallman <rms@gnu.org>
8223
8224 * ldefs-boot.el (edebug): Update page.
8225
8226 2006-07-10 Kim F. Storm <storm@cua.dk>
8227
8228 * emacs-lisp/authors.el (authors-ignored-files): Ignore changes
8229 to FOR-RELEASE and TODO.
8230
8231 2006-07-10 Romain Francoise <romain@orebokech.com>
8232
8233 * emacs-lisp/authors.el (authors-aliases): Update.
8234
8235 2006-07-10 Alan Mackenzie <acm@muc.de>
8236
8237 * progmodes/cc-awk.el, cc-defs.el, cc-fonts.el, cc-langs.el:
8238 * cc-mode.el: Changes to eradicate eval-after-load.
8239
8240 2006-07-09 Chong Yidong <cyd@stupidchicken.com>
8241
8242 * emacs-lisp/helper.el (Helper-help-scroller): Don't signal error
8243 on non-char events.
8244
8245 2006-07-09 Romain Francoise <romain@orebokech.com>
8246
8247 * progmodes/compile.el (compilation-mode-font-lock-keywords):
8248 Don't highlight start/end markers as compilation messages.
8249
8250 * isearch.el (isearch-yank-line): Let-bind `inhibit-field-text-motion'
8251 to t.
8252
8253 2006-07-09 Stefan Monnier <monnier@iro.umontreal.ca>
8254
8255 * textmodes/fill.el (fill-region-as-paragraph): Refine last change.
8256
8257 2006-07-08 Richard Stallman <rms@gnu.org>
8258
8259 * term/x-win.el (x-handle-display): Add doc string.
8260
8261 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
8262
8263 * subr.el (def-edebug-spec): Move here.
8264 * emacs-lisp/edebug.el (def-edebug-spec): Move to subr.el.
8265
8266 * imenu.el (imenu-choose-buffer-index): Doc fix.
8267
8268 2006-07-08 Romain Francoise <romain@orebokech.com>
8269
8270 * term/x-win.el (x-display-name): Fix typo.
8271
8272 2006-07-08 Eli Zaretskii <eliz@gnu.org>
8273
8274 * hexl.el (hexl-find-file): Doc fix.
8275
8276 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
8277
8278 2006-07-07 Chong Yidong <cyd@stupidchicken.com>
8279
8280 * term/x-win.el (x-display-name): Doc fix.
8281
8282 2006-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
8283
8284 * textmodes/fill.el (fill-delete-prefix): Don't ignore excessively
8285 long prefixes.
8286 (fill-region-as-paragraph): Don't round up to a whole line.
8287 (fill-comment-paragraph): Don't include the code-before-the-comment
8288 when calling fill-region-as-paragraph.
8289
8290 * international/mule.el (make-char): Remove redundancy.
8291
8292 * emacs-lisp/bytecomp.el (byte-compile-form): The `byte-compile'
8293 property may contain an anonymous function rather than a symbol.
8294
8295 * pcvs-defs.el (cvs-temp-buffer-name): Fix non-hiddenness.
8296
8297 * progmodes/compile.el (compilation-error-regexp-alist-alist) <gnu>:
8298 Use shy regexp. Fix incorrect backref to potentially unmatched group.
8299
8300 * dirtrack.el (dirtrack-default-directory-function): Remove.
8301 (dirtrack-directory-function): Use file-name-as-directory.
8302 (dirtrack-windows-directory-function): Simplify.
8303 (dirtrack-forward-slash, dirtrack-backward-slash)
8304 (dirtrack-replace-slash): Remove.
8305 (dirtrack-toggle): Adjust comint-preoutput-filter-functions as well.
8306 (dirtrack): Fix wrong parenthesizing; use match-string.
8307
8308 * progmodes/octave-inf.el: Remove spurious * in docstrings.
8309 (inferior-octave-mode): Only change the buffer-local value of
8310 comint-dynamic-complete-functions.
8311 (inferior-octave-mode-map, inferior-octave-mode-syntax-table):
8312 Move the initialization to the declaration.
8313 (inferior-octave-complete): Remove unused var `filter'.
8314
8315 * shell.el (shell-mode): Only change the buffer-local value of
8316 comint-dynamic-complete-functions.
8317
8318 2006-07-07 Carsten Dominik <dominik@science.uva.nl>
8319
8320 * textmodes/org.el (org-agenda-get-todos): Skip subtree also if
8321 entry is skipped because it has been scheduled.
8322 (org-prepare-agenda-buffers): Don't mark buffers as modified when
8323 changing `:org-archived' and `:org-comment' properties.
8324
8325 2006-07-06 Chong Yidong <cyd@stupidchicken.com>
8326
8327 * server.el (server-select-display): Don't make the temp frame
8328 minibuffer-only, in case it's not a temp frame.
8329 (server-process-filter): Don't delete the temp frame if it's the
8330 only one we have on that display.
8331
8332 * files.el (find-alternate-file): Doc fix.
8333
8334 2006-07-05 Richard Stallman <rms@gnu.org>
8335
8336 * files.el (abbreviate-file-name): Add save-match-data.
8337
8338 2006-07-03 Richard Stallman <rms@gnu.org>
8339
8340 * faces.el (read-face-name): Doc fix.
8341
8342 2006-07-05 Chong Yidong <cyd@stupidchicken.com>
8343
8344 * net/goto-addr.el (goto-address): Mark as safe for local evals.
8345
8346 2006-07-05 Andre Spiegel <spiegel@gnu.org>
8347
8348 * vc.el (vc-diff-internal): Fix prev change.
8349
8350 2006-07-05 Thien-Thi Nguyen <ttn@gnu.org>
8351
8352 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Use eval-buffer.
8353 * play/dunnet.el (dun-load-d, dun-eval): Likewise.
8354
8355 2006-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
8356
8357 * thingatpt.el (symbol-at-point): Don't use `form-at-point' which
8358 fails if the symbol contains chars like ( or '.
8359 (bounds-of-thing-at-point): Remove unused vars `end' and `beg'.
8360 (thing-at-point-bounds-of-url-at-point): Remove unused vars `url' and
8361 `short'.
8362
8363 2006-07-04 Kenichi Handa <handa@m17n.org>
8364
8365 * international/mule-cmds.el (set-language-info): If LANG-ENV is
8366 the current one, don't call set-language-environment, but call one
8367 of set-language-environment-XXX to make INFO effective now.
8368 (set-language-environment): Call set-language-environment-XXX
8369 functions instead of doing the various setups directly.
8370 (set-language-environment-coding-systems): Delete argument eol-type.
8371 (set-language-environment-input-method)
8372 (set-language-environment-nonascii-translation)
8373 (set-language-environment-charset)
8374 (set-language-environment-fontset)
8375 (set-language-environment-unibyte): New functions.
8376
8377 2006-07-03 Luc Teirlinck <teirllm@auburn.edu>
8378
8379 * locate.el (locate-update-when-revert): New option.
8380 (locate-update-path): New option (suggested by Michael Albinus).
8381 (locate-prompt-for-command): Whitespace change.
8382 (locate-update): No longer offer to update the locate database by
8383 default. Implement the two new options.
8384
8385 2006-07-04 Nick Roberts <nickrob@snap.net.nz>
8386
8387 * tooltip.el: Move comment about track-mouse...
8388
8389 * progmodes/gud.el: ...to here.
8390
8391 2006-07-03 Chong Yidong <cyd@stupidchicken.com>
8392
8393 * facemenu.el (facemenu-listed-faces): New var.
8394 (facemenu-unlisted-faces): Variable deleted.
8395 (facemenu-add-new-face): Use facemenu-listed-faces.
8396
8397 * emulation/viper-init.el, calendar/calendar.el:
8398 * progmodes/make-mode.el: Delete calls to facemenu-unlisted-faces.
8399
8400 2006-07-03 Carsten Dominik <dominik@science.uva.nl>
8401
8402 * textmodes/org.el (org-mode): Remove no invalid settings for
8403 calc embedded mode.
8404 (org-mode-p): New defsubst.
8405 (org-save-all-org-buffers): New function.
8406 (org-first-headline-recenter): Enclose outline-regexp in group
8407 delimiters.
8408 (org-set-tags): Keep single space after stars.
8409
8410 2006-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
8411
8412 * window.el (set-window-text-height): Only set window-min-height to
8413 1 if that's the requested size.
8414
8415 * diff-mode.el (diff-find-file-name): Obey cvs-pcl-cvs-dirchange-re.
8416 (diff-unified->context, diff-context->unified)
8417 (diff-reverse-direction): Make sure the end marker stays at the end.
8418 (diff-mode): Add the keymap table at the end of docstring.
8419 Use lexical-let rather than constructing a closure manually.
8420
8421 * files.el (find-file-noselect-1): Remove unused var assignment.
8422 (hack-local-variables-confirm): Print lists of strings as lists of
8423 strings rather than lists of symbols.
8424 (abbreviate-file-name, hack-local-variables-prop-line):
8425 Use match-string.
8426 (hack-one-local-variable): Move `make-local-variable' nearer its use.
8427 (recover-session-finish): Use line-end-position.
8428
8429 2006-07-02 Michael Albinus <michael.albinus@gmx.de>
8430
8431 * net/tramp.el (tramp-handle-shell-command): Preserve current-buffer.
8432
8433 2006-07-02 Daniel Pfeiffer <occitan@esperanto.org>
8434
8435 * progmodes/make-mode.el (makefile-macroassign-regex):
8436 Accept preceding keyword.
8437 (makefile-gmake-statements): Reorganize, now that makepp has
8438 "override" and also handle forgotten "override define".
8439 (makefile-makepp-statements): Add new "global", "override export"
8440 and "override global".
8441
8442 2006-06-30 Juanma Barranquero <lekktu@gmail.com>
8443
8444 * progmodes/ada-mode.el (ada-which-compiler, ada-mode-menu)
8445 (ada-compile-mouse-goto-error, ada-deactivate-properties)
8446 (ada-no-auto-case): Fix typos in docstrings.
8447
8448 2006-06-30 Nick Roberts <nickrob@snap.net.nz>
8449
8450 * info.el (Info-find-node-2): Search for makeinfo version more
8451 carefully.
8452
8453 2006-06-29 Carsten Dominik <dominik@science.uva.nl>
8454
8455 * textmodes/org.el (org-prepare-agenda-buffers):
8456 Use `invisible-OK' argument for `org-end-of-subtree'.
8457 (org-export-cleanup-toc-line): Rename from `org-html-cleanup-toc-line'.
8458 (org-beginning-of-item): Fix bug in regular expression for white line.
8459 (org-export-as-html): Enforce space after bullet in plain list items.
8460 (org-set-autofill-regexps): Require space after plain list bullet
8461 for paragraph-start.
8462 (org-ts-regexp3): New constant.
8463 (org-at-timestamp-p): New optional argument ALSO-INACTIVE.
8464 (org-timestamp-up-day, org-timestamp-down-day)
8465 (org-timestamp-change): Work with inactive timestamps.
8466 (org-ts-regexp1): Don't allow brackets in time stamps.
8467
8468 2006-06-29 Nick Roberts <nickrob@snap.net.nz>
8469
8470 * help-mode.el (help-xref-symbol-regexp): Add property as a keyword
8471 for ignoring links.
8472
8473 * faces.el (read-face-name): Use it.
8474
8475 2006-06-28 Juri Linkov <juri@jurta.org>
8476
8477 * buff-menu.el (list-buffers-noselect): Compare Info file
8478 with the string "dir" to detect Info directory.
8479
8480 * complete.el (partial-completion-mode): In lambda for
8481 `choose-completion-string-functions' use full function signature
8482 with 4 args, and move point to the end of the minibuffer only if arg
8483 `mini-p' is non-nil.
8484
8485 2006-06-28 John Paul Wallington <jpw@pobox.com>
8486
8487 * ibuffer.el (ibuffer-mode): Doc fix.
8488
8489 2006-06-28 Carsten Dominik <dominik@science.uva.nl>
8490
8491 * textmodes/org.el (org-context): New contexts :item-bullet,
8492 :latex-fragment, :latex-preview.
8493 (org-overlays-at, org-overlay-start, org-overlay-end):
8494 New compatibility functions.
8495 (org-inside-LaTeX-fragment-p): More accurate matching, using the
8496 exact regexp that will be used during export.
8497 (org-latex-regexps): New variable.
8498 (org-cdlatex-mode): Improve advice for `texmathp'.
8499 (turn-on-org-cdlatex): New function.
8500
8501 2006-06-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8502
8503 * term/mac-win.el (mac-handle-font-selection): Change keys of
8504 mac-atsu-font-table from strings to numbers.
8505 (mac-ts-caret-position): Use also when cursor-type is nil.
8506 (mac-ts-update-active-input-area): Add Mac OS Classic support.
8507 Relax condition for using overlay strings.
8508 Use mac-ts-caret-position face when cursor-type is nil.
8509
8510 2006-06-26 Kim F. Storm <storm@cua.dk>
8511
8512 * help.el (view-emacs-news): Declare `res' in the right let* form.
8513
8514 2006-06-25 Michael Albinus <michael.albinus@gmx.de>
8515
8516 * net/rcompile.el (remote-compile): Replace ange-ftp based
8517 implementation by Tramp functions.
8518 Suggested by Marc Abramowitz <msabramo@gmail.com>.
8519
8520 * net/tramp.el (tramp-unload-tramp): Provide a doc string.
8521
8522 2006-06-24 Yoshinori Koseki <kose@meadowy.org>
8523
8524 * international/fontset.el (setup-default-fontset): Fix a typo in
8525 the "Oriya-Akruti" registry name.
8526
8527 2006-06-23 Lars Hansen <larsh@soem.dk>
8528
8529 * desktop.el (desktop-full-file-name): New function.
8530 (desktop-kill, desktop-save, desktop-remove, desktop-read)
8531 (desktop-revert): Use it.
8532 (desktop-clear, desktop-save, desktop-remove): Add autoload cookie.
8533 (desktop-after-read-hook): Add option list-buffers.
8534 (desktop-locals-to-save): Add tab-width.
8535 (desktop-save-mode, desktop-no-desktop-file-hook, desktop-save-hook):
8536 Fix docstring.
8537
8538 2006-06-23 Carsten Dominik <dominik@science.uva.nl>
8539
8540 * textmodes/org.el (org-cdlatex-mode-map)
8541 (org-cdlatex-texmathp-advice-is-done): New variables.
8542 (org-cdlatex-mode): New minor mode.
8543 (org-inside-LaTeX-fragment-p, org-try-cdlatex-tab): New functions.
8544 (org-cdlatex-underscore-caret, org-cdlatex-math-modify): New commands.
8545 (org-export-with-archived-trees): New option.
8546 (org-open-file): Remove the call to `convert-standard-filename'.
8547 (org-archive-tag, org-agenda-skip-archived-trees)
8548 (org-cycle-open-archived-trees)
8549 (org-sparse-tree-open-archived-trees): New options.
8550 (org-cycle-hide-archived-subtrees, org-hide-archived-subtrees)
8551 (org-toggle-tag, org-prepare-agenda-buffers, org-agenda-skip):
8552 New functions.
8553 (org-agenda-toggle-archive-tag, org-toggle-archive-tag): New commands.
8554 (org-agenda-mode-map): Add binding of `org-agenda-toggle-archive-tag'.
8555 (org-mode-map): Add binding for `org-toggle-archive-tag'.
8556 (org-timeline, org-agenda-list, org-todo-list, org-tags-view):
8557 Call `org-prepare-agenda-buffers'.
8558 (org-occur, org-scan-tags): Call `org-hide-archived-subtrees'.
8559 (org-file-apps, org-file-apps-defaults-gnu)
8560 (org-file-apps-defaults-macosx, org-file-apps-defaults-windowsnt):
8561 Handle remote files by forcing them to be opened in Emacs.
8562
8563 2006-06-23 Andre Spiegel <spiegel@gnu.org>
8564
8565 * vc.el (vc-diff-knows-L): New variable.
8566 (vc-diff-internal): Use it to handle "diff" programs that don't
8567 understand -L. This works automatically, no user action is necessary.
8568
8569 2006-06-23 Daniel Brockman <daniel@brockman.se>
8570
8571 * net/rcirc.el (rcirc-default-user-full-name): Default to
8572 `rcirc-default-user-name' instead of `rcirc-user-name' (which no
8573 longer exists).
8574 (rcirc-process-list): Check `buffer-live-p' before attempting to
8575 switch to a buffer.
8576
8577 2006-06-23 Ryan Yeske <rcyeske@gmail.com>
8578
8579 * net/rcirc.el (rcirc-mode): Fix initialization of coding systems
8580 based on rcirc-coding-system-alist.
8581
8582 2006-06-23 Martin Rudalics <rudalics@gmx.at>
8583
8584 * cus-edit.el (customize-apropos): A better error message.
8585 (top level) <debug-ignored-errors>: Extend and update the list of
8586 ignored error messages.
8587
8588 2006-06-23 Michael Ernst <mernst@alum.mit.edu>
8589
8590 * complete.el (PC-do-completion): Retain capitalization of user
8591 input, when possible, even if completion-ignore-case is set.
8592
8593 2006-06-23 Eli Zaretskii <eliz@gnu.org>
8594
8595 * generic-x.el (bat-generic-mode): Support .cmd files.
8596
8597 * dos-w32.el (top level): Use find-file-not-found-functions
8598 instead of the obsolete find-file-not-found-hooks.
8599
8600 2006-06-22 Kim F. Storm <storm@cua.dk>
8601
8602 * progmodes/grep.el (grep-mode-font-lock-keywords): Correct regexps
8603 to recognize mode name containing submodes, such as Grep/lw.
8604
8605 2006-06-21 Kim F. Storm <storm@cua.dk>
8606
8607 * simple.el (line-move-1): Check for move-end-of-line instead of
8608 end-of-line when setting temporary-goal-column.
8609
8610 2006-06-21 Miles Bader <miles@gnu.org>
8611
8612 * play/cookie1.el (cookie): Work properly when there's only one entry.
8613
8614 2006-06-21 Nick Roberts <nickrob@snap.net.nz>
8615
8616 * progmodes/gdb-ui.el (gdb-exited): Ensure overlay arrow gets killed.
8617 (gdb-frame-handler): Generalize frame regexp for templates.
8618
8619 2006-06-20 Glenn Morris <rgm@gnu.org>
8620
8621 * calendar/appt.el (appt-display-format): Default value must be
8622 one of the customize options.
8623
8624 2006-06-20 Dan Nicolaescu <dann@ics.uci.edu>
8625
8626 * term/xterm.el (terminal-init-xterm): Update key availability info.
8627 Bind C-return.
8628
8629 * term.el (term-delete-lines, term-insert-lines): Clarify comments.
8630
8631 2006-06-20 Chong Yidong <cyd@stupidchicken.com>
8632
8633 * files.el (hack-local-variables): Run `hack-local-variables-hook'
8634 whether or not a local variables list is defined.
8635
8636 * msb.el (msb): Move `sit-for' hack here to handle both
8637 "mouse-down and drag" and "mouse-up and select" situations.
8638 (mouse-select-buffer): Move `sit-for' hack to `msb'.
8639
8640 2006-06-20 Kenichi Handa <handa@m17n.org>
8641
8642 * international/characters.el (word-combining-categories):
8643 Add entries for 2-byte Han characters.
8644
8645 2006-06-19 Richard Stallman <rms@gnu.org>
8646
8647 * bindings.el (mode-line-format): Save some mode line space.
8648
8649 * files.el (find-file-noselect): Improve the question wording.
8650 (basic-save-buffer-2): Mask UMASK against 666.
8651
8652 * mouse.el (mouse-drag-vertical-line-rightward-window): New function.
8653 (mouse-drag-vertical-line): Call it.
8654
8655 * cus-edit.el (customize-option, customize-option-other-window):
8656 Error if SYMBOL is nil.
8657
8658 2006-06-19 Carsten Dominik <dominik@science.uva.nl>
8659
8660 * textmodes/org.el: Require noutline, also on XEmacs.
8661 (org-end-of-subtree): Return point.
8662 (org-dblock-start-re, org-dblock-end-re): New constants.
8663 (org-create-dblock, org-prepare-dblock, org-map-dblocks)
8664 (org-dblock-update, org-update-dblock, org-beginning-of-dblock)
8665 (org-update-all-dblocks, org-find-dblock): New functions.
8666 (org-collect-clock-time-entries): New function.
8667 (org-html-handle-time-stamps): Never export CLOCK timeranges.
8668 (org-fixup-indentation): Modify to deal correctly with lines
8669 starting with TAB. Only one argument DIFF now.
8670 (org-demote, org-promote): Call `org-fixup-indentation' with just
8671 one argument, DIFF.
8672 (org-mode): Don't mark buffer as modified when aligning tables.
8673 (org-clock-sum): Don't mark buffer modified when adding time sum
8674 properties.
8675 (org-export-as-html): Add support for a link validation function.
8676 (org-archive-all-done): New function.
8677 (org-archive-subtree): New prefix argument. When set, archive all
8678 done subtrees in this buffer.
8679 (org-remove-clock-overlays)
8680 (org-remove-occur-highlights): Use `org-inhibit-highlight-removal'.
8681 (org-inhibit-highlight-removal): New variable, for dynamic scoping.
8682 (org-put-clock-overlay): Don't swallow last headline character
8683 when displaying overlay.
8684 (org-store-link): Link to `image-mode' with just the file name.
8685
8686 2006-06-18 Michael Kifer <kifer@cs.stonybrook.edu>
8687
8688 * viper-cmd.el (viper-special-read-and-insert-char):
8689 Use read-key-sequence.
8690 (viper-after-change-undo-hook): Misc enhancements.
8691 (viper-after-change-undo-hook): New hook.
8692 (viper-undo): Use viper-after-change-undo-hook.
8693 (viper-add-newline-at-eob-if-necessary): Widen before making changes.
8694 (viper-next-line-at-bol): If point is on a widget or a button, simulate
8695 clicking on that widget/button.
8696
8697 * viper.el (viper-mode): Allow a separate cursor color in Emacs state.
8698
8699 * ediff-diff (ediff-test-patch-utility): Catch errors.
8700 (ediff-actual-diff-options, ediff-actual-diff3-options): New variables.
8701 (ediff-set-actual-diff-options): New function.
8702 (ediff-reset-diff-options, ediff-toggle-ignore-case):
8703 Use ediff-set-actual-diff-options.
8704 (ediff-extract-diffs): Catch errors.
8705 (ediff-whitespace): Add non-breakable space.
8706 (ediff-same-file-contents): Catch errors.
8707
8708 * ediff-mult.el (ediff-collect-custom-diffs):
8709 Save coding-system-for-read.
8710
8711 * ediff-vers.el (ediff-keep-tmp-versions): New variable.
8712 (ediff-vc-internal, ediff-vc-merge-internal):
8713 Use ediff-delete-version-file.
8714 (ediff-delete-version-file): New function.
8715
8716 * ediff-wind.el (ediff-control-frame-parameters): Set frame fringes.
8717
8718 * ediff.el (ediff-directories, ediff-directory-revisions)
8719 (ediff-merge-directories, ediff-merge-directories-with-ancestor)
8720 (ediff-directories-internal, ediff-merge-directory-revisions)
8721 (ediff-merge-directory-revisions-with-ancestor)
8722 (ediff-directories3): Use read-directory-name.
8723
8724 2006-06-18 Ralf Angeli <angeli@caeruleus.net>
8725
8726 * textmodes/tex-mode.el (tex-font-lock-match-suscript):
8727 Remove superfluous part of regexp for brace matching which is handled
8728 by `scan-lists' call.
8729
8730 2006-06-16 Richard Stallman <rms@gnu.org>
8731
8732 * obsolete/options.el (list-options): Put "obsolete" msg in buffer.
8733
8734 * files.el (basic-save-buffer-2): For a new precious file,
8735 use the default modes in the return value.
8736
8737 * facemenu.el (facemenu-color-alist): Doc fix.
8738
8739 * cus-edit.el (custom-guess-name-alist): Recognize `-flag'.
8740
8741 2006-06-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8742
8743 * cus-start.el (all): Add mac-ts-script-language-on-focus.
8744
8745 * term/mac-win.el (mac-text-encoding-ascii): New constant.
8746 (mac-utxt-to-string): Use it.
8747 (mac-ts-update-active-input-area): Use mac-ae-number.
8748
8749 2006-06-15 Dan Nicolaescu <dann@ics.uci.edu>
8750
8751 * term.el (term-handle-scroll, term-delete-lines)
8752 (term-insert-lines): Fix off by one errors.
8753
8754 2006-06-15 Katsumi Yamaoka <yamaoka@jpl.org> (tiny change)
8755
8756 * net/tramp.el (tramp-touch): Use UTC to express time.
8757
8758 2006-06-15 Chong Yidong <cyd@stupidchicken.com>
8759
8760 * mail/sendmail.el (mail-send): Search explicitly for
8761 mail-header-separator when checking for corrupted header lines.
8762
8763 2006-06-15 Nick Roberts <nickrob@snap.net.nz>
8764
8765 * progmodes/gdb-ui.el (gdb-same-frame): New option.
8766 (gud-old-arrow, gdb-frame-begin, gdb-printing): New variables.
8767 (gdb-init-1): Initialise them.
8768 (gdb-starting): Reset gdb-printing
8769 (gdb-starting): Save value of gud-overlay-arrow-position.
8770 (gdb-frame-begin): Set gdb-frame-begin, gdb-printing.
8771 (gdb-stopped): Don't look for source if calling procedure e.g "p a ()".
8772 Use gdb-*-gdb-buffer conditionally on gdb-same-frame.
8773 (gdb-frame-gdb-buffer): Keep menu bar, tool bar for GUD buffer.
8774
8775 2006-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
8776
8777 * pcvs.el (cvs-retrieve-revision): Use decode-coding-inserted-region.
8778
8779 2006-06-13 Martin J. Reed <mjreed@essex.ac.uk> (tiny change)
8780
8781 * net/ldap.el (ldap-ldapsearch-args): Default to SASL search.
8782 (ldap-search-internal): Keep error messages, and a regexp fix.
8783
8784 2006-06-12 Thien-Thi Nguyen <ttn@gnu.org>
8785
8786 * files.el (hack-local-variables-confirm):
8787 Display string value using its printed representation.
8788
8789 2006-06-11 Chong Yidong <cyd@stupidchicken.com>
8790
8791 * server.el (server-edit): No-op if no server buffers exist.
8792
8793 2006-06-11 Robert J. Chassell <bob@rattlesnake.com>
8794
8795 * textmodes/page-ext.el (pages-directory-for-addresses):
8796 Including `pages-directory-address-mode' in the function results
8797 in the message "Buffer in which pages were found is deleted".
8798
8799 2006-06-10 Carsten Dominik <dominik@science.uva.nl>
8800
8801 * textmodes/org.el (org-agenda-mode-map): Add bindings for
8802 clocking functions.
8803
8804 (org-agenda-clock-in, org-check-running-clock)
8805 (org-clock-out-if-current, org-remove-clock-overlays)
8806 (org-put-clock-overlay): New functions.
8807 (org-clock-marker, org-clock-file-total-minutes)
8808 (org-clock-overlays): New variables.
8809 (org-clock-display, org-clock-sum, org-clock-cancel)
8810 (org-clock-out, org-clock-in): New commands.
8811 (org-export): New function.
8812 (org-emph-re): New constant.
8813 (org-set-emph-re, org-do-emphasis-faces): New functions.
8814 (org-emphasis-regexp-components, org-emphasis-alist): New options.
8815 (org-set-font-lock-defaults): Call `org-do-emphasis-faces'.
8816 (org-export-html-convert-emphasize): Use the configurable emphasis.
8817 (org-cleaned-string-for-export): Make multiline emphasis visible
8818 to the exporter. New optional argument PARAMETERS.
8819 (org-export-as-html): Specify :emph-multiline parameter to
8820 `org-cleaned-string-for-export'.
8821
8822 2006-06-10 Richard Stallman <rms@gnu.org>
8823
8824 * help.el (help-for-help-internal): Clean up help text.
8825
8826 2006-06-10 Andreas Schwab <schwab@suse.de>
8827
8828 * language/ethio-util.el (ethio-fidel-to-java-buffer): Fix quoting
8829 in doc string.
8830
8831 * progmodes/cperl-mode.el (cperl-short-docs): Likewise.
8832
8833 2006-06-09 Karl Chen <quarl@cs.berkeley.edu>
8834
8835 * progmodes/make-mode.el (makefile-fill-paragraph): Don't remove
8836 spaces after the comment start.
8837
8838 2006-06-09 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
8839
8840 * play/pong.el (pong-init-buffer):
8841 Fill buffer with spaces instead of ^A.
8842
8843 * textmodes/ispell.el (ispell-kill-ispell): If ispell has been
8844 launched asynchronously, delete its process instead of being cool.
8845 (ispell-async-processp): Check for `delete-process' existence
8846 instead of `kill-process' one for consistency.
8847
8848 2006-06-09 Nick Roberts <nickrob@snap.net.nz>
8849
8850 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers-1)
8851 (gdb-prompt, gdb-set-gud-minor-mode-existing-buffers): Show status
8852 in mode line at startup.
8853
8854 2006-06-08 Kim F. Storm <storm@cua.dk>
8855
8856 * ido.el (ido-take-first-match, ido-push-dir-first): New commands.
8857 (ido-init-completion-maps): Bind them to M-SPC and M-v.
8858 (ido-copy-current-file-name): Repeating C-w inserts whole file name.
8859 (ido-file-internal): Pass full file name to write-file.
8860 (ido-read-internal): Only pop stack elements automatically if they
8861 actually match an existing directory or file name.
8862
8863 2006-06-07 Kenichi Handa <handa@m17n.org>
8864
8865 * international/mule.el (find-auto-coding): Don't handle the short
8866 name `char-trans'.
8867
8868 * files.el (hack-local-variables-prop-line)
8869 (hack-local-variables): Cancel the previous change.
8870
8871 2006-06-06 Jesper Harder <harder@phys.au.dk>
8872
8873 * ediff-diff.el (ediff-test-utility): Protect against file-error.
8874
8875 2006-06-06 Chong Yidong <cyd@stupidchicken.com>
8876
8877 * diff-mode.el (diff-mode): Set buffer-read-only to t when
8878 diff-default-read-only is non-nil.
8879 (diff-hunk-kill, diff-file-kill, diff-split-hunk)
8880 (diff-refine-hunk): Set inhibit-read-only to t.
8881
8882 * diff.el (diff-sentinel, diff): Set inhibit-read-only to t when
8883 modifying the *Diff* buffer.
8884 (diff-process-filter): New filter function for diff process that
8885 sets inhibit-read-only to t when modifying the *Diff* buffer.
8886
8887 2006-06-06 Carsten Dominik <dominik@science.uva.nl>
8888
8889 * textmodes/org.el (org-archive-subtree): Use end-of-subtree as
8890 insertion point and control the number of empty lines.
8891 (org-paste-subtree): Limit the number of empty lines at the end of
8892 the inserted tree.
8893 (org-agenda): Use buffer name of current file for narrowing.
8894 (org-export-as-xml): Command removed.
8895 (org-export-xml-type): Option removed.
8896 (org-mode-map): Call `org-export-as-xoxo' directly.
8897 (org-get-indentation): New optional argument LINE.
8898 (org-fix-indentation, org-remove-tabs): New functions.
8899 (org-export-as-ascii, org-ascii-level-start): Determine and apply
8900 correct indentation for headlines that are converted it items.
8901 (org-skip-comments): Remove table lines that contain narrowing
8902 cookies but no other non-empty fields.
8903 (org-set-tags): Allow groups of mutually exclusive tags.
8904 (org-cmp-time): Sort 24:21 before items without time.
8905 (org-get-time-of-day): Fix the interpretation of 12pm and 12am.
8906 (org-open-at-point): Require double colon also for numbers.
8907
8908 2006-06-06 Kim F. Storm <storm@cua.dk>
8909
8910 * ido.el (ido-default-file-method, ido-default-buffer-method):
8911 Make choice values consistent with corresponding command names.
8912 (ido-visit-buffer): Update accordingly. Default to selected-window.
8913
8914 2006-06-06 Nick Roberts <nickrob@snap.net.nz>
8915
8916 * progmodes/gud.el (gud-running): Fix doc string.
8917 (gud-menu-map): Use :visible instead fo :enable for debugger test.
8918 (gud-tooltip-modes): Add python-mode.
8919 (gud-tooltip-print-command): Add pdb. Remove perldb.
8920
8921 2006-06-05 Eli Zaretskii <eliz@gnu.org>
8922
8923 * makefile.w32-in (bootstrap, $(lisp)/mh-e/mh-loaddefs.el):
8924 Quote $(EMACS).
8925
8926 2006-06-05 Richard Stallman <rms@gnu.org>
8927
8928 * faces.el (defined-colors): Doc fix.
8929
8930 2006-06-05 Thien-Thi Nguyen <ttn@gnu.org>
8931
8932 * vc.el (vc-process-filter): Inhibit undo info collection around
8933 call to insert.
8934 (vc-setup-buffer): Likewise for call to erase-buffer.
8935 (vc-do-command): Likewise for call to process-file.
8936
8937 2006-06-05 Nick Roberts <nickrob@snap.net.nz>
8938
8939 * progmodes/gud.el (gud-menu-map): Use a conditional help echo
8940 for gud-go.
8941 (gud-common-init): Other debuggers may trigger error.
8942
8943 2006-06-05 Kenichi Handa <handa@m17n.org>
8944
8945 * international/mule.el (find-auto-coding):
8946 Handle enable-character-translation in file header.
8947
8948 2006-06-04 Kim F. Storm <storm@cua.dk>
8949
8950 * emacs-lisp/authors.el (authors-aliases): Add mode aliases.
8951 (authors-fixed-entries): Fix spelling.
8952 (authors-canonical-file-name): Don't report error for wildcards.
8953
8954 * help.el (view-emacs-news): Rewrite to support new NEWS,
8955 NEWS.major, and NEWS.1-17 file naming. Add more intelligence,
8956 e.g. version 10 matches 1.10, and don't be confused by version 1.1
8957 being a prefix of 1.12 (etc). A numeric prefix arg also works.
8958
8959 2006-06-03 Vivek Dasmohapatra <vivek@etla.org>
8960
8961 * progmodes/sh-script.el (sh-quoted-exec): New face for quoted
8962 exec constructs like `foo bar`.
8963 (sh-quoted-subshell): New helper function to search for a possibly
8964 nested subshell (like `` or $()) within a "" quoted string.
8965 (sh-font-lock-keywords-var): Add sh-quoted-exec for Bash.
8966 (sh-apply-quoted-subshell): Flag quote characters inside a
8967 subshell, which is itself already in a quoted region, as
8968 punctuation, since this is the closest to what they actually are.
8969 (sh-font-lock-syntactic-keywords): Add sh-quoted-subshell and
8970 sh-apply-quoted-subshell.
8971 (sh-font-lock-syntactic-face-function): Apply the new face for
8972 text inside `` instead of the old font-lock-string-face.
8973
8974 2006-06-03 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8975
8976 * term/mac-win.el (mac-ts-active-input-overlay): Add defvar.
8977 (mac-ae-number, mac-ae-frame, mac-ae-script-language)
8978 (mac-bytes-to-text-range, mac-ae-text-range-array)
8979 (mac-ts-update-active-input-buf, mac-split-string-by-property-change)
8980 (mac-replace-untranslated-utf-8-chars, mac-ts-update-active-input-area)
8981 (mac-ts-unicode-for-key-event): New functions.
8982 (mac-handle-toolbar-switch-mode): Use mac-ae-frame.
8983 (mac-handle-font-selection): Use mac-ae-number.
8984 (mac-ts-active-input-buf, mac-ts-update-active-input-area-seqno):
8985 New variables.
8986 (mac-ts-caret-position, mac-ts-raw-text, mac-ts-selected-raw-text)
8987 (mac-ts-converted-text, mac-ts-selected-converted-text)
8988 (mac-ts-block-fill-text, mac-ts-outline-text)
8989 (mac-ts-selected-text, mac-ts-no-hilite): New faces.
8990 (mac-ts-hilite-style-faces): New constant.
8991 (mac-apple-event-map): Bind text input events.
8992 (mac-dispatch-apple-event): Use command-execute instead of
8993 call-interactively.
8994 (global-map): Don't bind mac-apple-event.
8995 (special-event-map): Bind mac-apple-event.
8996
8997 2006-06-02 Eli Zaretskii <eliz@gnu.org>
8998
8999 * makefile.w32-in (EMACS): Remove quotes from the Emacs executable
9000 file name.
9001 (emacs): Enclose the value of $(EMACS) in quotes.
9002
9003 2006-06-02 Juri Linkov <juri@jurta.org>
9004
9005 * international/mule.el (sgml-html-meta-auto-coding-function):
9006 Remove the condition `(search-forward "<html" size t)'.
9007 Replace `\"' with `[\"']?' in `re-search-forward'.
9008
9009 2006-06-02 Kenichi Handa <handa@m17n.org>
9010
9011 * files.el (hack-local-variables-prop-line): Ignore `char-trans'
9012 as well as `coding'.
9013 (hack-local-variables): Likewise.
9014
9015 * international/mule.el (enable-character-translation):
9016 Put permanent-local and safe-local-variable properties.
9017 (find-auto-coding): Handle char-trans: tag.
9018
9019 2006-06-02 Juri Linkov <juri@jurta.org>
9020
9021 * international/mule.el (sgml-html-meta-auto-coding-function):
9022 Limit the search by the end of the HTML header (if any).
9023
9024 2006-06-01 Richard Stallman <rms@gnu.org>
9025
9026 * subr.el (with-current-buffer): Doc fix.
9027
9028 2006-06-02 Masatake YAMATO <jet@gyve.org>
9029
9030 * progmodes/compile.el (compilation-error-regexp-alist-alist::gcov-*):
9031 Almost rewrite. Underlines over all lines of gcov output are too
9032 uncomfortable to read. Suggested by Dan Nicolaescu.
9033
9034 2006-06-01 Luc Teirlinck <teirllm@auburn.edu>
9035
9036 * progmodes/inf-lisp.el (inferior-lisp-mode): Doc fixes.
9037
9038 * shell.el (shell-mode): Use shell-mode-map in docstring.
9039
9040 * comint.el (comint-send-input): Do not add help-echo and
9041 mouse-face to input if `comint-use-prompt-regexp' is non-nil.
9042
9043 2006-06-01 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9044
9045 * term/x-win.el: Change x-menu-bar-start to menu-bar-open.
9046
9047 2006-06-01 Nick Roberts <nickrob@snap.net.nz>
9048
9049 * progmodes/gdb-ui.el (gdb-look-up-stack): New variable.
9050 (gdb-stopped, gdb-info-stack-custom): If there is no source info
9051 look up the stack and pop up GUD buffer if necessary.
9052 (gdb-frames-select): Remove redundant call to gud-display-frame.
9053 (gdb-info-threads-custom): Keep point at start of buffer.
9054 (gdb-find-file-hook): Make it work for pre-GDB 6.4.
9055
9056 2006-05-31 Juri Linkov <juri@jurta.org>
9057
9058 * replace.el (query-replace-read-from, query-replace-read-to):
9059 Bind `history-add-new-input' to nil. Call `add-to-history'.
9060
9061 2006-05-31 Takaaki Ota <Takaaki.Ota@am.sony.com>
9062
9063 * textmodes/table.el: Convert all HTML tags to lower case for
9064 XHTML compatibility.
9065
9066 2006-05-31 Masatake YAMATO <jet@gyve.org>
9067
9068 * progmodes/compile.el:
9069 (compilation-error-regexp-alist-alist::gcov-called-line):
9070 Don't put face on `-' lines in gcov file. Suggested by Dan Nicolaescu.
9071
9072 2006-05-31 Nick Roberts <nickrob@snap.net.nz>
9073
9074 * progmodes/gud.el (gud-query-cmdline, gud-common-init):
9075 Revert inadvertent changes made with last commit.
9076
9077 2006-05-30 Reiner Steib <Reiner.Steib@gmx.de>
9078
9079 * textmodes/flyspell.el (turn-on-flyspell, turn-off-flyspell):
9080 New functions.
9081
9082 * textmodes/text-mode.el (text-mode-hook): Use turn-on-flyspell.
9083
9084 2006-05-30 Carsten Dominik <dominik@science.uva.nl>
9085
9086 * textmodes/org.el (org-agenda-highlight-todo): Make sure regexp
9087 only matches in the right place.
9088 (org-upcoming-deadline): New face.
9089 (org-agenda-get-deadlines): Use new face `org-upcoming-deadline'.
9090 (org-export-ascii-underline): Rename constant `org-ascii-underline'
9091 and make it an option.
9092 (org-export-ascii-bullets): New option.
9093 (org-export-as-html): Many changes to emit valid XHTML.
9094 (org-par-open): New variable.
9095 (org-open-par, org-close-par-maybe, org-close-li-maybe): New functions.
9096 (org-html-do-expand, org-section-number): Fix case in `replace-match'.
9097 (org-timeline): Pass `org-timeline-show-empty-dates' to
9098 `org-get-all-dates'. Interpret empty dates returned by
9099 `org-get-all-dates'.
9100 (org-get-all-dates): New argument EMPTY. Add dates without
9101 entries to the list, mark large ranges of empty dates.
9102 (org-point-in-group, org-context): New functions.
9103
9104 2006-05-30 Nick Roberts <nickrob@snap.net.nz>
9105
9106 * progmodes/gud.el (gud-stop-subjob): Make it work in all buffers.
9107
9108 * progmodes/gdb-ui.el: Move gdb-mouse-toggle-breakpoint-* to
9109 C-mouse-1. Move gdb-mouse-until to mouse-3, gdb-mouse-jump
9110 to C-mouse-3 (for 2 button mice).
9111 (gdb-send): Do the right thing for C-d.
9112
9113 * speedbar.el (speedbar-detach): Delete.
9114 (speedbar-easymenu-definition-trailer): Remove speedbar-detach as
9115 it breaks things.
9116 (speedbar-reconfigure-keymaps): Always add extra items to pop up menu.
9117
9118 2006-05-30 Daniel Pfeiffer <occitan@esperanto.org>
9119
9120 * files.el (auto-mode-alist): Add makepp suffix and optional mk on
9121 Makeppfile.
9122
9123 * progmodes/compile.el (compilation-error-regexp-alist-alist):
9124 Add makepp diagnostic.
9125
9126 2006-05-29 Richard Stallman <rms@gnu.org>
9127
9128 * window.el (fit-window-to-buffer): Doc fix.
9129
9130 * help.el (temp-buffer-max-height): Doc fix.
9131
9132 * subr.el (with-current-buffer): Doc fix.
9133
9134 2006-05-29 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9135
9136 * term/x-win.el: Bind F10 to menu-bar-start if available.
9137
9138 2006-05-28 Dan Nicolaescu <dann@ics.uci.edu>
9139
9140 * term.el (term-if-xemacs, term-ifnot-xemacs): Delete, replace
9141 uses with a simple test.
9142 (term-set-escape-char, term-mode, term-check-kill-echo-list)
9143 (term-send-raw-string, term-send-raw, term-mouse-paste)
9144 (term-char-mode, term-line-mode, term-exec, term-sentinel)
9145 (term-handle-exit, term-read-input-ring)
9146 (term-previous-matching-input-string)
9147 (term-previous-matching-input-string-position)
9148 (term-previous-matching-input-from-input)
9149 (term-replace-by-expanded-history, term-send-input)
9150 (term-skip-prompt, term-bol, term-send-invisible)
9151 (term-kill-input, term-delchar-or-maybe-eof)
9152 (term-backward-matching-input, term-check-source)
9153 (term-proc-query, term-emulate-terminal)
9154 (term-handle-colors-array, term-process-pager, term-pager-line)
9155 (term-pager-bob, term-unwrap-line, term-word)
9156 (term-dynamic-complete-filename)
9157 (term-dynamic-complete-as-filename)
9158 (term-dynamic-simple-complete): Replace one arm ifs with whens or
9159 unlesses.
9160
9161 2006-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
9162
9163 * files.el (hack-one-local-variable-eval-safep): Don't burp if used
9164 during bootstrapping.
9165
9166 * emacs-lisp/ewoc.el (ewoc--current-dll): Remove.
9167 Basically undo the change of 2006-05-26: use extra arguments instead of
9168 dynamic scoping.
9169 (ewoc-locate): Remove unused var `footer'.
9170
9171 2006-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
9172
9173 * emacs-lisp/ewoc.el (ewoc--insert-new-node): Use ewoc--refresh-node.
9174
9175 * emacs-lisp/autoload.el (no-update-autoloads): Declare.
9176 (generate-file-autoloads): Obey it. Return whether autoloads were
9177 added at point or not.
9178 (update-file-autoloads): Use this new return value.
9179 Remove redundant test for the presence of an autoload cookie.
9180
9181 * emacs-lisp/autoload.el (autoload-find-file): New fun.
9182 This one calls hack-local-variables.
9183 (generate-file-autoloads, update-file-autoloads): Use it.
9184
9185 * textmodes/bibtex.el (bibtex-autokey-name-case-convert-function)
9186 (bibtex-sort-entry-class): Add safe-local-variable predicate.
9187 (bibtex-sort-entry-class-alist): Don't set the global value.
9188 (bibtex-init-sort-entry-class-alist): New fun.
9189 (bibtex-sort-buffer, bibtex-prepare-new-entry): Call it to compute
9190 bibtex-init-sort-entry-class-alist from the buffer-local value (if any)
9191 of bibtex-init-sort-entry-class.
9192
9193 2006-05-28 Richard Stallman <rms@gnu.org>
9194
9195 * subr.el (load-history-regexp): If FILE is relative, insist
9196 entire last name component must match it.
9197 (load-history-filename-element, load-history-regexp): Doc fixes.
9198
9199 2006-05-29 Kim F. Storm <storm@cua.dk>
9200
9201 * emacs-lisp/bindat.el (bindat-idx, bindat-raw): Rename dynamic vars
9202 `pos' and `raw-data' for clarity, as eval forms may access these.
9203
9204 2006-05-28 Kim F. Storm <storm@cua.dk>
9205
9206 * emacs-lisp/bindat.el (bindat--unpack-u8): Use aref also for strings.
9207
9208 2006-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
9209
9210 * progmodes/make-mode.el (makefile-browser-map)
9211 (makefile-mode-syntax-table): Move initialization inside declaration.
9212 (makefile-fill-paragraph): Use the default comment-filling code.
9213
9214 2006-05-28 Chong Yidong <cyd@stupidchicken.com>
9215
9216 * replace.el (query-replace-defaults): New variable.
9217 (query-replace-read-from): Use `query-replace-defaults' for
9218 default value, instead of history list.
9219 (query-replace-read-to): Update `query-replace-defaults'.
9220
9221 2006-05-27 Chong Yidong <cyd@stupidchicken.com>
9222
9223 * msb.el (mouse-select-buffer): Minor fix to make popup menu work
9224 with no X toolkit.
9225
9226 2006-05-28 Nick Roberts <nickrob@snap.net.nz>
9227
9228 * tumme.el (tumme-show-all-from-dir-max-files): Fix typo.
9229 (tumme-show-all-from-dir): Add autoload.
9230
9231 2006-05-27 Mathias Dahl <mathias.dahl@gmail.com>
9232
9233 * tumme.el: Change a lot of `(if .. (progn ..)' to `(when ..)'.
9234 (tumme-remove-tag): Fix bug.
9235
9236 2006-05-27 Thien-Thi Nguyen <ttn@gnu.org>
9237
9238 * emacs-lisp/ewoc.el (ewoc--create): No longer take HEADER and
9239 FOOTER args. Update unique caller.
9240 (ewoc-delete): Compute last node once before looping.
9241 (ewoc--node-branch): Merge into unique caller.
9242 (ewoc--node): Don't define constructor make-ewoc--node for this
9243 structure.
9244 (ewoc): Add member `hf-pp' to this structure.
9245 (ewoc--wrap): New func.
9246 (ewoc-create): Take additional arg NOSEP. If nil, wrap node and
9247 header/footer pretty-printers. Save header/footer pretty-printer.
9248 (ewoc-set-hf): Use ewoc's header/footer pretty-printer. *
9249
9250 * pcvs.el (cvs-make-cvs-buffer): Specify NOSEP to `ewoc-create'.
9251
9252 2006-05-27 Mathias Dahl <mathias.dahl@gmail.com>
9253
9254 * dired.el (dired-mode-map): Change `tumme-tag-remove' to
9255 `tumme-delete-tag'. Rename `Remove Image Tag' to `Delete Image
9256 Tag'. Change "Compare directories..." to "Change Directories...".
9257 Move tumme commands to Operate, Regexp and Immediate menus.
9258 Change "Add Comment" to "Add Image Comment". Change "Add Image
9259 Tag" to "Add Image Tags".
9260
9261 * tumme.el (tumme-delete-tag): Rename from `tumme-tag-remove'.
9262 (tumme-setup-dired-keybindings): Change `tumme-add-remove' to
9263 `tumme-delete-tag'.
9264
9265 2006-05-26 Luc Teirlinck <teirllm@auburn.edu>
9266
9267 * shell.el (shell-mode): Call shell-dirtrack-mode after
9268 list-buffers-directory is made a local variable, to avoid setting
9269 the default value.
9270
9271 2006-05-26 Kevin Ryde <user42@zip.com.au>
9272
9273 * info.el (Info-index-next): Use where-is-internal to report
9274 actual binding of Info-index-next, rather than hard-coded `,'.
9275
9276 2006-05-26 Eli Zaretskii <eliz@gnu.org>
9277
9278 * menu-bar.el (menu-bar-apropos-menu): Move "Find Key in Manual"
9279 and "Find Command in Manual" to here.
9280
9281 * buff-menu.el (list-buffers-noselect): For Info buffers, use
9282 Info-current-file as the file name.
9283
9284 2006-05-26 Jonathan Yavner <jyavner@member.fsf.org>
9285
9286 * ses.el (defadvice undo-more): Delete this defadvice. The undo
9287 overrides will now be done a different way.
9288 (ses-set-parameter): Reapply this function for undo.
9289 (ses-set-header-row): Reconstruct header row during undo.
9290 (ses-widen): New function.
9291 (ses-goto-data, ses-reconstruct-all): Use new function.
9292 (ses-command-hook): Widen buffer during undo, before unupdating
9293 the cells.
9294 (ses-insert-row, ses-delete-row): Widen buffer during undo.
9295 (ses-load, ses-header-row): Permit empty (zero-row) spreadsheets.
9296 (ses-read-cell): Avoid stupid warning for RET RET on a cell whose
9297 formula hasn't been executed yet.
9298
9299 2006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
9300
9301 * comint.el (comint-kill-whole-line): Rename arg to count.
9302 Fix doc string.
9303
9304 2006-05-26 Chong Yidong <cyd@stupidchicken.com>
9305
9306 * files.el (backup-buffer-copy): Remove deleted MUSTBENEW argument
9307 to copy-file.
9308
9309 2006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
9310
9311 * simple.el (toggle-truncate-lines): Make arg optional for
9312 backward compatibility.
9313
9314 2006-05-26 Thien-Thi Nguyen <ttn@gnu.org>
9315
9316 * emacs-lisp/ewoc.el (ewoc--current-dll): New var.
9317 (ewoc--node-next, ewoc--node-prev, ewoc--node-nth): Don't take
9318 DLL arg. Instead, use ewoc--current-dll. Update all callers.
9319 (ewoc--set-buffer-bind-dll-let*): Bind ewoc--current-dll, not `dll'.
9320 (ewoc--adjust): Use ewoc--current-dll.
9321 (ewoc-next, ewoc-prev, ewoc-nth): Bind ewoc--current-dll.
9322
9323 2006-05-26 Carsten Dominik <dominik@science.uva.nl>
9324
9325 * textmodes/org.el (org-next-item, org-previous-item): Emit more
9326 compact error message.
9327 (org-tags-view): Refresh category table in each file.
9328 (org-table-justify-field-maybe): Remove superfluous arguments to
9329 `format'.
9330 (org-export-as-html): Insert "<p>" before postamble.
9331 (org-paste-subtree, org-kill-is-subtree-p): Check for empty kill ring.
9332
9333 2006-05-26 Kenichi Handa <handa@m17n.org>
9334
9335 * textmodes/po.el (po-find-charset): Pay attention to the case
9336 FILENAME is a cons (NAME . BUFFER).
9337 (po-find-file-coding-system-guts): Likewise.
9338
9339 * arc-mode.el (archive-set-buffer-as-visiting-file):
9340 Call find-operation-coding-system with (FILENAME . BUFFER).
9341
9342 * tar-mode.el (tar-extract): Call find-operation-coding-system
9343 with (FILENAME . BUFFER).
9344
9345 * international/mule.el (decode-coding-inserted-region):
9346 Call find-operation-coding-system with (FILENAME . BUFFER).
9347
9348 2006-05-25 Chong Yidong <cyd@stupidchicken.com>
9349
9350 * image-mode.el (image-toggle-display): Use buffer contents to
9351 generate image for a remote file.
9352
9353 2006-05-25 Juri Linkov <juri@jurta.org>
9354
9355 * replace.el (query-replace-read-from, query-replace-read-to):
9356 Remove 8th arg KEEP-ALL in read-from-minibuffer.
9357
9358 2006-05-25 Rajesh Vaidheeswarran <rv@gnu.org>
9359
9360 * whitespace.el (whitespace-cleanup): Change to cleanup
9361 region if one is active.
9362 * whitespace.el (whitespace-cleanup-internal): New internal method.
9363
9364 2006-05-25 Mathias Dahl <mathias.dahl@gmail.com>
9365
9366 * dired.el (dired-mode-map): Add help-echo strings to tumme
9367 commands. Bind `tumme-dired-display-image' to C-t i.
9368
9369 * tumme.el (tumme-display-image): Change documentation string slightly.
9370 (tumme-dired-display-image): Add call to `display-buffer'.
9371
9372 2006-05-25 Thien-Thi Nguyen <ttn@gnu.org>
9373
9374 * emacs-lisp/bindat.el (bindat-unpack, bindat-pack):
9375 Signal error if RAW-DATA is a multibyte string.
9376
9377 2006-05-24 Richard Stallman <rms@gnu.org>
9378
9379 * subr.el (with-local-quit): When handling `quit' signal,
9380 make a chance for quit-flag to cause a quit.
9381
9382 * emacs-lisp/advice.el (ad-enable-advice, ad-activate)
9383 (ad-disable-advice): Add autoloads.
9384
9385 * subr.el (read-passwd): Copy PROMPT before changing its properties.
9386
9387 2006-05-25 Mathias Dahl <mathias.dahl@gmail.com>
9388
9389 * dired.el (dired-mode-map): Change menu items for tumme as per
9390 suggestions in emacs-devel.
9391
9392 2006-05-25 Nick Roberts <nickrob@snap.net.nz>
9393
9394 * dired.el (dired-mode-map): Fix breakage.
9395
9396 2006-05-25 Mathias Dahl <mathias.dahl@gmail.com>
9397
9398 * tumme.el (tumme-display-dired-image): Rename to...
9399 (tumme-dired-display-image): ...this.
9400 (tumme-track-movement): Change default value to t.
9401 (tumme-display-thumbs): Add new optional parameter DO-NOT-POP,
9402 used from `tumme-next-line-and-display' and similar commands.
9403
9404 * dired.el (dired-mode-map): Add Thumbnail submenu under the
9405 Immediate menu. Add some tumme commands there.
9406
9407 2006-05-24 Luc Teirlinck <teirllm@auburn.edu>
9408
9409 * loadup.el ("jka-cmpr-hook"): Load it before it is needed.
9410
9411 2006-05-24 Chong Yidong <cyd@mit.edu>
9412
9413 * menu-bar.el, international/mule-cmds.el: Remove tooltips for
9414 menu entries that open submenus.
9415
9416 2006-05-24 Alan Mackenzie <acm@muc.de>
9417
9418 * startup.el (command-line): For names of preloaded files, don't
9419 append ".elc" (now done in Fload), and call file-truename on the
9420 lisp directory.
9421
9422 * subr.el (eval-after-load): Fix the doc-string. Allow FILE to
9423 match ANY loaded file with the right name, not just those in
9424 load-path. Put a regexp matching the file name into
9425 after-load-alist, rather than the name itself.
9426
9427 * subr.el (load-history-regexp, load-history-filename-element)
9428 (do-after-load-evaluation): New functions.
9429
9430 * international/mule.el (load-with-code-conversion): Do the
9431 eval-after-load stuff by calling do-after-load-evaluation.
9432
9433 2006-05-25 Nick Roberts <nickrob@snap.net.nz>
9434
9435 * progmodes/gud.el (gud-sentinel): Condition on GUD buffer if it
9436 has not been killed.
9437
9438 2006-05-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9439
9440 * term/mac-win.el: Set idle timer to clean up expired Apple events.
9441 (mac-ae-get-url): Redispatch Apple event on unknown scheme.
9442 (mac-dispatch-apple-event): Resume Apple event if it is suspended.
9443 Optionally set error message in reply.
9444
9445 2006-05-24 Carsten Dominik <dominik@science.uva.nl>
9446
9447 * textmodes/org.el (org-open-at-point): Use renamed variable
9448 `org-confirm-shell-link-function'.
9449 (org-confirm-shell-link-function): Rename from
9450 `org-confirm-shell-links'.
9451 (org-export-directory): New function.
9452 (org-export-as-ascii, org-export-as-html, org-export-as-xoxo)
9453 (org-export-icalendar): Use `org-export-directory'.
9454 (org-indent-item): Keep cursor position.
9455 (org-link-file-path-type): New option.
9456 (org-export-as-html): Fix bug with plain lists starting in
9457 column 0.
9458 (org-export-as-html): Remove deadline formatting, this happens
9459 now already in `org-html-handle-time-stamps'.
9460 (org-export-html-style): Deadline class removed.
9461 (org-insert-labeled-timestamps-at-point): New option.
9462 (org-cycle, org-occur, org-scan-tags): Use `org-overview' instead
9463 of `hide-sublevels 1', in case the first headline is not level 1.
9464 (org-overview, org-content): New fuction.
9465 (org-cycle-global-status, org-cycle-subtree-status): Make these
9466 variables buffer-local.
9467 (org-global-cycle): New command.
9468 (org-shifttab): Use `org-global-cycle'.
9469 (org-insert-heading, org-insert-item): Go to end of new
9470 headline/item after creating it.
9471 (org-export-visible): Rename from `org-export-copy-visible'.
9472 Now creates a temporary org-file and applies an exporting command
9473 to it.
9474 (org-table-eval-formula): Support for lisp forms.
9475 (org-agenda-todo-ignore-scheduled): New option.
9476 (org-agenda-get-todos): Use new option
9477 `org-agenda-todo-ignore-scheduled'.
9478 (org-export-html-inline-images): New value `maybe'.
9479 (org-export-as-html): Inlining of images dependent on link description.
9480 (org-archive-subtree): Check for end-of-buffer before trying
9481 `kill-line'.
9482 (org-agenda-follow-mode): New option.
9483 (org-export-with-tags, org-export-with-timestamps): New options.
9484 (org-html-handle-time-stamps): New function.
9485 (org-keyword-time-regexp): New variable.
9486 (org-agenda-get-todos): Use `org-agenda-todo-list-sublevels'.
9487 (org-agenda-todo-list-sublevels): New option.
9488 (org-html-level-start): When TITLE is nil, just close all levels.
9489 (org-parse-key-lines, org-parse-export-options): Remove functions,
9490 replaced by `org-infile-export-plist'.
9491 (org-combine-plists, org-infile-export-plist)
9492 (org-default-export-plist): New functions.
9493 (org-export-html-preamble, org-export-html-postamble)
9494 (org-export-html-auto-preamble, org-export-html-auto-postamble):
9495 New variables.
9496 (org-export-publishing-directory): New option.
9497 (org-export-as-html, org-export-as-ascii): Use the new property
9498 lists for settings.
9499 (org-export-copy-visible, org-export-as-xoxo):
9500 Respect `org-export-publishing-directory'.
9501 (org-link-search, org-store-link, org-file-apps): Support for
9502 links to BibTeX database entries..
9503 (org-get-current-options, org-set-regexps-and-options):
9504 Implement logging as a startup option.
9505 (org-store-link): Make sure context string is never empty
9506 (org-insert-link): Use relative path when possible.
9507 (org-at-item-checklet-p): New function.
9508 (org-shifttab, org-shiftmetaleft, org-shiftmetaright)
9509 (org-shiftmetaup, org-shiftmetadown, org-metaleft)
9510 (org-metaright, org-metaup, org-metadown, org-shiftup)
9511 (org-shiftdown, org-shiftright, org-shiftleft)
9512 (org-ctrl-c-ctrl-c, org-cycle, org-return, org-meta-return):
9513 Dispatch using `call-interactively'.
9514 (org-call-with-arg): New defsubst.
9515 (org-tag-alist, org-use-fast-tag-selection): New options.
9516 (org-complete): Use `org-tag-alist'.
9517 (org-fast-tag-insert, org-fast-tag-selection): New functions.
9518 (org-next-item, org-previous-item): New commands.
9519 (org-beginning-of-item, org-end-of-item): Add (interactive) to
9520 make command.
9521 (org-shiftup, org-shiftdown): Accommodate the item-navigation commands.
9522
9523 2006-05-23 Thien-Thi Nguyen <ttn@gnu.org>
9524
9525 * emacs-lisp/ewoc.el (ewoc-delete): New function.
9526 (ewoc-filter): Use `ewoc-delete'.
9527
9528 * emacs-lisp/bindat.el (bindat-pack): Doc fix.
9529
9530 2006-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
9531
9532 * textmodes/bibtex.el (bibtex-format-entry, bibtex-clean-entry):
9533 Signal more user-friendly error messages.
9534
9535 * complete.el (PC-do-completion): Undo the addition of implicit
9536 wildcards if they did not lead to finding any match.
9537 (read-file-name-internal): Don't add the final > if the completion is
9538 not finished.
9539
9540 2006-05-22 Reiner Steib <Reiner.Steib@gmx.de>
9541
9542 * textmodes/bibtex.el (bibtex-maintain-sorted-entries):
9543 Quote safe-local-variable predicate.
9544
9545 2006-05-22 Thien-Thi Nguyen <ttn@gnu.org>
9546
9547 * emacs-lisp/ewoc.el (ewoc-set-data): New function.
9548
9549 2006-05-21 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
9550
9551 * textmodes/bibtex.el (bibtex-maintain-sorted-entries): Mark as safe.
9552
9553 * progmodes/make-mode.el (makefile-special-targets-list)
9554 (makefile-macro-table, makefile-target-table): Mark as risky.
9555 (makefile-query-one-target-method): Make this the alias for the
9556 following variable.
9557 (makefile-query-one-target-method-function): Make this the real name.
9558
9559 * textmodes/artist.el (artist-text-renderer): Make this the alias
9560 for the following variable.
9561 (artist-text-renderer-function): Make this the real name.
9562
9563 * textmodes/flyspell.el (flyspell-generic-check-word-p): Make this
9564 the alias for the following variable.
9565 (flyspell-generic-check-word-predicate): Make this the real name.
9566
9567 * textmodes/ispell.el (ispell-format-word): Make this the alias
9568 for the following variable.
9569 (ispell-format-word-function): Make this the real name.
9570 (ispell-message-text-end): Mark as risky.
9571
9572 * skeleton.el (skeleton-transformation, skeleton-filter)
9573 (skeleton-pair-filter): Make these the aliases for the following
9574 variables.
9575 (skeleton-transformation-function, skeleton-filter-function)
9576 (skeleton-pair-filter-function): Make these the real names.
9577
9578 * progmodes/sh-script.el (sh-mode): Use skeleton-filter-function
9579 and skeleton-pair-filter-function.
9580
9581 * textmodes/sgml-mode.el (sgml-transformation): Make this the
9582 alias for the following variable.
9583 (sgml-transformation-function): Make this the real name.
9584 (sgml-tag-alist): Mark as risky.
9585
9586 2006-05-21 Richard Stallman <rms@gnu.org>
9587
9588 * simple.el (kill-region): Interactively, pass point, then mark.
9589
9590 2006-05-22 Thien-Thi Nguyen <ttn@gnu.org>
9591
9592 * emacs-lisp/ewoc.el (ewoc-create): Add autoload cookie.
9593
9594 2006-05-21 Romain Francoise <romain@orebokech.com>
9595
9596 * dired-x.el (dired-mode-map): Don't bind M-g.
9597
9598 2006-05-20 Richard Stallman <rms@gnu.org>
9599
9600 * dired.el (dired-mode-map): Put dired-goto-file on j, not M-g.
9601 (dired-goto-file): Doc fix.
9602
9603 2006-05-21 Kim F. Storm <storm@cua.dk>
9604
9605 * emulation/cua-base.el: Mention customizing cua-mode as alternative
9606 way to enable built-in cua-mode if user loads older CUA-mode package.
9607
9608 * ido.el (ido-read-file-name): Bind ido-show-dot-for-dired to nil
9609 if default-filename is specified.
9610
9611 2006-05-20 Eli Zaretskii <eliz@gnu.org>
9612
9613 * menu-bar.el (menu-bar-manuals-menu) <info-apropos>: New menu item.
9614
9615 * info.el (info-apropos): Make sure current-file and current-node
9616 have non-nil values. Speed up by using add-to-list instead of
9617 manual consing.
9618
9619 2006-05-20 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
9620
9621 * progmodes/make-mode.el (makefile-mode): Doc fix.
9622
9623 2006-05-20 Eli Zaretskii <eliz@gnu.org>
9624
9625 * dired-aux.el (dired-do-shell-command): Doc fix.
9626
9627 2006-05-20 Kevin Ryde <user42@zip.com.au>
9628
9629 * info-xref.el (info-xref-check-all-custom): Skip :tag part of
9630 ``(custom-manual :tag "Foo" "(foo)Node")''.
9631
9632 2006-05-20 Karl Chen <quarl@cs.berkeley.edu>
9633
9634 * progmodes/cc-vars.el (c-backslash-column): Mark as safe if its
9635 value is an integer.
9636
9637 2006-05-20 Eli Zaretskii <eliz@gnu.org>
9638
9639 * mail/rmail.el (rmail-mime-charset-pattern): Add "?:" before
9640 "format".
9641 (rmail-convert-to-babyl-format): Undo the change from 2006-04-19.
9642
9643 2006-05-20 Martin Rudalics <rudalics@gmx.at>
9644
9645 * progmodes/hideif.el (show-ifdef-block): Fix bug where parts of
9646 a hidden block remained hidden if `hide-ifdef-lines' is non-nil.
9647
9648 2006-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
9649
9650 * progmodes/gud.el (gdb-script-font-lock-keywords): Use a stricter
9651 regexp for keywords.
9652
9653 2006-05-20 Masayuki FUJII <boochang@m4.kcn.ne.jp> (tiny change)
9654
9655 * dnd.el (dnd-get-local-file-name): Specify LITERAL in
9656 replace-regexp-in-string.
9657
9658 * term/w32-win.el (w32-drag-n-drop): Substitute '/' for '\',
9659 encode, and escape file name on conversion to URL.
9660
9661 2006-05-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9662
9663 * dnd.el (dnd-handle-one-url): Change 3rd arg ARG to URL.
9664 Don't unescape URL.
9665 (dnd-get-local-file-name): Unescape URL on conversion to file name.
9666
9667 * x-dnd.el (x-dnd-handle-file-name): Encode and escape file names
9668 on conversion to URLs.
9669
9670 * net/browse-url.el (browse-url-file-url): Encode file name on
9671 conversion to URL.
9672
9673 * term/mac-win.el (mac-ae-open-documents): Escape file name on
9674 conversion to URL.
9675
9676 2006-05-19 Eli Zaretskii <eliz@gnu.org>
9677
9678 * progmodes/cc-styles.el (c-style-alist): Doc fix.
9679
9680 2006-05-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9681
9682 * term/mac-win.el (mac-bytes-to-digits): Remove function.
9683 (mac-handle-toolbar-switch-mode): Use coercion instead of it.
9684
9685 2006-05-19 Glenn Morris <rgm@gnu.org>
9686
9687 * calendar/diary-lib.el (diary-bahai-date)
9688 (list-bahai-diary-entries, mark-bahai-diary-entries)
9689 (mark-bahai-calendar-date-pattern): Not interactive.
9690 (add-to-diary-list): New optional arg LITERAL. Doc fix.
9691 (diary-entries-list): Change format of 4th element in each entry.
9692 (diary-list-entries): Use add-to-diary-list.
9693 (diary-goto-entry): Handle the case where the buffer visiting the
9694 diary has been killed.
9695 (fancy-diary-display): Add 'locator to button rather than 'marker.
9696 Only generate temp-face when there are marks to apply.
9697 (list-sexp-diary-entries): Pass literal to add-to-diary-list.
9698 (diary-fancy-date-pattern): New variable.
9699 (diary-time-regexp): Doc fix.
9700 (diary-anniversary, diary-time): New faces.
9701 (fancy-diary-font-lock-keywords): Use diary-fancy-date-pattern and
9702 diary-time-regexp. Add font-lock-multiline property where needed.
9703 Use new faces diary-anniversary and diary-time.
9704 (diary-fancy-font-lock-fontify-region-function): New function, to
9705 handle multiline font-lock pattern in fancy diary.
9706 (fancy-diary-display-mode): Set font-lock-fontify-region-function.
9707 (diary-font-lock-keywords): Tweak time regexp. Use new face
9708 diary-time.
9709
9710 2006-05-19 Alexander Shopov <ash@contact.bg> (tiny change)
9711
9712 * international/code-pages.el (mik): Table corrected.
9713
9714 2006-05-18 Kim F. Storm <storm@cua.dk>
9715
9716 * progmodes/grep.el (grep-find): Don't check grep-find-command
9717 before running command (breaks non-interactive usage).
9718
9719 2006-05-18 Thien-Thi Nguyen <ttn@gnu.org>
9720
9721 * emacs-lisp/ewoc.el (ewoc--adjust): New func.
9722 (ewoc--insert-new-node): Don't insert trailing newline.
9723 Instead, adjust successor nodes's start markers.
9724 (ewoc--refresh-node): Delete all text from current node's start
9725 marker to the next one's; adjust successor nodes's start markers.
9726 (ewoc--create): Doc fixes.
9727 (ewoc--refresh): Don't insert newline.
9728 (ewoc--set-hf): Use `ewoc--set-buffer-bind-dll-let*'.
9729 * pcvs.el (cvs-make-cvs-buffer):
9730 Specify extra newline for ewoc's header and footer.
9731 (cvs-update-header): Update initial header recognition.
9732 Append newline to final header and footer values.
9733 * pcvs-info.el (cvs-fileinfo-pp): Insert trailing newline.
9734
9735 2006-05-17 Richard Stallman <rms@gnu.org>
9736
9737 * files.el (file-name-extension): Doc fix.
9738
9739 2006-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
9740
9741 * shell.el (shell-dirtrack-mode): Make it into a proper minor mode, so
9742 we can explicitly enable/disable rather than toggle.
9743 (shell-mode): Use it.
9744 (shell-cd): Don't try to reproduce what `cd' does.
9745
9746 2006-05-17 Kim F. Storm <storm@cua.dk>
9747
9748 * ido.el (ido-read-internal): Use only nondirectory part of
9749 default item.
9750
9751 2006-05-17 Thien-Thi Nguyen <ttn@gnu.org>
9752
9753 * emacs-lisp/ewoc.el (ewoc-data): Add docstring.
9754 (ewoc-nth): Doc fix.
9755
9756 (ewoc-map, ewoc-invalidate): Compute PP before looping.
9757
9758 2006-05-16 Eli Zaretskii <eliz@gnu.org>
9759
9760 * international/mule.el (auto-coding-alist): Add .lha to files
9761 read with no-conversion.
9762
9763 * files.el (auto-mode-alist): Add .lha files to archive file
9764 extensions.
9765
9766 * arc-mode.el (archive-arc-summarize, archive-lzh-summarize):
9767 Convert csize to integer when computing offsets within the
9768 compressed archive file.
9769
9770 2006-05-16 Kim F. Storm <storm@cua.dk>
9771
9772 * subr.el (add-to-history): Add KEEP-ALL arg and align functionality
9773 with read-from-minibuffer.
9774
9775 2006-05-16 Reiner Steib <Reiner.Steib@gmx.de>
9776
9777 * emacs-lisp/bytecomp.el (byte-compile-warnings-safe-p): New function.
9778 (byte-compile-warnings): Fix safe-local-variable property.
9779
9780 2006-05-16 Ken Manheimer <ken.manheimer@gmail.com>
9781
9782 * allout.el (allout-show-bodies, allout-old-style-prefixes)
9783 (allout-stylish-prefixes, allout-numbered-bullet)
9784 (allout-file-xref-bullet, allout-use-hanging-indents): Use simple
9785 predicates to qualify `safe-local-variable' property, when
9786 available, else use equivalent lambda.
9787 (allout-current-topic-collapsed-p): Do the right thing regarding
9788 trailing blank lines.
9789
9790 2006-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
9791
9792 * server.el (server-start): Only create a directory if needed.
9793 (server-edit, server-unload-hook): server-start => server-mode.
9794 (kill-emacs-hook): Cleanup upon exit.
9795
9796 2006-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
9797
9798 * hexl.el (hexlify-buffer): Encode process arguments manually.
9799
9800 2006-05-16 Nick Roberts <nickrob@snap.net.nz>
9801
9802 * progmodes/gud.el (gud-tooltip-tips): Add missing argument to
9803 call to gdb-tooltip-print.
9804
9805 2006-05-15 Romain Francoise <romain@orebokech.com>
9806
9807 * dired-x.el (dired-guess-shell-gnutar): On GNU and GNU/Linux
9808 systems, default to "tar" since those systems probably have GNU tar.
9809
9810 2006-05-14 Lars Hansen <larsh@soem.dk>
9811
9812 * desktop.el (desktop-missing-file-warning): Fix docstring.
9813 (desktop-restore-file-buffer): Correct question asked on missing file.
9814
9815 2006-05-14 Kim F. Storm <storm@cua.dk>
9816
9817 * progmodes/cc-subword.el (c-forward-subword, c-backward-subword):
9818 Add CUA move property.
9819
9820 2006-05-13 Chong Yidong <cyd@stupidchicken.com>
9821
9822 * custom.el (custom-push-theme): Load the variable before checking
9823 its `standard-value'.
9824
9825 2006-05-13 Lars Hansen <larsh@soem.dk>
9826
9827 * desktop.el (desktop-save): Use with-temp-buffer.
9828
9829 2006-05-12 Glenn Morris <rgm@gnu.org>
9830
9831 * calendar/cal-menu.el (calendar-mode-map, calendar-mouse-3-map):
9832 * calendar/calendar.el (calendar-mode-map):
9833 * calendar/diary-lib.el (include-other-diary-files,diary-mail-entries):
9834 * calendar/appt.el (appt-check, appt-make-list): Refer to
9835 diary-view-entries, diary-list-entries, diary-show-all-entries
9836 rather than obsolete aliases.
9837
9838 2006-05-12 Chong Yidong <cyd@stupidchicken.com>
9839
9840 * simple.el (line-move-finish): Avoid calling point motion hooks
9841 while processing intangibility.
9842
9843 2006-05-12 Dan Nicolaescu <dann@ics.uci.edu>
9844
9845 * term/xterm.el (terminal-init-xterm): Fix typo.
9846
9847 2006-05-12 Ken Manheimer <ken.manheimer@gmail.com>
9848
9849 * allout.el (allout-view-change-hook): Mark as being deprecated,
9850 to be replaced by `allout-exposure-change-hook'.
9851 (allout-exposure-change-hook): New, replacing
9852 `allout-view-change-hook'.
9853 (allout-flag-region): Run new hook `allout-exposure-change-hook',
9854 in addition to `allout-view-change-hook'.
9855 (allout-show-bodies, allout-old-style-prefixes)
9856 (allout-stylish-prefixes, allout-use-hanging-indents): Quote the
9857 lambda forms to prevent their showing up in variable help
9858 presentations as inscrutable byte-compiled code.
9859 (allout-numbered-bullet, allout-file-xref-bullet, allout-layout):
9860 Use string-or-null-p to qualify safe-local-variable values.
9861 (allout-reindent-bodies): Use memq to qualify matches against
9862 valid safe-local-variable values. Also, quote the lambda as above.
9863 (allout-use-mode-specific-leader): Add missing candidate-value
9864 symbols, use memq, and quote the lambda.
9865 (allout-overlay-interior-modification-handler): Remove unused
9866 variables `msg' and 'opened'.
9867 (allout-hidden-p): Constrain invisibility consideration to allout's
9868 invisibility spec, disregarding invisibility for other reasons.
9869
9870 2006-05-12 Reiner Steib <Reiner.Steib@gmx.de>
9871
9872 * files.el (version-control): Correct safe values.
9873
9874 2006-05-12 Thien-Thi Nguyen <ttn@gnu.org>
9875
9876 * emacs-lisp/ewoc.el (ewoc-refresh): Compute PP once before looping.
9877
9878 (ewoc--node-enter-before, ewoc--create-node): Delete funcs.
9879 (ewoc--insert-new-node): New func.
9880 Update callers of deleted funcs to use it, instead.
9881
9882 2006-05-11 Glenn Morris <rgm@gnu.org>
9883
9884 * calendar/calendar.el (diary-show-all-entries): Do not refer to
9885 obsolete alias `show-all-diary-entries'.
9886 (make-diary-entry): Not interactive.
9887 (cal-tex-cursor-month, cal-tex-cursor-month-landscape)
9888 (cal-tex-cursor-day, cal-tex-cursor-week, cal-tex-cursor-week2)
9889 (cal-tex-cursor-week-iso, cal-tex-cursor-week-monday)
9890 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
9891 (cal-tex-cursor-year-landscape, cal-tex-cursor-filofax-year)
9892 (cal-tex-cursor-filofax-daily, cal-tex-cursor-year): Interactive.
9893
9894 2006-05-11 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
9895
9896 * calendar/calendar.el (calendar-french-date-string)
9897 (calendar-mayan-date-string, calendar-chinese-date-string)
9898 (calendar-astro-date-string, calendar-iso-date-string)
9899 (calendar-islamic-date-string, calendar-bahai-date-string)
9900 (calendar-hebrew-date-string, calendar-coptic-date-string)
9901 (calendar-ethiopic-date-string, calendar-persian-date-string):
9902 These functions are not interactive.
9903
9904 2006-05-11 Luc Teirlinck <teirllm@auburn.edu>
9905
9906 * files.el: Balance parentheses.
9907
9908 2006-05-11 Reiner Steib <Reiner.Steib@gmx.de>
9909
9910 * files.el, newcomment.el, outline.el, simple.el,
9911 * emacs-lisp/bytecomp.el, progmodes/cc-compat.el,
9912 * progmodes/cc-vars.el, progmodes/compile.el:
9913 Move `safe-local-variable' declarations to the respective files.
9914
9915 * help-fns.el (describe-variable): Don't print safe-var if it is
9916 byte-code. Improve wording as suggested by Luc Teirlinck.
9917
9918 2006-05-11 Nick Roberts <nickrob@snap.net.nz>
9919
9920 * progmodes/gdb-ui.el (gdb-reset): Update speedbar if necessary.
9921 (gdb-var-evaluate-expression-handler, gdb-var-update-handler):
9922 Use a token for pending-triggers to ensure gdb-var-update
9923 gets called once per user input again for pre-GDB 6.4.
9924 (gdb-var-delete): Match on more complex expressions.
9925 (gdb-var-list-children-handler, gdb-var-create-handler):
9926 Use a token for consistency.
9927
9928 2006-05-11 Carsten Dominik <dominik@science.uva.nl>
9929
9930 * textmodes/org.el (org-read-date, org-goto-calendar)
9931 (org-agenda-goto-calendar):
9932 Bind `view-calendar-holidays-initially' to nil.
9933
9934 2006-05-11 Thien-Thi Nguyen <ttn@gnu.org>
9935
9936 * emacs-lisp/ewoc.el (ewoc--refresh-node): No longer save-excursion.
9937 Update all callers to do it there, instead.
9938
9939 2006-05-10 Glenn Morris <rgm@gnu.org>
9940
9941 * calendar/calendar.el (calendar-basic-setup): Set day to 1 in
9942 prefix arg case, to avoid view-diary-entries-initially error.
9943 Reported by Stephen Berman <Stephen.Berman at gmx.net>.
9944 (calendar-date-is-legal-p): Handle dates with no day part.
9945
9946 2006-05-11 Nick Roberts <nickrob@snap.net.nz>
9947
9948 * comint.el (comint-insert-input): Just make it when
9949 comint-use-prompt regexp is nil (default) and with the mouse.
9950 (comint-copy-old-input): Reinstate from 2004-06-23.
9951 (comint-mode-map): Bind C-c C-m to it.
9952
9953 2006-05-10 J.D. Smith <jdsmith@as.arizona.edu>
9954
9955 * progmodes/idlw-shell.el (idlwave-shell-move-or-history):
9956 Remove spurious move to point-max (new comint behavior fixes).
9957
9958 * progmodes/idlwave.el (idlwave-push-mark): Removed obsolete
9959 compatibility function (Emacs 18/19).
9960 (idlwave-is-continuation-line): Always return point at start of
9961 previous non-blank continuation line.
9962 (keyword-parameters): Fix continued comment font-lock matcher.
9963 (idlwave-font-lock-fontify-region): Written, use as
9964 font-lock-fontify-region-function, to fix continued keyword
9965 fontification issues.
9966
9967 2006-05-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9968
9969 * term/mac-win.el (mac-font-panel-mode): Doc fix.
9970 (mac-service-selection, mac-service-open-file)
9971 (mac-service-open-selection, mac-service-mail-selection)
9972 (mac-service-mail-to, mac-service-insert-text): Rename from
9973 mac-services-*. All uses changed.
9974 (mac-apple-event-map): Rename event symbol `services' to `service'.
9975
9976 2006-05-10 Thien-Thi Nguyen <ttn@gnu.org>
9977
9978 * emacs-lisp/ewoc.el (ewoc--dll-create, ewoc--node-delete)
9979 (ewoc--node-enter-first, ewoc--node-enter-last)
9980 (ewoc--delete-node-internal): Merge funcs into unique callers.
9981
9982 2006-05-09 Chong Yidong <cyd@stupidchicken.com>
9983
9984 * emacs-lisp/crm.el (completing-read-multiple): Properly handle
9985 return value of read-from-minibuffer for empty input.
9986
9987 2006-05-09 Miles Bader <miles@gnu.org>
9988
9989 * comint.el (comint-insert-input): Remove redundant calls to setq
9990 and goto-char.
9991
9992 2006-05-10 Nick Roberts <nickrob@snap.net.nz>
9993
9994 * comint.el (comint-insert-input): Make it work when
9995 comint-use-prompt-regexp is t.
9996
9997 2006-05-10 Miles Bader <miles@gnu.org>
9998
9999 * subr.el (field-at-pos): New function.
10000
10001 * comint.el (comint-insert-input): Use it.
10002
10003 2006-05-09 Juri Linkov <juri@jurta.org>
10004
10005 * battery.el (battery-linux-proc-acpi): Also try
10006 `/proc/acpi/thermal_zone/THR2/temperature'.
10007
10008 * files.el <safe-local-variable>: Remove `eval' and `let' binding
10009 for now unused lambda `string-or-null'.
10010
10011 * add-log.el (change-log-default-name): Put `string-or-null-p'
10012 instead of lambda on `safe-local-variable' property.
10013
10014 * diff-mode.el (diff-context->unified): Use `region-beginning' and
10015 `region-end' instead of `mark' and `point'.
10016 (diff-unified->context, diff-reverse-direction, diff-fixup-modifs):
10017 Operate on region in Transient Mark mode when the mark is active.
10018 Use `region-beginning' and `region-end' instead of `mark' and
10019 `point'.
10020 (diff-hunk-text, diff-goto-source): Doc fix.
10021
10022 * startup.el (fancy-splash-screens, normal-splash-screen): Use
10023 face `mode-line-buffer-id' for mode-line buffer face instead of
10024 hard-coded `(:weight bold)'.
10025
10026 * arc-mode.el (archive-set-buffer-as-visiting-file): Bind
10027 buffer-undo-list to t (undo-ask is reproducible by visiting
10028 nested archives).
10029
10030 2006-05-09 Kim F. Storm <storm@cua.dk>
10031
10032 * progmodes/grep.el (rgrep): Set default directory of *grep*
10033 buffer if we start M-x rgrep in the *grep* buffer and choose
10034 a different base directory.
10035
10036 2006-05-09 Michael Albinus <michael.albinus@gmx.de>
10037
10038 * net/tramp.el (tramp-register-file-name-handlers): Enable Tramp
10039 completion also when ido is loaded.
10040
10041 2006-05-09 Masatake YAMATO <jet@gyve.org>
10042
10043 * font-lock.el (cpp-font-lock-keywords-source-directives): Addded
10044 "warning" and "import".
10045 (cpp-font-lock-keywords): Added "warning".
10046
10047 2006-05-08 Dan Nicolaescu <dann@ics.uci.edu>
10048
10049 * term/xterm.el (terminal-init-xterm): Add more key bindings.
10050
10051 2006-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
10052
10053 * mwheel.el (mwheel-scroll): Make sure that when scrolling multiple
10054 pages at a time, if we signal the end, we should indeed reach that end.
10055
10056 2006-05-08 David Reitter <david.reitter@gmail.com>
10057
10058 * emacs-lisp/easy-mmode.el (define-minor-mode): Only preserve messages
10059 output during execution of the body.
10060
10061 2006-05-08 Kim F. Storm <storm@cua.dk>
10062
10063 * progmodes/grep.el (lgrep, rgrep): Doc fixes.
10064
10065 2006-05-08 Thien-Thi Nguyen <ttn@gnu.org>
10066
10067 * emacs-lisp/ewoc.el (ewoc--set-buffer-bind-dll-let*):
10068 Use with-current-buffer.
10069
10070 2006-05-07 Kim F. Storm <storm@cua.dk>
10071
10072 * subr.el (add-to-history): Remove keep-dups arg.
10073
10074 * kmacro.el (kmacro-push-ring): Let-bind history-delete-duplicates
10075 to nil around call to add-to-history.
10076
10077 2006-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
10078
10079 * emacs-lisp/syntax.el (syntax-ppss): Flush the cache before rather
10080 than after a buffer modification.
10081
10082 2006-05-08 Nick Roberts <nickrob@snap.net.nz>
10083
10084 * progmodes/gdb-ui.el (gdb-var-create-handler): Move speedbar
10085 call to...
10086 (gud-watch): ...here so speedbar is raised for already watched
10087 expressions.
10088 (gdb-speedbar-refresh): Delete function.
10089 (gdb-speedbar-update, gdb-speedbar-timer-fn): New functions.
10090 Use speedbar-timer-fn instead of speedbar-refresh (reverting
10091 earlier change).
10092 (gdb-var-evaluate-expression-handler)
10093 (gdb-var-list-children-handler-1, gdb-var-update-handler-1): Use it.
10094
10095 * speedbar.el (speedbar-timer-fn): Remove save-window-excursion.
10096 Update localized contents for all buffers except ignored modes.
10097
10098 2006-05-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10099
10100 * term/mac-win.el (mac-utxt-to-string): Use `eq' instead of `='.
10101 (mac-atsu-font-table, mac-font-panel-mode): Add defvars.
10102 (mac-bytes-to-digits, mac-handle-toolbar-switch-mode)
10103 (mac-handle-font-panel-closed, mac-handle-font-selection):
10104 New functions.
10105 (mac-font-panel-mode): New minor mode.
10106 (mac-apple-event-map): Add bindings for toolbar toggle button and
10107 font panel.
10108 (menu-bar-showhide-menu): Add mac-font-panel-mode.
10109
10110 2006-05-07 John Paul Wallington <jpw@pobox.com>
10111
10112 * ibuffer.el (ibuffer-compressed-file-name-regexp):
10113 Avoid `regexp-opt'; simplify regexp for readability.
10114
10115 2006-05-06 Eli Zaretskii <eliz@gnu.org>
10116
10117 * ldefs-boot.el (dired-do-redisplay, dired-maybe-insert-subdir):
10118 * files.el (buffer-stale-function):
10119 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
10120 * autorevert.el (global-auto-revert-non-file-buffers): Point Info
10121 links to the main manual, not to emacs-xtra.
10122
10123 2006-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10124
10125 * term/mac-win.el (mac-utxt-to-string): Don't make adjustment for
10126 MacJapanese if text is ASCII-only.
10127
10128 2006-05-06 Nick Roberts <nickrob@snap.net.nz>
10129
10130 * progmodes/gdb-ui.el (gdb-goto-breakpoint): Use or instead of
10131 unless so nil isn't returned.
10132 (gdb-setup-windows, gdb-restore-windows): Reset gdb-source-window.
10133
10134 2006-05-06 Kim F. Storm <storm@cua.dk>
10135
10136 * subr.el (add-to-history): New function.
10137
10138 * ediff.el (ediff-files, ediff-files3, ediff-merge-files)
10139 (ediff-merge-files-with-ancestor):
10140 * env.el (setenv):
10141 * isearch.el (isearch-update-ring):
10142 * server.el (server-visit-files):
10143 * progmodes/grep.el (lgrep, rgrep):
10144 * progmodes/vhdl-mode.el (vhdl-generate-makefile-1):
10145 * progmodes/xscheme.el (xscheme-insert-expression):
10146 Use add-to-history.
10147
10148 * kmacro.el (kmacro-push-ring): Use add-to-history.
10149 (kmacro-ring-length): Remove unused defun.
10150 (kmacro-start-macro): Use kmacro-push-ring.
10151
10152 2006-05-06 Thien-Thi Nguyen <ttn@gnu.org>
10153
10154 * emacs-lisp/ewoc.el (ewoc-create, ewoc-set-hf): Use `insert'
10155 directly instead of a lambda expression that calls it.
10156
10157 2006-05-06 Kim F. Storm <storm@cua.dk>
10158
10159 * avoid.el (mouse-avoidance-point-position): Use posn-at-point
10160 instead of compute-motion.
10161
10162 2006-05-05 Dan Nicolaescu <dann@ics.uci.edu>
10163
10164 * ibuffer.el (ibuffer-compressed-file-name-regexp): Undo previous
10165 change.
10166
10167 2006-05-05 Reiner Steib <Reiner.Steib@gmx.de>
10168
10169 * startup.el (command-line-1): Refer to "Pure Storage" on
10170 pure-space-overflow.
10171
10172 2006-05-05 Martin Rudalics <rudalics@gmx.at>
10173
10174 * emacs-lisp/re-builder.el (reb-update-overlays): Cycle through
10175 provided faces once they all have been used up.
10176
10177 2006-05-05 Eli Zaretskii <eliz@gnu.org>
10178
10179 * startup.el (normal-splash-screen, fancy-splash-screens-1): Add a
10180 reference to the Lisp manual to the warning about pure space
10181 overflow.
10182
10183 2006-05-05 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
10184
10185 * textmodes/ispell.el (ispell-buffer-local-dict): Add a `no-reload'
10186 argument to avoid the call to `ispell-internal-change-dictionary'
10187 when not needed.
10188 (ispell-change-dictionary): Use this argument and call
10189 `ispell-internal-change-dictionary' after the possible change
10190 to `ispell-local-dictionary'.
10191 (ispell-internal-change-dictionary): Check for a change in
10192 personal dictionary use too.
10193
10194 2006-05-05 Eli Zaretskii <eliz@gnu.org>
10195
10196 * startup.el (command-line): On MS-Windows, probe "~", not
10197 "~USER", for warning about non-existent home directory
10198
10199 * arc-mode.el (archive-l-e): New optional argument `float' means
10200 generate a float value.
10201 (archive-arc-summarize, archive-lzh-summarize)
10202 (archive-zip-summarize, archive-zoo-summarize): Invoke archive-l-e
10203 with 3rd argument non-nil when file's size is being computed.
10204 Format the file sizes with %8.0f instead of %8d.
10205
10206 2006-05-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10207
10208 * cus-start.el (all): Add mac-dnd-known-types.
10209
10210 * term/mac-win.el (mac-utxt-to-string, mac-string-to-utxt)
10211 (mac-TEXT-to-string, mac-string-to-TEXT, mac-furl-to-string)
10212 (mac-TIFF-to-string): New functions.
10213 (x-get-selection, x-selection-value)
10214 (mac-select-convert-to-string): Use them.
10215 (mac-text-encoding-mac-japanese-basic-variant): New constant.
10216 (mac-dnd-types-alist): New customization variable.
10217 (mac-dnd-handle-furl, mac-dnd-handle-hfs, mac-dnd-insert-utxt)
10218 (mac-dnd-insert-TEXT, mac-dnd-insert-TIFF, mac-dnd-drop-data)
10219 (mac-dnd-handle-drag-n-drop-event): New functions.
10220 (mac-drag-n-drop): Remove function.
10221 (global-map): Bind drag-n-drop and M-drag-n-drop to
10222 mac-dnd-handle-drag-n-drop-event.
10223
10224 2006-05-04 Karl Chen <quarl@NOSPAM.quarl.org>
10225
10226 * progmodes/perl-mode.el (perl-beginning-of-function):
10227 Skip anonymous subs.
10228
10229 2006-05-04 Dan Nicolaescu <dann@ics.uci.edu>
10230
10231 * ibuffer.el (ibuffer-compressed-file-name-regexp): Avoid loading
10232 regexp-opt at run time.
10233
10234 * term.el (term-handle-ansi-escape): Fix off by one error.
10235
10236 2006-05-04 Nick Roberts <nickrob@snap.net.nz>
10237
10238 * progmodes/gdb-ui.el (gdb-force-update): Delete variable...
10239 (gdb-init-1, gdb-post-prompt): ...and references to it.
10240 (gdb-frame-handler): Strip directory name from filename if present.
10241
10242 * progmodes/gud.el (gdb-force-update): Delete defvar
10243 (gud-speedbar-buttons): ...and references to it. Use window-start
10244 to try to keep positon in watch expression.
10245
10246 2006-05-03 Richard Stallman <rms@gnu.org>
10247
10248 * simple.el (next-history-element, previous-history-element): Doc fix.
10249
10250 * isearch.el (isearch-update-ring): Doc fix.
10251
10252 2006-05-03 Dan Nicolaescu <dann@ics.uci.edu>
10253
10254 * isearch.el (isearch-update-ring): Take history-delete-duplicates
10255 into consideration. Replace one arm ifs with whens.
10256
10257 2006-05-03 Nick Roberts <nickrob@snap.net.nz>
10258
10259 * progmodes/gdb-ui.el (gud-watch): Let user select an expression.
10260 (menu): Fix typo.
10261
10262 2006-05-02 Miles Bader <miles@gnu.org>
10263
10264 * replace.el (occur-engine): Bind `inhibit-field-text-motion' to t.
10265
10266 2006-05-02 Jay Belanger <belanger@truman.edu>
10267
10268 * calc/calc-embed.el (calc-override-minor-modes-map)
10269 (calc-override-minor-modes): New variables.
10270 (calc-do-embedded): Make sure that Calc keystrokes aren't
10271 overwritten by minor modes.
10272
10273 2006-05-02 Chong Yidong <cyd@mit.edu>
10274
10275 * msb.el (msb): If EVENT is a down event, read and discard the up event.
10276
10277 2006-05-02 Reiner Steib <Reiner.Steib@gmx.de>
10278
10279 * startup.el (command-line-1): Refer to Lisp manual when
10280 pure-space-overflow occurs.
10281
10282 * files.el (byte-compile-dynamic, byte-compile-dynamic-docstrings)
10283 (byte-compile-warnings, find-file-visit-truename, indent-tabs-mode)
10284 (left-margin, no-byte-compile, no-update-autoloads, truncate-lines)
10285 (version-control): Don't use `t' for safe-local-variable declarations.
10286
10287 2006-05-01 Richard Stallman <rms@gnu.org>
10288
10289 * diff-mode.el (diff-mode-shared-map): Don't bind M-W, M-U, M-C,
10290 M-r, M-R, M-A, M-SPC or M-DEL.
10291 (diff-mode-map): diff-refine-hunk now on C-c C-w
10292 (diff-mode-map): Bind C-c C-e, C-c C-n, C-c C-r, C-c C-u.
10293
10294 * help-mode.el (help-mode): view-exit-action calls delete-window
10295 only when it is safe and possible.
10296
10297 * simple.el (undo-outer-limit-truncate): Put quotes around buffer name
10298 in messages.
10299
10300 * emacs-lisp/warnings.el (display-warning, lwarn): Doc fixes.
10301
10302 * tool-bar.el (tool-bar-setup): Put Help and Preferences items
10303 in the default tool-bar-map.
10304
10305 2006-05-01 Michael Albinus <michael.albinus@gmx.de>
10306
10307 * net/tramp.el (tramp-completion-file-name-handler-alist)
10308 (tramp-run-real-handler, tramp-completion-run-real-handler)
10309 (tramp-completion-handle-file-name-all-completions)
10310 (tramp-completion-handle-file-name-completion): Autoload them.
10311 (tramp-completion-handle-file-exists-p)
10312 (tramp-completion-handle-file-name-directory)
10313 (tramp-completion-handle-file-name-nondirectory)
10314 (tramp-completion-handle-expand-file-name): Remove them.
10315 (tramp-handle-file-name-directory): Return the real directory name.
10316 Returning "/" only doesn't need to be necessary any longer.
10317 (tramp-file-name-handler): Make special attention when in hostname
10318 completion mode.
10319 (tramp-completion-file-name-handler): Revert patch from 2006-04-28.
10320 (tramp-register-file-name-handlers):
10321 Register `tramp-completion-file-name-handler' only when
10322 `partial-completion-mode' is enabled.
10323 (tramp-completion-handle-file-name-all-completions):
10324 Delete directory part from results.
10325 (tramp-get-completion-methods, tramp-get-completion-user-host):
10326 Discard deleting "/", it doesn't work after the change of
10327 `tramp-handle-file-name-directory' above.
10328
10329 2006-05-01 Kim F. Storm <storm@cua.dk>
10330
10331 * progmodes/grep.el (grep-expand-template): Use save-match-data
10332 and symbol-value.
10333
10334 2006-05-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10335
10336 * term/mac-win.el (mac-ae-open-documents, mac-drag-n-drop):
10337 Use select-frame-set-input-focus instead of raise-frame.
10338 (global-map): Bind M-drag-n-drop to mac-drag-n-drop.
10339
10340 2006-05-01 Nick Roberts <nickrob@snap.net.nz>
10341
10342 * progmodes/gud.el (gud-def): Add %c case.
10343 (gud-speedbar-buttons): Don't bind case-fold-search unnecessarily.
10344 (gud-format-command): Make match case sensitive. Match on %F.
10345
10346 2006-04-30 Glenn Morris <rgm@gnu.org>
10347
10348 * calendar/cal-tex.el (cal-tex-preamble-extra): New variable.
10349 (cal-tex-preamble): Use cal-tex-preamble-extra.
10350 (cal-tex-list-diary-entries): Refer to `diary-list-entries' rather
10351 than alias `list-diary-entries'.
10352
10353 2006-04-29 Dan Nicolaescu <dann@ics.uci.edu>
10354
10355 * help-fns.el (describe-variable): Add info about safe local variables.
10356
10357 2006-04-29 Richard Stallman <rms@gnu.org>
10358
10359 * bindings.el (mode-line-format): help-echo doc fixes.
10360
10361 * net/tramp.el (tramp-file-name-handler-alist): Delete
10362 expand-file-name and other operations that can cause spurious loading.
10363
10364 2006-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
10365
10366 * files.el (safe-local-variable-p): Remove support for the special
10367 value t.
10368
10369 * textmodes/paragraphs.el (sentence-end-without-space):
10370 Fix safety predicate.
10371 (sentence-end-double-space, sentence-end-without-period)
10372 (paragraph-ignore-fill-prefix):
10373 * textmodes/fill.el (colon-double-space):
10374 * abbrev.el (abbrev-mode): Tighten the safety predicate.
10375
10376 * subr.el (booleanp): New fun.
10377
10378 * textmodes/reftex-vars.el (reftex-guess-label-type):
10379 Tighten the safety predicate.
10380
10381 2006-04-28 Kim F. Storm <storm@cua.dk>
10382
10383 * progmodes/grep.el (defgroup grep): Doc fix.
10384 (grep-auto-highlight): Remove.
10385 (grep-template): New defcustom.
10386 (grep-find-template): Rename from grep-tree-template.
10387 (grep-files-aliases): Rename from grep-tree-files-aliases.
10388 Remove "all" alias, add "l" alias.
10389 (grep-tree-ignore-case, grep-tree-ignore-CVS-directories): Remove.
10390 (grep-find-ignored-directories): New defcustom to replace
10391 grep-tree-ignore-CVS-directories, to facilitate ignoring
10392 subdirectories for multiple version control systems.
10393 (grep-mode-map): Add Recursive grep item to GREP menu.
10394 (grep-regexp-history, grep-files-history): New defvars.
10395 (grep-probe): New helper function.
10396 (grep-compute-defaults): Use it to simplify code.
10397 Adapt to name changes.
10398 Use `.' as base in grep-find-template rather than <D>.
10399 (grep): Remove superfluous highlight-regexp arg. Fix doc.
10400 Call grep-compute-defaults unconditionally.
10401 (grep-expand-keywords): New defconst.
10402 (grep-expand-template): Rename from grep-expand-command-macros.
10403 Simplify via grep-expand-keywords. Look at case-fold-search instead
10404 of grep-tree-ignore-case to add -i option.
10405 Bind case-fold-search to nil while matching keywords.
10406 (grep-tree-last-regexp, grep-tree-last-files): Remove.
10407 (grep-read-regexp, grep-read-files): New helper functions.
10408 (rgrep): Rename from grep-tree. Rework to use proper histories.
10409 Adapt to changes in defcustoms and functions above.
10410 (lgrep): New command, as grep, but using same interactive UI as rgrep.
10411
10412 2006-04-28 Michael Albinus <michael.albinus@gmx.de>
10413
10414 * net/tramp.el (tramp-completion-file-name-handler):
10415 Disable Tramp's functionality while loading Tramp itself.
10416 (tramp-register-file-name-handlers): That's a defsubst now.
10417 Code from `tramp-repair-jka-compr' moved here. Apply it via
10418 `after-init-hook'.
10419 (tramp-repair-jka-compr): Remove.
10420
10421 2006-04-27 Jay Belanger <belanger@truman.edu>
10422
10423 * calc-embed.el (calc-embedded-make-info): Use `math-read-expr' to
10424 read expression when `math-read-big-expr' doesn't work.
10425
10426 2006-04-27 Reiner Steib <Reiner.Steib@gmx.de>
10427
10428 * startup.el (command-line-1): Display warning when
10429 pure-space-overflow is non-nil.
10430
10431 2006-04-26 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
10432
10433 * textmodes/bibtex.el (bibtex-user-optional-fields): Mark as
10434 risky.
10435
10436 2006-04-26 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
10437
10438 * textmodes/bibtex.el (bibtex-url): New optional arg no-browse.
10439 Return the URL or nil if none can be generated.
10440
10441 2006-04-27 Nick Roberts <nickrob@snap.net.nz>
10442
10443 * progmodes/gud.el (gud-comint-buffer): Move forward to stop
10444 byte compiler warnings.
10445 (gud-basic-call, gud-find-expr): Let user select an expression
10446 for printing. Print expression as well as value in GUD buffer.
10447
10448 2006-04-17 Ken Manheimer <ken.manheimer@gmail.com>
10449
10450 * allout.el: Remove local autoload declaration for
10451 pgg-gpg-symmetric-key-p, since that's now done in pgg-gpg.el.
10452 (allout-show-bodies, allout-header-prefix, allout-primary-bullet)
10453 (allout-plain-bullets-string, allout-distinctive-bullets-string)
10454 (allout-use-mode-specific-leader, allout-old-style-prefixes)
10455 (allout-stylish-prefixes, allout-numbered-bullet)
10456 (allout-file-xref-bullet, allout-presentation-padding)
10457 (allout-use-hanging-indents, allout-reindent-bodies): Mark as
10458 safe-local-variable with suitable value spec, and add autoload
10459 cookie for loaddefs inclusion. We now use an explicit spec everywhere.
10460 (move-beginning-of-line, move-end-of-line): Repair so these compat
10461 functions now actually resituate the point, when appropriate.
10462
10463 2006-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
10464
10465 * progmodes/cc-subword.el (c-subword-mode-map): Use command remapping.
10466
10467 * add-log.el (add-log-iso8601-time-zone): Make parameter optional.
10468 (add-log-iso8601-time-string): Fix call to format-time-string.
10469
10470 2006-04-26 Kim F. Storm <storm@cua.dk>
10471
10472 * subr.el (posn-string, posn-image, posn-object): Doc fix.
10473
10474 2006-04-26 Masatake YAMATO <jet@gyve.org>
10475
10476 * progmodes/asm-mode.el (asm-mode, asm-mode-syntax-table):
10477 Add support for "//" style comments. Remove `b' flag
10478 from ?* in `asm-mode-syntax-table'.
10479
10480 2006-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
10481
10482 * follow.el: Use (featurep 'xemacs) everywhere.
10483 (follow-mode): Use define-minor-mode.
10484 (follow-mode-map): Move initialization into the declaration.
10485 Use command remapping.
10486 (follow-emacs-version-xemacs-p): Remove.
10487 (follow-submit-feedback): Remove.
10488
10489 * allout.el (allout-layout, allout-passphrase-verifier-string)
10490 (allout-passphrase-hint-string): Tighten up a bit the safety predicate.
10491
10492 * textmodes/reftex-vars.el (reftex-vref-is-default)
10493 (reftex-fref-is-default, reftex-guess-label-type):
10494 Tighten up a bit the safety predicate.
10495
10496 * textmodes/paragraphs.el (sentence-end-double-space)
10497 (sentence-end-without-period, sentence-end-without-space)
10498 (page-delimiter, paragraph-ignore-fill-prefix):
10499 Tighten up a bit the safety predicate.
10500
10501 * textmodes/fill.el (colon-double-space): Tighten up the safety pred.
10502
10503 * progmodes/python.el (python-continuation-line-p)
10504 (python-beginning-of-statement): syntax-ppss may return
10505 a negative depth.
10506 (python-mode): Don't forcefully enable font-lock.
10507
10508 * time-stamp.el (time-stamp-start, time-stamp-end)
10509 (time-stamp-inserts-lines): Tighten up a bit the safety predicate.
10510
10511 * add-log.el: Remove spurious * in docstrings.
10512 (add-log-time-zone-rule): Rename from change-log-time-zone-rule.
10513 (add-change-log-entry): Use it here, since it's not specific
10514 to iso8601.
10515 (add-log-iso8601-time-string): Don't use it here any more.
10516 (change-log-indent-text, change-log-indent): Rename from add-log-*.
10517
10518 * abbrev.el (abbrev-mode): Tighten up a bit the safety predicate.
10519
10520 2006-04-25 Ryan Yeske <rcyeske@gmail.com>
10521
10522 * net/rcirc.el (rcirc-print): Revert last change with ignored nicks.
10523 (rcirc-toggle-low-priority): Doc fix.
10524 (rcirc-handler-NOTICE): Remove beginning of line anchor in
10525 ChanServ regexp.
10526 (rcirc-startup-channels-alist): Connect to #rcirc by default, not
10527 #emacs.
10528 (rcirc-bright-nick-regexp, rcirc-dim-nick-regexp): Add variables.
10529 (rcirc-decode-coding-system): Use utf-8 as the default.
10530 (rcirc-multiline-minor-mode): Set the fill-column.
10531 (rcirc-format-response-string): Display bright and dim nicks.
10532 (rcirc-browse-url): Update interactive spec to fill ARG.
10533 (rcirc-bright-nick, rcirc-dim-nick): Add faces.
10534 (rcirc-print): Ignore dim-nick messages wrt modeline-activity.
10535
10536 2006-04-24 J.D. Smith <jdsmith@as.arizona.edu>
10537
10538 * textmodes/bibtex.el (bibtex-find-entry): Don't demand matching
10539 case for @Article, etc.
10540
10541 2006-04-23 Michael Albinus <michael.albinus@gmx.de>
10542
10543 * net/tramp.el (tramp-register-file-name-handlers): New defun.
10544 Added with autoload cookie.
10545 (tramp-unload-file-name-handlers): Rename from
10546 `tramp-unload-file-name-handler-alist'.
10547
10548 2006-04-23 Romain Francoise <romain@orebokech.com>
10549
10550 * comint.el (comint-match-partial-filename): Doc fix.
10551
10552 2006-04-21 Glenn Morris <rgm@gnu.org>
10553
10554 * calendar/cal-menu.el (calendar-mode-map): Refer to
10555 `diary-view-entries' rather than alias `view-diary-entries'.
10556 * calendar/diary-lib.el (view-other-diary-entries): Ditto.
10557
10558 2006-04-21 Luc Teirlinck <teirllm@auburn.edu>
10559
10560 * progmodes/antlr-mode.el (antlr-default):
10561 * cus-edit.el (custom-documentation):
10562 * faces.el (scroll-bar, border, cursor, mouse): Avoid nil spec
10563 in defface.
10564
10565 2006-04-21 Kim F. Storm <storm@cua.dk>
10566
10567 * image.el (image-type): New defun split out of create-image.
10568 (create-image): Use it.
10569
10570 2006-04-21 Carsten Dominik <dominik@science.uva.nl>
10571
10572 * textmodes/org.el (org-mode-map): Catch conflict with old allout.el.
10573 (org-open-at-point): Remove the "...done" message to keep output
10574 in the echo area visible.
10575 (org-export-as-xoxo): Fix call to `indent-region'.
10576
10577 2006-04-21 Kevin Ryde <user42@zip.com.au>
10578
10579 * international/mule.el (keyboard-coding-system): defcustom
10580 info-link fixes: "Specify Coding" has been split, keyboard now in
10581 "Terminal Coding", and "Single-Byte Character Support" is now
10582 "Unibyte Mode".
10583
10584 2006-04-21 Nick Roberts <nickrob@snap.net.nz>
10585
10586 * progmodes/gdb-ui.el (gdb-data-list-register-values-handler):
10587 Use font-lock-warning-face for any errors e.g. no stack.
10588 (gdb-stack-list-locals-handler): Display any errors e.g. no stack.
10589
10590 2006-04-20 Dan Nicolaescu <dann@ics.uci.edu>
10591
10592 * progmodes/sh-script.el (sh-shell): Mark as safe.
10593
10594 * newcomment.el (comment-start, comment-start-skip)
10595 (comment-end-skip, comment-end): Mark as safe.
10596
10597 2006-04-20 Carsten Dominik <dominik@science.uva.nl>
10598
10599 * textmodes/org.el (org-deadline-announce): Face removed.
10600 (org-level-faces, org-n-levels): Convert to constant.
10601 (org-compatible-face): New function.
10602 (org-hide, org-level-1, org-level-2, org-level-3, org-level-4)
10603 (org-level-5, org-level-6, org-level-7, org-level-8)
10604 (org-special-keyword, org-warning, org-headline-done, org-link)
10605 (org-date, org-tag, org-todo, org-done, org-table, org-formula)
10606 (org-scheduled-today, org-scheduled-previously, org-time-grid):
10607 Face definition revised for better color tty support.
10608 (org-bold-re, org-italic-re, org-underline-re): New constants.
10609 (org-set-font-lock-defaults): Use the new constants.
10610 (org-agenda-highlight-todo): New function.
10611 (org-agenda-todo): Fix bug with point at end of line.
10612 (org-agenda-change-all-lines, org-finalize-agenda-entries):
10613 Fontify TODO keywords.
10614 (org-insert-link): Preserve relative path in ../ links.
10615 (org-export-as-html): Convert links pointing to .org files into
10616 links that will work beteen the exported HTML files.
10617 (org-todo-list): Fix bug when arg=0.
10618 (org-insert-heading): More fine-tuning.
10619
10620 2006-04-19 Romain Francoise <romain@orebokech.com>
10621
10622 * mail/rmail.el (rmail-convert-to-babyl-format): Use second group
10623 from `rmail-mime-charset-pattern'.
10624
10625 2006-04-18 Dan Nicolaescu <dann@ics.uci.edu>
10626
10627 * progmodes/python.el (python-mode): Fix typo.
10628
10629 2006-04-18 J.D. Smith <jdsmith@as.arizona.edu>
10630
10631 * comint.el (comint-previous-input): Don't clobber input line
10632 when moving off either end of the input history ring.
10633 (comint-delete-input): New function, used by
10634 `comint-previous-input' and others.
10635 (comint-previous-matching-input):
10636 Use `coming-delete-input'. Save the partial input if leaving the
10637 edit line. Goto point-max before deleting input to avoid
10638 partial input fragments hanging around.
10639 (comint-restore-input): New function, used by `comint-previous-input'.
10640
10641 2006-04-18 Luc Teirlinck <teirllm@auburn.edu>
10642
10643 * imenu.el (imenu--index-alist): Balance parentheses.
10644
10645 2006-04-18 Dan Nicolaescu <dann@ics.uci.edu>
10646
10647 * progmodes/python.el (python-mode): Add support for hs-minor-mode.
10648
10649 2006-04-19 Reiner Steib <Reiner.Steib@gmx.de>
10650
10651 * abbrev.el (read-abbrev-file): Use abbrev-file-name if optional
10652 file is nil.
10653
10654 2006-04-18 Richard Stallman <rms@gnu.org>
10655
10656 * tooltip.el (tooltip-mode, tooltip-use-echo-area): Doc fixes.
10657
10658 * imenu.el (imenu-create-index-function, imenu--index-alist)
10659 (imenu--last-menubar-index-alist, imenu--make-index-alist)
10660 (imenu-default-create-index-function, imenu--generic-function):
10661 Doc fixes.
10662
10663 * image-mode.el (image-toggle-display): Handle tar and arc subfiles.
10664
10665 * help-mode.el (help-mode): Set view-exit-action to delete window.
10666
10667 * env.el (setenv): Get rid of arg UNSET. Interactive unsetting
10668 now works by passing nil as arg.
10669
10670 * apropos.el (apropos-print): Don't do where-is on self-insert-command.
10671
10672 * abbrev.el (edit-abbrevs-redefine): Temporarily widen.
10673 (read-abbrev-file): Provide default when reading filename.
10674
10675 * files.el (enable-local-variables): Allow :all as value.
10676 (hack-local-variables): Implement that value.
10677 (safe-local-variable-values, safe-local-eval-forms)
10678 (enable-local-variables): Mark as risky.
10679 (find-file-visit-truename, kept-old-versions): Mark safe.
10680
10681 * time-stamp.el (time-stamp-format, time-stamp-line-limit)
10682 (time-stamp-start, time-stamp-end, time-stamp-inserts-lines)
10683 (time-stamp-count, time-stamp-pattern): Add safe-local-variable prop.
10684
10685 2006-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
10686
10687 * progmodes/tcl.el (tcl-send-string, tcl-send-region):
10688 Use forward-line so as to get to BOL even in the presence of fields.
10689 (tcl-eval-region): Strip surrounding space to avoid multiple prompts
10690 in return.
10691 (inferior-tcl): Tell tclsh to work in interactive mode.
10692
10693 * complete.el (partial-completion-mode):
10694 Use 'choose-completion-string-functions to make sure that
10695 choose-completion fills the minibuffer properly.
10696
10697 * complete.el (PC-old-read-file-name-internal): Remove.
10698 (PC-read-include-file-name-internal): Remove. Turn it into an advice
10699 of read-file-name-internal.
10700 (partial-completion-mode): Enable/disable this advice.
10701
10702 2006-04-18 Juanma Barranquero <lekktu@gmail.com>
10703
10704 * net/tramp.el (tramp-completion-file-name-handler): Revert change
10705 of 2006-04-17.
10706
10707 2006-04-18 Carsten Dominik <dominik@science.uva.nl>
10708
10709 * textmodes/org.el (org-insert-heading): Insert heading before
10710 current if at beginning of line.
10711 (org-todo, org-date): New faces.
10712 (org-table-align): Make sure tooltip window contains full text.
10713 (org-no-properties): New defsubst.
10714 (org-set-font-lock-defaults): Use new faces.
10715
10716 2006-04-18 Nick Roberts <nickrob@snap.net.nz>
10717
10718 * progmodes/gud.el (gud-speedbar-item-info): Display frame address
10719 for root variables.
10720
10721 * progmodes/gdb-ui.el (gdb-pc-address): Rename from gdb-frame-address.
10722 (gdb-frame-address): Re-use to identify frame for watch expression.
10723 (gdb-var-list, gdb-var-create-handler): Add frame address for root
10724 variables.
10725 (gdb-init-1, gdb-source, gdb-post-prompt)
10726 (gdb-assembler-custom, gdb-invalidate-assembler): Use gdb-pc-address.
10727 (gdb-frame-handler): Get gdb-frame-address.
10728
10729 2006-04-17 Michael Albinus <michael.albinus@gmx.de>
10730
10731 Sync with Tramp 2.0.53.
10732
10733 * net/tramp.el (tramp-completion-mode): ?\t has event-modifier
10734 'control. Reported by Matthias F\e,Av\e(Brste <slashdevslashnull@gmx.net>.
10735 (tramp-completion-file-name-handler): Add autoload cookie for
10736 adding to `file-name-handler-alist'.
10737
10738 * net/tramp-smb.el (tramp-smb-wait-for-output): Wait always for
10739 the prompt. If it returns earlier (when detecting an error
10740 message), the rest of the output will merge accidently with the
10741 output of the next command. Reported by M Jared Finder
10742 <jared@hpalace.com>.
10743
10744 * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
10745 for `process-file', in order to let it work for older Emacsen too.
10746
10747 2006-04-17 Ralf Angeli <angeli@iwi.uni-sb.de>
10748
10749 * textmodes/tex-mode.el (tex-font-lock-match-suscript): New function.
10750 (tex-font-lock-keywords-3): Use it.
10751
10752 2006-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
10753
10754 * newcomment.el (comment-add): New function.
10755 (comment-region-default, comment-dwim): Use it.
10756
10757 2006-04-15 Michael Olson <mwolson@gnu.org>
10758
10759 * emacs-lisp/tq.el: Improve comments.
10760 (tq-queue-head-question): New accessor function.
10761 (tq-queue-head-regexp, tq-queue-head-closure, tq-queue-head-fn):
10762 Update for modified queue structure.
10763 (tq-queue-add): Accept `question' argument.
10764 (tq-queue-pop): If a question is pending, send it.
10765 (tq-enqueue): Accept new optional argument `delay-question'.
10766 If this is non-nil, and at least one other question is pending a
10767 response, queue the question rather than sending it immediately.
10768
10769 2006-04-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
10770
10771 * calendar/appt.el (appt-add): Check whether an appointment is
10772 already present in appt-time-msg-list. Simplify code.
10773
10774 2006-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
10775
10776 * progmodes/cc-langs.el (c-mode-menu):
10777 Don't presume c-subword-mode is bound.
10778
10779 2006-04-13 Bill Wohler <wohler@newt.com>
10780
10781 * cus-edit.el (customize-package-emacs-version-alist): Update docstring.
10782 (customize-package-emacs-version): Use cdr instead of cadr now
10783 that alists use dotted pairs.
10784
10785 * custom.el (defcustom): Fix docstring for :package-version.
10786
10787 2006-04-13 Michael Albinus <michael.albinus@gmx.de>
10788
10789 * net/tramp.el (tramp-display-shell-command-buffer): New defvar.
10790 (tramp-handle-shell-command): Display output buffer only when
10791 `tramp-display-shell-command-buffer' is true.
10792 (tramp-handle-process-file): Set `tramp-display-shell-command-buffer'.
10793
10794 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
10795
10796 * textmodes/org.el (org-set-autofill-regexps): Set only the local
10797 values of `adaptive-fill-regexp' and `adaptive-fill-function'.
10798
10799 2006-04-13 Romain Francoise <romain@orebokech.com>
10800
10801 * pcvs-parse.el (cvs-parse-table): Use `with-temp-buffer' to avoid
10802 leaving temporary .cvsignore buffers behind.
10803
10804 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
10805
10806 * textmodes/org.el (org-set-regexps-and-options)
10807 (org-get-current-options): Better names for the startup folding
10808 options.
10809
10810 2006-04-13 Thien-Thi Nguyen <ttn@gnu.org>
10811
10812 * vc.el (vc-annotate): Arrange for point to end up at the same
10813 line number as in the original, but only when using a new buffer.
10814
10815 2006-04-12 Stuart Herring <herring@lanl.gov> (tiny change)
10816
10817 * files.el (hack-one-local-variable-eval-safep):
10818 Recognize `edebug-form-spec' for `put', but only if it passes
10819 `edebug-basic-spec'. Generalize `put' handling.
10820
10821 * emacs-lisp/edebug.el (edebug-basic-spec): New function for
10822 vetting file-local form specs.
10823
10824 * allout.el (allout-layout): Autoload its `safe-local-variable'
10825 property.
10826
10827 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
10828
10829 * textmodes/org.el (org-ctrl-c-ctrl-c): Improve documentation string.
10830 (org-agenda-mouse-1-follows-link)
10831 (org-mouse-1-follows-link): New options.
10832 (org-format-agenda-item): Fix bug if TAGS is nil.
10833 (org-agenda-get-scheduled): Quote `priority' symbol in plist.
10834
10835 2006-04-13 Nick Roberts <nickrob@snap.net.nz>
10836
10837 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers):
10838 GDB 6.1+ gives full filename for "info sources" so use
10839 file-name-nondirectory.
10840
10841 2006-04-12 Romain Francoise <romain@orebokech.com>
10842
10843 * subr.el (read-passwd): Bind `message-log-max' to nil.
10844
10845 2006-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
10846
10847 * progmodes/perl-mode.el (perl-indent-new-calculate):
10848 Recompute parse-start after jumping backward by a whole sexp.
10849
10850 2006-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
10851
10852 * vc.el (vc-ensure-vc-buffer): Only change current-buffer, not the
10853 window configuration.
10854 (vc-annotate-display-select): Select the buffer so that current-buffer
10855 (and selected-window) is the output buffer at the end of vc-annotate.
10856
10857 2006-04-11 J.D. Smith <jdsmith@as.arizona.edu>
10858
10859 * vc.el (vc-annotate-color-map): Add custom TTY color map for
10860 8-color terminals, to use all of the colors in a sensible order.
10861 256-color terminals work well with the standard map.
10862 (vc-annotate-lines): Only strip the first color character if it
10863 is "#", to allow for terminal-style named colors.
10864 (vc-annotate-warp-version): Pass buf to `goto-line' to ensure
10865 the correct buffer is scrolled.
10866
10867 2006-04-11 Richard Stallman <rms@gnu.org>
10868
10869 * emacs-lisp/bytecomp.el (byte-compile-file):
10870 Bind enable-local-variables to :safe, and make normal-mode obey it.
10871
10872 * files.el (enable-local-variables): Allow value :safe.
10873 (normal-mode): Doc fix.
10874 (hack-local-variables): Implement enable-local-variables = :safe.
10875 (hack-local-variables-confirm): Don't prevent quitting.
10876
10877 2006-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
10878
10879 * loadhist.el (unload-feature): A bit of sanity check of
10880 load-history entries. Cancel timer-vars before unbinding them.
10881
10882 * hexl.el (hexl-isearch-search-function): Fix regexp-building code to
10883 quote special chars, and make the trick work on the hex part of the
10884 buffer as well.
10885 (hexl-mode, hexl-save-buffer, hexl-mode-exit)
10886 (hexl-maybe-dehexlify-buffer): Use restore-buffer-modified-p.
10887
10888 * startup.el (normal-splash-screen): Fix last change so we don't wait
10889 2 minutes if we don't show the splash screen.
10890
10891 2006-04-11 Carsten Dominik <dominik@science.uva.nl>
10892
10893 * textmodes/org.el (org-export-plain-list-max-depth)
10894 (org-table-spaces-around-separators)
10895 (org-radio-targets, org-activate-camels)
10896 (org-table-spaces-around-invisible-separators): Options removed.
10897 (org-time-stamp-rounding-minutes, org-remember-templates)
10898 (org-ellipsis, org-activate-links, org-descriptive-links):
10899 New options.
10900 (org-remember-apply-template, org-current-time)
10901 (org-finish-edit-table-field)
10902 (org-link-unescape, org-link-escape)
10903 (org-string-width, org-table-clean-line, org-html-do-expand)
10904 (org-edit-agenda-file-list, org-store-new-agenda-file-list)
10905 (org-read-agenda-file-list): New functions.
10906 (org-table-edit-field)
10907 (org-table-create-or-convert-from-region): New commands
10908 (org-table-toggle-vline-visibility): Command removed.
10909 (org-table-convert-region): Made a command.
10910 (orgtbl-deleta-backward-char,orgtbl-delete-char): Remove commands.
10911 Replace with the normal org- functions.
10912 (org-self-insert-command): Don't trigger realign unnecessarily
10913 when blanking a field that is not full.
10914 (org-mode): `Set buffer-invisibility-spec' for links.
10915 (org-activate-links2): Hide link part and only show descriptive
10916 part of the link.
10917 (org-insert-link): Modify for new linking system.
10918 (org-store-link): Store description separately, for use by
10919 `org-insert-link'.
10920 (org-table-align): Use `org-string-width'.
10921 (defgroup): Completely new group structure for custom variables.
10922 (org-agenda-files): Option: Single file name allowed. Function:
10923 Optional argument unrestrited means ignore any restricitons.
10924 (org-install-agenda-files-menu): Find a buffer in Org-mode before
10925 trying to modify the menu. Use generalized access to
10926 `org-agenda-files.'
10927 (org-agenda-list, org-todo-list, org-cycle-agenda-files)
10928 (org-agenda-file-to-front, org-remove-file, org-diary)
10929 (org-tags-view, org-export-icalendar-all-agenda-files)
10930 (org-export-icalendar-combine-agenda-files): Use generalized
10931 access to `org-agenda-files'.
10932 (org-remember-handler): Correctly preserve heading if present.
10933 (org-table-insert-row, org-table-insert-hline): Deal with
10934 invisible characters.
10935
10936 2006-04-10 J.D. Smith <jdsmith@as.arizona.edu>
10937
10938 * vc.el (vc-annotate-display-mode): Made default 'fullscale.
10939 (vc-annotate-color-map): New 18 element constant
10940 value/saturation, rotating hue colormap, from red->blue.
10941 (vc-annotate-mode-menu): "Default" -> "By Color Map Range".
10942 (vc-annotate-display-select): Switch to annotate-mode elsewhere.
10943 (vc-annotate): To avoid killing the required local variables,
10944 set them before the end of `with-output-to-temp-buffer', and
10945 after first switching to annotate-mode.
10946 (vc-annotate-warp-version): Add buffer argument in goto-line to
10947 ensure annotation, not source, is scrolled.
10948
10949 2006-04-10 Bill Wohler <wohler@newt.com>
10950
10951 * custom.el (defcustom, custom-handle-keyword):
10952 Add :package-version keyword.
10953 (custom-add-package-version): New function. Sets value of new
10954 property 'custom-package-version from :package-version keyword.
10955 (defcustom): Create Common Keywords section in docstring.
10956 (defface, defgroup): Replace definitions of a select few keywords
10957 with a reference to the Common Keywords in defcustom.
10958 (defcustom, defface, defgroup): Replace reference to Customization
10959 chapter in manual with hyperlink.
10960
10961 * cus-edit.el (customize-package-emacs-version-alist): New variable.
10962 (customize-changed-options): Add check for custom-package-version.
10963 (customize-package-emacs-version): New function to look up Emacs
10964 version corresponding to the given package version.
10965
10966 * emacs-lisp/find-func.el (find-function-regexp): Allow dashes in
10967 defun name, in similar fashion to find-variable-regexp.
10968
10969 2006-04-10 Eli Zaretskii <eliz@gnu.org>
10970
10971 * international/mule-cmds.el (set-locale-environment): Fix last
10972 change for when the locale's preferences don't specify any encoding.
10973
10974 2006-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
10975
10976 * emacs-lisp/find-func.el (find-function-search-for-symbol): Fix regexp
10977 so the defined var/fun doesn't need to be quoted.
10978
10979 2006-04-10 Richard Stallman <rms@gnu.org>
10980
10981 * finder.el (finder-mode-map): Add n and p bindings.
10982
10983 2006-04-10 Nick Roberts <nickrob@snap.net.nz>
10984
10985 * progmodes/gdb-ui.el (gdb-init-1): Re-initialise gdb-main-file to nil.
10986 (gdb-get-version): Make it work for pre "interpreter mi" (GDB 5.3?).
10987 (gdb-setup-windows): Put something in source window if we can't find
10988 the source file.
10989 (gdb-frame-handler): Make it work again with just assembly.
10990 (gdb-data-list-register-values-handler): Make it work when there is
10991 no stack.
10992
10993 2006-04-09 Richard Stallman <rms@gnu.org>
10994
10995 * mail/rmail.el (rmail-mime-charset-pattern): Ignore format and delsp
10996 specs while looking for charset.
10997
10998 * textmodes/picture.el (picture-mode-exit): Run picture-mode-exit-hook.
10999
11000 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X):
11001 Make them faces.
11002 (lm-font-lock-keywords): Update appropriately.
11003
11004 2006-04-10 Kim F. Storm <storm@cua.dk>
11005
11006 * simple.el (filter-buffer-substring): Add NOPROPS arg, so
11007 it can also replace buffer-substring-no-properties.
11008
11009 * emulation/cua-base.el (cua-delete-region, cua-paste)
11010 (cua-repeat-replace-region): Use filter-buffer-substring.
11011
11012 * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
11013 (cua-cut-region-to-global-mark): Likewise.
11014
11015 * emulation/cua-rect.el (cua--extract-rectangle)
11016 (cua-incr-rectangle, cua--rectangle-aux-replace): Likewise.
11017
11018 2006-04-09 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
11019
11020 * textmodes/bibtex.el (bibtex-entry-update): New optional arg
11021 entry-type. Add field delimiters to numerical fields if they are
11022 not present.
11023
11024 2006-04-09 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
11025
11026 * textmodes/bibtex.el (bibtex-find-text-internal): Add new element
11027 string-const to return value.
11028 (bibtex-remove-delimiters): Use it.
11029
11030 2006-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
11031
11032 * emacs-lisp/bytecomp.el (byte-compile-form): Don't call
11033 cl-byte-compile-compiler-macro unless it exists.
11034
11035 2006-04-08 Eli Zaretskii <eliz@gnu.org>
11036
11037 * files.el (hack-local-variables-confirm) <offer-save>:
11038 Clarify message text. Suggested by Ralf Angeli.
11039
11040 2006-04-08 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
11041
11042 * rect.el (kill-rectangle): Don't barf if `kill-read-only-ok' is set.
11043 (delete-extract-rectangle-line): Use `filter-buffer-substring'
11044 instead of `buffer-substring' and `delete-region'. (Most of the
11045 code actually copied from `kill-region'.)
11046
11047 2006-04-08 Ryan Yeske <rcyeske@gmail.com>
11048
11049 * rcirc.el (rcirc-default-server): Rename from rcirc-server.
11050 (rcirc-default-port): Rename from rcirc-port.
11051 (rcirc-default-nick): Rename from rcirc-nick.
11052 (rcirc-default-user-name): Rename from rcirc-user-name.
11053 (rcirc-default-user-full-name): Rename from rcirc-user-full-name.
11054 (rcirc-low-priority-flag): New variable.
11055 (rcirc-decode-coding-system): New defcustom.
11056 (rcirc-encode-coding-system): New defcustom.
11057 (rcirc-coding-system-alist): New defcustom.
11058 (rcirc-multiline-major-mode): New defcustom.
11059 (rcirc-nick): New internal variable.
11060 (rcirc-process): Remove variable.
11061 (rcirc-server-buffer): New variable.
11062 (rcirc): Update to use rcirc-default-* variables above.
11063 (rcirc-connect): Do not add window-configuration-hook-here.
11064 (rcirc-server): New internal variable.
11065 (rcirc-connect): Do not send keepalive pings if
11066 rcirc-keepalive-seconds is nil.
11067 (with-rcirc-server-buffer): New macro.
11068 (rcirc-send-string): Encode with rcirc-encode-coding-system.
11069 (rcirc-server-name): Rename from rcirc-server.
11070 (rcirc-buffer-process): New function.
11071 (rcirc-buffer-nick): New function.
11072 (rcirc-buffer-target): Remove function.
11073 (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
11074 New commands.
11075 (rcirc-mode-map): Change binding of C-c C-l to
11076 rcirc-toggle-low-priority.
11077 (rcirc-mode): Initialize coding system based on
11078 rcirc-coding-system-alist. New change-major-mode-hook to part the
11079 channel on a mode change. Make kill-buffer-hook buffer-local.
11080 (rcirc-change-major-mode-hook): New function.
11081 (rcirc-clean-up-buffer): Rename from rcirc-kill-buffer-hook-1.
11082 (rcirc-last-post-time): New variable.
11083 (rcirc-process-message): Store the last time user posted a message
11084 to this target.
11085 (rcirc-multiline-minor-mode): New mode.
11086 (rcirc-multiline-minor-mode-map): New mode map.
11087 (rcirc-edit-multiline): Put multiline-edit buffer in
11088 rcirc-multiline-major-mode along with rcirc-multiline-minor-mode.
11089 (rcirc-print): Ignore any line starting with an ignored nick.
11090 (rcirc-print): Decode using rcirc-decode-coding-system.
11091 (rcirc-track-minor-mode): Update global-mode-string when disabling
11092 this mode.
11093 (minor-mode-alist): Add LowPri indicator.
11094 (rcirc-toggle-low-priority): New function.
11095 (rcirc-last-non-irc-buffer): Prefix arg now no means switch to
11096 next lowpriority buffer with activity.
11097 (rcirc-record-activity): Sort buffers in rcirc-activity by the
11098 last time the user posted a message in to the target.
11099 (rcirc-update-activity-string): New formatting for low priority
11100 buffers.
11101 (rcirc-split-activity): New function.
11102 (rcirc-handler-PART, rcirc-handler-KICK)
11103 (rcirc-handler-PART-or-KICK): Kick responses are printed properly.
11104 (rcirc-nick-away-alist): New variable.
11105 (rcirc-handler-301): New handler. Away messages are printed once
11106 per change.
11107
11108 2006-04-08 Eli Zaretskii <eliz@gnu.org>
11109
11110 * info.el (Info-follow-nearest-node): Doc fix.
11111
11112 * international/mule-cmds.el (set-locale-environment): Make sure
11113 the coding-system preferred by the locale's language has the same
11114 EOL conversion type as the original buffer-file-coding-system.
11115 (locale-language-names): Add a few MS Windows language codes.
11116
11117 2006-04-07 Richard Stallman <rms@gnu.org>
11118
11119 * simple.el (eval-expression): Doc fix.
11120
11121 * emacs-lisp/lisp-mode.el (eval-print-last-sexp, eval-last-sexp)
11122 (eval-defun): Doc fixes.
11123
11124 2006-04-07 Reiner Steib <Reiner.Steib@gmx.de>
11125
11126 * pgg-gpg.el: Revert to revision 1.8 to allow the use of gpg-agent.
11127
11128 2006-04-07 Nick Roberts <nickrob@snap.net.nz>
11129
11130 * progmodes/gdb-ui.el (gdb-init-2): Set current filename using
11131 GDB list command without argument for greater generality.
11132
11133 2006-04-06 Reiner Steib <Reiner.Steib@gmx.de>
11134
11135 * subr.el (string-or-null-p): New function.
11136
11137 * textmodes/paragraphs.el (sentence-end): Use string-or-null-p.
11138
11139 * textmodes/ispell.el (ispell-local-dictionary): Use string-or-null-p.
11140
11141 * files.el: Update comment about safe-local-variable declarations.
11142
11143 2006-04-06 J.D. Smith <jdsmith@as.arizona.edu>
11144
11145 * progmodes/idlwave.el: Updated to IDLWAVE version 6.0.
11146 See idlwave.org.
11147
11148 * progmodes/idlw-shell.el: Updated to IDLWAVE version 6.0.
11149 See idlwave.org. Includes code to obsolete idlw-rinfo.el.
11150
11151 * progmodes/idlw-help.el: Updated to IDLWAVE version 6.0.
11152 See idlwave.org.
11153
11154 * progmodes/idlw-complete-structtag.el: Updated to IDLWAVE
11155 version 6.0 (minimal changes). See idlwave.org.
11156
11157 * progmodes/idlw-toolbar.el: Updated to IDLWAVE version
11158 6.0 (minimal changes). See idlwave.org.
11159
11160 * progmodes/idlw-rinfo.el: File obsoleted and removed.
11161
11162 2006-04-06 Romain Francoise <romain@orebokech.com>
11163
11164 * pgg-gpg.el: Sync back with Gnus 5.10, reverting changes that add
11165 symmetric encryption features and a new asynchronous interface to
11166 GnuPG. This new version is version 1.4, plus whitespace changes.
11167
11168 2006-04-06 Reiner Steib <Reiner.Steib@gmx.de>
11169
11170 * files.el: Move some `safe-local-variable' declarations to the
11171 respective files.
11172
11173 * textmodes/ispell.el (ispell-check-comments)
11174 (ispell-local-dictionary): Mark as safe.
11175
11176 * abbrev.el (abbrev-mode): Mark as safe.
11177
11178 * add-log.el (change-log-default-name): Mark as safe.
11179
11180 * textmodes/reftex-vars.el (reftex-vref-is-default)
11181 (reftex-fref-is-default, reftex-level-indent)
11182 (reftex-guess-label-type): Mark as safe.
11183
11184 * textmodes/fill.el (colon-double-space): Mark as safe.
11185
11186 * textmodes/paragraphs.el (paragraph-start, paragraph-separate)
11187 (sentence-end-double-space, sentence-end-without-period)
11188 (sentence-end-without-space, sentence-end, sentence-end-base)
11189 (page-delimiter, paragraph-ignore-fill-prefix): Mark as safe.
11190
11191 2006-04-06 Kim F. Storm <storm@cua.dk>
11192
11193 * ido.el (ido-mode): Remove ido-ignore-unc-host-regexps from
11194 the :set-after list.
11195 (ido-downcase-unc-hosts): New user option. Default on.
11196 (ido-ignore-unc-host-regexps): Don't reset ido-unc-hosts-cache
11197 when it is set, as regexps are now applied on the fly.
11198 (ido-unc-hosts): Keep all known hosts in ido-unc-hosts-cache.
11199 Make C-a DTRT--filter hosts through ido-ignore-unc-host-regexps
11200 on the fly, but only when ido-process-ignore-lists is set.
11201 Do case insensitive filtering if ido-downcase-unc-hosts is set.
11202 Only downcase names if ido-downcase-unc-hosts is set.
11203
11204 2006-04-06 Juanma Barranquero <lekktu@gmail.com>
11205
11206 * ido.el (ido-unc-hosts-cache): Fix typo in docstring.
11207
11208 * woman.el (WoMan-xref-man-page): Fix call to `substring'.
11209
11210 2006-04-05 Kim F. Storm <storm@cua.dk>
11211
11212 * ido.el (ido-mode): Set after ido-unc-hosts and
11213 ido-ignore-unc-host-regexps.
11214 (ido-save-history): Save ido-unc-hosts-cache.
11215 (ido-load-history): Load ido-unc-hosts-cache.
11216 (ido-reread-directory): Refresh unc hosts cache in // dir.
11217
11218 * startup.el (fancy-splash-screens): Set emulation-mode-map-alists
11219 to nil while displaying slash screen.
11220
11221 2006-04-05 Daiki Ueno <ueno@unixuser.org>
11222
11223 * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
11224 Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
11225
11226 2006-04-05 Kenichi Handa <handa@m17n.org>
11227
11228 * international/characters.el: Setup cases of Latin, Greek, and
11229 Cyrillic characters in CJK charsets.
11230
11231 2006-03-29 Daiki Ueno <ueno@unixuser.org>
11232
11233 * pgg-gpg.el (pgg-gpg-start-process): Don't bind
11234 default-enable-multibyte-characters. This reverts the change from
11235 revision 6.17 which is no longer necessary because the passphrase
11236 is sent separately now. GnuPG messages are unreadable under
11237 multibyte locales with default-enable-multibyte-characters set to nil.
11238
11239 2006-04-04 Andreas Schwab <schwab@suse.de>
11240
11241 * files.el: Mark `left-margin', `byte-compile-dynamic-docstrings'
11242 and `byte-compile-warnings' as `safe-local-variable'.
11243
11244 2006-04-04 Dan Nicolaescu <dann@ics.uci.edu>
11245
11246 * man.el (Man-mode-map): Restore the \r binding.
11247 (Man-abstract-xref-man-page): If Man-target-string is a function,
11248 call it.
11249 (Man-highlight-references): Use Man-default-man-entry to get the
11250 target. Deal with xrefs too.
11251 (Man-highlight-references0): Don't call the target function.
11252
11253 * woman.el (WoMan-xref-man-page): Strip the section number, woman
11254 cannot deal with it.
11255
11256 2006-04-04 Daiki Ueno <ueno@unixuser.org>
11257
11258 * pgg-gpg.el: Clean up process buffers every time gpg processes
11259 complete.
11260
11261 2006-04-04 Kenichi Handa <handa@m17n.org>
11262
11263 * sort.el (sort-build-lists): Don't bind inhibit-field-text-motion
11264 here.
11265 (sort-lines, sort-numeric-fields, sort-fields, sort-columns):
11266 Temporarily bind inhibit-field-text-motion to t.
11267
11268 2006-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
11269
11270 * startup.el (normal-splash-screen): Only set mode-line-format in the
11271 splash buffer, so as not to interfere when debugging the code.
11272 Ignore errors when switching buffer.
11273
11274 2006-04-03 Romain Francoise <romain@orebokech.com>
11275
11276 * dired.el (dired-dnd-protocol-alist): Fix typo.
11277
11278 2006-04-03 Reiner Steib <Reiner.Steib@gmx.de>
11279
11280 * savehist.el (savehist): Add :version.
11281 (savehist-ignored-variables): New variable.
11282 (savehist-minibuffer-hook): Don't save variables listed in
11283 `savehist-ignored-variables'.
11284
11285 * dired.el (dired-dnd-protocol-alist): Mention that change does
11286 only apply to new buffers in doc string.
11287
11288 2006-04-03 Lennart Borgman <lennart.borgman.073@student.lu.se> (tiny change)
11289
11290 * recentf.el (recentf-open-files-item): Include newline in button
11291 field, so opening a file will work, when the point is at the end
11292 of the file name. Allow, for example, to [i]search a file by
11293 extension and just push RET to open it.
11294
11295 2006-04-03 Daiki Ueno <ueno@unixuser.org>
11296
11297 * pgg-gpg.el (pgg-gpg-process-filter)
11298 (pgg-gpg-wait-for-completion): Check if buffer is alive.
11299
11300 * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
11301 lines, temporary fix.
11302
11303 2006-04-02 Dan Nicolaescu <dann@ics.uci.edu>
11304
11305 * ibuf-macs.el (define-ibuffer-column): Document the new parameter.
11306
11307 2006-04-02 Richard Stallman <rms@gnu.org>
11308
11309 * progmodes/compile.el (compilation-message-face): Make it defcustom.
11310
11311 2006-04-02 Dan Nicolaescu <dann@ics.uci.edu>
11312
11313 * ibuf-macs.el (define-ibuffer-column): Add a new key:
11314 header-mouse-map.
11315
11316 * ibuffer.el (ibuffer-name-header-map, ibuffer-size-header-map)
11317 (ibuffer-mode-header-map): New keymaps.
11318 (ibuffer-update-title-and-summary): Enable mouse face highlighting
11319 and keybindings for column headers.
11320 (name,size,mode) <define-ibuffer-column>: Add a header-mouse-map
11321 property.
11322
11323 2006-04-02 Drew Adams <drew.adams@oracle.com> (tiny change)
11324
11325 * speedbar.el (speedbar-after-create-hook): Doc fix.
11326
11327 2006-04-02 Michael Ernst <mernst@alum.mit.edu>
11328
11329 * shell.el (shell-directory-tracker)
11330 (shell-dynamic-complete-command): Doc fixes.
11331
11332 2006-04-01 Matt Hodges <MPHodges@member.fsf.org>
11333
11334 * pcomplete.el (pcomplete-show-completions): Recognize TAB on text
11335 terminals.
11336
11337 2006-04-01 Kim F. Storm <storm@cua.dk>
11338
11339 * ido.el (ido-unc-hosts-cache): New defvar.
11340 (ido-unc-hosts): If value of defcustom is a function, call it to
11341 get list of UNC hosts. Add function-item choices to specify
11342 ido-unc-hosts-net-view or user function.
11343 (ido-ignore-unc-host-regexps): New defcustom.
11344 (ido-unc-hosts-net-view, ido-unc-hosts): New functions.
11345 (ido-is-unc-root, ido-is-unc-host, ido-file-name-all-completions)
11346 (ido-exhibit): Call ido-unc-hosts to get list of UNC hosts.
11347
11348 2006-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
11349
11350 * pcvs-util.el (cvs-insert-strings): Fix bug with strings longer than
11351 wwidth.
11352
11353 2006-03-31 Juanma Barranquero <lekktu@gmail.com>
11354
11355 * ido.el (ido-cache-unc-host-shares-time, ido-report-no-match)
11356 (ido-max-work-file-list, ido-switch-buffer)
11357 (ido-read-file-name-as-directory-commands):
11358 Fix typos in docstrings.
11359
11360 2006-03-30 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11361
11362 * term/mac-win.el (mac-system-coding-system): Define and use after
11363 Mac-specific coding systems are ready.
11364
11365 2006-03-27 Romain Francoise <romain@orebokech.com>
11366
11367 * net/rcirc.el (rcirc-connect): Add autoload cookie.
11368
11369 * ldefs-boot.el: Update.
11370
11371 2006-03-27 Daiki Ueno <ueno@unixuser.org>
11372
11373 * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
11374 passphrases when it is not needed.
11375 (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
11376 passphrase stuff from gpg, should only be necessary when you use
11377 gpg with a smartcard.
11378
11379 2006-03-27 Nick Roberts <nickrob@snap.net.nz>
11380
11381 * comint.el (comint-dynamic-list-completions): Allow user to
11382 select *Completions* buffer.
11383
11384 2006-03-27 Carsten Dominik <dominik@science.uva.nl>
11385
11386 * textmodes/org.el (org-get-level-face): Fix bug with level counting.
11387
11388 2006-03-26 Andreas Schwab <schwab@suse.de>
11389
11390 * progmodes/gud.el (gdb): Only complain about multiple debugging
11391 when the gdb process is still running.
11392
11393 2006-03-25 Eli Zaretskii <eliz@gnu.org>
11394
11395 * mail/rmail.el (tool-bar-map): Defvar it.
11396 (rmail-tool-bar-map): Tool-bar buttons for Rmail.
11397 (rmail-perm-variables): Make rmail-tool-bar-map a local variable.
11398
11399 2006-03-25 Sven Joachim <svenjoac@gmx.de> (tiny change)
11400
11401 * help.el (print-help-return-message): Suggest to use
11402 display-buffer instead of switch-to-buffer-other-window to restore
11403 the previous window without selecting it.
11404
11405 2006-03-25 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11406
11407 * frame.el (select-frame-by-name): Call x-focus-frame also when
11408 window-system is mac.
11409
11410 * term/mac-win.el: Adjust Courier font specifications in
11411 x-fixed-font-alist.
11412 (mac-select-convert-to-string): Use utf-16be-mac or utf-16le-mac
11413 when directly encoding to UTF-16 in native byte order, no BOM.
11414
11415 2006-03-25 Kim F. Storm <storm@cua.dk>
11416
11417 * emulation/cua-base.el (cua-rectangle-mark-key): New defcustom.
11418 (cua--init-keymaps): Use it instead of fixed C-return.
11419 (cua-mode): Set after it.
11420
11421 * emulation/cua-rect.el (cua--init-rectangles):
11422 Use cua-rectangle-mark-key instead of fixed C-return.
11423
11424 2006-03-25 Nick Roberts <nickrob@snap.net.nz>
11425
11426 * progmodes/gdb-ui.el (gdba): Revert 2006-03-10 change for case of
11427 "run" in .gdbinit.
11428 (gdb-var-create-regexp): Remove "^done" prefix for gdb-mi.el.
11429
11430 2006-03-24 Romain Francoise <romain@orebokech.com>
11431
11432 * files.el (ctl-x-5-map): Really bind C-x 5 C-o to
11433 `display-buffer-other-frame'.
11434
11435 2006-03-24 Kim F. Storm <storm@cua.dk>
11436
11437 * apropos.el (apropos-synonyms): Add selection => region.
11438
11439 2006-03-24 Nick Roberts <nickrob@snap.net.nz>
11440
11441 * progmodes/gdb-ui.el (gdb-var-create-regexp)
11442 (gdb-var-list-children-regexp, gdb-var-update-regexp)
11443 (gdb-var-list-children-regexp-1, gdb-var-update-regexp-1)
11444 (gdb-data-list-register-values-regexp)
11445 (gdb-stack-list-locals-regexp, gdb-stack-list-locals-handler):
11446 Future proof against new fields being added to MI output.
11447 (gdb-send): Don't treat backslashes for program input as
11448 continuations.
11449 (gdb-assembler-handler): Don't use window-start for this handler.
11450 (gdb-frame-handler): Don't change to hollow arrow if overlay
11451 arrow doesn't move to new frame.
11452
11453 2006-03-24 Nick Roberts <nickrob@snap.net.nz>
11454
11455 * progmodes/gdb-ui.el (gdb-continuation): Declare earlier to
11456 prevent compiler warnings.
11457 (gdb-stopped): Check for gud-last-last-frame (case: signal).
11458 (breakpoint-disabled): Make lighter for contrast with overlay arrow.
11459 (gdb-assembler-custom): Use hollow-right-triangle for assembler
11460 buffer too.
11461
11462 2006-03-23 Reiner Steib <reinersteib+gmane@imap.cc>
11463
11464 * pgg-gpg.el (pgg-gpg-update-agent): Check for
11465 make-network-process, so we can use the same code in Gnus v5-10
11466 too and have this file fully synchronized with that release.
11467
11468 2006-03-23 Romain Francoise <romain@orebokech.com>
11469
11470 * ibuf-ext.el (ibuffer-read-filter-group-name):
11471 Use `ibuffer-generate-filter-groups' to make completion list match
11472 the filter groups that are really displayed in the Ibuffer buffer.
11473 (ibuffer-generate-filter-groups): Add new args noempty, nodefault.
11474
11475 2006-03-23 Kenichi Handa <handa@m17n.org>
11476
11477 * international/mule-cmds.el (sort-coding-systems): Describe that
11478 the argument is modified in docstring.
11479
11480 2006-03-22 Sascha Wilde <wilde@sha-bang.de>
11481
11482 * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
11483 (pgg-gpg-update-agent): New function.
11484 (pgg-gpg-use-agent-p): New function.
11485 (pgg-gpg-process-region, pgg-gpg-encrypt-region)
11486 (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
11487 (pgg-gpg-sign-region): Use it.
11488
11489 2006-03-21 Chong Yidong <cyd@stupidchicken.com>
11490
11491 * cus-edit.el (custom-face-set): Call custom-push-theme before
11492 face-spec set so that `changed' theme is correctly saved.
11493 (custom-face-reset-standard): Reset to recalculated face rather
11494 than defface spec.
11495
11496 * custom.el (custom-push-theme): Only save `changed' theme if the
11497 current face does not match the defface specs.
11498
11499 2006-03-21 Simon Josefsson <jas@extundo.com>
11500
11501 * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
11502 <wilde@sha-bang.de>.
11503 (pgg-gpg-use-agent): New variable.
11504 (pgg-gpg-process-region): Use it.
11505 (pgg-gpg-encrypt-region): Likewise.
11506 (pgg-gpg-encrypt-symmetric-region): Likewise.
11507 (pgg-gpg-decrypt-region): Likewise.
11508 (pgg-gpg-sign-region): Likewise.
11509 (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
11510
11511 2006-03-21 Carsten Dominik <dominik@science.uva.nl>
11512
11513 * textmodes/org.el (org-open-at-point): Fix bug in wiki-style
11514 bracket links.
11515
11516 2006-03-21 Kim F. Storm <storm@cua.dk>
11517
11518 * progmodes/gdb-ui.el (gdb-reset): Set buffer local value of
11519 fringe-indicator-alist instead of modifying global value.
11520 (gdb-frame-handler): Likewise.
11521
11522 2006-03-21 Nick Roberts <nickrob@snap.net.nz>
11523
11524 * diff-mode.el (diff-function): Make it inherit from diff-header
11525 instead of diff-context.
11526
11527 * progmodes/gdb-ui.el (hollow-right-triangle): Define as fringe
11528 bitmap.
11529 (gdb-info-stack-custom): Rename from gdb-info-frames-custom and
11530 change names in macro above for consistency.
11531 (gdb-frame-handler): Use hollow-right-triangle for all selected
11532 frames which except the innermost (where execution has stopped).
11533 (gdb-reset): Reset buffer-local values of overlay-arrow.
11534
11535 2006-03-20 Richard Stallman <rms@gnu.org>
11536
11537 * simple.el (set-mark-command): Doc fix.
11538
11539 * files.el (display-buffer-other-frame): New command.
11540 (ctl-x-4-map): Bind C-x 5 C-o to it.
11541
11542 2006-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
11543
11544 * jit-lock.el (jit-lock-function): Check for the actual defer-timer
11545 rather than just defer-time, in case defer-time has been changed but
11546 the timer isn't running yet.
11547 (jit-lock-deferred-fontify): Correspondingly let-bind defer-timer.
11548
11549 2006-03-19 Luc Teirlinck <teirllm@auburn.edu>
11550
11551 * help-mode.el (help-follow-symbol): New function.
11552 Essentially identical to the old `help-follow', but do not let
11553 `push-button' do the work when on an xref.
11554 (help-mode-map): Bind `help-follow-symbol' to "C-c C-c".
11555
11556 2006-03-19 Richard Stallman <rms@gnu.org>
11557
11558 * help-mode.el (help-xref-symbol-regexp): Make no xref for symbol
11559 preceded by the word `program'.
11560 (help-follow-mouse, help-follow): Throw error if not on xref.
11561 Delete no longer used args.
11562
11563 2006-03-20 Nick Roberts <nickrob@snap.net.nz>
11564
11565 * progmodes/gdb-ui.el (gdb-stopped): Even when there is no source
11566 annotation ensure gud-overlay-arrow-position is redisplayed.
11567
11568 2006-03-19 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
11569
11570 * textmodes/bibtex.el (bibtex-include-OPTkey)
11571 (bibtex-entry-field-alist, bibtex-generate-url-list): Mark as risky.
11572 (bibtex-autokey-name-case-convert)
11573 (bibtex-autokey-titleword-case-convert): Make these the aliases
11574 for the following two variables.
11575 (bibtex-autokey-name-case-convert-function)
11576 (bibtex-autokey-titleword-case-convert-function): Make these the
11577 real names.
11578 (bibtex-font-lock-keywords): Make bibtex-font-lock-url and
11579 bibtex-font-lock-crossref sublists.
11580 (bibtex-mode): Revert 2005-12-30 change (which made
11581 completion-ignore-case buffer-local).
11582 (bibtex-url): Simplify.
11583
11584 2006-03-19 Kim F. Storm <storm@cua.dk>
11585
11586 * emulation/cua-rect.el (cua--highlight-rectangle): Set overlay
11587 cursor property value to 2 (to align with C level change).
11588
11589 2006-03-19 Bill Wohler <wohler@newt.com>
11590
11591 * image.el (image-load-path-for-library): Shorten first line in
11592 docstring.
11593
11594 2006-03-18 Richard Stallman <rms@gnu.org>
11595
11596 * mail/rmail.el (rmail-reply-regexp): Undo previous change.
11597
11598 2006-03-18 Ben North <ben@redfrontdoor.org> (tiny change)
11599
11600 * isearch.el (isearch-other-meta-char): Handle user bindings for
11601 shifted control characters.
11602
11603 2006-03-18 Agustin Martin <agustin.martin@hispalinux.es>
11604
11605 * textmodes/ispell.el (ispell-skip-region-alist): Add "_+" to the
11606 part that matches email addresses, file names, etc.
11607
11608 2006-03-18 Eli Zaretskii <eliz@gnu.org>
11609
11610 * term/w32-win.el (mouse-set-font):
11611 Mention w32-list-proportional-fonts in the doc string.
11612
11613 2006-03-18 Kim F. Storm <storm@cua.dk>
11614
11615 * ido.el (ido-cache-ftp-work-directory-time): Doc fix.
11616 (ido-unc-hosts): New user option to explicitly define list of know
11617 UNC-style hosts for completion.
11618 (ido-cache-unc-host-shares-time): New user option.
11619 (ido-is-unc-root, ido-is-unc-host, ido-cache-unc-valid):
11620 New helper functions for UNC file-name support.
11621 (ido-may-cache-directory): Check for UNC host. Simplify.
11622 (ido-wash-history): Clean out old UNC hosts.
11623 (ido-nonreadable-directory-p): UNC hosts are always readable.
11624 (ido-directory-too-big-p): UNC hosts are never too big.
11625 (ido-set-current-directory): Handle UNC root path.
11626 (ido-file-name-all-completions): Complete UNC host names from
11627 ido-unc-hosts list. Cache UNC host shares.
11628 (ido-make-file-list-1): Don't filter UNC root.
11629 (ido-exhibit): Check for // in root directory, and switch to UNC
11630 mode by setting ido-current-directory to //.
11631
11632 2006-03-17 Luc Teirlinck <teirllm@auburn.edu>
11633
11634 * cus-edit.el (customize-changed-options): Mention explicit
11635 version number as default in prompt.
11636
11637 2006-03-17 Bill Wohler <wohler@newt.com>
11638
11639 * image.el (image-load-path-for-library): Minor docstring fix.
11640
11641 2006-03-17 Carsten Dominik <dominik@science.uva.nl>
11642
11643 * textmodes/org.el (org-read-date): Include subgroup 5 into
11644 replacement text.
11645 (org-popup-calendar-for-date-prompt): Fix customization type.
11646
11647 2006-03-17 Nick Roberts <nickrob@snap.net.nz>
11648
11649 * progmodes/gdb-ui.el (gud-watch): Provide completion.
11650 (gdb-continuation): New variable.
11651 (gdb-send): Deal with continuation lines.
11652
11653 * progmodes/gud.el (gud-gdb-complete-command)
11654 (gud-gdb-run-command-fetch-lines): Adapt for use with watch
11655 expressions.
11656 (gud-tooltip-mode): Use buffer-local value.
11657
11658 2006-03-16 Kim F. Storm <storm@cua.dk>
11659
11660 * ido.el (ido-edit-input): Use selected match, if any.
11661
11662 2006-03-16 Bill Wohler <wohler@newt.com>
11663
11664 * image.el (image-load-path-for-library): Prefer user's images in
11665 image-load-path.
11666
11667 2006-03-16 Martin Rudalics <rudalics@gmx.at>
11668
11669 * mouse.el (mouse-drag-vertical-line): Use window-inside-edges
11670 when checking for attempt to drag leftmost or rightmost scrollbar.
11671
11672 2006-03-16 Nick Roberts <nickrob@snap.net.nz>
11673
11674 * progmodes/gdb-ui.el (gdb-inferior-status): New variable.
11675 (gdb-force-mode-line-update): New function.
11676 (gdb-resync, gdb-starting, gdb-signal, gdb-exited, gdb-stopped)
11677 (gdb-exited): Use them.
11678 (gdb-signal): New function.
11679 (gdb-annotation-rules): Provide a rule for it.
11680
11681 2006-03-16 Kenichi Handa <handa@m17n.org>
11682
11683 * international/mule.el (auto-coding-regexp-alist): Add entries
11684 for Unicode BOM.
11685
11686 * sort.el (sort-build-lists): Temporarily bind
11687 inhibit-field-text-motion to t.
11688
11689 2006-03-15 Luc Teirlinck <teirllm@auburn.edu>
11690
11691 * locate.el (locate-command, locate-make-command-line)
11692 (locate-fcodes-file, locate-update-command)
11693 (locate-prompt-for-command, locate, locate-with-filter)
11694 (locate-get-file-positions): Doc fixes.
11695 (locate-buffer-name, locate-header-face): Remove leading `*' in
11696 defcustom.
11697 (locate-filter-output): Use `keep-lines' instead of its alias
11698 `delete-non-matching-lines'.
11699 (locate-get-filename, locate-get-dirname): Add introductory comment.
11700 (locate-find-directory-other-window): Give appropriate error
11701 message if used outside main listing.
11702
11703 2006-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
11704
11705 * font-lock.el (font-lock-lines-before): Delete variable, subsumed by
11706 the new extend-region feature.
11707 (font-lock-after-change-function): Update correspondingly.
11708 * jit-lock.el (jit-lock-after-change): Update correspondingly.
11709 * progmodes/grep.el (font-lock-lines-before): Don't disable.
11710
11711 2006-03-15 Bill Wohler <wohler@newt.com>
11712
11713 * image.el (image-load-path-for-library): Fix example by not
11714 recommending that one binds image-load-path. Just defvar it to
11715 placate compiler and only use it if previously defined.
11716
11717 2006-03-15 Carsten Dominik <dominik@science.uva.nl>
11718
11719 * textmodes/org.el (org-insert-centered): Use `string-width' to
11720 make underlining work for wide characters.
11721 (org-goto-map, org-agenda-mode-map, org-mode-map): Explicitly bind
11722 TAB to `org-cycle', to make sure that no binding in
11723 `outline-mode-map' can supercede it.
11724
11725 2006-03-14 Ken Manheimer <ken.manheimer@gmail.com>
11726
11727 * allout.el: Increment version to 2.2.1 in file commentary.
11728
11729 (allout-version): Increment to 2.2.1.
11730
11731 (allout-default-layout): New customization variable, used when the
11732 file lacks a specific allout-layout. Uses allout-layout-type for
11733 recursively nested definition.
11734
11735 (allout-layout-type): Widget defining allout layouts, necessary for
11736 self-recursive definition.
11737
11738 (allout-mode): Incorporate allout-default-layout as fallback for
11739 allout-layout.
11740
11741 (allout-layout): Mark as 'safe-local-variable', and refer mention
11742 fallback to `allout-default-layout' in absence of a specified value.
11743 (allout-passphrase-verifier-string)
11744 (allout-passphrase-hint-string): Mark as 'safe-local-variable'.
11745
11746 (allout-file-passphrase-verifier-string): Obsolete variable, removed.
11747
11748 (allout-get-encryption-passphrase-verifier): Use correct name of
11749 passphrase verifier in docstring.
11750
11751 2006-03-15 Nick Roberts <nickrob@snap.net.nz>
11752
11753 * progmodes/gdb-ui.el (gdb-var-list): Change order of first two
11754 elements.
11755 (gdb-find-watch-expression): Make it work for arrays too.
11756 Follow change to gdb-var-list.
11757 (gud-watch): Allow the user to enter variable name with a prexix
11758 arg. Create keybindings.
11759 (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
11760 (gdb-var-list-children-handler, gdb-var-update-handler)
11761 (gdb-var-delete, gdb-edit-value, gdb-speedbar-expand-node)
11762 (gdb-var-list-children-handler-1, gdb-var-update-handler-1):
11763 Follow change to gdb-var-list.
11764 (gdb-starting): Don't show the overlay arrows when program is running.
11765
11766 * progmodes/gud.el (gud-speedbar-buttons): Follow change to
11767 gdb-var-list.
11768
11769 2006-03-14 Bill Wohler <wohler@newt.com>
11770
11771 * image.el (image-load-path-for-library): Pass value of path
11772 rather than symbol. Always return list of directories.
11773 Guarantee that image directory comes first.
11774
11775 2006-03-14 Alan Mackenzie <acm@muc.de>
11776
11777 * font-core.el (font-lock-extend-region\(-function\)?.):
11778 New function/variable.
11779
11780 * font-lock.el (font-lock-after-change-function):
11781 Call font-lock-extend-region. Obey font-lock-lines-before.
11782 (font-lock-default-fontify-region): Remove reference to
11783 font-lock-lines-before.
11784
11785 * jit-lock.el (jit-lock-after-change):
11786 Call font-lock-extend-region. Obey font-lock-lines-before.
11787
11788 2006-03-14 David Ponce <david@dponce.com>
11789
11790 * tree-widget.el (tree-widget-themes-load-path)
11791 (tree-widget-themes-directory, tree-widget-theme): Doc fix.
11792
11793 2006-03-13 Ryan Yeske <rcyeske@gmail.com>
11794
11795 * net/rcirc.el (rcirc) <defgroup>: Add link to manual.
11796 (rcirc-print): Mark the start of text at the end of the prompt.
11797 (rcirc-track-minor-mode): Add autoload cookie.
11798 (rcirc-update-activity-string): Add space to front of mode-line
11799 indicator.
11800
11801 2006-03-13 Miles Bader <miles@gnu.org>
11802
11803 * net/rcirc.el (rcirc-nick-abbrevs): Remove variable.
11804 (rcirc-abbrev-nick): Remove function.
11805 (rcirc-format-response-string): Don't call `rcirc-abbrev-nick'.
11806
11807 2006-03-13 David Ponce <david@dponce.com>
11808
11809 * tree-widget.el: Handle themes across all occurrences of the main
11810 themes sub-directory found in tree-widget-themes-load-path.
11811 (tree-widget-themes-directory, tree-widget-theme): Doc fix.
11812 (tree-widget--locate-sub-directory): Return all occurrences.
11813 (tree-widget-themes-path): New function.
11814 Replace tree-widget-themes-directory, and return a list of directories.
11815 (tree-widget-set-parent-theme)
11816 (tree-widget-lookup-image): Use it.
11817
11818 2006-03-13 Carsten Dominik <dominik@science.uva.nl>
11819
11820 * textmodes/org.el (org-link-search): Avoid self-matching of
11821 links, allow target text to be distributed over several lines.
11822 (org-search-not-link): New function.
11823 (org-set-regexps-and-options, org-get-current-options):
11824 New startup options.
11825 (org-export-as-html): Take odd-level setting from local variable.
11826 (org-fontify-emphasized-text): New option.
11827 (org-set-font-lock-defaults): Include emphasized text.
11828 (org-follow-mhe-link): Allow folder-only links, fix folder name.
11829 (org-font-lock): Customize group renamed from `org-faces'.
11830
11831 2006-03-13 John Paul Wallington <jpw@pobox.com>
11832
11833 * ibuf-ext.el (ibuffer-never-show-predicates): Add `require'
11834 keyword; require `ibuf-ext' feature. Thanks to Zhang Wei.
11835
11836 2006-03-12 Luc Teirlinck <teirllm@auburn.edu>
11837
11838 * cus-start.el (all): Delete :version keyword for members of the
11839 fringe group, since the entire group is new in 22.1.
11840
11841 2006-03-13 Nick Roberts <nickrob@snap.net.nz>
11842
11843 * progmodes/gdb-ui.el (gdb-stack-list-locals-handler): Add local
11844 map if value is hexadecimal (an address).
11845 (gud-watch): Only search roots for existing watch expressions.
11846 (gdb-speedbar-refresh): Bind speedbar-shown-directories to nil to
11847 prevent caching problems with speedbar-update-directory-contents.
11848
11849 2006-03-12 Juri Linkov <juri@jurta.org>
11850
11851 * battery.el (battery-linux-proc-acpi): Check `capacity' for non-nil
11852 before comparing with `low' and `warn'.
11853
11854 * info.el (Info-dir-remove-duplicates): Move point to the
11855 beginning of the current line after deleting the entries from
11856 redundant heading. Use marker for `limit' and compare it with
11857 point before calling `re-search-forward'.
11858
11859 2006-03-11 Luc Teirlinck <teirllm@auburn.edu>
11860
11861 * simple.el (yank): Fix typo in docstring.
11862
11863 2006-03-11 Ryan Yeske <rcyeske@gmail.com>
11864
11865 * mail/rmailsum.el (rmail-summary-next-msg): Skip deleted
11866 messages, where "D" is the 6th character.
11867
11868 2006-03-11 Eli Zaretskii <eliz@gnu.org>
11869
11870 * simple.el (yank): Fix last change.
11871
11872 2006-03-11 David Ponce <david@dponce.com>
11873
11874 * ispell.el (ispell-find-aspell-dictionaries): Add aliases before
11875 merging elements from the standard ispell-dictionary-alist.
11876 (ispell-aspell-add-aliases): Add aliases to the passed dictionary
11877 alist, and return the new alist.
11878
11879 2006-03-11 Richard Stallman <rms@gnu.org>
11880
11881 * mail/rmail.el (rmail-ignored-headers): Discard DomainKey-Signature.
11882
11883 * eshell/eshell.el (eshell-prefer-to-shell): Variable deleted;
11884 the way it is implemented is too unclean.
11885
11886 * simple.el (kill-region, yank): Doc fix.
11887
11888 * battery.el (battery-echo-area-format): Doc fix.
11889 (battery-mode-line-format): Likewise.
11890 (battery-linux-proc-apm, battery-linux-proc-acpi): Likewise.
11891 (battery-linux-proc-acpi): Ignore batteries that say "charged".
11892
11893 2006-03-11 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at>
11894
11895 * progmodes/octave-mod.el (octave-indent-for-comment):
11896 Behave according to do string.
11897
11898 2006-03-11 Agustin Martin <agustin.martin@hispalinux.es>
11899
11900 * textmodes/ispell.el (ispell-menu-map-needed) [ispell-message]:
11901 Be visible only if major mode is Mail Mode.
11902
11903 * textmodes/flyspell.el (flyspell-external-point-words)
11904 (flyspell-process-localwords): Fix last changes.
11905
11906 2006-03-11 Eli Zaretskii <eliz@gnu.org>
11907
11908 * calendar/holidays.el (list-holidays): Doc fix.
11909
11910 * international/mule.el (auto-coding-alist): Add .odt
11911 (OpenOffice's open document) files.
11912
11913 * files.el (auto-mode-alist): Add .odt (OpenOffice's open
11914 document) files. Mention in the doc string the need to sync with
11915 auto-coding-alist.
11916
11917 2006-03-10 Chong Yidong <cyd@stupidchicken.com>
11918
11919 * files.el (hack-local-variables-confirm): Don't prompt for ! if
11920 enable-local-variables is set to always query, or there is no
11921 savable variable.
11922
11923 2006-03-10 Bill Wohler <wohler@newt.com>
11924
11925 * image.el (image-load-path-for-library): Merge at least three
11926 functions from Gnus and MH-E into this one function that can now
11927 be shared.
11928
11929 2006-03-11 Nick Roberts <nickrob@snap.net.nz>
11930
11931 * progmodes/gdb-ui.el (gdb-remove-text-properties): Rename from
11932 gdb-remove-mouse-face and remove help-echo too.
11933 (gdb-enqueue-input): Correct conditional clause.
11934
11935 2006-03-10 Glenn Morris <rgm@gnu.org>
11936
11937 * calendar/calendar.el (calendar-holidays): Doc fix.
11938 * calendar/holidays.el (list-holidays): Doc fix.
11939
11940 2006-03-10 Nick Roberts <nickrob@snap.net.nz>
11941
11942 * progmodes/gdb-ui.el (gdba): Don't call gdb-init-1 explicitly as
11943 it gets called in gdb-prompt anyway.
11944 (gdb-use-separate-io-buffer): Only restore window arrangement for
11945 gdb-many-windows.
11946 (gdb-enqueue-input): Make it harder to send GDB input when program
11947 is running.
11948 (gdb-buffer-list): New variable.
11949 (gdb-remove-mouse-face): New function.
11950 (gdb-starting): Use it when GDB input won't get sent.
11951
11952 2006-03-08 Juanma Barranquero <lekktu@gmail.com>
11953
11954 * help.el (view-lossage): Remove trailing whitespace before
11955 inserting "\n".
11956
11957 2006-03-07 Chong Yidong <cyd@stupidchicken.com>
11958
11959 * files.el (hack-local-variables-confirm):
11960 Set coding-system-for-read to nil before writing to .emacs.
11961
11962 * arc-mode.el (archive-extract): Check if an existing buffer name
11963 comes from a different archive.
11964
11965 * help.el (describe-key-briefly): If KEY is a down event, read and
11966 discard the up event.
11967
11968 2006-03-07 Nick Roberts <nickrob@snap.net.nz>
11969
11970 * progmodes/gud.el (gud-speedbar-buttons): Allow pointers to
11971 be edited and use font-lock-warning-face for any changes.
11972
11973 * progmodes/gdb-ui.el (gdb-edit-value-handler): New function.
11974 (gdb-edit-value): Use it to report any errors.
11975
11976 2006-03-07 Juanma Barranquero <lekktu@gmail.com>
11977
11978 * help.el (describe-key): Remove leftover test code.
11979
11980 2006-03-07 Carsten Dominik <dominik@science.uva.nl>
11981
11982 * textmodes/org.el: Move defvars out of eval-when-compile.
11983 Use buffer-file-name variable.
11984 (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused
11985 arg `file'.
11986 (org-level-faces): Remove startup dependency.
11987 (org-cycle, org-map-tree, org-scan-tags)
11988 (org-remember-handler): Don't call `outline-level' directly.
11989 (org-mhe-search-all-folders): New option.
11990 (org-mhe-get-message-folder-from-index)
11991 (org-mhe-get-message-folder): Fix indexing search.
11992 (org-format-agenda-item): Handle nil TAGS argument.
11993 (org-cleaned-string-for-export, org-activate-target-links)
11994 (org-make-target-link-regexp): Deal with empty radio target list.
11995 (org-tag): New face.
11996 (org-get-level-face): New function.
11997 (org-set-font-lock-defaults): Simplify setup for headlines.
11998 (org-complete): Pass common substring to `display-completion-list'.
11999
12000 2006-03-06 David Ponce <david@dponce.com>
12001
12002 * tree-widget.el: Update Commentary header.
12003 (tree-widget-theme-name): Ignore parent themes.
12004 (tree-widget-set-parent-theme): New function.
12005 (tree-widget-set-theme): Use it.
12006 (tree-widget-set-image-properties): Move definition. Does nothing
12007 if image properties have already been set.
12008 (tree-widget-image-properties): Move definition. Receive an image
12009 name. Set the :pointer property.
12010 (tree-widget-lookup-image): Doc fix. Search in parent themes.
12011 Don't set the :pointer image property.
12012 (tree-widget-convert-widget): New function. Handle :dynargs
12013 compatibility here.
12014 (tree-widget): Use it to :convert-widget. Add the :expander-p
12015 predicate to control when the :expander function is entered.
12016 Thanks to Ken Manheimer <ken.manheimer@gmail.com> for the idea.
12017 (tree-widget-value-create): Handle :expander-p. widget-apply
12018 :expander.
12019 (tree-widget-expander-p): New function. Default value of the
12020 :expander-p property.
12021
12022 2006-03-06 Chong Yidong <cyd@stupidchicken.com>
12023
12024 * help.el (describe-key): Properly handle the return value of
12025 read-key-sequence when grabbing an up-event. Cleanup mouse-1
12026 remaps. Handle string and vector `follow-link' values.
12027
12028 2006-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
12029
12030 * complete.el (PC-expand-many-files): Try be more careful when parsing
12031 the shell's output.
12032
12033 2006-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
12034
12035 * outline.el (hide-sublevels): Provide better interactive default.
12036
12037 2006-03-06 Kenichi Handa <handa@m17n.org>
12038
12039 * international/fontset.el (create-fontset-from-fontset-spec):
12040 Fix regexp for paring FONTSET-SPEC (allow spaces after `:').
12041
12042 2006-03-05 Luc Teirlinck <teirllm@auburn.edu>
12043
12044 * progmodes/gud.el (gud-jdb-marker-filter): Quote `[' with two
12045 backslashes instead of one in regexp.
12046 (gud-tooltip-dereference): Add missing optional argument.
12047
12048 2006-03-04 John Paul Wallington <jpw@pobox.com>
12049
12050 * wdired.el (toplevel): Require `cl' at compile-time.
12051
12052 2006-03-04 Andreas Schwab <schwab@suse.de>
12053
12054 * server.el (server-process-filter): Handle errors during
12055 evaluation of the argument.
12056
12057 2006-03-03 John Paul Wallington <jpw@pobox.com>
12058
12059 * t-mouse.el (t-mouse-drag-start, t-mouse-swap-alt-keys): Doc fix;
12060 escape parentheses at beginning of line.
12061 (t-mouse-tty, t-mouse-make-event): Doc fix; use imperative.
12062 (t-mouse-mode): Remove period from end of error message.
12063
12064 2006-03-03 Agustin Martin <agustin.martin@hispalinux.es>
12065
12066 * textmodes/flyspell.el (flyspell-process-localwords):
12067 Be case-sensitive.
12068
12069 2006-03-03 Martin Rudalics <rudalics@gmx.at>
12070
12071 * cus-edit.el (custom-quote): Remove function, since it has been
12072 moved to custom.el.
12073
12074 * font-lock.el (lisp-font-lock-keywords-2)
12075 * emacs-lisp/rx.el (rx-check-any, rx-check-not)
12076 * generic-x.el (reg-generic-mode): Quote "]"s in regexps when
12077 they have no special meaning.
12078
12079 * midnight.el (clean-buffer-list): Handle case where base-buffer of
12080 indirect buffer gets killed before indirect buffer. Use dolist.
12081
12082 2006-03-03 Ken Manheimer <ken.manheimer@gmail.com>
12083
12084 * emacs-lisp/edebug.el (edebug-display): Use `edebug-sit-for-seconds'
12085 value instead of a literal constant (1) on more pauses.
12086
12087 2006-03-03 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
12088
12089 * textmodes/flyspell.el (flyspell-external-point-words):
12090 Be case-sensitive.
12091
12092 2006-03-03 Ryan Yeske <rcyeske@gmail.com>
12093
12094 * net/rcirc.el (rcirc-url-regexp): Match entire url when it starts
12095 with "www".
12096
12097 2006-03-03 Ken Manheimer <ken.manheimer@gmail.com>
12098
12099 * allout.el: Restablish intermediate missing comment header to
12100 preserve outline structure.
12101 (allout-beginning-of-current-entry): Skip invisible text.
12102 (allout-open-topic): Fix opening a topic at end-of-buffer.
12103 (allout-minor-mode): Move nearer to allout-mode function.
12104
12105 2006-03-02 Carsten Dominik <dominik@science.uva.nl>
12106
12107 * textmodes/org.el (org-paste-subtree): Remove (debug) form.
12108
12109 2006-03-02 Nick Roberts <nickrob@snap.net.nz>
12110
12111 * dframe.el (dframe-frame-mode): Don't burp when menu-bar-lines
12112 is nil.
12113
12114 * progmodes/gud.el (gud-speedbar-menu-items):
12115 Use buffer-local-value and add missing :visible keyword.
12116
12117 * progmodes/gdb-ui.el (gdb-speedbar-refresh): Quieten speedbar-refresh.
12118
12119 2006-03-01 Carsten Dominik <dominik@science.uva.nl>
12120
12121 * textmodes/reftex-index.el (reftex-index-map): `follow-mouse'
12122 must be `follow-link'.
12123
12124 * textmodes/reftex-toc.el (reftex-toc-map): Likewise.
12125
12126 * textmodes/org.el (org-export-as-html): Fix bugs in HTML
12127 formatting: No nested anchors.
12128 (org-all-targets): Fix bug with XEmacs compatibility.
12129 (org-read-date): Add (require 'parse-time).
12130 (org-set-tags): Fix bug with extra inserted space.
12131 (org-export-html-style): Define a style class for targets.
12132 (org-agenda-keymap, org-mouse-map): Add a binding for `follow-link'.
12133 (org-hide-leading-stars): New option.
12134 (org-hide): New face.
12135 (org-set-font-lock-defaults): Allow to hide leading stars.
12136 (org-get-legal-level, org-tr-level): New functions.
12137 (org-odd-levels-only): New option.
12138 (org-level-faces, org-paste-subtree, org-convert-to-odd-levels)
12139 (org-demote, org-promote): Deal with double-star levels.
12140 (org-convert-to-odd-levels): New command.
12141
12142 2006-03-01 Nick Roberts <nickrob@snap.net.nz>
12143
12144 * speedbar.el (speedbar-update-localized-contents): Try to
12145 preserve window-start.
12146 (speedbar-update-directory-contents): Try to preserve window-start
12147 and window-point.
12148 (speedbar-update-special-contents): Don't move back to start of window.
12149
12150 * progmodes/gdb-ui.el (gdb-speedbar-refresh): Rename from
12151 gdb-speedbar-timer-fn. Use speedbar-refresh instead of
12152 speedbar-timer-fn.
12153 (gdb-var-update-handler, gdb-var-update-handler-1): Use it.
12154 (gdb-speedbar-expand-node): Use speedbar-delete-subblock
12155 instead of gdb-speedbar-timer-fn.
12156
12157 2006-02-28 Jay Belanger <belanger@truman.edu>
12158
12159 * calc/calccomp.el (math-compose-tex-matrix): Add a latex option.
12160 (math-compose-expr): Use latex option when calling
12161 `math-compose-tex-matrix' for latex mode.
12162
12163 2006-02-28 Nick Roberts <nickrob@snap.net.nz>
12164
12165 * speedbar.el: Re-instate comments about developing for speedbar
12166 [this is what info and gdb-ui use even if better methods exist now].
12167
12168 * t-mouse.el: New file.
12169 (t-mouse-tty): Use with-temp-buffer. Add more terminal types.
12170 (t-mouse-lispy-buffer-posn-from-coords): Remove.
12171 (t-mouse-make-event-element): Use posn-at-x-y instead.
12172 (t-mouse-make-event): Deal with Fedora Core 3.
12173 (t-mouse-make-event): Don't sink the `stupid text mode menubar'.
12174 (t-mouse-mouse-position-function): New function. Use it instead
12175 of advising mouse-position.
12176 (t-mouse-mode): New minor mode.
12177 (t-mouse-stop, t-mouse-run): Remove. Use t-mouse-mode instead.
12178
12179 2006-02-27 Glenn Morris <rgm@gnu.org>
12180
12181 * calendar/calendar.el (calendar-holidays): Doc fix.
12182
12183 2006-02-27 Nick Roberts <nickrob@snap.net.nz>
12184
12185 * progmodes/gdb-ui.el (gdb-source-window): New variable.
12186 Re-introduce the concept of a source window.
12187 (gdb-get-buffer-create): Rename from gdb-get-create-buffer for
12188 consistency with get-buffer-create.
12189 (def-gdb-auto-update-handler, gdb-info-locals-handler)
12190 (gdb-data-list-register-values-handler)
12191 (gdb-stack-list-locals-handler): Try to preserve window-start as
12192 well as window-point.
12193 (gdb-display-source-buffer): New function (old concept).
12194 (gdb-goto-breakpoint): Use it.
12195
12196 * progmodes/gud.el (gud-display-line): Use gdb-display-source-buffer
12197 for gdb-ui/gdb-mi (old concept).
12198
12199 2006-02-27 Carsten Dominik <dominik@science.uva.nl>
12200
12201 * textmodes/reftex-index.el (reftex-index-map): Add `follow-mouse'
12202 binding.
12203
12204 * textmodes/reftex-toc.el (reftex-toc-map): Add `follow-mouse' binding.
12205
12206 * textmodes/reftex-sel.el (reftex-select-label-map)
12207 (reftex-select-bib-map): Add `follow-mouse' binding.
12208
12209 2006-02-26 Luc Teirlinck <teirllm@auburn.edu>
12210
12211 * jka-cmpr-hook.el (jka-compr-compression-info-list)
12212 (jka-compr-mode-alist-additions, jka-compr-load-suffixes):
12213 Give :set functions to provide automatic updating.
12214 Update docstring. Give compiler defvars early in the file
12215 and move the defcustoms to a later spot where all called functions
12216 are defined.
12217 (jka-compr-file-name-handler-entry): Doc fix.
12218 (jka-compr-compression-info-list--internal)
12219 (jka-compr-mode-alist-additions--internal)
12220 (jka-compr-load-suffixes--internal): New variables.
12221 (jka-compr-install): Set the three above variables.
12222 Update `load-file-rep-suffixes' instead of `load-suffixes'.
12223 (jka-compr-update, jka-compr-set): New functions.
12224 (auto-compression-mode): Doc fix.
12225
12226 * jka-compr.el (jka-compr-uninstall): Replace `mapcar' with `mapc'.
12227 Update `load-file-rep-suffixes' instead of `load-suffixes'.
12228 Use jka-compr-compression-info-list--internal,
12229 jka-compr-mode-alist-additions--internal and
12230 jka-compr-load-suffixes--internal.
12231
12232 * files.el (load-library):
12233 * loadhist.el (file-loadhist-lookup):
12234 * startup.el (command-line):
12235 * subr.el (locate-library):
12236 * emacs-lisp/autoload.el (update-directory-autoloads):
12237 * emacs-lisp/find-func.el (find-library-suffixes):
12238 Use `get-load-suffixes' instead of `load-suffixes'.
12239
12240 * subr.el (locate-library):
12241 * emacs-lisp/find-func.el (find-library-name):
12242 Use `load-file-rep-suffixes' instead of '("").
12243
12244 2006-02-26 Kim F. Storm <storm@cua.dk>
12245
12246 * ido.el (ido-save-history, ido-load-history): Simplify.
12247 Don't use find-file-noselect to avoid interference from other modes.
12248
12249 2006-02-25 Thien-Thi Nguyen <ttn@gnu.org>
12250
12251 * progmodes/sh-script.el (sh-mode): Fix bug: Arrange
12252 to use the default shell if filename is not available.
12253 Reported by Giorgos Keramidas.
12254
12255 2006-02-25 John Williams <jrw@pobox.com> (tiny change)
12256
12257 * progmodes/etags.el (tags-completion-table): Do completion from
12258 all the tables in the current list, as documented in the manual.
12259
12260 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
12261
12262 * CC Mode Update to 5.31.3.
12263
12264 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
12265
12266 * progmodes/cc-mode.el (c-postprocess-file-styles):
12267 Bind inhibit-read-only to t, around the call to
12268 c-remove-any-local-eval-or-mode-variables, so that it works on a
12269 RO file.
12270
12271 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
12272
12273 * progmodes/cc-awk.el: Correct a typo.
12274
12275 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
12276
12277 * progmodes/cc-cmds.el, cc-mode.el: Rename c-hungry-backspace to
12278 c-hungry-delete-backwards, at the request of RMS. Leave the old
12279 name as an alias.
12280
12281 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
12282
12283 * progmodes/cc-mode.el: Correct a typo.
12284
12285 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
12286
12287 * progmodes/cc-defs.el: Update the version number to 5.31.3.
12288
12289 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
12290
12291 * progmodes/cc-cmds.el (c-electric-brace): Fix clean-up
12292 brace-else-brace (error due to mbeg, mend being undefined).
12293
12294 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
12295
12296 * progmodes/cc-mode.el: File Local variables: Solve the problem
12297 where both `mode' and c-file-offsets are specified: `mode' will
12298 overwrite c-f-o's settings:
12299 (c-remove-any-local-eval-or-mode-variables): New function.
12300 (c-postprocess-file-styles): Call the above new function, within
12301 c-tentative-buffer-change, to splat `mode' and `eval' before the
12302 second hack-local-variables.
12303
12304 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
12305
12306 * progmodes/cc-mode.el:
12307 [Supersedes patch to cc-engine.el 2005-12-16T20:07:49Z!monnier@iro.umontreal.ca]
12308 (c-after-change): Protect the match data with save-match-data.
12309 It was getting corrupted by c-after-change-check-<>-operators.
12310
12311 * cc-defs.el: [Supersedes patch V1.38]:
12312 (top level): Check for a buggy font-lock-compile-keywords ONLY in
12313 XEmacs. GNU Emacs 22 now has a check which would throw an error here.
12314
12315 * progmodes/cc-awk.el (c-awk-after-change): Protect the match data
12316 with save-match-data. It was being corrupted when Font Lock was
12317 not enabled.
12318
12319 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
12320
12321 * progmodes/cc-langs.el (c-mode-menu): Add menu items for Electric
12322 Mode and Subword Mode.
12323
12324 * progmodes/cc-engine.el (c-beginning-of-statment-1): Distinguish
12325 real labels ("case 1:" or "foo:") from non-labels ("public:").
12326 (c-forward-objc-directive): Replace c-forward-token-2 with crude
12327 coding; c-f-t-2 doesn't move over a token at EOB.
12328
12329 * progmodes/cc-defs.el (c-version): Update version number to 5.31.2.
12330
12331 * progmodes/cc-cmds.el, cc-mode.el, cc-engine.el
12332 (c-update-modeline): Concatenate the minor mode indicators
12333 directly onto mode-name, removing c-submode-indicators.
12334 Sometimes, c-s-i got separated from the mode name on the mode line.
12335
12336 * progmodes/cc-cmds.el (c-electric-brace, c-electric-semi&comma)
12337 (c-electric-colon): Correct doc-strings: "/ln" -> "/la".
12338
12339 2006-02-24 Martin Stjernholm <bug-cc-mode@gnu.org>
12340
12341 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Improve the
12342 error message when there's an evaluation error to show whether
12343 it's loaded from source or not.
12344 (c-filter-ops): Make it available at runtime too to work when
12345 `c-make-init-lang-vars-fun' needs to evaluate from source.
12346
12347 2006-02-24 Juanma Barranquero <lekktu@gmail.com>
12348
12349 * help.el (help): Revert last part of 2006-02-23 change (deletion
12350 of the `provide' call).
12351
12352 2006-02-23 Juri Linkov <juri@jurta.org>
12353
12354 * compare-w.el (compare-windows-highlight): Add new value
12355 `persistent' and change :type from `boolean' to `choice'.
12356 (compare-windows-overlays1, compare-windows-overlays2):
12357 New internal variables.
12358 (compare-windows-highlight): If compare-windows-highlight is
12359 `persistent', add current overlays to compare-windows-overlays[12]
12360 instead of adding compare-windows-dehighlight to pre-command-hook.
12361 (compare-windows-dehighlight): Delete all overlays from
12362 compare-windows-overlays[12].
12363
12364 * info.el (Info-search): Don't bind search-spaces-regexp to
12365 Info-search-whitespace-regexp in non-regexp isearch mode.
12366
12367 2006-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
12368
12369 * help.el (describe-mode): Pass `mode-name' to format-mode-line.
12370
12371 2006-02-23 Juanma Barranquero <lekktu@gmail.com>
12372
12373 * textmodes/org.el (org-xemacs-p)
12374 (org-export-html-show-new-buffer, org-table-may-need-update)
12375 (org-insert-item, org-mhe-get-message-real-folder)
12376 (org-mhe-get-message-folder-from-index)
12377 (org-mhe-get-message-folder, org-mhe-get-message-num)
12378 (org-mhe-get-header, org-make-org-heading-search-string)
12379 (org-make-org-heading-camel, org-table-sort-lines)
12380 (org-format-org-table-html, org-format-table-table-html):
12381 Fix typos in docstrings.
12382
12383 2006-02-23 Carsten Dominik <dominik@science.uva.nl>
12384
12385 * textmodes/org.el (org-cleaned-string-for-export)
12386 (org-solidify-link-text): New function.
12387 (org-add-hook): Use `add-local-hook' instead of `make-local-hook' for
12388 XEmacs, just to silence the compiler.
12389 (org-export-as-ascii, org-export-as-html-and-open):
12390 Use `org-cleaned-string-for-export' and create internal links.
12391 (org-follow-mhe-link): Require mh-e, use folder.
12392
12393 2006-02-23 Nick Roberts <nickrob@snap.net.nz>
12394
12395 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face properly.
12396
12397 * progmodes/gdb-ui.el (gdb-debug-ring-max): Rename from
12398 gdb-debug-log-length.
12399 (gdb-debug-ring): Rename from gdb-debug-log-ring. Don't make
12400 it a real ring but...
12401 (gud-gdba-marker-filter): ...make it work like mark-ring.
12402 (gdb-enable-debug): Rename from gdb-enable-debug-log.
12403 (gdb-mouse-jump): New function. Add bindings.
12404
12405 2006-02-23 Nick Roberts <nickrob@snap.net.nz>
12406
12407 * progmodes/gdb-ui.el (gdb-signalled): New variable and function.
12408 (gdb-debug-log-ring): Rename from gdb-debug-log and make a ring.
12409 (gdb-send, gdb-send-item, gud-gdba-marker-filter): Use it.
12410 (gdb-debug-log-length): Customize it's length.
12411 (gud-watch, gdb-var-create-handler): Display function::var format
12412 but don't use to create variable object.
12413 (gdb-var-create-handler): Use message-box in place of message.
12414 (gdb-stopped): Call gdb-exited if signalled.
12415
12416 2006-02-22 Carsten Dominik <dominik@science.uva.nl>
12417
12418 * textmodes/reftex.el (reftex-locate-file): Remove duplicate function.
12419
12420 * textmodes/reftex-vars.el (reftex-try-all-extensions): New option.
12421
12422 * textmodes/reftex.el (reftex-locate-file): Search all extensions
12423 if `reftex-try-all-extensions' is set.
12424
12425 * textmodes/reftex-dcr.el (reftex-view-crossref): New argument to
12426 fail silently when there is no valid argument at point.
12427 (reftex-view-crossref-when-idle): Call `reftex-view-crossref' with
12428 `fail-silently' argument. From a patch by David Reiter.
12429
12430 * textmodes/org.el (org-mark-ring-push, org-mark-ring-goto):
12431 New commands.
12432 (org-mark-ring): New variable.
12433 (org-mark-ring-length): New option.
12434 (org-open-at-point, org-goto, org-open-file): Push old position
12435 onto the mark ring.
12436 (org-add-hook): New function.
12437 (org-export-table-remove-special-lines): New option.
12438 (org-skip-comments, org-format-org-table-html): Respect new
12439 option `org-export-table-remove-special-lines'.
12440 (org-open-file): Allow special command configuration for
12441 directory link.
12442 (org-file-apps): Fix bugs in customize type, added setting
12443 for directories.
12444 (org-activate-tags, org-format-agenda-item, org-complete)
12445 (org-get-tags-at, org-scan-tags, org-make-tags-matcher)
12446 (org-get-tags, org-get-buffer-tags, org-open-at-point)
12447 (org-link-search, org-make-org-heading-search-string)
12448 (org-make-org-heading-camel): Allow @ and 0-9 as tags characters.
12449 (org-radio-targets, org-file-link-context-use-camel-case)
12450 (org-activate-camels): New options.
12451 (org-update-radio-target-regexp, org-all-targets)
12452 (org-make-target-link-regexp, org-activate-target-links):
12453 New functions.
12454 (org-make-org-heading-search-string): New function.
12455 (org-store-link, org-insert-link): Use new option
12456 `org-file-link-context-use-camel-case'.
12457 (org-activate-camels): Use new option `org-activate-camels'.
12458 (org-link-regexp): Add mhe prefix.
12459 (org-open-at-point, org-store-link): Support for mhe links.
12460 (org-mhe-get-message-real-folder, org-mhe-get-message-folder)
12461 (org-mhe-get-message-folder-from-index, org-mhe-get-message-num)
12462 (org-mhe-get-header, org-follow-mhe-link): New functions.
12463 (org-remove-angle-brackets, org-add-angle-brackets):
12464 New functions.
12465 (org-bracket-link-regexp): New constant.
12466 (org-read-date): Fix bug that was rejecting all typed dates.
12467 (org-link-search): Make hierarchy above visible after a match.
12468 (org-follow-bbdb-link): Inhibit electric mode for BBDB.
12469 (org-store-link): Fix bug with link creation when cursor is in
12470 an empty line.
12471 (org-open-at-point): Fix bug with matching a link.
12472 Fixed buggy argument sequence in call to `org-view-tags'.
12473 (org-compile-prefix-format): Set `org-prefix-has-tag'.
12474 (org-prefix-has-tag): New variable.
12475 (org-format-agenda-item): Remove tags from headline
12476 if appropriate.
12477 (org-agenda-remove-tags-when-in-prefix): New option.
12478
12479 2006-02-21 Michael Kifer <kifer@cs.stonybrook.edu>
12480
12481 * ediff-diff.el (ediff-setup-diff-regions, ediff-setup-diff-regions3):
12482 Fix the regular expressions.
12483
12484 2006-02-21 Richard M. Stallman <rms@gnu.org>
12485
12486 * progmodes/sh-script.el (sh-mode): Set shell type based on file name
12487 if there's no other specific basis.
12488
12489 * emacs-lisp/unsafep.el (unsafep): Don't treat &rest or &optional
12490 as variables at all.
12491 (unsafep-variable): Rename arg; doc fix.
12492
12493 * abbrevlist.el (list-one-abbrev-table): Add autoload.
12494
12495 * calendar/appt.el (diary-selective-display): Add defvar.
12496
12497 * sort.el (sort-columns): Use Posix arg syntax for `sort'.
12498
12499 * isearch.el (search-whitespace-regexp): Fix custom type.
12500
12501 * help.el (describe-key-briefly): Compute interactive args
12502 in same was as before previous change.
12503
12504 * files.el (enable-local-variables): Doc fix.
12505
12506 2006-02-21 Kim F. Storm <storm@cua.dk>
12507
12508 * fringe.el: Cleanup as file is now pre-loaded.
12509 (fringe-bitmaps): Initialize unconditionally.
12510 (fringe-mode, set-fringe-style): Remove autoload cookies.
12511
12512 2006-02-21 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
12513
12514 * fringe.el (fringe-bitmaps): Rename `horisontal-bar' to
12515 `horizontal-bar'.
12516 (fringe-cursor-alist): Use `horizontal-bar'.
12517
12518 2006-02-20 Kim F. Storm <storm@cua.dk>
12519
12520 * fringe.el (fringe-bitmaps): Update to new bitmap names.
12521 (fringe-indicator-alist, fringe-cursor-alist): Initialize.
12522
12523 * loadup.el: Load "fringe" on window systems.
12524
12525 2006-02-20 Nick Roberts <nickrob@snap.net.nz>
12526
12527 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for all
12528 out of scope components.
12529
12530 * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): Don't enable by
12531 default.
12532
12533 2006-02-20 Chong Yidong <cyd@stupidchicken.com>
12534
12535 * custom.el (customize-mark-to-save, customize-mark-as-set):
12536 Load the symbol first.
12537
12538 2006-02-20 Juanma Barranquero <lekktu@gmail.com>
12539
12540 * buff-menu.el (list-buffers-noselect): Turn also "\n" into a
12541 strech spec so it doesn't display as "^J" on the header line
12542 when `Buffer-menu-use-header-line' is t.
12543
12544 2006-02-20 Nick Roberts <nickrob@snap.net.nz>
12545
12546 * speedbar.el (speedbar-make-button): Keep text properties
12547 of string arguments if desired.
12548
12549 * progmodes/gud.el (gud-speedbar-buttons): Fontify watch
12550 expessions.
12551
12552 * progmodes/gdb-ui.el (gdb-speedbar-expand-node): Force update
12553 of speedbar.
12554
12555 2006-02-19 Ryan Yeske <rcyeske@gmail.com>
12556
12557 * ffap.el (ffap-read-file-or-url): Bind `completion-ignore-case'
12558 to value of `read-file-name-completion-ignore-case'.
12559
12560 2006-02-19 Chong Yidong <cyd@stupidchicken.com>
12561
12562 * custom.el (customize-mark-as-set): Push to `user' theme.
12563
12564 * cus-edit.el (custom-save-variables): Allow unthemed values.
12565 (customize-set-variable): Push setting to `user' theme.
12566
12567 2006-02-19 Nick Roberts <nickrob@snap.net.nz>
12568
12569 * progmodes/gud.el: Don't require font-lock as it's now
12570 automatically loaded.
12571 (gud-speedbar-buttons): Replace gdb-var-changed with
12572 gdb-force-update.
12573
12574 * progmodes/gdb-ui.el (gdb-force-update): Rename from
12575 gdb-var-changed.
12576 (gdb-post-prompt): Use it.
12577 (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
12578 (gdb-var-update-handler, gdb-var-delete)
12579 (gdb-speedbar-expand-node, gdb-var-list-children-handler-1)
12580 (gdb-var-update-handler-1): Don't set gdb-var-changed, just set
12581 gdb-force-update in gdb-post-prompt.
12582 (gdb-reset): Clear watch expressions from speedbar when quitting.
12583
12584 2006-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
12585
12586 * viper-cmd.el (viper-insert-state-post-command-sentinel)
12587 (viper-change-state-to-vi, viper-change-state-to-emacs):
12588 Make aware of cursor coloring in the Emacs state.
12589 (viper-special-read-and-insert-char): Use read-char-exclusive.
12590 (viper-minibuffer-trim-tail): Workaround for fields in minibuffer.
12591
12592 * viper-init.el (viper-emacs-state-cursor-color): New variable.
12593
12594 * viper-util.el (viper-save-cursor-color)
12595 (viper-get-saved-cursor-color-in-replace-mode)
12596 (viper-get-saved-cursor-color-in-insert-mode)
12597 (viper-restore-cursor-color): Make aware of the cursor color in Emacs
12598 state.
12599 (viper-get-saved-cursor-color-in-emacs-mode): New function.
12600
12601 * ediff-diff.el (ediff-ignore-case, ediff-ignore-case-option)
12602 (ediff-ignore-case-option3, ediff-actual-diff-options)
12603 (ediff-actual-diff3-options): New variables to control case sensitivity.
12604 (ediff-make-diff2-buffer, ediff-setup-fine-diff-regions)
12605 (ediff-setup-diff-regions3): Make aware of case-sensitivity.
12606 (ediff-toggle-ignore-case): New function.
12607 (ediff-extract-diffs, ediff-extract-diffs3): Preserve point in buffers.
12608
12609 * ediff-help.el (ediff-long-help-message-narrow2)
12610 (ediff-long-help-message-compare2, ediff-long-help-message-compare3)
12611 (ediff-long-help-message-word-mode): Add ignore-case command.
12612 (ediff-help-for-quick-help): Add ignore-case command.
12613
12614 * ediff-merg.el: Move provide to the end.
12615
12616 * ediff-ptch.el: Move provide to the end.
12617
12618 * ediff-wind.el: Move provide to the end.
12619
12620 * ediff-mult.el: Move provide to the end.
12621 (ediff-set-meta-overlay): Enable follow-link.
12622
12623 * ediff.el: Move provide to the end.
12624 Break recursive load cycle in eval-when-compile.
12625 (ediff-patch-buffer): Better heuristics.
12626
12627 * ediff-util.el: Move provide to the end.
12628 Break recursive load cycle in eval-when-compile.
12629 (ediff-setup-keymap): Add binding for #c. Replace some defsubsts with
12630 defuns.
12631 (ediff-submit-report): Pass the values of ediff-diff3-program,
12632 ediff-diff3-options.
12633
12634 2006-02-19 Juanma Barranquero <lekktu@gmail.com>
12635
12636 * help-fns.el (help-do-arg-highlight): Recognize also ARG- followed by
12637 the opening bracket of the following bracketing pairs: {}, [], (), <>,
12638 `' (for example, in the docstring of `windmove-default-keybindings').
12639
12640 2006-02-19 Nick Roberts <nickrob@snap.net.nz>
12641
12642 * progmodes/gud.el (gud-speedbar-buttons): Update properly for
12643 shadow face. Don't provide binding to edit variable when it is
12644 out of scope.
12645
12646 * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
12647 (gdb-var-update-handler): Detect out of scope variables with pre
12648 GDB 6.4 too.
12649 (gdb-post-prompt): Revert change from 2006-02-17 (force update).
12650 Reset status of variable objects to nil in update handlers.
12651 (gdb-var-update-handler-1): Detect when a variable object comes
12652 in scope. setcar on var changes gdb-var-list directly.
12653
12654 2006-02-17 Juri Linkov <juri@jurta.org>
12655
12656 * ffap.el (ffap) <defface>: Add explicit face declaration.
12657 (ffap-highlight): Use face `ffap' directly instead of checking
12658 for its existence.
12659
12660 * icomplete.el (icomplete-get-keys): Use `t' for the second arg
12661 `visible-ok' of `other-buffer' to find the right original buffer.
12662
12663 * info.el (Info-search): Skip `Local Variables' node.
12664
12665 2006-02-17 Juri Linkov <juri@jurta.org>
12666
12667 * info.el (Info-find-file): Check for symbols `apropos', `history',
12668 `toc' in the input filename, and return these symbols as is.
12669 (Info-find-node-2): Set Info-current-file to symbols `apropos',
12670 `history', `toc' instead of strings.
12671 (Info-set-mode-line): For non-string Info-current-file use the
12672 symbol's name inside **.
12673 (Info-isearch-push-state): Add quote before Info-current-file and
12674 Info-current-node.
12675 (Info-isearch-pop-state): Use `equal' instead of `string='.
12676 (Info-extract-pointer, Info-following-node-name): Use
12677 `match-string-no-properties' instead of `match-string'.
12678 (Info-up): Check `old-file' for `stringp'.
12679 (Info-history): Use `equal' instead of `string-equal'.
12680 Check `file' for `stringp'.
12681 (Info-history): Use symbol `history' instead of string as first arg
12682 of `Info-find-node'.
12683 (Info-toc): Check `Info-current-file' for `stringp'. Use symbol
12684 `toc' instead of string.
12685 (Info-extract-menu-node-name): Use `buffer-substring-no-properties'
12686 instead of `buffer-substring', and `match-string-no-properties'
12687 instead of `match-string'.
12688 (Info-index-nodes): Check for symbols `apropos', `history', `toc'
12689 instead of strings.
12690 (info-apropos): Use `Info-find-node' instead of `Info-goto-node'.
12691 Use symbol `apropos' instead of string.
12692 (Info-copy-current-node-name): Check `Info-current-file' for
12693 `stringp' and construct a command with `Info-find-node' from it.
12694 (Info-fontify-node): Use `match-string-no-properties' instead of
12695 `match-string' and check file names for `stringp'.
12696 (Info-desktop-buffer-misc-data): Check for symbols `apropos',
12697 `history', `toc' instead of strings.
12698
12699 2006-02-17 Chong Yidong <cyd@stupidchicken.com>
12700
12701 * files.el: Rearrange functions and variables in the file local
12702 variables section.
12703
12704 2006-02-17 Reiner Steib <Reiner.Steib@gmx.de>
12705
12706 * files.el: Add truncate-lines, ispell-check-comments and
12707 ispell-local-dictionary as safe local variables.
12708
12709 2006-02-18 Nick Roberts <nickrob@snap.net.nz>
12710
12711 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for
12712 out of scope variables.
12713 (gud-speedbar-buttons): Use unless.
12714
12715 * progmodes/gdb-ui.el (gdb-var-list): Update doc string.
12716 (gdb-init-1, gdb-var-changed): Set gdb-var-changed to t initially.
12717 (gdb-show-changed-values): Also use for out of scope variables.
12718 (gdb-var-update-handler-1): Note if variable goes out of scope.
12719
12720 2006-02-17 Ryan Yeske <rcyeske@gmail.com>
12721
12722 * net/rcirc.el (rcirc-connect): Make all arguments optional, and
12723 default to global variable values for unsupplied args.
12724 (rcirc-get-buffer-create): Fix bug with setting the target.
12725 (rcirc-any-buffer): Rename from rcirc-get-any-buffer, and include
12726 test for rcirc-always-use-server-buffer-flag here.
12727 (rcirc-response-formats): Add %N, which is a facified nick. %n
12728 uses the default face. Change the ACTION format string. If the
12729 "nick" is the server, don't print anything for that field.
12730 Comment fixes.
12731 (rcirc-target-buffer): Don't test
12732 rcirc-always-use-server-buffer-flag here.
12733 (rcirc-print): Squeeze extra spaces out of the text before message.
12734 (rcirc-put-nick-channel): Strip potential "@" char from nick
12735 before adding them to nick table.
12736 (rcirc-url-regexp): Improve to match address like "foo.com".
12737
12738 2006-02-17 Eli Zaretskii <eliz@gnu.org>
12739
12740 * allout.el (allout-hidden-p): Move this defsubst before
12741 allout-overlay-interior-modification-handler, where it is first
12742 used.
12743
12744 2006-02-17 Ken Manheimer <ken.manheimer@gmail.com>
12745
12746 * allout.el: Use allout invisible-text overlays instead of
12747 selective display for concealed text. Also, lots of general
12748 cleanup, and improved compatibility code.
12749
12750 (allout-version) Incremented, corrected, revised, and refined
12751 module commentary.
12752
12753 (provide 'allout): Moved to the bottom, added a require of overlay.
12754
12755 (allout-encrypt-unencrypted-on-saves): Defaults to t instead of
12756 `except-current'.
12757 (allout-write-file-hook-handler): Minimize delay.
12758 (count-trailing-whitespace-region): New function so
12759 auto-encryption of current topic can resituate cursor exactly.
12760 PGP/GPG encryption trims trailing whitespace from lines, which
12761 must be accounted for across encryption then decryption.
12762
12763 (allout-command-prefix): Now defaults to "\C-c<space>" rather than
12764 just plain "\C-c", to avoid intruding on user's keybinding space.
12765
12766 (allout-toggle-current-subtree-encryption): Pass along fetch-pass
12767 parameter, so user request to provide a new password is done.
12768
12769 (allout-outside-normal-auto-fill-function, allout-auto-fill):
12770 Refined mechanism for auto-filling behavior while in allout mode.
12771
12772 (allout-mode): Explicitly specify the mode map in the docstring.
12773 Clarify provision for various write-file hook var names.
12774 Adjusted for invisible-text overlays instead of selective-display.
12775
12776 (allout-depth): Really return 0 if not within any topic. This
12777 rectifies `allout-beginning-of-level' and sequence numbering
12778 errors that occur when cutting and pasting numbered topics.
12779 Changed from a in-line subst to a regular function, as well.
12780
12781 (allout-pre-next-prefix): Renamed from allout-pre-next-preface.
12782
12783 (allout-end-of-subtree, allout-end-of-subtree)
12784 (allout-end-of-entry, allout-end-of-current-heading)
12785 (allout-next-visible-heading, allout-open-topic, allout-show-entry)
12786 (allout-show-children, allout-show-to-offshoot)
12787 (allout-hide-current-entry, allout-show-current-entry): Rectified
12788 handling of trailing blank lines between items.
12789
12790 (allout-line-boundary-regexp, set-allout-regexp, allout-depth)
12791 (allout-current-depth, allout-unprotected, allout-hidden-p)
12792 (allout-on-current-heading-p, allout-listify-exposed)
12793 (allout-chart-subtree, allout-goto-prefix)
12794 (allout-back-to-current-heading, allout-get-body-text)
12795 (allout-snug-back, allout-flag-current-subtree, allout-show-all)
12796 (allout-hide-region-body, allout-toggle-subtree-encryption)
12797 (allout-encrypt-string, allout-encrypted-key-info)
12798 (allout-next-topic-pending-encryption, allout-encrypt-decrypted)
12799 (allout-file-vars-section-data): Adjusted for use with
12800 invisible-text overlays instead of selective-display.
12801
12802 (allout-kill-line, allout-kill-topic, allout-yank-processing):
12803 Reworked for use with invisible text overlays.
12804
12805 (allout-current-topic-collapsed-p): New function.
12806
12807 (allout-hide-current-subtree): Use allout-current-topic-collapsed-p
12808 to know when to close the containing topic.
12809
12810 (allout-pre-command-business, allout-post-command-business):
12811 Simplify undo-batching and dynamic isearch exposure.
12812
12813 (allout-set-overlay-category): New for invisible-text overlays.
12814 Sets properties of allout-overlay-category, used by
12815 allout-flag-region to set invisible-text overlay properties.
12816 (allout-get-invisibility-overlay): Get the first qualifying
12817 invisibility overlay, so we can find the extent of it.
12818 (allout-back-to-visible-text): Get to just before the beginnining
12819 of the current invisibility overlay, if any.
12820
12821 (allout-overlay-insert-in-front-handler)
12822 (allout-overlay-interior-modification-handler)
12823 (allout-before-change-handler, allout-isearch-end-handler): New
12824 functions to handle extraordinary actions affecting concealed
12825 text.
12826
12827 (allout-flag-region): Use overlays instead of selective-display
12828 for invisible text - by inheritence from the properties of
12829 allout-overlay-category in mainline Emacs, and applied
12830 property-by-property in XEmacs, some recent versions of which
12831 don't inherit the properties from the category. Provisions to
12832 respond to concealed-text edits simplified drastically.
12833
12834 (allout-isearch-rectification, allout-isearch-was-font-lock)
12835 (allout-isearch-expose, allout-enwrap-isearch)
12836 (allout-isearch-abort, allout-pre-was-isearching)
12837 (allout-isearch-prior-pos, allout-isearch-did-quit)
12838 (allout-isearch-dynamic-expose)
12839 (allout-hide-current-entry-completely): Functions deleted.
12840
12841 (allout-undo-aggregation): Explicit undo aggregation no longer
12842 necessary due to transition away from selective-display.
12843
12844 (set-allout-regexp, allout-up-current-level)
12845 (allout-next-visible-heading, allout-forward-current-level)
12846 (allout-open-topic, allout-reindent-body, allout-rebullet-topic)
12847 (allout-kill-line, allout-yank-processing, allout-show-children)
12848 (allout-expose-topic, allout-old-expose-topic)
12849 (allout-listify-exposed, allout-insert-latex-header)
12850 (allout-toggle-subtree-encryption, allout-encrypt-string)
12851 (remove-from-invisibility-spec, allout-hide-current-subtree):
12852 Ditched unused variables.
12853
12854 2006-02-17 Agustin Martin <agustin.martin@hispalinux.es>
12855
12856 * textmodes/ispell.el (ispell-change-dictionary): Call
12857 ispell-buffer-local-dict instead of
12858 ispell-accept-buffer-local-defs.
12859 (ispell-local-dictionary-alist): Accept as valid any coding-system
12860 supported by Emacs.
12861 (ispell-dictionary-alist-3): Esperanto dictionary's coding system
12862 changed to iso-8859-3.
12863
12864 2006-02-17 Nick Roberts <nickrob@snap.net.nz>
12865
12866 * speedbar.el (speedbar-frame-width): Make an inline function
12867 instead of a macro. Use frame-width.
12868 (speedbar-try-completion, speedbar-update-contents)
12869 (speedbar-timer-fn): Use consp.
12870 (speedbar-update-localized-contents): Try to preserve point.
12871
12872 * progmodes/gdb-ui.el (gdba, gdb-var-list): Improve doc strings.
12873 (menu): Re-order menu items.
12874 (gdb-var-update-regexp, gdb-var-update-regexp-1): Match "in_scope"
12875 field.
12876 (gdb-var-update-handler-1): Use it for GDB 6.4+.
12877 (gdb-post-prompt): Speed things by not forcing update.
12878
12879 2006-02-16 Chong Yidong <cyd@stupidchicken.com>
12880
12881 * wid-edit.el (widget-button-click): For mouse-1, cancel button
12882 press and perform default action if we get a mouse movement event.
12883
12884 2006-02-16 Juanma Barranquero <lekktu@gmail.com>
12885
12886 * calendar/icalendar.el (icalendar--get-event-property)
12887 (icalendar--get-event-property-attributes): Fix typos in
12888 docstrings.
12889
12890 * progmodes/flymake.el (flymake-fix-file-name): Fix typo in
12891 docstring.
12892
12893 2006-02-15 Juanma Barranquero <lekktu@gmail.com>
12894
12895 * bs.el (bs-mode): Use `buffer-disable-undo'.
12896 (bs--get-file-name): Simplify.
12897 (bs-show-in-buffer): Mark the buffer as not modified.
12898
12899 2006-02-14 Chong Yidong <cyd@stupidchicken.com>
12900
12901 * wid-edit.el (widget-keymap): Bind down-mouse-1 to
12902 widget-button-click.
12903
12904 * cus-edit.el (custom-mode-map): Remove mouse-1 binding.
12905 (custom-mode): Update docstring.
12906
12907 * cus-theme.el (custom-new-theme-mode-map): Remove mouse-1
12908 binding.
12909
12910 * files.el (hack-local-variables-confirm): Allow scrolling if the
12911 file variable list is too long. Kill temp buffer after use.
12912
12913 2006-02-15 Nick Roberts <nickrob@snap.net.nz>
12914
12915 * progmodes/gud.el (gdb): Improve doc string.
12916 (gdb-script-font-lock-keywords): Expand allowed character set.
12917
12918 * progmodes/gdb-ui.el (gdb-use-separate-io-buffer)
12919 (gdb-display-separate-io-buffer, gdb-frame-separate-io-buffer)
12920 (gdb-separate-io-interrupt, gdb-separate-io-quit)
12921 (gdb-separate-io-stop, gdb-separate-io-eof):
12922 Rename from gdb-inferior-* to gdb-separate-*.
12923 (gdb-set-gud-minor-mode-existing-buffers-1): Improve doc string.
12924
12925 2006-02-14 Jay Belanger <belanger@truman.edu>
12926
12927 * calc/calc-arith.el (math-check-known-scalarp): Make sure
12928 expression is a symbol before checking that it is bound.
12929
12930 * calc/calcalg2.el (math-integrate-by-parts): Do a more careful
12931 test to see if equation can be solved.
12932
12933 2006-02-14 Chong Yidong <cyd@stupidchicken.com>
12934
12935 * wid-edit.el (widget-button-click): Use :pressed-face property
12936 for overlay face, if it exists.
12937
12938 * cus-edit.el (custom-manual, custom-add-see-also)
12939 (custom-add-parent-links, custom-group-link): Add :pressed-face
12940 property to links.
12941
12942 * files.el (hack-local-variables): Remove ignored variables before
12943 checking if any variables need setting.
12944
12945 2006-02-14 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
12946
12947 * cus-start.el (all): Add x-gtk-whole-detached-tool-bar.
12948
12949 2006-02-14 Juanma Barranquero <lekktu@gmail.com>
12950
12951 * help.el (where-is): Fix message for remapped commands.
12952
12953 * mwheel.el (mouse-wheel-click-event, mouse-wheel-mode):
12954 Fix typos in docstrings.
12955
12956 2006-02-13 Chong Yidong <cyd@stupidchicken.com>
12957
12958 * files.el (safe-local-variable-values): New option.
12959 (hack-local-variables-prop-line): Return a list of variable-value
12960 pairs if MODE-ONLY is non-nil.
12961 (hack-local-variables): Construct list of variable-value pairs,
12962 and apply or reject them in one go. Ask for confirmation if
12963 variables are not known safe.
12964 (hack-local-variables-confirm): Complete rewrite. Support
12965 `safe-local-variable-values'.
12966 (enable-local-variables): Update docstring to reflect new
12967 behavior.
12968 (ignored-local-variables): Ignore ignored-local-variables and
12969 safe-local-variable-values.
12970 (safe-local-variable-p): New function.
12971 (risky-local-variable-p): `safe-local-variable' property check
12972 moved to safe-local-variable-p.
12973 (hack-one-local-variable): Checks moved to hack-local-variables.
12974
12975 (byte-compile-dynamic, c-basic-offset, c-file-style)
12976 (c-indent-level, comment-column, fill-column, fill-prefix)
12977 (indent-tabs-mode, kept-new-versions, no-byte-compile)
12978 (no-update-autoloads, outline-regexp, page-delimiter)
12979 (paragraph-start, paragraph-separate, sentence-end)
12980 (sentence-end-double-space tab-width, version-control):
12981 Add `safe-local-variable' property.
12982
12983 * find-lisp.el: Delete nonexistent `autocompile' file variable.
12984
12985 * icomplete.el, play/landmark.el: Change nonexistent
12986 `outline-layout' file variable to `allout-layout'.
12987
12988 2006-02-14 Nick Roberts <nickrob@snap.net.nz>
12989
12990 * progmodes/gdb-ui.el (gud-watch, gdb-invalidate-registers-1)
12991 (gdb-get-changed-registers): Test value of gud-minor-mode relative
12992 to gud-comint-buffer.
12993 (gdb-speedbar-expand-node, gdb-locals-mode): Use functions in
12994 gdb-ui.el for gdb-mi.el.
12995 (gdb-post-prompt, gdb-get-changed-registers): Move test for
12996 registers buffer to gdb-get-changed-registers.
12997 (gdb-breakpoint-regexp): New regexp. Allow toggling and
12998 deletion of catchpoints (throw and catch).
12999 (gdb-toggle-breakpoint, gdb-delete-breakpoint)
13000 (gdb-goto-breakpoint): Use it for both gdb-ui and gdb-mi.
13001 (gdb-find-file-hook, gdb-set-gud-minor-mode-existing-buffers-1)
13002 (gdb-var-list-children-1, gdb-info-breakpoints-custom)
13003 (gdb-var-update-1, gdb-invalidate-locals-1): Use also for gdb-mi.
13004
13005 2006-02-13 Jay Belanger <belanger@truman.edu>
13006
13007 * calc/calc-arith.el (math-check-known-matrixp): Make sure
13008 expression is a symbol before checking that it is bound.
13009
13010 2006-02-13 Richard M. Stallman <rms@gnu.org>
13011
13012 * mouse.el (mouse-drag-mode-line-1): Use mouse-drag-move-window-bottom
13013 for the minibuffer too, but not if resize-mini-windows will interfere.
13014
13015 * help.el (describe-key-briefly, describe-key): Do all arg-reading
13016 inside `interactive' spec.
13017 (describe-key-briefly-internal, describe-key-internal):
13018 Functions merged back into their callers.
13019
13020 2006-02-13 Martin Rudalics <rudalics@gmx.at>
13021
13022 * info.el (info-xref-visited): Inherit from info-xref too.
13023 (Info-set-mode-line): Replace occurrences of `%' by `%%'
13024 when propertizing Info-current-file and Info-current-node.
13025
13026 2006-02-13 Juri Linkov <juri@jurta.org>
13027
13028 * tumme.el (tumme-thumbnail-storage): Fix docstring.
13029 (tumme-thumb-name): Fix per-directory format.
13030
13031 2006-02-13 Juanma Barranquero <lekktu@gmail.com>
13032
13033 * subr.el (substitute-key-definition): Doc fix (hide internal arg).
13034
13035 2006-02-12 Miles Bader <miles@gnu.org>
13036
13037 * net/rcirc.el (rcirc-format-response-string): Fix small bugs.
13038
13039 2006-02-13 Mathias Dahl <mathias.dahl@gmail.com>
13040
13041 * tumme.el: Remove history section. If someone needs the it, it
13042 can always be found in CVS.
13043
13044 2006-02-12 Mathias Dahl <mathias.dahl@gmail.com>
13045
13046 * tumme.el (tumme-thumbnail-storage): Update docstring. Add info
13047 about the Thumbnail Managing Standard option.
13048
13049 2006-02-12 Richard M. Stallman <rms@gnu.org>
13050
13051 * subr.el (substitute-key-definition): Doc fix.
13052
13053 * simple.el (blink-matching-paren-dont-ignore-comments): Doc fix.
13054
13055 * files.el (magic-mode-alist): Don't use `\\s ' in regexps.
13056
13057 * info.el (Info-mode): Doc fix.
13058
13059 * progmodes/ebrowse.el (ebrowse-global-prefix-key): Change to C-c C-m.
13060
13061 2006-02-12 Michael Albinus <michael.albinus@gmx.de>
13062
13063 * net/tramp.el (tramp-remote-path): Add "/usr/xpg4/bin" on top,
13064 because on Solaris a POSIX compatible "id" is needed. Reported by
13065 Magnus Henoch <mange@freemail.hu>.
13066
13067 2006-02-12 Juri Linkov <juri@jurta.org>
13068
13069 * tumme.el: Remove todo item about Thumbnail Managing Standard.
13070 (tumme) <defgroup>: Change :group to `multimedia'.
13071 (tumme-thumbnail-storage): Add choice `standard' for Thumbnail
13072 Managing Standard.
13073 (tumme-cmd-create-thumbnail-options): Use %w and %h instead of %s.
13074 Fix dostring.
13075 (tumme-cmd-create-temp-image-options): Use %w and %h instead of %x
13076 and %y. Fix docstring.
13077 (tumme-cmd-pngnq-program, tumme-cmd-pngcrush-program)
13078 (tumme-cmd-create-standard-thumbnail-command): New user options.
13079 (tumme-thumb-size): Set default to 128 if tumme-thumbnail-storage
13080 is `standard'. Fix docstring.
13081 (tumme-thumb-width, tumme-thumb-height): New user options.
13082 (tumme-external-viewer): Try to find various viewers.
13083 (tumme-get-thumbnail-image): Use `create-image' instead of
13084 constructing the `image' structure.
13085 (tumme-insert-thumbnail): Use `png' if tumme-thumbnail-storage is
13086 `standard'.
13087 (tumme-thumb-name): Add file name generation for standard storage.
13088 Simplify code for other storages.
13089 (tumme-thumb-name): Use width %w and height %h instead of size %s.
13090 Add modification time %m and thumbnail-nq8 %q.
13091 Use `tumme-cmd-create-standard-thumbnail-command' if
13092 tumme-thumbnail-storage is `standard'.
13093 (tumme-dired-insert-marked-thumbs): New autoload command.
13094 (tumme-dired-after-readin-hook): New function.
13095 (tumme-line-up-dynamic): Use `tumme-thumb-width' instead of
13096 `tumme-thumb-size'.
13097 (tumme-display-image): Replace size-x %x and size-y %y with
13098 width %w and height %h.
13099
13100 * dired.el (dired-mode-map): Bind `\C-t\C-t' to
13101 `tumme-dired-insert-marked-thumbs'.
13102
13103 2006-02-12 Mathias Dahl <mathias.dahl@gmail.com>
13104
13105 * tumme.el (tumme-write-tag): Fix small bug (file name did not
13106 include path).
13107 (tumme-mark-tagged-files): Fix bug in regexp used to find rows
13108 matching tag.
13109
13110 2006-02-12 Miles Bader <miles@gnu.org>
13111
13112 * net/rcirc.el (rcirc-nick-abbrevs, rcirc-response-formats):
13113 New variables.
13114 (rcirc-abbrev-nick): New function.
13115 (rcirc-format-response-string): Rewrite to use the formats in
13116 `rcirc-response-formats' and expand escape sequences therein.
13117 A text-property `rcirc-text' is added over the actual response
13118 text to make easy to find inside the returned string.
13119 (rcirc-print): When filling, just look for the `rcirc-text'
13120 text-property to find the appropriate fill prefix, instead of
13121 using hardwired patterns.
13122
13123 2006-02-11 Mathias Dahl <brakjoller@hotmail.com>
13124
13125 * tumme.el: Enhance some docstrings. Add todo item about Thumbnail
13126 Managing Standard.
13127
13128 2006-02-11 Kim F. Storm <storm@cua.dk>
13129
13130 * ido.el (ido-buffer-internal): Set mark for ido-insert-buffer.
13131 Don't use insert-buffer; do insert-buffer-substring directly.
13132 (ido-file-internal): Set mark for ido-insert-file. Use insert-file-1.
13133
13134 2006-02-11 Martin Rudalics <rudalics@gmx.at>
13135
13136 * files.el (revert-buffer, recover-file): Replace buffer-read-only
13137 with inhibit-read-only. Suggested by Stefan Monnier.
13138 (revert-buffer): Let insert-file-contents discard
13139 buffer-undo-list. Simplify code.
13140 (find-file, find-file-existing, revert-buffer): Doc-string fixes.
13141
13142 2006-02-11 Eli Zaretskii <eliz@gnu.org>
13143
13144 * menu-bar.el (menu-bar-select-yank): Add a doc string.
13145
13146 * help.el (describe-key-briefly): Now a wrapper for
13147 describe-key-briefly-internal. Bind enable-disabled-menus-and-buttons
13148 to t. Populate yank-menu if empty.
13149 (describe-key-briefly-internal): Renamed from describe-key-briefly.
13150 (describe-key): Now a wrapper for describe-key-internal. Bind
13151 enable-disabled-menus-and-buttons to t. Populate yank-menu if empty.
13152 (describe-key-internal): Renamed from describe-key.
13153
13154 2006-02-11 Milan Zamazal <pdm@zamazal.org>
13155
13156 * progmodes/glasses.el (glasses-separator): Doc fix.
13157 (glasses-original-separator): New defcustom.
13158 (glasses-make-readable, glasses-convert-to-unreadable): Use it.
13159
13160 2006-02-11 Martin Rudalics <rudalics@gmx.at>
13161
13162 * mwheel.el (mouse-wheel-up-event): Doc fix.
13163
13164 2006-02-11 Mathias Dahl <brakjoller@hotmail.com>
13165
13166 * tumme.el (tumme-dir): Change default value to "~/.emacs.d/tumme/".
13167 (tumme-dir): New function. Copied from thumbs.el.
13168
13169 2006-02-10 Juanma Barranquero <lekktu@gmail.com>
13170
13171 * desktop.el (desktop-outvar): Fix typo.
13172 (desktop-save-buffer-p): Doc fix.
13173
13174 * subr.el (substitute-key-definition): Fix typo.
13175
13176 2006-02-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13177
13178 * frame.el (select-frame-set-input-focus): Call x-focus-frame also
13179 when window-system is mac.
13180
13181 * term/mac-win.el (fontset-standard): Rename from "fontset-mac".
13182
13183 2006-02-10 Kim F. Storm <storm@cua.dk>
13184
13185 * subr.el (substitute-key-definition-key): Pass t for NOERROR to
13186 indirect-function instead of using condition-case.
13187
13188 2006-02-10 Mathias Dahl <mathias.dahl@gmail.com>
13189
13190 * tumme.el (tumme-copy-with-exif-file-name): Try to make docstring
13191 less `colloquial'...
13192
13193 2006-02-09 Mathias Dahl <mathias.dahl@gmail.com>
13194
13195 * tumme.el: Add a couple of todo items.
13196
13197 2006-02-09 Lars Hansen <larsh@soem.dk>
13198
13199 * hilit-chg.el: Add highlight-changes-mode to desktop-locals-to-save.
13200 (highlight-changes-mode): Don't change desktop-locals-to-save.
13201
13202 2006-02-09 Chong Yidong <cyd@stupidchicken.com>
13203
13204 * image-mode.el (image-toggle-display): Clear image cache if using
13205 filename.
13206
13207 2006-02-09 Masatake YAMATO <jet@gyve.org>
13208
13209 * dired-x.el (dired-guess-shell-alist-default): Add .man as
13210 a `dired-man' target.
13211
13212 * progmodes/autoconf.el (autoconf-font-lock-keywords): Check start
13213 boundary of symbols.
13214
13215 2006-02-08 Peter Doornbosch <peter.doornbosch@luminis.nl> (tiny change)
13216
13217 * vc-svn.el (vc-svn-print-log): Show recent commits as well.
13218
13219 2006-02-09 Juanma Barranquero <lekktu@gmail.com>
13220
13221 * hilit-chg.el (hilit-chg-update-all-buffers): Use `mapc' instead of
13222 `mapcar'; return nil.
13223
13224 2006-02-08 Chong Yidong <cyd@stupidchicken.com>
13225
13226 * mouse.el (mouse-drag-track): Don't change window if we rebind to
13227 some other event.
13228
13229 2006-02-08 Ryan Yeske <rcyeske@gmail.com>
13230
13231 * net/rcirc.el (rcirc-startup-channels-alist):
13232 Add irc.freenode.net and #emacs as defaults.
13233 (rcirc-ignore-all-activity-flag): Remove variable.
13234 (rcirc-authinfo): New variable.
13235 (rcirc-authinfo-filename): Remove variable.
13236 (rcirc-always-use-server-buffer-flag): New flag.
13237 (rcirc): M-x rcirc will automatically connect without prompting.
13238 C-u M-x rcirc will prompt. Use rcirc-connect to create a
13239 connection in lisp.
13240 (rcirc-process-server-response-1): Remove everything but the nick
13241 portion of the sender so it doesn't need to be done everywhere
13242 else. Update related code.
13243 (global-map): Remove global keybindings.
13244 (rcirc-get-buffer-create): Make sure rcirc-topic is set.
13245 (rcirc-send-input): Split into several functions.
13246 (rcirc-process-input-line, rcirc-process-message)
13247 (rcirc-process-command): New functions.
13248 (rcirc-target-buffer): New function to determine where to route
13249 messages.
13250 (rcirc-user-nick): Save match data.
13251 (rcirc-toggle-ignore-buffer-activity)
13252 (rcirc-update-activity-string): Remove global ignore functionality,
13253 which can be done now by toggling rcirc-track-minor-mode.
13254 (rcirc-track-minor-mode-map): New keymap.
13255 (rcirc-track-minor-mode): New minor-mode.
13256 (ignore): Make the ignore output nicer. Always print it when
13257 adding or removing nicks.
13258 (rcirc-url-regexp): Improve.
13259 (rcirc-mangle-text): Remove properties before using text in the
13260 modeline.
13261 (rcirc-authenticate): Authentication data comes from
13262 rcirc-authinfo, not the file pointed to by rcirc-authinfo-file.
13263 (rcirc-server-prefix): Inherit from rcirc-server.
13264
13265 2006-02-08 Mathias Megyei <Mathias.Megyei@micronas.com> (tiny change)
13266
13267 * Makefile.in (compile): Append "|| true" to the end of the `find'
13268 command, like compile-always does.
13269
13270 2006-02-08 Sam Steingold <sds@gnu.org>
13271
13272 * net/tramp.el (tramp-maybe-open-connection): Do not wait for
13273 output from a dead connection.
13274
13275 2006-02-07 Mathias Dahl <brakjoller@hotmail.com>
13276
13277 * dired.el (dired-mode-map): Add more bindings for tumme.
13278
13279 2006-02-07 Stefan Monnier <monnier@iro.umontreal.ca>
13280
13281 * wdired.el (wdired-mode-map): Use remap.
13282 (wdired-get-filename): Massage.
13283 (wdired-perm-mode-map): Don't copy bindings from wdired-mode-map.
13284 (wdired-preprocess-perms, wdired-set-bit, wdired-toggle-bit): Use the
13285 `keymap' property rather than `local-map'.
13286
13287 2006-02-07 Mathias Dahl <brakjoller@hotmail.com>
13288
13289 * tumme.el (tumme-get-thumbnail-image): New utility function.
13290 Suggested by from Chong Yidong.
13291 (tumme-dired-with-window-configuration): Rename from
13292 `tumme-dired'. Add code to save window configuration.
13293 (tumme-restore-window-configuration): New command to restore the
13294 window configuration that `tumme-dired-with-window-configuration'
13295 saves before it changes the window configuration.
13296 (tumme-show-all-from-dir): New command to display thumbnails for
13297 all files in a directory entered by the user, like M-x thumbs.
13298 (tumme-display-thumbs): Call `pop-to-buffer' after all thumbnails
13299 have been created.
13300 (tumme-display-thumbnail-original-image): Call `display-buffer'.
13301 (obsolete-tumme-display-thumbnail-original-image-and-buffer):
13302 Remove obsolete test function.
13303
13304 2006-02-07 Juanma Barranquero <lekktu@gmail.com>
13305
13306 * vc.el (small-temporary-file-directory): Remove defvar; there's
13307 a defcustom for it in files.el.
13308
13309 * tumme.el (tumme-get-thumbnail-image): Add missing arg to `error'.
13310 Fix typo in message.
13311 (tumme-gallery-generate): Fix typo in `error' message.
13312 (tumme-display-window-height-correction)
13313 (tumme-display-window-width-correction, tumme-line-up-dynamic)
13314 (tumme-line-up-interactive): Dox fixes.
13315 (tumme-cmd-rotate-original-options, tumme-display-properties-format)
13316 (tumme-restore-window-configuration, tumme-format-properties-string)
13317 (tumme-create-thumbs, tumme-display-previous-thumbnail-original):
13318 Fix typos in docstrings.
13319
13320 2006-02-07 Chris Moore <christopher.ian.moore@gmail.com>
13321
13322 * wdired.el (wdired-get-filename): Fix bug: Don't re-normalize OLD.
13323
13324 2006-02-07 Nick Roberts <nickrob@snap.net.nz>
13325
13326 * progmodes/gud.el (gud-tooltip-mode): Remove autoload cookie.
13327 User should use hook if desired.
13328
13329 * progmodes/gdb-ui.el (gdb-post-prompt): Regenerate breakpoints
13330 buffer if necessary.
13331 (gdb-delete-frame-or-window): New function.
13332 (gdb-breakpoints-mode-map): Bind "q" to it.
13333
13334 2006-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
13335
13336 * textmodes/nroff-mode.el: Clean up name space.
13337 (nroff-mode-syntax-table): Remove spurious `1' in the syntax of \n.
13338 (nroff-mode): Obey the global setting of nroff-electric-mode.
13339 (nroff-electric-mode): Use define-minor-mode and derived-mode-p.
13340
13341 * calendar/calendar.el (calendar-increment-month): Typo in last change.
13342
13343 2006-02-06 Thien-Thi Nguyen <ttn@gnu.org>
13344
13345 * vc-svn.el (vc-svn-previous-version, vc-svn-next-version): New funcs.
13346
13347 2006-02-06 Lars Hansen <larsh@soem.dk>
13348
13349 * generic-x.el (etc-fstab-generic-mode): Add file system types
13350 cifs and usbdevfs. Allow special chars in file names.
13351
13352 2006-02-05 Jay Belanger <belanger@truman.edu>
13353
13354 Update copyright notices of the files in lisp/calc.
13355
13356 2006-02-05 Romain Francoise <romain@orebokech.com>
13357
13358 Update copyright notices of all files in the lisp/play directory.
13359
13360 2006-02-04 Luc Teirlinck <teirllm@auburn.edu>
13361
13362 * ldefs-boot.el: Regenerate.
13363
13364 * emacs-lisp/find-func.el (find-definition-noselect): Minor doc fix.
13365
13366 2006-02-05 Kim F. Storm <storm@cua.dk>
13367
13368 * files.el (magic-mode-regexp-match-limit): New defvar.
13369 (set-auto-mode): Use it to limit magic-mode-alist matching.
13370
13371 2006-02-04 Eli Zaretskii <eliz@gnu.org>
13372
13373 * info.el (Info-index, Info-mode): Improve the description of the
13374 `i' command.
13375
13376 * ldefs-boot.el: Regenerate.
13377
13378 2006-02-03 Werner Lemberg <wl@gnu.org>
13379
13380 * textmodes/nroff-mode.el (nroff-font-lock-keywords): Don't be
13381 greedy to find the closing bracket in \*[...] and similar
13382 expressions. This is a first rough fix -- many additional
13383 refinements are necessary to make nroff mode really usable with groff.
13384
13385 2006-02-03 Jens Petersen <petersen@redhat.com> (tiny change)
13386
13387 * international/mule-cmds.el (set-locale-environment):
13388 Add "/usr/share/X11/locale/locale.alias" to search list for xorg-x11
13389 libX11.
13390
13391 2006-02-03 Joe Wells <jbw@macs.hw.ac.uk> (tiny change)
13392
13393 * arc-mode.el (archive-maybe-copy): Fix the way directories in the
13394 archive are created in archive-tmpdir.
13395
13396 2006-02-02 John Paul Wallington <jpw@pobox.com>
13397
13398 * ibuffer.el (ibuffer-compressed-file-name-regexp): New defcustom.
13399 (ibuffer-fontification-alist): Use it.
13400 (ibuffer-mode-map): Bind `ibuffer-mark-compressed-file-buffers'
13401 to "* z" and the Ibuffer Mark menu.
13402
13403 * ibuf-ext.el (ibuffer-mark-compressed-file-buffers): New command.
13404
13405 2006-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
13406
13407 * textmodes/table.el (*table--cell-describe-mode)
13408 (*table--cell-describe-bindings): Undo last change since
13409 print-help-return-message is not obsoleted by anything at all.
13410
13411 2006-02-02 Luc Teirlinck <teirllm@auburn.edu>
13412
13413 * emulation/cua-base.el (cua-mode): Doc fix.
13414
13415 2006-02-02 Juanma Barranquero <lekktu@gmail.com>
13416
13417 * dframe.el (dframe-handle-make-frame-visible)
13418 (dframe-handle-iconify-frame, dframe-get-focus)
13419 (dframe-select-attached-frame, dframe-power-click)
13420 (dframe-frame-mode): Fix typos in docstrings.
13421
13422 * ezimage.el (ezimage-mail, ezimage-object-out-of-date)
13423 (ezimage-insert-image-button-maybe, ezimage-insert-over-text):
13424 Fix typos in docstrings.
13425
13426 * hi-lock.el (hi-lock-mode, hi-lock-line-face-buffer)
13427 (hi-lock-face-buffer, hi-lock-font-lock-hook)
13428 (hi-lock-archaic-interface-message-used)
13429 (hi-lock-file-patterns-range): Fix typos in docstrings.
13430
13431 * savehist.el (savehist-loaded, savehist-load, savehist-install)
13432 (savehist-autosave, savehist-trim-history): Fix typos in docstrings.
13433
13434 * mail/mailclient.el (mailclient-place-body-on-clipboard-flag):
13435 Fix typo in docstring.
13436
13437 * net/newsticker.el (newsticker--decode-iso8601-date)
13438 (newsticker--set-customvar, newsticker--buffer-insert-item)
13439 (newsticker--do-run-auto-mark-filter)
13440 (newsticker--parse-generic-feed): Doc fixes.
13441 (newsticker--retrieval-timer-list, newsticker-url-list)
13442 (newsticker-hide-immortal-items-in-echo-area)
13443 (newsticker-hide-obsolete-items-in-echo-area)
13444 (newsticker-new-item-face, newsticker--enclosure)
13445 (newsticker-buffer-update, newsticker-w3m-show-inline-images)
13446 (newsticker--parse-atom-0.3, newsticker--parse-rss-1.0)
13447 (newsticker--parse-generic-feed, newsticker--cache-contains)
13448 (newsticker--stat-num-items, newsticker-download-enclosures):
13449 Fix typos in docstrings.
13450
13451 * net/rcirc.el (rcirc-debug): Doc fix.
13452 (rcirc-fill-column, rcirc-receive-message-hooks)
13453 (rcirc-browse-url-map, rcirc-read-only-flag, rcirc-prompt)
13454 (rcirc-mode, rcirc-generate-new-buffer-name)
13455 (rcirc-startup-channels, rcirc-ignore-update-automatic)
13456 (rcirc-cmd-ignore, rcirc-browse-url, rcirc-url-regexp):
13457 Fix typos in docstrings.
13458 (rcirc-print): "?\ " -> "?\s".
13459 (rcirc-cmd-join): Improve argument/docstring consistency.
13460
13461 2006-02-01 Mark A. Hershberger <mah@everybody.org>
13462
13463 * xml.el (xml-parse-region): Move save-excursion and set-buffer up
13464 before narrow-to-region.
13465
13466 2006-02-01 Richard M. Stallman <rms@gnu.org>
13467
13468 * simple.el (move-beginning-of-line): Scan properly for invis change.
13469
13470 * replace.el (multi-occur-in-matching-buffers): Fix prev change.
13471
13472 2006-02-01 Michael Albinus <michael.albinus@gmx.de>
13473
13474 * net/tramp.el (tramp-convert-file-attributes): Set file's gid
13475 change bit only when id-format is 'integer. Reported by Matt
13476 Hodges <M.P.Hodges@rl.ac.uk>.
13477
13478 2006-02-01 Juanma Barranquero <lekktu@gmail.com>
13479
13480 * hilit-chg.el (highlight-changes-initial-state)
13481 (highlight-changes-global-initial-state): Doc fixes.
13482 (highlight-changes-global-modes, global-highlight-changes):
13483 Fix typos in docstrings.
13484
13485 2006-02-01 Kim F. Storm <storm@cua.dk>
13486
13487 * emulation/cua-base.el (cua-mode): Mention that CUA enables
13488 transient-mark-mode in doc string.
13489
13490 2006-01-31 Richard M. Stallman <rms@gnu.org>
13491
13492 * replace.el (multi-occur): Doc fix.
13493 (multi-occur-in-matching-buffers): Rename from
13494 multi-occur-by-filename-regexp. Prefix arg says match
13495 buffer names instead of file names.
13496
13497 2006-01-31 Juanma Barranquero <lekktu@gmail.com>
13498
13499 * bs.el: Allow non-default values of `bs-header-lines-length'.
13500 (bs--running-in-xemacs): Remove (not needed anymore).
13501 (bs--set-window-height): Simplify by using `fit-window-to-buffer'
13502 instead of `shrink-window', thus avoiding having to compute the
13503 height of the window.
13504 (bs--up): Wrap around even when there's no header.
13505 (bs--down): Use `forward-line' instead of `next-line'.
13506
13507 2006-01-30 Chong Yidong <cyd@stupidchicken.com>
13508
13509 * image-mode.el (image-toggle-display): Use file name if possible,
13510 instead of unnecessarily allocating a (possibly huge) lisp string.
13511
13512 2006-01-30 John Paul Wallington <jpw@pobox.com>
13513
13514 * subr.el (toplevel): Define `cl-assertion-failed' condition here
13515 because the `assert' macro signals it at runtime.
13516
13517 * emacs-lisp/cl.el (toplevel): Remove definition of
13518 `cl-assertion-failed' condition.
13519
13520 2006-01-30 Nick Roberts <nickrob@snap.net.nz>
13521
13522 * thumbs.el (thumbs-marked-list): Make buffer-local and
13523 permanent-local.
13524 (thumbs-insert-thumb): Make help-echo non-sticky.
13525 (thumbs-file-alist): Use eolp as check for (non)-image.
13526
13527 2006-01-30 Juanma Barranquero <lekktu@gmail.com>
13528
13529 * ediff-mult.el (ediff-meta-buffer-keymap-setup-hook)
13530 (ediff-before-session-group-setup-hooks)
13531 (ediff-default-filtering-regexp, ediff-meta-mark-equal-files):
13532 Fix typos in docstrings.
13533
13534 * window.el (bw-dir, bw-eqdir, balance-windows)
13535 (split-window-keep-point): Fix typos in docstrings.
13536
13537 * textmodes/org.el (org-allow-space-in-links, org-closed-string)
13538 (org-quote-string, org-calendar-to-agenda-key)
13539 (org-agenda-sorting-strategy, org-agenda-use-time-grid)
13540 (org-show-following-heading, org-tags-column)
13541 (org-use-tag-inheritance, org, org-allow-space-in-links)
13542 (org-usenet-links-prefer-google, org-file-apps-defaults-gnu)
13543 (org-enable-table-editor, org-calc-default-modes)
13544 (org-table-allow-automatic-line-recalculation)
13545 (org-export-html-style, org-export-with-fixed-width)
13546 (org-export-with-sub-superscripts, org-special-keyword)
13547 (org-formula, org-time-grid, org-table-may-need-update)
13548 (org-mode, org-goto-ret, org-goto-left, org-goto-right)
13549 (org-goto-quit, org-get-indentation, org-end-of-item)
13550 (org-move-item-down, org-move-item-up)
13551 (org-renumber-ordered-list, org-todo, org-log-done, org-occur)
13552 (org-remove-occur-highlights, org-read-date, org-goto-calendar)
13553 (org-agenda, org-agenda-day-view, org-agenda-previous-date-line)
13554 (org-agenda-log-mode, org-agenda-toggle-diary)
13555 (org-agenda-toggle-time-grid, org-agenda-cleanup-fancy-diary)
13556 (org-agenda-file-to-end, org-agenda-no-heading-message)
13557 (org-agenda-get-closed, org-format-agenda-item)
13558 (org-cmp-priority, org-cmp-category, org-cmp-time)
13559 (org-agenda-change-all-lines, org-agenda-diary-entry)
13560 (org-scan-tags, org-after-todo-state-change-hook, org-tags-view)
13561 (org-link-search, org-camel-to-words, org-open-file)
13562 (org-remember-handler, org-table-convert-region)
13563 (org-table-move-row-down, org-table-move-row-up)
13564 (org-table-copy-region, org-table-wrap-region)
13565 (org-table-toggle-vline-visibility)
13566 (org-table-get-vertical-vector, org-table-modify-formulas)
13567 (org-table-get-specials, org-recalc-commands)
13568 (org-table-rotate-recalc-marks, org-table-eval-formula)
13569 (orgtbl-make-binding, org-in-invisibility-spec-p, org-cycle)
13570 (org-level-color-stars-only, org-insert-heading):
13571 Fix typos in docstrings.
13572 (last-arg): Add defvar.
13573
13574 * makefile.w32-in (WINS): Add erc.
13575 (MH_E_SRC): Update (copied from lisp/Makefile.in).
13576
13577 2006-01-29 Bill Wohler <wohler@newt.com>
13578
13579 * Makefile.in (MH_E_SRC): Add mh-compat.el, mh-folder.el,
13580 mh-letter.el, mh-limit.el, mh-scan.el, mh-show.el, mh-thread.el,
13581 mh-tool-bar.el, mh-xface.el. Remove mh-customize.el, mh-init.el.
13582 (mh-autoloads): Don't use comments on otherwise empty lines.
13583
13584 2006-01-29 Edward O'Connor <ted@oconnor.cx>
13585
13586 * emulation/viper.el (viper-major-mode-modifier-list): Add
13587 insert-state and vi-state entries for erc-mode.
13588 (viper-go-away, viper-set-hooks): Add and remove
13589 viper-comint-mode-hook from erc-mode-hook as appropriate.
13590
13591 * emulation/viper.el (viper-insert-state-mode-list): Add erc-mode.
13592
13593 2006-01-29 Juanma Barranquero <lekktu@gmail.com>
13594
13595 * bs.el (bs--format-aux): Implement `middle' alignment as
13596 described in the docstring for `bs-attributes-list'.
13597 (bs--get-name): Simplify. Don't pad the buffer name.
13598
13599 2006-01-27 Agustin Martin <agustin.martin@hispalinux.es>
13600
13601 * textmodes/ispell.el (ispell-find-aspell-dictionaries): If no
13602 English aspell dictionary is installed, use the first entry of
13603 ispell-dictionary-alist-1.
13604
13605 2006-01-27 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
13606
13607 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
13608 Doc fix.
13609
13610 2006-01-27 Michael Albinus <michael.albinus@gmx.de>
13611
13612 * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
13613 for `process-file', in order to let it work for older Emacsen too.
13614
13615 2006-01-27 Eli Zaretskii <eliz@gnu.org>
13616
13617 * international/latexenc.el: Add a suitable `coding:' tag.
13618 (latexenc-find-file-coding-system): Undo last change.
13619
13620 2006-01-27 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
13621
13622 * international/latexenc.el (latexenc-find-file-coding-system):
13623 Make sure latexenc-main-file is a regular file and is readable.
13624
13625 2006-01-27 Andre Spiegel <spiegel@gnu.org>
13626
13627 * vc-rcs.el (vc-rcs-fetch-master-state, vc-rcs-consult-headers):
13628 Pass FILE to vc-user-login-name.
13629
13630 * vc-sccs.el (vc-sccs-state): Pass FILE to vc-user-login-name.
13631
13632 2006-01-27 Nick Roberts <nickrob@snap.net.nz>
13633
13634 * thumbs.el (thumbs-do-thumbs-insertion): Suppress message when
13635 there are no more images to display.
13636 (thumbs-mark, thumbs-unmark): Revert change so that they move to
13637 the next image.
13638
13639 2006-01-26 Richard M. Stallman <rms@gnu.org>
13640
13641 * cus-edit.el (custom-mode): Doc: Use advertised-widget-backward.
13642
13643 * wid-edit.el (advertised-widget-backward): New alias.
13644 (widget-keymap): Use advertised-widget-backward for S-TAB.
13645
13646 * tumme.el: Correct the keywords.
13647 (tumme-dir-max-size): Use defvar.
13648 (tumme-setup-dired-keybindings, tumme-dired): Add autoload cookie.
13649
13650 * simple.el (move-beginning-of-line): Take account of fields.
13651 (clone-indirect-buffer-other-window): Take args like
13652 clone-indirect-buffer, and work like it.
13653
13654 * help-fns.el (describe-function): Don't pass `nil' as default.
13655
13656 * files.el (risky-local-variable-p): Follow var aliases.
13657
13658 * subr.el (lazy-completion-table): Doc fix.
13659
13660 * mail/rmailsum.el (rmail-make-summary-line-1): Don't set
13661 global binding of `line'.
13662
13663 2006-01-25 Andre Spiegel <spiegel@gnu.org>
13664
13665 * vc-hooks.el (vc-user-login-name): Rewritten to handle access via
13666 Tramp.
13667
13668 * vc.el (vc-default-dired-state-info): Pass FILE to
13669 vc-user-login-name.
13670 (vc-default-update-changelog): Don't use vc-user-login-name, we
13671 don't need it here.
13672
13673 * net/tramp-vc.el (vc-user-login-name): Comment out defadvice, it is
13674 no longer necessary.
13675
13676 2006-01-25 Kenichi Handa <handa@m17n.org>
13677
13678 * international/mule.el (decode-char): Avoid the overhead of
13679 calling utf-lookup-subst-table-for-decode if
13680 utf-translate-cjk-mode is nil.
13681 (encode-char): Avoid the overhead of calling
13682 utf-lookup-subst-table-for-encode if utf-translate-cjk-mode is
13683 nil.
13684
13685 2006-01-22 Kenichi Handa <handa@m17n.org>
13686
13687 * international/mule.el (make-subsidiary-coding-system): Reset
13688 `coding-system-define-form' property of subsidiaries to nil.
13689 Avoid duplicated entry in coding-system-alist.
13690 (make-coding-system): Avoid duplicated entry in
13691 coding-system-alist.
13692 (define-coding-system-alias): Likewise.
13693
13694 2006-01-24 Luc Teirlinck <teirllm@auburn.edu>
13695
13696 * completion.el: Minor fixes in introductory comment.
13697 (completion-def-wrapper): Fix alist.
13698
13699 2006-01-25 Nick Roberts <nickrob@snap.net.nz>
13700
13701 * thumbs.el (thumbs-new-image-size): New function.
13702 (thumbs-increment-image-size-element)
13703 (thumbs-decrement-image-size-element, thumbs-increment-image-size)
13704 (thumbs-decrement-image-size): Delete.
13705 (thumbs-resize-image-1): Rename from thumbs-resize-image. Keep old
13706 temp files and use to resize.
13707 (thumbs-resize-image): Rename from thumbs-resize-image-interactive.
13708 Use increment argument to enlarge/shrink. Preserve point.
13709 (thumbs-shrink-image): Rename from thumbs-resize-image-size-down.
13710 (thumbs-enlarge-image): Rename from thumbs-resize-image-size-up
13711 (thumbs-show-thumbs-list): Set thumbs-buffer to current-buffer.
13712 (thumbs-mark, thumbs-unmark): Preserve point.
13713 (thumbs-modify-image): Keep old temp files and use to modify.
13714 Cleanup old temp files at load time. Preserve point.
13715 (thumbs-view-image-mode-map): Use new command names.
13716
13717 2006-01-24 Stefan Monnier <monnier@iro.umontreal.ca>
13718
13719 * log-view.el (log-view-minor-wrap): First rev is the one at point.
13720
13721 * calendar/cal-menu.el: Avoid macros from calendar.el so as to break
13722 the nastiest part of the cyclic dependency.
13723 (cal-menu-update): Use dotimes and calendar-increment-month.
13724
13725 * calendar/calendar.el: Remove unnecessary leading stars in docstrings.
13726 (calendar-week-start-day): Add an :initializer.
13727 (calendar-mode-map): Use suppress-keymap, and command remapping.
13728 (describe-calendar-mode): Setup xref-stack info for the back button.
13729 (calendar-star-date): Insert before delete.
13730 (calendar-set-mode-line): Add file-modified info if applicable.
13731 (calendar-increment-month): New function.
13732
13733 2006-01-24 Tobias C. Rittweiler <tcr@freebits.de> (tiny change)
13734
13735 * font-lock.el (lisp-font-lock-keywords-2):
13736 Recognize "& keywords" only at word boundaries.
13737
13738 2006-01-24 Nick Roberts <nickrob@snap.net.nz>
13739
13740 * thumbs.el (thumbs-extra-images): New variable. Make it buffer-local
13741 and permanent-local.
13742 (thumbs-max-image-number): New variable.
13743 (thumbs-do-thumbs-insertion): Use them.
13744 (thumbs-per-line): Change default to 4.
13745 (thumbs-marked-list): Rename from thumbs-markedL.
13746 (thumbs-cleanup-thumbsdir, thumbs-delete-images)
13747 (thumbs-rename-images): Use -list instead of L for internal variables.
13748 (thumbs-call-convert): Use call-process instead of shell-command.
13749 (thumbs-insert-thumb): Add filename as help-echo to each image.
13750 (thumbs-show-from-dir): Rename from thumbs-show-all-from-dir.
13751 Give dir to thumbs-show-thumbs-list.
13752 (thumbs-show-thumbs-list): Set default-directory to that of images.
13753 (thumbs-dired-show): Rename from thumbs-dired-show-all.
13754 (thumbs-display-thumbs-buffer, thumbs-show-more-images): New functions.
13755 (thumbs-mode-map): Bind "+" to thumbs-show-more-images.
13756 (thumbs-view-image-mode-map): Bind "^" to thumbs-display-thumbs-buffer.
13757
13758 2006-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
13759
13760 * ses.el (ses-read-cell): Provide a default value.
13761
13762 2006-01-23 Juanma Barranquero <lekktu@gmail.com>
13763
13764 * term/w32-win.el (image-library-alist): Add additional names for
13765 GIF library.
13766
13767 2006-01-23 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
13768
13769 * international/latexenc.el (latexenc-find-file-coding-system):
13770 Add file-regular-p check.
13771
13772 2006-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
13773
13774 * simple.el (clone-buffer): Don't show the new buffer in the same
13775 window.
13776
13777 2006-01-23 Juri Linkov <juri@jurta.org>
13778
13779 * faces.el (link, link-visited): New faces based on default values
13780 of `info-xref' and `info-xref-visited'.
13781
13782 * info.el (info-xref): Inherit from `link'.
13783 (info-xref-visited): Inherit from `link-visited'.
13784
13785 * cus-edit.el (custom-buffer-create-internal): Use widget type
13786 `custom-manual' instead of `info-link' and don't set properties
13787 `button-face' and `mouse-face' explicitly.
13788 (custom-browse-group-tag, custom-browse-variable-tag)
13789 (custom-browse-face-tag): Inherit from widget class
13790 `custom-group-link' instead of `push-button'.
13791 (custom-button-unraised): Inherit from `underline' face.
13792 (custom-link): Inherit from `link' face. Fix doc and group.
13793 (custom-add-parent-links, custom-group-value-create): Don't set
13794 properties `button-face' and `mouse-face' explicitly for
13795 `custom-group-link' widget.
13796 (custom-group-link): Add properties `button-face' and `mouse-face'
13797 to widget definition.
13798 (custom-field-keymap): New variable. Put `custom-field-keymap' to
13799 editable-field's :keymap property.
13800 (custom-mode): Fix docstring: substitute keybindings for
13801 `widget-forward' and `widget-backward' from `widget-keymap',
13802 `widget-complete' from `custom-field-keymap', replace old
13803 `Custom-move-and-invoke' with `widget-move-and-invoke'. Untabify.
13804
13805 * desktop.el (desktop-load-file): Check for `fboundp' before
13806 calling `symbol-function'.
13807
13808 * simple.el (clone-buffer, clone-indirect-buffer)
13809 (clone-indirect-buffer-other-window): Use `read-buffer' instead of
13810 `read-string'. Fix prompts.
13811
13812 * play/doctor.el (doctor-mode-map): Rename from `doc-mode-map'.
13813
13814 2006-01-23 Nick Roberts <nickrob@snap.net.nz>
13815
13816 * thumbs.el (thumbs-file-alist): Avoid creating duplicate entries.
13817
13818 2006-01-22 Luc Teirlinck <teirllm@auburn.edu>
13819
13820 * startup.el (inhibit-splash-screen, initial-scratch-message):
13821 Doc fixes.
13822
13823 2006-01-22 Michael Albinus <michael.albinus@gmx.de>
13824
13825 Sync with Tramp 2.0.52.
13826
13827 * net/tramp.el, net/tramp-ftp.el, net/tramp-util.el,
13828 * net/tramp-vc.el: Add code for unloading Tramp. See comment before
13829 `tramp-unload-tramp' for checklist.
13830
13831 * net/tramp.el: Require `timer-funcs' instead of `timer' if in
13832 XEmacs. Contributed by Steve Youngs <steve@sxemacs.org>.
13833 (tramp-unload-file-name-handler-alist)
13834 (tramp-unload-tramp): New defuns.
13835 (tramp-advice-PC-expand-many-files): New defadvice.
13836 (tramp-save-PC-expand-many-files, tramp-setup-complete) Defuns
13837 removed.
13838 (tramp-handle-expand-file-name): Remove double slash.
13839 (tramp-handle-file-attributes-with-ls): Return t as 9th attribute.
13840 It doesn't matter, because it will be converted later on.
13841 (tramp-handle-file-ownership-preserved-p): Rewritten. The old
13842 implementation was just heuristic.
13843 (tramp-post-connection): Set uid and gid properties.
13844 (tramp-convert-file-attributes): Set file's gid change bit.
13845 (tramp-get-remote-uid, tramp-get-remote-gid): New defuns.
13846 (tramp-handle-expand-file-name): Use "~root" for tilde expansion
13847 in case of su(do)? methods. The home directory of the local user
13848 will be taken else.
13849 (tramp-open-connection-telnet)
13850 (tramp-open-connection-rsh, tramp-open-connection-su)
13851 (tramp-open-connection-multi): Set PS1 to "$ ". Otherwise, a
13852 local shell prompt could hurt. Reported by Romain Francoise
13853 <romain@orebokech.com>.
13854 (tramp-let-maybe): Add `edebug-form-spec' property.
13855 (tramp-handle-expand-file-name): Bind `default-directory' locally
13856 to "/" in order to avoid problems with UNC shares or Cygwin
13857 mounts.
13858 (tramp-md5-function): Fix typo in error message.
13859
13860 * net/tramp-ftp.el (tramp-ftp-enable-ange-ftp): New defun.
13861
13862 * net/tramp-util.el (top): Apply `ignore' instead of `identity'
13863 for byte-compiler pacification.
13864
13865 2006-01-22 Andre Spiegel <spiegel@gnu.org>
13866
13867 * vc-rcs.el (vc-rcs-state-heuristic): Use file-attributes with
13868 ID-FORMAT `string'. This allows us to get rid of
13869 `vc-user-login-name UID'.
13870
13871 * vc-sccs.el (vc-sccs-state-heuristic): Likewise.
13872
13873 2006-01-22 John Paul Wallington <jpw@pobox.com>
13874
13875 * hl-line.el (hl-line-highlight, hl-line-move): Doc fixes.
13876
13877 2006-01-21 Martin Rudalics <rudalics@gmx.at>
13878
13879 * emacs-lisp/find-func.el (find-definition-noselect)
13880 (find-variable-noselect): Search variables in C source code too.
13881 (find-function-C-source, find-function-noselect, find-function)
13882 (find-function-other-frame, find-variable-noselect, find-variable)
13883 (find-variable-other-frame, find-variable-at-point):
13884 Fix docstrings.
13885
13886 2006-01-21 Francesco Potort\e,Al\e(B <pot@gnu.org>
13887
13888 * mail/rmailout.el (rmail-output): Don't use content-type if it is nil.
13889
13890 2006-01-21 Agustin Martin <agustin.martin@hispalinux.es>
13891
13892 * textmodes/flyspell.el (flyspell-emacs-popup, flypell-xemacs-popup):
13893 Default to disabling the "Save affix" question.
13894
13895 2006-01-21 Marien Zwart <marienz@gentoo.org> (tiny change)
13896
13897 * progmodes/python.el (python-mode) <eldoc-mode-hook>: Pass nil as
13898 the first arg to run-python.
13899
13900 2006-01-21 Eli Zaretskii <eliz@gnu.org>
13901
13902 * startup.el (command-line-1): Handle --no-desktop if desktop.el
13903 is not loaded.
13904
13905 2006-01-20 Jay Belanger <belanger@truman.edu>
13906
13907 * calc/calcalg2.el (calc-sum-rec): Fix the sum when the lower
13908 limit is 0.
13909
13910 * calc/calc-arith.el (math-add-symb-fancy): Check the length of
13911 the correct variable.
13912
13913 2006-01-20 Carsten Dominik <dominik@science.uva.nl>
13914
13915 * textmodes/org.el (org-open-at-point): Fixed bug with matching a
13916 link. Fixed buggy argument sequence in call to `org-view-tags'.
13917 (org-compile-prefix-format): Set `org-prefix-has-tag'.
13918 (org-prefix-has-tag): New variable.
13919 (org-format-agenda-item): Remove tags from headline if
13920 appropriate.
13921 (org-agenda-remove-tags-when-in-prefix): New option.
13922 (org-get-tags-at): New function.
13923
13924 2006-01-20 Nick Roberts <nickrob@snap.net.nz>
13925
13926 * thumbs.el (thumbs-buffer): New variable. Make it buffer local.
13927 (thumbs-find-image): Move image name and number from buffer name
13928 to mode name. Set thumbs-buffer. Preserve point so that large
13929 images remain visible.
13930 (thumbs-file-alist): Construct list in thumbs-buffer and reverse
13931 order.
13932 (thumbs-show-image-num): Get image from thumbs-file-alist. Set
13933 mode name.
13934 (thumbs-next-image, thumbs-previous-image): Make them work.
13935
13936 2006-01-19 Luc Teirlinck <teirllm@auburn.edu>
13937
13938 * cus-edit.el (custom-buffer-create-internal): State in the text above
13939 the whole buffer buttons that they do not operate on hidden items.
13940 (custom-face-menu): Use `custom-face-save' instead of
13941 `custom-face-save-command'.
13942 (custom-face-save-command): Make it an alias for `custom-face-save'
13943 and declare it obsolete.
13944 (custom-face-save): Doc fix.
13945
13946 * dired.el (dired-no-confirm): Add quote.
13947 (dired-subdir-alist-pre-R): Add quote in
13948 `make-variable-buffer-local' form and remove unbalanced parenthesis.
13949
13950 2006-01-19 Stefan Monnier <monnier@iro.umontreal.ca>
13951
13952 * textmodes/table.el (table-mode-indicator): Typo in last change.
13953
13954 2006-01-19 Richard M. Stallman <rms@gnu.org>
13955
13956 * outline.el (hide-leaves): Don't call outline-end-of-heading.
13957 Fixes bug reported in Nov 2005.
13958
13959 * isearch.el (isearch-forward): Doc fix.
13960
13961 * dired.el (dired-move-to-filename-regexp): Define as alias.
13962 (dired-no-confirm): Use defcustom.
13963 (dired-subdir-alist-pre-R): Put defvar at top level.
13964
13965 * battery.el (battery-linux-proc-acpi): Handle "last full capacity".
13966
13967 * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
13968 Mark as risky.
13969
13970 * simple.el (set-mark-command): Doc fix.
13971 (clone-indirect-buffer-other-window):
13972 Read arg like clone-indirect-buffer.
13973 (move-beginning-of-line): Skip invisible newlines.
13974
13975 2006-01-19 Masatake YAMATO <jet@gyve.org>
13976
13977 * progmodes/cpp.el (cpp-edit-load): Make the order of
13978 listed conditions in a base C code buffer and its associate
13979 CPP Edit buffer the same.
13980
13981 2006-01-19 Kenichi Handa <handa@m17n.org>
13982
13983 * mail/rmail.el (rmail-enable-mime): Docstring fixed.
13984 (rmail-mime-feature): Likewise.
13985 (rmail-require-mime-maybe): Use display-warning to show a warning
13986 message.
13987
13988 * international/mule.el (auto-coding-regexp-alist-lookup): New fun.
13989 (find-auto-coding): Use auto-coding-regexp-alist-lookup.
13990
13991 2006-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
13992
13993 * array.el: Move defvars out of eval-when-compile.
13994 (array-make-template): Replace undeclared global var with a local one.
13995 (array-mode): Inline initialization functions.
13996 (array-init-local-variables, array-init-max-row)
13997 (array-init-max-column, array-init-columns-per-line)
13998 (array-init-field-width, array-init-rows-numbered)
13999 (array-init-line-length, array-init-lines-per-row): Remove.
14000
14001 * play/doctor.el: Move defvars out of eval-when-compile. Use dolist.
14002 (doc-mode-map): Define explicitly.
14003 (doctor-txtype): Use mapc.
14004
14005 * textmodes/table.el: Move defvars out of eval-when-compile.
14006 Remove harmful code meant to avoid byte-compiler warnings.
14007 (table-fixed-mode-indicator): Remove. Use a more complex mode-line
14008 specification that checks table-fixed-width-mode directly.
14009 (table-recognize-region, table-recognize-cell):
14010 Use restore-buffer-modified-p.
14011 (table-fixed-width-mode): Remove code that refreshes
14012 table-fixed-mode-indicator.
14013 (*table--cell-describe-bindings, *table--cell-describe-mode):
14014 Avoid obsolete name print-help-return-message.
14015 (table--test-cell-list): Don't use replace-regexp from elisp.
14016 (table--point-entered-cell-function, table--point-left-cell-function):
14017 Don't set table-fixed-mode-indicator, use force-mode-line-update.
14018
14019 * textmodes/org.el: Move defvars out of eval-when-compile. Move code
14020 that was after the end of file. Use buffer-file-name variable.
14021 (org-timestamp-change): Use with-current-buffer.
14022 (org-todo-list): Don't unnecessarily define a new buffer-local var.
14023 (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused arg
14024 `file'.
14025
14026 * progmodes/fortran.el: Move defvars out of eval-when-compile.
14027 (fortran-break-line): Remove unused var `opoint'.
14028 (fortran-abbrev-start): Obey help-event-list.
14029
14030 2006-01-18 Jesper Harder <harder@phys.au.dk>
14031
14032 * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-substring.
14033
14034 2006-01-18 Masatake YAMATO <jet@gyve.org>
14035
14036 * progmodes/make-mode.el (makefile-imake-mode): New mode
14037 derived from makefile-mode.
14038 (makefile-imake-mode-syntax-table): New syntax table
14039 derived from makefile-mode-syntax-table.
14040 (makefile-mode): Write about makefile-imake-mode in doc string.
14041 (makefile-mode-map): Bind "\C-c\C-m\C-i" to makefile-imake-mode.
14042 (makefile-imake-font-lock-keywords): New font lock keywords.
14043
14044 * files.el (auto-mode-alist): Add Imakefile.
14045
14046 2006-01-17 Agustin Martin <agustin.martin@hispalinux.es>
14047
14048 * textmodes/flyspell.el (ispell-kill-ispell-hook): Add to the hook when
14049 loading the file rather than when turning on flyspell-mode.
14050
14051 2006-01-16 Luc Teirlinck <teirllm@auburn.edu>
14052
14053 * cus-edit.el (customize-rogue): Minor doc fix.
14054
14055 2006-01-17 Juri Linkov <juri@jurta.org>
14056
14057 * dired-aux.el (dired-diff): Use dired-dwim-target-directory
14058 instead of the file at the mark as default if the file at the mark
14059 is the same as the file at point or if dired-dwim-target-directory
14060 is not the same as the current directory and the mark is not active.
14061
14062 * log-view.el (log-view-minor-wrap): Use the same logic to get
14063 revisions as `log-view-diff'.
14064
14065 * info.el (Info-revert-find-node): Check for Info-current-file
14066 before preserving new-history.
14067
14068 * man.el (Man-heading-regexp): Add `/'.
14069
14070 * textmodes/sgml-mode.el: Add `coding: iso-2022-7bit' cookie.
14071 (html-mode): Set `sentence-end-base' instead of `sentence-end'.
14072
14073 2006-01-16 Juri Linkov <juri@jurta.org>
14074
14075 * faces.el (mode-line-faces): New defgroup.
14076 (mode-line-highlight): Move definition after new defgroup.
14077 (mode-line, mode-line-inactive, mode-line-highlight):
14078 Replace :group `modeline' with `mode-line-faces'.
14079 (mode-line-buffer-id): New face.
14080 (modeline-buffer-id): New face alias.
14081 (vertical-border): Remove :group `modeline'.
14082
14083 * bindings.el (propertized-buffer-identification): Use face
14084 `mode-line-buffer-id' instead of `Buffer-menu-buffer'.
14085 (mode-line-next-buffer, mode-line-previous-buffer): New functions.
14086 (mode-line-buffer-identification-keymap): For mouse-1 replace
14087 `mode-line-unbury-buffer' with `mode-line-previous-buffer'.
14088 Replace `mode-line-bury-buffer' with `mode-line-next-buffer' for
14089 mouse-3.
14090
14091 * buff-menu.el (buffer-menu-buffer) <defface>: Renamed from
14092 Buffer-menu-buffer. Doc fix.
14093 (Buffer-menu-buffer): Face alias to buffer-menu-buffer.
14094 (list-buffers-noselect): Use `buffer-menu-buffer' face instead of
14095 `Buffer-menu-buffer'.
14096
14097 * info.el (Info-mode-line-node-keymap): New defvar.
14098 (Info-set-mode-line): Use `stringp' to check Info-current-file.
14099 Propertize Info-current-node with `mode-line-buffer-id' and
14100 `mode-line-highlight' faces and `Info-mode-line-node-keymap'.
14101
14102 * time.el (display-time-mail-face): Replace :group `faces' with
14103 `mode-line-faces'.
14104
14105 2006-01-16 Kenichi Handa <handa@m17n.org>
14106
14107 * international/code-pages.el: Add autoload cookies for cp125[0345678].
14108
14109 * language/european.el (cp1252): New alias for windows-1252.
14110
14111 * international/mule.el (autoload-coding-system): Prepare for EOL
14112 variants.
14113
14114 2006-01-15 Dan Nicolaescu <dann@ics.uci.edu>
14115
14116 * term.el (term-raw-map): Add mapping for insert.
14117 (term-send-insert): New.
14118 (term-mode): Make variables local here instead of doing it in
14119 `term-emulate-terminal'.
14120 (term-emulate-terminal): Delete incorrect optimization for cr+lf.
14121 Scroll reverse needs to take into account the scroll region.
14122 Saving and restoring the cursor should save the color attributes too.
14123 (term-reset-terminal): Reset the scroll region.
14124 (term-handle-ansi-escape): Cursor up and down should take into
14125 account the scroll region.
14126 (term-set-scroll-region): Rename from `term-scroll-region'.
14127 Move to 0,0 after setting the region.
14128 (term-handle-scroll): Handle scroll up.
14129 (term-down): Fix off by one error.
14130 (term-delete-lines): Do not delete outside the scroll region.
14131 (term-insert-lines): Take into account the scroll region.
14132
14133 2006-01-15 Stefan Monnier <monnier@iro.umontreal.ca>
14134
14135 * textmodes/ispell.el (ispell-internal-change-dictionary)
14136 (ispell-change-dictionary): Undo most of last change of 2006-01-13.
14137 (start, end): Move declaration outside of eval-when-compile.
14138
14139 * textmodes/flyspell.el (flyspell-kill-ispell-hook): New fun.
14140 (flyspell-mode-on): Use it.
14141
14142 * textmodes/ispell.el (ispell-kill-ispell): Run new hook
14143 ispell-kill-ispell-hook.
14144
14145 2006-01-14 Luc Teirlinck <teirllm@auburn.edu>
14146
14147 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
14148 (Custom-reset-saved): Do not ask for confirmation in single option
14149 buffers.
14150
14151 2006-01-13 Richard M. Stallman <rms@gnu.org>
14152
14153 * font-lock.el (lisp-font-lock-keywords-1): Minor rearrangement.
14154
14155 2006-01-13 Romain Francoise <romain@orebokech.com>
14156
14157 * add-log.el (add-change-log-entry, change-log-merge):
14158 Conditionally use `hard-newline'.
14159
14160 2006-01-13 Martin Rudalics <rudalics@gmx.at>
14161
14162 * wid-edit.el (widget-field-end): If the overlay is no longer
14163 associated with a buffer, behave as if the overlay didn't exist.
14164
14165 * cus-edit.el (custom-add-see-also, custom-add-parent-links):
14166 Make sure the links use the `custom-link' face.
14167
14168 2006-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
14169
14170 * progmodes/ld-script.el (auto-mode-alist): Use \' rather than $.
14171 (ld-script-mode): Don't set indent-line-function since we don't
14172 have one.
14173
14174 2006-01-13 Carsten Dominik <dominik@science.uva.nl>
14175
14176 * textmodes/org.el (org-open-file): Use mailcap for selecting an
14177 application.
14178 (org-file-apps-defaults-gnu): Use mailcap as the default for
14179 selecting an application on a UNIX system.
14180 (org-agenda-show-tags): New command.
14181 (org-table-insert-hline): Keep cursor in current table line.
14182 (org-table-convert): Offset effect of modifying
14183 `org-table-insert-hline'.
14184 (org-format-agenda-item): New optional argument TAG.
14185 (org-compile-prefix-format): Handle %T format for the tag.
14186 (org-expand-wide-chars): New function.
14187 (org-table-insert-row, org-table-insert-hline):
14188 Use `org-expand-wide-chars'.
14189 (org-open-file): Fix bug in program launch.
14190 (org-get-time-of-day): Fix bug with times before 1am.
14191 (org-agenda-menu): Add tags commands.
14192
14193 2006-01-13 Agustin Martin <agustin.martin@hispalinux.es>
14194
14195 * textmodes/ispell.el (ispell-init-process): Include the used
14196 dictionary in ispell process start message.
14197 (ispell-internal-change-dictionary): When flyspell-mode is active
14198 and dictionary is changed, make sure ispell process is restarted
14199 and flyspell word cache cleared out for the current buffer.
14200 (ispell-change-dictionary): Make sure flyspell word cache is
14201 cleared out in all buffers with active flyspell mode when
14202 dictionary is globally changed.
14203 Call ispell-internal-change-dictionary after dictionary change.
14204
14205 2006-01-13 Eli Zaretskii <eliz@gnu.org>
14206
14207 * emacs-lisp/bytecomp.el (batch-byte-recompile-directory): Doc fix.
14208
14209 * makefile.w32-in (MH_E_SRC): Synchronize with Makefile.in.
14210 (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): Update Copyright
14211 years. Fix small differences wrt Makefile.in.
14212 (recompile): Use --eval '(batch-byte-recompile-directory 0)', like
14213 Makefile.in does.
14214
14215 2006-01-12 Bill Wohler <wohler@newt.com>
14216
14217 * Makefile.in (MH_E_SRC): Replace mh-index.el and mh-pick.el with
14218 mh-search.el.
14219
14220 2006-01-12 Masatake YAMATO <jet@gyve.org>
14221
14222 * progmodes/ld-script.el: Update copyright year.
14223
14224 2006-01-12 Chong Yidong <cyd@stupidchicken.com>
14225
14226 * cus-theme.el (custom-theme-add-variable, custom-theme-add-face):
14227 Don't add widget if setting undefined.
14228
14229 2006-01-12 John Paul Wallington <jpw@pobox.com>
14230
14231 * help-fns.el (describe-variable): Remove newlines from void
14232 variable output.
14233
14234 2006-01-13 Nick Roberts <nickrob@snap.net.nz>
14235
14236 * wdired.el (wdired-mode-map): Add help echo for
14237 wdired-abort-changes.
14238
14239 * man.el (Man-file-name-regexp): Adjust for a list of files.
14240
14241 2006-01-12 Masatake YAMATO <jet@gyve.org>
14242
14243 * progmodes/ld-script.el (auto-mode-alist): Support
14244 suffix conventions used in netbsd and eCos.
14245
14246 2006-01-11 Luc Teirlinck <teirllm@auburn.edu>
14247
14248 * cus-edit.el (custom-reset-menu, custom-buffer-create-internal)
14249 (custom-variable-menu, custom-face-menu, custom-group-menu)
14250 (Custom-mode-menu): Change names of menu items. (As discussed on
14251 emacs-devel.)
14252 (custom-face-menu): Add "Undo Edits" item.
14253
14254 * startup.el (init-file-user): defcustom -> defvar.
14255
14256 * tooltip.el (tooltip-mode): Doc fix.
14257
14258 2006-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
14259
14260 * reveal.el (reveal-post-command): window-buffer signals an error on
14261 dead windows rather than returning nil.
14262 (reveal-open-new-overlays): An overlay might die while we open others.
14263
14264 2006-01-11 Bill Wohler <wohler@newt.com>
14265
14266 * cus-dep.el (generated-custom-dependencies-file): Fix typo and
14267 phrasing in docstring.
14268
14269 * Makefile.in (MH_E_SRC): Rename from MH-E-SRC since the dashes
14270 can give some systems gas. Add new file mh-buffers.el.
14271
14272 2006-01-06 Masatake YAMATO <jet@gyve.org>
14273
14274 * font-lock.el (cpp-font-lock-keywords): Font lock keywords for
14275 C preprocessor forward ported from GNU Emacs 21.2.
14276
14277 * progmodes/asm-mode.el (asm-font-lock-keywords):
14278 Use `cpp-font-lock-keywords'.
14279
14280 * progmodes/ld-script.el (ld-script-font-lock-keywords): Ditto.
14281
14282 * progmodes/ld-script.el (auto-mode-alist): Use \\> instead
14283 of $ for "\\.ld[s]?".
14284
14285 2006-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
14286
14287 * progmodes/tcl.el (tcl-indent-command): Use indent-for-tab-command.
14288 (tcl-indent-line): Return `noindent' if inside a string.
14289
14290 * progmodes/flymake.el (flymake-split-string): Remove more than one
14291 empty string at beg/end of the result.
14292 (flymake-find-buildfile, flymake-find-possible-master-files):
14293 Use expand-file-name.
14294 (flymake-fix-file-name): Don't replace \ with / and don't remove ./
14295 since expand-file-name does it for us. Use directory-file-name.
14296 (flymake-ler-get-full-file, flymake-ler-get-file, flymake-ler-get-line)
14297 (flymake-ler-get-type, flymake-ler-get-text)
14298 (flymake-ler-make-ler): Remove. Replace by defstruct. Update callers.
14299 (flymake-current-line-no): Remove spurious interactive spec.
14300 (flymake-delete-temp-directory): Remove unused var `slash-pos'.
14301 (flymake-check-include): Remove arg inc-path merged into inc-name.
14302 (flymake-check-patch-master-file-buffer): Fit in 80 columns.
14303 Arg regexp-list replaced by a simple regexp.
14304 (flymake-master-make-header-init, flymake-master-tex-init):
14305 Correspondingly replace regexp-list with a regexp. Fix regexp.
14306
14307 2006-01-10 Simon Josefsson <jas@extundo.com>
14308
14309 * mail/smtpmail.el (smtpmail-try-auth-methods): Add comment
14310 describing AUTH PLAIN fix.
14311
14312 2006-01-10 Thien-Thi Nguyen <ttn@gnu.org>
14313
14314 * mail/emacsbug.el (report-emacs-bug-text-prompt): Delete var.
14315 (report-emacs-bug): Don't record initial prompt text.
14316 Instead, add text properties to prompting text.
14317 (report-emacs-bug-hook): Delete prompting text.
14318
14319 2006-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
14320
14321 * progmodes/flymake.el (flymake-find-buildfile): Remove invariant arg
14322 `dirs'. Adjust callers.
14323
14324 2006-01-09 John Paul Wallington <jpw@gnu.org>
14325
14326 * cus-edit.el (custom-comment) <defface>: Add TTY definitions.
14327
14328 2006-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
14329
14330 * reveal.el (reveal-open-new-overlays): New extracted fun.
14331 (reveal-close-old-overlays): Idem. Check overlays's liveness before
14332 using them. Simplify the code.
14333 (reveal-post-command): Use them. Fix up obsolete windows in
14334 reveal-open-spots.
14335
14336 * progmodes/flymake.el: Use `require' rather than autoload for
14337 XEmacs's overlays.
14338 (flymake-get-common-file-prefix, flymake-build-relative-filename):
14339 Delete. Use file-relative-name instead.
14340 (flymake-get-syntax-check-program-args, flymake-perl-init):
14341 Simplify the resulting code.
14342
14343 * log-view.el (log-view-file-re, log-view-message-re): Add support
14344 for DaRCS output.
14345
14346 2006-01-09 Alex Schroeder <alex@gnu.org>
14347
14348 * mail/rmail.el (rmail-reply-regexp): Also ignore mailing list
14349 identifiers sometimes added in square brackets at the beginning of
14350 subject lines.
14351
14352 2006-01-07 Richard M. Stallman <rms@gnu.org>
14353
14354 * cus-edit.el (Custom-set, Custom-save): Doc fix.
14355 (Custom-reset-current, Custom-reset-saved): Change question text.
14356 (Custom-reset-standard): Likewise.
14357 (custom-variable-reset-saved): Doc fix.
14358
14359 2006-01-07 Eli Zaretskii <eliz@gnu.org>
14360
14361 * startup.el (init-file-user): Doc fix.
14362
14363 2006-01-07 Alex Schroeder <alex@gnu.org>
14364
14365 * mail/rmail.el (rmail-current-subject): New function.
14366 (rmail-current-subject-regexp): New function.
14367 (rmail-next-same-subject): Use it.
14368
14369 * mail/rmailsum.el (rmail-summary-by-topic):
14370 Use rmail-current-subject and rmail-current-subject-regexp.
14371 (rmail-summary-next-same-subject): Ditto.
14372
14373 * net/rcirc.el (rcirc-send-input): No longer check whether the
14374 process is open, since not all commands need an open process.
14375 (rcirc-send-string): Check whether the process is open before
14376 sending anything.
14377 (rcirc-ignore-list): New option.
14378 (rcirc-ignore-list-automatic): New variable.
14379 (rcirc-print): Take rcirc-ignore-list into account.
14380 (rcirc-cmd-ignore): New command.
14381 (rcirc-ignore-update-automatic): New function.
14382 (rcirc-handler-PART, rcirc-handler-QUIT): Use it to maintain the
14383 list if ignored nicks.
14384 (rcirc-handler-NICK): Ditto, and also ignore the new nick.
14385
14386 2006-01-06 David Reitter <david.reitter@gmail.com>
14387
14388 * mail/emacsbug.el (report-emacs-bug): Let explanations correctly
14389 reflect the address to which the report will be sent.
14390
14391 2006-01-06 Eli Zaretskii <eliz@gnu.org>
14392
14393 * progmodes/ld-script.el (auto-mode-alist): Recognize linker
14394 scripts whose file-name extensions are "\.x[bdsru]?[cn]?$".
14395
14396 2006-01-01 Michael Ernst <mernst@alum.mit.edu> (tiny changes)
14397
14398 * textmodes/tildify.el: Fix typos (misspellings) in the commentary.
14399
14400 * emacs-lisp/find-func.el (find-definition-noselect): Fix typo in
14401 the doc string: "functoin" => "function".
14402 * ldefs-boot.el: Likewise.
14403
14404 * textmodes/bibtex.el (bibtex-validate-globally): Fix typo in a
14405 message text: "Duplicat" => "Duplicate".
14406
14407 2006-01-06 Sven Joachim <svenjoac@gmx.de> (tiny change)
14408
14409 * files.el (basic-save-buffer-2): If backing-up failed, reset
14410 buffer-backed-up to nil.
14411
14412 2006-01-06 Nick Roberts <nickrob@snap.net.nz>
14413
14414 * progmodes/gud.el (gdb-script-skip-to-head)
14415 (gdb-script-calculate-indentation): Indent for breakpoint command
14416 lists also.
14417
14418 2006-01-05 Bill Wohler <wohler@newt.com>
14419
14420 * Makefile.in (compile-always): Add mh-autoloads dependency.
14421 (bootstrap): Remove mh-autoloads dependency, as compile dependency
14422 provides it.
14423 (updates): Remove mh-autoloads dependency, since it probably has
14424 already run recently (via recompile).
14425
14426 2006-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
14427
14428 * textmodes/flyspell.el (flyspell-accept-buffer-local-defs): Add an
14429 argument `force' to disable the flyspell-last-buffer optimization.
14430 (flyspell-mode-on): Use it.
14431
14432 * progmodes/flymake.el (flymake-get-cleanup-function): Default to
14433 flymake-simple-cleanup.
14434 (flymake-allowed-file-name-masks): Use this new default.
14435 All the functions are now called in the right buffer rather than
14436 passing the buffer as argument.
14437 (flymake-process-sentinel): Switch to buffer before calling cleanup.
14438 (flymake-parse-err-lines): Remove redundant buffer arg.
14439 (flymake-get-program-dir): Comment out unused function.
14440 (flymake-start-syntax-check, flymake-start-syntax-check-process):
14441 Remove redundant buffer argument.
14442 (flymake-get-real-file-name, flymake-simple-java-cleanup)
14443 (flymake-simple-cleanup, flymake-master-cleanup): Remove buffer arg.
14444
14445 2006-01-05 Richard M. Stallman <rms@gnu.org>
14446
14447 * info.el (Info-find-node): Don't record previous node if have none.
14448 (info): Go to directory only if history is empty.
14449
14450 * simple.el (mark): Doc fix.
14451
14452 2006-01-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14453
14454 * term/mac-win.el (mac-ae-parameter): Don't coerce data if it is
14455 already of desired type.
14456 (mac-ae-list): Coerce parameter to "list" type.
14457 (mac-dispatch-apple-event): Replace cadr part of event with a
14458 dummy position so that event-start returns it.
14459
14460 2006-01-05 Carsten Dominik <dominik@science.uva.nl>
14461
14462 * textmodes/org.el (org-end-of-subtree): New function.
14463 (org-cycle, org-subtree-end-visible-p, org-scan-tags):
14464 Use `org-end-of-subtree'.
14465 (org-agenda, org-agenda-convert-date): Protect calls to
14466 `fit-window-to-buffer'.
14467 (org-tags-view): Force matching of sublevels when doing a
14468 todo-only search. Define the correct redo command, including the
14469 arguments.
14470 (org-agenda-redo): Display message.
14471 (org-check-for-org-mode): New function.
14472 (org-agenda-type): New variable.
14473 (org-timeline, org-agenda-list, org-todo-list, org-tags-view):
14474 Set `org-agenda-type'.
14475 (org-agenda-check-type): New function.
14476 (org-agenda-goto-today, org-agenda-later, org-agenda-earlier)
14477 (org-agenda-week-view, org-agenda-day-view)
14478 (org-agenda-next-date-line, org-agenda-previous-date-line)
14479 (org-agenda-log-mode, org-agenda-toggle-diary)
14480 (org-agenda-toggle-time-grid, org-agenda-date-later)
14481 (org-agenda-date-prompt, org-agenda-diary-entry)
14482 (org-agenda-execute-calendar-command, org-agenda-goto-calendar)
14483 (org-agenda-convert-date, org-agenda-menu):
14484 Use `org-agenda-check-type'.
14485 (org-make-overlay, org-delete-overlay)
14486 (org-detatch-overlay, org-move-overlay, org-overlay-put):
14487 New compatibility functions.
14488 (org-calendar-select-mouse): New command.
14489
14490 2006-01-04 Chong Yidong <cyd@stupidchicken.com>
14491
14492 * cus-edit.el (Custom-reset-current, Custom-reset-saved)
14493 (Custom-reset-standard): Fix y-or-n-p messages.
14494 (custom-link): New face for links.
14495 (custom-buffer-create-internal, custom-manual): Use it.
14496 (custom-face-save): Push to theme-face before setting face spec.
14497
14498 * wid-edit.el (widget-default-mouse-face-get): New function.
14499 (widget-specify-button): Handle mouse-face like button-face.
14500
14501 * custom.el (load-theme): Clear old theme settings if reloading.
14502
14503 2006-01-03 Luc Teirlinck <teirllm@auburn.edu>
14504
14505 * cus-edit.el (custom-buffer-create-internal): Move whole buffer
14506 "Erase Customization" button back to same position it occupies in
14507 the individual State menus.
14508
14509 2006-01-04 Kim F. Storm <storm@cua.dk>
14510
14511 * wid-edit.el (key-sequence): Rework widget to read key binding
14512 using `kbd' syntax. Use C-q to insert literal key, event, or code.
14513 (widget-key-sequence-default-value): Default value for empty sequence.
14514 (widget-key-sequence-map): New map for reading key binding. Bind C-q.
14515 (widget-key-sequence-read-event): New command for C-q.
14516 (widget-key-sequence-validate, widget-key-sequence-value-to-internal)
14517 (widget-key-sequence-value-to-external): New functions.
14518
14519 2006-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
14520
14521 * progmodes/flymake.el (flymake-create-temp-with-folder-structure):
14522 Use expand-file-name.
14523 (flymake-delete-temp-directory): Use expand-file-name,
14524 file-name-directory, and directory-file-name.
14525 (flymake-strrchr): Delete.
14526 (flymake-start-syntax-check): Don't pass the redundant buffer argument
14527 to the init-f function.
14528 (flymake-save-buffer-in-file, flymake-init-create-temp-buffer-copy)
14529 (flymake-init-find-buildfile-dir)
14530 (flymake-init-create-temp-source-and-master-buffer-copy)
14531 (flymake-simple-make-init-impl, flymake-simple-make-init)
14532 (flymake-master-make-init, flymake-master-make-header-init)
14533 (flymake-simple-make-java-init, flymake-simple-ant-java-init)
14534 (flymake-perl-init, flymake-simple-tex-init, flymake-master-tex-init)
14535 (flymake-xml-init): Remove corresponding redundant buffer argument.
14536 (flymake-allowed-file-name-masks): Remove last elems that are equal to
14537 the default anyway. Clean up regexps.
14538
14539 * progmodes/flymake.el (flymake-temp-source-file-name)
14540 (flymake-master-file-name, flymake-temp-master-file-name)
14541 (flymake-base-dir): New buffer-local vars.
14542 (flymake-buffer-data, flymake-get-buffer-value)
14543 (flymake-set-buffer-value): Replace those hash-tables by the new
14544 buffer-local vars. Update callers.
14545
14546 * progmodes/flymake.el (flymake-check-start-time)
14547 (flymake-check-was-interrupted, flymake-err-info, flymake-is-running)
14548 (flymake-last-change-time, flymake-new-err-info, flymake-timer):
14549 Move definition, so we can remove redundant earlier declaration.
14550 (flymake-replace-regexp-in-string, flymake-split-string)
14551 (flymake-get-temp-dir): Use defalias.
14552 (flymake-popup-menu): Remove `pos' argument. Use posn-at-point.
14553 (flymake-xemacs-window-edges): Remove unused function.
14554 (flymake-get-point-pixel-pos): Move.
14555 (flymake-pid-to-names, flymake-reg-names)
14556 (flymake-get-source-buffer-name, flymake-unreg-names): Remove.
14557 Replace by a simple list flymake-processes and by process-buffer.
14558 Update callers. Other than simplify the code, it uses buffers rather
14559 than buffer-names so it doesn't get confused by uniquify.
14560 (flymake-buffer-data): The global value should just be nil.
14561
14562 * emacs-lisp/bytecomp.el (byte-compile-file-form-defalias):
14563 Optimize the body of a defalias like any other code.
14564
14565 * font-lock.el (font-lock-fontify-buffer, font-lock-fontify-region):
14566 Make sure we've setup font-lock's vars. It may influence which
14567 function we then call.
14568 (font-lock-default-fontify-buffer): Don't bother calling set-defaults
14569 here since it's too late anyway.
14570
14571 2006-01-03 Romain Francoise <romain@orebokech.com>
14572
14573 * startup.el (fancy-splash-tail, normal-splash-screen):
14574 Update copyright year.
14575
14576 2006-01-02 J.D. Smith <jdsmith@as.arizona.edu>
14577
14578 * mouse.el (mouse-drag-track): Rename, from
14579 `mouse-drag-region-1'. Includes optional argument required to
14580 enable post-drag event processing (e.g. delete region keys).
14581 Can be used without this argument to track a mouse region and operate
14582 on it as soon as the drag completes.
14583 (mouse-drag-region): Use `mouse-drag-track'.
14584
14585 2006-01-02 Chong Yidong <cyd@stupidchicken.com>
14586
14587 * cus-edit.el (custom-guess-name-alist, custom-guess-doc-alist):
14588 Move to `custom-buffer' group.
14589
14590 * cus-theme.el: Rewrite the Custom New Theme Mode interface.
14591 (custom-new-theme-mode-map, custom-theme-insert-variable-marker)
14592 (custom-theme-insert-face-marker, custom-theme-variable-menu)
14593 (custom-theme-face-menu): New variables.
14594 (custom-theme-add-variable, custom-theme-variable-action)
14595 (custom-variable-reset-theme, custom-theme-delete-variable)
14596 (custom-face-reset-theme, custom-theme-face-action)
14597 (custom-theme-delete-face, custom-theme-merge-theme)
14598 (custom-theme-add-face, custom-theme-visit-theme): New functions.
14599
14600 2006-01-01 Chong Yidong <cyd@stupidchicken.com>
14601
14602 * custom.el: Move Custom Themes commentary to start of theme code.
14603 (custom-known-themes): Rename `standard' theme to `changed'.
14604 (custom-push-theme): Caller no longer specifies what theme to use
14605 when doing `reset'---the setting is simply removed from the theme.
14606 Delete MODE from `theme-value' and `theme-settings' properties.
14607 (custom-declare-theme): Ignore &rest args since we don't use them.
14608
14609 (custom-loaded-themes): Delete variable.
14610 (custom-theme-load-themes, custom-theme-loaded-p)
14611 (custom-theme-value): Delete functions.
14612
14613 (custom-declare-theme): Signal error on invalid theme names.
14614 (provide-theme): custom-loaded-themes was deleted.
14615 (load-theme): Load the file unconditionally.
14616 (enable-theme): Call `load-theme' if theme is undefined.
14617 (custom-enabled-themes): Only update value for successful loads.
14618 (disable-theme): Complete from enabled themes when interactive.
14619 (custom-variable-theme-value): Calculate theme value directly.
14620
14621 (custom-theme-reset-variables, custom-reset-variables): Mark as
14622 XEmacs compatibility functions. We don't actually use these.
14623
14624 * cus-edit.el (custom-variable-state-set):
14625 Use custom-variable-theme-value instead of custom-theme-value.
14626 (custom-face-state-set): Rename `standard' theme to `changed'.
14627 (custom-save-variables, custom-save-faces): Delete unneeded
14628 references to custom-reset-variables.
14629 (custom-save-resets): Delete function.
14630 (custom-save-variables, custom-save-faces): MODE argument deleted.
14631 (custom-save-variables, custom-save-faces): Ignore theme values.
14632
14633 * cus-face.el (custom-theme-reset-faces): Mark as XEmacs
14634 compatibility function.
14635
14636 2006-01-01 Richard M. Stallman <rms@gnu.org>
14637
14638 * cus-edit.el (Custom-set, Custom-save): Ask for confirmation.
14639 (Custom-reset-current, Custom-reset-saved): Likewise.
14640 (Custom-reset-standard): Show message if aborted.
14641 (custom-mode): Doc fix, describing those commands.
14642
14643 * mouse.el (mouse-drag-region-1): When following link via mouse-2,
14644 put on event-kind property.
14645
14646 2005-12-31 Chong Yidong <cyd@stupidchicken.com>
14647
14648 * custom.el (provide-theme): Ban `user' theme name.
14649 (custom-enabling-themes): New variable.
14650 (enable-theme): Don't enable user if custom-enabling-themes is t.
14651 (custom-enabled-themes): Make it a defcustom.
14652 (custom-theme-recalc-face): No-op if face is undefined.
14653
14654 * cus-edit.el (custom-button-mouse): New variable.
14655 (custom-button-mouse): New face.
14656 (custom-raised-buttons, custom-mode): Use it.
14657
14658 * cus-theme.el (custom-new-theme-mode): Use custom-button-mouse.
14659
14660 2005-12-31 Eli Zaretskii <eliz@gnu.org>
14661
14662 * progmodes/gud.el (gud-display-line): Support hl-line in the
14663 source buffer.
14664
14665 2005-12-31 Lennart Borgman <lennart.borgman.073@student.lu.se> (tiny change)
14666
14667 * mouse.el (mouse-drag-window-above): Verify that the found window
14668 overlaps with the given window in the horizontal dimension.
14669
14670 2005-12-31 Eli Zaretskii <eliz@gnu.org>
14671
14672 * Makefile.in (cvs-update): New target.
14673
14674 * makefile.w32-in (cvs-update): Ditto.
14675
14676 2005-12-30 Chong Yidong <cyd@stupidchicken.com>
14677
14678 * cus-theme.el (custom-new-theme-mode): Use cus-edit faces.
14679 (custom-new-theme-mode-map): New variable.
14680
14681 2005-12-30 Richard M. Stallman <rms@gnu.org>
14682
14683 * custom.el (custom-load-themes): Function deleted.
14684
14685 * cus-edit.el (custom-save-loaded-themes): Function deleted.
14686 (custom-save-variables): Don't delete or add custom-load-themes call.
14687
14688 2005-12-30 Stefan Monnier <monnier@iro.umontreal.ca>
14689
14690 * cus-start.el: Add `visible-cursor'.
14691
14692 * progmodes/flymake.el (flymake-copy-buffer-to-temp-buffer): Simplify.
14693 (flymake-parse-output-and-residual): Remove `source-buffer' argument.
14694 (flymake-process-filter): Switch to buffer before calling it instead.
14695 (flymake-post-syntax-check, flymake-highlight-err-lines)
14696 (flymake-delete-own-overlays, flymake-parse-err-lines)
14697 (flymake-start-syntax-check, flymake-start-syntax-check-process)
14698 (flymake-count-lines, flymake-parse-residual):
14699 Remove constant buffer argument.
14700 (flymake-start-syntax-check-for-current-buffer): Remove.
14701 Update callers to use flymake-start-syntax-check instead.
14702 (flymake-display-err-menu-for-current-line):
14703 Remove unused var `mouse-pos'.
14704 (flymake-restore-formatting): Comment out unused function.
14705 (flymake-report-status, flymake-report-fatal-status): Remove buffer
14706 argument, use current-buffer instead. Update callers.
14707
14708 2005-12-30 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
14709
14710 * textmodes/bibtex.el (bibtex-mode): Make completion-ignore-case
14711 buffer-local because choose-completion-delete-max-match requires
14712 that we set completion-ignore-case (i.e., binding via let is not
14713 sufficient).
14714 (bibtex-complete): Always set completion-ignore-case and
14715 choose-completion-string-functions. The latter is needed because
14716 choose-completion-string-functions keeps its value if we quit the
14717 *Completions* buffer without requesting a completion.
14718
14719 2005-12-30 Andreas Schwab <schwab@suse.de>
14720
14721 * progmodes/cc-defs.el: Ignore errors from font-lock-compile-keywords.
14722
14723 2005-12-30 Eli Zaretskii <eliz@gnu.org>
14724
14725 * jit-lock.el (jit-lock-chunk-size): Doc fix.
14726
14727 2005-12-30 Juri Linkov <juri@jurta.org>
14728
14729 * locate.el (locate-fcodes-file, locate-header-face)
14730 * progmodes/delphi.el (delphi-other-face)
14731 * progmodes/glasses.el (glasses-face): Add tag "None" to const nil.
14732
14733 * paren.el (show-paren-match, show-paren-mismatch): Use existing
14734 group `paren-showing-faces'.
14735
14736 * net/goto-addr.el (goto-address-highlight-keymap): Fix docstring.
14737 (goto-address): Fix docstring.
14738
14739 * net/webjump.el (webjump-sample-sites): Update URLs.
14740
14741 * textmodes/fill.el (fill-single-word-nobreak-p): Use `sentence-end'.
14742
14743 * subr.el (cancel-change-group): Add listp around pending-undo-list.
14744
14745 2005-12-29 Stefan Monnier <monnier@iro.umontreal.ca>
14746
14747 * font-lock.el (font-lock-compile-keywords): Signal an error when
14748 font-lock-set-defaults hasn't been called.
14749
14750 2005-12-29 Luc Teirlinck <teirllm@auburn.edu>
14751
14752 * subr.el (noreturn, 1value): Doc fixes.
14753
14754 2005-12-29 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
14755
14756 * textmodes/bibtex.el (bibtex-text-in-field-bounds): Handle case
14757 that assoc-string returns nil.
14758
14759 2005-12-29 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
14760
14761 * textmodes/bibtex.el (bibtex-entry-type-whitespace)
14762 (bibtex-entry-type-str, bibtex-empty-field-re)
14763 (bibtex-search-backward-string, bibtex-preamble-prefix)
14764 (bibtex-search-entry, bibtex-enclosing-entry-maybe-empty-head): Remove.
14765 (bibtex-any-valid-entry-type): New variable.
14766 (bibtex-parse-field-name): Simplify.
14767 (bibtex-parse-string, bibtex-search-forward-string): New arg empty-key.
14768 (bibtex-preamble-prefix): Include left delimiter.
14769 (bibtex-search-forward-field, bibtex-search-backward-field):
14770 Allow unbounded search past entry boundaries (required by bibtex-pop).
14771 (bibtex-text-in-field-bounds): Use push.
14772 (bibtex-text-in-field): Do not use bibtex-narrow-to-entry.
14773 (bibtex-parse-preamble, bibtex-valid-entry)
14774 (bibtex-beginning-first-field): New functions.
14775 (bibtex-skip-to-valid-entry): Use bibtex-valid-entry. Fix regexp.
14776 (bibtex-map-entries): Fix docstring.
14777 (bibtex-flash-head): New arg prompt. Simplify.
14778 (bibtex-enclosing-field): Include code of bibtex-inside-field.
14779 (bibtex-insert-kill): Simplify. Always insert text past the
14780 current field or entry.
14781 (bibtex-format-entry): Use bibtex-parse-field.
14782 (bibtex-pop): Use bibtex-beginning-of-entry and
14783 bibtex-end-of-entry to initiate the search. Insert empty field if
14784 we found ourselves.
14785 (bibtex-print-help-message): New args field and comma.
14786 Handle entry keys.
14787 (bibtex-make-field): Use bibtex-beginning-of-entry.
14788 (bibtex-end-of-entry): Use bibtex-valid-entry. Recognize any
14789 invalid entry.
14790 (bibtex-validate): Use bibtex-valid-entry and bibtex-parse-string.
14791 Handle preambles. Simplify code for thorough test.
14792 (bibtex-next-field, bibtex-find-text, bibtex-find-text-internal):
14793 New arg comma. Handle entry heads.
14794 (bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
14795 (bibtex-kill-field, bibtex-copy-field-as-kil, bibtex-empty-field):
14796 New arg comma.
14797 (bibtex-kill-entry): Use bibtex-any-entry-maybe-empty-head.
14798 (bibtex-fill-field): Simplify.
14799 (bibtex-fill-entry): Use bibtex-beginning-first-field and
14800 bibtex-parse-field.
14801 (bibtex-convert-alien): Do not wait before calling bibtex-validate.
14802 (bibtex-complete): Use bibtex-parse-preamble.
14803
14804 2005-12-29 Nick Roberts <nickrob@snap.net.nz>
14805
14806 * progmodes/gdb-ui.el (gdb-tooltip-print, gdb-tooltip-print-1):
14807 Display name of expression instead of convenience variable.
14808 (gdb-post-prompt): Only call gdb-get-changed-registers if needed.
14809
14810 * progmodes/gud.el (gud-tooltip-dereference): Rename from
14811 toggle-gud-tooltip-dereference.
14812 (gud-tooltip-print-command): Move concatenation of "*" to expr to...
14813 (gud-tooltip-tips): ...here when dereferencing.
14814
14815 2005-12-28 Bill Wohler <wohler@newt.com>
14816
14817 * simple.el (mh-e-user-agent): Move to mh-e/mh-comp.el and autoload.
14818
14819 2005-12-28 Stefan Monnier <monnier@iro.umontreal.ca>
14820
14821 * vc.el (vc-annotate-display): Replace optional arg `color-map' with
14822 compulsory arg `ratio'. Inline body of vc-annotate-time-span.
14823 (vc-annotate-display-autoscale): Adjust call.
14824 (vc-annotate-display-default): Adjust call. Make arg compulsory.
14825 Fix interactive spec.
14826 (vc-annotate-time-span): Remove.
14827 (vc-annotate-oldest-in-map): Rename from vc-annotate-car-last-cons.
14828 (vc-annotate-mode-menu, vc-annotate-display-autoscale)
14829 (vc-annotate-display-select): Use new name.
14830
14831 * vc.el (vc-annotate-mode-map): Remove obsolete binding.
14832 (vc-annotate-mode-menu): Remove left-over redundant declaration.
14833 Correct the construction of span entries. Simplify.
14834 (vc-annotate-display-select): Fix the nil case.
14835 (vc-annotate): Remove obsolete (and now broken) code.
14836 (vc-annotate-extract-revision-at-line): Remove obsolete code.
14837 (vc-annotate-time-span): Remove unused arg `quantize'. Simplify.
14838
14839 2005-12-28 Luc Teirlinck <teirllm@auburn.edu>
14840
14841 * subr.el (lazy-completion-table): Correct typo in docstring.
14842
14843 * startup.el (command-line): Use `custom-reevaluate-setting' for
14844 `send-mail-function'.
14845
14846 * mail/sendmail.el (send-mail-function): Autoload the standard-value.
14847
14848 2005-12-05 Ralf Angeli <angeli@iwi.uni-sb.de>
14849
14850 * mail/smtpmail.el (smtpmail-try-auth-methods):
14851 Send credentials together with "AUTH PLAIN" command.
14852
14853 2005-12-27 Richard M. Stallman <rms@gnu.org>
14854
14855 * mouse.el (mouse-drag-region-1): When remapping mouse-1 to
14856 mouse-2, go back to previously selected window, so it's selected
14857 when mouse-2 command runs.
14858
14859 2005-12-27 Juri Linkov <juri@jurta.org>
14860
14861 * descr-text.el (describe-text-sexp): Use square brackets for
14862 button [Show] to distinguish it from the property value `show'.
14863 (describe-property-list): Use `insert-text-button' with
14864 `help-face' type instead of putting face in quotes, because button
14865 is not created automatically for a list of faces.
14866 (describe-text-properties-1): Put button-type value in quotes to
14867 distinguish from plain text "button".
14868 (describe-char): Display code point values in hex. Don't use
14869 `symbol-name' for `current-input-method' because it is a string.
14870 Use `insert-text-button' with `help-face' type instead of putting
14871 hardcoded face in quotes, because button is not created automatically.
14872
14873 2005-12-27 Richard M. Stallman <rms@gnu.org>
14874
14875 * progmodes/glasses.el (glasses-face): More specific custom type.
14876
14877 * files.el (set-visited-file-name): Doc fix.
14878
14879 * textmodes/flyspell.el (flyspell-external-point-words):
14880 Use local var buffer-scan-pos to advance scan for next misspelling.
14881 Advance it only after we find the misspelling.
14882
14883 2005-12-27 Agustin Martin <agustin.martin@hispalinux.es>
14884
14885 * textmodes/flyspell.el (flyspell-external-point-words):
14886 New criteria for finding the misspelling in the buffer.
14887
14888 2005-12-27 Nick Roberts <nickrob@snap.net.nz>
14889
14890 * help-mode.el (help-insert-string): Set help-xref-stack-item
14891 rather than call help-setup-xref.
14892
14893 * descr-text.el (describe-char): Revert previous changes for
14894 optional buffer argument.
14895
14896 2005-12-27 Juri Linkov <juri@jurta.org>
14897
14898 * help-mode.el (help-insert-string): New function. Save buffer
14899 contents in cases where it is impossible to recompute the old contents.
14900
14901 * descr-text.el (describe-char): Set help-xref-stack-item
14902 explicitly after buffer has been generated.
14903
14904 2005-12-27 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
14905
14906 * cus-start.el (all): Add x-gtk-show-hidden-files.
14907
14908 2005-12-26 Richard M. Stallman <rms@gnu.org>
14909
14910 * replace.el (perform-replace): Calculate match-again
14911 before skipping read-only matches.
14912
14913 * paren.el (paren-showing-faces): New group.
14914 (show-paren-match, show-paren-mismatch): Move to that group.
14915
14916 * button.el (button): Put into group `basic-faces'.
14917
14918 * progmodes/make-mode.el: Remove faces from group `faces'.
14919
14920 * apropos.el (apropos, apropos-value): Doc fix.
14921 (apropos-documentation): Doc fix.
14922
14923 2005-12-26 Stefan Monnier <monnier@iro.umontreal.ca>
14924
14925 * subr.el (lazy-completion-table): Remove argument `args'.
14926
14927 * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
14928 Don't use the `args' argument of lazy-completion-table.
14929
14930 2005-12-26 Nick Roberts <nickrob@snap.net.nz>
14931
14932 * descr-text.el (describe-char): Add optional argument for buffer.
14933 Set buffer appropriately. Call help-setup-xref.
14934 Suggested by Stefan Monnier.
14935
14936 2005-12-26 Juri Linkov <juri@jurta.org>
14937
14938 * descr-text.el: Require `help-fns' at runtime. Don't require
14939 `button' for byte compilation.
14940 (describe-text-widget): Add `help-echo' for first button.
14941 Use `help-info' for second.
14942 (describe-property-list): Use `help-argument-name' instead of `italic'.
14943 (describe-text-category): Add prompt to interactive spec.
14944 Call `help-setup-xref'.
14945 (describe-char): Use `help-character-set'. Add `help-echo' for
14946 code point. Use `help-input-method'. Remove superfluous insert.
14947
14948 2005-12-25 Richard M. Stallman <rms@gnu.org>
14949
14950 * progmodes/cc-defs.el (c-emacs-features): Do parse-partial-sexp
14951 at point, in case of narrowing.
14952
14953 * progmodes/delphi.el (delphi-other-face): Allow nil in type.
14954
14955 * locate.el (locate-header-face): Allow nil in type.
14956
14957 * progmodes/cpp.el (cpp-face-none-list): Use cpp-face instead of face.
14958
14959 2005-12-25 Romain Francoise <romain@orebokech.com>
14960
14961 * battery.el (battery-linux-proc-acpi): Also try
14962 `/proc/acpi/thermal_zone/THM0/temperature'.
14963
14964 2005-12-24 Chong Yidong <cyd@stupidchicken.com>
14965
14966 * custom.el (custom-push-theme): Fix docstring.
14967
14968 * cus-edit.el (custom-variable-set, custom-variable-save)
14969 (custom-variable-save): Custom-quote widget values.
14970 (customize-save-variable): Fix custom-push-theme call.
14971
14972 2005-12-24 Eli Zaretskii <eliz@gnu.org>
14973
14974 * w32-fns.el (w32-batch-update-autoloads): New function.
14975
14976 * makefile.w32-in (autoloads, $(lisp)/mh-e/mh-loaddefs.el):
14977 Use w32-batch-update-autoloads, and don't setq generated-autoload-file
14978 from the command line.
14979
14980 2005-12-23 Chong Yidong <cyd@stupidchicken.com>
14981
14982 * custom.el (custom-push-theme): Clarify docstring. VALUE nil for
14983 reset means to remove setting from theme entirely. Don't keep
14984 expanding theme-settings list; delete old entries if necessary.
14985
14986 * cus-edit.el (custom-buffer-create-internal): Move "Erase
14987 customization" button one line up.
14988 (custom-themed): New face.
14989 (custom-magic-alist): New value, THEMED, for theme settings.
14990 (custom-variable-state-set, custom-face-state-set):
14991 Check theme-value instead of saved-value.
14992 (custom-variable-reset-standard, custom-face-reset-standard):
14993 Remove theme setting entirely. Recalculate new values.
14994 (custom-variable-set, custom-variable-set)
14995 (custom-variable-reset-saved, custom-variable-reset-backup)
14996 (custom-face-set, custom-face-reset-saved): Update `user' theme.
14997 (custom-variable-save): Fix typos.
14998
14999 2005-12-23 Juri Linkov <juri@jurta.org>
15000
15001 * emacs-lisp/edebug.el (edebug-all-defs, edebug-all-forms):
15002 Add autoload cookies.
15003 (edebug-outside-d-c-i-n-s-w): New variable.
15004 (edebug-display, edebug-outside-excursion): Use it to save the
15005 original value of default-cursor-in-non-selected-windows.
15006 Set default-cursor-in-non-selected-windows to t while Edebug
15007 is active.
15008 (edebug-mode, edebug-eval-mode): Doc fix.
15009
15010 * mouse.el (mouse-choose-completion): Replace `buffer-substring'
15011 with `buffer-substring-no-properties' to remove common substring
15012 highlighting.
15013
15014 * info.el (info-other-window, info): Rename function argument
15015 `file' to `file-or-node'.
15016 (Info-complete-menu-item): Use local variable `complete-nodes' to
15017 keep the global value of `Info-complete-nodes' unchanged for
15018 subsequent completions.
15019 (info-tool-bar-map): Put `Info-index' icon just before `Info-search'.
15020
15021 * simple.el (get-next-valid-buffer, last-buffer)
15022 (next-error-buffer-p, next-error-find-buffer)
15023 (minibuffer-history-sexp-flag): Doc fix.
15024
15025 * savehist.el (savehist-mode-hook): Add `:group'.
15026
15027 * log-view.el: Call autoload for vc-find-version.
15028 (log-view-current-file): Adjust subgroup numbers.
15029 (log-view-current-tag): Add `length'.
15030
15031 2005-12-23 Richard M. Stallman <rms@gnu.org>
15032
15033 * vc.el (vc-annotate-car-last-cons): Defn moved up.
15034
15035 2005-12-23 Juri Linkov <juri@jurta.org>
15036
15037 * hi-lock.el (hi-lock-archaic-interface-message-used)
15038 (hi-lock-archaic-interface-deduce, hi-lock-mode): Doc fix.
15039 (hi-lock-mode): Display "Hi" in the mode line only when
15040 hi-lock-interactive-patterns or hi-lock-file-patterns is non-nil.
15041 (hi-lock-write-interactive-patterns):
15042 Use hi-lock-file-patterns-prefix instead of hard-coded "Hi-lock".
15043 (hi-lock-set-pattern, hi-lock-set-file-patterns)
15044 (hi-lock-font-lock-hook): Set 3rd arg `how' of
15045 font-lock-add-keywords to t.
15046
15047 2005-12-23 David Koppelman <koppel@ece.lsu.edu>
15048
15049 * hi-lock.el (hi-lock-highlight-range): New variable.
15050 (hi-lock-mode, hi-lock-unface-buffer): Call font-lock-fontify-buffer
15051 only if font-lock-fontified is non-nil. Remove overlays.
15052 (hi-lock-set-pattern): Call font-lock-fontify-buffer if
15053 font-lock-fontified is non-nil, otherwise use overlays (instead of
15054 text properties).
15055 (hi-lock-string-serialize-hash, hi-lock-string-serialize-serial):
15056 New variables.
15057 (hi-lock-string-serialize) New function.
15058
15059 2005-12-23 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
15060
15061 * menu-bar.el (menu-find-file-existing): New function.
15062 (menu-bar-file-menu): Use menu-find-file-existing for Open.
15063
15064 * tool-bar.el (tool-bar-setup): Open changed to menu-find-file-existing.
15065
15066 2005-12-22 Stefan Monnier <monnier@iro.umontreal.ca>
15067
15068 * vc.el: Remove unnecessary leading * in docstrings.
15069 (vc-annotate-mode-map): Move initialization into declaration.
15070 (vc-static-header-alist): Nitpick on the regexp.
15071 (vc-default-init-version): New fun.
15072 (vc-register): Use it.
15073 (vc-insert-headers): Use dolist.
15074 (vc-annotate-get-backend): Remove unused function.
15075 (vc-annotate-add-menu): Remove. Build the menu directly at toplevel.
15076 (vc-annotate-mode): Remove corresponding call.
15077 (vc-annotate-car-last-cons): Simplify.
15078 (vc-annotate-buffers): Remove var.
15079 (vc-annotate-backend): Make it buffer-local.
15080 (vc-annotate): Move the interaction to the interactive spec.
15081 Add a `buf' argument.
15082 (vc-annotate-warp-version): Use this new `buf' argument to avoid
15083 killing&creating a vc-annotate buffer, which is very disruptive when
15084 the buffers are shown in dedicated frames.
15085
15086 2005-12-23 Nick Roberts <nickrob@snap.net.nz>
15087
15088 * descr-text.el: Add FSF as maintainer.
15089 (describe-text-mode, describe-text-mode-map)
15090 (describe-text-mode-hook, describe-text-done): Delete. Use normal
15091 help-mode.
15092 (describe-text-widget, describe-text-sexp)
15093 (describe-property-list, describe-text-category)
15094 (describe-text-properties, describe-text-properties-1)
15095 (describe-char): Use help buttons instead of widgets.
15096 (describe-char-unicodedata-file): Make URL link in doc string.
15097
15098 2005-12-22 Richard M. Stallman <rms@gnu.org>
15099
15100 * cus-edit.el (custom-variable-prompt): Say "variable" in prompt.
15101 (custom-buffer-create-internal): Reword the top-of-buffer help intro.
15102 Don't include buttons that write a file when there's no file.
15103 (custom-variable-menu, custom-face-menu, custom-group-menu):
15104 Don't include commands that write a file when there's no file.
15105 (customize-browse): Reword the top-of-buffer help intro.
15106 (custom-buffer-create-internal): Fix previous change.
15107 (customize-changed-options-previous-release): Prev release is 21.1.
15108 (customize-changed-options): Doc fix.
15109 (customize-changed): New alias.
15110 (custom-reset-menu, custom-magic-alist, Custom-mode-menu):
15111 Say "standard values".
15112 (Custom-reset-standard): Doc fix.
15113 (custom-face-reset-standard): Doc fix.
15114
15115 2005-12-22 Stefan Monnier <monnier@iro.umontreal.ca>
15116
15117 * font-lock.el (font-lock-default-fontify-buffer): Try and set-defaults
15118 even if font-lock-mode is non-nil since it may be t without having
15119 turned on font-lock-mode-internal.
15120 (font-lock-choose-keywords): Minor optimization.
15121 (font-lock-add-keywords, font-lock-remove-keywords)
15122 (font-lock-set-defaults): Don't call make-local-variable on a variable
15123 that we know to already be local.
15124
15125 2005-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
15126
15127 * emacs-lisp/lisp.el (lisp-complete-symbol): Don't print progress
15128 messages if in the minibuffer.
15129
15130 2005-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
15131
15132 * textmodes/flyspell.el (flyspell-check-word-p): Don't quote - in a RE.
15133 (tex-mode-flyspell-verify, flyspell-get-word)
15134 (flyspell-external-point-words): Don't use point-min/max uselessly.
15135
15136 * emacs-lisp/lisp.el (lisp-complete-symbol): Mostly undo the change
15137 by Kevin Rodgers. Instead, just hide the completions buffer if we
15138 don't need to show it.
15139
15140 2005-12-21 Luc Teirlinck <teirllm@auburn.edu>
15141
15142 * wid-edit.el (file, directory): Doc fixes for the `define-widget's.
15143
15144 2005-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
15145
15146 * emacs-lisp/lisp.el (lisp-complete-symbol): Don't call
15147 delete-windows-on with an inexistent buffer.
15148
15149 2005-12-22 Nick Roberts <nickrob@snap.net.nz>
15150
15151 * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
15152 Delete defcustom variable :tag names.
15153
15154 2005-12-20 Stefan Monnier <monnier@iro.umontreal.ca>
15155
15156 * log-view.el (log-view-file-re, log-view-message-re): Use shy groups.
15157 (log-view-font-lock-keywords): Ajust subgroup numbers.
15158 (log-view-current-tag): Don't hard code the number of subgroups.
15159
15160 2005-12-20 Juri Linkov <juri@jurta.org>
15161
15162 * tooltip.el (tooltip): Move defgroup before define-minor-mode.
15163 (tooltip-x-offset, tooltip-y-offset): Doc fix.
15164
15165 * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
15166 (menu-bar-non-minibuffer-window-p): Instead of checking
15167 display-multi-frame-p, use selected-frame when menu-updating-frame
15168 is nil.
15169
15170 2005-12-20 Stuart Herring <herring@lanl.gov> (tiny change)
15171
15172 * align.el (align-rules-list): Use [ \t] instead of \s-
15173 for column separators in text mode.
15174
15175 2005-12-20 Nick Roberts <nickrob@snap.net.nz>
15176
15177 * help-mode.el (help-customize-variable, help-customize-face):
15178 Don't pop help-xref-stack as help-follow no longer pushes
15179 anything on to it.
15180
15181 2005-12-20 Carsten Dominik <dominik@science.uva.nl>
15182
15183 * textmodes/org.el (org-agenda-custom-commands): New option.
15184 (org-agenda): Offer custom commands on splash screen.
15185 (org-make-tags-matcher): Parser for Boolean logic added.
15186 (org-agenda-set-tags): New command.
15187 (org-agenda-menu, org-agenda-mode-map): Add `org-agenda-set-tags'.
15188 (org-set-tags): Efficiency improvements.
15189 (org-auto-align-tags): New option.
15190 (org-todo, org-demote, org-promote): Realign tags.
15191 (org-tags-completion-function): Use also "&" and "|" as separators.
15192 (org-org-menu): Agenda commands simplified.
15193
15194 2005-12-19 Luc Teirlinck <teirllm@auburn.edu>
15195
15196 * cus-edit.el (customize-apropos, customize-apropos-options):
15197 Docstring changes.
15198
15199 * font-lock.el (font-lock): Add tags to the links in the defgroup.
15200
15201 2005-12-19 Chong Yidong <cyd@stupidchicken.com>
15202
15203 * longlines.el (longlines-mode): Wrap while widened.
15204 (longlines-decode-region, longlines-encode-region): Compute max
15205 just once.
15206
15207 2005-12-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15208
15209 * cus-edit.el (mac): New group.
15210
15211 * cus-start.el (all): Add user options in macterm.c. Add test for
15212 Mac-related built-ins. Fix test for GTK-related built-ins.
15213
15214 * term/mac-win.el (mac-handle-language-change)
15215 (mac-ae-open-documents, mac-ae-get-url, mac-services-open-file)
15216 (mac-services-open-selection, mac-services-mail-selection)
15217 (mac-services-mail-to, mac-services-insert-text)
15218 (mac-dispatch-apple-event): Add docstrings.
15219 (x-get-selection, mac-select-convert-to-string): Select coding
15220 system from `utf-16be' and `utf-16le' using `byteorder'.
15221
15222 2005-12-18 Stefan Monnier <monnier@iro.umontreal.ca>
15223
15224 * subr.el (lazy-completion-table): Don't be fooled if the var holds
15225 a "list" (lambda ...) rather than a real completion list.
15226
15227 * emacs-lisp/cl-extra.el (cl-macroexpand-all): Fix code-walk for
15228 lexical-let when encountering ((lambda (...) ...) ...).
15229
15230 2005-12-17 Chong Yidong <cyd@stupidchicken.com>
15231
15232 * progmodes/sh-script.el (sh-mode):
15233 * language/ethio-util.el (ethio-fidel-to-sera-mail-or-marker):
15234 * textmodes/picture.el (picture-mode): Update docstrings.
15235
15236 2005-12-17 Eli Zaretskii <eliz@gnu.org>
15237
15238 * makefile.w32-in (autoloads, custom-deps): Warn that parts of
15239 commands enclosed in $(ARGQUOTE)s should not be split between two
15240 lines, as that will break with GNU Make >3.80, when sh.exe is used
15241 and arg quoting is with '..'.
15242 (autoloads): Don't break the quoted --eval expression between
15243 several lines.
15244
15245 2005-12-17 Chong Yidong <cyd@stupidchicken.com>
15246
15247 * emacs-lisp/edebug.el (edebug-safe-prin1-to-string):
15248 Capture error from printing circular structures.
15249
15250 2005-12-17 Martin Rudalics <rudalics@gmx.at>
15251
15252 * wid-edit.el (widget-checkbox-action): Clear undo info.
15253
15254 2005-12-16 Bill Wohler <wohler@newt.com>
15255
15256 * menu-bar.el (kill-this-buffer): Set a good example by using menu
15257 bar, not menubar in comment.
15258
15259 2005-12-16 Stefan Monnier <monnier@iro.umontreal.ca>
15260
15261 * progmodes/cc-engine.el (c-after-change-check-<>-operators):
15262 After-change-functions should not clobber the match data.
15263
15264 2005-12-16 Juri Linkov <juri@jurta.org>
15265
15266 * simple.el (choose-completion): Use `buffer-substring-no-properties'
15267 instead of `buffer-substring'.
15268 (completion-common-substring): Doc fix.
15269 (completion-setup-function): Use minibuffer-completion-contents
15270 instead of minibuffer-contents. Don't set common-string-length
15271 initially. Remove special handling of partial-completion-mode.
15272 Move computation of completion-base-size into one cond.
15273 Call completion-base-size-function in mainbuf. In computation of
15274 completion-base-size for file name completion don't move point to
15275 the end of the minibuffer. Move computation of common-string-length
15276 into one cond. Start putting faces only when common-string-length>=0.
15277 Add condition to put completions-common-part when
15278 common-string-length>0.
15279
15280 * complete.el (PC-do-completion): Remove `(equal (point) beg)' to
15281 place point at the first different character in the minibuffer
15282 even if this position is at the beginning of the minibuffer.
15283
15284 * info.el (Info-read-node-name-1): In completion-base-size-function's
15285 lambda return 1 if common-substring or minibuffer-completion-contents
15286 starts with (, and 0 otherwise.
15287
15288 * emacs-lisp/crm.el (crm-minibuffer-completion-help):
15289 Use `crm-current-element' for second arg of `display-completion-list'.
15290
15291 2005-12-16 Klaus Zeitler <kzeitler@lucent.com>
15292
15293 * files.el (set-auto-mode): Look for an interpreter specified on
15294 the first line also if search for mode specification succeeded,
15295 but the mode is not known.
15296
15297 2005-12-16 Carsten Dominik <dominik@science.uva.nl>
15298
15299 * textmodes/org.el (org-tags-match-list-sublevels): New option.
15300 (org-open-at-point): Implement tag searches as links.
15301 (org-fit-agenda-window, org-get-buffer-tags, org-get-tags)
15302 (org-make-tags-matcher, org-scan-tags, org-activate-tags): New funs.
15303 (org-tags-sparse-tree, org-tags-view, org-set-tags)
15304 (org-agenda-dispatch): New commands.
15305 (org-use-tag-inheritance, org-tags-column): New options.
15306 (org-tab-follows-link, org-return-follows-link): New options.
15307 (org-tags): New customize group.
15308 (org-start-icalendar-file): Get local time zone.
15309 (org-tags-completion-function): New function.
15310 (org-set-font-lock-defaults): Make sure links will also be
15311 highlighted inside headlines.
15312
15313 2005-12-16 Mark Plaksin <happy@usg.edu> (tiny change)
15314
15315 * term.el (term-emulate-terminal):
15316 Let term-handle-ansi-terminal-messages override what Bash says about
15317 its current directory.
15318
15319 2005-12-16 K\e,Aa\e(Broly L\e$,1 q\e(Brentey <lorentey@elte.hu>
15320
15321 * bindings.el (last-buffer): Move to simple.el.
15322 * simple.el (last-buffer): Move here.
15323 (get-next-valid-buffer): New function.
15324 (next-buffer): Use frame-local buffer list, maintain buried buffer list.
15325 (prev-buffer): Ditto. Rename to `previous-buffer'.
15326
15327 * menu-bar.el (menu-bar-update-buffers): Update uses of `prev-buffer'.
15328 * bindings.el (global-map): Ditto.
15329
15330 2005-12-15 Luc Teirlinck <teirllm@auburn.edu>
15331
15332 * cus-edit.el: Introductory comment change.
15333 (custom-magic-alist): Change message string for the `rogue' state.
15334
15335 2005-12-15 Richard M. Stallman <rms@gnu.org>
15336
15337 * tooltip.el: Delete defcustom variable :tag names.
15338
15339 * complete.el (partial-completion-mode): Doc fix.
15340
15341 * textmodes/flyspell.el (flyspell-external-point-words):
15342 Use save-excursion to ensure we don't move backward in the
15343 search loop, not even one character.
15344 (flyspell-delete-all-overlays): Use remove-overlays directly.
15345
15346 * textmodes/ispell.el (ispell-current-personal-dictionary): New var.
15347 (ispell-start-process): Set that variable.
15348 Clear ispell-buffer-local-name.
15349 (ispell-internal-change-dictionary):
15350 Set ispell-current-dictionary after killing process.
15351 (ispell-buffer-local-dict):
15352 Don't set spell-personal-dictionary after killing process.
15353 (ispell-buffer-local-words): Don't clear out ispell-buffer-local-name.
15354 (ispell-tex-skip-alists, ispell-html-skip-alists)
15355 (ispell-skip-region-alist): Mark as risky.
15356
15357 * net/newsticker.el (newsticker--retrieval-timer-list)
15358 (newsticker--display-timer, newsticker-running-p)
15359 (newsticker-ticker-running-p): Definitions moved up.
15360
15361 2005-12-16 Nick Roberts <nickrob@snap.net.nz>
15362
15363 * progmodes/gdb-ui.el (gdb-many-windows): Echo new state in minibuffer.
15364
15365 2005-12-15 David Ponce <david@dponce.com>
15366
15367 * recentf.el (recentf-dialog-goto-first): Fix missing error condition.
15368 (recentf-edit-list, recentf-open-files): Signal an error when
15369 there is no recent file.
15370
15371 2005-12-14 Lennart Borgman <lennart.borgman.073@student.lu.se>
15372
15373 * textmodes/texinfmt.el (texinfo-format-region): Set buffer to
15374 read-only except for texinfo-format-region evaluation.
15375
15376 2005-12-14 Richard M. Stallman <rms@gnu.org>
15377
15378 * vc.el (vc-default-previous-version, vc-default-next-version)
15379 (vc-do-command): Doc fixes.
15380
15381 2005-12-14 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
15382
15383 * textmodes/bibtex.el (bibtex-expand-strings)
15384 (bibtex-autokey-expand-string, bibtex-name-part)
15385 (bibtex-entry-type-whitespace, bibtex-entry-type-str)
15386 (bibtex-any-entry-maybe-empty-head, bibtex-string-type)
15387 (bibtex-preamble-prefix, bibtex-string-empty-key): New variables.
15388 (bibtex-entry-type, bibtex-entry-head): Match only valid entries.
15389 (bibtex-entry-postfix, bibtex-known-entry-type-re)
15390 (bibtex-valid-entry-re, bibtex-any-valid-entry-re)
15391 (bibtex-valid-entry-whitespace-re, bibtex-empty-field-re)
15392 (bibtex-field-name-for-parsing, bibtex-remove-delimiters-string)
15393 (bibtex-beginning-of-last-entry): Remove.
15394 (bibtex-parse-field-name): Use bibtex-field-name. Issue error
15395 message if comma is missing but buffer is read-only.
15396 (bibtex-parse-field-text): Handle whitespaces at the end of field
15397 text. Return 3-element list with beginning and end of field text
15398 and end of field.
15399 (bibtex-end-of-text-in-field, bibtex-end-of-field): Change accordingly.
15400 (bibtex-parse-field): Remove arg name. Use bibtex-field-name.
15401 (bibtex-search-forward-field, bibtex-search-backward-field):
15402 Search always delimited by limits of entry. Use more efficient
15403 search algorithms.
15404 (bibtex-name-in-field): Use bibtex-start-of-name-in-field and
15405 bibtex-end-of-name-in-field.
15406 (bibtex-text-in-field-bounds): Handle BibTeX strings when
15407 extracting the content of a field.
15408 (bibtex-text-in-field): Use search limits.
15409 (bibtex-parse-string-prefix): Handle empty string keys based on
15410 bibtex-string-empty-key.
15411 (bibtex-parse-string): Fix docstring.
15412 (bibtex-text-in-string): Use bibtex-text-in-field-bounds.
15413 (bibtex-preamble-prefix, bibtex-strings): New functions.
15414 (bibtex-skip-to-valid-entry): Include preceding whitespace in
15415 BibTeX entries (consistent with other BibTeX functions).
15416 (bibtex-map-entries): Use bibtex-skip-to-valid-entry.
15417 (bibtex-search-entry): Fix docstring. Simplify.
15418 (bibtex-flash-head, bibtex-complete-string-cleanup)
15419 (bibtex-count-entries, bibtex-sort-buffer): Simplify.
15420 (bibtex-beginning-of-first-entry): Use bibtex-skip-to-valid-entry.
15421 (bibtex-parse-entry): New optional arg content.
15422 (bibtex-format-entry, bibtex-autofill-entry, bibtex-url): Use it.
15423 Use bibtex-text-in-field-bounds.
15424 (bibtex-print-help-message): Handle BibTeX strings and preambles.
15425 (bibtex-end-of-entry): Use bibtex-preamble-prefix and
15426 bibtex-parse-string-postfix.
15427 (bibtex-find-text-internal): New function.
15428 (bibtex-remove-delimiters): Use it.
15429 (bibtex-find-text): Use it. New optional arg help.
15430 (bibtex-complete): Handle BibTeX string and preamble entries.
15431 (bibtex-Preamble): Fix order of closing delimiters.
15432
15433 2005-12-14 Stefan Monnier <monnier@iro.umontreal.ca>
15434
15435 * vc.el (vc-default-revert): New fun.
15436
15437 * vc-mcvs.el (vc-mcvs-revert): Fix call to vc-default-revert.
15438
15439 2005-12-14 Romain Francoise <romain@orebokech.com>
15440
15441 * font-lock.el (font-lock-keywords-alist): Rename `append' to `how'.
15442 (font-lock-add-keywords, font-lock-update-removed-keyword-alist):
15443 (font-lock-remove-keywords): Likewise.
15444
15445 2005-12-14 Juri Linkov <juri@jurta.org>
15446
15447 * log-view.el (log-view-diff): Doc fix.
15448
15449 * isearch.el (isearch-query-replace): Use (mark) instead of
15450 isearch-opoint if mark is active in transient-mark-mode.
15451
15452 2005-12-14 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
15453
15454 * isearch.el (isearch-query-replace): Check for isearch-other-end.
15455
15456 2005-12-14 Per Abrahamsen <abraham@dina.kvl.dk>
15457
15458 * progmodes/cpp.el (cpp-face): New widget.
15459 (cpp-known-face, cpp-unknown-face, cpp-edit-list): Use it.
15460
15461 2005-12-14 Juri Linkov <juri@jurta.org>
15462
15463 * help-macro.el (make-help-screen): Bind `inhibit-read-only' to t
15464 around `erase-buffer' and `insert'.
15465
15466 * descr-text.el (describe-text-properties): Replace buffer name
15467 "*Help-2*" with "*Help*<2>".
15468 (describe-char): Add functions print-help-return-message,
15469 toggle-read-only. Use help-setup-xref with nil to not store
15470 describe-char in help-xref-stack. Use help-make-xrefs to
15471 make [back] button.
15472
15473 * desktop.el (desktop-minor-mode-table): Add vc-dired-mode with nil.
15474
15475 * wdired.el (wdired-old-point): New internal variable.
15476 (wdired-change-to-wdired-mode): Set it buffer-locally.
15477 (wdired-abort-changes): Restore point after aborting changes.
15478
15479 2005-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
15480
15481 * vc.el (vc-do-command): Add a new value t for okstatus.
15482
15483 * vc-svn.el (vc-svn-registered): Use it to avoid popping up a spurious
15484 frame in case of errors.
15485
15486 2005-12-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
15487
15488 * menu-bar.el (menu-bar-showhide-fringe-menu): Move "On the Right"
15489 so it comes after "On the Left" in the menu.
15490
15491 2005-12-12 Luc Teirlinck <teirllm@auburn.edu>
15492
15493 * cus-edit.el (customize-apropos, customize-apropos-options)
15494 (customize-apropos-faces, customize-apropos-groups): Doc fixes.
15495
15496 2005-12-12 Bill Wohler <wohler@newt.com>
15497
15498 * vc-svn.el (vc-svn-registered): Fix problem of visiting
15499 non-writable Subversion-controlled files by saving window
15500 configuration before calling vc-do-command. vc-do-command calls
15501 pop-to-buffer on error which is unexpected during registration.
15502
15503 2005-12-12 Jay Belanger <belanger@truman.edu>
15504
15505 * calc/README: Update the summary of changes.
15506
15507 2005-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
15508
15509 * descr-text.el (describe-char): Rework last fix to solve the problem
15510 is the same way it's solved for everything else in that function
15511 (i.e. by extracting the info before setting up the *Help* buffer).
15512
15513 2005-12-12 Kim F. Storm <storm@cua.dk>
15514
15515 * subr.el (version-regexp-alist): Allow space as separator before
15516 non-numeric part, e.g. "1.0 alpha".
15517 (version-to-list): Interpret .X.Y version as 0.X.Y version.
15518
15519 2005-12-12 Carsten Dominik <dominik@science.uva.nl>
15520
15521 * textmodes/org.el (org-agenda, org-timeline, org-todo):
15522 Implement Logging and the keep-modes setting.
15523 (org-get-category): Make sure a string is returned.
15524 (org-log-done): New function.
15525 (org-log-done, org-closed-string): New options.
15526
15527 2005-12-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
15528
15529 * tooltip.el (tooltip-y-offset): Change default to 20.
15530
15531 2005-12-12 Richard M. Stallman <rms@gnu.org>
15532
15533 * mouse.el (mouse-drag-vertical-line): Use adjust-window-trailing-edge.
15534
15535 * frame.el (display-hourglass): Doc fix.
15536
15537 * help.el (help-for-help-internal): Simplify entry for `a'.
15538
15539 * info.el (Info-on-current-buffer): Doc fix.
15540 (info-insert-file-contents): Don't test (featurep 'jka-compr).
15541
15542 * startup.el (inhibit-splash-screen): Make this the real name.
15543 (inhibit-startup-message): Make this the alias.
15544 (command-line): Find only simple.el, and use its directory
15545 to fill in other preloaded files' names.
15546 (command-line): Deactivate the mark if deactivate-mark is set.
15547
15548 * international/mule.el (load-with-code-conversion):
15549 Bind deactivate-mark.
15550
15551 * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
15552
15553 2005-12-11 Luc Teirlinck <teirllm@auburn.edu>
15554
15555 * cus-edit.el (customize-apropos): Avoid listing an option more
15556 than once under different aliases. No longer list user options
15557 that are not defined with defcustom (unless a prefix arg is given).
15558 Doc fix.
15559 (customize-apropos-options): Doc fix.
15560
15561 2005-12-11 Juri Linkov <juri@jurta.org>
15562
15563 * frame.el (set-background-color, set-foreground-color)
15564 (set-cursor-color, set-mouse-color, set-border-color):
15565 Add explicit prompts to read colors by `facemenu-read-color'.
15566 (show-trailing-whitespace, blink-cursor-delay)
15567 (blink-cursor-interval, display-hourglass, hourglass-delay):
15568 Remove tags.
15569 (display-hourglass, hourglass-delay): Doc fix.
15570 (cursor-in-non-selected-windows): Capitalize words in tag.
15571
15572 * faces.el (frame-background-mode): Replace `choice-item' keywords
15573 with `const' to not make [default] button. Change default value tag
15574 from `default' to `automatic'. Doc fix.
15575 (trailing-whitespace) <defface>: Change group `whitespace' to
15576 `whitespace-faces'.
15577
15578 2005-12-11 Richard M. Stallman <rms@gnu.org>
15579
15580 * buff-menu.el (Buffer-menu-sort-column): Not a user variable.
15581
15582 2005-12-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15583
15584 * term/mac-win.el: Create keymap for mac-apple-event-map.
15585
15586 2005-12-11 Nick Roberts <nickrob@snap.net.nz>
15587
15588 * tooltip.el (tooltip-mode): Move to start of file so that it
15589 appears at top of customize buffer.
15590
15591 * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
15592 Add the gud groupname.
15593 (gud-tooltip-mode): Add the tooltip groupname.
15594 (gud-tooltip-echo-area): Add the gud groupname. Remove tag to
15595 avoid conflict with tooltip-use-echo-area.
15596
15597 2005-12-10 Romain Francoise <romain@orebokech.com>
15598
15599 * help.el (help-for-help-internal): Add `r' in doc string.
15600
15601 2005-12-10 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
15602
15603 * align.el (align-regexp, align-highlight-rule):
15604 Use region-beginning and region-end instead of point and mark, so that
15605 repetition (with `repeat-complex-command') recomputes the region
15606 bounds.
15607
15608 2005-12-10 Lennart Borgman <lennart.borgman.073@student.lu.se>
15609
15610 * window.el (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
15611 (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
15612 (bw-refresh-edges, bw-adjust-window, bw-balance-sub): New functions.
15613 (balance-windows): Rewrite using the above new functions.
15614
15615 2005-12-10 David Koppelman <koppel@ece.lsu.edu>
15616
15617 * hi-lock.el (hi-lock-mode): Rename from hi-lock-buffer-mode;
15618 react if global-hi-lock-mode seems intended.
15619 (global-hi-lock-mode) Renamed from hi-lock-mode.
15620 (hi-lock-archaic-interface-message-used)
15621 (hi-lock-archaic-interface-deduce): New variables.
15622 (turn-on-hi-lock-if-enabled, hi-lock-line-face-buffer)
15623 (hi-lock-face-buffer, hi-lock-face-phrase-buffer)
15624 (hi-lock-find-patterns, hi-lock-font-lock-hook):
15625 Replace hi-lock-buffer-mode with hi-lock-mode.
15626
15627 2005-12-10 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
15628
15629 * emacs-lisp/lisp.el (lisp-complete-symbol): Regenerate the
15630 completion list, even after a partial completion has been
15631 inserted in the current buffer. If there are more than 1
15632 completion, redisplay the *Completions* buffer; if the
15633 completion is unique, delete the *Completions* window.
15634
15635 2005-12-10 Eli Zaretskii <eliz@gnu.org>
15636
15637 * mail/rmail.el (rmail-next-same-subject): Handle multiple "Re: "
15638 strings and long subject lines that were broken into multiple
15639 lines at arbitrary places. Handle subjects that have "Re: " in
15640 the middle.
15641
15642 2005-12-10 John W. Eaton <jwe@octave.org>
15643
15644 * emacs/octave-mod.el (octave-electric-space): Don't indent
15645 comments or strings if octave-auto-indent is nil.
15646
15647 2005-12-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15648
15649 * term/mac-win.el: Require url when compiling.
15650 Call mac-process-deferred-apple-events after loading init files.
15651 (mac-apple-event-map): New defvar. Define event handlers in it.
15652 (core-event, internet-event): New Apple event class symbols.
15653 (open-application, reopen-application, open-documents)
15654 (print-documents, open-contents, quit-application)
15655 (application-died, show-preferences, autosave-now, get-url):
15656 New Apple event ID symbols.
15657 (about): New HICommand ID symbol.
15658 (mac-event-spec, mac-event-ae): New macros.
15659 (mac-ae-parameter, mac-ae-list, mac-bytes-to-integer)
15660 (mac-ae-selection-range, mac-ae-text-for-search)
15661 (mac-ae-open-documents, mac-ae-text, mac-ae-get-url): New functions.
15662 (mac-application-menu-map): Remove keymap. Handlers for HICommand
15663 and Services menu events are now defined in mac-apple-event-map.
15664 (mac-drag-n-drop): Remove selection range handling.
15665
15666 2005-12-10 Kenichi Handa <handa@m17n.org>
15667
15668 * simple.el (zap-to-char):
15669 * isearch.el (isearch-process-search-char): Translate CHAR by
15670 translation-table-for-input.
15671
15672 2005-12-09 Chong Yidong <cyd@stupidchicken.com>
15673
15674 * foldout.el (foldout-exit-fold): Properly hide subtree.
15675
15676 2005-12-09 Reiner Steib <Reiner.Steib@gmx.de>
15677
15678 * files.el (save-buffer):
15679 * international/ucs-tables.el (ucs-set-table-for-input):
15680 * mail/mail-extr.el (mail-extract-address-components):
15681 * mail/sendmail.el (mail-mode): Reformat doc string.
15682
15683 2005-12-09 Juri Linkov <juri@jurta.org>
15684
15685 * isearch.el (isearch-highlight): Change main overlay priority
15686 from 1 to 1001. Simplify.
15687 (isearch-lazy-highlight-update): Change lazy overlay priority
15688 from 0 to 1000.
15689
15690 * replace.el (replace-highlight): Change overlay priority from
15691 1 to 1001.
15692
15693 * textmodes/ispell.el (ispell-highlight-spelling-error-overlay):
15694 Change overlay priority from 1 to 1001. Reuse existing overlay.
15695
15696 * compare-w.el (compare-windows-highlight): Change overlay
15697 priority from 1 to 1000.
15698
15699 * menu-bar.el (menu-bar-edit-menu): Add listp around
15700 pending-undo-list to disable menu item "undo" when pending
15701 undo list is empty.
15702
15703 * locate.el (locate): Disable undo in *Locate* buffer.
15704
15705 2005-12-09 Kim F. Storm <storm@cua.dk>
15706
15707 * mail/smtpmail.el (smtpmail-via-smtp): Disable undo in SMTP buffer.
15708
15709 2005-12-09 David Ponce <david@dponce.com>
15710
15711 * recentf.el: Improvement of the menu code.
15712 (recentf-enabled-p): Move before first use. Use `kill-emacs-hook'
15713 instead of menu hook.
15714 (recentf-show-menu, recentf-hide-menu): New functions.
15715 (recentf-menu-customization-changed, recentf-mode): Use them.
15716 (recentf-menu-action, recentf-max-menu-items)
15717 (recentf-menu-open-all-flag, recentf-menu-append-commands-flag)
15718 (recentf-arrange-by-rule-others)
15719 (recentf-arrange-by-rules-min-items)
15720 (recentf-arrange-by-rule-subfilter) : Don't use
15721 `recentf-menu-customization-changed'.
15722 (recentf-arrange-rules): Likewise. Accept functions to compute
15723 sub-menu titles.
15724 (recentf-menu-filter): Likewise. Doc fix.
15725 (recentf-menu-value-shortcut): Doc fix.
15726 (recentf-dump-variable): Quote atom value.
15727 (recentf-make-menu-items): Update to use it as a menu filter.
15728 (recentf-match-rule): New function.
15729 (recentf-arrange-by-rule): Use it.
15730 (recentf-indirect-mode-rule): New function.
15731 (recentf-build-mode-rules): Use it.
15732 (recentf-dir-rule): New function.
15733 (recentf-arrange-by-dir): Use it.
15734 (recentf-filter-changer-current): Rename from
15735 `recentf-filter-changer-state'. All references updated.
15736 (recentf-filter-changer-alist): Update filter names.
15737 (recentf-filter-changer-select): New function.
15738 (recentf-filter-changer): Use it. Make a sub-menu from filters
15739 available in `recentf-filter-changer-alist'.
15740 (recentf-data-cache, recentf-clear-data)
15741 (recentf-update-menu): Remove. All references updated.
15742 (recentf-match-rule-p, recentf-build-dir-rules)
15743 (recentf-filter-changer-goto-next)
15744 (recentf-filter-changer-get-current)
15745 (recentf-filter-changer-get-next): Remove.
15746
15747 2005-12-08 Luc Teirlinck <teirllm@auburn.edu>
15748
15749 * cus-edit.el (custom-buffer-create-internal): Relabel the whole
15750 buffer "Reset" button to "Reset to Current" for consistency with
15751 the State buttons.
15752
15753 2005-12-08 John Paul Wallington <jpw@pobox.com>
15754
15755 * ibuf-ext.el (define-ibuffer-filter filename):
15756 If `dired-directory' is a list then really use its car.
15757
15758 2005-12-08 Kim F. Storm <storm@cua.dk>
15759
15760 * emulation/cua-rect.el (cua--rectangle-aux-replace):
15761 Fix indention of text on right side of replaced rectangle.
15762
15763 2005-12-09 Nick Roberts <nickrob@snap.net.nz>
15764
15765 * progmodes/gud.el (gud-speedbar-buttons, gud-tooltip-tips):
15766 No need to check gud-comint-buffer is bound.
15767 (gdb): Prevent multiple debugging when first session uses gdba.
15768
15769 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
15770
15771 CC Mode update to 5.31.
15772
15773 * progmodes/cc-subword.el: Add a dummy `c-subword-mode' for
15774 Emacsen which lack `define-minor-mode'. (Currently Emacs <21.
15775 We might do this function properly in the future).
15776
15777 * progmodes/cc-cmds.el, cc-defs.el, cc-styles.el, cc-vars.el:
15778 New macros c-sentence-end and c-default-value-sentence end, to cope
15779 with Emacs 22's new function `sentence-end'.
15780
15781 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
15782
15783 * progmodes/cc-cmds.el (c-show-syntactic-information): Solve the
15784 compat issue using `c-put-overlay' and `c-delete-overlay'.
15785
15786 * progmodes/cc-defs.el (c-put-overlay, c-delete-overlay):
15787 New compat macros to handle overlays/extents.
15788
15789 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
15790
15791 * progmodes/cc-fix.el: Add definitions of the macros push and pop
15792 (for GNU Emacs 20.4)
15793
15794 * progmodes/cc-defs.el:
15795 (i) Load cc-fix.elc for `push' and `pop' (for GNU Emacs 20.4)
15796
15797 * progmodes/cc-cmds.el (c-show-syntactic-information): Change the
15798 highlighting mechanism so it will work in XEmacs too.
15799
15800 * progmodes/cc-defs.el: Insert c-int-to-char.
15801
15802 * progmodes/cc-langs.el (c-nonsymbol-token-char-list): Insert a
15803 call to the new macro c-int-to-char. This solves XEmacs's
15804 regarding characters as different from integers.
15805
15806 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
15807
15808 * progmodes/cc-fonts.el (c-make-syntactic-matcher):
15809 New internal helper.
15810
15811 (c-cpp-matchers, c-basic-matchers-before): Use the `eval'
15812 construct to make the indirect face lookup work in XEmacs.
15813
15814 (c-cpp-matchers): Append the negation char face to the existing
15815 fontification, so that the cpp face doesn't disappear.
15816 Use `c-make-syntactic-matcher' to avoid negation chars in comments
15817 and strings.
15818
15819 * progmodes/cc-fonts.el (c-negation-char-face-name): New variable
15820 to map to `font-lock-negation-char-face' in emacsen where it exists.
15821
15822 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
15823
15824 * progmodes/cc-mode.el: Bind c-subword-mode to C-c C-w.
15825
15826 * progmodes/cc-subword.el, cc-cmds.el, cc-mode.el:
15827 Rename "c-subword-move-mode" as "c-subword-mode".
15828
15829 * progmodes/cc-mode.el: Added tty suitable bindings for C-c
15830 <delete> and C-c C-<delete>. (To the c-hungry- delete functions).
15831
15832 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
15833
15834 * progmodes/cc-mode.el: Added autoload directive for
15835 `c-subword-move-mode' for use in older emacsen.
15836
15837 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
15838
15839 * progmodes/cc-mode.el:
15840 (i) Insert a binding for C-c C-backspace into
15841 c-bind-special-erase-keys which works in TTYs.
15842 (ii) Make sure that when file styles are used, any explicitly
15843 given style variables take priority over those in the style.
15844 Do this by calling `hack-local-variables' a second time.
15845
15846 * progmodes/cc-vars.el: Add language specific customization
15847 widgets for AWK to c-doc-comment-style, c-require-final-newline
15848 and c-default-style. Add a defcustom for awk-mode-hook.
15849 Give c-syntactic-element and c-syntactic-context doc-strings by
15850 directly setting their `variable-documentation' propery.
15851 This allows Emacs 22.1 to read these with C-h v.
15852
15853 * progmodes/cc-awk.el: Apply a tidy-up patch (from Stefan Monnier).
15854
15855 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
15856
15857 * progmodes/cc-fonts.el, cc-vars.el
15858 (gtkdoc-font-lock-doc-comments, gtkdoc-font-lock-doc-protection)
15859 (gtkdoc-font-lock-keywords): GtkDoc patterns contributed by
15860 Masatake YAMATO.
15861
15862 (c-doc-comment-style): Made GtkDoc default in C mode.
15863
15864 * progmodes/cc-mode.el: Fixed key bindings for C-c C-<backspace>
15865 and C-c C-<delete>.
15866
15867 (c-bind-special-erase-keys): New function for use on
15868 `normal-erase-is-backspace-hook' to bind C-c C-<delete> correctly.
15869
15870 * progmodes/cc-cmds.el (c-hungry-delete): New function to fix
15871 <delete> key behavior in XEmacs according to `delete-forward-p'.
15872 C.f. `c-electric-delete'.
15873
15874 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
15875
15876 * progmodes/cc-mode.el: Give c-hungry-backspace and
15877 c-hungry-delete-forward permanent key bindings.
15878
15879 * progmodes/cc-cmds.el (c-electric-semi&comma):
15880 Bind c-syntactic-context for calls to "criteria functions", for
15881 consistency with other calls to user functions.
15882
15883 * progmodes/cc-cmds.el (c-indent-command): Expunge use of
15884 `current-prefix-arg', since this might be the prefix arg to a
15885 command which calls c-indent-command as a function. Change the
15886 interactive spec from "p" to "P".
15887
15888 * progmodes/cc-styles.el: Amend the doc-string of c-set-style, in
15889 reponse to a report from Joseph Kiniry <kiniry@acm.org> that it
15890 was difficult to understand.
15891
15892 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
15893
15894 * progmodes/cc-engine.el (c-on-identifier): Fix bug when at the
15895 first char of an identifier.
15896
15897 * progmodes/cc-engine.el (c-on-identifier): Handle the "operator
15898 +" syntax in C++.
15899
15900 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
15901
15902 * progmodes/cc-cmds.el (c-mask-paragraph): Correct, so that
15903 auto-fill doesn't split a c-comment's last word from a hanging
15904 "*/" when a space is typed between them after fill-column.
15905
15906 * progmodes/cc-defs.el: New macro c-delete-and-extract-region.
15907
15908 * progmodes/cc-styles.el (c-set-style)
15909 (c-setup-paragraph-variables): Abort the command if we're not in a
15910 CC Mode buffer.
15911
15912 * progmodes/cc-align.el (c-lineup-C-comments): Correct indentation
15913 with blank comment-prefix, and a blank line as the comment's
15914 second line.
15915
15916 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
15917
15918 * progmodes/cc-fonts.el (c-cpp-matchers, c-basic-matchers-before):
15919 Incorporate the patterns added in the Emacs development branch
15920 for the new Emacs 22 face `font-lock-negation-char-face'.
15921
15922 * progmodes/cc-fonts.el (c-invalid-face-name): Use "red1" instead
15923 of "red" since it stands out better in xterms and DOS terminals.
15924
15925 * progmodes/cc-engine.el (c-literal-faces):
15926 Add `font-lock-comment-delimiter-face' which is new in Emacs 22.
15927
15928 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
15929
15930 * progmodes/cc-cmds.el: Make C-c C-a (`c-toggle-auto-newline')
15931 forcibly enable c-electric-flag.
15932
15933 * progmodes/cc-vars.el, cc-cmds.el: New clean-up
15934 `comment-close-slash' on c-electric-slash: if enabled, typing `/' just
15935 after the comment-prefix of a C-style comment will close that comment.
15936
15937 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
15938
15939 * progmodes/cc-fonts.el (c-basic-matchers-before)
15940 (c-complex-decl-matchers): Fix the "not-arrow-prefix" regexp used
15941 in Pike.
15942
15943 * progmodes/cc-langs.el (c-other-op-syntax-tokens): Only C++ has
15944 digraphs.
15945
15946 * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el
15947 (c-cpp-message-directives, c-cpp-include-directives)
15948 (c-opt-cpp-macro-define, c-opt-cpp-macro-define-start)
15949 (c-cpp-expr-directives): Introduce new language constants to
15950 control cpp syntax in a cleaner way.
15951
15952 (c-cpp-expr-functions): Rename from c-cpp-defined-fns.
15953
15954 (c-cpp-matchers, c-forward-to-cpp-define-body): Use them.
15955
15956 * progmodes/cc-langs.el, cc-fonts.el (c-string-escaped-newlines)
15957 (c-multiline-string-start-char): New language constants and
15958 variables to specify how newlines in string literals work.
15959
15960 (c-font-lock-invalid-string): Use them.
15961
15962 * progmodes/cc-cmds.el (c-try-one-liner): Robustness fix if an
15963 unbalanced close brace is entered. Optimization by avoiding going
15964 back over arbitrarily large blocks. Removed hints that this
15965 function only would be relevant/useful in AWK.
15966
15967 (c-electric-brace): Indent syntactically after the cleanups since
15968 lineup functions might do it differently then.
15969
15970 * progmodes/cc-engine.el, cc-langs.el
15971 (c-opt-op-identifier-prefix): New language constant and variable.
15972
15973 (c-just-after-func-arglist-p, c-after-special-operator-id)
15974 (c-search-decl-header-end, c-inside-bracelist-p): Use it.
15975
15976 * progmodes/cc-align.el, cc-engine.el
15977 (c-after-special-operator-id): New helper to handle C++ operator
15978 identifiers.
15979
15980 (c-lineup-topmost-intro-cont, c-just-after-func-arglist-p)
15981 (c-guess-basic-syntax): Handle C++ operator identifiers in
15982 declarations.
15983
15984 * progmodes/cc-langs.el (c-assignment-operators): Add the
15985 trigraph version of ^= too.
15986
15987 * progmodes/cc-langs.el (c-assignment-operators): Add the
15988 trigraph version of |= in C++.
15989
15990 * progmodes/cc-fonts.el (c-font-lock-declarators):
15991 Handle `c-decl-hangon-kwds' after the identifier name.
15992
15993 * progmodes/cc-engine.el (c-guess-basic-syntax): When deciding
15994 whether an arglist is "nonempty", ignore a comment after the open
15995 paren if it isn't followed by a non-comment token on the same line.
15996
15997 * progmodes/cc-engine.el (c-guess-basic-syntax): Case 4:
15998 Enable heuristics below the point to cope with classes inside special
15999 brace lists in Pike.
16000
16001 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
16002
16003 * progmodes/cc-cmds.el: Amend c-point-syntax to handle macros.
16004
16005 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
16006
16007 * progmodes/cc-guess.el (cc-guess-install): New function to
16008 install an already guessed style in another buffer.
16009
16010 * progmodes/cc-defs.el (c-tentative-buffer-changes): No longer
16011 sets `inhibit-read-only' - `c-save-buffer-state' should be used
16012 anyway if the change always is undone.
16013
16014 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
16015
16016 Implement togglable electricity:
16017
16018 * progmodes/cc-defs.el: Enhance c-save-buffer-state's doc-string,
16019 saying when it should be used.
16020
16021 * progmodes/cc-engine.el: Add the new buffer-local variable,
16022 c-electric-flag.
16023
16024 * progmodes/cc-langs.el: Change the name of c-toggle-auto-state to
16025 c-toggle-auto-newline.
16026
16027 * progmodes/cc-mode.el: Rename c-toggle-auto-state to
16028 c-toggle-auto-newline. Remove the binding for
16029 c-toggle-auto-hungry-state. Add the binding C-c C-l for the new
16030 c-toggle-electric-state.
16031
16032 * progmodes/cc-vars.el: Make c-syntactic-indentation buffer local.
16033
16034 * progmodes/cc-cmds.el: Add `c-bytecomp-defun's for
16035 c-\(forward\|backward\)-subword.
16036 (c-update-modeline): Add the new modeline flag `l' for
16037 `c-electric-flag'. Make the auto-newline flag `a' dependent on `l'.
16038 (c-toggle-auto-state): Rename it to `c-toggle-auto-newline'.
16039 Make the old name an alias of the new name.
16040 (c-toggle-electric-state): New function.
16041 (c-electric-\(pound\|brace\|slash\|star\|semi&comma\|colon\|lt-gt\|paren\|continued-statement\)):
16042 Adapt these functions to do electric things only when
16043 c-electric-flag is non-nil.
16044 (c-point-syntax, c-brace-newlines, c-try-oneliner): Extract these
16045 new functions from c-electric-brace.
16046 (c-point-syntax): Add a check for "virtual semicolons" in AWK
16047 mode, so that the tentative extra newline doesn't change the
16048 syntax of the following brace.
16049 (c-electric-brace): Restructure by extracting the above functions.
16050 Tidy up the coding somewhat.
16051 (c-electric-semi&comma, c-electric-colon, c-electric-paren):
16052 restructure a bit.
16053
16054 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
16055
16056 * progmodes/cc-cmds.el (c-show-syntactic-information): Show the
16057 anchor position(s) using faces. Thanks to Masatake YAMATO for the idea.
16058
16059 * progmodes/cc-mode.el, cc-cmds.el, cc-defs.el, cc-engine.el
16060 (c-submode-indicators): Change name from `c-auto-hungry-string'
16061 since it's now used to track another submode.
16062
16063 (c-update-modeline): Convert to function and extended to check
16064 `c-subword-move-mode'.
16065
16066 (c-forward-into-nomenclature, c-backward-into-nomenclature):
16067 Convert to compat aliases for `c-forward-subword' and
16068 `c-backward-subword'.
16069
16070 * progmodes/cc-subword.el: New functions and minor mode to handle
16071 SillyCapsedStyleIndentifiers, contributed by Masatake YAMATO:
16072
16073 (c-forward-subword, c-backward-subword, c-mark-subword)
16074 (c-kill-subword, c-backward-kill-subword, c-transpose-subwords)
16075 (c-capitalize-subword, c-downcase-subword, c-upcase-subword):
16076 Functions corresponding to the standard word handling functions.
16077
16078 (c-subword-move-mode): Minor mode that replaces all the standard
16079 word handling functions with their subword equivalences.
16080
16081 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
16082
16083 * progmodes/cc-vars.el (c-cleanup-list): Insert a customization
16084 entry for one-liner-defun.
16085
16086 * progmodes/cc-defs.el: Give c-tentative-buffer-changes its own
16087 name in its def-edebug-spec.
16088
16089 * progmodes/cc-cmds.el (c-electric-brace): Make the
16090 one-liner-defun clean-up work with empty-defun-braces. o-l-d now
16091 compacts space before a comment, if this will make things fit on
16092 one line.
16093
16094 Introduce an "awk" style, mainly for auto-newline and clean-ups.
16095
16096 * progmodes/cc-align.el: New function c-snug-1line-defun-close
16097
16098 * progmodes/cc-cmds.el: In c-electric-brace, add code for new
16099 clean-up one-liner-defun.
16100
16101 * progmodes/cc-styles.el: Add the new "awk" style.
16102
16103 * progmodes/cc-vars.el: Add description of one-liner-defun to
16104 c-cleanup-list's doc-string. New user options,
16105 c-max-one-liner-length. In c-default-style, set the default style
16106 for AWK to "awk".
16107
16108 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
16109
16110 * progmodes/cc-engine.el (c-forward-label): Fix fontification of
16111 macros inside labels.
16112
16113 * progmodes/cc-engine.el (c-looking-at-bos): Obsolete in favor of
16114 `c-at-statement-start-p' and `c-at-expression-start-p'.
16115
16116 * progmodes/cc-defs.el (c-tnt-chng-record-state): Don't signal an
16117 error if the mark isn't set.
16118
16119 * progmodes/cc-engine.el (c-guess-continued-construct)
16120 (c-guess-basic-syntax): Use `c-forward-decl-or-cast-1' to more
16121 accurately detect functions inside functions.
16122
16123 * progmodes/cc-engine.el (c-at-expression-start-p): New function
16124 like `c-at-statement-start-p' that additionally recognizes commas
16125 and expression parentheses as delimiters.
16126
16127 * progmodes/cc-engine.el (c-looking-at-inexpr-block): Add flag
16128 to avoid heuristics that doesn't work for unclosed blocks.
16129 (c-at-statement-start-p): New function.
16130
16131 * progmodes/cc-engine.el, cc-fonts.el: Fixes in handling of
16132 Objective-C directives, e.g. directives spanning lines should work
16133 reasonably well now.
16134
16135 (c-put-c-type-property, c-clear-c-type-property): New helpers.
16136
16137 (c-forward-objc-directive): New function to move over any ObjC
16138 directive.
16139
16140 (c-just-after-func-arglist-p, c-guess-basic-syntax)
16141 (c-basic-matchers-before): Use it.
16142
16143 (c-font-lock-objc-iip-decl): Remove.
16144
16145 * progmodes/cc-engine.el (c-guess-basic-syntax): Some improvement
16146 in the template arglist recognition.
16147
16148 * progmodes/cc-styles.el (c-style-alist): Fix several
16149 inconsistencies in the Whitesmith style.
16150
16151 * progmodes/cc-align.el (c-lineup-after-whitesmith-blocks):
16152 New lineup function to get lines after Whitesmith style blocks
16153 correctly indented.
16154
16155 (c-lineup-whitesmith-in-block): Back out the compensation for
16156 opening parens since it's done using `add' lists in the style
16157 definition instead. Don't use the anchor position since it varies
16158 too much between the syntactic symbols. :P
16159
16160 * progmodes/cc-vars.el (c-valid-offset): Update.
16161
16162 * progmodes/cc-engine.el (c-evaluate-offset): Extend to handle
16163 lists where the offsets are combined according to several
16164 different methods: `first', `min', `max', and `add'.
16165 Report offset evaluation errors with `c-benign-error' so that some kind
16166 of reindentation still is done.
16167
16168 * progmodes/cc-engine.el (c-guess-basic-syntax):
16169 Anchor `arglist-intro' the same way as `arglist-cont-nonempty' and
16170 `arglist-close'.
16171
16172 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix similar
16173 situations for `arglist-cont-nonempty' and `arglist-close'.
16174
16175 * progmodes/cc-langs.el (c-opt-identifier-concat-key-depth): New const.
16176
16177 * progmodes/cc-defs.el: Use `cc-bytecomp-fboundp' and
16178 cc-bytecomp-boundp' in a number of places.
16179
16180 * progmodes/cc-engine.el (c-beginning-of-statement-1): Fix a
16181 macro related issue.
16182
16183 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
16184
16185 * progmodes/cc-awk.el: Change the terminology of regexps: A char
16186 list is now [asdf], a char class [:alpha:].
16187 Include code for char classes.
16188 Set c-awk-NL-prop on lines ending in open strings. (Bug fix.)
16189 Add character classes (e.g. "[:alpha:]") into AWK Mode's regexps.
16190
16191 Remove (nearly all of) the cruft associated with AWK Mode's former
16192 concept of "virtual semicolons":
16193
16194 Adapt c-beginning-of-statement, c-end-of-statement (together with
16195 subfunctions) to use the new notion of "virtual semicolon" in
16196 place of the old awkward special handling for AWK. There remains
16197 much cruft in cc-awk.el, cc-cmds.el and cc-engine.el to clear out.
16198 * progmodes/cc-cmds.el:
16199 (c-ascertain-adjacent-literal): In the backwards direction, now
16200 recognises AWK regexp delimiters as string delimiters.
16201 (c-after-statement-terminator-p): Adapt for virtual semicolons;
16202 check more rigorously for "end of macro".
16203 (c-back-over-illiterals, c-forward-over-illiterals): Adapt for
16204 virtual semicolons;
16205 (c-beginning-of-statement): Adapt for virtual semicolons; Separate
16206 out the code for forward movement into ...
16207 (c-end-of-statement): Now contains the code for forward movement,
16208 adapted for virtual semicolons.
16209
16210 * progmodes/cc-engine.el:
16211 (c-ws*-string-limit-regexp): New regexp.
16212 (c-forward-single-comment, c-backward-single-comment): Comment out
16213 the (now redundant) "special" AWK stuff.
16214
16215 * progmodes/cc-styles.el, cc-vars.el: Change the settings of
16216 c-string-par-start, c-string-par-separate to be more like Text
16217 Mode than Fundamental Mode.
16218
16219 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
16220
16221 * progmodes/cc-fonts.el (c-font-lock-declarations): Always narrow
16222 to the fontified region so that fontification doesn't occur
16223 outside it (could happen e.g. when fontifying a line with an
16224 unfinished declaration).
16225
16226 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
16227
16228 * progmodes/cc-awk.el: Move regexps for analysing AWK code to near the
16229 start of the file. ^L now separate sections of the file.
16230 (c-awk-non-eol-esc-pair-re, c-awk-blank-or-comment-line-re)
16231 (c-awk-one-line-possibly-open-string-re)
16232 (c-awk-regexp-one-line-possibly-open-char-class-re)
16233 (c-awk-one-line-possibly-open-regexp-re)
16234 (c-awk-one-line-non-syn-ws*-re): New defonsts.
16235 (c-awk-at-vsemi-p, c-awk-vsemi-status-unknown-p): New functions.
16236
16237 Amend the concept of "virtual semicolons" (in the indentation
16238 engine) for languages like AWK, such that they are now
16239 conceptually attached to end of the last token of a statement, not
16240 the end of the line. (In AWK Mode, however, the pertinent text
16241 property is still physically set on the EOL.) Remove the specific
16242 tests for awk-mode, thus facilitating the introduction of other
16243 language modes where EOLs can end statements.
16244 (Note: The funtionality in cc-cmds.el, specifically
16245 c-beginning/end-of-statement has yet to be amended.)
16246
16247 * progmodes/cc-defs.el (c-at-vsemi-p, c-vsemi-status-unknown-p):
16248 New macros.
16249
16250 * progmodes/cc-langs.el: Added `#' into AWK Mode's value of
16251 c-stmt-delim-chars. New c-lang-defvars: c-at-vsemi-p-fn,
16252 c-vsemi-status-unknown-p-fn (in a new page).
16253
16254 * progmodes/cc-engine.el: In c-beginning-of-statement-1,
16255 c-crosses-statement-barrier-p, c-guess-basic-syntax, replace
16256 numerous awkward forms like
16257 (if (c-major-mode-is 'awk-mode) (c-awk-prev-line-incomplete-p))
16258 with (c-at-vsemi-p). Fix a few typos. In c-guess-basic-syntax, new
16259 variable before-ws-ip, the place just after char-before-ip appears.
16260
16261 * progmodes/cc-mode.el: Fix what's almost a semantic ambiguity in
16262 a comment.
16263
16264 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
16265
16266 * progmodes/cc-cmds.el (c-electric-brace): Clean up using
16267 `c-tentative-buffer-changes'.
16268
16269 * progmodes/cc-defs.el (c-region-is-active-p): Simplify and
16270 convert to macro to choose between Emacs and XEmacs at compile time.
16271
16272 (c-set-region-active): New set counterpart to `c-region-is-active-p'.
16273
16274 (c-tentative-buffer-changes): New macro to handle temporary buffer
16275 changes in a convenient way.
16276
16277 (c-tnt-chng-record-state, c-tnt-chng-cleanup): Internal helpers
16278 for `c-tentative-buffer-changes'.
16279
16280 * progmodes/cc-engine.el (c-looking-at-inexpr-block): Tighten up
16281 the checks for paren sexps between the point and the keyword, to
16282 avoid some false alarms.
16283
16284 * progmodes/cc-engine.el, cc-langs.el (c-looking-at-inexpr-block):
16285 Fixed a situation where an error could be thrown for unbalanced
16286 parens. Changed to make use of c-keyword-member' to avoid some
16287 repeated regexp matches.
16288
16289 (c-opt-lambda-key, c-opt-inexpr-block-key, c-opt-inexpr-class-key):
16290 These language variable are no longer necessary.
16291
16292 (c-block-stmt-kwds): New language constant used by
16293 c-looking-at-inexpr-block'.
16294
16295 (c-guess-basic-syntax): Remove an optional check that looked at
16296 the existence of the now removed language variables.
16297
16298 * progmodes/cc-engine.el (c-fdoc-shift-type-backward)
16299 (c-forward-decl-or-cast-1): Fix invalid recognition of C++ style
16300 object instantiation expressions as declarations in some contexts.
16301 This bug only affected languages where the declarator can't be
16302 enclosed in parentheses.
16303
16304 * progmodes/cc-styles.el (c-style-alist): Fix the GNU style to
16305 insert newlines before and after substatement braces.
16306
16307 * progmodes/cc-engine.el: Improved the heuristics for recognizing
16308 function declaration headers and the handling of C++ style member
16309 init lists.
16310
16311 (c-just-after-func-arglist-p): Rewritten to use
16312 `c-forward-decl-or-cast-1'. Now behaves a bit differently too.
16313
16314 (c-beginning-of-member-init-list): Remove since it isn't used anymore.
16315
16316 (c-guess-basic-syntax): Adapt case 5B for the new
16317 `c-just-after-func-arglist-p'. Merge cases 5B.1 and 5B.3.
16318 Remove cases 5D.1 and 5D.2 since they aren't trigged anymore (case 5B.1
16319 covers all cases now).
16320
16321 * progmodes/cc-defs.el (c-point): Add `bosws' and `eosws'.
16322
16323 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
16324
16325 * progmodes/cc-cmds.el, cc-styles.el, cc-vars.el: New variables
16326 c-string-par-start/separate c-sentence-end-with-esc-eol,
16327 initialised in c-setup-paragraph-variables, used in string
16328 scanning subroutines of c-beginning-of-statement.
16329
16330 * progmodes/cc-cmds.el (c-electric-brace): Don't delete a comment
16331 which precedes the newly inserted `{'.
16332
16333 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
16334
16335 * progmodes/cc-engine.el, cc-langs.el: Rewrote the recognition
16336 function for declaration level blocks. It should now cope with
16337 templates better and also be a lot more comprehensible.
16338
16339 (c-looking-at-decl-block): The new function.
16340
16341 (c-search-uplist-for-classkey): The old one. It's now a wrapper
16342 for compatibility.
16343
16344 (c-add-class-syntax, c-guess-continued-construct)
16345 (c-guess-basic-syntax): Adapt for `c-looking-at-decl-block'.
16346
16347 (c-decl-block-key): Change to tell apart ambiguous and
16348 unambiguous keywords. Pike specials are now handled directly in
16349 the code instead.
16350
16351 (c-block-prefix-disallowed-chars, c-block-prefix-charset):
16352 New language constants and variables to make the backward skip in
16353 `c-looking-at-decl-block' as tight as possible.
16354
16355 (c-nonsymbol-token-char-list): New language constant.
16356
16357 * progmodes/cc-engine.el (c-backward-<>-arglist): New function to
16358 find balanced template arglists backwards.
16359
16360 * progmodes/cc-defs.el (c-make-bare-char-alt): New helper for
16361 making char classes for `c-syntactic-skip-backward'.
16362
16363 * progmodes/cc-engine.el (c-guess-basic-syntax): Simplify case
16364 16D - can't be a class-close at that point.
16365
16366 * progmodes/cc-engine.el (c-guess-basic-syntax)
16367 (c-add-class-syntax): Don't narrow out the enclosing declaration
16368 level. This makes everything a lot easier, and it was actually
16369 only four small places that needed it to work. Some places that
16370 previously did `widen' are removed now, which has the effect that
16371 `c-guess-basic-syntax' never will look at things outside the
16372 current narrowment now. The anchor position for `topmost-intro'
16373 is affected by this, but it was so bogus it was basically useless
16374 before, and now it's equally bogus but in a slightly different way.
16375
16376 (c-narrow-out-enclosing-class): Gone.
16377
16378 (c-most-enclosing-brace, c-least-enclosing-brace): Don't filter to
16379 the narrowed region.
16380
16381 (c-least-enclosing-brace): Remove silly optional argument.
16382
16383 * progmodes/cc-engine.el (c-beginning-of-decl-1): Fix bug where
16384 the point could be left directly after an open paren when finding
16385 the beginning of the first decl in the block.
16386
16387 * progmodes/cc-engine.el, cc-fonts.el (c-forward-keyword-clause):
16388 Specify which submatch to use.
16389
16390 * progmodes/cc-langs.el (c-symbol-start): Include `@' in ObjC.
16391
16392 (c-decl-start-re): No longer any need for special treatment of
16393 ObjC due to the above.
16394
16395 (c-other-block-decl-kwds): Handle "extern" in ObjC too since it
16396 presumably follows C in that regard.
16397
16398 * progmodes/cc-langs.el (c-identifier-ops, c-after-id-concat-ops):
16399 New language constants to specify operator tokens inside
16400 identifiers in a more high level way.
16401
16402 (c-opt-identifier-prefix-key): New internal language constant.
16403
16404 (c-opt-identifier-concat-key, c-opt-after-id-concat-key)
16405 (c-identifier-start, c-identifier-key): Now completely calculated
16406 from other constants.
16407
16408 (c-identifier-last-sym-match): Decommission since it's no longer used.
16409
16410 (c-operators): Use `c-identifier-ops'. Document `postfix-if-paren'.
16411
16412 * progmodes/cc-engine.el (c-forward-name): Remove the
16413 optimization when c-identifier-key is equal to c-symbol-key since
16414 it doesn't work in byte compiled files. Don't record empty
16415 regions as identifiers.
16416
16417 * progmodes/cc-langs.el (c-filter-ops): New helper function to
16418 simplify access to `c-operators' and its likes.
16419
16420 (c-operator-list, c-all-op-syntax-tokens)
16421 (c-nonsymbol-token-regexp, c-<>-multichar-token-regexp)
16422 (c-<-op-cont-regexp, c->-op-cont-regexp, c-expr-kwds)
16423 (c-primary-expr-regexp, c-cast-parens): Use it.
16424
16425 * progmodes/cc-defs.el (c-lang-const): Fixes to allow use without
16426 an explicit language in functions.
16427
16428 * progmodes/cc-defs.el (c-make-keywords-re): Add an appendable
16429 variant of adornment.
16430
16431 * progmodes/cc-langs.el (c-any-class-key): Remove unused language
16432 variable.
16433
16434 (c-type-decl-prefix-key): Remove some now unnecessary cruft from
16435 the Pike value.
16436
16437 * progmodes/cc-engine.el (c-on-identifier)
16438 (c-simple-skip-symbol-backward): Small fix for handling "-"
16439 correctly in `skip-chars-backward'. Affected the operator lfun
16440 syntax in Pike.
16441
16442 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Disable the
16443 diagnostic message about precompiled language vars not being used.
16444
16445 * progmodes/cc-langs.el (c-paren-nontype-kwds): The GCC keyword
16446 "__attribute__" is followed by a parenthesis.
16447
16448 (c-type-start-kwds, c-prefix-spec-kwds, c-prefix-spec-kwds-re)
16449 (c-specifier-key, c-not-decl-init-keywords): Some cleanup using new
16450 language constants `c-type-start-kwds' and `c-prefix-spec-kwds'.
16451
16452 * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el:
16453 Internal cleanups to properly detect the declared identifiers in
16454 various declarations.
16455
16456 (c-decl-start-kwds): New language constant to recognize
16457 declarations that can start anywhere. Used for class declarations
16458 in Pike.
16459
16460 (c-specifier-key, c-not-decl-init-keywords)
16461 (c-decl-prefix-or-start-re, c-find-decl-prefix-search)
16462 (c-find-decl-spots): Implement `c-decl-start-kwds'.
16463
16464 (c-other-decl-kwds, c-postfix-decl-spec-kwds, c-decl-hangon-kwds)
16465 (c-decl-hangon-key, c-forward-decl-or-cast-1): Separate the
16466 handling of the compiler specific extension keywords into a new
16467 language constant `c-decl-hangon-kwds' that defines keyword
16468 clauses to be ignored in declarations.
16469
16470 (c-forward-id-comma-list, c-forward-keyword-clause): Don't skip
16471 past unrecognized tokens when handling `c-colon-type-list-kwds'.
16472 Necessary to stop at the declared identifier in e.g. IDL valuetype
16473 declarations.
16474
16475 (c-typedef-decl-kwds, c-typeless-decl-kwds, c-type-list-kwds)
16476 (c-prefix-spec-kwds-re, c-postfix-spec-kwds)
16477 (c-after-suffixed-type-decl-key, c-opt-postfix-decl-spec-key)
16478 (c-forward-decl-or-cast-1): Recognize the declared identifier in
16479 class and enum declarations as such and not as part of the type.
16480
16481 (c-forward-decl-or-cast-1, c-forward-label): Relax the
16482 interpretation of PRECEDING-TOKEN-END when there's no preceding token.
16483
16484 (c-forward-decl-or-cast-1): Don't disregard sure signs of
16485 declarations when there's some syntax error later on.
16486
16487 (c-complex-decl-matchers): Did away with a reference to
16488 `c-specifier-key'.
16489
16490 * progmodes/cc-engine.el (c-maybe-labelp): Provide no default
16491 value - this variable is always dynamically bound.
16492
16493 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el, cc-menus.el
16494 * cc-mode.el, cc-styles.el, cc-vars.el, cc-align.el, cc-awk.el
16495 * cc-cmds.el, cc-defs.el: Change the policy for marking up
16496 functions that might do hidden buffer changes: All such internal
16497 functions are now marked instead of those that don't.
16498
16499 (c-beginning-of-macro, c-end-of-macro, c-(forward|backward)-comments)
16500 (c-(forward|backward)-single-comment, c-parse-state, c-on-identifier)
16501 (c-(fast-|slow-|)in-literal, c-literal-limits, c-collect-line-comments)
16502 (c-literal-type): Allow these functions to make hidden buffer changes,
16503 so that they are free to use text property caching later on.
16504
16505 (c-electric-backspace, c-electric-delete-forward, c-electric-pound)
16506 (c-electric-brace, c-electric-slash, c-electric-star)
16507 (c-electric-semi&comma, c-electric-colon, c-electric-lt-gt)
16508 (c-electric-paren, c-electric-continued-statement, c-indent-command)
16509 (c-indent-region, c-mask-paragraph, c-indent-new-comment-line)
16510 (c-context-line-break): Add `c-save-buffer-state' calls to comply
16511 with the changed semantics of the functions above.
16512
16513 * progmodes/cc-engine.el (c-beginning-of-statement-1): Fix a bug
16514 when macros occur in obscure places. Optimized the sexp movement
16515 a bit.
16516
16517 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
16518
16519 Enhancements for c-beginning-of-statement to work in AWK Mode:
16520
16521 * progmodes/cc-awk.el: Supersede c-awk-NL-prop value `;'
16522 (completed statement) with `}' (statement completed by closing
16523 brace or semicolon) and `$' (statement completed by EOL).
16524
16525 (c-awk-virtual-semicolon-ends-prev-line-p)
16526 (c-awk-virtual-semicolon-ends-line-p)
16527 (c-awk-skip-semantic-ws-forward, c-awk-skip-semantic-ws-backward)
16528 (c-awk-at-statement-end-p): New functions.
16529
16530 * progmodes/cc-cmds.el: Simplify the structure of functions
16531 c-forward-over-illiterals, c-back-over-illiterals. Enhance these
16532 two functions and c-beginning-of-statement to handle AWK Mode.
16533
16534 * progmodes/cc-engine.el: Enhance c-forward-single-comment,
16535 c-backward-single-comment for AWK mode. Attempt to clarify their
16536 doc-strings.
16537
16538 * progmodes/cc-mode.el: Put M-a and M-e into awk-mode-map.
16539
16540 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
16541
16542 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el: Cleaned up the
16543 label handling. Labels are now recognized in a uniform and more
16544 robust way, regardless of context. Text properties are put on all
16545 labels to recognize the following declarations better.
16546 Multiword labels are handled both in indentation and fontification for
16547 the benefit of language extensions like Qt. For consistency, keywords
16548 in labels are now fontified with the label face instead.
16549 That also applies to "case" and "default".
16550
16551 (c-beginning-of-statement-1): Fix some bugs in the label
16552 handling. Disregard `c-nonlabel-token-key' in labels that begin
16553 with `c-label-kwds'.
16554
16555 (c-find-decl-spots): Support that the callback adds more
16556 `c-decl-end' spots to find.
16557
16558 (c-forward-decl-or-cast-1): Don't treat a list of plain
16559 identifiers followed by a colon as a declaration.
16560
16561 (c-forward-label): New function to recognize labels.
16562
16563 (c-guess-basic-syntax): Replace uses of `c-label-key' with
16564 `c-forward-label'. Moved the label recognition cases (14 and 15)
16565 earlier since they aren't so context sensitive now. Handle labels
16566 on the top level gracefully. Moved access label recognition to
16567 the generic label case (CASE 15) - removed CASE 5E.
16568
16569 (c-font-lock-declarations): Add recognition of labels in the
16570 same round since we need to handle labels in parallell with other
16571 declarations to recognize both accurately. It should also improve
16572 speed.
16573
16574 (c-simple-decl-matchers, c-basic-matchers-after):
16575 Move `c-font-lock-labels' so that it only is used on decoration level 2
16576 since `c-font-lock-declarations' handles it otherwise.
16577
16578 (c-complex-decl-matchers): Remove the simplistic recognition of
16579 access labels.
16580
16581 (c-decl-prefix-re): Remove the kludges that was necessary to cope
16582 with labels earlier.
16583
16584 (c-decl-start-re): New language variable to make
16585 `c-font-lock-declarations' stop for the special protection labels
16586 in Objective-C that start with `@'.
16587
16588 (c-label-key): Remove since it's no longer used.
16589
16590 (c-recognize-colon-labels, c-label-prefix-re): New language
16591 constants to support recognition of generic colon-terminated labels.
16592
16593 (c-type-decl-end-used): `c-decl-end' is now used whenever there
16594 are colon terminated labels.
16595
16596 * progmodes/cc-align.el (c-lineup-arglist): Fix bug when the
16597 first argument starts with a special brace list.
16598
16599 * progmodes/cc-engine.el, cc-fonts.el (c-forward-decl-or-cast-1)
16600 (c-font-lock-declarations): Break out the declaration and cast
16601 recognition from `c-font-lock-declarations' to a new function, so
16602 that it can be used in the indentation engine.
16603
16604 * progmodes/cc-engine.el (c-find-decl-spots): Fix bug in backing
16605 up to the start of the literal. Fixed bug with the point on the
16606 wrong side of the search limit that could happen when the start
16607 position is inside a literal.
16608
16609 * progmodes/cc-engine.el (c-parse-state)
16610 (c-invalidate-state-cache): Modify the use of `c-state-cache-end'
16611 so that it's kept a little bit back to increase the hit rate.
16612
16613 (c-parse-state): Change the macro handling and fixed some
16614 glitches. Macro context is checked more often than necessary now,
16615 but otoh less garbage conses are generated.
16616
16617 * progmodes/cc-engine.el (c-parse-state)
16618 (c-invalidate-state-cache): Cache the last position where
16619 `c-state-cache' applies. This can speed up refontification quite
16620 a bit in blocks where there are many non-brace parens before the point.
16621
16622 (c-state-cache-end): New variable for this.
16623
16624 (c-guess-basic-syntax, c-debug-parse-state): Adapt for the new
16625 cache variable.
16626
16627 * progmodes/cc-engine.el (c-find-decl-spots): Take more care to
16628 get close initial continue positions when the start position is
16629 inside a literal or macro. Do not call the callback for spots
16630 before the start position (which can happen e.g. for `c-decl-end'
16631 spots inside comments). Optimize better in special cases when the
16632 region is a single line inside a literal or macro (typically when
16633 the current line is refontified).
16634
16635 * progmodes/cc-engine.el (c-guess-basic-syntax): Simplify calls
16636 to `c-add-stmt-syntax' - there's no need to explicitly whack off
16637 entries from the paren state.
16638
16639 * progmodes/cc-engine.el (c-add-stmt-syntax): Narrow down the
16640 special case for "else if" clauses.
16641
16642 * progmodes/cc-engine.el (c-looking-at-inexpr-block)
16643 (c-add-stmt-syntax): Use `c-recognize-paren-inexpr-blocks'.
16644
16645 * progmodes/cc-langs.el (c-recognize-paren-inexpr-blocks):
16646 New language variable to recognize the gcc extension with statement
16647 blocks inside expressions.
16648
16649 * progmodes/cc-engine.el (c-add-stmt-syntax): Restructure to make
16650 it somewhat more comprehensible. The argument AT-BLOCK-START is
16651 no longer used and hence removed.
16652
16653 (c-guess-continued-construct, c-guess-basic-syntax): Update calls
16654 to `c-add-stmt-syntax'.
16655
16656 * progmodes/cc-engine.el (c-backward-to-decl-anchor):
16657 Use `c-beginning-of-statement-1' instead of duplicating parts of it.
16658 This fixes bogus label recognition.
16659
16660 * progmodes/cc-engine.el (c-add-type, c-check-type)
16661 (c-forward-name, c-forward-type): Improve storage of template
16662 types in `c-found-types' so that they can be recognized better.
16663
16664 (c-syntactic-content): Add option to skip past nested parens.
16665
16666 * progmodes/cc-engine.el (c-forward-name):
16667 Set `c-last-identifier-range' all the time. It's less work that way.
16668 Handle that there might not be an identifier to store in
16669 `c-last-identifier-range'.
16670
16671 (c-forward-type): Handle that `c-last-identifier-range' might be
16672 nil from `c-forward-name'.
16673
16674 * progmodes/cc-defs.el (c-safe-scan-lists)
16675 (c-(go-)?(up|down)-list-(forward|backward)): Add limit arguments.
16676
16677 * progmodes/cc-defs.el (c-save-buffer-state): Use `unwind-protect'
16678 to work even if the form fails.
16679
16680 * progmodes/cc-engine.el (c-parse-state): Speedup when moving far
16681 down in a large file in one go.
16682
16683 (c-get-fallback-start-pos): New helper function for `c-parse-state'.
16684
16685 * progmodes/cc-align.el (c-lineup-assignments): New lineup
16686 function which is like `c-lineup-math' but returns nil instead of
16687 `c-basic-offset' when it doesn't match.
16688
16689 (c-lineup-math): Change to use `c-lineup-assignments'.
16690
16691 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
16692
16693 * progmodes/cc-cmds.el: Fix some bugs in subfunctions of
16694 c-beginning-of-statement. New subfunctions
16695 c-in-comment-line-prefix-p, c-narrow-to-comment-innards.
16696
16697 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
16698
16699 * progmodes/cc-fonts.el, cc-langs.el: Use `c-simple-ws' instead of
16700 hardcoded char classes whereever possible. Changed a couple of
16701 places to use skip by syntax instead of skip by char class.
16702
16703 * progmodes/cc-langs.el (c-unterminated-block-comment-regexp):
16704 Fix a bug in the regexp that caused extreme backtracking.
16705
16706 * progmodes/cc-langs.el (c-block-comment-starter)
16707 (c-block-comment-ender): New language constants to specify in a
16708 single place how block comments look.
16709
16710 (c-comment-start-regexp, c-block-comment-start-regexp)
16711 (comment-start, comment-end, comment-start-skip)
16712 (c-syntactic-ws-start, c-syntactic-ws-end, c-nonwhite-syntactic-ws)
16713 (c-syntactic-ws, c-nonempty-syntactic-ws)
16714 (c-single-line-syntactic-ws, c-syntactic-eol): Now built from
16715 `c-line-comment-starter', `c-block-comment-starter' and
16716 `c-block-comment-ender'.
16717
16718 (c-block-comment-regexp, c-unterminated-block-comment-regexp):
16719 New language constants to break up things a bit.
16720
16721 (c-simple-ws): New language constant for simple whitespace.
16722
16723 * progmodes/cc-defs.el (c-concat-separated): New convenience function.
16724
16725 * progmodes/cc-defs.el (c-make-keywords-re): Add kludge for bug
16726 in `regexp-opt' in Emacs 20 and XEmacs when strings contain
16727 newlines. Allow and ignore nil elements in the list.
16728
16729 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
16730
16731 * progmodes/cc-cmds.el: Comment out a (n almost certainly
16732 superfluous) check, (eq here (point-max)) in c-beginning-of-statement.
16733
16734 * progmodes/cc-cmds.el: Tidy up the comments in
16735 c-beginning-of-statement and subfunctions.
16736
16737 * progmodes/cc-awk.el: Replace calls to put-text-property to the
16738 more flexible c-put-char-property and c-clear-char-properties.
16739 Add the author's email address.
16740
16741 * progmodes/cc-langs.el (c-block-comment-start-regexp): New variable.
16742
16743 * progmodes/cc-cmds.el: Fix bug with M-e, when point is inside the
16744 closing "*/" of a block comment.
16745
16746 * progmodes/cc-cmds.el: Tidy c-beginning-of-sentence (and
16747 subfunctions) so that it works at BOB and EOB.
16748
16749 * progmodes/cc-cmds.el, cc-vars.el: More updating of
16750 c-beginning-of-statement, including new variable
16751 c-block-comment-start-regexp.
16752
16753 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
16754
16755 * progmodes/cc-langs.el (c-known-type-key): Optimize simple
16756 symbols from `*-font-lock-extra-types' so that there's no need to
16757 use `regexp-opt' on those lists.
16758
16759 * progmodes/cc-langs.el (c-type-decl-suffix-key): Fix when
16760 `c-type-modifier-kwds' is empty.
16761
16762 * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix when
16763 there are several strings on the same line.
16764
16765 * progmodes/cc-engine.el (c-literal-limits): Remove the
16766 compatibility function for older emacsen. `c-literal-limits-fast'
16767 has now taken the place of this function.
16768
16769 * progmodes/cc-vars.el (c-emacs-features): Remove compatibility
16770 with older emacsen: We now require `pps-extended-state'.
16771
16772 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
16773
16774 * progmodes/cc-cmds.el: New function c-beginning-of-sentence,
16775 which obviates the need to hack sentence-end. This now handles
16776 escaped newlines in strings correctly. Correct minor bugs in
16777 c-move-over-sentence and in c-beginning-of-statement.
16778
16779 * progmodes/cc-cmds.el (c-beginning-of-statement (and
16780 subfunctions)): Adapt c-\(back\|forward\)-over-illiterals such
16781 that movement over macros and code are rigorously separated from
16782 eachother. Correct a few incidental bugs.
16783
16784 * progmodes/cc-cmds.el: Restructure c-beginning-of-statement:
16785 Improve its doc-string. Improve the handling of certain specific cases.
16786
16787 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
16788
16789 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el
16790 (c-guess-basic-syntax): Change the way class-level labels are
16791 recognized; they can now contain essentially any symbols.
16792
16793 (c-opt-extra-label-key): New language variable to cope with the
16794 special protection label syntax in Objective-C.
16795
16796 (c-opt-access-key): Remove; this is now handled better by
16797 `c-nonlabel-token-key' and `c-opt-extra-label-key'.
16798
16799 (c-complex-decl-matchers): Update to handle that
16800 `c-opt-access-key' no longer exists.
16801
16802 * progmodes/cc-engine.el (c-guess-basic-syntax): Make use of the
16803 improved label recognition in `c-beginning-of-statement-1'.
16804
16805 * progmodes/cc-engine.el (c-beginning-of-member-init-list):
16806 Recognize bitfields better.
16807
16808 * progmodes/cc-engine.el (c-beginning-of-inheritance-list):
16809 Remove some cruft and fixed a bug that could cause it to go to a
16810 position further down.
16811
16812 * progmodes/cc-langs.el, cc-engine.el
16813 (c-beginning-of-statement-1): Improve detection of labels in
16814 declaration contexts.
16815
16816 (c-beginning-of-decl-1): Use it.
16817
16818 (c-nonlabel-token-key): New language constant and variable needed
16819 by `c-beginning-of-statement-1'.
16820
16821 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix bug that
16822 manifested itself due to the correction in `c-forward-sexp'.
16823
16824 * progmodes/cc-defs.el (c-forward-sexp, c-backward-sexp):
16825 Make these behave as documented when used at the buffer limits.
16826
16827 * progmodes/cc-mode.el, cc-engine.el, cc-langs.el
16828 (c-type-decl-end-used): Made this a language variable.
16829
16830 * progmodes/cc-mode.el (c-after-change): Widen the buffer to work
16831 correctly when `combine-after-change-calls' is used together with
16832 temporary narrowings.
16833
16834 * progmodes/cc-engine.el (c-beginning-of-statement-1):
16835 Report labels correctly when the start point is immediately after the
16836 colon.
16837
16838 * progmodes/cc-defs.el (c-parse-sexp-lookup-properties):
16839 Remove since it isn't used anymore.
16840
16841 * progmodes/cc-cmds.el (c-electric-lt-gt): Detect and mark angle
16842 bracket arglists such as template parens in C++.
16843
16844 * progmodes/cc-engine.el (c-syntactic-skip-backward): Fix a bug
16845 in the last check-in. Some optimization.
16846
16847 * progmodes/cc-engine.el (c-syntactic-skip-backward): Fix bug
16848 where it could stop at the same level in a preceding sexp when
16849 PAREN-LEVEL is set.
16850
16851 * progmodes/cc-mode.el (c-basic-common-init): Turn on syntax-table
16852 text property lookup only when it's needed.
16853
16854 * progmodes/cc-langs.el, cc-engine.el, cc-fonts.el, cc-mode.el:
16855 Change the policy for paren marked angle brackets to be more
16856 persistent; once marked they remain marked even when they're found
16857 to be unbalanced in the searched region. This should keep the
16858 paren syntax around even when individual lines are refontified in
16859 multiline template arglists.
16860
16861 (c-parse-and-markup-<>-arglists): New dynamically bound variable
16862 to control markup so that incorrect angle bracket arglists aren't
16863 marked in contexts where the correct value for
16864 `c-disallow-comma-in-<>-arglists' isn't known.
16865
16866 (c-forward-<>-arglist, c-forward-<>-arglist-recur): The reparse
16867 argument has become `c-parse-and-markup-<>-arglists'.
16868
16869 (c-remove-<>-arglist-properties): Remove - no longer used.
16870
16871 (c-after-change-check-<>-operators): New function used on
16872 `after-change-functions' to avoid that "<" and ">" characters that
16873 are part of longer operators have paren syntax.
16874
16875 (c-<>-multichar-token-regexp): New language variable used by
16876 `c-after-change-check-<>-operators'.
16877
16878 (c-after-change): Call `c-after-change-check-<>-operators'.
16879
16880 (c-font-lock-<>-arglists): Use the context properties set by
16881 `c-font-lock-declarations' to set `c-disallow-comma-in-<>-arglists'
16882 correctly to avoid doing invalid markup.
16883
16884 (c-font-lock-declarations): Remove code that undoes the invalid
16885 markup done by `c-font-lock-<>-arglists'.
16886
16887 (c-complex-decl-matchers): `c-font-lock-<>-arglists' now runs
16888 after `c-font-lock-declarations'.
16889
16890 * progmodes/cc-engine.el (c-syntactic-skip-backward):
16891 Add paren-level feature.
16892
16893 (c-guess-basic-syntax): Improve the anchor position for
16894 `template-args-cont' in nested template arglists. There's still
16895 much to be desired in this area, though.
16896
16897 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
16898
16899 * progmodes/cc-cmds.el, cc-engine.el, cc-langs.el, cc-vars.el:
16900 Make the "Text Filling and Line Breaking" commands work for AWK buffers.
16901
16902 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
16903
16904 * progmodes/cc-defs.el, cc-engine.el (c-mode-is-new-awk-p):
16905 Removed; (c-major-mode-is 'awk-mode) can be used instead now.
16906
16907 * progmodes/cc-mode.el: Always set up AWK mode since emacsen where
16908 it doesn't work no longer are supported.
16909
16910 * progmodes/cc-mode.el, cc-styles.el, cc-vars.el, cc-defs.el
16911 * cc-engine.el, cc-fonts.el, cc-langs.el, cc-cmds.el: CC Mode now
16912 requires support for the syntax-table' text property, which rules
16913 out Emacs 19 and XEmacs < 21.4. Removed various compatibility
16914 cruft associated with those versions.
16915
16916 * progmodes/cc-defs.el, cc-fix.el: CC Mode now requires support
16917 for the `syntax-table' text property, which rules out Emacs 19 and
16918 XEmacs < 21.4. Removed various compatibility cruft associated
16919 with those versions.
16920
16921 * progmodes/cc-vars.el (c-emacs-features): CC Mode now requires
16922 support for the `syntax-table' text property.
16923
16924 * progmodes/cc-fonts.el (c-nonbreakable-space-face): Remove the
16925 variable and use an extra quoted face name instead. All the
16926 emacsen flavors handle that correctly.
16927
16928 * progmodes/cc-fonts.el (c-font-lock-complex-decl-prepare)
16929 (c-font-lock-declarators, c-font-lock-declarations)
16930 (c-complex-decl-matchers, c-basic-matchers-after): Use a text
16931 property to mark the items in in declarator lists to handle
16932 refontification inside multiline declarations better.
16933
16934 * progmodes/cc-fonts.el (c-font-lock-declarations): Recognize a
16935 construct like "a * b = c;" as a declaration.
16936
16937 2005-12-08 Kim F. Storm <storm@cua.dk>
16938
16939 * emulation/cua-base.el (cua-use-hyper-key): Replace by ...
16940 (cua-rectangle-modifier-key): ... this. New defcustom. Can now
16941 select either meta, hyper, or super modifier for rectangle commands.
16942 (cua--rectangle-modifier-key): New defvar.
16943 (cua--M/H-key): Use it. Remove special case for `space'.
16944 (cua--init-keymaps): Initialize it from cua-rectangle-modifier-key
16945 on X, to meta otherwise. Always bind C-return to toggle
16946 rectangle. Pass ?\s instead of `space' to cua--M/H-key.
16947
16948 * emulation/cua-rect.el (cua-help-for-rectangle):
16949 Use cua--rectangle-modifier-key. Handle super modifier too.
16950 (cua--init-rectangles): Always bind C-return to toggle rectangle.
16951 Pass ?\s instead of `space' to cua--M/H-key and cua--rect-M/H-key.
16952
16953 * ido.el: Move Acknowledgements and History after Commentary.
16954 Minor changes to Commentary.
16955
16956 * emulation/cua-base.el (cua--select-keymaps): Enable repeat
16957 keymap if cua--prefix-override-timer is `shift'.
16958 (cua--shift-control-prefix): New function; emulate "type prefix
16959 key twice" functionality to handle shifted prefix key override.
16960 (cua--shift-control-c-prefix, cua--shift-control-x-prefix):
16961 New commands.
16962 (cua--init-keymaps): Bind them to S-C-c and S-C-x.
16963
16964 2005-12-08 Carsten Dominik <dominik@science.uva.nl>
16965
16966 * textmodes/org.el (org-insert-heading): Try to do items before
16967 headings.
16968 (org-agenda-mode): Quote `org-agenda-mode-hook'.
16969 (org-insert-item): New function.
16970 (org-renumber-ordered-list): Don't skip to higher level lists.
16971
16972 2005-12-08 Juri Linkov <juri@jurta.org>
16973
16974 * info.el (Info-mode-map): Bind M-TAB to `Info-prev-reference'.
16975
16976 * button.el (button-buffer-map): Bind M-TAB to `backward-button'.
16977
16978 * wid-edit.el (widget-keymap): Bind M-TAB to `widget-backward'.
16979
16980 * pcvs.el (defun-cvs-mode): Put `definition-name' property on
16981 the constructed function name fun-1.
16982
16983 * cus-edit.el (custom-add-parent-links): Filter out custom-group-link,
16984 because such links don't lead to parent documentation.
16985
16986 2005-12-08 Kenichi Handa <handa@m17n.org>
16987
16988 * descr-text.el (describe-char): Use *Help-2* buffer if the
16989 current buffer is *Help*. Call describe-text-properties while
16990 setting the original buffer.
16991
16992 2005-12-07 Bill Wohler <wohler@newt.com>
16993
16994 * files.el (auto-mode-alist): Remove mh-letter-mode. Unnecessary,
16995 and causes problems with non-MH users (such as Gnus users).
16996
16997 2005-12-08 Nick Roberts <nickrob@snap.net.nz>
16998
16999 * progmodes/gdb-ui.el (gdb-find-file-unhook): Delete variable.
17000 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode): Delete functions.
17001 (gdb-set-gud-minor-mode-existing-buffers, gdb-init-2): Use GDB
17002 command "info sources". Move calls to GDB command "list".
17003 (gdb-find-file-hook): Just use gdb-source-file-list.
17004 (gdb-source-file-regexp): Use regexp for pre-GDB 6.4.
17005 (gdb-source-file-regexp-1): New regexp for GDB 6.4+ only.
17006 (gdb-set-gud-minor-mode-existing-buffers-1): Use it.
17007 (gdb-data-list-register-values-handler): Use correct trigger name.
17008
17009 2005-12-07 Kim F. Storm <storm@cua.dk>
17010
17011 * ido.el (ido-completion-map): Rename from ido-mode-map.
17012 (ido-common-completion-map, ido-file-completion-map)
17013 (ido-file-dir-completion-map, ido-buffer-completion-map):
17014 Rename from ido-mode-....-map.
17015 (ido-init-completion-maps): Rename from ido-init-mode-maps.
17016 (ido-setup-completion-map): Rename from ido-define-mode-map.
17017 (ido-read-internal): Bind minibuffer-local-filename-completion-map
17018 to ido-completion-map.
17019
17020 2005-12-07 Kenichi Handa <handa@m17n.org>
17021
17022 * international/mule-cmds.el
17023 (set-display-table-and-terminal-coding-system): If the coding
17024 system specified in `unibyte-display' property is different from
17025 the arg coding-system, don't setup standard-display-table.
17026
17027 2005-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
17028
17029 * emacs-lisp/edebug.el (edebug-skip-whitespace): read1:lread.c says
17030 that comments end at \n, regardless of selective-display.
17031
17032 2005-12-07 Nick Roberts <nickrob@snap.net.nz>
17033
17034 * progmodes/gdb-ui.el (gdb-error-regexp, gdb-first-post-prompt)
17035 (gdb-version): New variables.
17036 (gdb-source-file-list, gdb-register-names)
17037 (gdb-changed-registers): New variables for use with GDB 6.4+.
17038 (gdb-ann3): Replace with...
17039 (gdb-init-1, gdb-init-2): ...two new functions.
17040 (gdba, gdb-prompt): Call gdb-init-1.
17041 (gdb-get-version): New function. Call gdb-init-2 from here.
17042 (gud-watch): Make it work with mouse events too.
17043 (gdb-post-prompt): Don't add to queue until GDB version is known.
17044 (gdb-speedbar-expand-node, gdb-post-prompt, gdb-registers-mode)
17045 (gdb-locals-mode): Use gdb-version.
17046 (gdb-memory-format-map, gdb-memory-unit-map)
17047 (gdb-locals-watch-map): Rename from gdb-*-*-keymap.
17048 (gdb-locals-font-lock-keywords-1)
17049 (gdb-locals-font-lock-keywords-2): New variables.
17050 (gdb-find-file-hook): Make it work with GDB 6.4+ too.
17051 (gdb-set-gud-minor-mode-existing-buffers-1)
17052 (gdb-var-list-children-1, gdb-var-list-children-handler-1)
17053 (gdb-var-update-1, gdb-var-update-handler-1)
17054 (gdb-data-list-register-values-handler)
17055 (gdb-data-list-register-values-custom)
17056 (gdb-get-changed-registers, gdb-get-changed-registers-handler)
17057 (gdb-stack-list-locals-handler, gdb-get-register-names):
17058 New functions for use with GDB 6.4+.
17059 (gdb-locals-watch-map-1): New variable for use with GDB 6.4+.
17060 (gdb-source-file-regexp, gdb-var-list-children-regexp-1)
17061 (gdb-var-update-regexp-1, gdb-data-list-register-values-regexp)
17062 (gdb-stack-list-locals-regexp)
17063 (gdb-data-list-register-names-regexp): New regexps for use with
17064 GDB 6.4+.
17065
17066 2005-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
17067
17068 * progmodes/cc-defs.el (c-emacs-features): Don't assume point-min==1.
17069
17070 2005-12-06 Nozomu Ando <nand@mac.com>
17071
17072 * mail/smtpmail.el (smtpmail-try-auth-methods): Make password
17073 prompts work for AUTH PLAIN. Also reported by Steve Allan
17074 <seallan@verizon.net>.
17075
17076 2005-12-06 K\e,Aa\e(Broly L\e$,1 q\e(Brentey <lorentey@elte.hu>
17077
17078 * frame.el (set-frame-parameter): Add doc string.
17079
17080 2005-12-06 Carsten Dominik <dominik@science.uva.nl>
17081
17082 * textmodes/org.el (org-occur-highlights): New variable.
17083 (org-highlight-new-match, org-remove-occur-highlights): New functions.
17084 (org-highlight-sparse-tree-matches): New option.
17085 (org-do-occur): New function.
17086 (org-get-heading): Make it work also at beginning of line.
17087 (org-category-table): New variable.
17088 (org-get-category-table, org-get-category)
17089 (org-camel-to-words, org-link-search): New functions.
17090 (org-select-this-todo-keyword): New variable.
17091 (org-todo-list): New command.
17092 (org-shiftright, org-shiftleft): New commands.
17093 (org-agenda-todo): Add prefix argument.
17094 (org-show-hierarchy-above): New option.
17095 (org-show-todo-tree): Numerical prefix creates tree for specific
17096 TODO keyword.
17097 (org-outline-level): New function, to assign a level to plain
17098 lists items.
17099 (org-cycle-include-plain-lists): New option.
17100 (org-mode): Use `org-outline-level' as value of `outline-level'.
17101 (org-cycle): Temporarily switch `outline-regexp' if
17102 `org-cycle-include-plain-lists' is non-nil.
17103 (org-start-icalendar-file): Fix format bug.
17104 (org-agenda-get-day-entries): Create category table.
17105 (org-agenda-get-todos, org-agenda-get-timestamps)
17106 (org-agenda-get-deadlines, org-agenda-get-scheduled)
17107 (org-agenda-get-blocks): Use `org-get-category'.
17108 (org-context-in-file-links): Rename from
17109 `org-line-numbers-in-file-links'.
17110
17111 2005-12-06 Romain Francoise <romain@orebokech.com>
17112
17113 * window.el (balance-windows): Delete extraneous third arg in call
17114 to `enlarge-window'.
17115
17116 2005-12-06 Kenichi Handa <handa@m17n.org>
17117
17118 * international/kinsoku.el (kinsoku-longer): Check eolp, not eobp.
17119
17120 2005-12-06 Nick Roberts <nickrob@snap.net.nz>
17121
17122 * progmodes/gdb-ui.el (gdb-var-create-handler)
17123 (gdb-var-evaluate-expression-handler, gdb-frame-handler)
17124 (gdb-var-list-children-handler, gdb-var-update-handler):
17125 Current buffer is already gdb-partial-output-buffer, don't
17126 make it current again.
17127
17128 2005-12-05 Luc Teirlinck <teirllm@auburn.edu>
17129
17130 * buff-menu.el (Buffer-menu-use-frame-buffer-list): New user option.
17131 (list-buffers-noselect): Use it.
17132
17133 2005-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
17134
17135 * mail/sendmail.el: Remove unnecessary leading-star in docstrings.
17136 (mail-yank-ignored-headers): Use regexp-opt.
17137 (mail-mode-map): Move initialization into declaration.
17138 (mail-sent-via): Remove unused shadowed var `to-line'.
17139 (mail-mailer-swallows-blank-line): Use with-temp-buffer.
17140 (mail-bury, sendmail-send-it, mail-do-fcc): Use with-current-buffer.
17141 (mail-do-fcc): Use dolist and push.
17142 (mail-mode-fill-paragraph): Pass the arg to fill-region-as-paragraph.
17143 (mail-yank-ignored-headers): Don't autoload.
17144
17145 2005-12-05 Kenichi Handa <handa@m17n.org>
17146
17147 * international/mule-cmds.el (set-language-info-internal): New fun.
17148 (set-language-info): Call set-language-info-internal to update
17149 language-info-alist. If LANG-ENV is the current one, call
17150 set-language-environment to make INFO effective now.
17151 (set-language-info-alist): Likewise.
17152 (locale-language-names): With locale "en", use English
17153 lang. env. but set the default codings to iso-8859-1.
17154
17155 2005-12-04 Nick Roberts <nickrob@snap.net.nz>
17156
17157 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer)
17158 (gdb-speedbar-auto-raise): Echo new state in minibuffer.
17159 (gdb-var-create-handler, gdb-assembler-custom): Use search-forward
17160 for plain strings.
17161 (gdb-frames-mode): Remove redundant call to font-lock-mode.
17162 (gdb-all-registers): Rename from toggle-gdb-all-registers.
17163 Create registers buffer if necessary. Echo new state in minibuffer.
17164 (gdb-registers-mode-map, gdb-registers-mode): Use gdb-all-registers.
17165
17166 2005-12-03 Chong Yidong <cyd@stupidchicken.com>
17167
17168 * info.el (Info-fontify-node): Match external links using
17169 non-directory part of filename.
17170
17171 2005-12-04 Juri Linkov <juri@jurta.org>
17172
17173 * font-core.el (global-font-lock-mode): Use define-global-minor-mode
17174 instead of easy-mmode-define-global-mode. Add `:group font-lock'.
17175 (font-lock-mode): Replace `:group font-lock' with `nil nil nil'
17176 because there is no customization option for it.
17177
17178 * font-lock.el (lisp-font-lock-keywords-1):
17179 Add define-global-minor-mode.
17180
17181 * emacs-lisp/autoload.el (make-autoload): Add define-global-minor-mode.
17182
17183 * emacs-lisp/derived.el (define-derived-mode): Put `definition-name'
17184 properties on the constructed variable names.
17185
17186 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
17187 Put `definition-name' properties on the constructed function names
17188 next-sym and prev-sym.
17189
17190 * emacs-lisp/find-func.el (find-function-regexp):
17191 Add define-global-minor-mode. Replace `easy-mmode-define-global-mode'
17192 with `easy-mmode-define-[a-z-]+'. Add easy-menu-define.
17193 (find-variable-regexp): Add easy-mmode-defmap, easy-mmode-defsyntax
17194 and easy-menu-define.
17195
17196 * emacs-lisp/lisp-mode.el: Put `doc-string-elt' property on
17197 easy-mmode-define-global-mode and define-global-minor-mode.
17198 (lisp-imenu-generic-expression): Add define-global-minor-mode.
17199
17200 * progmodes/cwarn.el (global-cwarn-mode): Use define-global-minor-mode
17201 instead of easy-mmode-define-global-mode.
17202
17203 * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
17204 Use define-minor-mode instead of easy-mmode-define-minor-mode.
17205
17206 * cus-edit.el (customize-group, customize-group-other-window):
17207 Filter out autoloaded options from the group completion list by
17208 using heuristics that autoloaded groups don't have `custom-autoload'
17209 property on their symbols (they have only `custom-loads').
17210
17211 * simple.el (completion-setup-function): Put completions-common-part
17212 face on complete completion string too (i.e. completion string
17213 without completions-first-difference face).
17214
17215 * man.el (Man-section-regexp): Add 0-9 to support "3X11" sections.
17216
17217 2005-12-03 Eli Zaretskii <eliz@gnu.org>
17218
17219 * view.el (view-mode): Doc fix.
17220
17221 * disp-table.el (standard-display-european): Add to the warning
17222 message a reference to the doc string.
17223
17224 * play/yow.el (apropos-zippy): Call print-help-return-message,
17225 similar to other Help and Apropos commands.
17226
17227 * help.el (print-help-return-message): If pop-up-frames is
17228 non-nil, set up help-return-method to delete the help window and,
17229 possibly, its frame as well, and don't display message about
17230 scrolling the help window. Doc fix.
17231 (help-return-method): Doc fix.
17232
17233 2005-12-03 Martin Rudalics <rudalics@gmx.at>
17234
17235 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Fix bug
17236 whereby names of length one or names starting with a
17237 symbol-constituent character would not be returned.
17238
17239 2005-12-03 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
17240
17241 * subr.el (atomic-change-group): Add edebug and indentation spec.
17242
17243 2005-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
17244
17245 * completion.el (save-completions-file-name): Fix typo in last change.
17246
17247 2005-12-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
17248
17249 * info.el: Move back/forward history to the beginning of the tool bar.
17250
17251 2005-12-02 Ken Manheimer <ken.manheimer@gmail.com>
17252
17253 * allout.el (eval-when-compile): Remove unnecessary load of cl.
17254 Add fset of allout-real-isearch-abort during compile to fix
17255 byte-compilation warnings.
17256 (allout-mode-p): Move definition of this macro above all uses, or
17257 byte compilation in barren Emacs (eg, during Emacs build) will
17258 lack the definition.
17259 (allout-mode): Move this variable above any uses, or byte
17260 compilation will fail.
17261 (allout-resolve-xref): Remove use of personal file-reference function.
17262 (allout-toggle-current-subtree-encryption): Do the current (ie,
17263 visible containing) topic, rather than nearest around point. Doc fix.
17264 (allout-toggle-subtree-encryption): New function, workhorse that
17265 works on nearest topic containing point.
17266 (allout-encrypt-string): Signal requirement for newer version of pgg.
17267 (allout-resumptions): Doc fix.
17268
17269 2005-12-02 Eli Zaretskii <eliz@gnu.org>
17270
17271 * international/latexenc.el (latex-inputenc-coding-alist): Doc fix.
17272
17273 2005-12-02 Agustin Martin <agustin.martin@hispalinux.es>
17274
17275 * textmodes/flyspell.el (flyspell-external-point-words):
17276 Consider a misspelling as found in the string search if: (a) misspelling
17277 and found string lengths match, or (b) misspelling is found as
17278 element in a boundary-chars separated longer string, or (c)
17279 ispell-program-name is really ispell and misspelling is found as
17280 part of a TeX string. After successful match move beginning of
17281 search region to end of match. Warn about not found misspellings
17282 once the process is done.
17283 (flyspell-large-region): Do not set ispell-parser to tex if in TeX mode.
17284
17285 2005-12-02 Nick Roberts <nickrob@snap.net.nz>
17286
17287 * progmodes/gud.el (gud-menu-map): Put gud-finish back on the
17288 tool bar (removed inadvertently).
17289
17290 2005-12-02 Juri Linkov <juri@jurta.org>
17291
17292 * log-view.el (log-view-diff): Clarify doc string.
17293
17294 2005-12-01 Bill Wohler <wohler@newt.com>
17295
17296 * Makefile.in (mh-loaddefs.el): Reinsert Change Log as its absence
17297 triggers lm-verify errors.
17298
17299 2005-12-01 Luc Teirlinck <teirllm@auburn.edu>
17300
17301 * simple.el (transient-mark-mode, line-number-mode)
17302 (column-number-mode, size-indication-mode): Remove `:require nil'.
17303
17304 2005-12-01 Nick Roberts <nickrob@snap.net.nz>
17305
17306 * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-2 to gdb-mouse-until
17307 in the margin also.
17308 (gdb-breakpoints-mode-map): Use D instead of d for
17309 gdb-delete-breakpoint.
17310 (gdb-get-frame-number): Require a number to match on.
17311 (gdb-threads-mode-map): Add follow-link binding.
17312
17313 2005-11-30 Jason Rumney <jasonr@gnu.org>
17314
17315 * isearch.el (isearch-mode-map): Avoid exiting search on
17316 language-change event.
17317
17318 2005-11-30 Romain Francoise <romain@orebokech.com>
17319
17320 * speedbar.el (speedbar-default-position): New defcustom.
17321 (speedbar-frame-reposition-smartly): Use it.
17322
17323 * dframe.el (dframe-reposition-frame-emacs): Fix position
17324 computation for `left' location.
17325 Update copyright year.
17326
17327 2005-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
17328
17329 * help.el (help-map): Move initialization into declaration.
17330
17331 * emacs-lisp/autoload.el (make-autoload): Handle defgroup specially.
17332
17333 * help-fns.el (help-argument-name): Don't autoload.
17334 It's useless and triggers a bug in cus-dep.el causing ldefs-boot
17335 to be re-loaded when customizing the `help' group.
17336
17337 2005-11-30 John Paul Wallington <jpw@gnu.org>
17338
17339 * help-fns.el (describe-function-1): Fill arglist output.
17340
17341 2005-11-30 Kim F. Storm <storm@cua.dk>
17342
17343 * emulation/cua-rect.el (cua--rectangle-overlays): Make permanent-local.
17344 (cua--rectangle-post-command): Cleanup overlays and deactivate mark
17345 after revert-buffer (or anything else which kills all local variables).
17346
17347 * apropos.el (apropos-parse-pattern): Doc fix.
17348 Set apropos-regexp directly, rather than expecting callers to do so.
17349 (apropos-command, apropos, apropos-value, apropos-documentation):
17350 Simplify calls to apropos-parse-pattern.
17351
17352 2005-11-29 Chong Yidong <cyd@stupidchicken.com>
17353
17354 * hi-lock.el (hi-lock-line-face-buffer, hi-lock-face-buffer)
17355 (hi-lock-face-phrase-buffer): Use hi-yellow face.
17356 (hi-lock-write-interactive-patterns): Use comment-region.
17357
17358 * longlines.el (longlines-mode): Add mail-setup-hook.
17359
17360 * mail/mailheader.el, mail/sendmail.el: Revert 2005-11-17 changes.
17361
17362 * simple.el (sendmail-user-agent-compose, next-line):
17363 Conditionally use hard-newline.
17364
17365 2005-11-29 Reiner Steib <Reiner.Steib@gmx.de>
17366
17367 * international/latexenc.el (latex-inputenc-coding-alist):
17368 Reword doc string.
17369
17370 2005-11-29 Chong Yidong <cyd@stupidchicken.com>
17371
17372 * help.el (describe-key-briefly, describe-key): Recognize default
17373 bindings.
17374
17375 2005-11-29 Romain Francoise <romain@orebokech.com>
17376
17377 * view.el (view-inhibit-help-message): New defcustom.
17378 (view-mode-enter): Use it.
17379
17380 2005-11-29 Michael Kifer <kifer@cs.stonybrook.edu>
17381
17382 * ediff-wind.el (ediff-setup-control-frame, ediff-make-wide-display):
17383 Preserve user position.
17384
17385 2005-11-28 Luc Teirlinck <teirllm@auburn.edu>
17386
17387 * font-lock.el: Throw error if facemenu is not loaded to prevent
17388 accidental change of loading order in loadup.el. (Suggested by RMS.)
17389
17390 * loadup.el: Add comment explaining why facemenu must be loaded
17391 before font-lock.
17392
17393 2005-11-28 Jay Belanger <belanger@truman.edu>
17394
17395 * calc/calc.el: Change global keybinding for calc-dispatch to "\C-x*".
17396 (calc-dispatch-map): Add more keys for `calc-same-interface'.
17397
17398 * calc/calc-misc.el (calc-dispatch-help): Update docstring.
17399
17400 * calc/calc-embed.el (calc-do-embedded): Update help message.
17401
17402 * calc/calc-prog.el (calc-user-define-invokation): Update help message.
17403
17404 2005-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
17405
17406 * log-edit.el (log-edit-insert-cvs-rcstemplate): Ignore stderr.
17407
17408 * emacs-lisp/elp.el (elp-not-profilable): Replace interactive-p with
17409 called-interactively-p.
17410 (elp-profilable-p): Rename from elp-not-profilable-p.
17411 Invert result and take into account macros and autoloaded functions.
17412 (elp-instrument-function): Update call.
17413 (elp-instrument-package): Update call. Add completion.
17414 (elp-pack-number): Use match-string.
17415 (elp-results-jump-to-definition-by-mouse): Merge into
17416 elp-results-jump-to-definition and then remove.
17417 (elp-output-insert-symname): Make help echo text single-line.
17418
17419 * replace.el (query-replace-map): Move initialization into declaration.
17420 (occur-engine): Use with-current-buffer.
17421 (occur-mode-goto-occurrence): Make it work for mouse-clicks as well.
17422 (occur-mode-mouse-goto): Replace with an alias.
17423
17424 2005-11-28 Juri Linkov <juri@jurta.org>
17425
17426 * simple.el (quoted-insert): Let-bind input-method-function to nil.
17427
17428 * term/w32-win.el: Bind [S-tab] to [backtab].
17429
17430 * info.el (Info-fontify-node): Set 2nd arg `noerror' of
17431 `Info-find-file' to t.
17432
17433 * replace.el (occur-mode-mouse-goto): Pop, don't switch.
17434 (occur-mode-goto-occurrence): Let-bind same-window-buffer-names
17435 and same-window-regexps.
17436 (occur-next-error): Don't move point for arg 0.
17437
17438 2005-11-28 Chong Yidong <cyd@stupidchicken.com>
17439
17440 * replace.el (occur-mode-goto-occurrence): Pop, don't switch.
17441
17442 2005-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
17443
17444 * log-edit.el (log-edit-changelog-use-first): New var.
17445 (log-edit-changelog-ours-p): Use it.
17446 (log-edit-insert-changelog): Set it with new arg `use-first'.
17447 (log-edit-insert-cvs-rcstemplate, log-edit-insert-filenames): New funs.
17448 (log-edit-hook): Add them to the list of suggested options.
17449
17450 * textmodes/flyspell.el (flyspell-last-buffer): New var.
17451 (flyspell-accept-buffer-local-defs): Use it to avoid doing silly
17452 redundant work.
17453 (flyspell-mode-on): Use add-hook for after-change-functions.
17454 (flyspell-mode-off): Use remove-hook for after-change-functions.
17455 (flyspell-changes): Make it buffer-local.
17456 (flyspell-after-change-function): Make it non-interactive. Use push.
17457 (flyspell-post-command-hook): Check input-pending-p while processing
17458 the potentially long list of buffer changes.
17459
17460 2005-11-28 K\e,Aa\e(Broly L\e$,1 q\e(Brentey <lorentey@elte.hu>
17461
17462 * buff-menu.el (list-buffers-noselect): Display the selected
17463 frame's buffer list, not the global one.
17464
17465 2005-11-28 Nick Roberts <nickrob@snap.net.nz>
17466
17467 * xt-mouse.el (xterm-mouse-event): Set last-input-event so
17468 that (list last-input-event) works as in interactive spec.
17469
17470 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
17471
17472 * loadup.el ("facemenu"): Load facemenu before font-lock, because
17473 `facemenu-keymap' needs to be defined when font-lock is loaded.
17474 Otherwise, `M-o M-o' is not bound to `font-lock-fontify-block'.
17475
17476 2005-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
17477
17478 * completion.el: Remove useless leading * in defcustom docstrings.
17479 (save-completions-file-name): Use ~/.emacs.d if available.
17480 (completion-standard-syntax-table): Rename from
17481 cmpl-standard-syntax-table and fold initialization into declaration,
17482 thus removing cmpl-make-standard-completion-syntax-table.
17483 (completion-lisp-syntax-table, completion-c-syntax-table)
17484 (completion-fortran-syntax-table, completion-c-def-syntax-table): Idem.
17485 (cmpl-saved-syntax, cmpl-saved-point): Remove.
17486 (symbol-under-point, symbol-before-point)
17487 (symbol-under-or-before-point, symbol-before-point-for-complete)
17488 (add-completions-from-c-buffer): Use with-syntax-table.
17489 (make-completion): Don't return a list of completion entries.
17490 Update callers.
17491 (cmpl-prefix-entry-head, cmpl-prefix-entry-tail): Use defalias.
17492 (completion-initialize): Rename from initialize-completions.
17493 (completion-find-file-hook): Rename from cmpl-find-file-hook.
17494 (kill-emacs-save-completions): Collect stats here.
17495 (save-completions-to-file, load-completions-from-file):
17496 Use with-current-buffer.
17497 (completion-def-wrapper): Rename from def-completion-wrapper. Make it
17498 into a function. Move all calls to toplevel.
17499 (completion-lisp-mode-hook): New fun.
17500 (completion-c-mode-hook, completion-setup-fortran-mode):
17501 Set the syntax-table here. Use local-set-key.
17502 (completion-saved-bindings): New var.
17503 (dynamic-completion-mode): Make it into a proper minor mode.
17504 (load-completions-from-file): Remove unused var `num-uses'.
17505
17506 * emacs-lisp/cl-macs.el (defstruct): Don't define the default
17507 constructor if it is explicitly overridden.
17508
17509 * complete.el (PC-completion-as-file-name-predicate):
17510 Use minibuffer-completing-file-name.
17511 (partial-completion-mode): Use find-file-not-found-functions.
17512 (PC-lisp-complete-symbol): Use with-syntax-table.
17513 (PC-look-for-include-file): Remove dead setq.
17514 (PC-look-for-include-file, PC-expand-many-files, PC-do-completion)
17515 (PC-complete): Use with-current-buffer.
17516
17517 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): \ doesn't
17518 escape single quotes.
17519
17520 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
17521
17522 * dabbrev.el (dabbrev-completion): Simplify code, by getting rid
17523 of `if' whose condition always returned nil. Doc fix.
17524
17525 * buff-menu.el (Buffer-menu-revert-function): Make the selected
17526 window's buffer the current buffer around the call to
17527 `list-buffers-noselect'. This is necessary to mark that buffer
17528 with a `.' in the Buffer Menu when called from Lisp, for instance
17529 by Auto Revert Mode.
17530
17531 2005-11-28 Nick Roberts <nickrob@snap.net.nz>
17532
17533 * progmodes/gdb-ui.el (gdb-stopped): Detect child process when
17534 attaching to it.
17535 (gdb-pre-prompt): Make sure gdb-error is reset.
17536
17537 * progmodes/gud.el (gud-gdb-marker-filter): When GDB is invoked
17538 with a child process, detect it.
17539 (gud-speedbar-buttons): Match regexp more carefully.
17540
17541 2005-11-27 Richard M. Stallman <rms@gnu.org>
17542
17543 * mouse.el (mouse-drag-move-window-bottom):
17544 Use adjust-window-trailing-edge.
17545
17546 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
17547
17548 * simple.el (blink-matching-open): Ignore
17549 `blink-matching-paren-on-screen' if `show-paren-mode' is enabled.
17550 (blink-matching-paren-on-screen): Update docstring.
17551
17552 * paren.el (show-paren-mode): No longer change
17553 `blink-matching-paren-on-screen'.
17554
17555 2005-11-27 John Paul Wallington <jpw@pobox.com>
17556
17557 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
17558 (gdb-threads-select, gdb-edit-register-value):
17559 Use `posn-set-point' instead of `mouse-set-point' because the
17560 latter is not fbound when configured without X.
17561
17562 2005-11-27 Kim F. Storm <storm@cua.dk>
17563
17564 * emulation/cua-rect.el (cua--highlight-rectangle): Preserve
17565 existing face when partially highlighting a TAB in a rectangle.
17566
17567 2005-11-26 Kim F. Storm <storm@cua.dk>
17568
17569 * ido.el (ido-mode-map): Doc fix.
17570 (ido-mode-common-map, ido-mode-file-map)
17571 (ido-mode-file-dir-map, ido-mode-buffer-map): New keymaps.
17572 (ido-define-mode-map): Rewrite. Select one of the new maps as
17573 parent for ido-mode-map instead of building from scratch.
17574 (ido-init-mode-maps): New defun to initialize new maps.
17575 (ido-mode): Call it.
17576 (ido-switch-buffer): Doc fix -- use \<ido-mode-buffer-map>.
17577 (ido-find-file): Doc fix -- use \<ido-mode-file-map>.
17578
17579 2005-11-26 John Paul Wallington <jpw@pobox.com>
17580
17581 * arc-mode.el (archive-extract): Use `posn-set-point' instead of
17582 `mouse-set-point' because the latter is not fbound when configured
17583 without X.
17584
17585 2005-11-26 Thien-Thi Nguyen <ttn@gnu.org>
17586
17587 * files.el (file-relative-name): Doc fix.
17588
17589 2005-11-26 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at>
17590
17591 * progmodes/octave-inf.el (inferior-octave-startup): Force a
17592 non-empty string for secondary prompt PS2.
17593
17594 2005-11-25 Chong Yidong <cyd@stupidchicken.com>
17595
17596 * progmodes/compile.el (compilation-setup): Fix last change.
17597
17598 2005-11-26 Nick Roberts <nickrob@snap.net.nz>
17599
17600 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
17601 (gdb-mouse-toggle-breakpoint-margin)
17602 (gdb-mouse-toggle-breakpoint-fringe, gdb-threads-select):
17603 Add gdb-server-prefix to keep out of command history.
17604 (gdb-edit-register-value): New function.
17605 (gdb-registers-mode-map): Bind mouse-2 and RET to it.
17606 (gdb-info-registers-custom): Use above map.
17607
17608 2005-11-25 Chong Yidong <cyd@stupidchicken.com>
17609
17610 * custom.el (enable-theme): Signal error if argument is not a
17611 theme. Don't recalculate a face if it's not loaded yet.
17612
17613 * cus-face.el (custom-theme-set-faces): Don't change saved-face if
17614 the `user' theme is in effect.
17615
17616 * info.el (Info-on-current-buffer): Record actual filename in
17617 Info-current-file, instead of t, or a fake filename if a non-file
17618 buffer. Make autoload.
17619 (Info-find-node, Info-revert-find-node): No need to check for
17620 Info-current-file nil.
17621 (Info-set-mode-line, Info-up, Info-copy-current-node-name):
17622 Info-current-file is now never `t'.
17623 (Info-fontify-node): Many simplifications due to Info-current-file
17624 always being valid. Use Info-find-file to find node filename.
17625
17626 2005-11-25 David Kastrup <dak@gnu.org>
17627
17628 * longlines.el (longlines-wrap-line): Reorder wrapping to "insert
17629 new character, then delete" in order to preserve markers.
17630
17631 2005-11-25 David Ponce <david@dponce.com>
17632
17633 * recentf.el (recentf-arrange-by-rule): Handle a special
17634 `auto-mode-alist'-like "strip suffix" rule.
17635 (recentf-build-mode-rules): Handle second level auto-mode entries.
17636
17637 2005-11-25 Michael Kifer <kifer@cs.stonybrook.edu>
17638
17639 * viper-keym.el (viper-ESC-key): Use different values in terminal and
17640 window modes.
17641
17642 * viper.el (viper-emacs-state-mode-list): Delete mail-mode, add
17643 jde-javadoc-checker-report-mode.
17644
17645 * ediff-wind (ediff-make-wide-display): Slight simplification.
17646
17647 * ediff.el (ediff-date): Change the date of last update.
17648
17649 2005-11-24 Chong Yidong <cyd@stupidchicken.com>
17650
17651 * hi-lock.el (hi-lock-buffer-mode): Renamed from `hi-lock-mode'.
17652 Use define-minor-mode, and make it a local mode. Turn on font-lock.
17653 (hi-lock-mode): New global minor mode.
17654 (turn-on-hi-lock-if-enabled): New function.
17655 (hi-lock-line-face-buffer, hi-lock-face-buffer, hi-lock-set-pattern):
17656 Change arguments to regexp and face instead of a font-lock pattern.
17657 Directly set face property, instead of refontifying.
17658 (hi-lock-font-lock-hook): Check if font-lock is being turned on.
17659 (hi-lock-find-patterns): Use line-number-at-pos.
17660
17661 (hi-lock-face-phrase-buffer): Call hi-lock-buffer-mode. Use new
17662 arguments for hi-lock-set-pattern.
17663 (hi-lock-unface-buffer, hi-lock-set-file-patterns):
17664 Call font-lock-fontify-buffer.
17665 (hi-lock-find-file-hook, hi-lock-current-line)
17666 (hi-lock-refontify, hi-lock-set-patterns): Delete unused functions.
17667
17668 (hi-lock-font-lock-hook): Turn off hi-lock when font lock is
17669 turned off.
17670
17671 * progmodes/compile.el (compilation-setup): Don't fiddle with
17672 font-lock-defaults.
17673
17674 2005-11-25 Nick Roberts <nickrob@snap.net.nz>
17675
17676 * progmodes/gdb-ui.el (gdb-var-create-handler)
17677 (gdb-var-list-children-handler): Find values for all variable
17678 objects. gud-speedbar-buttons decides whether to display them.
17679
17680 2005-11-24 Romain Francoise <romain@orebokech.com>
17681
17682 * info.el (Info-speedbar-fetch-file-nodes): Prefix temporary
17683 buffer name with a space.
17684
17685 2005-11-24 Carsten Dominik <dominik@science.uva.nl>
17686
17687 * textmodes/org.el (org-export-plain-list-max-depth): Rename from
17688 `org-export-local-list-max-depth'. Change default value to 3.
17689 (org-auto-renumber-ordered-lists)
17690 (org-plain-list-ordered-item-terminator): New options.
17691 (org-at-item-p, org-beginning-of-item, org-end-of-item)
17692 (org-get-indentation, org-get-string-indentation)
17693 (org-maybe-renumber-ordered-list, org-renumber-ordered-list):
17694 New functions.
17695 (org-move-item-down, org-move-item-up): New commands.
17696 (org-export-as-html): New classes for CSS support. Bug fix in
17697 regular expression detecting fixed-width regions. Respect
17698 `org-local-list-ordered-item-terminator'.
17699 (org-set-autofill-regexps, org-adaptive-fill-function): "1)" is
17700 also a list item.
17701 (org-metaup, org-metadown, org-shiftmetaup, org-shiftmetadown):
17702 New item moving functions.
17703
17704 2005-11-24 Juri Linkov <juri@jurta.org>
17705
17706 * isearch.el (isearch-repeat): With empty search ring set
17707 `isearch-error' to the error string instead of signaling error
17708 with the function `error'.
17709
17710 2005-11-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17711
17712 * term/mac-win.el: Make modifier `ctrl' an alias for `control'.
17713
17714 2005-11-24 Nick Roberts <nickrob@snap.net.nz>
17715
17716 * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): New function
17717 and variable.
17718 (gdb-var-create-handler, gdb-var-list-children-handler):
17719 Don't match on "char **...".
17720 (gdb-var-update-handler): Find values for all variable objects.
17721 (gdb-info-frames-custom): Identify frames by leading "#".
17722
17723 * progmodes/gud.el (gud-speedbar-menu-items): Add
17724 gdb-speedbar-auto-raise as radio button.
17725 (gud-speedbar-buttons): Raise speedbar if requested.
17726 Don't match on "char **...".
17727 (gud-speedbar-buttons): Add (pointer) value for non-leaves.
17728 Make it editable.
17729
17730 2005-11-23 Chong Yidong <cyd@stupidchicken.com>
17731
17732 * info.el (Info-fontify-node): Handle the case where
17733 Info-current-file is t.
17734
17735 2005-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
17736
17737 * simple.el (blink-matching-open): Fix off-by-one in last change.
17738
17739 2005-11-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17740
17741 * term/mac-win.el: Don't change default directory.
17742
17743 2005-11-22 Luc Teirlinck <teirllm@auburn.edu>
17744
17745 * cus-edit.el (Custom-reset-standard): Make it handle Custom group
17746 buffers correctly. (It used to throw an error in such buffers.)
17747 Make it ask for confirmation in group buffers and other Custom
17748 buffers containing more than one customization item.
17749
17750 2005-11-22 John Paul Wallington <jpw@gnu.org>
17751
17752 * net/goto-addr.el (goto-address-fontify): Put `follow-link'
17753 property on mail and url overlays.
17754 (goto-address-at-point): Use `posn-set-point' instead of
17755 `mouse-set-point' because the latter is not fbound when configured
17756 without X.
17757
17758 2005-11-22 Lars Hansen <larsh@soem.dk>
17759
17760 * ls-lisp.el (ls-lisp-parse-symlink): Delete.
17761 (ls-lisp-classify, ls-lisp-format): Delete call to
17762 ls-lisp-parse-symlink.
17763 (ls-lisp-handle-switches): Handle symlinks to directories as
17764 directories when ls-lisp-dirs-first in non-nil.
17765
17766 2005-11-21 Luc Teirlinck <teirllm@auburn.edu>
17767
17768 * startup.el (command-line): Make sure that loaddefs.el is handled
17769 correctly in load-history.
17770
17771 2005-11-22 Nick Roberts <nickrob@snap.net.nz>
17772
17773 * progmodes/gdb-ui.el (gdb-locals-watch-keymap): New local map.
17774 (gdb-struct-string, gdb-array-string): New constants.
17775 (gdb-info-locals-handler): Use them.
17776 (gdb-reset): Reset gdb-var-list to nil.
17777
17778 2005-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
17779
17780 * progmodes/sh-script.el (sh-font-lock-paren): Handle continued lines
17781 in patterns.
17782
17783 2005-11-21 Juri Linkov <juri@jurta.org>
17784
17785 * custom.el (defcustom): Update link types in docstring.
17786
17787 2005-11-20 Martin Rudalics <rudalics@gmx.at>
17788
17789 * custom.el (defgroup): Add doc-string-elt info.
17790
17791 * widget.el (define-widget): Don't use declare for the doc-string-elt.
17792
17793 2005-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
17794
17795 * newcomment.el (comment-enter-backward): Fix last fix.
17796
17797 * simple.el (blink-matching-open):
17798 * paren.el (show-paren-function): Allow new paren-class info.
17799
17800 2005-11-20 Chong Yidong <cyd@stupidchicken.com>
17801
17802 * faces.el: Revert 2005-11-17 change. :ignore-defface is now
17803 handled automagically.
17804
17805 2005-11-20 Andreas Schwab <schwab@suse.de>
17806
17807 * descr-text.el (describe-char): When copying overlays put them
17808 over the full char description instead of just the first character
17809 of it.
17810
17811 2005-11-20 Juri Linkov <juri@jurta.org>
17812
17813 * simple.el (what-cursor-position):
17814 * descr-text.el (describe-char): Use Lisp-readable syntax
17815 for octal and hex. Reorder decimal, octal and hex values.
17816 Remove excess whitespace in the output. Use `=' in `column='
17817 like in `point=' and `Hscroll='.
17818
17819 * international/mule-cmds.el (encoded-string-description):
17820 Use Lisp-readable syntax for hex.
17821
17822 2005-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
17823
17824 * newcomment.el (comment-enter-backward): Handle the case where the
17825 comment is closed by EOB.
17826
17827 2005-11-19 Chong Yidong <cyd@stupidchicken.com>
17828
17829 * longlines.el (longlines-before-revert-hook)
17830 (longlines-after-revert-hook): New functions.
17831 (longlines-mode): Turn off longlines temporarily when reverting.
17832 Add a message-setup-hook.
17833 (longlines-decode-buffer): New function.
17834 (longlines-wrap-line): Preserve marker positions.
17835
17836 2005-11-19 Andreas Schwab <schwab@suse.de>
17837
17838 * emacs-lisp/shadow.el: Handle compressed files.
17839
17840 2005-11-19 Romain Francoise <romain@orebokech.com>
17841
17842 * net/browse-url.el (browse-url-default-browser): Signal an error
17843 if no usable browser can be found, rather than try to load w3.
17844
17845 2005-11-16 Ryan Yeske <rcyeske@gmail.com>
17846
17847 * net/rcirc.el (rcirc-mangle-text): Add bold face property without
17848 replacing existing properties.
17849 (rcirc-my-nick, rcirc-other-nick, rcirc-server)
17850 (rcirc-nick-in-message, rcirc-prompt): Use min-colors and remove
17851 tty specs.
17852 (rcirc-server-prefix, rcirc-server): New faces.
17853 (rcirc-url-regexp): Generate with rx macro.
17854 (rcirc-last-server-message-time): New variable.
17855 (rcirc-filter): Record time of last message.
17856 (rcirc-keepalive): Kill processes that did not send a message
17857 since the last ping.
17858 (rcirc-mode): Give rcirc-topic a local binding here.
17859
17860 2005-11-19 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
17861
17862 * subr.el (read-passwd): Fontify the prompt as we do with other
17863 prompts.
17864
17865 2005-11-19 Ryan Yeske <rcyeske@gmail.com>
17866
17867 * ffap.el (ffap-menu-rescan): Use inhibit-read-only instead of
17868 binding buffer-read-only to nil.
17869
17870 2005-11-19 Eli Zaretskii <eliz@gnu.org>
17871
17872 * complete.el (partial-completion-mode):
17873 Mention completion-auto-help in the doc string.
17874
17875 * man.el (Man-highlight-references): Doc fix. Reformat code in a
17876 more Lisp-ish way.
17877
17878 2005-11-19 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
17879
17880 * ls-lisp.el (ls-lisp-format-file-size): Format file size with 9
17881 digits, not 8, to avoid misalignment for files larger than 100MB.
17882
17883 2005-11-19 Eli Zaretskii <eliz@gnu.org>
17884
17885 * menu-bar.el (menu-bar-describe-menu) <list-keybindings>:
17886 Mention "keyboard shortcuts" in the help text.
17887
17888 2005-11-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17889
17890 * startup.el (fancy-splash-default-action): Discard only
17891 mouse-down and succeeding mouse-up events in the splash screen
17892 window so that drag-n-drop event can be processed.
17893
17894 2005-11-18 Chong Yidong <cyd@stupidchicken.com>
17895
17896 * longlines.el (longlines-mode): Add hacks for mail-mode and
17897 message-mode.
17898
17899 2005-11-18 Carsten Dominik <dominik@science.uva.nl>
17900
17901 * textmodes/org.el (org-table-sort-lines): New command.
17902 (org-tbl-menu): Add entry for `org-table-sort-lines'.
17903 (org-add-file): Command removed, use `org-agenda-file-to-front'
17904 instead.
17905 (org-export-icalendar): Use `org-icalendar-combined-name'.
17906 (org-cycle-agenda-files, org-agenda-file-to-end)
17907 (org-agenda-file-to-front): New commands.
17908 (org-table-tab-jumps-over-hlines, org-export-html-style):
17909 New options.
17910 (org-table-next-field): Use `org-table-tab-jumps-over-hlines'.
17911 (org-at-table.el-p, org-set-autofill-regexps, org-html-protect):
17912 New functions.
17913 (org-fill-paragraph): Call `org-table-align' in tables.
17914 (org-mode): Call `org-set-autofill-regexps'.
17915 (org-export-as-html): Support for local handformatted lists.
17916 Modified to produce valid HTML 4.0. Use `org-export-html-style'.
17917 (org-export-local-list-max-depth): New option.
17918 (org-html-expand): Use `org-html-protect'.
17919
17920 2005-11-18 Nick Roberts <nickrob@snap.net.nz>
17921
17922 * progmodes/gud.el (gud-install-speedbar-variables): Bind gud-pp
17923 to "p".
17924 (gdb): Move definition of gud-pp to...
17925
17926 * progmodes/gdb-ui.el (gdb-ann3): ...here. Make it work in the
17927 speedbar.
17928 (gdb-find-watch-expression): New function.
17929
17930 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
17931
17932 * faces.el (face-attribute, set-face-attribute): Mention existence
17933 of `:ignore-defface' setting in docstring.
17934
17935 2005-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
17936
17937 * simple.el (completion-setup-function): Fix last change.
17938
17939 2005-11-17 John Paul Wallington <jpw@pobox.com>
17940
17941 * ibuf-ext.el (ibuffer-interactive-filter-by-mode):
17942 Use `posn-set-point' instead of `mouse-set-point' because the
17943 latter is not fbound when configured without X.
17944
17945 * comint.el (comint-insert-input): Likewise.
17946
17947 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
17948
17949 * simple.el (hard-newline): New variable.
17950 (sendmail-user-agent-compose, next-line): Use it.
17951
17952 * mail/sendmail.el (mail-setup, mail-send, mail-insert-from-field)
17953 (sendmail-send-it, mail-do-fcc, mail-cc, mail-bcc, mail-fcc)
17954 (mail-mail-reply-to, mail-mail-followup-to)
17955 (mail-position-on-field, mail-signature, mail-yank-original)
17956 (mail-attach-file): Likewise.
17957
17958 * mail/mailheader.el (mail-header-format)
17959 (mail-header-format-function): Likewise.
17960
17961 * add-log.el (add-change-log-entry, change-log-merge): Likewise.
17962
17963 2005-11-17 Juri Linkov <juri@jurta.org>
17964
17965 * font-lock.el (font-lock-faces): Rename this defgroup from
17966 `font-lock-highlighting-faces'.
17967 (font-lock-comment-face, font-lock-comment-delimiter-face)
17968 (font-lock-string-face, font-lock-doc-face)
17969 (font-lock-keyword-face, font-lock-builtin-face)
17970 (font-lock-function-name-face, font-lock-variable-name-face)
17971 (font-lock-type-face, font-lock-constant-face)
17972 (font-lock-warning-face, font-lock-negation-char-face)
17973 (font-lock-preprocessor-face)
17974 (font-lock-regexp-grouping-backslash)
17975 (font-lock-regexp-grouping-construct): Rename :group from
17976 `font-lock-highlighting-faces' to `font-lock-faces'.
17977
17978 * cus-edit.el (lisp, c, tex):
17979 * progmodes/ada-mode.el (ada):
17980 * progmodes/asm-mode.el (asm):
17981 * progmodes/cperl-mode.el (cperl-faces):
17982 * progmodes/cpp.el (cpp):
17983 * progmodes/dcl-mode.el (dcl):
17984 * progmodes/f90.el (f90):
17985 * progmodes/fortran.el (fortran):
17986 * progmodes/icon.el (icon):
17987 * progmodes/idlwave.el (idlwave-misc):
17988 * progmodes/m4-mode.el (m4):
17989 * progmodes/make-mode.el (makefile):
17990 * progmodes/meta-mode.el (meta-font):
17991 * progmodes/modula2.el (modula2):
17992 * progmodes/octave-mod.el (octave):
17993 * progmodes/pascal.el (pascal):
17994 * progmodes/perl-mode.el (perl):
17995 * progmodes/prolog.el (prolog):
17996 * progmodes/ps-mode.el (PostScript-edit):
17997 * progmodes/scheme.el (scheme):
17998 * progmodes/sh-script.el (sh-script):
17999 * progmodes/simula.el (simula):
18000 * progmodes/tcl.el (tcl):
18001 * textmodes/nroff-mode.el (nroff):
18002 * textmodes/reftex-vars.el (reftex-fontification-configurations):
18003 * textmodes/sgml-mode.el (sgml):
18004 * textmodes/texinfo.el (texinfo):
18005 Add :link (custom-group-link font-lock-faces) to defgroup.
18006
18007 * hi-lock.el (hi-lock): Rename this defgroup from
18008 `hi-lock-interactive-text-highlighting'. Change parent group from
18009 `faces' to `font-lock'. Add link to the manual.
18010 (hi-lock-mode, hi-lock-file-patterns-range)
18011 (hi-lock-exclude-modes, hi-lock-faces): Rename :group from
18012 `hi-lock-interactive-text-highlighting' to `hi-lock'.
18013 (hi-lock-faces): Add :group `faces'.
18014
18015 * cus-edit.el (custom-variable-prompt): Clarify the code.
18016
18017 * faces.el (face-read-string): Set the default value arg of
18018 completing-read.
18019
18020 2005-11-16 Luc Teirlinck <teirllm@auburn.edu>
18021
18022 * rfn-eshadow.el (file-name-shadow-properties)
18023 (file-name-shadow-tty-properties, file-name-shadow-mode):
18024 Remove autoloads, because the file is now preloaded.
18025
18026 2005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
18027
18028 * printing.el (easy-menu-intern): Don't define.
18029 (pr-get-symbol): Use easy-menu-intern only if defined.
18030
18031 * simple.el (blink-matching-open): Simplify a bit.
18032 (completion-setup-function): Fix the case of partial-completion-mode
18033 when the minibuffer's contents start with "-".
18034 Obey completion-base-size-function even when
18035 minibuffer-completing-file-name is non-nil.
18036
18037 2005-11-16 Richard M. Stallman <rms@gnu.org>
18038
18039 * net/eudcb-ph.el (eudc-ph-open-session):
18040 Use set-process-query-on-exit-flag.
18041
18042 * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-contents.
18043
18044 * international/ucs-tables.el (ucs-set-table-for-input):
18045 Use make-local-variable, not make-variable-buffer-local.
18046
18047 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
18048 Improve warning message text.
18049
18050 * savehist.el (savehist-save-hook): Add :group.
18051
18052 * menu-bar.el (menu-bar-help-menu):
18053 Rename Find Extra Packages to External Packages.
18054
18055 * cus-edit.el (Custom-reset-standard): Verify that
18056 :custom-standard-value prop exists before calling it.
18057
18058 * apropos.el (apropos-calc-scores): Use apropos-pattern.
18059
18060 2005-11-16 Martin Rudalics <rudalics@gmx.at>
18061
18062 * wid-edit.el (color): Enclose %t in %{...%}.
18063
18064 * cus-edit.el (face): Enclose %t in %{...%}.
18065
18066 2005-11-16 Hrvoje Niksic <hniksic@xemacs.org>
18067
18068 * savehist.el (savehist-mode-hook): Re-add the var.
18069 (savehist-mode): Use it.
18070
18071 2005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
18072
18073 * textmodes/flyspell.el: Fix commenting convention.
18074 Remove unnecessary leading * in custom docstrings.
18075 (flyspell-emacs): Remove unused var.
18076 (flyspell-delete-region-overlays): Use remove-overlays.
18077 (flyspell-accept-buffer-local-defs): Use save-current-buffer.
18078 (flyspell-debug-signal-no-check, flyspell-debug-signal-changed-checked)
18079 (flyspell-debug-signal-pre-word-checked, flyspell-post-command-hook)
18080 (flyspell-debug-signal-word-checked): Use with-current-buffer.
18081 (make-flyspell-overlay): Don't locally reuse a global name.
18082 (flyspell-highlight-incorrect-region)
18083 (flyspell-highlight-duplicate-region): Use flyspell-unhighlight-at.
18084 (flyspell-check-previous-highlighted-word): Use flyspell-overlay-p.
18085 (flyspell-notify-misspell): Remove unused args `start' and `end'.
18086 (flyspell-word): Adjust call accordingly. Use ispell-send-string.
18087 Wrap calls to accept-process-output inside with-local-quit since it's
18088 often called from a post-command-hook.
18089 (flyspell-correct-word, flyspell-auto-correct-word):
18090 Use ispell-send-string.
18091 (flyspell-xemacs-popup): Remove unused arg `event'. Update call.
18092
18093 * calendar/diary-lib.el (diary-list-entries): Also hide the
18094 terminating newline.
18095
18096 2005-11-16 Carsten Dominik <dominik@science.uva.nl>
18097
18098 * textmodes/reftex.el (reftex-use-fonts): Remove the check for
18099 window-system, to allow fonts on tty.
18100
18101 2005-11-17 Nick Roberts <nickrob@snap.net.nz>
18102
18103 * progmodes/gud.el (gud-speedbar-item-info): New function.
18104 (gud-install-speedbar-variables): Use it to display data type
18105 of watch expression as a tooltip in speedbar.
18106
18107 2005-11-15 Luc Teirlinck <teirllm@auburn.edu>
18108
18109 * font-core.el (global-font-lock-mode): Add :version keyword,
18110 because default was changed.
18111
18112 * jka-cmpr-hook.el (auto-compression-mode): Ditto.
18113
18114 * startup.el (command-line): Use `custom-reevaluate-setting' for
18115 `file-name-shadow-mode'.
18116
18117 * loadup.el: Preload rfn-eshadow.
18118
18119 * rfn-eshadow.el (file-name-shadow-mode): Set :init-value to t.
18120 Add :version keyword.
18121 (file-name-shadow-properties, file-name-shadow-tty-properties)
18122 (file-name-shadow): Add :version keyword.
18123
18124 * cus-edit.el (custom-add-parent-links): Fix bug whereby, for
18125 instance, `(fringe custom-face)' shadowed `(fringe custom-group)'
18126 in the custom-group property of the symbol frames and the fringe
18127 group got no link to its parent group frames.
18128 Doc fix.
18129
18130 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
18131
18132 * progmodes/gud.el (gud-stop-subjob): New function.
18133 (gud-menu-map, gud-tool-bar-map): Use it.
18134
18135 2005-11-16 Kim F. Storm <storm@cua.dk>
18136
18137 * progmodes/gud.el (gud-menu-map): Let [stop] stop program rather
18138 than kill it.
18139 (gud-tool-bar-map): Likewise. Move cont/until/finish buttons
18140 to a more useful/logical place.
18141
18142 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
18143
18144 * progmodes/gud.el (gud-menu-map): Make visibility of stop and
18145 go buttons complementary.
18146
18147 2005-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
18148
18149 * rfn-eshadow.el (rfn-eshadow-regexp): Remove.
18150 (rfn-eshadow-sifn-equal): New function.
18151 (rfn-eshadow-update-overlay): Rewrite to use substitute-in-file-name.
18152
18153 2005-11-15 Michael Kifer <kifer@cs.stonybrook.edu>
18154
18155 * viper-utils.el (viper-non-word-characters-reformed-vi):
18156 Quote `-' in string.
18157
18158 * viper.el (viper-emacs-state-mode-list): Ensure that
18159 rcirc-mode buffers come up in Emacs state.
18160
18161 * ediff-util.el (ediff-make-temp-file): Use proper file-name-handler
18162 operation.
18163
18164 2005-11-15 Dan Nicolaescu <dann@ics.uci.edu>
18165
18166 * term.el (term-termcap-format): Fix typos.
18167 (term-down): Fix the negative argument case.
18168
18169 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
18170
18171 * progmodes/gdb-ui.el: Remove face-alias left over from change on
18172 2005-08-15.
18173 (gdb-ann3): New command gud-go.
18174 (menu): Accomodate gdb-mi.el.
18175 (gdb-assembler-custom): Make buffer of selected window current
18176 so that set-window-point works.
18177
18178 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Re-define
18179 buttons and include new ones.
18180
18181 2005-11-16 Kim F. Storm <storm@cua.dk>
18182
18183 * progmodes/gud.el (gud-tool-bar-item-visible-no-fringe): New function.
18184 (gud-menu-map): Use it.
18185
18186 2005-11-14 Luc Teirlinck <teirllm@auburn.edu>
18187
18188 * jka-cmpr-hook.el (auto-compression-mode): Enable it in a way
18189 that works correctly for Custom and that does not override a user
18190 who disables it.
18191
18192 * help-mode.el (help-make-xrefs, help-xref-on-pp)
18193 (help-xref-interned, help-follow): Make hyperlinks for variables
18194 that are unbound, but have a non-nil variable-documentation property.
18195
18196 * emacs-lisp/derived.el (define-derived-mode): Remove defvar for
18197 mode hook. (It conflicted with defcustoms for some mode hooks.)
18198 Use the `variable-documentation' property to give the mode hook a
18199 docstring and expand that docstring.
18200
18201 2005-11-14 Hrvoje Niksic <hniksic@xemacs.org>
18202
18203 * savehist.el (savehist-mode): Don't bother with
18204 `custom-set-minor-mode'.
18205 (savehist-coding-system): Check XEmacs version.
18206 (history-length): Declare also at run time.
18207 (savehist-mode): Don't emit a message. Don't run the minor mode hook.
18208 Don't set the customize state.
18209 (savehist-minibuffer-hook): Special case for when
18210 minibuffer-history-variable is equal to t.
18211
18212 2005-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
18213
18214 * files.el (write-file): Refresh VC status.
18215
18216 * calendar/diary-lib.el (diary-list-entries, diary-show-all-entries)
18217 (mark-diary-entries, make-diary-entry): Check default-major-mode rather
18218 than fundamental-mode to see if the mode was set.
18219
18220 2005-11-14 Romain Francoise <romain@orebokech.com>
18221
18222 * dired-x.el: If `vm-visit-folder' doesn't exist, define it as a
18223 dummy function in `eval-when-compile' to avoid compiler warning.
18224 Require `man' at compile time.
18225
18226 2005-11-14 Jay Belanger <belanger@truman.edu>
18227
18228 * calc-alg.el (calcFunc-write-out-power): Rename it to
18229 calcFunc-powerexpand.
18230 (math-write-out-power): Rename it to math-powerexpand; have it
18231 handle negative exponents.
18232 (calc-writeoutpower): Rename it to calc-powerexpand.
18233
18234 * calc-ext.el: Change calcFunc-writeoutpower and
18235 calc-writeoutpower to calcFunc-powerexpand and calc-powerexpand in
18236 autoloads.
18237 Add calcFunc-ldiv to autoloads.
18238
18239 * calc-arith.el (calcFunc-ldiv): New function.
18240
18241 * calc.el (calc-left-divide): New function.
18242
18243 2005-11-14 Juri Linkov <juri@jurta.org>
18244
18245 * cus-edit.el (custom-variable-prompt): Set the default value arg
18246 of completing-read.
18247
18248 * cus-dep.el (custom-make-dependencies): Reverse the list of
18249 found dependencies.
18250
18251 2005-11-14 Dan Nicolaescu <dann@ics.uci.edu>
18252
18253 * menu-bar.el (menu-bar-options-menu): Delete "Syntax
18254 Highlighting" entry, it is on by default now.
18255 (menu-bar-options-save): Do not save global-font-lock-mode.
18256
18257 2005-11-13 Richard M. Stallman <rms@gnu.org>
18258
18259 * textmodes/flyspell.el (flyspell-large-region):
18260 Call flyspell-accept-buffer-local-defs.
18261
18262 2005-11-13 Agustin Martin <agustin.martin@hispalinux.es>
18263
18264 * textmodes/flyspell.el (flyspell-notify-misspell):
18265 Fix misspelling of "Misspelling".
18266 (flyspell-process-localwords): New function.
18267 (flyspell-large-region): Call flyspell-process-localwords and
18268 flyspell-delete-region-overlays.
18269 (flyspell-delete-region-overlays): New function.
18270 (flyspell-delete-all-overlays): Call that.
18271
18272 2005-11-13 Richard M. Stallman <rms@gnu.org>
18273
18274 * help.el (help-for-help-internal): Improve doc of C-h a.
18275 (describe-key): Improve prompt; doc fix.
18276
18277 2005-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
18278
18279 * vc-svn.el (vc-svn-registered): Catch all errors.
18280
18281 * cus-dep.el (custom-make-dependencies): Typo.
18282
18283 2005-11-13 Michael Albinus <michael.albinus@gmx.de>
18284
18285 * net/tramp-util.el (top): Fix compilation warning.
18286
18287 2005-11-13 Kim F. Storm <storm@cua.dk>
18288
18289 * help.el (help-for-help-internal): Fix `a' entry. Add `d' entry.
18290
18291 2005-11-13 Nick Roberts <nickrob@snap.net.nz>
18292
18293 * progmodes/gud.el (gud-menu-map): Move parentheses (again).
18294 (gud-speedbar-buttons): Match on "const char *" too.
18295
18296 * progmodes/gdb-ui.el (gdb-var-create-handler)
18297 (gdb-var-list-children-handler): Match on "const char *" too.
18298 (gdb-var-evaluate-expression-handler): Match on empty string.
18299 (gdb-var-update-handler): Only call
18300 gdb-var-evaluate-expression-handler when required.
18301
18302 2005-11-13 Nick Roberts <nickrob@snap.net.nz>
18303
18304 * progmodes/gud.el (gud-menu-map): Revert to window-fringes for
18305 selected window. This still doesn't work for speedbar.
18306 (gud-speedbar-buttons): Handle string expressions properly.
18307
18308 * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
18309 (gdb-var-create-handler): Handle string expressions properly.
18310 (gdb-var-list-children-regexp, gdb-var-list-children-handler):
18311 Handle string expressions properly. Move "type" field into regexp.
18312
18313 2005-11-12 Karl Fogel <kfogel@red-bean.com>
18314
18315 * bookmark.el (bookmark-maybe-message): New function to reduce
18316 code duplication: invokes `message' iff baud-rate is high enough.
18317 (bookmark-write-file): Use above instead of an inline conditional.
18318 (bookmark-load): Same.
18319
18320 2005-11-12 Karl Fogel <kfogel@red-bean.com>
18321
18322 * bookmark.el (bookmark-write-file): Don't visit the destination
18323 file, just write the data to it using write-region. This is
18324 similar to saveplace.el at 2005-05-29T08:36:26Z!rms@gnu.org, but with an additional
18325 change to avoid visiting the file in the first place.
18326
18327 2005-11-12 Chong Yidong <cyd@stupidchicken.com>
18328
18329 * hi-lock.el (hi-lock-mode): Set the default value of
18330 font-lock-defaults.
18331
18332 2005-11-11 Luc Teirlinck <teirllm@auburn.edu>
18333
18334 * find-lisp.el (find-lisp-find-dired-insert-file): Pass `string'
18335 arg to `file-attributes'.
18336 (find-lisp-format): The UID and GID can now be strings.
18337
18338 2005-11-12 Kim F. Storm <storm@cua.dk>
18339
18340 * help.el (help-map): Bind C-h d to apropos-documentation.
18341
18342 * simple.el (what-cursor-position): Print (EOB) instead of (100%)
18343 when point is at end-of-buffer.
18344
18345 * apropos.el (apropos-match-face): Doc fix.
18346 (apropos-sort-by-scores): Add new choice `verbose'.
18347 (apropos-documentation-sort-by-scores): New defcustom.
18348 (apropos-pattern): Now contains the pattern entered by the user.
18349 (apropos-pattern-quoted): New defvar.
18350 (apropos-regexp): New defvar, containing the regexp corresponding
18351 to apropos-pattern.
18352 (apropos-all-words-regexp): Rename from apropos-all-regexp.
18353 (apropos-read-pattern): New defun. Use it to read pattern arg in
18354 interactive calls; returns list of words for a word list, and
18355 string for a regexp.
18356 (apropos-parse-pattern): Rename from apropos-rewrite-regexp. Now
18357 parses a list of words or regexp as returned by apropos-read-pattern.
18358 (apropos-calc-scores): Return nil if apropos-regexp doesn't match.
18359 (apropos-score-doc): Return a very high score if the string
18360 entered by the user matches literally.
18361 (apropos-variable): Doc fix. Use apropos-read-pattern.
18362 (apropos-command): Doc fix. Use apropos-read-pattern and
18363 apropos-parse-pattern. Call apropos-print with nosubst=t.
18364 (apropos, apropos-value): Doc fix. Use apropos-read-pattern and
18365 apropos-parse-pattern.
18366 (apropos-documentation): Doc fix. Use apropos-read-pattern and
18367 apropos-parse-pattern. Locally bind apropos-sort-by-scores to
18368 apropos-documentation-sort-by-scores. Call apropos-print with
18369 nosubst=t.
18370 (apropos-documentation-internal): Pass doc string through
18371 substitute-key-definition before adding text properties.
18372 Highlight substring matching literal user input if possible.
18373 (apropos-documentation-check-doc-file): Remove locals beg and end.
18374 Fix calculation of score (as added twice). Pass doc string through
18375 substitute-key-definition before adding text properties.
18376 (apropos-documentation-check-elc-file): Pass doc string through
18377 substitute-key-definition before adding text properties.
18378 Highlight substring matching literal user input if possible.
18379 (apropos-print): Add new arg NOSUBST; if set, command and variable
18380 doc strings have already been passed through substitute-key-definition.
18381 Add code to handle apropos-accumulator items without score element
18382 for backwards compatibility (e.g. with woman package).
18383 Only show scores if apropos-sort-by-scores is `verbose'.
18384
18385 2005-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
18386
18387 * jka-cmpr-hook.el (jka-compr-install): Use push and dolist.
18388 Add jka-compr-load-suffixes to load-suffixes.
18389
18390 * jka-compr.el: Require jka-cmpr-hook.
18391 (jka-compr-info-compress-message, jka-compr-info-compress-program)
18392 (jka-compr-info-compress-args, jka-compr-info-uncompress-message)
18393 (jka-compr-info-uncompress-program, jka-compr-info-uncompress-args)
18394 (jka-compr-info-can-append, jka-compr-info-strip-extension)
18395 (jka-compr-info-file-magic-bytes, jka-compr-get-compression-info)
18396 (jka-compr-info-regexp): Remove. Provided by jka-cmpr-hook.
18397 (jka-compr-uninstall): Remove entries from
18398 jka-compr-added-to-file-coding-system-alist after they are used.
18399 (jka-compr-error): Remove unused var `curbuf'.
18400 (jka-compr-file-local-copy): Remove unused var `notfound'.
18401
18402 2005-11-10 Romain Francoise <romain@orebokech.com>
18403
18404 * apropos.el (apropos-calc-scores): Use `apropos-pattern'.
18405
18406 2005-11-11 Nick Roberts <nickrob@snap.net.nz>
18407
18408 * progmodes/gud.el (gud-menu-map): Move parentheses.
18409 (gdb): New command gud-pv.
18410
18411 2005-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
18412
18413 * tar-mode.el: Remove spurious or unnecessary leading stars
18414 in docstrings.
18415 (tar-header-block-tokenize): Also obey default-file-name-coding-system.
18416 (tar-parse-octal-integer-safe): Use mapc.
18417 (tar-header-block-summarize): Remove unused var `ck'.
18418 (tar-summarize-buffer): Don't clear the modified-p bit if it wasn't
18419 cleared before. Obey default-enable-multibyte-characters.
18420 Use mapconcat. Simplify setting of tar-header-offset.
18421 (tar-mode-map): Move initialization inside delcaration.
18422 (tar-flag-deleted): Use `abs'.
18423 (tar-expunge-internal): Remove unused var `line'.
18424 (tar-expunge-internal): Don't hardcode point-min==1.
18425 (tar-expunge): Widen while doing set-buffer-multibyte.
18426 (tar-rename-entry): Use file-name-coding-system.
18427 (tar-alter-one-field): Don't hardcode point-min==1.
18428 (tar-subfile-save-buffer): string-as-unibyte works on unibyte strings.
18429 (tar-pad-to-blocksize): Don't hardcode point-min==1. Clarify the code.
18430
18431 2005-11-10 Masatake YAMATO <jet@gyve.org>
18432
18433 * add-log.el (add-log-current-defun): Handle class::method
18434 notation of c++. Fix incorrect comment.
18435
18436 2005-11-10 Alan Mackenzie <acm@muc.de>
18437
18438 * help-fns.el (describe-variable): Make C-h v work when a variable
18439 has variable documentation yet is unbound.
18440
18441 2005-11-10 Masatake YAMATO <jet@gyve.org>
18442
18443 * man.el (Man-highlight-references): Set an empty
18444 string to `Man-arguments' if it is nil.
18445 Suggested by Reiner Steib <Reiner.Steib@gmx.de>.
18446
18447 2005-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
18448
18449 * Makefile.in (mh-loaddefs.el, loaddefs.el): Better follow the
18450 commenting conventions.
18451
18452 * cus-dep.el (custom-make-dependencies): Simplify.
18453 Better follow the commenting conventions.
18454
18455 2005-11-09 Richard M. Stallman <rms@gnu.org>
18456
18457 * apropos.el (apropos-pattern): Rename from apropos-regexp.
18458 (apropos-orig-pattern): Rename from apropos-orig-regexp.
18459 All uses changed.
18460 (apropos-rewrite-regexp): Doc fix.
18461 (apropos-variable, apropos-command, apropos, apropos-value):
18462 Change prompt; carry through the argument renaming.
18463
18464 2005-11-09 Luc Teirlinck <teirllm@auburn.edu>
18465
18466 * find-lisp.el: Require dired.
18467 (find-lisp-find-dired-internal): Do not call
18468 `abbreviate-file-name' on DIR.
18469
18470 2005-11-10 Nick Roberts <nickrob@snap.net.nz>
18471
18472 * progmodes/gud.el (gdb): Make gud-pp use user-defined command pp1.
18473
18474 2005-11-09 Nick Roberts <nickrob@snap.net.nz>
18475
18476 * progmodes/gud.el (gud-menu-map): Ensure tool-bar is constant
18477 when using the speedbar.
18478 (gdb): New command gud-pp.
18479 (gud-menu-map, gud-tool-bar-map): Put it on the tool bar.
18480
18481 2005-11-09 Juri Linkov <juri@jurta.org>
18482
18483 * replace.el (occur-excluded-properties): New defcustom.
18484 (occur-1, occur-engine, occur-accumulate-lines): Use it.
18485
18486 2005-11-08 Jay Belanger <belanger@truman.edu>
18487
18488 * calc/calc-units.el (math-convert-units): Replace any composite
18489 unit by its definition.
18490
18491 2005-11-08 Lars Hansen <larsh@soem.dk>
18492
18493 * emacs-lisp/autoload.el (update-directory-autoloads):
18494 Add obsolete function alias.
18495
18496 2005-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
18497
18498 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
18499 comment-indent-function.
18500 (lisp-comment-indent): Replace by an alias for comment-indent-default.
18501
18502 * reveal.el (reveal-post-command): Rework the handling of
18503 reveal-open-spots, so as to be more reliable. There were several
18504 tricky corner cases where an open spot might be lost, or where
18505 a closed spot might end up on the list of open spots.
18506 Only reveal text that's ellipsised.
18507
18508 2005-11-07 Carsten Dominik <dominik@science.uva.nl>
18509
18510 * textmodes/org.el (org-export-as-html): Remove bogus (debug) form.
18511
18512 2005-11-07 John Paul Wallington <jpw@gnu.org>
18513
18514 * ibuffer.el (ibuffer): Search iconified frames too when
18515 getting Ibuffer buffer's window.
18516
18517 2005-11-06 Richard M. Stallman <rms@gnu.org>
18518
18519 * progmodes/compile.el (compilation-internal-error-properties):
18520 save-excursion around the computation of MARKER.
18521
18522 2005-11-06 Piet van Oostrum <piet@cs.uu.nl>
18523
18524 * textmodes/flyspell.el (flyspell-external-point-words):
18525 flyspell-get-word returns a list, not just a string.
18526
18527 2005-11-06 John Paul Wallington <jpw@pobox.com>
18528
18529 * ibuffer.el (ibuffer): Search all visible frames when getting
18530 Ibuffer buffer's window.
18531
18532 2005-11-07 Masatake YAMATO <jet@gyve.org>
18533
18534 * man.el (Man-reference-regexp): Accept spaces between
18535 `Man-name-regexp' and `Man-section-regexp'.
18536 (Man-apropos-regexp): New variable.
18537 (Man-abstract-xref-man-page): Use value for `Man-target-string'
18538 if available.
18539 (Man-highlight-references, Man-highlight-references0):
18540 Handle the case when `Man-arguments' includes "-k".
18541 (Man-highlight-references0): Rename the argument `TARGET-POS' to
18542 `TARGET'. `TARGET' can be a number, function or nil.
18543
18544 2005-11-06 Nick Roberts <nickrob@snap.net.nz>
18545
18546 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-var-delete)
18547 (gdb-edit-value, gdb-speedbar-expand-node, gdb-get-create-buffer)
18548 (gdb-breakpoints-mode, gdb-toggle-breakpoint, gdb-delete-breakpoint)
18549 (gdb-goto-breakpoint, gdb-frames-mode, gdb-registers-mode)
18550 (gdb-locals-mode, gdb-find-file-hook): Use buffer-local-value.
18551 (gdb-send-item): Use buffer-local-value and simplify.
18552
18553 2005-11-05 Luc Teirlinck <teirllm@auburn.edu>
18554
18555 * startup.el (command-line): Use `custom-reevaluate-setting' for
18556 `global-font-lock-mode'.
18557
18558 * font-core.el (global-font-lock-mode): Enable `global-font-lock-mode'
18559 by default, except in batch mode or when the -D option is given.
18560
18561 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Pass all
18562 specified keyword args on to `define-minor-mode'. Update docstring.
18563
18564 2005-11-05 Romain Francoise <romain@orebokech.com>
18565
18566 * replace.el (occur-engine): Add marker at end of line, too.
18567
18568 2005-11-04 Ken Manheimer <ken.manheimer@gmail.com>
18569
18570 * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
18571 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
18572 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
18573 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
18574 argument to all these routines, so the passphrase can be managed
18575 externally and passed in to the system.
18576 (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
18577 pgg-add-passphrase-to-cache function.
18578
18579 * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
18580 (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
18581 (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
18582 (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
18583 argument to all these routines, so the passphrase can be managed
18584 externally and passed in to the system.
18585 (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
18586 function.
18587
18588 2005-11-04 Dan Nicolaescu <dann@ics.uci.edu>
18589
18590 * font-lock.el: Don't deal with font-lock-face-attributes here,
18591 move the code ...
18592
18593 * startup.el (command-line): ... here. Use face-spec-set instead
18594 of custom-declare-face.
18595
18596 * faces.el (face-spec-set): Reset the face if spec is not nil.
18597
18598 2005-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
18599
18600 * newcomment.el (comment-region-internal): Box more tightly in the
18601 common case where there's no TAB in the boxed text.
18602
18603 2005-11-04 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
18604
18605 * info.el (info-tool-bar-map): Use images prev-node, next-node and
18606 up-node.
18607
18608 2005-11-04 Ulf Jasper <ulf.jasper@web.de>
18609
18610 * newsticker.el: Commentary updated. Code formatting changed.
18611 (newsticker-version): Change to "1.9".
18612 (newsticker, newsticker-feed): Doc fix.
18613 (newsticker-url-list): Doc fix. Add option "Weekly".
18614 (newsticker-retrieval-interval): Add option "Weekly".
18615 (newsticker-headline-processing): Doc fix.
18616 (newsticker-auto-mark-filter): Remove.
18617 (newsticker-auto-mark-filter-list): New.
18618 (newsticker-layout, newsticker-sort-method): Doc fix.
18619 (newsticker-hide-old-items-in-newsticker-buffer)
18620 (newsticker-heading-format, newsticker-item-format)
18621 (newsticker-desc-format): Doc fix.
18622 (newsticker-show-all-rss-elements): Remove.
18623 (newsticker-show-all-news-elements): New.
18624 (newsticker-faces, newsticker-ticker): Doc fix.
18625 (remove-from-invisibility-spec): Code formatting.
18626 (newsticker--process-ids): New.
18627 (newsticker-mode): Doc fix.
18628 (newsticker-mode): Change mode-line-format.
18629 (newsticker-start): Remove debug output.
18630 (newsticker-start-ticker): Doc fix. Add autoload cookie.
18631 (newsticker-w3m-show-inline-images): Code formatting.
18632 (newsticker-next-item): Call `force-mode-line-update'.
18633 (newsticker-previous-item): Call `force-mode-line-update'.
18634 (newsticker-next-feed): Call `force-mode-line-update'.
18635 (newsticker-previous-feed): Call `force-mode-line-update'.
18636 (newsticker-mark-all-items-at-point-as-read): Code formatting.
18637 (newsticker-show-old-items): Do not show descs.
18638 (newsticker-hide-entry): Hide too much.
18639 (newsticker-hide-entry, newsticker-show-entry)
18640 (newsticker-toggle-auto-narrow-to-feed): Code formatting.
18641 (newsticker-set-auto-narrow-to-feed): Update buffer immediately.
18642 (newsticker-toggle-auto-narrow-to-item): Code formatting.
18643 (newsticker-set-auto-narrow-to-item): Update buffer immediately.
18644 (newsticker-running-p, newsticker-ticker-running-p): Autoload cookie.
18645 (newsticker-get-news): Call `force-mode-line-update'.
18646 Collect process ids.
18647 (newsticker--sentinel): Change coding system handling.
18648 Move image retrieval to new functions newsticker--get-logo-url-*.
18649 Move feed parsing to new functions newsticker--parse-*.
18650 Update list of process ids.
18651 (newsticker--get-logo-url-atom-1.0, newsticker--get-logo-url-atom-0.3)
18652 (newsticker--get-logo-url-rss-2.0, newsticker--get-logo-url-rss-1.0)
18653 (newsticker--get-logo-url-rss-0.92, newsticker--get-logo-url-rss-0.91)
18654 (newsticker--parse-atom-0.3, newsticker--parse-atom-1.0)
18655 (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
18656 (newsticker--parse-rss-1.0, newsticker--parse-rss-2.0)
18657 (newsticker--parse-generic-feed, newsticker--parse-generic-items): New.
18658 (newsticker--decode-coding-string): Remove.
18659 (newsticker--decode-numeric-entities): Check input. Format code.
18660 (newsticker--remove-whitespace): Check input.
18661 (newsticker--do-forget-preformatted): Doc fix.
18662 (newsticker--decode-rfc822-date): Allow for missing time.
18663 (newsticker--update-process-ids): New.
18664 (newsticker--image-sentinel): Change comment.
18665 (newsticker--image-read): Change error message.
18666 (newsticker--imenu-goto): Doc fix. Show headline title.
18667 (newsticker--buffer-set-uptodate): Call `force-mode-line-update'.
18668 (newsticker--buffer-do-insert-text): Clean whitespace in
18669 html-rendered headline title. Code formatting.
18670 Call `newsticker--buffer-print-extra-elements'.
18671 (newsticker--buffer-print-extra-element): Remove.
18672 (newsticker--buffer-print-extra-elements): New.
18673 (newsticker--buffer-do-print-extra-element): New.
18674 (newsticker--buffer-insert-enclosure): Doc fix. Use MBytes for
18675 large sizes.
18676 (newsticker--run-auto-mark-filter)
18677 (newsticker--do-run-auto-mark-filter):
18678 Use `newsticker-auto-mark-filter-list'.
18679
18680 2005-11-04 Ryan Yeske <rcyeske@gmail.com>
18681
18682 * net/rcirc.el: Use split-string OMIT-NULLS argument.
18683 (rcirc-print): Force redisplay before running hooks. Do long
18684 buffer truncation after making new text read-only. Deal with nil
18685 text when decoding strings. If TARGET is nil, use either the
18686 currently selected buffer, if it is an rcirc buffer and of the
18687 same process or the process buffer.
18688 (rcirc-mode): Remove header-line. Recompute short buffer names.
18689 Initialize rcirc-buffer-alist here instead of rcirc-get-buffer-create.
18690 (rcirc-short-buffer-name): Add variable.
18691 (rcirc-kill-buffer-hook): Recompute short buffer names.
18692 Remove nick from private channel.
18693 (rcirc-send-input): Send command text to current-buffer.
18694 Don't clear overlay arrow here.
18695 (rcirc-short-buffer-name): Return a short buffer name.
18696 (rcirc-update-short-buffer-names, rcirc-abbreviate)
18697 (rcirc-rebuild-tree, rcirc-make-trees): Add functions to generate
18698 buffer-name abbreviations.
18699 (rcirc-kill-buffer-hook-1): Split to make debugging easier.
18700 Do not touch nick-table when killing a parted channel.
18701 (rcirc-window-configuration-change): Rename from rcirc-update-activity.
18702 Clear arrow from current buffer if it is now hidden.
18703 (rcirc-current-buffer): Add variable.
18704 (rcirc-my-nick, rcirc-other-nick, rcirc-server)
18705 (rcirc-nick-in-message, rcirc-prompt, rcirc-mode-line-nick):
18706 Remove -face from names.
18707 (rcirc-update-activity-string): Print "DND" when globally ignoring
18708 activity.
18709 (rcirc-ignore-buffer-activity-flag): Rename from
18710 rcirc-ignore-channel-activity.
18711 (rcirc-ignore-all-activity-flag): Doc fix.
18712 (rcirc-channels): Remove variable.
18713 (rcirc-kill-buffer-hook):
18714 (rcirc-get-buffer-create): Add nick to private channel.
18715 (rcirc-multiline-edit-submit): Remove tabs.
18716 (rcirc-put-nick-channel, rcirc-channel-nicks): Look up nicks case
18717 folded.
18718 (rcirc-remove-nick-channel): Bug fix.
18719 (rcirc-toggle-ignore-buffer-activity): Rename from
18720 rcirc-toggle-ignore-channel-activity.
18721 (rcirc-record-activity): Add buffers to the front of the list.
18722 (rcirc-update-activity): Remove killed buffers from list.
18723 (rcirc-process-server-response-1): Remove last argument if it is
18724 null before calling handler.
18725 (rcirc): Add "rcirc" defcustom prefix.
18726 (rcirc-prompt): Simplify default prompt.
18727 Use custom-initialize-default.
18728 (rcirc-private-chats): Remove variable.
18729 (rcirc-prompt): Change initialization.
18730 (rcirc-version): Remove function.
18731 (rcirc-id-string): Add constant.
18732 (rcirc-last-buffer): Remove variable.
18733 (rcirc-buffer-alist): Add variable.
18734 (rcirc-connect): Update variable setup.
18735 (rcirc-sentinel, rcirc-update-prompt): Use `rcirc-buffer-alist'.
18736 (rcirc-trap-errors-flag): Rename from `rcirc-trap-errors' change
18737 default.
18738 (rcirc-handler-generic): Trigger activity.
18739 (rcirc-send-message): Create the buffor of the target.
18740 (rcirc-generate-new-buffer-name): Rename from `rcirc-get-buffer-name'.
18741 (rcirc-get-buffer): Just return nil if there is no matching buffer.
18742 (rcirc-multiline-edit-cancel): Remove function.
18743 (rcirc-set-last-buffer): Remove function.
18744 (rcirc-get-any-buffer): Add function.
18745 (rcirc-join-channels): Don't print /join text.
18746 (rcirc-toggle-ignore-channel-activity): Add and update echo area
18747 messages.
18748 (rcirc-cmd-ctcp): Use rcirc-send-string to send request.
18749 (rcirc-handler-NOTICE): Recognize CTCP responses.
18750 (rcirc-handler-332, rcirc-handler-332): Use a temp buffer for
18751 constructing TOPIC string for buffers we are not JOINed.
18752 (rcirc-handler-CTCP-response): Add handler.
18753 (rcirc-multiline-edit-submit): Restore the window-configuration
18754 before adjusting point.
18755 (rcirc): Add customization group.
18756 (rcirc-server, rcirc-port, rcirc-nick, rcirc-user-name)
18757 (rcirc-user-full-name, rcirc-startup-channels-alist)
18758 (rcirc-fill-flag, rcirc-fill-column, rcirc-fill-prefix)
18759 (rcirc-ignore-all-activity-flag, rcirc-time-format)
18760 (rcirc-input-ring-size, rcirc-read-only-flag)
18761 (rcirc-buffer-maximum-lines, rcirc-authinfo-file-name)
18762 (rcirc-auto-authenticate-flag, rcirc-prompt, rcirc-print-hooks):
18763 Change defvar to defcustom.
18764 (rcirc-update-prompt): Add optional ALL arg, which will update
18765 prompts in all rcirc buffers. Regexp quote replacement text.
18766 (rcirc-fill-column): Accept frame-width as a value.
18767 (rcirc-set-changed): Add function.
18768 (rcirc-next-active-buffer): Write more meaningful messages.
18769 (rcirc-faces): Add customization group.
18770 (rcirc-my-nick-face, rcirc-other-nick-face, rcirc-server-face)
18771 (rcirc-nick-in-message-face, rcirc-prompt-face)
18772 (rcirc-mode-line-nick-face): Move into rcirc-faces group.
18773 (with-rcirc-process-buffer): Move before first usage.
18774 (rcirc-debug-buffer): Rename from `rcirc-log-buffer'.
18775 (rcirc-debug-flag): Rename from `rcirc-log-p'.
18776 (rcirc-debug): Rename from `rcirc-log'.
18777 (rcirc-format-response-string): Do not print `-' chars for a
18778 NOTICE with no sender. Simplify output of server responses.
18779
18780 2005-11-04 Henrik Enberg <henrik.enberg@telia.com>
18781
18782 (rcirc-browse-url-map, rcirc-browse-url-at-point)
18783 (rcirc-browse-url-at-mouse, rcirc-mangle-text):
18784 Make urls mouse and RET clickable.
18785
18786 2005-11-04 Henrik Enberg <henrik.enberg@telia.com>
18787
18788 * mail/rmailout.el (rmail-output-to-rmail-file, rmail-output): Doc fix.
18789
18790 2005-11-04 Ken Manheimer <ken.manheimer@gmail.com>
18791
18792 * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
18793 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
18794 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
18795 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
18796 argument to all these routines, so the passphrase can be managed
18797 externally and passed in to the system.
18798 (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
18799 pgg-add-passphrase-to-cache function.
18800
18801 * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
18802 (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
18803 (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
18804 (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
18805 argument to all these routines, so the passphrase can be managed
18806 externally and passed in to the system.
18807 (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
18808 function.
18809
18810 2005-11-04 Edward O'Connor <hober0@gmail.com> (tiny change)
18811
18812 * net/goto-addr.el (goto-address-url-regexp): Remove `data:' URLs
18813 from goto-address-url-regexp.
18814
18815 2005-11-04 Carsten Dominik <dominik@science.uva.nl>
18816
18817 * textmodes/org.el (org-read-date, org-goto-calendar)
18818 (org-recenter-calendar, org-agenda-goto-calendar):
18819 Temporarily clear `calendar-move-hook'.
18820
18821 2005-11-04 Michael Kifer <kifer@cs.stonybrook.edu>
18822
18823 * ediff-merge.el (ediff-merge-region-is-non-clash): Return t, if not
18824 merging.
18825
18826 * ediff-util.el (ediff-previous-difference): Don't skip regions that
18827 have merge clashes.
18828
18829 2005-11-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18830
18831 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
18832 Undo previous change.
18833
18834 * startup.el (command-line): Use `custom-reevaluate-setting' for
18835 mouse-wheel-down-event and mouse-wheel-up-event. Don't call
18836 tty-register-default-colors on Mac.
18837
18838 2005-11-04 Nick Roberts <nickrob@snap.net.nz>
18839
18840 * progmodes/gdb-ui.el (gdb-buffer-type): Remove duplicate declaration.
18841 (gdb-buffer-type): Make it automatically buffer local...
18842 (gdb-get-create-buffer): ...and set it accordingly.
18843 (gdb-frame-gdb-buffer, gdb-display-gdb-buffer): Make these
18844 actually work.
18845
18846 2005-11-03 Dan Nicolaescu <dann@ics.uci.edu>
18847
18848 * font-lock.el (font-lock-warning-face): Use the more vivid red1,
18849 not red.
18850
18851 2005-11-04 Nick Roberts <nickrob@snap.net.nz>
18852
18853 * progmodes/gdb-ui.el (gud-watch): Use save-selected-window in
18854 case GUD buffer is not visible.
18855 (gdb-goto-breakpoint): Try to force display in source buffer.
18856 (gdb-frame-gdb-buffer): Copy other similar functions.
18857 (gdb-restore-windows): Don't display source if not asked for.
18858 (gdb-assembler-buffer-name): Don't capitalise.
18859
18860 2005-11-03 Richard M. Stallman <rms@gnu.org>
18861
18862 * wid-edit.el (key-sequence): New widget type.
18863
18864 * simple.el (set-mark-command-repeat-pop): New variable.
18865 (set-mark-command): Only interpret plan C-@ after a pop as a pop
18866 if set-mark-command-repeat-pop is true.
18867
18868 * info.el (Info-fontify-node): Don't display extra "see" if there
18869 already is one here.
18870
18871 * mouse.el: Fix special handling of DEL after dragging a region:
18872 (mouse-drag-region-1): Treat mouse-set-region like mouse-set-point.
18873 (mouse-region-delete-keys): Change to defcustom. Add [backspace].
18874
18875 * mail/feedmail.el: Use insert-buffer-substring, not insert-buffer.
18876
18877 * textmodes/ispell.el (ispell-command-loop): Change `i' description
18878 not to assume it pertains to an affix.
18879
18880 * textmodes/flyspell.el (flyspell-post-command-hook):
18881 Bind deactivate-mark to prevent deactivation.
18882
18883 2005-11-03 Lars Hansen <larsh@soem.dk>
18884
18885 * dired-x.el: Add menu bindings for dired-do-find-marked-files,
18886 dired-do-relsymlink, dired-flag-extension, dired-mark-extension,
18887 dired-mark-omitted, dired-do-relsymlink-regexp, dired-omit-mode.
18888
18889 2005-11-03 Romain Francoise <romain@orebokech.com>
18890
18891 * net/eudcb-mab.el: Now part of GNU Emacs. Update FSF's address.
18892 Update copyright years.
18893
18894 2005-11-03 Sam Steingold <sds@gnu.org>
18895
18896 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
18897 Use system-type instead of window-system because window-system is not
18898 correctly defined during loadup.
18899
18900 2005-11-02 Mark A. Hershberger <mah@everybody.org>
18901
18902 * xml.el (xml-syntax-table): Allow xml.el to compile in XEmacs.
18903 (xml-parse-tag): Join strings separated by a comment properly.
18904
18905 2005-11-02 Andreas Schwab <schwab@suse.de>
18906
18907 * emacs-lisp/byte-opt.el (byte-optimize-pure-func): Fix last fix.
18908
18909 2005-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
18910
18911 * emacs-lisp/byte-opt.el (string-to-syntax): Mark it as pure.
18912 (byte-optimize-pure-func): Quote the eval'd value.
18913
18914 * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
18915 Rename from perl-font-lock-syntactic-face-function.
18916 Change the calling convention so it can be used as a font-lock MATCHER.
18917 Do the parse-partial-sexp loop outselves.
18918 (perl-font-lock-syntactic-keywords): Use it.
18919 (perl-mode): Don't set font-lock-syntactic-face-function any more.
18920
18921 2005-11-02 Nick Roberts <nickrob@snap.net.nz>
18922
18923 * progmodes/gdb-ui.el (gdb-mouse-until): Make it work in the
18924 disassembly buffer too.
18925 (gdb-exited): Remove overlay arrows when execution has finished.
18926 (gdb-info-frames-custom, gdb-info-threads-custom)
18927 (gdb-info-registers-custom): Don't add inappropriate text
18928 properties if inferior is not active.
18929
18930 2005-11-02 Glenn Morris <rgm@gnu.org>
18931
18932 * progmodes/fortran.el (fortran-blink-match):
18933 Use `blink-matching-delay'.
18934
18935 2005-11-02 John Mongan <jmongan@mccammon.ucsd.edu> (tiny change)
18936
18937 * progmodes/f90.el (f90-match-end): Use `blink-matching-delay'.
18938
18939 2005-11-02 Lars Hansen <larsh@soem.dk>
18940
18941 * net/tramp.el (tramp-action-out-of-band): Handle scp message
18942 "Permission denied".
18943
18944 2005-11-01 Richard M. Stallman <rms@gnu.org>
18945
18946 * textmodes/flyspell.el (flyspell-external-point-words):
18947 Pass nil to flyspell-get-word.
18948
18949 2005-11-02 Kim F. Storm <storm@cua.dk>
18950
18951 * menu-bar.el (menu-bar-options-menu): Show "Shift Movement (CUA)"
18952 item instead of "C-x/C-c/C-v (CUA)" if cua-enable-cua-keys is nil.
18953
18954 2005-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
18955
18956 * calendar/cal-menu.el (date, event): Don't declare as dynamic-var.
18957 (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
18958 (calendar-mouse-print-dates): Add optional `event' argument.
18959 Update interactive-spec.
18960 (calendar-mouse-cal-tex-menu, cal-tex-mouse-filofax):
18961 Use `calendar-event-to-date' instead of `event'.
18962
18963 2005-11-02 Masatake YAMATO <jet@gyve.org>
18964
18965 * progmodes/ld-script.el (ld-script-builtins):
18966 Add more words: "DATA_SEGMENT_ALIGN", "DATA_SEGMENT_END",
18967 "DATA_SEGMENT_RELRO_END", "LENGTH", "ORIGIN", and "SEGMENT_START".
18968 (auto-mode-alist): Accept .ld, .lds, ld.in and .lds.in.
18969
18970 2005-11-01 Romain Francoise <romain@orebokech.com>
18971
18972 * vc-sccs.el: Update copyright year.
18973 * ezimage.el: Likewise.
18974
18975 2005-11-01 KOBAYASHI Yasuhiro <kobayays@otsukakj.co.jp> (tiny change)
18976
18977 * info.el (Info-fontify-node): Use `string-width' for fontifying
18978 underlined titles.
18979
18980 2005-11-01 Juri Linkov <juri@jurta.org>
18981
18982 * info.el (Info-fontify-node): Downcase node header keywords Node,
18983 Prev, Next, Up before comparison.
18984 (Info-history): Insert absolute directory name, and put invisible
18985 property on it.
18986
18987 2005-11-01 Juri Linkov <juri@jurta.org>
18988
18989 * info.el (Info-file-supports-index-cookies): New variable.
18990 (Info-find-node-2): Check makeinfo version for index cookie support.
18991 (Info-index-nodes): Search for nodes with index cookies only when
18992 Info-file-supports-index-cookies is t. Otherwise, search nodes
18993 with "Index" in the node name.
18994 (Info-index-node): Search index cookie in the current node only when
18995 Info-file-supports-index-cookies is t. Otherwise, check the word
18996 "Index" in the node name.
18997 (Info-find-emacs-command-nodes): Remove code that searches nodes
18998 with "Index" node name in the top menu.
18999
19000 2005-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
19001
19002 * progmodes/scheme.el (scheme-mode-variables): Use the default
19003 comment-indent-function.
19004
19005 * faces.el (face-attribute): Handle the case where a face inherits from
19006 a non-existent face.
19007
19008 * simple.el (eval-expression-print-format): Use lisp-readable syntax
19009 for octal and hexa output, and merge the char into the paren.
19010 (kill-new): Use push.
19011 (copy-to-buffer): Use with-current-buffer.
19012 (completion-setup-function): Move code in loop to remove redundancy.
19013 (minibuffer-local-must-match-map): Don't add bindings that duplicate
19014 those inherited from minibuffer-local-completion-map.
19015
19016 * savehist.el (savehist-mode) <defcustom>:
19017 Use custom-set-minor-mode if available.
19018 (savehist-mode) <defun>: Run the minor mode hook, set the custom state
19019 and emit a message if applicable.
19020
19021 2005-11-01 Hrvoje Niksic <hniksic@xemacs.org>
19022
19023 * savehist.el: Sync up to version 19.
19024 (savehist-mode): New minor mode.
19025 (savehist-file): Use ~/.emacs.d or ~/.xemacs if available.
19026 (savehist-length): Remove (use history-length instead).
19027 (savehist-file-modes): Rename from savehist-modes.
19028 (savehist-save-hook, savehist-loaded): New vars.
19029 (savehist-load): Use savehist-mode. Try to smooth up transition from
19030 old format to new format.
19031 (savehist-install): Allow savehist-autosave-interval to be nil.
19032 (savehist-save): Run the new hook. Be more careful to only trim the
19033 history variables.
19034 (savehist-trim-history): New fun. Replaces savehist-process-for-saving.
19035 (savehist-printable): Print into a buffer rather than char-by-char.
19036
19037 2005-11-01 John Wiegley <johnw@newartisans.com>
19038
19039 * iswitchb.el (iswitchb-define-mode-map): Re-enable the
19040 toggle-ignore keybinding (C-a). The author said it had been
19041 disabled much earlier due to a possible incompatibility, but after
19042 many months of usage I have encountered no problems (and it is a
19043 rather useful option, especially for switching to " *temp*").
19044
19045 * net/eudcb-mab.el (eudc-mab-query-internal): Add backend
19046 support for OS/X's AddressBook, by calling out to the open source
19047 program "contacts" (installable through Fink).
19048
19049 * net/eudc.el (eudc-expand-inline): If the
19050 `eudc-multiple-match-handling-method' is set to `all', delete the
19051 query string before inserting the query result.
19052
19053 * eshell/em-ls.el (eshell-do-ls): Add no-op support for --dired
19054 flag, to prevent Eshell from using the system ls when
19055 `eshell-ls-insert-directory' is in used.
19056 (eshell-ls-insert-directory): Disable font-lock in directory
19057 buffer so that Eshell's own fontification is seen. This broke
19058 recently due to changes in font-lock, so this goes back to version
19059 21 behavior.
19060
19061 2005-11-01 Nick Roberts <nickrob@snap.net.nz>
19062
19063 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New function.
19064 (menu, toggle-gdb-use-inferior-io-buffer): Get rid of defadvice.
19065 (gdb-many-windows): Doc fix.
19066
19067 2005-10-31 Romain Francoise <romain@orebokech.com>
19068
19069 * help-fns.el (describe-simplify-lib-file-name): Add autoload cookie.
19070
19071 2005-10-31 Dan Nicolaescu <dann@ics.uci.edu>
19072
19073 * loadup.el: Load emacs-lisp/syntax, font-lock and jit-lock so
19074 that global-font-lock-mode can be enabled by default.
19075
19076 * font-lock.el (font-lock-keywords, font-lock-mode-internal)
19077 (font-lock-add-keywords, font-lock-remove-keywords)
19078 (font-lock-fontify-buffer): Remove autoload cookies.
19079
19080 * jit-lock.el (jit-lock-register): Likewise.
19081
19082 * emacs-lisp/syntax.el (syntax-ppss): Likewise.
19083
19084 2005-10-31 Nick Roberts <nickrob@snap.net.nz>
19085
19086 * progmodes/gdb-ui.el (gdb-many-windows): Leave window configuration
19087 intact if there is no gud-comint-buffer.
19088
19089 2005-10-31 Luc Teirlinck <teirllm@auburn.edu>
19090
19091 * progmodes/gud.el (gud-filter): Use comint-update-fence to delete
19092 old prompt comint-prompt-read-only is t and GDB commands are
19093 issued from tool bar etc.
19094
19095 2005-10-31 Masatake YAMATO <jet@gyve.org>
19096
19097 * vc.el (vc-directory-exclusion-list): Add "{arch}".
19098
19099 2005-10-30 Chong Yidong <cyd@stupidchicken.com>
19100
19101 * thumbs.el (thumbs-thumbsdir): Default to ~/.emacs.d/thumbs.
19102 (thumbs-thumbsdir): Make .emacs.d if it does not exist.
19103
19104 2005-10-30 Michael Albinus <michael.albinus@gmx.de>
19105
19106 * net/tramp.el (tramp-chunksize): Escape parentheses in docstring
19107 starting at beginning of line. Fontification is messed up when
19108 `open-paren-in-column-0-is-defun-start' set to t.
19109 Reported by John Paul Wallington <jpw@pobox.com>.
19110
19111 2005-10-30 Luc Teirlinck <teirllm@auburn.edu>
19112
19113 * comint.el (comint-send-input): Call `comint-update-fence' when
19114 `comint-process-echoes' and `comint-prompt-read-only' are both
19115 non-nil, to avoid leftover read-only newline.
19116
19117 2005-10-30 Richard M. Stallman <rms@gnu.org>
19118
19119 * textmodes/flyspell.el (flyspell-external-point-words):
19120 Detect when WORD can't be checked properly because
19121 flyspell-get-word finds just part of it, and move on.
19122
19123 * textmodes/ispell.el (ispell-dictionary-alist-5): Add . as
19124 boundarychar for Polish.
19125 (ispell-dictionary-alist-4): Add . as boundarychar for Italian.
19126 (ispell-dictionary-alist-3): Add . and @ as boundarychars for French.
19127
19128 2005-10-31 Nick Roberts <nickrob@snap.net.nz>
19129
19130 * progmodes/gdb-ui.el (gdb-tooltip-print-1): Fix regexp.
19131 (gdb-registers-font-lock-keywords): Delete.
19132 (gdb-registers-mode): Don't fontify.
19133 (gdb-info-registers-custom): Use text properties instead as, in
19134 future, changed register values will use font-lock-warning-face.
19135 (gdb-local-font-lock-keywords): Rename to...
19136 (gdb-locals-font-lock-keywords): ...for consistency.
19137
19138 2005-10-30 Andre Spiegel <spiegel@gnu.org>
19139
19140 * vc.el (vc-switch-backend): Better error message if the buffer is
19141 not visiting a file under version control.
19142
19143 * vc-cvs.el (vc-cvs-delete-file): Commit the file after removing it.
19144
19145 2005-10-29 Chong Yidong <cyd@stupidchicken.com>
19146
19147 * startup.el (command-line): Use ~/.emacs.d/init.el instead of
19148 ~/.emacs.d/.emacs.
19149
19150 2005-10-29 Richard M. Stallman <rms@gnu.org>
19151
19152 * replace.el (occur-mode-mouse-goto): Always go to other window.
19153 (occur-mode-goto-occurrence): Always switch in same window.
19154
19155 * simple.el (undo): Display message at end, not at start.
19156
19157 * emacs-lisp/timer.el (timer-activate, timer-activate-when-idle):
19158 New arg REUSE-CELL.
19159 (cancel-timer-internal): New function.
19160 (timer-event-handler): Use cancel-timer-internal,
19161 and pass the cell it returns to timer-activate...
19162
19163 * jit-lock.el (jit-lock-function, jit-lock-stealth-fontify)
19164 (jit-lock-deferred-fontify, jit-lock-context-fontify)
19165 (jit-lock-after-change): Test memory-full.
19166
19167 2005-10-29 Ken Manheimer <ken.manheimer@gmail.com>
19168
19169 * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
19170 part of the decoded armor to find the key-identifier.
19171 (pgg-gpg-lookup-key-owner): New function to return the
19172 human-readable identifier of a key owner.
19173 (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
19174 key itself.
19175 (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
19176 the key value) if we have a key and can match it against a secret
19177 key. Also, added a note pointing out fact that the prompt only
19178 indicates the first matching key.
19179
19180 * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
19181 pgg-decrypt-region.
19182 (pgg-pending-timers): A new hash for tracking the passphrase cache
19183 timers, so that new ones supercede old ones.
19184 (pgg-add-passphrase-to-cache): Rename from
19185 `pgg-add-passphrase-cache' to reduce confusion (all callers
19186 changed). Modified to cancel old timers when new ones are added.
19187 (pgg-remove-passphrase-from-cache): Rename from
19188 `pgg-remove-passphrase-cache' to reduce confusion (all callers
19189 changed). Modified to cancel old timers when their keys are
19190 removed from the cache.
19191 (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
19192 XEmacs, an indirection to delete-itimer.
19193 (pgg-read-passphrase-from-cache, pgg-read-passphrase):
19194 Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
19195 users can only check cache without risk of prompting. Correct bug in
19196 notruncate behavior.
19197 (pgg-read-passphrase-from-cache, pgg-read-passphrase)
19198 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
19199 Add informative docstrings.
19200 (pgg-decrypt): Convey provided passphrase in subordinate call to
19201 pgg-decrypt-region.
19202
19203 * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
19204 (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
19205 (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
19206 `passphrase' argument, so the passphrase can be managed externally
19207 and then passed in to the system.
19208
19209 * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
19210 (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
19211 so the passphrase cache can be used reliably with identifiers
19212 besides a pgp packet's key id.
19213
19214 * pgg-gpg.el (pgg-pgp-encrypt-region)
19215 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
19216 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
19217 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
19218 argument to all these routines, so the passphrase can be managed
19219 externally and passed in to the system.
19220
19221 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
19222 `notruncate' argument, so the passphrase cache can be used
19223 reliably with identifiers besides a pgp packet's key id.
19224
19225 2005-10-29 Sascha Wilde <swilde@sha-bang.de>
19226
19227 * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
19228 symmetric encryption.
19229 (pgg-gpg-symmetric-key-p): New function to check for an symmetric
19230 encrypted session key.
19231 (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
19232 message ask for the passphrase in a proper way.
19233
19234 * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
19235 New user commands for symmetric encryption.
19236
19237 2005-10-29 Roland Winkler <roland.winkler@physik.uni-erlangen.de>
19238
19239 * textmodes/conf-mode.el (conf-assignment-sign)
19240 (conf-assignment-regexp): Fix docstrings.
19241 (conf-mode-initialize): New function.
19242 (conf-mode): Remove optional args. Use delay-mode-hooks to
19243 recognize recursive calls.
19244 (conf-unix-mode, conf-windows-mode, conf-javaprop-mode)
19245 (conf-space-mode, conf-colon-mode, conf-ppd-mode)
19246 (conf-xdefaults-mode): Use define-derived-mode and
19247 conf-mode-initialize.
19248
19249 2005-10-29 Romain Francoise <romain@orebokech.com>
19250
19251 * help-fns.el (describe-simplify-lib-file-name): Fix regexp.
19252
19253 2005-10-29 Ken Manheimer <ken.manheimer@gmail.com>
19254
19255 * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
19256 part of the decoded armor to find the key-identifier.
19257 (pgg-gpg-lookup-key-owner): New function to return the
19258 human-readable identifier of a key owner.
19259 (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
19260 key itself.
19261 (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
19262 the key value) if we have a key and can match it against a secret
19263 key. Also, added a note pointing out fact that the prompt only
19264 indicates the first matching key.
19265
19266 * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
19267 pgg-decrypt-region.
19268 (pgg-pending-timers): A new hash for tracking the passphrase cache
19269 timers, so that new ones supercede old ones.
19270 (pgg-add-passphrase-to-cache): Rename from
19271 `pgg-add-passphrase-cache' to reduce confusion (all callers
19272 changed). Modified to cancel old timers when new ones are added.
19273 (pgg-remove-passphrase-from-cache): Rename from
19274 `pgg-remove-passphrase-cache' to reduce confusion (all callers
19275 changed). Modified to cancel old timers when their keys are
19276 removed from the cache.
19277 (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
19278 XEmacs, an indirection to delete-itimer.
19279 (pgg-read-passphrase-from-cache, pgg-read-passphrase):
19280 Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
19281 users can only check cache without risk of prompting. Correct bug in
19282 notruncate behavior.
19283 (pgg-read-passphrase-from-cache, pgg-read-passphrase)
19284 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
19285 Add informative docstrings.
19286 (pgg-decrypt): Convey provided passphrase in subordinate call to
19287 pgg-decrypt-region.
19288
19289 2005-10-20 Ken Manheimer <ken.manheimer+emacs@gmail.com>
19290
19291 * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
19292 (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
19293 (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
19294 `passphrase' argument, so the passphrase can be managed externally
19295 and then passed in to the system.
19296
19297 * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
19298 (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
19299 so the passphrase cache can be used reliably with identifiers
19300 besides a pgp packet's key id.
19301
19302 * pgg-gpg.el (pgg-pgp-encrypt-region)
19303 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
19304 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
19305 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
19306 argument to all these routines, so the passphrase can be managed
19307 externally and passed in to the system.
19308
19309 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
19310 `notruncate' argument, so the passphrase cache can be used
19311 reliably with identifiers besides a pgp packet's key id.
19312
19313 2005-10-29 Sascha Wilde <swilde@sha-bang.de>
19314
19315 * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
19316 symmetric encryption.
19317 (pgg-gpg-symmetric-key-p): New function to check for an symmetric
19318 encrypted session key.
19319 (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
19320 message ask for the passphrase in a proper way.
19321
19322 * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
19323 New user commands for symmetric encryption.
19324
19325 2005-10-28 Bill Wohler <wohler@newt.com>
19326
19327 * help-mode.el (help-url): New button type. Calls browse-url.
19328 (help-xref-url-regexp): New regexp to recognize URLs in docstring.
19329 Similar to Info nodes: URL `url'.
19330 (help-make-xrefs): Create help-url buttons for
19331 help-xref-url-regexp matches.
19332
19333 2005-10-29 Nick Roberts <nickrob@snap.net.nz>
19334
19335 * tool-bar.el (tool-bar-add-item-from-menu)
19336 (tool-bar-local-item-from-menu): Fix doc strings.
19337
19338 2005-10-28 Romain Francoise <romain@orebokech.com>
19339
19340 * ldefs-boot.el: Update.
19341
19342 * subr.el (locate-library): Move from help-fns.el.
19343 * help-fns.el (locate-library): Move to subr.el.
19344
19345 2005-10-28 Richard M. Stallman <rms@gnu.org>
19346
19347 * net/tramp.el (tramp-completion-mode): defvar moved up.
19348
19349 * emacs-lisp/easymenu.el (easy-menu-change): Doc fix.
19350
19351 * tool-bar.el (tool-bar-mode): Delete autoload cookie.
19352
19353 * files.el (find-file-noselect): Use %d to format large file size.
19354
19355 * bindings.el (mode-line-format): Add %e.
19356
19357 * loadup.el ("facemenu"): Load unconditionally.
19358 ("image", "international/fontset", "dnd", "mwheel", "tool-bar"):
19359 ("x-dnd"): Load, when appropriate.
19360
19361 * startup.el (command-line): Call before-init-hook earlier.
19362 Warn about some bad characters in -u user name.
19363
19364 * textmodes/flyspell.el (flyspell-large-region): Pass -t if Tex file.
19365 (flyspell-external-point-words): Error if misspelled word is not found.
19366 Set flyspell-large-region-beg at end of word.
19367
19368 2005-10-28 Andreas Schwab <schwab@suse.de>
19369
19370 * view.el (View-revert-buffer-scroll-page-forward):
19371 Use view-page-size-default.
19372
19373 2005-10-28 Juri Linkov <juri@jurta.org>
19374
19375 * international/quail.el (quail-get-current-str): Translate last
19376 raw character for deterministic input methods.
19377
19378 2005-10-27 Jay Belanger <belanger@truman.edu>
19379
19380 * calc/calc-ext.el: Add functions to autoloads.
19381 (math-identity-matrix-p, math-ident-row-p): New functions.
19382
19383 * calc/calc-arith.el (calc-mul-symb-fancy): Add checks for
19384 multiplication by an identity matrix; don't turn multiplication by
19385 an inverse matrix into division.
19386 (math-div-symbol-fancy): Replace division by matrices with
19387 multiplication by inverse.
19388
19389 * calc/calc-misc.el (calcFunc-inv): Check for symbolic matrices.
19390
19391 * calc/calc-alg.el (calcFunc-writeoutpower, math-write-out-power)
19392 (calc-writeoutpower): New functions.
19393
19394 2005-10-27 Romain Francoise <romain@orebokech.com>
19395
19396 * replace.el (occur-engine): Include colon in mouse-face highlight.
19397
19398 * dired-x.el: Change Maintainer field.
19399
19400 2005-10-26 Chong Yidong <cyd@stupidchicken.com>
19401
19402 * longlines.el (longlines-mode): Bind after-change-functions to
19403 nil during initial decoding and final encoding.
19404
19405 2005-10-26 Dan Nicolaescu <dann@ics.uci.edu>
19406
19407 * term.el (term-emulate-terminal, term-handle-colors-array)
19408 (term-handle-ansi-escape): Specify the terminfo capabilities
19409 implemented.
19410
19411 2005-10-26 Richard M. Stallman <rms@gnu.org>
19412
19413 * info.el (Info-fontify-node): Fix detection of sentence-break
19414 before *Note.
19415
19416 2005-10-26 Romain Francoise <romain@orebokech.com>
19417
19418 * smerge-mode.el: Add `tools' to file keywords.
19419
19420 2005-10-26 Nick Roberts <nickrob@snap.net.nz>
19421
19422 * progmodes/gud.el (gud-menu-map): Only display gud-until icon
19423 when the fringe is not available.
19424
19425 * progmodes/gdb-ui.el (def-gdb-auto-updated-buffer)
19426 (def-gdb-auto-update-trigger): Simplify construction.
19427 (gdb-locals-buffer): Use def-gdb-auto-update-trigger instead of
19428 def-gdb-auto-updated-buffer as gdb-info-locals-handler is
19429 defined explicitly.
19430 (gdb-assembler-buffer): Use def-gdb-auto-update-handler instead of
19431 def-gdb-auto-updated-buffer as gdb-invalidate-assembler is
19432 defined explicitly.
19433 (gdb-info-locals-custom): Remove as it's a no-op.
19434
19435 2005-10-25 Chong Yidong <cyd@stupidchicken.com>
19436
19437 * longlines.el (longlines-mode): Remove narrowing before
19438 performing the initial decoding or final encoding.
19439
19440 2005-10-25 Romain Francoise <romain@orebokech.com>
19441
19442 * emacs-lisp/find-func.el (find-library-name): Also strip
19443 extension if library name ends in .el, to take advantage of
19444 `find-library-suffixes'.
19445
19446 2005-10-25 Richard M. Stallman <rms@gnu.org>
19447
19448 * menu-bar.el (menu-bar-help-menu): Say which kind of therapist.
19449
19450 2005-10-25 Juri Linkov <juri@jurta.org>
19451
19452 * textmodes/texinfo.el (texinfo-mode): Change charset of one
19453 quotation mark from [mule-unicode-0100-24ff] to [japanese-jisx0208].
19454
19455 2005-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
19456
19457 * play/blackbox.el (blackbox-mode-map): Move init into declaration.
19458 (blackbox-redefine-key): Add argument `map'.
19459
19460 * jit-lock.el (jit-lock-fontify-now): Be careful not to skip multiline
19461 regions when moving the jit-lock-context-unfontify-pos boundary.
19462
19463 2005-10-25 Reiner Steib <Reiner.Steib@gmx.de>
19464
19465 * net/browse-url.el (browse-url-of-buffer): Add ".html" to filename.
19466
19467 2005-10-25 Masatake YAMATO <jet@gyve.org>
19468
19469 * dired-x.el (dired-virtual): Don't use `dired-insert-headerline'.
19470
19471 2005-10-25 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac-@t-lrde.epita.fr>
19472
19473 * play/blackbox.el (blackbox-redefine-key): New function.
19474 (blackbox-mode-map): Use it to remap existing bindings for cursor
19475 motion instead of binding literal keys.
19476
19477 2005-10-25 Glenn Morris <rgm@gnu.org>
19478
19479 * calendar/diary-lib.el (diary-list-entries): Prevent infloop when
19480 diary does not end in a newline. Do not assume a blank line at
19481 the start of the diary file.
19482
19483 2005-10-25 Kenichi Handa <handa@m17n.org>
19484
19485 * international/quail.el (quail-translate-key): If the input
19486 method is deterministic and failed to handle the last key, restart
19487 the key handling loop from an appropriate key.
19488
19489 2005-10-25 Michael Albinus <michael.albinus@gmx.de>
19490
19491 * vc.el (vc-dired-mode): Extend comment for binding of
19492 `directory-listing-before-filename-regexp'.
19493
19494 2005-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
19495
19496 * textmodes/texinfo.el (texinfo-mode):
19497 * textmodes/paragraphs.el (sentence-end-base): Use real chars, so as
19498 not to unnecessarily expose emacs-mule's internal char codes.
19499
19500 2005-10-25 Nick Roberts <nickrob@snap.net.nz>
19501
19502 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Correct help-echo.
19503 Display hand pointer and help-echo on disabled icon too.
19504 (gdb-mouse-until): New function.
19505 (gdb-ann3): Bind it to mouse-2 and drag-mouse-1 in left fringe.
19506
19507 2005-10-24 Chong Yidong <cyd@stupidchicken.com>
19508
19509 * menu-bar.el (menu-bar-help-menu): Rename "psychiatrist", in line
19510 with 2005-10-23 change to doctor.el.
19511
19512 * finder.el (finder-mode-map): Add follow-link binding.
19513
19514 2005-10-25 Kim F. Storm <storm@cua.dk>
19515
19516 * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-3 in left fringe
19517 to gdb-mouse-toggle-breakpoint-fringe.
19518 (gdb-mouse-toggle-breakpoint-margin): Rename from
19519 gdb-mouse-toggle-breakpoint. Fix doc.
19520 (gdb-mouse-toggle-breakpoint-fringe): New defun.
19521 (gdb-put-string): Add optional SPROPS arg. Add props to string.
19522 (gdb-put-breakpoint-icon): Add gdb-bptno and gdb-enabled
19523 string properties also for fringe breakpoint bitmaps.
19524
19525 2005-10-24 Carsten Dominik <dominik@science.uva.nl>
19526
19527 * textmodes/org.el (org-start-icalendar-file): Fix format form.
19528
19529 2005-10-25 Masatake YAMATO <jet@gyve.org>
19530
19531 * simple.el (completion-common-substring):
19532 Use `completion-common-substring' prior to `completion-base-size'.
19533
19534 2005-10-24 Hrvoje Niksic <hniksic@xemacs.org>
19535
19536 * savehist.el: Require CL while compiling.
19537 (savehist-history-variables): Remove.
19538 (savehist-save-minibuffer-history, savehist-additional-variables)
19539 (savehist-minibuffer-history-variables): New vars.
19540 (savehist-save): Use them.
19541 (savehist-uninstall, savehist-minibuffer-hook): New funs.
19542 (savehist-install): New fun, extracted from savehist-load.
19543 (savehist-load): Use them.
19544
19545 2005-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
19546
19547 * emacs-lisp/lisp-mode.el (easy-mmode-define-global-mode): Don't add
19548 a dummy doc-string-elt property.
19549 (defalias, defvaralias, define-category): Add a docstring property.
19550
19551 * image.el (defimage):
19552 * widget.el (define-widget):
19553 * custom.el (defface, defcustom): Add `doc-string' declaration.
19554
19555 * emacs-lisp/advice.el (ad-make-advised-definition): Fix arg-order.
19556 (defadvice): Add `doc-string' declaration.
19557
19558 * emacs-lisp/byte-run.el (macro-declaration-function):
19559 Handle `doc-string' declarations.
19560 (define-obsolete-function-alias, define-obsolete-variable-alias):
19561 Add `doc-string' declaration.
19562
19563 2005-10-24 Kenichi Handa <handa@m17n.org>
19564
19565 * international/utf-7.el (utf-7): Add autoload cookie.
19566
19567 * term/x-win.el: Register more Cyrillic characters in x-keysym-table.
19568
19569 2005-10-24 Eli Zaretskii <eliz@gnu.org>
19570
19571 * makefile.w32-in (autoloads): Use "." instead of $(lisp) in the
19572 list of directories passed to batch-update-autoloads. Add "." to
19573 the list of the echoed directories.
19574
19575 * pgg-def.el:
19576 * pgg-gpg.el:
19577 * pgg-parse.el:
19578 * pgg-pgp.el:
19579 * pgg-pgp5.el:
19580 * pgg.el: Moved here from the gnus subdirectory.
19581
19582 2005-10-24 Nick Roberts <nickrob@snap.net.nz>
19583
19584 * progmodes/gud.el (gud-filter): Bind inhibit-read-only to t
19585 in case comint-prompt-read-only is set to t.
19586
19587 * progmodes/gdb-ui.el (gdb-send): Bind inhibit-read-only to t
19588 in case comint-prompt-read-only is set to t.
19589
19590 2005-10-24 Ulf Jasper <ulf.jasper@web.de>
19591
19592 * calendar/icalendar.el (icalendar-version): Increase to 0.13.
19593 Now a string.
19594 (icalendar-import-format): Handle CLASS, STATUS, URL.
19595 Rename `subject' to `summary'.
19596 (icalendar-import-format-summary): Rename from
19597 `icalendar-import-format-subject'.
19598 (icalendar-import-format-url, icalendar-import-format-status)
19599 (icalendar-import-format-class): New variables.
19600 (icalendar--rris): Take variable argument list.
19601 (icalendar--datestring-to-isodate): Remove unnecessary
19602 calendar-style check when converting dates with explicit month names.
19603 (icalendar-export-region): Change return type of conversion
19604 subroutines. Bury current buffer unless error occurred.
19605 (icalendar--convert-to-ical)
19606 (icalendar--parse-summary-and-rest): New functions.
19607 (icalendar--convert-ordinary-to-ical)
19608 (icalendar--convert-weekly-to-ical)
19609 (icalendar--convert-yearly-to-ical)
19610 (icalendar--convert-block-to-ical)
19611 (icalendar--convert-cyclic-to-ical)
19612 (icalendar--convert-anniversary-to-ical): Change return type.
19613 Strip trailing blanks from subject.
19614 (icalendar--convert-sexp-to-ical): Change return type.
19615 Strip trailing blanks from subject. Handle simple sexp
19616 entries as generated by icalendar.el.
19617 (icalendar--convert-float-to-ical)
19618 (icalendar--convert-date-to-ical): Strip trailing blanks from subject.
19619 (icalendar-import-file): Doc fix.
19620 (icalendar--format-ical-event): Handle CLASS, STATUS, URL.
19621 Correct call to icalendar--rris.
19622 (icalendar--convert-ical-to-diary): Doc fix. Rename `subject' to
19623 `summary'.
19624 (icalendar--add-diary-entry): Rename `subject' to `summary'.
19625
19626 2005-10-24 Romain Francoise <romain@orebokech.com>
19627
19628 * server.el (server-sentinel): Set query-on-exit flag to nil on
19629 new client processes (it isn't inherited from the server process).
19630
19631 * replace.el (occur-engine): Rearrange text properties.
19632
19633 2005-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
19634
19635 * emacs-lisp/debug.el (debugger-make-xrefs): Don't assume
19636 case-fold-search is nil.
19637 (debug-help-follow): Use help-xref-interned directly.
19638
19639 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
19640
19641 * thumbs.el (thumbs-image-type): Add .pbm.
19642
19643 2005-10-23 Richard M. Stallman <rms@gnu.org>
19644
19645 * faces.el (inhibit-face-set-after-frame-default): New variable.
19646 (set-face-attribute): Bind it.
19647 (face-set-after-frame-default): Test it.
19648
19649 * help-fns.el (describe-simplify-lib-file-name): New function.
19650 (describe-function-1, describe-variable): Use it.
19651
19652 * faces.el (describe-face): Use describe-simplify-lib-file-name.
19653
19654 * tooltip.el (tooltip-x-offset, tooltip-y-offset): Change defaults.
19655 Eliminate nil as possible value.
19656 (tooltip-hide-delay): Reduce internal-border-width.
19657
19658 * menu-bar.el (menu-bar-file-menu) <dired>: Change help-echo string.
19659 (menu-bar-file-menu) <new-file>: Likewise.
19660
19661 * simple.el (line-move-finish): Ignore fields computing LINE-END.
19662
19663 * international/mule.el (load-with-code-conversion):
19664 Pass full file name to `eval-buffer' unless preloading.
19665
19666 * textmodes/flyspell.el (flyspell-large-region):
19667 Call ispell-check-version.
19668
19669 * textmodes/ispell.el (ispell-local-dictionary-overridden):
19670 Fix the make-variable-buffer-local call that was supposed
19671 to be for this variable.
19672 (ispell-aspell-supports-utf8): Doc fix.
19673 (ispell-find-aspell-dictionaries): Preserve elements of
19674 ispell-dictionary-alist for dictionaries that aspell doesn't report.
19675 (ispell-aspell-find-dictionary): Return nil on error.
19676
19677 * play/doctor.el (doctor-doc): Don't say "psychiatrist".
19678 (doctor-symptoms): Likewise.
19679
19680 * add-log.el (add-log-current-defun): Clean up handling of DEFUNs.
19681
19682 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
19683
19684 * cus-edit.el (custom-button, custom-button-pressed): New vars.
19685 (custom-raised-buttons): Add :set spec.
19686 (custom-button-unraised, custom-button-pressed-unraised):
19687 New faces, so that custom-raised-buttons actually does something.
19688 (custom-mode): Use custom-button and custom-button-pressed.
19689
19690 * wid-edit.el (widget-specify-button): Don't ignore
19691 widget-mouse-face on graphic terminals.
19692 (widget-move-and-invoke): Cleanup.
19693
19694 2005-10-23 Thien-Thi Nguyen <ttn@gnu.org>
19695
19696 * whitespace.el (whitespace-cleanup): Doc fix.
19697
19698 2005-10-23 Romain Francoise <romain@orebokech.com>
19699
19700 * emulation/viper.el (viper-set-hooks): Quote forms passed to
19701 `eval-after-load' to avoid evaluating their result.
19702
19703 2005-10-23 Michael Albinus <michael.albinus@gmx.de>
19704
19705 * files.el (directory-listing-before-filename-regexp):
19706 New defvar. Replaces `dired-move-to-filename-regexp' from dired.el.
19707
19708 * dired.el (dired-move-to-filename-regexp): Remove.
19709 All occurences replaced by `directory-listing-before-filename-regexp'.
19710
19711 * dired-x.el, locate.el, vc.el:
19712 Replace `dired-move-to-filename-regexp' by
19713 `directory-listing-before-filename-regexp'. In vc.el it is
19714 overwritten locally; maybe this can be handled in files.el too.
19715
19716 * net/ange-ftp.el (ange-ftp-date-regexp): Remove. All occurences
19717 replaced by `directory-listing-before-filename-regexp'.
19718
19719 2005-10-23 Andreas Schwab <schwab@suse.de>
19720
19721 * font-lock.el (lisp-font-lock-keywords-2): Add eval-at-startup
19722 and eval-next-after-load.
19723
19724 2005-10-23 MIYOSHI Masanori <miyoshi@meadowy.org> (tiny change)
19725
19726 * mouse.el (mouse-drag-region): If the *Messages* buffer doesn't
19727 exist, create it.
19728
19729 2005-10-23 Ken Manheimer <ken.manheimer@gmail.com>
19730
19731 * allout.el: Remove autoloads for mailcrypt and crypt++.
19732 Require pgg, pgg-gpg during compilation.
19733 (allout-version): Increment version number to 2.1, and use a literal
19734 rather than RCS Id.
19735 (allout-default-encryption-scheme): Remove.
19736 (allout-passphrase-verifier-handling)
19737 (allout-passphrase-verifier-string)
19738 (allout-file-passphrase-verifier-string)
19739 (allout-passphrase-hint-string): Rename -key- to -passphrase-.
19740 (allout-passphrase-hint-handling): Rename and simplify.
19741 (allout-init): Use `find-file-hook' if available, otherwise
19742 `find-file-hooks'.
19743 (allout-mode): Use `write-file-functions' if available, otherwise
19744 `local-write-file-hooks' and, instead of making auto-save-hook
19745 buffer local, make the write-file-hook activity contingent to
19746 allout-mode.
19747 (allout-mode): Use key-binding substitution in the docstring.
19748 (allout-kill-line): Spell-out kill ring data structure mutation
19749 instead of using byte-compiler-complaint-provoking `pop'.
19750 (allout-insert-listified): Use `insert' rather than `insert-string'
19751 (allout-toggle-current-subtree-encryption): Update docstring, adjust
19752 to new gpp-based encryption, use new `allout-encrypted-topic-p'.
19753 (allout-encrypt-string): Totally revamped vis new underlying
19754 encryption facilities.
19755 (allout-mc-activate-passwd): Remove.
19756 (allout-obtain-passphrase): New, more or less replaces
19757 allout-mc-activate-passwd.
19758 (allout-encrypted-key-info): More or less replaces
19759 allout-encrypted-text-type.
19760 (outlineify-sticky, outlinify-sticky): Add autoload cookie.
19761 (my-mark-marker): Use `(featurep 'xemacs)'.
19762
19763 2005-10-23 Lars Hansen <larsh@soem.dk>
19764
19765 * emacs-lisp/bytecomp.el (byte-compile-lambda): New arg add-lambda.
19766 (byte-compile-file-form-defmumble, byte-compile-defun)
19767 (byte-compile-defmacro): Use it.
19768 (byte-compile-form): Don't call byte-compile-set-symbol-position
19769 when a byte-compile handler is called.
19770
19771 2005-10-22 Romain Francoise <romain@orebokech.com>
19772
19773 * savehist.el (savehist-history-variables): Add `grep-find-history'.
19774
19775 * subr.el (eval-after-load): Convert library name to an absolute
19776 file name using locate-library, since load-history no longer has
19777 library names in it.
19778
19779 2005-10-22 Richard M. Stallman <rms@gnu.org>
19780
19781 * files.el (make-temp-file): Move from subr.el.
19782 * subr.el (make-temp-file): Move to files.el.
19783
19784 * window.el (get-buffer-window-list): Move from subr.el.
19785 * subr.el (get-buffer-window-list): Move to window.el.
19786
19787 * image.el (image-load-path): Use eval-at-startup to initialize.
19788
19789 * subr.el (eval-at-startup): New macro.
19790
19791 * subr.el: Much rearrangement of functions and division
19792 into pages. No code changes.
19793
19794 2005-10-22 Kenichi Handa <handa@m17n.org>
19795
19796 * tar-mode.el (tar-extract): Be sure to call
19797 find-operation-coding-system if set-auto-coding doesn't find a
19798 coding system.
19799
19800 2005-10-22 Kim F. Storm <storm@cua.dk>
19801
19802 * image.el (image-type-header-regexps): Rename from image-type-regexps.
19803 Change users.
19804 (image-type-file-name-regexps): New defconst.
19805 (image-type-from-data): Simplify loop.
19806 (image-type-from-buffer): New defun.
19807 (image-type-from-file-header): Use it instead of image-type-from-data.
19808 Use image-search-load-path instead of only looking in data-directory.
19809 (image-type-from-file-name): New defun.
19810 (image-search-load-path): Change `pathname' to `filename'.
19811 Make PATH arg optional, default to image-load-path.
19812
19813 2005-10-21 Richard M. Stallman <rms@gnu.org>
19814
19815 * textmodes/texinfo.el (texinfo-mode): Set sentence-end-base.
19816
19817 * textmodes/paragraphs.el (sentence-end-base): New variable.
19818 (sentence-end): Use sentence-end-base.
19819
19820 2005-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
19821
19822 * font-lock.el (font-lock-default-fontify-region): Check the multiline
19823 property independently from the font-lock-multiline variable.
19824
19825 2005-10-21 Richard M. Stallman <rms@gnu.org>
19826
19827 * emacs-lisp/find-func.el (find-library-name): Doc fix.
19828
19829 * startup.el (command-line): Convert library names
19830 in `load-history' to absolute file names.
19831
19832 * subr.el (symbol-file): Doc fix.
19833
19834 * loadhist.el (file-loadhist-lookup): Call locate-library
19835 instead of find-library-name. Don't try converting
19836 abs file names to library names, since load-history no longer
19837 has library names in it.
19838 (file-dependents, file-provides, file-requires): Doc fixes.
19839
19840 2005-10-21 Juri Linkov <juri@jurta.org>
19841
19842 * progmodes/etags.el (tags-table-mode): New function.
19843 (tags-verify-table): Replace initialize-new-tags-table with
19844 tags-table-mode.
19845
19846 * desktop.el (desktop-buffers-not-to-save): Remove TAGS from the
19847 default value.
19848 (desktop-modes-not-to-save): Add tags-table-mode to the
19849 default value.
19850
19851 * info.el (Info-index-next): Add total number of index
19852 alternatives to the message.
19853
19854 * textmodes/fill.el (fill-nobreak-p): Fix first two rules to skip
19855 backward only space (instead of space and period) before looking
19856 at sentence end.
19857
19858 * simple.el (set-variable): Use user-variable-p instead of symbolp.
19859 Add the old variable value as 4th default-value arg of read-string.
19860
19861 2005-10-21 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
19862
19863 * cus-face.el (custom-declare-face): Make face from X resources
19864 also on Mac.
19865
19866 * disp-table.el (standard-display-g1, standard-display-graphic):
19867 Refuse to use string glyphs also on Mac.
19868 (standard-display-european): Don't set terminal coding system also
19869 on Mac.
19870
19871 * frame.el (display-screens): Use x-display-screens also on Mac.
19872
19873 2005-10-21 Romain Francoise <romain@orebokech.com>
19874
19875 * net/rcirc.el: Now part of GNU Emacs. Update FSF's address.
19876
19877 2005-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
19878
19879 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): Make $@
19880 and $? into sexps.
19881
19882 * font-lock.el (font-lock-compile-keywords): Add a help-echo to the
19883 warning face on open-paren-in-column-0.
19884
19885 * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Fix corner
19886 boundary case. Fix typo.
19887 Suggested by Martin Rudalics <rudalics@gmx.at>.
19888
19889 2005-10-21 Carsten Dominik <dominik@science.uva.nl>
19890
19891 * textmodes/org.el (org-combined-agenda-icalendar-file)
19892 (org-icalendar-include-todo, org-icalendar-combined-name): New options.
19893 (org-export-icalendar-this-file)
19894 (org-export-icalendar-all-agenda-files)
19895 (org-export-icalendar-combine-agenda-files): New commands.
19896 (org-export-icalendar, org-print-icalendar-entries)
19897 (org-start-icalendar-file, org-finish-icalendar-file)
19898 (org-ical-ts-to-string): New functions.
19899 (org-read-date, org-goto-calendar)
19900 (org-agenda-goto-calendar): Inhibit displaying diary entries by
19901 call to `calendar'.
19902 (orgtbl-setup): Remove the :keys arguments from the menu description.
19903 (org-after-save-iCalendar-file-hook): New variable.
19904
19905 2005-10-21 Kenichi Handa <handa@m17n.org>
19906
19907 * language/vietnamese.el (tcvn-5712): Make it an alias of
19908 vietnamese-tcvn coding-system.
19909
19910 2005-10-20 Michael Albinus <michael.albinus@gmx.de>
19911
19912 * net/ange-ftp.el (ange-ftp-date-regexp): Handle also the case no
19913 group id is given.
19914
19915 2005-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
19916
19917 * progmodes/sh-script.el (sh-escaped-line-re): New var.
19918 (sh-here-doc-open-re, sh-font-lock-close-heredoc): Use it.
19919 (sh-font-lock-open-heredoc): Try to properly handle heredoc starters
19920 whose line is either continued or ends with a comment.
19921
19922 2005-10-20 Romain Francoise <romain@orebokech.com>
19923
19924 * net/rcirc.el (with-rcirc-process-buffer): Move above its first user.
19925
19926 * replace.el (occur-engine): Add follow-link property.
19927
19928 * font-core.el (font-lock-mode): Doc fix.
19929
19930 2005-10-20 Richard M. Stallman <rms@gnu.org>
19931
19932 * net/rcirc.el: New file.
19933
19934 2005-10-20 Bryan Henderson <bryanh@giraffe-data.com> (tiny change)
19935
19936 * term.el (term-term-name): Initialize to "eterm-color".
19937
19938 2005-10-20 Ken Manheimer <ken.manheimer@gmail.com>
19939
19940 * allout.el: Add autoloads of crypt++ and mailcrypt routines, all
19941 for encryption functionality.
19942 Move allout customization subgroup from `editing' to `outlines' group.
19943 Fix commentary keywords to legitimate ones.
19944 Update author info (using my current email address, obscurified).
19945 (allout-encrypt-string, allout-encryption-produce-work-buffer)
19946 (allout-encrypted-topic-p, allout-encrypted-text-type)
19947 (allout-mc-activate-passwd, allout-create-encryption-key-verifier)
19948 (allout-situate-encryption-key-verifier)
19949 (allout-get-encryption-key-verifier, allout-verify-key)
19950 (allout-next-topic-pending-encryption)
19951 (allout-encrypt-decrypted, allout-encrypted-type-prefix): New funcs.
19952 (outline-topic-encryption-bullet, outline-default-encryption-scheme)
19953 (outline-key-verifier-handling, outline-key-hint-handling)
19954 (outline-encrypt-unencrypted-on-saves): New defcustoms.
19955 (allout-file-key-verifier-string, allout-encryption-scheme)
19956 (allout-key-verifier-string, allout-key-hint-string)
19957 (allout-after-save-decrypt): New variables.
19958 (allout-write-file-hook-handler, allout-auto-save-hook-handler)
19959 (allout-after-saves-handler): New hook functions.
19960 (allout-post-command-business): Do allout-after-save-decrypt.
19961 (allout-enable-file-variable-adjustment): Custom var to enable
19962 mechanism for adding and adjusting settings of Emacs file variables.
19963 (allout-adjust-file-variable, allout-file-vars-section-data):
19964 New functions, implement the mechanism.
19965 (outlineify-sticky): Use the file vars mechanism.
19966 (allout-inhibit-protection, allout-during-write-cue)
19967 (allout-override-protect, allout-before-change-protect): Remove.
19968 (allout-flag-region, allout-open-topic): Adjust read-only text.
19969 (allout-open-line-not-read-only): Add to facilitate read-only
19970 text based protection.
19971 (allout-kill-line): Revise to adjust read-only text, clue the
19972 user about the inhibition.
19973 (allout-unprotected): Use unwind-protect.
19974 (allout-shift-in, allout-shift-out): Disallow manually shifting a
19975 topic deeper than the offspring depth of the previous topic -
19976 avoiding confusing "containment discontinuities".
19977 (allout-reindent-bodies): Fix retention of body relative hanging
19978 indent during promotion of collapsed bodies.
19979 (allout-open-topic): Make it easy to open new topic with same
19980 bullet as current topic - topic creation functions provided with
19981 any universal argument provokes now prompt for bullet, defaulting
19982 to the bullet of the previous topic.
19983 (allout-plain-bullets-string, allout-distinctive-bullets-string):
19984 Plain bullet alternates `.' period and `,' comma only. All other
19985 bullets are relegated to special status (but customizable).
19986 (allout-end-of-entry): Rename from allout-end-of-current-entry
19987 since it actually operates w.r.t. most immediately containing
19988 entry, visible or not.
19989 (allout-hide-current-entry, allout-show-current-entry): Use the
19990 revised version.
19991 (allout-old-expose-topic): Solidify deprecation.
19992 (allout-end-of-subtree): Add so we can span concealed as well
19993 as visible topics.
19994 (allout-end-of-current-subtree): Use `allout-end-of-subtree'.
19995 (allout-end-of-current-heading): Tweak to just respect the first line.
19996 (allout-get-body-text): Add.
19997 (allout-ascend-to-depth, allout-ascend): Position at end of prefix
19998 when invoked interactively.
19999 (allout-up-current-level): Use `interactive-p'.
20000 (allout-mode, allout-init): Miscellaneous docstring and
20001 operational refinements, as well as hookups of new encryption stuff.
20002 (allout-beginning-of-current-entry): Now works as advertised.
20003 (allout-end-of-current-entry): Remove of superfluous allout-show-entry.
20004 (allout-isearch-rectification): Refine condition for isearching.
20005 (allout-isearch-abort, allout-enwrap-isearch)
20006 (allout-flag-region, my-region-active-p): Relocate some macros.
20007 (allout-title): Fallback title is (buffer-name), not
20008 non-existing (current-buffer-name).
20009 (subst-char-in-string): Define if absent (for some XEmacs versions).
20010
20011 2005-10-20 Jari Aalto <jari.aalto@cante.net>
20012
20013 * mail/sendmail.el (mail-setup-hook, mail-aliases)
20014 (mail-yank-prefix, mail-indentation-spaces, mail-yank-hooks)
20015 (mail-citation-prefix-regexp, mail-signature-file)
20016 (mail-default-headers, mail-bury-selects-summary)
20017 (mail-send-nonascii): Add autoload cookies.
20018
20019 2005-10-20 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
20020
20021 * frame.el (blink-cursor-mode): Add `mac' to the list of
20022 window-system's that support blinking cursor.
20023
20024 2005-10-20 Reiner Steib <Reiner.Steib@gmx.de>
20025
20026 * textmodes/org.el (org-level-color-stars-only): Fix typo in docstring.
20027
20028 2005-10-20 Eli Zaretskii <eliz@gnu.org>
20029
20030 * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el):
20031 Bind find-file-suppress-same-file-warnings to t, to avoid warnings due
20032 to different drive letter case in D:/foo/bar.el vs d:/foo/bar.el.
20033
20034 2005-10-20 Kim F. Storm <storm@cua.dk>
20035
20036 * ido.el (ido-is-tramp-root): Simplify regexp matching tramp root.
20037 (ido-set-current-directory): Don't add / after final @.
20038 (ido-file-name-all-completions-1): Adapt to fixed tramp completion.
20039 Explicitly handle ange-ftp completion oddities.
20040 (ido-make-file-list): Don't rotate list at tramp root to avoid
20041 triggering tramp file handler for expand-file-name via get-file-buffer.
20042
20043 2005-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
20044
20045 * savehist.el (savehist-coding-system): Revert to checking XEmacs.
20046
20047 2005-10-19 Jay Belanger <belanger@truman.edu>
20048
20049 * calc/calc-units.el (math-standard-units): Add units, adjust
20050 symbols and update values.
20051 (math-unit-prefixes): Add more prefixes.
20052
20053 2005-10-19 Romain Francoise <romain@orebokech.com>
20054
20055 * bookmark.el (bookmark-menu-heading): New face.
20056 (bookmark-bmenu-list): Use it.
20057 Don't fiddle with `baud-rate' at top-level.
20058
20059 2005-10-18 Chong Yidong <cyd@stupidchicken.com>
20060
20061 * image.el (create-image, find-image): Mention max-image-size in
20062 docstring.
20063
20064 2005-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
20065
20066 * savehist.el (savehist-load): Revert to checking XEmacs.
20067
20068 * textmodes/conf-mode.el: Don't use font-lock-defaults-alist.
20069 Various docstring and line-width fixups.
20070 (conf-mode): Use cond.
20071 Set font-lock-defaults. Don't set comment-use-syntax.
20072
20073 2005-10-18 David Ponce <david@dponce.com>
20074
20075 * tree-widget.el (tree-widget-button-click): New function.
20076 (tree-widget-button-keymap): Use it.
20077
20078 2005-10-18 Romain Francoise <romain@orebokech.com>
20079
20080 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
20081 (bookmark-bmenu-hide-filenames): Add follow-link property.
20082 Improve help-echo text.
20083
20084 * ffap.el (find-file-at-point): Doc fix.
20085
20086 2005-10-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20087
20088 * mouse.el (mouse-set-region): Don't do sit-for on a mac frame.
20089
20090 2005-10-18 Masatake YAMATO <jet@gyve.org>
20091
20092 Install to the CVS repository what I forgot to install in my
20093 2005-10-16 changes.
20094
20095 * progmodes/python.el (python-complete-symbol): Pass the common
20096 prefix substring of completion to `display-completion-list'.
20097
20098 * textmodes/org.el (org-complete): Ditto.
20099
20100 2005-10-18 Masatake YAMATO <jet@gyve.org>
20101
20102 Fix a bug reported by Sven Joachim <sven_joachim@web.de>.
20103
20104 * woman.el (WoMan-xref-man-page): New button type derived
20105 from `Man-abstract-xref-man-page'.
20106 (woman-mode): Pass `WoMan-xref-man-page' to `Man-highlight-references'.
20107
20108 * man.el (Man-abstract-xref-man-page): New button type.
20109 (Man-xref-man-page): Make it derived from `Man-abstract-xref-man-page'.
20110 (Man-highlight-references): Add new optional argument `xref-man-type'.
20111
20112 2005-10-18 Nick Roberts <nickrob@snap.net.nz>
20113
20114 * progmodes/gud.el (gud-menu-map): Correct condition for fringe.
20115
20116 2005-10-17 Chong Yidong <cyd@stupidchicken.com>
20117
20118 * cus-edit.el (Custom-move-and-invoke): Delete.
20119 (custom-mode-map): Bind mouse-1 to widget-move-and-invoke.
20120
20121 * wid-edit.el (widget-move-and-invoke): New function, from
20122 Custom-move-and-invoke.
20123
20124 2005-10-17 Bill Wohler <wohler@newt.com>
20125
20126 Move all remaining images from lisp/toolbar to etc/images, move
20127 lisp/toolbar/tool-bar to lisp and "delete" lisp/toolbar. Place
20128 the low resolution images in their own directory (low-color).
20129
20130 * toolbar/attach.*, toolbar/cancel.*, toolbar/close.*
20131 * toolbar/copy.*, toolbar/cut.*, toolbar/diropen.*, toolbar/exit.*
20132 * toolbar/help.*, toolbar/home.*, toolbar/index.*, toolbar/info.*
20133 * toolbar/mail.*, toolbar/new.*, toolbar/open.*, toolbar/paste.*
20134 * toolbar/preferences.*, toolbar/print.*, toolbar/save.*
20135 * toolbar/saveas.*, toolbar/search.*, toolbar/search-replace.*
20136 * toolbar/spell.*, toolbar/undo.*: Move to etc/images.
20137
20138 * toolbar/lc-copy.*: Move to etc/images/low-color/copy.*.
20139 * toolbar/lc-cut.*: Move to etc/images/low-color/cut.*.
20140 * toolbar/lc-help.*: Move to etc/images/low-color/help.*.
20141 * toolbar/lc-home.*: Move to etc/images/low-color/home.*.
20142 * toolbar/lc-index.*: Move to etc/images/low-color/index.*.
20143 * toolbar/lc-new.*: Move to etc/images/low-color/new.*.
20144 * toolbar/lc-open.*: Move to etc/images/low-color/open.*.
20145 * toolbar/lc-paste.*: Move to etc/images/low-color/paste.*.
20146 * toolbar/lc-preferences.*: Move to etc/images/low-color/preferences.*.
20147 * toolbar/lc-print.*: Move to etc/images/low-color/print.*.
20148 * toolbar/lc-save.*: Move to etc/images/low-color/save.*.
20149 * toolbar/lc-saveas.*: Move to etc/images/low-color/saveas.*.
20150 * toolbar/lc-search.*: Move to etc/images/low-color/search.*.
20151 * toolbar/lc-spell.*: Move to etc/images/low-color/spell.*.
20152 * toolbar/lc-undo.*: Move to etc/images/low-color/undo.*.
20153
20154 To conform with convention, replace the underscore (_) in the
20155 following image names with dash (-) or (/) as appropriate.
20156
20157 * toolbar/back_arrow.*: Move to etc/images/back-arrow.*.
20158 * toolbar/fld_open.*: Move to etc/images/fld-open.*.
20159 * toolbar/fwd_arrow.*: Move to etc/images/fwd-arrow.*.
20160 * toolbar/jump_to.*: Move to etc/images/jump-to.*.
20161 * toolbar/left_arrow.*: Move to etc/images/left-arrow.*.
20162 * toolbar/right_arrow.*: Move to etc/images/right-arrow.*.
20163 * toolbar/up_arrow.*: Move to etc/images/up-arrow.*.
20164 * toolbar/lc-back_arrow.*: Move to etc/images/low-color/back-arrow.*.
20165 * toolbar/lc-fwd_arrow.*: Move to etc/images/low-color/fwd-arrow.*.
20166 * toolbar/lc-jump_to.*: Move to etc/images/low-color/jump-to.*.
20167 * toolbar/lc-left_arrow.*: Move to etc/images/low-color/left-arrow.*.
20168 * toolbar/lc-right_arrow.*: Move to etc/images/low-color/right-arrow.*.
20169 * toolbar/lc-up_arrow.*: Move to etc/images/low-color/up-arrow.*.
20170 * toolbar/mail_compose.*: Move to etc/images/mail/compose.*.
20171 * toolbar/mail_send.*: Move to etc/images/mail/send.*.
20172
20173 * info.el (info-tool-bar-map): Replace underscores in image names
20174 with dashes.
20175
20176 * makefile.w32-in (WINS): Remove toolbar.
20177
20178 * menu-bar.el: Replace toolbar/tool-bar.el with tool-bar.el in comment.
20179
20180 * tool-bar.el: Move to lisp from toolbar. Now that
20181 toolbar is empty, it should be deleted when folks run "cvs up -P".
20182
20183 2005-10-18 Jay Belanger <belanger@truman.edu>
20184
20185 * calc/calc-store.el (calc-store-into): Get the proper variable name
20186 to display in message.
20187
20188 2005-10-18 Nick Roberts <nickrob@snap.net.nz>
20189
20190 * progmodes/gdb-ui.el (gdb-var-create-handler): Make watch
20191 expressions display in speedbar for all buffers when debugging.
20192 (gdb-speedbar-expand-node): Ensure node contraction is always updated.
20193
20194 * speedbar.el (speedbar-set-mode-line-format): Indent properly.
20195 (speedbar-insert-button, speedbar-make-button):
20196 Use add-text-properties.
20197 (speedbar-update-localized-contents)
20198 (speedbar-update-directory-contents)
20199 (speedbar-update-special-contents): Use dolist.
20200 (speedbar-buffer-easymenu-definition): Add a menu separator.
20201
20202 2005-10-17 Jason Rumney <jasonr@gnu.org>
20203
20204 * makefile.w32-in: Use $(lisp) consistently.
20205 (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): New targets
20206 for shell specific generation of mh-autoloads.
20207
20208 2005-10-17 Richard M. Stallman <rms@gnu.org>
20209
20210 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Undo prev change.
20211
20212 2005-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
20213
20214 * jit-lock.el (jit-lock-fontify-now):
20215 Move jit-lock-context-unfontify-pos to avoid wasted work.
20216
20217 2005-10-17 Michael Albinus <michael.albinus@gmx.de>
20218
20219 * net/tramp.el (tramp-completion-mode): New defvar. Used in
20220 `tramp-completion-mode' for checking if we are in completion mode.
20221 (tramp-completion-handle-file-name-all-completions): Reorder code
20222 in order to complete for file names only in case there are no
20223 method/user/host completions. This is necessary for cooperation
20224 with ido. Reported by Kim F. Storm <storm@cua.dk>.
20225
20226 2005-10-16 Chong Yidong <cyd@stupidchicken.com>
20227
20228 * longlines.el (longlines-search-forward)
20229 (longlines-search-backward): Match any number of spaces.
20230
20231 2005-10-16 Thien-Thi Nguyen <ttn@gnu.org>
20232
20233 * diff-mode.el (diff-mode): Doc fix.
20234
20235 2005-10-16 David Reitter <david.reitter@gmail.com>
20236
20237 * mail/sendmail.el (send-mail-function): Use mailclient-send-it
20238 as default on darwin and windows systems.
20239
20240 2005-10-16 Sven Joachim <svenjoac@gmx.de> (tiny change)
20241
20242 * arc-mode.el (archive-zip-extract): Doc fix.
20243
20244 2005-10-16 Romain Francoise <romain@orebokech.com>
20245
20246 * mouse.el (mouse-1-click-follows-link): Doc fix.
20247
20248 2005-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
20249
20250 * savehist.el: Don't require CL at runtime.
20251 (savehist-xemacs): Remove.
20252 (savehist-coding-system): Use utf-8 if present, regardless of religion.
20253 (savehist-no-conversion): Use (featurep 'xemacs).
20254 (savehist-load): Check existence of start-itimer rather than XEmacs.
20255 Use an idle timer.
20256 (savehist-process-for-saving): Replace use of CL funs `subseq' and
20257 `delete-if-not'.
20258
20259 2005-10-16 Hrvoje Niksic <hniksic@xemacs.org>
20260
20261 * savehist.el: Newer version.
20262 (savehist-autosave-interval, savehist-coding-system, savehist-timer)
20263 (savehist-last-checksum, savehist-no-conversion): New vars.
20264 (savehist-autosave, savehist-process-for-saving, savehist-printable):
20265 New functions.
20266 (savehist-load, savehist-save): Use them.
20267 (savehist-delimit): Remove.
20268
20269 2005-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
20270
20271 * progmodes/compile.el (compilation-goto-locus): Display the
20272 compilation buffer first and the source buffer second, in case they're
20273 in overlapping frames. Don't raise the compilation frame if it was the
20274 selected window upon entry. Pass the `other-window' arg to
20275 pop-to-buffer.
20276
20277 * info.el (Info-fontify-node): Use dolist.
20278 Change add-text-properties to put-text-property.
20279
20280 2005-10-16 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
20281
20282 * textmodes/bibtex.el (bibtex-font-lock-url): Catch when point past
20283 bound of search.
20284
20285 2005-10-16 Masatake YAMATO <jet@gyve.org>
20286
20287 * dabbrev.el (dabbrev-completion): Pass the common
20288 prefix substring of completion to `display-completion-list'.
20289
20290 * filecache.el (file-cache-minibuffer-complete)
20291 (file-cache-complete): Ditto.
20292
20293 * tempo.el (tempo-display-completions): Ditto.
20294
20295 * wid-edit.el (widget-file-complete, widget-color-complete): Ditto.
20296
20297 * emacs-lisp/lisp.el (lisp-complete-symbol): Ditto.
20298
20299 * eshell/em-hist.el (eshell-list-history): Ditto.
20300
20301 * mail/mailabbrev.el (mail-abbrev-complete-alias): Ditto.
20302
20303 * mail/mailalias.el (mail-complete): Ditto.
20304
20305 * progmodes/etags.el (complete-tag): Ditto.
20306
20307 * progmodes/make-mode.el (makefile-complete): Ditto.
20308
20309 * progmodes/meta-mode.el (meta-complete-symbol): Ditto.
20310
20311 * progmodes/octave-mod.el (octave-complete-symbol): Ditto.
20312
20313 * progmodes/pascal.el (pascal-complete-word)
20314 (pascal-show-completions): Ditto.
20315
20316 * textmodes/bibtex.el (bibtex-complete-internal): Ditto.
20317
20318 * simple.el (completion-common-substring): New variable.
20319 (completion-setup-function): Use `completion-common-substring'
20320 to put faces.
20321
20322 2005-10-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20323
20324 * term/mac-win.el: Apply 2005-10-09 change for term/x-win.el.
20325 (x-get-selection, mac-select-convert-to-string): Convert from/to
20326 UTF-16 clipboard data as in native byte order, no BOM.
20327
20328 2005-10-16 Nick Roberts <nickrob@snap.net.nz>
20329
20330 * progmodes/gud.el (gud-tool-bar-map): Rename the images
20331 appropriately (gud/next, gud/nexti, gud/step, gud/stepi).
20332 (gud-sentinel): Use speedbar-frame to check for speedbar.
20333
20334 2005-10-15 Richard M. Stallman <rms@gnu.org>
20335
20336 * savehist.el: New file.
20337
20338 2005-10-14 Karl Chen <quarl@cs.berkeley.edu>
20339
20340 * textmodes/tex-mode.el (tex-font-lock-keywords-2):
20341 Fix bug in \bf fontification.
20342
20343 2005-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
20344
20345 * pcvs.el (cvs-edit-log-files): New var.
20346 (cvs-mode-edit-log): New arg `file'.
20347 (cvs-edit-log-minor-wrap): Don't set the ignore-marks property.
20348 Instead force the use of the original file and nothing else.
20349 (cvs-edit-log-filelist): Don't use the cvs-mode-* function unless
20350 the cvs-minor-wrap-function is set.
20351 (cvs-do-edit-log): Obey the vars set in cvs-edit-log-minor-wrap.
20352
20353 2005-10-14 Bill Wohler <wohler@newt.com>
20354
20355 * toolbar/gud-break.*: Moved to etc/images/gud/break.*.
20356 * toolbar/gud-cont.*: Moved to etc/images/gud/cont.*.
20357 * toolbar/gud-down.*: Moved to etc/images/gud/down.*.
20358 * toolbar/gud-finish.*: Moved to etc/images/gud/finish.*.
20359 * toolbar/gud-ni.*: Moved to etc/images/gud/ni.*.
20360 * toolbar/gud-n.*: Moved to etc/images/gud/n.*.
20361 * toolbar/gud-print.*: Moved to etc/images/gud/print.*.
20362 * toolbar/gud-pstar.*: Moved to etc/images/gud/pstar.*.
20363 * toolbar/gud-remove.*: Moved to etc/images/gud/remove.*.
20364 * toolbar/gud-run.*: Moved to etc/images/gud/run.*.
20365 * toolbar/gud-si.*: Moved to etc/images/gud/si.*.
20366 * toolbar/gud-s.*: Moved to etc/images/gud/s.*.
20367 * toolbar/gud-until.*: Moved to etc/images/gud/until.*.
20368 * toolbar/gud-up.*: Moved to etc/images/gud/up.*.
20369 * toolbar/gud-watch.*: Moved to etc/images/gud/watch.*.
20370
20371 * progmodes/gud.el (gud-tool-bar-map): Rename the images
20372 appropriately (for example, gud-break to gud/break).
20373
20374 2005-10-14 Chong Yidong <cyd@stupidchicken.com>
20375
20376 * longlines.el (longlinges-search-function)
20377 (longlines-search-forward, longlines-search-backward): New functions.
20378 (longlines-mode): Set isearch-search-fun-function to
20379 longlinges-search-function.
20380
20381 * mouse.el (mouse-drag-region-1): Handle the case where a
20382 double-click event is bound to an arbitrary function.
20383
20384 2005-10-14 David Ponce <david@dponce.com>
20385
20386 * recentf.el (recentf-track-opened-file)
20387 (recentf-track-closed-file, recentf-update-menu)
20388 (recentf-used-hooks, recentf-enabled-p): Move before dialog stuff.
20389 (recentf-dialog-mode-map): Map follow-link to RET, so dialogs obey
20390 mouse-1-click-follows-link.
20391
20392 2005-10-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
20393
20394 * toolbar/diropen.xpm, toolbar/diropen.pbm: New versions made from
20395 Gnome file-manager.png. Suggested by
20396 Joachim Nilsson <joachim.nilsson@vmlinux.org>.
20397
20398 * toolbar/README: Add diropen.xpm.
20399
20400 2005-10-13 Bill Wohler <wohler@newt.com>
20401
20402 * makefile.w32-in (MH_E_SRC): Rename from MH-E-SRC per NMAKE
20403 restrictions. Suggested by David Robinow <drobinow@gmail.com>.
20404
20405 2005-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
20406
20407 * progmodes/mixal-mode.el (mixal-operation-codes-alist):
20408 Don't waste the byte-compiler's time on constant data.
20409
20410 2005-10-13 Kenichi Handa <handa@m17n.org>
20411
20412 * international/utf-8.el (utf-8-compose): Display an invalid UTF-8
20413 byte with `escape-glyph' face.
20414
20415 * international/fontset.el (ccl-encode-unicode-font):
20416 Lookup utf-subst-table-for-encode, not ucs-mule-cjk-to-unicode.
20417 Handle the case that ucs-mule-to-mule-unicode translates a character to
20418 ASCII (usually for IPA characters).
20419
20420 2005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
20421
20422 * info.el (Info-fontify-node): Don't be fooled by a lone "...".
20423 Don't hide the underline of titles if font-lock-mode is disabled.
20424
20425 2005-10-12 Bill Wohler <wohler@newt.com>
20426
20427 * makefile.w32-in (MH-E-SRC): New. Used by mh-autoloads.
20428 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
20429 files in MH-E-SRC have been updated.
20430 (updates, compile, recompile, bootstrap): Depend on mh-autoloads.
20431
20432 2005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
20433
20434 * progmodes/mixal-mode.el (mixal-operation-codes): Remove.
20435 (mixal-mode-syntax-table): Add \n as end-comment.
20436 (mixal-operation-codes-alist): Immediately initialize to full value.
20437 (mixal-add-operation-code): Remove.
20438 (mixal-describe-operation-code): Make the arg non-optional.
20439 Use the interactive spec instead.
20440 Use mixal-operation-codes-alist rather than mixal-operation-codes.
20441 (mixal-font-lock-keywords): Don't highlight comments here any more.
20442 (mixal-font-lock-syntactic-keywords): New var.
20443 (mixal-mode): Use it. Fix comment-start-skip.
20444
20445 2005-10-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
20446
20447 * startup.el (command-line-x-option-alist): -nb => -nbi
20448
20449 2005-10-12 Kim F. Storm <storm@cua.dk>
20450
20451 * startup.el (fancy-splash-default-action): Discard mouse click in
20452 the splash screen window, as it has no sensible meaning in the
20453 next window to be selected. Fixes error reported by Jan D.
20454
20455 2005-10-12 Reiner Steib <Reiner.Steib@gmx.de>
20456
20457 * desktop.el (desktop-load-file): Do nothing when FUNCTION is nil.
20458
20459 2005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
20460
20461 * progmodes/mixal-mode.el: Sync with version in the GNU MDK project.
20462 Try to fix up minor layout issues like indentation, line break, etc...
20463 (mixal-mode-syntax-table): Don't try to specify comment syntax,
20464 because it doesn't work.
20465 (mixal-operation-codes): Add some more codes.
20466 (mixal-font-lock-keywords): Process comments here.
20467 (mixal-mode): mixasm no longer needs -g option.
20468
20469 2005-10-11 Sven Joachim <svenjoac@gmx.de> (tiny change)
20470
20471 * progmodes/sh-script.el (sh-tmp-file):
20472 Use mktemp -t. Finish support for es and rc shells.
20473
20474 2005-10-11 Jay Belanger <belanger@truman.edu>
20475
20476 * calc/calcalg2.el (calc-integral): With an argument, compute the
20477 definite integral.
20478
20479 2005-10-11 Chong Yidong <cyd@stupidchicken.com>
20480
20481 * mouse.el (mouse-drag-region-1): Don't try to catch a
20482 double-click when doing follow-link (it's overridden anyway).
20483
20484 2005-10-11 Juanma Barranquero <lekktu@gmail.com>
20485
20486 * emacs-lisp/autoload.el (update-directory-autoloads): Doc fix.
20487 (autoload-print-form-outbuf): Add docstring.
20488
20489 2005-10-11 Juri Linkov <juri@jurta.org>
20490
20491 * info.el (Info-mode-menu): Delete menu item "Edit".
20492 (Info-mode): Delete description of Info-edit from docstring,
20493 and rearrange descriptions of Info commands in the order
20494 they are documented in the Info manual.
20495
20496 2005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
20497
20498 * calendar/appt.el (appt-check): Use diary-selective-display var.
20499
20500 2005-10-10 Richard M. Stallman <rms@gnu.org>
20501
20502 * net/newsticker.el (newsticker-start, newsticker-show-news):
20503 Add autoload cookies.
20504
20505 2005-10-10 Emanuele Giaquinta <emanuele.giaquinta@gmail.com>
20506
20507 * progmodes/sh-script.el (sh-tmp-file): Use mktemp.
20508
20509 2005-10-10 Karl Chen <quarl@cs.berkeley.edu>
20510
20511 * jka-cmpr-hook.el (jka-compr-handler): Fix typo in `operations' prop.
20512
20513 2005-10-10 Jay Belanger <belanger@truman.edu>
20514
20515 * calc/calc-arith.el (math-check-known-scalarp)
20516 (math-check-known-matrixp): Check the values of arguments that are
20517 variables.
20518 (math-check-known-square-matrixp): New function.
20519 (math-known-square-matrixp): Use math-check-known-square-matrixp.
20520 (math-super-types): Add sqmatrix type.
20521
20522 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec): Change the
20523 mode name `square' to `sqmatrix'.
20524
20525 * calc/calc.el (calc-matrix-mode, calc-set-mode-line): Change the
20526 mode name `square' to `sqmatrix'.
20527
20528 2005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
20529
20530 * progmodes/etags.el (select-tags-table-mode): Don't use
20531 selective-display.
20532 (tags-select-tags-table): Pass `button' to the action function.
20533 (select-tags-table): Place the side-info on button properties rather
20534 than in hidden text. Abbreviate file names.
20535 (select-tags-table-mode-map): Inherit rather than copy buttom-map.
20536 (select-tags-table-select): Add `button' argument.
20537 Get side-info from the button property rather than from hidden text.
20538
20539 2005-10-11 Nick Roberts <nickrob@snap.net.nz>
20540
20541 * progmodes/gud.el (gud-install-speedbar-variables): Add more bindings.
20542 (gud-speedbar-buttons): Preserve point if possible.
20543 (gud-sentinel): Restore previous speedbar display type.
20544
20545 * progmodes/gdb-ui.el (gdba): Improve diagram.
20546 (def-gdb-auto-update-handler, gdb-info-locals-handler)
20547 (gdb-put-breakpoint-icon, gdb-remove-breakpoint-icons):
20548 Call get-buffer-window once.
20549
20550 2005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
20551
20552 * progmodes/pascal.el (pascal-mode-map): Move init into declaration.
20553 (pascal-mode-syntax-table): Make (* *) markers same class as { ... }.
20554 (pascal-indent-command): Remove unused var `ind'.
20555 (pascal-indent-case): Remove unused var `oldpos'.
20556 (pascal-outline-map): Don't inherit from pascal-mode-map anymore,
20557 since it's now used as a proper minor mode map.
20558 (pascal-outline): Rename to pascal-outline-mode.
20559 (pascal-outline-mode): Use define-minor-mode.
20560 (pascal-outline-mode, pascal-outline-change): Use overlays rather than
20561 selective-display.
20562
20563 2005-10-10 Andreas Schwab <schwab@suse.de>
20564
20565 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Adjust match
20566 number. Reported by Karl Chen <quarl@cs.berkeley.edu>.
20567
20568 * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Fix for building
20569 outside source directory.
20570
20571 2005-10-10 Carsten Dominik <dominik@science.uva.nl>
20572
20573 * textmodes/org.el (org-mode-map): Explicit definition of `C-c
20574 C-x' as a prefix.
20575 (orgtbl-mode-map): Full keymap instead of sparse, because all
20576 `self-insert-command' keys are redefined in this map.
20577 (org-export-as-html): Specify charset for HTML file, by taking it
20578 from the coding system.
20579
20580 2005-10-10 Kenichi Handa <handa@m17n.org>
20581
20582 * textmodes/flyspell.el (flyspell-check-word-p):
20583 If unread-command-events is non-empty, don't call sit-for.
20584
20585 2005-10-09 Richard M. Stallman <rms@gnu.org>
20586
20587 * font-lock.el (font-lock-syntactic-keywords)
20588 (font-lock-keywords): Doc fixes.
20589
20590 * textmodes/flyspell.el (flyspell-external-point-words):
20591 Simplify logic, and don't try to check for consecutive appearances
20592 of one incorrect word.
20593
20594 2005-10-10 Nick Roberts <nickrob@snap.net.nz>
20595
20596 * speedbar.el (speedbar-buffer-easymenu-definition): Add menu
20597 separator.
20598
20599 * progmodes/gud.el (gud-last-speedbar-buffer): Remove.
20600 (gud-install-speedbar-variables): Add GUD to speedbar "Displays" list.
20601 (gud-expansion-speedbar-buttons): New function.
20602 (gud-speedbar-buttons): Check for gud-comint-buffer.
20603
20604 2005-10-09 Bill Wohler <wohler@newt.com>
20605
20606 * Makefile.in (updates): Add mh-loaddefs dependency.
20607
20608 2005-10-09 Chong Yidong <cyd@stupidchicken.com>
20609
20610 * speedbar.el (speedbar-file-key-map): Fix typo.
20611
20612 2005-10-09 Daniel Brockman <daniel@brockman.se>
20613
20614 * cus-start.el (line-spacing): Add custom spec.
20615
20616 2005-10-09 Romain Francoise <romain@orebokech.com>
20617
20618 * textmodes/ispell.el (ispell-check-version): Fix last change.
20619
20620 2005-10-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
20621
20622 * term/x-win.el: Remove -i, --icon-type from comment.
20623
20624 * startup.el (command-line-x-option-alist): Remove options -i,
20625 -itype, --icon-type, added -nb, --no-bitmap-icon
20626
20627 2005-10-09 Nick Roberts <nickrob@snap.net.nz>
20628
20629 * progmodes/gud.el (gud-speedbar-menu-items): Use :visible
20630 instead of :active.
20631
20632 2005-10-08 Eric Hanchrow <offby1@blarg.net> (tiny change)
20633
20634 * textmodes/ispell.el (ispell-check-version):
20635 Ignore hyphen, and all that follows, in aspell's version text.
20636
20637 2005-10-08 Jay Belanger <belanger@truman.edu>
20638
20639 * calc/calc-arith.el (math-known-square-matrixp): New function.
20640 (math-pow-fancy): Check for matrices before distributing exponent
20641 across products.
20642
20643 * calc/calc-keypd.el (calc-do-keypad): Widen keypad window for
20644 fullscreen keypad. Suggested by Luc Teirlinck.
20645 (calc-keypad-show-input): Add space for formatting.
20646
20647 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec):
20648 Add square matrix option.
20649
20650 * calc/calc-poly.el (math-expand-term): Check for matrices instead
20651 of checking calc-matrix-mode when deciding how to expand.
20652
20653 * calc/calc.el (calc-set-mode-line): Add square matrix option.
20654
20655 2005-10-08 Lars Hansen <larsh@soem.dk>
20656
20657 * net/tramp.el (tramp-perl-directory-files-and-attributes):
20658 Add error handling.
20659 (tramp-handle-directory-files-and-attributes): Handle perl error msg.
20660
20661 2005-10-08 Michael Albinus <michael.albinus@gmx.de>
20662
20663 Sync with Tramp 2.0.51.
20664
20665 * net/tramp.el (tramp-handle-set-visited-file-modtime)
20666 (tramp-handle-insert-file-contents, tramp-handle-write-region):
20667 Insert special handling for `last-coding-system-used', again
20668 it still seems to be necessary (unlike stated before).
20669 Reported by Toshinori Sugita <sugita@d-pad.co.jp>.
20670 (tramp-password-prompt-regexp): There might be other words before
20671 trailing ":". Reported by Kurt Steinkraus <kurt@steinkraus.us>.
20672 (tramp-chunksize): Improve docstring.
20673 (tramp-set-auto-save-file-modes): Octal integer code #o600 breaks
20674 Emacs 20. Use `tramp-octal-to-decimal' therefore. Reported by
20675 Christian Joergensen <bugs@razor.dk>.
20676
20677 2005-10-07 Glenn Morris <rgm@gnu.org>
20678
20679 * progmodes/f90.el (f90-keywords-re, f90-mode): Doc fix.
20680 (f90-font-lock-keywords-2, f90-mode-abbrev-table): Add `double
20681 precision'.
20682
20683 2005-10-07 Romain Francoise <romain@orebokech.com>
20684
20685 * ibuf-ext.el (ibuffer-do-shell-command-pipe)
20686 (ibuffer-do-shell-command-pipe-replace)
20687 (ibuffer-do-shell-command-file, ibuffer-do-eval)
20688 (ibuffer-do-view-and-eval, ibuffer-do-rename-uniquely)
20689 (ibuffer-do-revert, ibuffer-do-replace-regexp)
20690 (ibuffer-do-query-replace, ibuffer-do-query-replace-regexp)
20691 (ibuffer-do-print, ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
20692 (ibuffer-filter-by-name, ibuffer-filter-by-filename)
20693 (ibuffer-filter-by-size-gt, ibuffer-filter-by-size-lt)
20694 (ibuffer-filter-by-content, ibuffer-filter-by-predicate
20695 (ibuffer-do-sort-by-major-mode, ibuffer-do-sort-by-mode-name)
20696 (ibuffer-do-sort-by-alphabetic, ibuffer-do-sort-by-size):
20697 Autoload file sans suffix.
20698
20699 * emulation/cua-base.el (cua-toggle-global-mark): Likewise.
20700
20701 2005-10-07 David Ponce <david@dponce.com>
20702
20703 * recentf.el (recentf-menu-open-all-flag): New option.
20704 (recentf-digit-shortcut-command-name): New function.
20705 (recentf--shortcuts-keymap): New variable.
20706 (recentf-menu-shortcuts): New variable.
20707 (recentf-make-menu-items): Initialize it. Replace the "More..."
20708 menu item by "All...", if `recentf-menu-open-all-flag' is non-nil.
20709 (recentf-menu-value-shortcut): New function.
20710 (recentf-make-menu-item): Use it. No more in-lined.
20711 (recentf-dialog-mode-map): Base on `recentf--shortcuts-keymap'.
20712 (recentf-open-most-recent-file): Rename from
20713 `recentf-open-file-with-key'. Don't depend on key binding.
20714 (recentf-mode-map): New variable.
20715 (recentf-mode): Use it.
20716
20717 2005-10-06 Bill Wohler <wohler@newt.com>
20718
20719 * mh-e/mh-loaddefs.el: Remove. Now generated automatically.
20720
20721 * Makefile.in (AUTOGENEL): Add mh-e/mh-loaddefs.el.
20722 (MH-E-SRC): New. Used by mh-autoloads.
20723 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
20724 files in MH-E-SRC have been updated.
20725 (compile, recompile, bootstrap): Depend on mh-autoloads.
20726
20727 2005-10-07 Nick Roberts <nickrob@snap.net.nz>
20728
20729 * progmodes/gud.el (gud-menu-map): Only display un-intuitive
20730 gud-break and gud-remove icons when the fringe is not available.
20731
20732 * progmodes/gdb-ui.el (gdb-fringe-width -> gdb-buffer-fringe-width):
20733 Typo.
20734
20735 2005-10-06 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac-@t-lrde.epita.fr>
20736
20737 * play/zone.el (zone): Wrap body with save-window-excursion.
20738
20739 2005-10-06 Stefan Monnier <monnier@iro.umontreal.ca>
20740
20741 * calendar/cal-menu.el (calendar-mouse-view-diary-entries):
20742 Use the new `list-only' arg to diary-list-entries.
20743
20744 * calendar/diary-lib.el: Use overlays rather than selective-display.
20745 (diary-selective-display): New var.
20746 (diary-header-line-format): Use it.
20747 (diary-list-entries): Add argument `list-only'.
20748 Put the buffer in diary-mode. Don't add \^M at beg and end.
20749 Replace \^M by invisible overlays.
20750 (diary-unhide-everything): Replace \^M by invisible overlays.
20751 (print-diary-entries): Look for overlays rather than \^M.
20752 Add a space to the temp buffer name.
20753 (diary-show-all-entries, mark-diary-entries, make-diary-entry):
20754 Put the buffer in diary-mode.
20755 (list-sexp-diary-entries): Replace \^M by invisible overlays.
20756 (diary-anniversary): Make the year arg optional.
20757 (diary-time-regexp): New const.
20758 (diary-font-lock-keywords): Use it to accept a few more time formats.
20759
20760 * pcvs.el (cvs-sentinel): Make sure we do re-enable undo.
20761
20762 2005-10-06 Thien-Thi Nguyen <ttn@gnu.org>
20763
20764 * textmodes/artist.el (artist-ellipse-mirror-quadrant):
20765 Fix bug introduced 2005-07-03: Use (car (last ...))
20766 to faithfully reproduce replaced artist-last.
20767 (artist-set-arrow-points-for-poly): Likewise.
20768 Suggested by Johan Bockg\e,Ae\e(Brd.
20769
20770 2005-10-06 Juanma Barranquero <lekktu@gmail.com>
20771
20772 * dframe.el (x-pointer-hand2, x-pointer-top-left-arrow):
20773 * wid-edit.el (widget):
20774 * progmodes/gdb-ui.el (gdb-buffer-fringe-width):
20775 * progmodes/vhdl-mode.el (speedbar-attached-frame): Add defvars.
20776
20777 2005-10-06 Kenichi Handa <handa@m17n.org>
20778
20779 * international/mule-cmds.el (set-language-environment):
20780 Fix setting up of case-table for unibyte mode.
20781
20782 * simple.el (what-cursor-position): If the character is displayed
20783 by some `display' text property, show that. Don't use
20784 single-key-description for eight-bit characters in multibyte mode.
20785
20786 2005-10-06 Nick Roberts <nickrob@snap.net.nz>
20787
20788 * progmodes/gdb-ui.el (gdb-fringe-width): New variable.
20789 (gdb-ann3): Set it.
20790 (gdb-put-breakpoint-icon): Don't take fringe-width from speedbar frame.
20791 (gdb-info-frames-custom): Use inverse-video for first five
20792 characters of selected frame only.
20793 (gdb-get-frame-number): Select frame even when point is on frame
20794 number.
20795
20796 2005-10-06 Masatake YAMATO <jet@gyve.org>
20797
20798 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom):
20799 Put `font-lock-function-name-face'.
20800 (gdb-info-frames-custom): Put `font-lock-function-name-face'
20801 and `font-lock-variable-name-face'
20802 (gdb-registers-font-lock-keywords): New font lock keywords definition.
20803 (gdb-registers-mode): Use `gdb-registers-font-lock-keywords`.
20804 (gdb-memory-font-lock-keywords): New font lock keywords definition.
20805 (gdb-memory-mode): Use `gdb-memory-font-lock-keywords'.
20806 (gdb-local-font-lock-keywords): New font lock keywords definition.
20807 (gdb-locals-mode): Use `gdb-local-font-lock-keywords'
20808 (gdb-threads-font-lock-keywords): New font lock keywords definition.
20809 (gdb-threads-mode): Use `gdb-threads-font-lock-keywords'.
20810
20811 2005-10-05 Michael Kifer <kifer@cs.stonybrook.edu>
20812
20813 * ediff-merge.el (ediff-merge-region-is-non-clash): New defsubst.
20814 (ediff-merge-region-is-non-clash-to-skip): Previously called
20815 ediff-merge-region-is-non-clash.
20816
20817 * ediff-mult.el (ediff-append-custom-diff, ediff-meta-show-patch):
20818 Use insert-buffer-substring.
20819
20820 * ediff-ptch.el (ediff-fixup-patch-map): Use better heuristics for
20821 selecting files to patch. Also bug fixes.
20822
20823 * ediff-util.el (ediff-setup): Bug fix.
20824 (ediff-next-difference): Never skip clashes that differ in white
20825 space only.
20826
20827 * ediff-wind.el (ediff-setup-control-frame)
20828 (ediff-destroy-control-frame): Check the menubar feature.
20829
20830 * viper-cmd.el (viper-normalize-minor-mode-map-alist)
20831 (viper-refresh-mode-line): Use make-local-variable to localize
20832 some vars instead of make-variable-buffer-local. Suggested by
20833 Stefan Monnier.
20834
20835 * viper-init.el (viper-make-variable-buffer-local): Delete alias.
20836 (viper-restore-cursor-type, viper-set-insert-cursor-type):
20837 Use make-local-variable instead of make-variable-buffer-local.
20838 Suggested by Stefan Monnier.
20839
20840 * viper.el (viper-mode): Don't use viper-make-variable-buffer-local.
20841 (viper-comint-mode-hook): Use make-local-variable on
20842 require-final-newline.
20843 (viper-non-hook-settings): Don't use make-variable-buffer-local.
20844
20845 2005-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
20846
20847 * progmodes/scheme.el (scheme-mode-syntax-table): Mark ; as being
20848 also the second char of a comment-start sequence.
20849 (scheme-sexp-comment-syntax-table): New var.
20850 (lambda, define): Set their scheme-doc-string-elt property.
20851 (scheme-font-lock-syntactic-face-function): Handle sexp-comments.
20852 Use lisp-font-lock-syntactic-face-function now that it properly
20853 handles |...| symbols.
20854 (scheme-mode-variables): Set lisp-doc-string-elt-property,
20855 parse-sexp-lookup-properties and font-lock-extra-managed-props.
20856
20857 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Move the nesting
20858 bit from # to |.
20859 (lisp-font-lock-syntactic-face-function): Distinguish |...| symbols.
20860
20861 * emacs-lisp/lisp-mode.el (lambda): Add its doc-string-elt property.
20862 (lisp-doc-string-elt-property): New var.
20863 (lisp-font-lock-syntactic-face-function): Use it.
20864 Rewrite to recognize docstrings even for forms not at toplevel.
20865
20866 * progmodes/scheme.el (scheme-mode-syntax-table): Put the nested
20867 annotation on the | part of #| rather than on the # part.
20868 (scheme-font-lock-syntactic-face-function): New function, to
20869 distinguish strings from |...| symbols.
20870 (scheme-mode-variables): Use it. Also fix up the font-lock-time
20871 syntax-table so that #|...|# is properly highlighted.
20872
20873 * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function):
20874 Don't mark as docstring the 3rd elem of an unknown toplevel form.
20875
20876 2005-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
20877
20878 * bindings.el (global-map): Resync [home] and [end] bindings with C-a
20879 and C-e.
20880
20881 * emacs-lisp/eldoc.el: Move comments into docstrings.
20882 (eldoc-message-commands): Initialize in its declaration.
20883 Add move-beginning-of-line and move-end-of-line.
20884 (eldoc-add-command, eldoc-add-command-completions)
20885 (eldoc-remove-command, eldoc-remove-command-completions): Simplify.
20886
20887 * outline.el (outline-mark-subtree): Activate the mark.
20888
20889 * calendar/appt.el (appt-time-regexp): New var.
20890 (appt-add, appt-make-list): Use it.
20891 (appt-convert-time): Clean up.
20892
20893 * textmodes/tex-mode.el (tex-font-lock-syntactic-face-function):
20894 Don't set any syntax-table property here.
20895 (tex-font-lock-verb): New function. Do it here.
20896 (tex-font-lock-syntactic-keywords): Use it.
20897
20898 2005-10-04 Richard M. Stallman <rms@gnu.org>
20899
20900 * wid-edit.el (widget-file-complete): Get the widget start point
20901 the right way. Default directory to `/' if file has none.
20902
20903 * x-dnd.el (x-dnd-drop-data): Check for dedicated windows.
20904
20905 * textmodes/flyspell.el (flyspell-mode-on):
20906 Call ispell-maybe-find-aspell-dictionaries.
20907
20908 * textmodes/ispell.el (ispell-word, ispell-region):
20909 Call ispell-maybe-find-aspell-dictionaries.
20910 (ispell-accept-buffer-local-defs):
20911 Don't call ispell-maybe-find-aspell-dictionaries
20912
20913 2005-10-04 Richard M. Stallman <rms@gnu.org>
20914
20915 * iswitchb.el (iswitchb-buffer-ignore): Label it risky.
20916
20917 2005-10-04 Emilio C. Lopes <eclig@gmx.net>
20918
20919 * iswitchb.el (iswitchb-ignore-buffername-p): Use `functionp'
20920 instead of `fboundp' in order to allow for anonymous functions.
20921
20922 2005-10-04 Chong Yidong <cyd@stupidchicken.com>
20923
20924 * info.el (Info-next, Info-prev, Info-up): Select info buffer, in
20925 case the user clicks on the link while another window is selected.
20926 (Info-speedbar-hierarchy-buttons): Use speedbar-current-frame.
20927
20928 * dframe.el (dframe-update-keymap): Use mouse-1-click-follows-link
20929 functionality.
20930 (dframe-help-echo): Save point in case mouse tracking is off.
20931
20932 2005-10-04 Thien-Thi Nguyen <ttn@gnu.org>
20933
20934 * net/ange-ftp.el (ange-ftp-ls): Fix typo introduced in last change.
20935
20936 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
20937
20938 * progmodes/cc-styles.el (c-setup-paragraph-variables): Make sure we do
20939 not change the global value of those vars.
20940
20941 * progmodes/cc-mode.el (c-basic-common-init): Remove calls to
20942 make-local-variable which we do not need any more.
20943
20944 2005-10-03 Chong Yidong <cyd@stupidchicken.com>
20945
20946 * speedbar.el (speedbar-ignored-path-regexp, speedbar-line-path)
20947 (speedbar-ignored-path-expressions, speedbar-buffers-line-path)
20948 (speedbar-add-ignored-path-regexp, speedbar-buffers-line-path)
20949 (speedbar-path-line): Define obsolete aliases.
20950 (speedbar-line-directory): Doc fix.
20951
20952 * progmodes/vhdl-mode.el (vhdl-speedbar-initialize)
20953 (vhdl-speedbar-rescan-hierarchy): Call speedbar-line-directory
20954 instead of speedbar-line-path.
20955
20956 2005-10-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
20957
20958 * x-dnd.el (x-dnd-drop-data): Don't set dnd-open-file-other-window
20959 to nil if dropping on a window. Handle dropping on a minibuffer window
20960 like dropping on a non-window part of Emacs.
20961
20962 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
20963
20964 * net/ange-ftp.el: Use with-current-buffer.
20965 (ange-ftp-insert-directory): Do not follow symlinks any more.
20966
20967 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
20968 Remove interactive spec.
20969
20970 2005-10-03 Kim F. Storm <storm@cua.dk>
20971
20972 * ido.el (ido-mode): Use custom-initialize-set.
20973
20974 2005-10-02 Richard M. Stallman <rms@gnu.org>
20975
20976 * progmodes/ebnf2ps.el (ebnf-eps-production-list):
20977 Use insert-buffer-substring.
20978
20979 * net/tramp.el: Pacify byte compiler warnings in pacification code.
20980 (tramp-handle-file-local-copy): Use insert-buffer-substring.
20981
20982 2005-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
20983
20984 * net/ange-ftp.el (ange-ftp-insert-directory): Undo unintended part
20985 in last change.
20986 (ange-ftp-insert-directory): Fix up the search for the case where
20987 `file' is absolute.
20988
20989 2005-10-02 Romain Francoise <romain@orebokech.com>
20990
20991 * progmodes/compile.el (compile-goto-error): Delete extra paren.
20992
20993 2005-10-02 Andreas Schwab <schwab@suse.de>
20994
20995 * ediff-ptch.el (ediff-fixup-patch-map): Handle file names without
20996 directory component in the session info.
20997
20998 2005-10-01 Richard M. Stallman <rms@gnu.org>
20999
21000 * comint.el (comint-redirect-subvert-readonly): Doc fix.
21001
21002 * simple.el (next-error-internal): New function.
21003
21004 * progmodes/compile.el (compilation-buffer-name): New arg MODE-COMMAND.
21005 (compilation-start): Pass new arg to compilation-buffer-name.
21006 (compile-goto-error): Use next-error-internal.
21007
21008 2005-10-01 Chong Yidong <cyd@stupidchicken.com>
21009
21010 * speedbar.el: Remove RCS tag.
21011 (speedbar-check-read-only): Handle non-existent files.
21012
21013 * dframe.el, ezimage.el, sb-image.el: Remove RCS tags.
21014
21015 * info.el (Info-speedbar-hierarchy-buttons)
21016 (Info-speedbar-goto-node): Call speedbar-select-attached-frame.
21017
21018 2005-10-01 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
21019
21020 * textmodes/bibtex.el (bibtex-valid-entry-whitespace-re):
21021 Do not match newline.
21022 (bibtex-realign): Do not use bibtex-valid-entry-whitespace-re.
21023 (bibtex-summary): Remove unnecessary save-excursion.
21024 (bibtex-fill-field-bounds): Use fill-region-as-paragraph.
21025
21026 2005-10-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21027
21028 * term/mac-win.el: Add charset info for "iso10646-1".
21029 Modify default fontset to use ATSUI-compatible fonts for some charsets
21030 if available.
21031
21032 2005-10-01 Chong Yidong <cyd@stupidchicken.com>
21033
21034 * speedbar.el: Re-apply arch tag.
21035 (speedbar-version): Rename to version 1.0. Suggested by Eric
21036 M. Ludlam.
21037 Reapply two changes from Emacs CVS' version of speedbar lost
21038 during the merge:
21039 (speedbar-use-imenu-flag): Avoid unnecessary use of locate-library.
21040 (speedbar-frame-parameters): Improve customize type.
21041
21042 2005-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
21043
21044 * net/ange-ftp.el (ange-ftp-gwp-start): Use with-current-buffer.
21045 (ange-ftp-file-directory-p): Fix the symlink case.
21046 (ange-ftp-insert-directory): When listing a single file, get a list of
21047 the parent buffer and extract the relevant line. Inspired from a patch
21048 by Katsumi Yamaoka <yamaoka@jpl.org>.
21049 (ange-ftp-file-name-sans-versions): Simplify.
21050
21051 2005-09-30 Bill Wohler <wohler@newt.com>
21052
21053 Move MH-E image files from toolbar and mail directories into
21054 etc/images.
21055
21056 * mail/reply2.*: Move to etc/images/mail/reply*.
21057
21058 * toolbar/execute.*, toolbar/highlight.*, toolbar/mh-logo.xpm:
21059 * toolbar/page-down.*, toolbar/show.*, toolbar/widen.*: Move to
21060 etc/images.
21061
21062 * toolbar/alias.*, toolbar/refile.*, toolbar/repack.*:
21063 * toolbar/reply*: Move to etc/images/mail.
21064
21065 * toolbar/rescan.*: Move and rename to etc/images/refresh.*.
21066
21067 2005-09-30 Eric M. Ludlam <zappo@gnu.org>
21068
21069 * speedbar.el: New version 1.0pre3.
21070
21071 Frame management code (including timer, and mouse click specifics)
21072 moved to dframe.el:
21073 (speedbar-attached-frame): Removed. Use dframe-attached-frame.
21074 (speedbar-timer): Removed. Use dframe-timer.
21075 (speedbar-close-frame): Removed. Use dframe-close-frame.
21076 (speedbar-activity-change-focus-flag): Removed. Use
21077 dframe-activity-change-focus-flag.
21078 (speedbar-update-speed, speedbar-navigating-speed): Obsolete. Use
21079 dframe-update-speed.
21080
21081 (speedbar-current-frame): New macro. Use this instead of the
21082 variable speedbar-frame.
21083
21084 (speedbar-use-images, speedbar-expand-image-button-alist)
21085 (speedbar-insert-image-button-maybe): Moved to sb-image.el.
21086
21087 (speedbar-find-image-on-load-path): Removed. Replaced by
21088 defezimage in ezimage.el.
21089 (speedbar-expand-image-button-alist): Removed. Replaced by
21090 ezimage-expand-image-button-alist in ezimage.el.
21091
21092 (speedbar-ignored-directory-regexp)
21093 (speedbar-add-ignored-directory-regexp)
21094 (speedbar-ignored-directory-expressions)
21095 (speedbar-line-directory, speedbar-buffers-line-directory)
21096 (speedbar-directory-line, speedbar-buffers-line-directory):
21097 Renamed, replacing `path' with `directory'.
21098
21099 (speedbar-create-directory, speedbar-expand-line-descendants)
21100 (speedbar-toggle-line-expansion)
21101 (speedbar-contract-line-descendants): New commands.
21102
21103 (speedbar-query-confirmation-method, speedbar-select-frame-method)
21104 (speedbar-use-tool-tips-flag): New options.
21105
21106 (speedbar-check-read-only, speedbar-require-version)
21107 (speedbar-insert-separator, speedbar-buffers-tail-notes)
21108 (speedbar-handle-delete-frame, speedbar-try-completion)
21109 (speedbar-update-localized-contents): New functions.
21110
21111 (speedbar-incompatible-version, speedbar-ro-to-do-point)
21112 (speedbar-object-read-only-indicator): New variables.
21113
21114 (speedbar-visiting-tag-hook, speedbar-before-visiting-file-hook):
21115 New hooks.
21116
21117 (speedbar-separator-face): New face.
21118
21119 (speedbar-supported-extension-expressions): Add `.g' and `.ma?k'.
21120 (speedbar-ignored-modes): Add fundamental-mode.
21121 (speedbar-directory-unshown-regexp): Add . directories.
21122
21123 (speedbar-key-map): Remove old SPC and DEL page up/down keys.
21124 (speedbar-file-key-map): Add SPC to toggle node expansion, `[' and
21125 `]' for full expand/close.
21126 (speedbar-buffers-key-map): Add SPC to toggle node expansion.
21127
21128 (speedbar-check-vc): Support hidden files.
21129 (speedbar-vc-check-dir-p): Use vc-state if available for CVS.
21130 (speedbar-this-file-in-vc): Use vc-state if available. If VC
21131 state is nil, it is not checked out.
21132
21133 (speedbar-line-text, speedbar-line-token): Support expand buttons
21134 with no text.
21135 (speedbar-refresh): Universal argument acts as power-click.
21136 (speedbar-fetch-dynamic-tags): If a buffer is in Emacs, switch to
21137 that buffer to get variable values.
21138
21139 And many other bugfixes.
21140
21141 * dframe.el, ezimage.el, sb-image.el: New files.
21142
21143 * sb-*.xpm: Remove files. New image files installed into
21144 etc/images/ezimage.
21145
21146 2005-09-30 Kenichi Handa <handa@m17n.org>
21147
21148 * ps-mule.el (ps-mule-show-warning): If a character is in
21149 ps-print-translation-table, don't treat it as non-printable.
21150
21151 2005-09-30 David Ponce <david@dponce.com>
21152
21153 * tree-widget.el (tree-widget-themes-load-path): New variable.
21154 (tree-widget-themes-directory): Doc fix.
21155 (tree-widget-image-formats) [Emacs]: Doc fix.
21156 (tree-widget--locate-sub-directory): New function.
21157 (tree-widget-themes-directory): Use it.
21158
21159 * recentf.el (recentf-filename-handlers): Rename from
21160 `recentf-filename-handler'. Allow a list of functions.
21161 (recentf-menu-items-for-commands): Fix :help strings.
21162 (recentf-apply-filename-handlers): New function.
21163 (recentf-expand-file-name): Use it.
21164 (recentf-cleanup): Remove duplicates too.
21165
21166 2005-09-29 Juri Linkov <juri@jurta.org>
21167
21168 * faces.el: Rearrange face definitions to be in the same order as
21169 their face descriptions in "(emacs)Standard Faces".
21170
21171 * isearch.el (isearch, lazy-highlight): Add group `basic-faces'.
21172
21173 * tooltip.el (tooltip): Add group `basic-faces'.
21174
21175 * buff-menu.el (Buffer-menu-buffer): Remove group
21176 `font-lock-highlighting-faces'.
21177
21178 * progmodes/compile.el (compilation-error, compilation-warning)
21179 (compilation-info, compilation-line-number, compilation-column-number):
21180 Change group from `font-lock-highlighting-faces' to `compilation'.
21181
21182 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
21183 (vhdl-font-lock-attribute-face, vhdl-font-lock-enumvalue-face)
21184 (vhdl-font-lock-function-face, vhdl-font-lock-directive-face)
21185 (vhdl-font-lock-reserved-words-face)
21186 (vhdl-font-lock-translate-off-face, syntax-alist): Remove group
21187 `font-lock-highlighting-faces'.
21188
21189 * cus-edit.el (custom-buffer-sort-alphabetically): Default to nil.
21190
21191 2005-09-28 Kim F. Storm <storm@cua.dk>
21192
21193 * emulation/cua-base.el: Set CUA move property on additional commands:
21194 up-list, down-list, backward-up-list, end-of-defun beginning-of-defun,
21195 forward-sexp, backward-sexp, forward-list, backward-list.
21196
21197 2005-09-28 Romain Francoise <romain@orebokech.com>
21198
21199 * comint.el (comint-show-output): Really set point at the
21200 beginning of the output when not using `comint-use-prompt-regexp'.
21201
21202 2005-09-27 Jay Belanger <belanger@truman.edu>
21203
21204 * calc/calc-lang.el (math-oper-table): Raise the precedence of "/"
21205 in TeX mode.
21206
21207 2005-09-26 Juanma Barranquero <lekktu@gmail.com>
21208
21209 * textmodes/org.el (org-table-sum): Fix format string.
21210
21211 * textmodes/tex-mode.el (tex-insert-quote, latex-indent):
21212 Quote face names.
21213
21214 2005-09-26 Romain Francoise <romain@orebokech.com>
21215
21216 * isearch.el (isearch-forward-regexp): Close doc string.
21217
21218 2005-09-25 Richard M. Stallman <rms@gnu.org>
21219
21220 * simple.el (blink-matching-open): Don't no-op when point is BEGV+1.
21221
21222 * isearch.el (isearch-forward, isearch-forward-regexp): Doc fixes.
21223
21224 * progmodes/compile.el (compilation-error-properties):
21225 When getting the file from the previous error message,
21226 correctly decode the new data format.
21227
21228 * progmodes/cc-cmds.el (c-electric-paren):
21229 Call old-blink-paren only for close-paren.
21230
21231 2005-09-24 Andreas Schwab <schwab@suse.de>
21232
21233 * term/rxvt.el (rxvt-register-default-colors): Delete redundant
21234 condition.
21235
21236 2005-09-25 Romain Francoise <romain@orebokech.com>
21237
21238 * dired-aux.el (dired-copy-file-recursive):
21239 * dired.el (dired-delete-file):
21240 * ediff-mult.el (ediff-dir-diff-copy-file):
21241 * ediff-util.el (ediff-test-save-region):
21242 * forms.el (forms-mode):
21243 * ido.el (ido-file-internal, ido-delete-file-at-head):
21244 * log-edit.el (log-edit-done):
21245 * ses.el (ses-yank-resize):
21246 * play/gomoku.el (gomoku-human-plays, gomoku)
21247 (gomoku-human-resigns, gomoku-prompt-for-other-game)
21248 (gomoku-offer-a-draw):
21249 * play/landmark.el (lm-human-resigns, lm):
21250 * net/eudcb-ldap.el (eudc-ldap-check-base):
21251 * play/mpuz.el (mpuz-offer-abort, mpuz-try-letter, mpuz-close-game):
21252 * progmodes/ebrowse.el (ebrowse-find-pattern):
21253 * progmodes/idlw-shell.el (idlwave-shell-set-bp-check):
21254 * textmodes/reftex-index.el (reftex-index-initialize-phrases-buffer):
21255 End `yes-or-no-p' and `y-or-n-p' prompts with question mark and space.
21256
21257 * vc.el (vc-delete-file):
21258 * play/gomoku.el (gomoku-terminate-game, gomoku)
21259 (gomoku-prompt-for-move, gomoku-human-takes-back):
21260 * play/landmark.el (lm-human-takes-back, lm-prompt-for-move)
21261 (lm-start-robot, lm-human-plays): Remove extraneous spaces in messages.
21262
21263 2005-09-24 Dan Nicolaescu <dann@ics.uci.edu>
21264
21265 * term/rxvt.el (rxvt-register-default-colors): Add support for 255
21266 color rxvt terminals by using the code xterm.el used to use before
21267 2005-04-09 in order to match the colors used by rxvt.
21268
21269 2005-09-24 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
21270
21271 * term/rxvt.el (rxvt-register-default-colors): Add support for 88
21272 colors rxvt-unicode terminals by using the same code as xterm.el.
21273
21274 2005-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
21275
21276 * textmodes/tex-mode.el (tex-font-lock-append-prop)
21277 (tex-font-lock-suscript, tex-insert-quote, latex-indent): Adjust to the
21278 new symbol used for the tex-verbatim face.
21279
21280 2005-09-24 Emilio C. Lopes <eclig@gmx.net>
21281
21282 * woman.el (woman-file-name):
21283 * wid-edit.el (widget-file-prompt-value)
21284 (widget-coding-system-prompt-value):
21285 * w32-fns.el (set-w32-system-coding-system):
21286 * vc.el (vc-version-diff, vc-annotate):
21287 * textmodes/reftex-auc.el (reftex-arg-cite)
21288 (reftex-arg-index-tag):
21289 * textmodes/refer.el (refer-get-bib-files):
21290 * textmodes/artist.el (artist-figlet-choose-font):
21291 * terminal.el (terminal-emulator):
21292 * replace.el (occur-read-primary-args):
21293 * rect.el (string-rectangle, string-insert-rectangle):
21294 * ps-print.el (ps-print-preprint):
21295 * progmodes/pascal.el (pascal-goto-defun):
21296 * progmodes/etags.el (visit-tags-table, visit-tags-table-buffer):
21297 * progmodes/compile.el (compilation-find-file):
21298 * printing.el (pr-interactive-n-up):
21299 * play/animate.el (animate-birthday-present):
21300 * net/rcompile.el (remote-compile):
21301 * man.el (man, Man-goto-section, Man-follow-manual-reference):
21302 * mail/rmailsum.el (rmail-summary-search-backward)
21303 (rmail-summary-search):
21304 * mail/rmailout.el (rmail-output-read-rmail-file-name)
21305 (rmail-output-read-file-name):
21306 * mail/rmail.el (rmail-search, rmail-search-backwards):
21307 * mail/mailabbrev.el (merge-mail-abbrevs, rebuild-mail-abbrevs):
21308 * locate.el (locate):
21309 * international/quail.el (quail-show-keyboard-layout):
21310 * international/mule.el (set-buffer-file-coding-system)
21311 (revert-buffer-with-coding-system, set-file-name-coding-system)
21312 (set-terminal-coding-system, set-keyboard-coding-system)
21313 (set-next-selection-coding-system):
21314 * international/mule-diag.el (describe-coding-system)
21315 (describe-font, describe-fontset):
21316 * international/mule-cmds.el (universal-coding-system-argument)
21317 (search-unencodable-char, describe-input-method)
21318 (set-language-environment, describe-language-environment):
21319 * international/codepage.el (codepage-setup):
21320 * international/code-pages.el (codepage-setup):
21321 * info.el (Info-search, Info-follow-reference)
21322 (Info-search-backward):
21323 * emacs-lisp/advice.el (ad-read-advised-function)
21324 (ad-read-advice-class, ad-clear-cache, ad-activate)
21325 (ad-deactivate, ad-update, ad-unadvise, ad-read-advice-name)
21326 (ad-enable-advice, ad-disable-advice, ad-remove-advice)
21327 (ad-read-regexp):
21328 * ediff-util.el (ediff-toggle-regexp-match):
21329 * ediff-ptch.el (ediff-prompt-for-patch-file):
21330 * dired-aux.el (dired-diff):
21331 * diff.el (diff):
21332 * cus-edit.el (custom-variable-prompt):
21333 * calendar/timeclock.el (timeclock-ask-for-project):
21334 * calc/calcalg3.el (calc-get-fit-variables):
21335 * calc/calc-store.el (calc-edit-variable)
21336 (calc-permanent-variable):
21337 * vc-mcvs.el (vc-mcvs-register):
21338 * shadowfile.el (shadow-define-literal-group):
21339 * woman.el (woman-file-name):
21340 * vc.el (vc-version-diff, vc-merge):
21341 * textmodes/reftex-index.el (reftex-index-complete-tag):
21342 * format.el (format-decode-buffer, format-decode-region):
21343 * emulation/viper-cmd.el (viper-read-string-with-history):
21344 * emacs-lisp/debug.el (cancel-debug-on-entry):
21345 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
21346 * ediff.el (ediff-merge-revisions)
21347 (ediff-merge-revisions-with-ancestor, ediff-revision):
21348 * completion.el (interactive-completion-string-reader):
21349 * calc/calc-prog.el (calc-user-define-formula):
21350 Follow convention for reading with the minibuffer.
21351
21352 2005-09-24 Steven Huwig <steven_h@acm.org> (tiny change)
21353
21354 * progmodes/python.el (python-describe-symbol): Add globals() and
21355 locals() to the arguments of emacs.ehelp.
21356
21357 2005-09-24 Magnus Henoch <mange@freemail.hu>
21358
21359 * textmodes/ispell.el (ispell-maybe-find-aspell-dictionaries):
21360 New function, code extracted from ispell-valid-dictionary-list.
21361 (ispell-valid-dictionary-list, ispell-accept-buffer-local-defs):
21362 Call it.
21363
21364 2005-09-24 Eli Zaretskii <eliz@gnu.org>
21365
21366 * subr.el (version-regexp-alist): Extend valid syntax for version
21367 strings: allow any of the characters -,_,+ to separate the
21368 alpha/beta/rc part from the version part. Doc fix.
21369 (version-to-list): Doc fix. Bind case-fold-search to t, as advertised.
21370
21371 2005-09-23 David Reitter <david.reitter@gmail.com>
21372
21373 * mail/mailclient.el: New file.
21374
21375 2005-09-23 Richard M. Stallman <rms@gnu.org>
21376
21377 * textmodes/flyspell.el (flyspell-highlight-incorrect-region)
21378 (flyspell-incorrect-hook, flyspell-highlight-duplicate-region):
21379 Doc fixes.
21380
21381 * progmodes/cc-mode.el (c-font-lock-init):
21382 Specify font-lock-lines-before.
21383
21384 2005-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
21385
21386 * smerge-mode.el (smerge-remove-props): Cause re-highlighting of the
21387 whole conflict.
21388
21389 2005-09-23 Carsten Dominik <dominik@science.uva.nl>
21390
21391 * textmodes/org.el (org-mode-map, orgtbl-mode-map):
21392 Move keybindings with `C-c C-h' prefix to `C-c C-x' prefix. Make use
21393 of `remap' feature when available. Additional key bindings for
21394 better tty support.
21395 (org-mode-restart, org-force-self-insert): New commands.
21396 (org-time-stamp-inactive): New command.
21397 (org-remap): New function.
21398 (org-table-auto-blank-field, org-level-color-stars-only): New options.
21399 (org-enable-fixed-width-editor): Move to `org-structure'
21400 customization group.
21401 (org-self-insert-command, orgtbl-self-insert-command): Modify to
21402 blank field after field motion commands.
21403
21404 2005-09-23 Kenichi Handa <handa@m17n.org>
21405
21406 * international/mule-cmds.el (set-language-environment):
21407 Don't check utf-translate-cjk-lang-env is nil or not on deciding if we
21408 have to call utf-translate-cjk-load-tables.
21409
21410 2005-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
21411
21412 * mouse.el (mouse-move-drag-overlay): Fix last change.
21413
21414 2005-09-22 David Ponce <david@dponce.com>
21415
21416 * tree-widget.el (tree-widget-value-create): Fix previous change.
21417
21418 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
21419
21420 * term/xterm.el (terminal-init-xterm): Fix loading rxvt at run time.
21421
21422 2005-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
21423
21424 * mouse.el (mouse-move-drag-overlay): New function.
21425 (mouse-drag-region-1): Use it.
21426 Try to simplify a bit the state handling. Handle clicks on links
21427 inside intangible areas.
21428 (mouse-save-then-kill): Minor simplification.
21429 (mouse-secondary-overlay): Make it always non-nil instead of
21430 recreating it each time.
21431 (mouse-start-secondary, mouse-set-secondary, mouse-drag-secondary)
21432 (mouse-kill-secondary, mouse-secondary-save-then-kill):
21433 Simplify accordingly.
21434
21435 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
21436
21437 * term/rxvt.el (rxvt-standard-colors): Fix some colors.
21438
21439 2005-09-20 Michael Kifer <kifer@cs.stonybrook.edu>
21440
21441 * ediff-ptch.el (ediff-prompt-for-patch-file): More intuitive prompt.
21442 (ediff-file-name-sans-prefix): Treat nil as an empty string.
21443 (ediff-fixup-patch-map): Better heuristic for intuiting the file names
21444 to patch.
21445
21446 * ediff-util.el: Use insert-buffer-substring.
21447
21448 * ediff-vers.el (cvs-run-ediff-on-file-descriptor): Bug fix.
21449
21450 * emulation/viper-cmd.el (viper-change-state): Don't move over the
21451 field boundaries in the minibuffer.
21452 (viper-set-minibuffer-style): Add viper-minibuffer-post-command-hook.
21453 (viper-minibuffer-post-command-hook): New hook.
21454 (viper-line): Don't move cursor at bolp.
21455
21456 * emulation/viper-ex.el (ex-pwd, viper-info-on-file): Fix message.
21457
21458 * emulation/viper-init.el: Add alias to make-variable-buffer-local to
21459 avoid compiler warnings.
21460
21461 * emulation/viper-macs.el (ex-map): Better messages.
21462
21463 * emulation/viper-utils.el (viper-beginning-of-field): New function.
21464
21465 * emulation/viper.el: Replace make-variable-buffer-local with
21466 viper-make-variable-buffer-local everywhere, to avoid warnings.
21467
21468 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
21469
21470 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line):
21471 Delete unused var `old-selected-window'.
21472 (mouse-drag-region-1): Delete unused vars `start-frame', `end-of-range'.
21473 (mouse-drag-secondary): Delete unused var `start-frame'.
21474
21475 2005-09-19 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
21476
21477 * term/rxvt.el (terminal-init-rxvt): Add entry for [end].
21478
21479 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
21480
21481 * calendar/calendar.el (mark-visible-calendar-date): Save excursion.
21482 Re-indent within 80 columns. Use inhibit-read-only.
21483
21484 2005-09-19 Romain Francoise <romain@orebokech.com>
21485
21486 * calendar/diary-lib.el (mark-diary-entries): Revert last change.
21487
21488 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
21489
21490 * font-lock.el (font-lock-default-fontify-region): Don't add a line
21491 unconditionally, since the after-change-function already did it.
21492
21493 2005-09-19 Miles Bader <miles@gnu.org>
21494
21495 * net/newsticker.el: Get rid of CVS keyword.
21496
21497 2005-09-19 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
21498
21499 * dired-aux.el (dired-handle-overwrite): Don't use `format' here.
21500 The prompt is formatted later.
21501
21502 2005-09-19 David Ponce <david@dponce.com>
21503
21504 * tree-widget.el (tree-widget-value-create): Save the converted
21505 tree :node widget.
21506
21507 2005-09-19 Juanma Barranquero <lekktu@gmail.com>
21508
21509 * progmodes/sh-script.el (sh-blink): Fix spurious reference to
21510 variable `message'.
21511
21512 2005-09-18 Michael Albinus <michael.albinus@gmx.de>
21513
21514 * net/tramp.el (tramp-login-prompt-regexp): Expand regexp in order
21515 to cover prompts like "login as:". Reported by Slawomir Nowaczyk
21516 <slawomir.nowaczyk.847@student.lu.se>.
21517
21518 2005-09-18 Chong Yidong <cyd@stupidchicken.com>
21519
21520 * image.el (image-load-path): Use symbol `data-directory' instead
21521 of its value, for backward compatibility with packages that bind
21522 it during `find-image'. Suggested by Katsumi Yamaoka.
21523 (image-search-load-path): Handle symbols whose values are strings.
21524
21525 2005-09-18 Romain Francoise <romain@orebokech.com>
21526
21527 * calendar/diary-lib.el (mark-diary-entries): Rearrange to wrap
21528 with-current-buffer form in save-excursion.
21529
21530 2005-09-18 Deepak Goel <deego@gnufans.org>
21531
21532 * apropos.el (apropos-command): Fix `message' call: first arg
21533 should be a format spec. In this and all other cases that appear
21534 below and elsewhere in the source code, I made a change only when
21535 two conditions were satisfied: [1] I can think of a possibility
21536 that the arguments would cause an error, for example, the code in
21537 question relies on external variables such as filenames. [2] I
21538 was sure that the arg to `message' could not have been nil in the code.
21539
21540 * textmodes/tildify.el (tildify-region): Ditto.
21541
21542 * textmodes/reftex-index.el (reftex-index-change-entry)
21543 (reftex-index-phrase-selection-or-word, reftex-query-index-phrase):
21544 * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite):
21545 * textmodes/org.el (org-complete, org-deadline, org-schedule)
21546 (org-priority, org-table-sum):
21547 * textmodes/ispell.el (ispell-check-version, ispell-parse-output):
21548 * textmodes/flyspell.el (flyspell-mode-on, flyspell-notify-misspell)
21549 (flyspell-word, flyspell-display-next-corrections):
21550 * textmodes/bibtex.el (bibtex-print-help-message):
21551 * textmodes/artist.el (artist-key-set-point-poly):
21552 * term/mac-win.el (mac-services-insert-text):
21553 * progmodes/vhdl-mode.el (vhdl-warning, vhdl-print-warnings)
21554 (vhdl-hooked-abbrev, vhdl-template-insert-fun)
21555 (vhdl-port-paste-testbench, vhdl-compose-new-component)
21556 (vhdl-compose-configuration):
21557 * progmodes/sh-script.el (sh-blink, sh-show-indent)
21558 (sh-set-indent, sh-learn-line-indent):
21559 * progmodes/ps-mode.el (ps-mode-target-column):
21560 * progmodes/idlwave.el (idlwave-make-tags)
21561 (idlwave-scan-library-catalogs):
21562 * progmodes/idlw-shell.el (idlwave-shell-parse-stack-and-display):
21563 * progmodes/gud.el (gud-jdb-analyze-source):
21564 * progmodes/flymake.el (flymake-log):
21565 * progmodes/ebnf2ps.el (ebnf-generate-region):
21566 * progmodes/cmacexp.el (c-macro-expansion):
21567 * progmodes/ada-xref.el (ada-treat-cmd-string):
21568 * progmodes/ada-mode.el (ada-create-case-exception-substring)
21569 (ada-justified-indent-current, ada-batch-reformat):
21570 * play/zone.el (zone):
21571 * play/landmark.el (lm-move):
21572 * play/decipher.el (decipher-show-alphabet):
21573 * net/newsticker.el (newsticker--display-jump)
21574 (newsticker--display-scroll):
21575 * mail/rmail-spam-filter.el (rsf-add-subject-to-spam-list)
21576 (rsf-add-sender-to-spam-list, rsf-add-region-to-spam-list):
21577 * mail/feedmail.el (feedmail-dump-message-to-queue):
21578 * eshell/esh-proc.el (eshell-remove-process-entry):
21579 * emulation/ws-mode.el (ws-last-error):
21580 * emulation/viper-macs.el (ex-map-read-args, ex-unmap-read-args)
21581 (viper-record-kbd-macro):
21582 * emulation/viper-ex.el (ex-pwd, viper-info-on-file):
21583 * emacs-lisp/lisp-mnt.el (lm-report-bug):
21584 * emacs-lisp/find-func.el (find-function-noselect):
21585 * calendar/timeclock.el (timeclock-status-string)
21586 (timeclock-workday-remaining-string, timeclock-workday-elapsed-string)
21587 (timeclock-when-to-leave-string):
21588 * calendar/icalendar.el (icalendar--convert-ical-to-diary):
21589 * calc/calc-units.el (calc-enter-units-table):
21590 * calc/calc-mode.el (calc-mode-record-mode):
21591 * woman.el (woman-mini-help):
21592 * wdired.el (wdired-change-to-wdired-mode):
21593 * vc.el (vc-retrieve-snapshot):
21594 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke):
21595 * startup.el (display-startup-echo-area-message):
21596 * simple.el (set-goal-column):
21597 * ses.el (ses-command-hook, ses-recalculate-cell):
21598 * server.el (server-process-filter):
21599 * printing.el (pr-interface-txt-print, pr-interface-printify)
21600 (pr-interface-ps):
21601 * pcvs.el (cvs-help):
21602 * log-edit.el (log-edit, log-edit-mode-help):
21603 * iswitchb.el (iswitchb-possible-new-buffer):
21604 * isearch.el (isearch-edit-string):
21605 * image-mode.el (image-mode, image-minor-mode):
21606 * ibuf-macs.el (define-ibuffer-filter):
21607 * hi-lock.el (hi-lock-find-patterns):
21608 * files.el (toggle-read-only):
21609 * ediff-util.el (ediff-copy-diff)
21610 (ediff-write-merge-buffer-and-maybe-kill):
21611 * echistory.el (Electric-history-undefined):
21612 * dnd.el (dnd-insert-text):
21613 * dired-aux.el (dired-query):
21614 * desktop.el (desktop-restore-file-buffer, desktop-lazy-create-buffer):
21615 * bookmark.el (bookmark-bmenu-locate):
21616 * obsolete/fast-lock.el (@top-level) <with-temp-message macro>:
21617 Fix `message' calls to ensure first arg is a format string.
21618 The change was made only when these two conditions were satisfied:
21619 [1] when there is a possibility that the arguments would cause an error
21620 for example, if the code in question relies on external variables
21621 such as filenames, and
21622 [2] if the arg to `message' could not have been nil in the code.
21623
21624 * pcomplete.el (pcomplete--help): Fix `message' format spec.
21625 Not having a %s would be weird, though not technically wrong.
21626
21627 2005-09-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21628
21629 * term/mac-win.el (mac-add-charset-info): Doc fix.
21630
21631 2005-09-17 Romain Francoise <romain@orebokech.com>
21632
21633 * shell.el (shell-resync-dirs): Handle echoing processes more
21634 reliably. Don't insert resync command if `comint-process-echoes'
21635 is non-nil.
21636
21637 2005-09-17 Magnus Henoch <mange@freemail.hu>
21638
21639 * textmodes/ispell.el (ispell-aspell-supports-utf8): New variable.
21640 (ispell-check-version): Set ispell-aspell-supports-utf8 to t for
21641 aspell versions >= 0.60.
21642 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries
21643 only if ispell-aspell-supports-utf8 is non-nil.
21644
21645 2005-09-17 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
21646
21647 * progmodes/scheme.el (scheme-mode-variables): Use setq to assign
21648 buffer-local value to lisp-indent-function.
21649
21650 2005-09-17 Milan Zamazal <pdm@zamazal.org>
21651
21652 * progmodes/glasses.el (glasses-make-readable): If
21653 glasses-separator differs from underscore, put appropriate
21654 overlays over underscore characters.
21655 (glasses-convert-to-unreadable): If glasses-separator differs from
21656 underscore, try to convert glasses-separator characters to
21657 underscores.
21658
21659 2005-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
21660
21661 * calendar/diary-lib.el (mark-diary-entries): Don't move point.
21662 Use with-syntax-table and dolist.
21663
21664 2005-09-16 Carsten Dominik <dominik@science.uva.nl>
21665
21666 * textmodes/reftex-auc.el:
21667 * textmodes/reftex-cite.el:
21668 * textmodes/reftex-dcr.el:
21669 * textmodes/reftex-global.el:
21670 * textmodes/reftex-parse.el:
21671 * textmodes/reftex-ref.el:
21672 * textmodes/reftex-sel.el:
21673 * textmodes/reftex-toc.el:
21674 * textmodes/reftex-vars.el:
21675 * textmodes/reftex.el: Small changes to remove compiler warnings.
21676
21677 * textmodes/reftex-index.el: Likewise.
21678 (reftex-query-index-phrase): More efficient use of markers.
21679
21680 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
21681
21682 * image.el (image-load-path): New variable.
21683 (image-search-load-path): New function.
21684 (find-image): Search for images in `image-load-path'.
21685
21686 2005-09-15 Richard M. Stallman <rms@gnu.org>
21687
21688 * follow.el: Change Maintainer field.
21689
21690 2005-09-15 David Ponce <david@dponce.com>
21691
21692 * recentf.el (recentf-save-file-modes): New option.
21693 (recentf-save-list): Use it.
21694
21695 2005-09-15 Nick Roberts <nickrob@snap.net.nz>
21696
21697 * bindings.el (mode-line-eol-desc, mode-line-coding-system-map)
21698 (mode-line-mule-info, mode-line-modified): Move bindings from
21699 mouse-3 to mouse-1.
21700
21701 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
21702
21703 * simple.el (sendmail-user-agent-compose): Revert last change.
21704
21705 2005-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
21706
21707 * net/ange-ftp.el (ange-ftp-process-filter): Revert to ^#+$.
21708 Use with-current-buffer.
21709 (ange-ftp-gwp-start): Remove unused var `gw-user'.
21710 (ange-ftp-guess-hash-mark-size): Remove unused var `result'.
21711 (ange-ftp-insert-directory): Remove unused var `short'.
21712 (ange-ftp-file-name-sans-versions): Remove unused var `host-type'.
21713
21714 * pcvs-defs.el (cvs-version): Recognize CVSNT version string.
21715 (cvs-execute-single-dir): Change default: cvs-1.9 is ancient.
21716
21717 * calendar/cal-menu.el: Don't require easymenu, since we don't use it.
21718 (check-calendar-holidays, diary-list-entries): Autoload.
21719 Otherwise `emacs -q' followed by "mouse-2 -> diary entries" burps.
21720 (calendar-mouse-holidays, calendar-mouse-view-diary-entries): Simplify.
21721
21722 * calendar/diary-lib.el (diary-show-all-entries): Fix last change,
21723 which mistakenly removed a call to display-buffer.
21724
21725 2005-09-14 Juanma Barranquero <lekktu@gmail.com>
21726
21727 * obsolete/iso-insert.el: Move to obsolete/ from international/.
21728
21729 2005-09-14 Thien-Thi Nguyen <ttn@gnu.org>
21730
21731 * progmodes/hideshow.el
21732 (hs-hide-comments-when-hiding-all): Remove autoload cookie.
21733 (hs-allow-nesting): New user var.
21734 (hs-discard-overlays): Skip "internal" overlays if nesting allowed.
21735 (hs-hide-block-at-point): When nesting allowed,
21736 if there is already an overlay in place, delete it.
21737 (hs-safety-is-job-n): Delete func; remove call sites.
21738 (hs-hide-level-recursive): Don't pre-clean if nesting allowed.
21739 (hs-overlay-at): New func.
21740 (hs-already-hidden-p, hs-show-block): Use it.
21741 (hs-hide-all): Don't pre-clean if nesting allowed.
21742 (hs-show-all): Temporarily disallow
21743 nesting around call to `hs-discard-overlays'.
21744
21745 2005-09-14 Chong Yidong <cyd@stupidchicken.com>
21746
21747 * mouse.el (mouse-major-mode-menu): Make `prefix' optional.
21748 Delete unused local var.
21749
21750 2005-09-13 Juanma Barranquero <lekktu@gmail.com>
21751
21752 * help-fns.el (describe-categories): "?\ " -> "?\s".
21753 (help-do-arg-highlight): Recognize also ARG-n, as in
21754 `move-to-left-margin' (ARG+n is already recognized). Simplify.
21755
21756 * international/codepage.el (dos-unsupported-char-glyph):
21757 * net/newsticker.el (tool-bar-map, w3-mode-map)
21758 (w3m-minor-mode-map):
21759 * progmodes/vhdl-mode.el (conf-alist, conf-entry, conf-key)
21760 (ent-alist):
21761 * textmodes/reftex-vars.el (reftex-tables-dirty): Add defvars.
21762
21763 2005-09-13 Chong Yidong <cyd@stupidchicken.com>
21764
21765 * custom.el (custom-push-theme): Handle the case where a symbol is
21766 bound but face properties have not yet been assigned.
21767
21768 * mail/sendmail.el (mail): Use new buffer if `noerase' is `new'.
21769 Fix behavior if noerase is `t' and there is no mail buffer.
21770
21771 * simple.el (sendmail-user-agent-compose): Use a new mail buffer
21772 if `continue' is nil, rather than signal an error.
21773
21774 2005-09-12 Richard M. Stallman <rms@gnu.org>
21775
21776 * font-lock.el (font-lock-keywords): Add autoload.
21777
21778 * help-fns.el (describe-variable): Rearrange to put source link
21779 in a predictable place.
21780
21781 * net/newsticker.el: New file.
21782
21783 2005-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
21784
21785 * calendar/calendar.el (calendar-for-loop): Add edebug info.
21786 (calendar-basic-setup): Use the new nil arg.
21787 (number-of-diary-entries): Move to diary-lib.el.
21788
21789 * calendar/diary-lib.el: Use with-current-buffer, match-string.
21790 (diary-list-entries): Use with-syntax-table and dolist.
21791 Rename from list-diary-entries.
21792 Use number-of-diary-entries if `number' is nil.
21793 (diary, diary-view-entries): Use this new name and new nil arg value.
21794 (number-of-diary-entries): Move from calendar.el.
21795 (diary-unhide-everything): New function.
21796 (include-other-diary-files, fancy-diary-display)
21797 (diary-show-all-entries, make-diary-entry): Use it.
21798 (diary-mail-entries): Use buffer-string.
21799 (mark-diary-entries): Fix long standing paren typo.
21800 (diary-sexp-entry): Use count-lines.
21801 (make-diary-entry): Avoid `previous-line'.
21802 (diary-mode-map): New var.
21803 (diary-mode): Redraw cal after saving. Setup header-line.
21804 (fancy-diary-display-mode): Use local-set-key.
21805
21806 * startup.el (command-line): Try calling various terminal-init-foo-bar
21807 functions by stripping hyphenated suffixes from $TERM.
21808
21809 * files.el (normal-mode): Check boundness of font-lock-keywords.
21810
21811 2005-09-12 Richard M. Stallman <rms@gnu.org>
21812
21813 * progmodes/compile.el: Don't decide a file's directory
21814 until the user actually tries to go there.
21815 (compilation-next-error-function):
21816 Pass compilation-find-file the directory from the file-struct.
21817 (compilation-internal-error-properties): Separate local FILE-STRUCT
21818 from FILE. Doc the args better. Rename arg FMT to FMTS.
21819 (compilation-find-file): Arg DIR renamed to DIRECTORY.
21820 Expand it, and if nil, use default-directory.
21821 (compilation-get-file-structure): Don't mix specified directory
21822 with default directory. Put specified directory into
21823 file-struct. Don't make the file name absolute.
21824
21825 * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
21826 (compile-command): Add autoload.
21827 (compilation-disable-input): Add autoload.
21828
21829 2005-09-11 Stephen Gildea <gildea@stop.mail-abuse.org>
21830
21831 * time-stamp.el: Mention variable `time-stamp-pattern' in doc
21832 strings of the variables it can override.
21833 (time-stamp): New (as yet undocumented) time-stamp-format escapes
21834 %Q and %q, for fully-qualified domain name and unqualified host name.
21835
21836 2005-09-11 Kim F. Storm <storm@cua.dk>
21837
21838 * emacs-lisp/authors.el (authors-aliases): Update list.
21839 (authors-fixed-entries): Update mldrag.el entry.
21840
21841 2005-09-10 Alan Mackenzie <acm@muc.de>
21842
21843 * page.el (narrow-to-page): Exclude _entire_ multi-line delimiter
21844 from the region narrowed to.
21845
21846 2005-09-10 Magnus Henoch <mange@freemail.hu>
21847
21848 * textmodes/ispell.el (ispell-check-version): Signal an error if
21849 aspell version is less than 0.60.
21850
21851 2005-09-10 Pascal Dupuis <Pascal.Dupuis@esat.kuleuven.be> (tiny change)
21852
21853 * progmodes/octave-inf.el (inferior-octave-startup):
21854 Resync current dir at the end.
21855
21856 2005-09-10 Emilio C. Lopes <eclig@gmx.net>
21857
21858 * woman.el (woman-topic-at-point-default):
21859 Rename to woman-use-topic-at-point-default.
21860 (woman-topic-at-point): Rename to woman-use-topic-at-point.
21861 (woman-file-name): Reflect renames above. Automatically use the
21862 word at point as topic if woman-use-topic-at-point is non-nil.
21863 Otherwise offer it as default but don't insert it in the
21864 minibuffer. Also use `test-completion' instead of `assoc' as
21865 suggested by Stefan Monnier.
21866
21867 2005-09-10 Andre Spiegel <spiegel@gnu.org>
21868
21869 * vc.el (vc-directory, vc-update-change-log): Throw an error on
21870 the attempt to do it over Tramp. This is not yet supported.
21871
21872 2005-09-10 Eli Zaretskii <eliz@gnu.org>
21873
21874 * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
21875 (menu-bar-non-minibuffer-window-p): New functions.
21876 ("Split Window", "Save As..."): Use them.
21877 ("Postscript Print Buffer (B+W)", "Postscript Print Buffer")
21878 ("Print Buffer", "Truncate Long Lines in this Buffer"):
21879 Use menu-bar-menu-frame-live-and-visible-p.
21880 ("Save Buffer", "Insert File", "Open Directory...")
21881 ("Open File...", "Visit New File..."):
21882 Use menu-bar-non-minibuffer-window-p.
21883 (kill-this-buffer-enabled-p, dired <menu-enable>):
21884 Use menu-bar-non-minibuffer-window-p.
21885
21886 2005-09-09 Eli Zaretskii <eliz@gnu.org>
21887
21888 * cus-start.el (all): Don't complain about fringe-related
21889 built-ins if fringes are not supported. Ditto about
21890 selection-related built-ins. Fix the test for GTK-related built-ins.
21891
21892 * menu-bar.el ("Split Window", "Postscript Print Buffer (B+W)")
21893 ("Postscript Print Buffer", "Print Region", "Save As...")
21894 ("Save", "Insert File...", "Open Directory...")
21895 ("Open File...", "Visit New File..."")
21896 ("Truncate Long Lines in this Buffer"): Don't look at
21897 menu-updating-frame if this display does not support multiple frames.
21898
21899 2005-09-09 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
21900
21901 * mail/sendmail.el (default-sendmail-coding-system): Doc fix.
21902
21903 2005-09-09 Emilio C. Lopes <eclig@gmx.net>
21904
21905 * woman.el: Format- and whitespace-related changes.
21906
21907 2005-09-09 Eli Zaretskii <eliz@gnu.org>
21908
21909 * woman.el: Fix my email address.
21910
21911 2005-09-08 Richard M. Stallman <rms@gnu.org>
21912
21913 * progmodes/sh-script.el (sh-skeleton-pair-default-alist): New var.
21914 (sh-mode): Locally set skeleton-pair-default-alist.
21915
21916 * progmodes/make-mode.el (makefile-add-log-defun): Trim the result.
21917
21918 * progmodes/flymake.el: Require `compile' unconditionally.
21919
21920 * mail/sendmail.el (send-mail-function): Add Mailclient alternative.
21921
21922 * woman.el (woman-file-name): Provide a default, not initial input.
21923
21924 * smerge-mode.el (smerge-resolve): Pass args to smerge-remove-props.
21925
21926 * font-lock.el (font-lock-support-mode): Doc fix.
21927
21928 * descr-text.el (describe-property-list): Handle non-symbol prop names.
21929
21930 2005-09-08 Richard M. Stallman <rms@gnu.org>
21931
21932 * simple.el (blink-matching-open): Get rid of text props from
21933 the string shown in echo area. Don't permanently set point.
21934 Some rearrangements.
21935
21936 2005-09-08 Reiner Steib <Reiner.Steib@gmx.de>
21937
21938 * recentf.el (recentf-filename-handler): Add custom choice
21939 `abbreviate-file-name'.
21940
21941 * msb.el (msb--very-many-menus): Fix typo.
21942
21943 * disp-table.el (standard-display-european): Don't set
21944 enable-multibyte-characters to nil.
21945
21946 2005-09-08 David Ponce <david@dponce.com>
21947
21948 * recentf.el (recentf-show-file-shortcuts-flag): New option.
21949 (recentf-expand-file-name): Doc fix.
21950 (recentf-dialog-mode-map): Define digit shortcuts.
21951 (recentf--files-with-key): New variable.
21952 (recentf-show-digit-shortcut-filter): New function.
21953 (recentf-open-files-items): New function.
21954 (recentf-open-files): Use it.
21955 (recentf-open-file-with-key): New command.
21956
21957 2005-09-08 Chong Yidong <cyd@stupidchicken.com>
21958
21959 * buff-menu.el (Buffer-menu-sort-by-column): New function.
21960 Suggested by Kim F. Storm.
21961 (Buffer-menu-sort-button-map): Global keymap for sort buttons.
21962 (Buffer-menu-make-sort-button): Use global keymap.
21963
21964 2005-09-07 Michael Albinus <michael.albinus@gmx.de>
21965
21966 * woman.el (top): Remap `man' command by `woman' in `woman-mode-map'.
21967 (Man-getpage-in-background-advice): Remove defadvice; it isn't
21968 necessary any longer with the remapped command.
21969 (Man-bgproc-sentinel-advice): Remove defadvice which counts
21970 formatting time only.
21971
21972 * net/tramp.el (tramp-action-password)
21973 (tramp-multi-action-password): Compile the password prompt from
21974 `method', `user' and `host'. Sometimes it isn't obvious which
21975 password to enter, for example with remote files offered by
21976 recentf.el, or with multiple steps. Suggested by Robert Marshall
21977 <robert@chezmarshall.freeserve.co.uk>.
21978
21979 2005-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
21980
21981 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
21982 Fix regexp for when "s///" is at the beginning of line.
21983
21984 2005-09-07 Jay Belanger <belanger@truman.edu>
21985
21986 * calc/calc-poly.el (math-expand-term): Multiply out any powers
21987 when in matrix mode.
21988
21989 2005-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
21990
21991 * buff-menu.el (Buffer-menu-make-sort-button): Add docstrings, use
21992 non-anonymous functions.
21993
21994 2005-09-06 Chong Yidong <cyd@stupidchicken.com>
21995
21996 * buff-menu.el (Buffer-menu-make-sort-button): Allow mouse-1 clicks
21997 when using a header line. Otherwise, use mouse-1-click-follows-link.
21998
21999 * mouse.el (mouse-drag-header-line): Do nothing if the header-line
22000 can't be moved; don't signal an error.
22001
22002 2005-09-05 Chong Yidong <cyd@stupidchicken.com>
22003
22004 * cus-theme.el (custom-theme-write-faces): Save the current face
22005 spec, not the defface spec.
22006
22007 * custom.el (custom-known-themes): Clarify meaning of "standard".
22008 (custom-push-theme): Save old values in the standard theme.
22009 (disable-theme): Correct typo.
22010 (custom-face-theme-value) Deleted unused function.
22011 (custom-theme-recalc-face): Rewritten to treat enable/disable properly.
22012
22013 2005-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
22014
22015 * progmodes/compile.el (compilation-goto-locus): Take into account
22016 iconified frames when determining whether the buffer is
22017 already visible.
22018 Don't reset window height if the window already existed.
22019
22020 2005-09-04 Chong Yidong <cyd@stupidchicken.com>
22021
22022 * custom.el (load-theme): Rename from require-theme.
22023 Add interactive spec.
22024 (enable-theme): Rename from custom-enable-theme.
22025 Add interactive spec.
22026 (disable-theme): Rename from custom-disable-theme.
22027 Add interactive spec.
22028 (custom-make-theme-feature): Doc fix.
22029 (custom-theme-directory): Doc fix.
22030 (provide-theme): Call enable-theme.
22031
22032 2005-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
22033
22034 * obsolete/lazy-lock.el (lazy-lock-mode):
22035 * obsolete/fast-lock.el (fast-lock-mode): Don't try to turn on
22036 font-lock-mode if it's off. Print a warning instead.
22037
22038 * progmodes/compile.el (compilation-start): Ignore errors if the
22039 process died before we get to send-eof.
22040
22041 * textmodes/tex-mode.el (tex-send-tex-command, tex-bibtex-file):
22042 Undo last change. Enclosing the result in quotes broke things on Unix
22043 since tex-send-command passes it through shell-quote-argument.
22044 (tex-send-command): Pass `file' through convert-standard-filename
22045 when possible.
22046 (tex-uptodate-p): Handle the case where TeX hasn't put additional
22047 info in a transcript.
22048
22049 2005-09-02 Dan Nicolaescu <dann@ics.uci.edu>
22050
22051 * term/xterm.el (terminal-init-xterm): Add eval-when-compile to
22052 fix compilation warning. Reorder the key definitions to group
22053 together keys emitted by the current version of xterm.
22054
22055 * progmodes/vhdl-mode.el (vhdl-highlight-faces)
22056 (vhdl-speedbar-entity-face, vhdl-speedbar-entity-selected-face):
22057 Reorder predicates to correct min-color usage.
22058
22059 2005-09-01 Chong Yidong <cyd@stupidchicken.com>
22060
22061 * longlines.el (longlines-mode): Inhibit read-only when encoding.
22062 Kill local variables when longlines-mode is turned off.
22063
22064 2005-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
22065
22066 * international/mule-cmds.el (set-locale-environment): Soothe compiler.
22067
22068 * obsolete/lazy-lock.el (lazy-lock) <defgroup>: Move from font-lock.el.
22069
22070 * obsolete/fast-lock.el (fast-lock) <defgroup>: Move from font-lock.el.
22071
22072 * font-lock.el (fast-lock, lazy-lock) <defgroup>: Remove.
22073 (font-lock-lines-before): Change default to being inactive.
22074 (font-lock-default-fontify-region): Obey font-lock-lines-before.
22075 (font-lock-after-change-function): Don't handle f-l-lines-before here.
22076
22077 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
22078
22079 * net/tramp.el (tramp-handle-make-auto-save-file-name):
22080 Deactivate temporarily advice if active (not needed for Emacs 22,
22081 but for backwards compatibility).
22082 (tramp-exists-file-name-handler): Rewrite. First implementation
22083 was too simple.
22084 (tramp-advice-make-auto-save-file-name):
22085 Call `tramp-handle-make-auto-save-file-name' (again, just for
22086 backwards compatibility).
22087
22088 2005-08-31 Reto Zimmermann <reto@gnu.org>
22089
22090 * progmodes/vhdl-mode.el
22091 (vhdl-update-sensitivity-list): Handle multi-dimensional array access.
22092 (vhdl-end-p): Fix indentation bug "else" after "-- when".
22093 (vhdl-set-default-project): New function (easier setting of default).
22094 (vhdl-port-copy): Handle extended identifiers for generics.
22095 (vhdl-compiler-alist): Better description for error message regexp.
22096 (vhdl-make): Query for target, use previous as default.
22097 (vhdl-port-copy): Fix port copy for port names starting with "signal".
22098 (vhdl-font-lock-keywords-2): Fix fontification for record
22099 el. assign.
22100 (vhdl-speedbar-make-subpack-line): Add package body link.
22101 (vhdl-generate-makefile-1): Not include itself as dependency.
22102 (vhdl-font-lock-init): Highlight c-preprocessor directives.
22103 (vhdl-*ward-syntactic-ws): Skip c-preprocessor directives.
22104 (vhdl-get-syntactic-context): Handle c-preprocessor directives.
22105 (vhdl-update-sensitivity-list): Start scan at opening parenthesis.
22106 (vhdl-fixup-whitespace-region): Fix jumping point (infinite loop).
22107 (vhdl-update-sensitivity-list-buffer): Add string argument for `error'.
22108 (vhdl-import-project): Add string argument for `error'.
22109 (vhdl-compose-configuration)
22110 (vhdl-compose-configuration-architecture): Add configuration
22111 declaration generation.
22112 (vhdl-scan-directory-contents): Scan for block/generate hierarchy.
22113 (vhdl-trailer-re): Add "record" keyword (better indentation).
22114 (vhdl-fixup-whitespace-region): "[^ \t\"-]+" instead of
22115 "[^ \t-\"]+".
22116 (vhdl-font-lock-keywords-2): Not highlight formal parameter after `|'.
22117 (vhdl-testbench-entity-file-name)
22118 (vhdl-testbench-architecture-file-name): Allow separate
22119 customization of testbench file names.
22120 (vhdl-beginning-of-block): Handle optional subprogram parameter list.
22121 (vhdl-get-visible-signals): Allow newline within alias declaration.
22122 (vhdl-update-sensitivity-list): Signal read only on certain attributes.
22123 (vhdl-fixup-whitespace-region): Fix bug with strings (double quotes).
22124 (member-ignore-case): Alias for missing function in XEmacs.
22125 (vhdl-compiler-alist): Add unit-to-file name mapping for Cadence NC.
22126 (vhdl-update-sensitivity-list): Ignore case on read signals.
22127 (vhdl-replace-string): Adjust case only for file names.
22128 (vhdl-update-sensitivity-list): Fix search for read signals.
22129 (vhdl-update-sensitivity-list): Exclude formal parameters.
22130 (vhdl-get-visible-signals): Include aliases of signals.
22131 (vhdl-get-visible-signals): Fix signal name searching.
22132 (vhdl-port-flatten, vhdl-port-reverse-direction): Better message.
22133 (vhdl-fixup-whitespace-region): Fix for character
22134 literals (e.g. `:').
22135
22136 2005-08-31 Juanma Barranquero <lekktu@gmail.com>
22137
22138 * ansi-color.el (comint-last-output-start):
22139 * bs.el (font-lock-verbose):
22140 * diff-mode.el (add-log-buffer-file-name-function):
22141 * dired-x.el (vm-folder-directory):
22142 * faces.el (help-xref-stack-item):
22143 * files.el (font-lock-keywords):
22144 * find-lisp.el (dired-buffers, dired-subdir-alist):
22145 * ido.el (cua-inhibit-cua-keys):
22146 * log-view.el (cvs-minor-wrap-function):
22147 * outline.el (font-lock-warning-face):
22148 * simple.el (compilation-current-error):
22149 * speedbar.el (ange-ftp-path-format, efs-path-regexp)
22150 (font-lock-keywords, x-pointer-hand2, x-pointer-top-left-arrow):
22151 * tooltip.el (comint-prompt-regexp):
22152 * w32-fns.el (explicit-shell-file-name):
22153 * term/mac-win.el (mac-charset-info-alist)
22154 (mac-services-selection, mac-system-script-code):
22155 * term/tty-colors.el (msdos-color-values):
22156 * term/w32-win.el (xlfd-regexp-registry-subnum):
22157 * term/x-win.el (x-keysym-table, x-selection-timeout)
22158 (x-session-id, x-session-previous-id):
22159 * textmodes/ispell.el (mail-yank-prefix):
22160 * textmodes/makeinfo.el (tex-end-of-header, tex-start-of-header):
22161 * textmodes/org.el (calc-embedded-close-formula)
22162 (calc-embedded-open-formula)
22163 (font-lock-unfontify-region-function):
22164 * textmodes/reftex-global.el (isearch-next-buffer-function)
22165 (TeX-master):
22166 * textmodes/reftex.el (font-lock-keywords):
22167 * textmodes/tex-mode.el (font-lock-comment-face)
22168 (font-lock-doc-face):
22169 * textmodes/texinfo.el (outline-heading-alist):
22170 Add defvars.
22171
22172 * textmodes/artist.el (x-pointer-crosshair): Add defvar.
22173 (artist-spray-chars, artist-mode-init, artist-replace-string)
22174 (artist-select-erase-char, artist-vap-find-endpoints-horiz)
22175 (artist-vap-find-endpoints-vert, artist-vap-find-endpoints-swne)
22176 (artist-vap-find-endpoints-nwse): "?\ " -> "?\s".
22177
22178 * textmodes/conf-mode.el (outline-heading-end-regexp): Add defvar.
22179 (conf-align-assignments): "?\ " -> "?\s".
22180
22181 * textmodes/reftex-index.el (TeX-master): Add defvar.
22182 (reftex-index-phrases-marker): Move up defvar.
22183
22184 * textmodes/reftex-toc.el (zmacs-regions): Add defvar.
22185 (reftex-toc-include-labels-indicator)
22186 (reftex-toc-include-index-indicator)
22187 (reftex-toc-max-level-indicator): Move up declarations.
22188
22189 * net/tramp.el (tramp-handle-make-auto-save-file-name): Pass list
22190 of args to `tramp-run-real-handler', even if it's empty in this case.
22191
22192 2005-08-31 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22193
22194 * dired.el (dired-move-to-filename-regexp): Add date format for
22195 Mac OS X 10.3 in East Asian locales.
22196
22197 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
22198
22199 * files.el (make-auto-save-file-name): Add file name handler call
22200 if applicable.
22201
22202 * net/tramp.el (tramp-file-name-handler-alist)
22203 (tramp-file-name-for-operation): Add `make-auto-save-file-name'.
22204 (tramp-handle-make-auto-save-file-name): Rename from
22205 `tramp-make-auto-save-file-name'.
22206 (tramp-exists-file-name-handler): New defun.
22207 (tramp-advice-make-auto-save-file-name): Make defadvice only when
22208 `make-auto-save-file-name' is not a magic file name operation.
22209
22210 2005-08-30 Richard M. Stallman <rms@gnu.org>
22211
22212 * files.el (risky-local-variable-p):
22213 Match `-predicates' and `-commands.
22214
22215 * cus-edit.el (custom-buffer-sort-alphabetically): Default to t.
22216 (custom-save-all): Visit the file if necessary;
22217 kill the buffer if we created it.
22218 (custom-save-delete): Don't visit file or kill buffer here.
22219
22220 2005-08-30 Carsten Dominik <dominik@science.uva.nl>
22221
22222 * textmodes/org.el (org-special-keyword): New face.
22223 (org-table-copy-down, org-table-eval-formula)
22224 (org-table-recalculate, org-init-section-numbers):
22225 Use `string-to-number' instead of `string-to-int'.
22226 (org-get-location): Use `insert-buffer-substring' instead of
22227 `insert-buffer'.
22228 (org-modify-diary-entry-string): New function.
22229 (org-get-entries-from-diary): Set the hook for `add-to-diary-list'.
22230 (org-disable-agenda-to-diary): Rename from `org-disable-diary'.
22231 (org-toggle-fixed-width-section): Use QUOTE keyword if there is no
22232 active region.
22233 (org-export-as-html): Handle QUOTE keyword.
22234 (org-quote-string): New option.
22235 (org-bookmark-jump-unhide): New function, used for
22236 `bookmark-after-jump-hook'.
22237 (org-diary-default-entry): Apply only when not called through
22238 `org-agenda'.
22239
22240 2005-08-30 Juanma Barranquero <lekktu@gmail.com>
22241
22242 * net/eudc.el (mode-popup-menu):
22243 * play/handwrite.el (ps-printer-name, ps-lpr-command):
22244 * progmodes/ada-mode.el (compile-auto-highlight)
22245 (skeleton-further-elements):
22246 * progmodes/autoconf.el (font-lock-syntactic-keywords):
22247 * progmodes/cmacexp.el (msdos-shells):
22248 * progmodes/compile.el (font-lock-extra-managed-props)
22249 (font-lock-keywords, font-lock-maximum-size)
22250 (font-lock-support-mode):
22251 * progmodes/grep.el (font-lock-lines-before):
22252 * progmodes/idlw-complete-structtag.el (idlwave-completion-help-info):
22253 * progmodes/mixal-mode.el (compile-command):
22254 * progmodes/perl-mode.el (font-lock-comment-face)
22255 (font-lock-doc-face, font-lock-string-face):
22256 * progmodes/prolog.el (comint-prompt-regexp):
22257 * progmodes/sh-script.el (font-lock-comment-face)
22258 (font-lock-set-defaults, font-lock-string-face):
22259 * progmodes/sql.el (font-lock-keyword-face)
22260 (font-lock-set-defaults, font-lock-string-face):
22261 * progmodes/vhdl-mode.el (compilation-file-regexp-alist)
22262 (itimer-version, lazy-lock-defer-contextually)
22263 (lazy-lock-defer-on-scrolling, lazy-lock-defer-on-the-fly):
22264 Add defvars.
22265
22266 * progmodes/cperl-mode.el (cperl-electric-lbrace)
22267 (cperl-electric-keyword, cperl-electric-pod)
22268 (cperl-electric-backspace, cperl-forward-re)
22269 (cperl-fix-line-spacing, cperl-fill-paragraph): "?\ " -> "?\s".
22270 (vc-rcs-header, vc-sccs-header): Add defvars.
22271
22272 * progmodes/fortran.el (fortran-indent-to-column): "?\ " -> "?\s".
22273 (font-lock-syntactic-keywords, gud-find-expr-function):
22274 Add defvars.
22275
22276 * progmodes/gdb-ui.el (tool-bar-map): Add defvar.
22277 (gdb-frame-parameters): Declare before use.
22278
22279 * progmodes/gud.el (gdb-active-process, gdb-define-alist)
22280 (gdb-macro-info, gdb-server-prefix, gdb-show-changed-values)
22281 (gdb-var-changed, gdb-var-list, tool-bar-map): Add defvars.
22282 (gud-expr-compound-sep, gud-expr-compound): "?\ " -> "?\s".
22283
22284 * progmodes/idlw-help.el (browse-url-generic-args): Add defvar.
22285 (idlwave-help-with-source): Use `insert-buffer-substring', not
22286 `insert-buffer'.
22287
22288 2005-08-29 Juri Linkov <juri@jurta.org>
22289
22290 * outline.el (hide-entry, hide-leaves, outline-toggle-children):
22291 Put outline-back-to-heading function call inside save-excursion.
22292
22293 2005-08-29 Juanma Barranquero <lekktu@gmail.com>
22294
22295 * man.el (Man-init-defvars, Man-translate-references)
22296 (Man-support-local-filenames, Man-highlight-references):
22297 * progmodes/sql.el (sql-interactive-mode):
22298 * shell.el (shell-mode, shell-resync-dirs): Fix typos in docstrings.
22299
22300 * emacs-lisp/checkdoc.el (compilation-error-regexp-alist)
22301 (compilation-mode-font-lock-keywords): Add defvars.
22302 (checkdoc-interactive-loop): "?\ " -> "?\s".
22303
22304 * emacs-lisp/lisp-mode.el (font-lock-comment-face)
22305 (font-lock-doc-face, font-lock-string-face)
22306 (font-lock-keywords-case-fold-search): Add defvars.
22307 (emacs-lisp-mode-syntax-table): "?\ " -> "?\s".
22308
22309 * obsolete/sun-fns.el (mouse-select-or-drag-move-point):
22310 Don't pass X and Y (they are ignored anyway).
22311 (mouse-set-mark, mouse-select-window, mouse-delete-other-windows)
22312 (mouse-delete-window): Make arguments optional.
22313
22314 * obsolete/rnews.el (news-add-news-group): Don't use `end-of-line'.
22315 (caesar-translate-table, minor-modes, news-buffer-save)
22316 (news-group-name, news-minor-modes): Add defvars.
22317
22318 * emacs-lisp/lselect.el (mouse-highlight-priority)
22319 (x-lost-selection-functions, zmacs-regions):
22320 * emacs-lisp/pp.el (font-lock-verbose):
22321 * emacs-lisp/syntax.el (font-lock-beginning-of-syntax-function):
22322 * emacs-lisp/tcover-ses.el (ses-initial-global-parameters)
22323 (ses-mode-map):
22324 * emacs-lisp/tcover-unsafep.el (safe-functions):
22325 * international/mule-cmds.el (mac-system-coding-system)
22326 (mac-system-locale):
22327 * language/ethio-util.el (rmail-current-message)
22328 (rmail-message-vector):
22329 * language/thai-util.el (thai-auto-composition-mode):
22330 * mail/metamail.el (rmail-current-message, rmail-message-vector):
22331 * mail/mspools.el (rmail-inbox-list, vm-crash-box)
22332 (vm-folder-directory, vm-init-file, vm-init-file-loaded)
22333 (vm-primary-inbox, vm-spool-files):
22334 * mail/rmail.el (deleted-head, font-lock-fontified)
22335 (mail-abbrev-syntax-table, mail-abbrevs, messages-head)
22336 (rmail-use-spam-filter, rsf-beep, rsf-sleep-after-message)
22337 (total-messages):
22338 * mail/rmail-spam-filter.el (bbdb/mail_auto_create_p)
22339 (rmail-summary-mode-map):
22340 * mail/rmailkwd.el (rmail-buffer, rmail-current-message)
22341 (rmail-last-label, rmail-last-multi-labels)
22342 (rmail-summary-vector, rmail-total-messages):
22343 * mail/rmailmsc.el (rmail-current-message, rmail-inbox-list):
22344 * mail/rmailsum.el (msgnum):
22345 * mail/uce.el (gnus-original-article-buffer, mail-reply-buffer)
22346 (rmail-current-message):
22347 * obsolete/fast-lock.el (font-lock-face-list):
22348 * obsolete/rnewspost.el (mail-reply-buffer):
22349 * obsolete/scribe.el (compile-command):
22350 * obsolete/x-menu.el (x-process-mouse-hook): Add defvars.
22351
22352 2005-08-28 John Paul Wallington <jpw@gnu.org>
22353
22354 * ibuf-ext.el (ibuffer-auto-update-changed):
22355 Use `frame-or-buffer-changed-p' to check whether we need to update.
22356 (ibuffer-auto-mode): Don't advise `get-buffer-create' and
22357 `kill-buffer'. Initialise `ibuffer-auto-buffers-changed'
22358 as a `frame-or-buffer-changed-p' state vector instead.
22359
22360 2005-08-27 Romain Francoise <romain@orebokech.com>
22361
22362 * textmodes/makeinfo.el (makeinfo-compile):
22363 Use `compilation-start'. Set `next-error-function' according to
22364 `disable-errors'.
22365 (makeinfo-next-error): New function.
22366 (makeinfo-region): Adjust to new `makeinfo-compile' prototype.
22367 (makeinfo-buffer): Likewise.
22368
22369 * progmodes/compile.el (compilation-start): Add autoload cookie.
22370
22371 * progmodes/antlr-mode.el: Don't autoload `compilation-start'.
22372 * textmodes/sgml-mode.el: Likewise.
22373 * progmodes/python.el: Likewise.
22374
22375 2005-08-27 Eli Zaretskii <eliz@gnu.org>
22376
22377 * simple.el (blink-matching-paren-distance): Document the meaning
22378 of nil value, and allow to customize to nil.
22379
22380 * eshell/esh-ext.el (eshell-windows-shell-file): Look for
22381 command.com, not command.exe.
22382
22383 2005-08-26 John Wiegley <johnw@newartisans.com>
22384
22385 * eshell/esh-cmd.el (eshell-rewrite-named-command): Change the
22386 code around a bit so that an extraneous nil argument is not added
22387 to a command when no args are given.
22388
22389 * eshell/esh-arg.el (eshell-parse-double-quote): If a
22390 double-quoted argument resolves to nil, return it as an empty
22391 string rather than as nil. This made it impossible to pass "" to
22392 a shell script as a null string argument.
22393
22394 2005-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
22395
22396 * outline.el (outline-invent-heading): New fun.
22397 (outline-promote, outline-demote): Use it.
22398 (outline-move-subtree-down): Remove unused vars `re' and `txt'.
22399 (outline-end-of-subtree): Remove unused var `opoint'.
22400
22401 2005-08-26 David Reitter <david.reitter@gmail.com>
22402
22403 * menu-bar.el (truncate-lines, write-file, print-buffer)
22404 (ps-print-buffer-faces, ps-print-buffer, split-window):
22405 Disable menu items when the frame they refer to is invisible, or when
22406 they refer to a buffer and the minibuffer is selected.
22407
22408 2005-08-26 Pavel Kobiakov <pk_at_work@yahoo.com>
22409
22410 * progmodes/flymake.el (flymake-highlight-err-lines):
22411 Use save-excursion around flymake-highlight-line to preserve point.
22412
22413 2005-08-26 Eli Zaretskii <eliz@gnu.org>
22414
22415 * progmodes/octave-mod.el: Change Author and Maintainer address.
22416 (octave-maintainer-address): Change Kurt's email address.
22417 * progmodes/octave-inf.el: Change Author and Maintainer address.
22418 * progmodes/octave-hlp.el: Change Author and Maintainer address.
22419
22420 2005-08-26 Kim F. Storm <storm@cua.dk>
22421
22422 * subr.el (version-list-<, version-list-<=, version-list-=):
22423 Rename from integer-list-*.
22424 (version-list-not-zero): Likewise. Fix while loop.
22425 (version=): Use version-list-= instead of string-equal.
22426
22427 2005-08-26 Richard M. Stallman <rms@gnu.org>
22428
22429 * outline.el (outline-promote): Try shortening the heading.
22430 As last resort, read the heading to use.
22431 (outline-demote): As last resort, read the heading to use.
22432
22433 2005-08-26 Romain Francoise <romain@orebokech.com>
22434
22435 * progmodes/compile.el (compilation-start): Doc fix.
22436
22437 * progmodes/antlr-mode.el (antlr-default): Fix defface form.
22438 (antlr-font-lock-additional-keywords): Fix reference to
22439 `antlr-font-lock-literal-regexp' erroneously changed during the
22440 mass face rename.
22441 (antlr-run-tool): Use `compilation-start'.
22442
22443 * textmodes/sgml-mode.el (sgml-validate): Use `compilation-start'
22444 instead of the obsolete `compile-internal'.
22445
22446 2005-08-26 Juanma Barranquero <lekktu@gmail.com>
22447
22448 * calendar/cal-bahai.el (date, displayed-month, displayed-year)
22449 (number, original-date):
22450 * calendar/cal-china.el (date):
22451 * calendar/cal-coptic.el (date):
22452 * calendar/cal-french.el (date):
22453 * calendar/cal-hebrew.el (date, entry, number, original-date):
22454 * calendar/cal-islam.el (date, number, original-date):
22455 * calendar/cal-iso.el (date):
22456 * calendar/cal-julian.el (date):
22457 * calendar/cal-mayan.el (date):
22458 * calendar/cal-menu.el (date, event):
22459 * calendar/cal-persia.el (date):
22460 * calendar/lunar.el (date):
22461 * calendar/solar.el (date): Add defvars.
22462
22463 * emerge.el:
22464 * ibuffer.el:
22465 * info-xref.el:
22466 * obsolete/bg-mouse.el:
22467 * obsolete/sun-curs.el:
22468 * obsolete/swedish.el: Move the `defvar's to the top level.
22469
22470 * smerge-mode.el (smerge-refined-change): Add :group.
22471
22472 2005-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
22473
22474 * smerge-mode.el (smerge-remove-props): Make the args non-optional.
22475 (smerge-keep-n): Remove props.
22476 (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
22477 (smerge-keep-current, smerge-kill-current): Don't remove props anymore
22478 now that it's done in smerge-keep-n.
22479 (smerge-refined-change): New face.
22480 (smerge-refine-chopup-region, smerge-refine-highlight-change)
22481 (smerge-refine): New funs.
22482 (smerge-basic-map): Bind smerge-refine.
22483
22484 2005-08-25 Juri Linkov <juri@jurta.org>
22485
22486 * progmodes/grep.el (grep, grep-mode): Make buffer-local variables
22487 compilation-process-setup-function and compilation-disable-input
22488 in grep-mode instead of let-bindings in grep.
22489
22490 * menu-bar.el (menu-bar-options-menu, menu-bar-options-save):
22491 Delete "Automatic File De/compression" (auto-compression-mode).
22492
22493 2005-08-25 Juanma Barranquero <lekktu@gmail.com>
22494
22495 * obsolete/bg-mouse.el: Move to obsolete/ from term/.
22496 Silence warning about non-existent variable.
22497
22498 2005-08-25 Richard M. Stallman <rms@gnu.org>
22499
22500 * menu-bar.el (menu-bar-describe-menu): Delete "What's New".
22501 Rename "Describe Key" to "Describe Key or Mouse Operation".
22502
22503 * mail/mailalias.el (build-mail-aliases): Delete comments
22504 from the contents before processing them.
22505
22506 * isearch.el (isearch-edit-string): Erase the Search prompt
22507 if user enters an empty string and there is no default.
22508
22509 * comint.el (comint-file-name-prefix): Add autoload.
22510
22511 2005-08-25 Joe Corneli <jcorneli@math.utexas.edu>
22512
22513 * subr.el (play-sound): Rearrange to avoid warning.
22514
22515 2005-08-25 Carsten Dominik <dominik@science.uva.nl>
22516
22517 * calendar/diary-lib.el (diary-modify-entry-list-string-function):
22518 New hook.
22519 (add-to-diary-list): Call `diary-modify-entry-list-string-function'
22520
22521 2005-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
22522
22523 * emacs-lisp/easy-mmode.el (define-minor-mode): Simplify.
22524
22525 * custom.el (custom-theme-set-variables): Sort minor modes last.
22526
22527 2005-08-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
22528
22529 * subr.el (version-separator, version-regexp-alist): New vars used by
22530 version comparison funs.
22531 (integer-list-<, integer-list-=, integer-list-<=)
22532 (integer-list-not-zero): New funs for integer list comparison.
22533 (version-to-list, version=, version<, version<=): New funs for version
22534 comparison.
22535
22536 2005-08-24 Juanma Barranquero <lekktu@gmail.com>
22537
22538 * emerge.el (merge-begin, merge-end, template, A-begin, A-end)
22539 (B-begin, B-end, diff, diff-vector, valid-diff): Defvar at compile
22540 time to silence the byte-compiler.
22541
22542 * ibuffer.el (ibuffer-compile-make-eliding-form)
22543 (ibuffer-check-formats): Use `with-no-warnings' to hide references
22544 to `ibuffer-elide-long-columns' (which is defined on ibuffer.el,
22545 so it's silly to get warnings for it).
22546 (ibuffer-auto-mode, ibuffer-cached-filter-formats)
22547 (ibuffer-compiled-filter-formats, ibuffer-filter-format-alist)
22548 (ibuffer-filter-group-kill-ring, ibuffer-filter-groups)
22549 (ibuffer-filtering-qualifiers, ibuffer-hidden-filter-groups)
22550 (ibuffer-inline-columns, ibuffer-show-empty-filter-groups)
22551 (ibuffer-tmp-hide-regexps, ibuffer-tmp-show-regexps):
22552 Defvar at compile time.
22553 (ibuffer-compiled-formats, ibuffer-cached-eliding-string)
22554 (ibuffer-cached-formats, ibuffer-cached-elide-long-columns):
22555 Declare them before use.
22556
22557 * info-xref.el (info-xref-xfile-alist, info-xref-filename-heading)
22558 (info-xref-good, info-xref-bad): Defvar at compile time.
22559
22560 * obsolete/mlsupport.el (filter-region, execute-monitor-command):
22561 Use `let*' instead of `let'.
22562
22563 * obsolete/sun-curs.el (icon-edit, *mouse-window*, *mouse-x*)
22564 (*mouse-y*, menu, char): Defvar at compile time.
22565 (sc::menu): Declare it before use.
22566 (sc::pack-one-line): Use `let', not `let*'.
22567
22568 * obsolete/swedish.el (news-inews-hook, news-group-hook-alist)
22569 (mail-send-hook): Defvar at compile time.
22570
22571 * term/bg-mouse.el (bg-mouse-x, bg-mouse-y, bg-cursor-window):
22572 Defvar at compile time.
22573
22574 * term/sun-mouse.el (current-global-mousemap)
22575 (current-local-mousemap): Declare them before use.
22576
22577 2005-08-24 Carsten Dominik <dominik@science.uva.nl>
22578
22579 * bookmark.el (bookmark-after-jump-hook): New hook.
22580 (bookmark-jump): Run `bookmark-after-jump-hook'.
22581
22582 2005-08-23 Juri Linkov <juri@jurta.org>
22583
22584 * faces.el (minibuffer-prompt): Doc fix.
22585
22586 2005-08-23 Juanma Barranquero <lekktu@gmail.com>
22587
22588 * progmodes/xscheme.el: Trivial changes to silence warnings.
22589 (xscheme-previous-mode, xscheme-previous-process-state):
22590 Add defvars.
22591 (xscheme-last-input-end, xscheme-process-command-line)
22592 (xscheme-process-name, xscheme-buffer-name)
22593 (xscheme-expressions-ring-max, xscheme-expressions-ring)
22594 (xscheme-expressions-ring-yank-pointer, xscheme-running-p)
22595 (xscheme-control-g-synchronization-p)
22596 (xscheme-control-g-disabled-p, xscheme-string-receiver)
22597 (default-xscheme-runlight, xscheme-runlight)
22598 (xscheme-runlight-string, xscheme-process-filter-state)
22599 (xscheme-allow-output-p, xscheme-prompt, xscheme-mode-string):
22600 Move to beginning of file.
22601 (scheme-interaction-mode-commands-alist)
22602 (scheme-interaction-mode-map, scheme-debugger-mode-map):
22603 Declare them before use. Note: the initialization code for the
22604 variables has not been moved because it uses functions that reference
22605 the variables.
22606 (xscheme-control-g-message-string, xscheme-process-filter-alist)
22607 (xscheme-prompt-for-expression-map): Declare them before use.
22608 (scheme-debugger-mode-commands): "?\ " -> "?\s".
22609
22610 2005-08-23 Ed Swarthout <ed.swarthout@gmail.com> (tiny change)
22611
22612 * hexl.el (hexl-print-current-point-info): Fix simple spelling error.
22613
22614 2005-08-22 Juri Linkov <juri@jurta.org>
22615
22616 * faces.el (set-face-underline): Delete this duplicate function
22617 and make an obsolete alias to set-face-underline-p.
22618 (set-face-underline-p): Use docstring of set-face-underline.
22619 (describe-face): Create hyperlink to parent face.
22620
22621 * info.el (Info-insert-dir): Use save-excursion around
22622 insert-buffer-substring.
22623 (Info-isearch-search): Use LITERAL arg of replace-regexp-in-string.
22624 (Info-escape-percent): Delete function.
22625 (Info-fontify-node): Replace Info-escape-percent by
22626 replace-regexp-in-string with REP arg set to lambda that
22627 duplicates `%' and preserves text properties.
22628
22629 * progmodes/compile.el (compilation-disable-input): Doc fix.
22630 (define-compilation-mode): Doc fix and refill.
22631 (kill-compilation): Use `mode-name' in the error message.
22632 (compilation-find-file): Use `compilation-error' in the
22633 read-file-name's prompt.
22634
22635 2005-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
22636
22637 * smerge-mode.el (smerge-basic-map): Bind smerge-combine-with-next.
22638 (smerge-auto-leave): Make undo re-enable the mode.
22639 (debug-ignored-errors): Add the user-error of impossible resolution.
22640 (smerge-resolve): Move things around a bit, in preparation for later.
22641 (smerge-diff): Don't fail if the buffer has no associated file.
22642 (ediff-ancestor-buffer, ediff-quit-hook): Quieten byte-compiler.
22643 (smerge-conflict-overlay): New function.
22644 (smerge-match-conflict): Don't add text properties here.
22645 (smerge-find-conflict): Instead, add an overlay here.
22646 Also check for the case where we're inside a conflict already, so as to
22647 obviate the need for font-lock-multiline, which is unbearably slow with
22648 large conflicts and ciomplex font-lock patterns.
22649 (smerge-remove-props): Remove overlay rather than text-properties.
22650 (smerge-mode): Don't set font-lock-multiline.
22651 Remove overlays when turned off.
22652
22653 2005-08-21 Kim F. Storm <storm@cua.dk>
22654
22655 * ido.el (ido-ignore-item-p): Use save-match-data.
22656 Bind case-fold-search to ido-case-fold locally.
22657
22658 2005-08-20 Richard M. Stallman <rms@gnu.org>
22659
22660 * files.el (normal-mode): If font lock is on, turn it off and on.
22661
22662 * subr.el (replace-regexp-in-string): Doc fix.
22663
22664 * startup.el (command-line-1): Don't suppress startup screen
22665 due to existing processes.
22666
22667 * progmodes/grep.el (grep): Bind compilation-disable-input to t.
22668
22669 * progmodes/compile.el (compilation-disable-input): Default to nil.
22670
22671 2005-08-20 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
22672
22673 * progmodes/compile.el (compilation-disable-input): New defcustom.
22674 (compilation-start): If compilation-disable-input is non-nil, send
22675 EOF to the compilation process.
22676
22677 2005-08-20 Eli Zaretskii <eliz@gnu.org>
22678
22679 * textmodes/tex-mode.el (tex-bibtex-file, tex-send-tex-command):
22680 Run the argument of tex-shell-cd-command through
22681 convert-standard-filename, to get the correct style of slashes on
22682 Windows, and enclose the result in quotes, in case the file name
22683 includes whitespace or other special characters.
22684
22685 2005-08-19 Andreas Schwab <schwab@suse.de>
22686
22687 * progmodes/gud.el (gud-kill-buffer-hook): Don't kill unrelated
22688 process.
22689
22690 2005-08-18 Luc Teirlinck <teirllm@auburn.edu>
22691
22692 * cus-start.el (minibuffer-prompt-properties): Correct typo.
22693
22694 2005-08-18 Kim F. Storm <storm@cua.dk>
22695
22696 * scroll-lock.el: Fix errors due to incorrect line wrapping.
22697
22698 2005-08-18 Richard M. Stallman <rms@gnu.org>
22699
22700 * scroll-lock.el: New file.
22701
22702 2005-08-18 Thien-Thi Nguyen <ttn@gnu.org>
22703
22704 * dired.el (dired-move-to-end-of-filename):
22705 Handle fifo as rendered by "ls -lF": Don't include trailing "|".
22706
22707 2005-08-18 Kim F. Storm <storm@cua.dk>
22708
22709 * ido.el (ido-everywhere): Fix defcustom :set function to disable
22710 rather than toggle mode when custom value is nil.
22711 (ido-everywhere): Fix defun doc string.
22712
22713 2005-08-17 Richard M. Stallman <rms@gnu.org>
22714
22715 * cus-start.el (minibuffer-prompt-properties): Use "Don't Enter"
22716 as tag instead of "Inviolable".
22717
22718 2005-08-17 Kim F. Storm <storm@cua.dk>
22719
22720 * windmove.el (windmove-coordinates-of-position): Remove.
22721 (windmove-coordinates-of-window-position): Remove.
22722 (windmove-reference-loc): Use posn-at-point instead.
22723
22724 * subr.el (insert-for-yank-1): Doc fix.
22725
22726 * ido.el (ido-enter-matching-directory): Rename from
22727 ido-enter-single-matching-directory. Change `slash' choice to
22728 `only'. Add `first' choice.
22729 (ido-exhibit): Adapt to above changes.
22730
22731 2005-08-16 Luc Teirlinck <teirllm@auburn.edu>
22732
22733 * Makefile.in: Expand comment about building loaddefs.el.
22734
22735 2005-08-16 Nick Roberts <nickrob@snap.net.nz>
22736
22737 * progmodes/gdb-ui.el (toggle-gdb-use-inferior-io-buffer):
22738 Comment use of defadvice.
22739
22740 * progmodes/gud.el (gud-jump): Rework for gdb-ui.
22741
22742 2005-08-15 Dan Nicolaescu <dann@ics.uci.edu>
22743
22744 * buff-menu.el, compare-w.el, emacs-lisp/testcover.el,
22745 * play/gomoku.el, play/mpuz.el, progmodes/flymake.el,
22746 * progmodes/gdb-ui.el, progmodes/idlw-help.el,
22747 * progmodes/idlw-shell.el, progmodes/ld-script.el,
22748 * progmodes/which-func.el, ruler-mode.el, strokes.el,
22749 * textmodes/sgml-mode.el, textmodes/table.el: Do not use face-alias
22750 for backward compatibility for faces that did not appear in the
22751 previous Emacs release.
22752
22753 * simple.el (next-error-follow-minor-mode): Fix init value and lighter.
22754
22755 2005-08-15 Kim F. Storm <storm@cua.dk>
22756
22757 * emulation/cua-base.el (cua-delete-region): Return t if
22758 deleted region was non-empty.
22759 (cua-replace-region): Inhibit overwrite-mode for
22760 self-insert-command if replaced region was non-empty.
22761 (cua--explicit-region-start, cua--status-string): Make them
22762 buffer-local at top-level...
22763 (cua-mode): ...rather than when mode is enabled.
22764
22765 2005-08-15 Thien-Thi Nguyen <ttn@gnu.org>
22766
22767 * progmodes/vhdl-mode.el (vhdl-emacs-21):
22768 Set t for Emacs 21, 22, and so on.
22769
22770 2005-08-15 David Ponce <david@dponce.com>
22771
22772 * tree-widget.el: Update Commentary header.
22773 (tree-widget-theme): Doc fix.
22774 (tree-widget-space-width): New option.
22775 (tree-widget-image-properties): Look up in the default theme too.
22776 (tree-widget--cursors): Only for images with arrow pointer shape.
22777 (tree-widget-lookup-image): Pointer shape is hand by default.
22778 (tree-widget-icon): Rename generic icon widget from
22779 `tree-widget-control'.
22780 (tree-widget-*-icon): Rename from `tree-widget-*-control' and
22781 derive from `tree-widget-icon'.
22782 (tree-widget-handle): Improve default look and feel of the text
22783 representation.
22784 (tree-widget): Rename :*-control properties to :*-icon properties.
22785 Add :action and :help-echo properties.
22786 (tree-widget-after-toggle-functions): Move.
22787 (tree-widget-close-node, tree-widget-open-node): Remove.
22788 (tree-widget-before-create-icon-functions): New hook.
22789 (tree-widget-value-create): Update to allow customization of icons
22790 and nodes at run-time via that new hook.
22791 (tree-widget-icon-create, tree-widget-leaf-node-icon-p)
22792 (tree-widget-icon-action, tree-widget-icon-help-echo)
22793 (tree-widget-action, tree-widget-help-echo): New functions.
22794
22795 2005-08-15 Kim F. Storm <storm@cua.dk>
22796
22797 * ido.el (ido-buffer-internal): Use with-no-warnings.
22798 (ido-make-merged-file-list): Use while-no-input.
22799
22800 2005-08-15 Richard M. Stallman <rms@gnu.org>
22801
22802 * textmodes/flyspell.el (flyspell-mark-duplications-flag): Doc fix.
22803 (flyspell-large-region): Fix doc and custom type.
22804
22805 2005-08-14 Richard M. Stallman <rms@gnu.org>
22806
22807 * files.el (interpreter-mode-alist): Doc fix.
22808
22809 * mail/rmail.el (rmail-nonignored-headers): New variable.
22810 (rmail-clear-headers): Use it.
22811 (rmail-reply): Better handling of mail-followup-to header.
22812
22813 * progmodes/sh-script.el (sh-font-lock-keywords-var):
22814 Rename variable from sh-font-lock-keywords. In the `shell' entry,
22815 don't try to refer to executable-font-lock-keywords.
22816 (sh-font-lock-keywords-var-1): Rename from sh-font-lock-keywords-1.
22817 (sh-font-lock-keywords-var-2): Rename from sh-font-lock-keywords-2.
22818 (sh-font-lock-keywords): Append executable-font-lock-keywords here.
22819 (sh-mode): Set comment-start-skip, local-abbrev-table,
22820 imenu-case-fold-search.
22821 (sh-set-shell): Don't set them here.
22822 (sh-feature): Simplify. Get rid of the eval-a-variable feature.
22823 Don't cache the results in the original alist; don't ever modify
22824 that alist.
22825
22826 * textmodes/flyspell.el (flyspell-mode): Autoload a defvar.
22827
22828 * textmodes/ispell.el (lookup-words): Cope with case where ARGS is
22829 empty.
22830
22831 2005-08-15 Andreas Schwab <schwab@suse.de>
22832
22833 * desktop.el: Put autoload cookie at risky-local-variable declarations.
22834
22835 * dired.el, info.el, mail/rmail.el: Revert last change.
22836
22837 2005-08-14 Thien-Thi Nguyen <ttn@gnu.org>
22838
22839 * dired.el: Fix dependency bug: Wrap `desktop-buffer-mode-handlers'
22840 modification in `eval-after-load' form.
22841 * info.el: Likewise.
22842 * mail/rmail.el: Likewise.
22843
22844 2005-08-14 Juri Linkov <juri@jurta.org>
22845
22846 * progmodes/compile.el (compilation-mode-font-lock-keywords):
22847 Remove highlighting of "Compilation started". Highlight only
22848 the word "finished" in "Compilation finished". Add highlighting
22849 of "interrupt", "killed", "terminated" and the exit code.
22850 (compilation-start): Add newline after header. Use exactly the
22851 same time stamp format as the finishing message.
22852 (compilation-mode-map): Add ellipsis to "Search Files (grep)".
22853
22854 * progmodes/grep.el (grep-mode-map): Add ellipsis to "Another grep".
22855 (grep-mode-font-lock-keywords): Don't highlight "Grep started".
22856 Add highlighting of "interrupt", "killed", "terminated".
22857
22858 * delsel.el (delete-selection-pre-hook): If overwrite-mode is
22859 enabled and the current command is self-insert-command, call it
22860 explicitly with overwrite-mode bound to nil, to not allow it
22861 to delete the character after the selected region.
22862
22863 2005-08-12 Matt Hodges <MPHodges@member.fsf.org>
22864
22865 * emacs-lisp/eldoc.el: Add move-beginning-of-line,
22866 move-end-of-line, end-of-line, and beginning-of-line to the list
22867 of commands after which the echo area is updated.
22868
22869 2005-08-12 Eli Zaretskii <eliz@gnu.org>
22870
22871 * cus-edit.el (custom-save-all, custom-save-delete):
22872 Bind recentf-exclude to exclude custom-file.
22873
22874 2005-08-12 Ehud Karni <ehud@unix.mvs.co.il>
22875
22876 * mail/rmailsum.el (rmail-summary-end-of-message): New command
22877 to go to the bottom of the mail message. Added to
22878 `rmail-summary-mode-map' with key "/".
22879 (rmail-summary-show-message): New (internal) function for use by
22880 both `rmail-summary-beginning/end-of-message'.
22881 (rmail-summary-beginning-of-message): Change to use
22882 rmail-summary-show-message.
22883
22884 * mail/rmail.el (rmail-end-of-message): New command to go to the
22885 end of the current message. Added to `rmail-mode-map' with key "/".
22886 (rmail-beginning-of-message): Fix to work as documented.
22887 (rmail-mode): Change documentation.
22888
22889 * progmodes/compile.el (compilation-start): Add the line
22890 "Compilation started" with compilation start time.
22891 (compilation-mode-font-lock-keywords): Add `started' to keywords.
22892
22893 2005-08-11 Luc Teirlinck <teirllm@auburn.edu>
22894
22895 * menu-bar.el (menu-bar-options-menu): Standardize capitalization
22896 of menu items.
22897
22898 2005-08-11 Richard M. Stallman <rms@gnu.org>
22899
22900 * simple.el (pop-global-mark): Reverse test of widen-automatically.
22901
22902 * battery.el (battery-status-function): Don't use ignore-errors.
22903
22904 2005-08-11 Lute Kamstra <lute@gnu.org>
22905
22906 * emacs-lisp/generic.el (generic-font-lock-defaults): Declare with
22907 define-obsolete-variable-alias.
22908
22909 2005-08-11 Stefan Monnier <monnier@iro.umontreal.ca>
22910
22911 * net/ange-ftp.el: Use \\` and \\' instead of ^ and $ in regexps.
22912 (ange-ftp-send-cmd): Revert last change, and expand
22913 the comment explaining the problem.
22914
22915 2005-08-10 Luc Teirlinck <teirllm@auburn.edu>
22916
22917 * ldefs-boot.el: Update.
22918
22919 * menu-bar.el (menu-bar-showhide-menu): Rename "Date, Time and Mail"
22920 item to "Time, Load and Mail". Change help echo text.
22921
22922 * time.el (display-time-use-mail-icon, display-time-format)
22923 (display-time-string-forms): Shorten first line of docstrings.
22924
22925 2005-08-10 Lars Hansen <larsh@soem.dk>
22926
22927 * desktop.el (desktop-buffer-mode-handlers):
22928 Make non-customizable. Add autoload cookie. Change initial value to
22929 nil; add elements in respective modules instead. Fix doc string.
22930 (desktop-load-file): New function.
22931 (desktop-minor-mode-handlers): New autoloaded variable.
22932 (desktop-create-buffer): Call minor mode handlers.
22933 Use desktop-load-file to load major and minor mode modules prior to
22934 checking for a handler.
22935 (desktop-save): Don't add nil to desktop-minor-modes for minor
22936 modes with nil function in desktop-minor-mode-table. Don't delete
22937 desktop file before rewriting it.
22938 (desktop-locals-to-save): Add autoload cookie. Don't make
22939 automatically buffer-local. Add variables column-number-mode,
22940 size-indication-mode, indent-tabs-mode,
22941 indicate-buffer-boundaries, indicate-empty-lines and
22942 show-trailing-whitespace.
22943 (desktop-clear): Allow desktop-clear-preserve-buffers to contain
22944 regexps. Don't use desktop-clear-preserve-buffers-regexp.
22945 (desktop-clear-preserve-buffers-regexp): Delete.
22946 (desktop-clear-preserve-buffers): Update initial value and docstring.
22947 (desktop-save-buffer): Fix doc string.
22948
22949 * hilit-chg.el: Add handler to desktop-minor-mode-handlers.
22950 (hilit-chg-desktop-restore): New function.
22951 (highlight-changes-mode): Add highlight-changes-mode to
22952 desktop-locals-to-save.
22953
22954 * dired.el: Add handler to desktop-buffer-mode-handlers.
22955 (dired-restore-desktop-buffer): Remove autoload cookie.
22956 (dired-mode): Add autoload cookie.
22957
22958 * info.el: Add handler to desktop-buffer-mode-handlers.
22959 (Info-restore-desktop-buffer): Remove autoload cookie.
22960 (Info-mode): Add autoload cookie.
22961
22962 * mh-e/mh-e.el: Add handler to desktop-buffer-mode-handlers.
22963 (mh-restore-desktop-buffer): Remove autoload cookie.
22964 (mh-folder-mode): Add autoload cookie.
22965
22966 * mail/rmail.el: Add handler to desktop-buffer-mode-handlers.
22967 (rmail-restore-desktop-buffer): Remove autoload cookie.
22968
22969 2005-08-11 Masatake YAMATO <jet@gyve.org>
22970
22971 * hexl.el (hexl-address-region):
22972 (hexl-ascii-region, hexl-font-lock-keywords):
22973 (hexl-highlight-line-range): Use the term "region"
22974 instead of "area" for consistency with the other symbols
22975 defined in hexl.el.
22976
22977 2005-08-09 Luc Teirlinck <teirllm@auburn.edu>
22978
22979 * menu-bar.el (menu-bar-options-save): Move `display-time-mode' to
22980 correct group: it is set with `menu-bar-make-mm-toggle' (pointed
22981 out by Juri Linkov). Add `display-battery-mode'.
22982
22983 2005-08-09 Juri Linkov <juri@jurta.org>
22984
22985 * progmodes/compile.el (compilation-mode-font-lock-keywords):
22986 Remove `-text' from face variable names.
22987 (compilation-error-file-name, compilation-warning-file-name)
22988 (compilation-info-file-name): Delete faces.
22989 (compilation-line-number, compilation-column-number):
22990 Remove face underlining.
22991 (compilation-message-face): Set to `underline' value by default.
22992 (compilation-error-face, compilation-warning-face)
22993 (compilation-info-face): Remove `-file-name' from face names.
22994 (compilation-error-text-face, compilation-warning-text-face)
22995 (compilation-info-text-face): Delete face variables.
22996 (compilation-text-face): Delete function.
22997
22998 * progmodes/grep.el (grep-regexp-alist): Use `.+?' instead of `[^:\n]+'.
22999 (grep-mode-font-lock-keywords): Use `.+?' instead of `[^\n-]+'.
23000 (grep-error-face): Set to `compilation-error' instead of
23001 `compilation-error-face' (which is redefined to `grep-hit-face' in
23002 grep buffers).
23003 (grep-mode-font-lock-keywords): Remove `-text' from face variable
23004 names. Use `grep-error-face' instead of `compilation-error-text-face'.
23005
23006 * dired-aux.el (dired-do-query-replace-regexp):
23007 Use `query-replace-read-args'.
23008
23009 * replace.el (query-replace-read-from, query-replace-read-to)
23010 (query-replace-read-args): Rename arg `string' to `prompt'.
23011
23012 * menu-bar.el (menu-bar-showhide-menu): Add `showhide-battery'.
23013
23014 2005-08-09 Katsumi Yamaoka <yamaoka@jpl.org> (tiny change)
23015
23016 * net/ange-ftp.el (ange-ftp-send-cmd): Make it work properly with
23017 uploading files.
23018 (ange-ftp-canonize-filename): Handle file names beginning with ~
23019 correctly.
23020
23021 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
23022
23023 * textmodes/fill.el (canonically-space-region)
23024 (fill-context-prefix, fill-french-nobreak-p)
23025 (fill-delete-newlines, fill-comment-paragraph)
23026 (justify-current-line): "?\ " -> "?\s".
23027
23028 2005-08-09 Ben North <ben@redfrontdoor.org> (tiny change)
23029
23030 * textmodes/fill.el (fill-nonuniform-paragraphs):
23031 Improve argument/docstring consistency.
23032
23033 2005-08-09 Richard M. Stallman <rms@gnu.org>
23034
23035 * textmodes/ispell.el (ispell-word): More fboundp checks.
23036
23037 * files.el (find-file-noselect): Don't call set-buffer-major-mode.
23038 (find-file-noselect-1): Call it here, only if RAWFILE.
23039 (normal-mode): Always set some major mode.
23040 (save-some-buffers-action-alist): Change some explanation strings.
23041 (file-name-non-special): In the `quote' method, use unwind-protect.
23042
23043 2005-08-09 Magnus Henoch <mange@freemail.hu>
23044
23045 * textmodes/ispell.el (ispell-find-aspell-dictionaries): New command.
23046 (ispell-have-aspell-dictionaries): New variable.
23047 (ispell-aspell-data-dir, ispell-aspell-dict-dir): New variables.
23048 (ispell-get-aspell-config-value): New function.
23049 (ispell-aspell-find-dictionary): New function.
23050 (ispell-aspell-add-aliases): New function.
23051 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries if
23052 appropriate. Don't look for ispell dictionaries if we use aspell.
23053 (ispell-menu-map): Don't build a submenu of dictionaries.
23054
23055 2005-08-09 Richard M. Stallman <rms@gnu.org>
23056
23057 * progmodes/sql.el (sql-interactive-mode-map): Use fboundp.
23058 (sql-read-passwd): Use read-passwd.
23059
23060 * progmodes/idlw-toolbar.el (idlwave-toolbar)
23061 (idlwave-toolbar-is-possible): Add defvars.
23062
23063 * progmodes/idlw-shell.el (idlwave-xemacs-hack-mouse-track):
23064 Avoid warnings.
23065
23066 * progmodes/idlw-rinfo.el (idlwave-system-variables-alist)
23067 (idlwave-system-class-info, idlwave-executive-commands-alist):
23068 Use defvar.
23069
23070 * progmodes/cc-engine.el (c-guess-basic-syntax): Add autoload.
23071
23072 * mail/supercite.el (sc-ask, sc-no-blank-line-or-header):
23073 Avoid warnings.
23074
23075 * mail/rmail.el (rmail-ignored-headers): Don't hide mime-version:
23076 and content-type: headers.
23077
23078 * eshell/eshell.el (eshell): Avoid warnings about eshell-mode.
23079
23080 * emacs-lisp/map-ynp.el (map-y-or-n-p): Reorder the options
23081 and rename some of them to be more self-explanatory.
23082
23083 * calendar/calendar.el (calendar-mode-map): Bind < and > usefully.
23084
23085 * startup.el (command-line-1): Implement -scriptload.
23086
23087 * replace.el (occur-engine): Initial *Occur* output not undoable.
23088
23089 * menu-bar.el (menu-bar-file-menu): Rename some menu items
23090 and improve help strings.
23091
23092 * isearch.el (isearch-repeat): When changing direction,
23093 mark search successful.
23094
23095 * ediff-init.el: Use (featurep 'xemacs).
23096
23097 * comint.el (send-invisible): Identify buffer, if not selected.
23098
23099 * align.el: Delete autoload for c-guess-basic-syntax.
23100
23101 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
23102
23103 * textmodes/refbib.el (r2b-convert-record, r2b-convert-buffer):
23104 Improve argument/docstring consistency. Doc fixes.
23105 (r2b-variables, r2bv-address, r2bv-annote, r2bv-author)
23106 (r2bv-booktitle, r2bv-date, r2bv-decade, r2bv-editor)
23107 (r2bv-entry-kind, r2bv-institution, r2bv-journal, r2bv-keywords)
23108 (r2bv-kn, r2bv-month, r2bv-note, r2bv-number, r2bv-ordering)
23109 (r2bv-organization, r2bv-pages, r2bv-primary-author)
23110 (r2bv-publisher, r2bv-school, r2bv-title, r2bv-title-first-word)
23111 (r2bv-tr, r2bv-type, r2bv-volume, r2bv-where, r2bv-year):
23112 Defvar at compile time.
23113
23114 2005-08-09 Juri Linkov <juri@jurta.org>
23115
23116 * info.el: Replace `info' with upper-case `Info' where appropriate.
23117 (info-title-1, info-title-2, info-title-3, info-title-4)
23118 (info-menu-header): Move up face definitions.
23119 (info-menu-star): Rename from `info-menu-5'.
23120 (Info-fontify-node): Replace `info-menu-5' with `info-menu-star'.
23121 (Info-fontify-visited-nodes): Fix docstring.
23122 (Info-hide-note-references): Fix docstring.
23123 (Info-up, Info-next-reference, Info-prev-reference): Put cursor on
23124 menu items in the same way as on cross-references.
23125 (info-apropos): Fix sorting order and formatting to be like in the
23126 stand-alone Info browser. Display error messages for 1 sec.
23127 (Info-mode-map): Move down `c' key binding. Bind `^' to `Info-up'.
23128 (Info-mode-menu): Remove item for `Info-search-case-sensitively'
23129 from the menu bar.
23130 (Info-insert-dir): Restore point after calling
23131 `insert-buffer-substring'.
23132
23133 2005-08-08 Richard M. Stallman <rms@gnu.org>
23134
23135 * emacs-lisp/lmenu.el (lucid-menubar-map, lucid-failing-menubar)
23136 (recompute-lucid-menubar): Add defvars.
23137
23138 * mail/sendmail.el (mail-yank-original): Use with-no-warnings.
23139
23140 * mail/reporter.el (reporter-dump-state): Use insert-buffer-substring.
23141
23142 * net/net-utils.el (run-dig): Rename from `dig'.
23143
23144 * play/gametree.el (gametree-mode): Use make-local-variable,
23145 not make-variable-buffer-local.
23146
23147 * progmodes/ada-prj.el (ada-prj-display-page): Use with-no-warnings.
23148
23149 * ansi-color.el (ansi-color-make-extent)
23150 (ansi-color-set-extent-face): Use fboundp, not functionp.
23151
23152 * autorevert.el (auto-revert-tail-mode): Use make-local-variable,
23153 not make-variable-buffer-local.
23154
23155 * bookmark.el (Info-current-file): Add defvar.
23156 (bookmark-jump-noselect): Use with-no-warnings.
23157
23158 * completion.el (c-mode-map, fortran-mode-map): Add defvars.
23159
23160 * ebuff-menu.el (Helper-return-blurb): Add defvar.
23161
23162 * ffap.el (gnus-summary-buffer, gnus-article-buffer): Add defvars.
23163
23164 * find-file.el (ada-procedure-start-regexp)
23165 (ada-package-start-regexp): Add defvars.
23166
23167 * info.el (Info-insert-dir): Use insert-buffer-substring.
23168
23169 * xml.el (xml-att-def-re): Add defvar.
23170
23171 * icomplete.el (icomplete-exhibit): Adapt to new while-no-input
23172 calling convention.
23173
23174 * subr.el (while-no-input): Return t if there is input.
23175
23176 2005-08-08 Luc Teirlinck <teirllm@auburn.edu>
23177
23178 * cus-start.el (all): Add `overflow-newline-into-fringe'.
23179
23180 2005-08-08 Juanma Barranquero <lekktu@gmail.com>
23181
23182 * cmuscheme.el (inferior-scheme-mode-hook, inferior-scheme-mode)
23183 (scheme-prev-l/c-dir/file): Fix typos in docstrings.
23184
23185 2005-08-08 Emilio C. Lopes <eclig@gmx.net>
23186
23187 * cmuscheme.el (scheme-start-file): Replace reference to
23188 `user-emacs-directory' by "~/.emacs.d/".
23189
23190 2005-08-08 Thien-Thi Nguyen <ttn@gnu.org>
23191
23192 * info.el (Info-dir-remove-duplicates): Avoid case folding
23193 in loop; instead, keep downcased strings for comparison.
23194 Suggested by Helmut Eller.
23195
23196 2005-08-07 Michael Albinus <michael.albinus@gmx.de>
23197
23198 Sync with Tramp 2.0.50.
23199
23200 * net/tramp.el: Remove defvar of `last-coding-system-used' in the
23201 XEmacs case; not necessary anymore.
23202 (tramp-user-regexp): Allow "@" as part of user name.
23203 (tramp-handle-set-visited-file-modtime)
23204 (tramp-handle-insert-file-contents)
23205 (tramp-handle-write-region): No special handling for
23206 `last-coding-system-used, because this is done in
23207 `tramp-accept-process-output' now.
23208 (tramp-accept-process-output): New defun.
23209 (tramp-process-one-action, tramp-process-one-multi-action)
23210 (tramp-wait-for-regexp, tramp-wait-for-output)
23211 (tramp-discard-garbage-erase-buffer): Call it. Reported by David
23212 Howells <dhowells@redhat.com>.
23213 (clear-visited-file-modtime): Defadvice removed. The check for
23214 unset buffer's modtime does not need to be based on
23215 `tramp-buffer-file-attributes'. Suggested by RMS.
23216 (tramp-message): Insert "\n" if not being at beginning of line.
23217 (tramp-find-shell): Use `tramp-barf-if-no-shell-prompt' for code
23218 sequence with same logic.
23219 (tramp-completion-handle-expand-file-name): Discard call of
23220 `tramp-drop-volume-letter'. It is not necessary, and there have
23221 been problems with (expand-file-name "~/.netrc" "/") in ange-ftp.
23222 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
23223 (tramp-do-copy-or-rename-file-out-of-band): Transfer message
23224 should always be visible.
23225 (tramp-handle-insert-directory, tramp-setup-complete)
23226 (tramp-set-process-query-on-exit-flag)
23227 (tramp-append-tramp-buffers): Pacify byte-compiler.
23228 (tramp-bug): Delete non-existing variables from list.
23229 Apply `tramp-load-report-modules' as pre-hook.
23230 Mask `tramp-password-prompt-regexp', `tramp-shell-prompt-pattern' and
23231 `shell-prompt-pattern' because of non-7bit characters.
23232 Reported by Sebastian Luque <sluque@mun.ca>.
23233 (tramp-reporter-dump-variable, tramp-load-report-modules): New defuns.
23234 (tramp-match-string-list): Remove function.
23235 (tramp-wait-for-regexp): Remove call of that function.
23236 Suggested by Kim F. Storm <storm@cua.dk>.
23237 (tramp-set-auto-save-file-modes): Use octal integer code #o600
23238 instead of octal character code ?\600. The latter resulted in a
23239 syntax error with XEmacs.
23240
23241 * net/tramp-smb.el: Remove defvar of `last-coding-system-used' in the
23242 XEmacs case; not necessary anymore.
23243 (tramp-smb-handle-write-region): No special handling for
23244 `last-coding-system-used, because this is done in
23245 `tramp-accept-process-output' now.
23246 (tramp-smb-wait-for-output): Call `tramp-accept-process-output'.
23247
23248 2005-08-06 Luc Teirlinck <teirllm@auburn.edu>
23249
23250 * wid-edit.el (widget-choice-value-create):
23251 Unconditionally respect user choice. Set :explicit-choice back to nil
23252 when no longer needed.
23253 (widget-choice-action): Unconditionally respect user choice.
23254 Eliminate :explicit-choice-value.
23255
23256 * fringe.el (set-fringe-indicators-1, fringe-indicators): Delete.
23257
23258 * menu-bar.el (menu-bar-options-save): Replace `fringe-indicators'
23259 with `indicate-empty-lines' and `indicate-buffer-boundaries'.
23260 (menu-bar-showhide-fringe-menu): Add new item "Empty line indicators"
23261 running new function `toggle-indicate-empty-lines'.
23262 Rename "Customize" item to "Customize fringe".
23263 Rename "Indicators" item to "Buffer boundaries" and change help echo.
23264 (menu-bar-showhide-fringe-ind-menu): Change several help echos.
23265 Add `menu-bar-showhide-fringe-ind-customize' as "Other (customize)".
23266 Delete "Empty lines only" item.
23267 (menu-bar-showhide-fringe-ind-customize): New function.
23268 (menu-bar-showhide-fringe-ind-mixed)
23269 (menu-bar-showhide-fringe-ind-box)
23270 (menu-bar-showhide-fringe-ind-right)
23271 (menu-bar-showhide-fringe-ind-left)
23272 (menu-bar-showhide-fringe-ind-none): Use `indicate-buffer-boundaries'
23273 instead of `fringe-indicators'.
23274
23275 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
23276
23277 * viper.el (viper-emacs-state-mode-list): Add recentf-dialog-mode.
23278 Change the date of last update.
23279
23280 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
23281
23282 * viper-cmd.el (viper-harness-minor-mode, viper-exec-delete)
23283 (viper-exec-yank, viper-put-back): Don't display modification msg
23284 if in the minibuffer.
23285
23286 * viper-init.el (viper-replace-overlay-cursor-color)
23287 (viper-insert-state-cursor-color, viper-vi-state-cursor-color):
23288 Make variables frame local.
23289
23290 * viper-util.el (viper-append-filter-alist): Use append instead of
23291 nconc.
23292
23293 * viper.el (viper-vi-state-mode-list)
23294 (viper-emacs-state-mode-list): Move help-mode and
23295 completion-list-mode from the first list to the second.
23296 (viper-mode): Docstring.
23297 (viper-go-away, viper-non-hook-settings): Don't localize
23298 minor-mode-alist in newer Emacsen. Add advice to
23299 set-cursor-color. Don't bind "\C-c\\".
23300
23301 2005-08-06 Emilio C. Lopes <eclig@gmx.net>
23302
23303 * cmuscheme.el (scheme-trace-command, scheme-untrace-command)
23304 (scheme-macro-expand-command): New user options.
23305 (scheme-trace-procedure, scheme-expand-current-form): New commands.
23306 (scheme-form-at-point, scheme-start-file)
23307 (scheme-interactively-start-process): New functions.
23308 (scheme-get-process): New function, extracted from `scheme-proc'.
23309 (run-scheme): Call `scheme-start-file' to get start file, and pass
23310 it to `make-comint'.
23311 (switch-to-scheme, scheme-proc):
23312 Call `scheme-interactively-start-process' if no Scheme buffer/process
23313 is available.
23314
23315 2005-08-06 Juri Linkov <juri@jurta.org>
23316
23317 * progmodes/compile.el (compilation-mode-font-lock-keywords):
23318 Use `compilation-text-face', `compilation-info-text-face' and
23319 `compilation-error-text-face' instead of `font-lock-keyword-face'.
23320 (compilation-error): New face.
23321 (compilation-error-file-name): Inherit from
23322 `compilation-error' instead of `font-lock-warning-face'.
23323 (compilation-warning-file-name): Inherit from
23324 `compilation-warning' instead of `font-lock-warning-face'.
23325 (compilation-info, compilation-error-file-name)
23326 (compilation-warning-file-name, compilation-info-file-name)
23327 (compilation-line-number, compilation-column-number): Doc fix.
23328 (compilation-error-text-face, compilation-warning-text-face)
23329 (compilation-info-text-face): New face variables.
23330 (compilation-line-face, compilation-column-face)
23331 (compilation-enter-directory-face)
23332 (compilation-leave-directory-face): Doc fix.
23333 (compilation-text-face): New function.
23334
23335 * progmodes/grep.el (grep-regexp-alist): Set 5th arg `TYPE' to 0
23336 instead of 1 to display binary file names as info file links.
23337 (grep-error-face): Use `compilation-error-face' instead of
23338 `font-lock-keyword-face'.
23339 (grep-mode-font-lock-keywords): Use `compilation-info-text-face'
23340 and `compilation-warning-text-face' instead of
23341 `font-lock-keyword-face'. Use `compilation-error-text-face'
23342 instead of `grep-error-face'.
23343
23344 2005-08-05 Kenichi Handa <handa@m17n.org>
23345
23346 * international/code-pages.el: Add autoload cookies for all coding
23347 systems.
23348
23349 2005-08-04 Luc Teirlinck <teirllm@auburn.edu>
23350
23351 * cus-start.el (all): Put undo.c where it alphabetically belongs.
23352
23353 2005-08-04 Juri Linkov <juri@jurta.org>
23354
23355 * progmodes/compile.el (compilation-mode-map):
23356 * progmodes/grep.el (grep-mode-map):
23357 Bind TAB to `compilation-next-error' and [backtab] to
23358 `compilation-previous-error'.
23359
23360 * progmodes/grep.el (grep-regexp-alist): Replace complex regexp
23361 matching line numbers, column numbers and their ranges with regexp
23362 matching only line numbers.
23363 (grep-context-face): New face variable.
23364 (grep-mode-font-lock-keywords): Use it.
23365
23366 * faces.el (read-face-name): Delete duplicate faces.
23367
23368 2005-08-02 Juanma Barranquero <lekktu@gmail.com>
23369
23370 * thumbs.el (thumbs-find-image): Don't make variables
23371 automatically buffer local.
23372 (thumbs-current-tmp-filename, thumbs-current-image-filename)
23373 (thumbs-image-num): Make automatically buffer local.
23374 (thumbs-show-thumbs-list): Use `make-local-variable', not
23375 `make-variable-buffer-local'.
23376 (thumbs-insert-image): Make `thumbs-current-image-size' buffer-local.
23377
23378 * play/doctor.el (doctor-type-symbol): "?\ " -> "?\s".
23379 (**mad**, *debug*, *print-space*, *print-upcase*, abuselst)
23380 (abusewords, account, afraidof, arerelated, areyou, bak, beclst)
23381 (bother, bye, canyou, chatlst, continue, deathlst, describe)
23382 (drnk, drugs, eliza-flag, elizalst, famlst, feared, fears)
23383 (feelings-about, foullst, found, hello, history, howareyoulst)
23384 (howdyflag, huhlst, ibelieve, improve, inter, isee, isrelated)
23385 (lincount, longhuhlst, lover, machlst, mathlst, maybe, moods)
23386 (neglst, obj, object, owner, please, problems, qlist)
23387 (random-adjective, relation, remlst, repetitive-shortness)
23388 (replist, rms-flag, schoollst, sent, sexlst, shortbeclst)
23389 (shortlst, something, sportslst, stallmanlst, states, subj)
23390 (suicide-flag, sure, things, thlst, toklst, typos, verb, want)
23391 (whatwhen, whereoutp, whysay, whywant, zippy-flag, zippylst):
23392 Defvar at compile time.
23393
23394 * progmodes/ada-mode.el (ada-mode): Use `make-local-variable',
23395 not `make-variable-buffer-local'.
23396
23397 2005-08-02 Kim F. Storm <storm@cua.dk>
23398
23399 * emulation/cua-rect.el (cua--highlight-rectangle): Only show
23400 rectangle overlay in selected window.
23401
23402 2005-08-01 Luc Teirlinck <teirllm@auburn.edu>
23403
23404 * cus-start.el (all): Put `indicate-empty-lines' in fringe group
23405 instead of display group. Make `indicate-buffer-boundaries'
23406 customizable through Custom.
23407
23408 2005-08-01 Juanma Barranquero <lekktu@gmail.com>
23409
23410 * progmodes/gdb-ui.el (gdb-frame-address, gdb-var-changed)
23411 (gdb-output-sink, gdba, gdb-cpp-define-alist-program)
23412 (gdb-set-gud-minor-mode, gdb-exited, gdb-setup-windows)
23413 (gdb-put-string): Fix typos in docstrings.
23414
23415 2005-08-01 Nick Roberts <nickrob@snap.net.nz>
23416
23417 Update copyright notices of files in progmodes directory for
23418 release of Emacs 22.1.
23419
23420 * progmodes/gdb-ui.el (gdb-enable-debug-log): Add autoload cookie.
23421
23422 * progmodes/gud.el (gud-tooltip-mode): Add autoload cookie.
23423 Don't barf if the GUD buffer has been killed.
23424
23425 2005-08-01 Kim F. Storm <storm@cua.dk>
23426
23427 * textmodes/table.el (table-yank-handler): Change defcustom to defvar.
23428
23429 2005-07-29 Stefan Monnier <monnier@iro.umontreal.ca>
23430
23431 * simple.el (next-error-follow-minor-mode):
23432 make-variable-buffer-local -> make-local-variable.
23433
23434 * emacs-lisp/cl-extra.el: Require CL also when compiling.
23435
23436 * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local)
23437 (byte-compile-form-make-variable-buffer-local): New functions to warn
23438 about misuses of make-variable-buffer-local where make-local-variable
23439 was meant.
23440
23441 2005-07-29 Juanma Barranquero <lekktu@gmail.com>
23442
23443 * bs.el (bs-attributes-list): Doc fix.
23444 (bs): Update url-link.
23445
23446 * desktop.el (desktop-save-buffer): Fix typos in docstring.
23447 (desktop-load-default): Simplify.
23448
23449 * ibuffer.el (ibuffer-columnize-and-insert-list)
23450 (ibuffer-mouse-toggle-mark, ibuffer-count-marked-lines)
23451 (ibuffer-unmark-all, ibuffer-toggle-marks)
23452 (ibuffer-unmark-forward, ibuffer-unmark-backward)
23453 (ibuffer-compile-make-format-form, ibuffer-format-column)
23454 (ibuffer-current-buffers-with-marks)
23455 (ibuffer-update-title-and-summary): "?\ " -> "?\s".
23456 (ibuffer): Doc fix.
23457 (ibuffer-mode): Fix typo in docstring.
23458 (ibuffer-hooks, ibuffer-mode-hooks): Make obsolete and declare
23459 with `define-obsolete-variable-alias'.
23460 (ibuffer-elide-long-columns): Mark as obsolete. Doc fix.
23461
23462 2005-07-29 Kenichi Handa <handa@m17n.org>
23463
23464 * international/mule-cmds.el (select-message-coding-system):
23465 Be sure to use LF for end-of-line. If no coding system is decided,
23466 return iso-8859-1-unix.
23467
23468 2005-07-28 Stefan Monnier <monnier@iro.umontreal.ca>
23469
23470 * net/ange-ftp.el (ange-ftp-gateway-fatal-msgs)
23471 (ange-ftp-pending-error-line): New vars.
23472 (ange-ftp-process-handle-line, ange-ftp-process-filter): Use them
23473 to handle the non-fatal no-route-to-host messages.
23474 (internal-ange-ftp-mode): Make the no-match regexp more efficient.
23475
23476 2005-07-28 Juanma Barranquero <lekktu@gmail.com>
23477
23478 * isearch.el (isearch-mode-map, isearch-other-meta-char)
23479 (isearch-quote-char, isearch-printing-char)
23480 (isearch-text-char-description): "?\ " -> "?\s".
23481 (isearch-lazy-highlight-cleanup)
23482 (isearch-lazy-highlight-initial-delay)
23483 (isearch-lazy-highlight-interval)
23484 (isearch-lazy-highlight-max-at-a-time)
23485 (isearch-lazy-highlight-face, isearch-lazy-highlight-cleanup):
23486 Declare with define-obsolete-*-alias macros.
23487 (isearch-forward): Fix typo in docstring.
23488 (search-invisible, search-ring-yank-pointer)
23489 (regexp-search-ring-yank-pointer): Doc fixes.
23490
23491 * recentf.el (recentf-menu-append-commands-p): Declare with
23492 `define-obsolete-variable-alias'.
23493 (recentf-max-saved-items, recentf-menu-filter)
23494 (recentf-arrange-by-rule-subfilter): Doc fixes.
23495 (recentf-menu-append-commands-flag)
23496 (recentf-initialize-file-name-history, recentf-expand-file-name)
23497 (recentf-clear-data): Fix typos in docstrings.
23498
23499 2005-07-28 Nick Roberts <nickrob@snap.net.nz>
23500
23501 * progmodes/gdb-ui.el: Smarten comments.
23502 (gdb-info-breakpoints-custom): Use nowarn when finding file.
23503
23504 2005-07-27 Dan Nicolaescu <dann@ics.uci.edu>
23505
23506 * term/apollo.el (terminal-init-apollo): New function containing
23507 all former top level forms in the file.
23508 * term/bobcat.el (terminal-init-bobcat):
23509 * term/cygwin.el (terminal-init-cygwin):
23510 * term/iris-ansi.el (terminal-init-iris-ansi):
23511 * term/linux.el (terminal-init-linux):
23512 * term/news.el (terminal-init-news):
23513 * term/rxvt.el (terminal-init-rxvt):
23514 * term/sun.el (terminal-init-sun):
23515 * term/tvi970.el (terminal-init-tvi970):
23516 * term/vt100.el (terminal-init-vt100):
23517 * term/vt102.el (terminal-init-vt102):
23518 * term/vt125.el (terminal-init-vt125):
23519 * term/vt200.el (terminal-init-vt200):
23520 * term/vt201.el (terminal-init-vt201):
23521 * term/vt220.el (terminal-init-vt220):
23522 * term/vt240.el (terminal-init-vt240):
23523 * term/vt300.el (terminal-init-vt300):
23524 * term/vt320.el (terminal-init-vt320):
23525 * term/vt400.el (terminal-init-vt400):
23526 * term/vt420.el (terminal-init-vt420):
23527 * term/wyse50.el (terminal-init-wyse50):
23528 * term/xterm.el (terminal-init-xterm): Likewise.
23529
23530 * term/README: Describe the terminal-init-* functionality.
23531
23532 * startup.el (command-line): After loading the terminal initialization
23533 file call the corresponding terminal initialization function.
23534
23535 2005-07-27 Kenichi Handa <handa@m17n.org>
23536
23537 * ps-bdf.el (bdf-read-font-info): Ignore glyphs whose ENCODING is
23538 negative.
23539
23540 * ps-mule.el (ps-mule-bitmap-prologue): Fix arguments to setcharwidth.
23541 (ps-mule-composition-prologue): Fix for the case that
23542 RelativeCompose is false.
23543
23544 2005-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
23545
23546 * smerge-mode.el (smerge-ediff): Use insert-buffer-substring.
23547
23548 * descr-text.el (describe-char): Handle the case where the list of
23549 chars is displayed in a separate frame.
23550 Be a bit more discriminating when looking for the char.
23551
23552 2005-07-26 Juanma Barranquero <lekktu@gmail.com>
23553
23554 * bookmark.el (bookmark-automatically-show-annotations)
23555 (bookmark-read-annotation-text-func): Doc fixes.
23556 (bookmark-save): Improve argument/docstring consistency.
23557 (bookmark-get-bookmark, bookmark-get-bookmark-record)
23558 (bookmark-alist-from-buffer)
23559 (bookmark-upgrade-file-format-from-0)
23560 (bookmark-grok-file-format-version)
23561 (bookmark-maybe-upgrade-file-format, bookmark-kill-line)
23562 (bookmark-read-annotation-mode)
23563 (bookmark-insert-current-bookmark, bookmark-jump)
23564 (bookmark-exit-hook): Fix typos in docstrings.
23565 (bookmark-exit-hooks): Define as obsolete alias.
23566 (bookmark-exit-hook-internal): Run `bookmark-exit-hook',
23567 not `bookmark-exit-hooks'. Fix docstring.
23568 (bookmark-bmenu-select): "?\ " -> "?\s".
23569
23570 2005-07-25 Ari Roponen <arjuropo@cc.jyu.fi> (tiny change)
23571
23572 * startup.el (command-line): Fix typo.
23573
23574 2005-07-24 Richard M. Stallman <rms@gnu.org>
23575
23576 * tooltip.el (tooltip-mode): Test emacs-basic-display,
23577 not emacs-quick-startup.
23578
23579 2005-07-24 Juanma Barranquero <lekktu@gmail.com>
23580
23581 * emacs-lisp/re-builder.el (reb-with-current-window): Delete.
23582 (reb-next-match, reb-show-subexp): Use `with-selected-window'
23583 instead of `reb-with-current-window'.
23584 (reb-prev-match): Likewise. Also, don't move left if the search
23585 was unsuccessful.
23586 (reb-initialize-buffer): New function.
23587 (re-builder, reb-change-syntax): Use it.
23588
23589 * man.el (Man-goto-page): Make second argument NOERROR optional.
23590
23591 2005-07-23 Richard M. Stallman <rms@gnu.org>
23592
23593 * man.el (Man-bgproc-sentinel): Check here for failure to find
23594 any man page in the output, and report the error here.
23595 (Man-arguments): Make it permanent local.
23596 (Man-goto-page): New arg NOERROR. Never kill the current buffer.
23597 (Man-mode): Pass t for NOERROR.
23598
23599 * progmodes/grep.el (grep-error-face): Use font-lock-keyword-face.
23600 (grep-mode-font-lock-keywords):
23601 Don't use compilation-...-face for messages that are not file names.
23602
23603 * progmodes/compile.el (compilation-mode-font-lock-keywords):
23604 Don't use compilation-...-face for messages that are not file names.
23605
23606 2005-07-22 Juri Linkov <juri@jurta.org>
23607
23608 * startup.el (normal-splash-screen): Update menu name.
23609
23610 * tempo.el (tempo-insert-template): Fix 2005-07-16 change.
23611
23612 2005-07-22 Dan Nicolaescu <dann@ics.uci.edu>
23613
23614 * term/xterm.el: Load term/rxvt if the terminal is actually an
23615 rxvt terminal.
23616 (xterm-rxvt-set-background-mode): Remove, not used anymore.
23617
23618 * term/rxvt.el (function-key-map): Use substitute-key-definition
23619 to bind {C,S,C-S}-{f1-f10}. Add a few missing key bindings.
23620
23621 * term/cygwin.el: New file.
23622
23623 2005-07-22 Kim F. Storm <storm@cua.dk>
23624
23625 * image-file.el (insert-image-file, image-file-yank-handler):
23626 Fix last change to maintain a (unique) yank-handler on yanked images.
23627
23628 2005-07-22 Eduardo Mu\e,Aq\e(Boz <emufer@terra.es> (tiny change)
23629
23630 * dired.el (dired-move-to-filename-regexp): Recognize the B suffix
23631 of the file size (as in "177B" for 177 bytes). This happens with
23632 "ls -lh" on FreeBSD.
23633
23634 2005-07-22 Juanma Barranquero <lekktu@gmail.com>
23635
23636 * hilit-chg.el (highlight-changes-global-initial-state)
23637 (highlight-compare-buffers, hilit-chg-turn-on-maybe)
23638 (hilit-chg-fixup, highlight-changes-mode):
23639 Fix typos in docstrings.
23640 (highlight-changes-global-modes, highlight-changes-rotate-faces):
23641 Doc fixes.
23642
23643 2005-07-21 Luc Teirlinck <teirllm@auburn.edu>
23644
23645 * emacs-lisp/easy-mmode.el (define-minor-mode): Never call the
23646 mode function using `eval-after-load'.
23647
23648 2005-07-21 Kim F. Storm <storm@cua.dk>
23649
23650 * mail/emacsbug.el (report-emacs-bug): Request that backtraces are
23651 included when reporting an Emacs crash, and tell about the DEBUG file.
23652
23653 * image-file.el (insert-image-file): Add yank-handler.
23654 (image-file-yank-handler): Yank handler to make unique copies of
23655 images when they are yanked into a buffer next to each other.
23656
23657 2005-07-21 Juanma Barranquero <lekktu@gmail.com>
23658
23659 * comint.el (comint-use-prompt-regexp, comint-send-input)
23660 (comint-source-default, comint-extract-string)
23661 (comint-get-source, comint-word, comint-completion)
23662 (comint-source, comint-prompt-read-only, comint-update-fence):
23663 Fix typos in docstrings.
23664 (comint-use-prompt-regexp-instead-of-fields, comint-kill-output):
23665 Declare with define-obsolete-*-alias macros.
23666 (comint-previous-matching-input-from-input)
23667 (comint-next-matching-input-from-input)
23668 (comint-previous-matching-input, comint-next-matching-input)
23669 (comint-forward-matching-input):
23670 Improve argument/docstring consistency.
23671
23672 * desktop.el (desktop-clear-preserve-buffers-regexp):
23673 Also preserve the *server* buffer.
23674
23675 * simple.el (clone-indirect-buffer): Doc fix.
23676 (fixup-whitespace, just-one-space)
23677 (backward-delete-char-untabify, lambda): "?\ " -> "?\s".
23678 (next-error, next-error-highlight)
23679 (next-error-highlight-no-select, next-error-last-buffer)
23680 (next-error-buffer-p, next-error-find-buffer, next-error)
23681 (previous-error, next-error-no-select, previous-error-no-select)
23682 (open-line, split-line, minibuffer-prompt-width, kill-new)
23683 (binary-overwrite-mode): Fix typos in docstrings.
23684 (set-fill-column): Fix typo in message.
23685
23686 * skeleton.el (skeleton-proxy-new): Doc fix.
23687
23688 * strokes.el (strokes-load-hook): Doc fix.
23689 (strokes-grid-resolution, strokes-get-grid-position)
23690 (strokes-renormalize-to-grid, strokes-read-stroke)
23691 (strokes-read-complex-stroke, strokes-file, strokes-last-stroke)
23692 (strokes-global-map): Fix typos in docstrings.
23693 (strokes-help): Doc fix. Fix help message and pass it through
23694 `substitute-command-keys'.
23695
23696 * tempo.el (tempo-insert-prompt, tempo-interactive)
23697 (tempo-show-completion-buffer, tempo-tags, tempo-match-finder)
23698 (tempo-insert-string-functions, tempo-local-tags)
23699 (tempo-define-template, tempo-insert-template)
23700 (tempo-insert-prompt-compat, tempo-is-user-element)
23701 (tempo-insert-mark, tempo-find-match-string, tempo-complete-tag):
23702 Fix typos in docstrings.
23703
23704 * vcursor.el (vcursor-other-window, vcursor-bind-keys)
23705 (vcursor-key-bindings, vcursor-use-vcursor-map)
23706 (vcursor-find-window, vcursor-scroll-down)
23707 (vcursor-disable, vcursor-beginning-of-buffer)
23708 (vcursor-end-of-buffer): Fix typos in docstrings.
23709 (vcursor-relative-move, vcursor-get-char-count):
23710 Improve argument/docstring consistency.
23711
23712 * version.el: "?\ " -> "?\s".
23713
23714 * wid-edit.el (widget-default-create, widget-after-change)
23715 (widget-default-format-handler, widget-checklist-add-item)
23716 (widget-radio-add-item, widget-choose, widget-specify-secret)
23717 (widget-field-value-create, widget-field-value-get)
23718 (widget-editable-list-format-handler)
23719 (widget-editable-list-entry-create, widget-group-value-create)
23720 (widget-documentation-link-add)
23721 (widget-documentation-string-value-create): "?\ " -> "?\s".
23722 (widget-convert-text): Doc fix.
23723 (widget-narrow-to-field, widget-field-find)
23724 (widget-url-link-action, widget-emacs-library-link-action)
23725 (widget-color-notify): Fix typos in docstrings.
23726
23727 * w32-fns.el (w32-shell-name): Use `bound-and-true-p'.
23728 (x-select-text, set-w32-system-coding-system)
23729 (w32-add-charset-info): Fix typos in docstrings.
23730
23731 * emulation/cua-base.el (cua-mode, cua-enable-register-prefix)
23732 (cua-enable-cua-keys, cua-use-hyper-key)
23733 (cua-virtual-rectangle-edges): Fix typos in docstrings.
23734 (cua--M/H-key, cua--init-keymaps): "?\ " -> "?\s".
23735
23736 * net/tramp.el (tramp-handle-load): Fix typo in error message.
23737
23738 * emacs-lisp/re-builder.el (regexp-builder): Declare with
23739 `defalias' instead of faking it.
23740
23741 * eshell/em-ls.el (eshell-ls-decorated-name): Doc fix.
23742 (eshell-ls-missing, eshell-ls-dired-initial-args)
23743 (eshell-ls-use-in-dired): Fix typos in docstrings.
23744
23745 2005-07-20 Kim F. Storm <storm@cua.dk>
23746
23747 * emulation/cua-base.el (cua-mode): Improve doc string.
23748
23749 2005-07-20 Juanma Barranquero <lekktu@gmail.com>
23750
23751 * abbrev.el (expand-region-abbrevs): Doc fix.
23752 (inverse-add-mode-abbrev, inverse-add-global-abbrev):
23753 Improve argument/docstring consistency.
23754
23755 * arc-mode.el (archive-get-descr, archive-alternate-display):
23756 Doc fixes.
23757 (archive-l-e): Improve argument/docstring consistency.
23758 (archive-tmpdir, archive-unixdate, archive-unixtime)
23759 (archive-chmod-entry): Fix typos in docstrings.
23760 (archive-unflag, archive-unflag-backwards)
23761 (archive-unmark-all-files): "?\ " -> "?\s".
23762
23763 * buff-menu.el (Buffer-menu-unmark): Doc fix.
23764 (Buffer-menu-not-modified, Buffer-menu-execute)
23765 (Buffer-menu-toggle-read-only, Buffer-menu-buffer+size)
23766 (list-buffers-noselect, Buffer-menu-select): "?\ " -> "?\s".
23767
23768 * composite.el (compose-string, encode-composition-rule)
23769 (compose-last-chars): Fix typos in docstrings.
23770
23771 * desktop.el (desktop-enable, desktop-basefilename):
23772 Declare with `define-obsolete-variable-alias'.
23773 (desktop-internal-v2s): Don't quote keywords.
23774 (desktop-clear): "?\ " -> "?\s".
23775
23776 * dired.el (dired-align-file, dired-flag-backup-files)
23777 (dired-change-marks, dired-unmark-all-files): "?\ " -> "?\s".
23778 (dired-listing-switches, dired-ls-F-marks-symlinks)
23779 (dired-dwim-target, dired-load-hook, dired-mode-hook)
23780 (dired-directory, dired-faces, dired, dired-revert)
23781 (dired-mode, dired-summary, dired-view-file)
23782 (dired-copy-filename-as-kill, dired-delete-file)
23783 (dired-no-confirm, dired-unmark-all-marks)
23784 (dired-sort-by-date-regexp, dired-sort-by-name-regexp)
23785 (dired-sort-inhibit, dired-sort-other): Fix typos in docstrings.
23786 (dired-undo, dired-get-file-for-visit, dired-sort-toggle-or-edit):
23787 Fix typos in message strings.
23788
23789 * dired-x.el (virtual-dired): Declare with `defalias'.
23790 (dired-mark-unmarked-files, dired-local-variables-file)
23791 (dired-omit-here-always): Doc fix.
23792 (dired-omit-mode, dired-find-subdir)
23793 (dired-enable-local-variables, dired-clean-up-buffers-too)
23794 (dired-extra-startup, dired-mark-extension, dired-jump)
23795 (dired-jump-other-window, dired-omit-localp, dired-virtual-mode)
23796 (dired-smart-shell-command, dired-guess-shell-alist-user)
23797 (dired-man, dired-initial-position, dired-x-hands-off-my-keys)
23798 (dired-x-bind-find-file, dired-x-submit-report):
23799 Fix typos in docstrings.
23800 (dired-mark-unmarked-files): "?\ " -> "?\s".
23801
23802 * dirtrack.el (dirtrack-list): Fix typos in docstring.
23803
23804 * faces.el (describe-face): "?\ " -> "?\s".
23805 (read-all-face-attributes, read-face-font, modify-face)
23806 (face-attr-construct, italic): Fix typos in docstrings.
23807 (frame-update-face-colors): Declare with
23808 `define-obsolete-function-alias'.
23809
23810 * files.el (find-file-noselect, recode-file-name): Doc fixes.
23811 (insert-directory, kill-some-buffers): "?\ " -> "?\s".
23812 (magic-mode-alist, buffer-file-numbers-unique)
23813 (write-file-functions, get-free-disk-space):
23814 Fix typos in docstrings.
23815 (find-file-not-found-hooks, find-file-hooks, write-file-hooks)
23816 (write-contents-hooks, write-file-hooks):
23817 Declare with `define-obsolete-variable-alias'.
23818
23819 * forms-d2.el (arch-rj): Fix typo in docstrings.
23820 (arch-tocol): Likewise. "?\ " -> "?\s".
23821
23822 * frame.el (set-frame-font, cursor-in-non-selected-windows):
23823 Fix typo in docstring.
23824 (set-screen-width, set-screen-height): Delete redundant info in
23825 doctrings.
23826 (new-frame, screen-height, screen-width): Declare with
23827 `define-obsolete-function-alias'.
23828 (delete-frame-hook, blink-cursor): Declare with
23829 `define-obsolete-variable-alias'.
23830
23831 * paths.el (prune-directory-list): Fix typos in docstring.
23832
23833 * pcvs-util.el (cvs-flags-query, cvs-strings->string)
23834 (cvs-prefix-get): Fix typos in docstrings.
23835
23836 * ps-print.el (ps-extend-face-list, ps-extend-face)
23837 (ps-print-background-image): Fix typos in docstrings.
23838 (ps-default-fg, ps-default-bg): Doc fixes.
23839
23840 * s-region.el (s-region-bind): Doc fix.
23841 (s-region-move-p1, s-region-move-p2): Fix typos in docstrings.
23842
23843 * textmodes/org.el (org-table-formula-substitute-names)
23844 (org-table-get-vertical-vector): Doc fixes.
23845 (org-table-recalculate): Remove unused argument to `message'.
23846
23847 2005-07-19 Carsten Dominik <dominik@science.uva.nl>
23848
23849 * textmodes/org.el (org-table-column-names)
23850 (org-table-column-name-regexp)
23851 (org-table-named-field-locations): New variables.
23852 (org-archive-subtree): Protect `this-command' when calling
23853 `org-copy-subtree' and `org-cut-subtree', to avoid appending to
23854 the kill buffer.
23855 (org-complete): Remove fixed-formula completion.
23856 (org-edit-formulas-map): New variable.
23857 (org-table-edit-formulas): New command.
23858 (org-finish-edit-formulas, org-abort-edit-formulas)
23859 (org-show-variable, org-table-get-vertical-vector): New functions.
23860 (org-table-maybe-eval-formula): Handle `:=' fields.
23861 (org-table-get-stored-formulas, org-table-store-formulas)
23862 (org-table-get-formula, org-table-modify-formulas)
23863 (org-table-replace-in-formulas): Handle named field formulas.
23864 (org-table-get-specials): Store locations of named fields.
23865
23866 2005-07-19 Juri Linkov <juri@jurta.org>
23867
23868 * progmodes/grep.el (grep-regexp-alist)
23869 (grep-mode-font-lock-keywords, grep-process-setup):
23870 Use default GNU grep match color "01;31m" instead of "01;41m".
23871 (grep-regexp-alist, grep-mode-font-lock-keywords):
23872 Use `\\[[0-9]*m' instead of `\\[00m'.
23873 (grep-regexp-alist): Move `\\(?:\033\\[K\\)?' from sgr_end to
23874 sgr_start where its handling is more important. Use the real
23875 length of sgr_start instead of constant 8.
23876 (grep-mode-font-lock-keywords): Don't delete `\\(?:\033\\[K\\)?'
23877 specially. Delete all remaining escape sequences.
23878 (grep-process-setup): Set "GREP_COLORS" for GNU grep 2.5.1-cvs.
23879 (grep-regexp-alist): Make hyperlink only for binary file name
23880 instead of the whole line.
23881 (grep-mode-map): Bind `backtab' to `compilation-previous-file'.
23882 (grep-mode): Add autoload.
23883
23884 * emacs-lisp/find-func.el (find-function-regexp):
23885 Add `define-compilation-mode'.
23886
23887 2005-07-19 Juri Linkov <juri@jurta.org>
23888
23889 * compare-w.el (compare-ignore-whitespace, compare-windows-sync)
23890 (compare-windows-sync-string-size, compare-windows-recenter)
23891 (compare-windows-highlight, compare-windows): Add version 22.1.
23892 (compare-windows) <defface>: Inherit from lazy-highlight instead
23893 of duplicating its default value.
23894
23895 * cus-edit.el (custom-mode-map): Bind `C-c C-c' to `Custom-set'.
23896 (Custom-mode-menu): Use `info' instead of `Info-goto-node'.
23897
23898 * descr-text.el (describe-char): Create link buttons for `charset'
23899 and `code point'. Add the current input method name with a link
23900 button to `to input' field. Print face names of display table
23901 characters in `The display table entry is displayed by' section
23902 instead of printing face-id in the `display' field.
23903 Guess hardcoded faces and create a link button for them.
23904 Skip empty fields when calculating max-width.
23905 Treat `widget-create' specially while inserting strings from the
23906 collected field list.
23907 (describe-char-after): Made obsolete in version 22.1, not 21.5.
23908
23909 * diff-mode.el (diff-file-header): Change foreground color from
23910 yellow to green on light backgrounds.
23911 (diff-context): Inherit from `shadow' only for color/grayscale
23912 with more than 88 colors.
23913 (diff-indicator-removed, diff-indicator-added)
23914 (diff-indicator-changed): New faces.
23915 (diff-font-lock-keywords): Use new faces. Regroup rules.
23916 Add "^---$" for `normal' diff format. Fontify `#' lines with
23917 font-lock-comment-delimiter-face and font-lock-comment-face.
23918 Add `#' to ^[^...] in the rule for `diff-context-face'.
23919
23920 * faces.el (mode-line-highlight): Replace RoyalBlue4 with
23921 a button-like box. Inherit from `highlight' on low colors.
23922 (shadow): Use shades of gray only for color/grayscale with
23923 more than 88 colors. Use green for light backgrounds with
23924 8 colors, and yellow for dark backgrounds with 8 colors.
23925
23926 * font-lock.el (font-lock-regexp-grouping-backslash):
23927 Don't inherit from escape-glyph (use bold for all cases).
23928
23929 * info.el (info-xref-visited): Use light foreground color `violet'
23930 for dark backgrounds instead of dark color `magenta3'.
23931 (info-title-1): Use `yellow' color for dark backgrounds.
23932
23933 * isearch.el (isearch): Use not-too-dark magenta3 instead of
23934 too-light magenta2.
23935
23936 * replace.el (match): Use slightly more light RoyalBlue3 instead
23937 of dark RoyalBlue4.
23938
23939 * wid-edit.el (widget-inactive): Inherit from `shadow'.
23940
23941 2005-07-19 Juanma Barranquero <lekktu@gmail.com>
23942
23943 * novice.el (disabled-command-hook): Declare it with
23944 `define-obsolete-variable-alias'.
23945
23946 * desktop.el (desktop-enable, desktop-buffer-modes-to-save)
23947 (desktop-buffer-misc-functions, desktop-buffer-handlers)
23948 (desktop-load-default): Add release to obsolescence info.
23949 (desktop-globals-to-clear, desktop-buffer-mode-handlers)
23950 (desktop-append-buffer-args, desktop-read):
23951 Fix typos in docstrings.
23952 (desktop-kill): Fix typo in message.
23953 (desktop-save): Doc fix.
23954
23955 2005-07-19 Michael Kifer <kifer@cs.stonybrook.edu>
23956
23957 * viper-cmd.el (viper-escape-to-state): Bug fix.
23958 (viper-envelop-ESC-key): Change the definition of fast
23959 keysequence so it'll work with keyboard macros.
23960
23961 * ediff.el (ediff-patch-buffer): Change the docstring.
23962
23963 2005-07-19 Kenichi Handa <handa@m17n.org>
23964
23965 * international/mule-cmds.el (select-safe-coding-system): Try to
23966 use an auto-coding (if any) before anything else. If the found
23967 auto-coding is invalid, show a warning message.
23968
23969 * international/mule.el (find-auto-coding): New function created
23970 by modifying the body of set-auto-coding.
23971 (set-auto-coding): Use find-auto-coding to find a coding.
23972
23973 2005-07-18 Richard M. Stallman <rms@gnu.org>
23974
23975 * allout.el (allout-isearch-expose): Use isearch-mode-end-hook-quit,
23976 not isearch-mode-end-hook-error.
23977 (allout-before-change-protect): Fix error message.
23978
23979 2005-07-18 Juri Linkov <juri@jurta.org>
23980
23981 * allout.el (allout-mode):
23982 * calculator.el (calculator-copy):
23983 * custom.el (custom-known-themes):
23984 * dired.el (dired-desktop-buffer-misc-data)
23985 (dired-restore-desktop-buffer):
23986 * dired-x.el (dired-omit-marker-char):
23987 * files.el (basic-save-buffer):
23988 * font-core.el (font-lock-mode):
23989 * calendar/calendar.el (calendar-goto-hebrew-date)
23990 (calendar-goto-coptic-date, calendar-goto-ethiopic-date)
23991 (calendar-goto-persian-date):
23992 * language/ethio-util.el (ethio-sera-to-fidel-region):
23993 * textmodes/picture.el (picture-mode):
23994 Delete duplicate duplicate words.
23995
23996 2005-07-18 Juri Linkov <juri@jurta.org>
23997
23998 * isearch.el (isearch-mode-map): Remove key bindings for regexp
23999 chars * ? } |.
24000 (isearch-fallback): Don't call `isearch-process-search-char'.
24001 (isearch-*-char, isearch-}-char, isearch-|-char): Remove functions.
24002 (isearch-process-search-char): Call `isearch-fallback' for regexp
24003 chars * ? } |.
24004 (isearch-return-char): Make obsolete with `make-obsolete' instead
24005 of simply documenting it as obsolete in the docstring.
24006 (isearch-fallback): Refill docstring.
24007
24008 * international/isearch-x.el
24009 (isearch-process-search-multibyte-characters): Remove unneeded
24010 `concat'. Add intermediate values to `junk-hist' instead of
24011 `minibuffer-history'. Test the length of `str'.
24012
24013 2005-07-18 Juanma Barranquero <lekktu@gmail.com>
24014
24015 * allout.el (allout-resolve-xref): Fix typos in error strings.
24016 (allout-before-change-protect): Remove unneeded `concat'.
24017
24018 * array.el (array-mode, array-reconfigure-rows)
24019 (untabify-backward): Fix typos in docstrings.
24020 (array-reconfigure-rows): Use `insert-buffer-substring', not
24021 `insert-buffer'.
24022
24023 * calendar/icalendar.el (icalendar--get-unfolded-buffer):
24024 * progmodes/ada-mode.el (ada-make-body):
24025 Use `insert-buffer-substring' and `goto-char', not `insert-buffer'.
24026
24027 * dired.el (dired-log):
24028 * tar-mode.el (tar-subfile-save-buffer):
24029 * play/zone.el (zone-pgm-stress-destress):
24030 Use `insert-buffer-substring', not `insert-buffer'.
24031
24032 2005-07-17 Simon Josefsson <jas@extundo.com>
24033
24034 * mail/smtpmail.el (smtpmail-auth-supported): Prefer PLAIN over LOGIN.
24035
24036 2005-07-16 Jose E. Marchesi <jemarch@gnu.org>
24037
24038 * lisp/mail/smtpmail.el (smtpmail-auth-supported):
24039 Add plain auth method.
24040 (smtpmail-try-auth-methods): Add AUTH PLAIN dialog.
24041
24042 2005-07-17 Kim F. Storm <storm@cua.dk>
24043
24044 * ido.el (dired-other-window): Add ido property.
24045
24046 2005-07-16 Juanma Barranquero <lekktu@gmail.com>
24047
24048 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
24049 Fix typo in docstring.
24050 (byte-compile-interactive-only-functions): Add `insert-buffer' and
24051 `insert-file-literally'.
24052
24053 * emacs-lisp/edebug.el (def-edebug-form-spec): Add obsolescence
24054 info and delete redundant message. Doc fix.
24055 (edebug-install-custom-print-funcs, edebug-reset-print-funcs)
24056 (edebug-uninstall-custom-print-funcs): Define as obsolete aliases.
24057
24058 2005-07-16 Richard M. Stallman <rms@gnu.org>
24059
24060 * emacs-lisp/bytecomp.el (byte-compile-and-recursion): New function.
24061 (byte-compile-and): Use byte-compile-and-recursion.
24062 (byte-compile-or-recursion): New function.
24063 (byte-compile-or): Use that.
24064 (byte-compile-if): Guard the else-clause too.
24065 (byte-compile-maybe-guarded): Handle (not (featurep 'emacs)).
24066
24067 * isearch.el (isearch-mode-end-hook-quit): New variable.
24068 (isearch-done): Bind it.
24069 (isearch-mode-end-hook): Doc fix.
24070
24071 * allout.el (allout-isearch-did-quit): Variable deleted.
24072 (allout-real-isearch-abort): Function name no longer used.
24073 (allout-mode): Do allout-enwrap-isearch whenever feature is wanted.
24074 (allout-isearch-rectification): isearch-mode always exists.
24075 Don't set allout-isearch-did-quit.
24076 (allout-isearch-expose): Check isearch-mode-end-hook-error, not
24077 allout-isearch-did-quit.
24078 (allout-enwrap-isearch): Just add the hook.
24079 (allout-isearch-abort): Function deleted.
24080 (allout-pre-command-business): Avoid warning.
24081
24082 * progmodes/pascal.el (pascal-outline-map): Use fboundp, not boundp.
24083 Correctly avoid warnings.
24084 (pascal-outline): Likewise.
24085
24086 * progmodes/f90.el (f90-abbrev-start): Avoid warning.
24087
24088 * progmodes/asm-mode.el (asm-comment): Use with-no-warnings.
24089
24090 * play/tetris.el (tetris-mode): Avoid warning.
24091
24092 * play/snake.el (snake-mode): Avoid warning.
24093
24094 * play/gamegrid.el (gamegrid-shared-game-dir): Add defvar.
24095 (gamegrid-set-display-table): Avoid warning.
24096 (gamegrid-set-timer): Likewise.
24097 (gamegrid-make-mono-tty-face): Use set-face-inverse-video-p.
24098 (gamegrid-add-score-with-update-game-score-1): Take FILE
24099 as argument.
24100 (gamegrid-add-score-with-update-game-score): Pass that argument.
24101 Rename have-shared-game-dir to gamegrid-shared-game-dir.
24102
24103 * net/eudc-hotlist.el (eudc-hotlist-mode): Avoid warnings.
24104
24105 * net/eudc-bob.el (eudc-jump-to-event): Avoid warning.
24106 (eudc-bob-display-jpeg, eudc-bob-can-display-inline-images): Likewise.
24107
24108 * mail/uce.el (uce-reply-to-uce): Replace beginning-of-buffer
24109 and insert-file.
24110
24111 * mail/supercite.el (sc-no-blank-line-or-header): Avoid warning.
24112 (sc-ask): Avoid warnings.
24113
24114 * eshell/em-hist.el (eshell-rebind-keys-alist): Add defvar.
24115 (eshell-hist-initialize): Use that var the natural way.
24116
24117 * emulation/viper-init.el (viper-activate-input-method): Avoid warning.
24118
24119 * emacs-lisp/re-builder.el (reb-cook-regexp):
24120 Avoid warning calling lre-compile-string.
24121 (reb-color-display-p): Avoid warning.
24122
24123 * calculator.el (calculator-last-input): Guard uses
24124 of event-key and key-press-event-p.
24125 (event-key, key-press-event-p): Delete definitions.
24126
24127 * emacs-lisp/find-gc.el (find-gc-unsafe-list)
24128 (find-gc-source-directory, find-gc-subrs-callers)
24129 (find-gc-noreturn-list, find-gc-source-files)
24130 (find-gc-subrs-called): Vars renamed and defvar'd.
24131
24132 * emacs-lisp/checkdoc.el (checkdoc-make-overlay)
24133 (checkdoc-overlay-put, checkdoc-delete-overlay)
24134 (checkdoc-overlay-start, checkdoc-overlay-end)
24135 (checkdoc-mode-line-update, checkdoc-char=):
24136 Define such that compiler knows they are defined.
24137 (checkdoc-call-eval-buffer): Delete. Use eval-buffer directly.
24138 (checkdoc-read-event): Delete. Use read-event directly.
24139
24140 * whitespace.el (whitespace-make-overlay)
24141 (whitespace-overlay-put, whitespace-delete-overlay)
24142 (whitespace-overlay-start, whitespace-overlay-end):
24143 Define such that compiler knows they are defined.
24144 (whitespace): Move conditional inside.
24145
24146 * tempo.el (tempo-insert-template): Suppress warning.
24147
24148 * ediff-diff.el (longlines-mode): Add defvar.
24149
24150 2005-07-16 Gary Howell <g1howell-list@yahoo.com> (tiny change)
24151
24152 * server.el: Bind "C-x #" in a way that works even if C-x is
24153 redefined to a command key, not a prefix key.
24154
24155 2005-07-16 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net> (tiny change)
24156
24157 * emacs-lisp/cl-macs.el (cl-make-type-test): Defer evaluation of
24158 cl-make-type-test till execution time.
24159
24160 2005-07-16 Markus Rost <rost@math.uni-bielefeld.de>
24161
24162 * dired-x.el (dired-do-relsymlink-regexp): Add missing optional
24163 arg ARG and use it.
24164
24165 2005-07-16 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net> (tiny change)
24166
24167 * emacs-lisp/cl-macs.el (cl-make-type-test): Add `atom' type.
24168
24169 2005-07-15 Luc Teirlinck <teirllm@auburn.edu>
24170
24171 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
24172 a defcustom with two :set or :type keywords.
24173
24174 2005-07-15 Richard M. Stallman <rms@gnu.org>
24175
24176 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
24177 Don't give ^M comment-end syntax.
24178
24179 2005-07-16 Nick Roberts <nickrob@snap.net.nz>
24180
24181 * progmodes/gdb-ui.el (gdb-var-update, gdb-var-update-handler):
24182 Don't consider gdbmi (gdb-mi.el has its own update functions).
24183 (gdb-var-delete): Make it work for gdbmi as well.
24184 (gdb-speedbar-expand-node): Move var-update here for gdbmi.
24185
24186 * progmodes/gud.el (etags, sdb): Only require etags when needed.
24187 (gud-speedbar-menu-items): Correct logic for enabling items.
24188
24189 2005-07-15 Kim F. Storm <storm@cua.dk>
24190
24191 * ido.el: Fix commentary.
24192 (ido-define-mode-map): Move ido-next-work-file to C-M-o.
24193 Use with-no-warnings around ffap-guesser.
24194 (ido-file-internal, ido-read-file-name, ido-read-directory-name):
24195 Let bind minibuffer-completing-file-name to t.
24196
24197 2005-07-15 Juanma Barranquero <lekktu@gmail.com>
24198
24199 * startup.el (site-run-file, keyboard-type): Doc fixes.
24200 (command-line): Check for "--basic-display" argument; also for
24201 "--quick", not "--bare-bones" (which was renamed).
24202 (fancy-splash-text): Add missing item "Getting New Versions".
24203 (normal-splash-screen): Fix typos and improve consistency with
24204 `fancy-splash-text'. Update copyright year.
24205
24206 * hexl.el (hexl-mode-map): Recognize also `ehelp-command' as a
24207 valid binding for `help-char'.
24208
24209 * emacs-lisp/derived.el (derived-mode-hook-name): Doc fix.
24210
24211 2005-07-14 Dan Nicolaescu <dann@ics.uci.edu>
24212
24213 * term.el (term-mode): Disable cua-mode for term buffers.
24214
24215 2005-07-14 Juanma Barranquero <lekktu@gmail.com>
24216
24217 * add-log.el (add-log-mailing-address, change-log-merge):
24218 Doc fixes.
24219 (change-log-get-method-definition): Fix typo in docstring.
24220
24221 2005-07-14 Kim F. Storm <storm@cua.dk>
24222
24223 * emulation/cua-base.el:
24224 (cua--pre-command-handler-1, cua--pre-command-handler)
24225 (cua--post-command-handler-1, cua--post-command-handler):
24226 Split in two. Check (buffer local) value of cua-mode.
24227 (cua-selection-mode): New command.
24228
24229 2005-07-13 Luc Teirlinck <teirllm@auburn.edu>
24230
24231 * custom.el (custom-initialize-safe-set)
24232 (custom-initialize-safe-default): Doc fixes.
24233
24234 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
24235 and simplify :init-value again.
24236
24237 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
24238 and simplify :init-value again. Delete autoload.
24239
24240 * startup.el (command-line): Use `custom-reevaluate-setting' again
24241 for tooltip-mode.
24242
24243 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
24244 a defcustom with two :initialize keywords.
24245
24246 2005-07-13 Juanma Barranquero <lekktu@gmail.com>
24247
24248 * allout.el (my-mark-marker, allout-isearch-prior-pos)
24249 (allout-unprotected, allout-undo-aggregation, allout-snug-back)
24250 (allout-post-command-business, allout-flag-region)
24251 (isearch-reenable-font-lock, allout-yank)
24252 (allout-insert-latex-header, allout-insert-latex-trailer)
24253 (allout-latex-verbatim-quote-curr-line, allout-latexify-exposed)
24254 (allout-latex-verb-quote): Fix typos in docstrings.
24255 (allout-enwrap-isearch, regexp-sans-escapes): Doc fixes.
24256 (allout-unprotected, allout-prefix-data):
24257 Improve argument/docstring consistency.
24258 (allout-chart-subtree): Fix argument spec.
24259 (allout-open-topic): Rename `use_sib_bullet' argument to
24260 `use-sib-bullet'. Doc fix.
24261
24262 * whitespace.el (whitespace-check-buffer-leading)
24263 (whitespace-check-buffer-trailing)
24264 (whitespace-check-buffer-indent)
24265 (whitespace-check-buffer-spacetab)
24266 (whitespace-check-buffer-ateol, whitespace-highlighted-space)
24267 (whitespace-check-leading-whitespace)
24268 (whitespace-check-trailing-whitespace)
24269 (whitespace-check-spacetab-whitespace)
24270 (whitespace-check-indent-whitespace)
24271 (whitespace-check-ateol-whitespace, whitespace-abort-on-error)
24272 (whitespace-modes): Fix typos in docstrings.
24273 (defgroup, defcustom): Doc fixes.
24274
24275 * winner.el (winner-mode, winner-boring-buffers)
24276 (winner-pending-undo-ring): Doc fixes.
24277 (winner-ring): Remove unneeded `progn'.
24278 (winner-equal): `defsubst' it.
24279 (winner-redo): Fix message.
24280
24281 2005-07-13 Kim F. Storm <storm@cua.dk>
24282
24283 * simple.el (line-move-1): Always use vertical-motion to
24284 do the last (or only) line move to ensure some movement.
24285 Undo 2005-06-23 change--don't check for overlays.
24286
24287 2005-07-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
24288
24289 * term/mac-win.el (ccl-encode-mac-roman-font)
24290 (ccl-encode-mac-centraleurroman-font)
24291 (ccl-encode-mac-cyrillic-font, ccl-encode-mac-symbol-font):
24292 (ccl-encode-mac-dingbats-font): Remove check for ASCII.
24293 Change charset-id boundary of dimension to ?\xef.
24294 (mac-char-fontspec-list): New constant.
24295 (fontset-add-mac-fonts): Use it. Accept non-string `base-family'
24296 argument. Nil uses itself as family in font-spec. Previous
24297 behavior for nil is now provided by non-nil non-string argument.
24298 All callers changed. Add font-specs for Mac fonts to
24299 "fontset-default" unless iso8859-1 fonts are installed.
24300
24301 2005-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
24302
24303 * progmodes/sh-script.el (sh-get-indent-info): Only indent
24304 a continuation line if the \ is preceded by SPC or TAB.
24305 (sh-get-indent-info): Simplify.
24306 (sh-mark-init, sh-learn-buffer-indent, sh-add-completer):
24307 Use with-current-buffer.
24308
24309 * font-lock.el (font-lock-fontify-keywords-region): Avoid inf-loops
24310 when the matched text is empty.
24311
24312 2005-07-12 Luc Teirlinck <teirllm@auburn.edu>
24313
24314 * startup.el (command-line): Revert to previous handling of
24315 tooltip-mode. Explain in comment why the complexity is needed.
24316
24317 * tooltip.el (tooltip-mode): Revert to previous implementation of
24318 its defcustom.
24319
24320 * frame.el (blink-cursor-mode): Revert to previous implementation
24321 of its defcustom. Update comment.
24322
24323 2005-07-12 Lars Hansen <larsh@soem.dk>
24324
24325 * desktop.el: Update e-mail address.
24326
24327 2005-07-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
24328
24329 * term/mac-win.el (mac-services-mail-selection)
24330 (mac-services-mail-to): New functions.
24331 (mac-application-menu-map): Bind them.
24332
24333 2005-07-12 wulei <milton@wulei.net> (tiny change)
24334
24335 * progmodes/gdb-ui.el: Add note about buffering with Windows.
24336
24337 2005-07-11 Luc Teirlinck <teirllm@auburn.edu>
24338
24339 * custom.el (custom-reevaluate-setting): Doc fix.
24340
24341 2005-07-11 Jay Belanger <belanger@truman.edu>
24342
24343 * calc/calc.el (calc-embedded-announce-formula-alist)
24344 (calc-embedded-open-close-plain-alist)
24345 (calc-embedded-open-close-mode-alist): Add checks for additional
24346 major modes (due to Robert J. Chassell <bob@rattlesnake.com>).
24347
24348 2005-07-11 Juanma Barranquero <lekktu@gmail.com>
24349
24350 * custom.el (custom-enable-theme): Don't add theme to
24351 `custom-enabled-themes' with `push' because there is no
24352 setf-method for `delq'.
24353
24354 2005-07-11 Richard M. Stallman <rms@gnu.org>
24355
24356 * custom.el (custom-declare-variable): Doc fix.
24357
24358 * dired-aux.el (dired-compare-directories): Remove "." and ".."
24359 from the alists.
24360
24361 * emacs-lisp/edebug.el (edebug-slow-after, edebug-slow-before):
24362 Do nothing if edebug-active.
24363
24364 * emacs-lisp/edebug.el (edebug-enter): Don't with-timeout-suspend here.
24365 (edebug-display): Do it here instead.
24366
24367 2005-07-10 Richard M. Stallman <rms@gnu.org>
24368
24369 * cus-face.el (custom-theme-set-faces): Make it work.
24370 (custom-reset-faces): Doc fix.
24371 (custom-theme-reset-internal-face, custom-theme-face-value):
24372 Functions deleted.
24373
24374 * custom.el (custom-push-theme): Maintain list of the settings
24375 of a given theme in its theme-settings property.
24376 Maintain position of old settings in the theme-value
24377 or theme-face property.
24378 (custom-enabled-themes): New variable.
24379 (custom-theme-enabled-p): New function.
24380 (provide-theme): Update custom-enabled-themes.
24381 Disable and reenable the `user' theme.
24382 (require-theme): Doc fix.
24383 (custom-do-theme-reset, custom-remove-theme): Functions deleted.
24384 (custom-theme-value, custom-theme-variable-value): Likewise.
24385 (custom-theme-reset-internal): Likewise.
24386 (custom-theme-load-themes): Fix bugs and use custom-disable-theme.
24387 (custom-enable-theme, custom-disable-theme): New functions.
24388 (custom-variable-theme-value, custom-face-theme-value): Likewise.
24389 (custom-theme-recalc-variable, custom-theme-recalc-face): Likewise.
24390 (custom-theme-reset-variables): Simplify.
24391 (deftheme, custom-declare-theme, custom-make-theme-feature):
24392 Definitions moved.
24393
24394 2005-07-10 Chong Yidong <cyd@stupidchicken.com>
24395
24396 * longlines.el (longlines-show-region)
24397 (longlines-unshow-hard-newlines): Recognize hard newlines by
24398 non-nil hard property, instead of t.
24399
24400 2005-07-10 Michael Kifer <kifer@cs.stonybrook.edu>
24401
24402 * viper-cmd.el (viper--key-maps): New variable.
24403 (viper-normalize-minor-mode-map-alist): Use viper--key-maps and
24404 emulation-mode-map-alists.
24405 (viper-envelop-ESC-key): Use viper-subseq.
24406 (viper-search-forward/backward/next): Disable debug-on-error.
24407
24408 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
24409 (viper-ESC-key): New defcustoms.
24410
24411 * viper-macs.el (ex-map-read-args): Use viper-subseq.
24412
24413 * viper-util.el (viper-key-to-emacs-key): Use viper-subseq.
24414 (viper-subseq): Copy of subseq from cl.el.
24415
24416 * viper.el (viper-go-away, viper-set-hooks): Use
24417 emulation-mode-map-alists, advise self-insert-command, add-minor-mode.
24418
24419 * viper-mous.el (viper-current-frame-saved): Use defvar.
24420
24421 * viper-init.el: Get rid of -face in face names.
24422
24423 * ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3):
24424 Make it work with longlines mode
24425
24426 * ediff-mult.el (ediff-meta-mode-hook): New variable.
24427
24428 * ediff-ptch.el (ediff-file-name-sans-prefix): Quote regexp.
24429
24430 * ediff-init.el: Get rid of -face in face names.
24431
24432 2005-07-10 Richard M. Stallman <rms@gnu.org>
24433
24434 * emacs-lisp/edebug.el (edebug-enter): Call with-timeout-suspend
24435 and with-timeout-unsuspend.
24436
24437 * emacs-lisp/debug.el (debug): Call with-timeout-suspend
24438 and with-timeout-unsuspend.
24439
24440 * emacs-lisp/timer.el (with-timeout-timers): New variable.
24441 (with-timeout): Bind that variable to record timers.
24442 (with-timeout-suspend, with-timeout-unsuspend): New functions.
24443
24444 * emacs-lisp/debug.el (debug-help-follow): New function.
24445 (debugger-mode-map): Use that instead of help-follow.
24446 (debugger-setup-buffer): Use eval-buffer-list
24447 to handle eval-buffer frames.
24448
24449 2005-07-10 N. Raghavendra <raghu@mri.ernet.in> (tiny change)
24450
24451 * timezone.el (timezone-parse-date): Change first regexp
24452 so it will not mistakenly match dates with no time zone.
24453
24454 2005-07-10 Jeff Dwork <jeff.dwork@amd.com> (tiny change)
24455
24456 * facemenu.el (facemenu-read-color): Do case-insensitive matching.
24457
24458 2005-07-10 Luc Teirlinck <teirllm@auburn.edu>
24459
24460 * custom.el (custom-initialize-safe-set)
24461 (custom-initialize-safe-default): New functions.
24462
24463 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
24464 and simplify :init-value.
24465
24466 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
24467 and simplify :init-value. Delete obsolete comment.
24468
24469 * startup.el (command-line): Use `custom-reevaluate-setting' to
24470 handle `tooltip-mode'. Delete obsolete comment.
24471
24472 * files.el (set-visited-file-name): Avoid calling
24473 `file-name-nondirectory' with a nil argument.
24474
24475 2005-07-09 Richard M. Stallman <rms@gnu.org>
24476
24477 * emacs-lisp/debug.el (debugger-setup-buffer): When eval-buffer
24478 was called with nil for the buffer, handle the read position right.
24479 Handle read position for eval-region, too.
24480
24481 2005-07-09 Juri Linkov <juri@jurta.org>
24482
24483 * fringe.el (fringe-mode): Add period in docstring.
24484 (fringe-query-style): Build prompt depending on `all-frames' arg.
24485
24486 * dired.el (dired-marker-char): Avoid quotations for `do' and `mark'
24487 to not create links to unrelated functions in the Help buffer.
24488
24489 * progmodes/compile.el (compilation-mode-hook, compilation-mode):
24490 Doc fix.
24491
24492 * simple.el (next-error-hook): New variable.
24493 (next-error): Use it. Doc fix.
24494
24495 * textmodes/ispell.el (ispell-command-loop): Add current
24496 dictionary name and program name to mode-line-format.
24497 (ispell-region, ispell-process-line): Add current dictionary name
24498 and program name to messages.
24499
24500 2005-07-08 Jay Belanger <belanger@truman.edu>
24501
24502 * calc/calc.el (calc-embedded-announce-formula-alist)
24503 (calc-embedded-open-close-formula-alist)
24504 (calc-embedded-open-close-word-alist)
24505 (calc-embedded-open-close-plain-alist)
24506 (calc-embedded-open-close-new-formula-alist)
24507 (calc-embedded-open-close-mode-alist)
24508 (calc-embedded-new-buffer-hook, calc-embedded-new-formula-hook)
24509 (calc-embedded-mode-hook): New variables.
24510
24511 * calc/calc-embed.el (calc-embedded-firsttime)
24512 (calc-embedded-firsttime-buf, calc-embedded-firsttime-formula):
24513 New variables.
24514 (calc-do-embedded): Use calc-embedded-firsttime,
24515 calc-embedded-firsttime-buf and calc-embedded-firsttime-formula to
24516 determine whether or not to run hooks.
24517 (calc-embedded-make-info) Set calc-embedded-firsttime-buf and
24518 calc-embedded-firsttime-formula appropriately.
24519 Set calc-embedded delimiter variables according to mode.
24520
24521 2005-07-08 Richard M. Stallman <rms@gnu.org>
24522
24523 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-list):
24524 Check for "emacs", etc., as entire symbol, not just as word.
24525 (checkdoc-file-comments-engine): Use regexp-quote on FN.
24526
24527 * files.el (set-visited-file-name): Report the error
24528 for "empty filename" earlier.
24529 (kill-some-buffers): Ignore buffers already dead.
24530
24531 * fringe.el (fringe-mode): Doc fix.
24532
24533 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
24534 Check for (featurep 'xemacs) and turn off warnings in what it guards.
24535 Use unwind-protect to ensure byte-compile-unresolved-functions
24536 is updated.
24537
24538 * whitespace.el (whitespace-buffer-leading-cleanup):
24539 Simplify w/ skip-chars-forward.
24540 (whitespace-buffer-trailing-cleanup): Simplify w/ skip-chars-backward.
24541
24542 * mail/rmail.el (rmail-only-expunge): Fix paren error.
24543 Unconditionally try to leave point at the same old place.
24544
24545 2005-07-08 Ralf Angeli <angeli@iwi.uni-sb.de> (tiny change)
24546
24547 * comint.el (comint-postoutput-scroll-to-bottom)
24548 (comint-show-maximum-output): Take scroll-margin into consideration.
24549
24550 2005-07-08 Kim F. Storm <storm@cua.dk>
24551
24552 * ido.el (ido-use-filename-at-point): New choice `guess'.
24553 (ido-file-internal): Try ffap-guesser if selected.
24554
24555 * ido.el (ido-before-fallback-functions): New hook.
24556 (ido-buffer-internal, ido-file-internal, ido-read-buffer)
24557 (ido-read-file-name): Run it.
24558
24559 2005-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
24560
24561 * progmodes/hideif.el (hide-ifdef-use-define-alist): Pass a list of
24562 strings rather than a list of symbols to the completion function.
24563
24564 2005-07-07 Jay Belanger <belanger@truman.edu>
24565
24566 * calc/calc-units.el (math-apply-units): Change the places in
24567 which units are simplified.
24568
24569 2005-07-07 Luc Teirlinck <teirllm@auburn.edu>
24570
24571 * cus-edit.el (customize-option, customize-option-other-window):
24572 Make them handle aliases.
24573
24574 * custom.el (custom-variable-p): Make it recursively follow
24575 aliases. Mention that in the docstring.
24576
24577 2005-07-07 Richard M. Stallman <rms@gnu.org>
24578
24579 * cus-start.el (exec-path): Use `directory' instead of `file'.
24580 Fix tag for nil.
24581
24582 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
24583
24584 * replace.el (occur-rename-buffer): Use `generate-new-buffer' also
24585 when called non-interactively. Doc fix.
24586
24587 2005-07-07 Lute Kamstra <lute@gnu.org>
24588
24589 * elide-head.el (elide-head-headers-to-hide): Recognize the FSF's
24590 new address as well.
24591
24592 2005-07-07 Kenichi Handa <handa@m17n.org>
24593
24594 * international/mule.el (make-coding-system):
24595 Describe `ascii-incompatible' property in the docstring.
24596 (set-file-name-coding-system): Signal an error if coding-system is
24597 ascii-incompatible.
24598 (set-keyboard-coding-system): Likewise.
24599
24600 * international/mule-cmds.el (set-default-coding-systems):
24601 Don't set default-file-name-coding-system and
24602 default-keyboard-coding-system if coding-system is ASCII-incompatible.
24603
24604 * international/utf-16.el: Declare that all UTF-16-based coding
24605 systems are ASCII-incompatible.
24606
24607 2005-07-07 Nick Roberts <nickrob@snap.net.nz>
24608
24609 * progmodes/gud.el: Require font-lock for displaying errors.
24610 Used by gdb-ui.el.
24611
24612 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
24613
24614 * hi-lock.el (hi-lock-find-patterns): Protect also against invalid
24615 values for the pattern lists which are `read'able but not
24616 `append'able (like symbols).
24617
24618 2005-07-06 Richard M. Stallman <rms@gnu.org>
24619
24620 * progmodes/flymake.el (flymake-float-time): Instead of
24621 with-no-warnings, test for XEmacs.
24622 (flymake-replace-regexp-in-string): Test fboundp of replace-in-string
24623 to avoid warning.
24624
24625 2005-07-06 Juanma Barranquero <lekktu@gmail.com>
24626
24627 * w32-vars.el (w32-fixed-font-alist): Fix typo in `defcustom' tag.
24628
24629 2005-07-05 Lute Kamstra <lute@gnu.org>
24630
24631 * battery.el: Add support for Darwin (with much debugging help
24632 from Samuel Lauber <sam124@operamail.com>).
24633 (battery-status-function, battery-echo-area-format)
24634 (battery-mode-line-format): Add support for pmset on Darwin.
24635 (battery-load-low, battery-load-critical): New user options.
24636 (battery-pmset): New function.
24637
24638 2005-07-05 Lute Kamstra <lute@gnu.org>
24639
24640 Update FSF's address in GPL notices.
24641
24642 * textmodes/page-ext.el: Update FSF's address.
24643
24644 2005-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
24645
24646 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Prevent adaptive
24647 filling from using prefix when filling a single-line docstring.
24648
24649 * progmodes/flymake.el: Remove useless eval-when-compile.
24650
24651 * arc-mode.el (archive-lzh-ogm): Reorder save excursion/restriction.
24652
24653 2005-07-04 Richard M. Stallman <rms@gnu.org>
24654
24655 * textmodes/org.el (org-file-apps-defaults-gnu):
24656 Rename from org-file-apps-defaults-linux.
24657 (org-default-apps): Don't test system-type for `linux'.
24658 (org-file-apps): Doc fix.
24659
24660 2005-07-04 David Ponce <david@dponce.com>
24661
24662 * tree-widget.el: Improve header Commentary section.
24663 (tree-widget) [defgroup]
24664 (tree-widget-image-enable, tree-widget-themes-directory)
24665 (tree-widget-theme, tree-widget-image-properties-emacs)
24666 (tree-widget-image-properties-xemacs, tree-widget-create-image)
24667 (tree-widget-image-formats, tree-widget-control)
24668 (tree-widget-empty-control, tree-widget-leaf-control
24669 (tree-widget-guide, tree-widget-end-guide, tree-widget-no-guide)
24670 (tree-widget-handle, tree-widget-no-handle, tree-widget-p)
24671 (tree-widget-keep, tree-widget-after-toggle-functions)
24672 (tree-widget-open-node, tree-widget-close-node): Doc fix.
24673 (tree-widget-open-control, tree-widget-close-control): Fix doc and
24674 :help-echo message.
24675 (tree-widget-set-theme): Doc fix. Use `string-equal'.
24676 (tree-widget-image-properties): Doc fix. Clearer implementation.
24677 (tree-widget--cursors): New constant.
24678 (tree-widget-lookup-image): New function split from
24679 `tree-widget-find-image'. Clearer implementation.
24680 (tree-widget-find-image): Use it.
24681 (tree-widget-button-keymap): Use `set-keymap-parent'.
24682 (tree-widget) [define-widget]: Use `widget-children-value-delete'.
24683 Define the sub-widgets here.
24684 (tree-widget-node): Check that :node is not a tree-widget.
24685 (tree-widget-get-super, tree-widget-open-control)
24686 (tree-widget-close-control, tree-widget-empty-control)
24687 (tree-widget-leaf-control, tree-widget-guide)
24688 (tree-widget-end-guide, tree-widget-no-guide, tree-widget-handle)
24689 (tree-widget-no-handle, tree-widget-value-delete)
24690 (tree-widget-map): Remove.
24691 (tree-widget-children-value-save): Doc fix. Simplified.
24692 (tree-widget-value-create): Update according to previous changes.
24693
24694 2005-07-04 Carsten Dominik <dominik@science.uva.nl>
24695
24696 * textmodes/org.el: Leading space replaced by TABS.
24697 (org-recalc-marks, org-table-rotate-recalc-marks)
24698 (org-table-get-specials): Treat "^" and "_" marks.
24699 (org-table-justify-field-maybe): Optional argument NEW.
24700 (org-table-eval-formula): Parsing of the format simplified.
24701 New modes C,I. Honor the %= parameter in the current table.
24702 Avoid unnecessary re-align by using the NEW argument to
24703 `org-table-justify-field-maybe'.
24704 (org-calc-default-modes): Default for date-format mimicks org-mode.
24705 (org-agenda, org-timeline): Quote argument in org-agenda-redo-command.
24706
24707 2005-07-03 Luc Teirlinck <teirllm@auburn.edu>
24708
24709 * cus-face.el (custom-theme-set-faces): Make it handle face
24710 aliases whose alias declarations are pre- or autoloaded.
24711
24712 2005-07-04 Juri Linkov <juri@jurta.org>
24713
24714 * faces.el (read-face-name): Put the code for getting a face name
24715 from the buffer before adding the faces from the `face' property.
24716 Use `completing-read-multiple' instead of `completing-read'.
24717 Require `crm'. Add default value and post-process the returned
24718 list of faces.
24719
24720 * emacs-lisp/crm.el (crm-find-current-element)
24721 (crm-minibuffer-complete-and-exit): Handle minibuffer prompt.
24722
24723 * emacs-lisp/lisp-mode.el (eval-defun-1):
24724 * emacs-lisp/edebug.el (edebug-eval-defun):
24725 Remove unnecessary quotes.
24726
24727 2005-07-04 Juanma Barranquero <lekktu@gmail.com>
24728
24729 * progmodes/prolog.el (prolog-eof-string): Doc fixes.
24730 (prolog-indent-level): Fix typo in docstring.
24731
24732 * info.el (Info-history, Info-history-forward)
24733 (Info-history-list, Info-speedbar-fetch-file-nodes): Doc fixes.
24734
24735 * add-log.el (add-change-log-entry):
24736 * comint.el (comint-dynamic-list-input-ring)
24737 (comint-dynamic-list-completions):
24738 * dabbrev.el (dabbrev-expand):
24739 * delim-col.el (delimit-columns-rectangle-line):
24740 * diff-mode.el (diff-context->unified, diff-reverse-direction)
24741 (diff-unified->context):
24742 * ediff-init.el (ediff-abbrev-jobname):
24743 * ediff-mult.el (ediff-replace-session-status-in-meta-buffer)
24744 (ediff-replace-session-activity-marker-in-meta-buffer):
24745 * info.el (Info-summary):
24746 * lpr.el (printify-region):
24747 * printing.el (pr-create-interface):
24748 * ps-print.el (ps-print-quote):
24749 * ses.el (ses-column-widths, ses-print-cell)
24750 (ses-adjust-print-width, ses-center):
24751 * shell.el (shell-file-name-quote-list):
24752 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke)
24753 (strokes-fill-current-buffer-with-whitespace)
24754 (strokes-xpm-for-stroke, strokes-list-strokes)
24755 (strokes-xpm-char-bit-p, strokes-xpm-for-compressed-string):
24756 * term.el (term-dynamic-list-input-ring)
24757 (term-dynamic-list-completions):
24758 * calc/calc.el (math-format-stack-value):
24759 * emacs-lisp/edebug.el (edebug-display-freq-count):
24760 * progmodes/delphi.el (delphi-indent-line, delphi-fill-comment)
24761 (delphi-new-comment-line):
24762 * progmodes/ebnf2ps.el (ebnf-eps-filename, ebnf-trim-right):
24763 * progmodes/executable.el (executable-set-magic):
24764 * progmodes/python.el (inferior-python-mode):
24765 * progmodes/scheme.el (scheme-mode-syntax-table):
24766 * progmodes/sh-script.el (sh-maybe-here-document):
24767 * progmodes/sql.el (sql-copy-column):
24768 * progmodes/tcl.el (tcl-comment-indent, tcl-quote):
24769 * textmodes/bibtex.el (bibtex-mode):
24770 * textmodes/sgml-mode.el (html-imenu-index, sgml-attributes)
24771 (sgml-auto-attributes):
24772 * textmodes/table.el (table-insert, table-shorten-cell)
24773 (table--generate-source-scan-lines, table-delete-row)
24774 (*table--cell-delete-char, table--spacify-frame)
24775 (table--horizontally-shift-above-and-below)
24776 (table--cell-insert-char, table--cell-blank-str)
24777 (table--fill-region-strictly):
24778 * textmodes/tex-mode.el (tex-insert-quote, latex-find-indent):
24779 * textmodes/texinfo.el (texinfo-insert-quote): "?\ " -> "?\s".
24780
24781 * add-log.el (change-log):
24782 * apropos.el (apropos):
24783 * comint.el (comint-completion, comint-source):
24784 * dabbrev.el (dabbrev):
24785 * delim-col.el (columns):
24786 * diff-mode.el (diff-mode):
24787 * ediff.el (ediff):
24788 * ediff-diff.el (ediff-diff):
24789 * ediff-init.el (ediff-highlighting, ediff-merge, ediff-hook):
24790 * ediff-mult.el (ediff-mult):
24791 * ediff-ptch.el (ediff-ptch):
24792 * ediff-wind.el (ediff-window):
24793 * facemenu.el (facemenu):
24794 * indent.el (indent):
24795 * info.el (info):
24796 * jka-cmpr-hook.el (compression, jka-compr):
24797 * lpr.el (lpr):
24798 * outline.el (outlines):
24799 * pcmpl-cvs.el (pcmpl-cvs):
24800 * pcmpl-rpm.el (pcmpl-rpm):
24801 * printing.el (printing):
24802 * ps-print.el (postscript, ps-print, ps-print-horizontal)
24803 (ps-print-vertical, ps-print-headers, ps-print-font)
24804 (ps-print-color, ps-print-face, ps-print-n-up, ps-print-zebra)
24805 (ps-print-background, ps-print-printer, ps-print-page)
24806 (ps-print-miscellany):
24807 * ses.el (ses):
24808 * shell.el (shell, shell-directories, shell-faces):
24809 * startup.el (initialization):
24810 * strokes.el (strokes):
24811 * term.el (term):
24812 * uniquify.el (uniquify):
24813 * w32-vars.el (w32):
24814 * calc/calc.el (calc):
24815 * emacs-lisp/bytecomp.el (bytecomp):
24816 * emacs-lisp/cl-indent.el (lisp-indent):
24817 * emacs-lisp/edebug.el (edebug):
24818 * emacs-lisp/elp.el (elp):
24819 * emacs-lisp/testcover.el (testcover):
24820 * emacs-lisp/trace.el (trace):
24821 * emulation/viper-ex.el (viper-ex):
24822 * emulation/viper-mous.el (viper-mouse):
24823 * mail/mailalias.el (mailalias):
24824 * mail/supercite.el (supercite, supercite-frames)
24825 (supercite-attr, supercite-cite, supercite-hooks):
24826 * net/rcompile.el (remote-compile):
24827 * net/rlogin.el (rlogin):
24828 * obsolete/ooutline.el (outlines):
24829 * progmodes/delphi.el (delphi):
24830 * progmodes/ebnf2ps.el (postscript, ebnf2ps, ebnf-special)
24831 (ebnf-except, ebnf-repeat, ebnf-terminal, ebnf-non-terminal)
24832 (ebnf-production, ebnf-shape, ebnf-displacement, ebnf-syntactic)
24833 (ebnf-optimization):
24834 * progmodes/etags.el (etags):
24835 * progmodes/executable.el (executable):
24836 * progmodes/idlwave.el (idlwave):
24837 * progmodes/pascal.el (pascal):
24838 * progmodes/prolog.el (prolog):
24839 * progmodes/python.el (python):
24840 * progmodes/scheme.el (scheme):
24841 * progmodes/sh-script.el (sh, sh-script):
24842 * progmodes/sql.el (SQL):
24843 * progmodes/tcl.el (tcl):
24844 * textmodes/bibtex.el (bibtex, bibtex-autokey):
24845 * textmodes/enriched.el (enriched):
24846 * textmodes/makeinfo.el (makeinfo):
24847 * textmodes/sgml-mode.el (sgml):
24848 * textmodes/table.el (table-hooks):
24849 * textmodes/tex-mode.el (tex-file, tex-run, tex-view):
24850 * textmodes/texinfo.el (texinfo):
24851 * textmodes/two-column.el (two-column):
24852 Finish `defgroup' description with period.
24853
24854 * emacs-lisp/cl-indent.el (lisp-indent-maximum-backtracking):
24855 * eshell/esh-var.el (eshell-var):
24856 * progmodes/vhdl-mode.el (vhdl-testbench):
24857 * textmodes/org.el (org): Fix typos in docstrings.
24858
24859 * emacs-lisp/timer.el (with-timeout): Improve argument/docstring
24860 consistency.
24861
24862 * progmodes/flymake.el (flymake-find-file): Remove.
24863 (flymake-float-time): Use `with-no-warnings'.
24864 (flymake-check-start-time, flymake-check-was-interrupted)
24865 (flymake-err-info, flymake-is-running, flymake-last-change-time)
24866 (flymake-new-err-info): `defvar' at compile time.
24867
24868 2005-07-03 Juanma Barranquero <lekktu@gmail.com>
24869
24870 * replace.el (occur-hook): Doc fix.
24871 (occur-1): Don't call `occur-hook' if there are no matches.
24872
24873 2005-07-03 Richard M. Stallman <rms@gnu.org>
24874
24875 * emulation/tpu-edt.el (tpu-original-global-map): Don't copy
24876 global-map, save the same map.
24877 (global-map): Don't alter it at top level.
24878 (tpu-edt-on): Save global map in tpu-original-global-map, then copy.
24879 Then alter it here instead.
24880 (tpu-edt-off): Set global-map to the saved one.
24881
24882 * emulation/tpu-edt.el (tpu-emacs19-p): Var deleted.
24883 All references simplified.
24884 (tpu-lucid-emacs-p): Rename from tpu-lucid-emacs19-p. Uses changed.
24885 (zmacs-regions): Add defvar.
24886 (repeat-complex-command-map): Everything about that deleted.
24887
24888 * textmodes/artist.el (artist-key-is-drawing)
24889 (artist-key-endpoint1, artist-key-poly-point-list)
24890 (artist-key-shape, artist-key-draw-how, artist-popup-menu-table)
24891 (artist-key-compl-table, artist-rb-save-data)
24892 (artist-arrow-point-1, artist-arrow-point-2): Move defvars up.
24893 Don't put them in eval-when-compile.
24894 (artist-set-arrow-points-for-poly): Use `last', not `artist-last'.
24895
24896 * progmodes/ebrowse.el (ebrowse-revert-tree-buffer-from-file):
24897 Use with-no-warnings.
24898
24899 * net/browse-url.el (dos-windows-version): Add defvar.
24900
24901 * mail/supercite.el (filladapt-prefix-table): Add defvar.
24902
24903 * mail/rmailsum.el (rmail-summary-redo): Add defvar.
24904 (rmail-summary-mode-map, rmail-summary-overlay): Defvars moved up.
24905 (rmail-new-summary-line-count): Rename from new-summary-line-count.
24906 Add defvar.
24907 (rmail-summary-beginning-of-message): Use with-no-warnings.
24908 (rmail-summary-first-message, rmail-summary-last-message): Likewise.
24909
24910 * emulation/vip.el (vip-replace-string, ex-map, ex-read):
24911 Use with-no-warnings.
24912
24913 * emulation/vi.el (vi-mark-region): Use c-mark-function.
24914 (c-mark-function): Add point-moving-unit property.
24915 (vi-goto-line): Use with-no-warnings.
24916
24917 * emulation/edt.el (edt-last-copied-word): Add defvar.
24918 (zmacs-region-stays): Likewise.
24919 (edt-mark-section-wisely): Use c-mark-function for C.
24920 Use makr-defun for Fortran.
24921 (time-string): defvar deleted.
24922 (edt-display-the-time): Don't set time-string.
24923
24924 * emacs-lisp/macroexp.el (macroexp-accumulate): Rename arg to var+list.
24925
24926 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
24927 Don't warn when name is not constant
24928 or for defining the group `emacs'.
24929
24930 * tooltip.el (gud-tooltip-mode): Add defvar.
24931
24932 * startup.el (default-frame-background-mode): Add defvar.
24933
24934 * smerge-mode.el (smerge-mode): Add duplicate defvar near top.
24935
24936 * info.el (tool-bar-map): Add defvar.
24937
24938 * dired.el (dnd-protocol-alist): Add defvar.
24939
24940 * dired-aux.el (dired-query): Display question with answer, when
24941 the user answers.
24942
24943 * custom.el (custom-add-option): Doc fix.
24944
24945 * bookmark.el (Info-current-node, Info-suffix-list): Add defvars.
24946
24947 2005-07-03 Eli Zaretskii <eliz@gnu.org>
24948
24949 * font-lock.el (font-lock-regexp-grouping-construct): Fix the
24950 bogus name from the last change.
24951
24952 2005-07-02 Luc Teirlinck <teirllm@auburn.edu>
24953
24954 * custom.el (custom-declare-variable): Fix typos in comment.
24955 (custom-known-themes): Doc fix.
24956 (custom-theme-directory): New defcustom.
24957 (require-theme): Make it check `custom-theme-directory'.
24958
24959 * cus-theme.el (custom-new-theme-mode): New function.
24960 (custom-theme-name, custom-theme-variables, custom-theme-faces)
24961 (custom-theme-description): Add compiler defvars.
24962 (customize-create-theme): Add doc to the "*New Custom Theme*"
24963 buffer. Use `custom-new-theme-mode'.
24964 (custom-theme-write): Put the created buffer in emacs-lisp-mode
24965 and save it to the `custom-theme-directory'. Make this the
24966 default directory of the buffer.
24967
24968 2005-07-02 David Hunter <hunterd_42@comcast.net> (tiny change)
24969
24970 * progmodes/flymake.el (flymake-mode, flymake-mode-off):
24971 Fix unbalanced parentheses.
24972
24973 2005-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
24974
24975 * progmodes/flymake.el (flymake-mode-on, flymake-mode-off): Move body
24976 into flymake-mode and delegate to flymake-mode.
24977
24978 * find-file.el (ff-which-function-are-we-in): Clean up.
24979
24980 2005-07-02 Juanma Barranquero <lekktu@gmail.com>
24981
24982 * replace.el (occur-rename-buffer): Fix docstring.
24983
24984 * emulation/edt.el (*EDT-keys*, edt-default-global-map)
24985 (edt-last-copied-word, edt-learn-macro-count)
24986 (edt-orig-page-delimiter, edt-orig-transient-mark-mode)
24987 (edt-rect-start-point, edt-user-global-map, rect-start-point)
24988 (time-string, zmacs-region-stays):
24989 * emulation/edt-mapper.el (edt-save-function-key-map)
24990 (EDT-key-name): `defvar' to silence the byte-compiler.
24991
24992 2005-07-02 Martin Rudalics <rudalics@gmx.at>
24993
24994 * font-lock.el (font-lock-regexp-grouping-backslash): Rename from
24995 font-lock-regexp-backslash. Doc fix.
24996 (font-lock-regexp-backslash-grouping-construct): Rename from
24997 font-lock-regexp-backslash-construct. Doc fix.
24998 (lisp-font-lock-keywords-2): Fix highlighting of Elisp regexp
24999 grouping constructs.
25000
25001 2005-07-02 Eli Zaretskii <eliz@gnu.org>
25002
25003 * makefile.w32-in (bootstrap): Remove the $(EMACS) binary after
25004 updating all the prerequisites.
25005
25006 2005-07-01 Juanma Barranquero <lekktu@gmail.com>
25007
25008 * textmodes/org.el (org-agenda-start-on-weekday)
25009 (org-calendar-to-agenda-key, org-agenda-sorting-strategy)
25010 (org-agenda-use-time-grid, org-archive-location)
25011 (org-allow-space-in-links, org-usenet-links-prefer-google)
25012 (org-enable-table-editor, org-export-default-language)
25013 (org-export-html-show-new-buffer, org-fill-paragraph)
25014 (org-cycle, org-goto-ret, org-goto-left, org-goto-right)
25015 (org-goto-quit, org-occur, org-eval-in-calendar)
25016 (org-agenda-cleanup-fancy-diary, org-agenda-no-heading-message)
25017 (org-agenda-diary-entry, org-remember-help)
25018 (org-table-convert-region, org-at-table-p)
25019 (org-table-move-row-down, org-table-move-row-up)
25020 (org-table-copy-region, org-table-toggle-vline-visibility)
25021 (org-table-get-stored-formulas, org-table-get-specials)
25022 (org-recalc-commands, org-table-eval-formula)
25023 (org-table-formula-substitute-names, orgtbl-make-binding)
25024 (org-format-org-table-html, org-format-table-table-html)
25025 (org-format-table-table-html-using-table-generate-source)
25026 (org-customize): Fix typos in docstrings.
25027 (org-level-2, org-at-timestamp-p, org-agenda-day-view)
25028 (org-agenda-toggle-diary, org-agenda-toggle-time-grid)
25029 (org-back-to-heading): Doc fixes.
25030 (org-agenda-toggle-time-grid, org-cmp-category, org-cmp-time)
25031 (org-agenda-change-all-lines, org-get-header):
25032 Improve argument/docstring consistency.
25033 (orgtbl-error): Fix error message.
25034
25035 * progmodes/flymake.el (flymake-find-possible-master-files)
25036 (flymake-master-file-compare, flymake-get-line-err-count)
25037 (flymake-highlight-line, flymake-gui-warnings-enabled):
25038 Fix typos in docstrings.
25039 (flymake-parse-line, flymake-get-project-include-dirs-function)
25040 (flymake-get-prev-err-line-no, flymake-goto-prev-error):
25041 Doc fixes.
25042 (flymake-get-project-include-dirs-function)
25043 (flymake-make-err-menu-data):
25044 Improve argument/docstring consistency.
25045
25046 2005-07-01 Lute Kamstra <lute@gnu.org>
25047
25048 * battery.el (battery-linux-proc-apm): Fix typo in docstring.
25049 Catch errors with ignore-errors. Use temporary buffer.
25050 (battery-linux-proc-acpi): Fix typo in docstring. Document `%r'.
25051
25052 * facemenu.el (facemenu-unlisted-faces): Delete foreground and
25053 background color faces.
25054 (facemenu-set-foreground, facemenu-set-background):
25055 Use facemenu-set-face-from-menu.
25056 (facemenu-set-face-from-menu): Treat face names that start with
25057 "fg:" or "bg:" as special.
25058 (facemenu-add-new-color): Don't create faces. Simplify.
25059
25060 2005-06-30 Richard M. Stallman <rms@gnu.org>
25061
25062 * emacs-lisp/crm.el (crm-do-completion): Handle minibuffer prompt.
25063 (crm-find-current-element): Likewise.
25064
25065 2005-06-30 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
25066
25067 * help-fns.el (help-do-arg-highlight): Regexp-quote argument names.
25068
25069 2005-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
25070
25071 * arc-mode.el (archive-extract): Make it work as a mouse binding.
25072 (archive-mouse-extract): Make it an obsolete alias.
25073 (archive-mode-map): Don't use archive-mouse-extract any more.
25074 (archive-mode, archive-extract): write-contents-hooks ->
25075 write-contents-functions.
25076 (archive-arc-rename-entry, archive-lzh-rename-entry): Remove unused
25077 first arg.
25078 (archive-rename-entry): Update the call.
25079 (archive-zip-summarize): Remove unused var `method'.
25080 (archive-lzh-summarize): Remove unused var `creator'.
25081
25082 * emacs-lisp/debug.el (debug): Quieten Drew Adams by killing the
25083 dedicated frame upon exit.
25084
25085 * arc-mode.el: Bind inhibit-read-only rather than buffer-read-only.
25086 (archive-zip-extract, archive-zip-expunge)
25087 (archive-zip-update, archive-zip-update-case): Use executable-find.
25088 (archive-resummarize, archive-flag-deleted, archive-unmark-all-files):
25089 Use restore-buffer-modified-p.
25090 (archive-extract, archive-add-new-member, archive-write-file-member):
25091 Use with-current-buffer.
25092 (archive-lzh-ogm, archive-zip-chmod-entry): Use dolist.
25093
25094 2005-06-30 Andreas Schwab <schwab@suse.de>
25095
25096 * progmodes/gud.el (gud-filter): Remove unneeded progn.
25097
25098 2005-06-30 Glenn Morris <gmorris@ast.cam.ac.uk>
25099
25100 * progmodes/sh-script.el (sh-get-kw): `&' also separates words.
25101
25102 2005-06-30 Juri Linkov <juri@jurta.org>
25103
25104 * faces.el (vertical-border): Inherit from mode-line-inactive
25105 only on tty.
25106
25107 2005-06-30 Juanma Barranquero <lekktu@gmail.com>
25108
25109 * help-fns.el (help-do-arg-highlight): Highlight also -ARG (for
25110 example, -NLINES in the `occur' docstring).
25111
25112 * replace.el (occur-1): When no matches are found, do not set the
25113 `buffer-read-only' and modified flags for the occur buffer,
25114 because it is deleted.
25115
25116 * emulation/cua-base.el (cua-check-pending-input)
25117 (cua-repeat-replace-region, cua-mode, cua-debug)
25118 (cua-auto-tabify-rectangles, cua-inhibit-cua-keys):
25119 Fix typos in docstrings.
25120
25121 * emulation/cua-gmrk.el (cua-toggle-global-mark)
25122 (cua-cut-region-to-global-mark)
25123 (cua--cut-rectangle-to-global-mark):
25124 Remove period from end of messages.
25125
25126 * emulation/cua-rect.el (cua-do-rectangle-padding):
25127 Remove period from end of messages.
25128 (cua--rectangle-seq-format): Fix typo in docstring.
25129 (cua-sequence-rectangle, cua-fill-char-rectangle):
25130 Improve argument/docstring consistency.
25131
25132 2005-06-29 Juri Linkov <juri@jurta.org>
25133
25134 * faces.el (default-frame-background-mode): New internal variable.
25135 (frame-set-background-mode): Use it.
25136
25137 * startup.el (normal-top-level): Set default-frame-background-mode
25138 instead of frame-background-mode. Before setting it, test for its
25139 nil value. Remove tests for frame-background-mode and frame
25140 parameter `reverse'. Add test for "unspecified-fg".
25141
25142 * term/xterm.el (xterm-rxvt-set-background-mode):
25143 * term/rxvt.el (rxvt-set-background-mode):
25144 Set default-frame-background-mode instead of frame-background-mode.
25145
25146 2005-06-29 Juanma Barranquero <lekktu@gmail.com>
25147
25148 * simple.el (set-variable): Warn about obsolete user variables.
25149
25150 * imenu.el (imenu--completion-buffer):
25151 * mouse.el (mouse-buffer-menu-alist):
25152 * msb.el (msb-invisible-buffer-p):
25153 * calendar/diary-lib.el (diary-header-line-format):
25154 * emacs-lisp/pp.el (pp-buffer):
25155 * progmodes/cperl-mode.el (cperl-do-auto-fill):
25156 * textmodes/picture.el (picture-replace-match):
25157 Change space constants followed by a sexp to "?\s ".
25158
25159 * play/decipher.el (decipher-loop-with-breaks):
25160 * textmodes/texinfo.el (texinfo-insert-@item): Change space
25161 constants "protected" from end of line by a comment to "?\s".
25162
25163 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
25164
25165 * font-lock.el (save-buffer-state): Use `declare'.
25166
25167 * progmodes/cperl-mode.el (cperl-find-pods-heres): Don't gratuitously
25168 reset the syntax-table to cperl-mode-syntax-table.
25169 (cperl-mode): Make _ into word-syntax during font-locking so "print" in
25170 "foo_print_bar" is not matched as a reserved keyword.
25171
25172 2005-06-29 Carsten Dominik <dominik@science.uva.nl>
25173
25174 * textmodes/org.el (orgtbl-setup): New function, for delayed
25175 setup for the orgtbl commands.
25176 (org-calc-default-modes): New option.
25177 (orgtbl-make-binding): Use `defun' to get better help display.
25178 (org-diary): Call `org-compile-prefix-format'.
25179 (org-table-formula-substitute-names): New function.
25180 (org-agenda-day-view, org-agenda-week-view): New commands.
25181 (org-agenda-toggle-week-view): Command removed.
25182 (org-tbl-menu): Split off from org-org-menu.
25183 (org-mode): Move removal of outline-mode menus to here.
25184 (org-table-formula-debug): New option.
25185 (org-table-insert-row): Keep first field if just "#" or "*".
25186 (org-mode): Paragraph regexps fixed.
25187 (org-table-recalculate-regexp): New constant.
25188 (org-table-justify-field-maybe): Avoid replace if not necessary.
25189 (org-copy-special, org-cut-special): Use `call-interactively'.
25190 (org-table-copy-region): Take region from `interactive' call.
25191 (org-trim): Return string even if no match.
25192 (org-formula): New face.
25193 (org-set-font-lock-defaults): No longer highlight "FIXME".
25194 But highlight formula-related fields in table.
25195 (org-table-p): Use regexp, not fontification.
25196 (org-table-align): Handle white space at end of line.
25197 (org-table-formula-evaluate-inline): New option.
25198 (org-mode): Auto-wrapping in comment lines turned off.
25199 (org-table-copy-down): Evaluate only in copied field, not in
25200 destination.
25201 (org-table-current-formula): Variable removed.
25202 (org-table-store-formulas, org-table-get-stored-formulas)
25203 (org-table-modify-formulas, org-table-replace-in-formulas)
25204 (org-table-maybe-eval-formula): New functions.
25205 (org-table-get-formula): Modify to use stored formulas.
25206 (org-table-insert-column, org-table-delete-column)
25207 (org-table-move-column): Call `org-table-modify-formulas'.
25208 (org-complete): Add completion for keyword formulas.
25209 (orgtbl-mode): Pull orgtbl-mode-map to start of
25210 minor-mode-map-alist.
25211
25212 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
25213
25214 * progmodes/python.el (python-check): Require `compile' before
25215 modifying its variables.
25216
25217 * newcomment.el (comment-indent-default): Don't get fooled by an early
25218 end of buffer.
25219
25220 2005-06-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
25221
25222 * ps-print.el (ps-print-version): Fix version number.
25223
25224 2005-06-28 Luc Teirlinck <teirllm@auburn.edu>
25225
25226 * textmodes/ispell.el (ispell-word): Remove stray parenthesis.
25227
25228 2005-06-28 Richard M. Stallman <rms@gnu.org>
25229
25230 * textmodes/flyspell.el (flyspell-use-local-map): Variable deleted.
25231 (flyspell-local-mouse-map): Declaration deleted.
25232 (flyspell-mouse-map): Bind only mouse-2.
25233 (flyspell-mode-map): Don't test flyspell-use-local-map.
25234 (flyspell-overlay-keymap-property-name): Var deleted.
25235 (flyspell-mode-on): Don't make local bindings for
25236 flyspell-mouse-map and flyspell-mode-map.
25237 (make-flyspell-overlay): Unconditionally put on `keymap' text prop.
25238
25239 * textmodes/ispell.el (ispell-word): Do not ignore short words.
25240
25241 * progmodes/compile.el (compilation-next-error-function):
25242 Don't switch buffers; operate on the current buffer.
25243
25244 * progmodes/compile.el (compilation-error-file-name)
25245 (compilation-warning-file-name, compilation-info-file-name)
25246 (compilation-line-number, compilation-column-number): New faces.
25247 (compilation-error-face, compilation-warning-face)
25248 (compilation-info-face, compilation-line-face)
25249 (compilation-column-face): Use them.
25250
25251 * facemenu.el (facemenu-add-face): Warn when font-lock is active.
25252
25253 * comint.el (comint-password-prompt-regexp): Accept ", try again".
25254
25255 * bindings.el (global-map): Bind insertchar and its variants.
25256
25257 2005-06-27 Richard M. Stallman <rms@gnu.org>
25258
25259 * textmodes/artist.el (artist-text-overwrite)
25260 (artist-figlet-get-extra-args, artist-text-see-thru): Use read-string.
25261
25262 2005-06-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
25263
25264 * ps-print.el: It was not working the page selection for printing.
25265 Reported by Sebastian Tennant <sebyte@smolny.plus.com>.
25266 (ps-print-version): New version 6.6.7.
25267 (ps-end-sheet): New fun.
25268 (ps-header-sheet, ps-end-job): Call it.
25269
25270 2005-06-27 Luc Teirlinck <teirllm@auburn.edu>
25271
25272 * subr.el (add-to-list, add-to-ordered-list): Doc fixes.
25273
25274 2005-06-27 Lute Kamstra <lute@gnu.org>
25275
25276 * facemenu.el (facemenu-unlisted-faces): Add foreground and
25277 background color faces.
25278 (facemenu-get-face): Delete function.
25279 (facemenu-set-face-from-menu): Don't call facemenu-get-face.
25280 (facemenu-add-new-color): Make second argument mandatory.
25281 Create the appropriate face and return it. Simplify.
25282 (facemenu-set-foreground, facemenu-set-background): Don't check if
25283 color is defined. Use return value of facemenu-add-new-color.
25284
25285 2005-06-26 Nick Roberts <nickrob@snap.net.nz>
25286
25287 * progmodes/gud.el (gud-filter): Add missing argument to
25288 with-selected-window.
25289
25290 2005-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
25291
25292 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't automatically add
25293 a :require to the defcustom.
25294
25295 * emacs-lisp/autoload.el (make-autoload): Add the :setter for
25296 defcustoms corresponding to minor modes.
25297
25298 2005-06-26 David Ponce <david@dponce.com>
25299
25300 * recentf.el: Require tree-widget instead of wid-edit.
25301 (recentf-filename-handler): Fix widget :type.
25302 (recentf-cancel-dialog, recentf-open-more-files)
25303 (recentf-open-files-action): Doc fix.
25304 (recentf-dialog-goto-first): New function.
25305 (recentf-dialog-mode-map): Set parent keymap first.
25306 (recentf-dialog-mode): Define with define-derived-mode.
25307 Don't display continuation lines in dialogs.
25308 (recentf-edit-list): Rename from recentf-edit-selected-items.
25309 (recentf-edit-list-select): Rename from recentf-edit-list-action.
25310 Simplify.
25311 (recentf-edit-list-validate): New function.
25312 (recentf-edit-list): Update accordingly.
25313 (recentf-open-files-item-shift): Remove.
25314 (recentf-open-files-item): Convert menu elements into tree and
25315 link widgets. Don't create the widgets.
25316 (recentf-open-files): Update accordingly.
25317 (recentf-save-list): Untabify.
25318
25319 2005-06-25 Luc Teirlinck <teirllm@auburn.edu>
25320
25321 * replace.el (keep-lines-read-args): Add INTERACTIVE arg.
25322 (keep-lines): Add INTERACTIVE arg. Never delete lines only
25323 partially contained in the active region. Do not take active
25324 region into account when called from Lisp, unless INTERACTIVE arg
25325 is non-nil. Use `forward-line' instead of `beginning-of-line' to
25326 avoid trouble with fields. Make marker point nowhere when no
25327 longer used. Always return nil. Doc fix.
25328 (flush-lines): Add INTERACTIVE arg. Do not take active region
25329 into account when called from Lisp, unless INTERACTIVE arg is
25330 non-nil. Use `forward-line' instead of `beginning-of-line' to
25331 avoid trouble with fields. Make marker point nowhere when no
25332 longer used. Always return nil. Doc fix.
25333 (how-many): Add INTERACTIVE arg. Make RSTART and REND args
25334 interchangeable. Do not take active region into account when
25335 called from Lisp, unless INTERACTIVE arg is non-nil. Do not print
25336 message in echo area when called from Lisp, unless INTERACTIVE arg
25337 is non-nil. Avoid saying "1 occurrences". Do not use markers.
25338 Return the number of matches. Doc fix.
25339 (occur): Doc fix.
25340 (perform-replace): Make comment follow double space convention for
25341 the sake of `outline-minor-mode'.
25342
25343 * faces.el (facep): Doc fix.
25344
25345 2005-06-25 Richard M. Stallman <rms@gnu.org>
25346
25347 * facemenu.el (facemenu-enable-faces-p): New function.
25348 (facemenu-background-menu, facemenu-foreground-menu)
25349 (facemenu-face-menu): Add menu-enable property.
25350
25351 * jka-compr.el (jka-compr-insert-file-contents):
25352 Special handling if cannot find the uncompression program.
25353
25354 * cus-face.el (custom-face-attributes): Add autoload.
25355
25356 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
25357 Bind comment-indent-function locally.
25358
25359 * window.el (save-selected-window): Use save-current-buffer.
25360
25361 * subr.el (with-selected-window): Use save-current-buffer.
25362
25363 * progmodes/gud.el (gud-filter): Simplify using with-selected-window
25364 and with-current-buffer.
25365
25366 2005-06-24 Richard M. Stallman <rms@gnu.org>
25367
25368 * simple.el (line-move-1): Fix previous change.
25369
25370 2005-06-24 Juanma Barranquero <lekktu@gmail.com>
25371
25372 * replace.el (occur-1): Set `buffer-read-only' and the
25373 buffer-modified flag before running `occur-hook' to protect
25374 against unintentional buffer switches that can lead to data loss.
25375
25376 2005-06-24 Nick Roberts <nickrob@snap.net.nz>
25377
25378 * progmodes/gud.el (gud-tooltip-print-command): Indent properly.
25379 (gud-gdb-marker-filter): Use font-lock-warning-face for any
25380 initial error.
25381
25382 * progmodes/gdb-ui.el (gdb-send): Remove warning face from errors
25383 after fresh input.
25384 (gdb-var-create-handler): Put name of expression in quotes.
25385
25386 2005-06-23 Luc Teirlinck <teirllm@auburn.edu>
25387
25388 * emacs-lisp/ring.el (ring-elements): Make it return a list of the
25389 elements of RING in order, and without bogus nil elements.
25390
25391 2005-06-23 Richard M. Stallman <rms@gnu.org>
25392
25393 * simple.el (set-variable): Args renamed; doc fix.
25394 (line-move-1): When there are overlays around, use vertical-motion.
25395
25396 * faces.el (escape-glyph): Use brown against light background.
25397 (nobreak-space): Rename from no-break-space.
25398 Fix previous change.
25399
25400 * dired-aux.el (dired-do-copy): Fix arg prompt.
25401
25402 * mail/sendmail.el (mail-setup-with-from): Fix custom type.
25403
25404 2005-06-23 Glenn Morris <gmorris@ast.cam.ac.uk>
25405
25406 * mail/emacsbug.el (report-emacs-bug): Use "X server distributor"
25407 rather than "Distributor".
25408
25409 2005-06-23 Lute Kamstra <lute@gnu.org>
25410
25411 * emacs-lisp/debug.el (debugger-special-form-p): New defun.
25412 (debug-on-entry): Use it. New interactive declaration that uses
25413 function-called-at-point.
25414
25415 2005-06-23 Kim F. Storm <storm@cua.dk>
25416
25417 * subr.el (save-match-data): Add comment about using evaporate arg
25418 to set-match-data.
25419
25420 2005-06-22 Glenn Morris <gmorris@ast.cam.ac.uk>
25421
25422 * cus-edit.el (customize-face)
25423 (customize-face-other-window): Handle face aliases.
25424
25425 * faces.el (face-documentation, set-face-attribute)
25426 (face-spec-set): Handle face aliases.
25427
25428 2005-06-22 Juanma Barranquero <lekktu@gmail.com>
25429
25430 * help-mode.el (help-make-xrefs): If a symbol representing a face
25431 name is not followed by the word "face", it could still be a
25432 function or variable name, so don't bypass other checks.
25433
25434 2005-06-22 Juri Linkov <juri@jurta.org>
25435
25436 * ps-print.el (ps-face-foreground-name, ps-face-background-name):
25437 Replace aliased functions with calls where second arg `inherit' is t.
25438
25439 2005-06-22 Nick Roberts <nickrob@snap.net.nz>
25440
25441 * progmodes/gdb-ui.el (gdb-error): New variable.
25442 (gdb-error): New function.
25443 (gdb-annotation-rules): Act on error-begin and error annotations.
25444 (gdb-concat-output): Use font-lock-warning-face for errors.
25445
25446 2005-06-22 Miles Bader <miles@gnu.org>
25447
25448 * bindings.el (propertized-buffer-identification): Use renamed
25449 `Buffer-menu-buffer' face.
25450
25451 * faces.el (vertical-border): Rename from `vertical-divider'.
25452 (escape-glyph): Change dark-background color back to `cyan'.
25453
25454 2005-06-21 Juri Linkov <juri@jurta.org>
25455
25456 * faces.el (face-user-default-spec): Try getting `customized-face'
25457 prior to `saved-face'.
25458 (frame-background-mode): Refill docstring.
25459
25460 * emacs-lisp/lisp-mode.el (eval-defun-1):
25461 * emacs-lisp/edebug.el (edebug-eval-defun):
25462 Set `saved-face' temporarily to nil before calling form.
25463 Set `customized-face' to the new spec after that.
25464
25465 2005-06-21 Juanma Barranquero <lekktu@gmail.com>
25466
25467 * subr.el (1value, lambda, key-substitution-in-progress):
25468 Doc fixes.
25469
25470 * autoinsert.el (auto-insert-alist):
25471 * ses.el (ses-call-printer):
25472 * subr.el (noreturn):
25473 * emacs-lisp/lisp.el (check-parens):
25474 * emacs-lisp/byte-opt.el (byte-optimize-pure-func):
25475 * net/browse-url.el (browse-url-mosaic):
25476 * progmodes/cc-defs.el (c-safe-scan-lists):
25477 * progmodes/ebnf-abn.el (ebnf-abn-lex):
25478 * progmodes/ebnf-bnf.el (ebnf-bnf-lex):
25479 * progmodes/ebnf-dtd.el (ebnf-dtd-lex):
25480 * progmodes/ebnf-ebx.el (ebnf-ebx-lex):
25481 * progmodes/ebnf-iso.el (ebnf-iso-lex):
25482 * progmodes/ebnf-yac.el (ebnf-yac-lex): Fix spellings.
25483
25484 2005-06-21 Reiner Steib <Reiner.Steib@gmx.de>
25485
25486 * pcvs-defs.el (cvs-menu): Add cvs-mode-mark and cvs-mode-unmark.
25487
25488 2005-06-21 Glenn Morris <gmorris@ast.cam.ac.uk>
25489
25490 * calendar/appt.el (appt-make-list): Activate the package, if
25491 not already active (for backwards compatibility).
25492
25493 2005-06-20 Kim F. Storm <storm@cua.dk>
25494
25495 * subr.el (add-to-ordered-list): Test membership with eq. Simplify.
25496
25497 2005-06-20 Miles Bader <miles@gnu.org>
25498
25499 * faces.el (vertical-divider): New face.
25500
25501 2005-06-20 Juanma Barranquero <lekktu@gmail.com>
25502
25503 * simple.el (kill-whole-line): Doc fix.
25504 (next-error-buffer-p, next-error-find-buffer)
25505 (clone-indirect-buffer): Fix typos in docstrings.
25506 (comment-line-break-function): Doc fix: don't say variable
25507 is automatically buffer-local (it isn't).
25508
25509 2005-06-19 Michael Albinus <michael.albinus@gmx.de>
25510
25511 * net/tramp-ftp.el (top):
25512 * net/tramp-smb.el (top):
25513 * net/tramp-util.el (top):
25514 * net/tramp-uu.el (top):
25515 * net/tramp-vc.el (top):
25516 * net/tramp.el (top): Revert copyright years back to original
25517 ones. Tramp has a life outside GNU Emacs.
25518
25519 2005-06-19 Nick Roberts <nickrob@snap.net.nz>
25520
25521 * tooltip.el (tooltip-use-echo-area): Don't make it obsolete.
25522
25523 2005-06-18 Juri Linkov <juri@jurta.org>
25524
25525 * progmodes/grep.el (grep-regexp-alist): Use backreference at the
25526 end of first regexp to limit the match to the position between
25527 line number and source line with same separator character as used
25528 between file name and line number. In the second regexp limit
25529 mouse-face area to file name and line number by adding new group
25530 for them and referring it in HYPERLINK arg.
25531 (grep-regexp-alist, grep-mode-font-lock-keywords): Use shy group.
25532 (grep-mode): Set font-lock-lines-before to 0 to not refontify the
25533 previous line where grep markers may be already removed.
25534
25535 2005-06-18 Peter Kleiweg <p.c.j.kleiweg@rug.nl>
25536
25537 * progmodes/ps-mode.el: Update version and maintainer's email address.
25538
25539 2005-06-18 Steve Youngs <steve@xemacs.org>
25540
25541 * net/browse-url.el (browse-url-browser-function)
25542 (browse-url-default-browser): Add firefox.
25543 (browse-url-firefox-program, browse-url-firefox-arguments)
25544 (browse-url-firefox-startup-arguments)
25545 (browse-url-firefox-new-window-is-tab): New defcustoms.
25546 (browse-url-firefox, browse-url-firefox-sentinel): New functions.
25547
25548 2005-06-17 Richard M. Stallman <rms@gnu.org>
25549
25550 * startup.el (command-line): Warn if specified user name has
25551 no home directory.
25552
25553 * term.el (term-get-old-input, term-input-filter, term-input-sender)
25554 (term-mode-hook, term-exec-hook, term-escape-char): Doc fixes.
25555
25556 * longlines.el (longlines-mode, longlines-show-hard-newlines):
25557 Doc fixes.
25558
25559 * faces.el (underline): Try bold if terminal doesn't support underline.
25560
25561 * mail/sendmail.el (mail-setup-with-from): New variable.
25562 (mail-insert-from-field): New function.
25563 (sendmail-send-it): Call it.
25564 (mail-setup): Optionally call it here.
25565
25566 * term/linux.el: Call tty-no-underline.
25567
25568 2005-06-17 Luc Teirlinck <teirllm@auburn.edu>
25569
25570 * emacs-lisp/edebug.el (edebug-goto-here): Doc fix.
25571
25572 2005-06-17 Miles Bader <miles@gnu.org>
25573
25574 * ediff-init.el (ediff-current-diff-A, ediff-current-diff-B)
25575 (ediff-current-diff-C, ediff-current-diff-Ancestor)
25576 (ediff-fine-diff-A, ediff-fine-diff-B, ediff-fine-diff-C)
25577 (ediff-fine-diff-Ancestor, ediff-even-diff-A, ediff-even-diff-B)
25578 (ediff-even-diff-C, ediff-even-diff-Ancestor, ediff-odd-diff-A)
25579 (ediff-odd-diff-B, ediff-odd-diff-C, ediff-odd-diff-Ancestor):
25580 Remove "-face" suffix from face names.
25581 (ediff-current-diff-face-A, ediff-current-diff-face-B)
25582 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
25583 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
25584 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
25585 (ediff-even-diff-face-A, ediff-even-diff-face-B)
25586 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
25587 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
25588 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
25589 New backward-compatibility aliases for renamed faces.
25590 (ediff-current-diff-face-A, ediff-current-diff-face-B)
25591 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
25592 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
25593 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
25594 (ediff-even-diff-face-A, ediff-even-diff-face-B)
25595 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
25596 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
25597 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
25598 Use renamed ediff faces.
25599
25600 * eshell/esh-test.el (eshell-test-ok, eshell-test-failed):
25601 Remove "-face" suffix from face names.
25602 (eshell-test-ok-face, eshell-test-failed-face):
25603 New backward-compatibility aliases for renamed faces.
25604 (eshell-run-test): Use renamed eshell-test faces.
25605
25606 * eshell/em-prompt.el (eshell-prompt): Remove "-face" suffix from
25607 face name.
25608 (eshell-prompt-face): New backward-compatibility alias for renamed
25609 face.
25610 (eshell-emit-prompt): Use renamed eshell-prompt face.
25611
25612 * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink)
25613 (eshell-ls-executable, eshell-ls-readonly, eshell-ls-unreadable)
25614 (eshell-ls-special, eshell-ls-missing, eshell-ls-archive)
25615 (eshell-ls-backup, eshell-ls-product, eshell-ls-clutter):
25616 Remove "-face" suffix from face names.
25617 (eshell-ls-directory-face, eshell-ls-symlink-face)
25618 (eshell-ls-executable-face, eshell-ls-readonly-face)
25619 (eshell-ls-unreadable-face, eshell-ls-special-face)
25620 (eshell-ls-missing-face, eshell-ls-archive-face)
25621 (eshell-ls-backup-face, eshell-ls-product-face)
25622 (eshell-ls-clutter-face):
25623 New backward-compatibility aliases for renamed faces.
25624 (eshell-ls-decorated-name): Use renamed eshell-ls faces.
25625
25626 * progmodes/cc-fonts.el (c-nonbreakable-space-face):
25627 Remove "-face" suffix from face name.
25628 (c-cpp-matchers): Use the variable `c-nonbreakable-space-face'
25629 instead of literal face.
25630
25631 2005-06-17 Juanma Barranquero <lekktu@gmail.com>
25632
25633 * emacs-lisp/warnings.el (display-warning, lwarn)
25634 (warning-minimum-log-level): Doc fixes.
25635 (warning-minimum-level, warning-minimum-log-level):
25636 Add :debug to :type choices.
25637
25638 * progmodes/ada-mode.el (ada-format-paramlist)
25639 (ada-get-indent-case, ada-check-matching-start)
25640 (ada-check-defun-name, ada-goto-matching-decl-start)
25641 (ada-goto-matching-start, ada-goto-matching-end, ada-tab)
25642 (ada-untab, ada-move-to-start, ada-fill-comment-paragraph)
25643 (ada-make-subprogram-body): Follow error conventions.
25644 (ada-case-exception-file, ada-indent-comment-as-code)
25645 (ada-indent-handle-comment-special, ada-indent-renames)
25646 (ada-indent-return, ada-search-directories-internal)
25647 (ada-tab-policy, ada-case-exception-substring)
25648 (ada-other-file-alist, ada-matching-start-re)
25649 (ada-matching-decl-start-re, ada-contextual-menu-last-point)
25650 (ada-imenu-generic-expression, ada-compile-goto-error)
25651 (ada-in-comment-p, ada-in-string-p, ada-in-string-or-comment-p)
25652 (ada-popup-menu, ada-add-extensions, ada-mode)
25653 (ada-region-selected, ada-create-case-exception)
25654 (ada-create-case-exception-substring, ada-after-keyword-p)
25655 (ada-activate-keys-for-case, ada-adjust-case-region)
25656 (ada-adjust-case-buffer, ada-format-paramlist)
25657 (ada-scan-paramlist, ada-insert-paramlist)
25658 (ada-indent-newline-indent)
25659 (ada-indent-newline-indent-conditional)
25660 (ada-justified-indent-current, ada-goto-previous-word)
25661 (ada-indent-current, ada-get-indent-open-paren)
25662 (ada-get-indent-paramlist, ada-get-indent-end)
25663 (ada-get-indent-case, ada-get-indent-when, ada-get-indent-if)
25664 (ada-get-indent-block-start, ada-get-indent-subprog)
25665 (ada-get-indent-noindent, ada-get-indent-label)
25666 (ada-get-indent-loop, ada-get-indent-type, ada-goto-stmt-start)
25667 (ada-search-prev-end-stmt, ada-goto-next-non-ws)
25668 (ada-goto-stmt-end, ada-goto-next-word)
25669 (ada-check-matching-start, ada-check-defun-name)
25670 (ada-goto-matching-decl-start, ada-goto-matching-start)
25671 (ada-goto-matching-end, ada-search-ignore-string-comment)
25672 (ada-in-decl-p, ada-looking-at-semi-or)
25673 (ada-looking-at-semi-private, ada-in-paramlist-p)
25674 (ada-in-open-paren-p, ada-tab, ada-indent-current-function)
25675 (ada-untab-hard, ada-move-to-start, ada-move-to-end)
25676 (ada-next-procedure, ada-previous-procedure, ada-next-package)
25677 (ada-previous-package, ada-create-menu)
25678 (ada-fill-comment-paragraph-justify)
25679 (ada-fill-comment-paragraph-postfix, ada-fill-comment-paragraph)
25680 (ada-other-file-name, ada-last-which-function-line)
25681 (ada-last-which-function-subprog, ada-which-function)
25682 (ada-get-body-name, ada-outline-level, ada-narrow-to-defun)
25683 (ada-gen-treat-proc, ada-check-emacs-version)
25684 (ada-continuation-indent, ada-align-region-separate):
25685 Fix typos in docstrings.
25686 (ada-adjust-case, ada-adjust-case-interactive): Doc fixes.
25687
25688 2005-06-16 Lute Kamstra <lute@gnu.org>
25689
25690 * simple.el (fundamental-mode): Run after-change-major-mode-hook
25691 conditionally.
25692
25693 2005-06-16 Juanma Barranquero <lekktu@gmail.com>
25694
25695 * comint.el (comint-replace-by-expanded-filename)
25696 (comint-prompt-regexp, comint-delimiter-argument-list)
25697 (comint-preinput-scroll-to-bottom):
25698 * info.el (Info-hide-cookies-node):
25699 * ls-lisp.el (ls-lisp-classify):
25700 * find-file.el (ff-search-directories, ff-special-constructs)
25701 (ff-find-other-file):
25702 * font-lock.el (font-lock-keywords):
25703 * shell.el (shell-prompt-pattern)
25704 (shell-dynamic-complete-functions, shell-mode)
25705 (shell-delimiter-argument-list):
25706 * term.el (term-replace-by-expanded-filename)
25707 (term-prompt-regexp, term-delimiter-argument-list):
25708 * woman.el (woman-ignore, woman0-if):
25709 * emacs-lisp/derived.el (derived-mode-init-mode-variables):
25710 * emacs-lisp/elint.el (elint-init-env):
25711 * emacs-lisp/regexp-opt.el (regexp-opt-depth):
25712 * eshell/esh-mode.el (eshell-preinput-scroll-to-bottom):
25713 * language/ethio-util.el (ethio-tilde-escape)
25714 (ethio-use-three-dot-question):
25715 * net/zone-mode.el (zone-mode-load-time-setup):
25716 * progmodes/cc-align.el (c-lineup-argcont):
25717 * progmodes/cc-awk.el (c-awk-beginning-of-defun):
25718 * progmodes/cperl-mode.el (cperl-set-style-back):
25719 * progmodes/inf-lisp.el (inferior-lisp-prompt):
25720 * progmodes/vhdl-mode.el (vhdl-beginning-of-libunit):
25721 Fix spellings in docstrings.
25722
25723 * textmodes/sgml-mode.el (sgml-calculate-indent, html-tag-help):
25724 * progmodes/modula2.el (m2-for): Fix spellings.
25725
25726 * menu-bar.el (menu-bar-games-menu): Fix typo in menu help string.
25727
25728 * simple.el (undo-more): Don't use `format' on `error' arguments.
25729 Improve argument/docstring consistency.
25730 (pending-undo-list): Doc fix.
25731
25732 * smerge-mode.el (smerge-ensure-match):
25733 * emulation/vip.el (vip-ex):
25734 * net/zone-mode.el (zone-mode-update-serial):
25735 * progmodes/idlwave.el (idlwave-complete):
25736 * progmodes/vhdl-mode.el (vhdl-visit-file)
25737 (vhdl-compose-wire-components):
25738 Don't use `format' on `error' arguments.
25739
25740 * tooltip.el (tooltip-start-delayed-tip, tooltip-timeout)
25741 (tooltip-use-echo-area, tooltip-process-prompt-regexp)
25742 (tooltip-help-tips): Fix typos in docstrings.
25743
25744 2005-06-16 David Ponce <david@dponce.com>
25745
25746 * tree-widget.el (tree-widget-value-create): Simplify last change.
25747
25748 2005-06-15 Matt Hodges <MPHodges@member.fsf.org>
25749
25750 * ido.el (ido-incomplete-regexp): New variable.
25751 (ido-set-matches-1): Handle invalid-regexp error and set
25752 ido-incomplete-regexp.
25753 (ido-incomplete-regexp): New face.
25754 (ido-completions): Use it.
25755 (ido-complete, ido-exit-minibuffer, ido-completions):
25756 Handle incomplete regexps.
25757 (ido-completions): Add check for complete match when entering a regexp.
25758
25759 2005-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
25760
25761 * subr.el (add-to-ordered-list): Use a weak hash-table to avoid leaks.
25762
25763 2005-06-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
25764
25765 * textmodes/bibtex.el (bibtex-Preamble): Enclose BibTeX preamble
25766 by field delimiters.
25767
25768 2005-06-15 David Ponce <david@dponce.com>
25769
25770 * tree-widget.el: eval-and-compile inlined functions so they will
25771 be available at run-time too.
25772 (tree-widget-super-format-handler)
25773 (tree-widget-format-handler): Remove.
25774 (tree-widget-value-create): Handle the :indent property.
25775
25776 2005-06-15 Miles Bader <miles@gnu.org>
25777
25778 * progmodes/which-func.el (which-func): Only inherit
25779 `font-lock-function-name-face' when that makes sense against the
25780 default mode-line face, otherwise set the face color explicitly.
25781
25782 * progmodes/cperl-mode.el (cperl-init-faces): Use literal cperl
25783 faces instead of (non-existent) variables.
25784
25785 2005-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
25786
25787 * iswitchb.el (iswitchb-to-end): Replace mapcar with dolist.
25788 (iswitchb-get-matched-buffers): Likewise. Simplify.
25789
25790 2005-06-14 Miles Bader <miles@gnu.org>
25791
25792 * progmodes/ld-script.el (ld-script-location-counter):
25793 Remove "-face" suffix from face name.
25794 (ld-script-location-counter-face):
25795 New backward-compatibility alias for renamed face.
25796 (ld-script-location-counter-face): Use renamed face.
25797
25798 * progmodes/cperl-mode.el (cperl-nonoverridable, cperl-array)
25799 (cperl-hash): Remove "-face" suffix from face names.
25800 (cperl-nonoverridable-face, cperl-array-face, cperl-hash-face):
25801 New backward-compatibility aliases for renamed faces.
25802 (cperl-find-pods-heres, cperl-init-faces, cperl-ps-print-init)
25803 (cperl-ps-print-face-properties): Use renamed cperl-mode faces.
25804
25805 * progmodes/which-func.el (which-func): Remove "-face" suffix from face
25806 name.
25807 (which-func-face): New backward-compatibility alias for renamed face.
25808 (which-func-format): Use renamed which-func face.
25809
25810 * progmodes/vhdl-mode.el (vhdl-prompt, vhdl-attribute, vhdl-enumvalue)
25811 (vhdl-function, vhdl-directive, vhdl-reserved-word)
25812 (vhdl-translate-off): Remove "-face" suffix and "font-lock-" from face
25813 names.
25814 (vhdl-speedbar-entity, vhdl-speedbar-architecture)
25815 (vhdl-speedbar-configuration, vhdl-speedbar-package)
25816 (vhdl-speedbar-library, vhdl-speedbar-instantiation)
25817 (vhdl-speedbar-subprogram, vhdl-speedbar-entity-selected)
25818 (vhdl-speedbar-architecture-selected)
25819 (vhdl-speedbar-configuration-selected)
25820 (vhdl-speedbar-package-selected)
25821 (vhdl-speedbar-instantiation-selected): Remove "-face" suffix from face
25822 names.
25823 (vhdl-font-lock-keywords-2, vhdl-font-lock-keywords-5):
25824 Use renamed faces.
25825 (vhdl-prompt-face, vhdl-attribute-face, vhdl-enumvalue-face)
25826 (vhdl-function-face, vhdl-directive-face, vhdl-reserved-words-face)
25827 (vhdl-translate-off-face): Variables renamed to remove "font-lock-".
25828 Use renamed faces.
25829 (syntax-alist): Don't use "font-lock-" or "-face" in generated face
25830 names.
25831 (vhdl-font-lock-init, vhdl-ps-print-settings): Use renamed faces.
25832 (vhdl-speedbar-insert-hierarchy, vhdl-speedbar-expand-entity)
25833 (vhdl-speedbar-expand-package, vhdl-speedbar-update-current-unit)
25834 (vhdl-speedbar-make-inst-line, vhdl-speedbar-make-pack-line)
25835 (vhdl-speedbar-make-subpack-line, vhdl-speedbar-make-subprogram-line)
25836 (vhdl-speedbar-item-info, vhdl-speedbar-check-unit): Use renamed faces.
25837
25838 * progmodes/sh-script.el (sh-heredoc): Remove "-face" suffix from
25839 face name.
25840 (sh-heredoc-face): New backward-compatibility alias for renamed face.
25841 (sh-heredoc-face): Use renamed sh-heredoc face.
25842
25843 * progmodes/idlw-help.el (idlwave-help-link):
25844 Remove "-face" suffix from face name.
25845 (idlwave-help-link-face):
25846 New backward-compatibility alias for renamed face.
25847 (idlwave-highlight-linked-completions): Use renamed idlwave-help faces.
25848
25849 * progmodes/idlw-shell.el (idlwave-shell-bp-face)
25850 (idlwave-shell-disabled-bp): Remove "-face" suffix from face names.
25851 (idlwave-shell-bp-face, idlwave-shell-disabled-bp):
25852 New backward-compatibility aliases for renamed faces.
25853 (idlwave-shell-disabled-breakpoint-face)
25854 (idlwave-shell-breakpoint-face): Use renamed idlwave-shell faces.
25855
25856 * progmodes/flymake.el (flymake-errline, flymake-warnline):
25857 Remove "-face" suffix from face names.
25858 (flymake-errline-face, flymake-warnline-face):
25859 New backward-compatibility aliases for renamed faces.
25860 (flymake-highlight-line): Use renamed flymake faces.
25861
25862 * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
25863 (ebrowse-file-name, ebrowse-default, ebrowse-member-attribute)
25864 (ebrowse-member-class, ebrowse-progress):
25865 Remove "-face" suffix from face names.
25866 (ebrowse-tree-mark-face, ebrowse-root-class-face)
25867 (ebrowse-file-name-face, ebrowse-default-face)
25868 (ebrowse-member-attribute-face, ebrowse-member-class-face)
25869 (ebrowse-progress-face):
25870 New backward-compatibility aliases for renamed faces.
25871 (ebrowse-show-progress, ebrowse-show-file-name-at-point)
25872 (ebrowse-set-mark-props, ebrowse-draw-tree-fn)
25873 (ebrowse-draw-member-buffer-class-line, ebrowse-draw-member-long-fn)
25874 (ebrowse-draw-member-short-fn): Use renamed ebrowse faces.
25875
25876 * progmodes/antlr-mode.el (antlr-default, antlr-keyword,
25877 antlr-syntax)
25878 (antlr-ruledef, antlr-tokendef, antlr-ruleref, antlr-tokenref)
25879 (antlr-literal): Remove "-face" suffix and "font-lock-" from face
25880 names.
25881 (antlr-font-lock-default-face, antlr-font-lock-keyword-face)
25882 (antlr-font-lock-syntax-face, antlr-font-lock-ruledef-face)
25883 (antlr-font-lock-tokendef-face, antlr-font-lock-ruleref-face)
25884 (antlr-font-lock-tokenref-face, antlr-font-lock-literal-face): New
25885 backward-compatibility aliases for renamed faces.
25886 (antlr-default-face, antlr-keyword-face, antlr-syntax-face)
25887 (antlr-ruledef-face, antlr-tokendef-face, antlr-ruleref-face)
25888 (antlr-tokenref-face, antlr-literal-face): Variables renamed to
25889 remove "font-lock-". Use renamed antlr-mode faces.
25890 (antlr-font-lock-additional-keywords): Use renamed faces. Replace
25891 literal face-names with face variable references.
25892
25893 * buff-menu.el (Buffer-menu-buffer): Remove "-face" suffix from
25894 face name.
25895 (Buffer-menu-buffer-face): New backward-compatibility alias for
25896 renamed face.
25897 (list-buffers-noselect): Use renamed Buffer-menu-buffer face.
25898
25899 2005-06-15 Daniel Pfeiffer <occitan@esperanto.org>
25900
25901 * progmodes/make-mode.el (makefile-space, makefile-makepp-perl):
25902 Eliminate "-face" suffix.
25903 (makefile-targets): Inherit from font-lock-function-name-face and
25904 eliminate "-face" suffix.
25905 (makefile-shell): Remove attributes and eliminate "-face" suffix.
25906 (makefile-*-font-lock-keywords): Append makefile-targets in rule
25907 actions, instead of prepending, to make it less visible.
25908 (makefile-previous-dependency, makefile-match-dependency):
25909 Don't match a target on a continuation line.
25910
25911 * files.el (auto-mode-alist): Put Makefile in gmake mode.
25912
25913 2005-06-15 Nick Roberts <nickrob@snap.net.nz>
25914
25915 * progmodes/gdb-ui.el (menu): Re-order menu items.
25916 (gdb-tooltip-print): Respect tooltip-use-echo-area.
25917
25918 * progmodes/gud.el (tooltip-use-echo-area): Remove alias.
25919 Define in tooltip.el.
25920 (gud-tooltip-process-output): Respect tooltip-use-echo-area.
25921 (gud-tooltip-tips): Respect tooltip-use-echo-area and
25922 gud-tooltip-echo-area.
25923
25924 * tooltip.el (tooltip-use-echo-area): Restore from gud.el for
25925 backward compatibility and make obsolete.
25926 (tooltip-help-tips): Use tooltip-use-echo-area.
25927 (tooltip-show-help-function): Rename to...
25928 (tooltip-show-help): ...this, because it is a function.
25929 (tooltip-mode, tooltip-help-message): Call tooltip-show-help.
25930
25931 2005-06-14 Luc Teirlinck <teirllm@auburn.edu>
25932
25933 * emacs-lisp/edebug.el (edebug-all-defs, edebug-initial-mode)
25934 (edebug-print-length, edebug-print-level, edebug-print-circle)
25935 (edebug-modify-breakpoint, edebug-eval-last-sexp)
25936 (edebug-eval-print-last-sexp): Doc fixes.
25937
25938 2005-06-14 Kim F. Storm <storm@cua.dk>
25939
25940 * ido.el (ido-mode): Make a new keymap every time we enable ido,
25941 as the coverage buffer/file/both may change.
25942
25943 2005-06-14 Lute Kamstra <lute@gnu.org>
25944
25945 * net/ange-ftp.el (internal-ange-ftp-mode): Use delay-mode-hooks
25946 and run-mode-hooks. Simplify.
25947
25948 * mail/rmailedit.el (rmail-edit-mode):
25949 * progmodes/octave-inf.el (inferior-octave-mode):
25950 * progmodes/sql.el (sql-interactive-mode): Use delay-mode-hooks.
25951
25952 * recentf.el (recentf-dialog-mode): Use kill-all-local-variables
25953 and run-mode-hooks.
25954 (recentf-edit-list, recentf-open-files): Don't call
25955 kill-all-local-variables directly.
25956
25957 * emacs-lisp/debug.el (debug-on-entry): Fix docstring.
25958
25959 2005-06-14 Juanma Barranquero <lekktu@gmail.com>
25960
25961 * emacs-lisp/byte-run.el (make-obsolete)
25962 (define-obsolete-function-alias): Rename arguments FUNCTION and
25963 NEW to OBSOLETE-NAME and CURRENT-NAME respectively.
25964 (make-obsolete-variable, define-obsolete-variable-alias):
25965 Rename arguments VARIABLE and NEW to OBSOLETE-NAME and CURRENT-NAME
25966 respectively.
25967
25968 * isearchb.el (isearchb-activate):
25969 * pcvs.el (cvs-mode):
25970 * ses.el (ses-load):
25971 * vc-arch.el (vc-arch-checkin, vc-arch-diff):
25972 * net/tramp.el (tramp-find-file-exists-command)
25973 (tramp-find-shell):
25974 * progmodes/ada-mode.el (ada-create-case-exception)
25975 (ada-create-case-exception-substring, ada-make-subprogram-body):
25976 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
25977 * progmodes/idlwave.el (idlwave-complete-class-structure-tag-help):
25978 * progmodes/vhdl-mode.el (vhdl-speedbar-place-component):
25979 * textmodes/org.el (org-promote, org-evaluate-time-range)
25980 (org-agenda-next-date-line, org-agenda-previous-date-line)
25981 (org-agenda-error, org-open-at-point, org-table-move-row)
25982 (org-format-table-table-html-using-table-generate-source)
25983 (org-shiftcursor-error, org-ctrl-c-ctrl-c):
25984 * textmodes/reftex.el (reftex-access-scan-info):
25985 * textmodes/reftex-toc.el (reftex-toc-dframe-p)
25986 (reftex-toc-promote-prepare): Follow error conventions.
25987
25988 * diff-mode.el (diff-mode): Fix typo in docstring.
25989
25990 * forms.el (forms--intuit-from-file): Fix reference to
25991 `forms-number-of-fields' in error message.
25992 (forms-print): Fix quoting in error message.
25993
25994 * forms.el (forms-mode):
25995 * emulation/vi.el (vi-goto-insert-state):
25996 * progmodes/flymake.el (flymake-new-err-info)
25997 (flymake-start-syntax-check-for-current-buffer)
25998 (flymake-simple-cleanup):
25999 * eshell/esh-var.el (eshell/export):
26000 * progmodes/gud.el (xdb):
26001 * textmodes/flyspell.el (flyspell-incorrect-hook)
26002 (flyspell-maybe-correct-transposition)
26003 (flyspell-maybe-correct-doubling): Fix quoting in docstring.
26004
26005 2005-06-13 Luc Teirlinck <teirllm@auburn.edu>
26006
26007 * emacs-lisp/debug.el (cancel-debug-on-entry): Mention default in
26008 minibuffer prompt.
26009
26010 2005-06-13 Kim F. Storm <storm@cua.dk>
26011
26012 * subr.el (add-to-ordered-list): New defun.
26013
26014 * emulation/cua-base.el (cua-mode): Use add-to-ordered-list to
26015 add cua--keymap-alist to emulation-mode-map-alists.
26016
26017 2005-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
26018
26019 * subr.el (complete-in-turn): New macro.
26020 (dynamic-completion-table, lazy-completion-table): Add debug info.
26021
26022 * faces.el (read-face-name): Use complete-in-turn complete non-aliases
26023 in preference to face aliases.
26024
26025 * textmodes/fill.el (fill-match-adaptive-prefix): New function.
26026 (fill-context-prefix): Use it to avoid guessing absurdly long prefixes.
26027 Remove unused vars `start' and `firstline'.
26028 (fill-nobreak-p): Fix line-move-invisible -> line-move-invisible-p.
26029 (justify-current-line, fill-individual-paragraphs): Remove unused vars.
26030
26031 2005-06-13 Eli Zaretskii <eliz@gnu.org>
26032
26033 * cus-start.el (all): Don't complain about missing GTK-related
26034 variables, unless either `gtk' is boundp or this isn't a
26035 `windows-nt' build.
26036
26037 2005-06-13 Lute Kamstra <lute@gnu.org>
26038
26039 * abbrev.el (edit-abbrevs-mode): Use kill-all-local-variables and
26040 run-mode-hooks.
26041
26042 * ediff-mult.el (ediff-meta-mode):
26043 * ediff-util.el (ediff-mode): Use run-mode-hooks.
26044
26045 * ledit.el (ledit-mode): Use delay-mode-hooks.
26046
26047 * woman.el (woman-mode-line-format): Delete constant.
26048 (woman-mode-map): Initialize it properly.
26049 (woman-mode): Set mode-class property to special.
26050 Use delay-mode-hooks and run-mode-hooks. Use the right keymap.
26051 Set major-mode and mode-name. Don't set mode-line-format directly.
26052 (Man-getpage-in-background): Don't reference woman-mode-line-format.
26053
26054 * emacs-lisp/debug.el (cancel-debug-on-entry): Make the empty
26055 string argument obsolete.
26056
26057 2005-06-13 Carsten Dominik <dominik@science.uva.nl>
26058
26059 * textmodes/org.el (org-CUA-compatible): New option.
26060 (org-disputed-keys): New variable.
26061 (org-key): New function.
26062 (orgtbl-make-binding): Add docstring to the created function.
26063 (org-mode): Set paragraph start/separate regexps.
26064 (orgtbl-mode): Don't start `orgtbl-mode' in `org-mode' buffers.
26065 (org-archive-location, org-archive-mark-done)
26066 (org-archive-stamp-time): New options.
26067 (org-archive-subtree): New command.
26068 (org-fill-paragraph): New function.
26069 (org-mode): Set `fill-paragraph-function' to `org-fill-paragraph'.
26070 (org-fake-empty-table-line): Function removed.
26071 (org-format-org-table-html): Do not create empty table lines at
26072 separator lines. Improved table header treatment.
26073 (org-link-format): New option.
26074 (org-make-link): New function.
26075 (org-insert-link, org-store-link): Use org-make-link.
26076 (org-open-file): Quote file name for shell command, to allow
26077 spaces in file names.
26078 (org-link-regexp): Fix bug with mailto link.
26079 (org-link-maybe-angles-regexp, org-protected-link-regexp):
26080 New constants.
26081 (org-export-as-html): Deal with the optional angles around a link.
26082 Better treatment of file: links.
26083 (org-open-at-point): Replace @{ and @} with < and >.
26084 (org-run-mode-hooks): Function removed.
26085 (org-agenda-mode): No longer use `org-run-mode-hooks'.
26086
26087 2005-06-13 Nick Roberts <nickrob@snap.net.nz>
26088
26089 * progmodes/gdb-ui.el (gdb-registers-mode): Let gdbmi use
26090 MI command -data-list-register-values.
26091 (gdb-post-prompt): Indent properly.
26092
26093 2005-06-13 Juanma Barranquero <lekktu@gmail.com>
26094
26095 * hilit-chg.el (highlight-changes-colors): Rename from
26096 `highlight-changes-colours'.
26097 (highlight-changes-colours): Keep as obsolete alias.
26098 (highlight-changes-face-list): Doc fix.
26099 (hilit-chg-make-list): Use `highlight-changes-colors'.
26100
26101 2005-06-12 Mark A. Hershberger <mah@everybody.org>
26102
26103 * progmodes/cperl-mode.el (cperl-mode): Remove stray paren in
26104 defun-prompt-regexp.
26105
26106 2005-06-12 Eli Zaretskii <eliz@gnu.org>
26107
26108 * loadup.el: Don't say we are dumping under 2 names on windows-nt
26109 and cygwin.
26110
26111 * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
26112 Don't use an old loaddefs.el, as in Makefile.in.
26113
26114 2005-06-12 Lute Kamstra <lute@gnu.org>
26115
26116 * Makefile.in (bootstrap-prepare): Don't use an old loaddefs.el.
26117
26118 * man.el (Man-mode-map): Initialize it properly.
26119 (Man-mode): Set mode-class property to special.
26120
26121 * calendar/calendar.el (calendar-mode): Use run-mode-hooks.
26122
26123 2005-06-11 Luc Teirlinck <teirllm@auburn.edu>
26124
26125 * menu-bar.el (menu-bar-make-toggle): Remove stray backslash.
26126 A newline is needed in the docstring there.
26127
26128 * emacs-lisp/debug.el (debug-on-entry, cancel-debug-on-entry):
26129 Doc fixes.
26130
26131 2005-06-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
26132
26133 * printing.el: Doc fix. The menubar is no more changed when printing
26134 is loaded, it only changes when pr-menu-bind or pr-update-menus is
26135 called. Now, the menubar changing will work in Emacs 20, 21 and 22.
26136 (pr-version): New version number (6.8.4).
26137 (pr-menu-bind): New command.
26138 (pr-update-menus): Docstring and code fix.
26139 (pr-menu-print-item): Now is a global var in Emacs and XEmacs.
26140 Docstring fix.
26141 (pr-txt-printer-alist, pr-ps-printer-alist, pr-gv-command)
26142 (pr-gs-command, pr-gs-switches, pr-ps-utility-alist): Docstring fix.
26143
26144 2005-06-11 Thien-Thi Nguyen <ttn@gnu.org>
26145
26146 * emacs-lisp/ewoc.el: Doc fixes for public funcs:
26147 "Returns" to "return", document useful return values, etc.
26148
26149 2005-06-11 Alan Mackenzie <acm@muc.de>
26150
26151 * fill.el (fill-context-prefix): Try `adaptive-fill-function'
26152 BEFORE `adaptive-fill-regexp' when determining a fill prefix.
26153 (adaptive-file-function): Minor amendment to doc-string.
26154
26155 2005-06-11 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
26156
26157 * thumbs.el (thumbs-per-line, thumbs-thumbsdir-max-size)
26158 (thumbs-relief, thumbs-margin, thumbs-image-resizing-step):
26159 Fix :type--it is `integer', not `string'.
26160
26161 * faces.el (modeline-highlight): Rename from (the erroneous)
26162 `modeline-higilight'.
26163
26164 2005-06-11 Lute Kamstra <lute@gnu.org>
26165
26166 * emacs-lisp/edebug.el (edebug-eval-mode-map): Don't copy
26167 lisp-interaction-mode-map but make it the parent.
26168 (edebug-eval-mode): Use define-derived-mode.
26169
26170 2005-06-11 Andreas Schwab <schwab@suse.de>
26171
26172 * bindings.el: Add binding of `ESC functionkey' for every
26173 `M-functionkey'.
26174 * hexl.el (hexl-mode-map): Likewise.
26175
26176 2005-06-10 Michael Hotchin <michael@hotchin.net> (tiny change)
26177
26178 * progmodes/compile.el (compilation-error-regexp-alist-alist)
26179 [msft]: update regexp for newer msft compilers.
26180
26181 2005-06-10 Mark A. Hershberger <mah@everybody.org>
26182
26183 * xml.el (start-chars, xml-parse-dtd): Add the ability to skip
26184 ATTLIST portions of included DTDs.
26185 (xml-parse-dtd): Eliminate use of inefficient match-data.
26186
26187 2005-06-10 Miles Bader <miles@gnu.org>
26188
26189 * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
26190 (mpuz-text): Remove "-face" suffix from face names.
26191 (mpuz-unsolved-face, mpuz-solved-face, mpuz-trivial-face)
26192 (mpuz-text-face): New backward-compatibility aliases for renamed faces.
26193 (mpuz-create-buffer, mpuz-paint-digit): Use renamed mpuz faces.
26194
26195 * play/gomoku.el (gomoku-O, gomoku-X):
26196 Remove "-face" suffix from face names.
26197 (gomoku-font-lock-O-face, gomoku-font-lock-X-face):
26198 New backward-compatibility aliases for renamed faces.
26199 (gomoku-font-lock-keywords): Use renamed gomoku faces.
26200
26201 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
26202
26203 * thumbs.el: Fixes for changes of 2005-06-09.
26204 (thumbs-thumbsdir): Force `thumbs-thumbsdir' to be interpretable
26205 as a directory.
26206 (thumbs-thumbname): Remove directory separator from format string;
26207 `thumbs-thumbsdir' now returns a valid directory name.
26208 (thumbs-temp-dir): New defsubst.
26209 (thumbs-temp-file, thumbs-resize-image, thumbs-modify-image):
26210 Use it.
26211
26212 * cus-edit.el (minibuffer):
26213 * files.el (make-backup-file-name-function):
26214 * filesets.el (filesets-external-viewers):
26215 * hilit-chg.el (highlight-changes-colours)
26216 (highlight-changes-face-list, highlight-changes-rotate-faces):
26217 * ielm.el (ielm-dynamic-return, inferior-emacs-lisp-mode):
26218 * kmacro.el (kmacro-call-macro):
26219 * log-edit.el (log-edit-changelog-full-paragraphs):
26220 * mouse.el (mouse-1-click-follows-link):
26221 * skeleton.el (skeleton-autowrap):
26222 * subr.el (insert-for-yank-1):
26223 * tempo.el (tempo-insert-region):
26224 * terminal.el (terminal-emulator):
26225 * time.el (display-time-mail-face):
26226 * vc.el (vc-annotate):
26227 * vcursor.el (vcursor-copy-line):
26228 * woman.el (woman-bold-headings, woman-ignore)
26229 (woman-default-faces, woman-monochrome-faces):
26230 * calendar/todo-mode.el (todo-insert-threshold):
26231 * emulation/pc-select.el (pc-select-selection-keys-only)
26232 (pc-selection-mode):
26233 * emulation/vip.el (vip-find-char-forward):
26234 * emulation/viper-cmd.el (viper-find-char-forward):
26235 * international/mule-cmds.el
26236 (select-safe-coding-system-accept-default-p)
26237 (input-method-exit-on-invalid-key):
26238 * international/mule-diag.el (describe-coding-system):
26239 * international/ucs-tables.el (unify-8859-on-encoding-mode):
26240 * net/browse-url.el (browse-url-xterm-program):
26241 * obsolete/lazy-lock.el (lazy-lock-mode):
26242 * progmodes/cperl-mode.el (cperl-info-on-command-no-prompt)
26243 (cperl-mode):
26244 * progmodes/cpp.el (cpp-face-light-name-list)
26245 (cpp-face-dark-name-list):
26246 * progmodes/delphi.el (delphi-newline-always-indents):
26247 Fix spellings in docstrings.
26248
26249 * ido.el (ido-mode, ido-file-extensions-order)
26250 (ido-default-file-method, ido-default-buffer-method)
26251 (ido-max-prospects, ido-slow-ftp-hosts, ido-setup-hook)
26252 (ido-decorations, ido-read-file-name-as-directory-commands)
26253 (ido-read-file-name-non-ido, ido-work-directory-list)
26254 (ido-ignore-item-temp-list, ido-current-directory)
26255 (ido-magic-forward-char, ido-enter-find-file)
26256 (ido-enter-switch-buffer, ido-visit-buffer, ido-switch-buffer)
26257 (ido-find-file, ido-read-buffer): Fix typos in docstrings.
26258
26259 2005-06-10 Lute Kamstra <lute@gnu.org>
26260
26261 * play/dunnet.el (dun-mode): Use define-derived-mode.
26262 (dungeon-mode-map): Rename to dun-mode-map. Keep old name as an
26263 obsolete alias.
26264
26265 * play/doctor.el (doctor-mode-map): Remove defvar.
26266 (doctor-mode): Use define-derived-mode.
26267
26268 * mail/mspools.el (mspools-mode):
26269 * net/eudc-hotlist.el (eudc-hotlist-mode):
26270 * play/blackbox.el (blackbox-mode): Use run-mode-hooks.
26271
26272 2005-06-10 Miles Bader <miles@gnu.org>
26273
26274 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
26275 Remove "-face" suffix from face names.
26276 (flyspell-incorrect-face, flyspell-duplicate-face):
26277 New backward-compatibility aliases for renamed faces.
26278 (flyspell-mode-on, make-flyspell-overlay)
26279 (flyspell-highlight-incorrect-region)
26280 (flyspell-highlight-duplicate-region)
26281 (flyspell-display-next-corrections)
26282 (flyspell-auto-correct-previous-word): Use renamed flyspell faces.
26283
26284 * textmodes/texinfo.el (texinfo-heading): Remove "-face" suffix
26285 from face name.
26286 (texinfo-heading-face): New backward-compatibility alias for
26287 renamed face.
26288 (texinfo-heading-face): Use renamed texinfo-heading face.
26289
26290 * textmodes/tex-mode.el (tex-math, tex-verbatim): Remove "-face"
26291 suffix from face names.
26292 (tex-math-face, tex-verbatim-face):
26293 New backward-compatibility aliases for renamed faces.
26294 (tex-math-face, tex-verbatim-face): Use renamed tex-mode faces.
26295 (tex-insert-quote): Use `tex-verbatim-face' variable instead of
26296 literal face name.
26297
26298 * textmodes/table.el (table-cell): Remove "-face" suffix from face
26299 name.
26300 (table-cell-face): New backward-compatibility alias for renamed face.
26301 (table--put-cell-face-property, table--update-cell-face):
26302 Use renamed table-cell face.
26303
26304 * textmodes/sgml-mode.el (sgml-namespace): Remove "-face" suffix
26305 from face name.
26306 (sgml-namespace-face): New backward-compatibility alias for
26307 renamed face.
26308 (sgml-namespace-face): Use renamed sgml-namespace face.
26309
26310 * textmodes/org.el (org-level-1, org-level-2, org-level-3)
26311 (org-level-4, org-level-5, org-level-6, org-level-7)
26312 (org-level-8, org-warning, org-headline-done)
26313 (org-deadline-announce, org-scheduled-today)
26314 (org-scheduled-previously, org-link, org-done, org-table)
26315 (org-time-grid): Remove "-face" suffix from face names.
26316 (org-level-1-face, org-level-2-face, org-level-3-face)
26317 (org-level-4-face, org-level-5-face, org-level-6-face)
26318 (org-level-7-face, org-level-8-face, org-warning-face)
26319 (org-headline-done-face, org-deadline-announce-face)
26320 (org-scheduled-today-face, org-scheduled-previously-face)
26321 (org-link-face, org-done-face, org-table-face)
26322 (org-time-grid-face):
26323 New backward-compatibility aliases for renamed faces.
26324 (org-level-faces, org-set-font-lock-defaults, org-timeline)
26325 (org-agenda, org-agenda-get-todos, org-agenda-get-deadlines)
26326 (org-agenda-get-timestamps, org-agenda-get-scheduled)
26327 (org-agenda-add-time-grid-maybe, org-table-p): Use renamed org faces.
26328
26329 * emulation/viper-init.el (viper-search, viper-replace-overlay)
26330 (viper-minibuffer-emacs, viper-minibuffer-insert)
26331 (viper-minibuffer-vi): Remove "-face" suffix from face names.
26332 (viper-search-face, viper-replace-overlay-face)
26333 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
26334 (viper-minibuffer-vi-face):
26335 New backward-compatibility aliases for renamed faces.
26336 (viper-search-face, viper-replace-overlay-face)
26337 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
26338 (viper-minibuffer-vi-face): Use renamed viper faces.
26339
26340 * emacs-lisp/testcover.el (testcover-nohits, testcover-1value):
26341 Remove "-face" suffix from face names.
26342 (testcover-nohits-face, testcover-1value-face):
26343 New backward-compatibility aliases for renamed faces.
26344 (testcover-mark): Use renamed testcover faces.
26345
26346 * calendar/diary-lib.el (diary-button): Remove "-face" suffix from
26347 face name.
26348 (diary-button-face): New backward-compatibility alias for renamed face.
26349 (diary-entry): Use renamed diary-button face.
26350
26351 * calendar/calendar.el (diary, calendar-today, holiday)
26352 (mark-visible-calendar-date): Remove "-face" suffix from face names.
26353 (diary-face, calendar-today-face, holiday-face):
26354 New backward-compatibility aliases for renamed faces.
26355 (eval-after-load "facemenu", diary-entry-marker)
26356 (calendar-today-marker, calendar-holiday-marker, diary-face):
26357 Use renamed calendar faces.
26358
26359 * compare-w.el (compare-windows): Remove "-face" suffix from face name.
26360 (compare-windows-face): New backward-compatibility alias for
26361 renamed face.
26362 (compare-windows-highlight): Use renamed compare-windows face.
26363
26364 * strokes.el (strokes-char): Remove "-face" suffix from face name.
26365 (strokes-char-face): New backward-compatibility alias for renamed face.
26366 (strokes-encode-buffer): Use renamed strokes-char face.
26367
26368 * pcvs-info.el (cvs-header, cvs-filename, cvs-unknown)
26369 (cvs-handled, cvs-need-action, cvs-marked, cvs-msg):
26370 Remove "-face" suffix from face names.
26371 (cvs-header-face, cvs-filename-face, cvs-unknown-face)
26372 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
26373 (cvs-msg-face): New backward-compatibility aliases for renamed faces.
26374 (cvs-fi-up-to-date-face, cvs-fi-unknown-face, cvs-fileinfo-pp):
26375 Use renamed pcvs faces.
26376 * pcvs.el (cvs-mode-find-file): Use renamed pcvs faces.
26377 * pcvs-defs.el (cvs-mode-map): Likewise.
26378 * cvs-status.el (cvs-status-font-lock-keywords): Likewise.
26379
26380 * info.el (info-title-1, info-title-2, info-title-3)
26381 (info-title-4): Remove "-face" suffix from and downcase face names.
26382 (Info-title-1-face, Info-title-2-face, Info-title-3-face)
26383 (Info-title-4-face):
26384 New backward-compatibility aliases for renamed faces.
26385 (Info-fontify-node): Use renamed info faces.
26386
26387 * hilit-chg.el (highlight-changes, highlight-changes-delete):
26388 Remove "-face" suffix from face names.
26389 (highlight-changes-face, highlight-changes-delete-face):
26390 New backward-compatibility aliases for renamed faces.
26391 (hilit-chg-cust-fix-changes-face-list, hilit-chg-make-ov)
26392 (hilit-chg-make-list): Use renamed highlight-changes faces.
26393
26394 * generic-x.el (show-tabs-tab, show-tabs-space):
26395 Remove "-face" suffix from face names.
26396 (show-tabs-tab-face, show-tabs-space-face):
26397 New backward-compatibility aliases for renamed faces.
26398 (show-tabs-generic-mode-font-lock-defaults-1)
26399 (show-tabs-generic-mode-font-lock-defaults-2):
26400 Use renamed show-tabs faces.
26401
26402 * smerge-mode.el (smerge-mine, smerge-other, smerge-base)
26403 (smerge-markers): Remove "-face" suffix from face names.
26404 (smerge-mine-face, smerge-other-face, smerge-base-face)
26405 (smerge-markers-face):
26406 New backward-compatibility aliases for renamed faces.
26407 (smerge-mine-face, smerge-other-face, smerge-base-face)
26408 (smerge-markers-face): Use renamed smerge faces.
26409
26410 * log-view.el (log-view-file, log-view-message): Remove "-face"
26411 suffix from face names.
26412 (log-view-file-face, log-view-message-face):
26413 New backward-compatibility aliases for renamed faces.
26414 (log-view-file-face, log-view-message-face): Use renamed log-view
26415 faces.
26416
26417 * paren.el (show-paren-match, show-paren-mismatch):
26418 Remove "-face" suffix from face names.
26419 (show-paren-match-face, show-paren-mismatch-face):
26420 New backward-compatibility aliases for renamed faces.
26421 (show-paren-function): Use renamed show-paren faces.
26422
26423 * ruler-mode.el (ruler-mode-default, ruler-mode-pad)
26424 (ruler-mode-margins, ruler-mode-fringes)
26425 (ruler-mode-column-number, ruler-mode-fill-column)
26426 (ruler-mode-comment-column, ruler-mode-goal-column)
26427 (ruler-mode-tab-stop, ruler-mode-current-column): Remove "-face"
26428 suffix from face names.
26429 (ruler-mode-default-face, ruler-mode-pad-face)
26430 (ruler-mode-margins-face, ruler-mode-fringes-face)
26431 (ruler-mode-column-number-face, ruler-mode-fill-column-face)
26432 (ruler-mode-comment-column-face, ruler-mode-goal-column-face)
26433 (ruler-mode-tab-stop-face, ruler-mode-current-column-face):
26434 New backward-compatibility aliases for renamed faces.
26435 (ruler-mode-pad, ruler-mode-margins, ruler-mode-fringes)
26436 (ruler-mode-column-number, ruler-mode-fill-column)
26437 (ruler-mode-comment-column, ruler-mode-goal-column)
26438 (ruler-mode-tab-stop, ruler-mode-current-column)
26439 (ruler-mode-mouse-grab-any-column, ruler-mode-ruler): Use renamed
26440 faces.
26441
26442 * whitespace.el (whitespace-highlight): Remove "-face" suffix from
26443 face name.
26444 (whitespace-highlight-the-space): Use renamed face.
26445 (whitespace-highlight-face): New backward-compatibility alias for
26446 renamed face.
26447
26448 * woman.el (woman-italic, woman-bold, woman-unknown)
26449 (woman-addition, woman-symbol-face):
26450 Remove "-face" suffix from face names.
26451 (woman-italic-face, woman-bold-face, woman-unknown-face)
26452 (woman-addition-face):
26453 New backward-compatibility aliases for renamed faces.
26454 (woman-default-faces, woman-monochrome-faces, woman-man-buffer)
26455 (woman-decode-region, woman-replace-match)
26456 (woman-display-extended-fonts, woman-special-characters)
26457 (woman-font-alist, woman-change-fonts, woman2-TH, woman2-SH):
26458 Use renamed woman faces.
26459
26460 * longlines.el (longlines-visible-face): Face removed.
26461
26462 * diff-mode.el (diff-header, diff-file-header, diff-index)
26463 (diff-hunk-header, diff-removed, diff-added, diff-changed)
26464 (diff-function, diff-context, diff-nonexistent): Remove "-face"
26465 suffix from face names.
26466 (diff-header-face, diff-file-header-face, diff-index-face)
26467 (diff-hunk-header-face, diff-removed-face, diff-added-face)
26468 (diff-changed-face, diff-function-face, diff-context-face)
26469 (diff-nonexistent-face): New backward-compatibility aliases for
26470 renamed faces.
26471 (diff-header-face, diff-file-header-face)
26472 (diff-index, diff-index-face, diff-hunk-header)
26473 (diff-hunk-header-face, diff-removed, diff-removed-face)
26474 (diff-added, diff-added-face, diff-changed-face, diff-function)
26475 (diff-function-face, diff-context-face, diff-nonexistent)
26476 (diff-nonexistent-face): Use renamed diff-mode faces.
26477
26478 * progmodes/compile.el (compilation-warning-face)
26479 (compilation-info-face): Remove "-face" suffix from face names.
26480 (compilation-warning-face, compilation-info-face):
26481 New backward-compatibility aliases for renamed faces.
26482 (compilation-warning-face, compilation-info-face):
26483 Use renamed compilation faces.
26484
26485 * add-log.el (change-log-date, change-log-name)
26486 (change-log-email, change-log-file, change-log-list)
26487 (change-log-conditionals, change-log-function)
26488 (change-log-acknowledgement): Remove "-face" suffix from face names.
26489 (change-log-date-face, change-log-name-face)
26490 (change-log-email-face, change-log-file-face)
26491 (change-log-list-face, change-log-conditionals-face)
26492 (change-log-function-face, change-log-acknowledgement-face):
26493 New backward-compatibility aliases for renamed faces.
26494 (change-log-font-lock-keywords): Use renamed change-log faces.
26495
26496 * cus-edit.el (custom-invalid, custom-rogue, custom-modified)
26497 (custom-set, custom-changed, custom-saved, custom-button)
26498 (custom-button-pressed, custom-documentation, custom-state)
26499 (custom-comment, custom-comment-tag, custom-variable-tag)
26500 (custom-variable-button, custom-face-tag, custom-group-tag-1)
26501 (custom-group-tag): Remove "-face" suffix from face names.
26502 (custom-magic-alist, custom-magic-value-create)
26503 (custom-group-sample-face-get, custom-mode): Use renamed custom faces.
26504 (custom-invalid-face, custom-rogue-face, custom-modified-face)
26505 (custom-set-face, custom-changed-face, custom-saved-face)
26506 (custom-button-face, custom-button-pressed-face)
26507 (custom-documentation-face, custom-state-face)
26508 (custom-comment-face, custom-comment-tag-face)
26509 (custom-variable-tag-face, custom-variable-button-face)
26510 (custom-face-tag-face, custom-group-tag-face-1)
26511 (custom-group-tag-face):
26512 New backward-compatibility aliases for renamed faces.
26513
26514 * wid-edit.el (widget-documentation, widget-button)
26515 (widget-field, widget-single-line-field, widget-inactive)
26516 (widget-button-pressed): "-face" suffix removed from face names.
26517 (widget-documentation-face, widget-button-face)
26518 (widget-field-face, widget-single-line-field-face)
26519 (widget-inactive-face, widget-button-pressed-face):
26520 New backward-compatibility aliases for renamed faces.
26521 (widget-documentation-face, widget-button-face)
26522 (widget-button-pressed-face, widget-specify-field)
26523 (widget-specify-inactive): Use renamed widget faces.
26524
26525 2005-06-10 Kenichi Handa <handa@m17n.org>
26526
26527 * term/x-win.el (x-clipboard-yank): Remove condition-case
26528 wrapping.
26529
26530 2005-06-11 Kenichi Handa <handa@m17n.org>
26531
26532 * add-log.el (change-log-font-lock-keywords): Make the regexp for
26533 date lines stricter.
26534
26535 2005-06-10 Zhang Wei <id.brep@gmail.com>
26536
26537 * term/x-win.el (x-clipboard-yank): Use x-selection-value instead
26538 of x-get-selection.
26539
26540 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
26541
26542 * comint.el (comint-mode, comint-snapshot-last-prompt):
26543 * frame.el (frame-current-scroll-bars):
26544 * term.el (term-mode, term-check-proc, term-input-sender)
26545 (term-simple-send, term-extract-string, term-word)
26546 (term-match-partial-filename):
26547 * window.el (window-current-scroll-bars):
26548 * emulation/cua-base.el (cua-normal-cursor-color)
26549 (cua-read-only-cursor-color, cua-overwrite-cursor-color)
26550 (cua-global-mark-cursor-color):
26551 * mail/undigest.el (rmail-forward-separator-regex):
26552 Fix typos in docstrings.
26553
26554 * comint.el (comint-check-proc, make-comint-in-buffer)
26555 (comint-source-default): Doc fixes.
26556
26557 * term.el (term-send-string): Improve argument/docstring consistency.
26558
26559 2005-06-09 Luc Teirlinck <teirllm@auburn.edu>
26560
26561 * comint.el (comint-send-input): Bind `inhibit-read-only' around
26562 call to `delete-region'.
26563 (comint-mode-hook): Do not enable Font Lock by default.
26564
26565 2005-06-09 Lute Kamstra <lute@gnu.org>
26566
26567 * textmodes/ispell.el (ispell-menu-map-needed): flyspell-mode
26568 could be void.
26569
26570 2005-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
26571
26572 * emacs-lisp/debug.el (debugger-will-be-back): New var.
26573 (debug): Use it.
26574 (debugger-step-through, debugger-continue, debugger-jump)
26575 (debugger-return-value): Set it when needed.
26576 (debugger-make-xrefs, debugger-frame, debugger-frame-clear):
26577 Use inhibit-read-only.
26578
26579 2005-06-09 Juanma Barranquero <lekktu@gmail.com>
26580
26581 * window.el (shrink-window-if-larger-than-buffer)
26582 (window-size-fixed): Fix typo in docstring.
26583
26584 * thumbs.el: Don't set `auto-image-file-mode'. Do not create the
26585 thumbnails directory on loading.
26586 (thumbs-conversion-program): Use `eq' to check the system type,
26587 not `equal'.
26588 (thumbs-temp-dir): Initialize to `temporary-file-directory',
26589 not "/tmp". Fix docstring.
26590 (thumbs-thumbsdir): New function to return the thumbnails
26591 directory, creating it if needed.
26592 (thumbs-cleanup-thumbsdir, thumbs-thumbname): Use it.
26593 (thumbs-temp-file): Delete variable and make it into a function.
26594 (thumbs-resize-image, thumbs-modify-image): Use it.
26595 (thumbs-kill-buffer): Simplify.
26596 (thumbs-gensym): Defalias or duplicate CL `gensym'.
26597 (thumbs-resize-image, thumbs-resize-interactive): Fix typos in
26598 docstrings.
26599
26600 2005-06-09 Kim F. Storm <storm@cua.dk>
26601
26602 * subr.el (save-match-data): Add RESEAT arg `evaporate' to
26603 set-match-data to free markers in match-data.
26604
26605 * replace.el (replace-match-data): Pass RESEAT arg `t' to
26606 match-data to unchain markers in match-data.
26607
26608 2005-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
26609
26610 * emacs-lisp/debug.el (debug): Don't iconify if we know we'll re-enter
26611 the debugger immediately anyway. Undo the 2005-06-06 change, rendered
26612 unnecessary now.
26613
26614 2005-06-08 Richard M. Stallman <rms@gnu.org>
26615
26616 * emacs-lisp/easy-mmode.el (define-minor-mode): If BODY is empty,
26617 give the variable a doc string that doesn't say don't set it directly.
26618
26619 * textmodes/ispell.el (ispell-check-version):
26620 Use match-string-no-properties.
26621 (ispell-region, ispell-buffer-local-parsing, ispell-buffer-local-dict)
26622 (ispell-buffer-local-words): Likewise.
26623
26624 * progmodes/make-mode.el (makefile-shell-face): Make this a no-op
26625 except on terminals with enough colors to really display it.
26626 (makefile-dependency-regex): Delete spurious `bb'.
26627
26628 * faces.el (escape-glyph): Use blue once again in last case.
26629 (no-break-space): Redefine so that it isn't invisible on a tty.
26630
26631 2005-06-08 Kim F. Storm <storm@cua.dk>
26632
26633 * ido.el (ido-read-file-name): Fallback to read-file-name on C-f
26634 also when reading directory name.
26635
26636 2005-06-08 Lute Kamstra <lute@gnu.org>
26637
26638 * textmodes/flyspell.el (flyspell-mode): Use define-minor-mode.
26639 (flyspell-mode-line-string): Remove autoload cookie.
26640 (flyspell-mode): Remove defvar.
26641
26642 2005-06-07 Lute Kamstra <lute@gnu.org>
26643
26644 * textmodes/org.el (org-run-mode-hooks): New function.
26645 (org-agenda-mode): Use it.
26646
26647 2005-06-07 David McCabe <davemccabe@gmail.com> (tiny change)
26648
26649 * emacs-lisp/lisp-mode.el (defstruct): Set `doc-string-elt' property.
26650
26651 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
26652
26653 * international/iso-cvt.el (iso-sgml2iso-trans-tab): Add NBSP.
26654
26655 2005-06-06 Luc Teirlinck <teirllm@auburn.edu>
26656
26657 * font-lock.el (font-lock-add-keywords): Doc fix.
26658
26659 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
26660
26661 * textmodes/tex-mode.el (tex-guess-mode): Add RequirePackage.
26662 (tex-compile-default): In the absence of any history, use the order in
26663 tex-compile-alist to choose the preferred command.
26664 (tex-compile-commands): Reorder a bit.
26665
26666 * textmodes/flyspell.el (flyspell-auto-correct-binding)
26667 (flyspell-incorrect-face, flyspell-duplicate-face):
26668 Use (X)Emacs-agnostic code.
26669 (flyspell-mode-map): Don't overwrite at each load. Remove code
26670 redundant with the subsequent add-minor-mode. Merge Emacs and
26671 XEmacs code.
26672 (flyspell-word): Minor simplification.
26673 (flyspell-math-tex-command-p): Quieten the byte-compiler.
26674 (flyspell-external-point-words): Remove unused vars `size' and `start'.
26675 (flyspell-do-correct): Rename from flyspell-xemacs-correct.
26676 Merge the corresponding Emacs code.
26677 (flyspell-correct-word, flyspell-xemacs-popup):
26678 Use flyspell-do-correct.
26679
26680 * emacs-lisp/debug.el (debug): Don't bury the buffer unless it's in
26681 a dedicated window.
26682
26683 * international/latexenc.el (latexenc-find-file-coding-system):
26684 Undo part of last patch, to turn off a compiler warning.
26685
26686 2005-06-06 Juri Linkov <juri@jurta.org>
26687
26688 * tmm.el (tmm-inactive, tmm-remove-inactive-mouse-face):
26689 Rename `tmm-inactive-face' to `tmm-inactive'.
26690
26691 2005-06-06 Matt Hodges <MPHodges@member.fsf.org>
26692
26693 * iswitchb.el: Rename faces.
26694
26695 2005-06-06 Kim F. Storm <storm@cua.dk>
26696
26697 * emulation/cua-base.el (cua-rectangle, cua-rectangle-noselect)
26698 (cua-global-mark): Remove -face suffix from face names.
26699
26700 * emulation/cua-gmrk.el (cua--init-global-mark):
26701 Remove cua-global-mark face setup.
26702
26703 2005-06-06 Richard M. Stallman <rms@gnu.org>
26704
26705 * progmodes/make-mode.el (makefile-dependency-regex): Handle whitespace
26706 just like other allowed characters.
26707 (makefile-match-dependency): Exclude leading and training whitespace
26708 from the range of regexp subexp 1.
26709 (makefile-macroassign-regex): Don't try to match the body,
26710 just the name of the macro being defined.
26711
26712 * info.el (Info-read-node-name-2): New function.
26713 (Info-read-node-name-1): Use that.
26714 Add a completion-base-size-function property.
26715
26716 * simple.el (completion-setup-function): Look for
26717 completion-base-size-function property of minibuffer-completion-table.
26718
26719 * files.el (locate-file-completion): Doc fix.
26720
26721 * printing.el: Don't call pr-update-menus; user must do that.
26722
26723 * emacs-lisp/debug.el (debugger-window): New variable.
26724 (debug): Use debugger-window if it is set and still alive.
26725 Record debugger-window for next entry.
26726
26727 * mail/supercite.el (sc-mail-glom-frame): Mark as risky.
26728
26729 2005-06-06 Matthias F\e,Av\e(Brste <slashdevslashnull@gmx.net>
26730
26731 * files.el (hack-local-variables-confirm): New arg FLAG-TO-CHECK.
26732 (hack-one-local-variable, hack-local-variables)
26733 (hack-local-variables-prop-line): Pass that arg.
26734
26735 2005-06-06 Kim F. Storm <storm@cua.dk>
26736
26737 * ido.el (ido-first-match, ido-only-match, ido-subdir)
26738 (ido-indicator): Remove -face suffix from face names.
26739
26740 2005-06-06 Juri Linkov <juri@jurta.org>
26741
26742 * font-lock.el (font-lock-regexp-backslash)
26743 (font-lock-regexp-backslash-construct): New faces.
26744 (lisp-font-lock-keywords-2): Use new faces. Match `?:' only
26745 after `('. Add `while-no-input' to control structures.
26746
26747 * faces.el (no-break-space, shadow): New faces.
26748 (escape-glyph): Use less loud colors pink2 and red4.
26749
26750 * diff-mode.el (diff-context-face)
26751 * dired.el (dired-ignored)
26752 * rfn-eshadow.el (file-name-shadow)
26753 * tmm.el (tmm-inactive-face): Inherit from `shadow' face.
26754
26755 * info.el (Info-title-1-face): Use green instead of yellow because
26756 bold yellow is not readable on light backgrounds.
26757
26758 * progmodes/compile.el (compilation-start): Move `erase-buffer' up
26759 before selecting the desired mode to not spend time fontifying
26760 old contents.
26761
26762 2005-06-06 Juanma Barranquero <lekktu@gmail.com>
26763
26764 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-image-resizing-step)
26765 (thumbs-thumbsdir-auto-clean): Fix typos in docstrings.
26766
26767 * ps-print.el (ps-default-fg, ps-default-bg):
26768 Fix typos in docstrings.
26769
26770 * isearchb.el (isearchb): Don't pass a spurious second argument to
26771 `iswitchb-completions'.
26772
26773 2005-06-05 Nick Roberts <nickrob@snap.net.nz>
26774
26775 * progmodes/gdb-ui.el (gdb-info-locals-handler): Use window point
26776 to preserve point.
26777 (gdb-find-file-hook): Add doc string.
26778
26779 * progmodes/gud.el (gdb, gud-menu-map): Add command to evaluate
26780 C dereferenced pointer expression.
26781 (gud-tool-bar-map): Put it on the tool bar. Re-order icons.
26782
26783 * toolbar/gud-pstar.xpm, toolbar/gud-pstar.pbm: New files.
26784
26785 * toolbar/gud-break.xpm, toolbar/gud-cont.xpm, toolbar/gud-down.xpm
26786 * toolbar/gud-finish.xpm, toolbar/gud-ni.xpm, toolbar/gud-n.xpm
26787 * toolbar/gud-print.xpm, toolbar/gud-remove.xpm, toolbar/gud-run.xpm
26788 * toolbar/gud-si.xpm, toolbar/gud-s.xpm, toolbar/gud-until.xpm
26789 * toolbar/gud-up.xpm, toolbar/gud-watch.xpm:
26790 Make background transparent.
26791
26792 2005-06-04 Luc Teirlinck <teirllm@auburn.edu>
26793
26794 * font-lock.el (font-lock-add-keywords): Doc fix. Comment change.
26795 (font-lock-remove-keywords): Doc fix.
26796 (font-lock-mode-major-mode): Compiler defvar.
26797 (font-lock-set-defaults): Use `font-lock-mode-major-mode'.
26798
26799 * font-core.el (font-lock-mode-major-mode): Compiler defvar.
26800 (font-lock-mode): Update `font-lock-mode-major-mode'.
26801 (font-lock-set-defaults): Compiler defvar.
26802 (font-lock-default-function): Take `font-lock-mode-major-mode'
26803 into account.
26804
26805 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Make it
26806 keep track of which major mode it enabled the minor mode for.
26807 Use find-file-hook again. Update docstring.
26808
26809 * simple.el (eval-expression-print-level)
26810 (eval-expression-print-length, eval-expression-debug-on-error):
26811 Doc fixes.
26812
26813 2005-06-04 Matt Hodges <MPHodges@member.fsf.org>
26814
26815 * iswitchb.el (iswitchb-single-match-face)
26816 (iswitchb-current-match-face, iswitchb-virtual-matches-face)
26817 (iswitchb-invalid-regexp-face): New faces.
26818 (iswitchb-completions): Use them.
26819 (iswitchb-use-faces): Rename from iswitchb-use-fonts, which is
26820 now marked as an obsolete alias.
26821 (iswitchb-read-buffer): Remove check for bound font variables.
26822 (iswitchb-invalid-regexp): New free variable.
26823 (iswitchb-get-matched-buffers): Catch invalid-regexp errors and
26824 set iswitchb-invalid-regexp.
26825 (iswitchb, iswitchb-complete, iswitchb-completions): Deal with
26826 invalid regexps.
26827 (iswitchb-completions): Add check for complete match when entering
26828 a regexp.
26829 (iswitchb-completions): Remove require-match argument.
26830 (iswitchb-exhibit): Fix caller.
26831 (iswitchb-common-match-inserted): New variable.
26832 (iswitchb-complete, iswitchb-completion-help): Use it.
26833
26834 2005-06-04 David Reitter <david.reitter@gmail.com> (tiny change)
26835
26836 * url-http.el (url-http-chunked-encoding-after-change-function):
26837 Use `url-http-debug' instead of `message'.
26838
26839 2005-06-04 Thierry Emery <thierry.emery@free.fr> (tiny change)
26840
26841 * url-http.el (url-http-parse-headers): Pass redirected URL as a
26842 callback argument.
26843
26844 2005-06-04 Kim F. Storm <storm@cua.dk>
26845
26846 * simple.el (line-move): Only call sit-for when moving backwards.
26847
26848 * ido.el (ido-make-merged-file-list-1): New defun split from
26849 ido-make-merged-file-list.
26850 (ido-make-merged-file-list): Bind throw-on-input around call to
26851 ido-make-merged-file-list-1. Return input-pending-p if
26852 interrupted by more input available.
26853 (ido-read-internal): Handle input-pending-p return value from
26854 ido-make-merged-file-list.
26855
26856 2005-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
26857
26858 * textmodes/flyspell.el (flyspell-check-word-p): Simplify silly
26859 compatibility code.
26860
26861 * international/latexenc.el (latexenc-find-file-coding-system):
26862 Don't inherit the EOL part of the coding-system from the
26863 tex-main buffer. Fit within 80 columns.
26864
26865 2005-06-03 Matt Hodges <MPHodges@member.fsf.org>
26866
26867 * tmm.el (tmm-inactive-face): New face.
26868 (tmm-remove-inactive-mouse-face): New function.
26869 (tmm-prompt, tmm-add-one-shortcut)
26870 (tmm-add-prompt, tmm-get-keymap): Make active menu items visible
26871 but not selectable.
26872
26873 2005-06-03 Juanma Barranquero <lekktu@gmail.com>
26874
26875 * faces.el (face-equal): Improve argument/docstring consistency.
26876
26877 2005-06-03 Daniel Pfeiffer <occitan@esperanto.org>
26878
26879 * progmodes/make-mode.el (makefile-targets-face)
26880 (makefile-shell-face, makefile-makepp-perl-face): Add :version.
26881 (makefile-bsdmake-dependency-regex)
26882 (makefile-makepp-rule-action-regex)
26883 (makefile-bsdmake-rule-action-regex): New constants.
26884 (makefile-makepp-mode, makefile-bsdmake-mode): Use them.
26885
26886 * progmodes/compile.el (compilation-error-regexp-alist-alist):
26887 Allow (...) within `...' for makepp messages.
26888
26889 2005-06-03 Michael Kifer <kifer@cs.stonybrook.edu>
26890
26891 * ediff-diff.el (ediff-same-contents): Eliminate CL-type functions.
26892
26893 * ediff-mult.el (ediff-intersect-directories): Make sure that ".." and
26894 "." files are deleted from all file lists before comparison.
26895
26896 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
26897 (viper-ESC-key): Made them customizable.
26898
26899 * viper.el (viper-non-hook-settings): Fix the names of defadvices.
26900
26901 2005-06-01 Luc Teirlinck <teirllm@auburn.edu>
26902
26903 * autorevert.el (auto-revert-buffers): Use save-match-data.
26904
26905 2005-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
26906
26907 * emacs-lisp/easymenu.el (easy-menu-return-item): Quick fix to find
26908 menu items with a nil command binding.
26909
26910 2005-06-01 Juanma Barranquero <lekktu@gmail.com>
26911
26912 * emacs-lisp/cl-macs.el (defsetf):
26913 Improve argument/docstring consistency.
26914
26915 * faces.el (list-faces-display): Improve the formatting by
26916 computing the maximum length required for any face-name (reworked
26917 patch of 1999-01-11, accidentally deleted on 1999-07-21).
26918 (internal-find-face): Remove redundant info in docstring.
26919
26920 2005-06-01 Nick Roberts <nickrob@snap.net.nz>
26921
26922 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-1)
26923 (gdb-info-breakpoints-custom, gdb-delete-breakpoint)
26924 (gdb-goto-breakpoint, gdb-source-info, gdb-get-location)
26925 (gdb-assembler-custom): Improve regexps.
26926 (def-gdb-auto-update-handler): Use window point to preserve point.
26927
26928 2005-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
26929
26930 * thumbs.el (thumbs-mode): Fix misuse of make-variable-buffer-local.
26931
26932 2005-05-31 Jay Belanger <belanger@truman.edu>
26933
26934 * calc/calc-embed.el (calc-embedded-word): Change argument passed
26935 to calc-embedded.
26936 (calc-embedded-make-info): Have plain prefix argument select
26937 entire line.
26938
26939 2005-05-31 Juanma Barranquero <lekktu@gmail.com>
26940
26941 * faces.el (list-faces-display): Signal error if passed a regexp
26942 that matches no face name.
26943
26944 * simple.el (filter-buffer-substring): Fix typo in docstring.
26945
26946 2005-05-31 Richard M. Stallman <rms@gnu.org>
26947
26948 * progmodes/vhdl-mode.el (vhdl-fill-region): Test ARG, not INTERACTIVE.
26949 (vhdl-emacs-21): Doc fix.
26950 (vhdl-mode): Unconditionally set comment-padding.
26951 (vhdl-fixup-whitespace-region): Insert spaces only where
26952 there are none.
26953 (vhdl-statistics-buffer): Make the Emacs 21 behavior universal.
26954
26955 2005-05-30 John Wiegley <johnw@newartisans.com>
26956
26957 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
26958 * eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-io.el
26959 * eshell/esh-util.el, eshell/esh-var.el: Change all uses of
26960 `directory-sep-char' to ?/, and all uses of `string-to-int' to
26961 `string-to-number'.
26962
26963 2005-05-30 Jay Belanger <belanger@truman.edu>
26964
26965 * calc/calc.el (calc-bug-address): Fix docstring.
26966 (calc-window-hook, calc-trail-window-hook): New variables.
26967 (calc-trail-display): Restore use of calc-trail-window-hook.
26968 (calc): Restore use of calc-window-hook.
26969
26970 2005-05-31 Masatake YAMATO <jet@gyve.org>
26971
26972 * emacs-lisp/find-func.el (find-function-noselect): Handle subroutines.
26973
26974 * help-fns.el (help-C-file-name): Add autoload mark for
26975 `find-function-noselect'.
26976
26977 2005-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
26978
26979 * textmodes/tex-mode.el (tex-compile-commands, tex-compile)
26980 (tex-start-tex): Undo all but the last part of the 2005-05-28 change.
26981
26982 2005-05-30 Glenn Morris <gmorris@ast.cam.ac.uk>
26983
26984 * calendar/diary-lib.el (mark-included-diary-files): Only kill
26985 included diary buffer if it was not already being visited.
26986 Reported by Stephen Berman <Stephen.Berman@gmx.net>.
26987
26988 * calendar/icalendar.el (top-level): Do not require appt.
26989
26990 * mail/supercite.el (sc-select-attribution): Only use a list
26991 element from sc-attrib-selection-list if it returns a string.
26992 Reported by Davide G. M. Salvetti <salve@debian.org>.
26993
26994 2005-05-30 Juanma Barranquero <lekktu@gmail.com>
26995
26996 * thumbs.el (thumbs-thumbname): The resulting thumbname now
26997 includes a hash value to improve its uniqueness, and has a ".jpg"
26998 extension. Also, it is now a valid filename on all systems.
26999 (thumbs-make-thumb): Use `let', not `let*'.
27000 (thumbs-show-thumbs-list): Check for JPEG availability.
27001
27002 2005-05-30 Richard M. Stallman <rms@gnu.org>
27003
27004 * filesets.el (filesets-menu-ensure-use-cached):
27005 Prevent warning when emacs-version>= is undefined.
27006
27007 * printing.el (pr-interactive-n-up): Use string-to-number.
27008
27009 * emulation/tpu-mapper.el: Use eval-buffer, not eval-current-buffer.
27010
27011 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
27012 Warn only when name to be defined is quoted.
27013
27014 2005-05-30 Nick Roberts <nickrob@snap.net.nz>
27015
27016 * progmodes/gdb-ui.el (gdb-toggle-breakpoint):
27017 Make regexp more robust.
27018 (gdb-display-assembler-buffer, gdb-frame-assembler-buffer):
27019 Force regeneration of disassembly.
27020
27021 2005-05-29 Jay Belanger <belanger@truman.edu>
27022
27023 * calc/calc.el (calc-user-invocation): Check if
27024 calc-invocation-macro is non-nil.
27025
27026 2005-05-29 Juri Linkov <juri@jurta.org>
27027
27028 * add-log.el (change-log-font-lock-keywords):
27029 Add `+' to e-mail regexp to accept mail address with keywords.
27030
27031 * man.el (Man-name-regexp): Add `:' to accept qualified names.
27032
27033 2005-05-29 Luc Teirlinck <teirllm@auburn.edu>
27034
27035 * progmodes/inf-lisp.el (inferior-lisp-mode): Use delay-mode-hooks.
27036
27037 * ielm.el (inferior-emacs-lisp-mode): Ditto.
27038
27039 2005-05-29 Richard M. Stallman <rms@gnu.org>
27040
27041 * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
27042 Undo the change that moves to end of the current word.
27043
27044 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
27045
27046 * progmodes/gdb-ui.el (gdb-memory-set-repeat-count):
27047 Throw error when count <= 0 to ensure input is a number.
27048 (gdb-read-memory-custom): Pick up address from buffer.
27049 (gdb-memory-mode): Allow user to increment and decrement
27050 memory address from header line.
27051
27052 2005-05-29 Richard M. Stallman <rms@gnu.org>
27053
27054 * flyspell.el (flyspell-version): Function deleted.
27055 (flyspell-auto-correct-previous-hook): Doc fix.
27056
27057 * jit-lock.el (jit-lock-function, jit-lock-after-change):
27058 Do nothing if memory is full.
27059
27060 * font-lock.el (font-lock-fontify-syntactically-region):
27061 Pass t for GREEDY to looking-back.
27062
27063 * saveplace.el (save-place-alist-to-file): Write the file
27064 using write-region.
27065
27066 * subr.el (looking-back): New argument GREEDY.
27067
27068 * progmodes/compile.el (compilation-start): Set the mode
27069 before inserting the initial text.
27070
27071 * progmodes/which-func.el (which-func-update-1): Turn the mode
27072 off in case of error by setting which-func-mode.
27073
27074 2005-05-29 Peter Heslin <p.j.heslin@durham.ac.uk> (tiny change)
27075
27076 * flyspell.el (flyspell-auto-correct-previous-word):
27077 Narrow down to what's on the screen, and recenter overlays
27078 at the end of the next word.
27079
27080 2005-05-29 Manuel Serrano <Manuel.Serrano@sophia.inria.fr>
27081
27082 * flyspell.el (flyspell-emacs, flyspell-use-local-map): Vars moved up.
27083 (flyspell-default-delayed-commands): Add backward-delete-char-untabify.
27084 (flyspell-abbrev-p): Default to nil.
27085 (flyspell-use-global-abbrev-table-p): Doc fix.
27086 (flyspell-large-region): Allow nil as value.
27087 (flyspell-use-meta-tab, flyspell-auto-correct-binding): New variables.
27088
27089 (mail-mode-flyspell-verify): More robust handling
27090 of `mail-header-separator'. More efficient signature detection.
27091 Allow for regexp metacharacters in message-header-separator.
27092 Adding `To' not to be checked in mail-mode-flyspell-verify.
27093
27094 (flyspell-prog-mode): Run flyspell-prog-mode-hook.
27095 (flyspell-mouse-map): Bind M-TAB only if flyspell-use-meta-tab.
27096 Bind flyspell-auto-correct-binding.
27097 Bind C-. and C-, .
27098 (flyspell-mode-map): Likewise.
27099 (flyspell-mode): Doc fix.
27100 (flyspell-accept-buffer-local-defs): Preserve current buffer.
27101 (flyspell-mode-on): Bind flyspell-mouse-map and flyspell-mode-map.
27102 (flyspell-word-cache-result): New var, always local.
27103 (flyspell-check-pre-word-p): Doc fix.
27104 (flyspell-check-changed-word-p): Handle spc like newline.
27105 (flyspell-post-command-hook): Set flyspell-word-cache-result.
27106 (flyspell-word-search-backward, flyspell-word-search-forward):
27107 New functions.
27108 (flyspell-word): Return t if nothing to check.
27109 When parsing TeX code, check for after } or \.
27110 Use flyspell-word-search-backward to find previous word.
27111 Return nil if duplicated word.
27112 For word already checked, return same value as last time.
27113 Set flyspell-word-cache-result after checking.
27114 Don't clobber the return value.
27115 (flyspell-get-word): Major rewrite.
27116 (flyspell-external-point-words): New locals pword, pcount.
27117 Fix size used in progress message.
27118 Find the proper corresponding word in flyspell-large-region-buffer.
27119 (flyspell-region): Check for flyspell-large-region = nil.
27120 (flyspell-highlight-incorrect-region): Clean up overlays in region.
27121 (flyspell-auto-correct-word): Check that WORD is a cons.
27122 (flyspell-correct-word): Likewise.
27123
27124 2005-05-29 Daniel Pfeiffer <occitan@esperanto.org>
27125
27126 * progmodes/make-mode.el (makefile-rule-action-regex)
27127 (makefile-macroassign-regex, makefile-makepp-mode)
27128 (makefile-bsdmake-mode): Continuation lines may be empty.
27129 Reported by Joshua Varner.
27130 (makefile-makepp-font-lock-keywords): Add $(stem).
27131
27132 2005-05-28 Karl Berry <karl@gnu.org>
27133
27134 * textmodes/tex-mode.el: Now that tex-send-command calls
27135 shell-quote-argument (2005-03-31 change), remove all calls to
27136 shell-quote-argument; they all end up invoking tex-send-command.
27137 The double quoting loses on filenames with non-safe characters,
27138 such as "@". Reported by Frederik Fouvry.
27139
27140 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
27141
27142 * progmodes/gdb-ui.el (gdb-assembler-custom): Be more careful
27143 about preserving point.
27144
27145 2005-05-27 Jay Belanger <belanger@truman.edu>
27146
27147 * calc/calc-misc.el (calc-info-goto-node): Use info instead of
27148 Info-goto-node.
27149
27150 * calc/calc-embed.el (calc-embed-arg): New variable.
27151 (calc-do-embedded-activate, calc-embedded-activate-formula)
27152 (calc-embedded-edit, calc-do-embedded-activate): Replace undeclared
27153 variable by new variable.
27154 (calc-embedded-make-info): Replace undeclared variable by new
27155 variable. When selecting region with positive prefix
27156 argument, use end of previous line instead of beginning of line.
27157
27158 * calc/calc-aent.el (calc-arg-values): Declare it.
27159
27160 * calc/calc-ext.el (calc-help-map, calc-alg-map, calc-alg-esc-map):
27161 Declare them.
27162
27163 * calc/calc-stuff.el (math-decls-cache-tag): Declare it.
27164
27165 * calc/calc.el (calc-alg-map): Declare it.
27166
27167 * calc/calcalg2.el (math-decls-cache, math-decls-all): Declare them.
27168
27169 2005-05-28 Nick Roberts <nickrob@snap.net.nz>
27170
27171 * progmodes/gdb-ui.el (gdb-all-registers): New variable.
27172 (gdb-registers-buffer, toggle-gdb-all-registers):
27173 Toggle display of floating point registers.
27174 (gdb-registers-mode-map): Bind SPC to toggle-gdb-all-registers.
27175
27176 * progmodes/gud.el (gud-goto-info): Use info. Don't use require.
27177 (toggle-gud-tooltip-dereference):
27178 Rename from gud-toggle-tooltip-dereference.
27179
27180 2005-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
27181
27182 * info.el (Info-goto-node): Revert autoload addition (2004-06-12).
27183
27184 2005-05-27 Jay Belanger <belanger@truman.edu>
27185
27186 * calc/calc-prog.el (calc-kbd-report): Remove.
27187 (calc-kbd-query): Rewrite.
27188
27189 2005-05-27 Juanma Barranquero <lekktu@gmail.com>
27190
27191 * image.el (image-library-alist): Move to image.c.
27192 (image-type-available-p): Doc fix.
27193
27194 2005-05-27 Lute Kamstra <lute@gnu.org>
27195
27196 * calc/calc.el (calc):
27197 * outline.el (outline-1, outline-2, outline-3, outline-4)
27198 (outline-5, outline-6, outline-7, outline-8):
27199 * textmodes/dns-mode.el (dns-mode):
27200 * textmodes/sgml-mode.el (sgml-namespace-face):
27201 * textmodes/tex-mode.el (superscript, subscript, tex-math-face)
27202 (tex-verbatim-face, tex-use-reftex):
27203 * textmodes/texinfo.el (texinfo-heading-face):
27204 Specify customization group.
27205
27206 * longlines.el: Don't require easy-mmode.
27207 (longlines-visible-face): Specify customization group.
27208
27209 2005-05-27 Kenichi Handa <handa@m17n.org>
27210
27211 * language/cyrillic.el: Add cyrillic-iso8859-5 characters in the
27212 encoding table of windows-1251.
27213
27214 * international/ucs-tables.el (ucs-set-table-for-input):
27215 If translation-table-for-input of a coding system is a symbol, get
27216 its translation-table property.
27217
27218 * international/code-pages.el: Don't register a coding system into
27219 non-iso-charset-alist more than once.
27220 (cp-make-coding-system): Likewise.
27221
27222 2005-05-26 John Wiegley <johnw@newartisans.com>
27223
27224 * eshell/esh-cmd.el (eshell-eval-command): If the return value of
27225 `eshell-resume-eval' is wrapped in a list, it indicates that the
27226 command was run asynchronously. In that case, unwrap the value
27227 before checking the delimiter value.
27228
27229 * eshell/em-cmpl.el (eshell-complete-parse-arguments): If the
27230 character before a space at the end of a line is \, assume the space
27231 is part of the last argument rather than a final argument separator.
27232
27233 * eshell/esh-io.el (eshell-get-target): If `eshell-buffer-shorthand'
27234 is in use, and the target is `t' or `nil' (which are the most common
27235 values), don't assume that the symbol target is a buffer.
27236
27237 2005-05-26 Luc Teirlinck <teirllm@auburn.edu>
27238
27239 * calendar/calendar.el (calendar-mode-line-format):
27240 Use mode-line-highlight as mouse-face.
27241
27242 * time.el (display-time-string-forms, display-time-update):
27243 Use mode-line-highlight as mouse-face.
27244
27245 2005-05-26 Jay Belanger <belanger@truman.edu>
27246
27247 * calc/calc.el (calc-language-alist): Remove extra defvar.
27248
27249 2005-05-26 Lute Kamstra <lute@gnu.org>
27250
27251 * arc-mode.el (archive-mode):
27252 * bookmark.el (bookmark-read-annotation-mode)
27253 (bookmark-edit-annotation-mode, bookmark-bmenu-mode):
27254 * bs.el (bs-mode):
27255 * calc/calc-yank.el (calc-edit-mode):
27256 * calc/calc.el (calc-mode, calc-trail-mode):
27257 * calculator.el (calculator-mode):
27258 * chistory.el (command-history-mode):
27259 * comint.el:
27260 * cus-edit.el (custom-mode):
27261 * descr-text.el (describe-text-mode):
27262 * ebuff-menu.el (Electric-buffer-menu-mode):
27263 * ediff-util.el (ediff-mode):
27264 * emacs-lisp/re-builder.el (reb-mode):
27265 * emulation/vi.el (vi-mode-setup):
27266 * emulation/ws-mode.el (wordstar-mode):
27267 * eshell/esh-mode.el (eshell-mode):
27268 * forms.el (forms-mode):
27269 * help-mode.el (help-mode):
27270 * hexl.el (hexl-mode):
27271 * ibuffer.el (ibuffer-mode):
27272 * ielm.el (inferior-emacs-lisp-mode):
27273 * info.el (Info-mode, Info-edit-mode):
27274 * international/swedish.el:
27275 * ledit.el (ledit-from-lisp-mode):
27276 * locate.el (locate-mode):
27277 * mail/rmail.el (rmail-mode):
27278 * mail/rmailedit.el (rmail-edit-mode):
27279 * mail/rmailsum.el (rmail-summary-mode):
27280 * mail/supercite.el (sc-electric-mode):
27281 * net/eudc.el (eudc-mode):
27282 * net/quickurl.el (quickurl-list-mode):
27283 * net/snmp-mode.el (snmp-mode, snmpv2-mode):
27284 * obsolete/ooutline.el (outline-mode):
27285 * obsolete/options.el (Edit-options-mode):
27286 * obsolete/rnews.el (news-mode):
27287 * obsolete/rnewspost.el (news-reply-mode):
27288 * play/5x5.el (5x5-mode):
27289 * play/decipher.el (decipher-mode, decipher-stats-mode):
27290 * play/gomoku.el (gomoku-mode):
27291 * play/snake.el (snake-mode):
27292 * play/solitaire.el (solitaire-mode):
27293 * play/tetris.el (tetris-mode):
27294 * progmodes/ada-mode.el (ada-mode):
27295 * progmodes/antlr-mode.el (antlr-mode):
27296 * progmodes/autoconf.el (autoconf-mode):
27297 * progmodes/dcl-mode.el (dcl-mode):
27298 * progmodes/delphi.el (delphi-mode):
27299 * progmodes/ebrowse.el (ebrowse-tree-mode)
27300 (ebrowse-electric-list-mode, ebrowse-member-mode)
27301 (ebrowse-electric-position-mode):
27302 * progmodes/f90.el (f90-mode):
27303 * progmodes/fortran.el (fortran-mode):
27304 * progmodes/icon.el (icon-mode):
27305 * progmodes/idlw-help.el (idlwave-help-mode):
27306 * progmodes/idlw-shell.el (idlwave-shell-mode):
27307 * progmodes/idlwave.el (idlwave-mode):
27308 * progmodes/inf-lisp.el (inferior-lisp-mode):
27309 * progmodes/m4-mode.el (m4-mode):
27310 * progmodes/meta-mode.el (metafont-mode, metapost-mode):
27311 * progmodes/modula2.el (modula-2-mode):
27312 * progmodes/octave-inf.el (inferior-octave-mode):
27313 * progmodes/octave-mod.el (octave-mode):
27314 * progmodes/pascal.el (pascal-mode):
27315 * progmodes/sh-script.el (sh-mode):
27316 * progmodes/sql.el (sql-mode, sql-interactive-mode):
27317 * progmodes/vhdl-mode.el (vhdl-mode):
27318 * progmodes/xscheme.el (scheme-interaction-mode):
27319 * replace.el (occur-mode):
27320 * ses.el (ses-mode):
27321 * simple.el (completion-list-mode):
27322 * skeleton.el:
27323 * speedbar.el (speedbar-mode):
27324 * term.el (term-mode):
27325 * terminal.el (terminal-edit-mode):
27326 * textmodes/reftex-index.el (reftex-index-mode)
27327 (reftex-index-phrases-mode):
27328 * textmodes/reftex-sel.el (reftex-select-label-mode)
27329 (reftex-select-bib-mode):
27330 * textmodes/reftex-toc.el (reftex-toc-mode):
27331 * wdired.el (wdired-change-to-wdired-mode):
27332 * wid-browse.el (widget-browse-mode):
27333 Use run-mode-hooks.
27334
27335 * array.el (array-mode):
27336 * calendar/todo-mode.el (todo-mode):
27337 * man.el (Man-mode):
27338 * play/landmark.el (lm-mode):
27339 * play/mpuz.el (mpuz-mode):
27340 Use kill-all-local-variables and run-mode-hooks.
27341
27342 * subr.el (delay-mode-hooks): Specify indentation.
27343
27344 2005-05-26 Mark A. Hershberger <mah@everybody.org>
27345
27346 * xml.el (xml-substitute-special): Don't die for undefined xml
27347 entities.
27348
27349 2005-05-26 Jay Belanger <belanger@truman.edu>
27350
27351 * calc/calc-prog.el (calc-user-define-edit): Don't find substring
27352 of nil.
27353
27354 2005-05-27 Nick Roberts <nickrob@snap.net.nz>
27355
27356 * progmodes/gdb-ui.el (gdb-frame-address):
27357 Rename from gdb-current-address.
27358 (gdb-previous-frame-address): Rename from gdb-previous-address.
27359 (gdb-selected-frame): Rename from gdb-current-frame.
27360 (gdb-get-selected-frame): Rename from gdb-get-current-frame.
27361 (gdb-frame-number): Rename from gdb-current-stack-level.
27362 (gdb-ann3): Match new mode-name for disassembly buffer.
27363 Extend initialization of variables.
27364 (gdb-post-prompt): Update disassembly from gdb-frame-handler.
27365 (gdb-memory-mode): Use mouse-face in header line.
27366 (gdb-assembler-buffer-name): Call it disassembly and give frame
27367 in mode line.
27368 (gdb-source-spec-regexp, gdb-assembler-custom)
27369 (gdb-invalidate-assembler, gdb-frame-handler):
27370 Make robust to leading zeroes in address format.
27371
27372 2005-05-26 Carsten Dominik <dominik@science.uva.nl>
27373
27374 * textmodes/org.el (org-mode): Use `define-derived-mode' to
27375 define `org-mode'.
27376 (org-agenda-mode): Use `run-mode-hooks' instead of `run-hooks'.
27377
27378 2005-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
27379
27380 * log-edit.el (log-edit-changelog-entries): Distinguish between
27381 filenames like xfns.c and fns.c.
27382
27383 2005-05-25 Luc Teirlinck <teirllm@auburn.edu>
27384
27385 * buff-menu.el (Buffer-menu-revert-function): Improve handling of
27386 point after reverting.
27387 (Buffer-menu-make-sort-button): Handle the case where
27388 `Buffer-menu-use-header-line' is nil.
27389
27390 2005-05-25 Thien-Thi Nguyen <ttn@gnu.org>
27391
27392 * vms-patch.el (vms-magic-right-square-brace, vms-magic-colon):
27393 New funcs. In minibuffer-local-completion-map bind `]', `/'
27394 and `:' to them.
27395
27396 2005-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
27397
27398 * startup.el (normal-top-level): Allow modification of load-path while
27399 we're iterating over it.
27400
27401 2005-05-25 Juanma Barranquero <lekktu@gmail.com>
27402
27403 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-temp-file)
27404 (thumbs-cleanup-thumbsdir, thumbs-call-convert)
27405 (thumbs-resize-interactive, thumbs-insert-image)
27406 (thumbs-insert-thumb, thumbs-dired-show-marked)
27407 (thumbs-find-image-at-point, thumbs-delete-images)
27408 (thumbs-rename-images, thumbs-next-image, thumbs-dired-setroot)
27409 (thumbs-increment-image-size, thumbs-decrement-image-size):
27410 Fix typos in docstrings.
27411
27412 2005-05-24 Andre Spiegel <spiegel@gnu.org>
27413
27414 * progmodes/cperl-mode.el (cperl-vc-header-alist): Obsolete.
27415 (cperl-vc-rcs-header, cperl-vc-sccs-header): New user options.
27416 (cperl-mode): Use them.
27417
27418 2005-05-24 Juanma Barranquero <lekktu@gmail.com>
27419
27420 * window.el (quit-window, shrink-window-if-larger-than-buffer):
27421 Doc fixes.
27422
27423 2005-05-24 Nick Roberts <nickrob@snap.net.nz>
27424
27425 * progmodes/gdb-ui.el (gdb-inferior-io-mode-map):
27426 Bind C-d to gdb-inferior-io-eof.
27427
27428 * dired.el (dired-dnd-popup-notice): Use message-box.
27429
27430 2005-05-23 Masatake YAMATO <jet@gyve.org>
27431
27432 * bindings.el (mode-line-major-mode-keymap):
27433 Bind [mode-line down-mouse-1] to `mouse-major-mode-menu'.
27434
27435 * faces.el (mode-line-highlight): New face.
27436
27437 * ruler-mode.el (ruler-mode-ruler): Use mode-line-highlight
27438 as mouse-face.
27439
27440 * bindings.el (top-level, help-echo, mode-line-modified)
27441 (mode-line-mule-info, mode-line-eol-desc): Use mode-line-highlight
27442 as mouse-face.
27443
27444 2005-05-23 Juanma Barranquero <lekktu@gmail.com>
27445
27446 * progmodes/cc-engine.el (c-guess-basic-syntax):
27447 Remove spurious call to `zerop'.
27448
27449 * emacs-lisp/cl.el (acons, pairlis): Add docstring.
27450
27451 2005-05-23 Martin Stjernholm <bug-cc-mode@gnu.org>
27452
27453 CC Mode update to 5.30.10:
27454
27455 * cc-fonts.el (c-font-lock-declarators): Fix bug where the point
27456 could go past the limit in decoration level 2, thereby causing
27457 errors during interactive fontification.
27458
27459 * cc-mode.el (c-make-inherited-keymap): Fix cc-bytecomp bug when
27460 the file is evaluated interactively.
27461
27462 * cc-engine.el (c-guess-basic-syntax): Handle operator
27463 declarations somewhat better in C++.
27464
27465 * cc-styles.el, cc-mode.el (c-run-mode-hooks): New helper macro to
27466 make use of `run-mode-hooks' which has been added in Emacs 21.1.
27467 (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
27468 (awk-mode): Use it.
27469 (make-local-hook): Suppress warning about obsoleteness.
27470
27471 * cc-engine.el, cc-align.el, cc-cmds.el
27472 (c-append-backslashes-forward, c-delete-backslashes-forward)
27473 (c-find-decl-spots, c-semi&comma-no-newlines-before-nonblanks):
27474 Compensate for return value from `forward-line' when it has moved
27475 but not to a different line due to eob.
27476
27477 * cc-engine.el (c-guess-basic-syntax): Fix anchoring in
27478 `objc-method-intro' and `objc-method-args-cont'.
27479
27480 2005-05-23 Alan Mackenzie <bug-cc-mode@gnu.org>
27481
27482 CC Mode update to 5.30.10:
27483
27484 * cc-mode.el, cc-engine.el, cc-align.el: Change the FSF's address
27485 in the copyright statement. Incidentally, change "along with GNU
27486 Emacs" to "along with this program" where it occurs.
27487
27488 * cc-mode.el: Add a fourth parameter `t' to the awk-mode autoload,
27489 so that it is interactive, hence can be found by M-x awk-mode
27490 whilst cc-mode is yet to be loaded. Reported by Glenn Morris
27491 <gmorris+emacs@ast.cam.ac.uk>.
27492
27493 * cc-awk.el: Add character classes (e.g. "[:alpha:]") into AWK
27494 Mode's regexps.
27495
27496 2005-05-23 Kevin Ryde <user42@zip.com.au>
27497
27498 * cc-align.el (c-lineup-argcont): Ignore conses for {} pairs from
27499 c-parse-state, to avoid a lisp error (on bad code).
27500
27501 2005-05-23 Lute Kamstra <lute@gnu.org>
27502
27503 * subr.el (font-lock-defaults): Remove defvar as it's already
27504 defined in font-core.el.
27505
27506 * font-lock.el (font-lock-beginning-of-syntax-function): Fix docstring.
27507
27508 2005-05-23 Nick Roberts <nickrob@snap.net.nz>
27509
27510 * progmodes/gdb-ui.el (gdb-info-locals-handler): Make regexps
27511 more general and work when GDB variable "print pretty" is on,
27512 as with Emacs, for example.
27513
27514 2005-05-22 Luc Teirlinck <teirllm@auburn.edu>
27515
27516 * font-core.el: Update comment.
27517
27518 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
27519 Use `after-change-major-mode-hook' instead of `find-file-hook'.
27520
27521 * buff-menu.el (Buffer-menu-mode): Use `run-mode-hooks'.
27522
27523 2005-05-22 Eli Zaretskii <eliz@gnu.org>
27524
27525 * simple.el (yank, yank-pop): Mention `yank-excluded-properties'
27526 and `yank-handler' in the doc strings.
27527
27528 2005-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
27529
27530 * emacs-lisp/cl.el (eql): Remove. It's a builtin already.
27531
27532 2005-05-22 Richard M. Stallman <rms@gnu.org>
27533
27534 * help.el (describe-key): Move print-help-return-message call
27535 out of conditional.
27536
27537 * progmodes/etags.el (list-tags): Use with-no-warnings.
27538
27539 * mail/smtpmail.el (smtpmail-open-stream): Use with-no-warnings.
27540 (smtpmail-send-queued-mail): Avoid beginning-of-buffer.
27541 (starttls-extra-args, starttls-extra-arguments): Add defvars.
27542
27543 * mail/mailalias.el (mail-get-names): Avoid beginning-of-buffer.
27544
27545 * language/viet-util.el (viet-viscii-nonascii-translation-table):
27546 Add defvar.
27547
27548 * emulation/viper-ex.el (viper-ex-work-buf, viper-ex-print-buf):
27549 Use defvar, not defconst.
27550
27551 * hexl.el (hexl-follow-line): Use with-no-warnings.
27552
27553 * emulation/tpu-extras.el: Use write-file-functions instead of
27554 write-file-hooks.
27555
27556 * dired.el (dired-font-lock-keywords): Fontify files with junk
27557 extensions even if marked by -F.
27558
27559 2005-05-22 Juanma Barranquero <lekktu@gmail.com>
27560
27561 * emacs-lisp/cl.el (pushnew, cl-macroexpand, floatp-safe, plusp)
27562 (minusp, oddp, evenp, mapcar*, list*, copy-list, adjoin, subst):
27563 * emacs-lisp/cl-extra.el (coerce, map, maplist, cl-mapc, mapl)
27564 (mapcan, mapcon, some, every, notany, notevery, signum, isqrt)
27565 (concatenate, list-length, get*, getf, cl-remprop):
27566 * emacs-lisp/cl-macs.el (function*, case, ecase, typecase)
27567 (etypecase, progv, lexical-let, lexical-let*)
27568 (multiple-value-bind, multiple-value-setq, shiftf):
27569 Improve argument/docstring consistency.
27570
27571 * subr.el (focus-frame, unfocus-frame): Revert deletion on 2005-05-01.
27572
27573 2005-05-22 Andre Spiegel <spiegel@gnu.org>
27574
27575 * vc-cvs.el (vc-cvs-checkout-model): Handle the case where FILE
27576 doesn't exist.
27577
27578 * vc.el (vc-trunk-p): Add autoload cookie. The function is used in
27579 vc-rcs.el when vc-mistrust-permissions is t, which is not the default.
27580
27581 2005-05-22 Nick Roberts <nickrob@snap.net.nz>
27582
27583 * emacs-lisp/bytecomp.el: Remove make-obsolete-variable for
27584 already deleted variables: auto-fill-hook, blink-paren-hook,
27585 lisp-indent-hook, inhibit-local-variables, unread-command-event,
27586 suspend-hooks, comment-indent-hook, meta-flag,
27587 before-change-function, after-change-function,
27588 font-lock-doc-string-face.
27589
27590 2005-05-21 Luc Teirlinck <teirllm@auburn.edu>
27591
27592 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
27593
27594 2005-05-21 Eli Zaretskii <eliz@gnu.org>
27595
27596 * mail/rmail.el (rmail-reply): Filter the list in reply-to through
27597 rmail-dont-reply-to.
27598
27599 2005-05-21 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
27600
27601 * mail/sendmail.el (mail-send): Use [[:space:]] instead of a
27602 literal blank when splitting new-header-values.
27603
27604 2005-05-21 Matt Hodges <MPHodges@member.fsf.org>
27605
27606 * calendar/cal-menu.el (cal-menu-update): Add separator as a
27607 string so that tmm doesn't create a completion entry for it.
27608
27609 * textmodes/table.el (table-disable-menu): Ditto.
27610
27611 2005-05-21 Richard M. Stallman <rms@gnu.org>
27612
27613 * progmodes/idlwave.el (idlwave-doc-header): Use insert-file-contents.
27614
27615 * progmodes/flymake.el (flymake-makehash): Use with-no-warnings.
27616
27617 * net/rcompile.el (remote-compile): Use compilation-start.
27618
27619 * tmm.el (tmm-shortcut): Avoid using beginning-of-buffer.
27620
27621 2005-05-21 Daniel Pfeiffer <occitan@esperanto.org>
27622
27623 * files.el (auto-mode-alist): Check GNUmakefile before makefile.
27624 Default to makefile-bsdmake-mode on BSD systems.
27625
27626 * imenu.el (imenu-generic-expression, imenu--generic-function'):
27627 REGEXP may also be a search function now. The part of doc-string
27628 for describing the structure was 95% identical to that of
27629 `imenu--generic-function'. Unify it there.
27630
27631 * progmodes/make-mode.el (makefile-imenu-generic-expression):
27632 Use function to find dependencies, because regexp alone is so complex,
27633 it easily goes into an endless loop.
27634 (makefile-makepp-mode): Also add submenu for Perl functions
27635 defined in the makefile.
27636 (makefile-bsdmake-mode): Special imenu-generic-expression no
27637 longer needed, due to function call.
27638 (makefile-match-dependency): Take BOUND into account when checking
27639 if we're through.
27640
27641 2005-05-20 Jay Belanger <belanger@truman.edu>
27642
27643 * calc/calc-units.el (calc-invalidate-units-table):
27644 Use inhibit-read-only.
27645 (math-build-units-table-buffer): Use view-mode.
27646
27647 2005-05-20 David Kastrup <dak@gnu.org>
27648
27649 * emacs-lisp/easymenu.el (easy-menu-add): Correct docstring since
27650 easy-menu-add is not a nop on Emacs; and clarify when to call it.
27651
27652 2005-05-20 Lute Kamstra <lute@gnu.org>
27653
27654 * diff-mode.el (diff-header-face, diff-file-header-face)
27655 (diff-index-face, diff-hunk-header-face, diff-removed-face)
27656 (diff-added-face, diff-changed-face, diff-function-face)
27657 (diff-context-face, diff-nonexistent-face): Put them in the
27658 diff-mode customization group.
27659
27660 2005-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
27661
27662 * progmodes/vhdl-mode.el (vhdl-font-lock-match-item): Simplify regexp.
27663
27664 * progmodes/sh-script.el (sh-mode, sh-get-word): Minor regexp fixes.
27665
27666 * font-lock.el (lisp-font-lock-keywords-2): Don't error.
27667 Minor regexp-optimization.
27668
27669 2005-05-20 Carsten Dominik <dominik@science.uva.nl>
27670
27671 * textmodes/org.el (org-agenda-toggle-time-grid): New command.
27672 (org-agenda-use-time-grid, org-agenda-time-grid): New options.
27673 (org-agenda-add-time-grid-maybe): New function.
27674 (org-agenda): Call `org-agenda-add-time-grid-maybe'.
27675 (org-table-create): `dotimes' instead of `mapcar'.
27676 (org-xor): Simplify implementation.
27677 (org-agenda): `inhibit-redisplay' turned on.
27678 (org-agenda-change-all-lines): Use `org-format-agenda-item' to get
27679 a consistent line after a state change.
27680 (org-agenda-remove-times-when-in-prefix): New option.
27681 (org-prefix-has-time): New variable.
27682 (org-parse-time-string): Optional argument NODEFAULT.
27683 (org-format-agenda-item): Parse items for time-of-day
27684 specifications and move these into the prefix if possible.
27685 (org-agenda-priority): Get current heading, not previous heading
27686 during agenda remote editing.
27687
27688 2005-05-20 Juanma Barranquero <lekktu@gmail.com>
27689
27690 * emacs-lisp/cl-seq.el (reduce, fill, replace, remove*)
27691 (remove-if, remove-if-not, delete*, delete-if, delete-if-not)
27692 (remove-duplicates, delete-duplicates, substitute)
27693 (substitute-if, substitute-if-not, nsubstitute, nsubstitute-if)
27694 (nsubstitute-if-not, find, find-if, find-if-not, position)
27695 (position-if, position-if-not, count, count-if, count-if-not)
27696 (mismatch, search, sort*, stable-sort, merge, member*)
27697 (member-if, member-if-not, assoc*, assoc-if, assoc-if-not)
27698 (rassoc*, rassoc-if, rassoc-if-not, union, nunion)
27699 (intersection, nintersection, set-difference, nset-difference)
27700 (set-exclusive-or, nset-exclusive-or, subsetp, subst-if)
27701 (subst-if-not, nsubst, nsubst-if, nsubst-if-not, sublis)
27702 (nsublis, tree-equal): Improve argument/docstring consistency.
27703
27704 * subr.el (send-string, send-region): Remove obsolescence declaration.
27705 (window-dot, set-window-dot, read-input, show-buffer)
27706 (eval-current-buffer, string-to-int):
27707 Add release number to obsolescence declarations.
27708
27709 2005-05-19 Kim F. Storm <storm@cua.dk>
27710
27711 * ido.el (ido-magic-forward-char): Enter ido-find-file at end of input.
27712 (ido-magic-backward-char): Enter ido-switch-buffer at start of input.
27713
27714 2005-05-20 Matt Hodges <MPHodges@member.fsf.org>
27715
27716 * faces.el (list-faces-display): Make back button respect optional
27717 regexp arg.
27718
27719 2005-05-19 Juanma Barranquero <lekktu@gmail.com>
27720
27721 * calculator.el (calculator-radix-grouping-mode)
27722 (calculator-radix-grouping-digits, calculator-displayer)
27723 (calculator-radix-grouping-separator, calculator-copy-displayer):
27724 * dabbrev.el (dabbrev-search-these-buffers-only):
27725 * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly)
27726 (diff-advance-after-apply-hunk, diff-mode-hook)
27727 (diff-minor-mode-prefix):
27728 * imenu.el (imenu-use-popup-menu):
27729 * jit-lock.el (jit-lock-context-time):
27730 * newcomment.el (comment-fill-column, comment-column)
27731 (comment-style, comment-padding, comment-multi-line)
27732 (comment-empty-lines, comment-auto-fill-only-comments):
27733 * reveal.el (reveal-around-mark):
27734 * uniquify.el (uniquify-buffer-name-style)
27735 (uniquify-after-kill-buffer-p)
27736 (uniquify-ask-about-buffer-names-p, uniquify-ignore-buffers-re)
27737 (uniquify-min-dir-content, uniquify-separator)
27738 (uniquify-trailing-separator-p, uniquify-strip-common-suffix):
27739 * w32-vars.el (w32-fixed-font-alist):
27740 * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
27741 * obsolete/rsz-mini.el (resize-minibuffer-frame-max-height):
27742 * progmodes/antlr-mode.el (antlr-font-lock-maximum-decoration):
27743 * progmodes/perl-mode.el (perl-indent-level)
27744 (perl-continued-statement-offset, perl-continued-brace-offset)
27745 (perl-brace-offset, perl-brace-imaginary-offset)
27746 (perl-label-offset, perl-indent-continued-arguments)
27747 (perl-tab-always-indent, perl-tab-to-comment, perl-nochange):
27748 * progmodes/tcl.el (tcl-indent-level)
27749 (tcl-continued-indent-level, tcl-auto-newline)
27750 (tcl-tab-always-indent, tcl-electric-hash-style)
27751 (tcl-help-directory-list, tcl-use-smart-word-finder)
27752 (tcl-application, tcl-command-switches, tcl-prompt-regexp)
27753 (inferior-tcl-source-command):
27754 * textmodes/fill.el (enable-kinsoku):
27755 * textmodes/reftex-vars.el (reftex-index-phrases-wrap-long-lines):
27756 * textmodes/table.el (table-yank-handler):
27757 Specify missing group (and type, if simple) in defcustom.
27758
27759 2005-05-19 Luc Teirlinck <teirllm@auburn.edu>
27760
27761 * progmodes/compile.el (compilation-finish-function): Fix defvar.
27762
27763 2005-05-19 Richard M. Stallman <rms@gnu.org>
27764
27765 * progmodes/make-mode.el (makefile-mode): Use run-mode-hooks.
27766
27767 * subr.el (event-basic-type): Don't get an error.
27768 (left-fringe-p): Function deleted.
27769
27770 * buff-menu.el (Buffer-menu-buffer-face): In group Buffer-menu.
27771 (list-buffers-noselect): Set `font-lock-face' property, not `face'.
27772
27773 * dired-aux.el (dired-copy-file-recursive): Handle symlinks
27774 in recursive copy.
27775
27776 * frame.el (show-trailing-whitespace): In group `whitespace-faces'.
27777
27778 * emacs-lisp/byte-run.el (eval-when-compile): Doc fix.
27779
27780 * emacs-lisp/bytecomp.el
27781 (byte-compile-file-form-custom-declare-variable):
27782 Call byte-compile-nogroup-warn if appropriate.
27783
27784 * progmodes/compile.el (compilation-finish-function): Mark obsolete.
27785 (compilation-set-window): Don't call left-fringe-p; do it directly.
27786
27787 2005-05-19 Jay Belanger <belanger@truman.edu>
27788
27789 * calc/calc-graph.el (calc-graph-format-data): Make sure
27790 var-PlotRejects is bound before trying to check its value.
27791
27792 2005-05-19 Carsten Dominik <dominik@science.uva.nl>
27793
27794 * textmodes/reftex.el (reftex-isearch-minor-mode): Move the
27795 definition of this variable from reftex-global.el to reftex.el,
27796 because it is needed in the menu.
27797
27798 2005-05-19 Lute Kamstra <lute@gnu.org>
27799
27800 * emacs-lisp/copyright.el (copyright-fix-years): Make sure all
27801 years are fixed. Don't insert a space after a dash.
27802
27803 2005-05-19 Kim F. Storm <storm@cua.dk>
27804
27805 * emulation/crisp.el (crisp-home, crisp-end): Put CUA property.
27806
27807 2005-05-19 Daniel Pfeiffer <occitan@esperanto.org>
27808
27809 * font-lock.el (lisp-font-lock-keywords-2): Do \\) only in
27810 strings, because (eq ... ?\\) is fairly frequent.
27811
27812 * progmodes/make-mode.el (makefile-add-this-line-targets):
27813 Simplify and integrate into `makefile-pickup-targets'.
27814 (makefile-add-this-line-macro): Simplify and integrate into
27815 `makefile-pickup-macros.
27816 (makefile-pickup-filenames-as-targets): Simplify.
27817 (makefile-previous-dependency, makefile-match-dependency):
27818 Don't stumble over `::'.
27819
27820 2005-05-19 Nick Roberts <nickrob@snap.net.nz>
27821
27822 * subr.el (post-command-idle-hook, post-command-idle-delay):
27823 Remove obsoletion of post-command-idle-hook and
27824 post-command-idle-delay.
27825
27826 * faces.el (list-faces-display): Provide button when describe-face
27827 is called to take user back to the list of faces.
27828
27829 * help-fns.el (describe-variable): Remove hyperlinks in a
27830 variable's value as these are quite frequently inappropriate.
27831
27832 * follow.el (follow-submit-feedback, follow-mode):
27833 Remove references to post-command-idle-hook.
27834
27835 2005-05-18 Daniel Pfeiffer <occitan@esperanto.org>
27836
27837 * progmodes/make-mode.el (makefile-previous-dependency)
27838 (makefile-match-dependency): Check for := (and in bsd mode also
27839 !=) to give a better result, even when font-lock is not on.
27840
27841 2005-05-18 Jay Belanger <belanger@truman.edu>
27842
27843 * calc/calc-help.el (calc-s-prefix-help):
27844 Add `calc-copy-special-constant' to help string.
27845
27846 2005-05-18 Luc Teirlinck <teirllm@auburn.edu>
27847
27848 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
27849
27850 2005-05-18 Jay Belanger <belanger@truman.edu>
27851
27852 * calc/calc-poly.el (math-factor-poly-coefs): Make sure the terms
27853 in linear factors are in proper order.
27854
27855 2005-05-18 Carsten Dominik <dominik@science.uva.nl>
27856
27857 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
27858 Support for jurabib.
27859
27860 * textmodes/reftex.el (featurep): Define aliases for overlay
27861 commands, for XEmacs compatibility, and use these aliases in
27862 overlay initializations.
27863 (reftex-highlight): Use `reftex-move-overlay'.
27864 (reftex-unhighlight): Use `reftex-delete-overlay'.
27865 (reftex-uniq): Function removed. Use `reftex-uniquify' instead.
27866 (reftex-access-search-path): Use `reftex-uniquify' instead of
27867 `reftex-uniq'
27868
27869 * textmodes/reftex-sel.el (reftex-select-unmark): Overlay
27870 `before-string' property modification enables for Emacs as well.
27871 (reftex-select-item): Use `reftex-delete-overlay'.
27872 (reftex-select-mark): Use `reftex-make-overlay' and
27873 `reftex-overlay-put'.
27874 (reftex-select-unmark): Use `reftex-delete-overlay' and
27875 `reftex-overlay-put'.
27876
27877 2005-05-18 Lute Kamstra <lute@gnu.org>
27878
27879 * emacs-lisp/lisp.el (check-parens): Fix docstring.
27880
27881 2005-05-18 Juanma Barranquero <lekktu@gmail.com>
27882
27883 * add-log.el (add-change-log-entry):
27884 * array.el (array-make-template, array-reconfigure-rows)
27885 (array-init-max-row, array-init-max-column)
27886 (array-init-columns-per-line, array-init-field-width):
27887 * replace.el (replace-match-maybe-edit, perform-replace):
27888 * textmodes/spell.el (spell-region):
27889 Replace `read-input' by `read-string'.
27890
27891 * forms.el (forms-mode):
27892 * finder.el (finder-compile-keywords):
27893 * shadowfile.el (shadow-read-files):
27894 Replace `eval-current-buffer' by `eval-buffer'.
27895
27896 * terminal.el (te-pass-through):
27897 * net/ange-ftp.el (ange-ftp-process-filter, ange-ftp-gwp-filter)
27898 (ange-ftp-raw-send-cmd):
27899 * net/telnet.el (telnet-interrupt-subjob, telnet-c-z)
27900 (send-process-next-char, telnet-initial-filter, telnet):
27901 Replace `send-string' by `process-send-string'.
27902
27903 * progmodes/prolog.el (inferior-prolog-mode): Doc fix.
27904 (prolog-consult-region): Replace `send-string' by
27905 `process-send-string'; replace `send-region' by `process-send-region'.
27906
27907 * progmodes/delphi.el (delphi-log-msg):
27908 Replace `set-window-dot' by `set-window-point'.
27909
27910 * subr.el (window-dot, set-window-dot, read-input, send-string)
27911 (send-region, show-buffer, eval-current-buffer):
27912 Make really obsolete, as the comment says.
27913
27914 2005-05-17 Kim F. Storm <storm@cua.dk>
27915
27916 * emulation/cua-base.el (cua-use-hyper-key): Doc fix.
27917 (cua--init-keymaps): Bind C-return instead of S-return to set
27918 rectangle mark.
27919
27920 * emulation/cua-rect.el (cua--init-rectangles): Bind C-return
27921 instead of S-return to toggle/clear rectangle mark.
27922
27923 2005-05-17 Daniel Pfeiffer <occitan@esperanto.org>
27924
27925 * progmodes/make-mode.el (makefile-dependency-skip): New variable.
27926 (makefile-macroassign-regex, makefile-make-font-lock-keywords):
27927 Also fontify plain strings assigned to variables, mostly so that a
27928 colon has a face and is thus not taken as a dependency separator.
27929 (makefile-previous-dependency): Inline the new matcher, because it
27930 is too complex to work in both directions.
27931 (makefile-match-dependency): Eliminate `backward' arg (see above).
27932 Completely reimplemented so as to not sometimes go into an endless
27933 loop. It should also be more efficient, because first it only
27934 searches for `:', instead of applying the very complex regexp.
27935 (makefile-mode): Cancel `font-lock-support-mode', because blocks
27936 to be fontified in one piece can be too long for JIT.
27937 Makefiles are never *that* big.
27938
27939 2005-05-17 Reiner Steib <Reiner.Steib@gmx.de>
27940
27941 * dired.el (dired-mode): Simplify.
27942
27943 2005-05-17 Lute Kamstra <lute@gnu.org>
27944
27945 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't generate a
27946 defcustom for the mode hook variable.
27947
27948 * emacs-lisp/authors.el (authors): Do parse the ChangeLogs of the
27949 Emacs Lisp Reference Manual.
27950
27951 2005-05-17 Juanma Barranquero <lekktu@gmail.com>
27952
27953 * emacs-lisp/cl.el (eql, floatp-safe, plusp, minusp, oddp)
27954 (evenp, list*):
27955 * emacs-lisp/cl-macs.el (macrolet, symbol-macrolet):
27956 * emacs-lisp/cl-seq.el (subsetp, tree-equal): Doc fixes.
27957
27958 * net/tramp-smb.el (tramp-smb-open-connection):
27959 Pass `tramp-chunksize' as fifth (required) argument.
27960
27961 2005-05-16 Daniel Pfeiffer <occitan@esperanto.org>
27962
27963 * font-lock.el (lisp-font-lock-keywords-1):
27964 Set `font-lock-negation-char-face' for [^...] char group.
27965 (lisp-font-lock-keywords-2): Highlight regexp's \\( \\| \\).
27966
27967 * progmodes/make-mode.el (makefile-dependency-regex): Turn it into
27968 a var, and refine it to mask one more level of nested vars.
27969 (makefile-rule-action-regex): Turn it into a var, and refine it so
27970 it recognizes backslashed continuation lines as belonging to the
27971 same command.
27972 (makefile-macroassign-regex): Refine it so it recognizes
27973 backslashed continuation lines as belonging to the same command.
27974 (makefile-var-use-regex): Don't look at the next char, because it
27975 might be the same one to be skipped by the initial [^$], leading
27976 to an overlooked variable use.
27977 (makefile-make-font-lock-keywords): Remove two parameters, which
27978 are now variables that some of the modes set locally.
27979 Handle dependency and rule action matching through functions, because
27980 regexps alone match too often. Dependency matching now comes
27981 last, so it can check, whether a colon already matched something else.
27982 (makefile-mode): Inform that font-lock improves makefile parsing
27983 capabilities.
27984 (makefile-match-dependency, makefile-match-action): New functions.
27985
27986 2005-05-16 Juanma Barranquero <lekktu@gmail.com>
27987
27988 * emacs-lisp/cl-extra.el (equalp): Doc fix.
27989
27990 * align.el (align-regexp):
27991 * ansi-color.el (ansi-color-get-face):
27992 * array.el (array-reconfigure-rows, array-init-max-row)
27993 (array-init-max-column, array-init-columns-per-line)
27994 (array-init-field-width):
27995 * dired-aux.el (dired-trample-file-versions):
27996 * dired-x.el (dired-mark-sexp):
27997 * ediff-diff.el (ediff-extract-diffs, ediff-get-diff3-group):
27998 * edmacro.el (edmacro-finish-edit, edmacro-parse-keys):
27999 * emerge.el (emerge-extract-diffs, emerge-get-diff3-group):
28000 * faces.el (face-read-integer):
28001 * files.el (backup-extract-version, insert-directory):
28002 * hexl.el (hexl-insert-decimal-char):
28003 * server.el (server-process-filter):
28004 * shell.el (shell-extract-num):
28005 * startup.el (command-line-1):
28006 * term.el (term-command-hook):
28007 * time-stamp.el (time-stamp, time-stamp-string-preprocess)
28008 (time-stamp-do-number):
28009 * time.el (display-time-update):
28010 * timezone.el (timezone-parse-date, timezone-zone-to-minute)
28011 (timezone-fix-time):
28012 * vms-patch.el (vms-suspend-resume-hook):
28013 * calendar/appt.el (appt-convert-time):
28014 * calendar/cal-bahai.el (mark-bahai-diary-entries):
28015 * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
28016 * calendar/cal-islam.el (mark-islamic-diary-entries):
28017 * calendar/calendar.el (calendar-cursor-to-date)
28018 (calendar-star-date):
28019 * calendar/diary-lib.el (diary-attrtype-convert)
28020 (mark-diary-entries, diary-entry-time):
28021 * calendar/solar.el (solar-get-number):
28022 * emacs-lisp/lisp-mnt.el (lm-last-modified-date):
28023 * emacs-lisp/re-builder.el (reb-display-subexp):
28024 * emulation/edt.el (edt-set-scroll-margins):
28025 * emulation/tpu-extras.el (tpu-set-scroll-margins):
28026 * emulation/vip.el (vip-get-ex-token, vip-get-ex-buffer)
28027 (vip-get-ex-count):
28028 * emulation/viper-ex.el (viper-get-ex-token)
28029 (viper-get-ex-buffer, viper-get-ex-count, ex-next):
28030 * international/fontset.el (fontset-plain-name):
28031 * mail/feedmail.el (feedmail-look-at-queue-directory):
28032 * mail/mailalias.el (mail-get-names):
28033 * mail/rmail.el (rmail-convert-to-babyl-format):
28034 * mail/rmailsum.el (rmail-make-basic-summary-line)
28035 (rmail-summary-next-same-subject, rmail-summary-rmail-update)
28036 (rmail-summary-goto-msg):
28037 * mail/smtpmail.el (smtpmail-read-response):
28038 * net/ange-ftp.el (ange-ftp-guess-hash-mark-size)
28039 (ange-ftp-vms-add-file-entry):
28040 * play/gametree.el (gametree-looking-at-ply)
28041 (gametree-current-branch-score):
28042 * progmodes/ada-xref.el (ada-prj-find-prj-file)
28043 (ada-xref-find-in-modified-ali, ada-find-in-src-path):
28044 * progmodes/cperl-mode.el (condition-case):
28045 * progmodes/ebrowse.el (ebrowse-set-tree-indentation)
28046 (ebrowse-set-member-buffer-column-width)
28047 (ebrowse-select-1st-to-9nth):
28048 * progmodes/etags.el (etags-snarf-tag):
28049 * progmodes/flymake.el (flymake-parse-line):
28050 * progmodes/idlw-shell.el (idlwave-shell-parse-line)
28051 (idlwave-shell-filter-bp, idlwave-shell-goto-next-error)
28052 (idlwave-shell-menu-def):
28053 * progmodes/ps-mode.el (ps-run-goto-error):
28054 * progmodes/vhdl-mode.el (vhdl-read-offset, vhdl-load-cache)
28055 (vhdl-speedbar-contract-level):
28056 * term/mac-win.el (x-handle-numeric-switch):
28057 * term/sun-mouse.el (sun-get-frame-data):
28058 * term/w32-win.el (x-handle-numeric-switch):
28059 * term/x-win.el (x-handle-numeric-switch):
28060 * textmodes/ispell.el (ispell-parse-output):
28061 * textmodes/nroff-mode.el (nroff-outline-level):
28062 * textmodes/reftex-cite.el (reftex-bib-sort-year)
28063 (reftex-bib-sort-year-reverse, reftex-format-citation):
28064 * textmodes/reftex-parse.el (reftex-init-section-numbers)
28065 (reftex-section-number):
28066 * textmodes/texinfmt.el (texinfo-paragraphindent):
28067 Replace `string-to-int' by `string-to-number'.
28068
28069 * international/latexenc.el: Add page marker to force the "Local
28070 Variables:" string out of the last page.
28071
28072 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
28073
28074 * progmodes/gud.el (gud-tooltip-mode): Add gud prefix to
28075 tooltip-change-major-mode.
28076 (gud-tooltip-print-command): Remove case where gud-minor-mode
28077 is gdb ("--fullname").
28078 (gud-tooltip-tips): Turn GUD tooltips off for this case and
28079 explain to user.
28080
28081 2005-05-16 Jay Belanger <belanger@truman.edu>
28082
28083 * calc/calc-store.el (calc-copy-special-constant): New function.
28084
28085 * calc/calc-ext.el (calc-init-extensions): Add binding for
28086 `calc-copy-special-constant'.
28087
28088 * calc/calc-prog.el (calc-edit-format-macro-buffer): Add a case
28089 for the `calc-copy-special-constant' command.
28090
28091 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
28092
28093 * subr.el (left-fringe-p): New function.
28094
28095 * progmodes/compile.el (compilation-setup): Set local value of
28096 overlay-arrow-string to "" always.
28097 (compilation-set-window): Left fringe then don't scroll.
28098 No left fringe then no arrow and scroll message to top.
28099 (compilation-context-lines): Adjust doc string accordingly.
28100
28101 2005-05-16 Kim F. Storm <storm@cua.dk>
28102
28103 * ido.el (ido-magic-forward-char, ido-magic-backward-char)
28104 (ido-magic-delete-char): New commands for C-f, C-b, C-d.
28105 (ido-wide-find-dir-or-delete-dir): New command for M-d.
28106 (ido-define-mode-map): Bind them. Add C-x prefix to fallback commands.
28107 (ido-read-file-name): Handle commands with ido property value
28108 equal to find-file as reading a file name, to allow C-d to enter dired.
28109 (ibuffer-find-file): Add ido property with value find-file.
28110
28111 2005-05-15 Kim F. Storm <storm@cua.dk>
28112
28113 * subr.el (open-network-stream-nowait): Remove.
28114 (open-network-stream-server): Remove.
28115
28116 2005-05-15 Richard M. Stallman <rms@gnu.org>
28117
28118 * faces.el (describe-face): Output a definition link button.
28119
28120 * help-mode.el (help-face-def): New button type.
28121
28122 * emacs-lisp/copyright.el (copyright-fix-years):
28123 Match properly if the first year is 2-digit.
28124 Don't mess up the whitespace after the years by filling.
28125
28126 * dired-aux.el (dired-mark-confirm):
28127 Pass t to dired-get-marked-files for DISTINGUISH-ONE-MARKED.
28128
28129 * dired.el (dired-map-over-marks): New arg DISTINGUISH-ONE-MARKED.
28130 (dired-get-marked-files): New arg DISTINGUISH-ONE-MARKED.
28131 (dired-mark-pop-up): Handle FILES = (t FILE) specially.
28132
28133 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
28134 Set font-lock-comment-start-skip.
28135
28136 * font-lock.el (font-lock-comment-start-skip): New variable.
28137 (font-lock-comment-end-skip): New variable.
28138 (font-lock-fontify-syntactically-region): Use them if non-nil.
28139
28140 2005-05-15 Jay Belanger <belanger@truman.edu>
28141
28142 * calc/calc-store.el (calc-store-value): Return a string rather
28143 than display it as a message.
28144 Use calc-var-name for variable name.
28145 (calc-store-into): Add the result of calc-store-value to message.
28146 (calc-copy-variable): Add a message.
28147 (calc-store-exchange): Improve error messages.
28148 (calc-store-binary, calc-store-map): Don't reset the values of
28149 special constants.
28150
28151 2005-05-14 Luc Teirlinck <teirllm@auburn.edu>
28152
28153 * emacs-lisp/derived.el (define-derived-mode): Add link to Elisp
28154 manual to docstring.
28155
28156 * files.el (hack-local-variables-confirm): Add STRING argument.
28157 Make the function handle non file visiting buffers correctly.
28158 (hack-local-variables-prop-line, hack-local-variables)
28159 (hack-one-local-variable): Use STRING arg of
28160 `hack-local-variables-confirm'.
28161
28162 2005-05-14 Michael Albinus <michael.albinus@gmx.de>
28163
28164 Sync with Tramp 2.0.49.
28165
28166 * net/tramp.el (tramp-handle-dired-call-process)
28167 (tramp-handle-insert-directory):`insert-buffer' cannot be used
28168 because the contents of the Tramp buffer is changed before
28169 insertion (`expand-file' and alike).
28170 (tramp-handle-insert-directory): If `localname' has an empty
28171 nondirectory name, it must not be quoted.
28172 (tramp-pre-connection): Add parameter CHUNKSIZE. Make local
28173 variable `tramp-chunksize'. Change callees.
28174 (tramp-open-connection-setup-interactive-shell): Check remote host
28175 for buggy `send-process-string' implementation.
28176 Set `tramp-chunksize' if found. Reported by Michael Kifer
28177 <kifer@cs.sunysb.edu> (and a lot of other people all the years).
28178 (tramp-handle-shell-command): `insert-buffer' cannot be used
28179 because the contents of the Tramp buffer is changed before
28180 insertion (`expand-file' and alike). Reported by Fr\e,Ai\e(Bd\e,Ai\e(Bric Bothamy
28181 <frederic.bothamy@free.fr>.
28182 (tramp-set-auto-save): Actions should be done for Tramp file name
28183 handler only. Ange-FTP has its own auto-save mechanism.
28184 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
28185 (tramp-set-auto-save-file-modes): Set file modes of
28186 `buffer-auto-save-file-name' to ?\600 as fallback solution.
28187 Reported by Ferenc Wagner <wferi@tba.elte.hu>.
28188 (tramp-bug): Remove obsolete variable.
28189 (tramp-append-tramp-buffers): Rewrite partly. More suitable check
28190 for presence of `mml-mode'. Make it running for older Emacsen as well.
28191
28192 2005-05-14 John Paul Wallington <jpw@pobox.com>
28193
28194 * ibuf-ext.el (define-ibuffer-filter filename):
28195 If `dired-directory' is a list, use its car.
28196
28197 2005-05-14 Daniel Brockman <daniel@brockman.se> (tiny change)
28198
28199 * ibuffer.el (define-ibuffer-column filename):
28200 If `dired-directory' is a list, use its car.
28201
28202 2005-05-14 Richard M. Stallman <rms@gnu.org>
28203
28204 * subr.el (symbol-file): Doc fix.
28205
28206 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn): New function.
28207 (byte-compile-form): Call byte-compile-nogroup-warn.
28208 (byte-compile-warning-types): Doc fix.
28209
28210 * eshell/esh-mode.el (eshell-find-tag): Use with-no-warnings.
28211
28212 * progmodes/cc-engine.el (c-literal-faces):
28213 Add font-lock-comment-delimiter-face.
28214
28215 * net/net-utils.el (dig): Use with-no-warnings.
28216
28217 * mail/supercite.el (sc-cite-frame-alist, sc-uncite-frame-alist)
28218 (sc-recite-frame-alist, sc-default-cite-frame)
28219 (sc-default-uncite-frame, sc-default-recite-frame)
28220 (sc-attrib-selection-list, sc-rewrite-header-list):
28221 Mark as risky-local-variable.
28222
28223 * international/ogonek.el (ogonek-jak, ogonek-how):
28224 Don't use beginning-of-buffer.
28225
28226 * emacs-lisp/eldoc.el (eldoc-documentation-function): Add autoload.
28227
28228 * calendar/solar.el (solar-data-list): Move definition up.
28229
28230 * dnd.el (dnd-protocol-alist): Add autoload.
28231
28232 * progmodes/sh-script.el: Many doc usage fixes.
28233 (sh-indent-after-do): Change default to match common styles.
28234
28235 2005-05-13 Luc Teirlinck <teirllm@auburn.edu>
28236
28237 * files.el (interpreter-mode-alist)
28238 (auto-mode-interpreter-regexp): Doc fixes.
28239
28240 2005-05-13 Matt Hodges <MPHodges@member.fsf.org>
28241
28242 * tmm.el (tmm-get-keymap): Include only active menus and menu items.
28243
28244 * emacs-lisp/easymenu.el (easy-menu-define): Doc fixes.
28245
28246 2005-05-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
28247
28248 * dired.el (dired-mode): make-variable-buffer-local =>
28249 make-local-variable.
28250
28251 2005-05-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
28252
28253 * term/mac-win.el (mac-select-convert-to-string): Try coding
28254 systems in mac-script-code-coding-systems if specified one cannot
28255 encode string for `com.apple.traditional-mac-plain-text'.
28256
28257 2005-05-13 Daniel Pfeiffer <occitan@esperanto.org>
28258
28259 * progmodes/make-mode.el (makefile-targets-face)
28260 (makefile-shell-face, makefile-makepp-perl-face): New faces.
28261 (makefile-dependency-regex): Fix it to not make the colon in
28262 $(var:a=b) special.
28263 (makefile-rule-action-regex): New regexp for highlighting embedded
28264 Shell strings.
28265 (makefile-macroassign-regex): Handle != for highlighting as
28266 embedded Shell strings.
28267 (makefile-var-use-regex): New const.
28268 (makefile-statements, makefile-automake-statements)
28269 (makefile-gmake-statements, makefile-makepp-statements)
28270 (makefile-bsdmake-statements): New consts.
28271 (makefile-make-font-lock-keywords): New function.
28272 (makefile-automake-font-lock-keywords)
28273 (makefile-gmake-font-lock-keywords)
28274 (makefile-makepp-font-lock-keywords)
28275 (makefile-bsdmake-font-lock-keywords): New consts.
28276 (makefile-mode-map): Add switchers between the various submodes.
28277 (makefile-mode): Document the availability of the variants.
28278 (makefile-automake-mode, makefile-gmake-mode)
28279 (makefile-makepp-mode, makefile-bsdmake-mode): New derived modes.
28280
28281 * files.el (auto-mode-alist, interpreter-mode-alist): Set up the
28282 new variants of makefile-mode.
28283
28284 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
28285
28286 * font-lock.el (font-lock-comment-delimiter-face): Fix up
28287 the inheritance.
28288
28289 2005-05-12 Luc Teirlinck <teirllm@auburn.edu>
28290
28291 * progmodes/inf-lisp.el (inferior-lisp-mode-hook)
28292 (inferior-lisp-load-hook): Convert defcustoms back to defvars.
28293
28294 * files.el (normal-mode): Extend the scope of the
28295 `enable-local-variables' binding to include the `set-auto-mode' call.
28296 (magic-mode-alist): Doc fix.
28297
28298 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
28299
28300 * font-lock.el (font-lock-comment-delimiter-face): Inherit from
28301 font-lock-comment-face rather than copying its setting.
28302
28303 2005-05-12 Andreas Schwab <schwab@suse.de>
28304
28305 * eshell/esh-mode.el (eshell-send-input): Doc fix.
28306
28307 2005-05-12 Lute Kamstra <lute@gnu.org>
28308
28309 * emacs-lisp/generic.el (define-generic-mode): Don't generate a
28310 defcustom for the mode hook variable. Delete the last argument.
28311 * generic-x.el: Fix callers of define-generic-mode.
28312 (generic-x-modes): Delete group.
28313 (show-tabs-tab-face, show-tabs-space-face): Put them in the
28314 generic-x customization group.
28315
28316 2005-05-12 Kim F. Storm <storm@cua.dk>
28317
28318 * font-lock.el (font-lock-negation-char-face): Default to "off".
28319
28320 * progmodes/cc-fonts.el (c-basic-matchers-before): Don't apply
28321 font-lock-negation-char-face to ! in !=.
28322
28323 2005-05-12 Masatake YAMATO <jet@gyve.org>
28324
28325 * add-log.el (find-change-log): Fix typos in the docstring
28326 of function.
28327
28328 2005-05-11 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
28329
28330 * international/latexenc.el (latexenc-find-file-coding-system):
28331 Avoid `re-search-forward' when looking for input encoding because
28332 of speed and safety. Better regular expressions for recognizing
28333 input encoding. Limit a search for TeX-master/tex-main-file to
28334 the local variable section.
28335
28336 2005-05-11 Dan Nicolaescu <dann@ics.uci.edu>
28337
28338 * progmodes/sh-script.el (sh-mode-default-syntax-table): Set the
28339 syntax of $ to "'" (quote).
28340
28341 2005-05-11 Reiner Steib <Reiner.Steib@gmx.de>
28342
28343 * dnd.el (dnd-protocol-alist): Improve custom type.
28344
28345 * dired.el (dired-dnd-protocol-alist): New variable.
28346 (dired-mode): Use `dired-dnd-protocol-alist'. Move call of
28347 `dired-mode-hook' to the end.
28348
28349 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
28350
28351 * font-lock.el (font-lock-fontify-syntactically-region): Don't use
28352 comment-end if comment-start-skip is not set.
28353 Obey the font-lock-comment-delimiter-face variables.
28354
28355 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
28356
28357 * files.el (executable-find): Move from executable.el. Use
28358 locate-file.
28359 * progmodes/executable.el (executable-find): Move to files.el.
28360
28361 * font-lock.el (font-lock-fontify-keywords-region): Use a marker
28362 when trying to ensure forward progress.
28363
28364 2005-05-11 Chong Yidong <cyd@stupidchicken.com>
28365
28366 * mouse-sel.el (mouse-sel-follow-link-p): New function.
28367 (mouse-select, mouse-select-internal, mouse-extend-internal):
28368 Use it to implement mouse-1-click-follows-link functionality.
28369
28370 2005-05-11 Richard M. Stallman <rms@gnu.org>
28371
28372 * font-lock.el (font-lock-fontify-syntactically-region):
28373 Use font-lock-comment-delimiter-face for comment delimiters.
28374
28375 2005-05-10 Jay Belanger <belanger@truman.edu>
28376
28377 * calc/calc-help.el (calc-m-prefix-help): Add mention of
28378 preserving embedded modes.
28379
28380 2005-05-10 Richard M. Stallman <rms@gnu.org>
28381
28382 * progmodes/sh-script.el (sh-indent-for-do): Default to 0.
28383
28384 * progmodes/ada-mode.el (ada-adjust-case-skeleton):
28385 Move from ada-stmt.el.
28386 (ada-mode): Add ada-adjust-case-skeleton to skeleton-end-hook.
28387
28388 * progmodes/ada-stmt.el (ada-adjust-case-skeleton):
28389 Move to ada-mode.el.
28390 (ada-stmt-mode-hook): Delete; do the work in ada-mode.
28391
28392 * cus-edit.el (custom-file): Call file-chase-links.
28393
28394 * files.el (read-directory-name): Fix previous change.
28395 (hack-local-variables-confirm): New function.
28396 (hack-local-variables-prop-line, hack-local-variables)
28397 (hack-one-local-variable): Use it.
28398
28399 2005-05-10 Lute Kamstra <lute@gnu.org>
28400
28401 * font-lock.el (font-lock-keywords-alist)
28402 (font-lock-removed-keywords-alist): Clarify docstrings.
28403
28404 2005-05-10 Nick Roberts <nickrob@snap.net.nz>
28405
28406 * progmodes/gdb-ui.el (gdb-macro-info): New variable.
28407 (gdb-source-info): Check for preprocessor info.
28408 (gdb-tooltip-print-1): New function. Don't print tooltip if it is
28409 a macro for a function.
28410 (gdb-info-breakpoints-custom): Try to find file again if not already
28411 found (user might have used GDB dir command).
28412 (gdb-get-location): Update gdb-location-alist correctly for change
28413 to gdb-info-breakpoints-custom.
28414
28415 * progmodes/gud.el (gud-tooltip-mode): Require tooltip to be safe.
28416 (gud-tooltip-print-command): Add gdbmi case.
28417 (gud-tooltip-tips): Call gdb-tooltip-print-1 first if there is
28418 preprocessor info.
28419
28420 2005-05-09 Reiner Steib <Reiner.Steib@gmx.de>
28421
28422 * startup.el (fancy-splash-insert): Fix typo in doc string.
28423
28424 2005-05-09 Juanma Barranquero <lekktu@gmail.com>
28425
28426 * obsolete/float.el (string-to-float):
28427 * obsolete/hilit19.el (hilit-add-pattern):
28428 * obsolete/rnews.el (news-parse-range, news-select-message)
28429 (news-get-pruned-list-of-files): Replace `string-to-int' by
28430 `string-to-number'.
28431
28432 * obsolete/uncompress.el: Set `find-file-not-found-functions', not
28433 `find-file-not-found-hooks'; use `add-hook'.
28434 (uncompress-while-visiting): Set `write-file-functions', not
28435 `write-file-hooks'; use `add-hook'.
28436
28437 2005-05-09 Kim F. Storm <storm@cua.dk>
28438
28439 * emulation/cua-base.el (cua-copy-region, cua-cut-region)
28440 (cua-paste): Handle clipboard action.
28441 (cua--init-keymaps): Remap clipboard-kill-region and
28442 clipboard-kill-ring-save.
28443
28444 2005-05-08 Eli Zaretskii <eliz@gnu.org>
28445
28446 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
28447 Improve commentary.
28448
28449 * simple.el (next-error-overlay-arrow-position): Revert the change
28450 made on 2005-04-30.
28451
28452 2005-05-07 Jay Belanger <belanger@truman.edu>
28453
28454 * calc/calcsel2.el (calc-commute-left, calc-commute-right)
28455 (calc-sel-unpack, calc-sel-isolate): Rename variable `reselect' to
28456 `calc-sel-reselect'.
28457
28458 * calc/calc-mode.el (calc-save-modes): Reset the modes list if
28459 Calc is in embedded mode.
28460
28461 2005-05-07 Eli Zaretskii <eliz@gnu.org>
28462
28463 * progmodes/compile.el (compilation-setup):
28464 Set overlay-arrow-string to an empty string on text terminals.
28465
28466 * textmodes/ispell.el (ispell-program-name): Try looking for
28467 "aspell" along exec-path, and if found, use it as the default
28468 speller program.
28469
28470 2005-05-07 Jirka Kosek <jirka@kosek.cz> (tiny change)
28471
28472 * international/mule.el (sgml-xml-auto-coding-function):
28473 Recognize encoding='FOO' in single quotes as well as in double quotes.
28474
28475 2005-05-07 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
28476
28477 * emacs-lisp/cl-macs.el (cl-transform-lambda): Recognize `declare'
28478 as well as `interactive', so that defmacro* would recognize
28479 `declare' forms.
28480
28481 2005-05-07 Eli Zaretskii <eliz@gnu.org>
28482
28483 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
28484 Explain more about the LIGHTER arg's usage in the doc string.
28485 Add commentary to clarify what the code does. Fix the regexp that
28486 strips whitespace from LIGHTER. Quote LIGHTER before using it,
28487 since it could have characters special to regular expressions.
28488
28489 2005-05-07 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
28490
28491 * replace.el (occur-1): Bind inhibit-read-only so that
28492 erase-buffer doesn't barf on read-only text properties (likewise
28493 for add-text-properties in occur-engine). Mark buffer as unmodified.
28494 (occur-engine): Don't set buffer-read-only here.
28495
28496 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
28497
28498 * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Don't fiddle with
28499 list-buffers-directory. This caused the *cvs-commit* buffer to be
28500 sometimes mistakenly reused as a *cvs* buffer.
28501
28502 2005-05-07 Nick Roberts <nickrob@snap.net.nz>
28503
28504 * tooltip.el: Move code for GUD tooltips into gud.el.
28505 (require): CL no longer needed to compile case.
28506 (tooltip-mode): Do not toggle functions for GUD tooltips.
28507 (tooltip-gud-tips-p): Remove. Replace with minor mode
28508 gud-tooltip-mode in gud.el.
28509 (tooltip-gud-modes, tooltip-gud-display, tooltip-gud-echo-area)
28510 (tooltip-gud-toggle-dereference): Rename in gud.el by replacing
28511 tooltip-gud prefix with gud-tooltip and obsolete.
28512 (tooltip-change-major-mode, tooltip-activate-mouse-motions-if-enabled)
28513 (tooltip-mouse-motions-active, tooltip-activate-mouse-motions)
28514 (tooltip-mouse-motion): Mouse movement functions/variable.
28515 Rename in gud.el by adding gud prefix.
28516 (tooltip-gud-original-filter, tooltip-gud-dereference)
28517 (tooltip-gud-event, tooltip-toggle-gud-tips)
28518 (tooltip-gud-process-output, tooltip-gud-print-command)
28519 (tooltip-gud-tips): GUD tooltip functions/variables. Rename in
28520 gud.el by replacing tooltip-gud prefix with gud-tooltip.
28521 (gdb-tooltip-print): Move to gdb-ui.el.
28522
28523 * progmodes/gud.el: Move code for GUD tooltips from tooltip.el.
28524 (require): CL needed to compile case.
28525 (gud-tooltip-mode): Use to toggle GUD tooltips instead of
28526 tooltip-gud-tips-p. Make it a minor-mode.
28527 (gud-find-file): Only prepare GUD tooltips if gud-tooltip-mode is t.
28528 (gud-menu-map): GUD tooltips use gud-tooltip-mode now.
28529 (gud-tooltip-modes, gud-tooltip-display, gud-tooltip-echo-area)
28530 (gud-tooltip-change-major-mode)
28531 (gud-tooltip-activate-mouse-motions-if-enabled)
28532 (gud-tooltip-mouse-motions-active, gud-tooltip-activate-mouse-motions)
28533 (gud-tooltip-mouse-motion, gud-tooltip-toggle-dereference)
28534 (gud-tooltip-original-filter, gud-tooltip-dereference)
28535 (gud-tooltip-event, tooltip-toggle-gud-tips)
28536 (gud-tooltip-process-output, gud-tooltip-print-command)
28537 (gud-tooltip-tips): Move from tooltip.el.
28538
28539 * progmodes/gdb-ui.el (gdb-tooltip-print): Move from tooltip.el.
28540 (gdb-cpp-define-alist-flags): Doc fix.
28541 (gdb-set-gud-minor-mode-1): Only prepare GUD tooltips if
28542 gud-tooltip-mode is t.
28543
28544 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
28545
28546 * net/goto-addr.el (goto-address-fontify): Make sure the overlays
28547 evaporate if their text is deleted.
28548 (goto-address-at-point): Make it work as a mouse binding as well.
28549 (goto-address-at-mouse): Obsolete it. Update users.
28550
28551 2005-05-06 Glenn Morris <gmorris@ast.cam.ac.uk>
28552
28553 * calendar/appt.el (top-level): No longer activate on load.
28554
28555 2005-05-06 Juanma Barranquero <lekktu@gmail.com>
28556
28557 * calendar/cal-bahai.el (mark-bahai-diary-entries):
28558 * net/webjump.el (webjump):
28559 * progmodes/idlw-help.el (idlwave-do-context-help1)
28560 (idlwave-highlight-linked-completions):
28561 * textmodes/po.el (po-find-file-coding-system-guts):
28562 Replace `assoc-ignore-case' by `assoc-string'.
28563
28564 2005-05-06 Eli Zaretskii <eliz@gnu.org>
28565
28566 * files.el (locate-file): Doc fix.
28567
28568 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program): Doc fix.
28569 Remove the redundant test for ms-dos.
28570
28571 * progmodes/cmacexp.el (c-macro-preprocessor): Use locate-file to
28572 look for the preprocessor with exec-suffixes. If not found in
28573 standard places, look in exec-path. Remove most of the tests that
28574 used system-type.
28575
28576 * loadup.el: Load jka-cmpr-hook instead of jka-comp-hook.
28577
28578 * jka-compr.el (jka-compr-uninstall): Add autoload cookie.
28579
28580 * jka-cmpr-hook.el: Renamed from jka-comp-hook.el, to avoid
28581 file-name clash with jka-compr.el on 8+3 filesystems.
28582
28583 2005-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
28584
28585 * term/mac-win.el: Don't define or bind scroll bar functions if
28586 x-toolkit-scroll-bars is t.
28587 (x-select-text, x-get-selection-value): Clear
28588 x-last-selected-text-clipboard if x-select-enable-clipboard is
28589 nil.
28590 (PRIMARY): Put mac-scrap-name property.
28591 (mac-select-convert-to-file-url): New function.
28592 (public.file-url): New selection target type. Add to
28593 selection-converter-alist.
28594 (x-get-selection, x-selection-value): Handle it.
28595 (x-cut-buffer-or-selection-value): New alias.
28596
28597 2005-05-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
28598
28599 * textmodes/bibtex.el (bibtex-summary): Use current BibTeX
28600 entry to avoid calling bibtex-find-entry with arg global
28601 being t. Remove arg key.
28602 (bibtex-summary-function, bibtex-complete-crossref-cleanup)
28603 (bibtex-copy-summary-as-kill): Change accordingly.
28604
28605 2005-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
28606
28607 * textmodes/org.el (org-get-entries-from-diary): Remove unused vars.
28608 (org-agenda-date-later): Use with-current-buffer.
28609
28610 2005-05-05 Luc Teirlinck <teirllm@auburn.edu>
28611
28612 * emacs-lisp/byte-run.el (define-obsolete-function-alias)
28613 (define-obsolete-variable-alias): Doc Fixes.
28614
28615 2005-05-06 Kim F. Storm <storm@cua.dk>
28616
28617 * simple.el (line-move-1): Fix 2005-04-26 change. Must still use
28618 vertical-motion when selective-display is active.
28619
28620 * ido.el (ido-setup-hook): New hook.
28621 (ido-define-mode-map-hook): Remove hook; use ido-setup-hook instead.
28622 (ido-input-stack): New var.
28623 (ido-define-mode-map): Bind M-b to ido-push-dir. Move old
28624 ido-next-work-file binding to M-O.
28625 Bind M-f to ido-wide-find-file-or-pop-dir.
28626 (ido-define-mode-map): Don't run ido-define-mode-map-hook.
28627 (ido-read-internal): Run ido-setup-hook.
28628 Catch quit in read-file-name and read-string to cancel edit.
28629 Handle new push, pop, and pop-all exit codes (for M-b/M-f).
28630 Automatically pop-all when completing a directory name (RET).
28631 (ido-file-internal): Add with-no-warnings around ffap and dired code.
28632 (ido-exit-minibuffer): Use exit-minibuffer instead of throw.
28633 (ido-wide-find-file, ido-wide-find-dir): Catch quit to cancel find.
28634 (ido-push-dir, ido-pop-dir, ido-wide-find-file-or-pop-dir):
28635 New functions for M-b/M-f to move among the directory components.
28636 (ido-make-merged-file-list): Catch quit to cancel merge.
28637 (ido-make-dir-list): Delete "." when ido-input-stack is non-empty.
28638 (ido-completion-help): No warnings for ido-completion-buffer-full.
28639
28640 2005-05-05 Daniel Pfeiffer <occitan@esperanto.org>
28641
28642 * font-lock.el (font-lock-negation-char-face): New face and variable.
28643 * progmodes/cc-fonts.el (c-cpp-matchers): Use it.
28644 * progmodes/sh-script.el (sh-font-lock-keywords): Use it.
28645 * progmodes/cperl-mode.el (cperl-init-faces): Use it.
28646 * progmodes/make-mode.el (makefile-font-lock-keywords): Use it.
28647
28648 2005-05-05 Juanma Barranquero <lekktu@gmail.com>
28649
28650 * emacs-lisp/byte-run.el (define-obsolete-function-alias):
28651 Fix typo in docstring.
28652
28653 * progmodes/ebrowse.el (ebrowse-install-1-to-9-keys)
28654 (ebrowse-print-statistics-line)
28655 (ebrowse-electric-position-mode-hook): Fix typo in docstring.
28656
28657 * term/w32-win.el (image-library-alist): Add additional name for
28658 Xpm library.
28659
28660 2005-05-05 Nick Roberts <nickrob@snap.net.nz>
28661
28662 * progmodes/cmacexp.el (c-macro-preprocessor): Update for BSD and
28663 use gcc instead of cpp.
28664
28665 * progmodes/gdb-ui.el (gdb-cpp-define-alist-flags): New variable.
28666 (gdb-create-define-alist): Use it.
28667 (gdb-cpp-define-alist-program): Update for MS-DOS.
28668
28669 2005-05-04 Nick Roberts <nickrob@snap.net.nz>
28670
28671 * progmodes/cmacexp.el (c-macro-preprocessor): Update for Mac OS X.
28672
28673 2005-05-04 Richard M. Stallman <rms@gnu.org>
28674
28675 * help.el (describe-key): No error when UNTRANSLATED is nil.
28676
28677 * simple.el (line-move-1): Fix previous change to signal errors
28678 appropriately.
28679
28680 2005-05-03 Ulf Jasper <ulf.jasper@web.de>
28681
28682 * calendar/icalendar.el (icalendar-version): Now at 0.12.
28683 (icalendar-duration-correction): Remove.
28684 (icalendar--get-event-properties): Split result at commas.
28685 (icalendar--decode-isoduration): New optional argument
28686 DURATION-CORRECTION.
28687 (icalendar--convert-ordinary-to-ical, icalendar--convert-sexp-to-ical)
28688 (icalendar--convert-yearly-to-ical, icalendar--convert-weekly-to-ical)
28689 (icalendar--convert-block-to-ical, icalendar--convert-float-to-ical)
28690 (icalendar--convert-date-to-ical, icalendar--convert-cyclic-to-ical)
28691 (icalendar--convert-anniversary-to-ical): New functions, extracted
28692 from icalendar-export-region, with bug fixes.
28693 (icalendar-export-region): Use the above functions.
28694 (icalendar-import-buffer): Check before saving diary file.
28695 (icalendar--convert-recurring-to-diary)
28696 (icalendar--convert-non-recurring-all-day-to-diary)
28697 (icalendar--convert-non-recurring-not-all-day-to-diary): New functions,
28698 extracted from icalendar--convert-ical-to-diary, with bug fixes.
28699 (icalendar--convert-ical-to-diary): Use the above functions.
28700
28701 2005-05-03 Nick Roberts <nickrob@snap.net.nz>
28702
28703 * progmodes/cc-mode.el (cc-define-alist, cc-create-define-alist):
28704 Remove these recent additions.
28705 (c-mode): Restore to before 2005-04-28.
28706
28707 * progmodes/cc-vars.el (cc-define-list-program): Remove this
28708 recent addition.
28709
28710 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program)
28711 (gdb-define-alist): New variables.
28712 (gdb-create-define-alist): New function.
28713 (gdb-set-gud-minor-mode-1): Handle gdb-define-alist.
28714 (gdb-source, gdb-memory-set-repeat-count): Replace string-to-int
28715 with string-to-number.
28716 (gdb-reset): Kill gdb-define-alist. Move assignments outside loop.
28717
28718 * progmodes/gud.el: Replace string-to-int with string-to-number.
28719 (gud-find-file): Handle gdb-define-alist.
28720
28721 * tooltip.el (tooltip-gud-tips): Use gdb-define-alist.
28722
28723 2005-05-02 Jay Belanger <belanger@truman.edu>
28724
28725 * calc/calc-aent.el (math-read-token):
28726 * calc/calc-bin.el (calc-word-size):
28727 * calc/calc-ext.el (calc-read-number-fancy):
28728 * calc/calc-forms.el (calc-time, calc-date-notation, math-this-year)
28729 (math-parse-date, math-parse-standard-date, calcFunc-tzone):
28730 * calc/calc-frac.el (calc-over-notation):
28731 * calc/calc-graph.el (calc-graph-plot, calc-graph-set-styles)
28732 (calc-graph-num-points, calc-graph-init):
28733 * calc/calc-prog.el (calc-read-parse-table-part)
28734 (calc-edit-macro-repeats):
28735 * calc/calc-yank.el (calc-do-grab-rectangle):
28736 * calc/calc.el (calcDigit-key, math-read-number, math-read-bignum):
28737 Replace `string-to-int' by `string-to-number'.
28738
28739 2005-05-02 Kim F. Storm <storm@cua.dk>
28740
28741 * kmacro.el: Use executing-kbd-macro-index variable.
28742
28743 2005-05-02 Thien-Thi Nguyen <ttn@gnu.org>
28744
28745 * net/rlogin.el (rlogin-parse-words): Delete func.
28746 (rlogin): Use split-string, not rlogin-parse-words.
28747 Also, if there are option-like elements in the parsed args,
28748 take the host to be the first arg immediately following them.
28749 Suggested by Michael Mauger.
28750
28751 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
28752
28753 * subr.el (executing-macro): Use `define-obsolete-variable-alias'.
28754
28755 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
28756
28757 * progmodes/cc-mode.el (cc-create-define-alist): Use a shell.
28758 (cc-mode-cpp-program): Rename to cc-define-list-program and
28759 move to cc-vars.el.
28760
28761 * progmodes/cc-vars.el (cc-define-list-program):
28762 Change to "gcc -E -dM -". Make customizable.
28763
28764 2005-05-02 Kim F. Storm <storm@cua.dk>
28765
28766 * emulation/cua-base.el: Fix check for CUA-mode if no init file.
28767
28768 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
28769
28770 * progmodes/cc-mode.el (cc-mode-cpp-program): Change to "gcc -E".
28771
28772 * international/mule-util.el (truncate-string): Remove alias and
28773 obsolete declaration.
28774
28775 * international/mule-cmds.el (update-iso-coding-systems):
28776 Remove alias and obsolete declaration.
28777
28778 * international/mule.el (coding-system-parent): Remove alias and
28779 obsolete declaration.
28780
28781 * subr.el (define-function, sref): Remove aliases and obsolete
28782 declarations.
28783 (chars-in-region): Remove obsolete declaration.
28784
28785 2005-05-01 Richard M. Stallman <rms@gnu.org>
28786
28787 * info.el (Info-mode): Set widen-automatically to nil, locally.
28788
28789 * simple.el (widen-automatically): New variable.
28790 (pop-global-mark): Obey widen-automatically.
28791
28792 2005-05-01 Dan Nicolaescu <dann@ics.uci.edu>
28793
28794 * term/xterm.el (function-key-map): Call substitute-key-definition
28795 before the keymap size is increased by a lot of define-key calls.
28796
28797 2005-05-01 Richard M. Stallman <rms@gnu.org>
28798
28799 * subr.el (add-to-invisibility-spec, remove-from-invisibility-spec):
28800 Rename ARG to ELEMENT. Doc fix.
28801
28802 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
28803
28804 * allout.el (allout-exposure): Remove macro and obsolete declaration.
28805 Remove references to allout-exposure/change to allout-new-exposure.
28806
28807 * emacs-lisp/bytecomp.el (dot, dot-min, dot-max): Don't create
28808 bytecode symbols.
28809
28810 * subr.el (dot, dot-marker, dot-min, dot-max, buffer-flush-undo)
28811 (compiled-function-p, focus-frame, unfocus-frame):
28812 Remove aliases and obsolete declarations.
28813 Back out inadvertent changes from previous commit.
28814
28815 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
28816
28817 * files.el (require-final-newline): Make Custom tags consistent
28818 with mode-require-final-newline.
28819 (mode-require-final-newline): Doc fix.
28820
28821 2005-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
28822
28823 * international/latexenc.el (latexenc-find-file-coding-system):
28824 Fix regular expressions.
28825
28826 2005-05-01 David Kastrup <dak@gnu.org>
28827
28828 * international/latexenc.el (latexenc-find-file-coding-system):
28829 Fix regular expressions.
28830
28831 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
28832
28833 * subr.el (string-to-int): Make obsolete.
28834
28835 2005-04-30 Richard M. Stallman <rms@gnu.org>
28836
28837 * simple.el (next-error-overlay-arrow-position): Turn off, for ttys.
28838
28839 * loadup.el: load jka-comp-hook.
28840
28841 * jka-compr.el: Many functions and vars moved to jka-comp-hook.el.
28842 (jka-compr-handler): Add autoload. `put' calls moved
28843 to jka-comp-hook.el.
28844 (compression, jka-compr): defgroups moved to jka-comp-hook.el.
28845 (jka-compr-inhibit): Autoload.
28846
28847 * jka-comp-hook.el: New file.
28848 Enable the mode by default.
28849
28850 * files.el (backup-buffer-copy): Use copy-file instead
28851 of write-region, and put back the 'excl.
28852
28853 2005-04-30 Chong Yidong <cyd@stupidchicken.com>
28854
28855 * progmodes/flymake.el (flymake-split-string)
28856 (flymake-split-string, flymake-log, flymake-pid-to-names)
28857 (flymake-reg-names, flymake-get-source-buffer-name)
28858 (flymake-unreg-names, flymake-add-line-err-info)
28859 (flymake-add-err-info): Clarify docstrings.
28860 (flymake-popup-menu, flymake-make-emacs-menu)
28861 (flymake-make-xemacs-menu): Add docstrings.
28862 (flymake-get-buffer-*, flymake-set-buffer-*): Functions deleted.
28863 Set variables directly throughout.
28864
28865 2005-04-30 Nick Roberts <nickrob@snap.net.nz>
28866
28867 * progmodes/cc-mode.el (cc-create-define-alist): Check that file
28868 exists. Initialize cc-define-alist.
28869 (c-mode): Add cc-create-define-alist locally to after-save-hook.
28870 If there is no file (Macroexpansion) don't create an alist.
28871
28872 2005-04-29 Sam Steingold <sds@gnu.org>
28873
28874 * progmodes/cc-mode.el (cc-mode-cpp-program): New user variable.
28875 (cc-create-define-alist): Use it instead of the hard-coded string.
28876
28877 2005-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
28878
28879 * international/mule-conf.el (file-coding-system-alist): Fix regexp
28880 for latexenc.
28881
28882 2005-04-29 Lute Kamstra <lute@gnu.org>
28883
28884 * emacs-lisp/generic.el: Improve commentary section.
28885 (define-generic-mode): Improve docstring.
28886
28887 2005-04-29 Carsten Dominik <dominik@science.uva.nl>
28888
28889 * textmodes/org.el (many places): Change to quiet the byte compiler.
28890 (org-prefix-format-compiled): New variable.
28891 (org-compile-prefix-format): New function.
28892 (org-timeline, org-agenda, org-diary): Call org-compile-prefix-format.
28893 (org-agenda-prefix-format, org-timeline-prefix-format): New options.
28894 (org-agenda-get-scheduled): Check if file is opened in `org-mode'.
28895 (org-get-entries-from-diary): Use `org-get-time-of-day' for
28896 consistency with entries from `org-mode' files.
28897 (org-get-time-of-day): Fix bug with partial matches early in a line.
28898 (org-non-link-chars): New constant.
28899 (org-link-regexp): Respect `org-non-link-chars'.
28900 (org-agenda-day-view): Remove command.
28901 (org-agenda-toggle-week-view): Rename from `org-agenda-week-view'.
28902 (org-follow-bbdb-link, org-store-link): Search also company field.
28903 (org-highlight-overlay): New variable.
28904 (org-highlight, org-unhighlight): New functions.
28905 (org-agenda-mode): Add pre-command-hook to remove highlight.
28906 (org-evaluate-time-range): Behavior depends upon whether time stamp
28907 contains a time or not.
28908 (org-show-subtree, org-show-entry): New functions.
28909 (org-agenda-cleanup-fancy-diary): Remove empty lines.
28910
28911 2005-04-28 Luc Teirlinck <teirllm@auburn.edu>
28912
28913 * comint.el (comint-output-filter-functions): Add autoload cookie.
28914
28915 2005-04-28 Kim F. Storm <storm@cua.dk>
28916
28917 * ido.el (ido-everywhere): Fix last change.
28918
28919 2005-04-28 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
28920
28921 * international/latexenc.el: New file.
28922 * international/mule-conf.el (file-coding-system-alist): For .tex,
28923 .ltx, .dtx and .drv extensions, use `latexenc-find-file-coding-system'.
28924
28925 2005-04-28 Lute Kamstra <lute@gnu.org>
28926
28927 * font-lock.el (font-lock-add-keywords)
28928 (font-lock-remove-keywords): Clarify docstring.
28929 (font-lock-keywords-alist, font-lock-removed-keywords-alist):
28930 Don't start docstrings with a `*'.
28931 (font-lock-update-removed-keyword-alist): Give it a docstring.
28932
28933 * generic-x.el: Update commentary section.
28934 Only require font-lock when compiling.
28935 Define all modes conditionally.
28936 Place all generic modes in the generic-x-modes customization group.
28937 (generic-x-modes): New customization group.
28938 (generic-default-modes, generic-mswindows-modes)
28939 (generic-unix-modes, generic-other-modes): New constants.
28940 (generic-define-mswindows-modes, generic-define-unix-modes):
28941 Update docstrings. Make them obsolete.
28942 (generic-extras-enable-list): New default value. Update docstring.
28943 Improve :type. Change :set function.
28944 (bat-generic-mode-syntax-table, rul-generic-mode-syntax-table):
28945 Fix docstring.
28946
28947 * emacs-lisp/generic.el (generic-mode-internal):
28948 Simplify font-lock-defaults.
28949 (define-generic-mode): Fix docstring.
28950
28951 2005-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
28952
28953 * progmodes/grep.el (grep-mode-font-lock-keywords): Use the
28954 font-lock-face property to highlight matches.
28955
28956 2005-04-28 Nick Roberts <nickrob@snap.net.nz>
28957
28958 * progmodes/cc-mode.el (cc-create-define-alist): New function.
28959 (cc-define-alist): New variable.
28960 (c-mode): Make it local and initialize it.
28961
28962 * progmodes/gdb-ui.el (gdb-active-process): New variable.
28963 (gdb-exited): New function.
28964 (gdb-annotation-rules): Use it.
28965 (gdb-starting): Set gdb-active-process to t.
28966 (gdb-stopping): Amend doc string.
28967 (gdb-reset): Set gdb-active-process to nil.
28968
28969 * tooltip.el (tooltip-gud-tips): Show the associated #define
28970 directives when a C program under GDB is not executing.
28971
28972 2005-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
28973
28974 * progmodes/cperl-mode.el (cperl-mode): Don't precompile the
28975 font-lock-fontify-syntactic-keywords.
28976
28977 * font-lock.el (font-lock-default-fontify-region): Don't force
28978 parse-sexp-lookup-properties to nil.
28979
28980 2005-04-27 Alexander Klimov <alserkli@inbox.ru> (tiny change)
28981
28982 * man.el (man-mode-syntax-table): Set up `:' to have
28983 word-constituent syntax.
28984
28985 2005-04-27 Lute Kamstra <lute@gnu.org>
28986
28987 * novice.el (disable-command): Don't add spurious newlines to the
28988 init file. Reported by Dan Jacobson <jidanni@jidanni.org>.
28989
28990 2005-04-26 Jay Belanger <belanger@truman.edu>
28991
28992 * calc/calc-yank.el (calc-edit-finish): Make sure there is more
28993 than one window before deleting window.
28994
28995 2005-04-26 Luc Teirlinck <teirllm@auburn.edu>
28996
28997 * shell.el (shell-prompt-pattern): Doc fix.
28998 (shell-mode): Set paragraph-separate buffer locally to "\\'".
28999
29000 * comint.el (comint-prompt-regexp, comint-get-old-input)
29001 (comint-use-prompt-regexp)
29002 (comint-use-prompt-regexp-instead-of-fields)
29003 (comint-replace-by-expanded-history, comint-send-input)
29004 (comint-output-filter, comint-get-old-input-default)
29005 (comint-line-beginning-position, comint-bol, comint-show-output)
29006 (comint-backward-matching-input, comint-forward-matching-input)
29007 (comint-next-prompt, comint-previous-prompt):
29008 Rename `comint-use-prompt-regexp-instead-of-fields' to
29009 `comint-use-prompt-regexp'. Keep old name as alias and declare
29010 obsolete.
29011 (comint-use-prompt-regexp): Shorten first line of doc string.
29012
29013 * ielm.el (inferior-emacs-lisp-mode): Adapt to above name change.
29014 Set paragraph-separate buffer locally to "\\'".
29015
29016 * hippie-exp.el (try-expand-line, try-expand-line-all-buffers):
29017 Adapt to above name change.
29018
29019 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
29020 (smbclient-prompt-regexp): Ditto.
29021
29022 * progmodes/inf-lisp.el (inferior-lisp-prompt): Ditto.
29023
29024 2005-04-27 Nick Roberts <nickrob@snap.net.nz>
29025
29026 * progmodes/gdb-ui.el (gdb-location-alist): Rename from
29027 gdb-location-list.
29028 Break lines that are over 80 characters wide.
29029
29030 2005-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
29031
29032 * pcvs-info.el (cvs-fileinfo->full-path, cvs-display-full-path):
29033 New fun and var, to preserve compatibility.
29034
29035 * pcvs.el, pcvs-info.el: Rename "full-path" -> "full-name".
29036
29037 2005-04-26 Dominique de Waleffe <ddw@missioncriticalit.com> (tiny change)
29038
29039 * pcvs-info.el (cvs-fileinfo->backup-file): Don't pass the full file
29040 name to file-newer-than-file-p.
29041
29042 2005-04-26 Richard M. Stallman <rms@gnu.org>
29043
29044 * simple.el (line-move-1): Avoid using vertical-motion in easy cases.
29045
29046 * progmodes/python.el (python-mode):
29047 Use new name eldoc-documentation-function.
29048
29049 * hexl.el (hexl-mode): Use new name eldoc-documentation-function.
29050
29051 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
29052 (eldoc-documentation-function):
29053 Rename from eldoc-print-current-symbol-info-function. Calls changed.
29054
29055 2005-04-26 Nick Roberts <nickrob@snap.net.nz>
29056
29057 * emacs-lisp/byte-run.el (define-obsolete-function-alias): New macro.
29058
29059 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
29060
29061 * term/xterm.el (function-key-map): Fix strings for
29062 {C,S,A,C-S}-f[1-4]. Use substitute-key-definition to bind
29063 {C,S,A,C-S}-{f1-f12}.
29064
29065 2005-04-26 Kenichi Handa <handa@m17n.org>
29066
29067 * international/mule-cmds.el (select-safe-coding-system):
29068 Fix previous change.
29069
29070 2005-04-26 Lute Kamstra <lute@gnu.org>
29071
29072 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix docstring.
29073
29074 * font-lock.el (font-lock-fontify-region-function): Fix docstring.
29075 (font-lock-comment-delimiter-face): Ditto.
29076
29077 * calc/calc.el (calc-trail-mode): Don't set font-lock-defaults.
29078
29079 2005-04-25 Jay Belanger <belanger@truman.edu>
29080
29081 * calc/calc-help.el (calc-view-news): Let-bind inhibit-read-only
29082 to t while inserting information; use help-mode.
29083
29084 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
29085
29086 * term.el (ansi-term-color-vector): Use the xterm colors.
29087 (term-raw-map): Don't add mappings for \eO and \e[. Map deletechar.
29088
29089 2005-04-25 Lute Kamstra <lute@gnu.org>
29090
29091 * font-core.el (font-lock-defaults): Fix docstring.
29092
29093 * font-lock.el (font-lock-syntactic-face-function): Fix docstring.
29094
29095 2005-04-25 Kenichi Handa <handa@m17n.org>
29096
29097 * international/mule-cmds.el (select-safe-coding-system):
29098 Don't check consistency with coding: spec, etc if raw-text or
29099 no-conversion was found to be safe.
29100
29101 2005-04-24 Richard M. Stallman <rms@gnu.org>
29102
29103 * mail/sendmail.el (mail-font-lock-keywords): Match any number of
29104 citation markers at start of each line.
29105
29106 * mail/rmail.el (rmail-font-lock-keywords): Match any number of
29107 citation markers at start of each line.
29108
29109 * font-lock.el (font-lock-comment-delimiter-face): Doc fix.
29110
29111 * files.el (mode-require-final-newline): Fix previous change.
29112 (require-final-newline): Fix type label.
29113
29114 2005-04-24 Glenn Morris <gmorris@ast.cam.ac.uk>
29115
29116 * progmodes/f90.el (f90-calculate-indent): Fix treatment of first
29117 statement in buffer (broken by 2004-11-24 change).
29118
29119 2005-04-24 Kim F. Storm <storm@cua.dk>
29120
29121 * ido.el (ido-everywhere): Save and restore old read-buffer-function
29122 and read-file-name-function values. Don't overwrite existing
29123 non-nil values if ido-mode is enabled without ido-everywhere.
29124
29125 2005-04-24 Luc Teirlinck <teirllm@auburn.edu>
29126
29127 * files.el (mode-require-final-newline): Minor doc fix.
29128
29129 2005-04-24 Eli Zaretskii <eliz@gnu.org>
29130
29131 * subr.el (syntax-after): Doc fix.
29132 (syntax-class): If argument is nil, return nil. Mask off upper 16
29133 bits, not 8 bits.
29134
29135 * files.el (mode-require-final-newline): Doc fix.
29136 (backup-buffer-copy): Fix last change.
29137
29138 2005-04-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
29139
29140 * term/mac-win.el: Require select. Set selection-coding-system to
29141 mac-system-coding-system. Call menu-bar-enable-clipboard.
29142 (x-last-selected-text-clipboard, x-last-selected-text-primary)
29143 (x-select-enable-clipboard): New variables.
29144 (x-select-text, x-get-selection, x-selection-value)
29145 (x-get-selection-value, mac-select-convert-to-string)
29146 (mac-services-open-file, mac-services-open-selection)
29147 (mac-services-insert-text): New functions.
29148 (CLIPBOARD, FIND): Put mac-scrap-name property.
29149 (com.apple.traditional-mac-plain-text, public.utf16-plain-text)
29150 (public.tiff): Put mac-ostype property.
29151 (selection-converter-alist): Add entries for them.
29152 (mac-application-menu-map): New keymap.
29153 (interprogram-cut-function, interprogram-paste-function): Set to
29154 x-select-text and x-get-selection-value, respectively.
29155 (split-window-keep-point): Set to t.
29156
29157 2005-04-23 Richard M. Stallman <rms@gnu.org>
29158
29159 * files.el (read-directory-name): Always pass non-nil
29160 DEFAULT-FILENAME arg to read-file-name.
29161 (backup-buffer-copy, basic-save-buffer-2): Take care against
29162 writing thru an unexpected existing symlink.
29163 (revert-buffer): In indirect buffer, revert the base buffer.
29164 (magic-mode-alist): Doc fix.
29165 (buffer-stale-function): Doc fix.
29166 (minibuffer-with-setup-hook): Avoid warning.
29167 (mode-require-final-newline): Doc and custom fix.
29168
29169 * follow.el (follow-end-of-buffer): Use with-no-warnings.
29170
29171 * font-lock.el (font-lock-comment-face): On terminals with few colors,
29172 use the default appearance.
29173 (font-lock-comment-delimiter-face): New face, new variable.
29174
29175 * imenu.el (imenu--generic-function): The official position of a
29176 definition is the start of the line that BEG is in.
29177
29178 * midnight.el (midnight-timer): Move defvar up.
29179
29180 * mouse.el (mouse-drag-region-1): Delete some debugging code.
29181
29182 * saveplace.el (save-place-to-alist): Use with-no-warnings.
29183
29184 * startup.el (command-line): Use with-no-warnings.
29185
29186 * window.el (window-size-fixed): New defvar.
29187
29188 * emacs-lisp/easymenu.el (easy-menu-do-define): Use defalias, not fset.
29189
29190 * mail/rmail.el (rmail-font-lock-keywords):
29191 Use font-lock-comment-delimiter-face.
29192
29193 * mail/sendmail.el (mail-font-lock-keywords):
29194 Use font-lock-comment-delimiter-face.
29195
29196 * progmodes/compile.el (next-error-highlight-timer): New defvar.
29197
29198 2005-04-23 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change)
29199
29200 * progmodes/compile.el (compilation-mode-font-lock-keywords):
29201 Specify t for LAXMATCH when matching directories.
29202 Save match data around compilation-compat-error-properties form.
29203
29204 2005-04-23 David Kastrup <dak@gnu.org>
29205
29206 * textmodes/tex-mode.el (TeX-mode, plain-TeX-mode, LaTeX-mode):
29207 Mention that the autoloaded aliases should be kept for AUCTeX.
29208
29209 2005-04-23 Andreas Schwab <schwab@suse.de>
29210
29211 * isearch.el (isearch-forward): Doc fix.
29212
29213 2005-04-23 Eli Zaretskii <eliz@gnu.org>
29214
29215 * jit-lock.el (jit-lock-stealth-time): Change default value to 16.
29216 (jit-lock-stealth-nice): Change default value to 0.5.
29217
29218 2005-04-23 Eric Hanchrow <offby1@blarg.net> (tiny change)
29219
29220 * abbrev.el (write-abbrev-file): Write table entries in
29221 alphabetical order by table name.
29222
29223 2005-04-22 Kim F. Storm <storm@cua.dk>
29224
29225 * ido.el (ido-read-internal): Fix `list' completion.
29226
29227 2005-04-22 Kenichi Handa <handa@m17n.org>
29228
29229 * recentf.el (recentf-save-file-coding-system): New variable.
29230 (recentf-save-list): Encode the file by
29231 recentf-save-file-coding-system and add coding: tag.
29232
29233 2005-04-22 Nick Roberts <nickrob@snap.net.nz>
29234
29235 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): New macro.
29236
29237 2005-04-21 Lute Kamstra <lute@gnu.org>
29238
29239 * loadhist.el (unload-feature): Don't remove a function from hooks
29240 if it is about to be restored to an autoload . Remove functions
29241 that will become unbound from auto-mode-alist. Simplify the code.
29242
29243 * subr.el (assq-delete-all): New implementation that is linear,
29244 not quadratic. Suggested by David Kastrup <dak@gnu.org>.
29245 (rassq-delete-all): New function.
29246
29247 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
29248 Add size-indication-mode.
29249
29250 2005-04-21 Kenichi Handa <handa@m17n.org>
29251
29252 * international/mule-cmds.el: Add autoload for widget-value in
29253 eval-when-compile.
29254
29255 2005-04-21 Nick Roberts <nickrob@snap.net.nz>
29256
29257 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
29258 Add tooltip-mode.
29259
29260 * bindings.el (mode-line-mode-menu): Remove tooltip-mode.
29261
29262 2005-04-20 Luc Teirlinck <teirllm@auburn.edu>
29263
29264 * progmodes/inf-lisp.el (inferior-lisp): New defgroup.
29265 (inferior-lisp-filter-regexp, inferior-lisp-program)
29266 (inferior-lisp-load-command, inferior-lisp-prompt)
29267 (inferior-lisp-mode-hook, lisp-source-modes)
29268 (inferior-lisp-load-hook): defvar->defcustom.
29269 (inferior-lisp-program, inferior-lisp-prompt)
29270 (inferior-lisp-load-hook): Doc fixes.
29271 (inferior-lisp-install-letter-bindings): Small change in
29272 introductory comment.
29273
29274 2005-04-20 Dan Nicolaescu <dann@ics.uci.edu>
29275
29276 * vc.el (vc-annotate-color-map): Change some colors so that text
29277 using them as foreground is readable on both white and black
29278 backgrounds.
29279
29280 2005-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
29281
29282 * international/mule-conf.el (translation-table-for-input):
29283 Remove redundant declaration.
29284
29285 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
29286
29287 * progmodes/gud.el (gud-menu-map): Add tooltip-toggle-gud-tips.
29288
29289 * tooltip.el (tooltip-gud-tips-p): Expand documentation.
29290 (tooltip-toggle-gud-tips): New function.
29291
29292 2005-04-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
29293
29294 * term/mac-win.el (mac-symbol-encoder): Fix mappings of left and
29295 right angle brackets.
29296
29297 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
29298
29299 * tooltip.el (tooltip-use-echo-area): Replace as alias and deprecate.
29300
29301 2005-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
29302
29303 * progmodes/flymake.el (flymake-get-absolute-file-name-basedir):
29304 Remove. Update callers to use expand-file-name instead.
29305
29306 * subr.el (syntax-class): New function.
29307
29308 * simple.el (blink-matching-open): Use it.
29309
29310 * paren.el (show-paren-function): Use it to recognize parens that are
29311 also used in 2-char comment markers.
29312
29313 2005-04-19 Lute Kamstra <lute@gnu.org>
29314
29315 * loadhist.el (unload-feature): Update for new format of
29316 load-history. Simplify the code.
29317
29318 2005-04-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
29319
29320 * term/mac-win.el: Add coding: tag and set it to iso-2022-7bit.
29321 (mac-add-charset-info): New function. Initialize variable
29322 mac-charset-info-alist using it.
29323 (mac-centraleurroman, mac-cyrillic): Do not use UCS in table data
29324 for translation.
29325 (mac-symbol-encoder, mac-dingbats-encoder): New translation table.
29326 (mac-font-encoder-list): Add entries for mac-symbol and mac-dingbats.
29327 (ccl-encode-mac-symbol-font, ccl-encode-mac-dingbats-font):
29328 New CCL programs.
29329
29330 2005-04-19 Kim F. Storm <storm@cua.dk>
29331
29332 * simple.el (next-buffer, prev-buffer, next-error)
29333 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
29334 (clone-indirect-buffer-other-window): Move bindings to bindings.el.
29335
29336 * bindings.el (next-buffer, prev-buffer, next-error)
29337 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
29338 (clone-indirect-buffer-other-window): Move bindings from simple.el.
29339 (next-buffer, prev-buffer): Add C-x C-right and C-x C-left bindings.
29340 (next-error, previous-error): Add M-g M-n/n and M-g M-p/p bindings.
29341
29342 2005-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
29343
29344 * isearch.el (isearch-edit-string): Make the search-ring available for
29345 minibuffer history commands.
29346 (minibuffer-local-isearch-map): Remove bindings for M-p and M-n,
29347 the default history commands now work just as well.
29348 (isearch-ring-retreat-edit, isearch-ring-advance-edit): Remove.
29349
29350 2005-04-18 Kim F. Storm <storm@cua.dk>
29351
29352 * emulation/cua-base.el (cua--pre-command-handler): Add more
29353 elaborate check for shift modifier on non-window systems.
29354
29355 2005-04-18 Lars Hansen <larsh@math.ku.dk>
29356
29357 * desktop.el: Make "--no-desktop" turn off `desktop-save-mode'.
29358
29359 2005-04-18 Kim F. Storm <storm@cua.dk>
29360
29361 * tooltip.el (tooltip-show): Change second arg to USE-ECHO-AREA
29362 and make it optional. Don't test tooltip-gud-echo-area here.
29363 (tooltip-gud-process-output, gdb-tooltip-print):
29364 Pass tooltip-gud-echo-area to tooltip-show.
29365 (tooltip-help-tips): Remove second optional arg to tooltip-show.
29366
29367 2005-04-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
29368
29369 * tooltip.el (tooltip-mode): `emacs-quick-startup' and
29370 `display-graphic-p' may not be bound yet.
29371
29372 2005-04-17 Luc Teirlinck <teirllm@auburn.edu>
29373
29374 * startup.el (command-line): No longer enable Xterm Mouse mode by
29375 default in terminals compatible with xterm.
29376
29377 * xt-mouse.el (xterm-mouse-mode): Set init value back to nil.
29378
29379 2005-04-18 Nick Roberts <nickrob@snap.net.nz>
29380
29381 * tooltip.el (tooltip-gud-echo-area): Rename from
29382 tooltip-use-echo-area.
29383 (tooltip-show, tooltip-gud-process-output, gdb-tooltip-print)
29384 (tooltip-help-tips): Allow GUD tooltips to be displayed in echo
29385 area independently of where help tooltips are displayed.
29386
29387 2005-04-17 David Kastrup <dak@gnu.org>
29388
29389 * cus-theme.el (custom-theme-write-variables): Quote variables
29390 where necessary.
29391
29392 2005-04-17 Richard M. Stallman <rms@gnu.org>
29393
29394 * simple.el (yank-excluded-properties): Add follow-link to value.
29395
29396 * jka-compr.el (jka-compr-compression-info-list): Fix custom type.
29397
29398 * startup.el (fancy-splash-max-time): Just 30 seconds.
29399 (fancy-splash-delay): Just 7.
29400 (fancy-splash-screens): No time limit other than fancy-splash-max-time.
29401
29402 * loadhist.el (unload-feature): Update for new format of load-history.
29403 Simplify the code.
29404
29405 * mail/rmail.el (rmail-ignored-headers): Ignore more headers
29406 (rmail-font-lock-keywords): Don't fontify the text of a citation.
29407
29408 * mail/sendmail.el (mail-font-lock-keywords):
29409 Don't fontify subject text.
29410 Don't fontify the text of a citation.
29411
29412 2005-04-17 Mark H. Weaver <mhw@netris.org> (tiny change)
29413
29414 * comint.el (comint-output-filter): Run comint-output-filter-functions
29415 with point where the user had it.
29416
29417 2005-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
29418
29419 * international/ucs-tables.el (ucs-set-table-for-input):
29420 Disable when using unify-on-decoding.
29421
29422 2005-04-16 Dan Nicolaescu <dann@ics.uci.edu>
29423
29424 * emulation/cua-base.el (cua-global-mark-face): Add special case
29425 for displays supporting a high number of colors.
29426
29427 2005-04-16 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
29428
29429 * repeat.el (repeat): Invoke pre-command-hook and post-command-hook.
29430
29431 2005-04-16 Chong Yidong <cyd@stupidchicken.com>
29432
29433 * filesets.el (filesets-add-buffer): If user supplies a name of a
29434 non-existing fileset, create a new fileset.
29435
29436 2005-04-16 Carsten Dominik <dominik@science.uva.nl>
29437
29438 * textmodes/org.el (org-up-heading-all): Fix bug with
29439 `outline-up-heading-all'.
29440
29441 2005-04-16 Andreas Schwab <schwab@suse.de>
29442
29443 * files.el (auto-mode-alist): Handle /etc/sysconfig/*,
29444 /etc/permissions.d/* and /etc/aliases.d/*.
29445
29446 2005-04-16 Kenichi Handa <handa@m17n.org>
29447
29448 * international/code-pages.el (cp-make-coding-system):
29449 Set `translation-table-for-input' property value to the symbol
29450 ucs-mule-to-mule-unicode, not to that value.
29451 (pt154): Escape guillemet by `\'.
29452
29453 2005-04-15 Luc Teirlinck <teirllm@auburn.edu>
29454
29455 * loadup.el: Load tooltip if x-show-tip is fboundp.
29456
29457 * startup.el (command-line): Add comment.
29458
29459 * tooltip.el (tooltip-mode): Specify correct standard value for
29460 Custom in init-value.
29461
29462 2005-04-15 Nick Roberts <nickrob@snap.net.nz>
29463
29464 * progmodes/gud.el (gud-goto-info): Use existing Info buffer, if
29465 possible.
29466
29467 2005-04-15 Carsten Dominik <dominik@science.uva.nl>
29468
29469 * textmodes/org.el (org-agenda-date-prompt): Rename from
29470 `org-agenda-date-today'.
29471 (org-evaluate-time-range): Insert at point instead of directly
29472 after time range.
29473 (org-first-headline-recenter, org-subtree-end-visible-p)
29474 (org-optimize-window-after-visibility-change): New functions
29475 (org-agenda-post-command-hook): Don't allow point at end of line,
29476 to make sure it always hits the text properties.
29477 (org-agenda-next-date-line, org-agenda-previous-date-line):
29478 New commands.
29479 (org-set-regexps-and-options): Category may contain white space.
29480 (org-agenda-get-deadlines, org-agenda-get-scheduled):
29481 Improve marker positions.
29482 (org-agenda-new-marker): Argument POS made optional.
29483 (org-agenda-get-timestamps): Deadlines which are done are listed
29484 in org-done-face now.
29485 (org-agenda-get-todos, org-agenda-get-timestamps)
29486 (org-agenda-get-deadlines, org-agenda-get-scheduled):
29487 Set `undone-face' and `done-face' properties.
29488 (org-last-todo-state-is-todo): New variable.
29489 (org-todo): Set `org-last-todo-state-is-todo'.
29490 (org-agenda-todo): Change face according to
29491 `org-last-todo-state-is-todo'. And change other lines referring to
29492 the same entry.
29493 (org-calendar-goto-agenda): New command.
29494 (org-calendar-to-agenda-key): New option.
29495 (org-startup-folded): New allowed value `content'.
29496 (org-set-regexps-and-options): Accept new value `content' for
29497 `org-startup-folded'.
29498 (org-get-current-options): Handle new value `content' for
29499 `org-startup-folded'.
29500 (org-insert-todo-heading): New command.
29501 (org-mode): Insert first line "*-* mode: org-mode -*-" when called
29502 interactively in empty file and option
29503 `org-insert-mode-line-in-empty-file' has been set.
29504 (org-agenda-todo, org-agenda-priority): Modify to use
29505 `org-agenda-change-all-lines'.
29506 (org-warning-face): Change color on dark background
29507
29508 2005-04-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
29509
29510 * international/mule-cmds.el (set-locale-environment): On Mac OS,
29511 use preferences AppleLocale and AppleLanguages, and variable
29512 mac-system-locale for default locale. On Mac OS Classic, use
29513 mac-system-coding-system for default coding systems.
29514
29515 * term/mac-win.el: Don't set file-name-coding-system.
29516 Decode variables system-name, emacs-build-system, user-login-name, and
29517 user-full-name by mac-system-coding-system on Mac OS Classic.
29518 (mac-system-coding-system): New variable.
29519
29520 2005-04-13 Luc Teirlinck <teirllm@auburn.edu>
29521
29522 * startup.el (command-line): Handle `xterm-mouse-mode' before
29523 reading init file.
29524
29525 * xt-mouse.el (xterm-mouse-mode): Adapt to above change.
29526
29527 2005-04-13 Glenn Morris <gmorris@ast.cam.ac.uk>
29528
29529 * progmodes/sh-script.el (sh-here-document-word): Make it a
29530 defcustom. Doc fix.
29531 (sh-add): Bash uses $(( )) for arithmetic.
29532 (sh-while-getopts) <sh>: Set OPTIND back to 1 at end.
29533 (sh-maybe-here-document): Remove quotes and leading whitespace
29534 from heredoc word when closing. Indent heredoc with tabs if word
29535 starts with "-".
29536
29537 2005-04-13 Richard M. Stallman <rms@gnu.org>
29538
29539 * simple.el (undo): Fix previous change.
29540
29541 * custom.el (defface): Doc fix.
29542
29543 2005-04-13 Lute Kamstra <lute@gnu.org>
29544
29545 * Makefile.in (DONTCOMPILE): Remove list.
29546 (compile, compile-always): Don't use DONTCOMPILE.
29547 (update-authors): Load the library in which batch-update-authors
29548 is defined.
29549 * makefile.w32-in (DONTCOMPILE): Remove list.
29550 (compile, compile-always): Fix comments.
29551 (update-authors): Load the library in which batch-update-authors
29552 is defined.
29553
29554 * generic-x.el (generic-mode-ini-file-find-file-hook):
29555 Rename to ini-generic-mode-find-file-hook.
29556 Keep generic-mode-ini-file-find-file-hook as an alias.
29557 (ini-generic-mode-find-file-hook): Rename from
29558 generic-mode-ini-file-find-file-hook. Fix docstring.
29559 (ini-generic-mode): Docstring change.
29560 (bat-generic-mode-run-as-comint): Silence the byte compiler.
29561
29562 * help.el (describe-key-briefly): UNTRANSLATED can be nil when
29563 called from lisp.
29564
29565 * generic.el: Move to the emacs-lisp subdir.
29566
29567 2005-04-12 Dan Nicolaescu <dann@ics.uci.edu>
29568
29569 * term/xterm.el (function-key-map): Add mappings for A-, C-, S-
29570 and C-S- function and cursor motion keys.
29571
29572 2005-04-12 Luc Teirlinck <teirllm@auburn.edu>
29573
29574 * startup.el (command-line): Enable Xterm Mouse mode by default.
29575 * xt-mouse.el (xterm-mouse-mode): Provide correct standard value
29576 for Custom. No longer show "Mouse" in mode line when enabled.
29577 Doc fix.
29578
29579 2005-04-12 Kim F. Storm <storm@cua.dk>
29580
29581 * emulation/cua-base.el (cua-rectangle-face)
29582 (cua-rectangle-noselect-face): Define face attributes here.
29583
29584 * emulation/cua-rect.el (cua--init-rectangles): Remove face setup.
29585
29586 2005-04-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
29587
29588 * startup.el (command-line): Turn off blinking cursor if
29589 cursorBlink in resources is off or false.
29590
29591 2005-04-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
29592
29593 * term/mac-win.el (dnd): Require dnd.
29594 (mac-drag-n-drop): Call dnd-handle-one-url.
29595 (kTextEncodingMacRoman, kTextEncodingISOLatin1)
29596 (kTextEncodingISOLatin2): Remove constants.
29597 (mac-script-code-coding-systems): New constant.
29598 (mac-handle-language-change): New function.
29599 (special-event-map): Bind it to `language-change' event.
29600 (mac-centraleurroman, mac-cyrillic): New coding systems.
29601 (mac-font-encoder-list, ccl-encode-mac-centraleurroman-font)
29602 (ccl-encode-mac-cyrillic-font): Rename mac-centraleurroman-encoder
29603 and mac-cyrillic-encoder to encode-mac-centraleurroman and
29604 encode-mac-cyrillic, respectively.
29605
29606 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
29607
29608 * progmodes/gud.el, progmodes/gdb-ui.el (gdb-assembler-mode):
29609 Don't set overlay-arrow-string to "=>" as this is done
29610 globally in C now.
29611
29612 2005-04-12 Lute Kamstra <lute@gnu.org>
29613
29614 * generic-x.el (rc-generic-mode, rul-generic-mode):
29615 Fix auto-mode-alist entries.
29616 (etc-fstab-generic-mode): Tweak fontification.
29617
29618 * generic.el (generic-make-keywords-list): Fix docstring.
29619 (generic-mode-internal): Simplify generic-font-lock-keywords.
29620
29621 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
29622
29623 * whitespace.el (whitespace-buffer-leading)
29624 (whitespace-buffer-trailing): Revert the incorrect test inversion.
29625 However, fix the highlight area for the leading and
29626 trailing whitespaces to show space.
29627
29628 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
29629
29630 * whitespace.el (whitespace-version): Bump to 3.5
29631
29632 (whitespace-buffer-leading, whitespace-buffer-trailing):
29633 Invert sense of the test to highlight the whitespace.
29634
29635 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
29636
29637 * progmodes/gud.el (gud-display-line): GUD uses its own
29638 overlay arrow now so don't set overlay-arrow-string.
29639 (gud-pdb-command-name): Revert back to "pdb" (2004-04-26).
29640
29641 2005-04-11 Dan Nicolaescu <dann@ics.uci.edu>
29642
29643 * term.el (term-ansi-current-bold, term-ansi-current-underline)
29644 (term-ansi-current-reverse, term-ansi-current-invisible)
29645 (term-ansi-face-already-done): Change to boolean.
29646 (term-reset-terminal, term-handle-colors-array): Handle the above
29647 vars accordingly.
29648 (term-buffer-vertical-motion): Rename from buffer-vertical-motion.
29649 (term-emulate-terminal): Use the new name.
29650
29651 * faces.el (secondary-selection): Use yellow1, not yellow.
29652 (trailing-whitespace): Use red1, not red.
29653
29654 2005-04-11 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
29655
29656 * dired.el (dired-mode): Use dnd-* instead of x-dnd-*
29657 (dired-dnd-handle-local-file): Call dnd-get-local-file-name.
29658 (dired-dnd-handle-file): Call dnd-get-local-file-uri
29659
29660 * cus-edit.el (dnd): New group.
29661
29662 * term/w32-win.el (dnd): Require dnd
29663 (w32-drag-n-drop): Call dnd-handle-one-url.
29664
29665 * x-dnd.el: Require dnd.
29666 (x-dnd-handle-uri-list, x-dnd-handle-file-name):
29667 Call dnd-handle-one-url.
29668 (x-dnd-types-alist, x-dnd-insert-utf8-text)
29669 (x-dnd-insert-utf16-text, x-dnd-insert-ctext): Change x-dnd-insert-text
29670 to dnd-insert-text.
29671 (x-dnd-protocol-alist, x-dnd-open-file-other-window)
29672 (x-dnd-handle-one-url, x-dnd-get-local-file-uri)
29673 (x-dnd-get-local-file-name, x-dnd-open-local-file)
29674 (x-dnd-open-file, x-dnd-insert-text): Move to dnd.el (without x-).
29675
29676 * dnd.el (dnd-protocol-alist): New file with generic DND functions.
29677
29678 2005-04-11 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
29679
29680 * wdired.el: Doc fixes.
29681 (wdired-confirm-overwrite): Rename from wdired-is-ok-overwrite.
29682 (wdired-use-dired-vertical-movement): Rename from
29683 wdired-always-move-to-filename-beginning.
29684 (wdired-mode-map): Use `ignore' instead of `wdired-newline'.
29685 (wdired-change-to-wdired-mode): Change mode name.
29686 (wdired-newline): Delete.
29687
29688 2005-04-11 Richard M. Stallman <rms@gnu.org>
29689
29690 * whitespace.el (whitespace-highlight-the-space):
29691 Don't call whitespace-unhighlight-the-space here.
29692
29693 * simple.el (undo): Record t in undo-equiv-table
29694 for the redo record made by an undo-in-region.
29695
29696 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
29697
29698 * progmodes/gdb-ui.el (gdb-display-inferior-io-buffer)
29699 (gdb-frame-inferior-io-buffer): New Functions to control
29700 display of separate IO buffer.
29701 (menu): Add them to menu-bar.
29702 (gdb-display-buffer): Check for buffer another frame.
29703 Protect GUD buffer.
29704 (gdb-setup-windows): Create IO buffer if not already there.
29705 (gdb-memory-mode): Remove purecopy noops.
29706
29707 2005-04-11 Glenn Morris <gmorris@ast.cam.ac.uk>
29708
29709 * progmodes/f90.el (f90-electric-insert): Add optional prefix arg,
29710 and pass to self-insert-command.
29711
29712 2005-04-11 Lute Kamstra <lute@gnu.org>
29713
29714 * generic.el: Commentary section cleanup.
29715 (generic): Delete.
29716 (generic-use-find-file-hook, generic-lines-to-scan)
29717 (generic-find-file-regexp, generic-ignore-files-regexp)
29718 (default-generic-mode, generic-mode-find-file-hook)
29719 (generic-mode-ini-file-find-file-hook): Move to generic-x.el.
29720 * generic-x.el (generic-x): Docstring fix. Put it in the data group.
29721 (generic-use-find-file-hook, generic-lines-to-scan)
29722 (generic-find-file-regexp, generic-ignore-files-regexp)
29723 (default-generic-mode, generic-mode-find-file-hook)
29724 (generic-mode-ini-file-find-file-hook): Move from generic.el.
29725
29726 2005-04-10 Karl Fogel <kfogel@red-bean.com>
29727
29728 * bookmark.el (bookmark-write-file): Catch errors writing file.
29729 This is the same change as saveplace.el at 2005-04-10T23:32:00Z!rms@gnu.org.
29730
29731 2005-04-10 Richard M. Stallman <rms@gnu.org>
29732
29733 * startup.el (fancy-splash-tail): Update copyright year.
29734 (command-line): Split part of -Q into -D.
29735 (emacs-basic-display): New defvar.
29736 (fancy-splash-text): Correct name of menu item.
29737
29738 * saveplace.el (save-place-alist-to-file): Catch errors writing file.
29739
29740 * info.el (Info-fontify-node): Handle fontification of multiple * Menu
29741 lines in one node.
29742
29743 * comint.el (comint-send-input): New arg ARTIFICIAL.
29744 Callers in this file changed.
29745
29746 * abbrev.el (define-abbrevs): Read system abbrevs properly.
29747
29748 * emacs-lisp/map-ynp.el (map-y-or-n-p): Clarify RET/q in help message.
29749
29750 2005-04-10 Chong Yidong <cyd@stupidchicken.com>
29751
29752 * url/url-ldap.el (url-ldap): Add docstring. Fix call to
29753 `ldap-search-internal'.
29754
29755 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
29756
29757 * files.el (set-auto-mode-1): Use line-end-position.
29758
29759 * international/latin-1.el:
29760 * international/latin-2.el:
29761 * international/latin-3.el:
29762 * international/latin-4.el:
29763 * international/latin-5.el:
29764 * international/latin-8.el:
29765 * international/latin-9.el: Give punctuation syntax to NBSP.
29766
29767 * textmodes/bibtex.el (bibtex-autokey-titleword-ignore)
29768 (bibtex-reference-key, bibtex-autokey-demangle-name, bibtex-mode):
29769 Use char-classes to accept non-ascii letters, accepted in some recent
29770 bibtex implementations.
29771
29772 2005-04-10 Luc Teirlinck <teirllm@auburn.edu>
29773
29774 * custom.el (custom-set-minor-mode): Any non-nil value for the
29775 variable should enable the mode when set through Custom.
29776
29777 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
29778
29779 * progmodes/vhdl-mode.el (vhdl-mode-map-init): Don't override default
29780 TAB binding so tab-always-indent is obeyed.
29781 (vhdl-minibuffer-local-map): Move initialization into declaration.
29782 (vhdl-mode-abbrev-table-init): Mark the abbrevs as `system'.
29783 (vhdl-run-when-idle, vhdl-create-mode-menu, vhdl-character-to-event)
29784 (vhdl-hooked-abbrev): Avoid test for XEmacs.
29785 (vhdl-current-line): Use line-beginning-position.
29786 (vhdl-doc-variable, vhdl-doc-mode): Call help-setup-xref before
29787 with-output-to-temp-buffer, so the current position can be recorded.
29788
29789 2005-04-10 Masatake YAMATO <jet@gyve.org>
29790
29791 * progmodes/compile.el (compilation-error-regexp-alist-alist):
29792 Add regexp for gcov.
29793
29794 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
29795
29796 * calendar/time-date.el (time-to-seconds, seconds-to-time)
29797 (days-to-time, time-subtract, time-add): Don't use the #xhhhh
29798 syntax which Emacs 20 doesn't support.
29799
29800 2005-04-09 Richard M. Stallman <rms@gnu.org>
29801
29802 * help.el (describe-key-briefly, describe-key):
29803 Replace strings as event types with "(any string)".
29804
29805 2005-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
29806
29807 * arc-mode.el (archive-mode-map): Move initialization into
29808 the declaration. Override *all* bindings of `undo'.
29809 (archive-lemacs): Remove, use (featurep 'xemacs) instead.
29810
29811 2005-04-09 Jay Belanger <belanger@truman.edu>
29812
29813 * calc/calc-units.el (math-standard-units): Redefine Watt hour as W*hr.
29814
29815 2005-04-09 Dan Nicolaescu <dann@ics.uci.edu>
29816
29817 * term/xterm.el (xterm-rgb-convert-to-16bit): Simplify.
29818 (xterm-register-default-colors): Update color values computation
29819 to match xterm-200.
29820
29821 2005-04-09 Kenichi Handa <handa@m17n.org>
29822
29823 * international/code-pages.el (iso-latin-7): Fix the map.
29824
29825 2005-04-08 Luc Teirlinck <teirllm@auburn.edu>
29826
29827 * emacs-lisp/lisp.el (defun-prompt-regexp)
29828 (parens-require-spaces, buffer-end, end-of-defun)
29829 (insert-parentheses): Doc fixes.
29830
29831 2005-04-08 Kim F. Storm <storm@cua.dk>
29832
29833 * comint.el (comint-highlight-prompt): Fix face spec.
29834 * hi-lock.el (hi-green): Likewise.
29835
29836 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
29837
29838 * cus-edit.el (custom-modified-face):
29839 * comint.el (comint-highlight-input): Fix previous changes.
29840 * term.el (term-handle-ansi-escape): Add a comment.
29841
29842 2005-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
29843
29844 * whitespace.el (whitespace-highlight-the-space): Put the same overlay
29845 in the buffer and in whitespace-highlighted-space.
29846 (whitespace-unhighlight-the-space): Simplify.
29847 (whitespace-buffer): Simplify.
29848
29849 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
29850
29851 * textmodes/table.el (table-cell-face): Add special case for
29852 displays supporting a high number of colors.
29853 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
29854 (vhdl-font-lock-reserved-words-face)
29855 (vhdl-speedbar-architecture-face)
29856 (vhdl-speedbar-instantiation-face)
29857 (vhdl-speedbar-architecture-selected-face)
29858 (vhdl-speedbar-instantiation-selected-face): Likewise.
29859 * progmodes/sh-script.el (sh-heredoc-face): Likewise.
29860 * progmodes/idlw-help.el (idlwave-help-link-face): Likewise.
29861 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
29862 (ebrowse-root-class-face, ebrowse-member-attribute-face)
29863 (ebrowse-progress-face): Likewise.
29864 * progmodes/compile.el (compilation-info-face): Likewise.
29865 * progmodes/cc-fonts.el (c-invalid-face): Likewise.
29866 * emacs-lisp/re-builder.el (reb-match-3): Likewise.
29867 * calendar/calendar.el (diary-face): Likewise.
29868 * woman.el (woman-italic-face, woman-bold-face)
29869 (woman-unknown-face): Likewise.
29870 * wid-edit.el (widget-button-pressed-face): Likewise.
29871 * whitespace.el (whitespace-highlight-face): Likewise.
29872 * smerge-mode.el (smerge-mine-face, smerge-base-face): Likewise.
29873 * pcvs-info.el (cvs-marked-face): Likewise.
29874 * info.el (info-xref): Likewise.
29875 * ido.el (ido-subdir-face, ido-indicator-face): Likewise.
29876 * hilit-chg.el (highlight-changes-face)
29877 (highlight-changes-delete-face): Likewise.
29878 * hi-lock.el (hi-yellow, hi-green, hi-blue-b, hi-green-b)
29879 (hi-red-b): Likewise.
29880 * generic-x.el (show-tabs-tab-face, show-tabs-space-face): Likewise.
29881 * font-lock.el (font-lock-keyword-face)
29882 (font-lock-function-name-face, font-lock-warning-face): Likewise.
29883 * cus-edit.el (custom-invalid-face, custom-modified-face)
29884 (custom-set-face, custom-changed-face, custom-variable-tag-face)
29885 (custom-group-tag-face-1, custom-group-tag-face): Likewise.
29886 * comint.el (comint-highlight-prompt): Likewise.
29887
29888 2005-04-08 Lute Kamstra <lute@gnu.org>
29889
29890 * font-lock.el (font-lock-keywords): Docstring fixes.
29891
29892 2005-04-08 Kenichi Handa <handa@m17n.org>
29893
29894 * ps-mule.el (ps-mule-show-warning): If the number of unprintable
29895 chars are more than a limit, print " and more..." at the tail.
29896
29897 2005-04-08 Kim F. Storm <storm@cua.dk>
29898
29899 * emacs-lisp/authors.el (authors-aliases): Update list.
29900 (authors-ignored-files): New list.
29901 (authors-fixed-entries): Fix typo.
29902 (authors-renamed-files-alist): Update list.
29903 (authors-add): Check authors-ignored-files.
29904
29905 2005-04-08 Carsten Dominik <dominik@science.uva.nl>
29906
29907 * calendar/diary-lib.el (add-to-diary-list): MARKER argument made
29908 optional, to ensure backward compatibility.
29909
29910 2005-04-08 Stephen Eglen <stephen@gnu.org>
29911
29912 * textmodes/flyspell.el (flyspell-large-region): Doc fix.
29913
29914 2005-04-08 Kim F. Storm <storm@cua.dk>
29915
29916 * buff-menu.el (Buffer-menu-mode-map): Map follow-link to mouse-face.
29917
29918 * mouse.el (mouse-on-link-p): Doc fix.
29919
29920 2005-04-07 Luc Teirlinck <teirllm@auburn.edu>
29921
29922 * ielm.el (ielm-prompt-read-only): Doc fix.
29923
29924 * comint.el (comint-prompt-read-only): Doc fix.
29925
29926 2005-04-07 Benjamin Rutt <brutt@bloomington.in.us>
29927
29928 * ffap.el (ffap-pass-wildcards-to-dired): New user option to
29929 ensure dired always handles wildcards passed to ffap.
29930 (find-file-at-point): Use it.
29931 (ffap-dired-wildcards): Doc fix.
29932
29933 2005-04-07 Juri Linkov <juri@jurta.org>
29934
29935 * simple.el (next-error-overlay-arrow-position): New defvar.
29936 Put "=>" on its property `overlay-arrow-string'. Add it to
29937 `overlay-arrow-variable-list'.
29938
29939 * progmodes/compile.el (compilation-setup):
29940 Set `next-error-overlay-arrow-position' to nil. Also set it to
29941 nil in the local hook `kill-buffer-hook'. Make local variable
29942 `overlay-arrow-string' and set it to "=>".
29943 (compilation-goto-locus): Set BOL position to
29944 `next-error-overlay-arrow-position' instead of
29945 `overlay-arrow-position'.
29946
29947 * info.el (Info-mode): Add `Info-kill-buffer' to `kill-buffer-hook'
29948 locally instead of adding it to the global hook.
29949 (Info-kill-buffer): Move up.
29950
29951 2005-04-06 Dan Nicolaescu <dann@ics.uci.edu>
29952
29953 * term/xterm.el (xterm-standard-colors): Update color values from
29954 xterm-200.
29955
29956 2005-04-06 Stefan Monnier <monnier@iro.umontreal.ca>
29957
29958 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add \bfseries.
29959
29960 * fast-lock.el:
29961 * lazy-lock.el: Move them to the obsolete subdir.
29962
29963 2005-04-06 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
29964
29965 * wdired.el (wdired-advise-functions, wdired-add-skip-in-replace)
29966 (wdired-add-replace-advice): Remove.
29967 (wdired-change-to-wdired-mode): Use query-replace-skip-read-only.
29968
29969 2005-04-06 Kim F. Storm <storm@cua.dk>
29970
29971 * startup.el (command-line): Add --bare-bones alias for -Q.
29972
29973 2005-04-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
29974
29975 * term/mac-win.el: Use create-fontset-from-mac-roman-font to
29976 create the startup fontset if a font specification ends with
29977 `mac-roman'.
29978
29979 2005-04-06 Lute Kamstra <lute@gnu.org>
29980
29981 * add-log.el (change-log-font-lock-keywords): Complete 2005-04-03
29982 change.
29983
29984 * emacs-lisp/copyright.el (copyright-update-year): Replace the
29985 right subexpression. Suggested by Jay Bingham <jay.bingham@hp.com>.
29986
29987 2005-04-05 Lute Kamstra <lute@gnu.org>
29988
29989 * generic.el (generic-mode-internal): Fix 2005-03-31 change.
29990 (define-generic-mode): Ditto. Fix debug declaration.
29991
29992 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
29993 Put them in the generic-x group.
29994
29995 * calendar/timeclock.el (timeclock): Doc fix.
29996
29997 * generic.el (define-generic-mode): Don't use custom-current-group.
29998 Document default :group value.
29999 * emacs-lisp/easy-mmode.el (define-minor-mode): Ditto.
30000 (define-global-minor-mode): Don't use custom-current-group.
30001
30002 2005-04-05 Glenn Morris <gmorris@ast.cam.ac.uk>
30003
30004 * startup.el (command-line-1): Display startup-echo-area-message
30005 when fancy splash screen is in use.
30006
30007 * progmodes/sh-script.el (sh-builtins) <bash>: Add `caller'.
30008 (sh-escaped-newline): New face.
30009 (sh-font-lock-keywords) <shell>: Improve regexp for escaped
30010 newline, and use sh-escaped-newline face.
30011
30012 * progmodes/tcl.el (tcl-escaped-newline): New face.
30013 (tcl-builtin-list): New variable.
30014 (tcl-set-font-lock-keywords): Add builtins, variables, and escaped
30015 newlines. Fix keywords subexpression number.
30016
30017 2005-04-05 Carsten Dominik <dominik@science.uva.nl>
30018
30019 * textmodes/org.el (org-diary-default-entry): Fix call to
30020 `add-to-diary-entry'.
30021
30022 2005-04-05 Kim F. Storm <storm@cua.dk>
30023
30024 * ediff-init.el: Use (featurep 'xemacs).
30025
30026 2005-04-05 David Ponce <david@dponce.com>
30027
30028 * cus-edit.el (face): Derive from symbol widget. Display sample
30029 of the current face on the fly.
30030 (widget-face-sample-face-get, widget-face-notify): New functions.
30031 (widget-face-value-create): Remove.
30032
30033 * wid-edit.el (widget-field-end): Temporarily remove field
30034 narrowing before to call `get-char-property'.
30035
30036 2005-04-04 Jay Belanger <belanger@truman.edu>
30037
30038 * calc/calc-aent.el (math-read-replacement-list): Add subscripts.
30039 (math-read-subscripts): New variable.
30040 (math-read-preprocess-string): Process subscripts.
30041
30042 2005-04-04 Luc Teirlinck <teirllm@auburn.edu>
30043
30044 * comint.el (comint-prompt-read-only): Doc fix.
30045
30046 * dired.el (dired-copy-filename-as-kill): Make `-' arg behave like
30047 `-1'. Doc fix.
30048
30049 2005-04-04 Carsten Dominik <dominik@science.uva.nl>
30050
30051 * textmodes/org.el (org-insert-mode-line-in-empty-file):
30052 Change default value to nil.
30053
30054 2005-04-04 Lute Kamstra <lute@gnu.org>
30055
30056 * autorevert.el (auto-revert-mode): Specify :group.
30057 * battery.el (display-battery-mode): Specify :group.
30058 * diff-mode.el (diff-minor-mode): Specify :group.
30059 * font-core.el (font-lock-mode): Specify :group.
30060 * hl-line.el (hl-line-mode): Specify :group.
30061 * iimage.el (iimage): New customization group.
30062 (iimage-mode): Specify :group.
30063 * longlines.el (longlines-mode): Specify :group.
30064 * master.el: Don't require easy-mmode.
30065 (master): New customization group.
30066 (master-mode): Specify :group.
30067 * msb.el (msb-mode): Specify :group.
30068 * reveal.el (reveal-mode): Specify :group.
30069 * simple.el (next-error-follow-minor-mode): Specify :group.
30070 * smerge-mode.el (smerge-mode): Specify :group.
30071 * emacs-lisp/eldoc.el (eldoc-mode): Specify :group.
30072 * emulation/cua-base.el (cua-mode): Specify :group.
30073 * international/encoded-kb.el (encoded-kbd-mode): Specify :group.
30074 * language/thai-util.el (thai-auto-composition-mode)
30075 (thai-word-mode): Specify :group.
30076 * mail/supercite.el (sc-minor-mode): Specify :group.
30077 * progmodes/cwarn.el (cwarn-mode): Specify :group.
30078 * progmodes/flymake.el (flymake-mode): Specify :group.
30079 * progmodes/glasses.el (glasses-mode): Specify :group.
30080 * progmodes/hideif.el (hide-ifdef-mode): Specify :group.
30081 * textmodes/enriched.el (enriched-mode): Specify :group.
30082 * textmodes/refill.el (refill-mode): Specify :group.
30083
30084 * add-log.el (change-log-font-lock-keywords): Names in
30085 parenthesized lists can contain spaces.
30086
30087 2005-04-04 Thien-Thi Nguyen <ttn@gnu.org>
30088
30089 * startup.el (fancy-splash-text): Shorten default text of
30090 "Emacs Tutorial" line. Also, if the current language env
30091 indicates an available tutorial file other than TUTORIAL,
30092 extract its title and append it to the line in parentheses.
30093 (fancy-splash-insert): If arg is a thunk, funcall it.
30094
30095 2005-04-04 Jay Belanger <belanger@truman.edu>
30096
30097 * calc.el (calc-language-alist): Add tags to customization type.
30098
30099 2005-04-03 Luc Teirlinck <teirllm@auburn.edu>
30100
30101 * xt-mouse.el (xterm-mouse-mode): Add explicit Custom group, mouse.
30102 Doc fix.
30103
30104 2005-04-03 Marcelo Toledo <marcelo@gnu.org>
30105
30106 * add-log.el (change-log-font-lock-keywords): The manual
30107 describing a Change Log entry, says: (...) "Aside from these
30108 header lines, every line in the change log starts with a space or
30109 a tab.". The font-lock was not highlighting lines started with
30110 spaces, added support for it.
30111
30112 2005-04-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
30113
30114 * textmodes/bibtex.el (bibtex-url): Use format to generate the url.
30115 (bibtex-generate-url-list): Update docstring accordingly. Put the
30116 complex example in the docstring.
30117 (bibtex-font-lock-url): Use pop.
30118
30119 2005-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
30120
30121 * progmodes/tcl.el (tcl-set-font-lock-keywords): Use new \_< ops.
30122
30123 * pcvs.el (cvs-checkout): Prompt for cvsroot as well.
30124
30125 2005-04-03 Glenn Morris <gmorris@ast.cam.ac.uk>
30126
30127 * filesets.el (filesets-set-default): Doc fix.
30128
30129 2005-04-03 Lute Kamstra <lute@gnu.org>
30130
30131 * generic.el (define-generic-mode): Add argument to specify
30132 keywords for defcustom.
30133 (default-generic-mode): Specify :group.
30134
30135 * generic-x.el: Specify :group for all generic modes.
30136
30137 * desktop.el (desktop-no-desktop-file-hook)
30138 (desktop-after-read-hook): Doc fix.
30139
30140 2005-04-02 Luc Teirlinck <teirllm@auburn.edu>
30141
30142 * simple.el (visible-mode): Use explicit :group keyword.
30143 This changes the group of `visible-mode-hook' from paren-blinking
30144 to editing-basics.
30145
30146 2005-04-02 Sergey Poznyakoff <gray@Mirddin.farlep.net> (tiny change)
30147
30148 * mail/rmail.el (rmail-parse-url): Bugfix. Parse traditional
30149 mailbox specifications as well as URLs.
30150 (rmail-insert-inbox-text): Remove unused conditional branches.
30151
30152 2005-04-01 Jay Belanger <belanger@truman.edu>
30153
30154 * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
30155 (calc-gnuplot-print-command): Move definitions to calc.el.
30156
30157 * calc/calc-embed.el (calc-embedded-announce-formula)
30158 (calc-embedded-open-formula, calc-embedded-close-formula)
30159 (calc-embedded-open-word, calc-embedded-close-word)
30160 (calc-embedded-open-plain, calc-embedded-close-plain)
30161 (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
30162 (calc-embedded-open-mode, calc-embedded-close-mode):
30163 Move definitions to calc.el.
30164
30165 * calc/calc.el (calc-settings-file, calc-language-alist):
30166 Make customizable.
30167 (calc-embedded-announce-formula, calc-embedded-open-formula)
30168 (calc-embedded-close-formula, calc-embedded-open-word)
30169 (calc-embedded-close-word, calc-embedded-open-plain)
30170 (calc-embedded-close-plain, calc-embedded-open-new-formula)
30171 (calc-embedded-close-new-formula, calc-embedded-open-mode)
30172 (calc-embedded-close-mode, calc-gnuplot-name)
30173 (calc-gnuplot-plot-command, calc-gnuplot-print-command): Move here
30174 from other files and make customizable.
30175
30176 2005-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
30177
30178 * pcvs.el (cvs-temp-buffer, cvs-mode-kill-process, cvs-buffer-check):
30179 Use buffer-live-p.
30180 (cvs-mode-run): Don't call cvs-update-header here.
30181 (cvs-run-process): Call cvs-update-header.
30182 Use process properties for cvs-postprocess and cvs-buffer so that
30183 the sentinel can behave better if the temp buffer is killed.
30184 Use a pipe rather than a tty, to better handle unexpected prompts.
30185 (cvs-sentinel): Rewrite. Call cvs-update-header.
30186
30187 2005-04-01 Andre Spiegel <spiegel@gnu.org>
30188
30189 * vc-hooks.el (vc-workfile-unchanged-p): Disable mtime check when
30190 we go via Tramp or Ange-FTP. Suggested by Kai Grossjohann.
30191
30192 2005-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
30193
30194 * generic.el (define-generic-mode): Add indentation rule.
30195
30196 2005-03-31 Luc Teirlinck <teirllm@auburn.edu>
30197
30198 * files.el (mode-require-final-newline): Make Custom correctly
30199 report a nil value and allow to set it to nil via Custom.
30200 Doc fix.
30201
30202 2005-04-01 Kenichi Handa <handa@m17n.org>
30203
30204 * international/characters.el: Enable the correct case setting for
30205 dotless-i and dotted-I.
30206
30207 2005-04-01 Kim F. Storm <storm@cua.dk>
30208
30209 * ido.el (ido-file-internal): Fall back to non-ido command if
30210 initial directory is on slow ftp (or tramp) host.
30211
30212 2005-03-31 Richard M. Stallman <rms@gnu.org>
30213
30214 * emacs-lisp/autoload.el (make-autoload):
30215 Handle define-global-minor-mode.
30216
30217 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
30218 Rename from easy-mmode-define-global-mode.
30219 (easy-mmode-define-global-mode): Alias for define-global-minor-mode.
30220
30221 * progmodes/scheme.el (scheme-mode-syntax-table):
30222 Update syntax of | and # for two-character comment syntax.
30223
30224 2005-03-31 Lute Kamstra <lute@gnu.org>
30225
30226 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode)
30227 (define-minor-mode): Call custom-current-group at load-time.
30228
30229 * generic.el (define-generic-mode): Add debug declaration.
30230 Add defcustom for the mode hook.
30231 (generic-mode-internal): Use run-mode-hooks.
30232
30233 2005-03-31 Kim F. Storm <storm@cua.dk>
30234
30235 * mouse.el (mouse-1-click-follows-link): Increase to 450 ms.
30236 (mouse-fixup-help-message): New defun called by show_help_echo
30237 to fixup mouse-2 prefix in help messages when applicable.
30238
30239 * tooltip.el (tooltip-show-help-function): Don't fixup message here.
30240
30241 2005-03-31 Kenichi Handa <handa@m17n.org>
30242
30243 * language/thai-word.el (thai-find-word-ends): Pay attention to
30244 the case that we reach the end of buffer.
30245
30246 * textmodes/fill.el (fill-text-properties-at): New function.
30247 (fill-newline): Use fill-text-properties-at instead of
30248 text-properties-at.
30249
30250 2005-03-31 Olive Lin <olive.lin@versateladsl.be> (tiny change)
30251
30252 * textmodes/tex-mode.el (tex-start-tex) Use shell-quote-argument,
30253 not comint-quote-filename.
30254
30255 2005-03-31 Thien-Thi Nguyen <ttn@gnu.org>
30256
30257 * help-fns.el (help-with-tutorial): Revert last change.
30258
30259 2005-03-31 Kim F. Storm <storm@cua.dk>
30260
30261 * emulation/cua-base.el (cua-scroll-down): Add CUA property.
30262
30263 2005-03-30 Paul Eggert <eggert@cs.ucla.edu>
30264
30265 * calendar/cal-china.el: Update reference to "Calendrical
30266 Calculations" book; there's a new edition.
30267 * calendar/cal-coptic.el: Likewise.
30268 * calendar/cal-french.el: Likewise.
30269 * calendar/cal-hebrew.el: Likewise.
30270 * calendar/cal-islam.el: Likewise.
30271 * calendar/cal-iso.el: Likewise.
30272 * calendar/cal-julian.el: Likewise.
30273 * calendar/cal-mayan.el: Likewise.
30274 * calendar/cal-persia.el: Likewise.
30275 * calendar/calendar.el: Likewise.
30276 * calendar/holidays.el: Likewise.
30277 * calendar/lunar.el: Likewise.
30278 * calendar/solar.el: Likewise.
30279
30280 * calendar/calendar.el (calendar-day-abbrev-array): Remove trailing
30281 white space from doc string.
30282
30283 2005-03-30 Jay Belanger <belanger@truman.edu>
30284
30285 * calc/calc-help.el (calc-full-help): Remove email address.
30286
30287 2005-03-30 Thien-Thi Nguyen <ttn@gnu.org>
30288
30289 * help-fns.el (help-with-tutorial): Delete title line.
30290
30291 2005-03-30 Glenn Morris <gmorris@ast.cam.ac.uk>
30292
30293 * calendar/cal-x.el (calendar-one-frame-setup)
30294 (calendar-only-one-frame-setup, calendar-two-frame-setup): Use t
30295 rather than `symbol' for set-window-dedicated-p.
30296
30297 * calendar/appt.el (appt-buffer-name): Make it a constant.
30298 (appt-add): Doc fix.
30299
30300 * filesets.el (filesets-menu-path, filesets-menu-before)
30301 (filesets-menu-in-menu): Doc fix. Now valid in GNU Emacs.
30302 (filesets-menu-cache-file): Use directory ~/.emacs.d.
30303 (filesets-add-submenu): Delete and use add-submenu instead.
30304
30305 2005-03-30 Carsten Dominik <dominik@science.uva.nl>
30306
30307 * org.el (org-agenda-phases-of-moon, org-agenda-sunrise-sunset)
30308 (org-agenda-convert-date, org-agenda-goto-calendar): New commands.
30309 (org-diary-default-entry): New function.
30310 (org-get-entries-from-diary): Better parsing of diary entries.
30311 (org-agenda-check-no-diary): New function.
30312 ("diary-lib"): Advice to function `add-to-diary-list', to allow
30313 linking to diary entries.
30314 (org-agenda-execute-calendar-command): New function.
30315 (org-agenda): Improve visible section in window.
30316 Use `org-fit-agenda-window'.
30317 (org-fit-agenda-window): New option.
30318 (org-move-subtree-down): Better handling of empty lines
30319 at end of subtree.
30320 (org-cycle): Numeric prefix is interpreted now as show-subtree N
30321 levels up.
30322 (org-fontify-done-headline): New option.
30323 (org-headline-done-face): New face.
30324 (org-set-font-lock-defaults): Use `org-headline-done-face'.
30325 (org-table-copy-down): Rename from `org-table-copy-from-above'.
30326 When current field is non-empty, it is copied to next row.
30327 (org-table-copy-from-above): Fix bug which made it
30328 impossible to copy fields containing only a single non-white character.
30329
30330 2005-03-30 Kim F. Storm <storm@cua.dk>
30331
30332 * kmacro.el (kmacro-end-macro): Isearch may store this command
30333 into the macro -- so ignore it when executing keyboard macro.
30334
30335 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
30336
30337 * tooltip.el (tooltip-gud-display): Use gud-overlay-arrow-position.
30338
30339 2005-03-29 Kenichi Handa <handa@m17n.org>
30340
30341 * language/thai.el ("Thai"): Set setup-function and exit-function
30342 for Thai language environment.
30343
30344 * language/thai-util.el: Require thai-word.
30345 (thai-word-mode-map): New variable.
30346 (thai-word-mode): New minor mode.
30347 (setup-thai-language-environment-internal): New function.
30348 (exit-thai-language-environment-internal): New function.
30349
30350 * language/thai-word.el (thai-word-table): Declare it by defvar,
30351 use dolist to initialize it.
30352 (thai-kill-word, thai-backward-kill-word, thai-transpose-words)
30353 (thai-fill-find-break-point): New functions.
30354
30355 2005-03-29 Richard M. Stallman <rms@gnu.org>
30356
30357 * simple.el (idle-update-delay): Move definition up.
30358 (set-mark): Doc fix.
30359
30360 2005-03-29 Chong Yidong <cyd@stupidchicken.com>
30361
30362 * longlines.el: New file.
30363
30364 * simple.el (buffer-substring-filters): New variable.
30365 (filter-buffer-substring): New function.
30366 (kill-region, copy-region-as-kill): Use it.
30367
30368 * register.el (copy-to-register, append-to-register)
30369 (prepend-to-register): Use filter-buffer-substring.
30370
30371 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
30372
30373 * progmodes/gud.el (gdb): (Re)-initialize gud-filter-pending-text.
30374 (gud-filter-pending-text): Move in front of gdb.
30375 (gud-overlay-arrow-position): New variable.
30376 (gud-sentinel, gud-display-line): Use it in place of
30377 overlay-arrow-position.
30378
30379 2005-03-29 Glenn Morris <gmorris@ast.cam.ac.uk>
30380
30381 * progmodes/fortran.el (fortran-if-indent): Doc fix.
30382 (fortran-font-lock-keywords-2): Add "where", "elsewhere".
30383 (fortran-font-lock-keywords-4): New variable.
30384 (fortran-blocks-re, fortran-end-block-re)
30385 (fortran-start-block-re): New constants, for hideshow.
30386 (hs-special-modes-alist): Add a Fortran entry.
30387 (fortran-mode-map): Bind fortran-end-of-block,
30388 fortran-beginning-of-block to \M-\C-n, \M-\C-p.
30389 (fortran-mode): Doc fix. Add fortran-font-lock-keywords-4.
30390 (fortran-looking-at-if-then, fortran-end-of-block)
30391 (fortran-beginning-of-block): New functions, for hideshow.
30392
30393 * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
30394 Doc fix. Tweak regexp.
30395 (f90-beginning-of-block): Push mark first.
30396
30397 2005-03-29 Jay Belanger <belanger@truman.edu>
30398
30399 * calc/calc.el: Update copyright date.
30400 (calc-version): Increase to 2.1.
30401 (calc-version-date): Remove.
30402
30403 * calc/calc-help.el: Update copyright date.
30404 (calc-full-help): Remove reference to calc-version-date.
30405 Update copyright date.
30406
30407 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
30408
30409 * vc.el (vc-do-command): Use a pipe for async processes, so password
30410 prompts don't show up at places where the user can't reply.
30411
30412 2005-03-29 Olive Lin <olive.lin@versateladsl.be> (tiny change)
30413
30414 * textmodes/tex-mode.el (tex-send-command): shell-quote-argument
30415 on the file name we pass to the inferior shell.
30416
30417 2005-03-29 Stephan Stahl <stahl@eos.franken.de> (tiny change)
30418
30419 * progmodes/which-func.el (which-function): Be robust in the face of an
30420 imenu--make-index-alist failure.
30421
30422 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
30423
30424 * reveal.el (reveal-mode-map): Don't override C-a and C-e.
30425
30426 * progmodes/python.el (python-preoutput-filter): Fix last change.
30427
30428 2005-03-29 Lute Kamstra <lute@gnu.org>
30429
30430 * emacs-lisp/debug.el (debug-on-entry): Handle autoloaded
30431 functions and compiled macros.
30432 (debug-convert-byte-code): Handle macros too.
30433 (debug-on-entry-1): Don't signal an error when trying to clear a
30434 function that is not set to debug on entry.
30435
30436 2005-03-29 Jay Belanger <belanger@truman.edu>
30437
30438 * calc/calc-lang.el: Add functions to math-function-table
30439 properties of tex and math.
30440
30441 2005-03-29 Kenichi Handa <handa@m17n.org>
30442
30443 * ps-mule.el (ps-mule-plot-string): Translate characters by
30444 ps-print-translation-table.
30445 (ps-mule-begin-job): Call find-charset-region/string with
30446 ps-print-translation-table.
30447 (ps-mule-printable-p): Return t if CHARSET is ascii or latin-iso8859-1.
30448
30449 * ps-print.el (ps-print-translation-table): New variable.
30450 (ps-plot-region): Translate characters by ps-print-translation-table.
30451
30452 2005-03-29 Juri Linkov <juri@jurta.org>
30453
30454 * simple.el (next-error-highlight-timer): New variable.
30455
30456 * progmodes/compile.el (compilation-goto-locus):
30457 Use `next-error-highlight-timer' instead of `sit-for'.
30458
30459 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
30460
30461 * mail/supercite.el (sc-mail-field): Use assoc-string.
30462 (sc-get-address): Simplify regexps.
30463
30464 * files.el (minibuffer-with-setup-hook): New macro.
30465 (find-file-read-args): Use it to avoid let-binding
30466 minibuffer-with-setup-hook (which breaks turning on/off
30467 file-name-shadow-mode while in the prompt).
30468
30469 * complete.el (PC-read-include-file-name-internal):
30470 Use test-completion.
30471
30472 2005-03-28 Luc Teirlinck <teirllm@auburn.edu>
30473
30474 * font-lock.el: Bind `font-lock-fontify-block' to M-o M-o.
30475
30476 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
30477
30478 * window.el (window-buffer-height): Use count-screen-lines.
30479
30480 * progmodes/python.el (python-preoutput-leftover): New var.
30481 (python-preoutput-filter): Use it.
30482 (python-send-receive): Loop until all the result has been received.
30483
30484 2005-03-28 Juri Linkov <juri@jurta.org>
30485
30486 * dired.el (dired-mode-map): Add ellipsis to "Compare directories".
30487
30488 * menu-bar.el (menu-bar-file-menu): Remove ellipsis from
30489 "Recover Crashed Session".
30490 (menu-bar-search-menu): Add ellipsis to "Search tagged files".
30491 (menu-bar-replace-menu): Add ellipsis to "Replace in tagged files".
30492 (menu-bar-goto-menu): Add ellipsis to "Set Tags File Name".
30493 (menu-bar-goto-menu): Add ellipsis to "Tags Apropos".
30494 (menu-bar-options-menu): Add ellipsis to "Set Font/Fontset".
30495 (menu-bar-manuals-menu): Add ellipsis to "Find Command in Manual".
30496 (menu-bar-manuals-menu): Add ellipsis to "Find Key in Manual".
30497 (menu-bar-help-menu): Remove ellipsis from "Find Emacs Packages".
30498
30499 * ediff-hook.el (menu-bar-ediff-misc-menu, ediff-misc-menu):
30500 Remove ellipsis from "Ediff Manual", "Customize Ediff", "List
30501 Ediff Sessions", "Toggle use of separate control buffer frame",
30502 "Use separate frame for Ediff control buffer".
30503
30504 * bookmark.el (menu-bar-bookmark-map): Add ellipsis to "Jump to
30505 Bookmark", "Set Bookmark", "Insert Contents", "Insert Location",
30506 "Rename Bookmark", "Delete Bookmark".
30507
30508 * info.el (Info-mode-menu): Remove ellipsis from "Index".
30509 Add ellipsis to "Lookup a String", "Lookup a string in all indices".
30510 Add `:active Info-index-alternatives' to "Next Matching Item".
30511
30512 * wdired.el (wdired-change-to-wdired-mode):
30513 Mention `wdired-abort-changes' key in the initial message.
30514
30515 * international/mule.el (auto-coding-alist): Associate non-ascii
30516 image filename extensions with `no-conversion'.
30517
30518 2005-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
30519
30520 * international/iso-acc.el:
30521 * obsolete/iso-acc.el: Move iso-acc to the obsolete subdir.
30522
30523 2005-03-26 Luc Teirlinck <teirllm@auburn.edu>
30524
30525 * textmodes/sgml-mode.el (html-mode): Doc update.
30526
30527 * autorevert.el (auto-revert-check-vc-info): Minor doc fix.
30528
30529 2005-03-26 Dan Nicolaescu <dann@ics.uci.edu>
30530
30531 * term.el (term-move-columns): Fix face after extending a line.
30532 (term-insert-spaces): Likewise.
30533 (term-reset-terminal): Fix off by one error.
30534
30535 2005-03-26 Eli Zaretskii <eliz@gnu.org>
30536
30537 * international/mule.el (auto-coding-alist): Add .xpi files.
30538
30539 * files.el (auto-mode-alist): Add .xpi files.
30540
30541 2005-03-26 Jure Cuhalev <gandalf@owca.info> (tiny change)
30542
30543 * textmodes/ispell.el (ispell-dictionary-alist-6): Add slovenian.
30544
30545 2005-03-26 Eli Zaretskii <eliz@gnu.org>
30546
30547 * term/bobcat.el: Don't use keyswap.el, since it is now obsolete.
30548
30549 2005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
30550
30551 * calendar/cal-menu.el (top level): Delete local C-down-mouse-3
30552 binding. Suggested by Stephan Stahl <stahl@eos.franken.de>.
30553
30554 * calendar/cal-move.el (calendar-beginning-of-year): Move the
30555 cursor to Jan 1 when needed.
30556 (calendar-end-of-year): Fix -/+ typo.
30557 Reported by Chong Yidong <cyd@stupidchicken.com>.
30558
30559 2005-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
30560
30561 * progmodes/flymake.el (flymake-mode): Add autoload cookie.
30562
30563 * emacs-lisp/debug.el (debugger-record-expression): Add a missing
30564 format to `message'. Inspired by Deepak Goel <deego@gnufans.org>.
30565
30566 2005-03-25 Richard M. Stallman <rms@gnu.org>
30567
30568 * filesets.el (filesets-init): Add autoload.
30569
30570 * mail/mailalias.el (mail-directory): Doc fix.
30571
30572 2005-03-25 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
30573
30574 * mail/mailalias.el (mail-directory-process): Do nothing if
30575 mail-directory-process is an atom.
30576 (mail-get-names): Ignore mail-directory-names if it is an atom.
30577 (mail-directory-process defvar): Doc fix.
30578 (mail-names): Doc fix.
30579
30580 2005-03-25 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se> (tiny change)
30581
30582 * textmodes/flyspell.el (mail-mode-flyspell-verify): Fix regexp syntax.
30583
30584 2005-03-26 Kenichi Handa <handa@m17n.org>
30585
30586 * international/mule-util.el (detect-coding-with-priority):
30587 Call update-coding-systems-internal before detect-coding-region.
30588
30589 2005-03-26 Nick Roberts <nickrob@snap.net.nz>
30590
30591 * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
30592 (gdb-frames-mode-map): Add follow-link property.
30593
30594 2005-03-25 Jay Belanger <belanger@truman.edu>
30595
30596 * calc/calcalg2.el (calc-solve-for): Use "Variable(s)" to prompt
30597 for variables.
30598
30599 2005-03-25 Juri Linkov <juri@jurta.org>
30600
30601 * image-mode.el: Optimize image filename extension regexps in
30602 autoload cookies. Associate .x[bp]m with `image-mode-maybe'
30603 in `auto-mode-alist'.
30604 (image-mode): Add `image-toggle-display-text' to local hook
30605 `change-major-mode-hook'. Display the image as an image by
30606 default. Set `cursor-type' and `truncate-lines' if the image
30607 is already displayed. Take into account the current mode (image
30608 or text) in message.
30609 (image-minor-mode): New minor mode.
30610 (image-mode-maybe, image-toggle-display-text): New functions.
30611 (image-toggle-display): Use called-interactively-p.
30612 Let-bind `inhibit-read-only' to t.
30613
30614 * image-mode.el (image-minor-mode): Set `cursor-type' and
30615 `truncate-lines' if the image is already displayed. Add turning
30616 image-minor-mode off to `change-major-mode-hook'. Add message.
30617 Call `image-toggle-display-text' after turning image-minor-mode off.
30618
30619 2005-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
30620
30621 * international/mule-cmds.el (set-locale-environment): For Mac OS X's
30622 Terminal.app, use utf-8.
30623 (set-display-table-and-terminal-coding-system): Add coding-system arg.
30624 (set-locale-environment): Use it.
30625
30626 * term/xterm.el: Undo last change, better done in mule-cmds.el.
30627
30628 * emacs-lisp/rx.el (rx-constituents): Add symbol-start and symbol-end.
30629
30630 * progmodes/python.el (python-close-block-statement-p)
30631 (python-outdent-p, python-current-defun): Use symbol-end.
30632
30633 2005-03-25 Karl Chen <quarl@cs.berkeley.edu>
30634
30635 * files.el (save-some-buffers): Doc fix.
30636
30637 2005-03-25 Werner Lemberg <wl@gnu.org>
30638
30639 * complete.el, thumbs.el: Replace `legal' with `valid'.
30640 * calendar/calendar.el: Replace `legal' with `valid'.
30641 * emacs-lisp/advice.el: Replace `legal' with `valid'.
30642 * mail/supercite.el: Replace `legal' with `valid'.
30643 * progmodes/cperl-mode.el, progmodes/idlw-shell.el
30644 * progmodes/idlwave.el, progmodes/vhdl-mode.el:
30645 Replace `legal' with `valid'.
30646 * textmodes/reftex-vars.el, textmodes/reftex.el:
30647 Replace `legal' with `valid'.
30648
30649 2005-03-25 Werner Lemberg <wl@gnu.org>
30650
30651 * calc/calc-forms.el, calc/calc-sel.el
30652 * midnight.el, vc-cvs.el
30653 * emacs-lisp/cl-macs.el
30654 * emulation/vip.el
30655 * eshell/esh-io.el, eshell/esh-var.el
30656 * mail/supercite.el
30657 * progmodes/ebnf-abn.el, progmodes/ebnf-bnf.el
30658 * progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-iso.el
30659 * progmodes/ebnf-yac.el, progmodes/ebnf2ps.el, progmodes/idlwave.el
30660 * progmodes/sh-script.el, progmodes/xscheme.el
30661 * textmodes/refbib.el, textmodes/refer.el, textmodes/reftex-cite.el
30662 * textmodes/reftex-index.el, textmodes/reftex-parse.el
30663 * textmodes/reftex-ref.el, textmodes/reftex-vars.el
30664 * textmodes/reftex.el, textmodes/org.el:
30665 Replace `illegal' with `invalid'.
30666
30667 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
30668
30669 * progmodes/flymake.el (flymake-get-file-name-mode-and-masks)
30670 (flymake-find-buildfile, flymake-find-possible-master-files)
30671 (flymake-check-include, flymake-parse-line): Replace loops over the
30672 length of lists, by loops over lists, to remove silly O(n\e,A2\e(B) behavior.
30673
30674 * progmodes/flymake.el (flymake-ensure-ends-with-slash): Remove.
30675 Substitute file-name-as-directory in the rest of the file.
30676 (flymake-get-common-file-prefix): Rewrite, using compare-strings.
30677 (flymake-replace-region): Remove unused arg `buffer'.
30678 (flymake-check-patch-master-file-buffer): Update calls to it.
30679 (flymake-add-err-info): Remove unused var `count'.
30680 (flymake-mode): Use define-minor-mode.
30681
30682 * progmodes/flymake.el: Use with-current-buffer.
30683 (flymake-float-time, flymake-get-temp-dir, flymake-line-end-position)
30684 flymake-replace-regexp-in-string, flymake-line-beginning-position)
30685 (flymake-popup-menu, flymake-current-row, flymake-selected-frame):
30686 Avoid testing for `xemacs'.
30687 (flymake-nop): Move.
30688 (flymake-region-has-flymake-overlays): Return the computed value.
30689 (flymake-reformat-err-line-patterns-from-compile-el): Use dolist.
30690 Remove unused var `endline'.
30691 (flymake-get-line-count): Remove unused function.
30692 (flymake-display-err-menu-for-current-line): Unused var move-mouse-pos.
30693
30694 * emulation/vi.el:
30695 * generic.el:
30696 * hilit-chg.el (global-highlight-changes):
30697 * hi-lock.el (hi-lock-mode):
30698 * follow.el: find-file-hooks -> find-file-hook.
30699
30700 * comint.el (comint-insert-input): Obey mouse-yank-at-point.
30701
30702 2005-03-24 Juri Linkov <juri@jurta.org>
30703
30704 * dired.el (dired-mode-map): Add menu item "Compare directories"
30705 for dired-compare-directories.
30706
30707 * dired-aux.el (dired-compare-directories): Add autoload cookie.
30708 Doc fix. Replace `read-file-name' with `read-directory-name'.
30709
30710 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
30711
30712 * term/xterm.el: If running in Terminal.app set coding-system to utf-8.
30713
30714 2005-03-24 Jay Belanger <belanger@truman.edu>
30715
30716 * calc/calc-embed.el (calc-embedded-mode-change): Save all
30717 relevant mode settings in calc-embedded-original-modes when modes
30718 are permanently changed.
30719
30720 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
30721
30722 * autoinsert.el: find-file-hooks -> find-file-hook.
30723
30724 2005-03-24 Lute Kamstra <lute@gnu.org>
30725
30726 * generic.el (generic-font-lock-defaults): Make it obsolete.
30727 (generic-font-lock-keywords): New variable to replace
30728 generic-font-lock-defaults.
30729 (generic-mode-set-font-lock): Delete it.
30730 (generic-mode-internal): Don't call generic-mode-set-font-lock.
30731 (generic-bracket-support): Add docstring.
30732
30733 * generic-x.el: Rename generic-font-lock-defaults to
30734 generic-font-lock-keywords throughout.
30735 (mailagent-rules-setup-function): Delete it.
30736 (mailagent-rules-generic-mode): Use anonymous function instead.
30737 (show-tabs-generic-mode-font-lock-defaults-1)
30738 (show-tabs-generic-mode-font-lock-defaults-2): Make them constants.
30739 Quote faces.
30740 (show-tabs-tab-face, show-tabs-space-face): Specify background,
30741 not foreground.
30742
30743 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
30744 Recognize define-generic-mode.
30745
30746 2005-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
30747
30748 * icomplete.el (icomplete-simple-completing-p): Don't turn on icomplete
30749 if there's no completion table.
30750
30751 2005-03-23 Miles Bader <miles@gnu.org>
30752
30753 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
30754 Remove tty-specific variants, as they're no longer needed.
30755
30756 2005-03-23 Lute Kamstra <lute@gnu.org>
30757
30758 * generic-x.el: Code cleanup: make args constant whenever possible.
30759 (installshield-statement-keyword-list)
30760 (installshield-system-functions-list)
30761 (installshield-system-variables-list, installshield-types-list)
30762 (installshield-funarg-constants-list): Make them constants.
30763
30764 * generic.el (generic-make-keywords-list): Add autoload cookie.
30765
30766 * calendar/time-date.el: Add comment on time value formats.
30767 Don't require parse-time.
30768 (with-decoded-time-value): New macro.
30769 (encode-time-value): New function.
30770 (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
30771 (days-to-time): Return a valid time value when arg is huge.
30772 (time-since): Use time-subtract.
30773 (time-to-number-of-days): Use time-to-seconds.
30774
30775 2005-03-23 David Ponce <david@dponce.com>
30776
30777 * recentf.el (recentf-keep): New option.
30778 (recentf-menu-action): Default to `find-file'.
30779 (recentf-keep-non-readable-files-flag)
30780 (recentf-keep-non-readable-files-p)
30781 (recentf-file-readable-p, recentf-find-file)
30782 (recentf-cleanup-remote): Remove.
30783 (recentf-include-p): More robust.
30784 (recentf-keep-p): New function.
30785 (recentf-remove-if-non-kept): Rename from
30786 `recentf-remove-if-non-readable'. Use `recentf-keep-p'.
30787 All callers updated.
30788 (recentf-menu-items-for-commands): Fix help string.
30789 (recentf-track-closed-file): Update. Doc fix.
30790 (recentf-cleanup): Update. Count removed files. Doc fix.
30791
30792 2005-03-23 Kim F. Storm <storm@cua.dk>
30793
30794 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
30795 Don't inherit from fringe face (now happens automatically).
30796
30797 2005-03-22 Kim F. Storm <storm@cua.dk>
30798
30799 * tooltip.el (tooltip-show-help-function): Ignore negative mouse
30800 position values.
30801
30802 2005-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
30803
30804 * menu-bar.el (showhide-date-time): Remove.
30805 (menu-bar-showhide-menu): Use menu-bar-make-mm-toggle.
30806 (menu-bar-make-mm-toggle): Simplify.
30807
30808 2005-03-22 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
30809
30810 * progmodes/perl-mode.el (perl-font-lock-keywords-2):
30811 Accept qualified variable and function names.
30812
30813 2005-03-22 Thien-Thi Nguyen <ttn@gnu.org>
30814
30815 * bindings.el (completion-ignored-extensions):
30816 Remove ".lis" for `vax-vms'.
30817
30818 2005-03-22 Andreas Schwab <schwab@suse.de>
30819
30820 * generic-x.el: Revert last change.
30821 * ldefs-boot.el: Update.
30822
30823 2005-03-22 Jay Belanger <belanger@truman.edu>
30824
30825 * calc/calc-embed.el (calc-embedded-original-modes): New variable.
30826 (calc-embedded-save-original-modes)
30827 (calc-embedded-restore-original-modes): New functions.
30828 (calc-do-embedded): Save original modes when entering embedded mode
30829 and restore when leaving embedded mode.
30830 (calc-embedded-modes-change): Change the value of
30831 calc-embedded-original-modes to reflect permanent changes.
30832
30833 2005-03-22 Lute Kamstra <lute@gnu.org>
30834
30835 * generic-x.el: Require generic again.
30836
30837 2005-03-22 Miles Bader <miles@gnu.org>
30838
30839 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
30840 Tweak details to look good on both ttys and bitmap displays, light
30841 or dark background, etc.
30842
30843 2005-03-21 Kim F. Storm <storm@cua.dk>
30844
30845 * tooltip.el (tooltip-show-help-function): Check car and cdr of
30846 mouse position.
30847
30848 2005-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
30849
30850 * icomplete.el: Don't forcibly turn on the mode upon load.
30851 (icomplete-mode): Use define-minor-mode.
30852 (icomplete-eoinput): Default to nil.
30853 (icomplete-minibuffer-setup): Remove autoload.
30854 (icomplete-tidy): Simplify.
30855 (icomplete-exhibit): Use buffer-undo-list to determine if we're still
30856 in the initial state or if the user has modified the field.
30857 Fix handling of icomplete-max-delay-chars.
30858 Remove code that handles the oddball case where
30859 minibuffer-completion-table is an integer.
30860 Wrap icomplete-completions in while-no-input in case building
30861 completions takes more time than expected.
30862 (icomplete-completions): Simplify.
30863
30864 2005-03-21 Richard M. Stallman <rms@gnu.org>
30865
30866 * jka-compr.el (jka-compr-really-do-compress):
30867 Make variable buffer-local.
30868
30869 * image-mode.el: Handle .xpm files too.
30870 (image-toggle-display): Preserve modification flag.
30871
30872 * help.el (where-is): Don't mention aliases with no key bindings.
30873
30874 2005-03-21 Lute Kamstra <lute@gnu.org>
30875
30876 * generic.el: Fix commentary section. Don't require cl for
30877 compilation.
30878 (generic-mode-list): Add autoload cookie.
30879 (generic-use-find-file-hook, generic-lines-to-scan)
30880 (generic-find-file-regexp, generic-ignore-files-regexp)
30881 (generic-mode, generic-mode-find-file-hook)
30882 (generic-mode-ini-file-find-file-hook): Fix docstrings.
30883 (define-generic-mode): Make it a defmacro. Fix docstring.
30884 (generic-mode-internal): Code cleanup. Add autoload cookie.
30885 (generic-mode-set-comments): Code cleanup.
30886 * generic-x.el: Don't prevent compilation. Don't require generic.
30887 Follow coding conventions. Minor code cleanup.
30888 (etc-fstab-generic-mode): Add some keywords.
30889 * font-lock.el (lisp-font-lock-keywords-1): Font lock a call to
30890 define-generic-mode like a function declaration.
30891
30892 2005-03-21 Jay Belanger <belanger@truman.edu>
30893
30894 * calc/calc-embed.el (calc-do-embedded): Put data on stack before
30895 changing modes.
30896
30897 2005-03-21 Sam Steingold <sds@gnu.org>
30898
30899 * add-log.el (add-log-current-defun): Support more C DEFUN forms.
30900
30901 2005-03-21 Thien-Thi Nguyen <ttn@gnu.org>
30902
30903 * progmodes/dcl-mode.el (dcl-font-lock-keywords):
30904 Add underscore to "f$ lexicals" regexp.
30905
30906 2005-03-20 Juri Linkov <juri@jurta.org>
30907
30908 * subr.el (progress-reporter-do-update): When `min-value' is equal
30909 to `max-value', set `percentage' to 0 and prevent division by zero.
30910
30911 2005-03-20 Michael Albinus <michael.albinus@gmx.de>
30912
30913 Sync with Tramp 2.0.48.
30914
30915 * net/tramp.el (all): Change all addresses to .gnu.org.
30916 (tramp-append-tramp-buffers): New defun.
30917 (tramp-bug): Apply `tramp-append-tramp-buffers' as post-hook.
30918 Catch `dont-send' signal.
30919 (tramp-set-auto-save-file-modes): Set always permissions, because
30920 there might be an old auto-saved file belonging to another
30921 original file. This could be a security threat. Reported by
30922 Kjetil Kjernsmo <kjetil@kjernsmo.net>.
30923 Check for Emacs 21.3.50 removed.
30924
30925 * net/tramp-smb.el (all): Remove debug construct for
30926 `with-parsed-tramp-file-name'.
30927 (tramp-smb-prompt): Prompt can contain spaces inside directory names.
30928 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file):
30929 No error message if DIRECTORY or FILENAME doesn't exist.
30930 (tramp-smb-open-connection): Check existence of
30931 `tramp-smb-program'.
30932
30933 2005-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
30934
30935 * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
30936 Properly handle the case where the `m' or `s' command's argument is not
30937 yet terminated.
30938 (perl-indent-new-calculate): New function.
30939 (perl-indent-line): Use it.
30940
30941 2005-03-20 Miles Bader <miles@gnu.org>
30942
30943 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Use breakpoint faces
30944 in text-mode too. Change to new face names.
30945 (breakpoint-enabled): Rename from `breakpoint-enabled-bitmap-face'.
30946 Add `:weight bold' attribute.
30947 (breakpoint-disabled): Rename from `breakpoint-disabled-bitmap-face'.
30948
30949 2005-03-19 Juri Linkov <juri@jurta.org>
30950
30951 * files.el (auto-mode-alist): Add comment. Optimize jar/ear/war.
30952
30953 * international/mule.el (auto-coding-alist): Sync with
30954 `auto-mode-alist' by adding upper case archive file extensions
30955 and adding ear/war to jar extension.
30956
30957 2005-03-19 David Casperson <casper@unbc.ca> (tiny change)
30958
30959 * textmodes/tex-mode.el (tex-view): If tex-shell process is not
30960 running, restart it.
30961
30962 2005-03-19 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny changes)
30963
30964 * finder.el (finder-current-item): Throw an error on an empty line.
30965
30966 * man.el (Man-follow-manual-reference): If current-word returns
30967 nil, use "".
30968
30969 2005-03-19 Matt Hodges <MPHodges@member.fsf.org>
30970
30971 * simple.el (goto-line): Doc fix.
30972
30973 2005-03-19 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
30974
30975 * files.el (save-buffer): Doc fix.
30976
30977 2005-03-19 Michael R. Mauger <mmaug@yahoo.com>
30978
30979 * recentf.el (recentf-cleanup-remote): New variable.
30980 (recentf-cleanup): Use it to conditionally check availability of
30981 remote files.
30982
30983 2005-03-19 Joe Edmonds <joe-bugs-debian-org@elem.com> (tiny change)
30984
30985 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Recognize `@' in
30986 function names.
30987
30988 2005-03-19 Eli Zaretskii <eliz@gnu.org>
30989
30990 * language/thai-word.el: New file.
30991
30992 2005-03-19 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
30993
30994 * files.el (backup-buffer): If the file's directory is not
30995 writable, use copy instead of move to backup the file.
30996
30997 2005-03-19 Eli Zaretskii <eliz@gnu.org>
30998
30999 * obsolete/keyswap.el: Moved to obsolete/ from term/.
31000
31001 2005-03-19 Vinicius Jose Latorre <viniciusjl@ig.com.br>
31002
31003 * ps-print.el (ps-generate-string-list, ps-generate-header-line):
31004 Use functionp instead of symbolp and fboundp. Reported by Drkm
31005 <darkman_spam@yahoo.fr>.
31006 (ps-print-version): New version 6.6.6.
31007
31008 2005-03-18 Tak Ota <Takaaki.Ota@am.sony.com>
31009
31010 * textmodes/table.el (table--line-column-position): New idiom.
31011 (table--row-column-insertion-point-p): New function to test
31012 validity of row and column insertion operation at a location.
31013 (table-global-menu, table-cell-menu): Use above functions for
31014 deterministic test operation.
31015 (table--editable-cell-p): Behave in deterministic fashion.
31016
31017 2005-03-18 Juri Linkov <juri@jurta.org>
31018
31019 * isearch.el (isearch-lazy-highlight-new-loop):
31020 Make arguments beg and end optional.
31021 (isearch-update): Remove optional arguments nil from
31022 isearch-lazy-highlight-new-loop.
31023 (isearch-lazy-highlight-search): Let-bind case-fold-search to
31024 isearch-lazy-highlight-case-fold-search instead of
31025 isearch-case-fold-search, and let-bind isearch-regexp to
31026 isearch-lazy-highlight-regexp.
31027 Use isearch-lazy-highlight-last-string instead of isearch-string.
31028
31029 * replace.el (perform-replace): Remove bindings of global
31030 variables isearch-string, isearch-regexp, isearch-case-fold-search.
31031 Add three new arguments to `replace-highlight'.
31032 (replace-highlight): Add arguments string, regexp, case-fold.
31033 Let-bind isearch-string, isearch-regexp, isearch-case-fold-search
31034 to allow isearch-lazy-highlight-new-loop to use these values
31035 to set corresponding isearch-lazy-highlight-* internal
31036 variables whose values lazy highlighting will use regardless of
31037 changes to global variables isearch-string, isearch-regexp,
31038 isearch-case-fold-search during lazy highlighting loop.
31039 (replace-dehighlight): Rename `isearch-lazy-highlight-cleanup'
31040 to `lazy-highlight-cleanup'.
31041
31042 * textmodes/ispell.el (ispell-lazy-highlight): New defcustom.
31043 (ispell-highlight-face): Set default face to `isearch' when
31044 lazy highlighting is enabled.
31045 (ispell-highlight-spelling-error-overlay): Set `ispell-overlay'
31046 priority to 1. Add lazy highlighting.
31047 (ispell-highlight-spelling-error-xemacs): Remove obsolete arg
31048 from `isearch-dehighlight'.
31049
31050 2005-03-18 David Ponce <david@dponce.com>
31051
31052 * files.el (hack-local-variables): Do a case-insensitive search
31053 for End.
31054
31055 2005-03-18 Juri Linkov <juri@jurta.org>
31056
31057 * isearch.el (lazy-highlight-cleanup) <command>: Rename from
31058 `isearch-lazy-highlight-cleanup', add alias to old name and
31059 declare obsolete. Add release numbers to other obsolete vars.
31060 (isearch-done, isearch-lazy-highlight-new-loop):
31061 Rename `isearch-lazy-highlight-cleanup' to `lazy-highlight-cleanup'.
31062 (lazy-highlight-cleanup) <variable>: Doc fix.
31063 (isearch-lazy-highlight-update): Rename obsolete
31064 `isearch-lazy-highlight-face' to `lazy-highlight-face'.
31065
31066 2005-03-18 Kenichi Handa <handa@m17n.org>
31067
31068 * language/thai-util.el: Fix categorization of Thai characters in
31069 thai-category-table.
31070 (thai-composition-pattern): Adjust it for the above change.
31071 (thai-self-insert-command, thai-compose-syllable): New functions.
31072 (thai-compose-region): Use thai-compose-syllable.
31073 (thai-compose-string): Likewise.
31074 (thai-composition-function): Likewise.
31075 (thai-auto-composition): New function.
31076 (thai-auto-composition-mode): New minor mode.
31077
31078 * language/thai.el: Fix patterns to be registered in
31079 composition-function-table.
31080
31081 * international/quail.el (quail-input-method): Locally bind
31082 inhibit-modification-hooks to t.
31083
31084 2005-03-17 Richard M. Stallman <rms@gnu.org>
31085
31086 * progmodes/perl-mode.el (perl-mode-hook): Defvar it.
31087 (perl-mode): Use run-mode-hooks.
31088
31089 * mail/rmail.el (rmail-movemail-program, rmail-pop-password)
31090 (rmail-pop-password-required, rmail-remote-password): Doc fixes.
31091 (rmail-preserve-inbox, rmail-probe, rmail-autodetect): Doc fix.
31092
31093 * mail/sendmail.el (sendmail-send-it): Reenable the code
31094 to compute resend-to-address and use it.
31095
31096 * tar-mode.el (tar-mode): Turn off undo unconditionally.
31097
31098 * image-mode.el: New file.
31099
31100 * image.el (insert-sliced-image): Add autoload cookie.
31101
31102 * font-lock.el (font-lock-lines-before): New user option.
31103 (font-lock-after-change-function): Obey it.
31104
31105 * bindings.el (esc-map): Make M-g a prefix.
31106 Bind M-g g and M-g M-g to goto-line.
31107
31108 * faces.el (face-id): Doc fix.
31109
31110 2005-03-17 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
31111
31112 * mail/rmail.el (rmail-unknown-mail-followup-to): New function.
31113 (rmail-show-message): Use rmail-unknown-mail-followup-to.
31114 (rmail-reply): Recognize Mail-Followup-To and Mail-Reply-To headers.
31115
31116 * mail/sendmail.el (mail-yank-ignored-headers)
31117 (mail-font-lock-keywords, mail-mode-fill-paragraph):
31118 Add Mail-Followup-To and Mail-Reply-To headers.
31119 (mail-citation-hook): Add autoload cookie.
31120 (mail-mode): Doc fix.
31121 (mail-mode-map): Bind mail-mail-followup-to and mail-mail-reply-to.
31122 (mail-send): Compute Mail-Followup-To and Mail-Reply-To headers.
31123 (mail-mode-fill-paragraph): Handle those headers.
31124 (mail-mailing-lists): New variable.
31125 (mail-mail-reply-to, mail-mail-followup-to): New functions.
31126
31127 2005-03-17 Juri Linkov <juri@jurta.org>
31128
31129 * isearch.el (isearch-fallback): Check for `(car previous)'
31130 before calling `isearch-other-end-state'.
31131
31132 2005-03-17 Kim F. Storm <storm@cua.dk>
31133
31134 * simple.el (move-beginning-of-line): Move to beginning of buffer
31135 line, as well as beginning of screen line.
31136
31137 2005-03-16 Glenn Morris <gmorris@ast.cam.ac.uk>
31138
31139 * calendar/diary-lib.el (mark-diary-entries): Use new optional
31140 argument REDRAW rather than calendar-redrawing variable.
31141 * calendar/calendar.el (calendar-redrawing): Delete.
31142 (redraw-calendar): Do not bind calendar-redrawing.
31143
31144 2005-03-16 Matt Hodges <MPHodges@member.fsf.org>
31145
31146 * calendar/diary-lib.el (diary-redraw-calendar): Preserve point in
31147 diary-file buffer.
31148
31149 2005-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
31150
31151 * help.el (describe-mode): Allow a :minor-mode-function property to
31152 specify a different minor mode toggle function than the variable.
31153 * simple.el (auto-fill-function):
31154 * subr.el (add-minor-mode): Use it.
31155
31156 2005-03-16 Kenichi Handa <handa@m17n.org>
31157
31158 * language/ethio-util.el (sera-being-called-by-w3): New variable.
31159 (ethio-sera-to-fidel-ethio): Check also sera-being-called-by-w3.
31160 (ethio-fidel-to-sera-buffer): Likewise.
31161
31162 2005-03-16 Juri Linkov <juri@jurta.org>
31163
31164 * emacs-lisp/find-func.el (find-function-regexp):
31165 Add defun-emitting macro `menu-bar-make-toggle'.
31166
31167 * isearch.el: Put `isearch-scroll' property to
31168 `split-window-horizontally'.
31169
31170 * info.el: Update error messages for `debug-ignored-errors'.
31171 (Info-isearch-search): Doc fix.
31172 (Info-find-node): Move up code to go into info buffer before
31173 recording the node to the history.
31174 (Info-fontify-node): Fontify titles only if the next line
31175 has two or more `*', `=', `-', `.'.
31176 Display "go to this node" for empty (match-string 3).
31177
31178 2005-03-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
31179
31180 * term/mac-win.el: Add mouse pointer shape constants.
31181
31182 2005-03-15 Kim F. Storm <storm@cua.dk>
31183
31184 * simple.el (move-beginning-of-line): Use vertical-motion.
31185
31186 2005-03-15 Juri Linkov <juri@jurta.org>
31187
31188 * isearch.el (isearch-error): New variable.
31189 (isearch-invalid-regexp, isearch-within-brackets): Remove.
31190 (isearch-error-state): Rename from `isearch-invalid-regexp-state'.
31191 (isearch-within-brackets-state): Remove.
31192 (isearch-case-fold-search-state, isearch-pop-fun-state):
31193 Decrease frame index.
31194 (isearch-mode, isearch-top-state, isearch-push-state)
31195 (isearch-edit-string, isearch-abort, isearch-search-and-update)
31196 (isearch-fallback, isearch-message-prefix, isearch-message-suffix)
31197 (isearch-search, isearch-lazy-highlight-new-loop):
31198 Replace `isearch-invalid-regexp' with `isearch-error'.
31199 Remove `isearch-within-brackets'.
31200 (isearch-search): Add `search-failed' handler to `condition-case'.
31201 (isearch-lazy-highlight-search): Add `condition-case' to catch
31202 errors and allow `isearch-lazy-highlight-update' to try
31203 highlighting from the beginning of the window.
31204 (isearch-repeat): Move up code to set isearch-wrapped to t
31205 before calling isearch-wrap-function.
31206
31207 * info.el (Info-isearch-initial-node): New internal variable.
31208 (Info-search): Signal an error in isearch mode when search leaves
31209 the initial node. Signal an error when `bound' is non-nil and
31210 nothing was found in the current subfile.
31211 (Info-isearch-search): Remove `condition-case'.
31212 (Info-isearch-wrap): Don't wrap when search failed during leaving
31213 the initial node. If `Info-isearch-search' is nil, wrap around
31214 the current node.
31215 (Info-isearch-start): New fun.
31216 (Info-mode): Add buffer-local hook `Info-isearch-start' to
31217 `isearch-mode-hook'.
31218
31219 2005-03-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
31220
31221 * simple.el (normal-erase-is-backspace): Set default to t if
31222 running on Mac.
31223
31224 * term/mac-win.el (function-key-map): Sync with x-win.el.
31225
31226 2005-03-15 Kenichi Handa <handa@m17n.org>
31227
31228 * international/mule-cmds.el (locale-language-names): Modify the
31229 format of elements and add more entries.
31230 (locale-preferred-coding-systems): Add more entries.
31231 (set-locale-environment): Adjust for the change of
31232 locale-language-names.
31233
31234 2005-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
31235
31236 * pcvs.el (smerge-ediff): Remove bogus autoload.
31237
31238 2005-03-14 Lute Kamstra <lute@gnu.org>
31239
31240 * emacs-lisp/debug.el (debugger-make-xrefs): Docstring fix.
31241 Ignore a `*' at the beginning of a line.
31242
31243 * subr.el (macro-declaration-function): Move to emacs-lisp/byte-run.el.
31244 * emacs-lisp/byte-run.el (macro-declaration-function): Move from
31245 subr.el.
31246 (dont-compile, eval-when-compile, eval-and-compile): Use declare
31247 to specify indentation.
31248
31249 * generic.el (define-generic-mode): Let generic-mode-list be a
31250 list of strings; test membership with equal.
31251
31252 2005-03-14 Kim F. Storm <storm@cua.dk>
31253
31254 * simple.el (next-line, previous-line): Add optional try-vscroll
31255 arg to recognize interactive use. Pass it on to line-move.
31256 (line-move): Don't perform auto-window-vscroll when defining or
31257 executing keyboard macro to ensure consistent behavior.
31258
31259 2005-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
31260
31261 * pcvs-util.el (cvs-string->strings): Strip trailing whitespace.
31262
31263 2005-03-13 Lute Kamstra <lute@gnu.org>
31264
31265 * emacs-lisp/debug.el (debug): Set debug-on-exit before calling
31266 debugger-setup-buffer so that backtrace marks the frames set to
31267 debug-on-exit and we don't have to do it manually. Set an extra
31268 debug-on-exit for macro's.
31269 (debugger-setup-buffer): Don't mark the top frame manually.
31270
31271 2005-03-12 Lute Kamstra <lute@gnu.org>
31272
31273 * emacs-lisp/byte-run.el: Replace lisp-indent-hook with
31274 lisp-indent-function throughout.
31275 (with-no-warnings): Set lisp-indent-function property.
31276
31277 2005-03-12 Thien-Thi Nguyen <ttn@gnu.org>
31278
31279 * progmodes/dcl-mode.el (dcl-mode-syntax-table):
31280 Add entry for backslash.
31281
31282 2005-03-12 Juri Linkov <juri@jurta.org>
31283
31284 * info.el (Info-search): Four fixes for backward search.
31285
31286 2005-03-11 Jay Belanger <belanger@truman.edu>
31287
31288 * calc/calc.el (calc-language-alist): New variable.
31289 * calc/calc-embed.el (calc-embedded-language-alist): Remove.
31290 (calc-embedded-find-modes): Use calc-language-alist instead of
31291 calc-embedded-language-alist.
31292
31293 2005-03-11 Glenn Morris <gmorris@ast.cam.ac.uk>
31294
31295 * calendar/calendar.el (calendar-redrawing): New internal
31296 variable.
31297 (redraw-calendar): Remove bogus save-excursion from previous
31298 change. Bind calendar-redrawing to t for mark-diary-entries.
31299 * calendar/diary-lib.el (mark-diary-entries): No need to redraw
31300 calendar if that is why we were called.
31301
31302 2005-03-11 Kenichi Handa <handa@m17n.org>
31303
31304 * international/mule.el (make-coding-system): Set property
31305 coding-system-define-form to nil.
31306 (define-coding-system-alias): Likewise.
31307
31308 2005-03-11 Kenichi Handa <handa@m17n.org>
31309
31310 These changes are suggested by Dave Love <fx@gnu.org>.
31311
31312 * textmodes/fill.el: Change encoding to iso-2022-7bit and add
31313 coding: tag.
31314 (adaptive-fill-regexp): Add more bullets.
31315 (fill-french-nobreak-p): Add Latin-1 and Latin-9 guillemets in
31316 regexps.
31317
31318 2005-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
31319
31320 * help.el (describe-mode): Properly handle non-trivial lighters.
31321 Don't ignore minor modes that are not listed in minor-mode-list.
31322
31323 * tooltip.el (tooltip-mode): Don't complain that you can't turn the
31324 feature ON when the user requests to turn it OFF.
31325
31326 2005-03-10 Lute Kamstra <lute@gnu.org>
31327
31328 * emacs-lisp/debug.el (debug-entry-code): Delete it.
31329 (implement-debug-on-entry): New function to replace debug-entry-code.
31330 (debug-on-entry-1): Use implement-debug-on-entry. Delete the
31331 second argument as the 2005-03-07 change makes it obsolete.
31332 (debug-on-entry, cancel-debug-on-entry): Update call to
31333 debug-on-entry-1.
31334 (debug, debugger-setup-buffer): Comment update.
31335 (debugger-frame-number): Update to work with implement-debug-on-entry.
31336
31337 2005-03-10 Jay Belanger <belanger@truman.edu>
31338
31339 * calc/calc-embed.el (math-ms-args): Declare it.
31340 (calc-embedded-eval-expr, calc-embedded-eval-get-var): Use variable
31341 math-ms-args.
31342 (calc-embedded-subst): Use math-multi-subst-rec to substitute
31343 variables.
31344
31345 2005-03-10 Nick Roberts <nickrob@snap.net.nz>
31346
31347 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-get-location):
31348 Use message-box.
31349
31350 * tooltip.el (tooltip-mode): Use define-minor-mode and simplify.
31351 (tooltip-activate-mouse-motions-if-enabled): Use dolist.
31352 (tooltip-gud-tips): Simplify.
31353 (tooltip-gud-tips-p): Remove superfluous :set.
31354 (tooltip-gud-modes): Add fortran-mode.
31355 (gdb-tooltip-print): Remove newline for tooltip-use-echo-area.
31356
31357 * bindings.el (mode-line-mode-menu): Add tooltip-mode to mode-line.
31358
31359 2005-03-09 Kim F. Storm <storm@cua.dk>
31360
31361 * play/animate.el (animate-place-char): Use forward-line instead
31362 of next-line to improve performance.
31363
31364 2005-03-09 Simon Josefsson <jas@extundo.com>
31365
31366 * net/browse-url.el (browse-url-default-browser): Doc fix.
31367
31368 2005-03-09 Miles Bader <miles@gnu.org>
31369
31370 * emacs-lisp/bytecomp.el (byte-compile-variable-ref)
31371 (byte-compile-obsolete): Change " since VER" to " (as of Emacs VER)".
31372
31373 2005-03-09 Kenichi Handa <handa@m17n.org>
31374
31375 * international/latin-1.el: Set case and syntax for 255 only if
31376 set-case-syntax-set-multibyte is nil.
31377
31378 * textmodes/ispell.el (ispell-insert-word): New function.
31379 (ispell-word): Use ispell-insert-word to insert a new word.
31380 (ispell-process-line): Likewise.
31381 (ispell-complete-word): Likewise.
31382
31383 2005-03-09 Glenn Morris <gmorris@ast.cam.ac.uk>
31384
31385 * calendar/calendar.el (redraw-calendar): Preserve point.
31386 Reported by Matt Hodges <MPHodges@member.fsf.org>.
31387 (calendar-week-start-day): Move after definition of
31388 redraw-calendar. Delete buffer test, since redraw-calendar has
31389 that now.
31390
31391 * calendar/diary-lib.el (mark-diary-entries): Only call
31392 redraw-calendar in the first of any recursive calls.
31393 Reported by Alan Shutko <ats@acm.org>.
31394
31395 2005-03-08 Juri Linkov <juri@jurta.org>
31396
31397 * textmodes/sgml-mode.el (sgml-tag, html-tag-alist)
31398 (html-horizontal-rule, html-line, html-image, html-checkboxes)
31399 (html-radio-buttons): Add a space before the trailing `/>' where
31400 sgml-xml-mode is non-nil.
31401 (sgml-delete-tag): Check if the tag ends with `/>' to not delete
31402 the subsequent tag of the empty XML tag.
31403 (html-href-anchor): Don't set initial input to "http:".
31404 (html-image): Ask for the image URL and set point inside alt="".
31405 (html-name-anchor): Duplicate the name in the `id' attribute when
31406 sgml-xml-mode is non-nil.
31407 (html-paragraph): Remove \n before <p>.
31408 (html-checkboxes, html-radio-buttons): Insert `checked="checked"'
31409 instead of `checked' when sgml-xml-mode is non-nil.
31410
31411 * facemenu.el (list-colors-print): Print #RRGGBB in default face.
31412 Remove 1 space before #RRGGBB to not truncate it on terminal
31413 windows w/o fringes. Remove 1 space between bg and fg examples
31414 to get more space.
31415 (list-colors-duplicates): Replace `and' with `if' for `boundp' to
31416 avoid byte-compile warnings.
31417
31418 * image-file.el (image-file-handler): Put `safe-magic' property to
31419 `image-file-handler'.
31420
31421 * info.el (Info-isearch-search): Emulate word search in
31422 isearching through multiple Info nodes with Info-search.
31423 (Info-isearch-wrap): Allow isearch-word.
31424
31425 2005-03-08 Lute Kamstra <lute@gnu.org>
31426
31427 * emacs-lisp/debug.el (debugger-step-through): Make sure that
31428 stepping into the debugger's code is not possible.
31429 (debugger-jumping-flag): Docstring update.
31430
31431 2005-03-08 Jay Belanger <belanger@truman.edu>
31432
31433 * calc/calc-embed.el (calc-do-embedded): Reset mode line when
31434 embedded mode begins.
31435 (calc-embedded-language-alist): New variable.
31436 (calc-embedded-find-modes): Use calc-embedded-language-alist to
31437 set default language mode.
31438
31439 2005-03-08 Kenichi Handa <handa@m17n.org>
31440
31441 * international/ccl.el (define-ccl-program): Fix docstring about
31442 extra 256 bytes assured for the output buffer.
31443
31444 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
31445 Fix BUFFER_MAGNIFICATION to 2.
31446 (ccl-encode-mule-utf-16be-with-signature): Likewise.
31447
31448 2005-03-07 Karl Chen <quarl@cs.berkeley.edu>
31449
31450 * align.el (align-rules-list): Added an alignment rule for CSS
31451 declarations (applies to css-mode and html-mode buffers).
31452
31453 2005-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
31454
31455 * emacs-lisp/debug.el (debug-on-entry-1): Fix handling of macros.
31456
31457 2005-03-07 Kim F. Storm <storm@cua.dk>
31458
31459 * simple.el (move-beginning-of-line): New command.
31460
31461 * bindings.el (global-map): Bind C-a to move-beginning-of-line.
31462
31463 * reveal.el (reveal-mode-map): Bind C-a to beginning-of-line.
31464
31465 * emulation/cua-base.el: Put CUA move property on move-end-of-line
31466 and move-beginning-of-line.
31467
31468 * apropos.el (apropos-print): Omit command from M-x ... RET.
31469
31470 2005-03-07 Nick Roberts <nickrob@snap.net.nz>
31471
31472 * progmodes/gdb-ui.el (gdb-var-create-handler): Handle just MI case.
31473 (gdb-send, gdb-send-item): Log items sent from gdb-send too.
31474
31475 2005-03-06 Richard M. Stallman <rms@gnu.org>
31476
31477 * bindings.el (esc-map): Bind M-g to goto-line.
31478
31479 * facemenu.el (global-map): Bind M-o, not M-g.
31480
31481 2005-03-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
31482
31483 * menu-bar.el (menu-bar-file-menu): Add the same :enable to
31484 "Open Directory" as for "Open File".
31485
31486 2005-03-06 Chong Yidong <cyd@stupidchicken.com>
31487
31488 * simple.el (activate-mark-hook, deactivate-mark-hook): Add defvars.
31489 (push-mark-command): Run activate-mark-hook.
31490
31491 2005-03-06 Richard M. Stallman <rms@gnu.org>
31492
31493 * help-mode.el (help-mode-finish): Don't alter the element
31494 in view-return-to-alist if there already is one.
31495
31496 * jit-lock.el (jit-lock-stealth-fontify): When calling sit-for,
31497 make sure the current buffer is the expected one.
31498
31499 * novice.el (disabled-command-function): Output in *Disabled Command*.
31500 Explicitly ignore non-keyboard events, and explicitly handle C-g.
31501
31502 * textmodes/flyspell.el (flyspell-large-region):
31503 Pass args differently for aspell.
31504
31505 * files.el (mode-require-final-newline): Doc fix.
31506
31507 2005-03-03 Stephan Stahl <stahl@eos.franken.de> (tiny change)
31508
31509 * progmodes/which-func.el (which-function):
31510 Specify NOERROR when calling imenu--make-index-alist.
31511
31512 2005-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
31513
31514 * simple.el (normal-erase-is-backspace): Define default value.
31515
31516 * custom.el (custom-theme-set-variables): Remove unused var
31517 `immediate'.
31518 (custom-reevaluate-setting): Simple function to handle variables
31519 that are defined before their default value can really be
31520 computed.
31521
31522 * startup.el (command-line): Use it for temporary-file-directory,
31523 small-emporary-file-directory, auto-save-file-name-transforms,
31524 blink-cursor-mode, and normal-erase-is-backspace.
31525
31526 * font-lock.el (font-lock-fontify-keywords-region): Ensure forward
31527 progress, even with buggy anchored keywords.
31528
31529 2005-03-05 Luc Teirlinck <teirllm@auburn.edu>
31530
31531 * simple.el (goto-line): Remove unbalanced final parenthesis.
31532
31533 2005-03-05 Richard M. Stallman <rms@gnu.org>
31534
31535 * simple.el (goto-line): Use a number at point as the default.
31536 With C-u as arg, switch buffers.
31537
31538 2005-03-05 Juri Linkov <juri@jurta.org>
31539
31540 * frame.el (blink-cursor-mode): Replace `emacs-quick-startup'
31541 with `no-blinking-cursor'.
31542
31543 * startup.el (no-blinking-cursor): New defvar.
31544 (command-line): Add `--no-blinking-cursor' to longopts.
31545 Set `no-blinking-cursor' to t for command line arguments
31546 -Q, -nbc, --no-blinking-cursor. Replace `emacs-quick-startup'
31547 with `no-blinking-cursor' in the condition for calling
31548 `blink-cursor-mode'.
31549
31550 2005-03-04 Luc Teirlinck <teirllm@auburn.edu>
31551
31552 * menu-bar.el (menu-bar-make-mm-toggle): Doc fix.
31553 (menu-bar-options-save): Add blink-cursor-mode.
31554 (menu-bar-options-menu): Add blink-cursor-mode.
31555
31556 2005-03-04 Ulf Jasper <ulf.jasper@web.de>
31557
31558 * calendar/icalendar.el (icalendar-version): Increase to 0.11.
31559 (icalendar-export-file, icalendar-export-region)
31560 (icalendar-import-file, icalendar-import-buffer): Add autoload cookies.
31561 (icalendar--convert-ical-to-diary): Fix problem with DURATION.
31562
31563 2005-03-04 Lute Kamstra <lute@gnu.org>
31564
31565 * emacs-lisp/debug.el (debugger-step-after-exit): Make it a defvar.
31566 (debug-function-list): Ditto.
31567
31568 2005-03-04 Robert J. Chassell <bob@rattlesnake.com>
31569
31570 * textmodes/texinfmt.el (texinfo-append-refill):
31571 Redefine the types of line to which @refill
31572 is not appended by replacing a search for `@refill\\|@bye' with
31573 `@refill\\|^[ \t]*@'. The intent is to solve both the `@end
31574 itemize@refill' bug and the unfilled long lines bug.
31575 (texinfmt-version): Update number and date.
31576
31577 2005-03-04 Reiner Steib <Reiner.Steib@gmx.de>
31578
31579 * international/code-pages.el (windows-1250, windows-125[2-8])
31580 (iso-8859-10, -13, -16, georgian-ps): Add autoload cookies.
31581
31582 2005-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
31583
31584 * frame.el (blink-cursor-mode): `emacs-quick-startup' may not be
31585 bound yet.
31586
31587 2005-03-02 Romain Francoise <romain@orebokech.com>
31588
31589 * ibuf-ext.el (ibuffer-filter-disable): Move back to the current
31590 buffer after removing limits.
31591 (ibuffer-pop-filter): Ditto.
31592 Update copyright.
31593
31594 2005-03-02 Miles Bader <miles@gnu.org>
31595
31596 * button.el (make-text-button): If the user doesn't specify a
31597 type, use the default. Rewrite to use `add-text-properties' and
31598 plist functions.
31599
31600 2005-03-01 Lute Kamstra <lute@gnu.org>
31601
31602 * emacs-lisp/debug.el (inhibit-debug-on-entry): Add docstring.
31603 (debugger-jumping-flag): New var.
31604 (debug-entry-code): Use it.
31605 (debugger-jump): Use debugger-jumping-flag and add
31606 debugger-reenable to post-command-hook.
31607 (debugger-reenable): Use debugger-jumping-flag and remove itself
31608 from post-command-hook.
31609 (debug, debug-on-entry, cancel-debug-on-entry): Remove call to
31610 debugger-reenable.
31611
31612 2005-03-01 Robert J. Chassell <bob@rattlesnake.com>
31613
31614 * textmodes/texinfmt.el (texinfo-no-refill-regexp): Comment out
31615 inclusion of "itemize\\|", which may be unnecessary, is certainly
31616 inelegant, and stops refilling in itemize lists when formatting
31617 Japanese Texinfo files to Info.
31618 Update copyright to 2005.
31619
31620 2005-03-01 Nick Roberts <nickrob@snap.net.nz>
31621
31622 * progmodes/gdb-ui.el (gdb-get-location): Use a warning instead
31623 of an error if GDB can't find the source file.
31624
31625 2005-03-01 Glenn Morris <gmorris@ast.cam.ac.uk>
31626
31627 * calendar/calendar.el (redraw-calendar): Work from any buffer,
31628 not just the calendar.
31629
31630 * calendar/diary-lib.el (mark-diary-entries): Remove any old marks
31631 first.
31632 (diary-redraw-calendar): New function.
31633 (make-diary-entry): Add diary-redraw-calendar to local
31634 write-contents-functions. Turn off selective display before
31635 inserting in diary.
31636
31637 2005-03-01 Kim F. Storm <storm@cua.dk>
31638
31639 * emacs-lisp/copyright.el (copyright-fix-years): New command.
31640
31641 2005-03-01 Lute Kamstra <lute@gnu.org>
31642
31643 * emacs-lisp/debug.el (debug-on-entry-1): Reimplement to make sure
31644 that debug-entry-code can be safely removed from a function while
31645 this code is being evaluated. Revert the 2005-02-27 change as the
31646 new implementation no longer requires it. Make sure that a
31647 function body containing just a string is not mistaken for a docstring.
31648 (debug): Skip one more frame in case of debug on entry.
31649 (debugger-setup-buffer): Delete one more frame line in case of
31650 debug on entry.
31651 (debugger-frame-number): Update to use the new text introduced by
31652 the 1999-11-03 change. Skip one more frame in case of debug on entry.
31653
31654 2005-02-28 Kim F. Storm <storm@cua.dk>
31655
31656 * double.el (double-translate-key): Call force-window-update after
31657 read-event to avoid crash in redisplay.
31658
31659 2005-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
31660
31661 * emacs-lisp/debug.el (inhibit-debug-on-entry): New var.
31662 (debug): Use it. Move the inhibit-trace earlier.
31663 (debug-entry-code): New const.
31664 (debug-on-entry-1): Use it.
31665
31666 2005-02-28 Chong Yidong <cyd@stupidchicken.com>
31667
31668 * international/utf-16.el (ccl-encode-mule-utf-16le):
31669 Fix BUFFER_MAGNIFICATION to 2.
31670 (ccl-encode-mule-utf-16be): Likewise.
31671
31672 2005-02-28 Kenichi Handa <handa@m17n.org>
31673
31674 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
31675 Fix BUFFER_MAGNIFICATION to 4.
31676 (ccl-encode-mule-utf-16be-with-signature): Likewise.
31677
31678 2005-02-28 Nick Roberts <nickrob@snap.net.nz>
31679
31680 * speedbar.el (speedbar-update-flag): Doc fix.
31681 (speedbar-show-info-under-mouse): Give set-mouse-position the right
31682 argument.
31683
31684 2005-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
31685
31686 * reveal.el (reveal-post-command): Don't try to reveal overlays which
31687 have a non-nil `invisible' property but are actually visible.
31688
31689 * progmodes/perl-mode.el (perl-imenu-generic-expression): Add entries
31690 for perldoc sections.
31691 (perl-outline-regexp, perl-outline-level): New var and function.
31692 (perl-mode): Use them.
31693
31694 2005-02-27 Glenn Morris <gmorris@ast.cam.ac.uk>
31695
31696 * calendar/diary-lib.el (diary-remind): Discard any mark portion
31697 from diary-entry. Reported by Andrew Kemp <ajwk@pell.uklinux.net>.
31698
31699 2005-02-27 Luc Teirlinck <teirllm@auburn.edu>
31700
31701 * cus-edit.el: Comment change.
31702 (custom-buffer-create-internal): Slightly reword text at top of
31703 Custom buffers. Mention there that saving an option edits the
31704 init file. Add link to Emacs manual node on `custom-file'.
31705 (custom-magic-alist): Rewrite individual State messages to use
31706 capitalized keywords. Doc fix.
31707
31708 2005-02-27 Matt Hodges <MPHodges@member.fsf.org>
31709
31710 * calendar/calendar.el (calendar-buffer): Move above
31711 calendar-week-start-day.
31712 (calendar-week-start-day): Doc fix. Add :set function.
31713 (calendar-minimum-window-height): New variable.
31714 (generate-calendar-window): Only resize window if selected-window
31715 is displaying the calendar buffer. Use new variable
31716 calendar-minimum-window-height.
31717 (generate-calendar): Reword error message.
31718 (calendar-mode-map): Bind DEL to scroll-other-window-down.
31719
31720 2005-02-27 Andreas Schwab <schwab@suse.de>
31721
31722 * vc.el (vc-do-command): Don't run command asynchronously when
31723 operating in a remote directory.
31724
31725 * net/tramp.el (tramp-file-name-for-operation): Fix misapplied
31726 change from sync with Tramp 2.0.47.
31727
31728 2005-02-27 Richard M. Stallman <rms@gnu.org>
31729
31730 * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
31731
31732 * textmodes/flyspell.el (flyspell-mode-on):
31733 Call ispell-change-dictionary only if necessary.
31734
31735 * emacs-lisp/re-builder.el (regexp-builder): New function.
31736
31737 * register.el (describe-register-1): Explicitly handle
31738 yank-excluded-properties = t.
31739
31740 * cus-edit.el (custom-buffer-create-internal): Improve progress msgs.
31741 (custom-magic-alist): Change the status descriptions again.
31742 (face widget-type): Total rewrite based on `restricted-sexp'
31743 to eliminate the confusing double hiding levels.
31744
31745 * emacs-lisp/debug.el (debug-on-entry-1):
31746 If function body is empty, add nil as body form.
31747
31748 2005-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
31749
31750 * emacs-lisp/trace.el (inhibit-trace): New var.
31751 (trace-make-advice): Use it.
31752
31753 * emacs-lisp/debug.el (debug): Put back the inhibit-trace.
31754
31755 2005-02-26 Kim F. Storm <storm@cua.dk>
31756
31757 * mouse.el (mouse-1-click-in-non-selected-windows): New defcustom.
31758 (mouse-on-link-p, mouse-drag-region-1): Use it.
31759
31760 2005-02-25 Lute Kamstra <lute@gnu.org>
31761
31762 * replace.el (query-replace-read-from): Fix 2005-02-19 change.
31763
31764 2005-02-24 Luc Teirlinck <teirllm@auburn.edu>
31765
31766 * frame.el (blink-cursor-mode): Add :group keyword.
31767
31768 2005-02-24 Ulf Jasper <ulf.jasper@web.de>
31769
31770 * calendar/icalendar.el (icalendar--decode-isodatetime):
31771 New optional argument DAY-SHIFT.
31772 (icalendar-export-region): Fix coding-system-for-write.
31773 (icalendar--convert-ical-to-diary): Shift end-day of all-day
31774 events by one.
31775
31776 2005-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
31777
31778 * textmodes/tex-mode.el (tex-font-lock-keywords-3): #n is atomic.
31779
31780 2005-02-24 Kim F. Storm <storm@cua.dk>
31781
31782 * international/iso-acc.el (iso-accents-compose): Fix crash
31783 during redisplay. Call force-window-update after read-event
31784 and delete-region to signal that window is not accurate.
31785
31786 2005-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
31787
31788 * emacs-lisp/debug.el (debug): Hide the buffer if it's not killed.
31789 Remove unused and inexistent var `inhibit-trace'.
31790 (debugger-mode): Use run-mode-hooks.
31791 (debugger-list-functions): Add buttons; setup xref stack.
31792
31793 2005-02-23 Richard M. Stallman <rms@gnu.org>
31794
31795 * calendar/appt.el (appt-time-msg-list): 3rd elt of each
31796 appointment says it was explicitly made.
31797 (appt-add): Set the 3rd element.
31798 (appt-make-list): Preserve explicit appointments.
31799
31800 * subr.el (find-tag-default): Catch errors in forward-sexp.
31801
31802 2005-02-23 Juri Linkov <juri@jurta.org>
31803
31804 * info.el (Info-isearch-search): New defcustom.
31805 (Info-isearch-search): Call the default isearch function
31806 when Info-isearch-search is nil.
31807 (Info-isearch-wrap): Use variable Info-isearch-search.
31808
31809 2005-02-22 Luc Teirlinck <teirllm@auburn.edu>
31810
31811 * cus-edit.el: Comment change.
31812
31813 2005-02-22 Kim F. Storm <storm@cua.dk>
31814
31815 * progmodes/hideif.el (hide-ifdef-use-define-alist):
31816 Use completing-read. Suggested by Juan-Leon Lahoz Garcia.
31817
31818 2005-02-22 Simon Josefsson <jas@extundo.com>
31819
31820 * net/browse-url.el (browse-url-netscape-new-window-is-tab):
31821 New variable.
31822 (browse-url-netscape): Use it. Suggested by "Johann 'Myrkraverk'
31823 Oskarsson" <myrkraverk@users.sourceforget.net>.
31824
31825 2005-02-22 Kim F. Storm <storm@cua.dk>
31826
31827 * mouse.el (mouse-on-link-p): If arg POS is a mouse event,
31828 check that window of that event is the selected window.
31829 (mouse-drag-region-1): Compare mouse event window to selected
31830 window before setting point.
31831
31832 * tooltip.el (tooltip-show-help-function): Pass event to
31833 mouse-on-link-p so it can check selected window.
31834
31835 2005-02-22 Kenichi Handa <handa@m17n.org>
31836
31837 * ps-mule.el (ps-mule-header-string-charsets): Delete it.
31838 (ps-mule-show-warning): New function.
31839 (ps-mule-begin-job): Use ps-mule-show-warning if unprintable
31840 characters are found.
31841
31842 * ps-print.el (ps-header-footer-string): Return a list of header
31843 and footer strings.
31844
31845 2005-02-21 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
31846
31847 * pcvs.el (cvs-retrieve-revision): Fix thinko.
31848
31849 2005-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
31850
31851 * frame.el (blink-cursor-mode): Use define-minor-mode.
31852
31853 * term/mac-win.el (function-key-map): Use char-names more consistently.
31854 (file-name-coding-system): Only set it for MacOS-9. The other case is
31855 already handled in mule-cmds.el (where it also works when mac-win.el
31856 is not used).
31857
31858 2005-02-21 Kenichi Handa <handa@m17n.org>
31859
31860 * international/mule.el (ctext-pre-write-conversion): Always use
31861 " *code-converting-work*" buffer for work.
31862
31863 * textmodes/ispell.el (ispell-dictionary-alist): Fix docstring.
31864
31865 2005-02-20 Thien-Thi Nguyen <ttn@gnu.org>
31866
31867 * progmodes/scheme.el (scheme-font-lock-keywords-2): Handle named-let.
31868
31869 2005-02-20 Jonathan Yavner <jyavner@member.fsf.org>
31870
31871 * ses.el (undo-more): Restore defadvice, but only the part that
31872 allows changes outside the restricted area of the buffer.
31873
31874 2005-02-20 Kim F. Storm <storm@cua.dk>
31875
31876 * simple.el (line-move): Add fourth optional arg try-vscroll which
31877 must be set to perform auto-window-vscroll.
31878 When moving backwards and doing auto-window-vscroll, automatically
31879 vscroll to the last part of lines which are taller than the window.
31880 (next-line, previous-line): Set try-vscroll arg on line-move.
31881
31882 2005-02-19 Dan Nicolaescu <dann@ics.uci.edu>
31883
31884 * replace.el (query-replace, query-replace-regexp)
31885 (replace-string, replace-regexp): When operating on region, make
31886 the minibuffer prompt say so.
31887
31888 * isearch.el (isearch-forward): Document isearch-query-replace and
31889 isearch-query-replace-regexp keybindings.
31890
31891 2005-02-19 Jay Belanger <belanger@truman.edu>
31892
31893 * calc/calc-aent.el (math-read-token): Add local variable.
31894
31895 * calc/calc-prog.el (calc-user-define-edit): Add local variable.
31896 (calc-edit-top): Move declaration to earlier in file.
31897 (calc-edit-macro-repeats): Add local variables.
31898
31899 * calc/calcalg2.el: Add differentiation rule for calcFunc-coth.
31900 Adjust differentiation rules for calcFunc-tan, calcFunc-cot,
31901 calcFunc-tanh.
31902 Adjust integration rule for calcFunc-tan.
31903
31904 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
31905
31906 * viper-cmd.el (viper-prefix-commands): Make into a defconst.
31907 (viper-exec-buffer-search): Use regexp-quote to quote buffer string.
31908 (viper-minibuffer-setup-sentinel): Make some variables buffer-local.
31909 (viper-skip-separators): Bug fix.
31910 (viper-set-searchstyle-toggling-macros): Allow to unset macros in a
31911 particular major mode.
31912 (viper-del-backward-char-in-replace): Don't put deleted char on the
31913 kill ring.
31914
31915 * viper-ex.el (viper-color-display-p): New function.
31916 (viper-has-face-support-p): Use viper-color-display-p.
31917
31918 * viper-keym.el (viper-gnus-modifier-map): New keymap.
31919
31920 * viper-macs.el (viper-unrecord-kbd-macro): Bug fix.
31921
31922 * viper-util.el (viper-glob-unix-files): Fix shell status check.
31923 (viper-file-remote-p): Make equivalent to file-remote-p.
31924
31925 * viper.el (viper-major-mode-modifier-list):
31926 Use viper-gnus-modifier-map.
31927
31928 2005-02-19 David Kastrup <dak@gnu.org>
31929
31930 * subr.el (subregexp-context-p): Fix garbled doc string by adding
31931 quoting.
31932
31933 2005-02-19 Jay Belanger <belanger@truman.edu>
31934
31935 * calc/calc-math.el (calc-arctan, calc-tanh, calc-arctanh):
31936 Remove extra definitions.
31937 (calc-coth): New function.
31938 (calcFunc-cot): Fix `let'.
31939
31940 2005-02-19 Eli Zaretskii <eliz@gnu.org>
31941
31942 * faces.el (escape-glyph, minibuffer-prompt): Add commentary for
31943 the reasons we use "type pc" in these faces.
31944
31945 * button.el (button): Ditto.
31946
31947 2005-02-19 Michael Mauger <mmaug@yahoo.com>
31948
31949 * replace.el (query-replace-read-from): Set the value of
31950 query-replace-from-history-variable to handle the case of an empty
31951 string entered to accept the suggested default.
31952
31953 * net/tramp.el (tramp-file-name-for-operation):
31954 Use dired-call-process instead of dired-call-process-command.
31955
31956 2005-02-19 Jay Belanger <belanger@truman.edu>
31957
31958 * calc/calc-arith.el (math-trig-inverses, math-div-trig)
31959 (math-div-non-trig): New variables.
31960 (math-combine-prod-trig, math-div-new-trig, math-div-new-non-trig)
31961 (math-div-isolate-trig, math-div-isolate-trig-term): New functions.
31962 (math-combine-prod, math-div-symb-fancy): Add simplifications for
31963 trig expressions.
31964
31965 2005-02-19 Nick Roberts <nickrob@snap.net.nz>
31966
31967 * progmodes/gdb-ui.el (gdb-var-update-handler)
31968 (gdb-speedbar-timer-fn): Ensure speedbar updates with new values
31969 for watch expressions,
31970 (gdb-var-create-handler): Don't set speedbar-update-flag.
31971 (gdb-post-prompt): Simplify test for speedbar.
31972
31973 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
31974
31975 * ediff.el (ediff-set-diff-overlays-in-one-buffer)
31976 (ediff-set-fine-overlays-in-one-buffer, ediff-goto-word): Make sure
31977 we use the syntax table of the correct buffer.
31978 (ediff-same-file-contents, ediff-same-contents): Enhancements thanks to
31979 Felix Gatzemeier.
31980
31981 * ediff-init.el (ediff-hide-face): Check for definedness of functions.
31982 (ediff-file-remote-p): Make synonymous with file-remote-p.
31983 In all deffaces ediff-*-face-*, use min-colors.
31984
31985 * ediff-mult.el (ediff-meta-mark-equal-files): Make use of
31986 ediff-recurse-to-subdirectories.
31987 (ediff-mark-if-equal): Check that the arguments are strings, use
31988 ediff-same-contents (after to Felix Gatzemeier).
31989
31990 * ediff.el (ediff-merge-on-startup): Don't set buffer-modified-p to
31991 nil.
31992
31993 2005-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
31994
31995 * log-view.el (log-view-message-re): Fix up Subversion regexp.
31996
31997 2005-02-18 David Kastrup <dak@gnu.org>
31998
31999 * progmodes/meta-mode.el (meta-mark-active): Fix condition to just
32000 use `mark-active' when defined.
32001
32002 2005-02-18 Kenichi Handa <handa@m17n.org>
32003
32004 * ps-print.el (ps-font-info-database): New entry
32005 ZapfChancery-MediumItalic with correct font name. Fix font name
32006 of the entry Zapf-Chancery-MediumItalic.
32007
32008 2005-02-16 Luc Teirlinck <teirllm@auburn.edu>
32009
32010 * autorevert.el (auto-revert-stop-on-user-input): Further doc fix.
32011
32012 2005-02-16 Kim F. Storm <storm@cua.dk>
32013
32014 * ido.el (ido-fallback-command): Pass user input to fallback command.
32015
32016 2005-02-16 Nick Roberts <nickrob@snap.net.nz>
32017
32018 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
32019 (gdb-find-file-hook): Add server prefix.
32020
32021 2005-02-16 Richard M. Stallman <rms@gnu.org>
32022
32023 * replace.el (perform-replace): Pass new args to replace-highlight.
32024 (replace-highlight): Take region args,
32025 and pass them to isearch-lazy-highlight-new-loop.
32026
32027 * novice.el (disabled-command-hook): Autoload the defalias
32028 and the make-obsolete-variable call.
32029
32030 * menu-bar.el (menu-bar-select-frame): FRAME defaults to selected.
32031
32032 * isearch.el (isearch-lazy-highlight-start-limit)
32033 (isearch-lazy-highlight-end-limit): New variables limit
32034 the region for highlighting.
32035 (isearch-lazy-highlight-new-loop): New args BEG and END.
32036 (isearch-lazy-highlight-search): Use the new vars.
32037 (isearch-lazy-highlight-update): Likewise.
32038
32039 * dired.el (dired-build-subdir-alist): Bind buffer-undo-list to t.
32040
32041 * cus-start.el (all): Use default-boundp.
32042
32043 2005-02-15 David Casperson <casper@unbc.ca> (tiny change)
32044
32045 * menu-bar.el (menu-bar-select-frame): Handle current frame.
32046
32047 2005-02-15 Luc Teirlinck <teirllm@auburn.edu>
32048
32049 * autorevert.el (auto-revert-stop-on-user-input)
32050 (auto-revert-verbose): Doc fixes.
32051
32052 2005-02-15 Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de>
32053
32054 * international/mule-cmds.el (set-locale-environment): Remove call
32055 to set-selection-coding-system on Windows.
32056
32057 2005-02-15 Jay Belanger <belanger@truman.edu>
32058
32059 * calc/calc-alg.el: Add simplification rules for calcFunc-sec,
32060 calcFunc-csc, calcFunc-cot, calcFunc-sech, calcFunc-csch, and
32061 calcFunc-coth.
32062 (math-simplify-sqrt): Add simplifications.
32063
32064 * calc/calc-arith.el (math-real-if-arg-functions): Add functions
32065 to list.
32066
32067 * calc/calc-ext.el: Add functions to autoloads.
32068
32069 * calc/calc-math.el (calc-sec, calc-csc, calc-cot, calc-sech)
32070 (calc-csch, calc-coth, calcFunc-sec, calcFunc-csc, calcFunc-cot)
32071 (calcFunc-sech, calcFunc-csch, calcFunc-coth, math-sec-raw)
32072 (math-csc-raw, math-cot-raw): New functions.
32073
32074 * calc/calc-rules.el (calc-DistribRules, calc-NegateRules): Add rules.
32075
32076 * calc/calc-undo.el (calc-handle-undo): Remove prefix from
32077 the variable name in a message.
32078
32079 * calc/calc-units.el: Add simplification rules for calcFunc-sec,
32080 calcFunc-csc, calcFunc-cot.
32081
32082 * calc/calcalg2.el: Add derivative and integration rules for
32083 calcFunc-sec, calcFunc-csc, calcFunc-cot, calcFunc-sech,
32084 calcFunc-csch, calcFunc-coth.
32085 (math-do-integral-methods): Add to checks for when to use
32086 substitutions.
32087
32088 * calc/calccomp.el (math-eqn-special-funcs): Add functions to list.
32089
32090 2005-02-15 Lute Kamstra <lute@gnu.org>
32091
32092 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
32093 Add ;;;###autoload to `outline-regexp'. Suggested by Stefan Monnier
32094 <monnier@iro.umontreal.ca>.
32095 (lisp-outline-level): Improve efficiency. Suggested by David
32096 Kastrup <dak@gnu.org>.
32097
32098 2005-02-15 Nick Roberts <nickrob@snap.net.nz>
32099
32100 * progmodes/gdb-ui.el (gdb-find-file-unhook): New variable.
32101 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1)
32102 (gdb-set-gud-minor-mode-existing-buffers): New functions.
32103 (gdb-find-file-hook): New hook. Add it to find-file-hook.
32104 (gdb-info-breakpoints-custom, gdb-source-info): Simplify.
32105
32106 2005-02-14 Luc Teirlinck <teirllm@auburn.edu>
32107
32108 * cus-start.el (all): Comment change.
32109
32110 2005-02-14 Lute Kamstra <lute@gnu.org>
32111
32112 * cus-start.el (all): Check if symbol is void.
32113
32114 2005-02-14 Carsten Dominik <dominik@science.uva.nl>
32115
32116 * textmodes/reftex-cite.el (reftex-do-citation): Cleanup single
32117 optional argument to \cite.
32118
32119 2005-02-14 Richard M. Stallman <rms@gnu.org>
32120
32121 * cus-edit.el (custom-buffer-create-internal): Update help message.
32122 (custom-magic-alist): Update help messages.
32123
32124 * cus-start.el (all): Allow a var to specify a standard value.
32125
32126 2005-02-12 Luc Teirlinck <teirllm@auburn.edu>
32127
32128 * custom.el (custom-theme-set-variables): Handle variable aliases.
32129
32130 * frame.el (blink-cursor-timer): Doc fix.
32131 (blink-cursor): Make it an alias for `blink-cursor-mode' and
32132 declare obsolete.
32133 (blink-cursor-mode): Define with defcustom and use correct
32134 standard expression in that defcustom.
32135 * startup.el (command-line): Adapt to above changes in frame.el.
32136
32137 2005-02-11 Lute Kamstra <lute@gnu.org>
32138
32139 * apropos.el (apropos-score-doc): Prevent division by zero.
32140
32141 2005-02-11 Ulf Jasper <ulf.jasper@web.de>
32142
32143 * calendar/icalendar.el (icalendar--get-event-property): Doc fix.
32144 (icalendar--get-event-property-attributes)
32145 (icalendar--get-event-properties)
32146 (icalendar--datetime-to-diary-date): New functions.
32147 (icalendar--split-value): Doc fix.
32148 (icalendar--datetime-to-noneuropean-date)
32149 (icalendar--datetime-to-european-date): New optional argument
32150 SEPARATOR. Return result as a string instead of a list.
32151 (icalendar--get-weekday-number): Check if ABBREVWEEKDAY is nil.
32152 (icalendar--convert-string-for-export): Rename arg S to STRING.
32153 (icalendar-export-region): Doc fix. Change name of error buffer.
32154 Save output buffer.
32155 (icalendar-import-file): Add blank at end of prompt.
32156 (icalendar-import-buffer): Doc fix. Do not switch to error
32157 buffer. Indicate status in return value.
32158 (icalendar--convert-ical-to-diary): Doc fix. Change name of error
32159 buffer. Save output buffer. Handle exception from recurrence
32160 rules (EXDATE, EXRULE). Handle start- and end-date of recurring
32161 events. Fix problems with weekly all-day events.
32162
32163 2005-02-10 Richard M. Stallman <rms@gnu.org>
32164
32165 * simple.el (eval-expression-print-format):
32166 Avoid warning about edebug-active.
32167
32168 * help.el (help-for-help-internal): Rename from help-for-help.
32169 (help-for-help): Define with defalias.
32170
32171 * font-core.el (font-lock-default-function): Use with-no-warnings.
32172
32173 * cus-edit.el (custom-buffer-create-internal): Improve help-echo.
32174
32175 * custom.el (defface): Doc fix.
32176
32177 2005-02-10 Nick Roberts <nickrob@snap.net.nz>
32178
32179 * progmodes/gdb-ui.el (gdb-ann3): Re-instate GDB command "set
32180 width 0" to prevent word wrapping problems.
32181
32182 2005-02-09 Kim F. Storm <storm@cua.dk>
32183
32184 * ido.el (ido-file-extensions-order): New defcustom.
32185 (ido-file-extension-lessp, ido-file-extension-aux)
32186 (ido-file-extension-order): New advanced file ordering.
32187 (ido-file-lessp): New simple file ordering.
32188 (ido-sort-list): Remove.
32189 (ido-make-file-list): Use ido-file-lessp or ido-file-extension-lessp.
32190 (ido-make-dir-list, ido-completion-help): Use ido-file-lessp.
32191
32192 2005-02-08 Dan Nicolaescu <dann@ics.uci.edu>
32193
32194 * progmodes/grep.el (grep-regexp-alist): Match an optional ^[[K
32195 that some versions of grep produce.
32196 (grep-mode-font-lock-keywords): Likewise.
32197
32198 2005-02-09 Nick Roberts <nickrob@snap.net.nz>
32199
32200 * progmodes/gdb-ui.el (gdb-location-list): New variable.
32201 (gdb-cdir): Delete.
32202 (gdb-info-breakpoints-custom, gdb-goto-breakpoint)
32203 (gdb-source-info): Treat case when source file is in another
32204 directory properly.
32205 (gdb-get-location): New function.
32206
32207 2005-02-07 Jay Belanger <belanger@truman.edu>
32208
32209 * calc/calc-prog.el (calc-write-parse-table-part)
32210 (calc-fix-token-name): Fix a check for language type.
32211
32212 * calc/calccomp.el (math-compose-expr): Fix a check for language type.
32213
32214 2005-02-07 Andre Spiegel <spiegel@gnu.org>
32215
32216 * vc-hooks.el (vc-make-version-backup): Ignore file-errors such
32217 as directory not writable.
32218
32219 2005-02-07 Kim F. Storm <storm@cua.dk>
32220
32221 * emulation/cua-base.el (cua-max-undo, cua-undo): Remove.
32222 (cua--standard-movement-commands): Remove list.
32223 Instead, set CUA property value to move for movement commands.
32224 (cua-movement-commands): Remove. Users must set CUA prop instead.
32225 (cua--pre-command-handler): Check CUA property.
32226 (cua--init-keymaps): Don't remap undo commands.
32227 (cua-mode): Don't call cua--rectangle-on-off.
32228
32229 * emulation/cua-rect.el (cua--undo-list, cua--tidy-undo-counter)
32230 (cua--rect-undo, cua--tidy-undo-lists, cua--rectangle-on-off): Remove.
32231 (cua--rect-undo-set-point): New var.
32232 (cua--rectangle-undo-boundary): Setup undo apply entry.
32233 (cua--rect-undo-handler): New function for rectangle undo.
32234 (cua--rect-start-position, cua--rect-end-position): Add.
32235 (cua--rectangle-post-command): Call cua--rectangle-set-corners
32236 for restored rectangle. Set point if cua--rect-undo-set-point.
32237
32238 2005-02-06 Jay Belanger <belanger@truman.edu>
32239
32240 * calc/calc-lang.el (calc-tex-language): Display more information
32241 in messages.
32242
32243 * calc/calccomp.el (math-compose-expr): Allow multiline matrices
32244 in TeX mode.
32245
32246 2005-02-06 Richard M. Stallman <rms@gnu.org>
32247
32248 * emacs-lisp/lisp.el (buffer-end): Doc fix.
32249
32250 2005-02-05 Arne J\e,Ax\e(Brgensen <arne@arnested.dk> (tiny change)
32251
32252 * net/ldap.el (ldap-search-internal): Support attributes with
32253 optional descriptions separated by a semi-colon, as in
32254 "userCertificate;binary".
32255
32256 2005-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
32257
32258 * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
32259 isn't a cons (i.e. the version is 0).
32260
32261 2005-02-05 Eli Zaretskii <eliz@gnu.org>
32262
32263 * help.el (help-for-help): Doc fix.
32264
32265 2005-02-05 Nick Roberts <nickrob@snap.net.nz>
32266
32267 * progmodes/gdb-ui.el: Update copyright. Put GDB-Frames before
32268 GDB-Windows on the menu-bar as this works better.
32269
32270 2005-02-04 Jay Belanger <belanger@truman.edu>
32271
32272 * calc/calc-embed.el (calc-embedded-update): Don't put in
32273 unnecessary newlines. Adjust the end of formula marker.
32274
32275 * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments.
32276 (math-latex-parse-two-args): New function.
32277
32278 2005-02-03 Lute Kamstra <lute@gnu.org>
32279
32280 * help-fns.el (help-with-tutorial): Make sure that users cannot
32281 remove the entire text of the tutorial by means of `undo'.
32282
32283 2005-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
32284
32285 * textmodes/ispell.el (ispell-internal-change-dictionary): Fix problem
32286 in recent changes, where the ispell process was repeatedly
32287 killed & restarted.
32288
32289 * international/mule-cmds.el (set-locale-environment): Set file-name
32290 coding system to utf-8 on Darwin systems.
32291 (set-default-coding-systems): Don't set default-file-name-coding-system
32292 on Darwin systems.
32293
32294 2005-02-03 Richard M. Stallman <rms@gnu.org>
32295
32296 * hi-lock.el (hi-lock-mode): Turning on Hi-Lock turns on Font-Lock.
32297
32298 2005-02-03 Matt Hodges <MPHodges@member.fsf.org>
32299
32300 * faces.el (list-faces-display): Add optional argument.
32301
32302 2005-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
32303
32304 * font-core.el (font-lock-default-function): Handle the rare case where
32305 only font-lock-keywords is set.
32306
32307 2005-02-02 Kenichi Handa <handa@m17n.org>
32308
32309 * international/characters.el: Cancel previous change for
32310 I-WITH-DOT-ABOVE and DOTLESS-i.
32311
32312 * international/latin-5.el: Cancel previous change.
32313
32314 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
32315
32316 * progmodes/gud.el: Correction to syntax in gud-menu-map.
32317
32318 2005-02-02 Kenichi Handa <handa@m17n.org>
32319
32320 * international/latin-5.el (tbl): Setup cases of I-WITH-DOT-ABOVE,
32321 DOTLESS-i.
32322
32323 * international/characters.el: Setup cases of GREEK-FINAL-SIGMA,
32324 Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i.
32325
32326 * case-table.el (get-upcase-table): New function.
32327 (copy-case-table): Copy upcaes table too if non-nil.
32328 (set-case-syntax-delims): Maintain upcase table too.
32329 (set-case-syntax-pair): Likewise.
32330 (set-upcase-syntax, set-downcase-syntax): New functions.
32331 (set-case-syntax): Maintain upcase table too.
32332
32333 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
32334
32335 * progmodes/gdb-ui.el (gdb-goto-info): Delete.
32336
32337 * progmodes/gud.el (gud-goto-info): New function.
32338 (gud-tool-bar-map): Use correct icon.
32339
32340 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
32341
32342 * emacs-lisp/lisp-mode.el (lisp-indent-function): Fix bug:
32343 When delegating, order args in the funcall correctly.
32344
32345 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
32346
32347 * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
32348
32349 2005-02-01 Carsten Dominik <dominik@science.uva.nl>
32350
32351 * textmodes/reftex.el (reftex-access-scan-info): Error out in a
32352 buffer not visiting a file.
32353
32354 2005-01-31 Jay Belanger <belanger@truman.edu>
32355
32356 * calc/calc-embed.el (calc-embedded-find-bounds): Set the formula
32357 bound on the line with the formula.
32358
32359 2005-01-31 Kim F. Storm <storm@cua.dk>
32360
32361 * ses.el (ses-create-cell-variable-range)
32362 (ses-destroy-cell-variable-range, ses-reset-header-string)
32363 (ses-set-with-undo, ses-unset-with-undo, ses-aset-with-undo)
32364 (ses-insert-row): Fix format of apply undo entries.
32365
32366 2005-01-31 Jay Belanger <belanger@truman.edu>
32367
32368 * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX
32369 parts.
32370
32371 * calc/calc-embed.el (calc-embedded-open-formula)
32372 (calc-embedded-close-formula): Ignore matrix environments.
32373
32374 * calc/calc-ext.el (math-read-big-expr): Make LaTeX the default
32375 TeX mode.
32376
32377 * calc/calc-lang.el (math-function-table, math-oper-table)
32378 (math-variable-table): Adjust the LaTeX portions.
32379
32380 * calc/calc.el (math-tex-ignore-words): Remove LaTeX portion.
32381 (math-latex-ignore-words): New constant.
32382
32383 2005-01-31 Richard M. Stallman <rms@gnu.org>
32384
32385 * textmodes/ispell.el (ispell-local-dictionary-overridden): New var.
32386 (ispell-local-dictionary): Doc fix.
32387 (ispell-dictionary-alist): Don't include ispell-local-dictionary-alist.
32388 Don't reinitialize at run time. Don't defcustom.
32389 All uses changed to append ispell-local-dictionary-alist,
32390 or check it first.
32391 (ispell-current-dictionary): New variable for dictionary in use.
32392 (ispell-dictionary): Now used only for global default.
32393 (ispell-start-process): Set ispell-current-dictionary,
32394 not ispell-dictionary.
32395 (ispell-change-dictionary): Use this only for setting
32396 user preferences.
32397 (ispell-internal-change-dictionary): New function
32398 to change the current dictionary in use.
32399 (ispell-region, ispell-process-line, ispell-buffer-local-dict):
32400 Use ispell-current-dictionary.
32401 Handle ispell-local-dictionary-overridden.
32402 (ispell-buffer-local-dict): Call ispell-internal-change-dictionary.
32403
32404 2005-01-31 Jay Belanger <belanger@truman.edu>
32405
32406 * calc/calc-aent.el (math-read-token): Add support for LaTeX.
32407
32408 * calc/calc-ext.el: Add calc-latex-language to autoloads.
32409 (calc-mode-map): Add calc-latex-language.
32410
32411 * calc/calc-lang.el (calc-latex-language, math-latex-parse-frac)
32412 (math-latex-print-frac): New functions.
32413 (math-oper-table, math-function-table, math-variable-table)
32414 (math-complex-format, math-input-filter): Add latex properties.
32415 (calc-set-language): Set math-expr-special-function-mapping.
32416
32417 * calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name)
32418 (calc-write-parse-table-part): Add LaTeX support.
32419
32420 * calc/calc.el (calc-language): Adjust docstring.
32421 (calc-set-mode-line): Add LaTeX support.
32422 (math-expr-special-function-mapping): New variable.
32423 (math-tex-ignore-words): Add to list.
32424
32425 * calc/calccomp.el (math-compose-expr, math-compose-rows):
32426 Add LaTeX support.
32427 (math-compose-expr): Add support for special functions.
32428
32429 * calc/calc-help.el (calc-d-prefix-help): Add LaTeX.
32430
32431 2005-01-31 Nick Roberts <nickrob@snap.net.nz>
32432
32433 * progmodes/gdb-ui.el (gdb-memory-address)
32434 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit)
32435 (gdb-memory-mode-map, gdb-memory-format-keymap)
32436 (gdb-memory-format-menu, gdb-memory-unit-keymap)
32437 (gdb-memory-unit-menu): New variables for a buffer
32438 that lets the user examine program memory.
32439 (gdb-memory-set-address, gdb-memory-set-repeat-count)
32440 (gdb-memory-format-binary, gdb-memory-format-octal)
32441 (gdb-memory-format-unsigned, gdb-memory-format-signed)
32442 (gdb-memory-format-hexadecimal, gdb-memory-format-menu)
32443 (gdb-memory-format-menu-1, gdb-memory-unit-giant)
32444 (gdb-memory-unit-word, gdb-memory-unit-halfword)
32445 (gdb-memory-unit-byte, gdb-memory-unit-menu)
32446 (gdb-memory-unit-menu-1, gdb-make-header-line-mouse-map)
32447 (gdb-memory-mode, gdb-memory-buffer-name)
32448 (gdb-display-memory-buffer, gdb-frame-memory-buffer):
32449 New functions for above buffer.
32450
32451 2005-01-30 Richard M. Stallman <rms@gnu.org>
32452
32453 * cus-edit.el (custom-bury-buffer): Function deleted.
32454 (custom-buffer-done-function): Option deleted.
32455 (custom-buffer-done-kill): New replacement option.
32456 (Custom-buffer-done): Call quit-window.
32457 (custom-buffer-create-internal): Update for above changes.
32458
32459 2005-01-29 Luc Teirlinck <teirllm@auburn.edu>
32460
32461 * simple.el (undo-ask-before-discard): New var.
32462 (undo-outer-limit-truncate): Implement it.
32463 (undo-extra-outer-limit): Doc update.
32464
32465 2005-01-29 Richard M. Stallman <rms@gnu.org>
32466
32467 * ses.el (undo-more): Delete defadvice.
32468 (ses-begin-change): Doc fix.
32469
32470 * dired.el (dired-mode-map): Remap `undo' and `advertised-undo'
32471 instead of rebinding C-x u and C-_.
32472
32473 * files.el (normal-backup-enable-predicate): Return nil for files
32474 in /tmp, regardless of temporary-file-directory.
32475
32476 * man.el (Man-getpage-in-background): Disable undo in Man buffer.
32477
32478 * rect.el (delete-rectangle-line, delete-extract-rectangle-line)
32479 (open-rectangle, delete-whitespace-rectangle-line)
32480 (clear-rectangle-line): If FILL, pass t instead of FILL
32481 for move-to-column's 2nd arg.
32482
32483 * simple.el (undo): Fix the test for continuing a series of undos.
32484 (undo-more): Set pending-undo-list to t when we reach end.
32485 (pending-undo-list): Move up defvar.
32486
32487 * wid-edit.el (widget-button-click):
32488 Shorten the range of the track-mouse binding.
32489
32490 * comint.el (comint-insert-input): Undo previous changes;
32491 use last-input-event in interactive spec.
32492
32493 2005-01-29 Eli Zaretskii <eliz@gnu.org>
32494
32495 * progmodes/compile.el (compilation-start): Bind buffer-read-only
32496 to nil before invoking call-process. Reset buffer's modified flag
32497 after fontifying it in the no-async branch.
32498
32499 * wid-edit.el (widget-specify-button): If mouse pointer shape
32500 cannot be changed, use mouse face instead.
32501
32502 2005-01-29 Nick Roberts <nickrob@snap.net.nz>
32503
32504 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
32505 (gdb-goto-breakpoint): Make breakpoint handling work on template
32506 functions in C++. Reported by Martin Reed <mjreed@essex.ac.uk>.
32507 (gdb-assembler-custom): Update to recognize breakpoint information
32508 added on 2005-01-19.
32509
32510 2005-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
32511
32512 * progmodes/scheme.el (scheme-mode-variables): Set comment-add.
32513 (dsssl-mode): Use define-derived-mode.
32514 (scheme-mode-initialize): Remove.
32515 (scheme-mode): Use run-mode-hooks.
32516
32517 * cus-edit.el (customize-group-other-window)
32518 (custom-buffer-create-other-window): Don't override special-display-*.
32519 (custom-mode-map): Make it dense.
32520
32521 * emacs-lisp/lisp-mode.el (eval-defun-1): Make sure `defvar' always
32522 sets the default value.
32523
32524 2005-01-28 Eli Zaretskii <eliz@gnu.org>
32525
32526 * descr-text.el: Add more keywords.
32527
32528 2005-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
32529
32530 * speedbar.el: Avoid unnecessary use of locate-library.
32531
32532 * international/mule-cmds.el (standard-display-european-internal):
32533 Don't fiddle with latin-1 non-break space any more since it's now
32534 special cased in the C code.
32535 Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
32536
32537 2005-01-26 Luc Teirlinck <teirllm@auburn.edu>
32538
32539 * cus-start.el (all): Add `undo-outer-limit'.
32540
32541 2005-01-25 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
32542
32543 * textmodes/bibtex.el (bibtex-format-entry):
32544 Use `bibtex-empty-field-re' only on the text of fields, not on entire
32545 field lines.
32546 (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
32547 not on part of a buffer.
32548
32549 2005-01-25 Lute Kamstra <lute@gnu.org>
32550
32551 * textmodes/bibtex.el (bibtex-empty-field-re): Don't match
32552 nonempty field text strings like "{letters\\macro{}more letters}".
32553 Clarify docstring.
32554 (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
32555 (bibtex-entry-offset, bibtex-parse-association)
32556 (bibtex-parse-field-name): Fix typos in docstrings.
32557 (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
32558
32559 2005-01-24 Carsten Dominik <dominik@science.uva.nl>
32560
32561 * textmodes/reftex-global.el (reftex-isearch-push-state-function)
32562 (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
32563 (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
32564 (reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.
32565
32566 * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
32567 isearch minor mode.
32568
32569 2005-01-24 Luc Teirlinck <teirllm@auburn.edu>
32570
32571 * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie.
32572
32573 2005-01-24 Lute Kamstra <lute@gnu.org>
32574
32575 * textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the
32576 CASECHARS and NOT-CASECHARS regular expressions of the
32577 "nederlands" and "nederlands8" dictionaries to prevent a "Range
32578 striding over charsets" error.
32579
32580 2005-01-24 Jay Belanger <belanger@truman.edu>
32581
32582 * calc/calc-store.el (calc-declare-variable): Use calc-var-name to
32583 display variable name.
32584
32585 2005-01-24 Kenichi Handa <handa@m17n.org>
32586
32587 * international/encoded-kb.el (encoded-kbd-iso2022-single-shift):
32588 Fix setting of the element of encoded-kbd-iso2022-invocations.
32589
32590 2005-01-24 Nick Roberts <nickrob@snap.net.nz>
32591
32592 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
32593 (gdb-threads-select): Change to also accept mouse events.
32594 (gdb-mouse-goto-breakpoint, gdb-frames-mouse-select)
32595 (gdb-threads-mouse-select): Delete.
32596
32597 2005-01-23 Luc Teirlinck <teirllm@auburn.edu>
32598
32599 * files.el (insert-directory): Take care of empty directory,
32600 listed without -a switch.
32601
32602 2005-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
32603
32604 * textmodes/refill.el (refill-post-command-function):
32605 Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
32606 to the list of functions that we should be careful not to undo.
32607 (refill-late-fill-paragraph-function): Remove.
32608 (refill-saved-state): New var.
32609 (refill-mode): Use it to save fill-paragraph-function.
32610 Save also the value of auto-fill-function.
32611
32612 * term/w32-win.el: Simplify code.
32613
32614 2005-01-23 Kim F. Storm <storm@cua.dk>
32615
32616 * simple.el (line-move): Adapt to new return value from
32617 pos-visible-in-window-p.
32618
32619 * simple.el (line-move): Fix last change. Check partial
32620 visibility at point rather than at window-start.
32621
32622 2005-01-22 Jason Rumney <jasonr@gnu.org>
32623
32624 * term/w32-win.el (xw-defined-colors): Remove debug-message.
32625
32626 2005-01-22 David Kastrup <dak@gnu.org>
32627
32628 * progmodes/grep.el: Add alias `find-grep' for `grep-find'.
32629
32630 2005-01-22 Eli Zaretskii <eliz@gnu.org>
32631
32632 * type-break.el (type-break-mode): Add a test for
32633 type-break-file-name being non-nil.
32634
32635 2005-01-22 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
32636
32637 * net/eudc.el (top level): Call (message "") via progn, so that
32638 eudc-options-file is loaded.
32639
32640 2005-01-22 Kim F. Storm <storm@cua.dk>
32641
32642 * simple.el (line-move-1): Rename from line-move.
32643 (line-move): New function that adjusts vscroll for partially
32644 visible rows, and calls line-move-1 otherwise.
32645
32646 2005-01-21 Ren\e,Ai\e(B Kyllingstad <listmailxemacs@kyllingstad.com>
32647
32648 * pcomplete.el: Define pcomplete-read-event instead of read-event,
32649 since it's not a complete read-event implementation
32650
32651 2005-01-20 Jay Belanger <belanger@truman.edu>
32652
32653 * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg
32654 for called function.
32655
32656 2005-01-20 Steven Tamm <steventamm@mac.com>
32657
32658 * term/mac-win.el (process-connection-type): Remove.
32659 Controlled now by s/darwin.h:PTY_ITERATION.
32660
32661 2005-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
32662
32663 * window.el (handle-select-window): Don't switch window when we're
32664 in the minibuffer.
32665
32666 2005-01-10 Paul Pogonyshev <pogonyshev@gmx.net>
32667
32668 * subr.el (dotimes-with-progress-reporter): New macro.
32669
32670 * ses.el (ses-dotimes-msg): Remove macro.
32671 Use `dotimes-with-progress-reporter' instead.
32672
32673 2005-01-19 Steven Tamm <steventamm@mac.com>
32674
32675 * term/mac-win.el (process-connection-type): Use new
32676 operating-system-release variable to use ptys on Darwin 7 (OS X
32677 10.3) when using carbon build.
32678
32679 2005-01-19 Jay Belanger <belanger@truman.edu>
32680
32681 * calc/calc-ext.el (calc-fancy-prefix-other-key): Don't clear
32682 flags if the last command was a tab or M-tab.
32683
32684 * calc/calc-prog.el (calc-user-define-edit): Put original formula
32685 in formula editing buffer.
32686
32687 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
32688
32689 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Add help-echo for
32690 breakpoint image symbol in margin.
32691
32692 2005-01-19 Jay Belanger <belanger@truman.edu>
32693
32694 * calc/calc-prog.el (calc-execute-kbd-macro):
32695 Ignore calc-keep-arg-flag.
32696
32697 2005-01-19 Kenichi Handa <handa@m17n.org>
32698
32699 * textmodes/ispell.el (ispell-looking-at): New function.
32700 (ispell-process-line): Use ispell-looking-at to compare the ispell
32701 output and the buffer contents.
32702
32703 2005-01-18 Jay Belanger <belanger@truman.edu>
32704
32705 * calc/calc.el (calc-display-raw): Fix docstring.
32706
32707 2005-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
32708
32709 * simple.el (blink-matching-open): Strip extra info from syntax.
32710
32711 * progmodes/sh-script.el (sh-here-doc-open-re): Don't allow | or other
32712 funny chars in the end-of-here-doc marker.
32713
32714 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
32715
32716 * progmodes/gdb-ui.el (gdb-put-string): Copy/create strings so
32717 that enable/disabled state of breakpoints is shown correctly in
32718 fringe and on ttys.
32719 (gdb-put-breakpoint-icon, gdb-info-breakpoints-custom):
32720 Add breakpoint information as text properties.
32721 (gdb-mouse-toggle-breakpoint):
32722 Rename to gdb-mouse-set-clear-breakpoint.
32723 (gdb-mouse-toggle-breakpoint): New function. Enable/disable
32724 breakpoints in the margin.
32725 (gdb-remove-strings): Simplify.
32726
32727 2005-01-17 Jay Belanger <belanger@truman.edu>
32728
32729 * calc/calc-yank.el (calc-edit-mode): Inhibit read-only when
32730 erasing buffer.
32731
32732 2005-01-17 Richard M. Stallman <rms@gnu.org>
32733
32734 * progmodes/grep.el (grep-find): Copy from `grep' the condition
32735 for calling grep-compute-defaults.
32736
32737 * play/decipher.el (decipher-mode): Don't call decipher-read-alphabet
32738 if buffer is empty.
32739
32740 * emacs-lisp/lisp.el (backward-kill-sexp, kill-sexp): Doc fixes.
32741
32742 2005-01-17 Stefan Monnier <monnier@iro.umontreal.ca>
32743
32744 * hilit-chg.el (highlight-changes-mode): Don't autoload.
32745
32746 * bindings.el (mode-line-mode-menu): Use bound-and-true-p for all the
32747 non-preloaded variables.
32748
32749 2005-01-17 Steven Tamm <steventamm@mac.com>
32750
32751 * textmodes/tex-mode.el (tex-start-shell): Adding -i to the
32752 tex-shell cause to force interactivity when using pipes.
32753
32754 2005-01-17 Kim F. Storm <storm@cua.dk>
32755
32756 * simple.el (just-one-space): Make arg optional.
32757
32758 2005-01-17 Nick Roberts <nickrob@snap.net.nz>
32759
32760 * xt-mouse.el (xterm-mouse-event): Set new optional fourth arg in
32761 posn-at-x-y to t to access left-margin.
32762
32763 2005-01-16 Michael Albinus <michael.albinus@gmx.de>
32764
32765 Sync with Tramp 2.0.47.
32766
32767 * net/tramp.el (tramp-operation-not-permitted-regexp) New defcustom,
32768 catching keep-date problems in cp/scp operations.
32769 (tramp-handle-copy-file): Don't call `set-file-modes'
32770 unconditionally. Specialized functions should know better what is
32771 necessary. This improves performance a little bit, and the
32772 functions could catch errors with `cp -p' and `scp -p'.
32773 (tramp-do-copy-or-rename-file-via-buffer)
32774 (tramp-do-copy-or-rename-file-out-of-band): Call `set-file-modes'
32775 when appropriate.
32776 (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error.
32777 Call `set-file-modes' when appropriate.
32778 (tramp-action-out-of-band): Mask `scp -p' error. Reported by Isak
32779 Johnsson <isak@hypergene.com>.
32780 (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list
32781 of both Tramp buffer and debug buffer. Reported by Joakim Verona
32782 <joakim@verona.se>.
32783 (tramp-file-name-for-operation): Mark `shell-command' as magic for
32784 Emacs only.
32785
32786 * net/tramp-util.el (tramp-minor-mode): New minor mode. Add it to
32787 `find-file-hooks' and `dired-mode-hook'.
32788 (tramp-minor-mode-map): Respective map. Add remapping for
32789 `compile' and `recompile'.
32790 (tramp-remap-command, tramp-recompile): New defuns.
32791 (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode'
32792 in buffer "*Compilation*". Call the commands asynchronously.
32793
32794 * net/tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new)
32795 (tramp-vc-simple-command): Call `tramp-handle-shell-command' but
32796 `shell-command', because it isn't magic in XEmacs. Reported by
32797 Adrian Aichner <adrian@xemacs.org>.
32798
32799 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
32800 `substitute-in-file-name.
32801 (tramp-smb-handle-substitute-in-file-name): New defun.
32802 (tramp-smb-advice-PC-do-completion): Delete advice.
32803
32804 2005-01-16 Kai Grossjohann <kgrossjo@eu.uu.net>
32805
32806 * net/tramp.el (tramp-wait-for-output): Fix typo in echo processing.
32807 Fix error in deleting region.
32808
32809 2005-01-15 Richard M. Stallman <rms@gnu.org>
32810
32811 * emacs-lisp/lisp-mnt.el (lm-with-file): Use Lisp mode in temp buffer.
32812 In non-temp buffer, switch syntax table temporarily.
32813
32814 * emacs-lisp/lisp-mode.el (indent-pp-sexp): Doc fix.
32815
32816 * replace.el (occur-accumulate-lines, occur-engine): Avoid warnings.
32817
32818 * tar-mode.el (tar-extract): Bind buffer-undo-list to t.
32819
32820 * imenu.el (imenu--split-menu): Copy menulist before sorting.
32821 (imenu--generic-function): Use START, not BEG, as pos of definition.
32822
32823 * simple.el (just-one-space): Argument specifies number of spaces.
32824
32825 * simple.el (eval-expression-print-format): Avoid warning
32826 about edebug-active.
32827
32828 2005-01-15 James R. Van Zandt <jrvz@comcast.net> (tiny change)
32829
32830 * progmodes/sh-script.el: Code copied from make-mode.el
32831 with small changes,
32832 (sh-mode-map): Bind C-c C-\.
32833 (sh-backslash-column, sh-backslash-align): New variables.
32834 (sh-backslash-region, sh-append-backslash): New functions.
32835
32836 2005-01-15 Sergey Poznyakoff <gray@Mirddin.farlep.net>
32837
32838 * mail/rmail.el: Updated to work with movemail from GNU Mailutils
32839 (rmail-pop-password, rmail-pop-password-required): Move to
32840 rmail-obsolete group.
32841 (rmail-set-pop-password): Rename to rmail-set-remote-password.
32842 All callers updated.
32843 (rmail-get-pop-password): Rename to rmail-get-remote-password.
32844 Take an argument specifying whether it is POP or IMAP mailbox we
32845 are using. All callers updated.
32846 (rmail-pop-password-error): Rename to
32847 rmail-remote-password-error. Added mailutils-specific error message.
32848 (rmail-movemail-search-path)
32849 (rmail-movemail-variant-in-use): New variables.
32850 (rmail-remote-password, rmail-remote-password-required):
32851 New customization variables.
32852 (rmail-probe, rmail-autodetect, rmail-movemail-variant-p): New funs.
32853 (rmail-parse-url): New function.
32854 (rmail-get-new-mail, rmail-insert-inbox-text): Update for use
32855 with GNU mailutils movemail.
32856
32857 2005-01-15 Kevin Ryde <user42@zip.com.au>
32858
32859 * info-look.el (c-mode/symbol): Add ^` to prefix, and change
32860 suffix to space, $ or '$, to correctly position point when going
32861 to @table style constants like DBL_MAX.
32862
32863 2005-01-15 Jorgen Schaefer <forcer@forcix.cx> (tiny change)
32864
32865 * type-break.el (type-break-mode, type-break-file-time)
32866 (type-break-file-keystroke-count, type-break-choose-file):
32867 Don't store data in or load data from the file if type-break-file-name
32868 is nil.
32869 (type-break-file-name): Doc update as per the above.
32870
32871 2005-01-15 Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk> (tiny change)
32872
32873 * woman.el (woman-dired-define-key-maybe): If KEY is undefined,
32874 lookup-key might return nil; handle that.
32875
32876 2005-01-15 Alan Mackenzie <acm@muc.de>
32877
32878 * ebrowse.el (ebrowse-class-in-tree): Return the tail of the tree
32879 rather than the element found, thus enabling the tree to be setcar'd.
32880
32881 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
32882
32883 * textmodes/org.el (org-show-following-heading): New option.
32884 (org-show-hierarchy-above): Use `org-show-following-heading'.
32885 (org-cycle): Documentation fix.
32886
32887 * textmodes/org.el (orgtbl-optimized): New option
32888 (orgtbl-mode): New command, a minor mode.
32889 (orgtbl-mode-map): New variable.
32890 (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
32891 (orgtbl-error, orgtbl-self-insert-command)
32892 (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
32893
32894 * textmodes/org.el (org-mode): `org-table-may-need-update' is now
32895 a local variable in each org-mode buffer.
32896
32897 * textmodes/org.el (org-set-regexps-and-options): Rename from
32898 `org-set-regexps'. Added checking for STARTUP keyword.
32899 (org-get-current-options): Add STARTUP options.
32900 (org-table-insert-row): Make mode intelligent about when
32901 realignment is needed.
32902 (org-self-insert-command, org-delete-backward-char, org-delete-char):
32903 New commands.
32904 (org-enable-table-editor): New default value `optimized'.
32905 (org-table-blank-field): Support blanking regions if active.
32906
32907 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
32908
32909 * textmodes/reftex-cite.el (reftex-bib-sort-year): Catch the case
32910 if the year is not given.
32911
32912 * textmodes/reftex-ref.el (reftex-replace-prefix-escapes):
32913 Add new escapes %m and %M, fixed bug with %F by adding
32914 save-match-data.
32915 (reftex-reference): Remove ?. from list of spaces.
32916 (reftex-label-info): Add automatic label prefix recognition.
32917
32918 * textmodes/reftex-index.el (reftex-index-next-phrase):
32919 Add slave parameter to call of `reftex-index-this-phrase'.
32920 (reftex-index-this-phrase): New optional argument.
32921 (reftex-index-region-phrases): Add slave parameter to call of
32922 `reftex-index-this-phrase'.
32923 (reftex-display-index): New argument redo.
32924 (reftex-index-rescan): Add `redo' to arguments of
32925 `reftex-display-index'.
32926 (reftex-index-Rescan, reftex-index-revert)
32927 (reftex-index-switch-index-tag): Add `redo' to arguments of
32928 `reftex-display-index'.
32929 (reftex-index-make-phrase-regexp): Fix bug with case-sensitive
32930 indexing. Fix bug with matching is there is a quote before or
32931 after the word.
32932
32933 * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
32934 Fix bug when collecting citation keys in lines with comments.
32935 (reftex-citation): Prefix argument no longer rescans the document,
32936 but forces prompting for optional arguments of cite macros.
32937 (reftex-do-citation): Prompting for optional arguments implemented.
32938
32939 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
32940 Add optional arguments to most cite commands.
32941 (reftex-cite-cleanup-optional-args): New option
32942 (reftex-cite-prompt-optional-args): New option.
32943 (reftex-trust-label-prefix): New option.
32944
32945 * textmodes/reftex-toc.el (reftex-toc-find-section):
32946 Add push-mark before changing the position in the buffer.
32947
32948 * textmodes/reftex.el (reftex-prefix-to-typekey-alist): New variable.
32949 (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist.
32950
32951 2005-01-14 Nick Roberts <nickrob@snap.net.nz>
32952
32953 * xt-mouse.el (xterm-mouse-event): Compute window co-ordinates
32954 more carefully.
32955
32956 2005-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
32957
32958 * textmodes/sgml-mode.el (sgml-fill-nobreak): New fun.
32959 (sgml-mode): Use it.
32960 (sgml-get-context): Better keep track of implicitly closed tags.
32961
32962 2005-01-13 Kenichi Handa <handa@m17n.org>
32963
32964 * textmodes/ispell.el: These changes are to fix misalignment error
32965 caused by equivalent characters of different Emacs charsets.
32966 (ispell-unified-chars-table): New variable.
32967 (ispell-get-decoded-string): New function.
32968 (ispell-get-casechars, ispell-get-not-casechars)
32969 (ispell-get-otherchars): Call ispell-get-decoded-string.
32970
32971 2005-01-12 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
32972
32973 * custom.el (custom-declare-variable): Just put symbol instead
32974 of (defvar . symbol) in `current-load-list'.
32975
32976 2005-01-12 Reiner Steib <Reiner.Steib@gmx.de>
32977
32978 * emacs-lisp/elint.el: Fixed typo in Commentary section.
32979
32980 2005-01-12 Jay Belanger <belanger@truman.edu>
32981
32982 * calc/calc-help.el (calc-describe-key): Use temporary info buffer
32983 to create a Calc summary.
32984
32985 2005-01-12 Kim F. Storm <storm@cua.dk>
32986
32987 * mouse.el (mouse-on-link-p): Change functionality and doc
32988 string to comply with latest description in lisp ref.
32989
32990 2005-01-12 Nick Roberts <nickrob@snap.net.nz>
32991
32992 * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event):
32993 Enable mouse clicks on mode-line, header-line and margin.
32994 (event-type): Give mouse event symbols an `event-kind' property
32995 with value `mouse-click'.
32996
32997 2005-01-12 Juri Linkov <juri@jurta.org>
32998
32999 * facemenu.el (list-colors-display): Add new arg buffer-name.
33000 Use it. Fix docstring. Replace code for identifying duplicate
33001 colors by the name with call to `list-colors-duplicates' which
33002 identifies duplicate colors by the value unless the color
33003 is one of special Windows colors. Set truncate-lines to t.
33004 Print sorted duplicate color names on each line. Indent to 22
33005 \(the longest color name in rgb.txt) instead of 20. Optimize.
33006 (list-colors-duplicates): New function.
33007 (facemenu-color-name-equal): Delete function.
33008
33009 * facemenu.el (list-colors-print): New function created from code
33010 in list-colors-display. Print #RRGGBB at the window right edge.
33011 (list-colors-display): When temp-buffer-show-function is not
33012 defined, call list-colors-print from temp-buffer-show-hook
33013 to get the right value of window-width in list-colors-print
33014 after the buffer is displayed.
33015
33016 * simple.el (pop-mark): Move deactivate-mark out of conditional
33017 part to deactivate the active mark regardless of the state of the
33018 mark ring.
33019
33020 * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
33021 variables line in desktop files.
33022
33023 2005-01-12 Juri Linkov <juri@jurta.org>
33024
33025 * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
33026 Bring together isearch highlight related options.
33027 (lazy-highlight): Replace group `replace' by `matching'.
33028 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
33029 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
33030 (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
33031 and declare them obsolete.
33032 (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
33033 (isearch-faces): Remove defgroup.
33034 (isearch-overlay, isearch-highlight, isearch-dehighlight):
33035 Move isearch highlighting code closer to lazy highlighting code.
33036
33037 * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
33038 (query-replace-highlight, query-replace-lazy-highlight)
33039 (query-replace): Move definitions to the beginning of the file.
33040
33041 2005-01-11 Juri Linkov <juri@jurta.org>
33042
33043 * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm
33044 * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm
33045 * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
33046
33047 * info.el (Info-history-forward): New variable.
33048 (Info-select-node): Reset Info-history-forward to nil.
33049 (Info-last): Turn into defalias.
33050 (Info-history-back): Rename from Info-last.
33051 Add current node to Info-history-forward.
33052 (Info-history-forward): New fun.
33053 (Info-mode-map): Replace Info-last by Info-history-back.
33054 Bind Info-history-forward to "r".
33055 (Info-mode-menu): Replace Info-last by Info-history-back.
33056 Fix menu item text. Add menu item for Info-history-forward.
33057 (info-tool-bar-map): Replace Info-last by Info-history-back.
33058 Replace its icon "undo" by "back_arrow". Add icon "fwd_arrow"
33059 for Info-history-forward.
33060 (Info-mode): Replace Info-last by Info-history-back in docstring.
33061 Add local variable Info-history-forward.
33062 (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
33063
33064 2005-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
33065
33066 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
33067 (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
33068 Ignore select-window events rather than fiddle with
33069 mouse-autoselect-window.
33070
33071 2005-01-11 Matthew Mundell <matt@mundell.ukfsn.org>
33072
33073 * type-break.el (type-break-mode): Fix previous change.
33074
33075 2005-01-10 Jay Belanger <belanger@truman.edu>
33076
33077 * calc/calc-ext.el (calc-reset): Reset when inside embedded
33078 calculator; only reset when point is inside a calculator.
33079 Don't adjust the window height if the window takes up the whole height
33080 of the frame.
33081
33082 2005-01-10 Thien-Thi Nguyen <ttn@gnu.org>
33083
33084 * ebuff-menu.el (Electric-buffer-menu-mode):
33085 Preserve value of buffer-local var header-line-format.
33086
33087 2005-01-09 Jay Belanger <belanger@truman.edu>
33088
33089 * calc/calc.el (calc-mode-var-list-restore-saved-values):
33090 Make sure settings file exists before accessing it.
33091
33092 * calc/calc-embed.el (calc-embedded-subst):
33093 Replace math-multi-subst-rec, which is only supposed to be called
33094 by math-multi-subst, by math-multi-subst.
33095
33096 2005-01-09 Andre Spiegel <spiegel@gnu.org>
33097
33098 * vc.el (vc-allow-async-revert): New user option.
33099 (vc-disable-async-diff): New internal variable.
33100 (vc-revert-buffer): Use them to disable asynchronous diff.
33101
33102 * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
33103 (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
33104 asynchronously if vc-disable-async-diff is t.
33105
33106 2005-01-09 Jay Belanger <belanger@truman.edu>
33107
33108 * calc/calc.el (defcalcmodevar): New macro.
33109 (calc-mode-var-list-restore-default-values)
33110 (calc-mode-var-list-restore-saved-values): New functions.
33111 (calc-mode-var-list): Use defcalcmodevar to define it.
33112 (calc-always-load-extensions, calc-line-numbering)
33113 (calc-line-breaking, calc-display-just, calc-display-origin)
33114 (calc-number-radix, calc-leading-zeros, calc-group-digits)
33115 (calc-group-char, calc-point-char, calc-frac-format)
33116 (calc-prefer-frac, calc-hms-format, calc-date-format)
33117 (calc-float-format, calc-full-float-format, calc-complex-format)
33118 (calc-complex-mode, calc-infinite-mode, calc-display-strings)
33119 (calc-matrix-just, calc-break-vectors, calc-full-vectors)
33120 (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
33121 (calc-matrix-brackets, calc-language, calc-language-option)
33122 (calc-left-label, calc-right-label, calc-word-size)
33123 (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
33124 (calc-display-raw, calc-internal-prec, calc-angle-mode)
33125 (calc-algebraic-mode, calc-incomplete-algebraic-mode)
33126 (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
33127 (calc-window-height, calc-display-trail, calc-show-selections)
33128 (calc-use-selections, calc-assoc-selections)
33129 (calc-display-working-message, calc-auto-why, calc-timing)
33130 (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
33131 (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
33132 (calc-gnuplot-default-device, calc-gnuplot-default-output)
33133 (calc-gnuplot-print-device, calc-gnuplot-print-output)
33134 (calc-gnuplot-geometry, calc-graph-default-resolution)
33135 (calc-graph-default-resolution-3d, calc-invocation-macro)
33136 (calc-show-banner): Use defcalcmodevar to declare them and set
33137 their default values.
33138
33139 * calc/calc-ext.el (calc-reset): Restore saved values of variables
33140 instead of default values (but restore default values if there is
33141 an argument of 0).
33142
33143 2005-01-09 David Kastrup <dak@gnu.org>
33144
33145 * desktop.el (desktop-restore-eager): Fix typo in type.
33146
33147 2005-01-08 Richard M. Stallman <rms@gnu.org>
33148
33149 * cus-edit.el (customize): Delete :link.
33150
33151 2005-01-08 Jay Belanger <belanger@truman.edu>
33152
33153 * calc/calc.el (calc-mode): Remove the extension from the
33154 `calc-settings-file' file name when loading it.
33155
33156 2005-01-08 Kim F. Storm <storm@cua.dk>
33157
33158 * info.el (Info-mode-map, Info-next-link-keymap)
33159 (Info-prev-link-keymap, Info-up-link-keymap):
33160 Map follow-link to mouse-face.
33161 (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
33162
33163 2005-01-08 Jay Belanger <belanger@truman.edu>
33164
33165 * calc/calc.el (calc-settings-file): Change default value.
33166 Suggested by cgw in a comment in calc-mode.el.
33167
33168 * calc/calc-mode.el (calc-settings-file-name):
33169 Compare calc-settings-file to user-init-file instead of ~/.emacs.
33170 Replace ~/.emacs in a prompt by calc-settings-file.
33171
33172 2005-01-07 Lars Hansen <larsh@math.ku.dk>
33173
33174 * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
33175 (desktop-lazy-idle-delay): New customizable variables.
33176 (desktop-buffer-args-list): New variable.
33177 (desktop-append-buffer-args): New function.
33178 (desktop-save): Call desktop-append-buffer-args for some buffers.
33179 (desktop-lazy-create-buffer): New function.
33180 (desktop-idle-create-buffers): New function.
33181 (desktop-read): Add message about buffers to restore lazily.
33182 (desktop-lazy-abort): New command.
33183 (desktop-clear): Call desktop-lazy-abort.
33184 (desktop-lazy-complete): New command.
33185
33186 2005-01-06 Richard M. Stallman <rms@gnu.org>
33187
33188 * emacs-lisp/find-func.el (find-face-definition):
33189 Rename from find-face.
33190
33191 2005-01-06 Kim F. Storm <storm@cua.dk>
33192
33193 * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
33194
33195 * man.el (Man-xref-man-page, Man-xref-header-file)
33196 (Man-xref-normal-file): Add follow-link property.
33197
33198 2005-01-06 Jay Belanger <belanger@truman.edu>
33199
33200 * calc/calc-units.el: Make sure the proper macro definitions are
33201 available when compiling.
33202
33203 2005-01-06 Juri Linkov <juri@jurta.org>
33204
33205 * isearch.el (isearch-lazy-highlight-update):
33206 Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
33207
33208 2005-01-06 Miles Bader <miles@gnu.org>
33209
33210 * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
33211 (isearch-lazy-highlight-face): Use new name.
33212
33213 2005-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
33214
33215 * uniquify.el (uniquify-rationalize-file-buffer-names):
33216 Re-add an interactive spec.
33217 (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
33218 to the same name.
33219
33220 * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
33221 (isearch-update, isearch-done): Adjust calls accordingly.
33222
33223 2005-01-05 Richard M. Stallman <rms@gnu.org>
33224
33225 * custom.el (custom-set-variables, custom-theme-set-variables):
33226 Clarify documentation.
33227
33228 * emacs-lisp/find-func.el (find-variable)
33229 (find-variable-other-window, find-variable-other-frame):
33230 Fix the TYPE args to find-function-read and find-function-do-it.
33231 (find-function): Doc fix.
33232 (find-function-at-point): Replace function-at-point alias.
33233
33234 2005-01-04 Richard M. Stallman <rms@gnu.org>
33235
33236 * cus-face.el (custom-declare-face):
33237 Record defface in current-load-list.
33238
33239 * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
33240
33241 * emacs-lisp/find-func.el: Doc fixes.
33242 (find-face-regexp): New variable.
33243 (find-function-regexp-alist): New variable.
33244 (find-function-C-source): Third arg is now TYPE.
33245 (find-function-search-for-symbol): Handle general TYPE.
33246 (find-function-read, find-function-do-it): Handle general TYPE.
33247 (find-definition-noselect, find-face): New functions.
33248 (function-at-point): Alias deleted.
33249
33250 2005-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
33251
33252 * battery.el (display-battery-mode): Rename from display-battery.
33253 Handle the case where it gets turned off.
33254
33255 2005-01-04 Richard M. Stallman <rms@gnu.org>
33256
33257 * cus-edit.el (customize): Make :link point to user doc.
33258
33259 * man.el (Man-fontify-manpage): Turn off undo generation.
33260
33261 * add-log.el (change-log-font-lock-keywords): Don't match just "From".
33262
33263 2005-01-04 Andreas Schwab <schwab@suse.de>
33264
33265 * files.el (insert-directory): Only look for error lines in
33266 inserted text. Don't move too far after processing --dired markers.
33267
33268 2005-01-04 Richard M. Stallman <rms@gnu.org>
33269
33270 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
33271 Don't expand if the character is @, period, dash, etc.
33272 (define-mail-abbrev): Quote names that contain problem characters.
33273
33274 2005-01-04 Thien-Thi Nguyen <ttn@gnu.org>
33275
33276 * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
33277
33278 2005-01-03 Richard M. Stallman <rms@gnu.org>
33279
33280 * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
33281 (query-replace-highlight, query-replace-lazy-highlight)
33282 (query-replace): Definitions moved up. Doc fix.
33283
33284 2005-01-03 Richard M. Stallman <rms@gnu.org>
33285
33286 * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
33287 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
33288 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
33289 (lazy-highlight-face): Rename from isearch-lazy-...
33290 Change all references to them.
33291
33292 2005-01-03 Luc Teirlinck <teirllm@auburn.edu>
33293
33294 * cus-edit.el (custom-file): Doc fix for defcustom.
33295 (custom-file): The function no longer sets the variable
33296 `custom-file' to its return value.
33297
33298 * startup.el (command-line): No longer load `custom-file'.
33299
33300 2005-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
33301
33302 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
33303
33304 * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
33305 Don't confuse module-prefixed identifiers for labels.
33306 Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
33307
33308 2005-01-02 Richard M. Stallman <rms@gnu.org>
33309
33310 * files.el (basic-save-buffer-1): Fix previous change.
33311
33312 * loadhist.el (file-loadhist-lookup): New function.
33313 (file-provides, file-requires): Use it.
33314
33315 * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
33316 instead of calculating the right size.
33317
33318 2005-01-02 Karl Chen <quarl@cs.berkeley.edu>
33319
33320 * vc-svn.el (vc-svn-diff): Stay local if possible.
33321
33322 2005-01-02 Stefan Monnier <monnier@iro.umontreal.ca>
33323
33324 * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
33325
33326 * files.el (hack-local-variables): Fix last change.
33327
33328 2005-01-02 Jay Belanger <belanger@truman.edu>
33329
33330 * calc/calc-yank.el (calc-edit-top): New variable.
33331 (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
33332 object. Change header properties.
33333 (calc-edit-finish, calc-edit-finish-stack-object)
33334 (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
33335 edited object.
33336 * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
33337 for the beginning of the edited object.
33338 * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
33339 for the beginning of the edited object.
33340 * calc/calc-prog.el (calc-edit-macro-finish-edit)
33341 (calc-finish-formula-edit, calc-macro-repeats)
33342 (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
33343 (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
33344 beginning of the edited object.
33345 (calc-user-define-edit): Change the header for editing macros.
33346 Remove unnecessary variable.
33347
33348 2005-01-01 Jay Belanger <belanger@truman.edu>
33349
33350 * calc/calc-yank.el (calc-edit-mode): Change default header.
33351 (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
33352 * calc/calc-store.el (calc-edit-variable): Change title to match new
33353 header.
33354 * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
33355 mode to match new header.
33356 (calc-user-define-edit): Change titles to include names of commands.
33357 (calc-finish-formula-edit): Adjust to handle new header.
33358 (calc-finish-macro-edit): Remove.
33359 (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
33360 (calc-edit-macro-command, calc-edit-macro-command-type)
33361 (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
33362 (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
33363 (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
33364 (calc-edit-macro-finish-edit): New functions.
33365 (calc-user-define-edit): Use new functions to edit named calc macros.
33366
33367 2005-01-01 Stefan Monnier <monnier@iro.umontreal.ca>
33368
33369 * files.el (hack-local-variables): Cleanup prefix/suffix matching.
33370
33371 * ses.el (copy-region-as-kill): Deactivate mark.
33372
33373 2005-01-01 Richard M. Stallman <rms@gnu.org>
33374
33375 * replace.el (occur-1): If the output buffer is also an input,
33376 don't kill it, rename it.
33377
33378 * faces.el (set-face-background, set-face-foreground): Doc fix.
33379
33380 * cus-face.el (custom-face-attributes): Fix :help-echo strings
33381 for :foreground and :background.
33382
33383 * dired.el (dired-view-command-alist): Variable deleted.
33384 (dired-view-file, dired-mouse-find-file-other-window):
33385 Delete the code to use it.
33386
33387 2005-01-01 Kim F. Storm <storm@cua.dk>
33388
33389 * image.el (insert-sliced-image): Use t for line-height property.
33390
33391 See ChangeLog.11 for earlier changes.
33392
33393 ;; Local Variables:
33394 ;; coding: iso-2022-7bit
33395 ;; add-log-time-zone-rule: t
33396 ;; End:
33397
33398 Copyright (C) 2005, 2006, 2007 Free Software Foundation, Inc.
33399
33400 This file is part of GNU Emacs.
33401
33402 GNU Emacs is free software; you can redistribute it and/or modify
33403 it under the terms of the GNU General Public License as published by
33404 the Free Software Foundation; either version 2, or (at your option)
33405 any later version.
33406
33407 GNU Emacs is distributed in the hope that it will be useful,
33408 but WITHOUT ANY WARRANTY; without even the implied warranty of
33409 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
33410 GNU General Public License for more details.
33411
33412 You should have received a copy of the GNU General Public License
33413 along with GNU Emacs; see the file COPYING. If not, write to the
33414 Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
33415 Boston, MA 02110-1301, USA.
33416
33417 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1